
*{
    font-family: 'Titillium Web' !important;
}
body{ color:#606060; }

.content{ max-width:1057px; margin:0 auto; }

.right{ float:right; }
.left{ float:left; }

.formu{ background:#f6f7f8; width: 333px; padding:10px; float:right; }
.banner{ background-size:100% 100%;  width:100%; min-height:349px; margin: 0 0 51px 0; }
.opt{ font-size:10px; }
.titulo-form{ color: #3B4A6F;text-decoration:bold; font-size:18px; }
.form input{ margin:0 0 5px 0; }
.form input[type="radio"]{ margin:0 0 10px 0; }
.direita{ text-align: right; }
.faixa > div:last-child{ text-align: right; }
.text-banner > img { width:70%; }


.destaques > div > img{ width:100%; margin:0 0 0 0; }
.destaques > div > .text{ background:gray; margin:0 0 20px 0; color:#fff; text-align: center; padding:10px 0; font-size:130%; }

.telGeral { float: right;}
.telGeral p { color: #E75923; margin-bottom: 0; padding-left: 20px; position: relative; text-align: right;}
.telGeral p:first-child, .telGeral p:nth-child(2) { font-weight: bold;}
.telGeral p:first-child::before, .telGeral p:nth-child(2)::before { content: ""; left: 0; top: 5px;}
.telGeral p:first-child::before { background: url(/images/whatsapp.png) no-repeat;} 
.telGeral p:nth-child(2)::before { background: url(/images/address.png) no-repeat;}
.telGeral p:nth-child(3) { color: #333;}
.telGeral p sub { bottom: 0;}

/* Start of the media queries */
@media screen and (max-width: 990px) {
    .esque{
    	text-align: center;
    }
    .direita{
    	margin-top:20px;
    	text-align: center !important;
    }
    .faixa > div:last-child{ text-align: center; }
    .faixa > div:first-child{ text-align: center; }
    .formu{ width:100%; }
    .text-banner{ text-align:center; }
    .denti{ text-align:center; }
    .banner{ background-size:inherit; }

    .formu {
        position: static !important;   
            
    }

   

}


/* inputs */
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="number"],
textarea, 
textarea.form-control {
	height: 50px;
    margin: 0 0 10px 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 2px solid #d0d0d0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 50px;
    color: #000;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
	height:100px;
	color:#000;
}

input[type="text"]:focus,
input[type="email"]:focus, 
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus, 
textarea.form-control:focus { outline: 0; background: #fcf8e3; border-color: #ddd;   -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="number"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #000; }
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #000; }
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }

button.btn {
	float: left;
    height: 50px;
    margin-bottom: 50px;
    padding: 0 60px;
    vertical-align: middle;
    background: #4CAF50;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

button.btn:hover  { opacity: 0.6; color: #fff; }
button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
button.btn:focus  { outline: 0; opacity: 0.6; color: #fff; }
button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; color: #fff; }


/* form css */
.form			   { padding:0; }
.form .top         { padding: 0 25px 15px 25px; text-align: left; background: #fff; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; overflow: hidden; }
.form .top .left   { width: 75%;	padding-top: 25px; float: left; }
.form .top .left h1{ margin-top: 0; }
.form .top .right  { width: 25%; padding-top: 5px; font-size: 66px; color: #ddd; line-height: 100px;	text-align: right;	float: left; }

.form .content   { width:100%; padding: 5px 25px 30px 15px; text-align: right; background: #fff; moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }
.form .content form .group { margin-bottom: 15px; }
.form .content form textarea { height: 100px; }
.form .content form .alert-danger { border-color: #ebccd1; background:#fff; }
.form .content form .alert-success { border-color: #d6e9c6; background:#fff; }
.form .content form .alert { text-align:center; background:#f2dede; }
.form .content form .qtd { width:100px; }
.form .content form .telefone { width:200px; }

@media only screen and (max-width : 768px) {
	
	.form .content form .telefone { width:100%; }

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

	.form .content form .qtd { width:100%; }

}