* {
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-position: 0;
    margin: 0;
    background-color: #1E1E1E;
}




/*Escritorio*/


@media (min-width: 1199.98px) {
    h1 {
        font-weight: lighter;
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    p {
        font-family: "Open Sans", sans-serif;
        font-weight: normal;
        font-size: 1rem;
    }


    .main-page-container {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        transition: all;
    }

    .header-nav {
        height: 3rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        z-index: 1000;
        background-color: #EEBE31;
        /* position: fixed; */
    }

    .logo {
        max-width: 5rem;
        padding: 0 10px;

    }

    .nav {
        width: 100%;
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .nav-list {
        display: flex;
        font-size: 0.9rem;
        align-items: center;
        text-align: center;
        height: auto;
    }

    .nav-list li {
        padding: 0 10px;
        height: 100%;
    }

    .nav-list li a:hover {
        text-decoration: none;
        color: #1c1c1c;
        background-color: #f1d172;
    }

    .nav-list li a {
        text-decoration: none;
        color: #1c1c1c;
        padding: 15px 4px;
        background-color: transparent;
        transition: background-color 0.5s ease;
    }

    .abrir-menu,
    .cerrar-menu,
    .mobil-img-header,
    .mobil-img-sectionfour {
        display: none;
    }

    .header-container {
        overflow: hidden;
        position: relative;
        display: flex;
    }

    .slides-desktop {
        display: flex;
        transition: transform 0.4s ease-in-out;
    }

    .slide-desktop {
        min-width: 100%;
        box-sizing: border-box;
    }

    .desktop-img-header {
        width: 100%;
        height: auto;

    }

    .title-container {
        width: 100%;
        background-color: #1c1c1c;
        color: white;
        padding: 2rem;
        text-align: center;
    }

    .section-one-container {
        width: 100%;
        height: 952px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('../img/img/desktop/section1-background.webp');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-box {
        width: 100%;
        height: 517px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        background-color: #dfdfdfea;
    }

    .section-box h2,
    .section-two-box h2 {
        font-weight: 600;
        padding: 2rem 0;
    }

    .section-box p {
        width: 70%;
        padding: .5rem 0;
        line-height: 1.5rem;
    }

    .section-two-container {
        width: 100%;
        height: 878px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('../img/img/desktop/section2-background.webp');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-two-box {
        width: 100%;
        height: 383px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        background-color: #eebf31da;
    }

    .section-two-box p {
        width: 70%;
        padding: .5rem 0;
        line-height: 2rem;
        font-size: 1.625rem;
    }

    .section-tree-container {
        width: 100%;
        height: 878px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('../img/img/desktop/section3-background.webp');
        background-repeat: no-repeat;
        background-size: contain;
    }

    .section-tree-box {
        width: 100%;
        height: 569px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        background-color: #3b5aaade;
    }

    .section-tree-box h2 {
        font-weight: 600;
        padding: 1.5rem 0;
        color: white;
    }

    .section-tree-box p {
        width: 70%;
        max-width: 846px;
        padding: .5rem 0;
        line-height: 1.2rem;
        color: white;
    }

    .section-tree-box2 {
        width: 100%;
        max-width: 846px;
        height: 110px;
        background-color: #EEBE31;
        display: flex;
        margin-top: 2rem;
        justify-content: center;
        align-items: center;

    }

    .section-tree-box2 p {
        width: 90%;
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        line-height: 1.5rem;
        color: black;
        text-align: left;

    }


    .section-four-container {

        width: 100%;
        height: 978px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url('../img/img/desktop/section4-background.webp');
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
    }

    .section-four-container h2 {
        width: 100%;
        margin: 0 auto;
        margin-top: 200px;
        text-align: center;
        padding: 80px 0;

    }

    .img-container-four {
        display: flex;
        overflow: hidden;
        width: 80%;
        flex-wrap: wrap;
        position: relative;
      
        gap: 2rem;
    }

    .img-container-four img {
        flex-shrink: 0;
        width: 10%; /* Muestra 5 imágenes visibles */
        transition: transform 0.3s ease-in-out;
        box-sizing: border-box;
    }

    .carousel-controls {
        display: flex;

        justify-content: space-between;
        margin-top: 10px;
    }

    .section-five-box h2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 2rem;
        color: white;
    }

    .section-five-container {
        width: 100%;
        display: flex;
        gap: 40px;
        padding-top: 80px;
        padding-bottom: 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgb(10, 10, 10);

    }

    .section-five-box {
        width: 60%;
    }


    .section-five-box ol {
        height: 400px;
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        gap: 25px;
        list-style: disc;
        text-align: left;
        font-size: 1.1rem;
        color: white;
    }

    .five-flex {
        display: flex;
        width: 40%;
        flex-direction: column;
        gap: 20px;
        margin: 0 auto;

        line-height: 1.6rem;
    }

    .section-five-img {

        padding: 40px auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 60px auto;
    }



    .section-six-container {
        width: 100%;
        height: 1200px;
        display: flex;
        flex-direction: column;
        gap: 50px;
        align-items: center;
        background-image: url('../img/img/desktop/section6-background.webp');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-six-container h2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 80px;
    }

    .section-six-list button {
        border: none;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        font-size: 1rem;
        background: none;
        cursor: pointer;
    }

    .section-six-list button:hover {
        background-color: white;
    }

    .six-list {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 0;
        justify-content: center;
    }

    .six-list-button button {
        border: none;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        font-size: 1.2rem;
        background: none;
        cursor: pointer;
        padding: 1rem 2rem;
    }

    .six-list-button button:hover {
        background-color: white;
    }

    .section-six-video {
        width: 80%;
        height: 550px;
        background-color: #1c1c1c;
    }
    .video_rgl{
        width: 100%;
    }

    .section-seven-container {
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #EEBE31;
    }

    .barra-blanca {
        width: 100%;
        background-color: white;
        height: 80px;
    }

    .section-seven-box-izq {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }

    .section-seven-box-right p {
        line-height: 1.4rem;
    }

    .section-seven-container h2 {
        width: 50%;
        text-align: center;
        padding: 3rem 0;
    }

    .section-seven-box-izq img {
        width: 100%;
    }

    .seven-conteiner-box {
        width: 60%;
        display: flex;
        gap: 2rem;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        padding: 2rem 2rem;
    }

    .yellow {
        background-color: #ffffff;
    }

    .section-seven-box {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .section-contact-container {
        width: 100%;
        background-color: black;
    }

    .contacto-img {
        width: 69%;
        display: flex;
        margin: 0 auto;
    }

    .section-contact-box {
        background-color: #EEBE31;
        width: 69%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .contact-boxes {
        display: flex;
        flex-direction: row;
        padding: 20px 20px;

    }

    .section-contact-box h2 {
        width: 80%;
        margin: 20px auto;
        padding: 20px 0;
        text-align: center;
        font-size: 2rem;
        color: black;
    }

    .section-contact-pgrande {
        font-size: 1.4rem;
        text-align: left;
    }

    .section-contact-text {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 50%;
    }

    .pbold {
        font-weight: bold;
        font-size: 1rem;
        padding-left: 10px;
    }

    .psmall {
        font-size: .9rem;
        padding-left: 10px;
    }

    .contact-form {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 50%;
        padding-left: 20px;
    }

    input {
        width: 100%;
        height: 2rem;
        border: none;
        border-radius: 0.1rem;
        padding-left: 5px;
    }

    .submit-btn {
        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-container {
        padding-top: 180px;
        padding-bottom: 80px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: white;
        background-color: black;
        font-size: 0.9rem;

    }

    .footer-box {
        margin: 0 auto;
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: center;

    }

    .section-footer-izq {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0 20px;
        width: 30%;
    }

    .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;
        flex-direction: column;
        gap: 10px;
        padding: 0 20px;
        width: 30%;
    }

    .pline {
        line-height: 1.5rem;
    }
}

/*Fin Escritorio*/









/*Tablet*/
/*Portrait*/
/*@media (min-width: 576px) and (max-width: 991.98px) and (orientation:portrait) {}

/*landscape*/
/*@media (min-width: 991.98px) and (max-width: 1199.98px)and (orientation:landscape) {}

/*fin tablet*/

/* Estilo general */


/*movil*/
/*Portrait*/
/*Default*/
@media (max-width: 575.98px) and (orientation:portrait) {
    h1 {
        font-weight: lighter;
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    p {
        font-family: "Open Sans", sans-serif;
        font-weight: normal;
        font-size: 1rem;
    }

    .main-page-container {
        width: 100%;
        margin: 0 auto;
        transition: all;
    }

    .desktop-img-header {
        display: none;
    }

    .mobil-img-header {
        display: block;
    }

    .abrir-menu,
    .cerrar-menu {
        display: block;
        border: 0;
        position: relative;
        font-size: 1.25rem;
        background-color: transparent;
        cursor: pointer;
    }

    .abrir-menu {
        color: #1c1c1c;
    }

    .cerrar-menu {
        color: #000000;
    }

    .header-nav {
        height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1rem;
        z-index: 1000;
        background-color: #EEBE31;

    }

    .logo {
        max-width: 5rem;

    }

    .nav {
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 1rem;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 2rem;
        background-color: #EEBE31;
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5);
        z-index: 1000;
    }

    .nav.visible {
        opacity: 1;
        visibility: visible;
    }

    .nav-list {
        flex-direction: column;
        align-items: end;


    }

    .nav-list li {
        text-decoration: none;
        padding: 10px 0;
        width: 100%;

    }

    .nav-list li a {
        text-decoration: none;
        padding: 1rem;
        color: #000000ec;
    }

    .nav-list li:hover {

        background-color: #b09a55;
        color: #000000ec;
    }


    .desktop-img-sectionfour {
        display: none;
    }

    .desktop-img-header {
        display: none;
    }

    .title-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
    }

    .section-one-container {
        width: 100%;
        height: 860px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('../img/img/mobile/section1-mobile-background.jpg');
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
    }

    .section-box {
        width: 100%;
        height: 717px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        background-color: #dfdfdfea;
    }

    .section-box h2 {
        font-size: 1.6rem;
    }

    .section-box p {
        width: 70%;
        padding: .5rem 0;
        line-height: 1.5rem;
    }




    .section-two-container {
        width: 100%;
        height: 860px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('../img/img/mobile/section2-mobile-background.jpg');
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;

    }

    .section-two-box {
        width: 90%;
        height: 383px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        justify-content: center;
        margin: 160px auto;
        background-color: #f0c544e0;
        padding: 80px 40px;
    }

    .section-two-box h2 {
        font-size: 1.5rem;
    }

    .section-two-box p {
        max-width: 400px;
        text-align: center;
        font-size: 1.3rem;
        line-height: 1.6rem;
    }

    .header-container {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .slides {
        display: flex;
        transition: transform 0.2s ease-in-out;
    }

    .slide {
        min-width: 100%;
        box-sizing: border-box;
    }


    .header-container img {
        width: 100%;
    }

    .title-container {

        font-weight: 300;
        height: 88px;
        font-size: 1.1rem;
    }

    .title-container h1 {
        width: 80%;

    }

    .section-tree-container {
        width: 100%;
        height: 880px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('../img/img/mobile/section3-mobile-background.jpg');
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;

    }

    .section-tree-box {
        width: 90%;
        height: 629px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        justify-content: center;
        margin: 160px auto;
        background-color: #3b5aaae1;
        padding: 1rem 0;
        color: white;

    }

    .section-tree-box h2 {
        font-weight: 600;
        padding: .8rem 0;
        color: white;
    }

    .section-tree-box p {
        width: 90%;
        padding: 0 .4rem;
        font-weight: 300;
        line-height: 1.3rem;
        color: white;
        text-align: center;

    }

    .section-tree-box2 {
        width: 100%;
        height: 130px;
        background-color: #EEBE31;
        display: flex;
        margin-top: 2rem;
        justify-content: center;
        align-items: center;
        line-height: 1.4rem;

    }

    .section-tree-box2 p {
        width: 100%;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        line-height: 1.2rem;
        color: black;
        text-align: center;

    }



    .section-four-container {
        width: 100%;
        height: 735px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url('../img/img/mobile/section4-mobile-background.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-four-container h2 {
        width: 100%;
        margin: 0 auto;
        margin-top: 200px;
        text-align: center;
        padding: 80px 0;

    }

    .img-container-four {
        display: flex;
        flex-direction: row;
        gap: 60px;
    }


    .section-five-container {
        width: 100%;
        display: flex;
        gap: 40px;
        padding-top: 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: black;
        /* background-image: url('../img/images/mobile/1x/section5.png'); */
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
    }

    .section-five-box {
        width: 70%;
    }

    .five-flex {
        display: flex;
        flex-direction: column;
        gap: 10px;
        line-height: 1rem;
    }

    .section-five-box h2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.5rem;
        color: white;
    }

    .section-five-box ol {
        width: 80%;
        margin: 0 auto;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        list-style: disc;
        text-align: left;
        font-size: 0.7rem;
        color: white;
    }

    .section-five-img {

        padding: 40px auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 60px auto;
    }


    .section-six-container {
        width: 100%;
        height: 1050px;
        display: flex;
        flex-direction: column;
        gap: 50px;
        align-items: center;
        background-image: url('../img/img/desktop/section6-background.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-six-container h2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 80px;
    }

    .section-six-list button {
        border: none;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        font-size: 1rem;
        background: none;
        cursor: pointer;
    }

    .section-six-list button:hover {
        background-color: white;
    }

    .six-list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        padding: 10px 0;
        justify-content: center;
    }

    .six-list-button button {
        border: none;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        font-size: 1.2rem;
        background: none;
        cursor: pointer;
        padding: 1rem 2rem;
    }

    .six-list-button button:hover {
        background-color: white;
    }

    .section-six-video {
        width: 80%;
        height: 350px;
        background-color: #1c1c1c;
    }

    .section-seven-container {
        width: 100%;
        height: 1200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #EEBE31;
    }

    .barra-blanca {
        width: 100%;
        background-color: white;
        height: 80px;
    }

    .section-seven-box-izq {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }

    .section-seven-box-right p {
        line-height: 1.4rem;
    }

    .section-seven-container h2 {
        width: 50%;
        text-align: center;
        padding: 3rem 0;
    }

    .section-seven-box-izq img {
        width: 100%;
    }

    .seven-conteiner-box {
        width: 95%;
        display: flex;
        gap: 2rem;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        padding: 2rem 1rem;
    }

    .yellow {
        background-color: #ffffff;
    }

    .section-seven-box {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }


    .section-contact-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: black;
    }

    .contacto-img {
        width: 89%;
        display: flex;
        margin: 0 auto;
    }

    .section-contact-box {
        background-color: #EEBE31;
        width: 89%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .contact-boxes {
        display: flex;
        flex-direction: column;
    }

    .section-contact-box h2 {
        width: 80%;
        margin: 20px auto;
        padding: 10px 0;
        text-align: center;
        color: black;
    }

    .section-contact-pgrande {
        font-size: 1.2rem;
        text-align: center;
        width: 90%;
    }

    .section-contact-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
        text-align: center;

    }

    .pbold {
        font-weight: bold;
        font-size: 1rem;

    }

    .psmall {
        font-size: .9rem;

    }

    .contact-form {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        padding: 1rem 0.2rem;
    }

    input {
        width: 100%;
        height: 3rem;
        border: none;
        border-radius: 0.1rem;
        padding-left: 5px;
    }

    .submit-btn {
        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-container {
        padding-top: 80px;
        padding-bottom: 80px;
        width: 100%;
        display: flex;
        flex-direction: row;
        color: white;
        background-color: black;
        font-size: .7rem;

    }

    .section-footer-mid {
        display: none;
    }

    .footer-box {
        margin: 0 auto;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .section-footer-izq {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 20px 20px;
        width: 100%;
    }

    .redes-mobile {
        text-align: center;
        width: 40%;
    }

    .redes-mobile p {
        padding: 10px 0;
    }

    .redes-mobile img {
        width: 30px;
        padding: 0 .2rem;
    }

    .line-vertical {
        background-color: white;
        width: 5px;
        height: 100%;
    }

    .section-footer-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 1rem 1rem;
        width: 90%;
    }

    span {
        font-size: 1rem;
        font-weight: 600;
    }

    .pline {
        line-height: 1.1rem;
    }
}

/*landscape*/
@media (min-width: 576px) and (max-width: 991.98px) and (orientation:landscape) {}

/*fin movil*/