﻿*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, .vs-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.no-touch .vs-container {
	overflow-x: hidden;
}

.vs-header {
	z-index: 200;    /* 200 */
	margin: 0 auto;
	padding: 1em;  /* espaço entre o menu de topo e o titulo =2 */
	width: 80%;  /* espaço entre cada titulo horizontal */
	text-align: center;
	-webkit-backface-visibility: hidden;
}

.vs-container > header h1 {
	margin: 0 0 2em 0;    /* espaçamentos do titulo da página =FFR */
	padding: 0 0 0.8em;
	font-weight: 100;   /* 300 */
	font-size: 1.0em;    /* 2.4 */
	line-height: 1.0;    /* 1.4 */
	-webkit-backface-visibility: hidden;
}

.vs-container > header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 90%;     /* 60% em relacao ao de cima */
	font-weight: 20;    /* bold do subtitulo agarrado ao titulo da página */
	color: #C0C3C8;
}

.vs-nav {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.vs-triplelayout .vs-nav {
	width: 33.33%;
	height: 80px;
}

.vs-nav li {
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

.vs-triplelayout .vs-nav li {
	position: absolute;
	visibility: hidden;
	width: 100%;
}

.vs-nav li a {
	position: relative;                  /*  linhas cima e baixo dos subtitulos */
	display: inline-block;
	margin: 0 5px;    /*  10 px */
	padding: 5px 0;   /*  10 px */
	outline: none;
	border-top: 1px solid #E3E5E6;     /* cor da linha de cima do titulo da pagina-noticia */
	border-bottom: 1px solid #D0CECE;  /* cor da linha de baixo do titulo da pagina-noticia */
	color: #BCC6D3;                    /* cor da letra do titulo da pagina-noticia */
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 120;  /* 700 */
	font-size: 1.0em;  /* 1.5 */
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
}

.vs-nav li a:hover,
.vs-nav li a:focus,
.vs-triplelayout .vs-nav .vs-nav-current a,
.vs-container.vs-move-left .vs-nav-right a,
.vs-container.vs-move-right .vs-nav-left a {
	border-color: #ff9;  /* cor das linhas, quando ecolhidas = fff */
	color: #8AA1B3;      /* cor dos subtítulos, quando ecolhidas = fff */
}

.vs-container.vs-move-left .vs-nav-current a,
.vs-container.vs-move-right .vs-nav-current a {
	border-color: #ABC4E2;  /* cor depois de sair do link */
	color: #ABC4E2;         /* cor depois de sair do link */
}

.vs-triplelayout .vs-nav .vs-nav-left,
.vs-triplelayout .vs-nav .vs-nav-right,
.vs-triplelayout .vs-nav .vs-nav-left-outer,
.vs-triplelayout .vs-nav .vs-nav-right-outer,
.vs-triplelayout .vs-nav .vs-nav-current {
	visibility: visible;
}

.vs-triplelayout .vs-nav .vs-nav-current {
	left: 0%;
}

.vs-triplelayout .vs-nav .vs-nav-left {
	left: -100%;
}

.vs-triplelayout .vs-nav .vs-nav-right {
	left: 100%;
}

.vs-triplelayout .vs-nav .vs-nav-right-outer {
	left: 200%;
}

.vs-triplelayout .vs-nav .vs-nav-left-outer {
	left: -200%;
}

.vs-container.vs-move-left .vs-nav-left,
.vs-container.vs-move-left .vs-nav-left-outer,
.vs-container.vs-move-left .vs-nav-current,
.vs-container.vs-move-left .vs-nav-right,
.vs-container.vs-move-left .vs-nav-right-outer {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.vs-container.vs-move-right .vs-nav-left,
.vs-container.vs-move-right .vs-nav-left-outer,
.vs-container.vs-move-right .vs-nav-current,
.vs-container.vs-move-right .vs-nav-right,
.vs-container.vs-move-right .vs-nav-right-outer {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);	
}

.vs-container.vs-move-left .vs-nav-left,
.vs-container.vs-move-right .vs-nav-right {
	opacity: 0;
}

.vs-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 100%;
	width: 100%;
}

.vs-wrapper > section {
	z-index: 1;
	min-height: 100%;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#section-0 { background-image: url(../images/cat0.jpg); }
#section-1 { background-image: url(../images/cat1.png); }
#section-2 { background-image: url(../images/cat2.png); }
#section-3 { background-image: url(../images/cat3.png); }
#section-4 { background-image: url(../images/cat4.png); }
#section-5 { background-image: url(../images/cat5.png); }
#section-6 { background-image: url(../images/cat6.png); }  /* imagens */
#section-7 { background-image: url(../images/cat7.png); } 
#section-8 { background-image: url(../images/cat8.png); } 

.vs-triplelayout .vs-wrapper > section {
	position: absolute;
	top: 0;
	left: 10%;
	visibility: hidden;
	padding: 0 0 100px;
	width: 80%;
	-webkit-backface-visibility: hidden;
}

.vs-triplelayout .vs-wrapper > section:not(.vs-current) {
	overflow: hidden;
	height: 100%;
}

.vs-triplelayout .vs-wrapper .vs-left,
.vs-triplelayout .vs-wrapper .vs-left-outer,
.vs-triplelayout .vs-wrapper .vs-current,
.vs-triplelayout .vs-wrapper .vs-right,
.vs-triplelayout .vs-wrapper .vs-right-outer {
	visibility: visible;
}

.vs-triplelayout .vs-wrapper .vs-left {
	left: -70%; /* 80 - 10 */
}

.vs-triplelayout .vs-wrapper .vs-left-outer {
	left: -150%; /* - 70 - 80 */
}

.vs-triplelayout .vs-wrapper .vs-current {
	position: relative;
	z-index: 100;
}

.vs-triplelayout .vs-wrapper .vs-right {
	left: 90%; /* 80 + 10 */
}

.vs-triplelayout .vs-wrapper .vs-right-outer {
	left: 170%; /* 90 + 80 */
}

.vs-container.vs-move-left .vs-left,
.vs-container.vs-move-left .vs-current,
.vs-container.vs-move-left .vs-right,
.vs-container.vs-move-left .vs-right-outer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.vs-container.vs-move-right .vs-left,
.vs-container.vs-move-right .vs-left-outer,
.vs-container.vs-move-right .vs-current,
.vs-container.vs-move-right .vs-right {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.vs-sidenav div {
	position: fixed;
	top: 0;
	z-index: 500;
	width: 10%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.vs-sidenav div:hover {
	background: rgba(0,0,0,0.2);
}

.vs-sidenav .vs-sidenav-left {
	left: 0px;
}

.vs-sidenav .vs-sidenav-right {
	right: 0px;
}

/* inner content */
.vs-content {
	position: relative;
	margin: auto;
	padding: 0em 0; /* distancia do título ao texto - estava 1em 0 */
	width: 95%;   /* tamanho da margem esq texto */
	text-align: left;
	font-size: 0.9em;   /* 1.5 */ /* tamanho do texto */
}

.vs-content h2 {
	position: relative;
	margin: 30px 0 40px;
	color: #5C5C5E;     /* cor do titulo da legenda  */
	font-weight: 300;   /* bold dos titulos das paginas =700 */
	font-size: 1.5em;  /* 3 */
}

/*              ------------------h5----------------- */

.vs-content h5 {
	position: relative;
	margin: 0 auto; 

	text-align: justify;
	line-height: 1.4;	/* distancia entre linhas do texto!  */
	/* line-height: 0.2;  */

	color: #5C5C5E;     /* cor do texto do CV  */
	font-weight: 80;   /* bold dos titulos das paginas =700 */
	font-size: 1.0em;  /* 3 */
}


/*              ------------------h6----------------- */

.vs-content h6 {
	position: relative;
	margin: 0 auto; 

	text-align: justify;
	/* line-height: 0.1;  */

	color: #5C5C5E;     /* cor do texto do CV  */
	font-weight: 50;   /* bold dos titulos das paginas =700 */
	font-size: 1.0em;  /* 3 */
}




.vs-content .col {
	margin: 0 auto;
	color: #5C5C5E;    /* cor do texto principal, #9A9B9E Ficha técnica */
	text-align: justify;
	line-height: 0.2;      /* espaçamento entre linhas =1.4 */
	-webkit-column-width: 30%;
	-moz-column-width: 30%;
	column-width: 30%;
	-webkit-column-count: 1;   /* numero de colunas= so quero 1 para a legenda */
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 1%;
	-moz-column-gap: 1%;
	column-gap: 1%;
}

.vs-content p {
	margin: 0 0 20px 0;
	padding: 0;
}

/* Media queries */
@media screen and (max-width: 72.875em) {

	.vs-header,
	.vs-wrapper {
		font-size: 80%;  /* 80% */
	}

	.vs-content {
		width: 85%; /* 85 */
	}

	.vs-content h2 {
		font-size: 1.2em; /* 1.8 */
	}

	.vs-nav li a {
		width: 160px;  /* 160 */
	}

	.vs-content .col {
		-webkit-column-width: 50%;
		-moz-column-width: 50%;
		column-width: 50%;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media screen and (max-width: 45.25em) {

	.vs-container > header h1 {
		margin-bottom: 0;
	}

	.vs-content h2 {
		margin: 0 0 1em;
	}

	.vs-wrapper {
		font-size: 80%; /* 80% */
	}

	.vs-triplelayout .vs-nav li a {
		width: auto;
		font-size: 30%; /* 70% */
	}

	.vs-wrapper > section {
		background-position: 0 28em;
		background-size: 100%;
	}

	.vs-content .col {
		-webkit-column-width: auto;
		-moz-column-width: auto;
		column-width: auto;
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
	}
}





/*


.menuhorizontal{
margin: 0;
padding: 0;
width: auto;
height: 30px;
}

/*definições gerais do menu*/

.menuhorizontal ul{
list-style: none;
}

/*retirar o estilo das listas*/

.menuhorizontal li{
display: inline;
float: botton  /* left */  ;
padding:0px;
margin: 0;
width: 80px;
border-left: none  /* #666666 thin solid; */
}

/*formatar a lista. Definir o tamanho do botão, o seu posicionamento e display: inline por ser um menu horzontal*/

.menuhorizontal a{
display: block;
text-decoration: none;
padding: 6px;
background-color: #CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;
font-weight: bold;
}

/* formatação da âncora e área clicável*/

.menuhorizontal :hover{
background-color: #EEEEEE;
text-decoration: none;
color: #FFFFFF;
}

/*formatação do estado :hover*/

.menuhorizontal li.btnesquerdo{
border: none;}

*/