/*
Devir specific stiles
*/

.green-bg{
    background-color: #11aca0;
}

.green-bg h1, .green-bg h2, .green-bg h3, .green-bg h4, .green-bg h5, .green-bg h6, .green-bg p, .green-bg .link, .green-bg .container-icon, .green-bg .page-icon-top {
        color: #fff;
}


/* ===Tematicas === */

#tematicas-box{
    text-align: center;
}

#tematicas-box .tema-box{

	/*position: relative;*/
    padding: 0 5px 0 5px;

}

#tematicas-box .tematicas-box-inner{
    /*display: inline-block;*/
	background: #6c275e;
    height: 300px;
    margin: 15px;
    /*display: flex;*/
    align-items: center;
	text-align: center; 
}

.tematicas-box-inner h6, .tematicas-box-inner h5, .tematicas-box-inner h4, .tematicas-box-inner h3{
        color: #fff;
}

.margem{
    padding: 30px;
}

p.footer-devir{
    font-size: 12px;
}


/* =========== quem somos ========= */

.intro-quem-somos{
    padding-bottom: 600px;
}
.poesia{
    line-height: 30px;
}

.justificado{
    text-align: justify;
}

.cris-giane{
    padding-top: 100px;
}

.curriculo{
    text-align: center;
    line-height: 27px;
}

.curriculo-cris{
    text-align: center;
    line-height: 27px;
}

.time{
    background-color: #f4f4f4;
}

.o-que-fazemos{
    background-color: #f4f4f4;
}

@media (max-width: 480px){
    .curriculo{
        font-size: 12px;
        line-height: 17px;
    }
    
    .curriculo-cris{
        font-size: 12px;
        line-height: 14px;
    }

    .intro-quem-somos{
    padding-bottom: 650px;
    }

    .poesia{
    line-height: 25px;
    font-size: 13px;
    }

    .info-prof{
        padding-top: 30px;
    }

}

/* =========== Objetivos ========= */
.objetivos{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: black
}

.curso-heading{
    color: #11aca0;
}

.curriculo-professor{
    font-size: 12px;
    text-align: justify;
}

.curso{
    font-size: 18px;
    line-height: 30px; 
}

/* =========== Textos/Notas ========= */
.notas{
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-align: left;
    color: black
}

.citacao{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: justify;
    color: black
}

