html{
background-color: #ffffff;
}

body{
    margin: 0;
    padding: 0;

   

}


 

    
  


p , label{
  font-size: 1.5rem ;
}


 header {

width: 100%;
background-color: rgb(10, 10, 10);
display: block;
height: 10.2rem;
border-bottom: #ff0000 1px double;




}

.enlace_nav{

margin-top: -2rem;
display: inline-block;
margin-left: 9%;
text-align: center;
text-decoration: none;
color: #f5f1f1;
font-weight: bold;
font-size: 19px;
}

img {
width: 100px;
height: 100px;
display: inline-block;
margin-left: 38rem;



}

#logo2{

margin-top: -2.7rem;
display: flex;
justify-content: center; /* Centra horizontalmente */
align-items: center;
margin-left: -5%;
height: 0px;
padding: 5PX;


}

.button{
    display: none;
}


marquee{
display: inline-block;
width: 20%;
position: relative;
left: calc(30% - 100px); /* Calcula la posición horizontal para pegarlo a la derecha */
margin-top: 4rem;
text-align: center;
font-weight: bold;
font-size: 20px;
color: #f0f5f0;

}

span{
    display: none;
}




#hora{

    display: flex;
    justify-content: center;
    margin-top: 10%;
    color: #f0f5f0;
    padding-top: 30px;
    font-weight: bold;
    font-size: 19px;
  

}

.nombre{
    text-align: center;
    color: #f0f5f0;
    font-weight: bold;
    font-size: 15px;
  
   
  

}


#logo3{
  display: none;
}


#open{
    width: 30%;
    height: 6rem;
    background-color: green;
    border: solid 2px black;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-top: 40px;
 
    bottom: 0;
    left: 32%; 
   z-index: 1;
 
  
  
   
   
}

.bajar{
  margin-top: 20%;
}

/*#image {
    width: 100%;
    height: 100vh; /* Ocupa toda la altura de la ventana
    background-size: cover; /* Asegura que la imagen de fondo cubra todo el elemento 
    background-position: center; /* Centra la imagen 
    background-color: lightgray;  Color de fondo temporal 
     background-repeat: no-repeat; Evita que la imagen se repita 
}*/

/* .fondo-enero-junio {
    background-image: url('https://media.tenor.com/5X53LAU-yjMAAAAj/voy-en-camino-zarzarin.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90% 90%;
    /* background-size:contain ; }*/



#contenedor2{

width: 100vw;
height: 100vh;
display: block;
background-color: #080808;
z-index: 99999;
position: fixed;
justify-content: center;
align-items: center;
top: 0; /* Asegura que comience desde la parte superior */
left: 0;
background-image: url("https://centromedicoabc.com/storage/2023/04/sistema-salud.jpg");
background-repeat: no-repeat;
background-size: cover;
}


.contenido{

text-align: center;
margin-top: 20%;

display: block;
font-weight: bold;
font-size: 45px;
margin: 15% auto;

background-image: linear-gradient(to left, #ff0000 45%, #000000 60%);
    -webkit-background-clip: text; /* Aplica el gradiente al texto */
    -webkit-text-fill-color: transparent; /* Hace el texto transparente para mostrar el gradiente */

}

.logo10{
    margin-left: -10px;
    width: 250px;
    height: 250px;
    margin-top: 0%;
}

.cargando{
  margin-top: -0%;
 font-size: 3rem;
}

footer{
    width: 100%;
    height: 10rem;
    display: block;
    background-color: #0c0c0c;
    margin-top: 30%;
    position: relative;
    z-index: 1;
    padding-bottom: 1%;
   
    
}


.todo{
    top: 0;
    left: 0;
    width: 100vw;
height: 100vh;
 background-image:linear-gradient(to left, #04030857 45%, #ffffff94 60%);
    display: block;
    position: fixed;
}

/* aqui comienza el contenido */



       

    .contenido2 {
        border: 1px solid #ccc;
        padding: 15px;
        text-align: center;
        background-color: #f9f9f9;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

     .contenido2 img {
        max-width: 100%;
        height: 21rem;
        border-radius: 5px;
        margin-bottom: 10px;
        margin-left: -5px;
    }

    .contenido2 h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contenido2 label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .contenido2 input {
        width: 90%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .contenido2 button {
        padding: 10px 25px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .contenido2 button:hover {
        background-color: #0056b3;
    }

.botonCompra {
        grid-column: 1 / -1; /* Ocupa toda la fila */
        justify-self: center; /* Centra horizontalmente */
        padding: 15px 30px;
        font-size: 18px;
        font-weight: bold;
        color: white;
        background: linear-gradient(45deg, #007bff, #0056b3); /* Gradiente moderno */
        border: none;
        border-radius: 50px; /* Bordes redondeados */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Sombra para darle profundidad */
        cursor: pointer;
        transition: all 0.3s ease; /* Transición suave */
        text-transform: uppercase; /* Texto en mayúsculas */
        letter-spacing: 1px; /* Espaciado entre letras */
        margin-top: 3%;
    }

    .botonCompra:hover {
        background: linear-gradient(45deg, #0056b3, #003d80); /* Cambia el gradiente al pasar el mouse */
        transform: scale(1.1); /* Aumenta ligeramente el tamaño */
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); /* Aumenta la sombra */
    }

    .botonCompra:active {
        transform: scale(1); /* Vuelve al tamaño original al hacer clic */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Reduce la sombra */
    }

.todo3 {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 5 columnas por defecto */
        gap: 20px; /* Espaciado entre elementos */
        margin: 20px;
        margin-top: 5%;
    }


    .imagen_cotenido {
        width: 100%;
        height: 500px;
        padding: 15px 10px;
        border-radius: 50%;
      }
.imagen_cotenido:hover{
  transform: scale(0.9);
}


      .x{
        width: 100%;
        left: 0;
        margin: 0;
        height: 10rem;
        margin-top: -0px;
        text-align: center;
      }

  .contenedor_imagen {
    position: relative;
    text-align: center;
    overflow: hidden;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.507)), 
                      url("https://media.farmaciaortopediaperaire.com/category/ortopedia-1024x1024.jpg?width=1200");
    background-size: cover; /* Asegura que la imagen cubra todo el contenedor */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen */
    background-attachment: fixed; /* Efecto parallax */
    width: 100%;
    height: 50rem; /* Altura del contenedor */
}

.contenedor_imagen .axoria2,
.contenedor_imagen .axoria {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bold;
    text-shadow: 5px 1px 5px rgba(247, 241, 241, 0.7);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 2;
    text-align: center;
}

.contenedor_imagen .axoria2 {
    top: 20%;
    font-size: 7.5rem;
}

.contenedor_imagen .axoria {
    top: 45%;
    font-size: 3.6rem;
}

 @media (max-width: 1500px) {
        .todo3 {
            grid-template-columns: repeat(3, 1fr); /* 3 columnas en tabletas */
        }
    }


   @media (max-width: 1000px) {
        .todo3 {
            grid-template-columns: repeat(2, 1fr); /* 3 columnas en tabletas */
        }
    }

     @media (max-width: 500px) {
       .todo3 {
            grid-template-columns: repeat(1, 1fr); /* 1 columna en teléfonos */
        }
    }
 

  
@media only screen and (max-width:1000px){

    .fondo-enero-junio {
        background-size: contain;
    }

    footer {
    width: 100%;
    height: 10rem;
    display: block;
    background-color: #0c0c0c;
    margin-top: 30%;
    position: relative;
    z-index: 1;
    padding-bottom: 5%;
}

    header {

width: 100%;
background-color: rgb(8, 8, 8);
display: block;
height: 8.9rem;
padding-top: 5px;

}

.movil{
  
  font-size:5rem;
}

.logo10{
  margin-top: -1%;
  width: 250px;
  height: auto;

}


    .enlace_nav{

margin-top: 1rem;
display: block;
margin-left: 0rem;
text-align: center;
text-decoration: none;
color: #0c0c0c;
font-weight: bold;
font-size: 19px;
text-decoration: wavy;
padding-top: 2rem;
line-height: 100%;

}


.modificar  {
width: 100px;
height: 80px;
display: block;
margin-left: -5%;



} 



#logo2{

  margin-top: 2rem; 
  margin-left: 0%;
  display: none;

}

nav{


width: 100%;
height: 590vh;
background-color: antiquewhite;
display: none;
position: absolute;
margin-top: 0rem;
z-index: 9999;
margin-top: 0rem;


}

.button {
    width: 90px;
    height: 50px;
    background-color: #f0f5f0; /* Verde */
    color: rgb(14, 13, 13);
    text-align: center;
    line-height: 50px; /* Centra el texto verticalmente */
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 3rem;
    position: relative;
    left: calc(100% - 150px); /* Calcula la posición horizontal para pegarlo a la derecha */
    display: inline-block;
    margin-top: 15px;
    border: #080808 solid 2px;
 
    


}

marquee{
    display: none;
    
}


.span{
    width: 100%;
    height: 1px;
    display: block;
    background-color: rgb(0, 0, 0);
    margin-top: 50px;
}


#logo3{
    display: flex;
justify-content: center; /* Centra horizontalmente */
align-items: center;
margin-top: -7rem;
}

#open{
    width: 70%;
    height: 4rem;
    background-color: green;
    border: solid 2px black;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-top: 20px;

    bottom: 0;
    left: 22%; 
  
  
   
   
}


#contenedor2{

width: 100vw;
height: 100vh;
display: block;
background-color: #080808;
z-index: 99999;
position: fixed;
justify-content: center;
align-items: center; 
 top: 0; 
left: 0;

background-image: url("https://centromedicoabc.com/storage/2023/04/sistema-salud.jpg");
background-repeat: no-repeat;
background-size: cover;
/* background-position: 50% 50%; */

/* background-image:linear-gradient(to right, #0b6ea736 45%, #07db1238 60%); */

}

/* .todo{
    width: 100vw;
height: 100vh;
display: block;

background-image: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDZ9tfbCKXEsnVrV_C8Pbu3xrr-12Ozcq7E8erM21pATP5VFOg_MiSPDUhVtmXVORZTHEHdj0zP0ChSGR6Nk5cCW8kebWXxiSEiIM0KAdiWyv6H_ln0FtVA24nJOHYAR0eW8u0g6q-MDQ/s1600/comics-superheroes.jpg");
background-repeat: no-repeat;
background-size: cover;
position: fixed;
justify-content: center;
align-items: center;
top: 0; 
left: 0; 




 }   */

.todo{
    top: 0;
    left: 0;
    width: 100vw;
height: 100vh;
    background-image:linear-gradient(to left,#ffffff94 45%,  #04030857 60%);
    display: block;
    position: fixed;
}


.contenido{

text-align: center;
margin-top: 50%;

display: block;
font-weight: bold;
font-size: 30px;
margin: 1% auto;
padding: 45% 30px;

background-image: linear-gradient(to left, #f80000 45%,  #000000 60%);
    -webkit-background-clip: text; /* Aplica el gradiente al texto */
    -webkit-text-fill-color: transparent; /* Hace el texto transparente para mostrar el gradiente */

}


 .x{
        width: 100%;
        left: 0;
        margin: 0;
        height: 15rem;
      }


         .contenedor_imagen {
    position: relative;
    text-align: center;
    overflow: hidden;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.753), rgba(0, 0, 0, 0.507)), 
                      url("https://media.farmaciaortopediaperaire.com/category/ortopedia-1024x1024.jpg?width=1200");
    background-size: cover; /* Asegura que la imagen cubra todo el contenedor */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen */
    background-attachment: fixed; /* Efecto parallax */
    width: 100%;
    height: 45rem; /* Altura del contenedor */
}

.contenedor_imagen .axoria2,
.contenedor_imagen .axoria {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bold;
    text-shadow: 5px 1px 5px rgba(247, 241, 241, 0.7);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 2;
    text-align: center;
}

.contenedor_imagen .axoria2 {
    top: 20%;
    font-size: 5.5rem;
}

.contenedor_imagen .axoria {
    top: 43%;
    font-size: 2.5rem;
}
}


.puntos {
            display: inline-block;
            font-size: 30px;
            font-weight: bold;
            color: #000000;
            /* animation: puntos 1.5s infinite steps(4); Animación de los puntos */
        }

        /* @keyframes puntos {
            0% {
                content: "";
            }
            25% {
                content: ".";
            }
            50% {
                content: "..";
            }
            75% {
                content: "...";
            }
            100% {
                content: "";
            }
        } */


         .carousel {
      position: relative;
      width: 90%;
      max-width: 1000px;
      overflow: hidden;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgb(0, 0, 0);
      justify-content: center;
      margin: 0 auto;
      background-color: #fff;
      margin-top: 20%;
    }

   
    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    
    }

    .carousel-slide {
      min-width: 100%;
      height: 500px;
      background-size: cover;
      background-position: center;
    }

 

    .carousel-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.4);
      border: none;
      color: rgb(255, 255, 255);
      font-size: 2rem;
      padding: 10px 20px;
      cursor: pointer;
      z-index: 10;
      border-radius: 50%;
      transition: background 0.3s;
    }

  

    .carousel-button.prev {
      left: 10px;
    }

    .carousel-button.next {
      right: 10px;
    }

    @media (max-width: 768px) {
      .carousel-slide {
        height: 300px;
      }

      .carousel-button {
        font-size: 1.5rem;
        padding: 8px 16px;
      }


    }




  


@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap"); */
 *,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}

:root {
  --primary: #ec994b;
  --white: #ffffff;
  --bg: #f5f5f5;
}

html {
  font-size: 62.5%;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
} 

 /* @media (min-width: 1440px) {
  html {
    zoom: 1.5;
  }
}

@media (min-width: 2560px) {
  html {
    zoom: 1.7;
  }
}

@media (min-width: 3860px) {
  html {
    zoom: 2.5;
  }
}

::-webkit-scrollbar {
  width: 1.3rem;
}

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #797979;
  transition: all 0.5s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: #222224;
}

::-webkit-scrollbar-track {
  background: #f9f9f9;
} */

/* body {
  font-size: 1.6rem;
  background: var(--bg);
}  */

 .container12 {
  max-width: 124rem;
  padding: 0 1rem;
  margin: 0 auto;
} 

 .text-center {
  text-align: center;
}

.section-heading {
  font-size: 3rem;
  color: var(--primary);
  padding: 2rem 0;
}

#tranding {
  padding: 4rem 0;
  margin-top: 15%;
}

@media (max-width:1440px) {
  #tranding {
    padding: 7rem 0;
  }
}

#tranding .tranding-slider {
  height: 52rem;
  padding: 2rem 0;
  position: relative;
}

@media (max-width:500px) {
  #tranding .tranding-slider {
    height: 45rem;
  }
}

.tranding-slide {
  width: 37rem;
  height: 42rem;
  position: relative;
} 

 @media (max-width:500px) {
  .tranding-slide {
    width: 28rem !important;
    height: 36rem !important;
  }
  .tranding-slide .tranding-slide-img img {
    width: 28rem !important;
    height: 36rem !important;
  }
}

.tranding-slide .tranding-slide-img img {
  width: 37rem;
  height: 42rem;
  border-radius: 2rem;
  object-fit: cover;
}

.tranding-slide .tranding-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
} 

.tranding-slide-content .food-price {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: var(--white);
}

.tranding-slide-content .tranding-slide-content-bottom {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: var(--white);
} 

.food-rating {
  padding-top: 1rem;
  display: flex;
  gap: 1rem;
}

.rating ion-icon {
  color: var(--primary);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.tranding-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
} 

 @media (max-width:990px) {
  .tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

.tranding-slider-control .slider-arrow {
  background: var(--white);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  left: 42%;
  transform: translateX(-42%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color: #222224;
}

.tranding-slider-control .slider-arrow::after {
  content: '';
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 1rem;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
} 


@media (max-width:1124px) {
 

.contenido {
    text-align: center;
    margin-top: 20%;
    display: block;
    font-weight: bold;
    font-size: 45px;
    margin: 20% auto;
    background-image: linear-gradient(to left, #fd063b 45%, #000000 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -1%;
}
}




 .ortopedia{
      margin-top: 10%;
      font-size: 3rem;
      text-align: center;
    }



/* Para PC y laptop */
.todo3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 20px;
    margin-top: 5%;
}

/* Tablet */
@media (max-width: 1000px) {
    .todo3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MÓVIL: convierte .todo3 en slider */
@media (max-width: 768px) {
    .todo3 {
        display: flex !important; /* cambia de grid a flex */
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .contenido2 {
        flex: 0 0 80%; /* ocupa 80% de la pantalla */
        scroll-snap-align: start;
        margin-right: 10px;
    }

    /* Opcional: barra de scroll bonita */
    .todo3::-webkit-scrollbar {
        height: 8px;
    }
    .todo3::-webkit-scrollbar-thumb {
        background: #007bff;
        border-radius: 4px;
    }


    .ortopedia{
      margin-top: 20%;
      font-size: 3rem;
      text-align: center;
    }
}


