/* Reset básico e definições globais */
b,
.links-inner-contents p,
.home-head-box h2,
#home .testimonials h2,
#footer #footer-cta h2,
#footer #footer-cta a {
  font-family: 'Gotham';
  font-weight: bold;
}

/* Seção Home */
#home {
  background: linear-gradient(90deg, #164194 0%, #009951 100%);
  color: #ffffff;
}

#home .intro-image {
  padding-top: 72px;
}

#home .contents p {
  color: #ffffff;
  font-family: 'Gotham';
  font-size: 16px;
  line-height: 22px;
}

#home .owl-dots {
  margin-top: 24px;
  text-align: center;
}

#home .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #0a5113;
  border-radius: 12px;
  margin-left: 8px;
}

#home .owl-dots .owl-dot:first-child {
  margin-left: 0;
}

#home .owl-dots .owl-dot.active {
  background-color: #038647;
}

/* Lista Neon */
#home .inner-contents-neon-list li,
#home .inner-contents-neon-list li a {
  height: 180px;
}

#home .inner-contents-neon-list li p {
  line-height: 25px;
}

#home .inner-contents-neon-list li a:hover .links-inner-contents p {
  color: #0E2B64;
}

/* Testimonials */
#home .testimonials {
  margin-top: 90px;
  color: #ffffff;
}

#home .testimonials h2 {
  color: #00dd82;
  font-size: 35px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#home .testimonials h2 + p {
  color: #ffffff;
  font-family: 'Gotham';
  font-size: 21px;
  margin-bottom: 30px;
}

#home .testimonials li > p {
  color: #ffffff;
  border: 1px solid #00dd82;
  padding: 20px 40px;
  border-radius: 40px;
  font-family: 'Gotham';
  font-size: 18px;
  margin-right: 10px;
}

#home .testimonials span {
  display: block;
  font-size: 13px;
}

#home .testimonials span.author {
  margin: 15px 0 0 40px;
}

#home .testimonials span.location {
  margin: 5px 0 30px 40px;
}

#home .testimonials img {
  margin-bottom: 48px;
}

/* Home Head Box */
.home-head-box {
  max-width: 950px;
}

.home-head-box h2 {
  color: #00dd82;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 40px;
}

.home-head-box p {
  margin-bottom: 40px;
}

/* Banner */
.float-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-bloco-texo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 212px;
}

.text-lt {
  width: 325px;
}

.text-rt {
  width: 150px;
}

.text-lt p {
  font-family: 'Gotham';
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 120%;
}

.text-lt span,
.text-lt p.hastag {
  color: #90ff9c;
}

.text-lt p.hastag {
  margin: 15px 0;
  font-size: 21px;
  font-weight: bold;
}

.text-lt p:last-child {
  font-size: 9px;
}

.banner-sections {
  margin-top: 72px;
  display: flex;
  justify-content: center;
  position: relative;
}

.banner-sections picture {
  display: flex;
}

.banner-sections img {
  object-fit: cover;
  width: 100%;
}

/* Gradiente */
.gradiente-01 {
  padding-top: 75px;
  background: linear-gradient(0deg, #0d4401 0%, #16240f 100%);
}

/* Footer */
#footer #footer-contact {
  color: #7D7D7D;
  background-color: #ffffff;
}

#footer #footer-contact #logo {
  background: url("../../images/main/logo.svg") top left no-repeat;
  background-size: contain;
}

#footer #footer-contact .menu-footer-menu-container ul li.want-to-be,
#footer #footer-contact .menu-footer-menu-container ul li.already-sfb {
  height: 34px;
  padding: 0 16px;
  line-height: 34px;
  border-radius: 18px;
  font-family: "MuseoSans-700";
  cursor: pointer;
  display: table;
  color: #ffffff;
}

#footer #footer-contact .menu-footer-menu-container ul li.want-to-be {
  background-color: #164194;
}

#footer #footer-contact .menu-footer-menu-container ul li.want-to-be:hover {
  background-color: #0f2e68;
}

#footer #footer-contact .menu-footer-menu-container ul li.already-sfb {
  background-color: #009951;
}

#footer #footer-contact .menu-footer-menu-container ul li.already-sfb:hover {
  background: #006636;
}

#footer #footer-contact .menu-footer-menu-container ul li a {
  color: #ffffff;
}

#footer #footer-contact .wrap h2,
#footer #footer-contact .wrap ul li.icon-address::before,
#footer #footer-contact .wrap ul li.icon-phone::before,
#footer #footer-contact .wrap ul li.icon-mail::before,
#footer #footer-contact .wrap ul li.icon-faq::before,
#footer #footer-contact .icon:before {
  color: #009951;
}

#footer #footer-cta {
  background: #0e3006;
}

#footer #footer-cta h2 {
  color: #00dd82;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 40px;
}

#footer #footer-cta p {
  color: #ffffff;
  font-family: 'Gotham';
}

#footer #footer-cta a {
  font-size: 20px;
}

/* Testimonials Layout */
.testimonials {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  min-height: 400px;
  width: 100%;
}

.testimonials-image {
  margin-left: -190px !important;
  width: initial;
  max-width: unset;
}

/* Media Queries */
@media (min-width: 992px) {
  #home .contents p {
    font-size: 21px;
    line-height: 140%;
  }
  
  #home .inner-contents-neon-list li,
  #home .inner-contents-neon-list li a {
    height: 320px;
  }
  
  #home .testimonials {
    margin-top: 110px;
  }
  
  #home .testimonials img {
    margin: 87px 0 0;
    display: block;
  }
}

@media (max-width: 1199px) {
  .home-head-box {
    max-width: 800px;
  }
  
  .home-head-box h2 {
    font-size: 30px;
  }
  
  #home .contents p {
    font-size: 19px;
    line-height: 140%;
  }
  
  #home .testimonials img {
    margin: 0;
    width: 190%;
  }
  
  .testimonials .col-md-5 {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .banner-sections img {
    object-fit: inherit;
    height: auto;
  }
  
  .testimonials-image,
  .banner-bloco-texo {
    display: none;
  }
  
  .testimonials .col-md-5 {
    width: 100%;
  }
  
  #home .testimonials {
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .banner-sections {
    margin-top: 29px;
  }
  
  .row-footer-line:before {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .testimonials {
    flex-direction: column;
    align-items: center;
  }
  
  .col-xs-12.col-md-4.col-md-offset-1,
  .col-xs-12.col-md-5 {
    width: 100%;
    margin: 0;
  }
}