@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;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}

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

.text-blue {
  color: #101F4F !important;
}

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

.text-gray {
  color: #757575 !important;
}

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

.text-yellow {
  color: #D8BC0D !important;
}

.text-blue-light {
  color: #054583 !important;
}

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

.bg-blue {
  background-color: #101F4F !important;
}

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

.bg-gray {
  background-color: #757575 !important;
}

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

.bg-yellow {
  background-color: #D8BC0D !important;
}

.bg-blue-light {
  background-color: #054583 !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-14 {
  font-size: 14px;
  line-height: 24px;
}

.font-16 {
  font-size: 16px;
  line-height: 26px;
}

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

.font-20 {
  font-size: 20px;
  line-height: 30px;
}

.font-22 {
  font-size: 22px;
  line-height: 32px;
}

.font-24 {
  font-size: 24px;
  line-height: 34px;
}

.font-26 {
  font-size: 26px;
  line-height: 36px;
}

.font-28 {
  font-size: 28px;
  line-height: 38px;
}

.font-30 {
  font-size: 30px;
  line-height: 40px;
}

.font-32 {
  font-size: 32px;
  line-height: 42px;
}

.font-34 {
  font-size: 34px;
  line-height: 44px;
}

.font-36 {
  font-size: 36px;
  line-height: 46px;
}

.font-38 {
  font-size: 38px;
  line-height: 48px;
}

.font-40 {
  font-size: 40px;
  line-height: 50px;
}

.font-42 {
  font-size: 42px;
  line-height: 52px;
}

.font-44 {
  font-size: 44px;
  line-height: 54px;
}

.font-46 {
  font-size: 46px;
  line-height: 56px;
}

.font-48 {
  font-size: 48px;
  line-height: 58px;
}

@media (min-width: 768px) {
  .font-md-12 {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .font-md-14 {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .font-md-16 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .font-md-18 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .font-md-20 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .font-md-22 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  .font-md-24 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 768px) {
  .font-md-26 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 768px) {
  .font-md-28 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (min-width: 768px) {
  .font-md-30 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .font-md-32 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (min-width: 768px) {
  .font-md-34 {
    font-size: 34px;
    line-height: 44px;
  }
}

@media (min-width: 768px) {
  .font-md-36 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (min-width: 768px) {
  .font-md-38 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  .font-md-40 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 768px) {
  .font-md-42 {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (min-width: 768px) {
  .font-md-44 {
    font-size: 44px;
    line-height: 54px;
  }
}

@media (min-width: 768px) {
  .font-md-46 {
    font-size: 46px;
    line-height: 56px;
  }
}

@media (min-width: 768px) {
  .font-md-48 {
    font-size: 48px;
    line-height: 58px;
  }
}

@media (min-width: 992px) {
  .font-lg-12 {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (min-width: 992px) {
  .font-lg-14 {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .font-lg-16 {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 992px) {
  .font-lg-18 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .font-lg-20 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  .font-lg-22 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 992px) {
  .font-lg-24 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 992px) {
  .font-lg-26 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 992px) {
  .font-lg-28 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (min-width: 992px) {
  .font-lg-30 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 992px) {
  .font-lg-32 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (min-width: 992px) {
  .font-lg-34 {
    font-size: 34px;
    line-height: 44px;
  }
}

@media (min-width: 992px) {
  .font-lg-36 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (min-width: 992px) {
  .font-lg-38 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (min-width: 992px) {
  .font-lg-40 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 992px) {
  .font-lg-42 {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (min-width: 992px) {
  .font-lg-44 {
    font-size: 44px;
    line-height: 54px;
  }
}

@media (min-width: 992px) {
  .font-lg-46 {
    font-size: 46px;
    line-height: 56px;
  }
}

@media (min-width: 992px) {
  .font-lg-48 {
    font-size: 48px;
    line-height: 58px;
  }
}

.button-1 {
  display: inline-block;
}
.button-1 a {
  font-size: 13px;
  padding: 12px 30px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-1 a:hover {
  background: #ffe544 !important;
}

.section-7 .button-1 a {
  font-size: 16px;
  background: #228F37;
  color: #FFED79;
  padding: 12px 55px;
}

@media screen and (max-width: 991px) {
  .title-1 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
}

.section-form p {
  text-align: center;
}

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

@media screen and (min-width: 993px) {
  .text-md-end,
  .text-lg-end {
    text-align: right;
  }
}

@media screen and (min-width: 993px) {
  .text-md-start,
  .text-lg-start {
    text-align: left;
  }
}

.whatsapp-flutuante {
  position: fixed;
  right: 30px;
  bottom: 15px;
  z-index: 999;
  width: 50px;
}

.whatsapp-flutuante a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 20px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  -webkit-box-shadow: 1px 1px 2px #888;
  box-shadow: 1px 1px 2px #888;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.whatsapp-flutuante a:hover {
  background: #13a148;
  width: 67px;
  height: 67px;
}

/*! 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 {
  -webkit-box-sizing: content-box;
  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] {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box; /* 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;
  -moz-osx-font-smoothing-font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #151515;
}
@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;
  overflow-x-font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #151515;
  background: #FDFBEE;
}
body.lock-site {
  overflow: hidden;
}

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

*, *:focus, *:active {
  -webkit-box-shadow: none;
  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;
}

li {
  list-style: none;
}

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

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

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

header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
header .header {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 220px;
}

.filtro-localidade {
  position: relative;
  min-width: 450px;
}
.filtro-localidade input[type=text] {
  height: 60px;
  border-radius: 10px;
  border: 1px solid #edf2f8;
  -webkit-box-shadow: 0 0 10px 2px rgba(201, 201, 201, 0.5490196078);
  box-shadow: 0 0 10px 2px rgba(201, 201, 201, 0.5490196078);
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: #101F4F;
  font-weight: 500;
  cursor: pointer;
}
.filtro-localidade input[type=text]:hover {
  border-color: #6684bf;
}
.filtro-localidade input[type=text]::-webkit-input-placeholder {
  color: #929292;
  font-weight: 400;
}
.filtro-localidade input[type=text]::-moz-placeholder {
  color: #929292;
  font-weight: 400;
}
.filtro-localidade input[type=text]::-ms-input-placeholder {
  color: #929292;
  font-weight: 400;
}
.filtro-localidade input[type=text]::placeholder {
  color: #929292;
  font-weight: 400;
}
.filtro-localidade input[type=text]:focus {
  background-color: #edf2f8;
  border-color: #6684bf;
}
.filtro-localidade #autocomplete-list {
  position: absolute;
  background: #fff;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  font-size: 14px;
  top: 70px;
  border-radius: 10px;
}
.filtro-localidade #autocomplete-list li {
  border-bottom: 1px solid #a6c0f4;
  padding: 10px;
  cursor: pointer;
}
.filtro-localidade #autocomplete-list li:last-child {
  border-bottom: none;
}
.filtro-localidade #autocomplete-list li:hover {
  background: #6684bf;
  color: #fff;
}

.filter-icon img {
  width: 20px;
  margin-left: 5px;
}

.header-cart {
  margin-right: 20px;
}
.header-cart .cart-icon-wrapper {
  position: relative;
}
.header-cart .cart-icon-wrapper .cart-icon-wrapper-inner {
  background: #101F4F;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
}
.header-cart .cart-icon-wrapper .cart-icon-wrapper-inner svg {
  width: 20px;
  height: 20px;
}
.header-cart .cart-icon-wrapper .cart-count-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #6684bf;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-account svg {
  width: 20px;
  margin-right: 5px;
}

.fiter-content {
  position: fixed;
  width: 100%;
  z-index: 99999;
  bottom: 0;
}
.fiter-content .inner-filter {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #b3b3b3;
  -webkit-box-shadow: 0 0 10px 2px rgba(201, 201, 201, 0.5490196078);
  box-shadow: 0 0 10px 2px rgba(201, 201, 201, 0.5490196078);
  width: 30%;
  border-radius: 10px;
}
.fiter-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cop {
  background: #101F4F;
  padding: 15px 0;
}
.cop .inner-cop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .cop .inner-cop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    gap: 5px 0;
    text-align: center;
  }
}
.cop .inner-cop .logo-ft {
  margin-left: 2px;
}
@media screen and (max-width: 991px) {
  .cop .inner-cop .logo-ft {
    width: 80px;
  }
}
.cop .inner-cop .img-dl {
  margin-left: 2px;
  margin-bottom: 3px;
}

.button-nav {
  display: none;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .button-nav {
    display: block;
  }
}
.button-nav .btn-burguer .icon-bar:nth-of-type(2) {
  top: 1px;
}
.button-nav .btn-burguer .icon-bar:nth-of-type(3) {
  top: 2px;
  margin-bottom: 0;
}
.button-nav .btn-burguer .icon-bar:nth-of-type(4) {
  top: 3px;
}
.button-nav .btn-burguer .icon-bar {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(2) {
  background: transparent;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(3) {
  top: -7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

.btn-burguer {
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  float: left;
  z-index: 999999;
  position: relative;
  width: 25px;
}

.btn-burguer .icon-bar {
  background: #fff;
  display: table;
  margin: 0 auto;
  margin-bottom: 4px;
  width: 25px;
  height: 2px;
  border-radius: 5px;
}

.section-1,
.section-2,
.section-3,
.section-4,
.section-5,
.section-6,
.section-7,
.section-8 {
  overflow-x: clip;
}

.topbar {
  background: #101F4F;
  padding: 15px 40px;
}
.topbar #site-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.topbar #site-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.topbar #site-logo .custom-logo {
  max-height: 50px;
  width: auto;
  height: auto;
  display: block;
}
.topbar .after-header-content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.topbar .bt_header {
  background: #D8BC0C;
  color: #101F4F;
  border: none;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.topbar .bt_header:hover {
  background: #ffe544;
}
.topbar #bt_especialista {
  text-decoration: none;
}
.topbar #site-navigation-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px 15px;
}
.topbar .main-menu > .menu-item {
  position: relative;
}
.topbar .main-menu > .menu-item::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #020d72;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.topbar .main-menu > .menu-item:hover::after {
  width: 100%;
}
.topbar .main-menu > .menu-item > .sub-menu {
  padding-top: 26px;
}
.topbar .main-menu .menu-link {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
}
.topbar .main-menu .nav-arrow {
  margin-left: 8px;
  font-size: 12px;
}
.topbar .main-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
}
.topbar .main-menu > .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.topbar .main-menu .sub-menu .menu-item {
  position: relative;
}
.topbar .main-menu .sub-menu .menu-link {
  color: #fff;
  padding: 10px 16px;
  font-size: 13px;
  text-transform: none;
  border-bottom: none;
  font-weight: 400;
  background: #17396e;
}
.topbar .main-menu .sub-menu .menu-link:hover {
  background: #dd3333;
}
.topbar .main-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  margin-left: 0;
}
.topbar .main-menu .sub-menu .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.topbar .oceanwp-mobile-menu-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.topbar .mobile-menu {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.topbar .mobile-menu:hover {
  color: #D8BC0D;
}
.topbar .mobile-menu .oceanwp-close-text {
  display: none;
}
.topbar .mobile-menu i {
  font-size: 22px;
}
body.mobile-menu-open .topbar .mobile-menu .oceanwp-text {
  display: none;
}
body.mobile-menu-open .topbar .mobile-menu .oceanwp-close-text {
  display: inline;
}
.topbar .inner-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mobile-dropdown {
  background: #101F4F;
  max-height: 70vh;
  overflow-y: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #17396e;
}
#mobile-dropdown .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-dropdown .menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#mobile-dropdown .menu-item a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
}
#mobile-dropdown .menu-item a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #D8BC0D;
}
#mobile-dropdown .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
#mobile-dropdown .menu-item.submenu-open > .sub-menu {
  display: block;
}
#mobile-dropdown .sub-menu .menu-item a {
  padding: 10px 20px 10px 32px;
  font-size: 13px;
  font-weight: 500;
}
#mobile-dropdown .sub-menu .sub-menu .menu-item a {
  padding-left: 44px;
}
#mobile-dropdown .dropdown-toggle {
  float: right;
  padding: 0 8px;
  cursor: pointer;
}
#mobile-dropdown .dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
}
#mobile-dropdown .menu-item.submenu-open > a .dropdown-toggle::after {
  content: "\f106";
}

@media screen and (max-width: 991px) {
  .topbar {
    padding: 0;
    background: none;
  }
  .topbar #site-header-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 40px;
    background: #101f4f;
  }
  .topbar #site-logo .custom-logo {
    max-height: 40px;
  }
  .topbar .after-header-content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .topbar .bt_header {
    padding: 10px 16px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  #mobile-dropdown {
    display: none !important;
  }
}
.hero {
  background-image: url("../img/hero-desktop.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 75px 0;
}
@media screen and (max-width: 991px) {
  .hero {
    background-image: url("../img/hero-mobile.png");
    padding: 40px 0 250px 0;
    text-align: center;
    background-position: center bottom;
  }
}
@media screen and (min-width: 993px) {
  .hero .inner-hero {
    width: 470px;
  }
}
.hero h1 {
  text-transform: uppercase;
}
.hero .button-1 a {
  padding: 15px 70px;
}

.banner-mobile img {
  width: 100%;
}

.section-1 .content-inner .visible-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .section-1 .content-inner .visible-desktop {
    display: none;
  }
}
.section-1 .content-inner .visible-mobile {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-1 .content-inner .visible-mobile {
    display: none;
  }
}

.faixa-logos {
  background: #054583;
  padding: 30px 0;
}
.faixa-logos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-3 video {
  height: 100%;
  width: 100%;
}

.section-4 {
  position: relative;
}
.section-4 .inner-section {
  background: #044110;
  padding: 30px 30px;
  position: relative;
  z-index: 2;
}

.faixa-amarela {
  background: #D8BC0D;
  height: 85%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
}

.section-5 .column-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .section-5 .column-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-5 .coluna-topicos .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.section-5 .coluna-image {
  min-width: 500px;
}
@media screen and (max-width: 991px) {
  .section-5 .coluna-image {
    min-width: 100%;
  }
}
.section-5 .coluna-image img {
  width: 100%;
}

.section-6 {
  padding: 60px 0;
  background-image: url("../img/background-section-6.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #054583;
}

.section-7 .item {
  padding: 20px;
  background: #C2362F;
}
.section-7 .button-1 a:hover {
  color: #228F37;
}

.section-8 {
  padding: 60px 0;
  background-image: url("../img/background-section-6.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #054583;
}

.linha {
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #228F37), color-stop(50%, #D8BC0D));
  background: linear-gradient(to right, #228F37 50%, #D8BC0D 50%);
}

.form .item {
  margin-top: 15px;
}
.form label {
  font-size: 16px;
  color: #054583;
  margin-bottom: 5px;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel] {
  border: 1px solid #054583;
  padding: 10px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.95);
}
.form input[type=text]::-webkit-input-placeholder,
.form input[type=email]::-webkit-input-placeholder,
.form input[type=tel]::-webkit-input-placeholder {
  color: #406f9e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.form input[type=text]::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form input[type=tel]::-moz-placeholder {
  color: #406f9e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.form input[type=text]::-ms-input-placeholder,
.form input[type=email]::-ms-input-placeholder,
.form input[type=tel]::-ms-input-placeholder {
  color: #406f9e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder {
  color: #406f9e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus {
  outline: none;
  border-color: #044110;
  border-width: 2px;
  -webkit-box-shadow: 0 0 0 3px rgba(4, 65, 16, 0.1);
  box-shadow: 0 0 0 3px rgba(4, 65, 16, 0.1);
  background: white;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.form input[type=text]:focus::-webkit-input-placeholder,
.form input[type=email]:focus::-webkit-input-placeholder,
.form input[type=tel]:focus::-webkit-input-placeholder {
  color: #044110;
}
.form input[type=text]:focus::-moz-placeholder,
.form input[type=email]:focus::-moz-placeholder,
.form input[type=tel]:focus::-moz-placeholder {
  color: #044110;
}
.form input[type=text]:focus::-ms-input-placeholder,
.form input[type=email]:focus::-ms-input-placeholder,
.form input[type=tel]:focus::-ms-input-placeholder {
  color: #044110;
}
.form input[type=text]:focus::placeholder,
.form input[type=email]:focus::placeholder,
.form input[type=tel]:focus::placeholder {
  color: #044110;
}
.form input[type=text]:hover,
.form input[type=email]:hover,
.form input[type=tel]:hover {
  border-color: #044110;
  -webkit-box-shadow: 0 4px 12px rgba(4, 65, 16, 0.15);
  box-shadow: 0 4px 12px rgba(4, 65, 16, 0.15);
}
.form input[type=submit] {
  font-size: 20px;
  font-weight: 800;
  background: #228F37;
  color: #FFED79;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  margin-top: 13px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.form input[type=submit]:hover {
  background: #228F37;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(34, 143, 55, 0.3);
  box-shadow: 0 6px 20px rgba(34, 143, 55, 0.3);
}
.form input[type=submit]:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 2px 10px rgba(34, 143, 55, 0.2);
  box-shadow: 0 2px 10px rgba(34, 143, 55, 0.2);
}

footer {
  background: #101F4F;
  padding: 40px 0;
}

.modal {
  background: #101F4F !important;
  padding: 30px !important;
  border-radius: 8px;
  /* Adiciona cantos arredondados */
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* Adiciona sombra para destaque */
  max-width: 500px;
  /* Define uma largura máxima */
  margin: 0 auto;
  /* Centraliza o modal */
  position: relative;
}
.modal label {
  color: #fff;
  margin-bottom: 5px;
  display: block;
  /* Torna o texto do label mais legível */
}
.modal input[type=text],
.modal input[type=email],
.modal input[type=submit] {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.modal input[type=text]:focus,
.modal input[type=email]:focus,
.modal input[type=submit]:focus {
  border-color: #ffcc00;
  /* Cor de destaque no foco */
  -webkit-box-shadow: 0 0 5px rgba(255, 204, 0, 0.5);
  box-shadow: 0 0 5px rgba(255, 204, 0, 0.5);
  outline: none;
}
.modal input[type=submit] {
  background: #ffcc00;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.modal input[type=submit]:hover {
  background: #e6b800;
}

.obrigado {
  background: #f3f3f3;
  padding: 80px 0;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .obrigado {
    padding: 40px 0;
  }
}
.obrigado .button-voltar {
  display: table;
  margin: 0 auto;
  margin-top: 30px;
}
.obrigado .button-voltar a {
  padding: 8px 40px;
  background: #000;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.78);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.78);
  border-radius: 5px;
  border: 2px solid #ffffff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}

.map-container {
  position: fixed;
  height: calc(-116px + 100vh);
  top: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 993px) {
  .map-container {
    width: 30%;
  }
}
.map-container #map {
  width: 100%;
  height: 100%;
}

.products-map-container {
  min-height: 80vh;
  height: 100%;
}
.products-map-container .products-list {
  padding: 30px;
}
@media screen and (min-width: 993px) {
  .products-map-container .products-list {
    width: 70%;
  }
}
.products-map-container #products-grid {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 20px;
}
.products-map-container #products-grid .product-box .head-product {
  height: 120px;
  position: relative;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}
.products-map-container #products-grid .product-box .content-product {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #dfe7ef;
}
.products-map-container #products-grid .product-box .content-product .semanas-selector select {
  width: 200px;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #dfe7ef;
  background: #fff;
  color: #101F4F;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23007bff'><path d='M6 8l-4-4h8z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
.products-map-container #products-grid .product-box button.add-to-cart-btn {
  border: none;
  margin-top: 30px;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #101F4F;
  background: none;
  border-radius: 10px;
  font-size: 15px;
  color: #101F4F;
  -webkit-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
}
.products-map-container #products-grid .product-box button.add-to-cart-btn:hover {
  background: #101F4F;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */
