@import url('https://use.fontawesome.com/releases/v5.6.0/css/all.css');

html {
  font-smoothing: antialiased !important;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  background-color: #ffffff;
}

body::-webkit-scrollbar {
  width: 15px;
  /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #EDF9FE;
  /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #0492D4;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #EDF9FE;
  /* creates padding around scroll thumb */
}

img {
  border: 0px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #0492D4;
  text-decoration: none;
}

input,
select,
textarea {
  /* Fade */
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -opera-transition: 0.2s;

  border-radius: 8px !important;
}

a {
  /* Fade */
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -opera-transition: 0.2s;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #05AEFF !important;
}

.uk-button.uk-button-primary {
  background-color: #05AEFF !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.uk-button.uk-button-primary.uk-button-large {
  line-height: 48px !important;
}

.uk-button.uk-button-primary:hover {
  background-color: #25325C !important;
}

.uk-button.uk-button-link {
  color: #ee3d46 !important;
  font-weight: 600 !important;
}

.uk-button.uk-button-link:hover {
  color: #ff6870 !important;
}

.uk-breadcrumb {
  margin-bottom: 2.5rem;
}

.uk-breadcrumb>*>* {
  font-weight: 500;
}

.uk-breadcrumb span {
  font-weight: 600;
}

.uk-breadcrumb> :nth-child(n + 2):not(.uk-first-column)::before {
  content: '';
  margin: 0;
}

.uk-breadcrumb> :last-child>span {
  color: #373738 !important;
}

.fancybox__nav .f-button {
  border: 1.5px solid #ffe9ed;
  border-radius: 4px !important;
}

.fancybox__nav .f-button:hover {
  color: #ff8e94 !important;
  border: 1.5px solid #ff8e94;
}

.fancybox__toolbar__column.is-left {
  background: url('../imagens/logo-fancybox.png') 10px 6px no-repeat;
}

.fancybox__toolbar__column.is-left .fancybox__infobar {
  display: none;
}

.page .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;

  margin: 0;
  padding: 0;

  border-bottom: none;
}

.page .background-blue {
  background-color: #00AEFF;
}

.page .top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  max-width: 1200px;

  padding: 0 1rem;
}

.page .top .container.menu-background {
  display: none;
}

.page .top .box-top .menu-mobile {
  display: none;
}

.page .top .box-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.page .top .box-top .container {
  width: 100%;
  max-width: 1200px;
}

.page .top .box-top .container .uk-custom-info {
  display: flex;
  gap: 1.5rem;
}

.page .top .box-top .container .uk-custom-info .item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page .top .box-top .container .uk-custom-info .item img {
  height: 50px;
}

.page .top .box-top .container .uk-custom-info .item .title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #FFFFFF;
}

.page .top .box-top .container .uk-custom-info .item .title strong {
  font-weight: 600;
}

.page .top .border-menu {
  padding: 2rem 0;
}

.page .top .uk-custom-menu {
  display: flex;
  justify-content: center;
  flex-direction: inherit;
}

.page .top .btn-menu {
  display: flex;
}

.page .top .btn-menu-close {
  display: none;
}

.page .top .uk-navbar-container:not(.uk-navbar-transparent) {
  background: none;
}

.page .top .uk-navbar-nav {
  gap: 2rem;
}

.page .top .uk-navbar-nav>li>a {
  font-size: 1.2rem;
  font-weight: 600;
  min-height: auto;
  color: #336699;

  text-transform: none;
}

.page .top .uk-navbar-nav>li>a:hover,
.page .top .uk-navbar-nav>li.uk-open>a {
  color: #00AEFF;
}

.page .top .uk-navbar-nav>li>a.active {
  color: #00AEFF;
}

.page .top .uk-navbar-dropdown {
  border-radius: 6px;
  width: 250px;
}

.page .top .uk-navbar-nav,
.page .top .uk-navbar-dropdown .uk-nav-header {
  font-size: 1.1rem;
  font-weight: 600;

  text-transform: none;
}

.page .top .uk-navbar-nav {
  font-weight: 400;
}

.page .top .uk-navbar-dropdown .uk-nav-header:not(:first-child) {
  font-size: 1rem;
  margin-top: 0px;
}

.page .top .uk-navbar-dropdown .uk-nav .uk-nav-divider {
  margin: 15px 0;
}

.page .top .uk-navbar-dropdown .uk-nav .uk-nav-divider.no-border {
  border: none;
}

.page .top .uk-navbar-dropdown .group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page .top .uk-navbar-dropdown .group a {
  width: 44%;

  padding: 6px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: initial;
}

.page .top .uk-navbar-dropdown-nav>li>a {
  font-size: 0.875rem;
  padding: 6px;
}

.page .top .uk-navbar-dropdown-nav>li>a:hover {
  background-color: #CCEEFF;
  color: #00AEFF;

  border-radius: 8px;
}

.page .top .uk-navbar-dropdown-nav>li>a.btn-all {
  font-size: 0.875rem;
  font-weight: 600;
  color: #00AEFF;
}

.page .top .uk-heading-small {
  font-size: 2.5rem;
  margin: 110px 0 0 0;
}

.page .top .uk-subnav {
  margin: 50px 0 0 0;
}

.page .top .uk-subnav>* {
  padding-left: 0px;
}

.page .top .uk-subnav-pill>.uk-active>a {
  background-color: #ffffff;
  color: #373738;
  padding: 8px 12px;
  border-radius: 4px 4px 0 0 !important;
}

.page .top .uk-subnav-pill>li>a {
  background-color: #ffe9ed;
  color: #ee3d46;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 4px 4px 0 0 !important;
}

.page .top .uk-switcher {
  background: #ffffff;
  box-shadow: -4px 8px 24px rgba(0, 0, 0, 0.24);
  border-radius: 0px 8px 8px 8px;

  padding: 32px;
}

.page .top .uk-form-stacked {
  display: flex;
  gap: 0.5rem;
}

.page .top .uk-form-stacked .uk-custom-buttom {
  align-items: end;
  display: flex;
}

.page .top .uk-form-stacked .uk-form-label.uk-custom {
  font-size: 0.7rem;
  font-weight: 600;
}

.page .footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 100%;
  padding: 0;

  background-color: #25325C;
}

.page .footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border-top: 1px solid #e6e6e6;
}

.page .footer .container .box {
  max-width: 1200px;
  padding: 3rem 1rem 0 1rem;
}

.page .footer .container .box .social-media a img:hover {
  opacity: 0.5;
  transition: 0.2s;
}

.page .footer .container .box-localization {
  background: #E8EDEE;
  width: 100%;
}

.page .footer .container .box-localization .box-content {
  max-width: 1200px;
  padding: 4rem 1rem !important;

  display: flex;
  justify-content: space-between;

  gap: 3rem;
}

.page .footer .container .box-localization .box-content span {
  font-size: 3.5rem;
  line-height: 3.8rem;
  font-weight: 700;
  color: #25325C;

  display: flex;
  flex-direction: column;
}

.page .footer .container .box-localization .box-content span a {
  font-size: 1.5rem;
  font-weight: 600;

  color: #FFFFFF;
  background-color: #05AEFF;
  margin-top: 2rem;
  padding: 0.5rem 2.2rem;
  border-radius: 8px;
}

.page .footer .container .box-localization .box-content span a:hover {
  background-color: #25325C;
}

.page .footer .container .box-copyright {
  background: #30427D;
  padding: 1.8rem 0;
  width: 100%;
}

.page .footer .container .box-copyright .box-content {
  max-width: 1200px;
  padding: 0 1rem 0 1rem !important;
}

.page .footer .container .box-copyright .box-content .uk-text-meta {
  color: #ffffff;
}

.page .footer .container .box-copyright .box-content .develop {
  display: flex;
  gap: 1rem;
}

.page .footer .container .box-copyright .box-content .develop a img {
  max-width: 99px;
}

.page .footer .container.mobile {
  display: none;
}

.page .footer .uk-grid {
  margin: 0 !important;
  padding: 0 !important;
}

.page .footer .uk-grid>*:first-child {
  margin: 0 !important;
  padding: 0 !important;
}

.page .footer .container .uk-margin-medium-bottom {
  margin-bottom: 22px !important;
}

.page .footer .container .uk-text-lead {
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFFFFF;
}

.page .footer .container .uk-icon svg {
  height: 18px;
  color: #111111;
}

.page .footer .container .uk-text-meta {
  font-size: 1.1rem;
  line-height: 2.2rem;
  color: #FFFFFF;
}

.page .footer .container a.uk-text-meta:hover {
  color: #05AEFF;
}

.page .footer .container .uk-text-meta a {
  color: #FFFFFF;
}

.page .footer .container .uk-text-meta a:hover {
  color: #05AEFF;
}

.page .footer .container .uk-link-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #555555;
}

.page .footer .container a.uk-link-text:hover {
  color: #05AEFF;
}

.page .footer .container .uk-link-text .uk-icon:last-child {
  padding-left: 1.5rem;
}

.page .footer .container hr {
  border-top: 1px solid #c0c0c2;
  margin: 2rem 0;
}

.page .footer .container hr:first-child {
  margin: 0 0 2rem 0;
}

.page .footer .container hr.uk-divider-vertical {
  border-top: none;
  border-left: 1px solid #c0c0c2;
  margin: auto 0 auto 3rem;
  height: 220px;

  padding: 0 !important;
}

.page .footer .container .uk-icon-button {
  background: #ffffff;
  opacity: 1;
}

.page .footer .container .uk-icon-button svg {
  fill: #111111;
  width: 24px;
  height: 24px;
}

.page .footer .container .uk-icon-button:hover {
  opacity: 0.8;
}

.page .inner-page .content .uk-background-border-rounded {
  border-radius: 16px;

  margin-bottom: 3rem;
  padding: 1rem;
}

.page .inner-page .content .uk-text-lead {
  font-size: 1rem;
  font-weight: 300;
}

.page .inner-page .content .uk-h4 {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.page .inner-page .content .uk-heading-medium {
  font-size: 2.5rem;
  font-weight: 300;
  color: #111111;

  margin: 0;
}

@media screen and (max-width: 1095px) {
  .page .footer .container .payment div {
    flex-direction: column;
  }

  .page .footer .container .payment div span {
    margin: 0 0 1rem 0 !important;
  }
}

@media screen and (max-width: 959px) {
  .page .top.index {
    min-height: auto;
  }

  .page .top .box-top {
    width: 100%;
  }

  .page .top .box-top .container .uk-custom-info {
    display: none;
  }

  .page .top .container .uk-subnav-pill>li>a,
  .page .top .container .uk-subnav-pill>.uk-active>a {
    padding: 8px 46px;
    /* filter: drop-shadow(0px -4px 10px rgba(0, 0, 0, 0.18)); */
  }

  .page .menu-background.active {
    background: #000001;

    position: fixed;
    z-index: 9994;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;

    display: block;
    opacity: 0.6;
  }

  .page .top .container .logo img {
    height: 50px;
  }

  .page .top .box-top .btn-menu {
    display: block;
    width: 30px;

    position: absolute;
    left: 10px;
  }

  .page .top .box-top .uk-flex-between {
    justify-content: center !important;
  }

  .page .top .box-top .btn-menu-close.active {
    position: absolute;
    z-index: 9999;
    top: 20px;
    left: 20px;

    display: block;

    width: 30px;
  }

  .page .top .box-top .menu-mobile.active {
    position: absolute;
    z-index: 9996;
    top: 0;
    left: 0;

    display: flex;
    background: #ffffff;

    padding: 64px 20px 20px 20px;
  }

  .page .top .box-top .menu-mobile.active .uk-accordion-title::before {
    display: none;
  }

  .page .top .box-top .menu-mobile.active .uk-accordion-title,
  .page .top .box-top .menu-mobile.active .uk-open {
    font-size: 1rem;
    font-weight: 400;
    color: #373738;

    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
  }

  .page .top .box-top .menu-mobile.active .uk-nav-header {
    font-size: 1rem;
    font-weight: 600;
    color: #373738;

    text-transform: capitalize;
  }

  .page .top .box-top .menu-mobile.active .group a {
    display: flex;
  }

  .page .top .box-top .menu-mobile.active a.btn-all {
    font-size: 0.875rem;
    font-weight: 500;
  }

  .page .top .box-top .menu-mobile.active .uk-button.uk-button-default {
    font-weight: 600;
    color: #ffffff;
    background-color: #ee3d46;
    border-radius: 6px;

    border: none;
    width: 100%;
  }

  .page .top .box-top .menu-mobile.active .uk-accordion-custom.no-border .uk-accordion-title {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }

  .page .top .box-top .menu-mobile hr {
    margin: 20px 0 !important;
  }

  .page .top .box-top .menu-mobile.active .uk-title-custom {
    font-size: 1rem;
    font-weight: 600;
    color: #373738;

    margin: 10px 0 2rem 0;
  }

  .page .top .box-top .menu-mobile.active .group-service {
    display: flex;
    flex-direction: column;

    gap: 0.875rem;
  }

  .page .top .box-top .menu-mobile.active .group-service a {
    font-size: 1rem;
    font-weight: 400;
    color: #111111;

    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 1rem;

    border: 1px solid #f2f2f2;
    border-radius: 6px;
  }

  .page .top .box-top .menu-mobile.active .group-service a img {
    max-width: 32px;
  }

  .page .top .box-top .menu-mobile.active .group-service a:hover {
    background: #f2f2f2;
  }

  .page .top .border-menu {
    padding: 0;
  }

  .page .top .uk-heading-small {
    font-size: 1.5rem;
    margin: 50px 0 0 0;
  }

  .page .footer {
    background: #25325C;
  }

  .page .footer .container {
    display: none;
  }

  .page .footer .container hr {
    border-top: 1px solid #e8e8e8;
  }

  .page .footer .container .box-localization .box-content {
    flex-direction: column;
  }

  .page .footer .container .box-localization .box-content span {
    font-size: 3rem;
    line-height: 3.2rem;

    margin-top: 1rem;
  }

  .page .footer .container.mobile .menu-mobile {
    padding-top: 2.5rem;
  }

  .page .footer .container.mobile {
    display: flex;
    padding: 1rem 0 0 0;

    justify-content: start;
    align-items: start;
  }

  .page .footer .container.mobile {
    border-top: none;
    padding-top: 0;
  }

  .page .footer .container.mobile .uk-accordion-custom {
    border: 1px solid #e8e8e8;
  }

  .page .footer .container.mobile .uk-accordion-custom li {
    border-bottom: 1px solid #e8e8e8;

    margin: 0;
  }

  .page .footer .container.mobile .uk-accordion-custom li:last-child {
    border-bottom: none;
  }

  .page .footer .container.mobile .uk-accordion-custom li a.uk-accordion-title {
    font-size: 1rem;
    color: #FFFFFF;

    padding: 1rem;
    border-bottom: 1px solid #e8e8e8;
  }

  .page .footer .container.mobile .uk-accordion-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: #373738;
  }

  .page .footer .container.mobile .uk-accordion-title::before {
    display: none;
  }

  .page .footer .container.mobile .uk-accordion-custom .uk-text-meta a {
    padding: 0.5rem;
    padding-left: 0;
  }

  .page .footer .container.mobile .uk-accordion-custom .uk-flex.uk-flex-column.uk-width-auto {
    padding: 0 1rem 1.2rem 1rem;
  }

  .page .footer .container.mobile .uk-accordion-custom .uk-link-text {
    padding-left: 0;
    padding-right: 0;
  }

  .page .footer .container.mobile .copyright {
    background: #30427D;
    padding: 1rem;
  }

  .page .footer .container.mobile .copyright .uk-text-meta {
    color: #ffffff;
  }

  .page .inner-page .content .uk-background-border-rounded {
    height: 140px;

    margin: 0 -1rem 3rem -1rem;
    border-radius: 0;
  }

  .page .inner-page .content .uk-heading-medium {
    font-size: 1.5rem;
  }

  .page .inner-page .content .uk-text-lead {
    font-size: 1rem;
  }

  .page .inner-page .content .uk-h4 {
    font-size: 1.5rem;
  }
}