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.description-area, .container-fluid.services-area-mobile {
  background-color: white;
  padding: 3rem 0px;
}

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

.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/header_dentario.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: 200px !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 .main-text1 {
  color: #331C54;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.main-column h4 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.6px;
}

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

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

.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: #fefdef;
  padding: 130px 0 50px 0;
  margin-top: 30px;
}

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

.yellow-area .yellow-area-icons {
  --bs-gutter-x: 6rem;
}

.yellow-area .yellow-area-icons .yellow-area-icon-text h4 {
  font-size: 24px;
  color: #331C54;
  font-weight: bold;
  letter-spacing: 0;
}

.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;
}

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

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

.services-area .service1 .service-icon {
  text-align: center;
}

.services-area .service1 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #331C54;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.services-area .service1 .service-price {
  color: #331C54;
  text-align: center;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
}

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

.services-area .service1 .separator {
  border-top: 2px dashed #F3EC7A;
  background-color: transparent;
  margin-top: 78px;
  margin-bottom: 20px;
}

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

.services-area .service1 ul li {
  font-size: 16px;
  font-weight: 600;
  color: #331C54;
}

.services-area .service1 ul li span {
  text-transform: uppercase;
  color: #F3EC7A;
  font-weight: bold;
}

.services-area .service1 ul li i {
  color: #F3EC7A;
  padding-right: 10px;
}

.services-area .service1 ul li:not(:last-child) {
  margin-bottom: 20px;
}

.services-area .service1 .btn-buynow {
  position: absolute;
  left: 0;
  right: 0;
  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;
}

.services-area .service2 {
  position: relative;
  background-color: #00A7B3;
  padding: 40px 55px 50px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 5px 10px #00a7b37a;
          box-shadow: 4px 5px 10px #00a7b37a;
}

.services-area .service2 .service-icon {
  text-align: center;
}

.services-area .service2 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #331C54;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.services-area .service2 .service-price {
  color: #331C54;
  text-align: center;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
}

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

.services-area .most {
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  background-color: #F3EC7A;
  width: 45%;
  padding: 5px 10px;
  color: #00A7B3;
  font-weight: bold;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.services-area .service2 .separator {
  border-top: 2px dashed #F3EC7A;
  background-color: transparent;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

.services-area .service2 ul li {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.services-area .service2 ul li span {
  text-transform: uppercase;
  color: #F3EC7A;
  font-weight: bold;
}

.services-area .service2 ul li i {
  color: #F3EC7A;
  padding-right: 10px;
}

.services-area .service2 ul li:not(:last-child) {
  margin-bottom: 20px;
}

.services-area .service2 .btn-buynow {
  position: absolute;
  left: 0;
  right: 0;
  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 .service2 .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: 10px 30px;
  margin-top: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.description-area .btn-more:hover {
  color: #fff;
  background-color: #331C54;
}

@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: 30px;
}

.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: 40px 55px 50px;
  border-radius: 10px;
}

.services-area-mobile .service1 .service-icon {
  text-align: center;
}

.services-area-mobile .service1 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #331C54;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.services-area-mobile .service1 .service-price {
  color: #331C54;
  text-align: center;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
}

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

.services-area-mobile .service1 .separator {
  border-top: 2px dashed #F3EC7A;
  background-color: transparent;
  margin-top: 78px;
  margin-bottom: 20px;
}

.services-area-mobile .service1 ul {
  list-style-type: none;
  padding-left: 0;
}

.services-area-mobile .service1 ul li {
  font-size: 16px;
  font-weight: 600;
  color: #331C54;
}

.services-area-mobile .service1 ul li span {
  text-transform: uppercase;
  color: #F3EC7A;
  font-weight: bold;
}

.services-area-mobile .service1 ul li i {
  color: #F3EC7A;
  padding-right: 10px;
}

.services-area-mobile .service1 ul li:not(:last-child) {
  margin-bottom: 20px;
}

.services-area-mobile .service2 {
  position: relative;
  background-color: #00A7B3;
  padding: 40px 55px 50px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 5px 10px #00a7b37a;
          box-shadow: 4px 5px 10px #00a7b37a;
}

.services-area-mobile .service2 .service-icon {
  text-align: center;
}

.services-area-mobile .service2 h2 {
  font-size: 30px;
  font-weight: bold;
  color: #331C54;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.services-area-mobile .service2 .service-price {
  color: #331C54;
  text-align: center;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
}

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

.services-area-mobile .most {
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  background-color: #F3EC7A;
  width: 60%;
  padding: 5px 10px;
  color: #00A7B3;
  font-weight: bold;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 13px;
}

.services-area-mobile .service2 .separator {
  border-top: 2px dashed #F3EC7A;
  background-color: transparent;
  margin-top: 40px;
  margin-bottom: 20px;
}

.services-area-mobile .service2 ul {
  list-style-type: none;
  padding-left: 0;
}

.services-area-mobile .service2 ul li {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.services-area-mobile .service2 ul li span {
  text-transform: uppercase;
  color: #F3EC7A;
  font-weight: bold;
}

.services-area-mobile .service2 ul li i {
  color: #F3EC7A;
  padding-right: 10px;
}

.services-area-mobile .service2 ul li:not(:last-child) {
  margin-bottom: 20px;
}

.services-area-mobile .carousel-item .btn-buynow {
  position: relative;
  left: 0;
  right: 0;
  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-mobile .carousel-item .btn-buynow:hover {
  background-color: #F3EC7A;
  border: 2px #F3EC7A solid;
  color: #331C54;
}

@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;
  }
  .description-area {
    padding: 50px 20px;
  }
  .description-area h2 {
    font-size: 24px;
  }
  .description-area .gal1, .description-area .gal2 {
    --bs-gutter-x:0;
  }
  .check-area .check-area-solutions {
    --bs-gutter-x:0;
  }
  .yellow-area {
    background-color: #FDFBE5;
    padding-top: 240px;
    padding-bottom: 50px;
  }
  .yellow-area .yellow-area-icons {
    --bs-gutter-x:0;
  }
  .yellow-area h2 {
    font-size: 24px;
    text-align: center;
  }
  .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) {
  .services-area-mobile .service1 h2, .services-area-mobile .service2 h2 {
    font-size: 26px;
  }
  .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/header_dentario_mobile.png");
    height: 30vh;
    top: 70px;
  }
  .main-column {
    top: auto;
    bottom: -190px;
    background-position-x: 60px !important;
    background-size: cover !important;
  }
  .yellow-area {
    padding-top: 360px;
    margin-top: -130px;
  }
  .yellow-area .yellow-area-icons .yellow-area-icon {
    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;
  }
  .yellow-area .yellow-area-icons .yellow-area-icon-text h4 {
    font-size: 18px;
  }
  .yellow-area .yellow-area-icons .yellow-area-icon-text p {
    font-size: 16px;
  }
  .yellow-area .yellow-area-icons .col-12 {
    margin-bottom: 30px;
  }
  .description-area .inner-box {
    padding: 30 20px;
  }
  .description-area .why-icon {
    font-size: 12px;
    padding: 5px;
  }
  .description-area p {
    font-size: 16px;
  }
  .exclusive-area .why-icon {
    font-size: 12px;
    padding: 5px;
  }
  .subfooter {
    font-size: 10px;
  }
}
/*# sourceMappingURL=dentario.css.map */