/*
Theme Name: Consultorio COC
Author: DeLima
Description: Tema para o site
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800&display=swap');

body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color:#212121;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    overflow-x: hidden;
}
.off{
	display:none;
}
.on{
	display:block;
}
a,
a:hover{
	text-decoration: none;
}
.container-fluid{ padding: 0;}
.esconde{
    opacity: 0;
}
.visible{
    opacity: 1;
}
::selection {background-color:#0089cf; color:#fff;}
::-moz-selection{background-color:#0089cf; color:#fff;}

header{
	width: 100%;
	background: rgba(255,255,255,0.6);
	height: auto;
	z-index: 1000;
	position: fixed;
}
a.linkmenu{
	background: #2b6196;
	color:#fff;
	border:1px solid #2b6196;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	padding: 6px 18px;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	margin-left: 10px;
	transition: all .3s;
	border-radius: 30px;
	cursor: pointer;
	float: right;
}
a.linkmenu:hover{
	background: #e7e7e7;
	color:#2b6196;
}
nav.menu ul{
	padding: 0;
	margin-bottom: 0;
	float:right;
	margin-top: 10px;
}
nav.menu ul li{
	list-style: none;
	display: inline-block;
}
nav.menu ul li a{
	color: #2b6096;
	font-size: 15px;
	padding: 10px 8px 4px 8px;
	line-height: 28px;
	text-transform: uppercase;
	border-bottom:1px solid transparent;
	font-weight: bold;
}
nav.menu ul li a:hover,
nav.menu ul li a.active{
	border-bottom:2px solid #2b6096;
}
nav.menu ul li.linkesp{
	display: none;
}
.logo{
	padding: 5px 0px;
}
.logo img{
	width: 100%;
	height: auto;
	max-width: 200px;
	transition: all .3s;
}
#menu.menufixo{
	opacity: 0.9;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	width: 100%;
}
#menu.menufixo:hover{
	opacity: 1;
}
#menu.menufixo a img{
	max-width: 200px;
	width: 100%;
	height: auto;
	transition: all .3s;
}
#menu.menufixo a.linkmenu{
	font-size: 12px;
    margin-top: 5px;
    height: 35px;
    line-height: 21px;
}
.menu_icon{
	display: none;
	float: right;
	background: #fff;
	padding: 7px 10px;
	text-transform: uppercase;
	color: #2b6096;
	font-size: 21px;
	position:absolute;
	font-weight: 700;
	top:-25px;
	right: 0px;
	border:1px solid #2b6096;
	z-index: 1000;
}
.menu_icon:hover{
	cursor: pointer;
}
.menu_icon.active{
	background: #2b6096;
	color: #fff;
}
.banner{
	background-image: url(images/banner3.jpg);
	background-position: center bottom;
	padding-top: 140px;
	min-height: 90vh;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.banner h1{
	font-weight: 800;
	text-align: center;
	font-size: 54px;
	color: #2b6096;
	margin-top: 80px;
	text-transform: uppercase;
}
.banner h2{
	text-align: center;
	font-size: 36px;
	color: #000;
}
.banner p{
	color: #000;
	max-width: 600px;
	margin: 0 auto
}
a.link-cta{
	background: transparent;
	color:#2b6096;
	border:1px solid #2b6096;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	padding: 6px 18px;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	transition: all .3s;
	border-radius: 5px;
	cursor: pointer;
}
a.link-cta:hover{
	background: #2b6096;
	color:#fff;
}
a.link-cta2{
	color:#fff;
	border:1px solid #fff;
}
a.link-cta2:hover{
	background: #fff;
	color:#2b6096;
}
a.link-cta3{
	color:#000;
	border:1px solid #000;
}
a.link-cta3:hover{
	background: #000;
	color:#fff;
}
.sobre{
	background-image: url(images/fundoluz.jpg);
	background-position: center bottom;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
h2.titulo{
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
}
h2.titulo span{
	font-weight: 800;
	color: #2b6096;
}
h2.titulo2{
	color: #000;
}
img.imgescudo{
	width: 100%;
	height: auto;
}
.descontos{
	background:#fdfdfd;
	padding: 100px 0 0 0;
	text-align: center;
}
.descontos img.imgescudo{
	margin-top: 40px;
}
.parafamilia{
	background:#e4e1e1;
	padding: 100px 0 100px 0;
	text-align: center;
}
.jcarousel-wrapper {
    margin: 20px auto 35px auto;
    position: relative;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
    z-index: 100;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0px;
}
.jcarousel li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.jcarousel-control-prev,
.jcarousel-control-next, 
.jcarousel-control-prev2,
.jcarousel-control-next2 {
    position: absolute;
    top: 40%;
    margin-top: -25px;
    text-align: center;
    color: #2b6196;
    text-decoration: none;
    width: 88px;
    height: 88px;
    z-index: 100;
    font-size: 40px;
}
.jcarousel-control-prev i,
.jcarousel-control-next i{
}
.jcarousel-control-prev,
.jcarousel-control-prev2{
    left: -90px;
}
.jcarousel-control-next,
.jcarousel-control-next2 {
    right: -90px;
}
a.jcarousel-control-prev:hover,
a.jcarousel-control-next:hover,
a.jcarousel-control-prev:focus,
a.jcarousel-control-next:focus {
    color: #2b6196;
}

.carroselplay{
	border: 1px solid #9f9f9f;
	margin: 4px;
}
.carroselplay img{
	width: 100%;
	height: auto;
}
.carroselplay h5{
	background: #9f9f9f;
	color: #fff;
	font-size: 20px;
	padding: 12px 4px;
	margin: 0;
}


.paraveiculo{
	padding: 100px 0 60px 0;
	text-align: center;
	position: relative;
	min-height: 80vh;
}
.veiculos{
	position: absolute;
	left: 5vw;
	bottom: 0;
	width: 45vw;
}
img.imgmoto{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90%;
	height: auto;
}
img.imgcarro{
	position: absolute;
	bottom: 0;
	left: -80px;
	width: 90%;
	height: auto;
	animation-delay: 0.5s;
}
.boxcobert{
	position: relative;
	color: #fff;
	background: #000;
	min-height: 120px;
}
.boxcobert h5{
	position: absolute;
	background: #535353;
	padding: 10px;
	width: 80%;
	text-align: center;
	margin-left: 10%;
	top: -30px;
	height: 60px;
	text-transform: uppercase;
}
.boxcobert p{
	padding: 40px 15px 15px 15px;
	margin: 0;
}
.assistencia{
	background-image: url(images/bgassistencia.png);
	background-position: center bottom;
	padding: 80px 0;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	text-align: center;
	color: #fff;
}
.assistencia h2{
	color: #fff;
}
.assistencia ul{
	padding: 0;
}
.assistencia ul li{
	width: 40%;
	display: inline-block;
	margin: 10px 4% 0 4%;
	background:rgba(0,0,0,0.2);
	color: #fff;
	border: 1px solid #fff;
	text-transform: uppercase;
	padding: 10px;
}
.aplicativo{
	padding: 100px 0 60px 0;
	text-align: center;
	position: relative;
}
.aplicativo h4{
	font-size: 32px;
	margin-top: 70px;
}
.aplicativo a:hover{
	opacity: 0.8;
}
.btntipo1{
	background: transparent;
	color:#000;
	border:1px solid #000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	padding: 6px 18px;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	transition: all .3s;
	border-radius: 5px;
	cursor: pointer;
}
.btntipo1:hover{
	background: #000;
	color:#fff;
}

.sempadd{
	padding-left: 0px;
	padding-right: 0px;
}
.logos{
	margin-bottom: 25px;
}
.logos img{
	width: 30%;
	margin: 5px;
}
.depoimentos{
	background: #f9f9f9; 
	padding: 80px 0;
	text-align: center;
}
.depoimento{
    padding: 20px 20px 20px 20px;
    background:#fff;
    margin: 10px;
}
.depoimento h4{
	text-align: center;
	font-weight: 900;
	color: #2b6196;
}
.depoimento p{
	min-height: 150px;
}
.foto-depo{
	width: 120px;
	height: 120px;
	bottom: -60px;
	right: 0;
	left: 0;
	margin: 0 auto 20px auto;
}
.foto-depo img{
	border-radius: 50%;
}
.parceiros{
	padding: 60px 0;
	text-align: center;
}
.parceiros img{
	width: 100%;
	height: auto;
}
.logosparceiro{
	padding-top: 60px;
}

.rodape{
	background-image: url(images/rodape.jpg);
	background-position: center center;
	padding: 100px 0;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.rodape img{
	max-width: 212px;
    width: 100%;
    height: auto;
}
.rodape h4{
	color: #fff;
	font-size: 15px;
	margin-top: 0;
	padding-top: 0;
	text-align: left;
	line-height: 200%;
}
.rodape h4 span{
	font-weight: 800;
}
.rodape a{
	color: #fff;
}
.social a{
	font-size: 20px;
	color:#2b6196;
	float: right;
	margin: 0px 0 0 5px;
	padding:0px 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	background:#eee;
	border-radius: 100%;
	border: 1px solid #2b6196;
}
.social a:hover{
	background:#2b6196;
	color: #fff;
	border: 1px solid #fff;
}
.rodape ul{
	list-style: none;
	padding: 0;
	float: right;
	margin: 0;
}
.rodape ul li{
	display: inline-block;
	margin: 5px 5px;
}
.rodape ul li a{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.rodape a:hover{
	font-weight: 800;
}
.rodape p{
	font-size: 13px;
}
footer{
	color: #fff;
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #fff;
}

img.imgresp{
	width: 100%;
	height: auto;
}
.tarjeta{
	height: 110px;
}
.interna h1{
	background-image: url(images/rodape.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
	font-weight: 800;
	font-size: 44px;
	text-transform: uppercase;
	padding: 80px 0;
	margin: 0;
	text-align: center;
	margin-bottom: 30px;

}
.pagina h2{
	font-weight: 700;
}
.pagina h4{
	font-size: 17px;
}
.contentpage{

}
.box-benef h2{
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
}
.mb50{
	margin-bottom: 50px;
}
.protection{
	text-align: center;
	padding: 40px 0;
}
.protection img{
	margin-top: 20px;
	margin-bottom: 20px;
}
.box-benef a h3{
	display: block;
	background: #ee9300;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 18px;
}
img.parceiro{
	border-bottom: 2px solid #ee9300;
	margin-bottom: 20px;
}
.cotform .form-control{
	height: 50px;
}
textarea.form-control{
	height: 210px !important;
	resize: none;
}
.mapa{
    overflow:hidden;
    position:relative;
    height: 200px;
}
iframe{
    left:0;
    top:0;
    height:250px;
    width:100%;
    margin-bottom: 20px;
}
.imgpost img{
	width: 100%;
	height: auto;
}
.internapost h4 a{
	font-weight: 700;
	color: #2b6196;
}
.formhome{
	position: absolute;
	padding: 30px 15px;
	background: #f0f0f0;
	text-align: center;
	top: 35vh;
	z-index: 100;
}
.formhome .form-control{
	height: 50px;
	border:none;
	border-radius: 0;
}
.formhome input[type=submit]{
	color: #fff;
	background: #ee9300;
	height: 50px;
	display: block;
	width: 100%;
	border:none;
	font-weight: 900;
	text-transform: uppercase;

}
.ctahome{
	padding: 20px 0;
	background: #2b6196;
}
.ctahome h2{
	color: #fff;
}
.cocoen{
	box-sizing:border-box;
	cursor:pointer;
	line-height:0;
	margin:0;
	overflow:hidden;padding:0;
	position:relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.cocoen *{box-sizing:inherit}
.cocoen ::after,.cocoen ::before{box-sizing:inherit}
.cocoen img,.cocoen picture>img{max-width:none}
.cocoen>img,.cocoen>picture>img{display:block;width:100%}
.cocoen>div:first-child,picture .cocoen>div{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:50%}
.cocoen-drag{background:#fff;bottom:0;cursor:ew-resize;left:50%;margin-left:-1px;position:absolute;top:0;width:2px}
.cocoen-drag::before{
	border:3px solid #fff;
	content:'';
	height:30px;
	left:50%;
	margin-left:-7px;
	margin-top:-18px;
	position:absolute;
	top:50%;
	width:14px
}
.clareamento{
	background: #efefef;
	padding: 40px 0;
}
.clareamento h2.titulo{
	margin-bottom: 30px;
	margin-top: 0;
}
.dicas{
	background: #c9e2ef;
	padding: 40px 0;
}


.mapa{
    overflow:hidden;
    padding-bottom:20%;
    position:relative;
    height:0;
}
.mapa iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.pagina .mapa{
	height: 400px;
}
.sempadding{
	padding: 0;
}
.contato{
	background: #4376a9;
}
.text-contato{
	padding: 20px 30px 0 30px;	
	text-align: center;
}
.text-contato h2, 
.text-contato h2 span, 
.text-contato p{
	color: #fff;
}
.text-contato textarea.form-control{
	height: 90px !important;
}
.form-control{
    border: 1px solid #4276a9;
	border-radius:0;
}
.service{
	width: 100%;
	height: auto;
}
.hover-zoom {
  float: left;
  margin: 0;
  height: 240px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  text-align: center;
}
.hover-zoom:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #2b6196;
	opacity: 0.6;
	display: block;
	position: absolute;
	top: 0;
	z-index: 0;
}
.hover-zoom:hover {
  background-size: 110%;
}
.hover-zoom:hover:before{
	opacity: 0.8;

}
.hover-zoom h3{
	font-weight: 900;
	color: #fff;
	position: relative;
	z-index: 3;
	height: 30px;
	margin-top: 105px;
	transition: all .3s;
}
.hover-zoom:hover h3{
	margin-top: 45px;
}
.hover-zoom p {
	display: none;
	color: #fff;
	padding: 0 30px;
	position: relative;
	z-index: 3;
}
.hover-zoom:hover p {
	display: block;
	color: #fff;
}
.servicos{
	text-align: center;
	padding: 0 0 60px 0;
}

.equipe{
	border: 1px solid #ccc;
	padding: 20px 50px;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 3px solid #2b6196;
}

.equipe{
	border: 1px solid #ccc;
	padding: 20px 50px;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 3px solid #2b6196;
}
.equipe img{
	width: 100%;
	height: auto;
	border-radius: 30px;
}
.sempadright{
	padding-right: 0;
}
.sempadleft{
	padding-left: 0;
}
.tratamento{
	border: 1px solid #ccc;
	padding: 20px 50px;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 3px solid #2b6196;
}


.fotogal img{
	width: 100%; 
	height: auto;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 3000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.areavantagem{
	background: #2b6096;
	padding: 15px;
	margin-bottom: 15px;
	color: #fff;
	text-align: center;
	min-height: 100px;
}

.wp-block-video video{
	max-width: 400px !important;
	min-width: 400px !important;
}

/*		Responsive CSS 		*/
@media (max-width: 767px) {
	.banner h1{
		font-size: 40px;
	}
	.jcarousel-control-prev{
    	left: 0px;
	}
	.jcarousel-control-next{
	    right: 0px;
	}
	.jcarousel-control-prev, .jcarousel-control-next, .jcarousel-control-prev2, .jcarousel-control-next2{
		top: -30px;
	}
	.menu_icon{
		display: block;
	}
	nav{
		width: 100%;
		float: none;
		position: absolute;
		top:10px;
		left: 0;
		display: none !important;
		z-index: 100;
	}
	nav.show{
		display: block;
	}
	nav.menu ul {
		background: #cecece;
	}
	nav.menu ul li{
		display: block;
	}
	nav.menu ul li:last-child a{
		border:none;
	}
	nav.menu ul li a,
	nav.menu ul li:last-child a{
		color: #000;
		text-transform: uppercase;
		padding: 15px 0px;
		border-bottom: 1px solid #fff;
		border-right: none;
		display: block;
		width: 100%;
		text-align: center;
		background:none;
		border-radius: initial;
		font-weight: normal;
	}
	nav.menu ul li a:hover{
		background: #005994;
	}
	.formhome{
		position: relative;
		top: auto;
	}
	.paravoce{
		padding-bottom: 200px;
	}
	.veiculo1, 
	.veiculo2{
		max-width: 80vw;
	}
	.contatohome{
		background-position: center left;
		background-attachment: auto;
	}
	.banner{
		background: #efefef;
	}
	nav.menu ul{
		float: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	nav.menu ul li a {
		font-size: 11px;
	}
	.jcarousel-control-prev{
    	left: 0px;
	}
	.jcarousel-control-next{
	    right: 0px;
	}
	.jcarousel-control-prev, .jcarousel-control-next, .jcarousel-control-prev2, .jcarousel-control-next2{
		top: -30px;
	}
	a.linkmenu{
	    padding: 6px 5px;
		font-size: 12px;
	    margin-top: 5px;
	    height: 35px;
	    line-height: 21px;
	}
	a.linkmenu2{
	    line-height: 11px;
	}
	.formhome{
		position: relative;
		top: auto;
	}
	.paravoce{
		padding-bottom: 200px;
	}
	.banner{
		background: #efefef;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.jcarousel-control-prev,
	.jcarousel-control-prev2{
	    left: 0px;
	}
	.jcarousel-control-next,
	.jcarousel-control-next2 {
	    right: 0px;
	}
	.jcarousel-control-prev, .jcarousel-control-next, .jcarousel-control-prev2, .jcarousel-control-next2{
		top: -30px;
	}
}
@media (min-width: 768px) {
	.col-lg-15 {
	    position: relative;
	    min-height: 1px;
	    padding-right: 10px;
        width: 20%;
        float: left;
	}
}
