@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');


/*-------- GLOBAL ---------*/

.txtColorBlue{
    color: #1CEDE5;
}

.txtBlueTransp{
    color: #1CEDE5BF;
}

.txtCOlorG{
    color: #69F7C8;
}
.txtColorBlueD{
    color: #3185FF;
}

.decoration-none{
    text-decoration: none;
}

.lineH{
    line-height: 1em;
}

.txtFontSize1-3{
    font-size: 1.4rem;
}

*{
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

body{
    background-image: url("../assets/jpg/fondo-1.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}

.main{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0rem;
    background-image: url("../assets/png/nina.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.containerContent{
    max-width: 90%;
}

/*--------- SECTION ONE ----------*/


.aLinkSectionOne{
    text-decoration: none;
}




/*--------- SECTION TWO ----------*/

.sectionTwo{
    margin-top: 2rem;
}

.containerTitleSectionTwo{
    text-align: end;
    display: flex;
    justify-content: flex-end;
}

.TitleSectionTwo{
    font-weight: 400;
}

.subtitleSectionTwo{
    font-weight: 400;
}

.containerColumnsSectionTwo{
    display: grid;
    margin-top: 6rem;
}

.textFigCapt{
    text-align: center;
}

.containerImgSectionTwo{
    display: flex;
    justify-content: center;
    align-items: center;
}


/*--------- SECTION TREE ----------*/

.sectionTree{
    display: grid;
    position: relative;
}

.titleSectionTree{
    font-weight: 400;
}

.textFigCaptSection3{
    text-align: start;
}


/*--------- SECTION FIVE ----------*/

.sectionFive{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 1rem 0;
}

.buttonSectionFive{
    display: flex;
    background-color: #3185FF;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 17px 10px 10px;
    transition: .5s;
    color: white;
    text-decoration: none;
}

.buttonSectionFive:hover{
    background-color: #1A4686;
}

.containerTxtButonSectionFive{
    margin-right: 7px;
}

.buttonSectionFiveFixed{
    position: fixed;
    bottom: 3rem;
    left: 2rem;
    padding-left: 16px
}




@media (min-width: 360px) {

    body{
        background-image: url("../assets/jpg/fondo_movil-scaled.jpeg");
    }

    .main{
        background-size: 31rem;
        background-position-x: 0rem;
    }

    /*--------- SECTION ONE ----------*/
    .containerInfoSectionOne{
        width: 100%;
    }

    .TitleSectionOne1{
        font-size: 2.3rem;
    }

    .subtitleSectionOne1{
        font-weight: 400;
    }

    /*--------- SECTION TWO ----------*/

    .sectionTwo{
        height: 60rem;
    }

    .TitleSectionTwo{
        font-size: 1.9rem;
    }

    .subtitleSectionTwo{
        font-size: 1.5rem;
    }

    .containerColumnsSectionTwo{
        grid-template: repeat(6,1fr) / repeat(2,1fr);
    }

    /*--------- SECTION TREE ----------*/

    .sectionTree{
        grid-template:  3rem repeat(4,auto) / 1fr;
        align-items: center;
    }

    .titleSectionTree{
        font-size: 2rem;
    }

    .ImgItemSection3{
        width: 90%;
    }

    .textFigCaptSection3{
        font-size: 1.3rem;
    }

    /*--------- SECTION FOUR ----------*/

    .sectionFour{
        padding-top: 17rem;
    }

    .titleSectionFour{
        font-size: 1.3rem;
    }
}



@media (min-width: 760px) {
    .main {
        background-size: 38rem;
        background-position-x: 13rem;
    }

    /*--------- SECTION FOUR ----------*/

    .sectionFour {
        padding-top: 27rem;
    }
}


@media (min-width: 820px) {

    body{
        background-image: url("../assets/jpg/fondo-1.jpeg");
    }

    .main{
        background-size: 46rem;
        background-position-x: 11rem;
    }

    /*--------- SECTION ONE ----------*/
    .containerInfoSectionOne{
        width: 92%;
    }

    .TitleSectionOne1{
        font-size: 3rem;
    }

    .subtitleSectionOne1{
        font-size: 3rem;
    }

    /*--------- SECTION TWO ----------*/

    .sectionTwo{
        height: 30rem;
    }

    .containerInfoSectionTwo{
        width: 29rem;
    }

    .TitleSectionTwo{
        font-size: 2.3rem;
    }

    .subtitleSectionTwo{
        font-size: 1.7rem;
    }

    .containerColumnsSectionTwo{
        grid-template: 1fr / repeat(6, 1fr);
    }

    .ImgItem{
        width: 6rem;
    }

    .textFigCapt{
        font-size: .8rem;
    }

    /*--------- SECTION TREE ----------*/

    .ImgItemSection3{
        width: 68%;
    }

    .textFigCaptSection3{
        font-size: 1.5rem;
    }


    /*--------- SECTION FOUR ----------*/

    .sectionFour {
        padding-top: 30rem;
    }

    .titleSectionFour {
        width: 40rem;
        font-size: 1.7rem;
    }
}





@media (min-width: 1000px) {

    .main{
        background-size: 41%;
        background-position-x: 61rem;
    }

    /*--------- SECTION ONE ----------*/

    .TitleSectionOne1{
        font-size: 5rem;
    }

    .subtitleSectionOne1{
        font-size: 2rem;
    }

    /*--------- SECTION TWO ----------*/

    .sectionTwo {
        height: 40rem;
    }

    .containerInfoSectionTwo {
        width: 50rem;
    }

    .TitleSectionTwo{
        font-size: 4rem;
    }

    .subtitleSectionTwo{
        font-size: 3rem;
    }

    .ImgItem{
        width: 10rem;
    }

    .textFigCapt{
        font-size: 1.3rem;
    }


    /*--------- SECTION TREE ----------*/

    .sectionTree{
        grid-template:  repeat(4,auto) / repeat(2, 1fr);
    }

    .containerTitleSectionTree{
        height: 100%;
        padding-top: 2rem;
    }

    .titleSectionTree {
        font-size: 4rem;
    }

    .continerItem3SectionTree{
        height: 100%;
    }

    .continerItem4SectionTree{
        padding-top: 8rem;
    }

    .continerItem5SectionTree{
        padding-top: 4rem;
    }


    /*--------- SECTION FOUR ----------*/

    .sectionFour {
        padding-top: 7rem;
    }

    .titleSectionFour {
        width: 45rem;
    }
}
