/*
ELABORADO POR RAFAEL AVELAR
VERSÃO 2.0
ATUALIZADO DIA: XX/XX/2018
*/

@charset "utf-8";

/*================ RESET ================*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	border: none;
	outline: none;
	box-sizing: border-box;
	font-weight: 300;
	font-family: 'Tahoma', sans-serif;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	max-width: 100%;
}
body {
	padding-bottom: 1px;
}

/*================ CSS BASICO ================*/

body {
	width: 100%;
	height: 100vh;
	min-height: 400px;
	text-align: center;
	margin: 0 auto 0 auto;	
}

/* CABEÇALHO */
.header {
	width: 100%;
	float: left;
	padding: 0;
}
.link-logo{
	font-size: 0;
	position: absolute;
	height: 53px;
	width: 147px;
	z-index: 2;
	top: 0;
	left: 0;
	margin-top: 12px;
	margin-left: 2%;
}
.logo_cec{
	height: 80px;
	width: 170px;
	background: url(../_img/logo-cec.jpg) center center/170px no-repeat;
	font-size: 0;
	margin-top: 12px;
	margin-left: 2%;
	float: left;
	z-index: 1;
}
.logo_cec_centro{
	display: none;
}
.btn-menu {
	width: 68px;
	height: 95px;
	float: right;
	text-align: center;
	border-radius: 68px;
	cursor: pointer;
	color: #cccccc;
	background-color: white;
}
.barra-mobile{
	width: 100%;
	height: 0.5em;
	max-height: 21.6px;
	background-color: #cccccc;
	float: right;
	margin-top: 2%;
}
/* MENU */

.scrollhidden {
	overflow: hidden !important;	
}
.scrollauto{
	overflow: auto;
}
.separador-menu{
	display: none;
}
.overlay {
	display: none;
	position: fixed; 
	overflow-y: auto;
	background:  rgba(40,40,40, .9);
	width: 100%;
	top: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
}
.menu{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: strech;
	color: #fff;
	min-height: 400px;
	align-self: strech;
}
.menu ul{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.menu .active{
	color: red;
	text-decoration: underline;
}
.menu a{
	font-weight: bold;
}	
.btn-close {
	font-size: 1.5em;
	text-align: right;
	cursor: pointer;
	padding: 3% 4% 0% 0;
}
.menu-pc{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.menu ul {
	width: 100%;
	float: left;
	text-align: center;
}
.menu li {
	padding: 1.5%;
}
.menu li a {
	font-size: 1.7em;
	padding: 1.5% 3%;
	color: #fff;
}
.menu a:hover {
	color: red;
}
.menu a:last-child{
	margin-bottom: 20%
}
.menu-footer{
	padding: 1.5% 0 2% 1%;
	text-align: center;
}
.cecmenu {
	margin-top: 10px;
	color: #fff;
	font-size: .75em;
	letter-spacing: 2px;
	padding: 0% 2%;
}
.infos-mrodape {
	font-family: Arial;
    font-size: 11px;
	line-height: 12px;
}
.infos-mrodape a{
	font-family: Arial;
    color: #fff;
    font-size: 11px;
}
.infos-mrodape a:hover {
	color: #fff;
}
.infos-mrodape p{
	font-family: Arial;
    color: #fff;
    font-size: 11px;
}

/* CONTEÚDO */

.conteiner {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 1.6px;
}

/* RODAPE */

.footer {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 100%;
	float: left;
	padding: 0;
	text-align: center;
	border-top: .5em solid #cccccc;
	border-bottom: .5em solid #cccccc;
}
.logo-rodape {
	height: 90px;
	width: 100%;
	float: left;
	background: url(../_img/logo-cec-pb.gif) center center no-repeat;
	font-size: 0;
	margin-top: 2%;
}
.bv-rodape {
	width: 100%;
	height: 90px;
	float: left;
	background: url(../_img/bureau-veritas.jpg) center center no-repeat;
	font-size: 0;
	margin-top: 2%;
	margin-bottom: 2%;
}
.infos-rodape {
	margin-top: 3%;
	float: left;
	font-family: 'Tahoma', sans-serif;
    color: #666666;
    font-size: 1em;
}
.infos-rodape a{
	font-family: 'Tahoma', sans-serif;
    color: #666666;
}
.infos-rodape p{
	font-family: 'Tahoma', sans-serif;
    color: #666666;
}

/*================ MOBILE FIRST ================*/
/* SMALL DEVICES - SMARTPHONES */

@media screen and (min-width: 480px){
.barra-mobile{
	height: 15px;
	max-height: 21.6px;
	background-color: #cccccca8;
}
}

/* SMALL DEVICES - TABLETS */

@media screen and (min-width: 768px){
.logo_cec_centro{
	display: inherit;
	height: 80px;
	width: 100%;
	background: url(../_img/topo-cec-centro.jpg) center center no-repeat;
	max-width: 266px;
	font-size: 0;
	margin-top: 12px;
	float: left;
	margin-left: 20%;
}
.barra-mobile{
	height: 18px;
	max-height: 21.6px;
	background-color: #e9e9e9;
	margin-top: 1px;
}
.footer {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-content: center;
	align-items: top;
}
.infos-rodape {
	margin: 1%;
}
.logo-rodape {
	max-width: 221px;
	margin: auto 0;
}
.bv-rodape {
	max-width: 244px;
	margin: auto 0;
}
.menu{
	min-height: 540px;
}	
}

/* MEDIUM DEVICES - TABLETS & DESKTOPS */
@media screen and (min-width: 1000px){	
body{
	overflow: auto !important;
}
.conteiner {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
}
.header {
	display: flex;
	flex-direction: column;
}
.logo_cec_centro{
	display:none;
}
.link-logo{
	margin: 0;
	top: auto;
	left: auto;
}
.logo_cec{
		height: 100px;
		width: 246px;
		background: url(../_img/logo-cec.jpg) center center/246px no-repeat;
}
.btn-menu{
	display: none;
}
.barra-mobile{
	display: none;
}
.cabecalho {
	padding: 1% 2% 1% 3%;
}
.btn-close{
	display: none;
}
.overlay{
	width: auto;
	height: 24.8px;
	display: flex !important;
	position: static;
	min-height: 0 !important;
	max-height: 24.8px;
	overflow: hidden;
	background: none;
	padding: 0 1.6px;
	align-items: center;
}
.separador-menu{
    height: 2px;
    display: -moz-inline-box;
    display: inline-block;
    margin: 0 3.4px;
    position: relative;
    color: #FFF;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}
.menu{
	background-color: #e9e9e9;
	width: 100%;
	min-height: 21.6px;
	padding: 1px 0.5%;
	flex-direction: row-reverse;
}
.menu-pc{
	display: flex;
	flex-direction: row;
    height: 30px;
	justify-content: flex-end;
	margin: 0 7.4px;
}
.menu ul{
	display: block;
	height: 32px;
	margin: -5px;
}
.menu .active{
	color: #073149;
}
.menu li{
	padding: 1.5% 0px;
	float: left;
	height: 32px;
}
.menu li a{
	color: #073149;
	padding: 0 8px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}
.menu li a:hover{
	color: #CCCCCC;
}
.menu-footer {
	display: none !important;
}
.scrollup {
	display: none !important; 
}
.menu a:hover {
	text-decoration: underline;
}
	
/* RODAPE - MEDIUM DEVICES */ 
	
.footer {
	justify-content: space-around;
	font-size: 1.3em;
}
.infos-rodape{
	padding-left: 13px;
}
}

/* 
ELABORADO POR RAFAEL AVELAR
VERSÃO 2.0
ATUALIZADO DIA: XX/XX/2018
*/