﻿/*Theme Name: Via Center
Version: 1.0
Author: Vila
*/

*{
	outline:none!important
}

#slider{
	margin-bottom:0!important
}
 

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

 
.bg_center{
	 background: url(images/ic-1.svg) top right no-repeat, url(images/ic-2.svg) left center no-repeat, url(images/ic-3.svg) bottom right no-repeat;
}

.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: 15px 0;
     width:100%;
	 position: relative;
		
	 top:0;
	 left:0;
	 z-index:99;
     transition: all 0.5s;
	
  }
 
  .header .icon-head img{
 	width:auto;
	height:40px;
  }
   .header .slogan-head{
 	padding:2px 0px 0 10px;
	display: inline-block;
	border-left: solid 1px #ccc;
	font-size:12px;
	line-height:12px;
  }
    .header .slogan-head b{
 	font-weight:700
  }
 
 
 .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:#124EE8;
	 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:#124EE8!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{
	   background: url(images/ic-menu.svg) center center no-repeat;
	   background-size:cover;
	   display: inline-block;
	   width:25px;
	   height:25px;
	   filter: invert(1);
}
.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);
}



 .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:#000;
}
 .redes a:hover{
     color:#000;
}
 

 @media screen and ( min-width: 1024px ) {
      
}
 @media screen and ( max-width:768px ) {
	 body, html{
		 overflow-x:hidden;
	 }
	 .session-produtos, .session-sobre,  .session-marcas{
		 padding:50px 30px;
	 }
	 .p-left-5{
		 padding:0 
	 }
	 .header {
		padding: 15px 0 15px 20px; 
	}
	 .seta-up {
		right: 5%;
		bottom: 87px; 
	}
	
}
	
}
 @media screen and ( max-width: 480px ) {
    
}
 