/* HOME */
section { width: 100%; height: auto; position: relative; text-align: center; padding: 260px 0px 50px 0px; background: url(../imagens/fundo-topo.png) no-repeat center top; }

/* conteúdos */
.viver { width: 100%; height: auto; display: inline-block; vertical-align: top; position: relative; text-align: center; padding: 40px 0px 80px 0px; }

.viver .titulo_espaco { width: 70%; font-size: 24px; padding: 0px 15%; font-family: 'Nunito'; color: #003660; text-align: center; line-height: 28px; font-weight: 600; position: relative; display: inline-block; }
.viver .efeito_linha { background-color: #99f9ec; width: 140px; height: 4px; position: relative; display: inline-block; vertical-align: top; margin: 20px 0px 40px 0px; clear: both; }

.viver ul { list-style-type: none; width: 100%; height: auto; }
.viver ul li { width: 100%; height: auto; margin: 0px; display: inline-block; vertical-align: top; text-align: left; overflow: hidden; border-bottom: 1px solid #eeeeee; padding: 35px 0px; overflow: hidden; }
.viver ul li:hover .avatar 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);  overflow: hidden; }
.viver ul li .avatar { width: 288px; height: 200px; position: relative; overflow: hidden; vertical-align: top; display: inline-block; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; overflow: hidden; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; border-radius: 25px;  }
.viver ul li .avatar img { width: 288px; height: 200px; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; overflow: hidden; -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0); }
.viver ul li .contes { width: -moz-calc(100% - 315px); width: -webkit-calc(100% - 315px); width: -o-calc(100% - 315px); width: calc(100% - 315px); position: relative; height: auto; display: inline-block; vertical-align: top; margin: 0px 0px 0px 15px; }
.viver ul li .contes .tituloo { width: 100%; height: auto; padding: 0px 0px 10px 0px; font-weight: 800; color: #003660; font-size: 18px; line-height: 20px; text-align: left; font-family: 'Nunito'; }
.viver ul li .contes .manchete { width: 100%; height: auto; padding: 0px 0px 20px 0px; font-weight: lighter; color: #003660; font-size: 11px; line-height: 18px; text-align: justify; font-family: 'Nunito'; font-weight: 400; }

@media screen and (max-width: 1100px) {
	.viver { width: 96%; padding: 0px 2%; float: none; border-top: 0px; }
	.viver ul { text-align: center; }
	.viver ul li { margin-bottom: 20px; padding: 10px; width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); }
	.viver ul li .avatar { width: 100%; height: auto; }
	.viver ul li .avatar img { padding: 0px 0px 20px 0px; }
	.viver ul li .avatar img { padding: 0px; width: 100%; height: auto; }
	.viver ul li .contes { width: 100%; margin: 0px; }
	.viver ul li .contes .tituloo { width: 100%; padding: 5px 0px 10px 0px; height: auto; color: #000000; font-size: 18px; line-height: 22px; font-family: 'Nunito'; text-align: left; }
	.viver ul li .contes .introducaoo { font-size: 14px; color: #555959; font-weight: lighter; font-family: 'Nunito'; text-align: left; width: 100%; height: auto; line-height: 22px; padding: 0px 0px 10px 0px; }
	.viver ul li:hover .avatar img { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0); }
	.viver ul li:hover img { -webkit-transform: scale(1.0); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -o-transform: scale(1.0); transform: scale(1.0); }
	.viver ul li:hover { border-bottom: #f4f6f8 1px solid; background-color: #ffffff; }
}