/* Paisagem */
@media only screen and (max-width:1024px){
.header-top, .header-bot{
	padding-left: 10px;
	padding-right: 10px;
}

#logo a {
	background-size: 175px auto;
	width:175px;
	height:57px;
}

.bloco-logos{
    margin: 0;
}

.bloco-logos .box {
    width: 75px;
	padding: 0 5px;
}

.header-bot{
	height: auto;
	padding: 10px;
	text-align:center;
}

.header-bot .menu-sociais{
	float: none;
	width:100%;
	text-align:center;
	margin-top:10px;
}

.header-bot .menu-sociais li{
	float: none;
	display:inline-block;
}

.header-bot .menu-sociais li a{
	height: 21px;
	line-height: 21px;
}

div.welcome p {
	font-size:29px;
	line-height:39px;
}

.lista-planos li{
	margin: 0 10px;
	width: 30.6%;
	margin-bottom: 20px;
}

.lista-planos li.first{
	margin: 0 10px;
	margin-bottom: 20px;
}

.lista-planos li a{
	width: 100%;
}

.lista-planos li .foto{
	height: auto;
}

.lista-planos li .foto .hover{
	height: 138px;
}

.content{
	padding: 10px;
}

.content .col-left, .content .col-right{
	width: 48%;
}

}
		
/* Retrato */
@media only screen and (max-width:768px){
.header-top{
	padding: 20px 10px;
	text-align:center;
}

#logo{
	float: none;
	margin-bottom:20px;
}

.bloco-logos{
	float: none;
	width: 100%;
	text-align:center;
}

.bloco-logos li{
	float: none;
	display: inline-block;
}

nav.menu{
	margin-top:10px;
	float:none;
}

nav.menu ul{
	text-align:center;
	width:100%;
}

nav.menu ul li{
	float: none;
	display: inline-block;
}

nav.menu li.icon-home a{
	height:10px;
}

.header-bot p{
	width:100%;
	line-height:26px;
}

.header-bot .numeros-fone{
	width: 100%;
	clear:both;
	display:block;
}

div.welcome p{
	text-align:center;
	font-size:19px;
	line-height: 29px;
}

.lista-planos li{
	width: 46.3%;
}

.lista-planos li .foto .hover {
    height: 154px;
}

#footer-index{
	height: auto;
}

footer .box-info{
	background:#33898C;
	clear: both;
    height: auto;
    padding: 20px 10px;
    position: relative;
    top: 0;
    width: 100%;
}

.box-info-top{
	padding-bottom:15px;
}

.box-info-top .contato{
	margin:0;
	width:50%;
}

.whatsapp-box-footer, .whatsapp-box-header{
	margin:0;
	width:50%;
}

.box-info-bottom .footer-social{
	width: 100%;
	float:none;
	text-align:center;
}

.box-info-bottom .footer-social li{
	float:none;
	display:inline-block;
}


#googleMap{
	height: 200px;
}

#fale-conosco-box .col-left{
	display: none;
}

#fale-conosco-box .col-right{
	width: 100%;
}

#contatoForm .box-left, #simulacaoForm .box-left, #contatoForm .box-right, #simulacaoForm .box-right{
	width:100%;
}

.content_form{
	padding: 20px 10px;
}

.content h1{
	height: auto;
	line-height:30px;
	text-align:center;
	padding: 10px 0;
}

.content h1 span{
	display: block;
	clear:both;
	width:100%;
}

.selectbox .select2-container{
	width:150px !important;
}

}