@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Work+Sans:wght@100;300;400;600;800&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Work Sans';
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

.contenedor-header {
    position: relative;
}

.contenedor-header .header-superior{
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 90%;
    z-index: 99;
    position: relative;
    left: 30px;
}

.contenedor-header .header-superior {
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
}

.contenedor-header .header-superior .icons {
    display: flex;
    gap: 20px;
    margin-top: 5px;


}
.contenedor-header .header-superior .icons .primero img{

    width: 400px;
    height: 120px;
    margin-left: -200px;
    margin-top: -0px;

}
.contenedor-header .header-superior .icons .uno img{

    width: 160px;
    height: 55px;
    margin-top: 5px;
    margin-left: 990px;
  
}


.contenedor-header .header-superior .icons .dos img{

    width: 180px;
    height: 70px;
    margin-top: 0px;
    

}


.contenedor-header .header-superior .icons .tres img{

    width: 170px;
    height: 50px;
    margin-top: 5px;
    margin-left: 15px;
    

}
.contenedor-header .header-superior .banderas {
    display: flex;
    gap: 20px;
    margin-top: 60px;


}

.contenedor-header .header-superior .banderas .venezuela img{

    width: 50px;
    height: 50px;
    margin-top: 0px;
  margin-left: -460px;
   
   

}


.contenedor-header .header-superior .banderas .eeuu img{

    width: 55px;
    height: 50px;
    margin-top: 0px;
    margin-left: -380px;

}
.contenedor-header .header-superior .banderas .panama img{

    width: 55px;
    height: 50px;
    margin-top: 0px;
    margin-left: -290px;

}


.contenedor-header .header-superior .banderas .mexico img{

    width: 55px;
    height: 50px;
    margin-top: 0px;
    margin-left: -200px;
    

}
.nav-responsive {
    background-color: #226e97;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

/* Estilos generales MENU*/

.contenedor-header .header-inferior{
    background: #01041d;
    width: 100%;
    margin-top: 100px;
    left: 0;
    z-index: 99;
}

.contenedor-header .header-inferior {
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5px;
}

.contenedor-header .header-inferior ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.contenedor-header .header-inferior nav ul li a {
    font-size: 22px;
    color: #ffffff;
    margin: 30px 0;
    padding: 20px;
    transition: .5s;
    text-decoration: none;
    white-space: nowrap;
}

.contenedor-header .header-inferior nav ul li {
    margin-top: 0;
    margin-bottom: 0;
    flex-grow: 0;
}

.contenedor-header .header-inferior nav ul li button {
    background-color: #0b647c;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.contenedor-header .header-inferior nav ul li button:hover {
    background-color: #0e296c;
}

.contenedor-header .header-inferior nav ul li a:hover {
    color: #10149a;
}

.nav-responsive {
    background-color: #226e97;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

/* Submenu Styles */
.contenedor-header .header-inferior nav ul li.has-submenu {
    position: relative;
}

.contenedor-header .header-inferior nav ul li.has-submenu .submenu {
    display: none;
    position: absolute;
    top: 150%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 20px;
    margin: 0px;
    min-width: 400px;
    border-radius: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 3000;
}

.contenedor-header .header-inferior nav ul li.has-submenu:hover .submenu {
    display: block;
}

.contenedor-header .header-inferior nav ul li.has-submenu .submenu li a {
    display: block;
    align-items: center;
    font-size: 20px;
    color: #010219;
    padding: 10px;
    transition: .5s;
    text-decoration: none;
    white-space: nowrap;
}

.contenedor-header .header-inferior nav ul li.has-submenu .submenu li a span{
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 1px;
    margin-left: 25px;
}

.contenedor-header .header-inferior nav ul li.has-submenu .submenu li a span1{
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: -10px;
    margin-left: 55px;
}
.contenedor-header .header-inferior nav ul li.has-submenu .submenu li a span2 {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: -10px;
    margin-left: 63px;
}

.contenedor-header .header-inferior nav ul li.has-submenu .submenu li a img {
    width: 50px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.contenedor-header .header-inferior nav ul li.has-submenu .submenu li a:hover {
    color: #17038b;
}


.inicio {
    background: #001323;
    display: flex;
    flex-direction: column; /* Apila los elementos verticalmente */
    align-items: center;
    height: 80vh;
    background: url(../img/consolidacion.jpg);
    background-size: cover; /* Ajusta la imagen al tamaño del contenedor */
    padding: 80px;
    overflow: hidden;
    width: 100%;
    position: relative;
    transition: background-color 1s ease-in-out; /* Cambia el color de fondo suavemente */ 
}
.inicio.scrolled {
    background-color: #001323; /* Color de fondo de la sección de servicios */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001323; /* Color del overlay */
    opacity: 0; /* Inicialmente transparente */
    transition: opacity 1s ease-in-out; /* Transición de opacidad */
}

.inicio.scrolled .overlay {
    opacity: 0.9; /* Ajusta la opacidad según sea necesario */
}
.inicio .h1, .inicio .span {
    opacity: 0; /* Inicialmente, ambos elementos estarán ocultos */
    transition: opacity 1s ease-in; /* Transición de opacidad en 1 segundo con efecto suave */
}

.inicio .h1 {
    margin-top: 200px;
    color: #ffffff;
    font-size: 120px;
    text-align: center; /* Centra el h1 */
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8); /* Sombra para h1 */
}

.inicio .span {
    color: #ffffff;
    font-size: 35px;
    margin-top: -20px;
    text-align: center;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8); /* Sombra para span */
}


.consulta-container {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 650px;
    height: 800px;
    position: absolute;
    right: 180px;
    top: 80px;
    z-index: 0;
    transition: top 0.5s ease, opacity 0.5s ease;
}

.consulta-container.hidden {
    top: 100px;
    opacity: 0;
}

.consulta-container h2 {
    margin-top: 10px;
    font-size: 50px;
    color: #001323;
    text-align: center;
}

.consulta-container p {
    margin-bottom: 30px;
    color: #0b647c;
    text-align: center;
    font-size: 22px;
}

.consulta-container .icons {
    display: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: 100px;
}

.consulta-container .icons img {
    width: 120px;
    height: auto;
}

.consulta-container form {
    display: flex;
    flex-direction: column;
}

.consulta-container form .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.consulta-container form .form-group-1 {
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: -300px;
}

.consulta-container form .form-group-1 label {
    color: #010219;
    margin-left: -320px;
    font-size: 19px;
    border-bottom: 15px;
}

.consulta-container form label {
    margin-right: -20px;
    color: #010219;
    font-size: 22px;
    font-family: 'Righteous';
    margin-left: 30px;
    width: 150px;
}

.consulta-container form input,
.consulta-container form select,
.consulta-container form textarea {
    padding: 12px;
    border: 1px solid #949397;
    border-radius: 8px;
    width: calc(100% - 180px);
}

.consulta-container form .privacy {
    width: auto;
    font-size: 20px;
    margin-bottom: 0px;
}

.consulta-container form button {
    background-color: #0b647c;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    width: 180px;
    margin-left: auto;
    margin-right: 30px;
}

.consulta-container form button:hover {
    background-color: #0e296c;
}

.servicio {
    padding: 55px;
    background: #010219;
    background-size: cover;
    position: relative;
}

.servi-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px; /* Ajusta este valor según tus necesidades */
}

.texto {
    /* Estilos para el texto, como los que ya tenías */
    color: #fff;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 50px;
    text-align: left;
    line-height: 1.5;
}
.texto h1{
    font-size: 50px;
    margin-bottom: -20px;
    margin-left: 30px;;
}
.texto img{
    width: 100px;
    margin-top: 0px;
    margin-left: 0px;


}
.contenedor-imagen-texto {
  display: flex;
  align-items: center; /* Centra verticalmente la imagen y el texto */
}
.image img {
    width: 30%;
    margin-left: 1200px;
    margin-top: -310px;
    margin-bottom: 30px;
}


.logistica {
    padding: 50px;
    background: #f5f5f5;
    text-align: center;
}

.logistica .titulo-1 h2 {
    color: #010219;
    font-size: 60px;
    margin-bottom: 20px;
}

.logistica .contenedor {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.logistica .interes {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 30%;
    box-sizing: border-box;
    text-align: left;
}

.logistica .interes img {
    width: 100%;
    border-radius: 10px;
    margin-left: -2px;
}

.logistica .interes h3 {
    color: #333;
    font-size: 25px;
    margin: 15px 0;
}

.logistica .interes p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}

.contacto {
    background: #001323;
    justify-content: space-between;
    height: 100vh;
    background-color: #e8e7e7;
    padding: 80px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.contacto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .contacto h2 {
    margin-top: 200px;
    font-size: 60px;
    color: #001323;
  }
  
  .contacto .parrafo p {
    margin-top: -290px;
    font-size: 28px;
    color: #001323;
  }
.contacto .desing img{
    position: relative;
    top:120px;
    margin-left: 0px;
}  
  
.consulta-container {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    width: 750px;
    height: 800px;
    position: absolute;
    right: 180px;
    top: 50px;
    z-index: 0;
    transition: top 0.5s ease, opacity 0.5s ease;
}

.consulta-container.hidden {
    top: 70px;
    opacity: 0;
}

.consulta-container h2 {
    margin-top: 40px;
    font-size: 50px;
    color: #001323;
    text-align: center;
}

.consulta-container p {
    margin-bottom: 30px;
    color: #0b647c;
    text-align: center;
    font-size: 22px;
}

.consulta-container .icons {
    display: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: 100px;
}

.consulta-container .icons img {
    width: 120px;
    height: auto;
}

.consulta-container form {
    display: flex;
    flex-direction: column;
}

.consulta-container form .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.consulta-container form .form-group-1 {
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: -300px;
}

.consulta-container form .form-group-1 label {
    color: #010219;
    margin-left: -380px;
    font-size: 19px;
    border-bottom: 15px;
}

.consulta-container form label {
    margin-right: -20px;
    color: #010219;
    font-size: 22px;
    font-family: 'Righteous';
    margin-left: 30px;
    width: 150px;
}

.consulta-container form input,
.consulta-container form select,
.consulta-container form textarea {
    padding: 12px;
    border: 1px solid #949397;
    border-radius: 8px;
    width: calc(100% - 180px);
}

.consulta-container form .privacy {
    width: auto;
    font-size: 20px;
    margin-bottom: 0px;
}

.consulta-container form button {
    background-color: #0b647c;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    width: 180px;
    margin-left: auto;
    margin-right: 30px;
}

.consulta-container form button:hover {
    background-color: #0e296c;
}

footer {
    background-color: #c6c6c6;
    padding: 10;
    font-size: 20px;
    color: #333;

}

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
    flex-wrap: wrap;
}

.contact  {
    flex: 1;
    margin-left: 300px;
   
}
.envios{
    flex: 1;
    margin-top: 10px;
    margin-left: -1050px;
  
}
.envios-2{
    flex: 1;
    margin-top: 55px;
    margin-left: -680px;
  
}
.soporte, .informacion{
    flex: 1;
    margin-left: -570px;;
    margin-top: 10px;
   
}
.contact h3, .envios h3, .soporte h3, .informacion h3 a{
    color: #333;
    font-size: 30px;
    margin-bottom: 10px;
}

.contact p {
    margin: 10px 0;
    font-size: 22px;
}
.contact-item {
    display: flex;
    align-items: center; /* Align items vertically */
    width: 18%;
    margin: 0;
  }
  
  .contact-item img {
    width: 25px;
    height: 25px;
    margin-right: 10px; /* Add margin to the right of the image */
  }

.social-icons img {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.links ul {
    list-style: none;
    padding: 0px;
}
.links ul li {
    margin: 10px 0;
}
.links-1 ul {
    list-style: none;
    padding: 0;
   
}
.links-1 ul li {
    margin: 10px 0;
}


.footer-bottom {
    background-color: #919191;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    color: #313030;
}

.footer-bottom a {
    text-decoration: none;
    color: #083d6a;
}


.footer-bottom a:hover {
    text-decoration: underline;

}

.footer-bottom {
    background-color: #919191;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: #313030;
}

.language-selector {
    display: flex;
    align-items: center;
    margin-left: -570px;
    margin-top: 30px;
}

.language-selector label {
    margin-right: 5px;
    font-size: 20px;
}

.language-selector select {
    padding: 10px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    cursor:pointer;
}

/* MENU */
@media (max-width: 768px) {

    .contenedor-header{
        width: 100%;
    }

    .contenedor-header .header-superior{
        background: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        width: 90%;
        z-index: 99;
        position: relative;
        left: 20px;
    }
    
    .contenedor-header .header-superior {
        margin: auto;
        justify-content: space-between;
        align-items: center;
        padding: 0px 0px;
    }
    
    .contenedor-header .header-superior .icons {
        display: flex;
        gap: 20px;
        margin-top: 5px;
    
    
    }
    .contenedor-header .header-superior .icons .primero img{
    
        width: 190px;
        height: auto;
        margin-left: -70px;
        margin-top: -0px;
    
    }
    .contenedor-header .header-superior .icons .uno img{
    
        display: none;
      
    }
    
    
    .contenedor-header .header-superior .icons .dos img{
    
       display: none;
        
    
    }
    
    
    .contenedor-header .header-superior .icons .tres img{
    
        display: none;
        
    
    }
    .contenedor-header .header-superior .banderas {
        display: flex;
        gap: 20px;
        margin-top: 30px;
    
    
    }
    
    .contenedor-header .header-superior .banderas .venezuela img{
    
        width: 30px;
        height: auto;
        margin-top: -22px;
      margin-left: -200px;
       
       
    
    }
    
    
    .contenedor-header .header-superior .banderas .eeuu img{
    
        width: 30px;
        height: auto;
        margin-top: -22px;
        margin-left: -150px;
    
    }
    .contenedor-header .header-superior .banderas .panama img{
    
        width: 30px;
        height: auto;
        margin-top: -22px;
        margin-left: -100px;
    
    }
    
    
    .contenedor-header .header-superior .banderas .mexico img{
    
        width: 30px;
        height: auto;
        margin-top: -22px;
        margin-left: -50px;
        
    
    }
     

    .contenedor-header .header-inferior ul {
        flex-direction: column;
        display: none; /* Oculta el menú por defecto en pantallas pequeñas */
    }

    .contenedor-header .header-inferior ul.active {
        display: flex; /* Muestra el menú cuando es activado */
    }

    .contenedor-header .header-inferior nav ul li {
        width: 100%;
        text-align: left;
    }

    .contenedor-header .header-inferior nav ul li a {
        display: block;
        padding: 10px;
        width: 100%;
    }

    .contenedor-header .header-inferior nav ul li.has-submenu .submenu {
        position: relative;
        min-width: 100%;
        box-shadow: none;
        padding: 0;
    }

    .contenedor-header .header-inferior nav ul li.has-submenu .submenu li a {
        padding: 10px;
        text-align: left;
        margin-left: 15px;
    }
    .contenedor-header .header-inferior nav ul li.has-submenu .submenu li a span1{
        margin-left: 55px;
        margin-top: -15px;
       
    }
    .contenedor-header .header-inferior nav ul li.has-submenu .submenu li a span2{
        margin-left: 62px;
        margin-top: -10px;
    }
    .contenedor-header .header-inferior nav ul li.has-submenu .submenu li a span{
        margin-left: 30px;
        margin-top: 0px;
        
    }

    .contenedor-header .header-inferior nav ul li button {
        background-color: #0b647c;
        color: white;
        border: none;
        padding: 2px;
        border-radius: 20px;
        font-size: 12px;
        cursor: pointer;
        width: 200px;
        margin-left: 50px;
        margin-top: -130px;
    }

    .contenedor-header .header-inferior nav ul li.has-submenu .submenu.active {
        display: block; /* Muestra el submenú cuando es activado */
    }

    .nav-responsive {
        display: block; /* Muestra el botón de menú responsive */
        position: absolute;
        right: 10px;
        top: 85px;
    }
}
@media (max-width: 768px) {

    .texto {
         text-align: center;
         color: #fff;
         font-size: 20px;
         margin-bottom: 0px;
         margin-top: 0px;
         position: relative;
         padding: 0px; /* Añadir espacio a los lados del párrafo */
         line-height: 1.5;
     }
 
     .texto h1 {
         font-size: 40px;
         margin-bottom: -25px;
         display: center;
         justify-content: center;
         padding: 0px;
         max-width: 100%;
         margin-left: -15px;
         align-items: center;
         flex-wrap: nowrap; /* Prevenir el salto de línea */
         margin-top: 100px;
     }
 
     .texto img {
         position: absolute; /* Posiciona la imagen de forma absoluta dentro de .texto */
         top: 20px; /* Centra verticalmente la imagen */
         left: 45%; /* Centra horizontalmente la imagen */
         transform: translate(-50%, -50%); /* Ajusta la posición para que el centro de la imagen coincida con el centro del elemento */
         width: 100px; /* Ajusta el ancho de la imagen según sea necesario */
         height: 100px; /* Ajusta la altura de la imagen según sea necesario   
        */
       }
    
 
     .texto p {
         max-width: 300%; /* Hacer el párrafo más ancho */
         margin: 10 auto 20px auto;
         margin-left: -20px;
       
     }
 
     .image img{
         width: 80%; /* Ajusta el tamaño de la imagen */
         margin: 0 auto;
         display: block;
 
     }
     
 }
/*INICIO*/
@media (max-width: 768px) {
    .inicio{
        width: 100%;
        height: 40%;

    }
    .inicio .span {
        color: #ffffff;
        font-size: 25px;
        margin-top: 0px;
        width: 120%;
        text-align: center;
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8); /* Sombra para span */
    }

    .inicio .h1 {
        margin-top: 50px;
        color: #ffffff;
        font-size: 35px;
        text-align: center; /* Centra el h1 */
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8); /* Sombra para h1 */
    }

}

/*CONSOLIDADO*/
@media (max-width: 768px) {


    .servicio{
        width: 100%;
        padding: 10px;
        height: 450%;
    }
    .texto {
        text-align: justify;
        color: #fff;
        font-size: 20px;
        margin-bottom: 0px;
        margin-top: 0px;
        position: relative;
        padding: 0px; /* Añadir espacio a los lados del párrafo */
        line-height: 1.5;
    }

    .texto h1 {
        font-size: 25px;
        margin-bottom: -25px;
        display: center;
        justify-content: center;
        padding: 0px;
        max-width: 220%;
        margin-left: 34px;
        align-items: center;
        flex-wrap: nowrap; /* Prevenir el salto de línea */
        margin-top: -20px;
    }

    .texto img {
        position: absolute; /* Posiciona la imagen de forma absoluta dentro de .texto */
        top: 20px; /* Centra verticalmente la imagen */
        left: -5%; /* Centra horizontalmente la imagen */
        transform: translate(-50%, -50%); /* Ajusta la posición para que el centro de la imagen coincida con el centro del elemento */
        width: 70px; /* Ajusta el ancho de la imagen según sea necesario */
        height: 70px; /* Ajusta la altura de la imagen según sea necesario   
       */
      }
   

    .texto p {
        width: 120%; /* Hacer el párrafo más ancho */
        margin: 0 auto 0px auto;
        margin-left: -50px;
        margin-top: 20px;
      
    }

    .imagen img{
        width: 80%; /* Ajusta el tamaño de la imagen */
        margin: 0 auto;
        display: block;
    }
    
}

/*LOGISTICA*/
@media (max-width: 768px) {

    .logistica{
        width: 100%;
        padding: 10px;
    }
    
    .logistica .titulo-1 h2 {
        color: #010219;
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .logistica .interes h3 {
        color: #333;
        font-size: 25px;
        margin: 15px 0;
    }
    .logistica .interes p {
        font-size: 18px;
        
    }
    
    
    .logistica .interes {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        width: 90%;
        box-sizing: border-box;
        text-align: left;
    }
    
    
    }
    @media (max-width: 480px) {
        .logistica .interes {
            width: 100%;
        }
    }
/* FOOTER */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column; /* Stack sections vertically */
        align-items: center; /* Center items horizontally */
        text-align: center;
    }

    .contact, .envios, .soporte, .informacion {
        margin: 20px 0;
        width: 100%; /* Full width on small screens */
    }

    .language-selector {
        display: flex;
        align-items: center;
        margin-left: 0px;
        margin-top: 0px;
    }
    .contact-item {
        display: flex;
        align-items: center; /* Align items vertically */
        width: 40%;
        margin-left: 110px;
      }
    

    .contact h3, .envios h3, .soporte h3, .informacion h3 {
        font-size: 22px; /* Slightly smaller font size */
    }

    .contact p, .contact-item, .social-icons, .links ul, .links-1 ul {
        font-size: 16px; /* Slightly smaller font size */
    }

    .footer-bottom{
        font-size: 15px;
    }
 .social-icons{
    margin-right: 10px;
    margin-left: 30px;
 }

}
    .contact h3, .envios h3, .soporte h3, .informacion h3 {
        font-size: 22px; /* Slightly smaller font size */
    }

    .contact p, .contact-item, .social-icons, .links ul, .links-1 ul {
        font-size: 16px; /* Slightly smaller font size */
    }