@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;
    

}


/* 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;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    background: url(../img/inicio3.jpg) no-repeat center center/cover;
    padding: 80px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.inicio .logo {
    color: #001323;
    width: 90%;
    margin-left: -220px;
    margin-top: 40px;

}

.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: auto;
    position: absolute;
    right: 180px;
    top: 80px;
    z-index: 0;
    margin: 0 auto;
    transition: top 0.5s ease, opacity 0.5s ease;
}



.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: 18px;
    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: 130px;
    background: #010219;
    background-size: cover;
    position: relative;
    text-align: center;
}

.servicio .titulo {
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -50px;
}



.servicio .servi {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.servicio .servi .content-box {
    background: #010219;
    border: 2px solid #ffffff;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
}

.servicio .servi .icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.servicio .servi ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.servicio .servi ul li a {
    font-size: 20px;
    color: #ffffff;
    margin: 20px 0;
    padding: 0px;
    transition: .5s;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

.servicio .servi ul li a:hover {
    color: #0b647c;
}

.servicio .servi ul li p {
    font-size: 15px;
    color: #ffffff;
    transition: .5s;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
}

.servicio .servi .icons img {
    width: 100px;
    height: auto;
    filter: brightness(500) saturate(100%);
}

.servi {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.icons .rectangulo {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.icons .rectangulo {
    border: 2px solid #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0.5, 0.1);
    border-radius: 30px;
    padding: 5px;
    margin-left: -100px;
    margin-right: -50px;

}

.icons .rectangulo li {
    text-align: center;
    margin: 30px;
    padding: 30px;
    width: 250px;
    box-sizing: border-box;
    position: relative;
}

.icons .rectangulo li img {
    display: block;
    margin: 0 auto 10px;
}

.icons .rectangulo li a {
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
}

.icons .rectangulo li a:hover {
    color: #0b647c;
}

.icons .rectangulo li p {
    font-size: 16px;
    color: #ffffff;
}

.icons li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px; /* Ajusta el espacio entre el borde y la línea divisoria */
    width: 1px;
    background: #ffffff;
}

.icons li:last-child::after {
    display: none; /* Elimina la línea divisoria después del último ítem */
}


.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;
}

.logistica .interes h3 {
    color: #333;
    font-size: 24px;
    margin: 15px 0;
}

.logistica .interes p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}


.servicios {
    padding: 50px;
    background: #f5f5f5;
}

.servicios .contenido {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.servicios .item {
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(69, 68, 68, 0.1);
    width: 70%;
    height: 500px;
    margin: 0 auto; /* Centra la imagen horizontalmente */

}

.servicios .item img {
    display: block;
    width: 100%;
    height: 500px;
    margin: 0 auto; /* Centra la imagen horizontalmente */
  }
.servicios .overlay {
    position: relative;
}

.servicios .overlay::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 30px;
    width: 50%;
    height: 80%;
    background: rgba(255, 255, 255, 0.7); /* Difuminado con poca cobertura */
    z-index: 1;
}

.servicios .texto {
    position: absolute;
    top: 50%;
    left: 28%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #ffffff;
    text-align: left;
    padding: 20px;
  }
  
  .servicios .parrafo-contenido {
    max-height: 100px; /* Ajustar la altura según el tamaño deseado */
   }
  
  .servicios .parrafo-contenido p {
    white-space: break-all;
  }
  

.servicios .texto h3 {
    font-size: 40px;
    margin-bottom: 50px;
    margin-left: -5px;
    position: absolute;
    top: 20%;
    left: 43%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #ffffff;
    text-align: left;
    padding: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Sombra del texto */   
}

.servicios .texto p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-left: 170px;
    margin-top: 80px;
    color: #010219;
    width: 50%;
}

.servicios .texto button {
    background-color: #0b647c;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 170px; 
    margin-top: 20px;
}

.servicios .texto button:hover {
    background-color: #010219;
}


.servicios-1 {
    padding: 50px;
    background: #f5f5f5;
}

.servicios-1 .contenido-1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.servicios-1 .item-1 {
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(69, 68, 68, 0.1);
    width: 70%;
    height: 500px;
    margin: 0 auto; /* Centra la imagen horizontalmente */

}

.servicios-1 .item-1 img {
    display: block;
    width: 100%;
    height: 500px;
    margin: 0 auto; /* Centra la imagen horizontalmente */
  }
.servicios-1 .overlay-1 {
    position: relative;
}

.servicios-1 .overlay-1::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 4%;
    width: 92%;
    height: 83%;
    background: rgba(255, 255, 255, 0.8); /* Difuminado con poca cobertura */
    z-index: 1;
}

.servicios-1 .texto-1 {
    position: absolute;
    top: 50%;
    margin-left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #010219;
    text-align: center;
    padding: 20px;
  }
  
  .servicios-1 .parrafo-contenido-1 {
    max-height: 100px; /* Ajustar la altura según el tamaño deseado */
   }
  
  .servicios-1 .parrafo-contenido-1 p {
    white-space: break-all;
  }
  

.servicios-1 .texto-1 h3 {
    font-size: 40px;
    margin-bottom: 18px;
    margin-left: -10px;
  
}

.servicios-1 .texto-1 p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-left: -10px;
}

.servicios-1 .texto-1 button {
    background-color: #0b647c;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 80px;
    font-size: 18px;
}

.servicios-1 .texto-1 button:hover {
    background-color: #010219;
}


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;
    }
}
/*INICIO*/
@media (max-width: 768px) {
    .inicio {
        flex-direction: column; /* Stack elements vertically */
        align-items: center; /* Center elements horizontally */
        width: 100%;
        padding: 20px;
        right: 0px;
        height: 100%;
    }

    .inicio .logo {
        width: 90%; /* Make logo fill the entire width */
        margin: 0px;
        margin-top: 10px;
        margin-left: 10px;
    }

    .consulta-container {
        width: 110%;
        padding: 10px;
        position: static; /* Remove positioning and transformations */
        top: auto;
        right: auto;
        transform: none;
        opacity: 1;
        margin-left: -18px;
        transition: none;
    }

    .consulta-container h2 {
        font-size: 2em;
    }

    .consulta-container p {
        font-size: 1em;
    }

    .consulta-container .icons img {
        width: 60px;
        margin-left: -25px;
        margin-right: 30px;
        margin-top: -8px;
    }

    .consulta-container form {
        margin: 0;
    }

    .consulta-container form label {
        font-size: 0.9em;
        margin-left: 5px;
        
    }

    .consulta-container form .form-group-1 {
        display: none;
      
       
    }

    .consulta-container form label {
        margin-right: -20px;
        color: #010219;
        font-size: 18px;
        font-family: 'Righteous';
        width: 150px;
    }

    .consulta-container form .form-group-1 label {
        color: #010219;
        text-align: center; /* Remove unnecessary margin-left */
        font-size: 10px;
        margin-left: 40px


    }

    .consulta-container form input,
    .consulta-container form textarea {
        width: 100%;
    }

    .consulta-container form button {
        font-size: 0.9em;
        margin-right: 0px;
        margin-left: 100px;
    }
}

/*Servicios*/

@media (max-width: 768px) {
    .servicio {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }

    .servicio .servi {
        text-align: center;
    }

    .servicio .servi .icons {
        flex-direction: column;
        align-items: center; /* Center items vertically */
        margin-left: 0%;
        
    }

    .servicio .servi ul li {
        margin: 20px 0;
        position: center;
        text-align: center; /* Center text within list items */
        
    }
    .servicio .servi ul li a {
        font-size: 28px;
        color: #ffffff;
        margin-left: 45%;
        padding: 0px;
    }
    .servicio .servi ul li p {
        font-size: 18px;
        margin-left: 45%;
    }
    .servicio .servi ul li img {
       
        margin-left: 45%;   
        width: 50%; /* Ocupa todo el ancho disponible */
        height: auto; /* La altura se ajusta automáticamente */
    }
    .servicio .servi .icons ul li img {
    width: 50%; /* Ocupa todo el ancho disponible */
    height: auto; /* La altura se ajusta automáticamente */
    object-fit: contain; /* La imagen se escala para caber dentro del contenedor */
    }

    .icons .rectangulo {
        margin-left: 10px;
        margin-right: 10px;
    }

    .icons li::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 65%;
        transform: translateX(-50%);
        width: 90%;
        height: 2px;
        background: #ffffff;
    }

    .icons li:last-child::after {
        display: flex;
    }

    .servicio .titulo  {
        font-size: 30px;
        margin-top: 50%;
        text-align: center;
    }
}

/*SERVICIO*/
@media (max-width: 480px) {
    .servicio .titulo {
        font-size: 35px;
        margin-top: 50px;
    }

    .servicio .servi ul li {
        margin: 10px 0;
    }

    .icons li::after {
        bottom: -10px;
        width: 60%;
    }
}
/*LOGISTICA*/
@media (max-width: 768px) {
    .logistica{
        padding: 10px;
    }
    
    
    .logistica .interes {
        width: 100%;
        
    }

    .logistica .titulo-1 h2{
        font-size: 55px;
    }

    .logistica .interes{
        width: 90%;
    }

    .logistica .interes h3{
        font-size: 30px;
    }

    .logistica .interes p{
        font-size: 20px;
    }
}
/*LOGISTICA*/

@media (max-width: 480px) {
    .logistica .interes {
        width: 100%;
    }
}
/*SERVICIOS EXTRA*/

@media (max-width: 768px) {
    .servicios{
        width: 100%;
        padding: 10px;
    }
  
    .servicios .item {
        flex-direction: column;
        width: 90%;
        height: 380px;
        
    }

.servicios .overlay::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 5%;
    width: 90%;
    height: 70%;
    background: rgba(255, 255, 255, 0.7); /* Difuminado con poca cobertura */
    z-index: 1;
    

    }
    .servicios .texto h3 {
        font-size: 28px;
        /* align-items: center; */ /* Removed as it's not applicable for h3 */
        margin-bottom: 0px;
        position: absolute;
        margin-top: -125px; /* Adjust top position to center vertically */
        left: 72%;
        z-index: 2;
        color: #ffffff;
        text-align: center;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    }
    
    .servicios .item .texto p {
        text-align: justify;
        margin-left: 35%;
        width: 80%;
        font-size: 12px;
        margin-top: -50px;
        

    }
    .servicios .texto button {
        background-color: #0b647c;
        color: #fff;
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        cursor: pointer;
        margin-left: 98px;
        margin-top: 30%;
        font-size: 15px;
    }
    

    .servicios .item img, .servicios .texto {
        width: 100%;
    }
}

/*SERVICIOS CONEXOS*/
@media (max-width: 768px) {
    .servicios-1{
        width: 100%;
    }

    .servicios-1 .texto-1 h3{
        font-size: 30px;
        margin-top: -45%;
        text-align: center;
        margin-left: 2px;
    }
    
    .servicios-1 .overlay-1::before {
        content: "";
        position: absolute;
        top: 12px;
        left: 5%;
        width: 90%;
        height: 65%;
        background: rgba(255, 255, 255, 0.7); /* Difuminado con poca cobertura */
        z-index: 1;
        

        } 
    .servicios-1 .item-1 {
        flex-direction: column;
        width: 125%;
        margin-left: -13%;
        height: 380px;
    }


    .servicios-1 .texto-1 p {
        font-size: 12px;
        line-height: 1.5;
        text-align: justify;
        margin-bottom: 20px;
        margin-left: 25px;
        margin-top: 2%;
        width: 85%;
    
    }

    .servicios-1 .item-1 .texto-1 button{
        padding: 8px 20px;
        font-size: 12px;
        margin-top: 25%;
        
    }
    .servicios-1 .item-1 img, .servicios-1 .texto-1 {
        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: 100px;
      }
    

    .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 */
}
