* {
  font-family: "Noto Sans", sans-serif;
  color: #001C6F;
  line-height: 1.3;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}



.fs-italic {
  font-style: italic;
}

.fw-300 {
  font-weight: 300;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.f-10 {
  font-size: 0.625rem;
}

.f-13 {
  font-size: 0.813rem
}

.f-16 {
  font-size: 1rem
}

.f-18 {
  font-size: 1.125rem;
}

.f-19 {
  font-size: 1.1875rem
}

.f-20 {
  font-size: 1.25rem
}

.f-21 {
  font-size: 1.313rem
}

.f-22 {
  font-size: 1.375rem;
}

.f-24 {
  font-size: 1.5rem
}

.f-28 {
  font-size: 1.75rem
}

.f-32 {
  font-size: 2rem
}

.f-48 {
  font-size: 3rem;
}

.f-50 {
  font-size: 3.125rem;
}

.f-60 {
  font-size: 3.75rem;
}

.f-64 {
  font-size: 4rem;
}

.f-110 {
  font-size: 10rem;
}

.color-dblue {
  color: #010E3D;
}

.color-white {
  color: #FFFFFF
}

.texto-gradient {
  background: linear-gradient(180deg, rgba(0, 28, 111, 0.3) 0%, #001C6F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.bg-colmeia {
  padding-top: 50px;
  background: url('../img/bg-branco.png') no-repeat top center;
  background-size: cover;
}

.btn-varilux a {
  display: inline-block;
  width: fit-content;
  background: #0D52A0;
  border-radius: 50px;
  padding: 12px 50px;
  color: #FFFFFF;
}

.header-varilux {
  background: #0000CE;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 10;
}


#navbarVarilux li a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1rem;
}

#navbarVarilux .btn-comprar a {
  background: #33444F;
  border-radius: 22px;
  padding: 7px 30px;
  font-size: 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

#banner-cards {
  transform: translateY(31%);
}

#banner-logo {
  margin-top: 20vh;
  margin-bottom: auto;
  position: relative;
  z-index: 2;
}

#video-embed{
  background: #000000;
  transform: translateY(-30px);
}

#video-embed iframe{
  opacity: 0.3;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#section-1 .img-card {
  border-right: solid 2px #0053A6;
  padding-right: 15px;
}

#section-1 .img-promo-banner {
  max-width: 300px;
}

#section-1 {
  background: url('../img/Banner.webp') no-repeat center;
  background-size: cover;
  min-height: 100vh;
}

#section-1 .cards-banner p {
  padding-left: 15px;
}

#section-1 .cards-banner {
  width: fit-content;
  width: 100%;
  min-height: 100%;
  background: #ECEDF5CC;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  border-image-source: linear-gradient(180deg, #1461AD 0%, #1AC3F2 50%, #0053A6 100%);
  position: relative;
  padding: min(20px, 1vw);
  z-index: 1;
}

#section-1 .cards-banner::before,
#section-3 .card-vantagem::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 4px;
  border-radius: 15px;
  background: linear-gradient(180deg, #1461AD 0%, #1AC3F2 50%, #0053A6 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

#faqRegulamento {
  height: 70vh;
  overflow-x: auto;
}

#faqRegulamento {
  scrollbar-width: thin;
  scrollbar-color: #B0B0B0 transparent;
}

#faqRegulamento::-webkit-scrollbar {
  width: 8px;
}

#faqRegulamento::-webkit-scrollbar-track {
  background: transparent;
}

#faqRegulamento::-webkit-scrollbar-thumb {
  background-color: #B0B0B0;
  border-radius: 4px;
  border: 2px solid #11226D;
}

#faqRegulamento * {
  border: none;
  background: transparent;
  color: #FFFFFF;
}

#faqRegulamento .accordion-header {
  padding: 1rem 0 0 0;
}

#faqRegulamento .accordion-header button,
#faqRegulamento .accordion-body {
  padding: 0 0 1rem 0;
}

#faqRegulamento .accordion-button:focus,
#faqRegulamento .accordion-button:not(.collapsed) {
  box-shadow: none;
}

#faqRegulamento .accordion-item {
  border-bottom: 1px solid #fff;
}

#faqRegulamento .accordion-item:last-child {
  border-bottom: none;
}

#faqRegulamento .accordion-button::after {
  content: "";
  background-image: none;
}

#faqRegulamento .accordion-button.collapsed::after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white"><path d="M8 1v14M1 8h14" stroke="white" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
}

#faqRegulamento .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white"><path d="M1 8h14" stroke="white" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
}

#section-3 .card-vantagem img {
  height: 110px;
}

#section-3 .card-vantagem {
  background: #ECEDF5CC;
  border-image-source: linear-gradient(180deg, #1461AD 0%, #1AC3F2 50%, #0053A6 100%);
  position: relative;
  padding: 35px;
  z-index: 1;
  box-shadow: 0px 4px 25px 0px #00000040;
  border-radius: 15px;
}

#section-4 .btn-varilux a {
  min-width: 100%;
}

#section-4 .bg-image {
  position: relative;
  padding: 160px 0 100px;
  background: url("../img/banner-e-tem-mais.png") no-repeat center;
  background-size: 100% auto;
  background-position: bottom center;
}

#section-5 {
  background: url('../img/bg-faq.png') no-repeat bottom center;
  background-size: cover;
}

#footer {
  min-height: 10rem;
  background: linear-gradient(180deg, #0000CE 0%, #001871 100%);
}

@media screen and (max-width: 767px) {
  .f-21 {
    font-size: 1.125rem;
  }

  .f-24 {
    font-size: 1.2rem;
  }

  .f-32 {
    font-size: 1.5rem;
  }

  .f-48 {
    font-size: 1.75rem;
  }

  .f-50 {
    font-size: 2.525rem;
  }

  .f-18 {
    font-size: 1rem;
  }

  .f-110 {
    font-size: 8.75rem;
  }

  .f-60,
  .f-64 {
    font-size: 2.5rem;
  }

  .mbl-mt {
    margin-top: 1rem;
  }

  .mbl-column-reverse {
    flex-direction: column-reverse;
  }

  .bg-colmeia {
    background: none;
  }

  .header-varilux,
  .header-varilux .container {
    padding: 0;
  }

  .logo-brand {
    padding-left: 20px;
  }

  .navbar-toggler {
    margin: 20px;
  }

  #section-1 {
    background: url('../img/Banner-mobile.jpg') no-repeat center;
    background-size: cover;
    min-height: 1040px;
    padding: 40px 20px 20px;
    justify-content: space-between !important;
    margin-top: 68px;
  }

  #section-1 .img-promo-banner {
    max-width: 280px;
  }

  #section-1 .mb-5,
  #section-1 .pb-5 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  #section-1 .img-card {
    max-width: 130px;
    width: 100%;
  }

  #section-1 .cards-banner {
    max-width: 100%;
    margin-top: 0;
  }

  #section-1 .cards-banner::before,
  #section-3 .card-vantagem::before {
    padding: 3px;
  }

  #section-1 .cards-banner p {
    margin: 0
  }

  #section-2 {
    padding: 40px;
  }

  #section-3 {
    text-align: center;
    padding: 20px !important;
  }

  #section-3 h3 {
    margin-top: 30px;
  }

  #section-4 .bg-image {
    background: url("../img/modelo-mobile.webp") no-repeat center;
    background-size: cover;
    background-position: bottom center;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    border: solid 20px #FFFFFF;
  }

  #section-4 .bg-image .pe-5 {
    padding: 20px !important;
  }

  #section-4 .btn-varilux a {
    width: 100%;
    padding: 12px;
    text-align: center;
  }

  #section-5 {
    background: url('../img/bg-faq.png') no-repeat center;
    background-size: cover;
  }

  #section-5,
  #section-6 {
    padding: 20px;
  }

  #section-6 .btn-varilux {
    display: contents;
  }

  #section-6 .btn-varilux a {
    width: 100%;
    padding: 12px 0px;
    text-align: center;
  }

  #navbarVarilux .btn-comprar a {
    width: fit-content;
    color: #FFFFFF;
  }

  #navbarVarilux {
    background: #FFFFFF;
    padding: 20px;
  }

  #navbarVarilux ul {
    align-items: center;
    color: #001C6F;
  }

  #navbarVarilux ul li a {
    color: #001C6F;
  }


  .navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent;
    padding: 0.25rem 0.75rem;
  }

  .navbar-toggler-icon {
    background: url('../img/btn-toogle.svg') no-repeat;
    width: 30px;
    height: 20px;
    position: relative;
    display: inline-block;
  }


  #banner-cards {
    transform: translateY(0);
  }

  #banner-logo {
    margin-top: 0;
  }


  ul {
    list-style-position: inside;
    padding-left: 0;
  }

  ul li {
    margin-bottom: 0.5rem;
  }

  #section-4 .bg-image {
    padding-top: 20px;
    padding-bottom: 90vw;
  }

  #video-bg{
    display: none;
  }

}