/*EVEREST - QUEM SOMOS*/
.quem-somos .bloco1 { width: 50%; float: left; margin-top: 50px; font-size: 14px; font-weight: 300; color: #808080; }
.quem-somos .bloco1 .text { width: 100%; float: left; }
.quem-somos .bloco1 .titulo { color: #8f8f8f; margin-bottom: 30px; float: left; text-transform: uppercase; width: auto; margin-right: 20px; }
.quem-somos .bloco1 .subtitulo { font-size: 24px; font-weight: 700; color: #8f8f8f; text-align: justify; line-height: 48px; text-transform: uppercase; }
.quem-somos .bloco1 p { width: 100%; font-size: 22px; font-weight: 600; color: #808080; text-align: justify; line-height: 30px; padding-bottom: 20px; }
.quem-somos .bloco2 { min-height: 500px; width: 40%; float: right; padding: 150px 0px 100px 0px; position: relative; }
.quem-somos .bloco2 img.borda-img { width: 308px; height: 308px; z-index: 9; position: relative; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.quem-somos .bloco2 .borda { width: 308px; height: 308px; border: 4px solid #1556A6; margin-top: -325px; margin-bottom: 30px; margin-left: 10px; z-index: 10; position: relative; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.quem-somos:hover .bloco1 .titulo { margin-left: 15px; }
.quem-somos:hover .bloco1 .botao { background-color: #C27040; }
.quem-somos:hover .bloco1 .botao i { color: #FFFFFF; }
.quem-somos:hover .bloco2 .borda { margin-top: -345px; } 

/*VÍDEOS*/
iframe.video { width: 100%; height: 400px; margin-bottom: 0px; margin-top: 50px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }

/*LINHA DO TEMPO*/
.linha { width: 100%; height: auto; position: relative; padding: 50px 0px; }
.linha ul { text-align: center; }
.linha ul li { list-style: none; display: inline-block; width: 278px; margin: 0 30px; }
.linha ul li img { width: 128px; height: 128px; text-align: center; left: 50%; margin-left: -64px; position: relative; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.linha ul li .nome { font-size: 24px; font-weight: 200; color: #4b4b4d; text-align: center; letter-spacing: -0.25px; margin-top: 15px; margin-bottom: 10px; }
.linha ul li p { font-size: 14px; font-weight: 300; color: #4b4b4d; text-align: center; line-height: 22px; }
.linha .titulo2 { float: left; width: 100%; margin-bottom: 80px; }
.linha .titulo2 .palavra { width: 100%; height: auto; position: relative; text-align: left; }
.linha .titulo2 .palavra .palavras { width: auto; display: inline-block; clear: both; padding: 3px 16px; position: relative; }
.linha .setas a.prev1 { width: 11px; height: 22px; background: url(../imagens/seta-esquerda.png) no-repeat left; float: left; cursor: pointer; z-index: 300; position: relative; left: 0; margin-top: -300px; }
.linha .setas a.next1 { width: 11px; height: 22px; background: url(../imagens/seta-direita.png) no-repeat right; float: right; cursor: pointer; z-index: 300; position: relative; right: 0; margin-top: -300px; }

@media screen and (max-width: 1100px) {
	.quem-somos .bloco1, .quem-somos .bloco2 { width: 100%; }
}
@media screen and (max-width: 410px) {
	.quem-somos .bloco1 .titulo { width: 100%; margin-bottom: 0px; margin-right: 0; }
	.quem-somos .bloco1 .subtitulo { width: 100%; line-height: 24px; margin-bottom: 30px; }
}