/*
font-family: 'Roboto Slab', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/


* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html {
	font-size: 1px;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #999;
	font-size: 12px;
	background: #fff;
}

h1,
h2,
h3 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	margin: 24px 0;
	font-size: 40px;
	color: #888;
	text-transform: capitalize;
}

h1 {
	display: none;
	width: 100%;
	height: 100vh;
	font-size: 36px;
	letter-spacing: 2px;
	line-height: 150%;
	text-align: center;
	margin: 0 auto !important;
	padding: 0;
	background: url(./imagens/logotipo.png) center no-repeat;
	background-position: 50% 30%;
	text-indent: -9999px;
}

h2 {
	font-size: 75px;
	line-height: 55px;
	color: #5ebcdf;
	letter-spacing: 0;
}

h3 {
	font-size: 25px;
	color: #ccc;
	letter-spacing: 1px;
}

p {
	margin: 25px 0;
	line-height: 150%;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

.menuBtn {
	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}

.clear {
	clear: both;
}

.wrap {
	/*background:url(../images/bg.png) top left repeat-x;*/
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.section {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 60px 0 20px 0;
}

.section a {
	color: #fff;
}

.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	padding: 0 10px;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	padding: 30px 0;
}


/* This is the selector i used for my menu, it needs to be set as position:absolute; */

/*#mini-logo {
	display: block;
	float: left;
	clear: none;
	width: 50px;
	height: 50px;
	background: url(/2019/fec/imagens/logo-mini.png) center no-repeat;
	background-color: #111;
}*/

.barra-menu {
	width: 100%;
	background: #f0f0f0;
	padding: 25px 0;
	box-shadow: 0px 2px 0 0 rgba(0,0,0,.15);
}
/* 
.barra-menu strong{
	color: #0f365a;
	font-family: 'Roboto', sans-serif;
	height: 35px;
	font-size: 26px;
} */

.barra-menu .inner img{
	width: 200px;
	margin-top: -10%;
    margin-left: -60%;
}
.subMenu {
	position: fixed;
	top: 0;
	height: auto;
	z-index: 1000;
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	background: url(./imagens/fundo.jpg) no-repeat center;
	background-size: cover;
	margin: auto;
}

.subMenu .inner {
	padding: 0;
	font-weight: 400;
}

.subNavBtn {
	display: block;
	height: 35px;
	width: 12.65%;
	float: left;
	margin: 0;
	padding: 5px 14px 0 14px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #13242b;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;

}

.subNavBtn.ativo {
	color: #944826;
}

#modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.72);
  }
  
  #modalcont {
	  height: auto;
	  border: 2px solid black;
	  position: relative;
	  margin: 10px;
	  background: #f0f0f0;
	  text-align: center;
  }
  
  #modalcont .subNavBtn.ativo, #modalcont .subNavBtn:hover  {
	  color: #944826;
  }
  
  #close {
	  position: absolute;
	  z-index: 1;
	  font-size: 22px;
	  padding: 10px;
	  right: 1.5%;
	  top: 0;
	  color: #5f0c0c;
  }
  
  .icone-menu {
	/* background-color: DodgerBlue;  */
	border: none;
	color: #184B29;
	padding: 10px;
	font-size: 22px;
	float: right;
	/* cursor: pointer; */
  }

/*.subNavBtn:hover {
	color: #111;
}*/

.end {
	margin: 0;
}

.meia-tela {
	display: block;
	float: left;
	clear: right;
	width: 480px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.coluna {
	width: 50%;
	float: left;
	display: block;
	clear: right;
}

#formulario-contato .formulario label {
	display: block;
	float: left;
	clear: both;
	padding: 20px 0;
	font-weight: strong;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

#formulario-contato .formulario input,
.formulario textarea {
	display: block;
	float: left;
	clear: both;
	padding: 10px 20px;
	margin-top: 5px;
	width: 335px;
	max-width: 100%;
	border: 2px solid #ddd;
	background: #eee;
	font-size: 15px;
	color: #888;
}

#formulario-contato .formulario input[type=submit] {
	display: block;
	float: left;
	clear: both;
	background: #aaa;
	color: #fff;
	text-transform: uppercase;
	font-weight: strong;
	font-size: 20px;
	width: 200px;
	margin: 30px 0;
	border: none;
	cursor: pointer;
}


/* SECTIONS */

#s-home{
/*	min-height: 500px;*/
	color: #333;
	padding: 0 !important;
	/* background-color: #00ADCB; */
}

#s-afec {
	/* min-height: 1200px; */
	background-color: #0a3b4c;
	color: #888;
	/*background: url(imagens/estudantes.png) bottom center no-repeat #154145;*/
	padding-bottom: 2px;
    background-clip: content-box; 
}

#s-afec p {
	line-height: 180%;
	color:#ffffff;
	text-align: justify;
}

/*#branco{
	padding: 0 !important;
	background-color: white;
	height: 20px;
}*/

.s-banner {
	width: 100%;
/*	margin-left: 13%;*/
	text-align: center;
	padding:0;
/*	margin:0;*/
	clear: both;
	display: block;
	align-items: center;
}

.s-banner a img {
    display: block;
	width: 100%;
    text-align: center;
/*    margin-left: 6%;*/
}

.faixa{
	background-color: #0a3b4c;
	width: 100%;
	text-align: center;
	padding:0;
	display: block;
	align-items: center;
}

.faixa img {
	width: 100%;
	margin-bottom: 5%;
}

#s-programacao {
	min-height: 300px; /*alterar pra 800*/
	background: #ffce6d;
}

#s-visite {
	min-height: 500px;
	width: 100%;
	background: #0078a0;
}

#s-contato {
	min-height: 1080px;
	background: #00ADCB;
	color: white;
}

.subMenu a p {
	display: block;
	height: 15vh;
	background: url(./imagens/seta.png) top center no-repeat;
	background-size: 25%;
	margin: auto;
	margin-top: -15vh;
	padding: 0;
	color: #00ADCB;
	text-indent: -100px;
}

#s-programacao h2 {
	color: #0a3b4c;
	font-weight: 200;
	text-align: center;
}

#s-programacao h2 span {
	font-weight: 700;
}

#s-programacao p {
	color: #284032;
	text-align: center;
}

#s-programacao p strong {
	font-weight: 800;
}

#s-visite h2 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #a6ddfa;
	letter-spacing: 0;
	font-size: 80px;
	line-height:90%;
	text-align: center;
	padding-bottom: 5%;
}

#s-visite h2 strong{
	font-weight: 800;
}

#s-visite p{
	text-align: center;
	color: #ffffff;
	line-height: 2;
	margin: 5px 0 !important;
}

#s-visite .meia-tela {
	margin-top: 0;
	margin-bottom: -10px;
	height: auto !important;
	width: 40%;
	margin-left: 10%;
}



#s-visite form select {
	border: none;
	padding: 2%;
	margin-left: 15%;
	margin-right: 15%; 
	font-weight: 600;
	align-items: center;
	margin-bottom: 3%;
	color: #6e6e6e;
	width: 70%;
	/* background: url(./imagens/seta.png) no-repeat 98% 55% #FFF; */
	/* background-size: 20px 10px; */
    font-size: 15px;
    border-right: 20px white solid;
}

#s-visite form select option {
	padding-left: 10px;
}

#s-visite  .marcador-local {
	color: #ffffff;
	font-weight: 300;
	line-height: 140%;
	font-size: 30px;
	padding-bottom: 2%;
}

#s-visite  .marcador-local img {
	margin-top: 5%;
	margin-right: 15px;
	width: 90% !important;
}

.icone-menu {
	display: none;
}

#s-contato h2 {
	color: #DF328C;
	font-weight: 600;
}

#s-fotos {
	background-color: #ecf5f9;
	text-align: center;
}

#s-fotos h2{
	color: #0a3b4c;
}

#s-fotos h3{
	color: #0078a0;
	text-transform: none;
	font-size: 30px;
}
#s-fotos h3 strong{
	font-size: 25px;
}

a.link-amarelo{
	background: rgba(236, 54, 90, 0.5);
	text-decoration: none;
}

.destaque-azul-claro {
	color: #5dbbde !important;
}

.destaque-amarelo {
	color: #ffba54 !important;
}

.caixa-locais .destaque{
	font-style: normal;
}

.destaque {
	font-size: 22px !important;
    color: #ffffff !important;
    text-transform: none !important;
}

.caixa-programacao,
.caixa-locais {
	padding: 7% 1%;
	margin-bottom: -30px;
	width: 92%;
	margin-left: 4%;
	background: #0a3b4c;
	box-shadow: -10px 10px 0 0 rgba(0,0,0,.15);
}

.caixa-locais {
	padding: 0% !important;
	background: transparent;
	box-shadow: initial;
	width: 100% !important;
	margin-left: 0 !important;
}

.caixa-programacao.direita {
	background: #a6ddfa !important;
	
}

.caixa-programacao.direita .aberto .titulo {
	color: #0a3b4c !important;
}

.caixa-locais.mapa{
	background-color: transparent;
	box-shadow: unset;
}

.caixa-locais.mapa img{
	width: 90% !important;
}

.caixa-programacao  p{
	width: 100% !important;
	text-align: center;
	color: #0f365a;
	font-size: 25px;
	font-weight: 300;
}

.caixa-programacao  p strong,
.caixa-locais p strong  {
	color: #F5E2B9;
	text-transform: uppercase;
	font-size: 30px;
}

/*.caixa-locais  p {
	color: #ffffff !important;
	padding: 1% !important;
	margin: 3% 1% !important;
}*/

.caixa-locais p strong {
	font-weight: 800;
	color: #ffce6d;
	font-size: 60px;
	font-style: italic;
	line-height: 1.2;
	margin-top: 10px !important;
	text-align: center;
}

.seta {
	color: #a6ddfa !important;
	font-size: 40px !important;
	padding: 1%;
	padding-top: 2%;
/*	vertical-align: sub;*/
}

.grifado, .negrito{
	text-transform: none;
	color: #ffffff !important;
	font-style: normal !important;
		font-size: 30px !important;
}
.grifado{
	background-color: #0a3b4c;
	padding: 0 2% 0 2%;
	font-weight: 600;
}
 
.negrito{
	font-weight: 800;
}

.caixa-programacao p img {
	width: 17%;
	margin-top: 15px;
}

.caixa-programacao {
	padding: 0;
	font-family: 'Roboto Black', sans-serif;
}

.caixa-programacao .aberto,
.caixa-programacao .fechado {
	display: block;
}	

.caixa-programacao .fechado {
	cursor: pointer;
	padding-top: 30px;
	padding-bottom: 20px;
}	

.caixa-programacao .aberto .titulo {
	background: none;
	padding: 10px 15px;
	color: #ffce6d;
	font-size: 26px;
	font-weight: 200 !important;
}

.caixa-programacao .aberto .titulo em {
	float: right;
	font-style: normal;
	text-transform: uppercase;
}

.caixa-programacao .aberto .lista {
	background: #fff;
	color: #414141;
	padding: 15px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
}

.caixa-programacao .aberto .lista  strong{
	font-size: 22px;
}

.galeria-fotos {
	color: #E9ECE4;
	background: #b8dae9;
	min-height: 50px;
	overflow: hidden;
	width: 450px;
/*	min-height: 640px;*/
	padding: 5px;
	box-shadow: -3px 3px 0 0 rgba(0,0,0,.15);
}

.galeria-fotos h4{
	padding: 100px !important;
	line-height: 50px;
	text-align: center;
}

.galeria-fotos span {
	display: block;
	float: left;
	clear: right;
	padding: 2px 0 0 2px;
	margin: 0;
}

.galeria-fotos ul {
	display: block;
	float: left;
	clear: right;
	padding: 0;
	margin: 0;
}

.galeria-fotos ul li {
	display: inline-grid;
	clear: right;
	list-style: none;
	padding: 0;
	margin: 5px;
	width: 130px;
    height: 120px;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

.galeria-fotos ul li a {
	display: block;
	float: left;
	clear: right;
/*	padding: 5px;*/
	margin: 0;
	min-width: 96px;
	max-height: 190px;

}
.galeria-fotos ul li a img {
	padding: 5px;
	margin: 0;
	max-height: 110px;
	max-width: 120px;
	background: #fff;
}
.galeria-fotos ul li a:hover img{
	border: 2px solid #2dc7f2;
}



.galeria-fotos form {
	display: inline-block;
	/*float: left;*/
	clear: both;
	width: 100%;	
	margin: auto;
	text-align: center;
	white-space: nowrap !important;
	margin-bottom: 5px;		
}

.galeria-fotos form div {
	display: inline-block;
	clear: both;
	margin: auto;
	text-align: center;
	white-space: nowrap !important;
}

.galeria-fotos .s-form {
	display: inline-block;
	/* float: left !important; */
	clear: none !important;
	font-size: 15px;
	margin: 5px auto;
	padding: 5px;
	height: 36px;
	background: #342443;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border: none;
	border-left: solid 2px #EBEBEB;
	border-right: solid 2px #EBEBEB;
	color: #fff;
	white-space: nowrap !important;
}

.galeria-fotos form select, .galeria-fotos form input {
	float: left;
	clear: none;
	border: none !important;
	margin: 5px !important;
	box-shadow: -3px 3px 0 0 rgba(0,0,0,.15);
}

.galeria-fotos .lendo {
	display: block;
	float: none;
	clear: both;
	text-align: center;
	padding: 120px 80px 0 80px;
	height: 280px;
}

.galeria-fotos .lendo img {
	width: 100px;
}

.meia-tela p {
	line-height: 200%;
}

#footer{
	height: 50px;
	background-color: #f0f0f0;
	padding: 0 !important;
}



#lead-fec h1,
#lead-fec h2,
#lead-fec h3,
#lead-fec h4 {
	margin: 20px 0;
}
	
#lead-fec fieldset {
	/*border: 1px solid #fff;*/
	background: #ddd;
	padding: 10px;
	margin-top: 30px;
}	

#lead-fec fieldset legend {
	border: 1px solid #111;
	background: #fff;
	padding: 5px 10px;
	color: #111;
	font-size: 16px;
	font-weight: 500;
}	

#lead-fec > div {
	background: none;
	width: 100%;
	height: auto;
}	

#lead-fec > div form {
	margin: 5%;
}

#lead-fec > div form p {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 10px 0;
}

#lead-fec  > div form  input,
#lead-fec  > div form  button,
#lead-fec  > div form select {
	width: 100% !important;
	min-height: 30px;
	margin: 3px auto;
	background: #fff;
	border: none;
	text-align: lef;
	font-size: 16px;
	line-height: 30px;
	text-indent: 8px;
}

#lead-fec  > div form input[type=radio] {
	width: 25px !important;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}

#lead-fec  > div form label {
	cursor: pointer;
}

#lead-fec  > div form  button,
#lead-fec  > div form select {
	cursor: pointer;
}

#lead-fec  > div form  button {
	background:rgb(121, 121, 121);
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}

#lead-fec  > div form select {
	width: 100% !important;
	padding: 3px 4px !important;
	line-height: 35px;
	text-indent: 0;	
}	

.botao-geral {
	padding: 10px 15px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
}


@media screen and (max-width: 799px) {
	html {
		font-size: 1px !important;
	}
	h1 {
		margin: 10px auto;
		background-size: 42vh !important;
		background-position: 50% 50%;
		width: 100%;
	}
	h2,
	h3 {
		font-size: 50px;
		margin: 0;
		padding-top: 50px;
		max-width: 90%;
	}
	h3 {
		padding-top: 10px;
		padding-bottom: 20px;
	}	
	p {	
		max-width: 85%;
		padding-left: 3%;
		padding-right: 3%;
		margin: 30px 0;
		line-height: 150%;
		font-size: 22px;
	}
	/* iframe {
		width: 100%;
		height: 200px;
	} */
	.wrap,
	.section,
	.inner,
	.subMenu {
		width: 100%;
		max-width: auto;
		min-width: auto;
	}

	.inner {
		padding: 20px;
	}
	
	.section {
		padding: 20px 0;
	}
		
	.subNavBtn {
		clear: both;
		padding-top: 3%;
		padding-bottom: 3%;
		width: auto;
		float: none;
	}

	.barra-menu{
		padding: 0 !important;
	}

	.barra-menu div {
		display: none;
	}
	
	.barra-menu > .inner > img {
		display: block;
		float: none;
		width: 40%;
		padding: 10% 30%;
	}	
	
	.meia-tela {
		clear: both;
		width: 100%;
	}

	#s-home,
	#s-final {
		min-height: 100px;
	}

	#s-home {
		padding-top: 200px;
	}

	.s-banner iframe{
		margin-left: -7%;
	}

	.s-banner a,
	.s-banner img, .faixa img {
	    width: 90% !important;
	    margin-left: 0;
	}

	.faixa img{
		padding-right: 10%;
	}

	/* #s-afec {
		height: 3000px;
		background-size: 80%;
	} */

	#s-programacao h2 {
		font-size: 50px;
		line-height: 50px;
	}

	#s-visite form select {
		margin-left: 10% !important;
		/* margin-right: 0;
		width: 74% !important; */
		background: #ffffff;
	}
	#s-visite h2{
		font-size: 290%;
	}
	#s-visite p{
		line-height: 1.5;
	}
	.seta, .negrito, .grifado{
		font-size: 20px !important;
	}
	#s-visite .marcador-local {
		font-size: 20px;
	}
	
	#s-fotos h3{
		font-size: 20px;
	}

	.logo-menu {
		display: block;
		height: 40px;
		float: left;
		clear: none;
		margin: 15px 0 -60px 15px;
	}
	
	.icone-menu {
		display: block;
		clear: both;
		height: 50px
	}
	
	/* .icone-menu img {
		display: block;
		width: 40px;
		float: right;
		margin-right: 15px;
	} */

	html,
	body {
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: auto;
		overflow-x: hidden;
	}

	#formulario-contato .formulario input,
	.formulario textarea {
		max-width: 70%;
	}

	.subMenu {
		position: fixed;
		/* min-height: 60px; */
		background-position: 26%;
		/* background: url(imagens/fundo.jpg) center no-repeat; */
	}

	.barra-menu a {
		display: block;
		clear: both;
		width: 100%;
		text-align: center;
		font-size: 24px;
	}

	.caixa-programacao {
		width: 82%;
	}

	.caixa-programacao  p{
		float: none;
		clear: both;
		margin: auto;
		width: 100% !important;	
		color: #fff !important;
	}
	.caixa-locais p strong{
		max-width: 90%;
		font-size: 180%;
	}
	.desktop-apenas {
		display: none !important;
	}

	.galeria-fotos{
		/* margin-left: 10%; */
		width: 90%;
	}

	.galeria-fotos ul li{
		width: 160px !important;
		height: 160px !important;
	}

	.galeria-fotos ul li a{
		max-width: 150px !important;
		max-height: 150px !important;
	}

	/* .galeria-fotos ul li a img{
		max-width: 280px;
		max-height: 280px;
	} */
	
}

@media screen and (min-width: 800px) {

	.barra-menu,
	.barra-menu .inner {
		display: block;
		float: none;
		clear: both;
		height: 25px;
	}

/*	.barra-menu > .inner > img {
		height: 28px;
		margin-top: 5px;
	}*/
	
	.barra-menu > .inner > span {
		float: right;
	}
	
	.barra-menu > .inner > span > a.ativo ,
	.barra-menu > .inner > span > a:hover {
		padding-bottom: 7px;
		background: none;
	}
	
	.barra-menu > .inner > span > a.ativo {
		color: #ae7016;
	}	
	
	.subMenu,
	.section,
	.wrap {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	
/*	.subMenu {
		background: url(/2022/fec/imagens/fundo.jpg) center no-repeat;
		background-size: cover;
		height: auto;
	}*/
	
	.subMenu h1, h1 {
		background-size: 67vh;
		background-color: inherit;
	}
	
	.subMenu a p {
		background-size: 15vh;
		background-color: inherit;
	}
	
	.subNavBtn {
		display: block;
		float: left;
		clear: none;		
		margin: 0;
		width: auto;
		white-space: nowrap;
		height: 16px;
		line-height: 100%;
		/*vertical-align: center;*/
	}

	.inner {
		min-width: 800px;
	}
	
	#s-afec img {
		bottom: 0 !important;
		/* margin-bottom: -10%; */
		text-align: center;
	}
	
	.caixa-programacao  p{
		color: #fff !important;
	}	

	#s-fotos .meia-tela {
		width: 100%;
		padding: 0;
		margin: 25px auto;
	}

	.galeria-fotos {
		width: 118%;
		margin-left: -8%;
		min-height: inherit;
		height: 320px;
		margin-top: 20px;
	}

	.galeria-fotos .galeria-fec{
		width: 100px;
	}

	
	.galeria-fotos span.lendo img{
		margin-top: -45px !important;
	}
		
	.mobile-apenas {
		display: none !important;
	}	
	
}



.oculto {
	display: none !important;
}