@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Nueva Kabel Black */
@font-face {
    font-family: "NeueKabel";
    src: url("/fonts/NeueKabel-Black.woff2") format("woff2"),
        url("/fonts/NeueKabel-Black.woff") format("woff"),
        url("/fonts/NeueKabel-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "NeueKabel";
    src: url("/fonts/NeueKabel-Bold.woff2") format("woff2"),
        url("/fonts/NeueKabel-Bold.woff") format("woff"),
        url("/fonts/NeueKabel-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "NeueKabel";
    src: url("/fonts/NeueKabel-Italic.woff2") format("woff2"),
        url("/fonts/NeueKabel-Italic.woff") format("woff"),
        url("/fonts/NeueKabel-Italic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "NeueKabel";
    src: url("/fonts/NeueKabel-Medium.woff2") format("woff2"),
        url("/fonts/NeueKabel-Medium.woff") format("woff"),
        url("/fonts/NeueKabel-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "NeueKabel";
    src: url("/fonts/NeueKabel-Book.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "NeueKabel";
    src: url("/fonts/NeueKabel.woff2") format("woff2"),
        url("/fonts/NeueKabel.woff") format("woff"),
        url("/fonts/NeueKabel.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary: #01063a;
    --secondary: rgb(16, 163, 242);
    --terceary: #ffffff;
    --other-blue: rgb(42, 42, 153);
    --black-light: #222222;
    --black: rgba(0, 0, 0, 0.32);
    --grey: #666;
    --sm: 0.9rem;
    --md: 1.5rem;
}

body,
main {
    background-color: var(--terceary);
}
a {
    text-decoration: none !important;
}
a,
span,
p {
    font-family: "Lato", sans-serif;
}
ul {
    margin-bottom: 0px !important;
}
li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
    color: var(--primary);
    padding-bottom: 10px;
}

body {
    height: 100vh;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.border-on-click {
    border: 1px solid #646262 !important; /* Puedes cambiar el color del borde según tu preferencia */
}
.service-block {
    display: none !important;
}
main {
    width: 100%;
}

main .init_header_content img {
    width: 100%;
    height: 600px;
    padding-top: 34px;
    object-fit: cover;
}
.glide__slide h3 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.glide__slide a {
    color: black;
    font-weight: bold;
}

/* CONTACT */

.init_header_content header {
    width: 50% !important;
}
.init_header_content h1 {
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.init_header_content p {
    font-weight: bold;
}
.init_header_content a {
    color: var(--terceary);
    background-color: var(--secondary);
    padding: 4px 30px;
    border-radius: 5px;

    color: var(--terceary);
    font-weight: bold;
    font-size: 1.4rem;
}

.container_contact {
    background-color: #01063a;
    background-size: cover;
    position: relative;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    gap: 24px;
}
.container_contact article:first-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100% !important;
}
.container_contact article:first-child img {
    width: 80%;
}

.container_contact article:last-child {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container_contact header,
.container_contact .container {
    width: 70%;
    margin: auto;
}
.container_contact .contact_content {
    padding: 80px 0px 24px;
}
.contact_content header h2 {
    font-family: "NeueKabel";
    font-weight: 600;
    font-size: 2rem;
    color: var(--terceary);
}
.contact_content header p,
.contact_content header a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: var(--terceary);
}

.container_contact .container {
    background-color: var(--terceary);
    padding: 24px;
    border-radius: 10px;
}
.container_contact .container h3,
.container_contact .container label {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 0;
    padding-bottom: 0;
}

.container_contact .container form .form-button {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.container_contact .container form .form-button button {
    background-color: var(--primary);
    border: none;
    outline: none;
    padding: 4px 20px;
    border-radius: 20px;

    font-size: var(--sm);
    color: var(--terceary);
    font-weight: bold;
}

.container_contact aside {
    position: absolute;
    top: -10%;
    background-color: var(--terceary);
    display: flex;
    flex-direction: column; /* Asegura que el h1 y el button estén en columnas */
    align-items: stretch; /* Estira el contenido en la dirección del flex */
    width: 70%;
    padding: 24px;
    border-radius: 20px;
}

.container_contact aside h1 {
    margin-bottom: 16px; /* Añadir un pequeño margen para separar el título del botón */
}

.container_contact aside button {
    display: block;
    width: 100%; /* Asegura que el botón ocupe el 100% del ancho del contenedor */
    padding: 12px 24px; /* Ajusta el padding para hacer que el botón se vea más grande */
    font-size: 1rem; /* Asegúrate de que el tamaño de la fuente sea suficientemente grande */
    border: none;
    background-color: var(--primary);
    color: var(--terceary);
    border-radius: 10px; /* O cualquier borde redondeado que quieras aplicar */
}

/* SERVICES */
.container_services .container .services {
    display: flex;
    gap: 12px;
}
article .services img {
    width: 70px;
    height: 70px;
    padding-top: 12px;
}
article .services .services_content h3 {
    font-size: 1.6rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 0;
    margin-bottom: 8px;
}
article .services .services_content p {
    font-size: var(--sm);
    font-family: "Poppins", sans-serif;
    line-height: 1.1em;
    margin-bottom: 8px;
    color: var(--grey);
}
article .services .services_content a {
    background-color: var(--secondary);
    color: var(--terceary);
    font-size: 0.8rem;

    padding: 4px 16px;
    border-radius: 10px;
}

.container_services {
    width: 100%;
    background: var(--terceary);
    margin: 12px auto;
    padding: 34px 0px;
}
.container_services article {
    display: flex; /* none */
    justify-content: space-around;
    gap: 24px;
}
.container_services header h2 {
    font-size: 2.4rem;
}

/* CATALOGO */
.catalogo {
    padding: 60px 20px;
    text-align: center;
    background: linear-gradient(to right, #01063a, #2e3192, #00aeff);
    border-radius: 12px;
    color: white;
    margin: 40px auto;
    max-width: 1200px;
}

.catalogo-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

/* Imagen responsiva */
.catalogo-image img {
    width: 350px;
    max-width: 100%;  /* Se ajusta automáticamente */
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

/* Efecto hover solo en pantallas grandes */
@media (min-width: 768px) {
    .catalogo-image img:hover {
        transform: scale(1.05);
    }
}

/* Ajustes para móviles */
@media (max-width: 768px) {
    .catalogo-container {
        flex-direction: column;
        text-align: center;
    }

    .catalogo-info {
        text-align: center;
        padding: 20px;
    }

    .catalogo-image img {
        width: 90%; /* Se adapta al tamaño del dispositivo */
        max-width: 300px; /* Evita que sea demasiado grande */
    }
}

.catalogo-image img:hover {
    transform: scale(1.05);
}

.catalogo-info {
    max-width: 500px;
    text-align: left;
}

.catalogo-info h2 {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.catalogo-info p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.btn-download {
    border: none;
    display: inline-block;
    background: white;
    color: #01063a;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.btn-download:hover {
    background: #00aeff;
    color: white;
}

/* ABOUT US */
.about-us {
    background: linear-gradient(to right, #01063a, #2e3192, #00aeff);
    color: var(--terceary);

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
    padding: 44px;
}
.about-us article div img {
    width: 20%;
}
.about-us article:first-child header {
    width: 85%;
}
.about-us article:first-child header h2 {
    font-family: "NeueKabel";
    font-weight: 600;
    font-size: 2.4rem;
    color: var(--terceary);
}
.about-us article p {
    font-family: "Poppins", sans-serif;
    text-align: justify;
}
.about-us article:last-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.about-us article:last-child div {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* INDUSTRIES */
.container_industries .container .industries {
    display: flex;
    gap: 12px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 16px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.container_industries .container .industries:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

article .industries img {
    width: 70px;
    height: 70px;
    padding: 12px;
    background-color: var(--secondary);
    border-radius: 50%;
    object-fit: cover;
}

article .industries .industries_content h3 {
    font-size: 1.8rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding: 0;
    margin-bottom: 12px;
    color: var(--primary);
}

article .industries .industries_content p {
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    line-height: 1.5em;
    margin-bottom: 8px;
    color: var(--grey-dark);
}

article .industries .industries_content a {
    background-color: var(--primary);
    color: #fff;
    font-size: 0.9rem;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
article .industries .industries_content a:hover {
    background-color: var(--secondary);
    transform: scale(1.05);
}

.container_industries {
    width: 100%;
    background: linear-gradient(135deg, #f3f4f6, #e2e8f0);
    margin: auto;
    padding: 50px 0;
}

.container_industries article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 24px;
}

.container_industries header h2 {
    font-size: 2.4rem;
    font-family: "NeueKabel";
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
    color: var(--primary);
}

/* PRODUCTS */
.products_container {
    padding: 34px 48px;
    background-color: rgba(180, 180, 180, 0.071);
}
.products_container header h2 {
    font-size: 2.4rem;
}
.products_container .glide__slides .glide__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.products_container .glide__slides .glide__slide img {
    width: 70%;
}

/* REPRESENTATIVE */
.exclusive_representative {
    width: 100%;
    padding: 34px 24px;
    margin-bottom: 24px;
}

.exclusive_representative header h2 {
    font-family: "NeueKabel";
    font-weight: 600;
    font-size: 2.4rem;
}
.exclusive_representative article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.exclusive_representative img {
    width: 30%;
}

/* LCOATION */
.location-container {
    width: 100%;
    padding: 34px 24px;
    background-color: rgba(118, 199, 253, 0.202);
    margin: auto;
}
.location-container header h2 {
    font-size: 2.4rem;
    text-align: center;
}
.location-container article {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 24px;
}
.location-container article .location {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.location-container article .location iframe {
    width: 500px;
    height: 240px;
}
.location-container article .location .location-title {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}
article .location .location-title img {
    width: 40px;
}
article .location .location-title h3 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
@media only screen and (max-width: 1190px) {
    .container_contact aside {
        width: 90%;
    }
    .container_contact header,
    .container_contact .container {
        width: 90%;
        margin: auto;
    }
    .container_contact {
        grid-template-columns: auto auto;
        /* order: -1; */
    }
    .container_contact article:first-child img {
        width: 100%;
    }
    .location-container article .location iframe {
        width: 400px;
        height: 200px;
    }
}
@media only screen and (max-width: 1000px) {
    main .init_header_content img {
        height: 100%;
        margin-bottom: 24px;
        padding-top: 64px;
        object-fit: contain;
    }
    .container_services article {
        flex-direction: column;
    }
    .exclusive_representative header {
        width: 100%;
    }
    .exclusive_representative {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 940px) {
    .container_contact header,
    .container_contact .container {
        width: 70%;
        margin: auto;
    }
    .container_contact {
        grid-template-columns: 1fr;
        order: -1;
    }
    .container_contact article:first-child img {
        width: 50%;
        margin-top: 70px;
    }
    .location-container article {
        flex-direction: column;
        width: 100%;
    }
    .location-container article .location {
        padding-bottom: 24px;
    }
    .location-container article .location iframe {
        width: 400px;
    }
}

@media only screen and (max-width: 800px) {
    .about-us {
        background: linear-gradient(#01063a, #2e3192, #00aeff);
        grid-template-columns: 1fr;
    }
    .about-us article:last-child div {
        padding: 12px;
    }
    .exclusive_representative article {
        flex-direction: column;
    }
}
@media only screen and (max-width: 760px) {
    .exclusive_representative {
        margin-bottom: 0px;
        padding: 12px 24px;
        margin-top: 12px;
    }
    .init_header_content header {
        width: 100%;
    }
    .init_header_content header h1 {
        font-size: 2.3rem;
    }
    .contact_content header h2 {
        font-size: 2.4rem;
    }
    .contact_content header p {
        font-size: 1rem;
    }
    .container_services {
        padding: 24px;
    }
    .container_contact aside {
        width: 80%;
        top: -6%;
    }
    .container_contact article:first-child img {
        width: 50%;
        margin-top: 20px;
    }
    .exclusive_representative header {
        padding: 0px 24px 0px 24px;
    }
    .exclusive_representative article img {
        width: 80%;
        padding-left: 24px;
    }
    .service-block {
        display: flex !important;
    }
}
@media only screen and (max-width: 560px) {
    .container_contact article {
        width: 90%;
    }
    .container_contact article:last-child {
        padding: 0px;
    }
    .container_contact header,
    .container_contact .container {
        width: 90%;
        margin: auto;
    }
    .container_contact article:first-child img {
        display: none;
    }
    .container_contact .contact_content {
        padding: 0px 0px 12px 0px;
        margin-top: 130px;
    }

    .contact_content header h2 {
        font-size: 1.9rem;
    }
    main .init_header_content {
        background-position: top;
    }
    .init_header_content header {
        width: 100% !important;
    }
    .container_services header h2,
    .about-us article:first-child header h2,
    .products_container header h2,
    .exclusive_representative header h2,
    .location-container header h2 {
        font-size: 2rem;
    }
    .about-us article div img {
        width: 30%;
    }

    .location-container article .location iframe {
        width: 360px;
        padding: 0px 18px;
    }
}
