/*Theme Name: Dr Diego Heredia
Version: 1.0
Author: Vila
*/

*{
	outline:none!important
}

#slider{
	margin-bottom:0!important
}
 

@keyframes animarMargem {
    0% { bottom: -25vh; }
    100% { bottom: -28vh; }
}

 

.img-barco{
	position: absolute;
	right:0;
	bottom: -25vh;
	height:auto;
	width:65%;
	animation: animarMargem 3s infinite alternate ease-in-out;
}


 
.head-fix{
	width:100%;
	position: fixed;
 	left:0;
	box-shadow: -1px 3px 20px #00000038; 
	 background:#fff;
	 z-index:999;
	 transition: all 0.5s;
	 top:-100px;
}
 .header{
 	 padding: 10px 0;
     width:100%;
	 position: relative;
	 top:0;
	 left:0;
	 z-index:99;
     transition: all 0.5s;
	 background:#000;
	font-size:12px!important
  }
  .header .col-sac-head img{
 	width:auto!important;
	height:30px!important;
	margin-right:10px;
  }
 
  .header .redes{
 	justify-content: end;
  } 
  .header .redes span{
 	color:#fff!important;
	font-size:13px!important
  }  
  .header .inl-redes img{
 	width:auto!important;
	height:20px!important;
  }
 
 .link-btn{
	 cursor:pointer;
 }
 
 
 
 .nav-via{
	 font-size:13px;
	 font-weight:300;
 	 padding: 0 20px;
	 margin:0 20px 0 0
 }
 
  
 
 .session-produtos{
 	 padding: 120px 0;
 }
  .session-produtos h2{
 	 font-size:38px;
	 font-weight:300;
 } 
 .session-produtos h2 b{
 	 color:#1f4578;
	 font-weight:600;
 }
 
 
 
 .session-sobre{
	 padding: 80px 0;
  }
 .session-sobre img{
	 border-radius:12px;
	 border: solid 1px #ddd
 }
 .p-left-5{
	 padding-left:50px
 }
 
 .session-marcas{
	 padding: 80px 0;
  }
 
 
 .img-produto{
	 display:flex;
	 width:100%;
	 height:250px;
	 overflow:hidden;
	 align-items:center;
	 justify-content:center;
	 border: solid 1px #ddd;
	 padding:50px 30px;
 }
 
 
 
 .session-produtos .swiper-button-prev , .session-produtos .swiper-button-next{
	top:35%!important;
}
 
 
  
 .nav {
     list-style:none;
     padding: 0;
	justify-content: center;
}
 .nav .menu-item a{
     display: inline-block;
     padding: 0 10px;
     font-weight:300;
     color:#333;
     font-size:13px;
	 letter-spacing:1px;
  }
 .nav .menu-item a:hover{
     color:#333;
}
 

 
  
	
	
.swiper-button-prev , .swiper-button-next{
	top:49%!important;
	width:40px!important;
	height:40px!important;
	border-radius:100%!important;
	color:#fff!important;
	background:#124EE8!important;
 	align-items:center!important;
	justify-content:center!important
}


 .swiper-pagination{
    width:100%;
     bottom:-20px;
     left:0;
 }
 .swiper-pagination-bullet{
    margin: 0 5px;
     width:10px!important;
     height:10px!important;
     background:#ccc;
     border:none!important
}
 .swiper-pagination-bullet-active{
    background:#1f4578!important
}
 .iframe iframe{
     width:100%;
     height:450px;
}

.row-center{
	align-items:center;
}
 
 .content-int{
     padding: 50px 0;
     position: relative;
     background-size:100%;
 }
 .bread{
     padding: 0 0 0 0;
     font-size:13px;
     font-family:arial;
     color:#888 ;
      margin: 0 0 30px 0 
}
 .bread a{
     color:#888 
}
 .bread a:hover{
     color:#888 
}
 .bread i{
     color:#888;
     font-size:10px;
     margin: 0 10px 
}
.bread ul{
     list-style:none;
     display: inline-block;
     padding:0;
     margin:0 
}
 .bread ul li{
     display: inline-block 
}
 .sidebar h3{
     padding:20px 0;
     font-size:21px;
}
 .title-page h1{
     font-weight:400;
     font-size:35px;
     padding: 0 20px 20px 0px;
     color:#000 
}
 




.session-footer{
	 padding: 50px 0 ;
	 border-top: solid 1px #ddd;
 }
.session-footer h2{
	margin-bottom:20px;
 }
 .session-footer h2 span{
	font-size:22px;
	display:block;
	font-weight:300;
 }
.session-footer a img:hover, span img:hover{
	transition: all 0.5s;
	opacity:0.5
 }
  
 
 .copy{
	padding:10px 0;
	font-size:12px;
 } 
 .copy a{
 	font-size:12px;
	color:#000
 }
 
 .max-img img{
    max-width:100%;
     height:auto
}
 .img-full img{
    width:100%;
     height:auto
}

  .ic-menu{
 	   display: inline-block;
	   font-size:20px;
 	   color:#fff;
}
.close-menu{
	 background: url(images/close.svg) center center no-repeat;
   background-size:cover;
   display: inline-block;
   width:25px;
   height:25px;
 }


.icon-mobile{
	filter: invert(1);
}

.nav-mobile{
	background:#000;
	padding:60px;
	color:#fff;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:99999;
	transition: all 0.5s;
	left:-100%;
}
.nav-mobile .link-head {
   display: block;
    padding: 20px 20px;
    font-size: 16px;
    text-align: center;
    border-bottom: solid 1px #444;
}
.nav-mobile  .redes, .nav-mobile .linkmmob {
    justify-content: center;
}
.nav-mobile  .redes {
    zoom:0.8
}
.ic-close-menu{
	font-size:20px;
	color:#fff;
}



 .seta-up{
     display:none;
     position: fixed;
     width:50px;
     height:50px;
     font-size:25px;
     text-align:center;
     color:#fff;
     padding: 5px 0 0 0;
     border-radius:100%;
     background-color: rgba(0,0,0,0.5);
     z-index:9999;
     right:2%;
     bottom:120px;
     cursor: pointer;
}
 .wpcf7 span{
     width:100%;
}
 .wpcf7 label{
     width:100%;
     font-size:12px;
     margin: 0 0 5px 0;
     display:block
}
 .wpcf7 p{
     font-size:12px;
     margin: 0 0 5px 0;
     display:block ;
	 line-height:initial!important;
}
 
 .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"],.wpcf7 input[type="date"]{
     width:100%;
     border-radius:0;
     border: none;
     border-bottom: solid 1px #fff;
     padding:0;
     background: transparent;
	  margin: 10px 0 20px 0;
	  color:#fff;
}
 .wpcf7 input[type="submit"]{
     padding: 8px 20px ;
     width:auto;
     float:right;
     border-radius:50px;
     border:none;
     background:#3185D3;
     cursor: pointer;
     color:#fff;
     font-weight:400;
     font-size:14px;
     display: inline-block;
     margin: 10px 0 0 0;
     text-align:center;
     transition: all 0.5s 
}
 input:focus{
    outline:none
}
 textarea:focus{
    outline:none;
}
 .wpcf7 textarea{
     width:100%;
     resize:none;
     border-radius:0;
     padding:15px;
	 height:120px;
	 border:none;
     background: transparent;
	   border-bottom: solid 1px #fff;
}
 @-webkit-keyframes movimento-seta-vila {
     from {
         bottom: 90px;
    }
     to {
         bottom: 80px;
    }
}
 #seta{
     color:#999;
     position: absolute;
     left:0;
     right:0;
     margin: 0 auto 0;
     bottom: 90px;
     width:30px;
     font-size:30px;
     height:50px;
     z-index:9;
     cursor: pointer;
     -webkit-animation-name: movimento-seta-vila;
     -webkit-animation-duration: 0.7s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-direction: alternate;
}
 



 
 
 .redes{
      
}
 .redes a{
     display : inline-block;
	font-size:16px;
 	 margin: 0 6px;
     border-radius:100%;
	 color:#1f4578;
} 
.inl-redes a:nth-child(1){
     margin-left:10px; 
}
 .redes a img{
    width:auto;
	height:35px;
} 
 


 @media screen and ( max-width:768px ) {
	 body, html{
		 overflow-x:hidden;
	 }

	
}
 @media screen and ( max-width: 480px ) {
    .img-session-2{
		 position: relative!important;
		 top:0!important;
		 left:0!important; 
		width:100%!important; 
		height: auto!important;
	 }
	 
	 .block-color {
 		padding: 50px!important;
		width: 100%!important;
	}
	 .session-4 {
		padding: 50px 40px;
	}
	 
		.session-5{
			padding:80% 0 20px 50px!important;
		 }	 
		 
		.session-5 .link-btn {
				width: 83%!important;
 			} 
		 
		 
		 .logo-iot {
			position: relative!important;
			right: 0!important;
			bottom: 5%!important;
			width: 100%!important;
			z-index: 9!important;
			padding: 30px 33% 20px 6%!important;
		}
		 
}
 
 .session-2{
	 position: relative;
 	 color:#fff;
  } 
  
		
 .img-session-2{
	 position: absolute;
	 top:0; 
	 left:0; 
	width:auto; 
	height: 100%
 }
 
 .session-2 p{
	 font-size:22px;
	 line-height:41px;
	font-family: "Playfair", serif;
 } 
 .session-22{
	 position: relative;
 	 color:#fff;
	  background: #181B26;
	  font-size:22px;
	 line-height:;
	font-family: "Playfair", serif;
 }
  .session-22 h4{
	 font-size:82px;
	  color: #EDA200;
 	  line-height:81px;
 }
 
 
  .session-2:before{
	 position: absolute;
	 top:0;
	 left:0;
	 height:50%;
	 width:100%;
	 content:"";
	 background: #2D2D2D;
	 z-index:-1;
 } 
 .session-2:after{
	 position: absolute;
	 bottom:0;
	 left:0;
	 height:50%;
	 width:100%;
	 content:"";
	 background: #181B26;
	 z-index:-1;
 }
 
 .color-dourado{
	 color:#EDA200;
 }
 
 
 
 .session-3{
	 position: relative;
 	background: #181B26;
	 color:#fff;
  } 
 
 .session-3 p{
	 font-size:22px;
	 line-height:41px;
	font-family: "Playfair", serif;
	 
 }
 
 .session-5{
	  font-size:16px;
 	font-family: "Playfair", serif;
	color:#fff;
	font-style: italic;
	min-height:100vh;  
	padding:15% 0;
 }
  .session-5 .link-btn{
	width:70%;
	height:auto;
 }
 
 .logo-iot{
	 position: absolute;
	 right:8%;
	 bottom:5%;
	 width:140px;
	 z-index:9;
 }
 
 
 .block-color{
	 box-shadow: 0 0 8px #00000080;
	 padding: 80px;
    background: hsla(41, 100%, 26%, 1);

background: linear-gradient(180deg, hsla(41, 100%, 26%, 1) 0%, hsla(41, 100%, 46%, 1) 100%);

background: -moz-linear-gradient(180deg, hsla(41, 100%, 26%, 1) 0%, hsla(41, 100%, 46%, 1) 100%);

background: -webkit-linear-gradient(180deg, hsla(41, 100%, 26%, 1) 0%, hsla(41, 100%, 46%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#875C00", endColorstr="#EDA200", GradientType=1 );
    position: relative;
    margin-top: 40%;
    right: 0;
    width: 171%;
    z-index: 1;
    border-radius: 8px;
 }
 
 
 
  .session-4{
	 position: relative;
 	background: #181B26;
	 color:#fff;
	  font-size:21px;
	 line-height:41px;
	font-family: "Playfair", serif;
	height:100vh;
	display:flex;
	align-items:center;
  } 
  
  
  
  
  
 @media screen and ( max-width: 768px ) {
	 .content-int {
		padding: 40px 30px;
	}
	h1{
		font-size: 32px;
	}
 }
 @media screen and ( min-width: 1024px ) {
      
  
.efect{
	transition:all 0.6s;
 	opacity:0;
}
.efectimg img{
	padding:40%;
	opacity:0;
	transition:all 0.6s;
}
.efectimgacxtive img{
	padding:0%!important;
	transition:all 0.6s;
	opacity:1!important;
}



.efectX{
	transition:all 0.6s;
	filter: blur(30px);
	opacity:0;
	position: relative;
 }
.efectimgno{
	transition:all 0.6s;
	filter: blur(0px)!important;
	opacity:10!important;
 }
}



.session-iot{
	background:#000;
	color:#fff;
	font-weight:300;
	position: relative;
	margin-top:-2px;
	overflow:hidden;
}



#slider-iot {
  display: flex;         
  list-style: none;
  padding: 15px 0;
  margin: 0;
  animation: slide 20s linear infinite;
}




#slider-iot li {
  flex: 0 0 auto;         
  padding: 0 0;   
   display: inline-flex;
  align-items:center;
}
#slider-iot li img{
 width:auto;
 height:50px;
 display: inline-block;
 margin: 0 20px;
}
#slider-iot li span{
 padding: 10px 0 0 0;
 display: inline-block;
 color:#fff;
 transition: all 0.5s;
}
 #slider-iot li span:hover{
 color:#f1f1f1;
 transition: all 0.5s;
}
 

/* animação */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* move metade da largura */
  }
}


.joinchat__button, .joinchat__header, .joinchat__open{
	background-color: #875C00!important ;
	background: linear-gradient(0deg, rgba(135, 92, 0, 1) 0%, rgba(201, 158, 0, 1) 100%)!important;
}
.joinchat__button{
	display: flex!important;
	align-items:center;
	justify-content:center;
	zoom: 0.9;
}
.joinchat--chatbox .joinchat__button{
	display: none!important;
}
.joinchat__button:after {
  background: url(images/ic-whats.svg) center center no-repeat;
   background-size:cover;
   width:30px;
   height:30px;
   opacity:0.7;
   content:"";
   position: absolute;
   z-index:1;
}



.btn-color{
	color:#fff!important;
	border-radius: 50px;
	padding: 10px 40px;
	font-size:13px;
	background: #875C00;
	background: linear-gradient(16deg, rgba(135, 92, 0, 1) 0%, rgba(199, 156, 2, 1) 100%);
}
 .btn-color i{
	display: inline-block;
	margin: 0 10px;
}
 
 
 
 .session-depoimentos {
    position: relative;
    background: #181B26;
     font-size: 21px;
    line-height: 41px;
    font-family: "Playfair", serif;
     display: flex;
	 padding:0px 0 50px 0;
 } 
.item-depoimentos {
     box-shadow: 0 0 8px #00000080;
	 padding: 40px;
    background: hsla(41, 100%, 26%, 1);
	background: linear-gradient(180deg, hsla(41, 100%, 26%, 1) 0%, hsla(41, 100%, 46%, 1) 100%);
	background: -moz-linear-gradient(180deg, hsla(41, 100%, 26%, 1) 0%, hsla(41, 100%, 46%, 1) 100%);
	background: -webkit-linear-gradient(180deg, hsla(41, 100%, 26%, 1) 0%, hsla(41, 100%, 46%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#875C00", endColorstr="#EDA200", GradientType=1 );
	position: relative;
     border-radius: 8px;
}

.item-tratamento{
	margin-left:25px;
	padding: 40px;
	border-radius:12px;
	border: solid 1px #ccc;
	color:#000;
	display:block;
	position: relative;
	transition: all 0.5s;
	background:#fff;
}
.item-tratamento:hover{
	background:#ddd;
	border: solid 1px #ddd;
	transition: all 0.5s;
	color:#000;
}


.item-tratamento h5{
	font-size:16px;
	font-weight:400
}
.item-tratamento:before{
	width:50px;
	height:50px;
	position: absolute;
	border-radius:100%;
	left:-25px;
	background: hsla(41, 100%, 26%, 1);
	background: linear-gradient(180deg, hsla(41, 100%, 26%, 1) 0%, hsla(41, 100%, 46%, 1) 100%);
	background: -moz-linear-gradient(180deg, hsla(41, 100%, 26%, 1) 0%, hsla(41, 100%, 46%, 1) 100%);
	background: -webkit-linear-gradient(180deg, hsla(41, 100%, 26%, 1) 0%, hsla(41, 100%, 46%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#875C00", endColorstr="#EDA200", GradientType=1 );
	content:"";
	transform: rotate(180deg);
}
.item-tratamento:after{
	width:25px;
	height:25px;
	position: absolute;
	border-radius:100%;
	left:-12.5px;
	background:url(images/ic-coluna.svg) center center no-repeat;
	background-size:cover;	
	content:"";
	z-index:1;
	filter: invert(1);
	transition: all 0.5s;
	opacity:1;
}
.item-tratamento:hover:after{
	opacity:0.7;
	transition: all 0.5s;
}

.link-head{
	color:#fff!important;
	display: inline-block;
	padding:10px 20px;
	font-size:14px;
	cursor:pointer;
}
.link-head:hover{
	color:#d39001!important;
}