/*selecao mouse*/
	::-moz-selection {
	background:#043896;
	color:#fff;
	}
	::selection {
		background: #043896;
		color: #fff;
	}
/*body bg*/
	body {
		background: url(../img/topo.jpg)no-repeat center top #fff;
	}
/* topo */
	.topo {
		padding-top: 22px;
	}
/*logo*/
	.logo {
		max-width: 284px;
		margin: auto 0 !important;
	}
/*topo email+fone*/
	.topo-contatos {
		margin-bottom: 10px;
		margin-left: auto;
    	margin-top: 10px;
    	max-width: 550px;
		padding: 0;
		
}
/*topo-telefone*/
	.topo-telefone {
		-moz-box-shadow: 0px 6px 100px 0px rgba(53, 44, 38, 0.1);
		-ms-box-shadow: 0px 6px 100px 0px rgba(53, 44, 38, 0.1);
		-o-box-shadow: 0px 6px 100px 0px rgba(53, 44, 38, 0.1);
		-webkit-box-shadow: 0px 6px 100px 0px rgba(53, 44, 38, 0.1);
		box-shadow: 0px 6px 100px 0px rgba(53, 44, 38, 0.1);
		-moz-border-radius: 25px;
		-ms-border-radius: 25px;
		-o-border-radius: 25px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
		border-right: solid 1px #00bae4;
		color: #232424;
		display: inline-block;
		font-family: 'brown_light';
		font-size: 18px;
		height: 50px;
		line-height: 54px;
		padding-right: 18px;
	}	
	.topo-telefone span {
		color: #1eb9e2;
	}
	.topo-telefone img {
		margin-right: 5px;
		margin-top: -15px;
		position: relative;
	}
/*topo-agendamento*/
	.topo-agendamento {
		color: #232424;
		font-size: 20px;
		font-weight: 100;
	}
	.topo-agendamento img {
		margin-right: 25px;
	/*padding-left: 35px;*/
	}
	.topo-telefone:hover, .topo-telefone:focus{
		text-decoration: none;
	}

/*menu*/
	#navegacao {
		border-top: solid 2px #e8e9e9;
		padding-top: 15px;
	}
	.menu a {
		color: #3c2c89;
		font-family: 'akrobatregular';
		font-size: 18px;
    	line-height: 1.2;
    	text-align: center;
		text-transform: uppercase;
		padding-top: 15px;
	}

	.menu a:hover, .menu a:focus {
 		color: #2098D1;	
	}

/*titulos*/
	.titulos h2 {
		color: #fff;
		display: inline-block;
		font-size: 40px;
		font-family: "brown_light";
		letter-spacing: 10px;
		line-height: 2.2;
		padding: 140px 0 0 0;
		margin-bottom: 50px;
	}

/*conteudos*/
	.conteudos {	
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 400;
		line-height: 1.8;
	}	
/*conteudos navegacao*/
	.conteudos-navegacao {
		background: url(../img/detalhe-nav.jpg) repeat-x  center;
		margin-bottom: 40px;
		margin-top: 105px;
		padding: 5px 0;
		width: 100%
	}
	.conteudos-navegacao img {
		padding-top: 10px;
	}
	.conteudos-navegacao a {
		color: #716161;
	}

/*rodape*/
	.rodape{
		background: url(../img/rodape.jpg)no-repeat center bottom #00d2fc;
		padding-bottom:268px!important;
	}	
	.rodape-container {
		margin: 0 auto;
		/*max-width: 1170px;*/
		padding-top: 30px!important;
	
	}	
	.rodape-logo{
		padding-bottom: 27px;
		padding-left: 32px;
	}	
/*localizacao*/
	.localizacao iframe {
		border-top: solid 4px #cd212b!important;}

/*rodape-telefone*/
	.rodape-telefone {
		font-family: 'brown_light';
		font-size: 22px;
		height: 50px;
		line-height: 52px;
		margin-right: 18px;
		padding-left: 10px;
		padding-right: 18px;
	}
	.rodape-telefone span {
		color: #1eb9e2;
	}
	.rodape-telefone img {
		margin-top: -15px;
		position: relative;
		width: 10%;
	}

/*rodape-email*/
	.rodape-email { 
        background-image: -webkit-linear-gradient(bottom, rgb(9,23,135) 22%, rgb(68,164,209) 72%, rgb(105,253,255) 100%);
        background-image: -o-linear-gradient(bottom, rgb(9,23,135) 22%, rgb(68,164,209) 72%, rgb(105,253,255) 100%);
        background-image: linear-gradient(to top, rgb(9,23,135) 22%, rgb(68,164,209) 72%, rgb(105,253,255) 100%);
		color: #fff;
		display:inline-block;
  		font-size: 25px;
 	 	font-family: "brown_light";
 	 	line-height: 1.334;
  		text-shadow: 0px 5px 2px rgba(0, 0, 0, 0.13);
		text-align: center;
 		padding: 20px 0 21px;
		width: 100%;
	}
	.rodape-email a {
		color: #fff;
	}	
	.rodape-email img {
		position: relative;
		margin-right: 15px;
	}

/*endereco*/
	.endereco {
		font-family: 'Roboto';
		font-size: 20px;
		padding-bottom: 25px;
	}
	.endereco a {
		color: #53575d;
		text-decoration: none;
	}
	.endereco span {
		font-size: 25px;
		font-weight: bold;
	}

/*rodape final*/
	.rodape-final {
		background: #f7f7f7;
		margin-top: 6px;
	}

/*ir para topo*/
	.subir {
		background: #000;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		bottom: 10px;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
		-ms-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
		-o-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
		color: #fff !important;
		display: block;
		height: 45px;
		max-width: 45px;
		position: fixed!important;
		left: 3%;
		width: 100%;
		z-index: 10;
	}
	.subir:before {
		content: '\f106'!important;
		font-size: 35px;
		line-height: 42px;
		right: 0!important;
		text-align: center;
		width: 100%;
	}

/*media queries*/
@media screen and (max-width:1199px) {
	.topo-telefone {
		font-size: 15px;
		padding-right: 18px;
		min-width: 186px;
	}

	.nav-link {
		padding: .5rem .5rem;
	}	
	.rodape-container {
		padding-top: 6px!important;}
	}

@media screen and (max-width:991px) {
	.topo .container {
		position: relative;
	}
	.logo {
		max-width: 170px;
		position: relative;
		margin: 0 auto !important;

	}

	.contatos-menu {
		width: 100%;
	}
	.menu a {
		font-size: 18px;
	}

	.titulos h2 {
		padding-left: 15px;
		padding-top: 2px;
	}
	#navegacao {
		width: 100%;
		padding: 0;
	}
	.topo-contatos{
		margin: 10px 50px;
	}

	.rodape-logo{
		max-width: 180px !important;
			margin: 0 auto!important;
	}
	.rodape-telefone {
		font-size: 30px;
		line-height: 35px;
		text-align: center;
	}
	.rodape-telefone img {
		max-width: 45px;
	}
	.rodape-container {
		padding-top: 14px!important;
	}
	.endereco{
		font-size:18px
	}
	.rodape-linha2 {
		margin: 0 auto!important;
		text-align: center;
	}
	
}
/*======= Mobile ======*/


@media screen and (max-width:769px) {
		
	.topo-telefone, .rodape-telefone {
		pointer-events: none;
	}
	/*menu*/
	.menu li:first-child a {
		padding-left: 0;
	}
	.menu li:last-child a {
		padding-right: 0;
	}
	
	body {
		background: none;
	}
	
	#topo {
		background:rgba(225,225,225,0.7) ;
		height: 72px!important;
		position: fixed;
		z-index: 100;
	
	}
	
	.logo {
		max-width: 95px !important;
    	padding: 0!important;
    	margin: 0!important;
    	top: -15px;
	}
	
	
	#navegacao {
		display: none;
		visibility: hidden;
	}

	.topo-contatos {
    	/*max-width: 135px;*/
    	position: absolute;
    	right: 0px;
    	top: -31px;
	}
	
	.mobile-telefone a {
		color: #00a3dd;
	
	}
	.mobile-agendamento {
		margin: 0 auto;
		padding-top: 100px;
	}
	.noticias-vejamais{
		width: 60%;
	}
	
	.ic-menu {
		background: #0051ab;
		-webkit-border-radius: 20% 0% 20% 20%;
		-moz-border-radius: 20% 0% 20% 20%;
		-ms-border-radius: 20% 0% 20% 20%;
		-o-border-radius: 20% 0% 20% 20%;
		border-radius: 20% 0% 20% 20%;
		color: #fff!important;
		cursor: pointer;
		height: 50px;
		opacity: 1;
		position: fixed;
		right: 10px;
		top: 10px;
		transition: all 0.2s ease-in-out;
		width: 50px;
	}
	.ic-menu:focus, .menu-abre:hover {
		color: #fff;
		outline: none;
	}
	.ic-menu:focus:before, .ic-menu:focus:after, .ic-menu:hover:before, .ic-menu:hover:after {
		background: transparent;
	}
	.ic-menu span {
		border: 0 !important;
		clip: rect(1px 1px 1px 1px);
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px !important;
		overflow: hidden;
		padding: 0 !important;
		position: absolute !important;
		width: 1px !important;
	}
	.ic-menu:before {
		content: '\f0c9';
		display: block;
		font-family: 'FontAwesome';
		font-size: 28px;
		height: 22px;
		left: 13px;
		position: absolute;
		top: 9px;
		width: 4px;
	}
	
	.ic-menu:after {
		content: 'MENU';
		font-size: 9px;
		font-weight: 500;
		height: 8px;
		left: 12px;
		position: absolute;
		top: 6px;
		width: 4px;
	}
	.modaal-fullscreen .modaal-close {
		background: transparent!important;
	}
	.modaal-close:before, .modaal-close:after {
		background: #000!important;
	}
	.menu {
		display: block;
		padding-top: 45px!important;
		text-align: center;
	}
	.menu a {
		font-size: 18px;
	}
	#banners{
		display: none;
	}
	.home-titulo {
		padding-left: 20px;
	}
	.rodape {
    	padding-bottom:50px!important;
	}
	.rodape-logo{
		padding-left: 20px;
	}
	.rodape-email{
		font-size: 20px!important;
  		line-height: 1.0;
	}
	.rodape-email img {
		max-width: 30px;
	}
	.rodape-telefone {
		font-size: 25px;
	}
	.rodape-telefone img {
		max-width: 25px;
	}
	.endereco{
		font-size:15px 
	}
	.endereco span {
		font-size:16px
	}
	.titulos h2 {
    	color: #337dbf;
    	font-size: 20px;
    	letter-spacing: 3px;
		text-align: center;
    	padding: 85px 0 0;
  }
}
@media screen and (max-width:767px) {
.topo-contatos {
    max-width: 135px;
    top: -20px;
	}
}

@media screen and (max-width:426px) {
	
	.topo-contatos {
    	left: 150px;
		margin-left: 0;
		right: unset;
	}
	.rodape-telefone {
		font-size: 16px;
	}
	.topo-agendamento {
    	padding-right: 50px;
    	margin-left: -25px;
	}
	
	
}
