/* Estilos Gerais */
:root {
  --primary-color: #c10001;
  --secondary-color: #333333;
}

.modal-content {
  background: #282828;
}

.modal-content h1 {
  color: #df784f;
}
.modal-body {
  max-height: 600px;
  overflow: scroll;
}
.modal-header,
.modal-body,
.modal-footer {
  border: none;
}
.accordion-button {
  box-shadow: none !important;
}
.accordion-item,
#accordionExample {
  background: transparent !important;
}
.accordion-button {
  background: transparent !important;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff !important;
}
.accordion-button:not(.collapsed) {
  color: #bb3d31 !important;
}
.accordion-item,
.accordion-collapse,
.accordion-body {
  border: none;
  color: #fff;
  padding-top: 0;
}
.modal-accordion-link {
  padding: 0.5rem;
  border: 1px solid transparent;
  display: block;
  border-radius: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
}
.modal-accordion-link:hover {
  border-color: #c53f32;
}
.modal-accordion-link > p {
  margin: 0;
  font-style: italic;
}
.modal-accordion-link > span {
  position: absolute;
  right: -20px;
  top: 50%;
  display: block;
  padding: 0.5rem;
  transform: translate(0, -50%);
  border-radius: 100%;
  background: transparent;
  transition: all 0.3s ease;
}
.modal-accordion-link:hover > span {
  background: #c53f32;
}
.accordion-button::after {
  display: none;
}
.btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
body {
  font-family: "Geist", Arial, sans-serif;
}
body {
  font-family: "Eurosoft";
  font-weight: normal;
  font-style: normal;
}
html,
  body {
    font-size: 16px;
  }

  /* Buttons */

  .btn-selfit {
    background-color: var(--primary-color);
    border: none;
    padding: 1rem 4rem;
    font-weight: 600;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 4rem;
    font-weight: 700;
    border-radius: 5rem;
  }

  .btn-selfit:hover {
    background-color: var(--secondary-color);
  }

  /* Price Tag */
  .price-tag {
    font-family: "Geist";
    font-weight: 900;
    color: #fff;
    text-shadow: 12px 10px 1px red;
  }
  .price-tag.big-price {
    font-size: 288px;
    text-shadow: 12px 10px 1px red;
    letter-spacing: -20px;
    line-height: 288px;
  }
  .price-tag.small-price {
    font-size: 20px;
    text-align: left;
    text-shadow: 6px 5px 1px red;
    margin-top: 30px;
    margin-left: -10px;
  }
  .price-tag.small-price > span {
    display: block;
  }
  .price-tag.small-price > span:nth-child(2) {
    text-shadow: none;
    font-size: 30px;
    font-weight: 700;
    width: 80%;
    margin: auto;
    margin-top: 1rem;
  }
  .price-tag.small-price > span:nth-child(3) {
    text-shadow: none;
    font-size: 20px;
    font-weight: 600;
    width: 80%;
    margin: auto;
    margin-top: auto;
    margin-top: 0.5rem;
  }
  .depoimento-card strong {
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto";
  }
  .depoimento-card p {
    font-size: 14px;
    font-weight: 600;
    font-family: "Roboto";
  }

  .depoimento-card img {
    width: 75px;
    height: 75px;
  }

  .depoimento-card p.depoimento-texto {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto";
  }
  /* Hero Section */
  .hero-section {
    background-color: #6B0089;
  }
  .price-call {
    position: absolute;
    top: -20px;
    color: #c10001;
    left: 2rem;
    width: fit-content;
    font-family: "Geist";
    font-size: 27px;
    font-weight: 700;
    padding: 0.25rem 1rem;
    background: #f99942;
    border-radius: 50px;
  }
  .price-banner {
    background: #DA291C;
    border-radius: 20px;
    margin: 1rem 0.15rem;
    margin-bottom: 5rem;
    transform: translate(0px, 50px);
    padding: 0px;
  }
  .price-banner img{
    border-radius: 20px;
    width:100%;
    padding:0px !important;
  }
  .depoimentos-header {
    text-align: left;
    font-size: 51px;
    font-weight: 700;
    color: var(--primary-color);
  }
  .img-selos {
    max-width: 600px;
  }
  /* Preço Section */
  .preco-section {
    background: transparent !important;
    text-align: center;
  }
  footer p.small {
    font-family: "Roboto";
    margin-bottom: 0px !important;
  }
  footer {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .preco-box {
    padding: 2rem;
  }

  .preco-box h2 {
    font-size: 6rem;
    font-weight: 700;
  }
  .beneficio-item:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -12px;
    top: -1px;
  }
.beneficio-item:nth-child(1):before,
.beneficio-item:nth-child(2):before{
background:
url('../images/topico-X.png');
    background-repeat: repeat;
    background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.beneficio-item:nth-child(3):before{
background:
url('../images/topico-V.png');
    background-repeat: repeat;
    background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
  .beneficio-item {
    background-color: transparent;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: "Geist";
    text-align: left;
    color: #fff;
    border: 2px solid;
    padding-left: 60px;
    border-radius: 60px;
    line-height: 40px;
    position: relative;
  }

  .matricule-se {
    background-color: #fff;
    color: var(--primary-color);
    border: none;
    padding: 1rem 3rem;
    font-weight: 600;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .matricule-se:hover {
    background-color: var(--secondary-color);
    color: #fff;
  }

  /* Benefícios Section */
  .beneficios-section {
    background: url("../images/hero-benefits.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .beneficios-section ul li {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    padding-left: 1.5rem;
    position: relative;
  }
  .beneficios-section ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #c10001;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
  }
  .beneficios-section h2 {
    font-size: 51px;
    font-weight: bold;
  }
  .beneficios-section p {
    font-size: 34px;
    font-weight: 500;
  }
  .beneficios-section ul li {
    font-size: 25px;
    font-size: 400;
  }
  /* Depoimentos Section */
  .depoimentos-section,
  .cta-section {
    background: #e7e7e7;
  }
  .depoimento-card {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    height: 250px;
    border: 1px solid #a6a6a6;
  }

  .rating {
    color: #ffd700;
    font-size: 1.1rem;
    margin-bottom: 0px !important;
  }

  /* CTA Section */

  /* Footer */

  /* Responsividade */


  /* WhatsApp Button */
  .whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
  }

  .whatsapp-button:hover {
    transform: scale(1.1);
    background-color: #128c7e;
  }
.card {
  position: relative;
  width: 100%;
  background-color: var(--primary-color);
  /* vermelho semelhante */
  border-radius: 20px;
  padding-top: 50px;
  color: white;
  text-align: center;
  font-family: sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  height: 100%;
  border: none;
}

.profile-pic {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  padding: 0 20px 20px;
}

.card h3 {
  margin: 10px 0 0;
  font-size: 20px;
}

.subtitle {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 10px;
}

.stars {
  font-size: 20px;
  margin: 8px 0;
}

.review {
  font-size: 14px;
  line-height: 1.4;
}

.card::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e7e7e7;
  border-radius: 100%;
  left: 50%;
  transform: translate(-50%, -50px);
}
.stars-image {
  max-width: 120px;
}
  @media (max-width: 768px) {
    .preco-box h2 {
      font-size: 4rem;
    }

    .beneficio-item {
      font-size: 1.2rem;
    }
    .btn-selfit{
        font-size: 1rem;
    }
    .price-call{
        font-size: 1.3rem;
        left: 50%;
        transform: translate(-50%, 0);
    }.price-tag.big-price {
font-size: 7rem;
    text-shadow: .5rem .5rem 1px red;
    letter-spacing: 0;
    line-height: 7rem;
    padding-right: 5rem;
    position: relative;
    margin:
auto;
    margin-bottom: auto;
    margin-bottom: 2rem;
    display: block;
    width: 100%;
}
.price-tag span.small-price{
font-size: 1rem;
    text-align: left;
    text-shadow: .25rem .25rem 1px red;
    position: absolute;
    top: 0;
    line-height: 1rem;
}
.beneficios-section h2 {
  font-size: 2rem;
}.beneficios-section p {
  font-size: 1.5rem;
}.beneficios-section ul li {
  font-size: 1rem;
  margin-bottom: .5rem;
}.beneficios-section{
    min-height: 600px;
    position: relative;
}
.beneficios-section>div.container{
    position: relative;
    z-index: 1;
}
.depoimentos-section>div.container,
.beneficios-section>div.container,
.cta-section>div.container{
    padding-left: 2rem;
    padding-right: 2rem;
}
.beneficios-section::before {
    content: '';
    z-index: 0;
 background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
background: linear-gradient(180deg, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    position: absolute;
  }
  .depoimentos-header{
      font-size: 2rem;
  }
  .price-banner{
      margin: 0;
      margin-bottom: 3rem;
  }
    footer {
    font-family: "Geist";
    font-weight: 600;
    color: #fff;
    background-color: #1b1b1b !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  footer p {
    text-align: center;
    margin: 0;
    margin-top: 1rem;
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
  .footer-logos {
    justify-content: space-between;
    align-items: start;
  }

  .footer-logos > img {
    height: auto;
  }
  .footer-logos > img:nth-child(1) {
    width: calc(32vw);
    height: auto;
  }
  .footer-logos > img:nth-child(2) {
    flex-shrink: 1;
    width: 4px;
    height: 40px;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-logos > img:nth-child(3) {
    height: auto;
    width: calc(34vw);
  }
}
