@media screen and (min-width:1400px) and (max-width:2049px) {
	.logo-principal {
	margin-top: 200px;
	}
}
@media screen and (min-width:1400px) and (max-width:2561px) {
	.logo-principal {
    margin-top: 200px;
}
}
@media screen and (min-width:240px) and (max-width:470px) {
	.bemvindo {text-align: center;}
	.topo .col-md-4 img {margin:0 auto;}
	.contatos-top {text-align: center; display: none;}
	.telefone-top {
    background: none;
    padding:0px;
	}
	.localizacao-top {
    background:none;
    padding:0px;
	}
	.menu-fixo .navbar-brand {
    display: block;
    float: left;
    width: 191px;
    padding-top: 0px;
    padding-bottom: 0px;
}
	.menu-fixo .logo-flutuante-res {
    display: block;
    float: left;
    margin-top: 6px;
    width: 100%;
	}
	.menu-fixo .logo-flutuante {
	display: none;
	}
	.navbar-toggle {
    background-color: #fff;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #5f9ec4;
	}
	.nav>li>a {
    background: none;
	}
	.menu-fixo .navbar .navbar-nav {
    float: none;
	}
	.menu-fixo .nav>li>a {
    font-size: 16px;
	}
	.acquaquim h5 {
    text-align: center;
    border:none;
	}
	.acquaquim p {
    text-align: center;
	}
	.boxes-sobre .col-md-4 {
		margin-bottom: 30px;
	}
	.plano ul {
    width: 50%;
	}
	.plano li {
		height: 85px;
		display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: left;
	}
	.footer {
		text-align: center;
	}
	.footer img {margin:0 auto;}
	.copy {text-align: center;}
	.copy img {margin:0 auto;}
	.a2 {text-align: center; margin-top:15px;}
	.endereco-desk {display: none;}
	.endereco-mob {display: block;}
	.slide-desk {display: none;}
	#carouselExampleControls {display: block;}
	

}


@media screen and (min-width:240px) and (max-width:670px) {
	.endereco-desk {display: none;}
	.endereco-mob {display: block;}
}
