.container {
  padding-right: 15px !important;
  padding-left: 15px !important;
  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: 1400px) {
  .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;
  }
}
.font-baloo {
  font-family: "Baloo 2", sans-serif;
}

.text-left {
  text-align: left !important;
}

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

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

.text-justify {
  text-align: justify !important;
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-justify {
    text-align: justify !important;
  }
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}

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

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

.text-blue {
  color: #1B60A3 !important;
}

.text-orange {
  color: #FF924B !important;
}

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

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

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

.bg-blue {
  background-color: #1B60A3 !important;
}

.bg-orange {
  background-color: #FF924B !important;
}

.bg-gray {
  background-color: #2A2A2A !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-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

.mr-5 {
  margin-right: 5px !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-0 {
    margin-top: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .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-0 {
    margin-top: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  .ml-xl-55 {
    margin-left: 55px !important;
  }
  .mr-xl-55 {
    margin-right: 55px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  .ml-xl-65 {
    margin-left: 65px !important;
  }
  .mr-xl-65 {
    margin-right: 65px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xl-70 {
    margin-left: 70px !important;
  }
  .mr-xl-70 {
    margin-right: 70px !important;
  }
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  .ml-xl-75 {
    margin-left: 75px !important;
  }
  .mr-xl-75 {
    margin-right: 75px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  .ml-xl-85 {
    margin-left: 85px !important;
  }
  .mr-xl-85 {
    margin-right: 85px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xl-90 {
    margin-left: 90px !important;
  }
  .mr-xl-90 {
    margin-right: 90px !important;
  }
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  .ml-xl-95 {
    margin-left: 95px !important;
  }
  .mr-xl-95 {
    margin-right: 95px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  .mr-xl-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xxl-0 {
    margin-top: 0px !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xxl-0 {
    margin-left: 0px !important;
  }
  .mr-xxl-0 {
    margin-right: 0px !important;
  }
  .mt-xxl-5 {
    margin-top: 5px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xxl-5 {
    margin-left: 5px !important;
  }
  .mr-xxl-5 {
    margin-right: 5px !important;
  }
  .mt-xxl-10 {
    margin-top: 10px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-10 {
    margin-left: 10px !important;
  }
  .mr-xxl-10 {
    margin-right: 10px !important;
  }
  .mt-xxl-15 {
    margin-top: 15px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xxl-15 {
    margin-left: 15px !important;
  }
  .mr-xxl-15 {
    margin-right: 15px !important;
  }
  .mt-xxl-20 {
    margin-top: 20px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-20 {
    margin-left: 20px !important;
  }
  .mr-xxl-20 {
    margin-right: 20px !important;
  }
  .mt-xxl-25 {
    margin-top: 25px !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xxl-25 {
    margin-left: 25px !important;
  }
  .mr-xxl-25 {
    margin-right: 25px !important;
  }
  .mt-xxl-30 {
    margin-top: 30px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-30 {
    margin-left: 30px !important;
  }
  .mr-xxl-30 {
    margin-right: 30px !important;
  }
  .mt-xxl-35 {
    margin-top: 35px !important;
  }
  .mb-xxl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xxl-35 {
    margin-left: 35px !important;
  }
  .mr-xxl-35 {
    margin-right: 35px !important;
  }
  .mt-xxl-40 {
    margin-top: 40px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xxl-40 {
    margin-left: 40px !important;
  }
  .mr-xxl-40 {
    margin-right: 40px !important;
  }
  .mt-xxl-45 {
    margin-top: 45px !important;
  }
  .mb-xxl-45 {
    margin-bottom: 45px !important;
  }
  .ml-xxl-45 {
    margin-left: 45px !important;
  }
  .mr-xxl-45 {
    margin-right: 45px !important;
  }
  .mt-xxl-50 {
    margin-top: 50px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xxl-50 {
    margin-left: 50px !important;
  }
  .mr-xxl-50 {
    margin-right: 50px !important;
  }
  .mt-xxl-55 {
    margin-top: 55px !important;
  }
  .mb-xxl-55 {
    margin-bottom: 55px !important;
  }
  .ml-xxl-55 {
    margin-left: 55px !important;
  }
  .mr-xxl-55 {
    margin-right: 55px !important;
  }
  .mt-xxl-60 {
    margin-top: 60px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xxl-60 {
    margin-left: 60px !important;
  }
  .mr-xxl-60 {
    margin-right: 60px !important;
  }
  .mt-xxl-65 {
    margin-top: 65px !important;
  }
  .mb-xxl-65 {
    margin-bottom: 65px !important;
  }
  .ml-xxl-65 {
    margin-left: 65px !important;
  }
  .mr-xxl-65 {
    margin-right: 65px !important;
  }
  .mt-xxl-70 {
    margin-top: 70px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xxl-70 {
    margin-left: 70px !important;
  }
  .mr-xxl-70 {
    margin-right: 70px !important;
  }
  .mt-xxl-75 {
    margin-top: 75px !important;
  }
  .mb-xxl-75 {
    margin-bottom: 75px !important;
  }
  .ml-xxl-75 {
    margin-left: 75px !important;
  }
  .mr-xxl-75 {
    margin-right: 75px !important;
  }
  .mt-xxl-80 {
    margin-top: 80px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xxl-80 {
    margin-left: 80px !important;
  }
  .mr-xxl-80 {
    margin-right: 80px !important;
  }
  .mt-xxl-85 {
    margin-top: 85px !important;
  }
  .mb-xxl-85 {
    margin-bottom: 85px !important;
  }
  .ml-xxl-85 {
    margin-left: 85px !important;
  }
  .mr-xxl-85 {
    margin-right: 85px !important;
  }
  .mt-xxl-90 {
    margin-top: 90px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xxl-90 {
    margin-left: 90px !important;
  }
  .mr-xxl-90 {
    margin-right: 90px !important;
  }
  .mt-xxl-95 {
    margin-top: 95px !important;
  }
  .mb-xxl-95 {
    margin-bottom: 95px !important;
  }
  .ml-xxl-95 {
    margin-left: 95px !important;
  }
  .mr-xxl-95 {
    margin-right: 95px !important;
  }
  .mt-xxl-100 {
    margin-top: 100px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xxl-100 {
    margin-left: 100px !important;
  }
  .mr-xxl-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;
}

.font-12 {
  font-size: 12px;
}

@media (min-width: ) {
  .font-default-12 {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .font-md-12 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font-lg-12 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .font-xl-12 {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-12 {
    font-size: 12px;
  }
}
.font-14 {
  font-size: 14px;
}

@media (min-width: ) {
  .font-default-14 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .font-md-14 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .font-lg-14 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .font-xl-14 {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-14 {
    font-size: 14px;
  }
}
.font-16 {
  font-size: 16px;
}

@media (min-width: ) {
  .font-default-16 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .font-md-16 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font-lg-16 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .font-xl-16 {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-16 {
    font-size: 16px;
  }
}
.font-18 {
  font-size: 18px;
}

@media (min-width: ) {
  .font-default-18 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .font-md-18 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .font-lg-18 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font-xl-18 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-18 {
    font-size: 18px;
  }
}
.font-20 {
  font-size: 20px;
}

@media (min-width: ) {
  .font-default-20 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .font-md-20 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .font-lg-20 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .font-xl-20 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-20 {
    font-size: 20px;
  }
}
.font-22 {
  font-size: 22px;
}

@media (min-width: ) {
  .font-default-22 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .font-md-22 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .font-lg-22 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .font-xl-22 {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-22 {
    font-size: 22px;
  }
}
.font-24 {
  font-size: 24px;
}

@media (min-width: ) {
  .font-default-24 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .font-md-24 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .font-lg-24 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font-xl-24 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-24 {
    font-size: 24px;
  }
}
.font-26 {
  font-size: 26px;
}

@media (min-width: ) {
  .font-default-26 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .font-md-26 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .font-lg-26 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .font-xl-26 {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-26 {
    font-size: 26px;
  }
}
.font-28 {
  font-size: 28px;
}

@media (min-width: ) {
  .font-default-28 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .font-md-28 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .font-lg-28 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .font-xl-28 {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-28 {
    font-size: 28px;
  }
}
.font-30 {
  font-size: 30px;
}

@media (min-width: ) {
  .font-default-30 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .font-md-30 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .font-lg-30 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .font-xl-30 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-30 {
    font-size: 30px;
  }
}
.font-32 {
  font-size: 32px;
}

@media (min-width: ) {
  .font-default-32 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .font-md-32 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .font-lg-32 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .font-xl-32 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-32 {
    font-size: 32px;
  }
}
.font-34 {
  font-size: 34px;
}

@media (min-width: ) {
  .font-default-34 {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .font-md-34 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .font-lg-34 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .font-xl-34 {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-34 {
    font-size: 34px;
  }
}
.font-36 {
  font-size: 36px;
}

@media (min-width: ) {
  .font-default-36 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .font-md-36 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .font-lg-36 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .font-xl-36 {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-36 {
    font-size: 36px;
  }
}
.font-38 {
  font-size: 38px;
}

@media (min-width: ) {
  .font-default-38 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .font-md-38 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .font-lg-38 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .font-xl-38 {
    font-size: 38px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-38 {
    font-size: 38px;
  }
}
.font-40 {
  font-size: 40px;
}

@media (min-width: ) {
  .font-default-40 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .font-md-40 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font-lg-40 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .font-xl-40 {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-40 {
    font-size: 40px;
  }
}
.font-42 {
  font-size: 42px;
}

@media (min-width: ) {
  .font-default-42 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .font-md-42 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .font-lg-42 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .font-xl-42 {
    font-size: 42px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-42 {
    font-size: 42px;
  }
}
.font-44 {
  font-size: 44px;
}

@media (min-width: ) {
  .font-default-44 {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  .font-md-44 {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .font-lg-44 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .font-xl-44 {
    font-size: 44px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-44 {
    font-size: 44px;
  }
}
.font-46 {
  font-size: 46px;
}

@media (min-width: ) {
  .font-default-46 {
    font-size: 46px;
  }
}
@media (min-width: 768px) {
  .font-md-46 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .font-lg-46 {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .font-xl-46 {
    font-size: 46px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-46 {
    font-size: 46px;
  }
}
.font-48 {
  font-size: 48px;
}

@media (min-width: ) {
  .font-default-48 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .font-md-48 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .font-lg-48 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .font-xl-48 {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-48 {
    font-size: 48px;
  }
}
.font-50 {
  font-size: 50px;
}

@media (min-width: ) {
  .font-default-50 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .font-md-50 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .font-lg-50 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .font-xl-50 {
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-50 {
    font-size: 50px;
  }
}
.font-52 {
  font-size: 52px;
}

@media (min-width: ) {
  .font-default-52 {
    font-size: 52px;
  }
}
@media (min-width: 768px) {
  .font-md-52 {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .font-lg-52 {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .font-xl-52 {
    font-size: 52px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-52 {
    font-size: 52px;
  }
}
.font-54 {
  font-size: 54px;
}

@media (min-width: ) {
  .font-default-54 {
    font-size: 54px;
  }
}
@media (min-width: 768px) {
  .font-md-54 {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  .font-lg-54 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .font-xl-54 {
    font-size: 54px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-54 {
    font-size: 54px;
  }
}
.font-56 {
  font-size: 56px;
}

@media (min-width: ) {
  .font-default-56 {
    font-size: 56px;
  }
}
@media (min-width: 768px) {
  .font-md-56 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .font-lg-56 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .font-xl-56 {
    font-size: 56px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-56 {
    font-size: 56px;
  }
}
.font-58 {
  font-size: 58px;
}

@media (min-width: ) {
  .font-default-58 {
    font-size: 58px;
  }
}
@media (min-width: 768px) {
  .font-md-58 {
    font-size: 58px;
  }
}
@media (min-width: 992px) {
  .font-lg-58 {
    font-size: 58px;
  }
}
@media (min-width: 1200px) {
  .font-xl-58 {
    font-size: 58px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-58 {
    font-size: 58px;
  }
}
.font-60 {
  font-size: 60px;
}

@media (min-width: ) {
  .font-default-60 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .font-md-60 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .font-lg-60 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .font-xl-60 {
    font-size: 60px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-60 {
    font-size: 60px;
  }
}
.font-62 {
  font-size: 62px;
}

@media (min-width: ) {
  .font-default-62 {
    font-size: 62px;
  }
}
@media (min-width: 768px) {
  .font-md-62 {
    font-size: 62px;
  }
}
@media (min-width: 992px) {
  .font-lg-62 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .font-xl-62 {
    font-size: 62px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-62 {
    font-size: 62px;
  }
}
.font-64 {
  font-size: 64px;
}

@media (min-width: ) {
  .font-default-64 {
    font-size: 64px;
  }
}
@media (min-width: 768px) {
  .font-md-64 {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .font-lg-64 {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .font-xl-64 {
    font-size: 64px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-64 {
    font-size: 64px;
  }
}
.font-66 {
  font-size: 66px;
}

@media (min-width: ) {
  .font-default-66 {
    font-size: 66px;
  }
}
@media (min-width: 768px) {
  .font-md-66 {
    font-size: 66px;
  }
}
@media (min-width: 992px) {
  .font-lg-66 {
    font-size: 66px;
  }
}
@media (min-width: 1200px) {
  .font-xl-66 {
    font-size: 66px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-66 {
    font-size: 66px;
  }
}
.font-68 {
  font-size: 68px;
}

@media (min-width: ) {
  .font-default-68 {
    font-size: 68px;
  }
}
@media (min-width: 768px) {
  .font-md-68 {
    font-size: 68px;
  }
}
@media (min-width: 992px) {
  .font-lg-68 {
    font-size: 68px;
  }
}
@media (min-width: 1200px) {
  .font-xl-68 {
    font-size: 68px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-68 {
    font-size: 68px;
  }
}
.font-70 {
  font-size: 70px;
}

@media (min-width: ) {
  .font-default-70 {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .font-md-70 {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .font-lg-70 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .font-xl-70 {
    font-size: 70px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-70 {
    font-size: 70px;
  }
}
.font-72 {
  font-size: 72px;
}

@media (min-width: ) {
  .font-default-72 {
    font-size: 72px;
  }
}
@media (min-width: 768px) {
  .font-md-72 {
    font-size: 72px;
  }
}
@media (min-width: 992px) {
  .font-lg-72 {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .font-xl-72 {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-72 {
    font-size: 72px;
  }
}
.font-74 {
  font-size: 74px;
}

@media (min-width: ) {
  .font-default-74 {
    font-size: 74px;
  }
}
@media (min-width: 768px) {
  .font-md-74 {
    font-size: 74px;
  }
}
@media (min-width: 992px) {
  .font-lg-74 {
    font-size: 74px;
  }
}
@media (min-width: 1200px) {
  .font-xl-74 {
    font-size: 74px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-74 {
    font-size: 74px;
  }
}
.font-76 {
  font-size: 76px;
}

@media (min-width: ) {
  .font-default-76 {
    font-size: 76px;
  }
}
@media (min-width: 768px) {
  .font-md-76 {
    font-size: 76px;
  }
}
@media (min-width: 992px) {
  .font-lg-76 {
    font-size: 76px;
  }
}
@media (min-width: 1200px) {
  .font-xl-76 {
    font-size: 76px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-76 {
    font-size: 76px;
  }
}
.font-78 {
  font-size: 78px;
}

@media (min-width: ) {
  .font-default-78 {
    font-size: 78px;
  }
}
@media (min-width: 768px) {
  .font-md-78 {
    font-size: 78px;
  }
}
@media (min-width: 992px) {
  .font-lg-78 {
    font-size: 78px;
  }
}
@media (min-width: 1200px) {
  .font-xl-78 {
    font-size: 78px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-78 {
    font-size: 78px;
  }
}
.font-80 {
  font-size: 80px;
}

@media (min-width: ) {
  .font-default-80 {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .font-md-80 {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .font-lg-80 {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  .font-xl-80 {
    font-size: 80px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-80 {
    font-size: 80px;
  }
}
.title-1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  font-family: "Baloo 2", sans-serif;
}
@media screen and (max-width: 767px) {
  .title-1 {
    font-size: 30px;
  }
}

.button-1 a {
  background: #1B60A3;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  font-family: "Baloo 2", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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: 10px;
}
@media screen and (max-width: 991px) {
  .button-1 a {
    font-size: 20px;
    padding: 10px 10px;
  }
}
.button-1.btn-orange a {
  background: #FF924B;
}
.button-1.btn-white a {
  background: #fff;
  color: #1B60A3;
}
.button-1.hv-white a:hover {
  background: #fff;
  color: #1B60A3;
}
.button-1.hv-orange a:hover {
  background: #FF924B;
  color: #fff;
}

.list-1 {
  padding-left: 30px;
  margin-top: 10px;
  list-style: disc;
  line-height: 1.3;
}
.list-1 li {
  list-style: disc;
}
.list-1 li + li {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .list-1 li + li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .list-1 li {
    list-style-position: inside;
  }
}

.list-2 {
  font-size: 16px;
  color: #2A2A2A;
  padding-left: 10px;
}
.list-2 li {
  position: relative;
  padding-left: 30px;
}
.list-2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("../img/check.svg");
  width: 20px;
  height: 15px;
}
.list-2 li + li {
  margin-top: 15px;
}

.padding-section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .padding-section {
    padding: 60px 0;
  }
}

.wpcf7-not-valid-tip {
  color: #b96767 !important;
  font-size: 12px !important;
  margin-top: 10px !important;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 12px !important;
  padding: 10px !important;
  border-radius: 10px !important;
  background-color: #f8d7da !important;
  color: #721c24 !important;
  border: 1px solid #f5c6cb !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  text-align: center !important;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wpcf7-spinner {
  display: none !important;
  margin: 0 !important;
}
.wpcf7-form.submitting .wpcf7-spinner {
  display: table !important;
  margin: 0 auto !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #5bb563 !important;
  border: none !important;
  color: #fff !important;
}

br {
  display: block;
  content: "";
  margin-top: -10px;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Baloo 2", sans-serif;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 16px;
}
.breadcrumb ul li {
  color: #2A2A2A !important;
}
.breadcrumb ul li a {
  color: #2A2A2A !important;
}
.breadcrumb ul li.active {
  font-weight: 700;
}

/*! 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;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
  background: #F7F7F7;
}
@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: #000;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #F7F7F7;
}

#page {
  overflow: clip;
}

*, *::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;
}

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

.content-all {
  overflow-x: clip;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
.site-header.scrolled {
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.site-header.scrolled .site-container {
  padding: 20px 0;
  border-bottom: none;
}

body {
  padding-top: 100px;
}
@media (max-width: 1439px) {
  body {
    padding-top: 90px;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 73px;
  }
}
.site-branding {
  width: 240px;
}
@media screen and (max-width: 1439px) {
  .site-branding {
    width: 180px;
  }
}
@media screen and (max-width: 1199px) {
  .site-branding {
    width: 140px;
  }
}
@media screen and (max-width: 991px) {
  .site-branding {
    width: 160px;
  }
}

.site-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;
  padding: 25px 0;
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-container .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 15px;
}
@media screen and (max-width: 767px) {
  .site-container .buttons {
    width: 100%;
  }
}
.site-container .buttons a {
  width: 170px;
  height: 50px;
  font-family: "Baloo 2", sans-serif;
  font-size: 16px;
  font-weight: 800;
  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;
  border-radius: 8px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1439px) {
  .site-container .buttons a {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .site-container .buttons a {
    width: 48%;
    font-size: 15px;
    height: 50px;
  }
}
.site-container .buttons a.button-entrar {
  border: 1px solid #1B60A3;
  color: #1B60A3;
}
.site-container .buttons a.button-entrar:hover {
  background: #1B60A3;
  color: #fff;
}
.site-container .buttons a.button-especialista {
  background: #FF924B;
  color: #fff;
}
.site-container .buttons a.button-especialista:hover {
  background: #1B60A3;
  color: #fff;
}

.site-navigation {
  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;
  gap: 0 40px;
}
@media screen and (max-width: 1439px) {
  .site-navigation {
    gap: 0 20px;
  }
}
.site-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 1439px) {
  .site-navigation ul {
    gap: 0 20px;
  }
}
.site-navigation ul li a {
  color: #05131D;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1439px) {
  .site-navigation ul li a {
    font-size: 14px;
  }
}
.site-navigation ul li a:hover {
  color: #FF924B;
}
.site-navigation ul li.current-menu-item a {
  color: #FF924B;
}
.site-navigation ul .blogFooter,
.site-navigation ul .contatoHeader {
  display: none;
}

.section--cta .button-1 {
  margin-top: 15px;
}
.section--cta .button-1 a {
  background: #FF924B;
  width: 480px;
}
@media screen and (max-width: 991px) {
  .section--cta .button-1 a {
    width: 100%;
  }
}

footer {
  padding: 100px 0 30px 0;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 60px 0 70px 0;
  }
}
footer .footer {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  border-top: #F7F7F7 0.87px solid;
}
footer .footer .top-footer {
  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;
}
@media screen and (max-width: 1199px) {
  footer .footer .top-footer {
    -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;
    gap: 30px 20px;
  }
}
footer .logo {
  width: 240px;
}
@media screen and (max-width: 991px) {
  footer .logo {
    width: 220px;
  }
}

.links-politicas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .links-politicas {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .links-politicas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.links-politicas a {
  font-size: 12px;
}

.nav-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 50px;
}
@media (max-width: 1400px) {
  .nav-footer ul {
    gap: 15px 15px;
  }
}
@media screen and (max-width: 991px) {
  .nav-footer ul {
    -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;
  }
}
.nav-footer ul li a {
  font-size: 15px;
  color: #05131D;
  font-weight: 500;
}

.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .social-footer {
    margin-top: 20px;
  }
}
.social-footer a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #FF924B;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-footer a i {
  font-size: 18px;
  color: #1B60A3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-footer a:hover {
  background: #FF924B;
}
.social-footer a:hover i {
  color: #fff;
}

.dl {
  margin-top: 5px;
}
.dl img {
  margin-bottom: 2px;
}

.menu-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 30px;
  height: 26px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  position: relative;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle .menu-toggle-icon {
  width: 100%;
  height: 3px;
  background-color: #FF924B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.menu-toggle[aria-expanded=true] .menu-toggle-icon:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
.menu-toggle[aria-expanded=true] .menu-toggle-icon:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.menu-toggle[aria-expanded=true] .menu-toggle-icon:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}

@media screen and (max-width: 991px) {
  .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 100px 40px 40px;
    gap: 40px 0;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
    z-index: 999;
    overflow-y: auto;
  }
  .site-navigation.active {
    right: 0;
  }
  .site-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
    width: 100%;
  }
  .site-navigation ul li {
    width: 100%;
    text-align: left;
  }
  .site-navigation ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-navigation ul li a:hover {
    padding-left: 10px;
    color: #2A2A2A;
  }
  .site-navigation .button-fale {
    width: 100%;
  }
  .site-navigation .button-fale a {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-container {
    padding: 20px 0;
  }
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.menu-overlay.active {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .site-navigation {
    max-width: 350px;
    padding: 80px 30px 30px;
  }
}
@media screen and (max-width: 479px) {
  .site-navigation {
    max-width: 100%;
    padding: 80px 20px 30px;
  }
}
body.menu-open {
  overflow: hidden;
}

.hero {
  background-color: #FF924B;
  padding: 60px 0;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .hero {
    padding: 40px 0;
  }
}
.hero .hero-container {
  row-gap: 30px;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .hero .hero-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.hero .hero-container .hero-content {
  color: #fff;
  font-family: "Baloo 2", sans-serif;
}
@media screen and (min-width: 993px) {
  .hero .hero-container .hero-content {
    width: 45%;
  }
}
.hero .hero-container .hero-content h1 {
  font-family: "Baloo 2", sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hero .hero-container .hero-content h1 {
    font-size: 30px;
    text-align: center;
    line-height: 34px;
  }
}
.hero .hero-container .hero-content p {
  font-size: 30px;
  margin-top: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hero .hero-container .hero-content p {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    line-height: 24px;
  }
}
.hero .hero-container .hero-content p strong {
  font-weight: 600;
}
@media screen and (min-width: 993px) {
  .hero .hero-container .hero-image {
    width: 55%;
  }
}
.hero .hero-container .hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .hero .logos ul {
    gap: 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .hero .logos ul {
    gap: 0 25px;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  .hero .logos ul li {
    min-width: 80px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    scroll-snap-align: start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .hero .logos ul li img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 50px;
  }
  .hero .logos ul::-webkit-scrollbar {
    display: none;
  }
}

.beneficios-container {
  gap: 20px 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .beneficios-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.beneficios-container .beneficios-image {
  min-width: 320px;
}
@media screen and (min-width: 993px) {
  .beneficios-container .beneficios-content {
    width: 50%;
  }
}

.content-boxes-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .content-boxes-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.content-boxes-1 .box-cuidado {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .content-boxes-1 .box-cuidado {
    padding: 20px;
  }
}
@media screen and (min-width: 993px) {
  .content-boxes-1 .box-cuidado {
    width: 33.33%;
  }
}
.content-boxes-1 .box-cuidado .head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 15px;
}
.content-boxes-1 .box-cuidado .head-box .icon {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.content-boxes-1 .arrow-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .content-boxes-1 .arrow-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content-boxes-1 .arrow-icon i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.content-comece-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px 40px;
}
@media screen and (max-width: 1199px) {
  .content-comece-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.content-comece-container .content-comece-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
  .content-comece-container .content-comece-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.content-comece-container .content-comece-item .content-comece-content {
  border-radius: 15px 0 0 15px;
  background-color: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .content-comece-container .content-comece-item .content-comece-content {
    padding: 20px;
  }
}
.content-comece-container .content-comece-item .content-comece-content ul {
  padding-left: 30px;
  margin-top: 10px;
  list-style: disc;
  line-height: 1.3;
}
.content-comece-container .content-comece-item .content-comece-content ul li {
  list-style: disc;
}
.content-comece-container .content-comece-item .content-comece-content ul li + li {
  margin-top: 10px;
}
.content-comece-container .content-comece-item .comece-image {
  min-width: 195px;
  width: 195px;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .content-comece-container .content-comece-item .comece-image {
    min-width: 100px;
    width: 100px;
  }
}
.content-comece-container .content-comece-item .comece-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-resultados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-resultados .content-resultados-item {
  width: calc(33.33% - 10px);
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .content-resultados .content-resultados-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .content-resultados .content-resultados-item {
    width: 100%;
  }
}
.content-resultados .content-resultados-item .image {
  width: 100%;
}
.content-resultados .content-resultados-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-faq .faq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-faq .faq-container .faq-questions {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container .faq-questions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.section-faq .faq-container .faq-questions .faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-faq .faq-container .faq-questions .faq-list .faq-item {
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 5px solid #2A2A2A;
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container .faq-questions .faq-list .faq-item {
    border-left: none;
  }
}
.section-faq .faq-container .faq-questions .faq-list .faq-item a {
  text-decoration: none;
  display: block;
  padding: 7px 0 7px 20px;
  color: #2A2A2A;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1.2;
}
.section-faq .faq-container .faq-questions .faq-list .faq-item a:hover {
  color: #1B60A3;
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container .faq-questions .faq-list .faq-item a {
    padding-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container .faq-questions .faq-list .faq-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #2A2A2A;
  }
}
.section-faq .faq-container .faq-questions .faq-list .faq-item.active a {
  font-weight: 700;
  color: #1B60A3;
}
.section-faq .faq-container .faq-questions .faq-list .faq-item.active::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background: #1B60A3;
  display: none;
}
@media screen and (min-width: 992px) {
  .section-faq .faq-container .faq-questions .faq-list .faq-item.active::before {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container .faq-questions .faq-list .faq-item.active a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #1B60A3;
  }
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container .faq-questions .faq-list .faq-item.active .faq-answer-mobile {
    max-height: 2000px;
    margin-top: 15px;
  }
}
.section-faq .faq-container .faq-questions .faq-list .faq-item:hover {
  border-left: 5px solid #1B60A3;
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container .faq-questions .faq-list .faq-item:hover {
    border-left: none;
  }
}
.section-faq .faq-container .faq-questions .faq-list .faq-item .faq-answer-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container .faq-questions .faq-list .faq-item .faq-answer-mobile {
    display: block;
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 15px;
    -webkit-transition: max-height 0.7s ease, margin-top 0.7s ease, padding-top 0.7s ease, padding-bottom 0.7s ease;
    transition: max-height 0.7s ease, margin-top 0.7s ease, padding-top 0.7s ease, padding-bottom 0.7s ease;
  }
  .section-faq .faq-container .faq-questions .faq-list .faq-item .faq-answer-mobile .faq-text {
    margin: -70px 10px 15px;
    background: #1B60A3;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    z-index: 9;
  }
  .section-faq .faq-container .faq-questions .faq-list .faq-item .faq-answer-mobile .faq-text p {
    line-height: 1.4;
    margin: 0;
  }
  .section-faq .faq-container .faq-questions .faq-list .faq-item .faq-answer-mobile .faq-image {
    width: 100%;
    max-width: 100%;
  }
  .section-faq .faq-container .faq-questions .faq-list .faq-item .faq-answer-mobile .faq-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.section-faq .faq-container .faq-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  min-height: 450px;
}
@media screen and (max-width: 991px) {
  .section-faq .faq-container .faq-content {
    display: none;
  }
}
.section-faq .faq-container .faq-content .faq-answer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-faq .faq-container .faq-content .faq-answer.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.section-faq .faq-container .faq-content .faq-answer .faq-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1B60A3;
  border-radius: 30px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  max-width: 370px;
  position: relative;
  z-index: 9;
}
.section-faq .faq-container .faq-content .faq-answer .faq-text p {
  line-height: 1.4;
}
.section-faq .faq-container .faq-content .faq-answer .faq-image {
  width: 100%;
  max-width: 415px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.section-faq .faq-container .faq-content .faq-answer .faq-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-depoimentos .depoimentos-slider {
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .section-depoimentos .depoimentos-slider {
    margin: 0;
  }
}
.section-depoimentos .depoimentos-slider .depoimento-item {
  padding: 0 10px 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .section-depoimentos .depoimentos-slider .depoimento-item {
    padding: 0 5px;
    width: calc(100vw - 40px);
  }
}
.section-depoimentos .depoimentos-slider .depoimento-content {
  background: #fff;
  border-radius: 40px;
  padding: 30px;
  height: 100%;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-depoimentos .depoimentos-slider .depoimento-content {
    padding: 30px 40px;
    min-height: 200px;
  }
}
.section-depoimentos .depoimentos-slider .depoimento-content:after {
  content: "";
  position: absolute;
  width: 60px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 60px;
  bottom: -15px;
}
.section-depoimentos .depoimentos-slider .depoimento-content .aspas {
  font-size: 40px;
  color: #FF924B;
  margin-bottom: 20px;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section-depoimentos .depoimentos-slider .depoimento-content p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.6;
  color: #2A2A2A;
}
.section-depoimentos .depoimentos-slider .depoimento-content .depoimento-autor {
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
}
.section-depoimentos .depoimentos-slider .slick-prev,
.section-depoimentos .depoimentos-slider .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .section-depoimentos .depoimentos-slider .slick-prev,
  .section-depoimentos .depoimentos-slider .slick-next {
    top: 45%;
  }
}
.section-depoimentos .depoimentos-slider .slick-prev:before,
.section-depoimentos .depoimentos-slider .slick-next:before {
  display: none;
}
.section-depoimentos .depoimentos-slider .slick-prev i,
.section-depoimentos .depoimentos-slider .slick-next i {
  font-size: 20px;
  color: #FF924B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-depoimentos .depoimentos-slider .slick-prev:hover,
.section-depoimentos .depoimentos-slider .slick-next:hover {
  background: #FF924B;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.section-depoimentos .depoimentos-slider .slick-prev:hover i,
.section-depoimentos .depoimentos-slider .slick-next:hover i {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .section-depoimentos .depoimentos-slider .slick-prev,
  .section-depoimentos .depoimentos-slider .slick-next {
    width: 40px;
    height: 40px;
  }
  .section-depoimentos .depoimentos-slider .slick-prev i,
  .section-depoimentos .depoimentos-slider .slick-next i {
    font-size: 16px;
  }
}
.section-depoimentos .depoimentos-slider .slick-prev {
  left: -10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
  .section-depoimentos .depoimentos-slider .slick-prev {
    left: 0;
  }
}
.section-depoimentos .depoimentos-slider .slick-next {
  right: -10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
  .section-depoimentos .depoimentos-slider .slick-next {
    right: 0;
  }
}

.section-blog .blog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .section-blog .blog-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-blog .blog-container .blog-item {
  width: calc(33.33% - 20px);
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
  .section-blog .blog-container .blog-item {
    width: 100%;
  }
}
.section-blog .blog-container .blog-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.section-blog .blog-container .blog-item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.section-blog .blog-container .blog-item .blog-thumb {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.section-blog .blog-container .blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.section-blog .blog-container .blog-item .blog-thumb:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section-blog .blog-container .blog-item .blog-content {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-blog .blog-container .blog-item .blog-content h3 {
  line-height: 1.3;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.section-blog .blog-container .blog-item .blog-content p {
  line-height: 1.5;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-blog .blog-container .blog-item .blog-content .blog-btn-wrapper {
  margin-top: 20px;
}
.section-blog .blog-container .blog-item .blog-content .blog-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px 25px;
  background: #FF924B;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(255, 146, 75, 0.2);
  box-shadow: 0 4px 15px rgba(255, 146, 75, 0.2);
}
.section-blog .blog-container .blog-item .blog-content .blog-btn i {
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.section-blog .blog-container .blog-item:hover .blog-content h3 {
  color: #FF924B;
}
.section-blog .blog-container .blog-item:hover .blog-btn {
  background: #e89345;
  -webkit-box-shadow: 0 6px 20px rgba(255, 146, 75, 0.3);
  box-shadow: 0 6px 20px rgba(255, 146, 75, 0.3);
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.section-blog .blog-container .blog-item:hover .blog-btn i {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.section-blog-list .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .section-blog-list .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-blog-list .blog-grid {
    grid-template-columns: 1fr;
  }
}
.section-blog-list .no-posts {
  grid-column: 1/-1;
  padding: 60px 20px;
}

.pagination-wrapper {
  grid-column: 1/-1;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper {
    margin-top: 30px;
  }
}
.pagination-wrapper .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-wrapper .page-numbers li {
  list-style: none;
}
.pagination-wrapper .page-numbers a,
.pagination-wrapper .page-numbers span {
  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;
  min-width: 45px;
  height: 45px;
  padding: 0 15px;
  background-color: #fff;
  color: #2A2A2A;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers a,
  .pagination-wrapper .page-numbers span {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.pagination-wrapper .page-numbers a i,
.pagination-wrapper .page-numbers span i {
  font-size: 14px;
}
.pagination-wrapper .page-numbers a:hover,
.pagination-wrapper .page-numbers span:hover {
  background-color: #FF924B;
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(255, 146, 75, 0.3);
  box-shadow: 0 4px 12px rgba(255, 146, 75, 0.3);
}
.pagination-wrapper .page-numbers .current {
  background-color: #FF924B;
  color: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(255, 146, 75, 0.3);
  box-shadow: 0 4px 15px rgba(255, 146, 75, 0.3);
}
.pagination-wrapper .page-numbers .prev,
.pagination-wrapper .page-numbers .next {
  background-color: #1B60A3;
  color: #fff;
}
.pagination-wrapper .page-numbers .prev:hover,
.pagination-wrapper .page-numbers .next:hover {
  background-color: #FF924B;
}
.pagination-wrapper .page-numbers .dots {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
  color: #2A2A2A;
}
.pagination-wrapper .page-numbers .dots:hover {
  background: transparent;
  -webkit-transform: none;
  transform: none;
}

.section-smartphone .image-conecta {
  position: relative;
}
.section-smartphone .image-conecta .links-mobileapp {
  position: absolute;
  bottom: 0;
  right: 0;
  gap: 10px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.section-smartphone .image-conecta .links-mobileapp img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .section-smartphone .image-conecta .links-mobileapp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 30px;
  }
}

.page-contato {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 991px) {
  .page-contato {
    padding: 30px 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-contato .content-contato {
    margin-right: 40px;
    width: 380px;
    float: right;
  }
}

.form-contato {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.form-contato .item {
  margin-bottom: 20px;
}
.form-contato .item label {
  font-size: 14px;
  font-weight: 500;
  color: #2A2A2A;
  display: block;
  margin-bottom: 5px;
}
.form-contato .item input,
.form-contato .item select {
  width: 100%;
  padding: 15px;
  border: 1px solid #FF924B;
  border-radius: 17px;
  height: 60px;
  font-size: 16px;
}
.form-contato .item select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/icon-form-select.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  font-size: 15px;
  padding: 0 50px 0 15px;
}
.form-contato .item input[type=submit] {
  background: #1B60A3;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Baloo 2", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-contato .item input[type=submit]:hover {
  background: #FF924B;
  color: #fff;
}

.hero-internas {
  padding-top: 30px;
}
@media screen and (min-width: 993px) {
  .hero-internas {
    height: 470px;
    padding: 0;
  }
}
.hero-internas .breadcrumb li {
  color: #fff !important;
}
.hero-internas .breadcrumb li a {
  color: #fff !important;
}
.hero-internas .container {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 993px) {
  .hero-internas .breadcrumb {
    position: absolute;
    top: 10px;
    width: 100%;
  }
}
.hero-internas .row-interna {
  height: 100%;
}
@media screen and (min-width: 993px) {
  .hero-internas .row-interna {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}
@media screen and (min-width: 993px) {
  .hero-internas .row-interna .left {
    width: 50%;
  }
}
.hero-internas .row-interna .right {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 993px) {
  .hero-internas .row-interna .right {
    width: 50%;
  }
  .hero-internas .row-interna .right img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.hero-internas .button-1 {
  width: 100%;
}
.hero-internas .button-1 a {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .hero-internas .button-1 a {
    width: 100%;
  }
}

.section-escolherb2 .boxes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: hidden;
  margin-top: 40px;
}
.section-escolherb2 .boxes-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  width: calc(33.33% - 14px);
}
@media screen and (max-width: 991px) {
  .section-escolherb2 .boxes-list .box {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .section-escolherb2 .boxes-list .box {
    width: 100%;
    padding: 20px;
    gap: 15px;
  }
}
.section-escolherb2 .boxes-list .box .icon {
  min-width: 50px;
}
@media screen and (max-width: 767px) {
  .section-escolherb2 .boxes-list .box .icon {
    min-width: 40px;
  }
}
.section-escolherb2 .boxes-list .box .text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  color: #2A2A2A;
  font-family: "Baloo 2", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-escolherb2 .boxes-list .box .text p {
    font-size: 16px;
  }
}
.section-escolherb2 .boxes-list .box .text p strong {
  color: #1B60A3;
}

.section-sobrenos2 .box {
  background-color: #DCDCDC;
  padding: 35px;
  border-radius: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .section-sobrenos2 .box {
    padding: 20px;
  }
}

.section-sobrenos3 {
  padding: 50px 0;
}
.section-sobrenos3 .box-text {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  position: relative;
  z-index: 9;
  margin-right: -100px;
}
@media screen and (max-width: 1199px) {
  .section-sobrenos3 .box-text {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .section-sobrenos3 .box-text {
    margin-right: 0;
    padding-bottom: 100px;
  }
}
.section-sobrenos3 .image {
  height: 340px;
}
@media screen and (max-width: 991px) {
  .section-sobrenos3 .image {
    height: 265px;
    width: 320px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
    z-index: 99;
    position: relative;
  }
}
.section-sobrenos3 .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  -o-object-position: center center;
  object-position: center center;
}

.faq-colaboradores {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .faq-colaboradores {
    margin-top: 20px;
  }
}
.faq-colaboradores .faq-item {
  border-radius: 15px;
  margin-bottom: 35px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq-colaboradores .faq-item {
    margin-bottom: 20px;
  }
}
.faq-colaboradores .faq-item:nth-child(even) .faq-header {
  background-color: #1B60A3;
}
.faq-colaboradores .faq-header {
  background-color: #FF924B;
  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;
  padding: 30px;
  cursor: pointer;
  text-align: center;
  gap: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq-colaboradores .faq-header {
    padding: 20px;
    text-align: left;
  }
}
.faq-colaboradores .faq-titles {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.faq-colaboradores .faq-title {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 100%;
  font-family: "Baloo 2", sans-serif;
}
@media screen and (max-width: 767px) {
  .faq-colaboradores .faq-title {
    font-size: 28px;
  }
}
.faq-colaboradores .faq-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  font-family: "Baloo 2", sans-serif;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .faq-colaboradores .faq-subtitle {
    font-size: 18px;
    margin-top: 5px;
  }
}
.faq-colaboradores .faq-icon {
  font-size: 24px;
  font-weight: 300;
  color: #FF924B;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  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;
}
@media screen and (max-width: 767px) {
  .faq-colaboradores .faq-icon {
    font-size: 28px;
    min-width: 28px;
  }
}
.faq-colaboradores .faq-item.active .faq-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-colaboradores .faq-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s ease, padding 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.8s ease, padding 0.5s ease, opacity 0.5s ease;
  padding: 0 30px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .faq-colaboradores .faq-content {
    padding: 0 20px;
  }
}
.faq-colaboradores .faq-content .box-faq {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .faq-colaboradores .faq-content .box-faq {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.faq-colaboradores .faq-content .box-faq .title {
  font-size: 24px;
  font-weight: 700;
  color: #2A2A2A;
  font-family: "Baloo 2", sans-serif;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq-colaboradores .faq-content .box-faq .title {
    font-size: 20px;
  }
}
.faq-colaboradores .faq-content .box-faq ul {
  font-size: 16px;
  color: #2A2A2A;
  padding-left: 10px;
}
.faq-colaboradores .faq-content .box-faq ul li {
  position: relative;
  padding-left: 30px;
}
.faq-colaboradores .faq-content .box-faq ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("../img/check.svg");
  width: 20px;
  height: 15px;
}
.faq-colaboradores .faq-content .box-faq ul li + li {
  margin-top: 15px;
}
.faq-colaboradores .faq-item:hover, .faq-colaboradores .faq-item.active {
  background-color: #fff;
}
.faq-colaboradores .faq-item:hover .faq-header, .faq-colaboradores .faq-item.active .faq-header {
  background-color: #fff;
}
.faq-colaboradores .faq-item:hover .faq-header .faq-title, .faq-colaboradores .faq-item.active .faq-header .faq-title {
  color: #1B60A3;
}
.faq-colaboradores .faq-item:hover .faq-header .faq-subtitle, .faq-colaboradores .faq-item.active .faq-header .faq-subtitle {
  color: #2A2A2A;
}
.faq-colaboradores .faq-item:hover .faq-header .faq-icon, .faq-colaboradores .faq-item.active .faq-header .faq-icon {
  background-color: #1B60A3;
  color: #fff;
}
.faq-colaboradores .faq-item.active .faq-content {
  max-height: 3000px;
  padding-top: 0;
  padding-bottom: 25px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .faq-colaboradores .faq-item.active .faq-content {
    padding-bottom: 20px;
  }
}
.faq-colaboradores .faq-item.closing .faq-content {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  -webkit-transition: max-height 0.6s ease, padding 0.5s ease, opacity 0.4s ease;
  transition: max-height 0.6s ease, padding 0.5s ease, opacity 0.4s ease;
}
.faq-colaboradores .faq-close-bottom {
  display: none;
  padding: 30px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 767px) {
  .faq-colaboradores .faq-close-bottom {
    padding: 20px;
  }
}
.faq-colaboradores .faq-close-bottom .faq-icon-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #FF924B;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
}
.faq-colaboradores .faq-close-bottom .faq-icon-close:hover {
  background-color: #1B60A3;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 15px rgba(27, 96, 163, 0.3);
  box-shadow: 0 4px 15px rgba(27, 96, 163, 0.3);
}
.faq-colaboradores .faq-item.active .faq-close-bottom {
  display: block;
  opacity: 1;
}
.faq-colaboradores .faq-item.closing .faq-close-bottom {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.section-colaboradores1 .inner-content {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .section-colaboradores1 .inner-content {
    padding: 25px;
  }
}

.section-colaboradores2 .item {
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .section-colaboradores2 .item {
    padding-bottom: 0;
  }
}
.section-colaboradores2 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-colaboradores2 .content-texto {
  margin-left: 25px;
  margin-right: 25px;
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
  position: relative;
  z-index: 9;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-colaboradores2 .content-texto {
    padding: 15px;
    position: relative;
    margin-top: -40px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.section-colaboradores3 .programas-lista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-colaboradores3 .programas-lista .item {
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
  gap: 20px;
  width: calc(25% - 18px);
}
@media screen and (max-width: 991px) {
  .section-colaboradores3 .programas-lista .item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .section-colaboradores3 .programas-lista .item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-colaboradores3 .programas-lista .item .item-top {
    min-height: auto;
  }
}
.section-colaboradores3 .programas-lista .item .item-bottom {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .section-colaboradores3 .programas-lista .item .item-bottom {
    margin-top: 20px;
  }
}

.single-post-wrapper {
  background-color: #f8f8f8;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .single-post-wrapper {
    padding: 30px 0;
  }
}

.single-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1199px) {
  .single-container {
    max-width: none;
    width: 100%;
  }
}

.single-featured-image {
  height: 400px;
}
@media screen and (max-width: 991px) {
  .single-featured-image {
    height: 220px;
  }
}
.single-featured-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 20px 20px 0 0;
}

.single-content-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .single-content-box {
    padding: 25px;
  }
}
.single-content-box .single-title {
  line-height: 1.2;
  margin-bottom: 20px;
}
.single-content-box .single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .single-content-box .single-meta {
    gap: 15px;
  }
}
.single-content-box .single-meta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.single-content-box .single-meta span i {
  color: #FF924B;
}
.single-content-box .single-date,
.single-content-box .single-author {
  color: #909090;
}

.single-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #2A2A2A;
  margin-bottom: 20px;
}
.single-content p:last-child {
  margin-bottom: 0;
}
.single-content figure {
  margin: 0;
}
.single-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1B60A3;
  font-family: "Baloo 2", sans-serif;
  margin-top: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .single-content h2 {
    font-size: 26px;
    margin-top: 30px;
  }
}
.single-content h2:first-child {
  margin-top: 0;
}
.single-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #1B60A3;
  font-family: "Baloo 2", sans-serif;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .single-content h3 {
    font-size: 22px;
    margin-top: 25px;
  }
}
.single-content h3:first-child {
  margin-top: 0;
}
.single-content h4, .single-content h5, .single-content h6 {
  font-weight: 700;
  color: #1B60A3;
  font-family: "Baloo 2", sans-serif;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.single-content ul, .single-content ol {
  margin: 20px 0;
  padding-left: 30px;
}
.single-content ul li, .single-content ol li {
  font-size: 18px;
  line-height: 1.8;
  color: #2A2A2A;
}
@media screen and (max-width: 767px) {
  .single-content ul li, .single-content ol li {
    font-size: 16px;
  }
}
.single-content ul li {
  list-style-type: disc;
}
.single-content ol li {
  list-style-type: decimal;
}
.single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
}
.single-content blockquote {
  border-left: 4px solid #FF924B;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #2A2A2A;
}
.single-content blockquote p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .single-content blockquote p {
    font-size: 18px;
  }
}
.single-content a {
  color: #FF924B;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.single-content a:hover {
  color: #d97f30;
}
.single-content strong {
  font-weight: 700;
  color: #1B60A3;
}

.single-share {
  margin-top: 10px;
  padding-top: 40px;
  border-top: 2px solid #f0f0f0;
}
.single-share .share-title {
  margin-bottom: 20px;
}
.single-share .share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-share .share-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .single-share .share-btn {
    width: 40px;
    height: 40px;
  }
}
.single-share .share-btn i {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .single-share .share-btn i {
    font-size: 18px;
  }
}
.single-share .share-btn:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.single-share .share-facebook {
  background-color: #1877f2;
}
.single-share .share-facebook:hover {
  background-color: #0e5fc1;
}
.single-share .share-linkedin {
  background-color: #0a66c2;
}
.single-share .share-linkedin:hover {
  background-color: #084d94;
}
.single-share .share-twitter {
  background-color: #000000;
  color: #fff;
}
.single-share .share-twitter:hover {
  background-color: #333333;
}

.post-navigation {
  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;
  margin-top: 40px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .post-navigation {
    margin-top: 30px;
    gap: 15px;
  }
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.post-navigation .nav-previous {
  margin-right: auto;
}
.post-navigation .nav-next {
  margin-left: auto;
}
.post-navigation .nav-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background-color: #FF924B;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(255, 146, 75, 0.2);
  box-shadow: 0 4px 15px rgba(255, 146, 75, 0.2);
}
@media screen and (max-width: 767px) {
  .post-navigation .nav-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.post-navigation .nav-btn i {
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .post-navigation .nav-btn i {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .post-navigation .nav-btn .nav-label {
    display: none;
  }
}
.post-navigation .nav-btn:hover {
  background-color: #e89345;
  -webkit-box-shadow: 0 6px 20px rgba(255, 146, 75, 0.3);
  box-shadow: 0 6px 20px rgba(255, 146, 75, 0.3);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.post-navigation .nav-btn-prev:hover i {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.post-navigation .nav-btn-next:hover i {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.section-video .video-wrapper {
  width: 900px;
  display: table;
  margin: 0 auto;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .section-video .video-wrapper {
    width: 100%;
  }
}
.section-video .video-wrapper video {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.section-video .custom-video-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 900px;
}
.section-video .custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  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;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.22), 0 1.5px 5px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.22), 0 1.5px 5px 0 rgba(0, 0, 0, 0.14);
}
.section-video .custom-play-btn i {
  color: #fff;
  width: 45px;
  height: 45px;
  background-color: #FF924B;
  border-radius: 50%;
  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;
  font-size: 20px;
  -webkit-box-shadow: inset 5px -2px 13px 0 rgba(0, 0, 0, 0.37), 0 1.5px 5px 0 rgb(85, 39, 9);
  box-shadow: inset 5px -2px 13px 0 rgba(0, 0, 0, 0.37), 0 1.5px 5px 0 rgb(85, 39, 9);
}
.section-video .custom-play-btn:hover {
  background: rgba(255, 140, 0, 0.8);
}
.section-video .section-video .video-wrapper {
  position: relative;
}
.section-video .custom-hide {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */
