﻿/*Theme Name: Aluguel de Barcos
Version: 1.0
Author: Vila
*/


#slider{
	margin-bottom:0!important
}
.slider-top{
	height:100vh;
 }


@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;
}


 

 .header{
 	 padding: 15px 0;
     width:100%;
	 position: fixed;
		box-shadow: -1px 3px 20px #00000038;
	 top:0;
	 left:0;
	 z-index:99;
     transition: all 0.5s;
	 background:#fff;
  }
 
  .header .icon-head img{
 	width:auto;
	height:40px;
  }
   .header .slogan-head{
 	padding-left:10px;
  }
    .header .slogan-head b{
 	font-weight:700
  }
 
 
 .nav-barco{
	 font-size:13px;
	 font-weight:300;
 	 padding: 0 20px;
	 margin:0 20px 0 0
 }
 
 
 .session-1{
	 padding: 15vh 0 50px 0;
 }
 .session-1 h2{
	font-weight:200;
	font-size:55px;
 }
 .session-1 span{
 	font-size:25px;
 } 
 .session-1 p{
 	font-size:18px;
 } 
 .session-1 span b{
 	color:#3185D3;
	font-weight:600;
 }
 .hover-barco{
 	opacity:10;
	transition: all 0.5s;
 }
 
  .hover-barco:hover{
 	opacity:0.7;
	transition: all 0.5s;
 }
 
 
 .fotos-session-1{
	 display:flex;
	 padding:0;
	 margin:0;
	 list-style:none;
	 flex-wrap:wrap;
 }
 .fotos-session-1 li{
	 display:inline-block;
	 padding: 10px;
 }
  .fotos-session-1 li a{
	 display:inline-block;
	 width:285px;
	 height:220px;
 }
 .fotos-session-1-1{
	 display:block;
	 height:465px;
	 position: relative;
	 margin-top:-5px;
	  
 }
 
 
  .session-2{
	  padding:50px 0;
   }
  
  .session-2 h3{
	  color:#3185D3;
	  font-size:32px;
  }
   .session-2 p{
 	  font-size:18px;
  }
  .session-2 .valor{
 	  font-size:24px;
	  font-weight:400
  }
 
 
 .session-3{
	  padding:50px 0;
 }
 .session-3 .item-session-3{
	 background: url(images/bg-item-session-3.png) bottom center no-repeat;
	 background-size:100%;
	 border-radius:8px;
	  background-color:#3185D3;
	  display: inline-flex;
	  padding: 50px 30px;
	  color:#fff;
	  width:100%;
	  height:380px;
	      flex-wrap: wrap;
    flex-direction: column;
    justify-content: end;
}
  }
 
 
 
 
 .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;
}
 

 
 
 
  
 .icon-whats:before{
   background: url(images/icon-whats.svg) center center no-repeat;
   background-size:cover;
}

.slogan{
	font-size:12px;
}

 
.borderradius{
	border-radius: 30px 0 30px 0;
}


   
  .swiper-button-next, 
  .swiper-button-prev{background:none!important}
  
 


/*depoimentos*/
 .session-depoimentos{
     padding:  80px 0;
	  background: url(images/bg-depoimentos.png) center bottom no-repeat;
	background-size:100%;
  }
 
 
 .session-depoimentos h3 {
        font-size:45px;
		font-weight:200
   }
 
 
 .item-depoimento{
	 font-size:14px;
 }
.title-cliente small{
	display:block;
	color: #333;
	font-size:12px;
}
.title-cliente .icon{
	display:inline-flex;
	width:40px;
	height:40px;
	margin-right:15px;
	border-radius:100%;
	align-items:center;
	justify-content:center;
	background:#3185D3;
	color:#fff;
}
	
	
/*depoimentos*/
 .session-form{
     padding:  100px 0;
	  background: url(images/bg-form.png) center bottom no-repeat;
	background-size:cover;
  }
 .container-form{
	 padding: 100px;
	 color:#fff;
	 background-color: rgba(0, 0, 0, 0.5);
	 border-radius:12px;
	 
 } 
 .container-form h3{
	 color:#3185D3;
 }
	
	
	


 .swiper-pagination{
    width:100%;
     bottom:-20px;
     left:0;
 }
 .swiper-pagination-bullet{
    margin: 0 5px;
     width:10px!important;
     height:3px!important;
     background:#ccc;
     border:none!important
}
 .swiper-pagination-bullet-active{
    background:#000!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: 45px 0;
 	color:#000;
	font-size:13px;
 } 
 .session-footer span{
	display: inline-block;
	margin: 15 0;
 }
  .session-footer span i{
	 color:#000
 }
 
	.nav-footer {
		padding: 0;
		display:block
	}
	.nav-footer  .menu-item{
		display:block;
		width:100%;
	}
	.nav-footer  .menu-item a{
		display:block;
		width:100%;
		padding: 5px 0;
		font-size:13px!important;
		color:#000!important
  	}
	
 
 .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;
	 }
	
	.slider-top {
 		padding: 20vh 50px 50px 50px;
		align-items: flex-start !important;
		text-align: center;
	}
	.img-barco {
 		right: 0;
		bottom: -21vh;
		height: auto;
		width: 225%;
		right: -21%;
	}
	 
	 .session-1 {
		padding: 20vh 0 50px 0;
		text-align: center;
	}
	 .session-1 h2 {
		 font-weight:300;
 		font-size: 30px;
	}
  .session-1 span {
		font-size: 18px;
	} 
	.session-1 p {
		font-size: 14px;
		margin-bottom:40px;
	}
	  
	.fotos-session-1 li {
 		width: 50%;
		margin:0;
		padding:0;
	}  
	.fotos-session-1 li a {
 		width: 100%;
		height:140px;
		overflow:hidden;
 	}  
	.fotos-session-1 li:nth-child(1) a , .fotos-session-1 li:nth-child(2) a {
		border-top: solid 15px #fff;
		height:155px;
		margin-bottom:10px;
	}  
	 .fotos-session-1 li:nth-child(1) a , .fotos-session-1 li:nth-child(3) a {
		border-right: solid 7.5px #fff;
	}  
	    .fotos-session-1 li:nth-child(2) a , .fotos-session-1 li:nth-child(4) a {
		border-left: solid 7.5px #fff;
	}  
	  
	  a,a img{
		  border-radius: 6px;
	  }
	  
	  .session-2 {
		padding: 0 30px;
		text-align: center;
	} 
	.wpcf7 input[type="submit"]{
		width: 100%;
	}
	
	
	.session-3 {
		padding: 50px 20px;
		text-align: center;
	}
	
	.session-depoimentos {
		padding: 50px 30px;
 	}
 
	 .session-depoimentos h3 {
		font-size: 30px;
		font-weight: 300;
	} 
	.session-form {
		padding: 0;
 	}  
	  
	  .session-form .container {
		padding: 0;
 	}  
	 .container-form {
		padding: 50px;
 		border-radius: 0;
	} 
	  
	  
	  .header .btn-blue {
			font-size: 12px!important;
			padding: 8px 10px!important
		}
	
}
	
}
 @media screen and ( max-width: 480px ) {
    
}
 