/*#region GENERIC */
.hidden {
  display: none !important;
}

.no-decoration {
  text-decoration: none;
}

.w-fit {
  width: fit-content;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.overflow-hidden{
  overflow: hidden;
}

.min-w-210 {
  min-width: 210px;
}

.radius-8 {
  border-radius: 8px;
}

.bg-light-gray {
  background-color: #fbfbfb !important;
}

.bg-white {
  background-color: white !important;
}

.cursor-pointer:hover{
  cursor: pointer;
}

.flex-wrap {
  flex-wrap: wrap;
}
/*#endregion */

/*#region BUTTONS */
button:disabled {
  cursor: not-allowed;
}

.appearance-none {
  appearance: none;
  background: transparent;
}

.btn {
  position: relative;
  overflow: hidden;
  border: 1px solid #0496ff;
  border-radius: 30px;
  text-decoration-line: none;
  display: flex;
  width: fit-content;
}

.btn.darkblue {
  border: 1px solid #0f1226;
}

.btn-primary,
.btn-darkblue {
  text-wrap: nowrap;
  background-color: #0496ff;
  border: 1px solid #0496ff;
  color: white;
  border-radius: 30px;
  padding: 12px 32px;
  font-family: Gabarito, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.btn-darkblue {
  background-color: #0f1226;
  border: 1px solid #0f1226;
}

.btn-primary-filter,
.btn-darkblue-filter {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: #0496ff;
  border-radius: 30px;
  padding: 12px 32px;
  border: 1px solid white;
  text-wrap: nowrap;
  font-family: Gabarito, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.3px;
  transition: 0.3s ease;
}

.btn-darkblue-filter {
  background-color: #0496ff;
  border: 1px solid #0496ff;
  color: white;
}

.btn:hover .btn-primary-filter,
.btn:hover .btn-darkblue-filter {
  right: 0%;
}

.animation-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
}

.animation-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: right 0.3s ease;
}

.animation-link.animation-link-blue::before {
  background-color: #0496ff;
}

.animation-link:hover::before {
  right: 0;
}
/*#endregion */

/*#region FONTS */
.font-lexend {
  font-family: Lexend, sans-serif;
}

.font-gabarito {
  font-family: Gabarito, sans-serif;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-left {
  text-align: left;
}

.text-start {
  text-align: start;
}

.text-center {
  text-align: center;
}

.fs-10{
  font-size: 10px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-23 {
  font-size: 23px;
}

.fs-32 {
  font-size: 32px;
}

.fs-40 {
  font-size: 40px;
}

.fw-200{
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.spacing-032 {
  letter-spacing: 0.32px;
}

.spacing-036 {
  letter-spacing: 0.36px;
}

.spacing-048 {
  letter-spacing: 0.48px;
}

.spacing-056 {
  letter-spacing: 0.56px;
}

.spacing-072 {
  letter-spacing: 0.72px;
}

.spacing-092 {
  letter-spacing: 0.92px;
}

.spacing-128 {
  letter-spacing: 1.28px;
}

.spacing-160 {
  letter-spacing: 1.6px;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.color-black {
  color: black;
}

.color-blue {
  color: #0496ff;
}

.color-darkblue {
  color: #0f1226;
}

.color-mediumblue {
  color: #2b3467;
}

.color-red {
  color: red;
}

.no-underline {
  text-decoration-line: none;
}
/*#endregion */

/*#region LAYOUT */
.navbar-logo-relative{
  position: relative;
}

.logo-fidelidade-hover-navbar{
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(105%);
  animation: decreaseWidth 0.3s ease-out forwards;
  overflow: hidden;
}

.logo-fidelidade-navbar{
  height: 10px;
  width: 80px;
}

.navbar2_logo {
  max-height: 40px;
}

.navbar2_link_span {
  position: relative;
}

.navbar2_link_span_animate {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.navbar2_link_top_text {
  opacity: 100;
  transition: all 0.3s ease-in-out;
}

.navbar2_link:hover .navbar2_link_top_text,
.navbar2_link.active .navbar2_link_top_text {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.navbar2_link:hover .navbar2_link_span_animate,
.navbar2_link.active .navbar2_link_span_animate {
  top: -50%;
  transition: all 0.3s ease-in-out;
}

.shadow-text {
  opacity: 0;
}

.is-navbar2-button.active .animation-link::before {
  right: 0;
}

.footer-certs-main{
  display: flex;
  flex-direction: column;
  justify-content: right;
  gap: 24px;
}

.footer-certs-div{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: right;
  align-items: center;
}

.footer-certs-img{
  width: auto;
  height: 24px;
}
/*#endregion */

/*#region HOMEPAGE */
.whatsapp-btn{
  width: 25px !important;
  height: auto !important;
}

.section_header7 {
  padding-top: 72px;
  height: 500px;
  min-height: 60vh;
}

.header-bg {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button.is-white.contain-svg:hover {
  background-color: #0496ff;
  transition: all 0.3s ease;
}

.button.is-white.contain-svg:hover .text-block {
  color: white;
  transition: all 0.3s ease;
}

.swiper-button-next-homepageheader {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 1;
  padding-right: 1.5rem;
  transform: translateY(-50%);
}

.swiper-button-next-homepageheader:hover {
  cursor: pointer;
}

.swiper-button-next-homepageheader .svg-home-header-circle {
  fill: #fbfbfb;
  transition: fill 0.3s ease;
}

.swiper-button-next-homepageheader .svg-home-header-arrow {
  fill: #0496ff;
  transition: fill 0.3s ease;
}

.swiper-button-next-homepageheader:hover .svg-home-header-circle {
  fill: #0496ff;
  transition: fill 0.3s ease;
}

.swiper-button-next-homepageheader:hover .svg-home-header-arrow {
  fill: #fbfbfb;
  transition: fill 0.3s ease;
}

.swiperSimulacaoBoxes {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border: 1px solid #0496ff;
  border-radius: 8px;
  gap: 8px;
  width: 100%;
}

.simulacaoSwiperLayout {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.swiperSimulacaoBoxes .insideText {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.blog65_item {
  padding: 60px 60px 60px 22px;
  background-color: white;
  border-radius: 15px;
}

.quote-img {
  width: 20px !important;
  height: auto !important;
}

.swiper-button-prev-testimonials.swiper-button-disabled,
.swiper-button-next-testimonials.swiper-button-disabled {
  opacity: 50%;
}

.swiper-button-prev-testimonials:hover.swiper-button-disabled,
.swiper-button-next-testimonials:hover.swiper-button-disabled {
  cursor: not-allowed;
}

.swiper-button-prev-testimonials:hover:not(.swiper-button-disabled),
.swiper-button-next-testimonials:hover:not(.swiper-button-disabled) {
  cursor: pointer;
}

.swiper-button-prev-testimonials .svg-home-header-circle,
.swiper-button-next-testimonials .svg-home-header-circle {
  border-radius: 50px;
  outline: 1px solid #0496ff;
  outline-offset: -1px;
  fill: #0496ff;
  transition: fill 0.3s ease;
}

.swiper-button-prev-testimonials:hover:not(.swiper-button-disabled)
  .svg-home-header-circle,
.swiper-button-next-testimonials:hover:not(.swiper-button-disabled)
  .svg-home-header-circle {
  fill: white;
  transition: fill 0.3s ease;
}

.swiper-button-prev-testimonials .svg-home-header-arrow,
.swiper-button-next-testimonials .svg-home-header-arrow {
  fill: white;
  transition: fill 0.3s ease;
}

.swiper-button-prev-testimonials:hover:not(.swiper-button-disabled)
  .svg-home-header-arrow,
.swiper-button-next-testimonials:hover:not(.swiper-button-disabled)
  .svg-home-header-arrow {
  fill: #0496ff;
  transition: fill 0.3s ease;
}

.swiper-testimonials-controllers-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.swiper-arrows-div-testimonials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.layer-banners-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 0;
}
/*#endregion */

/*#region SEGURO AUTO */
.layout402_tab-link:hover {
  color: var(--white);
  background-color: #0f1226;
  border-radius: 15px;
  padding: 8px 15px;
  transition: all 0.3s ease-in-out;
}

.layout1_content {
  padding: 30px 0;
}
/*#endregion */

/*#region ABOUT */
.container-exp {
  position: relative;
  width: 100%;
}

.space-holder {
  position: relative;
  width: 100%;
}

.sticky {
  position: sticky;
  top: 75px;
  height: 700px;
  width: 100%;
  overflow: hidden;
}

.horizontal {
  position: absolute;
  will-change: transform;
}

.cards {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: start;
  gap: 50px;
}

.team-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: fit-content;
}

.team-card-img {
  height: 390px;
  width: 390px;
  max-width: 75vw;
  max-height: 75vw;
  border-radius: 30px;
  overflow: hidden;
}

.team-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card-txt {
  padding: 0 15px;
}
/*#endregion */

/*#region CONTACTS */
.round-checkbox {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 22px;
  cursor: pointer;
}

.round-checkbox + label {
  font-family: Lexend;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.56px;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  margin-bottom: 0px;
}

.round-checkbox + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #0f1226;
  border-radius: 50%;
  background-color: #fff;
}

.round-checkbox:checked + label:before {
  background-color: #0496ff;
}

.div-block-contactado {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
}

.contactos-fidelidade-header-div{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.contactos-fidelidade-img{
  height: 30px;
  width: auto;
}

.grecaptcha-badge{
  opacity: 0;
}
/*#endregion */

/*#region POPUPS */
.h-popup {
  max-height: 90vh;
  overflow: auto;  
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.popup-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.popup-card {
  position: relative;
  display: flex;
  padding: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  border-radius: 30px;
  background: #fff;
  width: 100%;
  max-width: 750px;
}

.close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
}

.close-popup:hover {
  cursor: pointer;
}

.popup-content {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
}

.contact-boxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.contact-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  background-color: #f4f4f4;
  padding-left: 30px;
  width: 100%;
}

.contact-bg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #0496ff;
  border: 1px solid #0496ff;
  border-radius: 15px;
  padding: 15px 25px;
  width: fit-content;
  transition: all 0.3s ease;
}

.contact-href:hover .contact-bg {
  background-color: white;
  transition: all 0.3s ease;
}

.contact-href:hover .svg-contact path {
  fill: #0496ff;
  transition: fill 0.3s ease;
}

.svg-contact path {
  fill: white;
  transition: fill 0.3s ease;
}

.simulacao-loader {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.simulacao-loader-unit {
  width: 70px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.5);
}

.simulacao-loader-unit.active {
  background-color: #0496ff;
}

.contact-box.py-12 {
  padding: 12px 12px 12px 30px;
}

.round-checkbox-simulacao {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 22px;
  cursor: pointer;
}

.round-checkbox-simulacao + label {
  font-family: Gabarito, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.48px;
  color: #2B3467;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  margin-bottom: 0px;
}

.round-checkbox-simulacao + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #2B3467;
  border-radius: 50%;
  background-color: #fff;
}

.round-checkbox-simulacao:checked + label::before {
  background-color: #0496ff;
}

.popup-card.simulacao-card{
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.optional-form{
  font-weight: 300;
  font-style: italic;
}
/*#endregion */

/*#region 404 */
.layout-404{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*#endregion */

/*#region Políticas */
.politics p{
  padding: 6px 0;
}
/*#endregion */

/*#region Preloader */
.preloader-section{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(4, 150, 255, 1);
}

.preloader-div-main{
  position: relative;
  width: 100%;
  height: 100%;
}

.preloader-div-top,
.preloader-div-bottom{
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #0496ff;
  display: flex;
  justify-content: center;
  align-items: end;
}

.preloader-div-bottom{
  top: unset;
  bottom: 0%;
  align-items: start;
}

.preloader-content{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: opacity 0.3s ease-in-out;
}

.preloader-content-top-layer,
.preloader-content-bottom-layer{
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #0496ff;
}

.preloader-content-bottom-layer{
  bottom: unset;
  top: 0%;
}

.hideElement{
  animation: hideElement .6s ease-out forwards;
}

/*#endregion */

/*#region SWIPER JS */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*#endregion */

/*#region MEDIA QUERIES */
@media screen and (max-width: 1200px) {
  .navbar2_container {
    grid-template-columns: 0.25fr 1fr;
    display: flex;
  }

  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height 0.5s;
  }

  .navbar2_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_link {
    text-align: center;
    padding: 0.75rem 0;
    font-size: 14px;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .menu-icon2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_link_span {
    font-size: 16px;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0.75rem 2rem 0.75rem 0;
    display: flex;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar2_dropdown-link {
    width: auto;
    text-align: center;
    padding: 0.75rem 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .footer-certs-div{
    justify-content: left;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px !important;
  }

  .swiper-button-next-homepageheader {
    bottom: 0;
    top: unset;
    right: 5px;
    padding-right: 0;
    transform: none;
  }

  .section_header7 {
    height: 700px;
    max-height: 100vh;
  }

  .popup-card {
    padding: 12px;
    gap: 25px;
  }

  .simulacaoSwiperLayout {
    flex-direction: column;
    align-items: start;
  }

  .blog65_item {
    padding: 12px;
  }

  .layout1_content {
    padding: 0;
  }

  .sticky {
    height: 700px;
  }

  .cards {
    gap: 30px;
  }

  .team-card-txt{
    padding: 0 10px;
  }

  .layout402_image {
    max-height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .hidden-mobile {
    display: none;
  }

  .simulacao-loader-unit{
    width: 40px;
  }

  .sticky {
    height: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-logo-relative:hover .logo-fidelidade-hover-navbar{
    animation: increaseWidth 0.3s ease-in forwards;
  }
}
/*#endregion */

/*#region KEY FRAMES */
@keyframes hideElement {
  from {
    height: 100%;
  }
  to {
    height: 0%;
  }
}

@keyframes increaseWidth{
  from{
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes decreaseWidth {
  from{
    width: 100%;
  }
  to {
    width: 0;
  }
}
/*#endregion */