/* Estilos base para todos los dispositivos */

@font-face {
  font-family: MiFuente;
  src: url("open-sans/fonts/Regular/OpenSans-Regular.woff") format("woff");
}

@font-face {
  font-family: "MiFuenteBold";
  src: url("open-sans/fonts/Bold/OpenSans-Bold.woff") format("woff");
}

@font-face {
  font-family: "MiFuenteExtraBold";
  src: url("open-sans/fonts/ExtraBold/OpenSans-ExtraBold.woff") format("woff");
}
li {
  display: list-item;
  text-align: -webkit-match-parent;
  font-family: "MiFuenteBold";

}
strong{
  font-family: "MiFuenteBold";

}
#mapamovil{
  display: none;
}
#logoblancomovil{
  display: none;
}
#whatsapphover, #localizacionhover {
  display: none; /* Oculta las imágenes hover inicialmente */
}
.footermovil{
  display: none;
}

#azulmovil{
  display:  none;
}
#foto1tablet {
  display: none;
}
#foto1movil {
  display: none;
}
#foto2tablet {
  display: none;
}
#foto2movil {
  display: none;
}
#foto3tablet {
  display: none;
}
#foto3movil {
  display: none;
}
#foto4tablet {
  display: none;
}
#foto4movil {
  display: none;
}
#foto5tablet {
  display: none;
}
#foto5movil {
  display: none;
}
#foto6tablet {
  display: none;
}
#foto6movil {
  display: none;
}
#foto7tablet {
  display: none;
}
#foto7movil {
  display: none;
}
#foto8tablet {
  display: none;
}
#foto8movil {
  display: none;
}
ul{
  list-style-type: circle;
}

/* li{
  list-style-type: circle;
} */

/* Estilos para dispositivos de escritorio */
@media screen and (min-width: 1200px) {
  /* Cambios de diseño y estilos para pantallas de escritorio */
  #linkcontactanos{
    color: white;
    /* font-weight: 500; */
    text-decoration: none;
  }
  #Servicios{
    display: flex;
    flex-direction: column;


  /* margin-top: 0%; */
  }
  body {
    width: 100%;
    font-family: "MiFuente";
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  h1 {
    color: #009de0;
  }
  h2 {
    color: #009de0;
    font-size: xx-large;
    font-family: "MiFuenteBold";
  }
  h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #009de0;
  }

 h5 {
    color: black;
    /* font-weight: 900; */
    font-size: xx-large;
  }
  footer{
    display: flex;
    flex-direction: column;
  }

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 1px;
    margin-inline-end: 1px;
    /* gap: 1rem; */
    /* margin-top: 4%; */
    margin: 10px 0;
}
  #logo {
    width: 20%;
    left: 4%;
    /* margin-top: 1.5%; */
    position: absolute;
    justify-content: flex-start;
  }
  #tension{
    display: inline;
    margin-left: 0%;
    font-style: oblique;
    /* font-weight: 300; */


    
  }
  .fondo {
    width: 100%;
    min-height: 100vh;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url("media/images/fondo.png");
    background-size: cover;
    margin-top: 4%;
    background-position: center bottom; /* Ajusta la imagen para que se corte por la parte inferior */
    background-position-y: 2vh; 
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

  /* .fondo img{  */
    /* margin-top: 40%; */
    /* width: max-content; */
  /* /* } */
  /* } */

  #navbar {
    text-align: end;
    justify-content: flex-end;
    /* align-items: center; */
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    height: 10%;
    background-color: #ffffff;
    position: fixed;
    top: 0%;
    z-index: 2;
    border-bottom: 3px solid black;
    font-size: x-large;
    /* font-weight: 500; */
  }
  #navbar a {
    /* padding-top: 4%; */
    justify-self: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    font-family: "MiFuenteBold";

    justify-content: center;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 2.5%;
    text-decoration: none;
    /* font-weight: bold; */
    color: black;
  }
  #navbar a:hover {
    color: #009de0;
  }
  #centro {
    position: relative;
    margin-top: 35vh;
    /* margin-bottom: 1%; */
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    display: flex;
    /* margin-left: 39%; */
    /* font-weight: 900; */
    font-size:2.5rem;
    font-family: "MiFuenteExtraBold";
  }
  #presentacion {
    position: relative;
    /* margin-top: 27; */
    /* top: 20%; */
    /* margin-left: 29%; */
    /* font-weight: 500; */
    font-size: x-large;
    width: 40%;
    text-align: center;
  }
  #fabricantes {
    position: relative;
    /* top: 18%;s */

    /* margin-left: 29%; */
    /* font-weight: 900; */
    font-size: x-large;
    width: 40%;
    text-align: center;
    /* margin-top: 33%; */
  }
  #servicios {
    padding-left: 4%;
    margin-top: 10%;
    border-bottom: 3px solid black;
    margin-bottom: 0%;
    font-size:250%;
    font-family: "MiFuenteExtraBold";


    /* margin-right: 20%; */
    /* padding-bottom: 10%; */
  }
 
  .rvfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .RV {
    /* border-top: 3px solid black; */
    width: 50%;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: x-large;
    padding-right: 4%;
    /* margin-right: 4%; */ 
    /* border-bottom: 3px solid black; */
  }
  .RV ul {
    /* font-weight: 900; */
    display: inline;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    list-style-type: circle;
    /* text-decoration: wavy; */
  }
  .listas2{
    display: flex;
    flex-direction: row;
  }
  .lista{
    display: flex;
    flex-direction: column;
    /* font-weight: 700; */
  }


  #estado{
    /* font-weight: 400; */

    font-style: oblique;
  }
  .list-item{
    display: inline-block;
    /* flex-direction: row; */
    vertical-align: top;
    /* width: 30%; */
    /* margin-left: 2%; */
  }
  .list-item2{
    display: inline-block;
    /* flex-direction: row; */
    vertical-align: top;
    width: 100%;
  }
  #contenido{
    margin-top: 4%;
    margin-bottom: 4%;
    /* font-weight: 500; */
  }

  
  
  .AO {
    display: flex;
    width: 40%;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    margin-right: 4%;
    font-size: x-large;
    flex-direction: column;
    margin-bottom: 4%;
  }
 
  
  .AO ul{
    list-style-type: disc;
    /* font-weight: 700; */
    /* font-weight: 900; */
    display: flex;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  .AOfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* border-bottom: 3px solid black; */
  }
  .GD {
       /* border-top: 3px solid black; */
       width: 50%;
       /* border-right: 3px solid black; */
       margin-left: 4%;
       font-size: x-large;
       padding-right: 4%;
       margin-bottom: 4%;

       /* margin-right: 4%; */ 
       /* border-bottom: 3px solid black; */ 
  }
  #lista2{
    margin-left: 10%;
    /* font-weight: 500; */
    list-style-type:circle;
    font-family: "MiFuente";
  }
  .GD ul{
    list-style-type: disc;
    /* font-weight: 700; */
  }
  .gdfoto {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .solfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }



  .SOL {
    display: flex;
    width: 50%;
    margin-right: 4%;
    margin-bottom: 4%;

    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: x-large;
    flex-direction: column;
  }
  .deportivasfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* border-bottom: 3px solid black; */
  }
  .Deportivas {
    width: 50%;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 4%;

    font-size: x-large;
  }
  .lentesfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .lente {
    display: flex;
    width: 50%;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: x-large;
    margin-right: 4%;
    margin-bottom: 4%;

    flex-direction: column;
  }
  .Miopia {
    width: 50%;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: x-large;
    margin-right: 4%;
    margin-bottom: 4%;

  }

  .miopiafoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .audiologiafoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .Audiologia {
    display: flex;
    width: 50%;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    margin-right: 4%;
/* margin-bottom: %; */
    font-size: x-large;
    flex-direction: column;
    margin-bottom: 4%;

  }
  #audio2{
    margin-top: 2%;
  }
  #lista1 {
    /* font-weight: 900; */
    display: flex;
    flex-direction: column;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    list-style-type:  disc;

  }
  #estado {
    /* position: absolute; */
    /* top: 184.3%; */
    /* width: 20%; */
    /* left:20.5% ; */
    display: inline;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  #foto1 {
    /* width: 50%; */
    /* position: absolute; */
    width: 45%;
    /* height: max-content; */
    border-left: 3px solid black;
  }
  #foto2 {
    /* top: 150%; */
    width: 45%;
    border-right: 3px solid black;
  }
  #foto3 {
    width: 43.9%;
    border-left: 3px solid black;
  }
  #foto4 {
    width: 45%;
    border-right: 3px solid black;
  }
  #foto5 {
    width: 43.89%;
    border-left: 3px solid black;
  }
  #foto6 {
    width: 44%;
    border-right: 3px solid black;
  }
  #foto7 {
    width: 45%;
    border-left: 3px solid black;
  }
  #foto8 {
    width: 45%;
    border-right: 3px solid black;
  }
  h2{
    font-family: "MiFuenteBold";
    margin-top: 8%;
  }
  /* Estilos CSS para las imágenes */
  .fotosazules2,
  .fotosazules3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }

  .fotosazules2 img,
  .fotosazules3 img {
    width: 25%; /* Cada imagen ocupa el 25% del ancho de la pantalla */
    height: auto; /* Mantén la proporción original de la imagen */
  }

  .azulcontainer {
    width: 100%;
    height: auto;
    display: flex;

  }
  #azul2{
    width: 100%;
    height: auto;
  }
  .fotosazules {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .fotosazules2 {
    width: 90%;
    display: flex;
    flex-direction: row;
  }
  .fotosazules3 {
    width: 90%;
    display: flex;
    flex-direction: row;
  }
  .fotosdoble {
    display: flex;
    flex-direction: column;
  }
  #fotoazul1 {
width: 100%;
height: auto;
display: flex;

  }
  #fotoazul2 {
    width: 320px;
    height: 400px;
  }
  #fotoazul3 {
    /* width: 382%; */
    width: 320px;
    height: 200px;

    /* height: auto; */
  }
  #fotoazul4 {
    /* width: 20%; */
    width: 320px;
    height: 200px;
  }
  #fotoazul5 {
    width: 332px;
    height: 400px;
  }

  .footer {
    width: 100%;
    height: 20vh;
    font-size: x-small;
    background-color: #009de0;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    margin-right: 4%;
  }
  .links {
    width: 97%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    /* gap: 1.5rem;  */
    /* flex-wrap: wrap; */
    /* text-align: center; */
    /* justify-content: center; */
    /* align-items: center; */
    font-size: larger;
    /* font-weight: 100; */
    /* padding-right: 400%; */
    margin-left: 10%;

  }
  .link1{
    display: flex;
    flex-direction: column;
    /* margin-left: 1%; */
    /* align-items: center; */
    justify-content: center;
    /* margin-right: 1%; */
    /* margin-bottom: 1%; */
    /* width: 18%; */
    
    font-size: medium;
    gap: 0.5rem;
    /* margin-inline-end: 5%; */
    margin-left: 0%;
  }
  .links2 {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
  }
 
  .links a {     



    /* justify-self: center; */
    /* align-items: center; */
    display: flex;
    flex-wrap: nowrap;
    /* text-align: center; */
    /* justify-content: center; */
    margin-top: 10px;
    gap: 0rem;
    /* margin-bottom: 2%; */
    /* margin-right: 2.5%; */
    font-size: medium;
    font-family: "MiFuente";
    text-decoration: none;
    /* font-weight: 100; */

    color: rgb(255, 255, 255);
    /* margin-left: 30%; */
    /* margin-right: 4%; */
  }
  .links a:hover {
    text-decoration: solid;
    color: black;
  }
  #logoblanco {
    margin-top: 3%;
    width: 226px;
    height: 38px;
    margin-left: 4%;
    margin-right: 4%;
}
  
  #servicioslinks {
    color: white;
    border-bottom: 2px solid white;
    margin-right: 13%;
    font-family: "MiFuenteBold";
    font-size: medium;
    /* font-weight: 400  ; */
    margin-left: 10%;
    /* margin-top: 5%; */
  }
  /* styles.css */
  .banner {
    overflow: hidden;
    width: 100%;
    height: 100px; /* Ajusta la altura según tus necesidades */
    margin-bottom: 10%;
    margin-top: 10%;
  }

  .banner img {
    animation: scrollBanner 15s linear infinite;
    width: auto; /* Asegura que la imagen se ajuste correctamente al contenedor */
    white-space: nowrap; /* Evita el salto de línea en la imagen */
  }

  @keyframes scrollBanner {
    0%,
    100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-50%);
    }
  }
  #Contáctanos {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  #contacto1 {
    padding-left: 9%;
    font-size: 250%;
    border-bottom: 3px solid black;
    width: 100%;
    font-family: "MiFuenteExtraBold"
  }
  #contacto2 {
    font-size: x-large;
    width: 70%;
    margin-left: 9%;
  }
  #contacto3 {
    font-size: x-large;
    width: 70%;
    margin-left: 9%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .info {
    display: flex;
    flex-direction: column;
  }
  .linksinfo {
    margin-left: 4vw;
    display: flex;
    flex-direction: row;
    /* gap: 0.5rem; */
    /* margin-right: 4%; */
    /* width: 70; */
    margin-bottom: 10%;

  }
  .linksinfo a{
    margin-right: 3vw;
  }
  #telefono {
    width: 90%;
  }
  /* .linksinfo :hover{
    background-color: rgba(0, 0, 0, 0.093);
    z-index:2 ;
    background-blend-mode: multiply;
  } */
  #whatsapp{
    width: 30vw;

  }
  #whatsapphover{
    width: 30vw;
    
  }
  #localizacion{
    width: 18vw;
  }

#localizacionhover{
  width: 18vw;
}
  #mapa {
    width: 40vw ;
    margin-bottom: 10%;
    /* margin-left: 10%; */
    /* top: 0%; */
    /* margin-top: 25%; */
  }
  .Cione{
    display: flex;
    flex-direction: row;
    background-color: #0287BF;
    justify-content: center;
height: 30px;
align-items: center;
font-size: small;

  }
  #textocione{
    font-family: "MiFuente";
    color: white;
  /* text-align: center; */
/* align-items: center; */
/* justify-content: center;   */
}

  /* Agrega aquí más estilos específicos para pantallas de escritorio */


/* Estilos para tablets */




}







































@media screen and (min-width: 599px) and (max-width: 1199px) {
  /* Cambios de diseño y estilos para tablets */
  body {
    width: 100%;
    font-family: "MiFuente";
    margin: 0;
    font-size: medium;
    overflow-x: hidden;
    padding: 0;
  }
  #azul2{
    width: 100%;
    height: auto;
  }
  h1 {
    font-family: "MiFuenteExtraBold";
    color: #009de0;
  }
  h2 {
    font-family: "MiFuenteExtraBold";

    color: #009de0;
    font-size: xx-large;
  }
  h3 {
    color: #009de0;
  }
  h5 {
    color: black;
    /* font-weight: 900; */
    font-size: xx-large;
  }
  #logo {
    width: 30%;
    left: 4%;
    /* margin-top: 1.5%; */
    position: absolute;
    justify-content: flex-start;
  }
  .fondo {
    width: 100%;
    min-height: 100vh;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url("media/images/fondo2.png");
    background-size: cover;
    margin-top: 4%;
    background-position: center bottom; /* Ajusta la imagen para que se corte por la parte inferior */
    background-position-y: 2vh; 
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

  }

  #navbar {
    text-align: end;
    justify-content: flex-end;
    /* align-items: center; */
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    height: 10%;
    background-color: #ffffff;
    position: fixed;
    top: 0%;
    z-index: 2;
    border-bottom: 3px solid black;
    font-size: large;
    /* font-weight: 500; */
  }
  #navbar a {
    /* padding-top: 4%; */
    justify-self: center;
    font-family: "MiFuenteBold";

    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: center;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 2.5%;
    text-decoration: none;
    /* font-weight: bold; */
    color: black;
  }
  #navbar a:hover {
    color: #009de0;
  }
  #Servicios{
    display: flex;
    flex-direction: column;


  /* margin-top: 0%; */
  }
  #centro {
    position: relative;
    /* top7%; */
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    display: flex;
    align-content: center;
    margin-top: 50%;
    /* margin-left: 23%; */
    /* font-weight: 900; */
    font-size: xx-large;
    font-family: "MiFuenteExtraBold";
  }
  #presentacion {
    position: relative;
    /* top: 30%; */
    /* margin-left: 10%; */
    /* font-weight: 500; */
    font-size: large;
    width: 60vw;
    text-align: center;
  }
  #tension{
    display: inline;
    margin-left:0%;
    font-style: oblique;
    /* font-weight: 300; */

  }


  #fabricantes {
    position: relative;
    /* top: 25%; */

    /* margin-left: 30%; */
    /* font-weight: 900; */
    font-size: large;
    /* width: 40%; */
    text-align: center;
  }
  #servicios {
    padding-left: 4%;
    margin-top: 10%;
    border-bottom: 3px solid black;
    margin-bottom: 0%;
    font-size: xx-large;
    font-family: "MiFuenteExtraBold";

    /* padding-bottom: 10%;   */
  }
  .rvfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .RV {
    /* border-top: 3px solid black; */
    width: 50%;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: large;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 2%;

    /* margin-right: 4%; */
    /* border-bottom: 3px solid black; */
  }
  .RV ul {
    /* font-weight: 900; */
    display: flex;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  .listas2{
    display: flex;
    flex-direction: row;
  }
  .lista{
    display: flex;
    flex-direction: column;
    /* font-weight: 700; */
  }
  .AO {
    width: 50%;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: large;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 2%;


  }
  #asicomo{
    margin-top: 5%;
  }
  .AOfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* border-bottom: 3px solid black; */
  }
  .AO ul{
    list-style-type: disc;
    /* font-weight: 900; */
    display: flex;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  .GD {
    width: 50%;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: large;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 2%;
  }
  #lista2{
    margin-left: 10%;
    /* font-weight: 500; */
    font-family: "MiFuente";
    list-style-type:circle;
  }
  .gdfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .solfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .SOL {
    width: 50%;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: large;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 2%;

  }
  .deportivasfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* border-bottom: 3px solid black; */
  }
  .Deportivas {
    width: 50%;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: large;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 2%;

  }
  .lentesfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .lente{
    width: 50%;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: large;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 2%;
  }
  .Miopia {
    width: 50%;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: large;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 2%;
  }

  .miopiafoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .audiologiafoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  #audio2{
    margin-top: 2%;
  }
  .Audiologia {
    width: 50%;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: large;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 2%;
  }
  #lista1 {
    /* font-weight: 900; */
    display: flex;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    flex-direction: column;
    list-style-type:  disc;

  }
  #estado {
    /* position: absolute; */
    /* top: 184.3%; */
    /* width: 20%; */
    /* left:20.5% ; */
    display: inline;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  #foto1 {
    /* width: 50%; */
    /* position: absolute; */
    width: 45%;
    display: none;
    /* height: max-content; */
    border-left: 2px solid black;
  }
  #foto1tablet {
    display: flex;
    width: 45%;
    border-left: 2px solid black;
  }

  #foto2tablet {
    /* top: 150%; */
    width: 55%;
    display: block;

    border-right: 2px solid black;
  }
  #foto2 {
    display: none;
  }
  #foto3tablet {
    width: 45%;
    border-left: 2px solid black;
    height: auto;
    display: block;
  }
  #foto3 {
    display: none;
  }
  #foto4tablet {
    width: 55%;
    border-right: 2px solid black;
    display: block;
  }
  #foto4 {
    display: none;
  }
  #foto5tablet {
    width: 45%;
    border-left: 2px solid black;
    display: block;
  }
  #foto5 {
    display: none;
  }
  #foto6tablet {
    width: 55%;
    border-right: 2px solid black;
    display: block;
  }
  #foto6 {
    display: none;
  }
  #foto7tablet {
    width: 45%;
    border-left: 2px solid black;
    display: block;
  }
  #foto7 {
    display: none;
  }
  #foto8tablet {
    width: 55%;
    border-right: 2px solid black;
    display: block;
  }
  #foto8 {
    display: none;
  }
  /* Estilos CSS para las imágenes */
  .fotosazules2,
  .fotosazules3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }

  .fotosazules2 img,
  .fotosazules3 img {
    width: 25%; /* Cada imagen ocupa el 25% del ancho de la pantalla */
    height: auto; /* Mantén la proporción original de la imagen */
  }

  .azulcontainer {
    width: 100%;
    display: flex;
    height: auto;
  }
  .fotosazules {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .fotosazules2 {
    width: 90%;
    display: flex;
    flex-direction: row;
  }
  .fotosazules3 {
    width: 90%;
    display: flex;
    flex-direction: row;
  }
  .fotosdoble {
    display: flex;
    flex-direction: column;
  }
  #fotoazul1 {
    width: 100%;
    height: auto;
    display: flex;

  }
  #fotoazul2 {
    width: 320px;
    height: 400px;
  }
  #fotoazul3 {
    /* width: 382%; */
    width: 320px;
    height: 200px;

    /* height: auto; */
  }
  #fotoazul4 {
    /* width: 20%; */
    width: 320px;
    height: 200px;
  }
  #fotoazul5 {
    width: 332px;
    height: 400px;
  }

  
  .footer {
    width: 100%;
    /* height: vh; */
    font-size: x-small;
    background-color: #009de0;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    /* margin-inline: 4vh; */
    
    /* margin-right: 4vw; */

  }
  .links {
    width: 100%;
    
    /* justify-content: center; */
    /* align-items: center; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* margin-left: 5vh; */
    /* gap: 1.5rem;  */
    margin-bottom: 5%;
    margin-right: 5%;
    /* flex-wrap: wrap; */
    /* text-align: center; */
    /* justify-content: center; */
    /* align-items: center; */
    font-size: medium;
    /* font-weight: 100; */
    /* padding-right: 400%; */
    /* margin-left: 10%; */

  }
  .link1{
    display: flex;
    flex-direction: column;
    /* margin-left: 10%; */
    align-items: center;
    justify-content: center;
    margin-right: 3vw;
    margin-bottom: 1%;
    /* width: 18%; */
    flex-wrap: wrap;
    
    font-size: small;
    gap: 1rem;
    /* margin-inline-end: 5%; */
    margin-left: 0%;
  }
  .links2 {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
  }
 
  .links a {
    /* justify-self: center; */
    /* align-items: center; */
    display: flex;
    flex-wrap: wrap;
    /* text-align: center; */
    /* justify-content: center; */
    /* margin-top: 4vh; */
    /* gap: 0rem; */
    margin-bottom: 2%;
    /* margin-right: 2.5%; */
    font-size: small;
    font-family: "MiFuente";
    text-decoration: none;
    /* font-weight: 100; */

    color: rgb(255, 255, 255);
    /* margin-left: 3%; */
    /* margin-right: 1%; */
  }
  .links a:hover {
    text-decoration: solid;
    color: black;
  }
  #logoblanco {
    margin-top: 16vh;
    display: flex;
    width: 40vw;
    align-items: flex-end;
    height: 7vh;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-right: 4%;
    margin-left: 2vh;
  }
  #servicioslinks {
    color: white;
    border-bottom: 1px solid white;
    /* margin-left: 5%; */
    margin-top: 10%;
    margin-right: 30%;
    
    font-size: medium;
  }
  /* styles.css */
  .banner {
    overflow: hidden;
    width: 100%;
    height: 100px; /* Ajusta la altura según tus necesidades */
    margin-bottom: 10%;
    margin-top: 10%;
  }

  .banner img {
    animation: scrollBanner 15s linear infinite;
    width: 300%; /* Asegura que la imagen se ajuste correctamente al contenedor */
    white-space: nowrap; /* Evita el salto de línea en la imagen */
  }

  @keyframes scrollBanner {
    0%,
    100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-50%);
    }
  }
  #Contáctanos {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  #Contáctanos {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: medium;

  }
  #whatsapp{
    width: 30vw;

  }
  #whatsapphover{
    width: 30vw;
    
  }
  #localizacion{
    width: 18vw;
  }

#localizacionhover{
  width: 18vw;
}
  #contacto1 {
    padding-left: 9%;
    font-size: xx-large;
    border-bottom: 3px solid black;
    width: 55vw;
    font-family: "MiFuenteExtraBold";

  }
  #contacto2 {
    font-size: large;
    width: 70%;
    margin-left: 9%;
  }
  #contacto3 {
    font-size: large;
    width: 70%;
    margin-left: 9%;
    /* margin-top: 5%; */
    /* margin-bottom: 5%; */
  }
  .info {
    display: flex;
    flex-direction: column;
  }

  .linksinfo {
    margin-left: 6vh;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    /* margin-right: 4%; */
    margin-bottom: 10%;
    /* width: 50%; */

  }
  
  #mapa {
    width: 40vw ;
    margin-bottom: 10%;
    /* margin-left: 10%; */
    margin-right: 20%;
    /* top: 0%; */
    margin-top: 15%;
  }
  .Cione{
    display: flex;
    flex-direction: row;
    background-color: #0287BF;
    justify-content: center;
    font-size: x-small;


       
  }
  .link1{
    display: flex;
    flex-direction: row;
    /* margin-left: 4%; */
    /* margin-top: 2%; */

  }
  #textocione{
    font-family: "MiFuente";
    color: white;
  /* text-align: center; */
/* align-items: center; */
/* justify-content: center;   */
}

  /* Agrega aquí más estilos específicos para tablets */
}



































/* Estilos para dispositivos móviles */
@media screen and (max-width: 599px) {
  /* Cambios de diseño y estilos para dispositivos móviles */
  body {
    width: 100%;
    font-family: "MiFuente";
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    font-size: small;
  }
  h1 {
    color: #009de0;
  }
  h2 {
    color: #009de0;
    font-size: large;
    font-family: "MiFuenteBold";

  }
  h3 {
    color: #009de0;
  }
  h5 {
    color: black;
    /* font-weight: 900; */
    font-size: large;
  }
  #logo {
    width: 30%;
    left: 4%;
    /* margin-top: 1.5%; */
    position: absolute;
    justify-content: flex-start;
  }
  .fondo {
    width: 100%;
    min-height: 100vh;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url("media/images/fondo3.png");
    background-size: cover;
    margin-top: 4%;
    background-position: center bottom; /* Ajusta la imagen para que se corte por la parte inferior */
    background-position-y: 2vh; 
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #azul2{
    width: 100%;
    height: auto;
  }

  #navbar {
    text-align: end;
    justify-content: flex-end;
    /* align-items: center; */
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    height: 10%;
    background-color: #ffffff;
    position: fixed;
    top: 0%;
    z-index: 2;
    border-bottom: 3px solid black;
    font-size:medium;
    /* font-weight: 500; */
  }
  #navbar a {
    /* padding-top: 4%; */
    justify-self: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: center;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 2.5%;
    font-family: "MiFuenteBold";
    text-decoration: none;
    /* font-weight: bold; */
    color: black;
  }
  #navbar a:hover {
    color: #009de0;
  }
  #Servicios{
    display: flex;
    flex-direction: column;


  /* margin-top: 0%; */
  }
  #centro {
    position: relative;
    /* top: 25%; */
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    display: flex;
    align-content: center;
    margin-top: 76%;
    /* margin-left: 23%; */
    /* font-weight: 900; */
    font-size: x-large;
    font-family: "MiFuenteExtraBold";
  }
  #presentacion {
    position: relative;
    top: 20%;
    /* margin-left: 8%; */
    /* font-weight: 500; */
    font-size: large;
    /* font-family: "MiFuenteBold"; */
    width: 80%;
    text-align: center;
  }
  #fabricantes {
    position: relative;
    top: 18%;
margin-top: 0%;
display: inline;
    /* margin-left: 28%; */
    /* font-weight: 900; */
    font-size: large;
    width: 70%;
    text-align: center;
  }
  #servicios {
    padding-left: 4%;
    margin-top: 10%;
    border-bottom: 3px solid black;
    margin-bottom: 0%;
    font-family: "MiFuenteBold";

    font-size: xx-large;
    /* padding-bottom: 10%; */
  }
  .rvfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .RV {
    width: 80vw;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: x-small;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 10%;
    margin-top: 10%;
  }
  .RV ul {
    /* font-weight: 600; */
    display: flex;

    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  
  .AO {
    width: 80vw;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: x-small;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 10%;
    margin-top: 10%;


  }
  .AOfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* border-bottom: 3px solid black; */
  }

  .GD {
    width: 80vw;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: x-small;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 10%;
    margin-top: 10%;

  }
  #lista2{
    margin-left: 10%;
    /* font-weight: 500; */
    list-style-type:circle;
    font-family: "MiFuente";

  }
  
  .AO ul{
    list-style-type: disc;
    /* font-weight: 700; */
    /* font-weight: 900; */
    display: flex;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  .gdfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .solfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .SOL {
    width: 80vw;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: x-small;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-top: 10%;

    margin-bottom: 10%;
  }
  .deportivasfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* border-bottom: 3px solid black; */
  }
  .Deportivas {
    width: 80vw;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: x-small;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 10%;
    margin-top: 10%;

  }
  .lentesfoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .listas2{
    display: flex;
    flex-direction: row;
  }
  .lista{
    display: flex;
    flex-direction: column;
    /* font-weight: 700; */
  }
  .lente {
    width: 80vw;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: x-small;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 10%;
    margin-top: 10%;

  }
  .Miopia {
    width: 80vw;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: x-small;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 10%;
    /* font-size: large; */
    margin-top: 10%;

  }

  .miopiafoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  .audiologiafoto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid black;
  }
  #audio2{
    margin-top: 2%;
  }
  .Audiologia {
    width: 80vw;
    /* border-right: 3px solid black; */
    margin-left: 4%;
    font-size: x-small;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-content: center;
    flex-direction: column;
    margin-right: 4%;
    margin-bottom: 10%;
    margin-top: 10%;

  }
  #lista1 {
    /* font-weight: 900; */
    display: flex;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    flex-direction: column;
    list-style-type:  disc;

  }
  #whatsapp{
    width: 90%;
    margin-left: 5vh;

  }
  #whatsapphover{
    width: 90%;
    margin-left: 5vh;

    
  }
  #localizacion {
    width: 90%;
    /* margin-left: 5%; */
  }
  #localizacionhover{
    width: 90%;
    /* margin-left: 5%; */
  }
  #estado {
    /* position: absolute; */
    /* top: 184.3%; */
    /* width: 20%; */
    /* left:20.5% ; */
    display: inline;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  #foto1 {
    /* width: 50%; */
    /* position: absolute; */
    width: 45vh;
    display: none;
    /* height: max-content; */
    border-left: 1px solid black;
  }
  #tension{
    display: inline;
    margin-left: 0%;
    font-style: oblique;
    /* font-weight: 300; */

    
  }
  #foto1movil {
    display: flex;
    width: 45vw;
    border-left: 2px solid black;
  }

  #foto2movil {
    /* top: 150%; */
    width: 45vw;
    display: block;

    border-right: 2px solid black;
  }
  #foto2 {
    display: none;
  }
  #foto3movil {
    width: 45vw;
    border-left: 2px solid black;
    height: auto;
    display: block;
  }
  #foto3 {
    display: none;
  }
  #foto4movil {
    width: 45vw;
    border-right: 2px solid black;
    display: block;
  }
  #foto4 {
    display: none;
  }
  #foto5movil {
    width: 45vw;
    display: block;

    border-left: 2px solid black;
  }
  #foto5 {
    display: none;
  }
  #foto6movil {
    width: 45vw;
    border-right: 2px solid black;
    display: block;
  }
  #foto6 {
    display: none;
  }
  #foto7movil {
    width: 45vw;
    border-left: 2px solid black;
    display: block;
  }
  #foto7 {
    display: none;
  }
  #foto8movil {
    width: 45vw;
    border-right: 2px solid black;
    display: block;
  }
  #foto8 {
    display: none;
  }
  /* Estilos CSS para las imágenes */
  .fotosazules2,
  .fotosazules3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }

  .fotosazules2 img,
  .fotosazules3 img {
    width: 25%; /* Cada imagen ocupa el 25% del ancho de la pantalla */
    height: auto; /* Mantén la proporción original de la imagen */
  }

  .azulcontainer {
    width: 100%;
    height: auto;
    display: flex;

  }
  .fotosazules {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .fotosazules2 {
    width: 90%;
    display: flex;
    flex-direction: row;
  }
  .fotosazules3 {
    width: 90%;
    display: flex;
    flex-direction: row;
  }
  .fotosdoble {
    display: flex;
    flex-direction: column;
  }
  #fotoazul1 {
    width: 100%;
    display: flex;

    height: auto;}
  #fotoazul2 {
    width: 320px;
    height: 400px;
  }
  #fotoazul3 {
    /* width: 382%; */
    width: 320px;
    height: 200px;

    /* height: auto; */
  }
  #fotoazul4 {
    /* width: 20%; */
    width: 320px;
    height: 200px;
  }
  #fotoazul5 {
    width: 332px;
    height: 400px;
  }

  .footer {
    width: 100%;
    height: 33vh;
    background-color: #009de0;
    color: #ffffff;
    display: none;
    flex-direction: column;
    margin-right: 4%;
  }
  
  .footermovil {
    width: 100%;
    height: 42vh;
    background-color: #009de0;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    margin-right: 4%;
  }
  .footer2movil{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
  }
  .linksmovil {
    width: 100%;
    justify-content: center;
    align-content: center;
    /* align-items: center; */
    display: flex;
    flex-direction: row;
    justify-self: center;
    /* gap: 1.5rem; */
    flex-wrap: wrap;
    /* margin-left: 5%; */
    /* margin-right: 5%; */
    /* margin-top: 5%; */
    /* margin-left: 30%; */
    /* text-align: center; */
    /* justify-content: center; */
    /* align-items: center; */
    font-size: xx-small;
    /* font-weight: 100; */
    /* padding-right: 400%; */

  }
  .links2movil {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
  }
  .link1movil{
    flex-direction: column;
    margin-left: 2%;

    margin-top: 2%;
    gap: 1rem;
    display: flex;
    width: 18%;

  }

  .linksmovil a {
    /* justify-self: center; */
    /* align-items: center; */
    display: flex;
    flex-wrap: nowrap;
    /* text-align: center; */
    /* justify-content: center; */
    /* margin-top: 2%; */
    /* margin-bottom: 2%; */
    /* margin-rig"ht: 2.5%2; */
    font-family: "MiFuente";
    text-decoration: none;
    /* gap: 2rem ; */
    /* margin:3%; */
    /* font-weight: 100; */
    color: rgb(255, 255, 255);
    font-size: xx-small;
    /* margin-left: 4%; */
    /* margin-right: 4%; */
    /* padding-left: 9%; */
  }
  .linksmovil a:hover {
    text-decoration: solid;
    color: black;
  }
  #logoblanco {
    display: none;

  }
  #logoblancomovil{
    display: block;
    margin-top: 6%;
    width: 30%;
    /* height: 13%; */
    /* margin-right: 4%; */

    /* margin-left: 10%; */
justify-content: flex-end;
align-self: flex-end;
  }
  #servicioslinks {
    color: white;
    border-bottom: 2px solid white;
    font-family: "MiFuenteBold";
    margin-left: 10%;
  margin-right: 30%;
  }
  /* styles.css */
  .banner {
    overflow: hidden; /* Oculta el desbordamiento de la imagen */
    width: 100%; 
    margin-top: 4%;
    margin-bottom: 4%;/* Ajusta el ancho del contenedor al 100% del viewport */
  }
  
  .banner img {
    width: 450%; /* Ajusta el ancho de la imagen al 50% del contenedor */
    white-space: nowrap;
    margin-top: 10%;
    animation: scrollBanner 12s linear infinite; /* Mueve la animación aquí */
  }
  
  @keyframes scrollBanner {
    0%,100% {
      transform: translateX(0%);
    }
    90% {
      transform: translateX(-60%); /* Cambia esto para que la imagen se repita dos veces */
    }
  }
  
  #Contáctanos {
    display: flex;
    flex-direction: column;
    width: 100%;

  }
  #contacto1 {
    font-size: xx-large;
    border-bottom: 3px solid black;
    padding-left: 9%;
    font-family: "MiFuenteExtraBold";

  }
  #contacto2 {
    /* font-size: x-large; */
    width: 90%;
    margin-left: 9%;
  }
  #contacto3 {
    /* font-size: x-large; */
    width: 70%;
    margin-left: 9%;

    margin-bottom: 10%;
  }
  .info {
    display: flex;
    flex-direction: column;
    font-size: large;
  }
  .linksinfo {
    margin-left: 9%;
    display: flex;
    flex-direction: row;
    /* gap: 0.5rem; */
    margin-right: 4%;
    margin-bottom: 10%;
    

  }
  .linksinfo a{
    margin-right: 10%;
  }
  #telefono {
    width: 90%;
  }
  #localizacion {
    width: 90%;
  }
  #mapa{
    display: none;
  }
  #mapamovil {
    display: block;
    width: 50vh;
    align-items: center;
    align-content: center;
    margin-bottom: 10%;
    /* margin-left: 12%; */
    /* margin-right: 20%; */
    /* top: 0%; */
    /* margin-top: 25%; */
  }
#azulmovil{
  width: 100%;
  display: block;
}
#azul2{
  display: none;
}
.Cione{
  display: flex;
  flex-direction: row;
  background-color: #0287BF;
  justify-content: center;
  font-size: x-small;


}
#textocione{
  font-family: "MiFuente";
  color: white;
/* text-align: center; */
/* align-items: center; */
/* justify-content: center;   */
}
  /* Agrega aquí más estilos específicos para dispositivos móviles */
}
