#footer.footer-black {
  background-color: #000;
  font-size: 0.8rem;
}
.row-center {
  justify-content: center;
}
.uppercase {
  text-transform: uppercase;
}
.background-blue {
  background-color: #3cb3b9;
}
.text-blue {
  color: #3cb3b9;
}
.text-bold {
  font-weight: 600;
}
.btn-white {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
}
.btn-white:after {
  content: '';
  padding-left: 0;
}
.btn-no-after:after {
  content: '';
  padding-left: 0;
}
.font-sm {
  font-size: .8rem;
  line-height: .6;
}
.btn-hero {
  font-size: 1.4rem;
}


.spanish-line-height {

}

.spanish-long {
  display: inline-flex;
  line-height: 1;
}

.landing-nav, .stars-container, .contact-container, .check-container {
  display: flex;
}
.stars-container {
  justify-content: center;
}
.landing-nav {
  justify-content: flex-end;
  align-items: center;
}
.contact-container {
  flex-direction: column;
  border-left: 1px solid #fff;
  padding-left: 26px;
}
.landing-nav .fa-star, .mobile-nav-falldown .fa-star {
  font-size: 24px;
  padding: 2px;
}
.landing-hero-content {

}
.landing-hero-content h1 {
    text-shadow: 0px 0px 7px #000;
    font-size: 3.75rem;
    font-family: "Frank Ruhl Libre",serif;
    color: #fff;
  }
  .landing-bottom h1 {
      text-shadow: 0px 0px 7px #000;
      font-size: 3rem;
      font-family: "Frank Ruhl Libre",serif;
      color: #fff;
    }
.landing-hero-content h4 {
    text-shadow: 0px 0px 7px #000;
    font-family: "Open Sans",sans-serif;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 2.75rem;
  }
.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.review-section .fa-star {
  font-size: 35px;
  padding: 2px;
}
.breakdown-section {
  background: #fff;
}
.titles-border {
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #a3abae;
}
.breakdown-section h1 {
  font-family: "Open Sans",sans-serif;
  margin-bottom: 1rem;
}

.breakdown-section h2, .guarentee-section h2 {
  font-size: 2.4em;
  font-weight: 600;
}

.breakdown-section h4, .guarentee-section h4 {
  font-family: "Open Sans",sans-serif;
  font-weight: 700;

}


.breakdown-section h6, .guarentee-section h6 {
  font-family: "Open Sans",sans-serif;
  margin-bottom: 1.5rem;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 1.3;
}
.breakdown-section a {
  display: block;
  text-decoration: none;

}
.breakdown-section p {
  padding-right: 5px;
}
.breakdown-section i {
  font-size: 100px;
}
.icons {
  height: 100px;
  display: flex;
}
.icons img {
  max-height: 100%;
}

.cta-box-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-box {
  padding: 3rem 1.75rem;
  max-width: 85%;
}
.future-section {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  background-color: #111018;
}

.titles-strikethrough {
  border-top: 2px solid white;
  justify-content: center;
  margin-top: 14px;
  margin-bottom: -20px;
  margin-left: 2px;
  margin-right: 2px;

}
.strikethrough {
  background-color: #3cb3b9;
  position: relative;
  top: -14px;
}
.black-check {
  width: 20px;
  margin-right: 10px;
}
.black-check img {
  width: 20px;
}
.team-section {
    text-align: center;
    background-color: #fff;
}
.titles {
  padding-bottom: 1rem;
}
.team-inner img {
  max-width: 100%;
}
.team-subtext {
  padding: 1rem 0;
  border-bottom: 1px solid #a3abae;
}
.team-section h2 {
  color: #000;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}
.team-section h5 {
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
}
.team-section h6 {
  font-family: "Open Sans",sans-serif;
  font-size: .75rem;
  margin-bottom: .25rem;
  font-weight: 600;
}

.landing-bottom {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #111018;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 25%;
    min-height: 500px;
}
.landing-bottom h4 {
  font-family: "Open Sans",sans-serif;
  margin: 20px 0 25px 0;
  font-size: 1.3rem;
}

.mobile-nav-falldown {
  display: none;
}

@media only screen and (max-width: 992px) {
  .landing-nav {
    display: none;
  }
  .mobile-nav-falldown {
    display: flex;
    height: 100%;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .mobile-nav-falldown .rating-container {
    padding-bottom: 30px;
  }
  .max-width-mobile {
    max-width: 80%;

  }
  .row-center-mobile {
    display: flex;
    justify-content: center;
  }
  .landing-bottom {
      background-size: 200%;
      background-position: right center;
      min-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .landing-hero-content h1 {
    font-size: 8vw;
  }
  .landing-hero-content h4 {
    font-size: 3.5vw;
  }
  .landing-bottom {
    min-height: 350px;
  }
  .btn-hero, .btn-bottom {
    font-size: 3vw;
    padding: 0.65rem 1rem;
  }
  .landing-bottom h1 {
    font-size: 7vw;
  }
  .landing-bottom h4 {
    font-size: 1rem;
  }
  .breakdown-section h1 {
    font-size: 6vw;
  }
  .breakdown-section h4 {
    font-size: 1.5rem;
  }
  .cta-box {
    max-width: 100%;
  }
  .team-section h2 {
    font-weight: 6vw;
  }
  .team-subtext {
    border-bottom: none;
  }
  .review-section .fa-star {
      font-size: 28px;
    }
    .max-width-mobile img {
      padding: 10px;
    }
}
