/* Mobile Layout: 480px and below. */
input {display: block;}
::-webkit-input-placeholder {color: #525269; }/* WebKit, Blink, Edge */
:-moz-placeholder {color: #525269; }/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {color: #525269; }/* Mozilla Firefox 19+ */
:-ms-input-placeholder {color: #525269; }/* Internet Explorer 10-11 */
::-ms-input-placeholder {color: #525269; } /* Microsoft Edge */


.form_detalhes {
	float: left;
	clear: both;
	width: 90%;
	padding: 20px 5% 20px 5%;
	background: #F6F6F6;
	border: solid 1px #CCC;
}

.whats_detalhes {
	float: left;
	clear: both;
	width: 90%;
	padding: 10px 5% 10px 5%;
	margin-top: 20px;
	border: solid 1px #CCC;
	font-size: 25px;
	text-align: center;
	line-height: normal;
}

.whats_detalhes a {
	color: #1B4073;
}

.whats_detalhes a:hover {
	color: #868D8E;
}

.whats_detalhes span {
	font-size: 30px;
	font-weight: bold;
}

.tit_form_detalhes {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 20px;	
	line-height: 20px;
	color: #1B4073;
	text-align: center;
}

.tit_form_detalhes span { 
	font-weight: bold;
}


.area_form_detalhes {
	float: left;
	clear: both;
	margin-top: 15px;
}

.campo_form_detalhes {
	float: left;
	clear: both;
	width: 97%;
	height: 40px;
	border: 1px solid #CCC;
	padding-left: 3%;
	margin-bottom: 8px;
	font-family: "Larsseit";
	color: #525269;
	font-size: 15px;
}

.campo_form_detalhes:valid {background: #FFF;}
.campo_form_detalhes:invalid {background: #FFF;}

.txt_form_detalhes {
	float: left;
	clear: both;
	width: 97%;
	height: 60px;
	padding-top: 10px;
	padding-left: 3%;
	margin-bottom: 8px;
	border: 1px solid #DFDFDF;
	font-family: "Larsseit";
	font-size: 15px;
	color: #525269;
}

.txt_form_detalhes:valid {background: #FFF;}
.txt_form_detalhes:invalid {background: #FFF;}

.bt_form_detalhes {
	float: right;
	clear: right;
	width: 100%;
	height: 40px;	
	font-family: "Larsseit";
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #1B4073;
	transition: background .5s ease;
	border: 0;
}

.bt_form_detalhes:hover {
    background: #FFCE00;
	color: #1B4073;
}

@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
.whats_detalhes {
	width: 80%;
	padding: 10px 10% 10px 10%;
}
}

@media only screen and (min-width: 768px) {	
.tit_form_detalhes {
	font-size: 25px;	
	line-height: 25px;
}
	
.form_detalhes {
	clear: none;
	width: 60%;
	padding: 20px 2.5% 20px 2.5%;
}

.whats_detalhes {
	float: right;
	clear: right;
	width: 25%;
	padding: 90px 2.5% 90px 2.5%;
	margin-top: 0;
	font-size: 20px;
}
	
.whats_detalhes span {
	font-size: 25px;
}
	
.campo_form_detalhes {
	clear: none;
	width: 27.8%;
	margin-left: 1%;
	margin-right: 1%;
}
	
.txt_form_detalhes {
	width: 94%;
	margin-left: 1%;
}

.bt_form_detalhes {
	width: 35%;
	height: 40px;
	margin-right: 1%;
}
}


@media only screen and (min-width: 1024px) {
.whats_detalhes {
	padding: 85px 2.5% 85px 2.5%;
	font-size: 30px;
}
	
.whats_detalhes span {
	font-size: 35px;
}
}


@media only screen and (min-width: 1280px) {	
.tit_form_detalhes {
	font-size: 22px;	
	line-height: 22px;
}
	
.form_detalhes {
	clear: both;
	width: 95%;
	padding: 20px 2.5% 20px 2.5%;
}

.whats_detalhes {
	float: right;
	clear: right;
	width: 95%;
	padding: 20px 2.5% 20px 2.5%;
	margin-top: 20px;
}
	
.campo_form_detalhes {
	clear: both;
	width: 97%;
	margin-left: 0;
	margin-right: 0;
}
	
.txt_form_detalhes {
	width: 97%;
	margin-left: 0;
}

.bt_form_detalhes {
	width: 100%;
	margin-right: 0;
}
}