/* CONFIGS GERAIS */

@import url('https://fonts.googleapis.com/css2?family=Chilanka&family=Fira+Sans+Condensed: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');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
    margin: 0;
    font-family: "Fira Sans Condensed";
}

/* ================================================================= */
/* ESTILO 1 */

@media (min-width: 800px) {

    .sobreDivTxtImg {
        display: inline-flex;
        justify-content: space-between;
        margin: 2% 5% 2% 5%;
        vertical-align: text-top;
    }
    
    .txt {
        width: 50%;
    }
    
    .tit {
        display: flex;
    }
    
    #titDestacado {
        font-size: 35px;
        font-family: "Chilanka";
        color: #33E46D;
        font-weight: 500;
        padding: 7px 0 0 0;
        margin: 0;
    }
    
    #tit {
        font-size: 35px;
        font-weight: 400;
        margin: 0 0 0 10px;
    }
    
    #txt {
        font-size: 16px;
        margin: 15px 0 20px 0;
        line-height: 25px;
    }
    
    #titulo02Tit {
        font-size: 35px;
        font-weight: 400;
        margin: 0;
    }
    
    #titulo02TitDestacado {
        font-size: 35px;
        font-family: "Chilanka";
        color: #33E46D;
        font-weight: 500;
        padding: 7px 0 0 0;
        margin: 0 0 0 10px;
    }
    
    #img {
        width: 40%;
        height: 10%;
        /* desloc-horizontal, desloc-vertical, blur, "spread effect" */
        box-shadow: 7px 7px 0px 0px #33E46D;
        margin: 0;
        padding: 0;
    }    

}

@media (max-width: 799px) {

    .sobreDivTxtImg {
        display: flex;
        flex-direction: column;
        vertical-align: text-top;
        margin: 2.5% 5% 2.5% 5%;
    }
    
    .txt {
        width: 100%;
        margin: 2% 0 2% 0;
    }
    
    .tit {
        display: flex;
    }
    
    #titDestacado {
        font-size: 30px;
        font-family: "Chilanka";
        color: #33E46D;
        font-weight: 500;
        padding: 7px 0 0 0;
        margin: 0;
    }
    
    #tit {
        font-size: 30px;
        font-weight: 400;
        margin: 0 0 0 10px;
    }
    
    #txt {
        font-size: 14px;
        margin: 0;
        line-height: 25px;
    }
    
    #titulo02Tit {
        font-size: 30px;
        font-weight: 400;
        margin: 0;
    }
    
    #titulo02TitDestacado {
        font-size: 30px;
        font-family: "Chilanka";
        color: #33E46D;
        font-weight: 500;
        padding: 7px 0 0 0;
        margin: 0 0 0 10px;
    }
    
    #img {
        width: 100%;
        /* desloc-horizontal, desloc-vertical, blur, "spread effect" */
        box-shadow: 7px 7px 0px 0px #33E46D;
        margin: 15px 0 15px 0;
        padding: 0;
    }    

}
 

/* ================================================================= */
/* ESTILO 2 */

.realidadeDiv {
    /* topo direita inferior esquerda */
    padding: 60px 5% 60px 5%;
    margin: 2% 0% 2% 0%;
    background-color: #FFF5EA;
}

#realidadeTit {
    font-size: 35px;
    font-weight: 400;
    margin: 0;
}

/* ================================================================= */
/* ESTILO 3 */

.sobreDiv {
    margin: 2% 5% 5% 5%;
}
