/*SOBRE*/
.sobre { width: 100%; height: auto; position: relative; text-align: left; padding-bottom:25px; }
.sobre .sobre_texto { width: 100%; height: auto; position: relative; color: var(--cor-texto-default); font-family: var(--fonte-padrao); font-size: 13px; line-height: 22px; padding: 00px 0px 40px 0px; text-align: left; font-weight: 400; }
.sobre .sobre_texto .avatar { width: 380px; height: auto; margin: 0px 25px 25px 0px; position: relative; float: left; text-align: center; overflow: hidden; }
.sobre .sobre_texto .avatar .play { width: 100%; height: 280px; z-index: 11; position: absolute; background-color: rgba(233,107,47,0.5); background-image: url(../imagens/ico-play.png); background-repeat: no-repeat; background-position: center center; background-size: auto 80px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.sobre .sobre_texto .avatar img { width: 100%; height: 280px; position: relative; display: block; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.sobre .sobre_texto .avatar:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); opacity: 1; }
.sobre .sobre_texto b { font-weight: 700; }
.sobre .sobre_texto u { text-decoration: underline; }
.sobre .sobre_texto a { text-decoration: underline; color: var(--cor-texto-default); font-family: var(--fonte-padrao); font-size: 13px; line-height: 24px; }
.sobre .sobre_texto i { font-style: italic; }

@media screen and (max-width: 850px) {
	section { padding-top:65px !important; }

	.sobre .sobre_texto { text-align:center; width:96%; padding: 0px 2% 40px 2%; }
	.sobre .sobre_texto .avatar { width: 100%; height: auto; margin: 0px 0px 25px 0px; float:none; display:inline-block; }
}