.header {
	background-color: transparent;
}

.pagina-interna .header-wrapper .header {
	border-bottom: none;
}

.pagina-interna .header-wrapper {
    height: 110px;
}

.pagina-interna .header-wrapper .sf-menu > li > a {
	color: #000 !important;
}

/* desconciderar */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

a:hover {
	color: #fafafa !important;
}

.sessao-inicio {
    background-image: url('/wp-content/themes/downtown_final/downtown/images-novas-pages/img-inicio-sustentabilidade.png');
    background-size: cover;
    background-position: center;
    height: 500px; 
    padding: 0 90px 0 90px;
    display: flex;
    align-items: center;
    width: 100%;
}

.sessao-div-textos > p:first-child {
    font-family: 'Roboto';
    font-size: 64px;
    font-style: italic;
    font-weight: 700;
    line-height: 75px;
    text-align: left;
    color:#FFFFFF;
}

.span-verde {
    font-family: 'Roboto';
    font-size: 64px;
    font-weight: 400;
    line-height: 75px;
    text-align: left;
    color: #BED29E;
}

.sessao-div-textos > p:last-child {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.pratica-div-textos {
    background-image: url('/wp-content/themes/downtown_final/downtown/images-novas-pages/folha-1.png');
    height: 300px;
    max-width: 1220px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    display: flex;
    align-items: center;
}

.pratica-div-textos p {
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    color: #414141;
}

.span-azul {
    color: #03477A;
}

.texto-foto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1220px;
    margin: 0 auto;
}


.primeira {
    padding-bottom: 120px;
}

.texto-foto-sequencia {
    /* padding-top: 120px; */
}

.texto-foto-2 {
    padding: 90px 0;
}

.div-bg-cinza    {
    background-color: #F5F5F5;
    
}

.sequencia-1 {padding-top: 90px;}

.texto-foto-2 {
    display: flex;
    flex-direction: row-reverse;
}

.texto {
    max-width: 531px;
}

.texto h2 {
    font-family: 'Roboto';
    font-size: 36px;
    font-weight: 500;
    line-height: 42.19px;
    text-align: left;
}

.h2-azul {
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    line-height: 42.19px;
    text-align: left;
    color: #1471B7;
}

.texto p {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.folha-1 {
    position: absolute;
    left: 330px;
    margin-bottom: 570px;
}

.folha-2 {
    position: absolute;
    left: 240px;
    margin-bottom: 450px;
}

.folha-3 {
    position: absolute;
    left: 0px;
    margin-bottom: 460px;
}

.content-wrapper {
    overflow-x: hidden;
    width: 100%;
}
a.textos-trabalhe-conosco-a:hover {
    color: #fafafa !important;
}

@media screen and (max-width: 768px){
	.pratica-div-textos {
    	background-image: url('/wp-content/themes/downtown_final/downtown/images-novas-pages/folha-1.png');
		background-size: 150px;
	}
    .texto-foto.texto-foto-2 {
        flex-direction: column;
        padding: 20px 16px;
    }

    .texto-foto.texto-foto-1 {
        flex-direction: column;
        padding: 30px 16px;
    }

    img.folha-2, img.folha-3, img.folha-1 {
        display:none;
    }
	
	.pratica-div-textos {
        height: 200px;
    }

    .pratica-div-textos p {
        font-size:24px;
        padding: 16px;
    }

    .sessao-inicio {
        padding: 16px;
    }

    .sessao-div-textos > p:first-child {
        font-size: 50px;
        text-align: center;
    }

    .span-verde {
        font-size: 50px; 
        text-align: center;
    }
}