@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;
    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: 60px;
    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: 25px;
    color: #ffffff;
    margin: 20px 0;
    padding: 0px;
    transition: .5s;
    text-decoration: none;
    white-space: nowrap;
}

.servicio .servi ul li a:hover {
    color: #0b647c;
}

.servicio .servi ul li p {
    font-size: 17px;
    color: #ffffff;
    transition: .5s;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
}

.servicio .servi .icons img {
    width: 120px;
    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: -60px;
}

.icons .rectangulo li {
    text-align: center;
    margin: 40px;
    padding: 40px;
    width: 250px;
    box-sizing: border-box;
    position: relative;
}

.icons .rectangulo li img {
    display: block;
    margin: 0 auto 20px;
}

.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: 18px;
    color: #ffffff;
}

.icons li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -35px; /* 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 */
}



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;
    }
}

/*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;
    }
    
}

/* 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 */
}

/*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: 65%;
        padding: 0px;
    }
    .servicio .servi ul li p {
        font-size: 18px;
        margin-left: 65%;
    }
    .servicio .servi ul li img {
       
        margin-left: 48%;   
        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: 0;
    }

    .icons li::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 73%;
        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;
    }
}