@font-face {
    font-family: "roboto";
    src: url("roboto.ttf") format("truetype");
}
@font-face {
    font-family: "roboto";
    src: url("roboto.ttf") format("truetype");
}
.div-servicos{ 
	background: #1f1b62;
	background: -moz-linear-gradient(left, #1f1b62 20%, #5182f4 100%);
	background: -webkit-linear-gradient(left, #1f1b62 20%,#5182f4 100%);
	background: linear-gradient(to right, #1f1b62 20%,#5182f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1b62', endColorstr='#5182f4',GradientType=1 );
	padding: 8px 25px 2px; width: 100%; color: #fff;
}
.col3 .col-sm-3{
	margin-bottom:35px;
}

.div-servicos h6{ 
	color: #fff;
}

.arcondicionado{
	margin-top:-200px;
}

.marcas-home{
	padding: 70px 0 50px;	
	text-align:center;
}
.borda-btu{
	border-left: 1px solid #fff;
	padding-left: 35px;
} 
.contato-divisor  .form-control{
	display: block;
	width: 100%;
	font-weight: 100;
	padding: 7px 10px;
	font-family: roboto;
	font-size: 16px;
	border-radius: 0;
	line-height: 1.25;
	color: #fff;
	background-color: transparent;
	background-image: none;
	background-clip: padding-box;
   border: 1px solid #fff;
} 
.home-problemas{
	padding: 100px 0 50px;
}

.primeiralinha{
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 6px 0;
	font-size: 14px;
}
.menu-icone{
	font-size: 30px !important;
	float: left;
	border: 1px solid #aaa;
	padding-top: 4px;
	border-radius: 9px;
	margin-right: 11px;
	color: #F7B700;
	width: 40px;
	text-align: center;
	height: 40px;
}
.css-header{
	font-size: 13px;	
	line-height: 1.3;
	color:#333;
}
.css-header b{
	font-size: 14px;
}
.primeiralinha .fa{
	margin-right: 5px;
}
.botao-menu{ 
	border: 1px solid #aaa;
	padding: 0px 10px;
	border-radius: 9px; 
	text-align: center; 
	display: -webkit-inline-box;
  transition: 0.2s ease-in-out;
}
.botao-menu{ 
	color:#333!important;
}

.botao-menu:hover{  
	background-color:#fef7e5;
}
.botao-box{ 
	transition: 0.2s ease-in-out;
	display: -webkit-inline-box;
	border: 1px solid #fff;
	border-radius: 10px;
	text-align: center;
	padding: 5px 40px;
	float: right;
	color: #fff;
} 
.botao-box:hover{  
	background-color:rgba(255,255,255,0.1);
	color: #fff;
}

.botao-menu .fa{ 
	float: left;
	color: #F7B700;
	margin-top: 5px;
	font-size: 26px !important;
}
 
.home-sobre{
	background-image:url('../../img/paginas/sobre.jpg'); 
	background-position: center center; 
	text-align:center;
	font-size: 19px;  
	display:inherit;
	margin: 0;
}
.home-doutor{
	height: 500px;
	margin-top: -54px;
}

.home-contato{
	margin: 24px 0 -70px 0;
	background: #fff;
	box-shadow: 0 0 32px rgba(0, 0, 0, .13);
	padding: 30px 15px;
}

.home-contato .form-control{
	display: block;
	margin-bottom: 11px; 
}
.box-sobre{
	border:1px solid #fff; 
	color:#fff; 
	padding: 40px 160px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;	
}
.divisor-rodape{
	background: #303e93; /* Old browsers */
	background: -moz-linear-gradient(top, #303e93 0%, #0257d6 66%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #303e93 0%,#0257d6 66%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #303e93 0%,#0257d6 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303e93', endColorstr='#0257d6',GradientType=0 );  
	text-align: center;
	font-size: 15px;
	padding: 8px;
	color: #fff;
	width: 100%;
}

.divisor-slide{
	background-color:#F4A72D; 
	height:10px; 
	width:100%;
}
.fonte{
	font-size: 19px;
	font-family: sans-serif;
	font-weight: bold;
	color: #888;
}
.produtos{
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	border: 2px solid rgba(0, 0, 0, 0.05);
	background: rgba(255,255,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(240,240,240,1) 82%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(55%, rgba(255,255,255,1)), color-stop(82%, rgba(240,240,240,1)), color-stop(100%, rgba(240,240,240,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(240,240,240,1) 82%, rgba(240,240,240,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(240,240,240,1) 82%, rgba(240,240,240,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(240,240,240,1) 82%, rgba(240,240,240,1) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(240,240,240,1) 82%, rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=1 );
}

.banner {
	padding:95px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align:center;
}
.banner-sobre {
	background-image: url(../../img/paginas/banner-contato.jpg);
}
.banner-projetos {
	background-image: url(../../img/paginas/banner-contato.jpg);
}
.banner-produtos {
	background-image: url(../../img/paginas/banner-contato.jpg);
}
.banner-servicos {
	background-image: url(../../img/paginas/banner-contato.jpg);
}
.banner-contato {
	background-image: url(../../img/paginas/banner-contato.jpg);
}
.banner h1{
	margin-bottom: 0;
	font-size: 80px;
	color: #fff;
}
.banner b{
	/*text-shadow: 1px 1px 1px #555;*/
	font-family: sans-serif;
	font-size: 18px;
	color: #fff;
} 
.hr-azul{
	height: 3px;
	width: 150px;
	background-color: #00abb4;
	margin: 10px auto 10px auto;
}
.hr-rodape{
	height: 2px;
	width: 100px;
	background-color: #fff;
	margin: 0 0 12px 0;
}
.hr-subtitulo{
	height: 2px;
	width: 50px;
	background-color: #fff;
	margin: 0 0 12px 0;
}  
.contato-divisor{
	/*background-image: url('../../img/paginas/contato-bg.jpg');*/
	background: #1f1b62;
	background: -moz-linear-gradient(-45deg, #1f1b62 20%, #5182f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #1f1b62 20%,#5182f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #1f1b62 20%,#5182f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1b62', endColorstr='#5182f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-family: sans-serif;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; 
	text-align: left;
	padding: 20px 0 0 0;
	line-height: 0.9; 
	color: #fff;
}  
.contato-home{
	background-image: url('../../img/paginas/bg-contato.jpg');
	font-family: sans-serif;
	background-position: center center;
	background-size: cover; 
	text-align: left;
	padding: 100px 0;
	line-height: 0.9; 
	color: #fff;
}

.contato-texto{
	font-size: 28px;
	text-align: right;
	padding: 20px 25px 20px 0;
	border-right: 1px solid #fff;
	font-family: roboto, sans-serif;
}

.orcamento-texto{
	font-size: 28px;
	text-align: left;
	padding: 20px 0 20px 25px;
	border-left: 1px solid #fff;
	font-family: roboto, sans-serif;
}

.bg-orcamento{
	background-image: url('../../img/paginas/bg-home.jpg');
	font-family: arco, roboto, sans-serif;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover; 
	padding: 100px 0 100px 0;
}

.bg-certificados{
	background-image: url('../../img/paginas/bg-sobre.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 50px 0 25px 0;
	font-family: sans-serif;
	background-size: cover; 
	color: #fff;
}

.red-gradiente{
	text-align: justify; 
	padding:0;	
	background: #660000; /* Old browsers */
	background: -moz-linear-gradient(left, #660000 0%, #9e0000 65%, #9e0000 65%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #660000 0%,#9e0000 65%,#9e0000 65%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #660000 0%,#9e0000 65%,#9e0000 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#9e0000',GradientType=1 ); /* IE6-9 */
}

.divisor2{
	background-image: url('../../img/paginas/contato-bg2.jpg');
	font-family: arco, roboto, sans-serif;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	padding: 100px 0;
	line-height: 0.9;
	font-size: 60px;
	color: #fff;
} 

.wpp-menu {
	max-height: 14px;
	margin-top: -5px;
	margin-right: -9px;
	margin-left: 7px;
}
.bd-example{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	font-family: roboto, sans-serif;
}
.bd-example .col-sm-3{
	margin-bottom: 30px;
	text-align:center;
}
.bd-example p{
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 50px;
	line-height: normal;    
	font-family: sans-serif;
}
.rodape{
	color: #333;
	overflow: hidden;
	line-height: 20px;
	padding: 50px 0 60px;
	background-color: #f0f0f0;
}
.rodape a{ 
	color:#fff;
} 
.rodape img{ 
  transition-duration: 0.3s;
} 

.redes-sociais{
	margin-top: 25px;
}
.redes-sociais .fa {
	text-align: center;
	font-size: 20px;
	padding: 12px 0;
	border-radius: 40px;
	margin-right: 5px;
	height: 45px;
	width: 45px;
	border: 1px solid #fff;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.redes-sociais .col-sm-2 {
	padding:0; 
}
.redes-sociais .fa:hover{
	-webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.tab-pane h4{
	color:#00abb4;
} 

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
.galeria-size {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
} 
.grid .col-sm-4, .grid .col-sm-3{
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom:5px;
	margin-top:5px;
	
}
.padding-sm6 .col-sm-6, .padding-sm6 .col-sm-12 {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom:10px
}
.tamanhoimg{
	margin-bottom:30px;
	height:250px;
	width:100%;
	background-position: center;
	background-size: cover;
} 
/*.box-profissionais{
	background-color: #f0f0f0;
	padding: 3px;
	text-align: center;
	font-size: 16px;
	color: #555;
	margin-bottom: -10px;
}
.profissionais-pad .col-sm-3{
	padding-right: 5px;
	padding-left: 5px;
}
.sobre-profissionais{
	background-color: #f6f6f6; 
	padding: 20px 12px; 
	margin:0 0 20px 0;
}
.texto-sobre-profissionais{
	line-height: 1;
	font-size:14px;
}
.sobre-profissionais h4{
	color:#F19800 !important;
}
.texto-agende{
	display: -webkit-box; 
	font-size: 12px;
	margin-top:6px; 
	height: 33px;
}
.item{
	width:100%;
	padding:10px 10px 0 10px;	 
}
.home-areas-img{ 
	height: 214px;
	width: 100%;
	background-size: cover;
	background-position: center top;
}
.owl-carousel h5{
	color:#F19800; 
	margin-top:8px; 
	margin-bottom:-6px;
}

.owl-carousel p{    
	font-size: 13px;
	text-align: justify;
}
.dr-image{
	max-height: 495px;
	margin-top: -415px;
	margin-bottom: -148px;
	z-index: 10;
	position: inherit;
}

.owl-nav{
	z-index:40;
}

.home1{
	background-image: url('../../img/paginas/bg-grupomedbr.jpg');
	padding:50px 0 50px 0; 
	margin: 0
}*/

.sobre-parte3{
	background-image: url('../../img/paginas/sobre-bg.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	padding:60px 0 45px 0;
	overflow:hidden;
}

.menu-fundo{
	-webkit-box-shadow: 0px 0px 27px -5px rgba(85,85,85,1);
	-moz-box-shadow: 0px 0px 27px -5px rgba(85,85,85,1);
	box-shadow: 0px 0px 27px -5px rgba(85,85,85,1);
	background-color: #f0f0f0; 
	margin-bottom: -1px; 
	position: relative;
	z-index: 99; 
}
.top-header{  
	background: #303e93; /* Old browsers */
	background: -moz-linear-gradient(top, #303e93 0%, #0257d6 66%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #303e93 0%,#0257d6 66%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #303e93 0%,#0257d6 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303e93', endColorstr='#0257d6',GradientType=0 ); 
} 
.top-header2{ 
	height:37p;  
	background: #840400; /* Old browsers */
	background: -moz-linear-gradient(top, #840400 0%, #b30000 66%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #840400 0%,#b30000 66%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #840400 0%,#b30000 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#840400', endColorstr='#b30000',GradientType=0 ); /* IE6-9 */
} 

.box-horarios{
	border: 1px solid #dcddde;
	background: #f4f4f4;
	position: relative;
	border-radius: 5px;
	display: grid;
}
.box-horarios-linhas{
	line-height: 60px;
	padding: 0 25px;
	border-bottom: 1px solid #dcddde;
}
.box-horarios-linhas p{
	float: right;
	font-family: serif;
	font-weight: 400;
	font-size: 19px;
	color: #7a7c7d;
	margin-bottom: 0;
}
.box-horarios-linhas h4{
	float: left; 
	font-size: 19px;
	color: #555;
	transition: all 0.5s ease;
	margin-bottom: 0;
	line-height: inherit;
}
.rodape-facebook{
	float: left;
	height: 40px;
	margin-top: 4px;
	margin-right: 25px;
}
.triangulo-topo {
	width: 0;
	height: 0;
	border-bottom: 37px solid #f0f0f0;
	border-right: 32px solid transparent;
}
 
/*.sobre-imagem{
	background-image: url('../../img/paginas/sobre-img.jpg');
	background-position: center center;
	border: 2px solid #888;
	background-size: cover;
	border-radius: 10px;
	margin-top: 15px;
	height: 385px;
}
.sobre-logo{
	float: right;
	height: 160px;
	margin-top: -105px;
	margin-right: -71px;
}

.fundo{
	background-image: url('../../img/paginas/bg-grupomedbr.jpg');
}

.borda-lupa{
	font-size: 40px; 
	border: 1px solid #fff; 
	padding: 20px; 
	border-radius: 50px;
}*/
 
.btn-verde {
	background-color: #98C384;
	border: 1px solid #98C384;
	border-radius: 10px; 
	padding: 5px 15px;
	margin-top: 10px;
	color: #333;
}

.btn-verde:hover { 
	background-color: #699c68; 
	color: #000;
}

.btn-cinza {
	background-color: rgba(200,200,200,0.6);
	border: 1px solid #888;
	border-radius: 3px;
	padding: 5px 15px;
	margin-top: 10px;
	color: #333;
	text-align:center
}
.btn-cinza:hover {
	background-color: #888;
	border: 1px solid #333;
	color: #333;
}
  

.home-contato .form-control {
  display: block;
  width: 100%; 
  padding: 13px 0.75rem;
  font-size: 16px;
  line-height: 1.25;
  color: #495057;
  background-color: #F6F6F8;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #00abb4; 
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.home-contato .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.home-contato .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #aaa;
  outline: none;
}

.segurancatrabalho{
	background-image:url('../../img/paginas/segurancatrabalho.jpg'); 
	background-position: center;
}
.treinamentos{
	background-image:url('../../img/paginas/treinamentos.jpg'); 
	background-position: center;
}
.servico-box{
	width:100%; 
	height: 160px; 
	padding-top:50px; 
	text-align:center;
	opacity: 1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.servico-box:hover, .servico-box:focus{ 
	opacity: 0.8;
}

.servico-box h2{
    color: #fff; 
}
.btn-azul {
  color: #25355a;
	padding: 7px 28px;
	border-radius: 30px;
  border-color: #25355a;
  background-color: transparent;
}

.btn-azul:hover {
  color: #fff;
  background-color: #4c81bb;
  border-color: #4c81bb;
}

.btn-azul:focus, .btn-azul.focus {
  color: #fff;
  background-color: #4c81bb;
  border-color: #4c81bb;
}

.btn-branco {
	color: #fff;
	padding: 11px 28px;
	margin-top: 25px;
	border-radius: 30px;
	border-color: #fff;
	background-color: transparent;
}

.btn-branco:hover {
  color: #fff;
  background-color: rgba(0,0,0,0.4);
  border-color: 333;
}

.btn-branco:focus, .btn-branco.focus {
  color: #fff;
  background-color: rgba(0,0,0,0.4);
  border-color: 333;
}
 
.divisor-azul{ 
	height: 4px; 
	width:180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px; 
	background-color:#002560; 
} 
.box-galeria{
	padding: 80px 0;
}
.box-galeria .col-sm-4{
	padding: 0px 5px;
	margin-bottom:10px;
}
.galeria-cardapio{	
	height: 210px;
	width: 100%;
	/*margin-bottom: 30px;*/
	border-radius: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.galeria-imagens{
	background-size: cover;
	height: 240px;
	width: 100%;
	background-repeat: no-repeat;
} 

.img-rodape{ 
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
	max-width: 312px; 
}


/* SM */
@media (max-width: 991px) {
	.navbar-nav .nav-link { padding: 10px 0 10px 10px; }
	.banner h1 { font-size: 100px; }
	
}
 

/* XS */
@media (max-width: 767px) {	
	.box-sobre{ padding: 40px 20px 40px 20px;}
	.banner h1 { font-size: 54px; }
	.contato-divisor{ padding: 30px 0; line-height: 0.9; font-size: 18px;}
	 h3, .h3 { font-size: 1.5rem;}
	.borda-btu {border-left: none;padding-left:0;} 
	.contato-texto{
		font-size: 23px;
		line-height: 1.1;
		text-align: center;
		border-right: none;
		font-family:  sans-serif;
		padding: 20px 25px 20px 0;
	}
	.arcondicionado{margin-top:-50px;	}

}

@media (max-width: 575px) {
	.home1{	padding:0px 0 50px 0;} 
	h2, .h2 { font-size: 1.8rem; }

}