.notification--yellow {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fad490;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: .3rem;
}

@media screen and (min-width: 992px) {
  .notification--yellow {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 31px;
    left: 0;
    position: absolute;
    right: 0;
    width: 60%;
    z-index: 2;
  }
}

.notification--yellow p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #013b5e;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .notification--yellow p {
    font-size: 0.85rem;
  }
}

.notification--green {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00b0ab;
  color: #fff;
  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;
  padding: 1.4rem 2rem;
  text-align: center;
}

.notification--green p {
  font-size: 1.125rem;
}

@media screen and (min-width: 992px) {
  .notification--green p {
    margin-right: 2rem;
  }
}

.notification--green span {
  font-family: "Quicksand", sans-serif;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .notification--green span {
    display: block;
    font-size: 2rem;
    margin-bottom: 0.7rem;
  }
}

@media screen and (min-width: 992px) {
  .notification--green {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.1rem 10rem;
  }
}

.btn-round-red {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #d64045;
  border-radius: 24px;
  border: none;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 0px;
  width: 190px;
}

.btn-round-red:hover {
  background: #d02d32;
  cursor: pointer;
  text-decoration: none !important;
}

@media screen and (min-width: 992px) {
  .btn-round-red {
    height: 100%;
  }
}

.btn-round-red a {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #fff !important;
  font-weight: 700 !important;
}

.btn-rounded-red {
  -ms-flex-line-pack: center;
      align-content: center;
  background: #d64045;
  border-radius: 16px;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 3.3rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: capitalize;
}

.btn-round-salmon {
  background-color: #ef767a;
  border-radius: 9px;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 1.125rem;
  padding: 0.5rem 3rem;
  text-transform: capitalize;
}

.btn-round-salmon:hover {
  background: #ec5f64;
  color: #fff;
}

.btn-round-yellow {
  background: #fad490;
  border-radius: 19px;
  color: #013b5e;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.5px;
  padding: 0.6rem 2rem;
  text-transform: capitalize;
}

.btn-round-yellow:hover {
  background: #f9cb78;
}

.navbar {
  background-color: #013b5e;
  border-bottom-left-radius: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 0.5rem;
  position: relative;
  height: auto;
}

@media screen and (min-width: 992px) {
  .navbar {
    padding: 0 3.5rem;
    height: 128px;
  }
}

.navbar-toggler {
  display: none;
  outline: none !important;
  border: none !important;
  padding: 0.5rem;
  width: calc(30px + 1rem);
  height: calc(30px + 1rem);
  background: transparent;
  position: relative;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 992px) {
  .navbar-toggler {
    display: block;
  }
  .navbar-toggler.open {
    margin-top: -7rem;
  }
}

.navbar-toggler__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
}

.navbar-toggler__icon--close {
  display: none;
}

.navbar-toggler.open .navbar-toggler__icon--open {
  display: none;
}

.navbar-toggler.open .navbar-toggler__icon--close {
  display: block;
}

.navbar-toggler:focus {
  outline: none !important;
  border: none !important;
}

.navbar .collapse {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #013b5e;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .navbar .collapse:not(.show) {
    right: -100vw;
  }
}

@media screen and (min-width: 992px) {
  .navbar .collapse {
    position: relative;
    background-color: #fff;
    border-radius: 24px;
    margin-top: 1.5rem;
    height: 48px;
    width: 90%;
  }
}

.navbar-brand {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  padding: 0 1.2rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .navbar-nav {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 3rem;
    height: 40%;
    padding: 0 4rem;
  }
}

@media screen and (min-width: 769px) {
  .navbar-nav {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .navbar-nav {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.navbar-nav li {
  display: block;
  padding: 5px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .navbar-nav li {
    width: 26%;
  }
}

@media screen and (min-width: 768px) {
  .navbar-nav li {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    height: auto;
    width: 130px !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media screen and (min-width: 992px) {
  .navbar-nav li {
    width: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .navbar-nav li:last-child {
    margin-top: -0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .navbar-nav li:last-child {
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .navbar-nav li {
    margin: 0;
    padding: 0;
    width: auto;
  }
}

@media screen and (min-width: 992px) {
  .navbar-nav li:not(:last-child) {
    padding-right: .3rem;
  }
}

@media screen and (min-width: 1366px) {
  .navbar-nav li:not(:last-child) {
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .navbar-nav li.active a span {
    opacity: .8;
    font-weight: 700;
  }
}

.navbar-nav li a {
  text-transform: capitalize;
}

@media screen and (min-width: 1366px) {
  .navbar-nav li a:hover span {
    opacity: .7;
  }
}

@media screen and (min-width: 992px) {
  .navbar-nav li a.btn-round-red {
    width: 160px;
  }
}

@media screen and (min-width: 1366px) {
  .navbar-nav li a.btn-round-red {
    width: 190px;
  }
}

.navbar-nav li a span {
  color: #fff;
  display: block;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  margin-top: .5rem;
}

@media screen and (min-width: 992px) {
  .navbar-nav li a span {
    opacity: .5;
    color: #000;
    margin-top: 0;
  }
}

.navbar-nav li img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .navbar-nav li img {
    width: 100px !important;
  }
}

@media screen and (min-width: 1024px) {
  .navbar-nav li img {
    width: 70% !important;
  }
}

@media screen and (min-width: 992px) {
  .navbar-nav li img {
    display: none;
  }
}

.navbar::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -34px;
  right: 20px;
  height: 55px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 13px;
  border-top-left-radius: 90px;
  -webkit-box-shadow: 0 -40px 0 0 #013b5e;
          box-shadow: 0 -40px 0 0 #013b5e;
}

@media screen and (min-width: 1900px) {
  .navbar::after {
    height: 55px;
    right: 21px;
  }
}

@media screen and (min-width: 992px) {
  .navbar::after {
    bottom: -34.4px;
  }
}

header {
  position: relative;
}

.jumbotron--contact {
  background-image: url("../../../img/contact-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 310px;
  margin-top: -15px;
}

.jumbotron--hero {
  background-image: url("../../img/hero-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 500px;
  margin-top: -15px;
  margin-bottom: 0;
  padding-bottom: 5rem;
}

@media screen and (min-width: 992px) {
  .jumbotron--hero {
    padding-bottom: 5rem;
    background-size: cover;
  }
}

@media screen and (min-width: 1900px) {
  .jumbotron--hero {
    padding-bottom: 7rem;
  }
}

.jumbotron--hero h1 {
  color: #ffffff;
  letter-spacing: 0;
}

@media screen and (min-width: 992px) {
  .jumbotron--hero h1 {
    font-size: 3rem;
    max-width: 55%;
  }
}

@media screen and (min-width: 1366px) {
  .jumbotron--hero h1 {
    font-size: 60px;
    line-height: 79px;
    max-width: 60%;
  }
}

.jumbotron--hero p {
  margin: 0.5rem 0;
}

@media screen and (min-width: 992px) {
  .jumbotron--hero p {
    font-size: 0.95rem;
    margin: 1.5rem 0;
    max-width: 60%;
  }
}

@media screen and (min-width: 1900px) {
  .jumbotron--hero p {
    font-size: 1rem;
    margin: 2rem 0;
  }
}

@media screen and (min-width: 992px) {
  .jumbotron--hero {
    height: 500px;
  }
}

@media screen and (min-width: 1900px) {
  .jumbotron--hero {
    height: 800px;
  }
}

.jumbotron--secondary {
  background-color: #013b5e;
  border-bottom-left-radius: 15px;
  color: #fff;
  padding: 1.5rem 1rem;
  position: relative;
  min-height: 190px;
}

@media screen and (max-width: 767px) {
  .jumbotron--secondary {
    margin-top: -0.5rem;
  }
}

@media screen and (min-width: 992px) {
  .jumbotron--secondary {
    min-height: 200px;
    padding: 2rem 2rem 3rem 2rem;
  }
}

.jumbotron--secondary::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -34px;
  right: 20px;
  height: 55px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 13px;
  border-top-left-radius: 90px;
  -webkit-box-shadow: 0 -40px 0 0 #013b5e;
          box-shadow: 0 -40px 0 0 #013b5e;
}

@media screen and (min-width: 1900px) {
  .jumbotron--secondary::after {
    height: 55px;
    right: 21px;
  }
}

.jumbotron--secondary h1 {
  font-size: 3.3rem;
}

@media screen and (min-width: 992px) {
  .jumbotron--secondary h1 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1366px) {
  .jumbotron--secondary h1 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 2rem;
  }
}

.footer h6.ul-heading {
  color: #fce7c1;
  font-size: 0.81rem;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .footer ul {
    margin-top: 1rem;
  }
}

.footer ul li {
  margin-top: 0.3rem;
}

.footer ul li a {
  color: #fcfcfc !important;
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  font-weight: lighter;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 992px) {
  .footer ul li a {
    font-size: 0.81rem;
  }
}

.footer ul li a span {
  font-weight: 500;
}

.footer__wrapper {
  background-color: #013b5e;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 3rem 0 2rem 0;
  position: relative;
}

@media screen and (min-width: 992px) {
  .footer__wrapper {
    padding: 3rem 0 1rem 0;
  }
}

.footer-brand {
  width: 63px;
  height: auto;
  margin-bottom: 2rem;
}

.footer__social a {
  font-size: 1.9rem;
  color: #fff;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media screen and (min-width: 1366px) {
  .footer__social a {
    font-size: 1.9rem;
  }
}

.footer__social a:not(:first-child) {
  margin-left: 0.2rem;
}

.footer__social ul li {
  margin-top: 0;
}

.footer__bottom {
  padding: 0.5rem 0;
}

.footer__bottom > .container {
  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;
}

@media screen and (min-width: 992px) {
  .footer__bottom > .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__bottom > .container p {
  color: #d4d4d4;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

@media screen and (min-width: 992px) {
  .footer__bottom > .container p {
    font-size: 0.8rem;
  }
}

.footer__bottom > .container p a {
  font-family: "Dosis", sans-serif;
  font-weight: bolder;
  color: #fff;
}

.about {
  background-color: #fad490;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about {
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
  }
}

@media screen and (min-width: 768px) {
  .about::after {
    content: "";
    background-color: #013b5e;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 450px;
    z-index: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 1900px) {
  .about::after {
    width: 700px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1900px) {
  .about::after {
    width: 900px;
  }
}

@media screen and (min-width: 992px) {
  .about .col-12 {
    height: 280px;
    width: 900px;
  }
}

.about .col-12:nth-child(2n) {
  background-color: #013b5e;
  border-radius: 21px;
  padding: 3rem 2rem 3rem 2rem;
}

@media screen and (min-width: 992px) {
  .about .col-12:nth-child(2n) {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    padding: 3.5rem 0 0 4rem;
  }
}

.about__heading {
  color: #013b5e;
  display: block;
  font-size: 2.18rem;
  font-weight: bold;
  line-height: 49px;
  padding: 3rem 1rem;
}

@media screen and (min-width: 768px) {
  .about__heading {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 992px) {
  .about__heading {
    font-size: 1.87rem;
    line-height: 38px;
    padding: 5rem 0 0 0;
    width: 90%;
  }
}

.about__heading h2 {
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .about__heading h2 {
    font-size: 3rem;
    text-align: left;
  }
}

.about__heading h5 {
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
  margin: 1rem auto;
  max-width: 90%;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .about__heading h5 {
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 1.5rem 0;
    text-align: left;
  }
}

.about__heading p {
  margin-bottom: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .about__heading p {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 992px) {
  .about__heading p {
    margin: 0;
    text-align: left;
  }
}

.about__text {
  color: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .about__text:nth-child(2n) {
    margin: 1rem 0;
  }
}

.about__container {
  margin: 2rem 0;
  padding: 0 3rem;
}

.about-us {
  margin: 3.75rem 0;
}

.about-us h1 {
  color: #013b5e;
  font-size: 1.9rem;
}

.about-us p:first-child {
  margin: 2rem 0;
}

.features {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

.features .card-deck {
  margin-top: -1.5rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .features .card-deck {
    margin-top: -4rem;
  }
}

.features .card {
  border-radius: 13px;
  border: none;
  -webkit-box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.2);
  height: 100%;
  overflow: hidden;
  padding: 2.5rem 1rem;
  position: relative;
}

.features .card::after {
  background-color: #00b0ab;
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .features .card {
    -webkit-box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.03);
            box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.03);
  }
}

.features .card-body {
  padding: 1rem 0.5rem;
}

@media screen and (min-width: 992px) {
  .features .card-body h5 {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1366px) {
  .features .card-body h5 {
    font-size: 1.2rem;
  }
}

.features .card-img-top {
  margin-left: 0.5rem;
  padding-bottom: 1rem;
  position: relative;
}

.features .card-img-top::after {
  background-color: rgba(214, 64, 69, 0.27);
  bottom: -5px;
  content: "";
  height: 0.4px;
  left: 0;
  position: absolute;
  width: 90%;
}

.features .card-text {
  color: #646464;
}

.features .card-text span {
  color: #000;
  font-weight: bolder;
}

@media screen and (min-width: 992px) {
  .features .card-text {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 1366px) {
  .features .card-text {
    font-size: 0.95rem;
  }
}

.features__individual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.features__individual:not(:first-child) {
  margin-top: 2rem;
}

@media screen and (min-width: 992px) {
  .features__individual:not(:first-child) {
    margin: 0;
  }
}

.features__individual i {
  font-size: 1.4rem;
}

.features__individual h4 {
  font-size: 1rem;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}

.features__individual p {
  color: #000;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.services {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(14%, #f8fcff));
  background-image: linear-gradient(180deg, #ffffff 0%, #f8fcff 14%);
  padding: 5rem 0;
}

@media screen and (min-width: 768px) {
  .services {
    padding: 3rem 0;
  }
}

.services h1 {
  color: #013b5e;
  font-size: 1.9rem;
  margin: 0.6rem 0 1.5rem 0;
}

.services .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .services .card-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 250px;
  }
}

@media screen and (min-width: 768px) {
  .services .card-container {
    height: 100%;
  }
}

.services .card-container a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 1rem;
  text-decoration: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .services .card-container a {
    height: 105%;
    margin-top: 0;
    width: 160px;
  }
  .services .card-container a:not(:last-child) {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .services .card-container a {
    height: 100%;
    width: 40%;
  }
}

.services .card-container .card {
  border: none;
  height: auto;
  width: 100%;
}

.services .card-container .card-body {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .services .card-container .card-body {
    padding: 1rem;
  }
}

.services .card-container .card-body h5 {
  color: #fff;
  font-size: 1.7rem;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .services .card-container .card-body h5 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 992px) {
  .services .card-container .card-body h5 {
    font-size: 1.5rem;
  }
}

.services-card--1, .services-card--2, .services-card--3, .services-card--4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}

@media screen and (min-width: 992px) {
  .services-card--1, .services-card--2, .services-card--3, .services-card--4 {
    background-position: center;
    min-height: 370px;
    width: 100%;
  }
}

.services-card--1 {
  background-image: url("../img/guarderia-bg-mobile.jpg");
}

@media screen and (min-width: 768px) {
  .services-card--1 {
    background-image: url("../img/guarderia-bg.jpg");
  }
}

.services-card--2 {
  background-image: url("../img/preescolar-bg-mobile.jpg");
}

@media screen and (min-width: 768px) {
  .services-card--2 {
    background-image: url("../img/preescolar-bg.jpg");
  }
}

.services-card--3 {
  background-image: url("../img/primaria-bg-mobile.jpg");
}

@media screen and (min-width: 768px) {
  .services-card--3 {
    background-image: url("../img/primaria-bg.jpg");
  }
}

.services-card--4 {
  background-image: url("../img/cursos-extras-bg-mobile.jpg");
}

@media screen and (min-width: 768px) {
  .services-card--4 {
    background-image: url("../img/cursos-extras-bg.jpg");
  }
}

.book-widget {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 2rem;
}

@media screen and (min-width: 992px) {
  .book-widget {
    padding: 1.2rem 4rem;
  }
}

.book-widget__wrapper {
  background-color: #00d0ca;
  border-radius: 24px;
  margin: -1rem auto 0 auto;
  max-width: 95%;
  z-index: 3;
}

@media screen and (min-width: 992px) {
  .book-widget__wrapper {
    margin: -1.5rem auto 0 auto;
    max-width: 80%;
  }
}

.book-widget div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.book-widget div:first-child {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .book-widget div:first-child {
    text-align: unset;
  }
}

.book-widget div:nth-child(2n) {
  margin-top: 0.8rem;
}

@media screen and (min-width: 992px) {
  .book-widget div:nth-child(2n) {
    margin-top: 0;
  }
}

.book-widget a {
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 1.7rem;
  font-weight: lighter;
  letter-spacing: 0;
  margin-left: 1.25rem;
  margin-top: -0.3rem;
}

@media screen and (min-width: 992px) {
  .book-widget a {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.book-widget h3 {
  font-size: 1.4rem;
  letter-spacing: 1.25px;
  margin-bottom: 0.2rem;
}

@media screen and (min-width: 992px) {
  .book-widget h3 {
    font-size: 1.2rem;
  }
}

.book-widget i {
  font-size: 1.9rem;
}

.book-widget p {
  font-size: 0.93rem;
  font-weight: lighter;
  letter-spacing: 0.94px;
}

.announcements__wrapper {
  margin: 2rem 0 2rem 0;
}

.announcements__wrapper h3 {
  font-size: 1.1rem;
  color: #013b5e;
}

.announcements__wrapper .container-card {
  overflow-x: auto;
  width: 92vw;
}

@media screen and (min-width: 992px) {
  .announcements__wrapper .container-card {
    overflow: hidden;
    width: auto;
    height: 200px;
  }
}

@media screen and (min-width: 1366px) {
  .announcements__wrapper .container-card {
    height: 240px;
  }
}

.announcements__wrapper .card {
  border: none;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .announcements__wrapper .card {
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 90%;
  }
  .announcements__wrapper .card:not(:first-child) {
    margin-left: 1rem;
  }
  .announcements__wrapper .card:last-child {
    margin-right: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .announcements__wrapper .card {
    width: 30px !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

@media screen and (min-width: 1366px) {
  .announcements__wrapper .card {
    height: auto;
    width: 100%;
  }
}

.announcements__wrapper .card-body {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.5rem 1.5rem;
}

@media screen and (min-width: 768px) {
  .announcements__wrapper .card-body {
    padding: 1.4rem 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .announcements__wrapper .card-body {
    padding: 1.4rem 0.95rem;
  }
}

@media screen and (min-width: 1366px) {
  .announcements__wrapper .card-body {
    padding: 2rem 1.5rem;
  }
}

.announcements__wrapper .card-deck {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .announcements__wrapper .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 220px;
    width: 1100px;
  }
}

@media screen and (min-width: 768px) {
  .announcements__wrapper .card-deck {
    height: 160px;
    width: 1000px;
  }
}

@media screen and (min-width: 992px) {
  .announcements__wrapper .card-deck {
    height: 160px;
    width: auto;
  }
}

@media screen and (min-width: 1366px) {
  .announcements__wrapper .card-deck {
    height: 200px;
  }
}

.announcements__wrapper .card-text {
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .announcements__wrapper .card-text {
    font-size: 0.85rem;
    max-width: 85%;
  }
}

@media screen and (min-width: 1366px) {
  .announcements__wrapper .card-text {
    font-size: 0.95rem;
    max-width: 85%;
  }
}

.announcements__wrapper .card-title {
  font-size: 1.8rem;
  color: #013b5e;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .announcements__wrapper .card-title {
    font-size: 1.3rem;
  }
}

.announcements__wrapper .card--1 {
  background-color: #c6eeec;
}

.announcements__wrapper .card--2 {
  background-color: #e3eaed;
}

.announcements__wrapper .card--3 {
  background-color: #e7dcec;
}

.announcements__wrapper .card--4 {
  background-color: #e7dcec;
}

.announcements__wrapper .card--5 {
  background-color: #c6eeec;
}

.why-us {
  margin: 2rem 0;
}

.why-us h3 {
  font-size: 2rem;
  color: #013b5e;
}

@media screen and (min-width: 768px) {
  .why-us h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .why-us img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.why-us p {
  margin: 1rem 0;
}

@media screen and (min-width: 1024px) {
  .why-us p {
    margin: 2rem 0;
  }
}

.why-us p.lead {
  font-weight: bolder;
}

@media screen and (min-width: 768px) {
  .why-us p.lead {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .why-us p.lead {
    font-size: 1.25rem;
  }
}

.why-us .btn-rounded-red {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: auto;
}

.contact--index {
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact--index::before {
    background-color: #fad490;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
  }
}

@media screen and (min-width: 992px) {
  .contact--index::before {
    background-color: #fad490;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 120%;
    z-index: -1;
  }
}

.contact--index h3 {
  font-size: 1.5rem;
  color: #013b5e;
  letter-spacing: 0.69px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .contact--index h3 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1366px) {
  .contact--index h3 {
    line-height: 66px;
  }
}

.contact--index .col-12:first-child {
  padding: 2.5rem 2rem;
  background-color: #fad490;
}

@media screen and (min-width: 768px) {
  .contact--index .col-12:first-child {
    padding: 2rem 1rem;
  }
  .contact--index .col-12:first-child::before {
    background-color: #fad490;
    content: "";
    position: absolute;
    top: 0;
    left: -2rem;
    width: 50%;
    height: 120%;
    z-index: -1;
  }
}

@media screen and (min-width: 992px) {
  .contact--index .col-12:first-child {
    padding: 3.1rem 3rem 3.1rem 0;
  }
}

.contact--index .col-12:nth-child(2n) {
  position: relative;
}

.contact--index .col-12:nth-child(2n)::before {
  background-color: #f8f8f8;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90%;
  width: 90%;
  z-index: -1;
}

.contact--info {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .contact--info {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 992px) {
  .contact--info {
    margin-top: 1.5rem;
  }
}

.contact--info .label {
  color: #013b5e;
}

@media screen and (min-width: 992px) {
  .contact--info .label {
    width: 120px;
  }
}

.contact--info .label span {
  font-weight: bolder;
}

@media screen and (max-width: 767px) {
  .contact--info .label i {
    display: none;
  }
}

.contact--info a {
  color: #000;
  margin-left: 10px;
}

.contact--info .btn-rounded-red {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: auto;
}

.contact--info p {
  color: #72592c;
  font-weight: lighter;
  line-height: 19px;
  margin-bottom: 1.5rem;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Sora", sans-serif;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Quicksand", sans-serif;
  margin: 0;
}

p {
  font-family: "Sora", sans-serif;
  margin-bottom: 0;
}

.h-100 {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .h-100 {
    height: auto !important;
  }
}

@media screen and (min-width: 1024px) {
  .h-100 {
    height: 100% !important;
  }
}

@media screen and (min-width: 1366px) {
  .h-100 {
    height: 100% !important;
  }
}

.caps {
  text-transform: uppercase;
}

.section-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-intro p {
  color: #afbbc3;
  font-family: "Quicksand", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.47px;
  padding-left: 0.5rem;
  text-transform: uppercase;
  margin: 1rem 0 !important;
}

@media screen and (min-width: 1024px) {
  .section-intro p {
    margin: 2rem 0 !important;
  }
}

.section-intro--border {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: #fad490;
  height: 4px;
  width: 25px;
}
/*# sourceMappingURL=main.css.map */

.wa-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}