@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 ---------*/

.font18{
    font-size: 18px;
}

.lineH{
    line-height: 1.6;
}

.primaryColor{
    background-color: #ac71d4;
}

.bg-red {
    background-color: #ff5a58;
}

.textColor{
    color: #ebebeb;
}

.dFlex{
    display: flex;
}

.txt-align{
    text-align: center;
}
.colorTxTRed{
    color: #2d2d2d
}

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

.main{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0rem;
}

.containerContent{
    max-width: 1000px;
}


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

.sectionOne{
    display: grid;
    grid-template: 1fr 1fr / 60% 1fr;
}

.sectionsInfoOne{
    display: flex;
    align-items: center;
    padding: 1rem;
}

.containerSectionsImgOne{
    position: relative;
}

.containerImg{
    display: flex;
    align-items: center;
}





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

.sectionTwo{
    display: grid;
    grid-template: 1fr 55% / 60% 1fr;
    background-image: url('../assets/png/MATERIALES2.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.sectionsInfoTwo{
    padding: 0rem 2rem;
}

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

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

.sectionTree{
    display: grid;
}

.containerInfoTree{
    padding: 2rem;
}

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


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

.sectionFour{
    display: grid;
    padding: 2rem 0;
}

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

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



/*------ SECTION BUTTON DOWNLOAD -------*/

.buttonDownload{
    padding: 1rem 1rem;
    background-color: #f7f7f7;
    margin: 1rem 2rem 0 0;
    transition: .3s;
    color: #747474;
    outline: none;
    cursor: pointer;
    border: 0;
    font-weight: 500;
}

.buttonDownload:hover{
    background-color: #ececec;
}





@media (min-width: 360px) {

    .containerContent{
        width: 80%;
    }
    /*-------- SECTION ONE ----------*/

    .sectionOne{
        justify-content: center;
        grid-template: 30rem 1fr / 60% 1fr;
        padding-bottom: 2rem;
    }

    .sectionsInfoOne{
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .titleSectionOne{
        line-height: 13vw;
        font-size: 13vw;
    }

    .subtitleSectionOne{
        line-height: 3vh;
        font-size: 3vh;
    }

    .containerSectionsImgOne{
        display: flex;
        justify-content: center;
        align-items: center;
        grid-column: 1/3;
        grid-row: 2/3;
    }

    .img1SectionOne{
        width: 14rem;
    }

    .img2SectionOne{
        width: 4rem;
    }

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

    .sectionTwo{
        padding: 4rem 0 6rem 0;
        background-position-y: 20px;
    }

    .sectionsInfoTwo{
        grid-column: 1/3;
        grid-row: 2/3;
    }

    .containerSectionsImgTwo{
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .imgSectionTwo{
        width: 93%;
    }

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

    .sectionTree{
        position: relative;
        grid-template: auto / 1fr;
        padding: 4rem 0 2rem 0rem;
    }

    .titleSectionTree{
        position: absolute;
        top: 3rem;
        left: 2rem;
    }

    .containerInfoTwo2{
        justify-content: center;
        flex-direction: column-reverse;
    }

    .containerInfoTwo3{
        justify-content: center;
        flex-direction: column-reverse;
    }

    .containerInfoTwo4{
        justify-content: center;
        flex-direction: column-reverse;
    }

    .imgSectionTree{
        width: 90%;
    }

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

    .sectionFour{
        grid-template: auto / repeat(2, 1fr);
    }
    .sectionsInfoFour{
        grid-column: 1/3;
        grid-row: 1/2;
        padding: 0rem 1rem;
    }

    .containerSectionsImgFour{
        padding: 3rem 0 0 0;
        grid-column: 1/3;
        grid-row: 2/3;
    }

    .imgSectonFour{
        width: 16rem;
        height: 16rem;
    }
}








@media (min-width: 820px) {

    .containerContent{
        width: 98%;
    }
    /*-------- SECTION ONE ----------*/

    .sectionOne{
        grid-template: 1fr 1fr / 60% 1fr;
    }
    .sectionsInfoOne{
        justify-content: left;
        grid-column: 1/2;
        grid-row: 1/3;
    }

    .containerInfoOne{
        width: 23rem;
    }

    .titleSectionOne{
        line-height: 7vw;
        font-size: 58px;
    }

    .subtitleSectionOne {
        font-size: 32px;
    }

    .containerSectionsImgOne{
        grid-column: 2/3;
        grid-row: 1/3;
    }

    .containerImg{
        position: absolute;
        right: 2rem;
    }

    .img1SectionOne{
        width: 21rem;
    }

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

    .sectionTwo {
        padding: 0rem 0 3rem 0;
    }

    .sectionsInfoTwo{
        display: flex;
        align-items: center;
        grid-column: 2/3;
        grid-row: 1/3;
    }

    .containerInfoTwo{
        padding-top: 2rem;
    }

    .titleSectionTwo{
        font-size: 30px;
    }

    .containerSectionsImgTwo{
        padding-top: 11rem;
        grid-column: 1/2;
        grid-row: 1/3;
    }

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

    .sectionTree{
        grid-template: repeat(2, 1fr) / repeat(2, 1fr);
        align-items: center;
        padding: 2rem 0;
    }

    .containerInfoTwo2{
        justify-content: center;
        flex-direction: column;
    }

    .containerInfoTwo3{
        justify-content: center;
        flex-direction: column;
    }

    .containerInfoTwo4{
        justify-content: center;
        flex-direction: column;
    }

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

    .sectionFour{
        grid-template: repeat(2,1fr) / repeat(2, 1fr);
        padding-bottom: 3rem;
    }

    .sectionsInfoFour{
        grid-column: 1/2;
        grid-row: 1/3;
        padding-left: 3rem;
    }

    .containerSectionsImgFour{
        padding: 0;
        grid-column: 2/3;
        grid-row: 1/3;
    }


    .imgSectonFour {
        width: 22rem;
        height: 22rem;
    }

}








@media (min-width: 1000px) {

    .sectionOne{
        padding-top: 6rem;
        padding-bottom: 3rem;
    }

    .containerInfoOne{
        margin-left: 2rem;
        width: 30rem;
    }

    .titleSectionOne {
        width: 35rem;
        line-height: 3.4rem;
    }

    .subtitleSectionOne{
        width: 24rem;
        line-height: 2rem;
    }

    .containerImg{
        right: 3rem;
    }

    .img1SectionOne {
        width: 23rem;
    }

    .img2SectionOne {
        width: 5rem;
    }

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

    .containerInfoTwo{
        padding-top: 10rem;
    }

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

    .sectionFour{
        padding: 6rem 0;
    }
}
