:root {
  --azul: #2a87aa;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #162236;
}

.navbar-no-shadow {
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2a87aa;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.adalis-logo-home {
  width: 230px;
  margin-bottom: 30px;
}

.sec_home {
  background-image: url('../images/bg_slite_01.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.elevador {
  z-index: 3;
  width: 170px;
  margin-top: 30px;
  position: absolute;
}

.sec-footer-line {
  background-color: #fff;
}

.container-home {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-top: -100px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.header_fix {
  z-index: 999;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.slide_titulo {
  color: #2a87aa;
  width: 300px;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.slide_texto {
  color: #fff;
  width: 300px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.bot-cta-azul {
  background-color: var(--azul);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.sec_empresa {
  background-color: var(--azul);
  background-image: url('../images/bg_sec_02.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.container-empresa {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 1100px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.empresa-titulo {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
}

.empresa-texto {
  color: #fff;
  width: 395px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.logo-empresa {
  z-index: 1;
  width: 210px;
  display: block;
  position: absolute;
  inset: auto 28% 18% auto;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.container_fotos {
  width: 100%;
  max-width: none;
  height: 350px;
  display: flex;
}

.foto_item {
  width: 20%;
  height: 100%;
}

.foto_item._01 {
  background-image: url('../images/foto_01.webp');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 300px;
}

.foto_item._02 {
  background-image: url('../images/foto_02.webp');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto_item._03 {
  background-image: url('../images/foto_03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto_item._04 {
  background-image: url('../images/foto_04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto_item._05 {
  background-image: url('../images/foto_05.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec_recomendacoes {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  display: flex;
  position: relative;
}

.container-recomendacoes {
  flex-flow: column;
  width: 100%;
  max-width: 1100px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.box_titulo {
  flex-flow: wrap;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.recomen-titulo {
  width: 30%;
  color: var(--azul);
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
}

.recomen-texto {
  color: #000;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.recomen-linha {
  background-color: var(--azul);
  width: 70%;
  height: 2px;
  margin-top: 16px;
}

.colunas-recomen {
  color: #333;
  position: relative;
}

.recomen-col-01 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.recomen-col-02 {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.foto-estrutura-01 {
  width: 250px;
}

.foto-estrutura-02 {
  width: 100%;
}

.box-cont-recomen {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--azul);
  background-color: var(--azul);
  background-image: url('../images/titulo-porque.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 400px;
  margin-top: 50px;
  margin-bottom: -100px;
  padding-left: 150px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.text-block {
  font-family: Inter, sans-serif;
}

.cont-rec-titulo {
  clear: left;
  border: 2px solid var(--azul);
  width: 400px;
  height: 100px;
  color: var(--azul);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  position: relative;
  inset: auto auto auto 0;
  transform: rotate(-90deg);
}

.topic-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image {
  width: 20px;
}

.topic-text {
  color: #fff;
  font-family: Inter, sans-serif;
}

.topic-icon {
  width: 20px;
  margin-top: 2px;
}

.sec_footer {
  z-index: 1;
  background-color: #162236;
  background-image: url('../images/edificio.webp');
  background-position: 13% -50%;
  background-repeat: no-repeat;
  background-size: auto 760px;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.foto-mulher-footer {
  width: 380px;
  position: absolute;
  bottom: -95px;
}

.box-cont-footer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 50px;
  display: flex;
}

.container-footer {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.adalis-logo-footer {
  width: 250px;
}

.footer-texto-destaque {
  color: #fff;
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
}

.footer-texto {
  color: #fff;
  text-align: right;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.footer-bold-azul {
  color: var(--azul);
  font-weight: 800;
}

.footer-social-icon {
  width: 100%;
  height: 100%;
}

.item-social-icon {
  width: 35px;
  height: 35px;
  position: relative;
}

.footer-box-social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block {
  position: absolute;
  inset: 0%;
}

.container-footerline {
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-footer-line {
  color: var(--azul);
  text-align: center;
  letter-spacing: 3px;
  font-family: Inter, sans-serif;
  font-size: 10px;
}

.bg-azul {
  z-index: 1;
  background-color: #162236;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
}

.scroll-down {
  width: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .elevador {
    left: 50%;
  }

  .container-home {
    padding-left: 50px;
  }

  .sec_empresa {
    background-position: 40%;
    background-size: cover;
  }

  .container-empresa {
    padding-left: 50px;
  }

  .empresa-texto {
    width: 340px;
  }

  .logo-empresa {
    right: 10%;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container-recomendacoes {
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .box-cont-recomen {
    min-height: 400px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sec_footer {
    background-position: -10% -20%;
    background-size: auto 780px;
  }

  .foto-mulher-footer {
    left: 20%;
  }

  .container-footer {
    padding-right: 50px;
  }

  .bg-azul {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .sec_home {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    height: 80svh;
  }

  .elevador {
    display: none;
  }

  .container-home {
    margin-top: 0;
    padding-left: 30px;
  }

  .sec_empresa {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container-empresa {
    padding: 50px 30px;
  }

  .logo-empresa {
    display: none;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .container_fotos {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: flex-start;
    height: auto;
  }

  .foto_item._01, .foto_item._02, .foto_item._03, .foto_item._04 {
    width: 50%;
    height: 300px;
  }

  .foto_item._05 {
    width: 50%;
    display: none;
  }

  .container-recomendacoes {
    padding-left: 30px;
    padding-right: 30px;
  }

  .recomen-titulo {
    width: 100%;
  }

  .recomen-linha {
    display: none;
  }

  .recomen-col-01 {
    justify-content: center;
    align-items: center;
  }

  .foto-estrutura-01 {
    width: 170px;
  }

  .foto-estrutura-02 {
    margin-top: 25px;
  }

  .box-cont-recomen {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec_footer {
    background-position: -30% 100%;
    background-size: auto 350px;
    justify-content: center;
    align-items: center;
    height: 570px;
  }

  .foto-mulher-footer {
    width: 190px;
    display: block;
    left: -7%;
  }

  .box-cont-footer {
    margin-top: 0;
  }

  .container-footer {
    padding-right: 40px;
  }

  .adalis-logo-footer {
    width: 200px;
  }

  .item-social-icon {
    width: 28px;
    height: 28px;
  }

  .text-footer-line {
    letter-spacing: 1px;
    font-size: 9px;
  }

  .bg-azul {
    display: none;
  }
}


