/*===================
  GERAL
=================== */
body{
	font-family:"Helvetica", Arial, "sans-serif";
	font-weight: normal;
	font-size: 26px;
}
div.bloco h2{
	text-align: center;
	font-size:24px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 20px;
}

div.bloco h3{
	text-align: center;
	font-size:26px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 20px;
}
div.bloco p{
	font-size: 19px;
	color: #313131;
	margin-bottom: 30px;
	line-height: 28px;
}
div.bloco ul{
	font-size: 19px;
	color: #313131;
	margin-bottom: 40px;
	margin-left: 20px;
}
div.bloco ul li{
	margin-bottom: 10px;
}
div.quadro{
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}
div.quadro div.mini{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

a.botao{
	font-size: 20px;
	border:1px solid #313131;
	border-radius: 34px;
	text-align: center;
	padding: 10px 30px;
	background-color: #ffffff;
	color:#313131;
	height: auto;
}

a.botao.pequeno{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding: 0;
	border-radius: 17.5px;
	width: 260px;
}

span.pbrk{
	clear: both;
	display: block;
}

/*===================
  HEADER
=================== */
a.logo{
	float: left;
    position: relative;
}
a.logo img{
	width: 62px;
}

div.menu{
	float: right;
	display: block;
}
div.menu.stt{
	display: block;
}
div.menu ul{
	list-style-type: none;
}

div.menu ul li{
	display: inline;
	list-style-type: none;
}
div.menu ul li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	height: 90px;
	line-height: 90px;
	padding: 0 30px;
}
div.menu ul li a.selected{
	font-weight: bold;	
}
a.amenu{
    position: relative;
	float: right;
	color: #ffffff;
	height: 60px;
	width: 60px;
	background-image: url("../img/menu.png");
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	margin-top: 15px;
}
div.menuTop-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	display: none;
	height: calc(100%);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
}
/*===================
  BODY
=================== */
div.videos.mbl{
	display: none;
}
div.videos.dkt iframe{
	margin-top: 80px;
	width:100%; 
	aspect-ratio: 16 / 9;
}

div.videos.mbl iframe{
	margin-top: 80px;
	width:100%; 
	aspect-ratio: 9 / 16;
}

/*===================
  AQUECE
=================== */
div.aquece{
	width: 100%;
	position: relative;
	height: 390px;
}
div.aquece div.fq{
	width: 33.3%;
	float: left;
	height: 390px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

div.aquece div.fq.aquece1{background-image: url("../img/aquece1.jpg");}
div.aquece div.fq.aquece2{background-image: url("../img/aquece2.jpg");}
div.aquece div.fq.aquece3{background-image: url("../img/aquece3.jpg");}
div.aquece div.fq.aquece4{
	background-image: url("../img/aquece4.jpg");
	display: none;
}


/*===================
  SOCIAL
=================== */
div.bloco.redes .quadro{
	padding-top: 100px;
	padding-bottom: 46px;
	text-align: center;
}


div.instagram{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch	
}
div.instagram a{
	height: 240px;
	background-size: cover;
	background-position: center;
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
}

/*===================
  PADRAO
=================== */
div.faixa_padrao{
	background-image: url("../img/padrao.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 240px;
}

/*===================
  FOOTER
=================== */

div.footer{
	background-color: #e3e3e3;
	padding-top: 48px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items: normal;
	align-content: normal;
}
div.footer a{
	color: #000000;
	text-decoration: none;
}
div.footer a:hover{
	text-decoration: underline;
}
div.ftbshell{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items: normal;
	align-content: normal;
}
div.footer .ftb {
	padding-bottom: 40px;
}
div.footer .ftb.ft1 {
	width: 450px;
}
div.footer .ftb.ft2 {
	width: 334px;
}
div.footer .ftb.ft3 {
	width: 182px;
}
div.footer .ftb h2 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 20px;
}
div.footer .ftb p {
	font-size: 16px;
	line-height: 24px;
}

div.footer2{
	text-align: center;
}
div.footer2 p{
	font-size: 18px;
	padding: 25px;
	
}
/*===================
  RESPONSIVE
=================== */

@media (max-width : 1240px){
	div.quadro{
		padding-left: 40px;
		padding-right: 40px;
		max-width: 100%;
	}
}

@media (max-width : 1100px){
	div.footer .ftb.ft1 {
		width: 320px;
	}
}
@media (max-width : 1050px){	
	div.aquece div.fq{
		width: 50%;
	}

	div.aquece div.fq.aquece3{display: none;}
	
}
@media (max-width : 1000px){
	
	a.amenu{
		display: block;
	}
	div.menu{
		background-color: #000000;
        position: absolute;
        left: 0;
        right: 0;
        top: 200px;	
		display: none;
	}
	div.menu.stt{
		display: block;
	}
	div.bloco div.menu ul {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	div.menu ul li a {
		display: block;
		height: 45px;
		line-height: 45px;
	}

	div.ftbshell{
		flex-wrap: wrap;
	}
	div.footer .ftb.ft1 {
		width: 100%;
		max-width: 430px;
	}
	div.footer .ftb.ft2 {
		width: 100%;
	}
	div.footer .ftb.ft3 {
		width: 100%;
	}
	
	div.instagram a.i6{display: none;}
}
@media (max-width : 900px){

	div.videos.dkt{
		display: none;
	}
	div.videos.mbl{
		display: block;
	}
	span.pbrk{
		clear: none;
		display:inline;
	}
}

@media (max-width : 820px){
	div.instagram a.i5{display: none;}	
}

@media (max-width : 750px){
	div.instagram{
		flex-wrap: wrap;
	}
	div.instagram a{
		min-width: 50%;
	}
}

@media (max-width : 700px){

	div.aquece .dica h3{font-size: 26px;}
	div.aquece .dica p{font-size: 16px;line-height: 20px;}

	div.aquece div.fq{
		width: 100%;
	}

	div.aquece div.fq.aquece2{display: none;}
	
}

@media (max-width : 440px){
	div.footer .ftb p{
		text-align: left;
	}
}