  
  .container_relojAtras{
    display: flex;
    flex-direction: column;
align-items: center;
    justify-content: center;
    margin-top: 6em;
    align-items: center;
  }


   .imagen_cuentaAtras::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
bottom: -2em;
    left: -3em;
  background-image: url("/recursos/img/flowerRelojAtras.gif");
  background-size: contain;
   background-position: left;
  background-repeat: no-repeat;
  z-index: 2;
  transform: rotate(342deg);
  pointer-events: none;
}


  .container_relojAtras_img{
    display: flex;
    flex-direction: row;
    align-items: center;
 
  }

  .container_relojAtras_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

  }
     .imagen_cuentaAtras{
         position: relative;
      z-index: 1;
    }

   .imagen_cuentaAtras img{
        width: 400px;
    }
  
  .cuenta-regresiva {
    text-align: center;
    padding: 40px 20px;
  }

#contador {
  display: flex;
  flex-direction: row; /* ahora en fila */
  justify-content: center;
  align-items: center;
  gap: 15px; /* espacio entre bloques */
  margin-top: 20px;
  padding-bottom: 1em;
}

.bloque {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #705748; /* mismo color para número y texto */
}

.bloque span {
  font-size: 28px;
  font-weight: bold;
  background-color: #f2f2f2de;
  text-align: center;
  width: 60px;
  padding: 10px 0;
  border-radius: 10px;
  border:1px solid #8373547f;
    box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}



.bloque span:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.145);
}

.bloque p {
  margin: 5px 0 0;
}



@media (max-width: 768px) {


    .container_relojAtras_img{
    flex-direction: column;
  }

      .container_relojAtras{
     margin-top: 4em;
     padding: 0em 1em 0em 1em;

  }

    .container_relojAtras_img img{
        width: 360px;
    }

    .container_relojAtras_text {
        text-align: center;
    }

   .imagen_cuentaAtras::before {
    bottom: -2.5em;
    left: 0em;
    transform: rotate(278deg);
   }
      
  .container_relojAtras .SizeTitulosMedioGrade{
   text-align: center;
   font-size: 30px !important;
  }

}

