@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;800&display=swap');

body {
  background: url("../img/fondo2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
 
}

#cintillo {
    background-color: #60C6BB;
    padding: 5px;
    text-align: center;
}

nav {
    background-color: #333;
    color: white;
    padding: 10px;
}

nav img{
  margin-left: 10px;
}

input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 11px;
    margin-right: 10px;
}

button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 11px;
}

.a300-px-wide {
    width: 300px;
}


.carousel-item img {
   object-fit: contain; /* Para recortar la imagen y que no se deforme */
}

.product-categories {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    outline: 2px solid darkred;
}

.shop .product-categories .categories-item a {
    transition: 0.5s;
}

.shop .product-categories .categories-item a:hover {
    color: var(--bs-primary) !important;
}

.container{
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 50%;
  color: rgba(0, 0, 0, 0.411);  
}

.loginform{
  display: flex;
  justify-content: center;  
}

.loginform .counter .cuenta-atras .grupo p{
  color:rgb(0,0,0);
  color:rgba(0, 0, 0, 0); 
}

.loginform input{
  height: 100%;
  width: 100%;
  padding-left: 45px;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  border: none;
  border: 2px solid rgb(255, 255, 255);
  border: 2px solid rgba(255, 255, 255, 0.815);
  border-radius: 8px;
  background: rgb(189, 189, 189);
  background: rgba(189, 189, 189, 0.774);
}

.loginform button{
  margin: 25px 0 0 0;
  width: 100%;
  height: 50px;
  color: rgb(12, 12, 12);
  font-size: 18px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.438);
  border-radius: 8px;
  background: rgb(253, 252, 252);
  background: rgba(253, 252, 252, 0.747);
  margin-top: 40px;
  outline: none;
  cursor: pointer;
  border-radius: 8px;
}


.list{
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  color: rgb(0, 0, 0);  
  background-color: #ccc;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}


.menu{
  display: flex;
  justify-content: center;  
}
 
.ubicform{
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;  
}

.ubicform .card{
  border-radius: 20px;
  border: 2px solid rgb(255, 6, 214);
  background-color: #7fffea88;
  box-shadow: -3px -3px 9px #575757a2,
              3px 3px 7px rgba(59, 61, 61, 0.671);
  cursor: url('../img/cur/medical.png'), auto;            
}

.wrapper{
  display: flex;
  justify-content: center;  
  width: 400px;
  border-radius: 10px;
  padding: 40px 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: -3px -3px 9px #575757a2,
              3px 3px 7px rgba(59, 61, 61, 0.849);
}

.wrapper h2,h3{
    color: rgb(27, 27, 27);
}


.wrapper .text{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 35px;
  color: rgb(247, 233, 233);
}

.wrapper .field{
  height: 50px;
  width: 100%;
  display: flex;
  position: relative;
  color: rgba(247, 233, 233, 0.753);
}

.wrapper .field input{
  height: 100%;
  width: 100%;
  padding-left: 45px;
  font-size: 18px;
  outline: none;
  border: none;
  border: 2px solid rgba(255, 255, 255, 0.815);
  border-radius: 8px;
  background: rgba(189, 189, 189, 0.774);
}

.wrapper .field input::placeholder{
  color: #575656;
}
 
.wrapper .field:nth-child(2){
  margin-top: 20px;
}
 
.wrapper .field span{
  position: absolute;
  padding-left: 3px;
  width: 50px;
  line-height: 50px;
  color: #383838;
}

.wrapper .forget a{
  font-size: 20px;
  color: rgb(43, 119, 182);
}

.wrapper .forget p{
  font-size: 18px;
  color: rgb(253, 14, 14);
}


.wrapper button{
  margin: 25px 0 0 0;
  width: 100%;
  height: 50px;
  color: rgb(12, 12, 12);
  font-size: 18px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.438);
  border-radius: 8px;
  background: rgba(253, 252, 252, 0.747);
  margin-top: 40px;
  outline: none;
  cursor: pointer;
  border-radius: 8px;
}


.counter{
  display: flex;
  justify-content: center;  
  width: 550px;
  border-radius: 10px;
  padding: 40px 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: -3px -3px 9px #575757a2,
              3px 3px 7px rgba(59, 61, 61, 0.671);
}              
 
.fecha {

    font-weight: 600;
    justify-content: center;
    color: #ffffff;
}

.cuenta-atras {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.encabezado {
    line-height: 1;
}

.grupo {
    line-height: 1;
}


.grande {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 6rem;
    font-weight: 800;
}

@media (width < 550px) {
    .cuenta-atras {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (width < 350px) {
    .cuenta-atras {
        display: flex;
        flex-direction: column;
    }
}

.imgtar img{
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 2px solid rgb(88, 87, 87);
}

.card-body h4{
  color: #000000;
}

.card-body p{
  color: #070707;
}

.opcion{
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.opcion a{
  font-size: 20px;
  color: rgb(252, 254, 255);

}

.opcion p{
  font-size: 20px;
  color: rgb(252, 254, 255);

}

.linecard{
  display: flex;
  justify-content: center;  
  width: 400px;
  border-radius: 10px;
  padding: 40px 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: -3px -3px 9px #575757a2,
              3px 3px 7px rgba(59, 61, 61, 0.671);
} 