/* FONTE PARA INTERNET EXPLORER */

@font-face {
    font-family: "Alegreya Sans";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/ie/AlegreyaSans-Light.eot");
}
@font-face {
    font-family: "Alegreya Sans";
	font-style: italic;
	font-weight: 300;
	src: url("../fonts/ie/AlegreyaSans-LightItalic.eot");
}
@font-face {
    font-family: "Alegreya Sans";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/ie/AlegreyaSans-Medium.eot");
}






/* PAGINA */
*{
	margin: 0;
	padding: 0;
	font-family: 'Alegreya Sans';
	-webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
html, body{
	height: 100%;
}
input, textarea{
	outline: none !important;
}
.travado{
	overflow: hidden;
}
.oculto{
	height: 0;
	display: none;
	overflow: hidden;
}
.corpo-externo{
	background: #fff;
}
.corpo-interno{
	display: block;
	position: relative;
	padding: 30px 15px;
}
.logotipo{
	text-align: center;
	margin-bottom: 30px;
}
.logotipo img{
	width: 300px;
	height: auto;
}
.esquerdo{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	text-align: center;
}
.esquerdo label{
	font-weight: 300;
	font-style: italic;
	font-size: 22px;
	color: #666;
}
.esquerdo input[type=text]{
	width: 50%;
	border: solid 1px #ccc;
	padding: 10px;
	font-size: 17px;
	border-radius: 5px;
}
.esquerdo input[type=submit]{
	width: 40%;
	border: none;
	padding: 10px;
	margin: 10px;
	font-size: 18px;
	border-radius: 5px;
	background: #6794bd;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	cursor: pointer;
}
.esquerdo input[type=submit]:hover{
	background: #44546a;
}
.heart{
	background-image: url('../imgs/heart.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 64px auto;
	width: 64px;
	height: 64px;
	display: inline-block;
	margin-top: 20px;
}
.direito{
	display: inline-block;
	width: 49%;
	border-left: solid 1px #ccc;
	text-align: center;
}
.direito img{
	width: 80%;
	height: auto;
	display: inline-block;
}
.rodape-externo{
	background: #44546a;
	padding: 15px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.rodape-interno{
	display: block;
	position: relative;
	margin: 0 15px;
}
.info-left{
	width: 50%;
	display: inline-block;
}
.info-left h2{
	font-weight: 400;
	font-style: italic;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 40px;
}
.info-left h4{
	font-size: 21px;
	font-weight: 400;
	font-style: italic;
	color: #ccc;
	color: rgba(255,255,255,0.7);
}
.info-left h3{
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	color: #fff;
}
.info-right{
	width: 49%;
	display: inline-block;
	text-align: right;
	vertical-align: top;
}
.info-right h2{
	font-weight: 300;
	font-size: 36px;
	color: #fff;
}
.info-right h2 small{
	font-size: 24px;
}
.info-right h3{
	font-weight: 300;
	font-size: 23px;
	color: #fff;
	margin-top: 10px;
}
.info-right h4{
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
	color: #fff;
}
.copyright{
	display: block;
	font-weight: 300;
	margin-top: 10px;
	text-align: center;
	color: #ccc;
	color: rgba(255,255,255,0.6);
}
.extra-externo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #444;
	background: rgba(0,0,0,0.8);
	text-align: center;
}
.extra-interno{
	display: inline-block;
	width: 800px;
	height: 500px;
	background: #fff;
	text-align: center;
	margin-top: 30px;
	position: relative;
}
.extra-fechar:link, .extra-fechar:visited, .extra-fechar:active, .extra-fechar:hover{
	text-decoration: none;
	color: #f98c0e;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px 20px 0 0;
}
.extra-interno h2{
	margin: 20px 10px;
	font-weight: 300 !important;
	font-size: 30px;
	color: #42444b;
}
textarea:focus, input:focus{
	outline: none !important;
}
input[type=text], textarea{
	width: 330px;
	padding: 6px 10px;
    margin: 4px 3px 10px 3px;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 16px;
    resize: none;
}
label{
	color: #999;
	font-size: 17px;
	font-style: italic;
}
input[type=submit]{
	width: 200px;
	padding: 10px;
    display: inline-block;
    border: solid 1px #004262;
    color: #fff;
    background: #1f4e79;
    font-size: 16px;
    cursor: pointer;
}
.form-contador{
	color: #aaa;
	font-weight: 300;
	margin-top: -12px;
	font-size: 15px;
}

/* AJUSTE RESPONSIVO */
@media screen and (max-width: 730px){
	.esquerdo{
		display: block;
		width: 100%;
	}
	.direito{
		display: none;
		height: 0;
		width: 0;
	}
	.info-left, .info-right{
		display: block;
		width: 100%;
		text-align: center;
	}
	.info-right, .copyright{
		margin-top: 20px;
	}
	.extra-externo{
		background: #fff;
	}
	.travado{
		overflow: scroll !important;
	}
	.extra-interno{
		margin: 0;
		width: 100%;
		height: 768px;
	}
	.extra-interno h2{
		margin-top: 60px;
	}
	.rodape-externo{
		position: static;
	}
}
@media screen and (max-width: 400px){
	.extra-interno input, .extra-interno textarea{
		width: 80%;
	}
}