.footer a, .bg-primary a:not(.btn), .bg-secondary a:not(.btn), .bg-light a:not(.btn), .bg-dark a:not(.btn) {
  color: #070809; }
  .footer a:focus, .bg-primary a:focus:not(.btn), .bg-secondary a:focus:not(.btn), .bg-light a:focus:not(.btn), .bg-dark a:focus:not(.btn), .footer a:hover, .bg-primary a:hover:not(.btn), .bg-secondary a:hover:not(.btn), .bg-light a:hover:not(.btn), .bg-dark a:hover:not(.btn) {
    color: #6a7414; }

/* ==========================================================================
   GLOBAL
   ========================================================================== */
body {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  line-height: 1.8020324707;
  color: #49545b;
  position: relative; }

a, .btn-link {
  color: #c9da2a; }

a:focus, .btn-link:focus, a:hover, .btn-link:hover {
  color: #c9da2a; }

a {
  transition: all 0.3s; }

/* Todas as imagens estao responsivas */
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: none; }

input::placeholder, textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6b7c85 !important;
  opacity: 1;
  /* Firefox */ }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6b7c85 !important;
  opacity: 1; }
input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #6b7c85 !important;
  opacity: 1; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6b7c85 !important;
  opacity: 1; }
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6b7c85 !important;
  opacity: 1; }
input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #6b7c85 !important;
  opacity: 1; }

/* TIPOGRAFIA
* -------------------------- */
b, strong {
  font-weight: 700; }

small, .small {
  font-size: 85%; }

big, .big {
  font-size: 115%; }

abbr[title], abbr[data-original-title] {
  border-bottom: none;
  text-decoration: none; }

.mark, mark {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background-color: rgba(0, 0, 0, 0.15);
  color: inherit; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem; }

@media (min-width: 576px) {
  h1, .h1 {
    font-size: 2.5380864rem; }

  h2, .h2 {
    font-size: 2.115072rem; }

  h3, .h3 {
    font-size: 1.76256rem; }

  h4, .h4 {
    font-size: 1.4688rem; }

  h5, .h5 {
    font-size: 1.224rem; }

  h6, .h6 {
    font-size: 1.02rem; } }
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.985984rem; }

  h2, .h2 {
    font-size: 2.48832rem; }

  h3, .h3 {
    font-size: 2.0736rem; }

  h4, .h4 {
    font-size: 1.728rem; }

  h5, .h5 {
    font-size: 1.44rem; }

  h6, .h6 {
    font-size: 1.2rem; } }
/* ==========================================================================
   COMPONENTES PROPRIOS
   ========================================================================== */
.gutters-sm {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  .gutters-sm > .col,
  .gutters-sm > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

.icon-quote-left {
  text-align: center;
  font-size: 9rem;
  font-family: "Playfair Display", serif;
  overflow: hidden;
  line-height: 0.75;
  display: inline-block;
  height: 3.8rem;
  width: 3.8rem;
  position: relative; }
  .icon-quote-left:before {
    content: "\201c";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.social .nav-item:not(:first-child) {
  padding-left: 0.25rem; }
.social .nav-item:not(:last-child) {
  padding-right: 0.25rem; }
.social .nav-link {
  color: inherit;
  text-align: center;
  padding: 0.3rem;
  position: relative;
  height: 40px;
  width: 40px; }
  .social .nav-link, .social .nav-link:before {
    border: 1px solid;
      border-radius: 3rem; }
  .social .nav-link:before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    margin: auto; }
  .social .nav-link:focus, .social .nav-link:hover {
    background-color: #aebd21;
    color: #090a02; }
    .social .nav-link:focus, .social .nav-link:focus:before, .social .nav-link:hover, .social .nav-link:hover:before {
      border-color: #aebd21; }

.icon-wrapper {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 5rem;
  width: 5rem;
  display: -ms-inline-flex;
  display: inline-flex; }
  .icon-wrapper:before {
    transition: all 0.3s;
    border: 1px solid;
      border-radius: 4rem;
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .icon-wrapper:focus:before, .icon-wrapper:hover:before {
    transform: scale(1.05); }

.img-aspect {
  overflow: hidden;
  position: relative; }
  .img-aspect > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    .img-aspect > img:not(.img-ver) {
      object-fit: cover;
      height: 100%; }
    .img-aspect > img.img-ver {
      object-fit: contain; }

.img-aspect-1by1 {
  padding-bottom: 100%; }

.btn-scroll-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem; }

.btn.btn-scroll-top {
  padding: 0.63rem 1rem; }

.btn-fxd-wpp {
  z-index: 9;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  border-color: #25d366;
  color: white;
  background-color: #25d366; }
  .btn-fxd-wpp:focus, .btn-fxd-wpp:hover, .btn-fxd-wpp.focus, .btn-fxd-wpp:active, .btn-fxd-wpp.active, .btn-fxd-wpp:active:hover, .btn-fxd-wpp.active:hover, .btn-fxd-wpp:not(:disabled):not(.disabled).active, .btn-fxd-wpp:not(:disabled):not(.disabled):active {
    border-color: #1fb256;
    color: white;
    background-color: #1fb256; }
  .btn-fxd-wpp:focus, .btn-fxd-wpp:not(:disabled):not(.disabled).active:focus, .btn-fxd-wpp:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 222, 123, 0.25); }
  .btn-fxd-wpp.ef-pulse [class*="fa-"] {
    z-index: 1;
    position: relative; }
  .btn-fxd-wpp.ef-pulse:before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 4rem;
    background-color: #aebd21;
    animation: ef-pulse 1500ms ease-out infinite;
    transition: all .3s ease 0s;
    margin: auto;
    height: 100%;
    width: 100%; }

.btn.btn-fxd-wpp {
  border-radius: 4rem;
  padding: 0.75rem 1rem; }

@keyframes ef-pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }
/* ==========================================================================
   MODULOS PROPRIOS
   ========================================================================== */
.content-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .content-wrapper {
      padding-top: 6rem;
      padding-bottom: 6rem; } }

.content-title,
.content-subtitle,
.modal-title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.2; }

.content-title {
  font-family: "Playfair Display", serif; }

.content-header-hr {
  display: inline-block;
  width: 16.6rem;
  border-bottom: 1px solid; }

.content-columns-2 {
  columns: 300px 2;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem; }

/* MENU BUTTON
* -------------------------- */
.btn-menu,
.icon-menu {
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  position: relative; }

.icon-menu {
  display: inline-block;
  vertical-align: middle;
  height: 2.2rem;
  width: 1.8rem; }
  .icon-menu span {
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 100%;
    position: absolute;
    right: 0; }
    .icon-menu span:nth-child(1) {
      top: .5rem; }
    .icon-menu span:nth-child(2), .icon-menu span:nth-child(3) {
      top: calc(50% - (2px / 2)); }
    .icon-menu span:nth-child(4) {
      bottom: .5rem; }

.btn-menu {
  background: transparent;
  border: none;
    border-radius: 4rem;
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .btn-menu:focus {
    outline: 0; }
  .btn-menu:hover .icon-menu span {
    width: 100%; }

.btn-menu.active .icon-menu span:nth-child(1), .btn-menu.active .icon-menu span:nth-child(4),
.btn-menu[aria-expanded="true"] .icon-menu span:nth-child(1),
.btn-menu[aria-expanded="true"] .icon-menu span:nth-child(4),
.menu-modal-open .btn-menu .icon-menu span:nth-child(1),
.menu-modal-open .btn-menu .icon-menu span:nth-child(4) {
  top: calc(50% - 2px);
  width: 0%;
  right: 50%; }
.btn-menu.active .icon-menu span:nth-child(2), .btn-menu.active .icon-menu span:nth-child(3),
.btn-menu[aria-expanded="true"] .icon-menu span:nth-child(2),
.btn-menu[aria-expanded="true"] .icon-menu span:nth-child(3),
.menu-modal-open .btn-menu .icon-menu span:nth-child(2),
.menu-modal-open .btn-menu .icon-menu span:nth-child(3) {
  width: 100%;
  left: 0;
  margin: auto; }
.btn-menu.active .icon-menu span:nth-child(2),
.btn-menu[aria-expanded="true"] .icon-menu span:nth-child(2),
.menu-modal-open .btn-menu .icon-menu span:nth-child(2) {
  transform: rotate(45deg); }
.btn-menu.active .icon-menu span:nth-child(3),
.btn-menu[aria-expanded="true"] .icon-menu span:nth-child(3),
.menu-modal-open .btn-menu .icon-menu span:nth-child(3) {
  transform: rotate(-45deg); }

/* OVERLAY
* -------------------------- */
.overlay {
  display: block;
  min-width: 0;
  word-wrap: break-word;
  background-color: #dee2e5;
  background-clip: border-box;
  position: relative; }

.overlay-img:not(img) {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.overlay-body {
  color: white;
  transition: all .3s;
  display: -ms-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.overlay-gradient:before {
  background-color: rgba(0, 0, 0, 0.65);
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.65) 100%);
  transition: all .3s;
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.overlay-hover .overlay-body {
  opacity: 0;
  transition: all .3s; }

.overlay-hover:focus:before, .overlay-hover:hover:before {
  background: rgba(0, 0, 0, 0.65);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)); }

.overlay-hover:focus .overlay-body, .overlay-hover:hover .overlay-body {
  opacity: 1; }

.overlay img.overlay-img {
  min-width: 100%;
  object-fit: fill; }
.overlay-body {
  color: white;
  padding: 1rem; }
.overlay:not(.overlay-gradient) .overlay-body {
  background-color: rgba(0, 0, 0, 0.5); }
.overlay-bottom {
  top: auto; }
.overlay-top {
  bottom: auto; }
.overlay-hover {
  overflow: hidden; }
  .overlay-hover .overlay-img {
    transition: all .3s; }
  .overlay-hover:focus .overlay-img, .overlay-hover:hover .overlay-img {
    transform: scale(1.05); }

/* WEBDOOR
* -------------------------- */
.webdoor .overlay-body {
  position: relative;
  padding: 4rem 0; }
  .webdoor .overlay-body .btn:not([class*="btn-outline-"]),
  .webdoor .overlay-body .btn:not(.btn-link) {
    text-shadow: none; }
.webdoor.overlay:not(.overlay-gradient) .overlay-body {
  background-color: rgba(0, 0, 0, 0.65); }
.webdoor-full .overlay-body {
  min-height: 100vh; }
@media (min-width: 992px) {
  .webdoor .overlay-body {
    padding: 4rem 0; } }

/* FAQ
* -------------------------- */
ol.faq-accordion {
  list-style: none;
  padding-left: 0; }

.faq-accordion .card {
  background-color: transparent;
  transition: all 0.3s;
  border: 0;
  border-radius: 0;
  margin-bottom: 1rem; }
.faq-accordion .card-header,
.faq-accordion .card-body {
  transition: all 0.3s; }
.faq-accordion .card-header {
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #c9da2a;
  font-size: 0.875rem;
  letter-spacing: .1em;
  padding-left: 2.25rem;
  position: relative; }
  .faq-accordion .card-header:before {
    content: "+";
    text-align: center;
    display: inline-block;
    line-height: .75;
    font-size: 1.2rem;
    font-weight: 400;
    height: 1rem;
    width: 1rem;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.75rem; }
.faq-accordion .card.active .card-header:before {
  content: "-"; }
.faq-accordion a.card-header,
.faq-accordion .card.active a.card-header {
  color: #090a02; }
  .faq-accordion a.card-header:focus, .faq-accordion a.card-header:hover,
  .faq-accordion .card.active a.card-header:focus,
  .faq-accordion .card.active a.card-header:hover {
    color: #090a02;
    text-decoration: none; }
.faq-accordion a.card-header:focus, .faq-accordion a.card-header:hover,
.faq-accordion .card.active a.card-header:focus,
.faq-accordion .card.active a.card-header:hover {
  background-color: #c9da2a;
  text-decoration: none; }
.faq-accordion.accordion > .card .card-header {
  margin-bottom: 0; }
.faq-accordion .card-body {
  opacity: 0;
  padding: 1rem 0 0.5rem; }
.faq-accordion .show .card-body {
  opacity: 1; }

/* ==========================================================================
   ESTRUTURA DO LAYOUT
   ========================================================================== */
/* HEADER
 * -------------------------- */
.header {
  z-index: 10;
  position: relative; }

.main-navbar {
  transition: .3s all;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }
  .main-navbar > .container {
    position: relative; }
  .main-navbar .navbar-brand {
    width: 135px;
    filter: brightness(195%) hue-rotate(227deg) saturate(19); }
    .main-navbar .navbar-brand:focus, .main-navbar .navbar-brand:hover {
      transform: scale(1.05); }
  .main-navbar .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 0.8333333333rem; }
    .main-navbar .nav-link > span {
      position: relative;
      display: inline-block; }
      .main-navbar .nav-link > span:after {
        width: 0;
        content: '';
        display: block;
        opacity: 0;
        transition: .25s all ease-in-out;
        border-bottom: 1px solid;
        position: relative; }
    .main-navbar .nav-link:focus > span:after, .main-navbar .nav-link:hover > span:after, .main-navbar .nav-link:active > span:after, .main-navbar .nav-link.active > span:after {
      opacity: 1;
      width: calc(100% - .2em); }
  .main-navbar .navbar-nav .nav-link {
    color: white; }
  .main-navbar .social .nav-item {
    padding: 0; }
  .main-navbar .social .nav-link {
    font-size: 1rem; }
    .main-navbar .social .nav-link, .main-navbar .social .nav-link:before {
      border-color: transparent; }
  .main-navbar .social .dropdown-toggle:after {
    display: none; }
  .main-navbar .dropdown-menu {
    margin-top: 1.13rem; }
  .main-navbar:not(.menu-fixed) {
    padding-top: 2rem; }
    .main-navbar:not(.menu-fixed) .btn-menu {
      color: white; }
      .main-navbar:not(.menu-fixed) .btn-menu:focus, .main-navbar:not(.menu-fixed) .btn-menu:hover {
        opacity: .85; }
    .main-navbar:not(.menu-fixed) .nav-link:focus, .main-navbar:not(.menu-fixed) .nav-link:hover, .main-navbar:not(.menu-fixed) .nav-link:active, .main-navbar:not(.menu-fixed) .nav-link.active {
      opacity: .85; }
    .main-navbar:not(.menu-fixed) .social .nav-link {
      color: white; }
    .main-navbar:not(.menu-fixed).menu-opened {
      background-color: rgba(0, 0, 0, 0.85); }
  .main-navbar.menu-fixed {
    border-color: #dee2e5;
    background-color: white; }
    .main-navbar.menu-fixed .navbar-brand {
      width: 120px; }
    .main-navbar.menu-fixed .btn-menu:focus, .main-navbar.menu-fixed .btn-menu:hover {
      color: #c9da2a; }
    .main-navbar.menu-fixed .navbar-nav .nav-link {
      color: #090a02; }
      .main-navbar.menu-fixed .navbar-nav .nav-link:focus, .main-navbar.menu-fixed .navbar-nav .nav-link:hover, .main-navbar.menu-fixed .navbar-nav .nav-link:active, .main-navbar.menu-fixed .navbar-nav .nav-link.active {
        color: #c9da2a; }
  @media (min-width: 576px) {
    .main-navbar.navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1.25rem;
      padding-left: 1.25rem; }
    .main-navbar:not(.menu-fixed) {
      padding-top: 2rem; } }

/* FOOTER
* -------------------------- */
.footer .logo {
  max-width: 200px; }
.footer-about {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }
.footer-copyright {
  border-top: 1px solid #c9da2a;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

/* SECTIONS
* -------------------------- */
@media (max-width: 575px) {
  .header-webdoor {
    line-height: 1.5; }
    .header-webdoor h1, .header-webdoor .h1 {
      font-size: 2.0901888rem; }
    .header-webdoor h2, .header-webdoor .h2 {
      font-size: 1.741824rem; }
    .header-webdoor h3, .header-webdoor .h3 {
      font-size: 1.45152rem; }
    .header-webdoor h4, .header-webdoor .h4 {
      font-size: 1.2096rem; }
    .header-webdoor h5, .header-webdoor .h5 {
      font-size: 1.008rem; }
    .header-webdoor h6, .header-webdoor .h6 {
      font-size: 0.84rem; } }

.header-webdoor .slick-arrow:before,
.accommodation-carousel .slick-arrow:before {
  filter: drop-shadow(0 0 0 black); }
.header-webdoor .slick-arrow:not(:hover):not(:focus),
.accommodation-carousel .slick-arrow:not(:hover):not(:focus) {
  filter: brightness(2); }

.accommodation-carousel .item {
  display: block !important; }
.accommodation-carousel .overlay {
  width: 100%; }
.accommodation-carousel .slick-arrow:not(:hover):not(:focus) {
  opacity: .8; }
.accommodation-carousel .slick-dots {
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  bottom: 2rem;
  left: 0; }
.accommodation-carousel:focus .slick-dots, .accommodation-carousel:hover .slick-dots {
  opacity: 1; }

.healthplan-carousel {
  padding-right: 4rem;
  padding-left: 4rem; }
  .healthplan-carousel .item {
    opacity: .65;
    transition: all 0.3s;
    text-align: center;
    padding-right: 1rem;
    padding-left: 1rem; }
    .healthplan-carousel .item:focus, .healthplan-carousel .item:hover {
      opacity: 1; }
  @media (min-width: 768px) {
    .healthplan-carousel {
      padding-right: 6rem;
      padding-left: 6rem; } }

/* ==========================================================================
   MODIFICACOES DO FRAMEWORK
   ========================================================================== */
.m-1 {
  margin: 0.5rem !important; }

.mt-1, .my-1 {
  margin-top: 0.5rem !important; }

.mb-1, .my-1 {
  margin-bottom: 0.5rem !important; }

.ml-1, .mx-1 {
  margin-left: 0.5rem !important; }

.mr-1, .mx-1 {
  margin-right: 0.5rem !important; }

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

.mt-2, .my-2 {
  margin-top: 1rem !important; }

.mb-2, .my-2 {
  margin-bottom: 1rem !important; }

.ml-2, .mx-2 {
  margin-left: 1rem !important; }

.mr-2, .mx-2 {
  margin-right: 1rem !important; }

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

.mt-3, .my-3 {
  margin-top: 1.5rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1.5rem !important; }

.ml-3, .mx-3 {
  margin-left: 1.5rem !important; }

.mr-3, .mx-3 {
  margin-right: 1.5rem !important; }

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

.mt-4, .my-4 {
  margin-top: 2rem !important; }

.mb-4, .my-4 {
  margin-bottom: 2rem !important; }

.ml-4, .mx-4 {
  margin-left: 2rem !important; }

.mr-4, .mx-4 {
  margin-right: 2rem !important; }

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

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

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

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

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

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

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

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

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

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

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

.pt-1, .py-1 {
  padding-top: 0.5rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.5rem !important; }

.pl-1, .px-1 {
  padding-left: 0.5rem !important; }

.pr-1, .px-1 {
  padding-right: 0.5rem !important; }

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

.pt-2, .py-2 {
  padding-top: 1rem !important; }

.pb-2, .py-2 {
  padding-bottom: 1rem !important; }

.pl-2, .px-2 {
  padding-left: 1rem !important; }

.pr-2, .px-2 {
  padding-right: 1rem !important; }

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

.pt-3, .py-3 {
  padding-top: 1.5rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1.5rem !important; }

.pl-3, .px-3 {
  padding-left: 1.5rem !important; }

.pr-3, .px-3 {
  padding-right: 1.5rem !important; }

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

.pt-4, .py-4 {
  padding-top: 2rem !important; }

.pb-4, .py-4 {
  padding-bottom: 2rem !important; }

.pl-4, .px-4 {
  padding-left: 2rem !important; }

.pr-4, .px-4 {
  padding-right: 2rem !important; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-1 {
    margin: 0.5rem !important; }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.5rem !important; }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.5rem !important; }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.5rem !important; }

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

  .mt-sm-2, .my-sm-2 {
    margin-top: 1rem !important; }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 1rem !important; }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 1rem !important; }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 1rem !important; }

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

  .mt-sm-3, .my-sm-3 {
    margin-top: 1.5rem !important; }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1.5rem !important; }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1.5rem !important; }

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

  .mt-sm-4, .my-sm-4 {
    margin-top: 2rem !important; }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 2rem !important; }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 2rem !important; }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 2rem !important; }

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

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

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

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }

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

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

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }

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

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.5rem !important; }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.5rem !important; }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.5rem !important; }

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

  .pt-sm-2, .py-sm-2 {
    padding-top: 1rem !important; }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 1rem !important; }

  .pl-sm-2, .px-sm-2 {
    padding-left: 1rem !important; }

  .pr-sm-2, .px-sm-2 {
    padding-right: 1rem !important; }

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

  .pt-sm-3, .py-sm-3 {
    padding-top: 1.5rem !important; }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1.5rem !important; }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1.5rem !important; }

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

  .pt-sm-4, .py-sm-4 {
    padding-top: 2rem !important; }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 2rem !important; }

  .pl-sm-4, .px-sm-4 {
    padding-left: 2rem !important; }

  .pr-sm-4, .px-sm-4 {
    padding-right: 2rem !important; }

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

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

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

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }

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

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

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

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; } }
@media (min-width: 768px) {
  .m-md-1 {
    margin: 0.5rem !important; }

  .mt-md-1, .my-md-1 {
    margin-top: 0.5rem !important; }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.5rem !important; }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.5rem !important; }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.5rem !important; }

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

  .mt-md-2, .my-md-2 {
    margin-top: 1rem !important; }

  .mb-md-2, .my-md-2 {
    margin-bottom: 1rem !important; }

  .ml-md-2, .mx-md-2 {
    margin-left: 1rem !important; }

  .mr-md-2, .mx-md-2 {
    margin-right: 1rem !important; }

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

  .mt-md-3, .my-md-3 {
    margin-top: 1.5rem !important; }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1.5rem !important; }

  .ml-md-3, .mx-md-3 {
    margin-left: 1.5rem !important; }

  .mr-md-3, .mx-md-3 {
    margin-right: 1.5rem !important; }

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

  .mt-md-4, .my-md-4 {
    margin-top: 2rem !important; }

  .mb-md-4, .my-md-4 {
    margin-bottom: 2rem !important; }

  .ml-md-4, .mx-md-4 {
    margin-left: 2rem !important; }

  .mr-md-4, .mx-md-4 {
    margin-right: 2rem !important; }

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

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

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

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }

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

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

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }

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

  .pt-md-1, .py-md-1 {
    padding-top: 0.5rem !important; }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.5rem !important; }

  .pl-md-1, .px-md-1 {
    padding-left: 0.5rem !important; }

  .pr-md-1, .px-md-1 {
    padding-right: 0.5rem !important; }

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

  .pt-md-2, .py-md-2 {
    padding-top: 1rem !important; }

  .pb-md-2, .py-md-2 {
    padding-bottom: 1rem !important; }

  .pl-md-2, .px-md-2 {
    padding-left: 1rem !important; }

  .pr-md-2, .px-md-2 {
    padding-right: 1rem !important; }

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

  .pt-md-3, .py-md-3 {
    padding-top: 1.5rem !important; }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1.5rem !important; }

  .pl-md-3, .px-md-3 {
    padding-left: 1.5rem !important; }

  .pr-md-3, .px-md-3 {
    padding-right: 1.5rem !important; }

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

  .pt-md-4, .py-md-4 {
    padding-top: 2rem !important; }

  .pb-md-4, .py-md-4 {
    padding-bottom: 2rem !important; }

  .pl-md-4, .px-md-4 {
    padding-left: 2rem !important; }

  .pr-md-4, .px-md-4 {
    padding-right: 2rem !important; }

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

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

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

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }

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

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

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

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; } }
@media (min-width: 992px) {
  .m-lg-1 {
    margin: 0.5rem !important; }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.5rem !important; }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.5rem !important; }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.5rem !important; }

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

  .mt-lg-2, .my-lg-2 {
    margin-top: 1rem !important; }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 1rem !important; }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 1rem !important; }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 1rem !important; }

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

  .mt-lg-3, .my-lg-3 {
    margin-top: 1.5rem !important; }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1.5rem !important; }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1.5rem !important; }

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

  .mt-lg-4, .my-lg-4 {
    margin-top: 2rem !important; }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 2rem !important; }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 2rem !important; }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 2rem !important; }

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

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

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

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }

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

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

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }

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

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.5rem !important; }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.5rem !important; }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.5rem !important; }

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

  .pt-lg-2, .py-lg-2 {
    padding-top: 1rem !important; }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 1rem !important; }

  .pl-lg-2, .px-lg-2 {
    padding-left: 1rem !important; }

  .pr-lg-2, .px-lg-2 {
    padding-right: 1rem !important; }

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

  .pt-lg-3, .py-lg-3 {
    padding-top: 1.5rem !important; }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1.5rem !important; }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1.5rem !important; }

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

  .pt-lg-4, .py-lg-4 {
    padding-top: 2rem !important; }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 2rem !important; }

  .pl-lg-4, .px-lg-4 {
    padding-left: 2rem !important; }

  .pr-lg-4, .px-lg-4 {
    padding-right: 2rem !important; }

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

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

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

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }

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

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

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

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; } }
@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 0.5rem !important; }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.5rem !important; }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.5rem !important; }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.5rem !important; }

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

  .mt-xl-2, .my-xl-2 {
    margin-top: 1rem !important; }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 1rem !important; }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 1rem !important; }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 1rem !important; }

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

  .mt-xl-3, .my-xl-3 {
    margin-top: 1.5rem !important; }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1.5rem !important; }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1.5rem !important; }

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

  .mt-xl-4, .my-xl-4 {
    margin-top: 2rem !important; }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 2rem !important; }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 2rem !important; }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 2rem !important; }

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

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

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

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }

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

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

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }

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

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.5rem !important; }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.5rem !important; }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.5rem !important; }

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

  .pt-xl-2, .py-xl-2 {
    padding-top: 1rem !important; }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 1rem !important; }

  .pl-xl-2, .px-xl-2 {
    padding-left: 1rem !important; }

  .pr-xl-2, .px-xl-2 {
    padding-right: 1rem !important; }

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

  .pt-xl-3, .py-xl-3 {
    padding-top: 1.5rem !important; }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1.5rem !important; }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1.5rem !important; }

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

  .pt-xl-4, .py-xl-4 {
    padding-top: 2rem !important; }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 2rem !important; }

  .pl-xl-4, .px-xl-4 {
    padding-left: 2rem !important; }

  .pr-xl-4, .px-xl-4 {
    padding-right: 2rem !important; }

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

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

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

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }

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

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

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

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; } }
.col, .col-sm, .col-md, .col-lg, .col-xl {
  min-width: 1px; }

/* TYPOGRAPHY
 * -------------------------- */
@media (max-width: 575px) {
  .display-1 {
    font-size: 3.5831808rem; }

  .display-2 {
    font-size: 2.985984rem; }

  .display-3 {
    font-size: 2.48832rem; }

  .display-4 {
    font-size: 2.0736rem; } }
[class*="display-"] {
  font-weight: 300; }

/* BUTTON
* -------------------------- */
.btn {
  cursor: pointer;
  font-size: 0.8333333333rem;
  line-height: 1.8020324707;
  border-radius: 0;
  transition: all .3s;
  padding: 0.85rem 1.875rem; }
  .btn:not(.btn-link) {
    letter-spacing: .1625rem;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 3px white; }
    .btn:not(.btn-link):focus, .btn:not(.btn-link):hover {
      box-shadow: none; }
  .btn-sm {
    padding: 0.5525rem 1.59375rem; }
  .btn-lg {
    padding-top: 1.3515rem;
    padding-bottom: 1.3515rem; }
  .btn-link {
    font-size: 1rem; }

.btn-primary {
  border-color: #c9da2a;
  color: #090a02;
  background-color: #c9da2a; }
  .btn-primary:focus, .btn-primary:hover, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    border-color: #aebd21;
    color: #090a02;
    background-color: #aebd21; }
  .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 224, 75, 0.25); }

.btn-outline-primary {
  border-color: #c9da2a;
  color: #c9da2a; }
  .btn-outline-primary:focus, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary:active:hover, .btn-outline-primary.active:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    border-color: #aebd21;
    color: #090a02;
    background-color: #aebd21; }
  .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 224, 75, 0.25); }

/* DROPDOWN
* -------------------------- */
.dropdown-menu {
  border-radius: 0;
  border-color: #dee2e5;
  line-height: 1.2; }

.dropdown-header {
  color: #c9da2a;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 0.8333333333rem;
  padding-right: 1rem;
  padding-left: 1rem; }

.dropdown-item {
  color: #090a02;
  padding: 0.375rem 1rem; }
  .dropdown-item:active, .dropdown-item.active {
    color: #090a02;
    background-color: #e4ec94; }

/* FORM
* -------------------------- */
.form-group {
  margin-bottom: 1.25rem; }

.form-control,
.custom-file-label {
  border-radius: 0; }

.form-control {
  font-size: 1rem;
  line-height: 1.8020324707;
  color: #49545b;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1.25rem; }
  .form-control:focus {
    border-color: #c9da2a;
    box-shadow: 0 0 0 0.2rem rgba(201, 218, 42, 0.25); }
  .form-control-sm {
    height: calc(1.5em + 1.0625rem + 2px);
    padding: 0.53125rem 1.0625rem; }
  .form-control-lg {
    height: calc(1.5em + 1.4375rem + 2px);
    padding: 0.71875rem 1.4375rem; }

.form-item, .form-actions {
  margin-top: 0;
  margin-bottom: 0; }

.form-text:not(.form-control) {
  line-height: 1.5; }

/* UTILITIES
* -------------------------- */
.text-primary {
  color: #c9da2a !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #dae56b; }

.text-secondary {
  color: #6b7c85 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #94a1a9; }

.text-light {
  color: #f8f9f9 !important; }

a.text-light:focus, a.text-light:hover {
  color: white; }

.text-dark {
  color: #070809 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #292f33; }

.bg-primary:not(.toast) {
  background-color: #c9da2a !important; }
.bg-primary.toast {
  background-color: rgba(201, 218, 42, 0.85) !important; }

.bg-secondary:not(.toast) {
  background-color: #6b7c85 !important; }
.bg-secondary.toast {
  background-color: rgba(107, 124, 133, 0.85) !important; }

.bg-light:not(.toast) {
  background-color: #f8f9f9 !important; }
.bg-light .form-control {
  background-color: #f8f9f9; }
.bg-light.toast {
  background-color: rgba(248, 249, 249, 0.85) !important; }

.bg-dark:not(.toast) {
  background-color: #070809 !important; }
.bg-dark.toast {
  background-color: rgba(7, 8, 9, 0.85) !important; }

/* ==========================================================================
   MODIFICACOES DE PLUGINS
   ========================================================================== */
/* SLICK
* -------------------------- */
.slick-slide img {
  display: inline-block; }

.slick-dots {
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 1rem 15% 0;
  padding-left: 0; }
  .slick-dots li {
    text-indent: -999px;
    background-color: white;
    border: 1px solid #c9da2a;
    border-radius: 100%;
    cursor: pointer;
    transition: all .3s;
    box-shadow: inset 0 0 0 3px white;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 1.15rem;
    width: 1.15rem;
    margin-right: 0.35rem;
    margin-left: 0.35rem;
    position: relative; }
  .slick-dots button {
    display: none; }

.slick-arrow {
  font-size: 2.985984rem;
  color: white;
  -ms-flex-align: center;
  align-items: center;
  opacity: .5;
  filter: grayscale(1);
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flex;
  display: flex;
  padding-right: 1rem;
  padding-left: 1rem; }
  .slick-arrow:before {
    content: '';
    display: inline-block;
    background: url("../images/icon-arrow-left.png") center center no-repeat;
    background-size: cover;
    height: 56px;
    width: 42px; }
  .slick-arrow:focus, .slick-arrow:hover {
    color: white;
    opacity: 1;
    filter: grayscale(0); }
  .slick-arrow.slick-left {
    left: 0; }
  .slick-arrow.slick-right {
    right: 0;
    text-align: right; }
    .slick-arrow.slick-right:before {
      transform: scaleX(-1);
      filter: FlipH;
      -ms-filter: "FlipH"; }
  @media (min-width: 768px) {
    .slick-arrow:before {
      height: 80px;
      width: 60px; } }

.slick-dots li.slick-active {
  cursor: default;
  opacity: 1;
  background-color: #c9da2a;
  border-color: #c9da2a; }

.slick-track {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flex;
  display: flex; }
  .slick-track .slick-slide {
    height: auto; }

.slick-arrow {
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s; }

/* EKKO LIGHTBOX
* -------------------------- */
.ekko-lightbox .modal-content {
  background-color: transparent;
  color: white;
  text-shadow: 0 0 1px #070809;
  padding-right: 1rem;
  padding-left: 1rem; }
.ekko-lightbox .modal-content,
.ekko-lightbox .modal-header,
.ekko-lightbox .modal-footer {
  border: 0; }
.ekko-lightbox .modal-header,
.ekko-lightbox .modal-footer {
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0;
  padding-left: 0; }
.ekko-lightbox .modal-body {
  background-color: white;
  padding: 0; }
.ekko-lightbox-nav-overlay > a {
  color: white;
  text-shadow: 1px 1px 0 #070809; }

/* ==========================================================================
   UTILITIES PROPRIOS
   ========================================================================== */
.bg-things,
.bg-leaves02 {
  background-repeat: no-repeat;
  background-size: contain; }
  @media (min-width: 992px) {
    .bg-things,
    .bg-leaves02 {
      background-size: auto; } }

.bg-leaves02,
.bg-pattern,
.footer {
  background-color: #f1f6c9;
  background-position: center center; }

.bg-leaves {
  background-image: url("../images/bg01.jpg");
  background-position: 90% top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .bg-leaves {
      background-position: center top; } }

.bg-pattern-dk {
  color: white;
  background-color: #3a3f0b;
  background-image: url("../images/bg-pattern01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }

.bg-pattern, .footer {
  background-image: url("../images/bg05.png");
  background-color: #f8fae3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='24' viewBox='0 0 88 24'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='autumn' fill='%2399a6ad' fill-opacity='0.03'%3E%3Cpath d='M10 0l30 15 2 1V2.18A10 10 0 0 0 41.76 0H39.7a8 8 0 0 1 .3 2.18v10.58L14.47 0H10zm31.76 24a10 10 0 0 0-5.29-6.76L4 1 2 0v13.82a10 10 0 0 0 5.53 8.94L10 24h4.47l-6.05-3.02A8 8 0 0 1 4 13.82V3.24l31.58 15.78A8 8 0 0 1 39.7 24h2.06zM78 24l2.47-1.24A10 10 0 0 0 86 13.82V0l-2 1-32.47 16.24A10 10 0 0 0 46.24 24h2.06a8 8 0 0 1 4.12-4.98L84 3.24v10.58a8 8 0 0 1-4.42 7.16L73.53 24H78zm0-24L48 15l-2 1V2.18A10 10 0 0 1 46.24 0h2.06a8 8 0 0 0-.3 2.18v10.58L73.53 0H78z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-position: center center; }

  .convenio-principal img {
    max-width: 100%;
    height: auto;
}

.convenio-menor img {
    max-width: 70%;
    height: auto;
    object-fit: contain;
}


/*# sourceMappingURL=main.css.map */
