* {
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-position: 0;
    margin: 0;
    background-color: #adadadc1;
}

@keyframes show {
    from {
        opacity: 0;
        transform: scale(0.25);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.img-team {
    opacity: 0;
    /* Inicialmente ocultos */
    transform: scale(0.25);
    /* Inicialmente escalados */
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.img-team.visible {
    opacity: 1;
    transform: scale(1);
}


@media screen and (min-width: 781px) {
    .page-container {
        overflow: hidden;
        max-width: 1440px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        background-color: white;
    }

    .navbar-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 1rem 1rem;
    }

    .navMenu-container {
        width: 100%;
        margin: 0 auto;
    }

    .navMenu-container ul {

        padding: 5px 10px;

    }

    .navMenu-container ul h2 {
        font-weight: 500;

    }

    .navMenu-container ul li {
        width: 100%;
        padding: 6px .4rem;
        font-size: .8rem;
        font-weight: 500;
        cursor: pointer;

    }

    a {
        text-decoration: none;
        color: #001C5E;
    }

    a:visited {
        text-decoration: none;
        color: #ffffff;
    }

    .navMenu-container ul li:hover {
        background-color: #2A92FF;
        color: white;
    }

    .main-button-navbar {
        color: #003366;
        font-size: 1.2rem;
        font-weight: 400;
        padding: 4px 0;
        width: 100%;
        text-wrap: nowrap;

    }

    .logo-navbar-main img {
        max-width: 140px;
    }

    .logo-navbar-secondary {
        padding-left: 10px;
    }

    .logo-navbar-secondary img {
        max-width: 140px;
    }

    .navMenu-container {
        width: 100%;
        display: flex;
        padding: 0 10px;
        justify-content: center;
    }

    ul {
        list-style: none;
    }

    .header-container {
        display: flex;
        width: 100%;
        overflow: hidden;

    }

    .slides-desktop {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .slide-desktop {
        min-width: 100%;
        /* O el tamaño deseado */
    }

    .desktop-img-header {
        width: 100%;
        height: auto;
    }

    /* SECTION ONE */

    .section-one {
        margin-top: 50px;
        background-image: url('../imagenes/content/background/section-one-background-desktop-50.jpg');
        max-width: 1440px;
        height: 900px;
        background-size: cover;
    }

    .section-one-text-content {
        margin: 0 auto;
        width: 50%;
        margin-top: 700px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        line-height: 1.6rem;
        font-size: 1.2rem;
    }

    .section-one-text-content p {
        text-align: justify;
    }


    /* SECTION TWO */

    .section-two {
        width: 100%;
        height: 890px;
    }


    .section-two-box-content {
        background-color: #2A92FF;
        color: white;
        padding: 50px 0;
        width: 100%;
        font-weight: 300;
        text-align: center;
        display: flex;
        justify-content: center;
        font-size: 1.1rem;

        font-family: "Open Sans", sans-serif;
    }

    .section-two img {
        display: flex;
    }

    .section-two-text {
        margin: 0 auto;
        width: 50%;


    }

    .section-two-text h3 {
        padding: 2rem 0;
        align-items: center;
    }

    .section-two-text p {
        text-align: justify;
        padding: 1rem 0;
        line-height: 1.6rem;
    }

    /* SECTION TREE */

    .section-tree {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 1000px;
        background-color: #001C5E;
        color: white;
    }

    .section-tree img {
        margin-top: 70px;
        width: 100%;
    }

    .section-tree-text-box {
        margin-top: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
        width: 50%;
    }

    .section-tree-text-box h3 {
        text-align: center;
        font-weight: 300;
    }

    .section-tree-text-box p {
        font-size: 1.1rem;
        line-height: 1.6rem;
        text-align: justify;
        font-family: "Open Sans", sans-serif;
    }



    /* SECTION FOUR */

    .section-four {
        align-items: center;
        width: 100%;
        height: 1400px;
        display: flex;
        flex-direction: column;
        background-image: url('../imagenes/content/background/Section-four-desktop_2-50.jpg');
        background-size: cover;
    }

    .section-four h3 {
        text-align: center;
        margin: 80px auto;

    }

    .section-four-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 50px 0;
        background-color: rgba(255, 255, 255, 0.57);

    }

    .section-four-content-galery {
        width: auto;
        display: flex;
        gap: 8rem;
        margin: 1rem auto;
        flex-direction: row;

    }

    .section-four-content img {
        width: 100%;

    }

    .section-fout-card-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .6rem;

    }

    .section-fout-card-content h4 {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 1.4rem;
        font-weight: 500;
        text-align: center;

    }

    .section-fout-card-content p {
        width: 100%;
        display: flex;
        font-size: .8rem;
        justify-content: center;
        flex-wrap: wrap;
        font-weight: 500;
        text-align: center;

    }


    /* SECTION FIVE */

    .section-five {
        width: 100%;
        background-image: url('../imagenes/content/background/section-five-background-desktop-50.jpg');
        background-size: cover;
        height: 900px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
    }


    .section-five h3 {
        text-align: center;
        padding: 50px 0;
    }

    .section-five-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px;
    }


    .section-five-content h4 {
        text-align: center;
        padding: 10px 0;
        font-size: 1rem;
    }

    /* SECTION SIX */

    .section-six {
        width: 100%;
        background-image: url('../imagenes/content/background/section-six-background-desktop-50.jpg');
        background-size: cover;
        height: 900px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #001C5E;
    }

    .section-six-content {
        width: 60%;
        background-color: rgba(255, 255, 255, 0.773);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        padding: 50px 50px;
        border-radius: 1.6rem;

    }

    .section-six-content h3 {
        text-align: center;
        margin: 1rem auto;

    }

    .section-six-content p {
        text-align: justify;
        line-height: 1.4rem;
        padding: 10px 0;
    }

    /* SECTION SEVEN */

    .section-seven {
        background-image: url('../imagenes/content/background/section-sevenbackground-desktop-50.jpg');
        background-size: cover;
        height: 900px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .section-seven-content {
        width: 60%;
        border-radius: 1.8rem;
        background-color: #001c5eda;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding: 50px 50px;

    }

    .section-seven-content h3 {
        width: 80%;
        padding: 20px 0;
        text-align: center;
    }

    .section-seven-content p {
        width: 80%;
        padding: 20px 0;
        text-align: justify;
        line-height: 1.4rem;
    }

    .section-seve-text1 {
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-direction: row;
    }

    /* SECTION EIGHT */

    .section-eight {
        width: 100%;
        background-image: url('../imagenes/content/background/section-eight-background-desktop-50.jpg');
        background-size: cover;
        height: 900px;
    }

    .section-eight h3 {
        text-align: center;
        padding: 80px 0;
    }

    .section-eight-box-container {
        display: flex;
        flex-direction: row;
        justify-content: center;

        gap: 20px;
        color: white;
    }

    .section-eight-box-izq {
        width: 25%;
        height: 400px;
        border-radius: 1.4rem;
        background-color: #2A92FF;
        padding: 20px 20px;
    }

    .section-eight-box-izq h2 {
        text-align: center;
        padding: 10px 0;

    }

    .section-eight-box-izq img {
        position: relative;
        width: 570px;
        left: -140px;
        padding: 10px 0;

    }

    .section-eight-box-izq p {
        padding: 4px 0;
        font-size: .9rem;
        text-align: justify;
        line-height: 1.2rem;

    }

    .section-eight-box-der p {
        padding: 4px 0;
        font-size: .9rem;
        text-align: justify;
        line-height: 1.2rem;

    }

    .section-eight-box-der h2 {
        text-align: center;
        padding: 10px 0;

    }

    .section-eight-box-der {
        width: 25%;
        height: 450px;
        border-radius: 1.4rem;
        background-color: #001C5E;
        padding: 20px 20px;
    }


    /* SECTION NINE */

    .section-nine {
        width: 100%;
        background-image: url('../imagenes/content/background/section-nine-background-desktop-50.jpg');
        background-size: cover;
        height: 900px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
    }

    .section-nine-container {
        background-color: #001C5E;
        width: 70%;
        border-radius: 1.4rem;
        display: flex;
        flex-direction: column;
        padding: 50px 6rem;
    }

    .section-nine-container h3 {
        text-align: center;
        padding: 20px 0;
    }

    .section-nine-container p {
        font-weight: 200;
        text-align: justify;
        padding: 10px 0;
        font-family: "Open Sans", sans-serif;
        font-weight: 200;
        line-height: 1.6rem;


    }

    .section-nine-galery {
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .section-ten {
        width: 100%;
        background-image: url('../imagenes/content/background/section-ten-background-desktop-50.jpg');
        background-size: cover;
        height: 900px;
        display: flex;
        gap: 50px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .section-ten h3 {
        color: white;
        text-shadow: rgba(0, 0, 0, 0.664) 2px 5px 15px;
    }

    .section-ten-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .section-ten-box {
        width: 30%;
        border-radius: 1.4rem;
        padding: 2rem 1rem;
        background-color: #2A92FF;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 300px;
        box-shadow: rgba(0, 0, 0, 0.664) 2px 5px 15px;
        ;
    }

    .section-ten-box p {
        padding: .6rem 0;
        font-size: 1rem;
        text-align: justify;
        width: 80%;
        line-height: 1.1rem;
        color: #001E72;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }

    .section-ten-box h2 {
        text-align: center;
        width: 80%;
        padding: 1rem 0;
        color: white;
        font-size: 1rem;
        background-color: #001E72;
    }


    /* SECTION ELEVEN */

    .section-eleven {
        width: 100%;
        background-image: url('../imagenes/content/background/section-elevenbackground-desktop-50.jpg');
        background-size: cover;
        height: 900px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 60px;
    }

    .section-eleven-content {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .section-eleven-content-box {
        width: 30%;
        padding: 2rem 1.5rem;
        background-color: #2A92FF;
        border-radius: 1.4rem;
        display: flex;
        flex-direction: column;
        font-family: "Open Sans", sans-serif;
        color: white;
        gap: 20px;
        box-shadow: rgba(0, 0, 0, 0.664) 2px 5px 15px;
    }

    .section-eleven-content-box h2 {
        text-align: center;
        font-size: 1.1rem;
        font-weight: 600;
    }

    .section-eleven-content-box p {
        text-align: justify;
        line-height: 1.2rem;
    }


    .withe {
        color: black;
        background-color: white;
    }


    /* SECTION TWELVE */

    .section-twelve {
        width: 100%;
        background-image: url('../imagenes/content/background/section-twelve-background-desktop-50.jpg');
        background-size: cover;
        height: 900px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section-twelve-content {
        border-radius: 1.4rem;
        width: 65%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
        background-color: #001c5eda;
        font-family: "Open Sans", sans-serif;
        padding: 2rem 4rem;
        color: white;
    }

    .section-twelve-content h3 {
        text-align: center;
        padding: 0 10rem;
        line-height: 2.9rem;
    }

    .section-twelve-content p {
        line-height: 1.6rem;
        text-align: justify;
    }


    /* SECTION THIRTEEN */

    .section-thirteen {
        width: 100%;
        display: flex;
        overflow: hidden;
    }


    /* SECTION FOURTEEN */

    .section-fourteen {
        width: 100%;
        background-image: url('../imagenes/content/background/section-catorce-background-desktop-50.jpg');
        background-size: cover;
        height: 900px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section-fourteen-content {
        width: 70%;
        display: flex;
        flex-direction: row;
        justify-content: center;

    }

    .section-fourteen-content-box {
        background-color: #001c5ec1;
        padding: 2rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        color: white;
        font-family: "Open Sans", sans-serif;
    }

    .section-fourteen-content-box h3 {
        text-align: center;
        color: white;
    }

    .section-fourteen-content-box ul {
        list-style: disc;
        line-height: 1.4rem;
        width: 90%;
        text-align: justify;
    }

    .section-fourteen-content-box p {
        text-align: justify;
        line-height: 1.4rem;
        padding: 0 2rem;
        width: 100%;
    }


    .section-fourteen-content-box ul li {
        padding: 1rem 1rem;
    }


    /* CONTACTO FORM */
    .section-fifteen {
        background-color: #001C5E;
        width: 100%;
        height: 900px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section-fifteen-content {
        color: white;
        width: 70%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .section-fifteen-content-text {
        display: flex;
        flex-direction: column;
        justify-content: center;

        width: 50%;
    }

    .section-fifteen-content-text img {
        margin-left: 20%;
        max-width: 200px;
        margin-bottom: 1rem;
    }

    .section-fifteen-content-text h3 {
        font-size: 1.6rem;
        text-align: justify;
        line-height: 1.8rem;
    }

    .section-fifteen-content-text h2 {
        text-align: justify;
        padding: 1rem 0;
        font-size: 1rem;
        font-weight: 400;
    }

    .section-fifteen-content-text p {
        text-align: justify;
        line-height: 1.4rem
    }

    .contacto-logo {
        padding-left: 22rem;
        margin-right: auto;
    }

    .section-fifteen-content-form {
        width: 50%;
    }

    .contact-form {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        padding-left: 20px;
    }

    .status-message {
        display: none;
        padding: 10px;
        margin-bottom: 10px;
    }

    .success {
        color: green;
    }

    .error {
        color: red;
    }

    input {
        width: 100%;
        height: 2rem;
        border: none;
        border-radius: 0.1rem;
        padding-left: 5px;
    }

    .submitButton {
        padding: 1rem 2rem;
        border: none;
        font-size: 1rem;
        color: white;
        border-radius: .2rem;
        background-color: #dc7b1b;
    }

    textarea {
        width: 100%;
        border: none;
        border-radius: 0.1rem;
    }



    /* FOOTER */

    .footer-container {
        padding-top: 100px;
        padding-bottom: 80px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        color: rgb(0, 0, 0);
        background-color: rgb(255, 255, 255);
        font-size: 0.9rem;

    }

    .logo-linkedin {
        max-width: 40px;
    }

    .footer-box {
        margin: 0 auto;
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;

    }

    .section-footer-izq {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0 20px;
        width: 30%;
    }

    strong {
        font-weight: 500;
    }

    .footer-social {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .section-footer-mid {
        width: 30%;
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }

    .line-vertical {
        background-color: white;
        width: 5px;
        height: 100%;
    }

    .section-footer-right {
        display: flex;
        text-align: justify;
        line-height: 1.4rem;
        flex-direction: column;
        gap: 10px;
        padding: 0 20px;
        width: 30%;
    }

    .pline {
        line-height: 1.5rem;
    }

    /* TITLE STYLES GENERALS */
    h1 {}

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 2.2rem;
        font-weight: 400;
    }

    h4 {
        font-size: 1.2rem;
        font-weight: 400;
    }



    p {}



}


@media screen and (max-width: 781px) {}