@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

button {
    background: transparent;
    /* Sin fondo */
    border: none;
    /* Sin bordes */
    color: inherit;
    /* Hereda el color del texto del contenedor */
    font: inherit;
    /* Hereda la fuente del contenedor */
    cursor: pointer;
    /* Mantiene el cursor como puntero */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #ffffff;
    text-decoration: none;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.uno {
    display: flex;
    flex-direction: column;
    height: 90vh;
    background-image: url('../img/FONDO\ HEADER\ HOME-NOSOTROS.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    min-width: 100%;
}

nav {
    display: flex;
    height: 100%;
    align-items: center;
    padding-top: 5%;
}

.logo-sec {
    width: 35%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10px;
    border-radius: 0 10px 10px 0;
}

.logo-sec img {
    padding: 10px;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    border-radius: 0 10px 10px 0;
}

.logo-sec p {
    font-size: 34px;
    color: #12284C;
    font-weight: 500;
}

.button-sec {
    margin-left: 20%;
    justify-content: center;
    width: 75%;
    display: flex;
    align-items: center;
    gap: 15%;
    height: 50%;
}

.button-sec p {
    cursor: pointer;
    user-select: none;
    color: #DFDAE1;
}

.info {
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    padding: 10%;
    padding-top: 7%;
    padding-bottom: 7%;
}

.info p {
    font-size: 20px;
    margin-bottom: 1.8%;
    user-select: none;
    color: #DFDAE1;
}

.info p:last-child {
    margin-bottom: 0;
    /* Elimina el margen del último párrafo */
}

.quiero {
    /* margin-top: 10px; */
    display: flex;
    justify-content: center;
    gap: 2%;
    width: 100%;
}

.quiero-button {
    padding: 10px;
    width: 320px;
    font-size: 28px;
    font-weight: 1000;
    border-radius: 20px;
    background-color: #12284C;
    color: #ffffff;
    border: 1px solid white;
    cursor: pointer;
    user-select: none;
}

.dos {
    height: 120vh;
    background-image: url('../img/FOTO\ FONDO\ SERVICIOS.png');
    background-size: cover;
    background-position: center;
}

.dos-uno {
    padding: 10%;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    /* margin-bottom: 5%; */
}

.dos-dos {
    /* display: flex; */
    /* background-color: red; */
    /* margin: -100px; */
    margin-top: -30px;
}

.titulo {
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5%;
}

.industrias {
    display: flex;
    gap: 8%;
}

.industrias-p {
    opacity: 0.7;
    padding: 5px;
    min-height: 150px;
    min-width: 250px;
    font-size: 25px;
    font-weight: 1000;
    border-radius: 20px;
    background-color: #ffffff;
    color: #12284C;
    cursor: pointer;
    user-select: none;
    margin-bottom: 15%;
}

.paises {
    user-select: none;
    display: flex;
    color: #ffffff;
    gap: 40vh;
}

.paises p {
    opacity: 0.7;
    display: flex;
    font-weight: 1000;
    font-size: 30px;
}

.paises p:first-of-type {
    padding-left: 5%;
}

.tres {
    user-select: none;
    height: 80vh;
    background-color: #12284C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.clientes {
    /* position: inherit; */
    width: 25%;
    /* height: 90px; */
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    border-radius: 0 10px 10px 0;
    opacity: 0.7;
    padding: 5px;
    font-size: 26px;
    font-weight: 1000;
    background-color: #ffffff;
    color: #12284C;
    cursor: pointer;
    user-select: none;
}

.carousel {
    user-select: none;
    margin-top: 10%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-track {
    display: flex;
}

.carousel-track-container {
    width: 95%;
}

.carousel-items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5%;
    background-color: #12284C;
}

.carousel-item {
    width: 33%;
    height: 290px;
}

.carousel-item img {
    width: 100%;
    /* La imagen ocupa el 100% del ancho de su contenedor */
    height: 100%;
    /* La imagen ocupa el 100% de la altura del contenedor */
    object-fit: contain;
    /* Hace que las imágenes llenen el contenedor sin deformarse */
}

.carousel-button {
    color: white;
    width: 5%;
    padding: 90PX;
    font-size: 30px;
}

.quiero-button2 {
    user-select: none;
    padding: 5px;
    height: 120px;
    padding-bottom: 10px;
    margin-top: 60px;
    width: 600px;
    font-size: 40px;
    border-radius: 20px;
    font-weight: bolder;
    background-color: #12284C;
    color: #ffffff;
    border: 1px solid white;
    cursor: pointer;
    user-select: none;
}

.cuatro {
    user-select: none;
    padding: 40px;
    height: 200px;
    background-color: #DFDAE1;
    display: flex;
}

.cuatro-1 {
    margin-top: 5%;
    width: 70%;
    display: flex;
    gap: 2%;
}

.cuatro-1 img {
    height: 50px;
}

.cuatro-1icons {
    display: flex;
    gap: 5px;
    cursor: pointer;
}

.cuatro-1icons img {
    padding: 3px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgb(175, 175, 175);
}

.copy {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    font-size: 12px;
}

/* Estilo del overlay */
.overlayusamex {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Fondo semitransparente */
    display: none;
    /* Oculto por defecto */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* Asegura que quede por encima de todo */
}

/* Estilo del overlay */
.overlaycontacto {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Fondo semitransparente */
    display: none;
    /* Oculto por defecto */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* Asegura que quede por encima de todo */
}


/* Contenido dentro del overlay */
.overlay-overlaycontacto {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 45%;
    height: 95vh;
    max-width: 1000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 4% 7%;
}

/* Contenido dentro del overlay */
.overlay-contentusamex {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 70%;
    height: 95vh;
    max-width: 1000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 4% 7%;
    background-image: url('../img/FONDO\ BOTÓN\ USA-MEXICO.png');
    background-size: cover;
    background-size: 110%;
    background-position: center;
}

/* Botón cerrar */
.close-overlayusamex {
    /* background-color: #ff5f5f; */
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

/* Botón abrir */
.open-overlayusamex {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.informativo2 {
    display: flex;
    flex-direction: column;
    height: 20%;
    gap: 10%;
    margin-bottom: 2%;
    color: #12284C;
}

.informativo2 p {
    font-size: 13px;
    color: black;
    /* font-weight: bold; */
}

.informativo {
    display: flex;
    flex-direction: column;
    height: 30%;
    gap: 10%;
    margin-bottom: 2%;
    color: #12284C;
}

.informativo p {
    margin-top: 13px;
    font-size: 13px;
    font-weight: bold;
}

.cards-internacionalizar {
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 5%;
}

.card-internacionalizar {
    background-color: rgba(255, 255, 255, 0.7);
    /* Fondo blanco con 70% de opacidad */
    border-radius: 20px;
    height: 100%;
    padding: 5%;
    width: 350px;
}


.card-internacionalizar h6 {
    height: 20%;
    font-size: 25px;
    margin-bottom: 40px;
    color: #12284C;
}

.card-internacionalizar P {
    height: 20%;
    font-size: 15px;
    font-weight: bold;
}

.card-internacionalizar img {
    height: 90px;
    margin-top: -75px;
    margin-bottom: 20px;
}

/* Estilo del overlay */
.overlay-venta {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Fondo semitransparente */
    display: none;
    /* Oculto por defecto */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* Asegura que quede por encima de todo */
}

/* Contenido dentro del overlay */
.overlay-contenido-venta {
    background-color: #fff;
    text-align: center;
    width: 70%;
    height: 100%;
    max-width: 1000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Imagen de fondo */
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    /* Habilitar scroll */
}

/* Estilo del banner */
.banner-venta {
    background-image: url('../img/FONDO\ PROCEDIMIENTO\ DE\ VENTA.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    /* height: 2000px; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    background-size: 110%;
    /* border-radius: 8px 8px 0 0; */
    /* margin-bottom: 100px; */
}

.banner-venta h1 {
    position: absolute;
    /* Utiliza position absolute para control más preciso */
    top: 75%;
    /* Ajusta este valor para colocar el título un poco abajo del centro */
    transform: translateY(-50%);
    /* Ajusta el título para que quede perfectamente centrado respecto a su altura */
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    margin: 0;
    width: 100%;
    text-align: center;
}

.banner-content {
    height: 50vh;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

/* Estilo de contenido */
.contenido-venta {
    padding: 4% 7%;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start; */
    align-items: flex-start;
    /* padding: 20px; */
}

.contenido-venta h3 {
    margin-top: 0;
    color: #333;
    font-weight: bolder;
    font-size: 20px;
    color: #12284C;
    /* background-color: #12284C; */
}

.puntos {
    font-size: 12px;
    font-weight: 600;
    color: #12284C;
    margin-top: 20px;
    text-transform: uppercase;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
}

/* Scroll moderno */
.overlay-contenido-venta::-webkit-scrollbar {
    width: 6px;
    /* Barra fina */
}

.overlay-contenido-venta::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.overlay-contenido-venta::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Botón cerrar */
.cerrar-overlay-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #12284C;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

/* Scroll moderno */
.overlay-contenido-venta::-webkit-scrollbar {
    width: 6px;
    /* Barra fina */
}

.overlay-contenido-venta::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.overlay-contenido-venta::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Estilos para el overlay */
.carousel-unico-overlay {
    background-color: #12284C;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
    /* Oculto inicialmente */
}

/* Contenido dentro del overlay */
.carousel-unico-content {
    background-color: #12284C;
    position: relative;
    width: 80vw;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #12284C;
    border-radius: 10px;
    overflow: hidden;
}

/* Contenedor de la imagen dentro del carrusel */
.carousel-unico-wrapper {
    background-color: #12284C;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Slider donde se muestran las imágenes */
.carousel-unico-slider {
    background-color: #12284C;
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-unico-slide {
    background-color: #12284C;
    width: 100%;
    height: 100%;
}

.carousel-unico-slide img {
    width: 320px;
    object-fit: fill;
}

/* Estilos para los botones de navegación */
.carousel-unico-btn-prev,
.carousel-unico-btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    z-index: 10;
}

.carousel-unico-btn-prev {
    left: 80px;
}

.carousel-unico-btn-next {
    right: 80px;
}

.cards-form {
    /* background-color: red; */
    max-height: 85%;
    height: 85%;
}

form {
    width: 100%;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 20px;
    gap: 25px;
}

.input-div {
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    gap: 10px;
    align-items: flex-start;
}

.input-title {
    color: black;
    font-weight: 500;
    font-size: 14px;
}

.input-form {
    width: 100%;
    border: none;
    border-bottom: 2px solid #000;
    outline: none;
    height: 30px;
    padding: 10px;
    font-size: 12px;
}

.submit {
    padding: 10px;
    width: 100%;
    font-size: 28px;
    font-weight: 1000;
    border-radius: 10px;
    background-color: #12284C;
    color: #ffffff;
    border: 1px solid white;
    cursor: pointer;
    user-select: none;
}

.carousel-unico-title {
    position: absolute;
    top: 10px;
    /* Ajusta la distancia desde la parte superior */
    left: 1px;
    /* Ajusta la distancia desde la izquierda */
    color: white;
    /* Cambia el color según el diseño */
    font-size: 24px;
    /* Ajusta el tamaño de la fuente */
    z-index: 10;
    /* Asegura que el título esté encima de otros elementos */
    /* position: inherit; */
    width: 25%;
    /* height: 90px; */
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    border-radius: 0 10px 10px 0;
    opacity: 0.7;
    /* padding: 5px; */
    font-size: 26px;
    font-weight: 1000;
    background-color: #ffffff;
    color: #12284C;
    cursor: pointer;
    user-select: none;
}