body {
	font-family: 'museo-sans-100';
	font-size:14px;
	color:#707070;
	background-color: #FCD3C2;
}

.font-destaque {
	font-size:16px;
}

a:hover, a:focus, a:cliked, a {
	color: #FFF;
}

a {
	color: #FFF;
}

section {
	overflow:hidden;
}

section > div:first-child {
	margin:0 auto;
	width:100%;
	max-width:1030px;
}

img {
	max-width:100%;
}

h1 {
	color: #a84435;
	font-size:28px;
	line-height: 1.5;
}

h2 {
	color: #a84435;	
	font-size: 26px;
	line-height: 1.3;
}

h3 {
	color: #959595;	
	font-size: 28px;
	line-height: 1.2;
}

h4 {
	color: #ded23a;
	font-size:20px;
	line-height: 1.42857143;
}

h6 {
	color: #a84435;
	font-size:18px;
	line-height: 1;
}

.cor-principal {
	color: #a84435;
}

.conteudo ul {	
	padding-left: 0;
}

.conteudo ul li {
	list-style: none;
	line-height: 25px;
	padding-left:10px;
}

.conteudo ul li::before {
	content: '\25CF  ';
	font-size: 27px;
	vertical-align: sub;
	color: #ded23a;
}

.titulo {
	font-size:32px;
	color:#061c3b;
	text-transform:uppercase;
}

.titulo span {
	border-bottom: 2px solid #f4bc16;	
}

.topo {
	color: #ffffff;	
	top: 15px;	 	
	margin-top: -100px;
	z-index:999;
	/*float:right;
	position: absolute; 
	width: 1200px;
	min-height: 200px;*/
}

.logo {
    float: left;	
}

@media (max-width:1200px) {
	.logo img {
	   padding-left: 30px;
	}	
}

.marcador {
	margin-right: 10px;
	margin-left: 10px;
	color: #a84435;
}




.with-padding-top {
	padding-top: 10px;	
}

.with-padding-bottom {
	padding-bottom: 10px;	
}

.with-small-padding-bottom {
	padding-bottom: 20px;	
}

.with-smaller-padding-bottom {
	padding-bottom: 10px;	
}

.with-small-padding-top {
	padding-top: 20px;	
}

.with-small-padding-left {
	padding-left: 25px;	
}

.with-medium-padding-bottom {
	padding-bottom: 50px;	
}

.with-medium-padding-top {
	padding-top: 50px;	
}

.with-big-padding-top {
	padding-top: 150px;	
}

.with-big-padding-bottom {
	padding-bottom: 150px;	
}

.with-padding-left {
	padding-left: 55px;	
}

.with-padding-right {
	padding-right: 55px;	
}

.with-padding-both {
	padding-left: 35px;	
	padding-right: 35px;
}

@media(max-width:767px) {
	.with-padding-left {
		padding-left: 15px;	
	}

	.with-padding-right {
		padding-right: 15px;	
	}
	
	.with-padding-both {
		padding-left: 15px;
		padding-right: 15px;	
	}
}

.bold {
	font-weight:bold;
}

.font-normal {
	font-weight:normal;
}

.imagem, .banner-interno, .banner-interno-sm, .banner-interno-md {
	max-width: 100%;	
}

.banner-interno-sm, .banner-interno-md {
	display: none;
}

@media (max-width: 500px) {
	.banner-interno {
		display:none;
	}
	
	.banner-interno-sm {
		display:block;
	}
}

@media (min-width: 501px) and (max-width: 1000px) {
	.banner-interno {
		display:none;
	}
	
	.banner-interno-md {
		display:block;
	}
}

.text-danger {
    color: #5ec4b3;
	font-family: 'museo-100';
}

.text-inside-modal {
	color: #707070;
}
 
.no-text-decoration, .no-text-decoration:hover, .no-text-decoration:focus {
	text-decoration: none;
}

.rodape {
	background-color: #e5e4e4;
	padding-top:60px;	
	padding-bottom:55px;
	color: #959595;
	font-size: 15px;
}

.rodape-rede-social {
	background-color: #e5e4e4;
	color: #959595;
	font-size: 12px;
}

.text-rodape {
	font-size: 11px;
	text-align:right;
	padding-top: 70px;
	padding-bottom: 20px;
}

@media (max-width:1315px) {
	.text-rodape {
		padding-right: 65px;
	}
}

.rodape-content {
	padding-top: 8px;
}

.text-rodape > a, .text-rodape > a:hover, .text-rodape > a:visited {
	color: #959595;
}

.link-rodape > a, .link-rodape > a:hover, .link-rodape > a:visited {
	text-decoration: none;
	color: #e7e2e2;
}

.telefone-rodape {
	font-size:14px;	
}

.small-padding-left {
	padding-left:25px;
}

.text-white {
	color: #ffffff !important;
}

.img-logo-facebook {
	padding-right: 15px;
}

.img-logo-instagram {
	padding-right: 40px;
}

@media (max-width:400px) {
	.img-logo-instagram {
		padding-right: 5px;
	}	
}

.hidden-default {
	display: none;
}

.text-error {
	font-family: 'museo-sans-300';
    color: #20191b;
	font-weight: bold;
	font-size: 13px;
}

form input[type="text"]:hover, form input[type="tel"]:hover, form input[type="email"]:hover, form input[type="password"]:hover, form select:hover, form textarea:hover {
    border-color: #c4bfbd;
}

form input[type="text"]:focus, form input[type="tel"]:focus, form input[type="email"]:focus, form input[type="password"]:focus,	form select:focus, form textarea:focus {
	border-color: #c4bfbd;
}

form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="password"] {
    padding: 0;
}
form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="password"], form select, form textarea {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 2px #c4bfbd;
    margin: 0;
    font-size: 14px;
    background-color: transparent;
}

form textarea {
	min-height: 9em;
	padding: 1em;
}

.text-enviando {
	color: #20191b;
	font-weight: bold;
	font-size: 24px;
	padding-top:10px;
}

.banner-desktop, .banner-interno-desktop {
	display: block;	
}

.banner-interno-desktop {
		
}

.banner-interno-desktop, .banner-interno-mobile {
	
}

.banner-mobile, .banner-interno-mobile {
	display: none;	
}

@media (max-width: 767px) {
	.text-banner {	
		/*position: absolute;
		width: 100%;*/
		padding-top: 160px;
	}
}

@media (min-width: 768px) {
	.text-banner {
		padding-top: 385px;
	}
}

.text-banner-interno {	
	position: absolute;
	width: 100%;
	padding-top: 100px;
}

@media(max-width:500px) {
	.text-banner-interno {	
		padding-top: 50px;
	}
}

/*@media (max-width: 991px) {
	.text-banner {		
		padding-top: 100px;
	}
}*/

@media (max-width: 767px) {
	.banner-mobile, .banner-interno-mobile {
		display: block;	
		/*min-height: 453px;*/
	}
	
	.banner-desktop, .banner-interno-desktop {
		display: none;	
	}
}

/* botao topo */
#btnTopo {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 30px;
    z-index: 999;
    border: none;
    outline: none;
    background-color: #5fc4b3;
    color: #fff;
    cursor: pointer;
	height:45px;
	width:45px;
	border-radius:12px;
}

#btnTopo:before {
	content:'\25B2';
	color:#fff;
	line-height:15px;
}

/*#btnTopo:hover {
    background-color: #52ab9c;
}*/
/* FIM botao topo */


/* Zoom In #1 */
figure {
	margin: 0;
	padding: 0;
	
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
/* Zoom In #1 */

.no-style, .no-style:hover{
	color: #7d7d7d;
	text-transform:none;
}

.text-destaque {
	font-size: 18px;
}

.box-outside-produto {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.box-produto {
	background-color: #ebebeb;
	padding: 15px;	
	height: 100%;
}

.box-produto a, .box-produto a:hover {
	text-decoration: none;	
}

.box-produto p {
	color: #7d7d7d;
}

.box-produto > h6 {
	padding-top: 10px;	
}

.titulo-produto {
	background-image: url(../img/bg-produto.png);
    background-repeat: repeat-y;
	padding-left: 40px;
	background-position-x: 20px;
}

.swiper-button-prev {
	color: #fff;
}

.swiper-button-prev {
	background-image:url(../img/btn_prev.png);
	background-repeat:no-repeat;	
}

.swiper-button-next {
	background-image:url(../img/btn_next.png);
	background-repeat:no-repeat;
}

.swiper-button-next, .swiper-button-prev {
	top: 25%;
	background-size: 72px 113px;
	width: 72px;
	height: 113px;	
	margin-top: -72px;
}
.carrousel-collection .swiper-container .swiper-slide img {
	border-bottom: 1px solid #acacac;
}

.rodape-text {
	padding-top: 10px;
}

@media (max-width:767px) {	
	.rodape-imagem, .rodape-text {
		text-align: center;
	}
	.rodape-imagem {
		padding-top: 20px;
	}
	
	.box-produto {
		text-align:center;	
	}
}

.row-with-padding {
	padding-left:15px;	
	padding-right:15px;
}

.produto-automacao, .produto-energia {
	background-color: #e0e0e0;
	
	border-radius: 0 0 15px 15px;
	min-height: 183px;
}

.produto-automacao {
	background-image: url(../img/produtos-automacao.png);
    background-position: right;
	background-repeat: no-repeat;
}

.produto-energia {
	background-image: url(../img/produtos-energia.png);
    background-position: right;
	background-repeat: no-repeat;
}

.imagem-titulo-produto {
	float: left;
	padding-left: 50px;
	padding-top: 35px;
}

@media (max-width:767px) {
	.produto-automacao, .produto-energia {
		background-image: none;
	}
}

.display-print {
	display:none; 
}	

.table-produto {
    width: 100% !important;
    max-width: 100% !important;
}

.table-responsive {
	border: none !important;	
}

.row-eq-height {
	margin-right: 0;
	margin-left: 0;
}
@media(min-width: 768px) {
	.row-eq-height {
	  	display: -webkit-box;
	  	display: -webkit-flex;
	  	display: -ms-flexbox;
	  	display:         flex;
	}
}

.carrousel-collection .swiper-container .swiper-slide img {
	max-width:100% !important;
}

.swiper-slide {
	background: transparent;
}

.table-responsive {
	padding-left: 1px;
}

.banner-mobile, .banner-desktop {
    width: 100%;
    height: auto;
}

.swiper-pagination-bullet-active {
	background: #ffca06;
}

.col-20-percent {
    width: 20%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media(max-width:767px) {
	.col-20-percent {
		width: 100%;
		
	}
}

.titulo-home {
	font-size: 30px;
}

.conteudo-home {
	color: #898989;
	font-size: 13px;
}

.rodape-endereco {
	padding-top:15px;	
}

.rodape-telefone {
	padding-top:20px;	
}

.rodape-email {
	padding-top:40px;	
}

@media(max-width:400px) {
	.rodape-email {
		padding-top: 25px;
		font-size: 13px;
	}	
}

@media(min-width:768px) and (max-width:1050px) {
	.div-rodape {
		padding-right: 0;
	}	
	
	.rodape-email {
		/*padding-top: 25px;*/
		font-size: 14px;
		padding-left: 0;
	}
}

.icone {
	padding: 0 10px 10px 10px;
}

.icone-rede-social {
	float:right;
}

.icone-instagram {
	padding:0;
	margin-right:10px;
}

.icone-facebook {
	padding:0;
	margin-right:20px;
}

.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
	padding-right: 0;
}

.conteudo-projeto img {
	max-width: 253px;	
}

.margin-none {
	margin-right: 0px;
	margin-left: 0px;
}

.swiper-button-next, .swiper-button-prev {
	margin-top:0;
}

.conteudo-projeto {
	text-align:left;
	color:#363636;
	font-size:14px;
}

.texto-projeto {
	padding-top: 10px;
	
}

.titulo-projeto {
	color: #eeedeb;
	font-size:24px;
	margin-top: 5px;
}

.titulo-projeto span {
	background-color: #173560;
	padding: 20px 25px 20px 0;
}

.subtitulo-projeto {
	color: #a1a1a1;
}

.background-title {
	background-color:#173560;
	height: 66px;
	width: 34%;
}

.conteudo-projetos {
	margin-top: -76px;	
}

.custom-filter {
    padding: 0;
    text-align: center;
}

.custom-filter li {
    list-style: none;
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 20px;
    background-color: #cccccc;
	text-transform:uppercase;
	border:1px solid #7d8795;
	
}

.custom-filter li a {
    text-decoration: none;
    padding: 10px 35px;
    display: block;
	color:#071f42;	
}


.custom-filter li.selected a {
    color: #ffffff !important;
    background-color: #071f42;
	border:1px solid #071f42;
}

.texto-produto {
	font-size:14px;
	color: #878787;
	text-align:center;
	border: 1px solid #c2c2c2;
	padding: 25px 15px 0 15px;
	margin-bottom:40px;
	height:100px;
}

.conteudo-produto img {
	width:100%;
	height:auto;
}



.imagem-produto {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.imagem-produto:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.bootstrap-filestyle {
	-webkit-appearance: none;
	width: 100%;
	margin: 5px 0;
	font-size: 14px;
	background-color: transparent;
	line-height: 45px;
	height: 45px;	
}

.bootstrap-filestyle .form-control[disabled] {
	background-color: transparent;
	line-height: 45px;
	height: 45px;
}

.group-span-filestyle {
	line-height: 45px;
	height: 45px;
}

.bootstrap-filestyle .group-span-filestyle .btn-info {
	padding-top: 12px;
	padding-bottom: 11px;
	margin-top: 5px;
}

.titulo-na-midia {
	margin-top:30px;	
}

.conteudo-na-midia {
	margin-top:20px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;	
}

.banner-site {
	margin-top: 0;	
	background-image: url(../banner/desktop.png);
	min-height: 889px;
	background-repeat: no-repeat;
	background-position: right;	
}

@media(max-width:767px) {
	.banner-site {
		background-image: url(../banner/mobile.png);
		background-position: right;
		background-attachment: scroll;
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 400px;
	}
}

@media (min-width: 768px) {
	.banner-site {
		margin-top: -170px;	
	}
}

.logo {
	padding-top:20px;
}

.logo-interno {
	padding-top:20px;
	padding-bottom:20px;
}

@media(max-width:1075px) {
	.logo {
		max-width: 65%;	
	}
}

@media (min-width: 768px) {
	.cabecalho-home-interno {
		background-image: url(../img/bg_interno.png);
		background-repeat: no-repeat;
		background-size: cover;
		z-index:10;	
		position: relative;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.cabecalho-home-interno {
		background-image: url(../img/bg_interno_medium.png);
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: cover;
		z-index:10;	
		position: relative;
	}
}

.menu-logo{
	padding-top: 0;
	padding-bottom:0;
	margin-bottom: 0;
}

.titulo-banner {
	font-family: 'museo-100';
	font-size:63px;
	color:#5ec4b3;
	line-height: 65px;
}

@media (max-width: 767px) {
	.titulo-banner {
		font-size: 36px;
		line-height: 36px;
		color:#FFF;
	}	
}

.subtitulo-banner {
	color: #959595;
}

@media(max-width:500px) {
	.br-banner {
		display: none;
	}
}

.btn-banner {
	padding-top: 50px;
	padding-left: 50px;
}

@media(min-width: 381px) and (max-width:409px) {
	.btn-banner {
		padding-top: 25px;
		padding-left: 25px;
	}
}

.titulo-banner-interno {
	font-size:45px;
	color:#959595;
	line-height: 55px;
}

.section-sobre {
	background-color: #FFFFFF;
	color:#707070;
	background-image: url(../img/bg_sobre.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 16px;
	text-align: justify;
}

.section-sobre .titulo-home {
	font-family:"museo-700";
	text-transform:uppercase;
	font-size: 32px;
	color:#252525;
}

@media (max-width: 767px) {
	.section-sobre {
		background-image: url(../img/bg_sobre.png);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	
	.section-sobre .titulo-home {
		padding-top: 50px;
	}
}


.ico-gold {
	color: #f9dd38;
}

.text-sign {
	margin-left: 30px;
}

.ico-sign {
	float: left;
	padding-top: 2px;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	font-family:"museo-300";
	font-size:18px;
	color: #ffffff;
	border-radius:25px;
	background-color: #5fc4b3 !important;
	border:none;
	text-transform:uppercase;
	padding: 15px 30px;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active {
	font-family:"museo-300";
	font-size:18px;
	color: #52ab9c;
	border-radius:25px;
	background-color: #ffffff !important;
	border:none;
	text-transform:uppercase;
	padding: 15px 30px;
}

.rodape-menu {
	padding-left: 0px;
	float:left;
	list-style-type: none;
	font-size:14px;
	text-transform:uppercase;
}

.rodape-menu > li {
	float: left;
}

.rodape-menu li a {
	padding: 10px;
	color: #959595;
}

.titulo-interno {
	font-size:22px;
	color: #576a95;
	font-weight: bold;
}

.detalhes-interno {
	font-size:13px;
	color: #636363;
}

.subtitulo-interno {
	font-size:18px;
	color: #576a95;
	font-weight:bold;
}

.texto-premio {
	font-size:13px;
}

.texto-premio .ico-sign {
	font-size:16px;
	padding-top: 5px;
}

.img-hr {
	background-image:url(../img/img_hr.png);
	background-repeat:repeat-x;
	height:7px;
}

.section-consultorio {
	background-image:url(../img/bg_consultorio.png);
	background-repeat:no-repeat;
	background-size:cover;
	color: #FFF;
}

@media (max-width:767px) {
	.section-consultorio {
		background-image:none;
		background-color: #747474;
	}
}

.section-consultorio a {
    color: #ffde00;
}

.section-consultorio a:hover, .section-consultorio a:focus {
    text-decoration: underline;
}


.section-tratamento {
	background-image:url(../img/bg_tratamento.png);
	background-repeat:no-repeat;
	background-position:top right;
	color: #7d7d7d;
}

@media(max-width: 767px) {
	.section-tratamento {
		background-size: cover;
		background-position:inherit;
	}
}

.section-tratamento a {
	color: #ffde00;
	
}

.section-diagnostico {
	background-color:#8cadae;
	color: #FFF;
}

.section-diagnostico .titulo-interno {
	font-size:40px;
	color: #FFF;
}

.section-diagnostico .subtitulo-interno {
	font-size:22px;
	color: #ffde00;
}

.section-alergia {
	color: #707070;
}

.section-alergia .titulo-interno {
	font-size:40px;
	color: #818285;
	text-transform:uppercase;
	margin-left: 15px;
}

.section-alergia .subtitulo-interno {
	font-size: 22px;
	color: #707070;
	font-weight: normal;
	text-transform:uppercase;
}

.section-tipo-alergia {
	background-image:url(../img/bg_tipo_alergia.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#93b6b7;
	color: #FFF;
}

.section-tipo-alergia .titulo-interno {
	font-size:40px;
	color: #FFF;
	text-transform:uppercase;
}

.section-tipo-alergia .subtitulo-interno {
	font-size:22px;
	color: #ffde00;
}

.img-alergia {
	position: absolute;
	right: -80px;
	top: -100px;
}

.section-tipo-alergia a i {
	color: #f9dd38 !important;	
}

.section-tipo-alergia a:hover {
	color: #FFF;	
}

.section-tipo-alergia a:hover i {
	text-decoration:underline;
}

.tipo-alergia-conteudo {
	background-color: #9ebdbd;	
	border-radius: 40px;
}

.doenca-nome {
	font-size:18px;
	color: #ffde00;
	text-transform:uppercase;
	padding-bottom:10px;
}

.doenca-texto {
}

.text-gold {
	color: #f9dd38;	
}

.section-tipo-alergia a.text-gold, .section-tipo-alergia a.text-gold:hover, .section-tipo-alergia a.text-gold:active {
	color: #f9dd38 !important;	
	text-decoration:none;
}

.a-text-gold, .a-text-gold:hover, .a-text-gold:active {
	color: #f9dd38 !important;	
}

.importancia-tratar .titulo-interno {
	font-size:36px;
	color: #FFF;
	text-transform:none;
}

.importancia-tratar .subtitulo-interno {
	color: #FFF;
}

/*Collapse*/
[data-toggle="collapse"]:before {
display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  transform: rotate(90deg) ;
  transition: all linear 0.25s;
  float: right;
  padding: 10px 0px 10px 0px;
} 
   
[data-toggle="collapse"].collapsed:before {
  transform: rotate(0deg) ;
  padding: 8px 0 0 0;
}


@media(max-width:767px) {
	[data-toggle="collapse"]:before {
		padding: 30px 0px 30px 0px;
 	}
	
	[data-toggle="collapse"].collapsed:before {
	  padding: 30px 0 0 0;
	}
}
/*Collapse*/

.titulo-accordion a {
	font-size:18px;
	color: #ec008c;
	text-decoration:none;
	padding-right: 20px;
	
}

.collapse {
	border: none;	
}

.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border:none;	
}

.panel-default {
	border:none;	
}

.panel-default > .panel-heading {
	background-color:transparent;
}

pre {
	background-color: transparent;
	border: none;
	color: #FFF;
	word-break: normal;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
	font-family: "museo-sans-300";
	color: #FFF;
	font-size: 16px;
	line-height: 1.6em;
}

.panel-body {
    padding: 0 15px 35px 15px;
}

#crianca-alergia {
	background-image:url(../img/crianca_alergia.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	min-height:652px;
}

@media(max-width: 490px) {
	#crianca-alergia {
		min-height: 440px;
		background-size: cover;
		background-position:initial;
	}
}

.contato {
	color: #9ca0a4;
}

.contato a{
	color: #9ca0a4;
}

.contato .titulo-interno {
	text-transform: uppercase;
	font-size: 40px;
}

.ico-contato {
	float: left;
	padding-top: 5px;
}

.text-contato {
	margin-left: 35px;	
	font-size:22px;
}


.input-group-addon {
	background-color:transparent;	
	border: solid 2px #c4bfbd;
	color: #fb4343;
	border-radius:0;
	padding: 0px 12px;
	font-size: 16px;
}

.input-group-addon:last-child {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.titulo-form {
	color: #9ca0a4;
	font-size: 18px;
}

@media(max-width:767px) {
	.rodape-menu > li {
		float: initial;
	}
	
	.rodape-menu li {
		padding-top: 15px;
	}
}

@media(max-width:425px) {
	.fale-conosco-ou-agende {
		display: none;
	}
}

@media (min-width:768px) {
	.quem-somos {
		padding-left: 0;
	}
}

.logo_menu {
	max-width: 150px;
}

.little-padding-right {
	padding-right:2px;	
}

.section-exames {
	font-family: "museo-sans-300";
	background-color: #52ab9c;
	background-image: url(../img/bg_exame.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	color:#FFF;
	font-size: 16px;
	line-height: 1.6em;
}

.section-exames .titulo-home {
    font-family: "museo-700";
    text-transform: uppercase;
    font-size: 32px;
}

.section-exames .subtitulo-home {
	padding-bottom:5px;
	font-family: "museo-500";
    font-size: 22px;
	border-bottom: 2px solid #63ccba;
	color: #FFF !important;
}

.span-observacao {
	font-family: "museo-sans-300";
	background-color: #3b796e;
	padding: 10px 25px;		
	margin-top: 25px;
}

@media(max-width:767px) {
	.div-observacao {
		background-color: #3b796e;
		padding: 10px 25px;
	}
	
	.span-observacao {
		padding: 0;		
	}
}

.section-dicas {
	background-color: #FFFFFF;
	color:#707070;
	font-size: 16px;
	line-height: 1.8em;
}

.section-dicas .titulo-home {
	font-family:"museo-700";
	text-transform:uppercase;
	font-size: 32px;
	color:#5fc4b3;
	line-height: 2em;
}

@media (min-width:768px) {
	.section-dicas .btn-warning {
		padding: 10px 50px;
	}
}

.section-consulta {
	background-color: #ffe6d2;
	color:#707070;
	font-size: 16px;
	line-height: 1.8em;
}

.section-consulta .titulo-home {
	font-family:"museo-700";
	text-transform:uppercase;
	font-size: 32px;
	color:#5fc4b3;
	line-height: 1.2em;
}

.section-consulta .btn-warning {
	font-family: "museo-500";
}
@media (min-width:768px) {
	.section-consulta .btn-warning {
		padding: 5px 70px;
	}
}

.section-contato {	
	background-color: #52ab9c;
	color:#FFFFFF;
	font-size: 16px;
	line-height: 1.8em;
}

.section-contato .div-conteudo {	
	font-family: "museo-sans-300";
}

.section-contato .titulo-home {
	font-family:"museo-700";
	text-transform:uppercase;
	font-size: 32px;
	color:#FFFFFF;
	line-height: 2em;
}

.section-contato .btn-default {
	font-family: "museo-500";
}

@media (min-width: 768px) {
	.section-contato .btn-default {
		padding: 5px 70px;
	}
}

form textarea {
	border-radius:7px;	
}

form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="password"], form select, form textarea,
form input[type="text"]:hover, form input[type="tel"]:hover, form input[type="email"]:hover, form input[type="password"]:hover, form select:hover, form textarea:hover {
	border: 1px solid #51aa9b;
	background-color:transparent;
	padding-left:15px;
	color: #000;
}

form input[type="text"]::placeholder, form input[type="tel"]::placeholder {
	color: #51aa9b;
}

form textarea::placeholder {
	color: #51aa9b;
	font-weight:bold;
}

.form-contato input[type="text"], .form-contato input[type="tel"], .form-contato input[type="email"], .form-contato input[type="password"], .form-contato select, .form-contato textarea, .form-contato input[type="text"]:hover, .form-contato input[type="tel"]:hover, .form-contato input[type="email"]:hover, .form-contato input[type="password"]:hover, .form-contato select:hover, .form-contato textarea:hover {
	border: 1px solid #FFF;
	background-color:transparent;
	padding-left:15px;
}

.form-contato input[type="text"]::placeholder, .form-contato input[type="tel"]::placeholder {
	color: #FFF;
}

.form-contato textarea::placeholder {
	color: #FFF;
	font-weight:bold;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.panel {
	background-color: transparent;	
}

.panel-heading a, .panel-heading a:hover, .panel-heading a:focus, .panel-heading a:active  {
	color: #FFF !important;
	text-decoration: none;
}

.assinatura-fleg {
	color: #FFF;
	font-size:12px;
}

.assinatura-fleg a, .assinatura-fleg a:hover, .assinatura-fleg a:focus, .assinatura-fleg a:active {
	color: #FFF !important;
}

/*.mapa {
	height:auto;
}*/

.mapa > iframe {
	width:100%;
	min-height: 200px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

.section-perguntas-frequentes {
	font-family: "museo-sans-300";
	color: #252525;
	font-size: 16px;
	line-height: 1.6em;
	background-color: #FFF;
}

@media (max-width: 767px) {
	.section-perguntas-frequentes {
		padding-top: 60px;
	}
}

.section-perguntas-frequentes .titulo-home {
	font-family: "museo-700";
	font-size: 32px;
	color: #252525;
}

.section-perguntas-frequentes .subtitulo-home {
	font-family: "museo-300";
	font-size: 20px;
	color: #252525;
	padding-bottom:10px;
	font-weight: bold;
}

@media(max-width:767px) {
	.section-perguntas-frequentes .titulo-home {
		font-size: 27px;
	}
}

@media (max-width: 767px) {
	.btn-banner {
    	padding-top: 0;
		padding-left: 0;
	}
	
	.with-big-padding-top {
		padding-top: 100px;
	}
	
	.with-big-padding-bottom {
		padding-bottom: 100px;
	}
	
	.section-sobre {
    	font-size: 15px;
	}
	
	.section-exames {
		font-size: 15px;
		line-height: 1.4em;
	}
	
	.section-dicas {
		font-size: 15px;
		line-height: 1.4em;
	}
	
	.section-consulta {
		font-size: 15px;
		line-height: 1.4em;
	}
	
	.section-contato {
		font-size: 15px;
		line-height: 1.4em;
	}
	
	.section-perguntas-frequentes {
		font-size: 15px;
		line-height: 1.4em;
	}
	
	.section-perguntas-frequentes .subtitulo-home {
		font-size: 18px;
	}
	
	.section-exames .subtitulo-home {
		font-size: 18px;
		padding-right: 16px;
	}
	
	[data-toggle="collapse"]::before {
		padding: 4px 0 4px 0;
	}
	
	[data-toggle="collapse"].collapsed::before {
		padding: 5px 0 0 0;
	}
	
	.with-small-padding-top-xs {
		padding-top: 20px;
	}
	
	.with-small-padding-bottom-xs {
		padding-bottom: 20px;
	}
}










/*CABECALHO*/
.menu {
	font-size: 16px;
	text-transform: uppercase;
}

/*MENU*/

nav.menu > ul {
    float: right;
    list-style-type: none;
}

nav.menu > ul > li {
    float: left;
}

.marcador {
	
}

nav.menu > ul > li > a {
    cursor: pointer;
    outline: none;
    width: 100%;
	text-decoration: none;
	
}

.logo-mobile {
	display: none;	
}

.logo-mobile img {
    max-height: 65px;
    margin-left: -62px;
}

/*menu-responsivo*/	
@media screen and (min-width: 768px) {
	.menu {
		float: right;
	}
	
	.logo {
		padding-left:0;
	}
}

@media screen and (min-width: 768px) and (max-width:1199px) {		
	.marcador {
    	margin-right: 0;
    	margin-left: 0;
	}
	
}

/*menu-responsivo*/
@media screen and (max-width: 767px) {
	.marcador {
		display:none;
	}
	
	nav ul li{
	  display: block;
	}
	
	.logo {
		display:none;	
	}
	
	.logo-mobile {
		display: inline;	
	}
	
	.banners-rotativos-home {
		padding-top: 62px;
	}
	
	.bg-menu-small {
		display: none;	
	}
	
	.titulo-unidade {
		padding-top: 20px;	
	}
	
	.show-only-mobile {
		display:block !important;
	}
	
	.wrapper {
		text-align: center;	
	}
	
	.nav-toggle {
		float:left;
	}	
}

@media(max-width:767px) {	
	.nav-toggle-home, .nav-menu-home {
		background-color: #FCD3C2;
	}
	
	.banner-site {
		margin-top: 60px;
	}	
}

.menu-item, .menu-item a {
	color: #52ab9c;
}


.icon-menu .line {
	height: 5px;
	border-radius: 6px;
}

.icon-menu .line-1 {
    top: -2px;
}

.icon-menu .line-2 {
    top: 50%;
    margin-top: 0px;
}

.icon-menu .line-3 {
    bottom: -8px;
}

.is-active .icon-menu .line-1 {
	top: 2px;
}

.is-active .icon-menu .line-2 {
    top: 50%;
    margin-top: -2px;
}

.is-active .icon-menu .line-3 {
	bottom: -2px;
}
/*FIM - CABECALHO*/

@media (max-width: 767px) {
	.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
		font-size: 12px;		
		padding: 10px 15px;
	}
	
	.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active {
		font-size: 12px;		
		padding: 10px 15px;
	}	
}

.div-dicas {
	text-align:left;	
}

@media(max-width:767px) {
	.div-dicas {
		text-align:center;	
	}	
}

#accordion-exames {
	clear:both;	
}

/* Reveal on scroll */
.revealOnScroll {
  opacity: 0;
}

.seg1 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.seg2 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.seg3 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.seg4 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.seg5 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

/*.section-sobre {
	margin-top: 250px;	
}*/


*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Content wrapper */

.wrapper {
  width: 94%;
  max-width: 1140px;
  margin: 0 auto;
}

.wrapper-small { max-width: 728px; }

.wrapper-flush { width: 100%; }

/**
 * Navigation
 */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #FCD3C2;
}

/** 
* Nav container 
* 1. Ensure this slides in below parent
* 2. Hide by default
* 3. Smoother scrolling experience on iOS
*/

.nav-container {
  position: fixed;
  top: 65px; /* 1 */
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden; /* 2 */
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); /* 2 */
  -webkit-overflow-scrolling: touch; /* 3 */
}

/* 1. Show when `.is-visible` class is added */

.nav-container.is-visible {
  visibility: visible; /* 1 */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); /* 1 */
}

/* Nav toggle */

.nav-toggle {
  line-height: 1;
  display: inline-block;
  padding: 1.25rem 1rem;
  border: 0;
  background-color: #FCD3C2;
}

/* Nav toggle icon */

.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}

/* Nav toggle icon lines */

.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background-color: #52ab9c;
}

/* Nav toggle icon line 1 */

.icon-menu .line-1 { top: 0; }

/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}

/* Nav toggle icon line 2 */

.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}

/* When active, hide line 2 */

.is-active .icon-menu .line-2 { opacity: 0; }

/* Nav toggle icon line 3 */

.icon-menu .line-3 { bottom: 0; }

/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* Remove default list styles for menus */

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** 
* 1. Give menu a lighter background than its container 
* 2. Prevent menu text from being accidentally highlighted
*/

.nav-menu {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;         /* 2 */
}

/* Darker background color on hover, and when toggled */

/* 1. Menu links are block level, by default */

.nav-menu .menu-link {
  display: block; /* 1 */
  text-decoration: none;
  color: #444;
  padding: 0.75rem 1rem;
}

/* 1. Menu items with dropdowns appear clickable */

.has-dropdown {
  position: relative;
  cursor: pointer; /* 1 */
}

/* 1. Parent menu links inlined so you can toggle the dropdown */

.has-dropdown > .menu-link { display: inline-block; }

/* 1. Add an icon to menu items that have sub menus */

.has-dropdown:after {
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  content: "+"; /* 1 */
  color: #222;
}

/* 1. Switch icon to n-dash when toggled */

.has-dropdown.is-active:after { content: "\2013"; /* 1 */ }

/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */

.nav-dropdown {
  display: none; /* 1 */
  background-color: #c0c0c0;
}

/* 1. Show dropdown when toggled */

.has-dropdown.is-active > .nav-dropdown { display: block; /* 1 */ }

/* 2nd level dropdown */

.nav-dropdown .nav-dropdown { background-color: #aaa; }

.nav-dropdown .menu-item { border-color: #a0a0a0; }

.nav-dropdown .nav-dropdown .menu-item {
  background-color: #b0b0b0;
  border-color: #909090;
}

/* Main content area */

.content { margin-top: 60px; }

.content .wrapper { padding: 1rem 0; }

@media (max-width: 767px) {
	.nav-menu .menu-item {
	  -webkit-transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
	  transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
	  padding: 20px 20px 20px 25px;  
	}
}

 @media (min-width: 768px) {


.nav,
 .nav-container,
 .nav-container.is-visible {
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nav-container,
 .nav-container.is-visible {
  visibility: visible;
  height: auto;
  min-height: 0;
  overflow-y: visible;
}

.nav-toggle { display: none; }

/* 1. Display menu items inline */

.nav-menu > .menu-item,
 .nav-menu > .menu-item.is-active {
  display: inline-block; /* 1 */
  background-color: transparent;
  border: 0;
}

/* Remove bottom border on last child */
.nav-menu > .menu-item:last-child { border: 0; }

.nav-menu .menu-item {
  -webkit-transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out; 
}

/* Remove +/- icons */
.has-dropdown:after { content: "" !important; }

/* Add a caret to top-level menu items that have dropdowns */
.nav-menu > .has-dropdown:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  content: "";
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #444 transparent transparent transparent;
}

/* Increase padding to compensate for caret */
.has-dropdown > .menu-link { padding-right: 2rem; }

/* Re-style dropdowns for larger screens */
.nav-dropdown {
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  margin: 0;
  padding: 0.5rem 0;
  background-color: #dedede;
  box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.25s,  opacity 0.25s linear;
  transition: visibility 0s linear 0.25s,  opacity 0.25s linear;
}

.has-dropdown:hover > .nav-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-dropdown .menu-item { border: 0; }

.nav-dropdown .nav-dropdown {
  z-index: 9998;
  top: 0;
  left: 100%;
}

.content { margin-top: 0; }
}

.nav-menu {
    background-color: #FCD3C2;
}

.menu-item {
	font-family:"museo-500";	
}

@media (min-width: 768px) {
	.nav {
		background-color: transparent;	
	}
	
	.nav-menu {
		background-color: transparent;	
	}
	
	.nav-container {
		padding: 0;
		position: relative;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		float: right;
		font-size: 15px;
	}
	
	.nav-container {
		padding: 0;
		position: relative;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		float:right;
		font-size: 15px;
	}
	
	.nav-container ul {
		padding: 0;
		margin-top: 60px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
	}
	
	.nav-container li {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
	}
	
	.nav-container li a {
		padding: 10px 6px;
		color: #252525;
		font-size: 15px;
	}
}

@media(min-width: 991px) {
	.nav-container li a {
		padding: 10px;
		font-size:16px;
	}
}

.whatsapp-fixo {
    position: fixed;
    z-index: 10000000;
    right: 30px;
    bottom: 15px;
    font-size: 3.5em;
}

.whatsapp-fixo img {
	width: 50px;
}

.whatsapp-color {
    color: #32b445;
}
