/*
Theme Name: #MWR - Wordpress Bootstrap
Theme URI: https://www.midtech.com.br
Author: MIDTECH
Author URI: https://www.midtech.com.br
Description: Tema desenvolvido para Premium Charters e Barcos.
Version: 1.0
License: Private
Text Domain: #meuwebsiterapido

*/



/*
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
*/



*{
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



body{
	font-family: 'Poppins', sans-serif;
	background: #fafafa;
}

p{
	font-family: 'Lato', sans-serif;
}


ul{
	list-style-type: none;
	padding: 0;
}

.btn{
	padding: 10px 28px;
	background: #0f4c82;
	border-radius: 60px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	color: #fafafa;
	font-weight: 700;
	font-style: italic;
	font-size: 16px;
	text-decoration: none;
}




/*SWIPER*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #99acaf;
	opacity: 0.8;
}

.swiper-pagination-bullet-active{
	background: #2f67f3;
	border: 1px solid #2f67f3;
}




header{
	width: 100%;
	position: fixed;
	z-index: 9;
	background: #fafafa;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

header .container{
	position: relative;
}

header h1{
	width: 170px;
	margin: 0;
	padding: 25px 20px 20px;
	background: #0f4c82;
	position: absolute;
}

header h1 img{
	width: 100%;
	height: auto;
}

nav.navbar{
	border: none;
	margin: 0;
}

#navbar{
	margin: 0 0 0 200px;
	padding: 0;
}

.navbar-nav > li > a{
	padding: 25px 15px;
	color: #0f4c82;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current-page-ancestor > a{
	background: #46c824;
	color: #fafafa;
}

.navbar.scrolled h1{
	width: 110px;
}

.navbar.scrolled #navbar{
	margin-left: 130px;
}

.navbar.scrolled .navbar-nav > li > a{
	padding: 20px 15px;
}



#banner{
	width: 100%;
	padding-top: 58px;
	position: relative;
	background: #222;
}

#banner video{
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.8;
}

#banner .dots{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/dots.png);
}

#banner .caption{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#banner .caption span{
	margin-top: 80px;
	color: #fafafa;
	font-size: 42px;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
	font-style: italic;
	font-weight: 700;
	text-align: center;
	line-height: 46px;
}



.mini-banners{
	background: #0f4c82;
}

.mini-banners .item{
	width: 100%;
	overflow: hidden;
	background: #e8e8e8;
	position: relative;
	top: -50px;
	z-index: 2;
}

.mini-banners .item img{
	width: 100%;
	height: auto;
}

.mini-banners .item .title{
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	font-style: italic;
	color: #0f4c82;
	display: flex;
	flex-direction: column;
	align-items: flex-start;

	position: absolute;
	left: 0;
	bottom: 20px;
}

.mini-banners .title span{
	padding: 5px 15px 5px 25px;
	margin-left: -20px;
	color: #fafafa;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	background: #0f4c82;
}

.mini-banners .item:hover .title{
	bottom: 30px;
}

.mini-banners .item.last .title{
	font-size: 20px;
}




section{
	padding: 50px 0;
}

section h2{
	font-size: 62px;
	font-weight: 700;
	line-height: 55px;
	font-style: italic;
}

section .sub-title{
	font-weight: 300;
	font-size: 32px;
	font-style: italic;
}



#about{
	padding: 30px 0 140px;
	background: #0f4c82;
	color: #fafafa;
}

#about h2{
	font-size: 50px;
	margin-bottom: 20px;
	font-weight: 700;
	font-style: initial;
}

#about h2 span{
	font-weight: 300;
	font-size: 22px;
	line-height: 24px;
	display: block;
}

#about .sub-title{
	margin-bottom: 15px;
	font-size: 26px;
}

#about p{
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 24px;
}

#about img{
	width: 100%;
	height: auto;
	overflow: hidden;
}




#destinations .title{
	width: 100%;
	text-align: center;
}

#destinations h2{
	color: #0f4c82;
}

#destinations .title .sub-title{
	color: #0f4c82;
}

#destinations .line{
	width: 200px;
	height: 2px;
	margin: 20px auto;
	display: block;
	background: #0f4c82;
}

#destinations .destinos-slider{
	width: 100%;
	padding: 0 10px;
	margin-bottom: 45px;
}

#destinations .swiper{
	padding: 20px 0 0;
}

#destinations .swiper-slide a{
	width: 100%;
	display: block;
}

#destinations .swiper-wrapper{
	padding-bottom: 40px;
}

#destinations .swiper-pagination{
	padding-bottom: 0!important;
}

#destinations .buttons{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#destinations .buttons .btn{
	margin: 0 10px 15px;
}

#destinations .crop{
	width: 100%;
	height: 160px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#destinations .crop span{
	position: absolute;
	color: #fafafa;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-style: italic;
}







#atendimento{
	width: 100%;
	padding: 50px 0;
	background: #46c824;
	color: #fafafa;
}

#atendimento .container{
	max-width: 800px;
}

#atendimento h2{
	margin: 0 0 10px;
	font-size: 32px;
	line-height: 32px;
}

#atendimento p{
	margin-bottom: 35px;
	font-size: 20px;
	line-height: 26px;
}

#atendimento a{
	max-width: 400px;
	margin: 0 auto;
	padding: 10px 25px;
	background: #fafafa;
	border-radius: 100px;
	color: #46c824;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#atendimento a i{
	margin-left: 10px;
	font-size: 26px;
}

#atendimento a:hover{
	background: #0f4c82;
	text-decoration: none;
}


#other-services .box{
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	position: relative;
}

#other-services .box img{
	width: 100%;
	height: auto;
}

#other-services .box span{
	padding: 6px 28px;
	position: absolute;
	left: 0;
	bottom: 30px;
	background: rgba(38, 49, 76, 0.9);
	font-weight: 700;
	font-style: italic;
	font-size: 24px;
	color: #fafafa;
}



#charters{
	padding: 80px 0;
	background: url(images/bg-charter.jpg) no-repeat center center;
	color: #fafafa;
}

#charters small{
	font-size: 16px;
	font-weight: 300;
}

#charters h2{
	margin: 0;
	color: #fafafa;
	text-transform: uppercase;
	line-height: 42px;
}

#charters h2 span{
	display: block;
	font-size: 24px;
	font-weight: 500;
}

#charters p{
	margin-top: 35px;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
}

#charters .btn{
	margin-top: 50px;
	background: #fafafa;
	color: #0f4c82;
}





footer{
	padding: 40px 0 20px;
	background: #f2f4f3;
	color: #0f4c82;
	border-bottom: 1px solid #d1d3d8;
	font-weight: 500;
	font-size: 16px;
}

footer img{
	max-width: 160px!important;
}

footer h6{
	font-weight: 700;
	font-size: 18px;
	font-style: italic;
}

footer li{
	line-height: 26px;
}

footer li a{
	font-size: 14px;
}

footer a{
	color: #0f4c82;
}

footer p{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

footer .whats{
	padding: 10px 30px;
	margin-top: 5px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	border: 1px solid #0f4c82;
	border-radius: 60px;
	text-decoration: none;
}

footer .whats i{
	font-size: 20px;
    position: relative;
    top: 3px;
}

footer .whats:hover{
	background: #0f4c82;
	color: #f2f4f3;
}

footer .social a{
	margin-right: 5px;
	color: #636b7e;
}

footer .social i{
	font-size: 36px;
}

footer .social a:hover{
	color: #0f4c82;
}




.sign{
	padding: 20px 0;
	margin: 0;
	font-size: 11px;
	color: #a9a9a9;
	display: flex;
	justify-content: space-around;
}

.sign p{
	margin: 0;
}

.sign .midtech span{
	margin-right: 10px;
	font-size: 11px;
	color: #a9a9a9;
}






/* INTERNAS */

#banner-interna{
	width: 100%;
	border-bottom: 6px solid #536076;
}


body.page-template-institucional #banner-interna,
body.page-template-contato #banner-interna{
	background: url(images/banner-interno1.jpeg) no-repeat center center;
	background-size: cover;
}

body.page-template-destinos #banner-interna{
	background: url(images/banner-interno2.jpeg) no-repeat center center;
	background-size: cover;
}

body.category #banner-interna,
body.page-template-vendidos #banner-interna{
	background: url(images/banner-interno3.jpeg) no-repeat center center;
	background-size: cover;
}

body.page-template-charters-servicos #banner-interna,
body.page-template-charters-realizados #banner-interna{
	background: url(images/banner-interno4.jpeg) no-repeat center center;
	background-size: cover;
}

body.single #banner-interna{
	background: url(images/banner-interno1.jpeg) no-repeat center center;
}



#banner-interna .container{
	height: 350px;
	padding-bottom: 25px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;

}

#banner-interna h2{
	font-size: 52px;
	font-weight: 700;
	font-style: italic;
	color: #fafafa;
}

#banner-interna h2 small{
	font-size: 22px;
	color: #fafafa;
	display: block;
	font-weight: 300;
}

#banner-interna .sub-menu li{
	display: inline-block;
	margin-right: 5px;
}

#banner-interna .sub-menu li a{
	padding: 8px 16px;
	display: inline-block;
	border: 1px solid #536076;
	border-radius: 5px;
	font-weight: 500;
	font-style: italic;
	color: #fafafa;
}

#banner-interna .sub-menu li.active a,
#banner-interna .sub-menu li a:hover,
#banner-interna .sub-menu li.current_page_item a,
#banner-interna .sub-menu li.current-cat a{
	text-decoration: none;
	background: #fafafa;
	color: #0f4c82;
}





#banner-interna.barcos .container{
	padding-bottom: 50px;
	align-items: center;
}

#banner-interna.barcos .sub-menu li a{
	border-color: #fafafa;
}





.container.institucional{
	max-width: 800px;
}




.container.charters h4{
	margin-bottom: 20px;
}

.container.charters h5{
	padding-bottom: 10px;
	margin-top: 35px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
}

.container.charters main p{
	font-size: 16px;
	text-align: justify;
}

.container.charters main .wp-block-image img{
	max-width: 100%;
	width: auto;
}

.container.charters .frase{
	padding: 10px 0 70px;
	font-style: italic;
	font-weight: 700;
	font-size: 18px;;
	color: #0f4c82;
}


.container.charters .wp-block-image .crop{
	height: 230px;
	background: #e8e8e8;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container.charters .wp-block-image figcaption{
	text-align: center;
	font-style: italic;
}



.container.single{
	max-width: 800px;
}



aside{
	margin-top: 40px;
}

aside ul li{
	margin-bottom: 5px;
}

aside ul li a{
	padding: 8px 10px;
	display: block;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
	border-left: 3px solid #0f4c82;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	color: #0f4c82;
	font-style: italic;
	
}

aside ul li a:hover{
	background: #e9e9e9;
	text-decoration: none;
}

aside ul li.current-cat a{
	background: #0f4c82;
	color: #fafafa;
	border-left: 3px solid #2f67f3;
}


main{
	padding: 40px 0 120px;
}

main h3{
	font-weight: 700;
	font-size: 42px;
	color: #0f4c82;
	font-style: italic;
}

main h4{
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 32px;
	color: #0f4c82;
	font-style: italic;
}

main h4.text-center{
	margin-bottom: 25px;
}

main h5{
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 16px;
	color: #0f4c82;
	text-transform: uppercase;
}

main hr{
	margin: 50px 0;
}

main p{
	margin-bottom: 15px;
	color: #0f4c82;
	font-size: 18px;
	line-height: 26px;
}

main .wp-block-image{
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

main .wp-block-image img{
	width: 100%;
	height: auto;
}

main .wp-block-image figcaption strong{
	font-weight: 500;
	text-align: center;
	display: block;
}

main .btn{
	margin-top: 20px;
}


.header-vendas{
	padding: 50px 0;
	background: #e8e8e8;
}

.header-vendas h3{
	margin: 30px 0 15px;
  font-weight: 700;
  font-size: 62px;
  font-style: italic;
  color: #0f4c82;
}

.header-vendas h3 span{
	font-size: 24px;
	font-weight: 300;
	display: block;
}

.header-vendas .boats-bt{
	padding: 12px 24px;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 60px;
	border: 1px solid #0f4c82;
	color: #0f4c82;
	font-weight: 500;
}

.header-vendas .boats-bt:hover{
	background: #0f4c82;
	color: #e8e8e8;
	text-decoration: none;
}

.header-vendas p{
	font-size: 18px;
	line-height: 28px;
}

.slider.aluguel{
	padding: 25px;
	margin: 20px 0 40px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
}


.slider.aluguel .swiper-slide{
	height: 230px;
	padding: 0 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.slider.aluguel .swiper-slide h4{
	font-size: 26px;
	font-weight: 700;
}

.slider.aluguel .swiper-slide p{
	text-align: center;
}


.phrase span{
	font-weight: 700;
	font-style: italic;
	color: #0f4c82;
}



.container.destinos h3{
	margin-bottom: 15px;
	font-size: 24px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #e3e3e3;
}

.container.destinos .wrapper{
	margin-bottom: 35px;
}

.container.destinos .item{
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.container.destinos .item .image{
	width: 30%;
	border-radius: 3px;
	overflow: hidden;
}

.container.destinos .item .image img{
	width: 100%;
	height: auto;
}

.container.destinos .item .info{
	width: 65%;
}

.container.destinos .item .info h4{
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 500;
}

.container.destinos .item .info a{
	font-weight: 500;
}



.how-it-works{
	background: #dfe1e6;
}

.how-it-works h2{
	font-size: 42px;
	color: #0f4c82;
}

.how-it-works .sub-title{
	color: #0f4c82;
	font-size: 24px;
}

.how-it-works .slider{
	margin: 40px 0;
}

.how-it-works .btn{
	width: 350px;
	margin: 0 auto;
	display: block;
}




.container.news{
	max-width: 800px;
}

.news article{
	padding-bottom: 30px;
	margin-bottom: 35px;
	border-bottom: 1px dashed #e3e3e3;
}

.news article .image{
	border-radius: 10px;
	overflow: hidden;
}

.news article .image img{
	width: 100%;
	height: auto;
}

.news article h3{
	font-size: 24px;
}

.news article p{
	font-size: 16px;
	margin-bottom: 10px;
}

.news article p .more-link{
	display: none;
}

.news article .btn{
	margin-top: 10px;
}


/*
.listing{
	display: flex;
	flex-wrap: wrap;
}

.listing li{
	width: 30%;
	padding: 15px 15px 25px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border: 1px solid #e8e8e8;
}

.listing li .image{
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.listing li .image img{
	width: 100%;
	height: auto;
}

.listing li .info{
	text-align: center;
}

.listing li .info span{
	display: block;
	margin-top: 10px;
	color: #0f4c82;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}

.listing li:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-color: transparent;
}
*/


.list-boats .item{
	padding: 15px 15px 25px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*border: 1px solid #e8e8e8;*/
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.list-boats .image{
	height: 205px;
	max-height: 205px;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f6f6f6;
}

.list-boats .image img{
	width: 100%;
	height: auto;
}


.list-boats .info{
	width: 100%;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.list-boats span{
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 18px;
	font-style: italic;
	color: #0f4c82;
}

.list-boats small{
	margin: 0 0 15px;
	font-weight: 300;
	font-size: 18px;
	font-style: italic;
	color: #0f4c82;
}

.list-boats .info a{
	font-weight: 500;
	font-size: 14px;
	font-style: italic;
	color: #0f4c82;
}



.container.single main h4{
	margin-top: 20px;
	font-size: 32px;
	font-weight: 700;
}


.container.single main p{
	font-size: 16px;
}




.image-boat{
	width: 800px;
	max-width: 800px;
	margin: -40px auto 50px;
	display: block;
}

.image-boat img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}


.container.detalhes-barco h3{
	margin: 3px;
}

.container.detalhes-barco span.pes{
	margin-bottom: 25px;
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 20px;
	font-style: italic;
	color: #0f4c82;
}

.container.detalhes-barco .description p{
	font-size: 16px;
	line-height: 26px;
}


.container.detalhes-barco h4{
	margin-top: 20px;
	font-weight: 700;
	font-size: 22px;
}


.container.detalhes-barco .wrap{
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.container.detalhes-barco table tr td{
	font-weight: 300;
	color: #0f4c82;
}


.container.detalhes-barco table .last{
	text-align: right;
}



.container.detalhes-barco .galeria{
	max-width: 1000px;
	margin: 50px auto 30px;
}

.container.detalhes-barco .galeria h4{
}





.contato main h3{
	font-size: 32px;
}

.contato main h4{
	font-size: 22px;
	line-height: 28px;
}

.contato aside{
	padding: 20px 20px 50px;
	border-radius: 10px;
	background: #e3e3e3;
}

.contato aside h4{
	font-weight: 700;
	color: #0f4c82;
}

.contato aside p{
	color: #0f4c82;
}

.contato aside iframe{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border: 3px solid #c9c9c9;
}

.contato aside .whats{
	padding: 6px 20px;
	margin-top: 5px;
	display: inline-block;
	font-weight: 500;
	border: 1px solid #0f4c82;
	border-radius: 60px;
	color: #0f4c82;
	text-decoration: none;
}

.contato aside .whats:hover{
	background: #0f4c82;
	color: #fafafa;
}


.wpcf7 label{
	font-size: 16px;
	color: #0f4c82;
}

.wpcf7 .wpcf7-form-control-wrap{
	width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap textarea{
	width: 100%;
	padding: 10px;
	background: #c2c8d7;
	border-radius: 5px;
	border: none;
	color: #0f4c82;
}


input::placeholder,
textarea::placeholder{
	color: #0f4c82;
}

.wpcf7 .wpcf7-submit{
	background: none;
	border: none;
	background: #0f4c82;
	padding: 10px 30px;
	border-radius: 5px;
	background: #0f4c82;
	color: #fafafa;
	font-size: 20px;
	text-transform: uppercase;
}




.wp-pagenavi{
	text-align: center;
}

.wp-pagenavi span{
	font-size: 16px;
	border: none;
}

.wp-pagenavi span.pages{
	margin-right: 10px;
}

.wp-pagenavi span.current{
	padding: 3px 15px;
	border-radius: 5px;
	font-size: 16px;
	border: none;
	background: #0f4c82;
	color: #fafafa;
}

.wp-pagenavi a{
	padding: 3px 15px;
	border-radius: 5px;
	font-size: 16px;
	border: none;
	background: #e3e3e3;
	color: #0f4c82;
}





.whats-btn{
	width: 80px;
	height: 80px;
	padding: 0 8px 0 10px;
	background: #25d366;
	color: #fafafa!important;
	font-size: 52px;
	border-radius: 100px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 5;
	box-shadow: 2px 2px 0 rgb(0 0 0 / 20%);
	text-decoration: none;
}

.whats-btn:hover{
	text-decoration: none;
	color: #fafafa;
}






/* Responsivo */

.navbar-toggle{
	background: #333;
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-toggle .icon-bar{
	background: #fff;
}




@media (max-width: 1199px) and (min-width: 992px) {

	.mini-banners .item{
		top: -30px;
	}

	#about{
		padding: 30px 0 100px;
	}

	#about h2{
		font-size: 52px;
	}

	#charters h2{
		font-size: 52px;
	}


	#destinations .swiper-slide a{
		display: block;
	}

	#destinations .crop{
		width: 100%;
		max-height: 200px;
		display: block;
		position: relative;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#destinations .swiper-slide strong{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 0;
		top: 0;
	}


	/*INTERNAS*/
	.container.destinos .item .info h4{
		margin-bottom: 0;
	}


}


@media (max-width: 991px) and (min-width: 768px) {


	.navbar.scrolled .navbar-nav > li > a{
		padding: 20px 8px;
	}
	
	.mini-banners .item{
		top: -20px;
		margin-bottom: 20px;
	}


	#about{
		text-align: center;
	}

	#about img{
		margin-top: 50px;
	}


	#charters{
		text-align: center;
		background-size: cover;
	}

	#charters small{
		display: none;
	}

	#charters p{
		margin-top: 15px;
	}

	#charters .btn{
		margin-top: 0;
	}



	#destinations .title{
		padding: 0 15px;
	}

	#destinations h2{
		font-size: 52px;
	}


	#destinations .crop{
		height: 120px;
	}



	footer{
		text-align: center;
	}

	footer [class*=" col-"],
	footer [class^="col-"]{
		margin-bottom: 35px;
	}


	/*INTERNAS*/
	main{
		padding: 40px 0 0;
	}

	.image-boat{
		width: 500px;
	}

}


@media (max-width: 767px) {

	.navbar.scrolled h1{
		margin-left: 15px;
	}

	.navbar .navbar-nav{
		margin: 60px 0 0;
	}

	.navbar .navbar-nav li{
		border-bottom: 1px solid #e8e8e8;
	}

	.navbar.scrolled .navbar-nav > li > a{
		padding: 20px;
		text-align: right;
	}

	.navbar.scrolled #navbar{
		margin: 0;
	}

	
	.mini-banners{
		padding-top: 15px;
	}

	.mini-banners .item{
		margin-bottom: 20px;
		top: 0;
	}


	#about{
		text-align: center;
	}

	#about img{
		margin-top: 50px;
	}


	#charters{
		text-align: center;
		background-size: cover;
	}

	#charters small{
		display: none;
	}

	#charters p{
		margin-top: 15px;
	}

	#charters .btn{
		margin-top: 0;
	}



	#destinations .title{
		padding: 0 15px;
	}

	#destinations h2{
		font-size: 52px;
	}

	#destinations .crop{
		height: 200px;
	}

	#destinations .crop span{
		font-size: 22px;
	}

	#destinations .swiper-wrapper{
		padding-bottom: 40px;
	}

	#destinations .swiper-pagination{
		padding-bottom: 0!important;
		bottom: 0;
	}



	footer{
		text-align: center;
	}

	footer [class*=" col-"],
	footer [class^="col-"]{
		margin-bottom: 35px;
	}



	/*INTERNAS*/
	.slider.aluguel .swiper-slide{
		height: auto;
	}

	#destinations .swiper-slide span{
		padding: 0 10px;
	}


	#banner-interna .container{
		height: 280px;
	}

	.header-vendas{
		padding: 10px 0 30px;
	}


	main{
		padding: 40px 0 0;
	}


	.image-boat{
		width: auto;
		max-width: 90%;
	}
	
}


@media (max-width: 600px) {


	#banner .caption span {
		font-size: 26px;
		line-height: 32px;
	}


	.mini-banners{
		padding: 20px 0;
	}

	.mini-banners .item{
		top: 0;
	}

	.mini-banners .item img{
		top: -50px;
	}


	#about{
		padding: 0 0 70px;
	}

	#about h2{
		font-size: 42px;
	}

	#about img{
		display: none;
	}


	
	.sign{
		justify-content: center;
    flex-direction: column;
    align-items: center;
	}

	.sign p{
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}



	/*INTERNAS*/
	.swiper-pagination{
		bottom: 0;
	}

}


@media (max-width: 480px) {

	.navbar.scrolled h1{
		width: 90px;
	}

	#banner .caption span {
    font-size: 18px;
    line-height: 22px;
	}

	#about h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
	}


	#destinations h2{
		font-size: 42px;
	}

	#destinations .title .sub-title{
		font-size: 24px;
	}


	




	/*INTERNAS*/
	#banner-interna .container{
		height: 250px;
	}

	#banner-interna h2{
		font-size: 36px;
	}

	main h3{
		font-size: 32px;
	}

	main h4{
		font-size: 22px;
	}



	/*INTERNAS*/
	.list-boats .col-md-4{
		width: 100%;
	}

	.header-vendas h3{
		font-size: 52px;
	}

	.container.destinos .col-md-3{
		width: 100%;
	}




}


@media (max-width: 375px) {

	#about h2 span{
		font-size: 18px;
	}
	

	#banner-interna h2{
		font-size: 28px;
	}

	#banner-interna .sub-menu li{
		margin-bottom: 5px;
	}


	#destinations h2{
		font-size: 32px;
		line-height: 38px;
	}


}


