/** 
 *
 * Estilos site Selecao Natural
 * Desenvolvimento NSWeb
 *
 * -Desenvolvedor: Miguel de Oliveira Correia
 *
 */
/** 
 * ADD TAGS BOOTSTRAP 4 in BOOTSTRAP 3
 *
 * Origin: Eric Murakawa. GitHub: https://github.com/EricMurakawa/cssbootstrap
 *
 * Implementation and Modifications: Odair Cesar. GitHub: https://github.com/OdairCesar
 * 
 * Modifications:
 * - Passing 'sm' tags from 586px to 769px
 * - Passing 'md' tags from 769px to 992px
 * - Passing 'lg' tags from 992px to 1200px
 * - Passing 'xl' tags from 1200px to 1400px
 * - Passing 'xxl' tags from 1400px to 1600px
 *
 * - Adding 'max-width' in 'container' for >1400px and >1600px screens
 */
@media (min-width: 1289px) {
  .container {
    width: 1289px;
  }
}
.container::after, .container::before {
  display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1400px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1400px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1400px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1400px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1400px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1400px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3, .header__container__left__title {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1400px) {
  .display-3, .header__container__left__title {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1400px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1400px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1400px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
/*=======Card======*/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 769px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 769px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block, .menu-topo__faixa p a {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .product-detail__container__topo__info__fim__rounded .modal .modal-body a, .product-detail__container__topo__info__fim__rounded .modal .modal-body, .product-detail__container__topo__info__fim__rounded__link, .product-detail__container__topo__info__fim__rounded, .product-detail__container__topo__info__fim__whats, .product-detail__container__topo__info__fim, .product-detail__container__topo__info__topo, .product-detail__container__topo__swiper-mobile__control .prev-image,
.product-detail__container__topo__swiper-mobile__control .next-image, .product-detail__container__topo__swiper__control .prev-image,
.product-detail__container__topo__swiper__control .next-image, .product-detail__container__topo__swiper-mobile__control, .product-detail__container__topo__swiper__control, .product-menu__container__options__left__dropdown__title, .product-menu__container__options__left__option, .product-menu__container__options__left, .product-menu__container__options__dropdown__title, .product-menu__container__options__option, .product-menu__container__options, .listagem-medico__bottom__container__important, .listagem-medico__bottom__container__list__item, .listagem-medico__bottom__container, .listagem-parceiro__bottom__container__list__item__name, .listagem-parceiro__bottom__container__list__item, .listagem-parceiro__bottom__container__list, .listagem-parceiro__bottom__container, .form-agendamento__bottom__container #container_agendamento, .form-agendamento__bottom__container, .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check, .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group, .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom, .form-vermelhinho__bottom__container__form, .form-vermelhinho__bottom__container, .login__bottom__container__box .submitLogin, .login__bottom__container, .login, .home__container__content, .rodape__info__container, .rodape__container__top__phones__last, .rodape__container__top__phones__first, .rodape__container__top__phones, .rodape__container__top__menu-topo, .rodape__container__top, .menu-mobile__bottom, .menu-mobile__middle__list__item a, .menu-mobile__middle__list, .menu-mobile__top, .menu-mobile, .menu-topo__container__nav__list, .menu-topo__container, .menu-topo__faixa p, .blog-tags__list, .blog-ultimas__btn, .blog-ultimas__outras, .blog-ultimas__primeira, .blog-form, .menu-lateral__lista li a, .menu-lateral, .form-custom-contato__form__group, .form-custom-contato__form__group-full, .form-custom-contato, .form-custom-associe__form__group, .form-custom-associe__form__group-full, .form-custom-associe, .breadcrumb li a, .breadcrumb li, .breadcrumb, .header__container__left, .header__container, .header, .servico-item__text p a, .servico-item__text, .servico-item, .card-produto, .card-noticia, .card-noticia-expanded, .depoimento-item__user__info, .depoimento-item__user, .depoimento-item__estrelas, .depoimento-item, .blog-item__textos__btn, .blog-item__textos__infos, .blog-item__textos, .blog-item {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative, .listagem-medico__top, .listagem-parceiro__top, .form-agendamento__bottom, .form-vermelhinho__bottom__container__form, .form-vermelhinho__bottom {
  position: relative !important;
}

.position-absolute, .form-agendamento__bottom__container__image, .form-vermelhinho__bottom__container__image {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky, .menu-topo .bg-white {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-color-1 {
  border-color: #283371 !important;
}

.border-color-2 {
  border-color: #e74817 !important;
}

.border-color-3 {
  border-color: #2c50a6 !important;
}

.border-color-4 {
  border-color: #f0f0f0 !important;
}

.border-color-5 {
  border-color: #535561 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column, .product-detail__container__topo__info__fim__rounded .modal .modal-body, .product-detail__container__topo__info__fim, .product-detail__container__topo__info__topo, .listagem-medico__bottom__container__important, .listagem-medico__bottom__container__list__item, .listagem-medico__bottom__container, .listagem-parceiro__bottom__container__list__item, .listagem-parceiro__bottom__container, .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group, .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom, .form-vermelhinho__bottom__container__form, .login__bottom__container, .home__container__content, .rodape__container__top__phones, .rodape__container__top__menu-topo, .menu-mobile__middle__list, .menu-mobile, .blog-ultimas__outras, .blog-ultimas__primeira, .menu-lateral, .form-custom-contato__form__group, .form-custom-contato__form__group-full, .form-custom-contato, .form-custom-associe__form__group, .form-custom-associe__form__group-full, .form-custom-associe, .header__container__left, .servico-item__text, .card-produto, .card-noticia, .card-noticia-expanded, .depoimento-item__user__info, .depoimento-item, .blog-item__textos {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap, .listagem-parceiro__bottom__container__list, .rodape__container__top, .menu-mobile__bottom, .blog-tags__list {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4, .login__bottom__container, .home__container__content {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end, .form-vermelhinho__bottom__container {
  justify-content: flex-end !important;
}

.justify-content-center, .product-detail__container__topo__info__fim__rounded__link, .product-detail__container__topo__info__fim__rounded, .product-detail__container__topo__info__fim__whats, .product-detail__container__topo__swiper-mobile__control .prev-image,
.product-detail__container__topo__swiper-mobile__control .next-image, .product-detail__container__topo__swiper__control .prev-image,
.product-detail__container__topo__swiper__control .next-image, .form-agendamento__bottom__container #container_agendamento, .form-agendamento__bottom__container, .login__bottom__container__box .submitLogin, .login__bottom__container, .login, .home__container__content, .menu-topo__faixa p, .breadcrumb li a, .breadcrumb li, .header {
  justify-content: center !important;
}

.justify-content-between, .product-detail__container__topo__swiper-mobile__control, .product-detail__container__topo__swiper__control, .product-menu__container__options, .rodape__info__container, .rodape__container__top__phones__last, .rodape__container__top__phones__first, .rodape__container__top__menu-topo, .rodape__container__top, .menu-mobile__bottom, .menu-mobile__middle__list__item a, .menu-mobile__top, .menu-topo__container, .blog-item__textos {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start, .product-menu__container__options {
  align-items: flex-start !important;
}

.align-items-end, .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check {
  align-items: flex-end !important;
}

.align-items-center, .product-detail__container__topo__info__fim__rounded .modal .modal-body a, .product-detail__container__topo__swiper-mobile__control .prev-image,
.product-detail__container__topo__swiper-mobile__control .next-image, .product-detail__container__topo__swiper__control .prev-image,
.product-detail__container__topo__swiper__control .next-image, .product-detail__container__topo__swiper-mobile__control, .product-detail__container__topo__swiper__control, .product-menu__container__options__left__dropdown__title, .product-menu__container__options__left__option, .product-menu__container__options__left, .product-menu__container__options__dropdown__title, .product-menu__container__options__option, .listagem-medico__bottom__container, .form-agendamento__bottom__container #container_agendamento, .form-agendamento__bottom__container, .form-vermelhinho__bottom__container, .login__bottom__container, .login, .home__container__content, .rodape__info__container, .menu-mobile__middle__list__item a, .menu-mobile__top, .menu-topo__container__nav__list, .menu-topo__container, .menu-topo__faixa p, .blog-ultimas__btn, .menu-lateral__lista li a, .breadcrumb li a, .breadcrumb li, .breadcrumb, .header__container, .header, .servico-item__text p a, .servico-item, .depoimento-item__user, .depoimento-item__estrelas, .blog-item__textos__btn, .blog-item__textos__infos {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0, .menu-topo__container__nav__list, .title-default, .content-detail__top__title {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2, .btn-label-radio {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2, .btn-label-radio {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1, .login__bottom__container__title {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center, .login__bottom__container__title {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-color-1 {
  color: #283371 !important;
}

.text-color-2 {
  color: #e74817 !important;
}

.text-color-3 {
  color: #2c50a6 !important;
}

.text-color-4 {
  color: #f0f0f0 !important;
}

.text-color-5 {
  color: #535561 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-color-1 {
  background-color: #283371 !important;
}

.bg-color-2 {
  background-color: #e74817 !important;
}

.bg-color-3 {
  background-color: #2c50a6 !important;
}

.bg-color-4 {
  background-color: #f0f0f0 !important;
}

.bg-color-5 {
  background-color: #535561 !important;
}

.bg-body {
  background-color: #fff !important;
}

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 769px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .fs-1, .login__bottom__container__title {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

.breadcrumb {
  padding: 0;
}
.breadcrumb__item.active {
  color: #fff;
}
.breadcrumb__item {
  color: #E9E6E6;
  font-weight: 400;
  line-height: 147%;
}
.breadcrumb__item::before {
  content: " " !important;
  width: 30px;
  height: 1px;
  background-color: #E9E6E6;
  margin: 0 22px;
}
@media (max-width: 598px) {
  .breadcrumb__item::before {
    width: 5px;
  }
}
.breadcrumb__item:nth-child(1)::before {
  display: none;
}
.breadcrumb__item__link {
  color: #E9E6E6;
  text-decoration: none !important;
  transition: 0.3s all ease;
}
.breadcrumb__item__link span {
  margin-left: 7px;
  transition: 0.05s all ease;
  font-weight: 200;
}

.blog-item {
  gap: 30px;
}
@media (max-width: 598px) {
  .blog-item {
    flex-direction: column;
  }
}
.blog-item__link {
  flex: 1;
  width: 435px;
  height: 280px;
}
@media (max-width: 998px) {
  .blog-item__link {
    width: auto;
  }
}
.blog-item__link__image-preview {
  width: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-item__textos {
  flex: 1;
  gap: 15px;
}
.blog-item__textos__infos {
  gap: 20px;
}
.blog-item__textos__infos__category__link {
  font-weight: 600;
  line-height: 157%;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media (max-width: 998px) {
  .blog-item__textos__infos__category__link {
    font-size: 0.75rem !important;
  }
}
.blog-item__textos__infos__circle {
  width: 5px;
  height: 5px;
  border-radius: 10px;
}
.blog-item__textos__title__link {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 119%;
  text-decoration: none !important;
}
.blog-item__textos__btn {
  font-weight: 600;
  line-height: 127%;
  text-transform: uppercase;
  text-decoration: none !important;
  gap: 5px;
}
.blog-item__textos__btn svg {
  margin-bottom: 2px;
}
.blog-item__textos__btn svg path {
  fill: #f9bf4b;
}

.depoimento-item {
  gap: 27px;
  background: #F8F8F8;
  padding: 60px 30px 60px 60px;
}
.depoimento-item__estrelas {
  gap: 15px;
}
.depoimento-item__comment {
  font-weight: 400;
  line-height: 147%;
}
.depoimento-item__user {
  gap: 20px;
}
.depoimento-item__user__photo {
  width: 80px;
  height: 80px;
  border-radius: 200px;
  overflow: hidden;
}
.depoimento-item__user__info {
  gap: 5px;
}
.depoimento-item__user__info__name {
  font-weight: 600;
  line-height: 127%;
}

.card-noticia-expanded {
  width: 330px !important;
  gap: 2.5px;
}
.card-noticia-expanded__image {
  margin-bottom: 18px;
  border-radius: 4px;
}
.card-noticia-expanded__data {
  color: #53575A;
}
.card-noticia-expanded__titulo {
  margin-bottom: 5px;
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  .card-noticia-expanded:hover__titulo {
    text-decoration: underline;
    color: #5BBB7B;
  }
}
.card-noticia-expanded__resumo {
  margin-bottom: 0;
}

.card-noticia {
  transition: 0.3s all ease;
  gap: 2.5px;
  width: 300px !important;
}
@media (max-width: 390px) {
  .card-noticia {
    width: 270px;
  }
}
.card-noticia__image {
  margin-bottom: 18px;
  border-radius: 4px;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-size: cover;
  background-color: #f6f6f6;
}
.card-noticia__data {
  color: #53575A;
}
.card-noticia__titulo {
  margin-bottom: 5px;
  font-size: 1.25rem;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: relative;
}
.card-noticia__titulo::before {
  transition: 0.3s all ease;
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 1px;
  background-color: #EF3E56;
  opacity: 0;
  bottom: -1px;
}
.card-noticia__resumo {
  margin-bottom: 0;
}

.card-noticia:hover .card-noticia__titulo {
  transition: 0.3s all ease;
  color: #EF3E56;
}
.card-noticia:hover .card-noticia__titulo::before {
  opacity: 1;
  width: 100%;
}

.form {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #FFF;
  max-width: 210px;
}
.form__submit {
  border: none;
  background-color: transparent;
}
.form__input {
  font-size: 1rem;
  background: none;
  border: none !important;
  margin: 0 !important;
  color: #FFF !important;
}
.form__input::-moz-placeholder {
  color: #FFF;
}
.form__input::placeholder {
  color: #FFF;
}

.card-produto {
  width: 300px;
  min-height: 330px !important;
  position: relative;
}
@media (min-width: 1200px) {
  .card-produto {
    width: 100%;
  }
}
@media (max-width: 598px) {
  .card-produto {
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
  }
}
.card-produto__image {
  margin-bottom: 12.5px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 5px;
}
.card-produto__image.div {
  width: 100%;
  aspect-ratio: 33/25;
  background-color: #f6f6f6;
}
.card-produto__preco {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.card-produto__categoria {
  color: #53575A;
  margin-block: 7.5px 2.5px;
  margin-left: 0;
}
.card-produto__resumo {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.servico-item {
  gap: 60px;
  width: 100%;
}
@media (max-width: 998px) {
  .servico-item {
    gap: 20px;
  }
}
@media (max-width: 598px) {
  .servico-item {
    flex-direction: column;
  }
}
.servico-item.swiper-slide-prev, .servico-item.swiper-slide-next {
  opacity: 0.5;
  transform: scale(0.9) !important;
}
.servico-item__image {
  height: 100%;
  width: auto;
  aspect-ratio: 25/22;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1200px) {
  .servico-item__image {
    max-width: 315px;
  }
}
@media (max-width: 998px) {
  .servico-item__image {
    max-width: 315px;
  }
}
@media (max-width: 768px) {
  .servico-item__image {
    max-width: 250px;
  }
}
.servico-item__text {
  gap: 20px;
  max-width: 512px;
}
@media (max-width: 998px) {
  .servico-item__text {
    max-width: 360px;
  }
}
@media (max-width: 768px) {
  .servico-item__text {
    max-width: 300px;
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 598px) {
  .servico-item__text {
    max-width: 100%;
  }
}
.servico-item__text__title {
  font-weight: 700;
  line-height: 116%;
}
.servico-item__text__resume {
  font-weight: 600;
}
.servico-item__text p {
  font-weight: 400;
  line-height: 147%;
}
.servico-item__text p a {
  gap: 5px;
  text-decoration: none !important;
}
.header {
  min-height: 364px;
  padding-top: 129px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 598px) {
  .header__container {
    padding: 0;
    gap: 57px;
  }
}
.header__container__left {
  gap: 11px;
  flex: 1;
  max-width: 80%;
}
@media (max-width: 998px) {
  .header__container__left {
    max-width: 100%;
  }
}
.header__container__left__title {
  font-weight: 800;
  line-height: 103%;
  position: relative;
}
@media (max-width: 598px) {
  .header__container__left__title {
    font-size: 1.875rem !important;
  }
}
.header__container__left__title::before {
  top: 50%;
  height: 1px;
  width: 500px;
  right: calc(100% + 26px);
  content: " ";
  display: block;
  position: absolute;
}
.header__container__left__subtitle {
  font-weight: 400;
  line-height: 103%;
}
@media (max-width: 598px) {
  .header__container__left__subtitle {
    font-size: 1.25rem !important;
  }
}
.header__container__image {
  flex: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}

@media (max-width: 1600px) {
  .header {
    min-height: 300px;
  }
}
@media (max-width: 1400px) {
  .header {
    padding-top: 85px;
    min-height: 250px;
  }
}
.form-custom-associe {
  gap: 24px;
  padding: 50px 68px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  width: 924px;
}
@media (max-width: 998px) {
  .form-custom-associe {
    width: 728px;
  }
}
@media (max-width: 768px) {
  .form-custom-associe {
    padding: 35px 48px;
    width: 562px;
  }
}
@media (max-width: 598px) {
  .form-custom-associe {
    padding: 20px 30px;
    width: 310px;
  }
}
@media (max-width: 320ox) {
  .form-custom-associe {
    width: 250px;
  }
}
.form-custom-associe__topo__title {
  font-weight: 600;
  font-size: 1.25rem;
}
.form-custom-associe__topo__subtitle {
  font-weight: 400;
  font-size: 0.9375rem;
  color: #53575A;
}
.form-custom-associe__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 598px) {
  .form-custom-associe__form {
    display: flex;
    flex-direction: column;
  }
}
.form-custom-associe__form__group__input, .form-custom-associe__form__group-full__input {
  border: 1px solid #E9E9E9;
  padding: 14px 15px;
  color: #53575A;
  border-radius: 4px;
}
.form-custom-associe__form__group__input ::-moz-placeholder, .form-custom-associe__form__group-full__input ::-moz-placeholder {
  color: #53575A;
}
.form-custom-associe__form__group__input ::placeholder, .form-custom-associe__form__group-full__input ::placeholder {
  color: #53575A;
}
.form-custom-associe__form__group-full {
  grid-column: span 2;
}
@media (max-width: 598px) {
  .form-custom-associe__form__group-full {
    grid-column: span 1;
  }
}
.form-custom-associe__form__group-full__input {
  resize: none;
}
.form-custom-associe__form__btn {
  border: none;
  background-color: #FD6904;
  color: #FFF;
  padding: 16px 0;
  width: 100%;
  grid-column: span 2;
  text-transform: uppercase;
  border-radius: 4px;
}
@media (max-width: 598px) {
  .form-custom-associe__form__btn {
    width: 100%;
    padding: 16px 0;
  }
}
.form-custom-associe__form__btn:hover {
  background-color: #ff6600;
}

.form-custom-contato {
  gap: 24px;
  padding: 50px 68px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  max-width: 924px;
}
@media (max-width: 998px) {
  .form-custom-contato {
    width: 728px;
  }
}
@media (max-width: 768px) {
  .form-custom-contato {
    padding: 35px 48px;
    width: 562px;
  }
}
@media (max-width: 598px) {
  .form-custom-contato {
    padding: 20px 30px;
    width: 310px;
  }
}
@media (max-width: 320ox) {
  .form-custom-contato {
    width: 250px;
  }
}
.form-custom-contato__topo__title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.form-custom-contato__topo__subtitle {
  font-weight: 400;
  font-size: 0.9375rem;
  color: #53575A;
}
.form-custom-contato__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 598px) {
  .form-custom-contato__form {
    display: flex;
    flex-direction: column;
  }
}
.form-custom-contato__form__group__input, .form-custom-contato__form__group-full__input {
  border: 1px solid #E9E9E9;
  padding: 14px 15px;
  color: #53575A;
  border-radius: 4px;
}
.form-custom-contato__form__group__input ::-moz-placeholder, .form-custom-contato__form__group-full__input ::-moz-placeholder {
  color: #53575A;
}
.form-custom-contato__form__group__input ::placeholder, .form-custom-contato__form__group-full__input ::placeholder {
  color: #53575A;
}
.form-custom-contato__form__group-full {
  grid-column: span 2;
}
@media (max-width: 598px) {
  .form-custom-contato__form__group-full {
    grid-column: span 1;
  }
}
.form-custom-contato__form__group-full__input {
  resize: none;
}
.form-custom-contato__form__btn {
  border: none;
  background-color: #FD6904;
  color: #FFF;
  padding: 16px 148px;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  border-radius: 4px;
}
@media (max-width: 598px) {
  .form-custom-contato__form__btn {
    width: 100%;
    padding: 16px 0;
  }
}
.form-custom-contato__form__btn:hover {
  background-color: #ff6600;
}

.menu-lateral {
  gap: 40px;
}
@media (max-width: 998px) {
  .menu-lateral {
    gap: 20px;
  }
}
.menu-lateral__lista {
  border: 1px solid #c8c8c8;
  padding: 43px 30px;
}
@media (max-width: 998px) {
  .menu-lateral__lista {
    padding: 20px 15px;
  }
}
.menu-lateral__lista__item-principal {
  color: #0C343C;
  font-family: "Mensch", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
}
.menu-lateral__lista li a {
  font-weight: 600;
  gap: 15px;
  color: #0C343C;
}
.menu-lateral__lista li a svg path {
  fill: #0C343C;
}
.menu-lateral__lista li a:hover {
  color: #f9bf4b;
}
.menu-lateral__lista li a:hover svg path {
  fill: #f9bf4b;
}
.menu-lateral__lista .list-group-item:first-child {
  border-top: 1px solid #ddd;
}
.menu-lateral__lista .list-group-item {
  border-inline: none;
  border-top: none;
}

.blog-form {
  width: 100%;
}
.blog-form__button {
  padding: 20px 30px;
  background-color: #f9bf4b;
  border: transparent;
}
@media (max-width: 1200px) {
  .blog-form__button {
    padding: 10px 20px;
  }
}
.blog-menu__categorias {
  border: 1px solid #C8C8C8;
  padding: 40px 30px;
}
@media (max-width: 998px) {
  .blog-menu__categorias {
    padding: 20px 15px;
  }
}
.blog-menu__categorias__title {
  color: #0C343C;
  font-size: 2rem;
  margin-bottom: 17px;
  font-weight: 700;
}
@media (max-width: 998px) {
  .blog-menu__categorias__title {
    margin-bottom: 5px;
  }
}
@media (max-width: 1200px) {
  .blog-menu__categorias__title {
    font-size: 1.575rem;
  }
}
@media (max-width: 998px) {
  .blog-menu__categorias__title {
    font-size: 1.25rem;
  }
}
.blog-menu__categorias__item {
  list-style: none;
}
.blog-menu__categorias__item__link:last-child {
  border: none;
}
.blog-menu__categorias__item__link {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-block: 17px;
  color: #0C343C;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 1px solid #C8C8C8;
}
@media (max-width: 998px) {
  .blog-menu__categorias__item__link {
    padding-block: 5px;
  }
}
@media (max-width: 998px) {
  .blog-menu__categorias__item__link {
    font-size: 12px;
  }
  .blog-menu__categorias__item__link svg {
    width: 12px;
  }
}
.blog-menu__categorias__item__link svg path {
  fill: #0C343C;
}
.blog-menu__categorias__item__link:hover {
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #f9bf4b;
}
.blog-menu__categorias__item__link:hover svg path {
  fill: #f9bf4b;
}
.blog-ultimas {
  border: 1px solid #C8C8C8;
  padding: 40px 30px;
}
@media (max-width: 998px) {
  .blog-ultimas {
    padding: 20px 15px;
  }
}
.blog-ultimas__title {
  color: #0C343C;
  font-size: 2rem;
  margin-bottom: 17px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .blog-ultimas__title {
    font-size: 1.575rem;
  }
}
@media (max-width: 998px) {
  .blog-ultimas__title {
    font-size: 1.25rem;
  }
}
.blog-ultimas__primeira, .blog-ultimas__outras {
  padding-block: 15px;
  border-bottom: 1px solid #C8C8C8;
}
.blog-ultimas__primeira:last-child, .blog-ultimas__outras:last-child {
  border-bottom: none;
}
.blog-ultimas__primeira {
  gap: 15px;
}
.blog-ultimas__primeira__img {
  width: 100%;
}
.blog-ultimas__primeira__subtitle {
  color: #0C343C;
  font-family: "Mensch", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
@media (max-width: 998px) {
  .blog-ultimas__primeira__subtitle {
    font-size: 0.9375rem;
  }
}
.blog-ultimas__outras {
  gap: 15px;
}
.blog-ultimas__outras__subtitle {
  color: #0C343C;
  font-family: "Mensch", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
@media (max-width: 998px) {
  .blog-ultimas__outras__subtitle {
    font-size: 0.9375rem;
  }
}
.blog-ultimas__btn {
  font-weight: 600;
  line-height: 127%;
  text-transform: uppercase;
  text-decoration: none !important;
  gap: 5px;
}
@media (max-width: 998px) {
  .blog-ultimas__btn {
    font-size: 12px !important;
  }
}
.blog-ultimas__btn svg {
  margin-bottom: 2px;
}
.blog-ultimas__btn svg path {
  fill: #f9bf4b;
}
@media (max-width: 768px) {
  .blog-ultimas {
    display: none;
  }
}
.blog-tags {
  border: 1px solid #C8C8C8;
  padding: 40px 30px;
}
@media (max-width: 998px) {
  .blog-tags {
    padding: 20px 15px;
  }
}
.blog-tags__title {
  color: #0C343C;
  font-size: 2rem;
  margin-bottom: 17px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .blog-tags__title {
    font-size: 1.575rem;
  }
}
@media (max-width: 998px) {
  .blog-tags__title {
    font-size: 1.25rem;
  }
}
.blog-tags__list {
  gap: 15px;
}
@media (max-width: 998px) {
  .blog-tags__list {
    gap: 7px;
  }
}
.blog-tags__list__item {
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 9px 25px;
  border: 1px solid #C8C8C8;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .blog-tags__list__item {
    font-size: 12px;
    padding: 4px 12px;
  }
}
.blog-tags__list__item:hover {
  text-decoration: none;
}

* {
  transition: 0.3s all ease;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Mensch";
  src: url("../../fonts/mensch.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
  font-size: 16px;
  transition: 0.3s all ease;
  color: #0C343C !important;
  padding-top: 0;
  top: 0 !important;
}
body.dhid {
  overflow: hidden;
}

#vue-form-app {
  min-height: calc(100lvh - 90px);
}

.skiptranslate {
  display: none !important;
}

a {
  transition: 0.3s all ease !important;
  text-decoration: none !important;
}

.title-default, .content-detail__top__title {
  font-weight: 700;
  font-size: 3.5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #0C343C !important;
}
@media print {
  .title-default, .content-detail__top__title {
    text-align: center !important;
  }
}
@media (max-width: 1400px) {
  .title-default, .content-detail__top__title {
    font-size: 3.125rem;
  }
}
@media (max-width: 992px) {
  .title-default, .content-detail__top__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 576px) {
  .title-default, .content-detail__top__title {
    font-size: 1.875rem;
  }
}
.title-default svg, .content-detail__top__title svg {
  z-index: 1;
  position: absolute;
  top: -75px;
}
@media (max-width: 1200px) {
  .title-default svg, .content-detail__top__title svg {
    top: -50px;
  }
}
@media (max-width: 992px) {
  .title-default svg, .content-detail__top__title svg {
    top: -62.5px;
  }
}
@media (max-width: 576px) {
  .title-default svg, .content-detail__top__title svg {
    display: none;
  }
}
.title-default span, .content-detail__top__title span {
  color: #f9bf4b;
}
.title-default strong, .content-detail__top__title strong {
  text-transform: uppercase;
}

.btn-default, .rodape__container__top__menu-topo__item:last-of-type a, .menu-topo__container__nav__list__item a {
  display: block;
  padding: 0.5rem 1.25rem;
  border: 2px solid #EF3E56;
  border-radius: 1.875rem;
  color: #0C343C;
}
.btn-default.btn-full, .rodape__container__top__menu-topo__item:last-of-type a, .menu-topo__container__nav__list__item a.btn-full, .menu-topo__container__nav__list__item:last-of-type a, .btn-default:hover, .menu-topo__container__nav__list__item a:hover {
  color: #FFF;
  background-color: #EF3E56;
}
.btn-default:hover, .rodape__container__top__menu-topo__item:last-of-type a:hover, .menu-topo__container__nav__list__item a:hover {
  transform: scale(1.05);
}
.btn-default.btn-full:hover, .rodape__container__top__menu-topo__item:last-of-type a:hover, .menu-topo__container__nav__list__item a.btn-full:hover, .menu-topo__container__nav__list__item:last-of-type a:hover {
  border: 2px solid #EF3E56;
  box-shadow: 0 0 10px #0C343C;
}
@media (max-width: 1400px) {
  .btn-default, .rodape__container__top__menu-topo__item:last-of-type a, .menu-topo__container__nav__list__item a {
    padding: 0.25rem 0.75rem;
  }
}

.btn-yellow, .home__container__content__btn {
  background-color: #FFC31E;
  border-color: #FFC31E !important;
  color: #FFF;
  font-weight: 600;
}
.btn-yellow:hover, .home__container__content__btn:hover {
  background-color: #ffcc3f;
  border-color: #ffcc3f;
  box-shadow: 0 0 10px #0C343C;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
  padding-bottom: 0;
}

::-webkit-scrollbar {
  background-color: #FFF;
  width: 0.5rem;
}

::-webkit-scrollbar-thumb {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 0px;
}

.text-light {
  font-weight: 300 !important;
}

/** Font Family */
.font-family-1, body {
  font-family: "Mensch", sans-serif;
  font-style: normal;
}

.btn-yellow, .home__container__content__btn {
  background-color: #f9bf4b !important;
  color: #0C343C !important;
  font-weight: bolder !important;
}

.font-family-2, .breadcrumb__item, .depoimento-item__comment, .servico-item__text p {
  font-family: sans-serif;
  font-style: normal;
}

.bg-gray, .header, ::-webkit-scrollbar-thumb {
  background-color: #EFEFEF;
}

.bg-yellow-2, .blog-item__textos__infos__circle {
  background-color: #FFC31E;
}

/** COLOR GRAY */
.bg-dark-green, .login, .home {
  background-color: #0C343C;
}

.bg-branding-1, .header__container__left__title::before, body {
  background-color: #FFF;
}

/** COLOR branding */
.color-dark-yellow, .blog-item__textos__infos__category__link:hover, .blog-item__textos__btn, .servico-item__text p a:hover, .blog-ultimas__btn {
  color: #f9bf4b;
}

.color-red-2 {
  color: #EF3E56;
}

.color-dark-green, .blog-item__textos__infos__category__link, .blog-item__textos__title__link, .depoimento-item__comment, .depoimento-item__user__info__name, .servico-item__text__title, .servico-item__text p a, body {
  color: #0C343C;
}

.color-branding-1, .header__container__left__title, .header__container__left__subtitle {
  color: #FFF;
}

/** FONT SIZE DISPLAY */
.display-1 {
  font-size: 5.9375rem;
}
@media (max-width: 1400px) {
  .display-1 {
    font-size: 4.25rem;
  }
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 998px) {
  .display-1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 598px) {
  .display-1 {
    font-size: 3.1rem;
  }
}

.display-2 {
  font-size: 4.25rem;
}
@media (max-width: 1400px) {
  .display-2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: 3.1rem;
  }
}
@media (max-width: 998px) {
  .display-2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 598px) {
  .display-2 {
    font-size: 2.4rem;
  }
}

.display-3, .header__container__left__title {
  font-size: 3.5rem;
}
@media (max-width: 1400px) {
  .display-3, .header__container__left__title {
    font-size: 3.1rem;
  }
}
@media (max-width: 1200px) {
  .display-3, .header__container__left__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 998px) {
  .display-3, .header__container__left__title {
    font-size: 3.1rem;
  }
}
@media (max-width: 598px) {
  .display-3, .header__container__left__title {
    font-size: 1.9rem;
  }
}

.display-4 {
  font-size: 3.125rem;
}
@media (max-width: 1400px) {
  .display-4 {
    font-size: 2.7rem;
  }
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: 2.1rem;
  }
}
@media (max-width: 998px) {
  .display-4 {
    font-size: 2.7rem;
  }
}
@media (max-width: 598px) {
  .display-4 {
    font-size: 1.6rem;
  }
}

h1,
.headline-1 {
  font-size: 1.75rem;
}
@media (max-width: 1600px) {
  h1,
  .headline-1 {
    font-size: 2rem;
  }
}
@media (max-width: 1400px) {
  h1,
  .headline-1 {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  h1,
  .headline-1 {
    font-size: 1.875rem;
  }
}
@media (max-width: 998px) {
  h1,
  .headline-1 {
    font-size: 2rem;
  }
}
@media (max-width: 598px) {
  h1,
  .headline-1 {
    font-size: 1.575rem;
  }
}

h2,
.headline-2,
.header__container__left__subtitle {
  font-size: 2rem;
  line-height: 120%;
}
@media (max-width: 1600px) {
  h2,
  .headline-2,
  .header__container__left__subtitle {
    font-size: 1.875rem;
  }
}
@media (max-width: 1400px) {
  h2,
  .headline-2,
  .header__container__left__subtitle {
    font-size: 1.875rem;
  }
}
@media (max-width: 1200px) {
  h2,
  .headline-2,
  .header__container__left__subtitle {
    font-size: 1.575rem;
  }
}
@media (max-width: 998px) {
  h2,
  .headline-2,
  .header__container__left__subtitle {
    font-size: 1.875rem;
  }
}
@media (max-width: 598px) {
  h2,
  .headline-2,
  .header__container__left__subtitle {
    font-size: 1.25rem;
  }
}

h3,
.headline-3,
.servico-item__text__title {
  font-size: 1.875rem;
}
@media (max-width: 1600px) {
  h3,
  .headline-3,
  .servico-item__text__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 1400px) {
  h3,
  .headline-3,
  .servico-item__text__title {
    font-size: 1.575rem;
  }
}
@media (max-width: 1200px) {
  h3,
  .headline-3,
  .servico-item__text__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 998px) {
  h3,
  .headline-3,
  .servico-item__text__title {
    font-size: 1.575rem;
  }
}
@media (max-width: 598px) {
  h3,
  .headline-3,
  .servico-item__text__title {
    font-size: 1.125rem;
  }
}

h4,
.headline-4,
.blog-item__textos__title__link {
  font-size: 1.575rem;
}
@media (max-width: 1600px) {
  h4,
  .headline-4,
  .blog-item__textos__title__link {
    font-size: 1.575rem;
  }
}
@media (max-width: 1400px) {
  h4,
  .headline-4,
  .blog-item__textos__title__link {
    font-size: 1.125rem;
  }
}
@media (max-width: 1200px) {
  h4,
  .headline-4,
  .blog-item__textos__title__link {
    font-size: 1.125rem;
  }
}
@media (max-width: 998px) {
  h4,
  .headline-4,
  .blog-item__textos__title__link {
    font-size: 1.25rem;
  }
}
@media (max-width: 598px) {
  h4,
  .headline-4,
  .blog-item__textos__title__link {
    font-size: 1rem;
  }
}

h5,
.headline-5,
.breadcrumb__item,
.depoimento-item__comment,
.servico-item__text p {
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  h5,
  .headline-5,
  .breadcrumb__item,
  .depoimento-item__comment,
  .servico-item__text p {
    font-size: 1.25rem;
  }
}
@media (max-width: 1400px) {
  h5,
  .headline-5,
  .breadcrumb__item,
  .depoimento-item__comment,
  .servico-item__text p {
    font-size: 1.125rem;
  }
}
@media (max-width: 1200px) {
  h5,
  .headline-5,
  .breadcrumb__item,
  .depoimento-item__comment,
  .servico-item__text p {
    font-size: 1rem;
  }
}
@media (max-width: 998px) {
  h5,
  .headline-5,
  .breadcrumb__item,
  .depoimento-item__comment,
  .servico-item__text p {
    font-size: 1.125rem;
  }
}
@media (max-width: 598px) {
  h5,
  .headline-5,
  .breadcrumb__item,
  .depoimento-item__comment,
  .servico-item__text p {
    font-size: 1rem;
  }
}

.font-body-1, .depoimento-item__user__info__name {
  font-size: 1.125rem;
}
@media (max-width: 1400px) {
  .font-body-1, .depoimento-item__user__info__name {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .font-body-1, .depoimento-item__user__info__name {
    font-size: 1rem;
  }
}
@media (max-width: 998px) {
  .font-body-1, .depoimento-item__user__info__name {
    font-size: 1rem;
  }
}

.font-body-2, .blog-item__textos__btn, .blog-ultimas__btn {
  font-size: 1rem;
}
@media (max-width: 1400px) {
  .font-body-2, .blog-item__textos__btn, .blog-ultimas__btn {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .font-body-2, .blog-item__textos__btn, .blog-ultimas__btn {
    font-size: 0.9375rem;
  }
}
@media (max-width: 998px) {
  .font-body-2, .blog-item__textos__btn, .blog-ultimas__btn {
    font-size: 1rem;
  }
}

.font-body-3, .blog-item__textos__infos__category__link {
  font-size: 0.9375rem;
}

.box-shadow-1 {
  box-shadow: 0px 0px 0px 0px rgba(16, 30, 86, 0.1), 0px 1px 1px 0px rgba(16, 30, 86, 0.1), 0px 2px 2px 0px rgba(16, 30, 86, 0.09), 0px 5px 3px 0px rgba(16, 30, 86, 0.05), 0px 9px 4px 0px rgba(16, 30, 86, 0.01), 0px 14px 4px 0px rgba(16, 30, 86, 0);
}

.box-shadow-2 {
  box-shadow: 0px 0px 0px 0px rgba(16, 30, 86, 0.09), 0px 2px 4px 0px rgba(16, 30, 86, 0.09), 0px 7px 7px 0px rgba(16, 30, 86, 0.07), 0px 15px 9px 0px rgba(16, 30, 86, 0.04), 0px 27px 11px 0px rgba(16, 30, 86, 0.01), 0px 42px 12px 0px rgba(16, 30, 86, 0);
}

.box-shadow-3 {
  box-shadow: 0px 0px 0px 0px rgba(16, 30, 86, 0.07), 0px 4px 8px 0px rgba(16, 30, 86, 0.07), 0px 14px 14px 0px rgba(16, 30, 86, 0.06), 0px 32px 19px 0px rgba(16, 30, 86, 0.04), 0px 57px 23px 0px rgba(16, 30, 86, 0.01), 0px 89px 25px 0px rgba(16, 30, 86, 0);
}

.box-shadow-4 {
  box-shadow: 0px 0px 0px 0px rgba(16, 30, 86, 0.08), 0px 6px 13px 0px rgba(16, 30, 86, 0.08), 0px 24px 24px 0px rgba(16, 30, 86, 0.07), 0px 54px 33px 0px rgba(16, 30, 86, 0.04), 0px 97px 39px 0px rgba(16, 30, 86, 0.01), 0px 151px 42px 0px rgba(16, 30, 86, 0);
}

@keyframes rotateAnimate {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: rotateX(180deg) rotateY(30deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(0deg);
  }
}
@keyframes slideBannerAnimate {
  0% {
    transform: translateY(95px);
  }
  100% {
    transform: translateY(0);
  }
}
@media print {
  .wp.wp-container.hidden-md.hidden-lg,
  .wp.container.visible-md.visible-lg,
  .wp.wp-container.hidden-md.hidden-lg a,
  .wp.container.visible-md.visible-lg a {
    visibility: hidden !important;
    display: none !important;
  }
}
.menu-topo {
  transition: 0.3s all ease;
  position: relative;
  display: unset;
  background-color: #FFF;
  z-index: 100000;
  left: 0vw;
}
@media print {
  .menu-topo {
    display: none !important;
  }
}
.menu-topo.hide {
  left: -100vw;
}
.menu-topo__faixa {
  background-color: #EF3E56;
  text-align: center;
  color: #FFF;
  padding: 1.3rem 0;
}
@media (max-width: 1199px) {
  .menu-topo__faixa {
    padding: 0.75rem 0;
  }
}
@media (max-width: 595px) {
  .menu-topo__faixa {
    padding: 0.5rem 0;
  }
}
.menu-topo__faixa p {
  gap: 0.5rem;
  font-size: 1.875rem;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .menu-topo__faixa p {
    font-size: 1.575rem;
  }
}
@media (max-width: 991px) {
  .menu-topo__faixa p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .menu-topo__faixa p {
    flex-direction: column;
  }
}
@media (max-width: 595px) {
  .menu-topo__faixa p {
    margin-top: env(safe-area-inset-top);
  }
}
.menu-topo__faixa p a {
  border: 4px solid #FFF;
  color: #FFF;
  font-size: 1.5rem;
  padding: 0.2rem 1.5rem;
  border-radius: 1.875rem;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .menu-topo__faixa p a {
    font-size: 1.575rem;
  }
}
@media (max-width: 991px) {
  .menu-topo__faixa p a {
    font-size: 1.125rem;
  }
}
.menu-topo .bg-white {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1607843137);
  top: 0 !important;
}
.menu-topo__container__logo img {
  width: 12rem;
  height: auto;
}
@media (max-width: 1400px) {
  .menu-topo__container__logo img {
    width: 120px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .menu-topo__container__nav {
    display: none;
  }
}
.menu-topo__container__nav__list {
  gap: 1rem;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .menu-topo__container__nav__list {
    gap: 0.5rem;
  }
}
.menu-topo__container__nav__list__item a {
  text-decoration: none;
}
.menu-topo__container__btn {
  display: none;
}
@media (max-width: 991px) {
  .menu-topo__container__btn {
    display: block;
  }
}
.menu-topo__container__btn svg {
  width: 1.5rem;
}

.menu-mobile {
  position: fixed;
  z-index: 1000;
  padding: 1.875rem 1.5625rem;
  background-color: #F9F9F9 !important;
  top: 0;
  right: -50vw;
  height: 100vh;
  width: 50vw;
  overflow-y: auto;
}
@media (max-width: 595px) {
  .menu-mobile {
    width: 100vw;
    right: -100vw;
    padding: 0.875rem 0.75rem;
  }
}
.menu-mobile.show {
  right: 0;
}
.menu-mobile__top, .menu-mobile__middle, .menu-mobile__bottom {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 595px) {
  .menu-mobile__top {
    margin-top: env(safe-area-inset-top);
  }
}
.menu-mobile__top__logo {
  max-width: 200px;
}
.menu-mobile__top__close {
  padding: 0.625rem;
  border-radius: 0.625rem;
  height: -moz-fit-content;
  height: fit-content;
}
.menu-mobile__top__close:hover svg path {
  fill: #EF3E56;
}
.menu-mobile__top__close svg {
  width: 1.25rem;
  height: auto;
}
.menu-mobile__middle__list {
  list-style: none;
  padding-left: 0;
}
.menu-mobile__middle__list__item a {
  font-size: 1.25rem;
  gap: 1rem;
  display: block;
  padding: 0.625rem 0;
  color: #0C343C;
}
.menu-mobile__middle__list__item a:hover {
  transform: scale(1.025);
}
.menu-mobile__bottom {
  margin-top: 10rem;
}
.menu-mobile__bottom__phones {
  font-size: 1.25rem;
}
.menu-mobile__bottom__phones__bolder {
  font-weight: 600;
}

.bg-menu-mobile {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6) !important;
  top: 0;
  right: -100vw;
  height: 100vh;
  width: 100vw;
}
.bg-menu-mobile.show {
  right: 0;
}

.rodape {
  font-weight: 500;
  font-size: 1rem;
  box-shadow: inset 0px 5px 50px rgba(0, 0, 0, 0.1607843137);
}
.rodape__container__top {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .rodape__container__top {
    padding: 1.5rem 0;
  }
}
.rodape__container__top__image {
  flex: 0 0 40%;
}
@media (max-width: 767px) {
  .rodape__container__top__image {
    flex: 0 0 100%;
  }
}
.rodape__container__top__image img {
  width: 100%;
  height: auto;
}
.rodape__container__top__menu-topo {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.rodape__container__top__menu-topo__item a {
  font-size: 1.575rem;
  display: block;
  font-weight: 400;
  color: #0C343C;
}
@media (max-width: 991px) {
  .rodape__container__top__menu-topo__item a {
    font-size: 1.25rem;
  }
}
.rodape__container__top__menu-topo__item a:hover {
  transform: scale(1.025);
  color: #f9bf4b;
}
.rodape__container__top__menu-topo__item:last-of-type {
  width: -moz-fit-content;
  width: fit-content;
}
.rodape__container__top__menu-topo__item:last-of-type a {
  padding: 0 1rem;
  color: #FFF;
}
@media (max-width: 576px) {
  .rodape__container__top__menu-topo {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.rodape__container__top__phones {
  gap: 1.5rem;
}
.rodape__container__top__phones__last, .rodape__container__top__phones__first {
  gap: 1rem;
  font-size: 1.575rem;
  font-weight: 400;
  color: #0C343C;
}
@media (max-width: 991px) {
  .rodape__container__top__phones__last, .rodape__container__top__phones__first {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .rodape__container__top__phones__last, .rodape__container__top__phones__first {
    flex-direction: row !important;
  }
}
.rodape__container__top__phones__last__bolder, .rodape__container__top__phones__first__bolder {
  margin-bottom: 0;
  font-weight: 600;
}
.rodape__container__top__phones__last__number, .rodape__container__top__phones__first__number {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .rodape__container__top__menu-topo, .rodape__container__top__phones {
    width: 100%;
    align-items: center;
  }
}
.rodape__container__bottom {
  padding-bottom: 2rem;
  margin-bottom: 0;
  text-align: justify;
}
.rodape__info {
  background-color: #0C343C;
}
.rodape__info__container {
  padding-block: 2rem;
}
@media (max-width: 997px) {
  .rodape__info__container {
    flex-direction: column;
    gap: 1rem;
  }
}
.rodape__info__container__paragraph {
  color: #FFF;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.125rem;
}
@media (max-width: 595px) {
  .rodape__info__container__paragraph {
    margin-bottom: env(safe-area-inset-bottom);
  }
}
.rodape__info__container__paragraph__image {
  width: 75px;
}
@media (max-width: 595px) {
  .rodape__info__container__paragraph__image {
    width: 150px;
  }
}

.home {
  height: calc(100lvh - 90px);
}
.home__container {
  height: 100%;
}
.home__container__content {
  height: 100%;
  text-align: center;
}
.home__container__content__title {
  color: #ffe599;
}
.home__container__content__resume, .home__container__content__subtitle {
  color: #D1D5DB;
}
.btn-label-radio {
  padding-left: 2.5em !important;
  border-radius: 8px;
  border: 1px solid #DDD;
}
.btn-label-radio:hover {
  border-color: #CCC;
}
.btn-label-radio .form-check-input:checked {
  background-color: #0C343C;
  border-color: #0C343C;
}

main {
  padding-bottom: 90px;
  margin-bottom: -90px;
}

.modal.m-qrcode .modal-content {
  background-color: #181611;
}
.modal.m-qrcode .modal-content *:not(.alert) {
  color: #FFF !important;
  border-color: #181611;
}
.modal.m-qrcode .modal-content ::-webkit-scrollbar {
  background-color: #181611;
}
.modal.m-qrcode .modal-content ::-webkit-scrollbar-thumb {
  background-color: #1e1d1b;
}
.modal.m-qrcode .modal-content .btn-primary {
  background-color: #f9bf4b;
}
.modal.m-qrcode .modal-content .btn-sm {
  padding: 4px 18px !important;
}

.content-detail__top {
  padding: 2rem 0;
}
@media (max-width: 992px) {
  .content-detail__top .listagem-parceiro__top__container {
    padding: 1.75rem 0;
  }
}
.content-detail__top__title {
  color: #FFF;
}
.content-detail__svg {
  transform: rotateY(180deg);
  position: relative;
  z-index: -1;
  margin-top: -7rem;
}
@media (max-width: 1400px) {
  .content-detail__svg {
    margin-top: -5.5rem;
  }
}
@media (max-width: 1200px) {
  .content-detail__svg {
    margin-top: -4rem;
  }
}
@media (max-width: 768px) {
  .content-detail__svg {
    margin-top: -3rem;
  }
}
@media (max-width: 598px) {
  .content-detail__svg {
    margin-top: -1.5rem;
  }
}
.content-detail__container__center {
  padding: 2rem 0;
}
.content-detail__container__center__image {
  width: 100%;
}
.content-detail__container__center p {
  font-size: 1.575rem;
  text-align: justify;
}
@media (max-width: 596px) {
  .content-detail__container__center p {
    font-size: 1.25rem;
  }
}

.login {
  height: calc(100lvh - 90px);
  width: 100%;
}
.login__bottom {
  height: 100%;
  width: 100%;
}
.login__bottom__container {
  height: 100%;
}
.login__bottom__container__title {
  color: #ffe599 !important;
}
.login__bottom__container__box {
  width: 100%;
  max-width: 520px;
}
.login__bottom__container__box .submitLogin #submitLogin {
  background-color: #f9bf4b !important;
  border: 1px solid #f9bf4b;
}
.login__svg {
  transform: rotateY(180deg);
  position: relative;
  z-index: -1;
  margin-top: -7rem;
}
@media (max-width: 1400px) {
  .login__svg {
    margin-top: -5.5rem;
  }
}
@media (max-width: 1200px) {
  .login__svg {
    margin-top: -4rem;
  }
}
@media (max-width: 768px) {
  .login__svg {
    margin-top: -3rem;
  }
}
@media (max-width: 598px) {
  .login__svg {
    margin-top: -1.5rem;
  }
}
.login__container__center {
  padding: 2rem 0;
}
.login__container__center__image {
  width: 100%;
}
.login__container__center p {
  font-size: 1.575rem;
  text-align: justify;
}
@media (max-width: 596px) {
  .login__container__center p {
    font-size: 1.25rem;
  }
}

.form-vermelhinho__top__container {
  padding-top: 5rem;
}
@media (max-width: 1400px) {
  .form-vermelhinho__top__container {
    padding-top: 3.5rem;
  }
}
@media (max-width: 992px) {
  .form-vermelhinho__top__container {
    padding-top: 1.75rem;
  }
}
@media (max-width: 992px) {
  .form-vermelhinho__top__container {
    padding-top: 1.75rem;
  }
}
.form-vermelhinho__top__container__subtitle {
  text-align: end;
}
.form-vermelhinho__top__container__title, .form-vermelhinho__top__container__subtitle {
  position: relative;
  z-index: 10;
  width: 100%;
  color: #0C343C;
}
@media (max-width: 768px) {
  .form-vermelhinho__top__container__title, .form-vermelhinho__top__container__subtitle {
    text-align: center;
  }
}
.form-vermelhinho svg {
  margin-top: -6.5rem;
}
.form-vermelhinho svg path {
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
}
@media (max-width: 1400px) {
  .form-vermelhinho svg {
    margin-top: -3.5rem;
  }
}
@media (max-width: 768px) {
  .form-vermelhinho svg {
    margin-top: -1.75rem;
  }
}
.form-vermelhinho__bottom {
  margin-top: -15rem;
}
@media (max-width: 1400px) {
  .form-vermelhinho__bottom {
    margin-top: -12.5rem;
  }
}
@media (max-width: 992px) {
  .form-vermelhinho__bottom {
    margin-top: -5rem;
  }
}
@media (max-width: 768px) {
  .form-vermelhinho__bottom {
    margin-top: -3.5rem;
  }
}
@media (max-width: 768px) {
  .form-vermelhinho__bottom {
    margin-top: 1rem;
  }
}
.form-vermelhinho__bottom__container {
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .form-vermelhinho__bottom__container {
    padding: 0;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.form-vermelhinho__bottom__container__image {
  height: 100%;
  max-height: 100%;
  left: 0;
}
@media (max-width: 1600px) {
  .form-vermelhinho__bottom__container__image {
    height: auto;
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .form-vermelhinho__bottom__container__image {
    max-width: 100%;
    position: static !important;
  }
}
.form-vermelhinho__bottom__container__form {
  z-index: 10;
  gap: 2rem;
  background-color: #EF3E56;
  padding: 2.25rem 1.125rem;
  box-shadow: 0.625rem 1.25rem 1.875rem rgba(112, 112, 112, 0.8117647059);
  border-radius: 2.3125rem;
  color: #FFF !important;
}
@media (max-width: 1400px) {
  .form-vermelhinho__bottom__container__form {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .form-vermelhinho__bottom__container__form {
    box-shadow: 0.225rem 0.65rem 1.875rem rgba(112, 112, 112, 0.8117647059);
  }
}
.form-vermelhinho__bottom__container__form__title {
  margin-bottom: 0;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .form-vermelhinho__bottom__container__form__title {
    font-size: 1.875rem;
  }
}
@media (max-width: 992px) {
  .form-vermelhinho__bottom__container__form__title {
    font-size: 1.575rem;
  }
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom {
  gap: 1rem;
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group {
  gap: 0.5rem;
  font-size: 1.25rem;
}
@media (max-width: 1400px) {
  .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group {
    font-size: 0.875rem;
  }
}
@media (max-width: 992px) {
  .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group {
    font-size: 0.9375rem;
  }
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check {
  gap: 0.5rem;
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check label {
  font-size: 1.25rem !important;
}
@media (max-width: 1400px) {
  .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check label {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 992px) {
  .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check label {
    font-size: 0.9375rem !important;
  }
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check .form-check-input {
  margin-top: 0;
}
@media (max-width: 1399px) {
  .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group .form-check .form-check-input {
    margin-left: -1rem;
  }
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group input {
  outline: none;
  font-size: 1.25rem;
  border: 1px solid #707070;
  padding: 0.25rem 0.625rem;
  border-radius: 1rem;
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__group input[type=text] {
  border-radius: 0.25rem;
}
.form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__btn {
  align-self: center;
  width: 80%;
  border-radius: 0.5rem;
  font-size: 1.575rem !important;
}
@media (max-width: 1400px) {
  .form-vermelhinho__bottom__container__form .form-custom-vermelhinho .form-vermelhinho-custom__btn {
    font-size: 1.25rem !important;
  }
}

.form-agendamento__top__container {
  padding-top: 5rem;
}
@media (max-width: 1400px) {
  .form-agendamento__top__container {
    padding-top: 3.5rem;
  }
}
@media (max-width: 992px) {
  .form-agendamento__top__container {
    padding-top: 1.75rem;
  }
}
@media (max-width: 992px) {
  .form-agendamento__top__container {
    padding-top: 1.75rem;
  }
}
.form-agendamento__top__container__subtitle {
  text-align: end;
}
.form-agendamento__top__container__title, .form-agendamento__top__container__subtitle {
  width: 100%;
}
@media (max-width: 768px) {
  .form-agendamento__top__container__title, .form-agendamento__top__container__subtitle {
    text-align: center;
  }
}
.form-agendamento svg {
  margin-top: -6.5rem;
  transform: rotateY(180deg);
  position: relative;
  z-index: -1;
}
.form-agendamento svg path {
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
}
@media (max-width: 1400px) {
  .form-agendamento svg {
    margin-top: -3.5rem;
  }
}
@media (max-width: 768px) {
  .form-agendamento svg {
    margin-top: -1.75rem;
  }
}
.form-agendamento__bottom {
  padding-block: 2rem;
}
.form-agendamento__bottom__container {
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .form-agendamento__bottom__container {
    padding: 0;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.form-agendamento__bottom__container__image {
  height: 100%;
  left: 0;
}
@media (max-width: 1600px) {
  .form-agendamento__bottom__container__image {
    height: auto;
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .form-agendamento__bottom__container__image {
    max-width: 100%;
    position: static !important;
  }
}
.form-agendamento__bottom__container #container_agendamento {
  width: 100%;
  height: 500px;
}

.listagem-parceiro {
  padding-bottom: 5rem;
}
@media (max-width: 1400px) {
  .listagem-parceiro {
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 992px) {
  .listagem-parceiro {
    padding-bottom: 1.75rem;
  }
}
@media (max-width: 992px) {
  .listagem-parceiro {
    padding-bottom: 1.75rem;
  }
}
.listagem-parceiro__top {
  z-index: 10;
}
.listagem-parceiro__top__container {
  padding-top: 5rem;
}
@media print {
  .listagem-parceiro__top__container {
    padding-block: 2.5rem;
  }
}
@media (max-width: 1400px) {
  .listagem-parceiro__top__container {
    padding-top: 3.5rem;
  }
}
@media (max-width: 992px) {
  .listagem-parceiro__top__container {
    padding-top: 1.75rem;
  }
}
@media (max-width: 992px) {
  .listagem-parceiro__top__container {
    padding-top: 1.75rem;
  }
}
.listagem-parceiro__top__container__subtitle {
  text-align: end;
}
.listagem-parceiro__top__container__title, .listagem-parceiro__top__container__subtitle {
  width: 100%;
  color: #FFF;
}
@media (max-width: 768px) {
  .listagem-parceiro__top__container__title, .listagem-parceiro__top__container__subtitle {
    text-align: center;
  }
}
.listagem-parceiro__top__container__print {
  color: #6c6c6c;
}
@media print {
  .listagem-parceiro__top__container__print {
    display: none !important;
  }
}
.listagem-parceiro__top__container__print svg {
  margin-top: auto !important;
  transform: none !important;
  width: 16px !important;
  fill: #6c6c6c;
}
.listagem-parceiro__top__container__print:hover {
  color: #000;
}
.listagem-parceiro__top__container__print:hover svg {
  fill: #000;
}
.listagem-parceiro svg {
  transform: rotateY(180deg);
  margin-top: -6rem;
}
@media print {
  .listagem-parceiro svg {
    display: none !important;
  }
}
.listagem-parceiro svg path {
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
}
@media (max-width: 1200px) {
  .listagem-parceiro svg {
    margin-top: -4rem;
  }
}
@media (max-width: 768px) {
  .listagem-parceiro svg {
    margin-top: -3rem;
  }
}
@media (max-width: 596px) {
  .listagem-parceiro svg {
    margin-top: -1rem;
  }
}
.listagem-parceiro__bottom__container {
  gap: 2rem;
}
@media print {
  .listagem-parceiro__bottom__container {
    padding-block: 2.5rem;
  }
}
@media (max-width: 768px) {
  .listagem-parceiro__bottom__container {
    padding-top: 1.5rem;
    gap: 1rem;
  }
}
.listagem-parceiro__bottom__container__list, .listagem-parceiro__bottom__container__list {
  gap: 1.5rem 2.5rem;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .listagem-parceiro__bottom__container__list, .listagem-parceiro__bottom__container__list {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.listagem-parceiro__bottom__container__list__item, .listagem-parceiro__bottom__container__list__item {
  border-radius: 2.25rem 0;
  text-wrap: pretty;
  flex: 0 1 calc(50% - 1.25rem);
  padding: 1rem 2.5rem;
}
.listagem-parceiro__bottom__container__list__item.destaque, .listagem-parceiro__bottom__container__list__item.destaque {
  background-color: #EF3E56;
  color: #FFF !important;
  box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.1607843137);
  height: auto;
}
.listagem-parceiro__bottom__container__list__item.destaque span.badge, .listagem-parceiro__bottom__container__list__item.destaque span.badge {
  background-color: #FFF;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #EF3E56;
  margin-top: 1rem;
  padding: 0.25rem 1rem;
  border-radius: 0.75rem 0;
}
@media (max-width: 1200px) {
  .listagem-parceiro__bottom__container__list__item, .listagem-parceiro__bottom__container__list__item {
    border-radius: 2.5rem 0;
    padding: 0.5rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .listagem-parceiro__bottom__container__list__item, .listagem-parceiro__bottom__container__list__item {
    flex: 0 1 100%;
    width: 100%;
    border-radius: 2.5rem 0;
    padding: 0.5rem 1.25rem;
    text-align: center;
    align-items: center;
  }
}
.listagem-parceiro__bottom__container__list__item__name, .listagem-parceiro__bottom__container__list__item__name {
  gap: 0.5rem;
  font-size: 1.575rem;
  text-wrap: pretty;
}
@media (max-width: 768px) {
  .listagem-parceiro__bottom__container__list__item__name, .listagem-parceiro__bottom__container__list__item__name {
    font-size: 1.25rem;
  }
}
.listagem-parceiro__bottom__container__list__item__name span, .listagem-parceiro__bottom__container__list__item__name span {
  font-weight: 600;
}
.listagem-parceiro__bottom__container__list__item__endereco, .listagem-parceiro__bottom__container__list__item__numero, .listagem-parceiro__bottom__container__list__item__endereco, .listagem-parceiro__bottom__container__list__item__numero {
  width: 100%;
  display: block;
}
.listagem-parceiro__bottom__container__list__item__endereco a, .listagem-parceiro__bottom__container__list__item__numero a, .listagem-parceiro__bottom__container__list__item__endereco a, .listagem-parceiro__bottom__container__list__item__numero a {
  color: #FFF !important;
}

.listagem-medico {
  padding-bottom: 5rem;
}
@media (max-width: 1400px) {
  .listagem-medico {
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 992px) {
  .listagem-medico {
    padding-bottom: 1.75rem;
  }
}
@media (max-width: 992px) {
  .listagem-medico {
    padding-bottom: 1.75rem;
  }
}
.listagem-medico__top {
  z-index: 10;
}
.listagem-medico__top__container {
  padding-top: 5rem;
}
@media print {
  .listagem-medico__top__container {
    padding-block: 2.5rem;
  }
}
@media (max-width: 1400px) {
  .listagem-medico__top__container {
    padding-top: 3.5rem;
  }
}
@media (max-width: 992px) {
  .listagem-medico__top__container {
    padding-top: 1.75rem;
  }
}
@media (max-width: 992px) {
  .listagem-medico__top__container {
    padding-top: 1.75rem;
  }
}
.listagem-medico__top__container__subtitle {
  text-align: end;
}
.listagem-medico__top__container__title, .listagem-medico__top__container__subtitle {
  width: 100%;
  color: #FFF;
}
@media (max-width: 768px) {
  .listagem-medico__top__container__title, .listagem-medico__top__container__subtitle {
    text-align: center;
  }
}
.listagem-medico__top__container__print {
  color: #6c6c6c;
}
@media print {
  .listagem-medico__top__container__print {
    display: none !important;
  }
}
.listagem-medico__top__container__print svg {
  margin-top: auto !important;
  transform: none !important;
  width: 16px !important;
  fill: #6c6c6c;
}
.listagem-medico__top__container__print:hover {
  color: #000;
}
.listagem-medico__top__container__print:hover svg {
  fill: #000;
}
.listagem-medico svg {
  transform: rotateY(180deg);
  margin-top: -6rem;
}
@media print {
  .listagem-medico svg {
    display: none !important;
  }
}
.listagem-medico svg path {
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
}
@media (max-width: 1200px) {
  .listagem-medico svg {
    margin-top: -4rem;
  }
}
@media (max-width: 768px) {
  .listagem-medico svg {
    margin-top: -3rem;
  }
}
@media (max-width: 596px) {
  .listagem-medico svg {
    margin-top: -1rem;
  }
}
.listagem-medico__bottom__container {
  gap: 2rem;
}
@media print {
  .listagem-medico__bottom__container {
    padding-block: 2.5rem;
  }
}
@media (max-width: 768px) {
  .listagem-medico__bottom__container {
    padding-top: 1.5rem;
    gap: 1rem;
  }
}
.listagem-medico__bottom__container__list {
  max-width: 87.5%;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-bottom: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .listagem-medico__bottom__container__list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.listagem-medico__bottom__container__list__item {
  white-space: nowrap;
  margin: 24px 36px;
  border-radius: 2.25rem 0;
  flex: 0 1 calc(50% - 1.25rem);
}
@media (max-width: 596px) {
  .listagem-medico__bottom__container__list__item {
    flex: 0 1 100%;
    max-width: 100%;
    text-align: center;
    align-items: center;
  }
}
.listagem-medico__bottom__container__list__item__category-name {
  font-size: 1.575rem;
  color: #f9bf4b;
  text-wrap: wrap;
  font-weight: 700;
}
@media (max-width: 768px) {
  .listagem-medico__bottom__container__list__item__category-name {
    font-size: 1.25rem;
  }
}
.listagem-medico__bottom__container__list__item__name {
  gap: 0.5rem;
  font-size: 1.25rem;
  text-wrap: wrap;
}
@media (max-width: 768px) {
  .listagem-medico__bottom__container__list__item__name {
    font-size: 0.875rem;
  }
}
.listagem-medico__bottom__container__list__item__endereco, .listagem-medico__bottom__container__list__item__numero {
  width: 100%;
  display: block;
}
.listagem-medico__bottom__container__list__item__endereco a, .listagem-medico__bottom__container__list__item__numero a {
  color: #FFF;
}
.listagem-medico__bottom__container__important {
  width: 75%;
}
@media (max-width: 768px) {
  .listagem-medico__bottom__container__important {
    width: 100%;
    text-align: center;
  }
}
.listagem-medico__bottom__container__important__title {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .listagem-medico__bottom__container__important__title {
    font-size: 1.25rem;
  }
}
.listagem-medico__bottom__container__important__content p {
  margin-bottom: 0;
  line-height: 150%;
  font-style: italic;
}
@media (max-width: 768px) {
  .listagem-medico__bottom__container__important__content p {
    font-size: 0.875rem;
  }
}

.product-menu {
  padding-top: 24px;
}
.product-menu .messageInfo {
  font-size: 32px;
  font-weight: 500;
}
.product-menu__container__text {
  margin-bottom: 24px;
}
.product-menu__container__text__titulo {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 4px;
}
.product-menu__container__text__qtde {
  font-size: 1rem;
  font-weight: 400;
}
.product-menu__container__text__qtde.large {
  font-weight: 600;
  font-size: 24px;
}
.product-menu__container__listagem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.product-menu__container__listagem__pager {
  grid-column: span 2;
}
.product-menu__container__listagem__pager .bspager {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.product-menu__container__listagem__pager .bspager div {
  width: -moz-fit-content;
  width: fit-content;
}
.product-menu__container__listagem__pager .bspager div ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.product-menu__container__listagem__pager .bspager div ul li {
  border-bottom: none;
}
.product-menu__container__listagem__pager .bspager div ul li.disabled {
  padding: 5px 12px;
}
.product-menu__container__listagem__pager .bspager div ul li.disabled > span {
  padding: 0;
}
.product-menu__container__listagem__pager .bspager div ul li span {
  border-radius: 180px;
  border: none;
  padding: 0;
}
.product-menu__container__listagem__pager .bspager div ul li > span {
  padding: 6px 12px;
}
.product-menu__container__listagem__pager .bspager div ul li a {
  border-radius: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  height: 100%;
  border: none;
  padding: 5px 12px !important;
  -webkit-clip-path: circle();
          clip-path: circle();
}
@media (max-width: 768px) {
  .product-menu__container__listagem__pager .bspager div ul li a {
    padding: 4px 9px;
  }
}
@media (max-width: 390px) {
  .product-menu__container__listagem__pager .bspager div ul li a {
    padding: 5px 8px !important;
  }
}
.product-menu__container__listagem__pager .bspager div ul li :hover a {
  background-color: #F1FCFA;
}
.product-menu__container__listagem__pager .bspager div ul li.active a {
  background-color: #FD6904;
  border: none;
}
@media (min-width: 998px) {
  .product-menu__container__listagem {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
  .product-menu__container__listagem__pager {
    grid-column: span 3;
  }
}
@media (min-width: 1200px) {
  .product-menu__container__listagem {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
  }
  .product-menu__container__listagem__pager {
    grid-column: span 4;
    width: 100%;
  }
}
.product-menu__container__listagem__card {
  width: 100%;
}
.product-menu__container__options {
  gap: 8px;
  margin-bottom: 30px;
}
@media (max-width: 598px) {
  .product-menu__container__options {
    flex-direction: column;
    align-items: center !important;
  }
}
.product-menu__container__options__option {
  padding: 6px 20px;
  gap: 4px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}
.product-menu__container__options__option.active {
  background-color: #F1FCFA;
}
.product-menu__container__options__dropdown__title {
  padding: 7px 20px;
  min-height: 38px;
  gap: 4px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}
.product-menu__container__options__dropdown__title::after {
  right: 5px;
}
.product-menu__container__options__left {
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 598px) {
  .product-menu__container__options__left {
    flex-direction: column;
    align-items: center;
  }
}
.product-menu__container__options__left__option {
  padding: 6px 20px;
  gap: 4px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}
.product-menu__container__options__left__option.active {
  background-color: #F1FCFA;
}
.product-menu__container__options__left__option svg {
  width: 14px;
  height: 14px;
}
.product-menu__container__options__left__option:last-of-type.active path {
  fill: #E1C03F;
}
.product-menu__container__options__left__dropdown__title {
  padding: 7px 20px;
  min-height: 38px;
  gap: 4px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}
@media (max-width: 998px) {
  .product-menu__container__options {
    display: none !important;
  }
}
.product-detail {
  padding: 20px 0;
}
@media (min-width: 998px) {
  .product-detail {
    padding: 54px 0;
  }
}
.product-detail__container__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 48px;
  display: none;
}
@media (min-width: 998px) {
  .product-detail__container__title {
    display: block;
  }
}
.product-detail__container__topo {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: -moz-fit-content;
  height: fit-content;
  gap: 16px;
}
@media (max-width: 998px) {
  .product-detail__container__topo {
    grid-template-columns: 1fr;
  }
}
.product-detail__container__topo__swiper-mobile, .product-detail__container__topo__swiper {
  position: relative;
  width: 100%;
}
.product-detail__container__topo__swiper-mobile__swiper-wrapper__swiper-slide img, .product-detail__container__topo__swiper__swiper-wrapper__swiper-slide img {
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail__container__topo__swiper-mobile__control, .product-detail__container__topo__swiper__control {
  top: 45%;
  padding: 0 16px;
  position: absolute;
  width: 100%;
  z-index: 999999;
}
.product-detail__container__topo__swiper-mobile__control .prev-image,
.product-detail__container__topo__swiper-mobile__control .next-image, .product-detail__container__topo__swiper__control .prev-image,
.product-detail__container__topo__swiper__control .next-image {
  padding: 18px;
  -webkit-clip-path: circle();
          clip-path: circle();
  background-color: #FFF;
}
.product-detail__container__topo__swiper-mobile__control .prev-image.swiper-button-disable,
.product-detail__container__topo__swiper-mobile__control .next-image.swiper-button-disable, .product-detail__container__topo__swiper__control .prev-image.swiper-button-disable,
.product-detail__container__topo__swiper__control .next-image.swiper-button-disable {
  pointer-events: none;
}
@media (max-width: 798px) {
  .product-detail__container__topo__swiper-mobile__control .prev-image,
  .product-detail__container__topo__swiper-mobile__control .next-image, .product-detail__container__topo__swiper__control .prev-image,
  .product-detail__container__topo__swiper__control .next-image {
    padding: 10px;
  }
}
@media (max-width: 798px) {
  .product-detail__container__topo__swiper-mobile__control, .product-detail__container__topo__swiper__control {
    padding: 0 8px;
  }
}
.product-detail__container__topo__swiper-mobile.swiper {
  display: none;
}
.product-detail__container__topo__swiper-mobile.swiper img {
  border-radius: 0;
}
@media (max-width: 998px) {
  .product-detail__container__topo__swiper-mobile.swiper {
    display: block;
  }
  .product-detail__container__topo__swiper.swiper {
    display: none;
  }
}
@media (min-width: 998px) {
  .product-detail__container__topo__info {
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    padding: 15px 18px;
    box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 1600px) {
  .product-detail__container__topo__info {
    padding: 30px 36px;
  }
}
.product-detail__container__topo__info__topo {
  gap: 20px;
  padding-block: 16px 8px;
}
@media (min-width: 998px) {
  .product-detail__container__topo__info__topo {
    padding-top: 0;
  }
}
.product-detail__container__topo__info__topo__titulo {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 998px) {
  .product-detail__container__topo__info__topo__titulo {
    display: none;
  }
}
.product-detail__container__topo__info__topo__span {
  color: #53575A;
  font-size: 0.875rem;
  font-weight: 500;
}
.product-detail__container__topo__info__meio {
  padding-block: 24px;
  border-block: 1px solid #E9E9E9;
}
.product-detail__container__topo__info__meio__preco {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.product-detail__container__topo__info__meio p {
  margin-bottom: 0;
}
.product-detail__container__topo__info__meio__resumo {
  display: none;
}
@media (min-width: 998px) {
  .product-detail__container__topo__info__meio__resumo {
    display: block;
  }
}
.product-detail__container__topo__info__meio__content {
  display: block;
}
@media (min-width: 998px) {
  .product-detail__container__topo__info__meio__content {
    display: none;
  }
}
.product-detail__container__topo__info__fim {
  gap: 30px;
}
@media (min-width: 998px) {
  .product-detail__container__topo__info__fim {
    padding-top: 30px;
  }
}
.product-detail__container__topo__info__fim__whats {
  font-weight: 700;
  align-items: center;
  gap: 10px;
  color: #FFF;
  border-radius: 4px;
  background-color: #2AC55D;
  padding-block: 17px;
  width: 100%;
  border: none;
}
.product-detail__container__topo__info__fim__whats.show, .product-detail__container__topo__info__fim__whats:hover, .product-detail__container__topo__info__fim__whats:focus, .product-detail__container__topo__info__fim__whats:active {
  background-color: #129E41;
  text-decoration: none;
  color: #FFF;
}
.product-detail__container__topo__info__fim__rounded {
  gap: 20px;
  width: 100%;
}
.product-detail__container__topo__info__fim__rounded__link {
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: none;
}
.product-detail__container__topo__info__fim__rounded__link__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: #FFF;
  border-radius: 90px;
  border: 1px solid #E9E9E9;
  overflow: hidden;
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.0509803922);
}
.product-detail__container__topo__info__fim__rounded__link.red svg path {
  fill: #E1C03F;
}
@media (max-width: 768px) {
  .product-detail__container__topo__info__fim__rounded__link svg {
    width: 15px;
    height: 15px;
  }
}
.product-detail__container__topo__info__fim__rounded .modal.show {
  opacity: 1;
}
.product-detail__container__topo__info__fim__rounded .modal .modal-body {
  gap: 8px;
}
.product-detail__container__topo__info__fim__rounded .modal .modal-body a {
  gap: 8px;
  height: -moz-fit-content;
  height: fit-content;
}
.product-detail__container__topo__info__fim__rounded .modal .modal-body a svg {
  width: 15px;
  height: 15px;
}
.product-detail__container__topo__info__fim__rounded .modal .modal-body a svg path {
  fill: #222;
}
.product-detail__container__topo__description {
  display: none;
}
@media (min-width: 998px) {
  .product-detail__container__topo__description {
    display: block;
  }
}
.product-detail__container__topo__description__title {
  font-size: 1.25rem;
  font-weight: 500;
}
.product-detail__container__topo__description__content {
  font-size: 1rem;
  font-weight: 400;
}
.product-detail__container__outros {
  padding-block: 40px;
}
.product-detail__container__outros__titulo {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 25px;
}/*# sourceMappingURL=tziminadis.css.map */