@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;
}

.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 */
}
.imagen-servicio {
    width: 50px; /* Ajusta el ancho según tu preferencia */
    height: auto; /* Mantiene la proporción de la imagen */
    margin-right: 10px; /* Agrega un margen para separar la imagen del texto */
    vertical-align: middle; /* Alinea verticalmente la imagen con el texto */
}
.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;
}

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;
    }
}
/*PRIVACIDAD*/
@media (max-width: 768px) {

    .servicio{
        width: 100%;
        padding: 10px;
    }

    .texto {
      
        text-align: justify;
        color: #fff;
        font-size: 12px;
        margin-bottom: 0px;
        margin-top: 10px;
        padding: 0px; /* Añadir espacio a los lados del párrafo */
        line-height: 1.5;
    }
    .contenedor-imagen-texto img{
        width: 40px;
        margin-left: -60px;
        margin-top: 20px;
    }
    .texto h1 {
        font-size: 18px;
        margin-top: -65px;
        margin-bottom: -25px;
        display: flex;
        padding: 0px;
        max-width: 200%;
        margin-left: 10px;
        text-align: left;
        flex-wrap: nowrap; /* Prevenir el salto de línea */
    }
    .texto h3 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: -25px;
        display: center;
        justify-content: center;
        padding: 0px;
        max-width: 200%;
        text-align: left;
        margin-left: -60px;
        align-items: center;
        flex-wrap: nowrap; /* Prevenir el salto de línea */
    }

    .texto i {
        text-align: left; /* Espacio entre el icono y el texto */
        font-size: 40px;
        margin-left: -30%;
        margin-top: -70%;

    }

    .texto p {
        width: 130%; /* Hacer el párrafo más ancho */
        margin: 0 auto 0px auto;
        margin-left: -60px;
        font-size: 12px;
        margin-top: 30px;

      
    }

    .image img{
        width: 60%; /* Ajusta el tamaño de la imagen */
        margin: 0 auto;
        display: flex;
        margin-top: -50px;
    }
    
}
/* 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 */
    }