@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');

:root {
    --mb-txt: 1rem;
    --fontSize: 18px;
    --pFontColor: #2e2e2e;
}

*{
    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{
    width: 80%;
    max-width: 1000px;
}


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

.sectionContainers{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 57% 1fr;
}

.containerImgSectionContainers{
    background-color: #f5e3f6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1Secundary{
    font-size: 28px;
    margin-bottom: var(--mb-txt);
    color: var(--pFontColor);
}

.pTitle{
    margin-bottom: var(--mb-txt);
    color: #3c5f60;
}

.pInfoSection{
    font-size: var(--fontSize);
    color: #3c5f60;
    line-height: 1.6;
}

.imgSections{
    width: 100%;
}

.blueColor{
    background-color: #3ad0de;
}

.greenColor{
    background-color: #3c5f60;
}

.imgSize{
    width: 15rem;
}

#img1{
    width: 15rem;
}





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

.sectionTwoContainer{
    padding: 1rem 0rem;
    background-color: #fae4f7;
    display: flex;
    justify-content: center;
}



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

.sectionTreeContainer{
    background-color: #3ad0de;
    background-image: url('../assets/svg/MATERIALES.svg');
    background-repeat: no-repeat;
    position: relative;
}

.pInfoSectionTree{
    color: #3c5f60;
}




/*----- SECTION CONTAINERS ------*/

.containerInfoSection1stContainers{
    background-color: #fae4f7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}

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

.containerInfo2st{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.colorP2st{
    color: #81efec;
}

.pInfoSection2st{
    line-height: 1.6;
}

.sectionContainers3st{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 57%;
}





@media (min-width: 360px) {
    /*----- TWO SECTION ------*/

    .containerInfoSectionTwo{
        width: 70%;
    }


    /*----- TREE SECTION ------*/
    .containerInfoTree{
        padding: 1rem;
        line-height: 26px;
    }

    .imgDesktopSectionTree{
        display: none;
    }

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

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

    /*-----------------*/

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

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

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

    .pInfoSection2st{
        width: 13rem;
    }

}






@media (min-width: 820px) {
    /*----- TWO SECTION ------*/
    .sectionTwoContainer{
        justify-content: left;
        height: 40rem;
    }

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

    .containerBoxInfoTwo{
        width: 50%;
    }

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

    .containerInfoTree{
        position: absolute;
        bottom: 0;
        right: 0;
    }

    /*----- GLOBAL STYLES ------*/
    .containerImgSectionContainers{
        grid-row: 1/3;
        grid-column: 1/2;
    }

    .sectionContainers{
        height: 32rem;
    }

    /*-----------------*/

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

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

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

@media (min-width: 900px) {

    .h1{
        font-size: 40px;
    }

    .h1Secundary{
        font-size: 37px;
    }

    .imgSectionTree{
        width: 80%;
    }
}


@media (min-width: 1000px) {
    .imgMovilSectionTree{
        display: none;
    }

    .imgDesktopSectionTree{
        display: block;
    }

    .containerInfoTree{
        right: 2rem;
        bottom: 1rem;
    }

    .pInfoSection2st{
        width: 25rem;
    }

    .hVh{
        height: 42rem !important;
    }

    .sectionContainers3st{
        height: 27rem;
    }
}