/*
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', 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(/sites/matao/imagens/logo.png) center no-repeat;
	background-size: 90%;
	background-position: 50% 40%;
	text-indent: -9999px;
}

h2 {
	font-size: 60px;
	line-height: 55px;
	color: #0081B1;
	letter-spacing: 0;
	line-height: 150%;
}

h2 span {
	background: #ED2963;
	color: #fff;
	line-height: 80%;
	padding: 0 5px;
}

h3 {
	font-size: 20px;
	color: #ccc;
	letter-spacing: 1px;
}

p {
	margin: 10px 0;
	line-height: 160%;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	color: #444;
}

p strong {
	font-weight: 500;
}

.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,
.inner-full {
	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;
	overflow: hidden;	
}

.inner-full {
	width: 100%;
	margin: 0 auto;
	padding: 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(/sites/matao/imagens/logo-mini.png) center no-repeat;
	background-color: #111;
}

.barra-menu {
	width: 100%;
	background: none;
	background-color: #0082B3;	
}

.subMenu {
	position: fixed;
	top: 0;
	height: auto;
	z-index: 1000;
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	background: url(/sites/matao/imagens/padrao.png) center repeat fixed;
	background: none;
	background-color: #0082B3;
	margin: auto;
}

.subMenu .inner {
	padding: 0;
	font-weight: 400;
}

.subNavBtn {
	display: block;
	height: 35px;
	width: 12.65%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
}

.subNavBtn.ativo {
	background: #18D2F1;
}

.subNavBtn:hover {
	background: #111;
}

.subNavBtn.linkExterno {
	color: #FFF780;
}

.end {
	margin: 0;
}

.meia-tela,
.meia-tela-full {
	display: block;
	float: left;
	clear: right;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 50px;
}

.meia-tela{
	width: 45%;
	margin-left: 2.5%;
}
.coluna {
	width: 50%;
	float: left;
	display: block;
	clear: right;
}

#formulario-contato .formulario label {
	display: block;
	float: left;
	clear: both;
	padding: 15px 0;
	font-weight: strong;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
}

#formulario-contato .formulario input,
.formulario textarea {
	display: block;
	float: left;
	clear: both;
	padding: 10px 20px;
	margin-top: 5px;
	margin-left: 5%;
	width: 82%;
	max-width: 100%;
	border: none;
	border-bottom: 1px solid #888;
	background: #2f2f2f;
	font-size: 15px;
	color: #888;
}

#formulario-contato .formulario input[type=submit] {
	display: block;
	float: none;
	clear: both;
	background: #2DC7F2;
	color: #444;
	font-weight: strong;
	font-size: 20px;
	width: auto;
	margin: 0 auto;
	border: none;
	cursor: pointer;
}


/* SECTIONS */

#s-home,
#s-final {
	min-height: 500px;
	color: #333;
	padding-top: 150px;
	background-color: #0082B3;	
}

#s-chegamos {
	min-height: 90vh !important;
	background-color: #FFF;
	color: #888;
	padding: 0;
}

#s-chegamos h2 {
	margin-top: 40px;
}
	
#s-chegamos .foto-fachada {
	background: url(/sites/matao/imagens/fachada.jpg) bottom right no-repeat;
	background-size: cover;
	height: 90vh;
}

#s-chegamos .meia-tela {
	margin-top: 2.5%;
}

#s-fotos {
	min-height: 800px;
	background: #FFF001;
	text-indent: 1.5em;
}

#s-fotos h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 200;
	color: #444;
	font-size: 100px;
	text-align: center;
}

#s-fotos p {
	line-height: 200%;
	font-weight: 300;
	font-size: 21px;
	text-align: justify;
}

#s-cursos {
	min-height: 800px;
	background: #E5E5E5;
	
}

#s-visite {
	min-height: 800px;
	width: 100%;
	background: #F0F0F0;
	padding-bottom: 80px;
}

#s-contato {
	min-height: 1080px;
	background: #373737;
	color: white;
}

.subMenu a p {
	display: block;
	height: 25vh;
	background: url(/sites/matao/imagens/seta.png) top center no-repeat;
	background-size: 25%;
	margin: auto;
	margin-top: -25vh;
	padding: 0;
	color: #00ADCB;
	text-indent: -100px;
}

#s-cursos h2 {
	color: #ED2963;
	font-weight: 800;
	font-size: 150px;
	text-align: center;
	font-style: italic;
	letter-spacing: 35px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
}

#s-cursos h2 span {
	font-weight: 700;
}

#s-cursos p {
	color: #444;
}

#s-cursos p strong {
	font-weight: 500;
}


#s-visite h2 {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 800;
	font-style: italic;
	color: #00ADCB;
	letter-spacing: 0;
	font-size: 80px;
	line-height:90%;
}

#s-visite .meia-tela {
	margin-top: 0;
	margin-bottom: -10px;
	height: auto !important;
}

#s-visite form select {
	border: none;
	padding: 3%;
	margin-left: 2%;
	margin-bottom: 0;
	width: 87%;
	background: #fff;
	/*box-shadow: -3px 3px 0 0 rgba(0,0,0,.15);*/
}

#s-visite form select option {
	padding-left: 10px;
}

#s-visite  .marcador-local {
	color: #000;
	font-weight: 500;
	line-height: 140%;
	font-size: 18px;
}

#s-visite  .marcador-local img {
	float: left;
	display: block;
	clear: left;
	margin-top: -5px;
	margin-right: 15px;
	width: 60px;
}

.icone-menu {
	display: none;
}

#s-contato h2 {
	color: #2DC7F2;
	font-weight: 600;
	font-family: 'Roboto Slab', serif;
	line-height: 90px;
	margin-top: 30px !important;
	letter-spacing: 5px;
	font-size: 450%;
}

#s-contato h3 {
	color: #2DC7F2;
	font-size: 25px;
	line-height: 70px;
}

#s-contato h4 {
	color: #eee;
	font-size: 40px;
	line-height: 80px;	
}

#s-contato p {
	color: #eee;
}

a.link-amarelo{
	background: #FFF780;
	color: #444 !important;
	text-decoration: none;
}

.destaque-rosa {
	color: #ED2963;
}

.destaque-azul {
	color: #00ADCB;
}

.caixa-curso,
.caixa-locais {

	padding: 7% 1%;
	margin-left: 2%;
	margin-right: auto;
	margin-bottom: -10px;
	width: 300px;
	background: #fff;
	color: #888;
	box-shadow: -5px 5px 0 0 rgba(0,0,0,.15);
}

.caixa-curso {
	width: 330px;
	height: 450px;
	display: block;
	margin-top: 0;
	margin-bottom: 50px;
}

.caixa-curso:last-child {
	margin-right: 30px;
}

.caixa-curso .texto {
	padding: 10px;
}

.caixa-locais {
	margin-top: 30px;
	padding: 1% 0 1% 3% !important;
	background: #fff;
}

.caixa-curso.azul {
	background: #00ADCB;
}

.caixa-curso  img{
	width: 100%;
}

.caixa-curso  p{
	width: 100% !important;
	text-align: left;
	color: #888;
	font-size: 20px;
	font-weight: 300;
	padding: 0 10px;
	margin: 5px 0;
}

.caixa-curso  p strong,
.caixa-locais p strong  {
	font-family: 'Roboto Condensed', sans-serif;
	color: #EE3363;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800 !important;
	font-style: italic;
}

.caixa-curso  p span {
	font-weight: 500;
}

.caixa-curso  p em {
	font-weight: 400;
	color: #0081B1;
	font-size: 18px;
}


.caixa-locais > p {
	color: #222;
	padding: 1% !important;
	margin: 3% 1% !important;
}

.caixa-locais p em {
	font-weight: 500;
	color: #DD338B;
}

.caixa-locais p strong {
	font-weight: 800;
	color: #DD338B;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
}

.caixa-curso  p img {
	width: 17%;
	margin-top: 15px;
}


.caixa-curso,
.caixa-curso {
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
}

.caixa-curso .aberto,
.caixa-curso .fechado {
	display: block;
}	

.caixa-curso .fechado {
	cursor: pointer;
	padding-top: 30px;
	padding-bottom: 20px;
}	

.caixa-curso .aberto .titulo {
	background: none;
	padding: 10px 15px;
	font-size: 26px;
}

.caixa-curso .aberto .titulo a {
	float: right;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	background: #222;
	padding: 10px 15px;
	margin: -10px -15px -10px 15px;
	cursor: pointer;
}

.caixa-curso .aberto .titulo em {
	float: right;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 0;
}

.caixa-curso .aberto .titulo strong {
	text-transform: uppercase;
	font-weight: 600;
	color: #888;
}	

.caixa-curso .aberto .lista {
	background: #fff;
	padding: 15px;
}

.caixa-curso .aberto .lista  em{
	color: #DD338B;
	font-style: normal;
	font-weight: 500;
}

.caixa-curso .aberto .lista  strong{
	color: #222;
	font-weight: 600;
}

.caixa-curso .aberto .lista  span{
	color: #888;
	font-weight: 500;
}

.caixa-curso.azul .aberto .lista  em{
	color: #00ADCB;
}









/*
.galeria-fotos {
	color: #EBEBEB;
	background: #EBEBEB;
	min-height: 50px;
	overflow: hidden;
	width: 322px;
	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: block;
	float: left;
	clear: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

.galeria-fotos ul li a {
	display: block;
	float: left;
	clear: right;
	padding: 5px;
	margin: 0;
	min-width: 96px;
	min-height: 86px;
	text-align: center;
}

.galeria-fotos ul li a:hover img{
	border: 2px solid #2dc7f2;
	margin: -2px;
}

.galeria-fotos ul li a img {
	padding: 0;
	margin: 0;
}

.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: #2DC7F2;
	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;
}
*/


.galeria-fotos img{
  object-fit: cover;
  width: 330px !important;
  height: 330px !important;
  margin: 40px !important;
  box-shadow: -5px 5px 0 0 rgba(0,0,0,.25);
}

.galeria-cursos {
	margin-top: 50px;
}

.logo-menu {
	cursor: pointer;
}


.meia-tela p {
	line-height: 200%;
	text-align: justify;
	text-indent: 1.5em;
}


/* Swipe plugin */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
}

.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}

.barra-paginacao {
	text-align: center !important;
}

.barra-paginacao img {
	margin: 10px 30px;
}

.faixa-banner {
	background: #aaa !important;
}

.faixa-banner .inner-full {
	text-align: center;
	padding: 30px 0;
}

.centralizar {
	margin: auto !important;
	text-align: center !important;
	align-items: center;
}

@media screen and (max-width: 799px) {
	html {
		font-size: 1px !important;
	}
	h1 {
		margin: 10px auto;
	}
	h2,
	h3 {
		margin: 0;    	
	}
	h2{
		font-size: 250% !important;
	}
	h3 {
		padding-top: 10px;
		padding-bottom: 20px;
		padding-right: 3%;
	}	
	p {	
		/*max-width: 85%;*/
		padding-left: 3%;
		padding-right: 3%;
		margin: 30px 0;
		line-height: 150%;
		font-size: 20px;
	}

	iframe {
		width: 90%;
		height: 250px;
		margin: auto;
		display: block;
		margin-bottom: 30px;
	}

	.wrap,
	.section,
	.inner,
	.subMenu {
		width: 100%;
		max-width: auto;
		min-width: auto;
	}
	
	.inner,
	.inner-full	{
		padding: 0;
	}
	
	.section {
		padding: 20px 0;
	}
		
	.subNavBtn {
		clear: both;
		padding-top: 3%;
		padding-bottom: 3%;
	}
	.subNavBtn.ativo {	}
	
	.barra-menu div {
		display: none;
	}
	
	.barra-menu > .inner > img {
		display: block;
		float: none;
		width: 40%;
		padding: 10% 30%;
	}	
	
	.coluna {
		width: 100%;
		clear: both;
	}

	.meia-tela, .meia-tela-full {
		clear: both;
		width: 100%;
		margin: 0 !important;
	}
	#formulario-contato {
		padding: 0;
	}

	#s-home,
	#s-final {
		min-height: 100px;
	}

	#s-home {
		padding-top: 200px;
	}
	
	#s-fotos h2 {
		margin-top: 70px;		
		font-size: 50px;
		text-align: center;
	}
	
	#s-fotos p {
		line-height: 140%;
		margin: 20px 0;
		font-weight: 400;
	}
	
	#s-cursos h2 {
		margin-top: 30px;
		font-size: 75px;
		line-height: 200%;
		letter-spacing: 12px;
		text-align: center;
	}
	
	#s-cursos p {
		font-size: 18px;
	}	
	
	#s-chegamos h2 {
		font-size: 50px;
	}
	
	#s-chegamos p {
		line-height: 140%;
		margin: 20px 0;
	}
	
	#s-contato h2 {
		margin-top: 50px !important;
	}
	
	.logo-menu {
		display: block;
		height: 34px;
		float: left;
		clear: none;
		margin: 18px 0 -60px 18px;
	}
	
	.icone-menu {
		display: block;
		padding: 15px 15px 5px 0;
		clear: both;
		height: 50px
	}
	
	.icone-menu img {
		display: block;
		width: 40px;
		float: right;
		margin-right: 15px;
	}
	
	/*body, .wrap, .subMenu, .barra-menu {*/
	html,
	body {
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: auto;
		overflow-x: hidden;
	}
	#formulario-contato .formulario input,
	.formulario textarea {
		max-width: 80%;
	}
	.subMenu {
		position: fixed;
		min-height: 60px;
	}
	.barra-menu a {
		display: block;
		clear: both;
		width: 100%;
		text-align: center;
		font-size: 24px;
	}

	.caixa-curso  p{
		float: inherit;
		clear: both;
		margin: auto;
		width: 100% !important;	
		color: #fff !important;
	}
	
	.caixa-curso {
		width: 90% !important;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	#s-chegamos .foto-fachada {
		margin-top: -30px;
		height: 50vh;
		object-position: 50% 50% !important;
	}
	
	.desktop-apenas {
		display: none !important;
	}
	
}

@media screen and (min-width: 800px) {

	.barra-menu,
	.barra-menu .inner {
		display: block;
		float: none;
		clear: both;
		height: 40px;
	}

	.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;
		border-bottom: 5px solid #18D2F1;
		background: none;
	}
	
	.barra-menu > .inner > span > a.ativo {
		border-bottom: 5px solid #DD338B;
	}	
	
	.subMenu,
	.section,
	.wrap {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	
	.subMenu {
		background: url(/sites/matao/imagens/fundo_desktop.jpg) center no-repeat;
		background: none;
		background-color: #0082B3;		
		background-size: cover;
		height: auto;
	}
	
	.subMenu h1, h1 {
		background-size: 75vh;
		background-color: inherit;
	}
	
	.subMenu a p {
		background-size: 15vh;
		background-color: inherit;
	}
	
	.subNavBtn {
		display: block;
		float: left;
		clear: none;		
		padding: 12px 20px;
		margin: 0;
		width: auto;
		white-space: nowrap;
		height: 16px;
		line-height: 100%;
		vertical-align: center;
	}
	
	#s-chegamos img {
		width: 400px;
	}
	
	
	.caixa-curso {
		width: 285px !important;
	}	
	
	.section {
		min-height: 100vh !important;
	}
	
	#s-home.section {
		min-height: 25vh !important;
		height: 25vh !important;
	}

	.meia-tela-full {
		width: 50%;
		margin: 0;
	}

	.meia-tela-direita {
		float: right;
		clear: left;
	}	
	
	.meia-tela.meia-tela-direita {
		margin-right: 5px;
	}
	
	
	.galeria-fotos {
		width: 854px;
		min-height: inherit;
		height: 400px;
		margin-top: 20px;
	}
	
	
	.galeria-fotos span.lendo img{
		margin-top: -45px !important;
	}
	
	
	.mobile-apenas {
		display: none !important;
	}	
	
}



.oculto {
	display: none !important;
}