body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
}

/* ----------NAV BAR-------- */
nav {
  padding: 15px 0;
  -webkit-box-shadow: 0px 3px 20px #00000031;
          box-shadow: 0px 3px 20px #00000031;
  position: relative;
  z-index: 1;
  background-color: white;
}

nav h5, nav a {
  letter-spacing: 1px;
}

nav .container {
  padding: 0;
}

nav .logo {
  width: 150px;
}

.container-fluid.table-area-bg, .container-fluid.exclusive-area, .container-fluid.services-area, .container-fluid.check-area, .container-fluid.services-area-mobile {
  background-color: white;
  padding: 3rem 0px;
}

.container.services-area-mobile, .container.table-area-mobile {
  background-color: white;
}

.main-column .main-text2 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

.main-column .main-text2 span {
  font-size: 30px;
}


.callus {
  background-color: #5acbd134;
  padding: 8px 5px 5px 5px;
  border-radius: 32px;
  width: 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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.callus h5 {
  font-size: 12px;
  color: #00A7B3;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}

.callus a {
  text-decoration: none;
  color: #331C54;
  font-weight: bold;
  font-size: 21px;
}

/* ---------------------------MAIN IMAGE----------------------- */
.main-img {
  background-image: url("../img/custom/header_ap_generica.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 690px;
  position: fixed;
  z-index: -1;
  top: 0;
}

.main-column {
  position: relative;
  top: 140px;
  background-color: #5ACBD1;
  background-image: url("../img/balao.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 100px 50px;
  border-radius: 0 0 0 45px;
  background-position-x: 300px !important;
}

.main-column h2 {
  color: #331C54;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2.2px;
}

.main-column h1 {
  color: #331C54;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

.main-column .btn-simulation {
  position: relative;
  background-color: #331C54;
  border-radius: 40px;
  padding: 15px 30px;
  color: #F3EC7A;
  border: 2px #331C54 solid;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-top: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main-column .btn-simulation:hover {
  background-color: #F3EC7A;
  color: #331C54;
  border: 2px #F3EC7A solid;
}

.main-column .btn-simulation img {
  position: absolute;
  right: -30px;
}

/* -----------------------YELLOW AREA----------------- */
.yellow-area {
  background-color: #f0eff3;
  padding: 100px 0 50px 0;
  margin-top: 100px;
}

.yellow-area h2 {
  font-weight: bold;
  color: #331C54;
  font-size: 30px;
  margin-bottom: 50px;
  letter-spacing: 0;
}

.yellow-area .yellow-area-title p {
  margin-top: -40px;
  margin-bottom: 80px;
  color: #331C54;
  font-size: 22px;
  letter-spacing: 0;
  font-weight: 500;
}

.yellow-area .yellow-area-icons {
  --bs-gutter-x: 5rem;
  text-align: center;
}

.yellow-area .yellow-area-icons .yellow-area-icon-text p {
  font-size: 18px;
  font-weight: 500;
  color: #331C54;
  letter-spacing: 0;
}

.check-area {
  padding: 100px 20px;
}

.check-area p {
  margin: 0;
  font-weight: 600;
}

.check-area .btn-simulation {
  position: relative;
  background-color: #331C54;
  border-radius: 40px;
  padding: 15px 30px;
  color: #F3EC7A;
  border: 2px #331C54 solid;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-top: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.check-area .btn-simulation:hover {
  background-color: #F3EC7A;
  color: #331C54;
  border: 2px #F3EC7A solid;
}

.check-area .btn-simulation img {
  position: absolute;
  right: -30px;
}

.check-area .check-area-solutions {
  margin-bottom: 20px;
}

.check-area .check-area-solutions .inner-solutions {
  color: #331C54;
  height: 90px;
  padding: 20px 35px 20px 35px;
  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;
  -webkit-box-shadow: 4px 5px 15px #00A7B31A;
          box-shadow: 4px 5px 15px #00A7B31A;
  border-radius: 20px;
}


/*---------------------TABLE AREA----------------------------*/
.table-area {
  -webkit-box-shadow: 0px 3px 20px #00000015;
          box-shadow: 0px 3px 20px #00000015;
  padding: 30px;
  border-radius: 15px;
}

.table-area .table-dashed th {
  border-bottom: dashed 2px #06A7B4 !important;
  padding-bottom: 20px;
}

.table-area .table-title1 {
  color: #331C54;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}

.table-area .table-title2 {
  color: #06A7B4;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}

.table-area .table-padding {
  padding-top: 30px;
}

.table-area .dark-blue {
  color: #331C54;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.table-area .light-blue {
  color: #06A7B4;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}

.table-area .separation {
  padding-top: 30px;
  border-top: dashed #F3EC7A 2px;
}

.table-area th, .table-area td {
  border: none;
}

.table-area .fa-check-circle {
  color: #F3EC7A;
  font-size: 18px;
}

.table-area .fa-times-circle {
  color: #E4E4E4;
  font-size: 18px;
}

.table-area-mobile {
  padding: 30px 15px;
}

.table-area-mobile .accordion-button::after {
  background-image: url("../img/seta_collapsible.svg");
  width: 1.35rem;
  height: 2.15rem;
  background-size: 1.35rem;
}

.table-area-mobile .accordion-item:last-of-type .accordion-collapse {
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 20px #00000015;
          box-shadow: 0px 3px 20px #00000015;
  background-color: #fff;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.table-area-mobile .accordion-button, .table-area-mobile .accordion-button.collapsed {
  border-radius: 15px  !important;
  -webkit-box-shadow: 0px 3px 20px #00000015;
          box-shadow: 0px 3px 20px #00000015;
}

.table-area-mobile .accordion-button:focus {
  border-radius: 15px 15px 0 0  !important;
  background-color: #fff;
}

.table-area-mobile .accordion-item {
  border: none;
}

.table-area-mobile .table-dashed th {
  border-bottom: dashed 2px #06A7B4 !important;
  padding-bottom: 20px;
}

.table-area-mobile .table-title1 {
  color: #331C54;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}

.table-area-mobile .table-title2 {
  color: #06A7B4;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}

.table-area-mobile .table-padding {
  padding-top: 30px;
}

.table-area-mobile .dark-blue {
  color: #331C54;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.table-area-mobile .light-blue {
  color: #06A7B4;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.table-area-mobile .separation {
  padding-top: 30px;
  border-top: dashed #F3EC7A 2px;
}

.table-area-mobile th, .table-area-mobile td {
  border: none;
}

.table-area-mobile .fa-check-circle {
  color: #F3EC7A;
  font-size: 18px;
}

.table-area-mobile .fa-times-circle {
  color: #E4E4E4;
  font-size: 18px;
}


/* ----------------- SERVICE AREA ------------------*/
.services-area {
  padding: 100px 20px;
}

.services-area h2 {
  color: #331C54;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 30px;
  margin-bottom: 30px;
}

.services-area .service1 {
  position: relative;
  background-color: #5ACBD1;
  padding: 0;
  border-radius: 10px;
}

.services-area .service1 .service-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.services-area .service1 .service-desc {
  padding: 10px 80px 40px 30px;
  height: 210px;
}

.services-area .service1 .service-desc h3, .services-area .service1 .service-desc h4 {
  letter-spacing: 2px;
}

.services-area .service1 h2 {
  font-size: 26px;
  font-weight: bold;
  color: #331C54;
  margin-bottom: 10px;
}

.services-area .service1 h3 {
  font-size: 20px;
  font-weight: 500;
  color: #331C54;
  margin-bottom: 0;
  text-transform: uppercase;
}

.services-area .service1 p {
  font-size: 16px;
  letter-spacing: 0;
  color: #331C54;
  font-weight: 500;
}

.services-area .service1 h4 {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}

.services-area .service1 .service-price {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.services-area .service1 .service-price span {
  font-weight: 500;
  font-size: 25px;
}

.services-area .service1 .btn-buynow {
  position: absolute;
  left: 30px;
  bottom: -30px;
  margin: 0 auto;
  background-color: #331C54;
  border-radius: 40px;
  padding: 15px 30px;
  color: #F3EC7A;
  border: 2px #331C54 solid;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.services-area .service1 .btn-buynow:hover {
  background-color: #F3EC7A;
  border: 2px #F3EC7A solid;
  color: #331C54;
}

@media screen and (min-width: 992px) {
  .services-area .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 32.333333%;
    margin-left: 1%;
  }
}

/* ---------------DESCRIPTION AREA-------------- */
.description-area {
  padding: 100px 20px;
}

.description-area .inner-box {
  -webkit-box-shadow: 4px 5px 15px #00A7B31A;
          box-shadow: 4px 5px 15px #00A7B31A;
  border-radius: 20px;
  padding: 40px 55px;
}

.description-area h2 {
  color: #00A7B3;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 25px;
}

.description-area ul {
  list-style-type: none;
  padding-left: 0;
}

.description-area ul li {
  color: #331C54;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}

.description-area ul li:not(:last-child) {
  margin-bottom: 15px;
}

.description-area .level2 {
  padding-left: 45px;
}

.description-area .level2 i {
  color: #F3EC7A;
}

.description-area .level2 p {
  margin-top: -5px;
}

.description-area .why-icon {
  background-color: #F6F9DC;
  padding: 8px;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 14px;
  color: #00A7B3;
}

.description-area .btn-more {
  border: 2px solid #331C54;
  color: #331C54;
  background-color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px 30px;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .description-area .grid-fix {
    position: relative;
    top: 100px;
  }
  .description-area .grid-fix2 {
    position: relative;
    top: 50px;
  }
  .description-area .gal1 .col-lg-6:not(:last-child), .description-area .gal2 .col-lg-6:not(:last-child) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 45%;
    margin-right: 4%;
  }
}

/* --------------------WHY AREA------------------------ */
.why-area {
  background-color: #F7FDFD;
  padding: 100px 20px;
}

.why-area h1 {
  color: #331C54;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 50px;
}

.why-area .why-icon {
  background-color: #F6F9DC;
  padding: 8px;
  border-radius: 50%;
  font-size: 14px;
  color: #00A7B3;
}

.why-area p {
  font-size: 18px;
  color: #331C54;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 10px;
}

/* ------------------------FOOTER--------------------- */
footer {
  background-color: #331C54;
  padding: 60px 0;
}

footer h3 {
  color: #5ACBD1;
  font-size: 18px;
  letter-spacing: 3.6px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
  color: #fff;
}

footer ul a {
  text-decoration: none;
  color: #fff;
}

footer ul li {
  font-size: 16px;
  letter-spacing: 0.16px;
}

footer ul li:not(:last-child) {
  margin-bottom: 20px;
}

footer ul h4 {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.8px;
}

/* ---------------------SUBFOOTER---------------------- */
.subfooter {
  padding: 10px 0;
  background-color: #422869;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
}

/*----------CAROUSEL MOBILE---------*/
.carousel-indicators [data-bs-target] {
  background-color: #331C54;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.p-100 {
  padding-bottom: 100px;
}

.carousel-indicators {
  bottom: 20px;
}

.services-area-mobile {
  padding: 100px 20px;
}

.services-area-mobile h2 {
  color: #331C54;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 30px;
}

.services-area-mobile .service1 {
  position: relative;
  background-color: #5ACBD1;
  padding: 0;
  border-radius: 10px;
}

.services-area-mobile .service1 .service-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.services-area-mobile .service1 .service-desc {
  padding: 10px 80px 30px 30px;
  height: 210px;
}

.services-area-mobile .service1 h2 {
  font-size: 26px;
  font-weight: bold;
  color: #331C54;
  margin-bottom: 10px;
}

.services-area-mobile .service1 h3 {
  font-size: 20px;
  font-weight: 500;
  color: #331C54;
  margin-bottom: 0;
  text-transform: uppercase;
}

.services-area-mobile .service1 h4 {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}

.services-area-mobile .service1 h3, .services-area-mobile .service1 h4 {
  letter-spacing: 2px;
}

.services-area-mobile .service1 p {
  font-size: 16px;
  letter-spacing: 0;
  color: #331C54;
  font-weight: 500;
}

.services-area-mobile .service1 .service-price {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.services-area-mobile .service1 .service-price span {
  font-weight: 500;
  font-size: 25px;
}

.services-area-mobile .carousel-item .btn-buynow {
  position: absolute;
  left: 30px;
  bottom: 20px;
  margin: 0 auto;
  background-color: #331C54;
  border-radius: 40px;
  padding: 15px 30px;
  color: #F3EC7A;
  border: 2px #331C54 solid;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.8px;
  position: relative;
  z-index: 10;
  top: -30px;
  left: 30px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-img {
    height: 460px;
    background-position: -330px 0;
  }
}

@media screen and (max-width: 991px) {
  .main-column {
    padding: 25px;
    background-size: contain;
    background-position: right;
    position: relative;
  }
  .main-column h2 {
    font-size: 16px;
  }
  .main-column h1 {
    font-size: 36px;
  }
  .main-column .main-text1 {
    font-size: 14px;
  }
  .main-column h4 {
    font-size: 12px;
  }
  .main-column .main-text2 {
    font-size: 45px;
  }
  .main-column .main-text2 span {
    font-size: 20px;
  }
  .main-column .btn-simulation {
    font-size: 14px;
  }
  .main-column .btn-simulation img {
    right: -20px;
    width: 30px;
    top: 18px;
  }
  .yellow-area {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .yellow-area .yellow-area-title {
    --bs-gutter-x:0;
  }
  .yellow-area .yellow-area-title p {
    font-size: 16px;
  }
  .yellow-area .yellow-area-icons {
    --bs-gutter-x:0;
  }
  .yellow-area .yellow-area-icons .yellow-area-icon-text p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .yellow-area h2 {
    font-size: 24px;
  }
  .exclusive-area p {
    font-size: 16px;
  }
  .services-area-mobile {
    padding: 50px 15px;
  }
  .services-area-mobile h2 {
    font-size: 24px;
  }
  .why-area {
    padding: 50px 15px;
  }
  .why-area h1 {
    font-size: 24px;
  }
  .why-area p {
    font-size: 16px;
  }
  .table-area-mobile {
    margin-top: 50px;
  }
  footer h3 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .callus {
    width: 170px;
    padding: 3px;
  }
  .callus h5 {
    padding-top: 6px;
    font-size: 9px;
  }
  .callus a {
    font-size: 1.1rem;
  }
  .main-img {
    background-image: url("../img/custom/Header_ap_mobile.png");
    height: 27vh;
    top: 70px;
  }
  .main-column {
    top: auto;
    bottom: -140px;
    background-position-x: 160px !important;
    background-size: contain !important;
  }
  .yellow-area {
    padding-top: 200px;
    margin-top: -5px;
  }
  .exclusive-area .why-icon {
    font-size: 12px;
    padding: 5px;
  }
  .why-area .row {
    --bs-gutter-x:0;
  }
  .why-area .why-icon {
    font-size: 16px;
    padding: 10px;
  }
  .check-area .check-area-solutions {
    --bs-gutter-x:0;
  }
  .check-area .check-area-solutions .inner-solutions {
    color: #331C54;
    height: 100%;
    font-size: 14px;
  }
  .subfooter {
    font-size: 10px;
  }
}
/*# sourceMappingURL=saude.css.map */