.hero_section,
.soros_section,
.personas_section,
.sala_situacao_section,
.destaques_section {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  background-color: white;
}

.container {
  max-width: 880px;
}

.section-title {
  font-size: 2rem;
  color: #007AC2;
  font-weight: 600;
}

.section-description {
  font-size: 1rem;
  color: #737373;
  font-weight: 500;
}

footer {
  background-color: var(--primary-background);
  padding: 60px 0;
}

/* Componets */

.v-btn.v-btn-home_out:not([disabled]) {
  background-color: #3FA9F5;
  border-color: #3FA9F5;
}

.v-btn.v-btn-home_out:hover:not([disabled]) {
  background-color: #007AC2;
  color: white;
  border-color: #007AC2;
}

.v-btn.v-btn-secondary:focus-visible {
  background-color: #007AC2;
  border-color: #007AC2;
}

/* ajuste no tamanho das logos mobile */
@media screen and (min-width: 320px) and (max-width: 350px) {
  .header .logo {
    height: 15px;
  }

  .header .logo.lais {
    height: 15px;
  }

  .header .logo.vec {
    height: 15px;
  }
}

@media screen and (min-width: 351px) and (max-width: 375px) {
  .header .logo {
    height: 20px;
  }

  .header .logo.lais {
    height: 20px;
  }

  .header .logo.vec {
    height: 20px;
  }
}

/* ajuste no tamanho das logos mobile a partir de 376px até 600px */
@media screen and (min-width: 376px) and (max-width: 600px) {
  .header .logo {
    height: 30px;
  }

  .header .logo.lais {
    height: 20px;
  }

  .header .logo.vec {
    height: 20px;
  }
}

@media screen and (min-width: 769px) {
  .container {
    padding-left: 72px;
  }
}


@media screen and (min-width: 992px) {
  .soros_section,
  .personas_section,
  .sala_situacao_section,
  .destaque_section {
    min-height: 100vh;
  }
  .container {
    margin-left: auto;
    padding-left: 0px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1128px;
  }

  footer {
    padding: 120px 0;
  }

  .section-title {
    font-size: 2.5rem;
  }
  
  .section-description {
    font-size: 1.25rem;
  }
}

/* Hero */
.hero_section {
  background-image: url('../../../images/v2/hero_section.png');
  background-size: cover;
  min-height: calc(100vh - 63px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-title {
  font-size: 2.5rem;
  color: #153852;
  font-weight: 600;
}

.hero-description {
  font-size: 1rem;
  color: #153852;
  font-weight: 600;
}

.hero-btn-description {
  font-size: 1.2rem;
  color: #737373;
  font-weight: 400;
}

.hero-image {
  position: absolute;
  display: none;
}

.box-indicadores {
  position: relative;
  color: #153852;
  border-radius: 0px 16px 0px 0px;
  text-align: center;
  background: white;
  width: 75%;
  z-index: 10;
}

.box-indicadores__title {
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.box-indicadores__description {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .box-indicadores {
    left: 55px;
    width: 75%;
    bottom: -1vh;
  }

  .hero-image {
    display: block;
    scale: 50%;
    bottom: -177px;
    right: -211px;
  }
}

@media screen and (min-width: 992px) {
  .hero-title {
    font-size: 3.75rem;
  }

  .hero-description {
    font-size: 1.375rem;
  }

  .box-indicadores {
    position: absolute;
    background-color: white;
    width: 60%;
    left: 55px;
  }

  .box-indicadores__title {
    font-size: 1.75rem;
  }
  
  .box-indicadores__description {
    font-size: 1rem;
  }

  .box-indicadores__title img {
    width: 32px;
  }

  .hero-image {
    display: block;
    scale: 65%;
    bottom: -124px;
    right: -148px;
  }
}


@media screen and (min-width: 1440px) and (max-width: 877px)  {
  .hero-title {
    font-size: 6.5rem;
  }

  .hero-description {
    font-size: 1.75rem;
  }

  .box-indicadores {
    width: 55%;
  }

  .hero-image {
    scale: 75%;
    bottom: -90px;
    right: -105px;
  }
}

/* Personas */
.personas_section {
  position: relative;
}

.persona-bg {
  position: absolute;
  display: none;
  top: 25%;
  left: 0px;
}

.persona-banner {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  color: #007AC2;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 1px #666;
}

.persona-banner:hover,
.persona-banner.active {
  background-color: #D0E5F1;
}

.persona-description__heading {
  margin-bottom: 0px;
  color: #007AC2;
}

.persona-description__paragraph {
  font-size: 0.75rem;
}

.persona-description hr {
  width: 40px;
  border-top: 2px solid var(--primary-color);
  opacity: 1;
}

.persona.active .persona-description {
  display: block;
}

@media screen and (min-width: 992px) {
  .persona-bg {
    display: block;
  }
  
}

/* Sala de Situação */
.sala_situacao_box {
  padding: 24px;
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  border: 1px solid #007AC2;
  border-radius: 4px;
  color: #0B486B;
}

.sala_situacao_box::before {
  top: -2px;
  left: 0px;
  border-radius: 4px;
  content: '';
  position:absolute;
  height: 4px;
  background-color: #7EDAFF;
  width: 80%;
}

.sala_situacao_box__title {
  font-size: 1.25rem;
  font-weight: 500;
}

.sala_situacao_box__paragraph {
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .sala_situacao_bg {
    background-image: url('../../../images/v2/sala-situacao_section.png');
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
  }
}

/* soros */
.soro_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 165px;
  width: 100%;
  padding: 16px;
  gap: 16px;
  color: #153852;
  background-color: white;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.08);
}

.soro_box.active {
  background-color: #D9EEFD;
}

.soro-bg {
  position: absolute;
  display: none;
  top: 60%;
  right: 0px;
}

@media screen and (min-width: 1400px) {
  .soro_box {
    height: 215px;

  }
}

@media screen and (min-width: 992px) {
  .soro-bg {
    display: block;
  }
  
}

/* destaques */

.destaques__title {
  font-size: 24px;
}

.carousel-circle {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.carousel-circle.active {
  background-color: var(--primary-color);
}

@media screen and (min-width: 992px) {
  .destaques_section {
    background-image: url('../../../images/v2/destaques_section.png');
  }
}
