/*
Theme Name: Marítimos Pescados
Author: BOOTSTART
Author URI: https://bootstart.com.br
Description: Tema desenvolvido sob demanda para Márítmos Pescados
Requires at least: 6.4
Requires PHP: 7.0
Version: 1.0
Text Domain: maritmos
Tags: bootstrap, maritmos, one-page
*/

body{
	font-size: 1.3rem;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a{
	-webkit-transition: ease-in-out;
  transition: ease-in-out;
  -o-transition: ease-in-out;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{
  font-family: "Anton", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .15rem;
}

.bg-fume{
  background-color: rgba(70, 95, 135, 1);
}

.scolltop{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

.navbar-menu{
	z-index: 999;
}

.navbar-menu .navbar-brand img{
	width: 200px;
	height: 200px;
}

.navbar-menu .nav-link{
	font-weight: bold;
	color: rgba(255, 255, 255, .8);
}

.navbar-menu .nav-link:hover{
	color: rgba(255, 255, 255, 1);
}

.navbar-menu .nav-link-wpp{
  background: #25d366;
  border: 2px solid #075e54;
}

.hero-slider{
	width: 100%;
	overflow: hidden;
	height: 100vh;
	min-height: 850px;
}

.hero-slider .carousel-item{
	width: 100%;
	height: 100vh;
	min-height: 850px;
}

.hero-slider .carousel-item img{
	width: auto;
}

.hero-slider .slider-bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 1;
}

.hero-slider .slider-text{
	width: 100%;
	height: 100%;	
	z-index: 2;
}

.hero-slider .carousel-control-next, 
.hero-slider .carousel-control-prev{
	z-index: 3;
}

.hero-slider .slider-text{
	vertical-align: center;
}

.hero-slider .slider-footer{
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 2;
	background-image: url('./images/separador.webp');
	background-position: bottom center;
	background-size: contain;
	background-repeat: repeat-x;
}

.page-footer{
	width: 100%;
	height: 120px;
	background-image: url('./images/separador-footer.webp');
	background-position: top center;
	background-size: contain;
	background-repeat: repeat-x;
}

.main-sobre{
	padding: 150px 0;
	vertical-align: center;
	align-items: center;
	position:relative;
	overflow: hidden;
}

.main-sobre .container:after{
	content: '';
	display: block;
  position: absolute;
  opacity: .07;
	z-index: -1;
	width: 1200px;
	height: 1200px;
	right: -600px;
	top: 0;
	background-image: url('./images/leme.webp');
	background-size: 1200px;
	background-repeat: no-repeat;
	-webkit-animation: leme 180s ease-in-out infinite;
  -moz-animation: leme 180s ease-in-out infinite;
  -ms-animation: leme 180s ease-in-out infinite;
  -o-animation: leme 180s ease-in-out infinite;
  animation: leme 180s ease-in-out infinite;
}

.main-sobre .service,
.main-produtos .service{
  display: block;
  background: rgba(185, 217, 243, .1);
  border-radius: 16px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(185, 217, 243, 0.1);
}

.main-produtos{
	overflow: hidden;
	padding: 100px 0;
}

.site-footer {
  background-color: #465F87;
  font-size: 14px;
  color: #fff;
}

.site-footer .container{
	padding: 100px 0;
}

.site-footer a {
  color: #fff;
  position: relative;
  display: inline-block;
}

.site-footer .btn:before {
  display: none;
}

.site-footer .widget {
  margin-bottom: 40px;
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
}

.site-footer .widget h3,
.site-footer .widget .h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #fff;
}

.site-footer .widget .links {
  width: 150px;
}

.site-footer .widget .links li {
  margin-bottom: 10px;
}

.site-footer .widget .links li a {
  color: #fff;
}

.site-footer .social li {
  display: inline-block;
}

.site-footer .social li a {
  display: inline-block;
  position: relative;
  color: #fff;
}

.site-footer .social li a:before {
  display: none;
}

.site-footer .social li a>span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-footer .social li a:hover {
  background: #7092BF;
}

/*slider*/
.tns-outer{
  padding:0 !important
}
.tns-outer [hidden]{
  display:none !important
}
.tns-outer [aria-controls],.tns-outer [data-action]{
  cursor:pointer
}
.tns-slider{
  -webkit-transition:all 0s;
  -moz-transition:all 0s;
  transition:all 0s
}
.tns-slider>.tns-item{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
.tns-horizontal.tns-subpixel{
  white-space:nowrap
}
.tns-horizontal.tns-subpixel>.tns-item{
  display:inline-block;
  vertical-align:top;
  white-space:normal
}
.tns-horizontal.tns-no-subpixel:after{
  content:'';
  display:table;
  clear:both
}
.tns-horizontal.tns-no-subpixel>.tns-item{
  float:left
}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{
  margin-right:-100%
}
.tns-no-calc{
  position:relative;
  left:0
}
.tns-gallery{
  position:relative;
  left:0;
  min-height:1px
}
.tns-gallery>.tns-item{
  position:absolute;
  left:-100%;
  -webkit-transition:transform 0s, opacity 0s;
  -moz-transition:transform 0s, opacity 0s;
  transition:transform 0s, opacity 0s
}
.tns-gallery>.tns-slide-active{
  position:relative;
  left:auto !important
}
.tns-gallery>.tns-moving{
  -webkit-transition:all 0.25s;
  -moz-transition:all 0.25s;
  transition:all 0.25s
}
.tns-autowidth{
  display:inline-block
}
.tns-lazy-img{
  -webkit-transition:opacity 0.6s;
  -moz-transition:opacity 0.6s;
  transition:opacity 0.6s;
  opacity:0.6
}
.tns-lazy-img.tns-complete{
  opacity:1
}
.tns-ah{
  -webkit-transition:height 0s;
  -moz-transition:height 0s;
  transition:height 0s
}
.tns-ovh{
  overflow:hidden
}
.tns-visually-hidden{
  position:absolute;
  left:-10000em
}
.tns-transparent{
  opacity:0;
  visibility:hidden
}
.tns-fadeIn{
  opacity:1;
  filter:alpha(opacity=100);
  z-index:0
}
.tns-normal,.tns-fadeOut{
  opacity:0;
  filter:alpha(opacity=0);
  z-index:-1
}
.tns-vpfix{
  white-space:nowrap
}
.tns-vpfix>div,.tns-vpfix>li{
  display:inline-block
}
.tns-t-subp2{
  margin:0 auto;
  width:310px;
  position:relative;
  height:10px;
  overflow:hidden
}
.tns-t-ct{
  width:2333.3333333%;
  width:-webkit-calc(100% * 70 / 3);
  width:-moz-calc(100% * 70 / 3);
  width:calc(100% * 70 / 3);
  position:absolute;
  right:0
}
.tns-t-ct:after{
  content:'';
  display:table;
  clear:both
}
.tns-t-ct>div{
  width:1.4285714%;
  width:-webkit-calc(100% / 70);
  width:-moz-calc(100% / 70);
  width:calc(100% / 70);
  height:10px;
  float:left
}

.destination {
  position: relative;
}

.destination .thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.destination .thumb:before {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  opacity: .5;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 212, 255, 0)));
  background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 212, 255, 0) 100%);
  background: -o-linear-gradient(bottom, black 0%, rgba(0, 212, 255, 0) 100%);
  background: linear-gradient(0deg, black 0%, rgba(0, 212, 255, 0) 100%);
}

.destination .price {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 30px;
  font-size: 20px;
  color: #fff;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.destination h3,
.destination .h3 {
  font-weight: 700;
}

.destination h3 a,
.destination .h3 a {
  color: #384653;
}

.destination .meta {
  color: #999;
}

.destination-slider-wrap {
  position: relative;
}

.destination-slider-wrap .tns-nav {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.destination-slider-wrap .tns-nav button {
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  width: 0px !important;
  height: 7px !important;
  margin: 2px;
}

.destination-slider-wrap .tns-nav button:active,
.destination-slider-wrap .tns-nav button:focus,
.destination-slider-wrap .tns-nav button:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.destination-slider-wrap .tns-nav button:before {
  display: block;
  width: 9px;
  height: 9px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background-color: transparent;
  border: 2px solid #FB1553;
}

.destination-slider-wrap .tns-nav button:hover:before,
.destination-slider-wrap .tns-nav button.tns-nav-active:before {
  background-color: #FB1553;
}

#destination-controls:active,
#destination-controls:focus,
#prevnext-testimonial:active,
#prevnext-testimonial:focus {
  outline: none;
}

#destination-controls .next,
#destination-controls .prev,
#prevnext-testimonial .next,
#prevnext-testimonial .prev {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  width: 80px;
  height: 80px;
  background-color: #B9D9F3;
  border-radius: 50%;
}

#destination-controls .next>span,
#destination-controls .prev>span,
#prevnext-testimonial .next>span,
#prevnext-testimonial .prev>span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#destination-controls .next:hover,
#destination-controls .prev:hover,
#prevnext-testimonial .next:hover,
#prevnext-testimonial .prev:hover {
  opacity: 1;
}

#destination-controls .next:hover,
#destination-controls .prev:hover,
#prevnext-testimonial .next:hover,
#prevnext-testimonial .prev:hover {
  background-color: #9AD9EB;
  color: #fff;
}

#destination-controls .prev,
#prevnext-testimonial .prev {
  right: 0;
}

#destination-controls .prev:hover,
#prevnext-testimonial .prev:hover {
  color: #fff;
  right: 7px;
}

#destination-controls .next,
#prevnext-testimonial .next {
  left: 0;
}

#destination-controls .next:hover,
#prevnext-testimonial .next:hover {
  color: #fff;
  left: 7px;
}

.form-floating>.form-control-plaintext:focus, 
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown){
  padding-top: 2rem;
}

@media (max-width: 1399.98px){
	.hero-slider .carousel-item img{
  	transform: scale(1.5);
	}  
}

@media (max-width: 1199.98px){
  .navbar-menu .navbar-brand img{
		width: 150px;
		height: 150px;
  }

	.hero-slider .carousel-item img{
  	transform: scale(2);
	}  
}

@media (max-width: 991.98px){
	.navbar-expand-lg .navbar-collapse{
		padding: 2rem 1rem;
		margin-top: 2rem;
		background-color: white;
	}

  .navbar-expand-lg .navbar-collapse .nav-link{
    color: var(--bs-body-color);
  } 

	.hero-slider .carousel-item img{
  	transform: scale(3);
	}  
}

@media (max-width: 767.98px){
	.hero-slider,
	.hero-slider .carousel-item{
		height: 75vh;
		min-height: auto;
	}

  .navbar-menu .navbar-brand img{
		width: 100px;
		height: 100px;
  }

  .hero-slider .carousel-item img{
  	transform: scale(3.5);
  }
}

@media (max-width: 575.98px){
  .hero-slider .carousel-item img{
  	transform: scale(5);
  }
}

@keyframes leme {
  0% { 
    -ms-transform:rotate(0deg); 
    -moz-transform:rotate(0deg); 
    -webkit-transform:rotate(0deg); 
    -o-transform:rotate(0deg); 
    transform:rotate(0deg); 
  }
  50% {
    -ms-transform:rotate(360deg); 
    -moz-transform:rotate(360deg); 
    -webkit-transform:rotate(360deg); 
    -o-transform:rotate(360deg); 
    transform:rotate(360deg); 
  }
  100% { 
    -ms-transform:rotate(0deg); 
    -moz-transform:rotate(0deg); 
    -webkit-transform:rotate(0deg); 
    -o-transform:rotate(0deg); 
    transform:rotate(0deg); 
  }
}