@charset "UTF-8";
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1320px;
    min-width: 1320px;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-blue {
  color: #002E60 !important;
}

.text-gold {
  color: #F8CD71 !important;
}

.text-green {
  color: #1AC359 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-blue {
  background-color: #002E60 !important;
}

.bg-gold {
  background-color: #F8CD71 !important;
}

.bg-green {
  background-color: #1AC359 !important;
}

.font-100 {
  font-weight: 100 !important;
}

.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .ml-md-55 {
    margin-left: 55px !important;
  }
  .mr-md-55 {
    margin-right: 55px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .ml-md-65 {
    margin-left: 65px !important;
  }
  .mr-md-65 {
    margin-right: 65px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .ml-md-75 {
    margin-left: 75px !important;
  }
  .mr-md-75 {
    margin-right: 75px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .ml-md-85 {
    margin-left: 85px !important;
  }
  .mr-md-85 {
    margin-right: 85px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .ml-md-95 {
    margin-left: 95px !important;
  }
  .mr-md-95 {
    margin-right: 95px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .ml-lg-55 {
    margin-left: 55px !important;
  }
  .mr-lg-55 {
    margin-right: 55px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .ml-lg-65 {
    margin-left: 65px !important;
  }
  .mr-lg-65 {
    margin-right: 65px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .ml-lg-75 {
    margin-left: 75px !important;
  }
  .mr-lg-75 {
    margin-right: 75px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .ml-lg-85 {
    margin-left: 85px !important;
  }
  .mr-lg-85 {
    margin-right: 85px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .ml-lg-95 {
    margin-left: 95px !important;
  }
  .mr-lg-95 {
    margin-right: 95px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
}
.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-21 {
  line-height: 21px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-23 {
  line-height: 23px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-31 {
  line-height: 31px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-33 {
  line-height: 33px !important;
}

.lh-34 {
  line-height: 34px !important;
}

.lh-35 {
  line-height: 35px !important;
}

.lh-36 {
  line-height: 36px !important;
}

.lh-37 {
  line-height: 37px !important;
}

.lh-38 {
  line-height: 38px !important;
}

.lh-39 {
  line-height: 39px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.lh-41 {
  line-height: 41px !important;
}

.lh-42 {
  line-height: 42px !important;
}

.lh-43 {
  line-height: 43px !important;
}

.lh-44 {
  line-height: 44px !important;
}

.lh-45 {
  line-height: 45px !important;
}

.lh-46 {
  line-height: 46px !important;
}

.lh-47 {
  line-height: 47px !important;
}

.lh-48 {
  line-height: 48px !important;
}

.lh-49 {
  line-height: 49px !important;
}

.lh-50 {
  line-height: 50px !important;
}

.lh-51 {
  line-height: 51px !important;
}

.lh-52 {
  line-height: 52px !important;
}

.lh-53 {
  line-height: 53px !important;
}

.lh-54 {
  line-height: 54px !important;
}

.lh-55 {
  line-height: 55px !important;
}

.lh-56 {
  line-height: 56px !important;
}

.padding-x-md {
  padding: 60px 0;
}

.font-12 {
  font-size: clamp(10px, 1vw, 12px);
  line-height: 14px;
}

.font-13 {
  font-size: 13px;
  line-height: 18px;
}

.font-14 {
  font-size: clamp(14px, 1.2vw, 14px);
  line-height: 18px;
}

.font-16 {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 22px;
}

.font-18 {
  font-size: clamp(18px, 1.8vw, 18px);
  line-height: 24px;
}

.font-20 {
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 28px;
}

.font-22 {
  font-size: clamp(20px, 2vw, 22px);
  line-height: 30px;
}

.font-24 {
  font-size: clamp(22px, 2.2vw, 24px);
  line-height: 26px;
}

.font-26 {
  font-size: clamp(24px, 2.4vw, 26px);
  line-height: 32px;
}

.font-28 {
  font-size: clamp(26px, 2.6vw, 28px);
  line-height: 30px;
}

.font-30 {
  font-size: clamp(24px, 2.8vw, 30px);
  line-height: 32px;
}

.font-32 {
  font-size: clamp(30px, 3vw, 32px);
  line-height: 34px;
}

.font-34 {
  font-size: clamp(32px, 3.2vw, 34px);
  line-height: 36px;
}

/* Desktop: Alinhamento normal */
.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

/* Responsivo: Mudança de alinhamento em telas menores */
@media (max-width: 992px) {
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
}
.title-1 {
  font-size: 45px;
  line-height: 110%;
}
@media screen and (max-width: 991px) {
  .title-1 {
    font-size: 32px;
  }
}

.preset-text-1 {
  font-size: 18px;
  line-height: 26px;
}

.button-1 {
  background: #002E60;
  color: #F8CD71;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-align: center;
}
.button-1:hover {
  background: #F8CD71;
  color: #002E60;
}
.button-1:hover img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1413%) hue-rotate(177deg) brightness(40%) contrast(102%);
}
.button-1 img {
  margin-left: 10px;
}

.button-2 {
  background: #1AC359;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 75px;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .button-2 {
    padding: 17px 15px;
    text-align: center;
    width: 100%;
  }
}
.button-2:hover {
  background: #108139;
}
.button-2:hover img {
  filter: brightness(0) invert(1);
}
.button-2 img {
  margin-left: 10px;
  filter: brightness(0) invert(1);
}

.section-padding {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .section-padding {
    padding: 50px 0;
  }
}

.hero-bg {
  background-size: cover;
}

#fancybox-3 .f-thumbs__slide .play-icon {
  display: none !important;
}

/* Mensagem geral */
.wpcf7-response-output {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 15px 20px;
  margin-top: 0 !important;
  border-radius: 8px;
  animation: fadeInUp 0.5s ease;
}

/* Sucesso */
.wpcf7-form.sent .wpcf7-response-output {
  background: #f0f9f5;
  border: 2px solid #28a745;
  color: #155724;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Erro */
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output {
  background: #fff5f5;
  border: 2px solid #dc3545;
  color: #721c24;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Animação */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Commissioner", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #151515;
  background-color: #F9F8F3;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  max-width: 100%;
  color: #000000 !important;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Commissioner", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #151515;
  background-color: #F9F8F3;
}
body.lock-site {
  overflow: hidden;
}

*, *::before, *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*, *:focus, *:active {
  box-shadow: none;
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix {
  clear: both;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

input,
select,
textarea,
button {
  outline: none !important;
}

[data-scroll-animation] {
  opacity: 0;
}
[data-scroll-animation].animated {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none !important;
}

ul,
p {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 993px) {
  .hero {
    display: flex;
  }
}
@media screen and (min-width: 993px) {
  .hero .left,
  .hero .right {
    width: 50%;
  }
}
.hero .left .video {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.hero .left .video video {
  width: 100%;
  height: 100%;
  border-radius: 0 0 10px 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .hero .left .video video {
    border-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  .hero .left .video {
    height: 380px;
  }
}
.hero .right .content {
  padding: 12% 30% 12% 13%;
}
@media (max-width: 1440px) {
  .hero .right .content {
    padding: 10%;
  }
}
@media screen and (max-width: 991px) {
  .hero .right .content {
    padding: 50px 20px;
  }
}
.hero .right .content h1 {
  font-size: 48px;
}
@media (max-width: 1280px) {
  .hero .right .content h1 {
    font-size: 32px;
  }
}

.section-2 {
  background-color: #F9F8F3;
}
@media (max-width: 767px) {
  .section-2 {
    padding-bottom: 90px;
  }
}
.section-2 .nav-barcos-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 993px) {
  .section-2 .nav-barcos-buttons {
    margin-left: 170px;
  }
}
@media screen and (max-width: 767px) {
  .section-2 .nav-barcos-buttons {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .section-2 .nav-barcos-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 999;
    gap: 10px;
    margin: 0;
    margin-bottom: 0 !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.3s ease;
  }
  .section-2 .nav-barcos-buttons.show-buttons {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.section-2 .nav-barcos-buttons .btn-nav-barcos {
  display: inline-block;
  padding: 14px 32px;
  background: #1F3140;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #1F3140;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section-2 .nav-barcos-buttons .btn-nav-barcos {
    padding: 12px 15px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .section-2 .nav-barcos-buttons .btn-nav-barcos {
    flex: 1;
    width: calc(50% - 5px);
    padding: 14px 16px;
    text-align: center;
    font-size: 12px;
    border-radius: 6px;
  }
}
.section-2 .nav-barcos-buttons .btn-nav-barcos:hover {
  background: #2a4659;
  border-color: #2a4659;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(31, 49, 64, 0.3);
}
@media (max-width: 767px) {
  .section-2 .nav-barcos-buttons .btn-nav-barcos:hover {
    transform: none;
  }
}
.section-2 .nav-barcos-buttons .btn-nav-barcos:active {
  transform: translateY(0);
}

.content-1 {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .content-1 {
    flex-direction: column;
    gap: 30px 0;
  }
}
.content-1 + .content-1 {
  margin-top: 80px;
}
.content-1 .left {
  min-width: 180px;
}
.content-1 .right {
  width: 100%;
}
.content-1 .logo {
  width: 180px;
}
.content-1 .card-content {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .content-1 .card-content {
    flex-direction: column;
  }
}
.content-1 .card-content .card-content-item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  border-radius: 10px;
  width: calc(33.33% - 25px);
}
@media screen and (max-width: 1439px) {
  .content-1 .card-content .card-content-item {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .content-1 .card-content .card-content-item {
    width: 312px;
    margin: 0 auto;
  }
}
.content-1 .card-content .card-content-item .image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.content-1 .card-content .card-content-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease;
}
.content-1 .card-content .card-content-item:hover .image img {
  transform: scale(1.05);
}
.content-1 .content-inner {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
.content-1 .content-inner .title {
  width: 100%;
  font-size: 16px;
  color: #002E60;
  padding: 10px;
  text-align: center;
  background: #fff;
  text-transform: uppercase;
}
.content-1 .content-inner .vermais {
  width: 50%;
}
.content-1 .content-inner .vermais a {
  font-size: 12px;
  color: #fff;
  padding: 7px 10px;
  text-align: center;
  background: #002E60;
  transition: all 0.3s ease;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}
.content-1 .content-inner .vermais a:hover {
  background: #05284e;
  color: #fff;
}
.content-1 .content-inner .video360 {
  width: 50%;
}
.content-1 .content-inner .video360 a {
  font-size: 12px;
  color: #002E60;
  padding: 7px 10px;
  text-align: center;
  background: #F8CD71;
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 500;
}
.content-1 .content-inner .video360 a:hover {
  background: #f3b42d;
  color: #002E60;
}
.content-1 .content-inner .maisinfos {
  width: 100%;
}
.content-1 .content-inner .maisinfos a {
  font-size: 12px;
  color: #169e48;
  width: 100%;
  height: 44px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid #002E60;
  border-radius: 0 0 10px 10px;
  transition: all 0.3s ease;
}
.content-1 .content-inner .maisinfos a img {
  filter: invert(48%) sepia(87%) saturate(2476%) hue-rotate(86deg) brightness(94%) contrast(119%);
  margin-left: 8px;
}
.content-1 .content-inner .maisinfos a:hover {
  background: #169e48;
  color: #fff;
  border: 1px solid #169e48;
}
.content-1 .content-inner .maisinfos a:hover img {
  filter: brightness(0) invert(1);
}

.section-4 {
  position: relative;
  margin: 100px 0;
}
@media screen and (max-width: 991px) {
  .section-4 {
    margin: 50px 0;
  }
}
@media screen and (min-width: 993px) {
  .section-4 .image {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-4 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .section-4 .image {
    height: 302px;
    margin-top: 50px;
  }
  .section-4 .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width: 993px) {
  .section-4 .container-inner {
    padding: 100px 0;
  }
}
.section-4 ul {
  list-style-type: square;
  /* tipo do marcador */
  list-style-position: inside;
  /* posição do marcador */
}

.section-5 {
  background: #1F3140;
}
@media (max-width: 767px) {
  .section-5 {
    padding-bottom: 90px;
  }
}
.section-5 .content-produtos {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-5 .content-produtos {
    flex-direction: column;
  }
}
.section-5 .content-produtos .card-produtos-item {
  width: calc(25% - 25px);
}
@media screen and (max-width: 1439px) {
  .section-5 .content-produtos .card-produtos-item {
    width: calc(33.33% - 25px);
  }
}
@media screen and (max-width: 991px) {
  .section-5 .content-produtos .card-produtos-item {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .section-5 .content-produtos .card-produtos-item {
    width: 312px;
    margin: 0 auto;
  }
}
.section-5 .content-produtos .card-produtos-item .image {
  overflow: hidden;
}
.section-5 .content-produtos .card-produtos-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.section-5 .content-produtos .card-produtos-item .inner-content {
  padding: 20px 15px;
  background: #fff;
}
.section-5 .content-produtos .card-produtos-item .inner-content .preco {
  font-size: 30px;
  font-weight: 600;
  color: #002E60;
  text-align: center;
}
.section-5 .content-produtos .card-produtos-item .inner-content .preco span {
  font-size: 22px;
}
.section-5 .content-produtos .card-produtos-item .links {
  display: flex;
  overflow: hidden;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.section-5 .content-produtos .card-produtos-item .links .item {
  flex: 1;
}
.section-5 .content-produtos .card-produtos-item .links .vermais {
  background: #002E60;
  color: #fff;
  padding: 10px 5px;
  transition: all 0.3s ease;
  text-align: center;
  height: 40px;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.section-5 .content-produtos .card-produtos-item .links .vermais:hover {
  background: #05284e;
  color: #fff;
}
.section-5 .content-produtos .card-produtos-item .links .video360 a {
  background: #F8CD71;
  color: #002E60;
  padding: 10px 5px;
  transition: all 0.3s ease;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 13px;
}
.section-5 .content-produtos .card-produtos-item .links .video360 a:hover {
  background: #f3b42d;
  color: #002E60;
}
.section-5 .content-produtos .card-produtos-item .links .pdf-brochure a {
  background: #3d3d3d;
  color: #fff;
  padding: 10px 5px;
  transition: all 0.3s ease;
  text-align: center;
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section-5 .content-produtos .card-produtos-item .links .pdf-brochure a:hover {
  background: #616161;
  color: #fff;
}
.section-5 .content-produtos .card-produtos-item .mais-informacoes {
  width: 100%;
  background: #1AC359;
  color: #fff;
  padding: 10px 5px;
  transition: all 0.3s ease;
  text-align: center;
  height: 40px;
  font-size: 12px;
  border-radius: 0 0 10px 10px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
}
.section-5 .content-produtos .card-produtos-item .mais-informacoes img {
  filter: brightness(0) invert(1);
  margin-left: 5px;
}
.section-5 .content-produtos .card-produtos-item .mais-informacoes:hover {
  background: #108139;
}
.section-5 .content-produtos .card-princess .mais-informacoes {
  background: #fff;
  color: #1AC359;
}
.section-5 .content-produtos .card-princess .mais-informacoes img {
  filter: brightness(0) invert(48%) sepia(87%) saturate(2476%) hue-rotate(86deg) brightness(94%) contrast(119%);
}
.section-5 .content-produtos .card-princess .mais-informacoes:hover {
  background: #1AC359;
  color: #fff;
}
.section-5 .content-produtos .card-princess .mais-informacoes:hover img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .section-5 .button-link {
    width: 100%;
  }
}

.section-6 {
  margin: 100px 0;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .section-6 {
    background-image: url("../img/imagem-fundo2_mobile.png") !important;
    padding: 50px 0 700px;
    margin: 50px 0;
  }
}

.section-7 {
  position: relative;
  margin-top: 80px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-7 {
    margin-top: 0;
  }
}
@media screen and (min-width: 993px) {
  .section-7 .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50%;
    height: 510px;
  }
  .section-7 .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (max-width: 991px) {
  .section-7 .image {
    height: auto;
  }
  .section-7 .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.contato p {
  font-size: 25px;
  line-height: 120%;
  font-weight: 500;
  color: #002E60;
}
.contato p a {
  font-size: 30px;
  font-weight: 700;
}

form {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1019607843) !important;
}
form .form-group {
  margin-bottom: 20px;
}
form .form-group:last-child {
  margin-bottom: 0;
}
form label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
form input,
form textarea {
  width: 100%;
  border: 1px solid #002E60;
  padding: 10px;
  height: 60px;
  font-size: 18px;
  transition: all 0.3s ease;
}
form input:focus,
form textarea:focus {
  border: 1px solid #F8CD71;
}
form textarea {
  height: 90px;
}
form input[type=submit] {
  background: #002E60;
  color: #F8CD71;
  padding: 10px;
  height: 60px;
  width: 80%;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  display: table;
  border: none;
  transition: all 0.3s ease;
}
form input[type=submit]:hover {
  background: #F8CD71;
  color: #002E60;
}

.gallery-item.video-thumb {
  position: relative;
  display: inline-block;
}
.gallery-item.video-thumb .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
.gallery-item.video-thumb .play-icon svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  transition: all 0.3s ease;
}
.gallery-item.video-thumb:hover .play-icon svg {
  transform: scale(1.1);
}

.f-thumbs__slide.has-html .f-html {
  position: relative;
}
.f-thumbs__slide.has-html .f-html .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
.f-thumbs__slide.has-html .f-html .play-icon svg {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  transition: all 0.3s ease;
}
.f-thumbs__slide.has-html .f-html:hover .play-icon svg {
  transform: scale(1.1);
}

.section-5 .f-thumbs__slide .play-icon {
  display: none !important;
}

.section-5 .f-thumbs__slide.is-video-thumb .f-html {
  position: relative;
}
.section-5 .f-thumbs__slide.is-video-thumb .f-html .play-icon {
  display: none !important;
}

/* Estilo para o thumbnail no carousel do Fancybox */
.fancybox__thumbs .f-thumbs__slide.is-video-thumb {
  position: relative;
  /* Necessário para o ::before */
}

/* Ícone de play como overlay */
.fancybox__thumbs .f-thumbs__slide.is-video-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  /* Ajuste o tamanho do ícone */
  height: 40px;
  background: rgba(0, 0, 0, 0.8) url("../img/chevron-video.png") no-repeat center;
  background-size: 20px;
  /* Tamanho do ícone SVG */
  border-radius: 50%;
  /* Círculo ao redor do ícone */
  z-index: 1;
  pointer-events: none;
  /* Não interfere no clique */
}

.content-categories .categorias-boats {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.content-categories .categorias-boats .card-categories-item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  padding: 15px;
  width: calc(33.33% - 25px);
}
@media screen and (max-width: 1439px) {
  .content-categories .categorias-boats .card-categories-item {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .content-categories .categorias-boats .card-categories-item {
    width: 312px;
    margin: 0 auto;
  }
}
.content-categories .categorias-boats .card-categories-item .thumb-categories img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.content-categories .categorias-boats .card-categories-item .title {
  color: #101a31;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px;
}
.content-categories .categorias-boats .card-categories-item .detais {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #101a31;
}
.content-categories .categorias-boats .card-categories-item .button-categories {
  margin-top: 20px;
}
.content-categories .categorias-boats .card-categories-item .button-categories a {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  height: 60px;
  width: 260px;
  background-color: #101a31;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #101a31;
  transition: all 0.6s ease;
}
.content-categories .categorias-boats .card-categories-item .button-categories a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.6s ease;
  z-index: -1;
}
.content-categories .categorias-boats .card-categories-item .button-categories a::after {
  content: "";
  background-image: url("../img/arrow-e468ea3e91769d0fd169.svg");
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  filter: brightness(0) invert(1);
  transition: all 0.6s ease;
}
.content-categories .categorias-boats .card-categories-item .button-categories a:hover {
  color: #101a31;
}
.content-categories .categorias-boats .card-categories-item .button-categories a:hover:before {
  transform: translateX(0);
}
.content-categories .categorias-boats .card-categories-item .button-categories a:hover::after {
  filter: brightness(0) invert(0);
}

.section-categoria-page {
  padding: 40px 0;
}

.breadcrumb-nav {
  display: table;
  margin: 20px auto 0;
}
.breadcrumb-nav .breadcrumb {
  color: #F8CD71;
}
.breadcrumb-nav .breadcrumb li {
  font-size: 14px;
  color: #fff;
}
.breadcrumb-nav .breadcrumb li:before {
  color: #F8CD71;
}
.breadcrumb-nav .breadcrumb li.active {
  color: #F8CD71;
}

.categories-nav .categories-nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.categories-nav .categories-nav-wrapper .category-nav-item {
  padding: 12px 24px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.categories-nav .categories-nav-wrapper .category-nav-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}
.categories-nav .categories-nav-wrapper .category-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.categories-nav .categories-nav-wrapper .category-nav-item:hover:before {
  left: 100%;
}
.categories-nav .categories-nav-wrapper .category-nav-item.active {
  background-color: #F8CD71;
  border-color: #F8CD71;
  color: #101a31;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(232, 190, 107, 0.4);
}
.categories-nav .categories-nav-wrapper .category-nav-item.active:hover {
  transform: translateY(-2px);
}

.logo-white {
  width: 240px;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .logo-white {
    width: 180px;
  }
}

/* WhatsApp Modal */
.whatsapp-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}
.whatsapp-modal .whatsapp-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}
.whatsapp-modal .whatsapp-modal-content {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  max-width: 480px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  animation: slideUp 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .whatsapp-modal .whatsapp-modal-content {
    max-width: 95%;
    border-radius: 10px;
  }
}
.whatsapp-modal .whatsapp-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 2;
  line-height: 1;
  padding-bottom: 5px;
}
.whatsapp-modal .whatsapp-modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}
.whatsapp-modal .whatsapp-modal-header {
  padding: 25px 25px 18px;
  text-align: center;
  background: linear-gradient(135deg, #1F3140 0%, #2a4659 100%);
  border-radius: 12px 12px 0 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .whatsapp-modal .whatsapp-modal-header {
    padding: 20px 20px 15px;
    border-radius: 10px 10px 0 0;
  }
}
.whatsapp-modal .whatsapp-modal-header h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .whatsapp-modal .whatsapp-modal-header h2 {
    font-size: 20px;
  }
}
.whatsapp-modal .whatsapp-modal-header p {
  margin: 0;
  font-size: 13px;
  opacity: 0.85;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .whatsapp-modal .whatsapp-modal-header p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .whatsapp-modal .whatsapp-modal-body {
    padding: 20px;
  }
}
.whatsapp-modal .whatsapp-modal-body form {
  padding: 20px !important;
}
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form input[type=text],
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form input[type=email],
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form input[type=tel],
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form select,
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.2s ease;
  background: #fafafa;
  height: 45px;
}
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form input[type=text]:focus,
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form input[type=email]:focus,
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form input[type=tel]:focus,
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form select:focus,
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form textarea:focus {
  outline: none;
  border-color: #1F3140;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(31, 49, 64, 0.08);
}
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form textarea {
  min-height: 90px;
  resize: vertical;
}
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form input[type=submit],
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form button[type=submit] {
  width: 100%;
  padding: 11px 24px;
  background: #1F3140;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(31, 49, 64, 0.2);
  margin-top: 5px;
}
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form input[type=submit]:hover,
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form button[type=submit]:hover {
  background: #2a4659;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(31, 49, 64, 0.25);
}
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form input[type=submit]:active,
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form button[type=submit]:active {
  transform: translateY(0);
}
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d32f2f;
  margin-top: 3px;
}
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 15px 0 0;
  padding: 12px;
  border-radius: 6px;
  font-size: 13px;
  border: none;
}
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #e8f5e9;
  color: #2e7d32;
  border-left: 3px solid #4caf50;
}
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng, .whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  background: #ffebee;
  color: #c62828;
  border-left: 3px solid #f44336;
}
.whatsapp-modal .whatsapp-modal-body .wpcf7 .wpcf7-form .wpcf7-spinner {
  margin-left: 8px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.content-obrigado-whatsapp {
  text-align: center;
  background: #1F3140;
  padding: 80px 0;
  color: #fff;
}
.content-obrigado-whatsapp h1 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.redirect-message {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
  margin-top: 20px;
}
/*# sourceMappingURL=style.css.map */
