@media screen {
    @font-face {
        font-display: swap;
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 300;
        src: url('../fonts/oswald-v31-latin-300.eot');
        src: local(''), url('../fonts/oswald-v31-latin-300.eot') format('embedded-opentype'), url('../fonts/oswald-v31-latin-300.woff2') format('woff2'), url('../fonts/oswald-v31-latin-300.woff') format('woff'), url('../fonts/oswald-v31-latin-300.ttf') format('truetype'), url('../fonts/oswald-v31-latin-300.svg') format('svg');
    }
    @font-face {
        font-display: swap;
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/oswald-v31-latin-regular.eot');
        src: local(''), url('../fonts/oswald-v31-latin-regular.eot') format('embedded-opentype'), url('../fonts/oswald-v31-latin-regular.woff2') format('woff2'), url('../fonts/oswald-v31-latin-regular.woff') format('woff'), url('../fonts/oswald-v31-latin-regular.ttf') format('truetype'), url('../fonts/oswald-v31-latin-regular.svg') format('svg');
    }
    @font-face {
        font-display: swap;
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 500;
        src: url('../fonts/oswald-v31-latin-500.eot');
        src: local(''), url('../fonts/oswald-v31-latin-500.eot') format('embedded-opentype'), url('../fonts/oswald-v31-latin-500.woff2') format('woff2'), url('../fonts/oswald-v31-latin-500.woff') format('woff'), url('../fonts/oswald-v31-latin-500.ttf') format('truetype'), url('../fonts/oswald-v31-latin-500.svg') format('svg');
    }
    @font-face {
        font-display: swap;
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 700;
        src: url('../fonts/oswald-v31-latin-700.eot');
        src: local(''), url('../fonts/oswald-v31-latin-700.eot') format('embedded-opentype'), url('../fonts/oswald-v31-latin-700.woff2') format('woff2'), url('../fonts/oswald-v31-latin-700.woff') format('woff'), url('../fonts/oswald-v31-latin-700.ttf') format('truetype'), url('../fonts/oswald-v31-latin-700.svg') format('svg');
    }
    @font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-display: swap;
    font-weight: normal;
    src: url('../fontawesome-webfont.eot?#iefix') format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("http://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
    font-weight: normal;
    font-style: normal
    }
    @font-face {
        font-family: 'lt_energyWdBdSIt';
        src: url('../fonts/ltenergy-wideboldsemi-italic-webfont.woff2') format('woff2'),
             url('../fonts/ltenergy-wideboldsemi-italic-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }
    @font-face {
        font-family: 'lt_energysemi-italic';
        src: url('../fonts/ltenergy-semi-italic-webfont.woff2') format('woff2'),
             url('../fonts/ltenergy-semi-italic-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

    @font-face {
        font-family: 'lt_energyWdBdSIt';
        src: url('../fonts/ltenergy-wideboldsemi-italic-webfont.woff2') format('woff2'),
             url('../fonts/ltenergy-wideboldsemi-italic-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

    /* Variables */
    :root {
      --font-size:1rem;
    }
    .light-mode {
      --navbar-color: #fff;
      --navbar-bg-color: #0a738c;  
    }
    .dark-mode {
      --navbar-color: #6f6f6f;
      --navbar-bg-color: #fff;  
    }

    /* Reset */
    * {
      box-sizing:border-box; 
      outline:none;
      margin:0;
      padding:0;
    }
    ul {
      list-style:none;
    }
    p{
        margin-bottom: 1ex;
    }

    /* Basic style */
    body {
      margin:0;
      font-size:var(--font-size);
      font-family: 'Oswald', sans-serif;
      font-weight: 700;
      margin-top: 80px !important;
      background-color: #ededed;
    .main-content {
      padding:1rem;
    }

    /* Navbar */
    .navbar {  
      display:flex;
      align-items:center; 
      justify-content:space-between;   
      padding:20px 50px 10px 50px;
      font-size:1.1rem;
      background:var(--navbar-bg-color);
      color:#6f6f6f;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000; /* Asegúrate de que esté por encima de otros elementos */
      padding: 10px 20px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* Añade una sombra para destacar */
      height: auto;
      }
      .navbar__links { 
      display:flex;  
    }
    .navbar__link { 
      padding:0 10px;
    }
    .navbar__link > a { 
      color:var(--navbar-color);
      text-decoration:none;
    }
    .navbar__logo{
        width:calc(100vw - 90%);  
    }
    .navbar__logo img{
        width: 100%;
    }
    .burger {
      display:none;
    }
    .navbar__link four{
        color: #0a738c!important;
    }

    /*  Small device */
    @media screen and (max-width:767.98px) {
      .navbar__links { 
        overflow:hidden;
        display:flex;
        flex-direction:column;
        width:0;
        height:calc(100vh - 65px);  
        position:absolute;
        top:65px;
        right:0;     
        background:var(--navbar-bg-color);     
        transform: translateX(110%);
        transition: all .5s ease-in-out;
      }
      .show-nav .navbar__links { 
        
        width:100vw;    
        transform: translateX(0);
      } 
      .navbar__link {    
        transform: translateX(101%);
        transition: all .5s ease-in-out;
      }
      
      .show-nav .navbar__link  {        
        transform: translateX(0);    
      }   
      .navbar__link > a {
        display:block;
        padding:1rem;
        font-size:1.6rem;
        color:var(--navbar-color);  
        transition: all .4s ease-in-out;
      }
      .navbar__link > a:hover {
        padding-left:2rem;
        letter-spacing:5px;
      }
      .navbar__logo{
        width:calc(100vw - 75%);  
    }

      /* Toggle menu */
      .burger {
        display:block;
        position:relative;
        padding:0;
        width:45px;
        height:45px;
        border:none;
        background:transparent;
        cursor:pointer;
      }
      .bar {
        display:block;    
        width:45px;
        height:4px;  
        border-radius:3px;
        background:var(--navbar-color); 
        transition: all .5s ease-in-out;   
      }
      .bar::before, .bar::after {
        content:"";
        width:45px;
        height:4px;
        position:absolute; 
        left:0;  
        background:var(--navbar-color); 
        border-radius:3px;    
        transition: all .5s ease-in-out;
      }
      .bar::before {
        transform:translateY(-12px)
      }
      .bar::after {
        transform:translateY(12px)
      }
      .show-nav .bar {
        width:0;
        background:transparent;    
      }
      .show-nav .bar::before {
        transform:rotate(45deg);
      }
      .show-nav .bar::after {
        transform:rotate(-45deg);
      }
      
      /* Bonus - Animations */
      .show-nav .first {      
        transition: all 1s ease-out;
      } 
      .show-nav .second {      
        transition: all 1.1s ease-out;
      } 
      .show-nav .third {      
        transition: all 1.2s ease-out;
      } 
      .show-nav .four {      
        transition: all 1.3s ease-out;
      } 
      .show-nav .fifth {      
        transition: all 1.4s ease-out;
      }
      .show-nav .six{      
        transition: all 1.4s ease-out;
      }
      .show-nav .seven{      
        transition: all 1.4s ease-out;
      }
    }

    /*  Medium device - Bonus */
    @media screen and (min-width:768px) {
      .navbar__link > a::after {
        display:block;
        content:"";
        width:0;
        height:1px;
        background:var(--navbar-color);
        transition:width .4s;
      }
      .navbar__link:hover > a::after {
        width:100%;
      }
    }
    }


/* Si quieres mantener el efecto de subrayado */
@media screen and (min-width:768px) {
    .energy-link > a::after {
        background: #0a738c; /* Color del subrayado para "energylab" */
    }

    .energy-link:hover > a::after {
        background: #ff6347; /* Color del subrayado al pasar el mouse */
    }
}


    /*slogan*/
    .slogan{
        font-family: 'lt_energysemi-italic', sans-serif;
        font-size: 3vw; /* Ajusta este valor según tus necesidades */
        margin: 0 auto;
        position: relative;
        display: block;
        width: 80%;
        text-align: center; /* Centra el texto */
        line-height: 1.2; /* Ajusta el espacio entre líneas según sea necesario */
        color:#0a738c;
        padding: 20px 0px;

    }
    .secciones{
        width: 80%;
        text-align: center;
        display: block;
        margin: 0 auto;
        padding-bottom: 30px;
        padding-top: 10px;
    }
    h1{
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        font-weight: 800;
        font-size:2vw;
        margin: 0 auto;
        text-align: center;
        color:  #e18003;
        border-bottom: 5px solid #0a738c; /* Cambia el color y grosor de la línea según tus necesidades */
        display: inline-block; /* Asegura que el borde se aplique solo al texto y no a toda la línea */
        padding-bottom: 15px; /* Espacio entre el texto y la línea */
      }

      /*analisis de aceite*/
/* Contenedor general */
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Para asegurar que las imágenes y el texto se adapten bien a la pantalla */
    width: 80%;
    max-width: 1200px;
    margin: 30px auto; /* Espaciado superior e inferior */
    position: relative;
}

.centro {
    width: 90%;
    display: inline-block;
    color: #666666;
    font-size: calc(12px + 0.4vw);
    padding: 5px 0px;
}

/* Estilo de las imágenes */
.image {
    width: 20%;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 1s ease;
    padding: 10px;
    border-radius: 15px; /* Bordes redondeados */
    box-sizing: border-box; /* Asegura que padding esté incluido en el tamaño total */
}

.image.right {
    transform: translateX(100%);
    border-radius: 15px; /* Bordes redondeados */
}

.image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px; /* Bordes redondeados dentro de la imagen */
}

/* Estilo del texto */
.text {
    width: 60%;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text h2 {
    margin: 0;
    font-size: 2vw;
    color: #e18003;
    border-bottom: 5px solid #0a738c;
    padding-bottom: 15px;
}

/* Clases para activar la animación */
.container.animate .image {
    opacity: 1;
    transform: translateX(0);
}

.container.animate .text {
    opacity: 1;
    transform: translateY(0);
}


    /*popup*/
    .gallery {
        display: flex;
        flex-wrap: wrap; /* Permite que los thumbnails pasen a otra fila si no caben en una */
        gap: 10px;
        width: 80%;
        margin: 0 auto;
        justify-content: center;
    }
    .gallery2 {
        display: flex;
        flex-wrap: wrap; /* Permite que los thumbnails pasen a otra fila si no caben en una */
        gap: 10px;
        width: 80%;
        margin: 0 auto;
        justify-content: center;
    }

    .thumbnail {
        position: relative; /* Necesario para posicionar el texto sobre la imagen */
        width: 250px;
        height: 250px; /* Ajusta la altura según tu diseño */
        overflow: hidden; /* Para asegurar que el efecto de zoom no se desborde */
        cursor: pointer;
        border-radius: 5px;
        background: rgba(0, 0, 0, 2); /* Fondo semitransparente */
        color: black;
    }

    .thumbnail img {
        width: 100%;
        height: 100%; /* Asegura que la imagen ocupe toda la altura del contenedor */
        object-fit: cover; /* Ajusta la imagen dentro del contenedor sin deformarse */
        transition: transform 0.3s ease, opacity 0.3s ease; /* Suaviza el efecto de zoom y opacidad */
        opacity: 0.7; /* Opacidad inicial de la imagen */
    }

    .thumbnail:hover img {
        transform: scale(1.1); /* Efecto de zoom */
        opacity: 1; /* Imagen completamente visible al hacer hover */
    }

    .thumbnail-text {
        position: absolute;
        top: 50%; /* Centra el texto verticalmente en la imagen */
        left: 50%;
        transform: translate(-50%, -50%); /* Centra el texto horizontalmente */
        width: 100%;
        text-align: center;
        color: white;
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
    }


    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.8);
        top: 5vh; /* Ajusta el modal para que aparezca 80px desde la parte superior */
    }

    .modal-content {
        position: relative;
        margin: 5% auto;
        padding: 10px;
        width: 90%;
        max-width: 1200px;
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        flex-direction: column; /* Cambiar a columna para facilitar el diseño responsivo */
    }

    .modal-left {
        flex: 1;
        padding-right: 20px;
    }

    .modal-right {
        flex: 2;
        text-align: center;
    }

    .modal-image {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
    }
.modal-content iframe {
    width: 100%;
    height: 50vh; /* Ajusta el valor en porcentaje del alto del viewport */
    max-width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}



    .modal-text {
        width: 45%;
        display: inline-block;
        vertical-align: middle;
        padding: 10px;
    }

    .modal-image img {
        width: 80%;
        height: auto; /* Hacer que la imagen sea responsiva */
        border-radius: 5px;
    }

    .thumbnail-slider {
        margin-top: 20px;
        display: flex;
        justify-content: center; /* Centrar los thumbnails dentro del slider */
        gap: 10px;
    }

    .thumbnail-slide {
        width: 60px;
        cursor: pointer;
        border: 2px solid #ddd;
        border-radius: 5px;
        transition: border-color 0.3s ease-in-out; /* Agregar transición suave */
    }

    .thumbnail-slide img {
        width: 100%;
        height: auto; /* Hacer que la imagen sea responsiva */
        border-radius: 5px;
    }

    .thumbnail-slide:hover {
        border-color: #007bff;
    }

.close {
    position: absolute;
    top: 6vh; /* Mantiene un margen superior relativo al alto del viewport */
    right: 6vw; /* Mantiene un margen derecho relativo al ancho del viewport */
    font-size: 5vw; /* Ajusta el tamaño de la fuente según el ancho del viewport */
    color: #fff;
    cursor: pointer;
}

/* Ajuste para pantallas más grandes (más de 1200px de ancho) */
@media (min-width: 1200px) {
    .close {
        top: 7vh;
      right: 2vw;
      font-size: 2vw;
    }
}

/* Ajuste para pantallas medianas (entre 768px y 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
    .close {
        top: 6vh; /* Aumenta el margen superior para pantallas medianas */
        right: 6vw; /* Ajusta el margen derecho para pantallas medianas */
        font-size: 3vw; /* Mantiene un tamaño de fuente adecuado */
        z-index: 1;
        color: #000;
    }
}

/* Ajuste para pantallas pequeñas (menos de 768px de ancho) */
@media (max-width: 767px) {
    .close {
        top: 7vh; /* Aumenta el margen superior para pantallas pequeñas */
        right: 8vw; /* Aumenta el margen derecho para pantallas pequeñas */
        font-size: 5vw; /* Incrementa el tamaño de fuente en pantallas pequeñas */
    }
}

.thumbnail button {
    position: absolute;
    bottom: 10px; /* Ajusta según sea necesario */
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.thumbnail button:hover {
    background-color: #0056b3;
}

/* Botones de navegación (prev y next) */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%; /* Centrado verticalmente */
    width: auto;
    padding: 1vh 2vw; /* Padding relativo a las dimensiones del viewport */
    margin-top: -2vh; /* Ajusta el margen superior para centrar los botones */
    color: white;
    font-weight: bold;
    font-size: 2.5vw; /* Tamaño de fuente responsivo */
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }
.logo-container {
    display: flex;
    gap: 10px; /* Espacio entre los logos */
    padding-top: 20px;
}

.logo-container img {
    max-width: 100px; /* Ajusta el tamaño máximo de los logos según sea necesario */
    height: auto;
}
#quoteButton{
    background-color: #0a738c;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}


    .marcas{
      width: 80%;
      position: relative;
      margin: 0 auto;
      display: block;
      
    }
/* Estilos del carrusel */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 80%
  border-radius: 8px;
}

.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 100px;
  width: 250px;
}

/* Estilos básicos */
.content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px; /* Espacio entre la imagen y el texto */
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap; /* Permite que el contenido se ajuste en pantallas más pequeñas */
    padding-top: 20px;
}

.image-content img {
    width: 60vh;
    height: auto;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-content p{
text-align: left;
color: #666666;
}
/* Ajustes para pantallas más pequeñas */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column; /* Apila la imagen y el texto en columnas */
        text-align: center; /* Centra el texto cuando esté debajo de la imagen */
    }
    
    .image-content img {
        width: 80vw; /* Ajusta el ancho de la imagen para pantallas pequeñas */
        height: auto;
    }

    .text-content {
        padding: 20px; /* Agrega espacio alrededor del texto */
    }
}

@media (max-width: 480px) {
    .image-content img {
        width: 90vw; /* Ajusta el ancho de la imagen para pantallas muy pequeñas */
    }
    
    .content-wrapper {
        padding: 10px; /* Agrega espacio alrededor del contenido */
    }
    
    .text-content p {
        font-size: 14px; /* Reduce el tamaño del texto en pantallas muy pequeñas */
    }
}


 /*formulario*/
.contenedor-formulario{
  width: 100%;
    background-color: #0a738c;
}

.contact-section {
    padding: 60px 20px;
}
.contact-section p{
  width: 90%;
    display: inline-block;
    color: white;
    font-size: calc(12px + 0.3vw);
    padding: 5px 0px;
    text-align: left;
    font-weight: normal;
}
.contact-section a{
  width: 90%;
    display: inline-block;
    color: white;
    font-size: calc(12px + 0.3vw);
    padding: 5px 0px;
    text-align: left;
    font-weight: normal;
    text-decoration: none;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-container {
    width: 60%;
}

.form-container h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.form-container p {
    margin-bottom: 30px;
    font-size: 18px;
}

.form-group {
    margin-bottom: 15px;
}
#quoteForm {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#productoCotizar {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #e18003;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
}


.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #e18003;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
}

.form-group textarea {
    resize: none;
    height: 80px;
}

.form-group button {
    padding: 10px 20px;
    background-color: #e18003;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}

.info-container {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-container p {
    margin: 5px 0;
    font-size: 16px;
}

.contact-info {
    margin-top: 20px;
}

.contact-info p {
    font-size: 16px;
    line-height: 1.5;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    text-decoration: none;
}

.social-icons a:hover {
    color: #e53935;
}
 h3{
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        font-weight: 800;
        font-size:2vw;
        margin: 0 auto;
        text-align: center;
        color:  #fff;
        border-bottom: 5px solid #fff; /* Cambia el color y grosor de la línea según tus necesidades */
        display: inline-block; /* Asegura que el borde se aplique solo al texto y no a toda la línea */
        padding-bottom: 15px; /* Espacio entre el texto y la línea */
      }


@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    .form-container, .info-container {
        width: 100%;
    }
}


/*cookies*/
.contenido-producto{
 width: 80%;
display: block;
margin: 10px auto;
padding-top: 120px;
}

.tabla{
    width:85%; margin: 0 auto; display: block;
}
.one a {
    text-decoration: none;
}
.one {
    font-size: 15px;
    color: #333;
}
table.one {
    border-collapse: collapse;
    margin: 0 auto;
    display: block;
    position: relative;
    width: 100%;
}
table.one td {
    width: auto;
    padding: 5px;
    border: 0.1em #c2c2c2 solid;
    text-align: center;
}
table.one th {
    text-align: center;
    padding: 10px;
    background-color: #c6c6c6;
    color: #444;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    border: 0.1em #c2c2c2 solid;
}
table.one tr {
    height: 1em;
}
table.one tr:nth-child(even) {
    background-color: #fff;
}
table.one tr:nth-child(odd) {
    background-color: #eee;
}
table caption {
    padding-bottom: 1em;
}
.sub {
    margin: 0 auto 10px;
    color: #666666;
}
.cuerpo span {
        font: bold 28px "Oswald", sans-serif;
        margin: 0 auto 15px;
        color: #233ea2;
    }
    .cuerpo li {
        color: #edbd33;
        margin: 0 0 0 15px;
    }
    .cuerpo td {
        font: 17px "oswald", sans-serif;
        color: #484848;
    }
.footer {
    background-color: #e0dede;
    padding: 20px;
    width: 100%;
}

.footer p {
    text-align: center;
    color: #333;
    margin-top: 10px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap; /* Permite que los elementos se acomoden en varias filas si es necesario */
}

.footer-logo img {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px; /* Añadir espacio debajo del logo en pantallas pequeñas */
}

.footer-links h3 {
    margin-bottom: 10px;
    font-size: 1.2rem; /* Cambia a una medida más amigable para móviles */
    color: #333;
}

.footer-links a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Diseño responsivo */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column; /* Cambia la disposición a una columna en pantallas más pequeñas */
        align-items: center;
    }

    .footer-logo img {
        max-width: 120px; /* Reducción del tamaño del logo en pantallas pequeñas */
    }

    .footer-links h3 {
        font-size: 1.1rem; /* Ajusta el tamaño del texto */
        text-align: center; /* Centra el texto en móviles */
    }

    .footer-links a {
        font-size: 0.9rem;
        text-align: center;
    }

    .footer-links a p {
        margin: 5px 0; /* Espaciado entre los enlaces */
    }
}

@media (max-width: 480px) {
    .footer-logo img {
        max-width: 100px; /* Reducción adicional para móviles más pequeños */
    }

    .footer-links h3 {
        font-size: 1rem;
    }

    .footer-links a {
        font-size: 0.8rem;
    }
}



.info-section {
    display: flex;
    flex-wrap: wrap; /* Permite que los ítems se ajusten en múltiples filas si es necesario */
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    background: url('../images/beactive.jpg') no-repeat center center;
    background-size: cover;
}

.info-item {
    display: flex;
    flex-direction: column; /* Coloca el ícono y el texto en una columna */
    align-items: center; /* Centra el ícono y el texto horizontalmente */
    text-align: center;
    color: white;
    max-width: 200px;
    margin: 10px; /* Agrega margen para un mejor espaciado entre los ítems */
}

.info-icon {
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.info-icon img {
    width: 70px; /* Tamaño del ícono */
    height: auto;
}

.info-item p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s ease-in-out; /* Transición suave */
}
.info-item a{
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.info-item a:hover {
    opacity: 0.8; /* Efecto de opacidad */
}

/* Estilo base */
#nosotros {
    padding: 40px 20px;
    background-color: #f8f8f8;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

/* Imagen */
.image-content img {
    max-width: 100%;
    border-radius: 15px;
}

/* Texto */
.text-content {
    flex: 1;
    color: #333;
    font-size: calc(12px + 0.4vw);
}

/* Responsividad */
@media (max-width: 768px) {
    .content {
        flex-direction: column;
        text-align: center;
    }
}
/*redes*/
.icon-bar {
  background: rgba(245, 245, 245, 0.9);
  position: fixed;
  top: 15%; /* Ajusta esta propiedad para subir la barra */
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 5px;
}

.icon-bar a {
  display: block;
  text-align: center;
  margin: 10px 0;
  padding: 15px;
  font-size: 24px;
  transition: all 0.3s ease;
}

.icon-bar a:hover {
  color: black; /* El color del ícono cambiará a negro al hacer hover */
  background-color: transparent; /* El fondo permanece sin cambios */
}

.facebook {
  color: #3b5998;
}

.instagram {
  color: #c32aa3;
}

.mail {
  color: #db4437;
}

.whatsapp {
  color: #25d366;
}

@media only screen and (max-width: 768px) {
  .icon-bar {
    top: 10%; /* Ajuste para pantallas más pequeñas */
    left: 0;
    width: 50px;
    padding: 5px;
  }

  .icon-bar a {
    padding: 10px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .icon-bar {
    left: 0;
    top: 10%; /* Ajuste para dispositivos móviles */
    width: 40px;
  }

  .icon-bar a {
    padding: 8px;
    font-size: 16px;
  }
}

/*cookies*/
 #barraaceptacion {
        display: none;
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
       padding-bottom: 12vh;
        width: 100%;
        text-align: justify;
        min-height: 10vh;
        background-color: #0a738c;
        color: #fff;
        z-index: 99999;
        width: 100%
    }
    .inner {
        position: absolute;
        margin: 0 20px auto 20px;
        top: 10%;
    }
    .inner p {
        font-family:'Oswald', sans-serif;
        font-size: 13px;
        top: 10%;
        color: #FFF;
    }
    .inner a.ok {
        padding: 4px;
        color: #fff;
        text-decoration: none;
        font: 15px 'Oswald', sans-serif;
    }
    .inner a.info{
         color: #fff;
        text-decoration: none;
    }

.container span{
    font: bold 4vh "Oswald", sans-serif;
    margin: 20px 0 auto;
    color: #e18003;
    border-bottom: 5px solid #0a738c;
    padding-bottom: 15px;
    margin-bottom: 10px;
    display: inline-flex;
}
 .container ul {
    list-style: disc;
  }
   .container li {
    color: #DE6D02;
    margin: 0 0 0 15px;
  }
.reseña-servicios {
    padding: 20px;
}

.fila {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.centers {
    flex: 4;
    padding: 20px;
}

.fila-der {
    flex: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.responsive-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Diseño responsivo */
@media (max-width: 768px) {
    .fila {
        flex-direction: column;
    }

    .fila-der, .centers {
        padding: 10px;
    }
}

.software-section {
    padding: 40px;
    width: 100%;
}

.header-container {
    display: flex;
    justify-content: space-between; /* Coloca el span a la izquierda y el botón a la derecha */
    align-items: center; /* Centra el contenido verticalmente */
    margin-bottom: 20px;
}

.header-container span {
    font-size: 2vw;
}

/* Estilos del botón redondo */
/* Estilos del botón redondo */
.round-btn {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffffff, #d1d1d1);
    box-shadow: 5px 5px 10px #a7a7a7, -5px -5px 10px #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px; /* Espacio entre el botón y el texto */
}
.round-btn a{
    text-decoration: none;
    color: #0a738c;
}

.round-btn img {
    width: 70%;
    height: auto;
    object-fit: cover; /* Para que la imagen abarque todo el botón sin deformarse */
}

.round-btn p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

/* Cambios de estado al interactuar */
.round-btn:active {
    box-shadow: inset 5px 5px 10px #a7a7a7, inset -5px -5px 10px #ffffff;
}

.round-btn:hover {
    background: linear-gradient(145deg, #e1e1e1, #c1c1c1);
}

/* Media queries para responsividad */
@media (max-width: 768px) {
    .round-btn {
        width: 120px;
        height: 120px;
    }

    .round-btn p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .round-btn {
        width: 100px;
        height: 100px;
    }

    .round-btn p {
        font-size: 12px;
    }
}


.software-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.software-text {
    flex: 1;
    max-width: 500px;
    text-align: left;
}

.software-text p {
    font-size: calc(12px + 0.4vw);
    line-height: 1.6;
    color: #555;
    margin-top: 20px;
}

.software-images {
    flex: 1;
    display: flex;
    gap: 10px;
}

.responsive-image {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.responsive-image:hover {
    transform: scale(1.05);
}

/* Diseño Responsivo */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: center;
    }

    .software-container {
        flex-direction: column;
        text-align: center;
    }

    .responsive-image {
        max-width: 50%;
    }

    }


    @media only screen and (max-width: 1280px) {
  .gallery2 {
    width: 85%;
  }
    .gallery {
    width: 85%;
  }
   .container {
    width: 85%;
  }
   .secciones {
    width: 85%;
  }
}

@media (max-width: 1024px) {

  .modal {
    top: 8vh;
  }
   .close {
      top: 4vh;
      right: 2vw;
      font-size: 3vw;
    }
      .image.right {
    display: none;
  }
    .image {
    width: 40%;
  }
    .thumbnail {
    width: 200px;
    height: 200px;
  }
   .centers {
    flex: 3;
  }
  .image-content img {
    width: 40vh;
  }
  .footer-links{
  right: 40px;
  position: relative;

  }
    .text h2 {
    font-size: 2.2vw;
  }
  h1{
    font-size: 4vw;
  }
  h3{
    font-size: 4vw;
  }
    .navbar__logo {
      width: calc(105vw - 90%)!important;
    }
      .slogan {
    font-size: 3vw;
  }
  .header-container span {
    font-size: 4vw;
}
  .btn-image img {
    width: 13vw;
  }
}

@media only screen and (max-width:960px){
    .close {
        top: 10vh; /* Aumenta el margen superior para pantallas pequeñas */
        right: 8vw; /* Aumenta el margen derecho para pantallas pequeñas */
    }
     .modal {
      top: 10vh;
    }
      .software-container {
    display: inline-block;
  }
 .software-text {
      max-width: 100%;
      padding-bottom: 10px;
    }
    .responsive-image {
    width: 30%;
    display: inline-block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 900px) {
  .info-item {
    width: 180px;
  }
   .slogan {
    font-size: 4vw;
  }
     .modal {
      top: 5vh;
    }
    .modal-image {
    width: 100%;
  }
    .close {
    font-size: 7vw;
    z-index: 1;
    color: #000;
  }
    .modal-content {
    width: 100%;
  }
    .modal-image img {
    width: 25%;
    margin: 0 auto;
  }
    .modal-text {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
    .logo-container {
    padding-top: 0px;
  }
   .prev, .next {
    color: black;
  }
  .image-content{
    margin: 0 auto;
  }
  .prev, .next {
    display: none;
  }
.Modern-Slider .NextArrow {
    display: none;
}
  .modal {
      top: 11vh;
    }
}


@media only screen and (max-width: 800px) {
 .info-item p {
    font-size: 13px;
  }
  .info-item {
    width: 150px;
  }
  .navbar {
      font-size: 1rem!important;
      color: #6f6f6f;
    }
    .image-content img {
      width: 35vh;
    }
    .modal-text{
        font-size: 1.5vw;
    }
      .thumbnail-text {
    font-size: 1rem;
  }
   .footer p {
    font-size: 1.8vw;
  }
    .fila-der {
    flex: 2;
  }
    .header-container {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
      .text {
    width: 100%;
  }
   .text h2 {
      font-size: 3vw;
    }
      .contact-section {
    padding: 10px 20px;
  }
   .footer-links {
      right: 0px;
      position: relative;
    }
    .contact-section {
    padding: 10px 20px;
  }
   .contact-section a {
    text-align: center;
  }
   .contact-info p {
    text-align: center;
    font-size: 18px;
  }
    .contact-section a {
    font-size: calc(12px + 0.5vw);
  }
  .secciones {
      width: 90%;
    }
      .text-content {
    font-size: calc(12px + 0.5vw);
  }
    .centro {
    font-size: calc(12px + 0.5vw);
  }
   .modal-text {
      font-size: 1.8vw;
    }
      .thumbnail-slide {
    width: 50px;
  }
  .navbar {
      box-shadow: none!important;
    }
}
@media screen {
  @media only screen and (max-width: 428px) {
    .modal-text {
      font-size: 2.6vw;
    }
      .footer p {
      font-size: 2.5vw;
    }
     .btn-image img {
    width: 20vw;
  }
     .responsive-image {
      width: 45%;
    }
     #barraaceptacion {
    padding-bottom: 18vh;
  }
}

@media only screen and (max-width: 415px) {
 .modal-text {
      font-size: 2.8vw;
    }
     .logo-container img {
    max-width: 70px;
    height: auto;
  }
     .close {
      right: 7vw;
    }
      body {
    margin-top: 65px !important;
  }
   .slogan {
      font-size: 5vw;
    }
    .text h2 {
      font-size: 4vw;
    }
      .header-container span {
    font-size: 5vw;
  }
    .container {
      width: 90%;
    }
    h1 {
      font-size: 5vw;
    }
        .navbar__logo {
      width: calc(105vw - 80%) !important;
    }
    .content-wrapper {
    width: 100%;
  }
    .footer-logo img {
      max-width: 130px;
    }
       .footer p {
      font-size: 3vw;
    }
      .thumbnail {
      width: 250px;
      height: 250px;
    }
}

  @media only screen and (max-width: 360px) {
      #barraaceptacion {
        padding-bottom: 24vh;
      }
    }