.preTitleContent{
    font-family: 'DINReg';
    font-size: 17px;
    line-height: 1;
    color: #65BB79;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.titleContent{
    font-family: 'DINBold';
    font-size: 25px;
    line-height: 1;
    color: #65BB79;
    text-transform: uppercase;
}

.aboutContent{
    font-family: 'DINBold';
    font-size: 20px;
    line-height: 1;
    color: #66bb79;
    text-transform: uppercase;
}

.textContent{
    font-family: 'DINReg';
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
}

.highContent{
    font-family: 'DINReg';
    font-size: 23px;
    letter-spacing: 1;
    line-height: 1.3;
    color: #ffffff;
    text-transform: uppercase;
}

.btnStyle1{
    font-family: 'DINBlack';
    font-size: 20px;
    padding: 12px 60px 10px 60px;
    line-height: 1;
    color: #101911;
    background-color: #65BB79;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all ease-in-out 0.2s;
}

.btnStyle1:hover{
    text-decoration: none;
    color: #2b422e;
    background-color: #57a569;

}

.btnStyle2{
    font-family: 'DINReg';
    width: fit-content;
    font-size: 15px;
    padding: 12px 20px 10px 20px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 1000px;
    border: 1px solid white;
    transition: all ease-in-out 0.2s;
    margin: auto;
    cursor: pointer;
}

.btnFromHeader2 {
    margin: 0;
    margin-left: auto;
    margin-top: 65px;
    cursor: pointer;
}

.btnStyle3{
    font-family: 'DINReg';
    width: fit-content;
    font-size: 15px;
    padding: 12px 0px 0px 10px;
    line-height: 1;
    text-transform: uppercase;
    transition: all ease-in-out 0.2s;
    color: white;
    cursor: pointer;
}

.iconeBtn{
    color: white;
    margin-bottom: 6px;
    margin-left: 10px;
}

.frameBtn{
    display: flex;
    align-items: center;
    margin-top: -10px;
    cursor: pointer;
}

@media (min-width: 990px) and (max-width: 1200px) {
    .titleContent{
        font-size: 26px;
    }

    .textContent{
        font-size: 18px;
    }

    .btnStyle1{
        font-size: 17px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .titleContent{
        font-size: 25px;
    }

    .textContent{
        font-size: 15px;
    }

    .btnStyle1{
        font-size: 15px;
    }
    .btnStyle3{
        font-size: 13px;
    }
    .btnFromHeader2 {
        margin: auto;
        margin-left: auto;
        margin-top: 30px;
    }
}

@media (max-width: 768px){
    .titleContent{
        font-size: 25px;
    }

    .textContent{
        font-size: 15px;
    }

    .btnStyle1{
        font-size: 15px;
    }

    .frameBtn{
        justify-content: center;
    }
    .highContent{
        font-size: 15px;
    }
    .btnFromHeader2 {
        margin: auto;
        margin-left: auto;
        margin-top: 30px;
    }
}

/*
#   HEADER   ==================================================
*/

.headerSection{
    background-image: url("../img/home2/hero1.png");
    background-color: #000000;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 58%;
    min-height: 85vh;
    align-content: center;
}

.headerSection2{
    background-image: url("../img/home2/heroSub1.png");
    background-color: #000000;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 58%;
    min-height: 85vh;
    align-content: center;
}

.headerText{
    font-family: 'DINReg';
    font-size: 26px;
    line-height: 1.3;
    color: white;
}

.hero1{
    position: relative;
    z-index: 0;
}

.suportHero1{
    position: absolute;
    width: 100%;
    max-width: 1100px;
    padding: 0px 80px;
    z-index: 1;
    margin-left: 50%;
    transform: translate(-50%, -10%);
}

.suportHero1Mobile{
    position: absolute;
    width: 40%;
    max-width: 1100px;
    padding: 0px 0px;
    z-index: 1;
    right: -10%;
    transform: translate(0%, 5%);
}

.spaceBtnRow{
    margin-top: 140px;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
}

.createTextHeaderSpaceMobile{
    display: none;
}



@media (min-width: 1200px) {
    .headerSection{
        min-height: 85vh;
    }
    .suportHero1{
        max-width: 1300px;
    }
}



@media (min-width: 990px) and (max-width: 1200px) {
    
}

@media (max-width: 990px) {
    .headerSection{
        background-image: url("../img/home2/hero1.png");
        background-color: #000000;
        background-position: center bottom 100px;
        background-repeat: no-repeat;
        background-size: 110%;
        align-content: center;
        min-height: 620px;
    }
    .headerSection2{
        background-image: url("../img/home2/heroSub1.png");
        background-color: #000000;
        background-position: -120px top;
        background-repeat: no-repeat;
        background-size: 80%;
        align-content: center;
        min-height: 620px;
    }
    .headerColAlignMobile{
        min-height: 500px;
        align-content: end;
        padding-bottom: 20px;
        text-align: center;
    }
    .headerColAlignMobile2{
        min-height: 600px;
    }
    .spaceBtnRow{
        margin-top: 60px;
        position: relative;
        margin-left: auto;
        margin-bottom: 20px;
        transform: translateX(0%);
    }
    .createTextHeaderSpaceMobile{
        opacity: 0;
        display: inline;
    }
}

@media (max-width: 768px){
    .suportHero1Mobile{
        position: absolute;
        width: 55%;
        max-width: 1100px;
        padding: 0px 0px;
        z-index: 1;
        right: -10%;
        transform: translate(0%, 5%);
    } 
}

@media (max-width: 600px){
    .suportHero1Mobile{
        width: 65%;
        transform: translate(0%, 5%);
    }  
}

@media (max-width: 500px){
    .suportHero1Mobile{
        position: absolute;
        width: 90%;
        max-width: 1100px;
        padding: 0px 0px;
        z-index: 1;
        right: -10%;
        transform: translate(0%, 10%);
    }  
    .headerSection2{
        background-image: url("../img/home2/heroSub1.png");
        background-color: #000000;
        background-position: 0px top;
        background-repeat: no-repeat;
        background-size: 115%;
        align-content: center;
        min-height: 620px;
    }   
}








.fundoContainer{
    background-image: url("../img/home2/fundo2.png");
    background-color: #000000;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    align-content: center;
    min-height: 100vh;
}

.subpagePreTitle{
    font-family: 'DINReg';
    font-size: 35px;
    line-height: 1;
    color: black;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.subpageTitle{
    font-family: 'DINBold';
    font-size: 55px;
    line-height: 1;
    color: black;
    text-transform: uppercase;
}

.logoSubpage{
    margin-left: 100%;
}

.subpageBlack{
    position: absolute;
    width: 110%;
    transform: translate(-10%);
}

.fundoContainer .textContent{
    position: relative;
}

.ajusteTexto{
    margin-top: 120px;
    font-size: 15px;
}

.btnStyleSubpage{
    font-family: 'DINReg';
    position: relative;
    width: fit-content;
    font-size: 15px;
    padding: 12px 20px 10px 20px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 1000px;
    border: 1px solid white;
    transition: all ease-in-out 0.2s;
    margin-left: auto;
    cursor: pointer;
    margin-top: 40px;
    transform: translate(-30px);
}

@media (max-width: 1200px) {
    .subpageBlack {
        position: absolute;
        width: 140%;
        transform: translate(-20%);
    }
}

@media (max-width: 990px) {
    .subpageBlack {
        position: absolute;
        width: 169%;
        transform: translate(-25%, 10%);
    }
}

@media (max-width: 768px){
    .fundoContainer{
        background-position: 75% bottom;
    }
    .subpageBlack {
        position: absolute;
        width: 150%;
        transform: translate(-27%, -5%);
    }
    .logoSubpage{
        margin-left: 50%;
        width: 80px;
    }
}

@media (max-width: 600px){
 
}

@media (max-width: 500px){
 
}