@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  font-size: 16px;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #2C3E50;
}

.btn {
  width: 580px;
  background-color: #F1C40F;
  border-radius: 50px;
  border: 1px solid #2C3E50;
  position: relative;
  z-index: 200;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.btn-cta-primary {
  padding: 1.2rem 1rem;
  margin: 15px 0 15px 60px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #2C3E50;
}
.btn-cta-primary:hover {
  width: 590px;
  opacity: 0.9;
  background-color: #F1C40F;
}

.btn-cta-secondary {
  width: 350px;
  margin: 15px auto;
  padding: 1rem;
  font-weight: 600;
  color: #2C3E50;
  font-size: 1.2rem;
}
.btn-cta-secondary .btn-cta-icon {
  width: 37px;
}
.btn-cta-secondary:hover {
  width: 360px;
  opacity: 0.9;
  background-color: #F1C40F;
}

.btn-faq {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #2C3E50;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background-color: #F1C40F;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  color: #2C3E50;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .btn-cta-primary {
    width: 90%;
    margin: 15px auto;
    padding: 0.9rem 1rem;
  }
  .btn-cta-primary .cta-link .btn-cta-text {
    font-size: 0.9rem;
    width: auto;
  }
  .btn-cta-primary:hover {
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .btn-cta-primary {
    width: 70%;
    margin: 15px auto;
    padding: 1rem;
  }
  .btn-cta-primary .cta-link .btn-cta-text {
    font-size: 1.1rem;
    width: auto;
  }
  .btn-cta-primary:hover {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .btn-cta-primary {
    width: 90%;
    margin: 0 auto;
    padding: 1rem;
  }
  .btn-cta-primary .cta-link {
    display: flex;
    flex-direction: column;
  }
  .btn-cta-primary .cta-link .btn-cta-text {
    font-size: 1rem;
    width: 90%;
  }
  .btn-cta-primary:hover {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .btn-cta-secondary {
    width: 100%;
    margin: 15px auto;
    padding: 1rem;
  }
  .btn-cta-secondary .cta-link {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .btn-cta-secondary .cta-link .btn-cta-text {
    font-size: 1.1rem;
    width: 90%;
  }
  .btn-cta-secondary:hover {
    width: 100%;
  }
}
.hero {
  height: 100vh;
  background: url("../img/bg/bg-hero.png") no-repeat top center;
  background-size: cover;
}
.hero .visually-hidden {
  display: none;
}
.hero .hero-text {
  padding: 130px 0 0 100px;
}
.hero .hero-text .hero-title {
  font-size: 3rem;
  font-weight: 700;
}
.hero .hero-text .hero-subtitle {
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 30px;
}
.hero .hero-text .hero-p {
  font-size: 1.6rem;
  max-width: 520px;
}
.hero .img-perfil {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.hero .img-perfil img {
  width: 100%;
}

@media (max-width: 1441px) and (min-width: 1200px) {
  .hero {
    height: 900px;
    background-size: cover;
    background-position: top center;
  }
  .hero .container {
    padding: 0;
  }
  .hero .container .hero-header {
    padding: 10px 0;
  }
  .hero .container .hero-header .logo-header {
    width: 170px;
  }
  .hero .hero-text {
    padding: 60px 0 0 80px;
  }
  .hero .hero-text .hero-title {
    font-size: 2.8rem;
  }
  .hero .hero-text .hero-subtitle {
    font-size: 1.8rem;
  }
  .hero .hero-text .hero-p {
    font-size: 1.4rem;
    max-width: 90%;
  }
  .hero .img-perfil {
    position: absolute;
    top: 50px;
    right: 0;
  }
  .hero .img-perfil img {
    width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 1025px) {
  .hero {
    height: 900px;
    background-size: cover;
    background-position: top center;
  }
  .hero .container {
    padding: 0 15px;
  }
  .hero .container .hero-header {
    padding: 10px 0;
  }
  .hero .container .hero-header .logo-header {
    width: 150px;
  }
  .hero .hero-text {
    padding: 40px 0 0 60px;
  }
  .hero .hero-text .hero-title {
    font-size: 2.3rem;
  }
  .hero .hero-text .hero-subtitle {
    font-size: 1.4rem;
  }
  .hero .hero-text .hero-p {
    font-size: 1rem;
    max-width: 90%;
  }
  .hero .img-perfil {
    position: absolute;
    top: 40px;
    right: 0;
  }
  .hero .img-perfil img {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hero {
    height: 800px;
    background-size: cover;
    background-position: top center;
  }
  .hero .container {
    padding: 0 15px;
  }
  .hero .container .hero-header {
    padding: 10px 0;
  }
  .hero .container .hero-header .logo-header {
    width: 170px;
  }
  .hero .hero-text {
    padding: 30px 0 0 40px;
  }
  .hero .hero-text .hero-title {
    font-size: 2.2rem;
  }
  .hero .hero-text .hero-subtitle {
    font-size: 1.5rem;
  }
  .hero .hero-text .hero-p {
    font-size: 1rem;
    max-width: 90%;
  }
  .hero .img-perfil {
    position: absolute;
    top: 60px;
    right: 0;
  }
  .hero .img-perfil img {
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .hero {
    height: 1100px;
    background-size: cover;
    background-position: top center;
  }
  .hero .container {
    min-width: 100%;
    padding: 0 15px;
  }
  .hero .container .hero-header {
    padding: 10px 0;
  }
  .hero .container .hero-header .logo-header {
    width: 150px;
  }
  .hero .hero-content {
    padding: 10px;
  }
  .hero .hero-text {
    margin: 300px auto 0 auto;
    width: 100%;
    padding: 20px 0 0 20px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    position: relative;
    z-index: 2;
  }
  .hero .hero-text .hero-title {
    font-size: 3.1rem;
    text-shadow: 10px 5px 5px rgba(255, 255, 255, 0.3);
  }
  .hero .hero-text .hero-subtitle {
    font-size: 1.9rem;
  }
  .hero .hero-text .hero-p {
    font-size: 1.3rem;
    max-width: 90%;
  }
  .hero .img-perfil {
    position: absolute;
    top: 50px;
    left: 25%;
  }
  .hero .img-perfil .perfil {
    width: 60%;
  }
}
@media (max-width: 425px) {
  .hero {
    height: 900px;
    background-size: cover;
    background-position: top center;
  }
  .hero .container {
    min-width: 100%;
    padding: 0;
  }
  .hero .container .hero-header {
    padding: 10px 0;
  }
  .hero .container .hero-header .logo-header {
    width: 130px;
  }
  .hero .hero-text {
    margin: 180px auto 0 auto;
    max-width: 425px;
    width: 100%;
    padding: 20px 0 0 20px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    position: relative;
    z-index: 2;
  }
  .hero .hero-text .hero-title {
    font-size: 1.4rem;
    text-shadow: 10px 5px 5px rgba(255, 255, 255, 0.3);
  }
  .hero .hero-text .hero-subtitle {
    font-size: 1.2rem;
  }
  .hero .hero-text .hero-p {
    font-size: 0.9rem;
    max-width: 90%;
  }
  .hero .img-perfil {
    max-width: 425px;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .hero .img-perfil .perfil {
    position: relative;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
}
.identification {
  width: 100%;
  margin-top: -200px;
  margin-bottom: 100px;
  padding-top: 150px;
  background: url("../img/bg/bg-w.png") no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 100;
  height: 1000px;
}
.identification .identification-title {
  margin: 0 auto;
  text-align: center;
  color: #F39C12;
  font-size: 2.8rem;
  font-weight: 700;
}
.identification .identification-header-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
}
.identification .identification-col-list {
  margin-top: 50px;
  padding: 0;
}
.identification .identification-col-list .identification-list {
  color: #099310;
  font-size: 1.6rem;
  line-height: 4rem;
  list-style: none;
  text-decoration: none;
}
.identification .identification-footer strong {
  font-weight: 700;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .identification {
    min-height: 1100px;
    height: 100%;
    margin-top: -300px;
  }
}
@media (max-width: 1199px) and (min-width: 1025px) {
  .identification {
    width: 100%;
    min-height: 900px;
    height: 100%;
    margin-top: -350px;
    padding-top: 200px;
  }
  .identification .container {
    max-width: 1100px;
  }
  .identification .container .identification-header {
    margin: 0;
    padding: 0;
  }
  .identification .container .identification-header .identification-title {
    text-align: center;
    color: #F39C12;
    font-size: 2.3rem;
    font-weight: 700;
  }
  .identification .container .identification-header .identification-header-text {
    font-size: 1.4rem;
  }
  .identification .identification-col-list .identification-list {
    color: #099310;
    font-size: 1.3rem;
    line-height: 3rem;
    list-style: none;
    text-decoration: none;
  }
  .identification .identification-img {
    margin-top: 50px;
    max-width: 60%;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .identification {
    width: 100%;
    height: 800px;
    margin-top: -300px;
    padding-top: 150px;
  }
  .identification .container {
    max-width: 1000px;
    min-width: 760px;
  }
  .identification .container .identification-header {
    margin: 0;
    padding: 0;
  }
  .identification .container .identification-header .identification-title {
    font-size: 2rem;
  }
  .identification .container .identification-header .identification-header-text {
    font-size: 1.2rem;
  }
  .identification .identification-col-list .identification-list {
    font-size: 1.1rem;
    line-height: 2.5rem;
  }
  .identification .identification-img {
    margin-top: 30px;
    max-width: 70%;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .identification {
    width: 100%;
    height: 100%;
    margin-top: -250px;
    padding-top: 150px;
  }
  .identification .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .identification .container .identification-header {
    margin: 0;
    padding: 0;
  }
  .identification .container .identification-header .identification-title {
    font-size: 1.8rem;
  }
  .identification .container .identification-header .identification-header-text {
    font-size: 1rem;
  }
  .identification .identification-col-list .identification-list {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 30px;
  }
  .identification .identification-img {
    display: none;
  }
  .identification .identification-footer {
    margin-left: 45px;
    font-size: 1rem;
  }
}
@media (max-width: 425px) {
  .identification {
    width: 100%;
    min-height: 750px;
    height: 100%;
    margin-top: -200px;
    padding-top: 100px;
  }
  .identification .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .identification .container .identification-header {
    margin: 0;
    padding: 0;
  }
  .identification .container .identification-header .identification-title {
    font-size: 1.5rem;
  }
  .identification .container .identification-header .identification-header-text {
    font-size: 0.9rem;
  }
  .identification .identification-col-list .identification-list {
    font-size: 0.8rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
  }
  .identification .identification-img {
    display: none;
  }
  .identification .identification-footer {
    margin-left: 30px;
    font-size: 0.9rem;
  }
}
.pain {
  background-color: #D7B398;
  background-size: auto;
  height: 900px;
  margin-top: -300px;
  margin-bottom: 100px;
  padding-top: 200px;
}
.pain .pain-header {
  padding: 0;
  margin: 0 0 0 40%;
  width: 55%;
}
.pain .pain-header .pain-title {
  font-weight: 700;
  text-align: end;
  line-height: 1.7rem;
}
.pain .pain-content {
  width: 53.3% !important;
}
.pain .pain-content .pain-context {
  margin-top: 30px;
  background-color: rgba(243, 156, 18, 0.14);
  padding: 25px;
  font-size: 1.2rem;
}
.pain .pain-content .pain-context p {
  padding: 7px 0;
}
.pain .pain-footer {
  font-size: 1.7rem;
  font-weight: 700;
  padding-top: 40px;
}

@media (max-width: 1199px) and (min-width: 1025px) {
  .pain .container {
    max-width: 1100px;
    min-width: 960px;
  }
  .pain .container .pain-header .pain-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: end;
    line-height: 1.7rem;
  }
  .pain .container .pain-feets {
    margin-left: 100px;
    margin-top: 30px;
    max-width: 80%;
  }
  .pain .container .pain-content .pain-context {
    font-size: 1.1rem;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .pain {
    min-height: 950px;
    height: 100%;
    margin-top: -250px;
    margin-bottom: 100px;
    padding-top: 150px;
  }
  .pain .container {
    max-width: 1000px;
    min-width: 760px;
  }
  .pain .container .pain-header {
    padding: 0;
    margin-left: 40%;
  }
  .pain .container .pain-header .pain-title {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: right;
    line-height: 1.6rem;
  }
  .pain .container .pain-feets {
    margin-left: 0;
    margin-top: 30px;
    max-width: 90%;
  }
  .pain .container .pain-content .pain-context {
    margin: 10px 0;
    font-size: 1.1rem;
  }
  .pain .container .pain-footer {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .pain {
    min-height: 1250px;
    height: 100%;
    margin-top: -200px;
    margin-bottom: 100px;
    padding-top: 150px;
  }
  .pain .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .pain .container .pain-header {
    margin-left: 40%;
    width: 60%;
    padding: 0;
  }
  .pain .container .pain-header .pain-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: right;
    line-height: 1.5rem;
  }
  .pain .container .pain-feets {
    margin-left: 0;
    margin-top: 30px;
    max-width: 100%;
  }
  .pain .container .pain-content {
    width: 90% !important;
    margin: 0 auto;
  }
  .pain .container .pain-content .pain-context {
    margin: 10px 0;
    font-size: 1.2rem;
  }
  .pain .container .pain-footer {
    text-align: center;
    font-size: 1.3rem;
  }
}
@media (max-width: 425px) {
  .pain {
    width: 100%;
    height: 1300px;
    margin-bottom: 100px;
    padding: 180px 7px 0 7px;
  }
  .pain .container {
    max-width: 425px;
    width: 100%;
  }
  .pain .container .pain-header {
    min-width: 350px;
    width: 100%;
    margin: 0 auto;
    width: 70%;
    padding: 10px 0;
  }
  .pain .container .pain-header .pain-title {
    font-size: 1.3rem;
    font-weight: 700;
    text-align: right;
    line-height: 1.5rem;
  }
  .pain .container .pain-feets {
    width: 90%;
  }
  .pain .container .pain-content {
    width: 90% !important;
    margin: 0 auto;
  }
  .pain .container .pain-content .pain-context {
    margin: 10px 0;
    font-size: 1rem;
  }
  .pain .container .pain-footer {
    text-align: center;
    font-size: 1.1rem;
  }
}
.soluction {
  background: url("../img/bg/bg-w.png") no-repeat top center;
  background-size: cover;
  margin-top: -300px;
  padding-top: 200px;
  height: 1100px;
  position: relative;
  z-index: 100;
}
.soluction .soluction-title {
  margin-top: 50px;
  font-size: 2.5rem;
  font-weight: 700;
}
.soluction .soluction-list {
  font-size: 1.3rem;
  padding: 30px 0;
  margin-left: 170px;
}
.soluction .soluction-list .soluction-list-item {
  padding: 7px;
}
.soluction .soluction-footer {
  margin-top: -30px;
  font-weight: 700;
  font-size: 1.3rem;
}
.soluction .cta {
  text-align: center;
  margin-top: 50px;
}
.soluction .cta .cta-title {
  color: #F39C12;
  font-size: 3.3rem;
  font-weight: 900;
}
.soluction .cta .cta-text {
  font-size: 1.5rem;
  font-weight: 500;
}
.soluction .cta .cta-text-aux {
  color: #000;
  font-size: 1.2rem;
  font-weight: 200;
}

@media (max-width: 1199px) and (min-width: 1025px) {
  .soluction {
    height: 1200px;
    margin-top: -350px;
  }
  .soluction .container {
    max-width: 1100px;
    min-width: 960px;
  }
  .soluction .container .soluction-list {
    font-size: 1.3rem;
    padding: 30px 0;
    margin-left: 100px;
  }
  .soluction .container .soluction-list .soluction-list-item {
    padding: 7px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .soluction {
    height: 1200px;
    margin-top: -400px;
    padding-top: 250px;
  }
  .soluction .container {
    max-width: 1000px;
    min-width: 760px;
  }
  .soluction .container .soluction-list {
    font-size: 1.2rem;
    padding: 30px 0;
    margin-left: 80px;
  }
  .soluction .container .soluction-list .soluction-list-item {
    padding: 7px;
  }
  .soluction .container .soluction-img {
    max-width: 90%;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .soluction {
    min-height: 1850px;
    height: 100%;
    margin-top: -200px;
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .soluction .container {
    max-width: 90%;
  }
  .soluction .container .soluction-title {
    font-size: 2rem;
    font-weight: 700;
  }
  .soluction .container .soluction-list {
    font-size: 1.3rem;
    padding: 20px 0;
    margin-left: 50px;
  }
  .soluction .container .soluction-list .soluction-list-item {
    padding: 5px;
  }
  .soluction .container .soluction-img {
    margin: 0 auto;
    width: 100%;
  }
  .soluction .container .soluction-footer {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
@media (max-width: 425px) {
  .soluction {
    max-width: 425px;
    min-height: 2000px;
  }
  .soluction .container {
    width: 95%;
    padding: 0 7px;
  }
  .soluction .container .soluction-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  .soluction .container .soluction-list {
    font-size: 1.1rem;
    padding: 15px 0;
    margin-left: 20px;
  }
  .soluction .container .soluction-list .soluction-list-item {
    padding: 5px;
  }
  .soluction .container .soluction-img {
    margin: 0 auto;
    width: 100%;
  }
  .soluction .container .soluction-footer {
    margin-top: 20px;
    font-size: 1rem;
    text-align: center;
  }
}
.benefits {
  background-color: #D7B398;
  width: 100%;
  margin-top: -300px;
  padding-top: 300px;
  height: 1100px;
}
.benefits .benefits-header {
  width: 50%;
  padding-bottom: 50px;
}
.benefits .benefits-header .benefits-title {
  font-size: 2.3rem;
  font-weight: 700;
}
.benefits .benefits-cards {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 20px 0;
}
.benefits .benefits-cards .card {
  background-color: rgba(236, 240, 241, 0.7);
  width: 19%;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: 15px;
  border: 2px solid #F1C40F;
  padding: 20px 10px 0 10px;
  text-align: center;
}
.benefits .benefits-cards .card .benefits-card-icon {
  margin-bottom: 7px;
}
.benefits .benefits-cards .card .benefits-card-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.benefits .benefits-footer {
  font-size: 1.7rem;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 50px;
}

@media (max-width: 1199px) and (min-width: 1025px) {
  .benefits {
    height: 1050px;
    margin-top: -350px;
  }
  .benefits .container {
    max-width: 1100px;
    min-width: 960px;
  }
  .benefits .container .benefits-cards .card {
    width: 18%;
    margin-bottom: 20px;
  }
  .benefits .container .benefits-cards .card .benefits-card-title {
    font-size: 1rem;
    font-weight: 600;
  }
  .benefits .container .benefits-cards .card .benefits-card-detail {
    font-size: 0.9rem;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .benefits {
    min-height: 1600px;
    height: 100%;
    margin-top: -400px;
    margin-bottom: 100px;
    padding-top: 250px;
  }
  .benefits .container {
    max-width: 900px;
    min-width: 720px;
  }
  .benefits .container .benefits-cards {
    flex-wrap: wrap;
  }
  .benefits .container .benefits-cards .card {
    width: 40%;
    margin-bottom: 20px;
  }
  .benefits .container .benefits-cards .card .benefits-card-title {
    font-size: 1rem;
    font-weight: 600;
  }
  .benefits .container .benefits-cards .card .benefits-card-detail {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .benefits {
    min-height: 1800px;
    height: 100%;
    margin-top: -200px;
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .benefits .container {
    max-width: 90%;
  }
  .benefits .container .benefits-header {
    width: 100%;
  }
  .benefits .container .benefits-header .benefits-title {
    font-size: 2rem;
    font-weight: 700;
  }
  .benefits .container .benefits-cards {
    flex-direction: column;
    align-items: center;
  }
  .benefits .container .benefits-cards .card {
    width: 80%;
    margin-bottom: 20px;
  }
  .benefits .container .benefits-cards .card .benefits-card-title {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .benefits .container .benefits-cards .card .benefits-card-detail {
    font-size: 1rem;
  }
}
@media (max-width: 425px) {
  .benefits {
    max-width: 425px;
    min-height: 2000px;
    height: 100%;
    margin-bottom: 100px;
  }
  .benefits .container {
    width: 95%;
    height: auto;
    padding: 0 7px;
  }
  .benefits .container .benefits-header {
    width: 100%;
  }
  .benefits .container .benefits-header .benefits-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  .benefits .container .benefits-cards {
    flex-direction: column;
    align-items: center;
  }
  .benefits .container .benefits-cards .card {
    width: 80%;
    margin-bottom: 20px;
  }
  .benefits .container .benefits-cards .card .benefits-card-title {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .benefits .container .benefits-cards .card .benefits-card-detail {
    font-size: 1rem;
  }
  .benefits .container .benefits-text-footer {
    font-size: 0.8rem;
  }
}
.testemonial {
  position: relative;
  background: url("../img/bg/bg-w.png") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 1100px;
  margin-top: -190px;
  padding: 190px;
  overflow: hidden;
  /* ==========================
     Mosaico de avaliações (fundo)
  ========================== */
}
.testemonial .testemonial-mosaic {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 220px 120px 120px;
  /* efeito de fade nas bordas */
  mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}
.testemonial .mosaic-track {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  opacity: 0.35;
  filter: blur(0.6px);
}
.testemonial .review-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  font-size: 14px;
}
.testemonial .review-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.testemonial .review-header .review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #eee;
}
.testemonial .review-header .review-name {
  font-weight: 600;
  font-size: 14px;
  color: #2C3E50;
}
.testemonial .review-header .review-stars {
  font-size: 13px;
  color: #fbbc04;
  line-height: 1;
}
.testemonial .reviews-visible {
  position: relative;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.testemonial .reviews-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 10px;
  max-width: 1100px;
  margin: 0 auto;
}
.testemonial .reviews-carousel::-webkit-scrollbar {
  display: none;
}
.testemonial .reviews-carousel .review-card {
  min-width: 320px;
  scroll-snap-align: start;
  opacity: 1;
  filter: none;
}
.testemonial .carousel-btn {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 32px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 50%;
  transition: background 0.3s;
  z-index: 3;
}
.testemonial .carousel-btn:hover {
  background: rgba(0, 0, 0, 0.12);
}
.testemonial {
  /* Mobile */
}
@media (max-width: 768px) {
  .testemonial .carousel-btn {
    display: none;
  }
  .testemonial .reviews-carousel {
    padding: 0 10px;
  }
}
.testemonial {
  /* ==========================
     Conteúdo principal (frente)
  ========================== */
}
.testemonial .testemonial-content {
  position: relative;
  z-index: 2;
  height: 100%;
}
.testemonial .testemonial-content .testemonial-header {
  margin-top: 50px;
  width: 50%;
  margin-left: 50%;
}
.testemonial .testemonial-content .testemonial-header .testemonial-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.8), 0 0 6px rgba(255, 255, 255, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35);
}
.testemonial .testemonial-content .testemonial-head-line {
  padding: 20px 0;
  font-size: 2.5rem;
}
.testemonial .testemonial-content .testemonial-head-line .quantity-consult {
  color: #F39C12;
  font-weight: 900;
  font-size: 4rem;
  text-shadow: 10px 5px 7px #2C3E50;
}

@media (max-width: 1199px) and (min-width: 1025px) {
  .testemonial {
    height: 1100px;
    margin-top: -250px;
    padding: 150px;
  }
  .testemonial .testemonial-content .testemonial-header {
    width: 70%;
    margin-left: 40%;
  }
  .testemonial .testemonial-content .testemonial-header .testemonial-title {
    font-size: 2.2rem;
  }
  .testemonial .testemonial-content .testemonial-head-line {
    font-size: 2.2rem;
  }
  .testemonial .testemonial-content .testemonial-head-line .quantity-consult {
    font-size: 3.5rem;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .testemonial {
    height: 900px;
    margin-top: -250px;
    padding: 120px;
    overflow: hidden;
  }
  .testemonial .testemonial-mosaic {
    display: none;
  }
  .testemonial .testemonial-content .container {
    max-width: 1000px;
    min-width: 760px;
  }
  .testemonial .testemonial-content .testemonial-header {
    width: 80%;
    margin-left: 30%;
  }
  .testemonial .testemonial-content .testemonial-header .testemonial-title {
    font-size: 2rem;
  }
  .testemonial .testemonial-content .testemonial-head-line {
    font-size: 2rem;
  }
  .testemonial .testemonial-content .testemonial-head-line .quantity-consult {
    font-size: 3rem;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .testemonial {
    min-height: 900px;
    height: 100%;
    margin-top: -150px;
    padding: 100px 20px 150px;
    overflow: hidden;
  }
  .testemonial .testemonial-mosaic {
    display: none;
  }
  .testemonial .testemonial-content .container {
    max-width: 100%;
  }
  .testemonial .testemonial-content .testemonial-header {
    width: 100%;
    padding-top: 50px;
    margin-left: 0;
    text-align: center;
  }
  .testemonial .testemonial-content .testemonial-header .testemonial-title {
    font-size: 2.5rem;
  }
  .testemonial .testemonial-content .testemonial-head-line {
    font-size: 2rem;
    text-align: center;
  }
  .testemonial .testemonial-content .testemonial-head-line .quantity-consult {
    font-size: 4rem;
  }
}
@media (max-width: 425px) {
  .testemonial {
    min-height: 800px;
    height: 100%;
    margin-top: -100px;
    padding: 80px 15px 120px;
    overflow: hidden;
  }
  .testemonial .testemonial-mosaic {
    display: none;
  }
  .testemonial .testemonial-content .container {
    max-width: 100%;
  }
  .testemonial .testemonial-content .testemonial-header {
    width: 100%;
    padding-top: 30px;
    margin-left: 0;
    text-align: center;
  }
  .testemonial .testemonial-content .testemonial-header .testemonial-title {
    font-size: 2rem;
  }
  .testemonial .testemonial-content .testemonial-head-line {
    font-size: 1.8rem;
    text-align: center;
  }
  .testemonial .testemonial-content .testemonial-head-line .quantity-consult {
    font-size: 3rem;
  }
}
.about {
  background-color: #D7B398;
  margin-top: -220px;
  padding-bottom: 100px;
  padding-top: 200px;
  height: 1100px;
}
.about .about-header {
  padding: 30px 0;
}
.about .about-header .about-title {
  font-size: 2.5rem;
  font-weight: 700;
}
.about .about-content {
  font-size: 1.3rem;
  padding-left: 100px;
}
.about .about-content .about-text {
  width: 80%;
  text-align: justify;
}
.about .about-img {
  max-width: 100%;
}

@media (max-width: 1199px) and (min-width: 1025px) {
  .about {
    height: 1100px;
    margin-top: -250px;
  }
  .about .container {
    max-width: 1100px;
    min-width: 960px;
  }
  .about .container .about-header .about-title {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .about .container .about-content {
    font-size: 1.38rem;
    padding-left: 50px;
  }
  .about .container .about-content .about-text {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .about {
    height: 1000px;
    margin-top: -300px;
    padding-top: 250px;
  }
  .about .container {
    max-width: 900px;
    min-width: 720px;
  }
  .about .container .about-header .about-title {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .about .container .about-content {
    font-size: 1.1rem;
    padding-left: 30px;
  }
  .about .container .about-content .about-text {
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .about {
    min-height: 1000px;
    height: 100%;
    margin-top: -150px;
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .about .container {
    max-width: 90%;
  }
  .about .container .about-header .about-title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
  }
  .about .container .about-content {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .about .container .about-content .about-text {
    width: 100%;
    text-align: justify;
  }
  .about .container .about-img {
    display: none;
  }
}
@media (max-width: 425px) {
  .about {
    min-height: 1200px;
    height: 100%;
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .about .container {
    max-width: 95%;
  }
  .about .container .about-header .about-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
  }
  .about .container .about-content {
    font-size: 1.2rem;
    padding-left: 0;
  }
  .about .container .about-content .about-text {
    width: 100%;
    text-align: justify;
  }
  .about .container .about-img {
    display: none;
  }
}
.faq {
  background: url("../img/bg/bg-w.png") no-repeat top center;
  background-size: cover;
  margin-top: -200px;
  padding-top: 300px;
  min-height: 1200px;
  height: 100%;
}
.faq .faq-header {
  padding: 30px 0;
}
.faq .faq-header .faq-title {
  font-size: 2rem;
  font-weight: 700;
}
.faq .card-body {
  font-size: 1.4rem;
}

@media (max-width: 1199px) and (min-width: 1025px) {
  .faq {
    min-height: 1300px;
    margin-top: -250px;
  }
  .faq .container {
    max-width: 1100px;
    min-width: 960px;
  }
  .faq .container .faq-header .faq-title {
    font-size: 2rem;
    font-weight: 700;
  }
  .faq .container .card-body {
    font-size: 1.3rem;
  }
}
.main-footer {
  padding: 50px 0;
}
.main-footer .main-footer-title {
  color: #F39C12;
  font-size: 3.5rem;
  font-weight: 900;
}
.main-footer .main-footer-text {
  font-size: 1.7rem;
  font-weight: 600;
}

@media (max-width: 1199px) and (min-width: 1025px) {
  .main-footer .container {
    max-width: 1100px;
    min-width: 960px;
  }
  .main-footer .container .main-footer-title {
    font-size: 3rem;
    font-weight: 900;
  }
  .main-footer .container .main-footer-text {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .main-footer .container {
    max-width: 900px;
    min-width: 720px;
  }
  .main-footer .container .main-footer-title {
    font-size: 2.5rem;
    font-weight: 900;
  }
  .main-footer .container .main-footer-text {
    font-size: 1.3rem;
    font-weight: 600;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .main-footer .container {
    max-width: 100%;
  }
  .main-footer .container .main-footer-title {
    font-size: 2.5rem;
    font-weight: 900;
  }
  .main-footer .container .main-footer-text {
    font-size: 0.9rem;
    font-weight: 600;
  }
  .main-footer .container .main-footer-aux {
    font-size: 0.9rem;
  }
}
.footer {
  width: 100%;
  height: 100px;
  background-color: #2C3E50;
  color: #ECF0F1;
  display: flex;
  align-items: center;
}
.footer .footer-col {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
