/* 
* Fonts
*/

@font-face {
  font-family: 'Amino Regular 4';
  src: url('fonts/amino/Amino-Regular4.woff2') format('woff2'),
  url('fonts/amino/Amino-Regular4.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Amino Regular 5';
  src: url('fonts/amino/Amino-Regular5.woff2') format('woff2'),
  url('fonts/amino/Amino-Regular5.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Amino Regular 11';
  src: url('fonts/amino/Amino-Regular11.woff2') format('woff2'),
  url('fonts/amino/Amino-Regular11.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Amino Regular 12';
  src: url('fonts/amino/Amino-Regular12.woff2') format('woff2'),
  url('fonts/amino/Amino-Regular12.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Amino Regular 13';
  src: url('fonts/amino/Amino-Regular13.woff2') format('woff2'),
  url('fonts/amino/Amino-Regular13.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*
* Custom scrollbar
*/

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background: #00538d; 
}

::-webkit-scrollbar-thumb:hover {
  background: #00538da1; 
}

/*
* Custom loader
*/

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  background-color: #00538d !important;
  box-shadow: 0 0 10pt 0pt #00538d !important;
}




/* 
* Side Panel
*/

@media (min-width: 768px) {
  html.side-panel .side-panel-wrapper {
    width: 595px;
    padding: 3.5rem;
  }
  html.side-panel .side-panel-wrapper h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  html.side-panel .side-panel-wrapper {
    width: 95%;
    padding: 2.5rem;
  }
  html.side-panel .side-panel-wrapper h2 {
    font-size: 32px;
  }
}

html.side-panel .side-panel-wrapper h2 {
  /* font-family: 'Galano Grotesque Bold'; */
  color: #00437e;
  letter-spacing: 1px;
}

html.side-panel .side-panel-wrapper p {
  font-family: 'Galano Grotesque Light';
  font-weight: bold;
  color: #444;
}

/* 
* Header
*/

#header .btn-gradient:not(.btn-outline) {
  font-family: 'Amino Regular 13';
  color: #fff;
  background: #e7302a !important;
  border: 1px solid #e7302a;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}

#header .btn-gradient:not(.btn-outline).active,
#header .btn-gradient:not(.btn-outline):active,
#header .btn-gradient:not(.btn-outline):hover, 
#header .btn-gradient:not(.btn-outline).hover {
  color: #e7302a !important;
  background: transparent !important;
}

@media (min-width: 992px) {
  #header .header-nav-main.header-nav-main-text-capitalize nav > ul > li > a {
    text-transform: unset;
  }

  #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a,
  #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
    font-family: 'Amino Regular 4';
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px !important;
    color: #fff;
    letter-spacing: 0px;
  }
}

#header .header-nav-main nav > ul > li > a:hover {
  border-radius: 20px !important;
  background-color: #EE821F !important;
}

#header .header-nav-main nav > ul > li > a {
  color: #fff !important;
}

.social-icons.social-icons-big li a {
  height: 40px !important;
  width: 40px !important;
  line-height: 40px !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

.social-icons.social-icons-big li a i {
  color: #0062A4 !important;
}

.social-icons.social-icons-big li a:hover {
  background-color: transparent !important;
}

.social-icons.social-icons-big li a:hover i {
  color: #fff !important;
}

.header-logo{
  margin-top: 70px !important;
}

.logo {
  filter: drop-shadow(0px 15px 8px #00000085);
}

.header-height-custom{
  height: 100px !important;
}

#header .header-nav-main.header-nav-main-dropdown-arrow nav > ul > li.dropdown > .dropdown-item:before {
  bottom: 0px !important;
}

#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
  background-color: #fff !important;
}

#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li:hover > a,
#header .header-nav-main nav > ul:not(:hover) > li > a.active {
  background-color: #EE821F !important;
  border-radius: 30px !important;
}

/* 
*footer
*/

html .scroll-to-top {
  color: #e8611b;
}

#footer img.img-fluid {
  max-width: 205px;
}

#footer {
  margin-top: 0;
  background: #F0F0F0;
  border-top: 4px solid #F0F0F0;
  padding: 30px;
  padding-top: 90px !important;
}

#footer .address {
  position: relative;
}

@media (min-width: 768px) {
  #footer .address::after {
    content: '';
    position: absolute;
    top: -16px;
    right: 45px;
    height: 138px;
    border: 1px solid #D6D6D6;
  }
}

#footer .address p {
  color: #000 !important;
  font-size: 17px;
}

#footer .nav-rodape p a {
  color: #000 !important;
  font-size: 17px;
}

#footer .nav-rodape p a:hover {
  color: #5a5a5a !important;
}

#footer .social-icons li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #fff !important;
  font-size: 18px;
  background-color: #00538D;
  border: 1px solid #fff;
}

#footer .social-icons li a:hover {
  color: #00538D !important;
  background: transparent !important;
  border-color: #00538D;
}

#header .header-social-icons {
  margin-left: 0;
  margin-left: 0;
}

.formulario label.error {
  display: none !important;
}

#footer a:not(.btn) {
  color:  #000 !important;
}

#footer a:not(.btn):hover {
  color: #424242 !important;
}

.social-icons:not(.social-icons-clean):not(.social-icons-dark):not(.social-icons-dark-2) li {
  box-shadow: none !important;
}

.icon-footer{
  top: -50px !important;
}

/*
* Magnific Popup
*/

.dialog-termo .mfp-close {
  right: 40px;
  top: 38px;
}

.dialog.dialog-lg {
  max-width: 900px;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 40px;
}

/* 
* Main Carousel - all pages
*/

.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  width: 100%;
}

.owl-carousel.dots-morphing .owl-dots .owl-dot.active span,
.owl-carousel.dots-morphing .owl-dots .owl-dot:hover span {
  width: 80px;
}

.owl-carousel.dots-morphing .owl-dots .owl-dot span {
  width: 40px;
  height: 8px;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, .3);
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #E18B34;
}

.owl-carousel .owl-nav button[class*="owl-"] {
  background-color: #06293f !important;
  border-color: #06293f !important;
}


/*
* Home - About 
*/

#about-home {
  background: #f0f0f0;
}

#about-home .btn-modern {
  width: 220px;
  color: #fff;
  font-family: 'Amino Regular 4';
  background: #06293f !important;
  border: 1px solid #06293f;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
}

#about-home .btn-modern:active,
#about-home .btn-modern:hover {
  color: #06293f !important;
  background: transparent !important;
}

#about-home .btn-video-width {
  width: 220px;
}

#about-home .btn-video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #06293f;
  font-family: 'Amino Regular 13';
  border: 1px solid #06293f;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
}

#about-home .btn-video .paddingTop {
  padding-top: 4px;
}

#about-home .btn-video:active,
#about-home .btn-video:hover {
  color: #fff !important;
  background: #06293f !important;
  border: 1px solid #06293f;
}

#about-home .bg-img {
  position: relative;
}

/* @media (min-width: 1200px) {
  #about-home .bg-img::before {
    content: '';
    position: absolute;
    top: -100%;
    height: 100%;
    width: 65%;
    background: #fff;
  }
  
  #about-home .bg-img::after {
    content: '';
    position: absolute;
    bottom: -100%;
    height: 100%;
    width: 65%;
    background: #e7302a;
  }
  } */


  #about-home .about-home-title {
    position: relative;
    font-family: 'Amino Regular 13';
  }

  #about-home .about-home-title span {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    background: #f0f0f0;
    z-index: 2;
  }

  #about-home .about-home-text {
    font-family: 'Amino Regular 11';
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
  }

  #about-home .bg-home-marcas {
    position: relative;
    background: #e7302a;
  }

  #about-home .marcas-home-title {
    font-family: 'Amino Regular 4';
  }

  #about-home .marcas-home-title span {
    display: inline-block;
    width: 300px;
    padding: 4px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    background: #06293f;
    letter-spacing: 12px;
  }

  @media (min-width: 992px) {
    #about-home .marcas-home-title span {
      margin-right: -50px;
    }
  }

  #about-home .marcas-home-title span:first-child {
    margin-bottom: 10px;
  }

  #about-home .owl-carousel .owl-nav button.owl-prev:before,
  #about-home .owl-carousel .owl-nav button.owl-next:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    top: 0px;
  }

  #about-home .owl-carousel .owl-item img {
    max-width: fit-content !important;
  }

  #about-home .owl-carousel.owl-drag .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
  }

  #about-home .owl-carousel .owl-nav button.owl-prev,
  #about-home .owl-carousel .owl-nav button.owl-next {
    width: 46px;
    height: 46px;
    color: #fff !important;
    background: #06293f !important;
    transition: all 0.2s ease-in-out;
  }

  #about-home .owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:hover,
  #about-home .owl-carousel.rounded-nav .owl-nav button[class*="owl-"].hover {
    color: #fff !important;
  }

  #about-home .owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:hover,
  #about-home .owl-carousel.rounded-nav .owl-nav button[class*="owl-"].hover,
  #about-home .owl-carousel.rounded-nav .owl-nav button[class*="owl-"] {
    border: 2px solid #06293f !important;
  }



/* 
* Home - Notícias 
*/

.news-section {
  position: relative;
  background-color: #f0f0f0;
}

.news-section h1 {
  font-family: 'Amino Regular 13';
  font-size: 45px;
  color: #06283f;
  letter-spacing: 6px;
  text-transform: capitalize;
}

.news-section p {
  font-family: 'Amino Regular 11';
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #3e3e3e;
}

.news-section .img-thumbnail {
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0;
}

.news-section .img-thumbnail:hover {
  text-decoration: none;
}

.news-section .img-thumbnail .image-container {
  display: flex;
  height: 230px;
}

.news-section .img-thumbnail .image-container img {
  object-fit: cover;
}

.news-section .news-home-title {
  height: 100px;
  line-height: 20px;
  font-family: 'Amino Regular 13';
  font-size: 18px;
  color: #06273f;
  letter-spacing: 2px;
  overflow: hidden;


  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.news-section .news-home-text {
  display: flex;
  height: 55px;
  font-family: 'Amino Regular 11' !important;
  font-size: 16px;
  color: #3e3e3e;
  overflow: hidden;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.news-section .img-thumbnail .zoom {
  bottom: -34px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  background: #e7302a;
  transition: all 0.2s ease-in-out;
}

.news-section .img-thumbnail:hover .zoom {
  transform: rotate(180deg);
}

.news-section .img-thumbnail .zoom i {
  top: -3px;
  font-size: 22px;
}

.news-section .btn-success {
  font-family: 'Amino Regular 13';
  font-size: 16px;
  color: #fff;
  background-color: #06293f;
  border: 1px solid #06293f;
  transition: all 0.2s ease-in-out;
}

.news-section .btn-success:hover,
.news-section .btn-success.hover {
  color: #06293f;
  border: 1px solid #06293f;
  background-color: transparent;
}





/* 
*  Página Sobre Interna
*/

#about-inner .about-inner-text {
  font-family: 'Amino Regular 11';
  font-size: 16px;
  font-weight: bold;
  color: #3e3e3e;
}

#about-inner .about-inner-title {
  font-family: 'Amino Regular 5';
  font-size: 16px;
  font-weight: bold;
  color: #3e3e3e;
}

#about-inner .btn-video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Amino Regular 13';
  background: #06293f !important;
  border: 1px solid #06293f;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
}

#about-inner .btn-video .paddingTop {
  padding-top: 4px;
}

#about-inner .btn-video:active,
#about-inner .btn-video:hover {
  color: #06293f !important;
  background: transparent !important;
  border: 1px solid #06293f;
}



#about-inner-gallery .owl-carousel .owl-nav button.owl-prev:before,
#about-inner-gallery .owl-carousel .owl-nav button.owl-next:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
}

#about-inner-gallery .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
  color: #fff;
  background-color: #06293f;
  border-color: #06293f;
}

#about-inner-gallery .img-thumbnail.img-thumbnail-hover-icon:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f002';
  font-size: 22px;
}

#about-inner-gallery .img-thumbnail.img-thumbnail-hover-icon img,
#about-inner-gallery .img-thumbnail.img-thumbnail-hover-icon:before {
  border-radius: 0px;
}



/* 
* Página Marcas
*/

#brand-section .img-thumbnail {
  width: 222px;
  height: 222px;
  border-radius: 100%;
}

#brand-section .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 222px;
  height: 222px;
  border-radius: 100%;
}

#brand-section h2 {
  font-family: 'Amino Regular 13';
  font-size: 50px;
  letter-spacing: 3px;
}

@media (max-width: 425px) {
  #brand-section h2 {
    font-size: 36px;
  }
}

#brand-section .brand-text {
  font-family: 'Amino Regular 11';
  font-weight: bold;
}


/* 
* Página Regiões de Atuação
*/

table {
  font-family: 'Amino Regular 11';
  font-size: 16px;
  font-weight: bold;
  font-size: #3e3e3e;
}





/*
* Blog 
*/
.bg-blog {
  background: #f0f0f0;
}

.news-section.bg-blog .blog-title {
  color: #024e94;
}

.news-section.bg-blog .blog-text {
  color: #444;
}

.news-section .blog-date {
  color: #444;
}

html .news-section .border-color-tertiary {
  font-weight: bold;
  border-color: #034f95 !important;
}

.img-blog{
  height: 400px !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
}

.btn-blog-voltar{
  background-color: #06293f !important;
  border-color: #06293f !important;
}

/*
* Formulario de contato
*/

#mod-contato{
  background-color: #025997 !important;
}

#mod-contato.pagina-interna.formulario .form-control {
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  height: 46px;
}

#mod-contato.pagina-interna.formulario .form-control:focus {
  box-shadow: none;
  border-color: #fff;
  border-top: none !important;
}

.label-placeholder-group {
  margin: 20px 0;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 5px;
}

.input-placeholder-group {
  width: 100%;
  background-color: #025997;
  border: none;
  border-bottom: 3px solid #fff;
  border-radius: 0px;
  transition: .5s;
  height: 42px;
  padding: 0;
  color: #fff;
}

.input-placeholder-group:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
}

.span-placeholder-group {
  padding: 0;
  pointer-events: none;
  position: absolute;
  left: 15px;
  top: 8px;
  transition: 0.2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.input-placeholder-group:focus + .span-placeholder-group, 
.input-placeholder-group:not(:placeholder-shown) + .span-placeholder-group {
  opacity: 1;
  transform: scale(0.75) translateY(-100%) translateX(-30px);
  left: 22px;
  padding: 0;
}

.input-placeholder-group:focus + .span-placeholder-group, 
.input-placeholder-group:not(:-ms-input-placeholder) + .span-placeholder-group {
  opacity: 1;
  transform: scale(0.75) translateY(-100%) translateX(-30px);
  left: 22px;
  padding: 0;
}

textarea#descricao{
  border: 3px solid #fff !important;
  padding: 15px !important;
  height: 150px !important;
}

textarea#descricao:focus{
  border: 1px solid #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none !important;
  border-bottom: 1px solid #fff !important;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

textarea.input-placeholder-group {
  resize: none;
}

textarea + .span-placeholder-group {
  background-color: #025997 !important;
}

textarea.input-placeholder-group:focus + .span-placeholder-group, 
textarea.input-placeholder-group:not(:placeholder-shown) + .span-placeholder-group {
  top: 7px !important;
  left: 20px !important;
  padding: 0 6px !important;
}

textarea::-webkit-scrollbar {
  width: 8px;
  background-color: transparent; 
}

textarea::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fff; 
}

.btn-submit{
  background-color: #EE821F !important;
  color: #fff !important;
  border: 3px solid #EE821F !important;
  transition: all .5s;
}

.btn-submit:hover{
  background-color: transparent !important;
  color: #EE821F !important;
}

.hr-green-title {
  height: 2px;
  background: #fff;
  width: 45px;
  margin: 20px 0px 0px 0px;
  transition: width 0.5s;
}

#mod-ambientes img{
  object-fit: cover !important;
  object-position: 50% 50% !important;
}

/*
* Paginação
*/

.pagination .page-item.active .page-link {
  background-color: #06293f !important;
  border-color: #06293f !important;
}

/* 
* Menu mobile
*/

#dropdown-mobile {
  background-color: white !important;
  padding: 20px !important;
}

#dropdown-mobile a {
  color: #02619e !important;
}

.menu-overlay-with-animation-2 ::after, 
.menu-overlay-with-animation-2 ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-overlay-with-animation-2 ::after, 
.menu-overlay-with-animation-2 ::before {
  content: '';
}

.cd-logo, 
.cd-nav-trigger {
  position: relative;
  display: inline-block;
}

.cd-logo {
  top: 28px;
  left: 5%;

}
.cd-logo img {
  display: block;
}

.sticky-header-active .cd-nav-trigger {
  height: 71px;
  width: 71px;
}

.cd-nav-trigger {
  top: 0;
  right: 0;
  height: 14px;
  width: 70px;
  z-index: 5;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.3s;
  cursor: pointer;
}

.cd-nav-trigger .cd-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #ed821e;
  z-index: 10;
  width: 35px;
}

.cd-nav-trigger .cd-icon::before, 
.cd-nav-trigger .cd-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ed821e;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}

.cd-nav-trigger .cd-icon::before {
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
  width: 35px;
  left: 0;
  top: -3px;
}

.cd-nav-trigger .cd-icon::after {
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
  width: 35px;
  left: 0;
  top: 3px;
}

.cd-nav-trigger::before, 
.cd-nav-trigger::after {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0%;
  height: 100%;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}

.cd-nav-trigger::before {
  background-color: #0000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.cd-nav-trigger::after {
  background-color: #d0ff0100;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.cd-nav-trigger.close-nav::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
  background-color: #fff0 !important
}

.cd-nav-trigger.close-nav .cd-icon::before, 
.cd-nav-trigger.close-nav .cd-icon::after {
  background-color: #fff;
}

.cd-nav-trigger.close-nav .cd-icon::before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  top: -3px;
  width: 35px;
  left: 0;
}

.cd-primary-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  background-color: #06293f;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  list-style: none;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -moz-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav li {
  margin: .8em 0;
  text-align: center;
  text-transform: capitalize;
  list-style-type: none !important;
  list-style: none !important;
}

.cd-primary-nav a {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 28px;
  color: #fff !important;
}

.cd-primary-nav a:hover{
  color: #06293f !important;
  text-decoration: none;
}

.no-touch .cd-primary-nav a:hover {
  color: #ffffff;
}

.cd-primary-nav.fade-in {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav li {
    margin: 2em 0;
  }

  .cd-primary-nav a {
    font-size: 28px;
    font-size: 1.75rem;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    margin: 2.6em 0;
  }

  .cd-primary-nav a {
    font-size: 32px;
    font-size: 2rem;
  }
}

.cd-overlay-nav, 
.cd-overlay-content {
  position: fixed;
  top: 28px;
  right: 5%;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  -moz-transform: translateX(-20px) translateY(20px);
  -ms-transform: translateX(-20px) translateY(20px);
  -o-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px);
}

.cd-overlay-nav span, 
.cd-overlay-content span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.cd-overlay-nav.is-hidden, 
.cd-overlay-content.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
  z-index: 2;
}

.cd-overlay-nav span {
  background-color: #ed821e;
}

.cd-overlay-content {
  z-index: 4;
}

.cd-overlay-content span {
  background-color: #ed821e;
}

.cd-content {
  padding: 80px 0;
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  z-index: 1;
}

.cd-content .cd-intro {
  height: 200px;
  padding-top: 4.6em;
}

.cd-content h1 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

.cd-content p {
  line-height: 1.5;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .cd-content .cd-intro {
    height: 250px;
    padding-top: 6em;
  }

  .cd-content h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  
  .cd-content p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

.img-ajustar{
  max-height: 500px !important;
  object-position: 50% 50% !important;
  object-fit: cover !important;
}

/*
* Background custom
*/

.bg-custom-gradient-blue {
 background: rgb(1,143,203) !important;
 background: -moz-linear-gradient(180deg, rgba(1,143,203,1) 25%, rgba(2,80,142,1) 100%) !important;
 background: -webkit-linear-gradient(180deg, rgba(1,143,203,1) 25%, rgba(2,80,142,1) 100%) !important;
 background: linear-gradient(180deg, rgba(1,143,203,1) 25%, rgba(2,80,142,1) 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#018fcb",endColorstr="#02508e",GradientType=1) !important;
}

.bg-custom-blue {
  background-color: #0495D5 !important;
}

.bg-custom-darkblue {
  background-color: #013050 !important;
}

.bg-custom-orange {
  background-color: #EE821F !important;
}

/*
* Text custom
*/

.text-custom-blue{
  color: #005087 !important;
}

.text-custom-orange {
  color: #ECA51C !important;
}

/*
* Btn custom
*/

.btn-custom-orange{
  background-color: #ED821E !important;
  color: #fff !important;
  border: 1px solid #ED821E !important;
  transition: all .3s;
}

.btn-custom-orange:hover{
  background-color: transparent !important;
  color: #ED821E !important;
}

/*
* Mod. ofertas
*/

#ofertas{
  margin-top: 150px !important;
}

#ofertas .container{
  padding-bottom: 300px;
}

.image-mod-ofertas{
  padding-top: 200px !important;
}

.border-card-radius{
  border-radius: 30px !important;
}

.container-cards-1 {
  position: absolute;
  top: -100px !important;
}

.container-cards-2 {
  position: absolute;
  bottom: -100px !important;
  z-index: 1000;
}

.card-inicio {
  max-height: 205px !important;
}

@media (max-width: 991px) {
  .container-cards-1 {
    top: -70px !important;
  }

  .container-cards-2 {
    bottom: -70px !important;
  }
}

@media (max-width: 768px) {
  .container-cards-1 {
    top: -169px !important;
  }

  .container-cards-2 {
    bottom: -169px !important;
  }
}

@media (max-width: 767px) {
  .container-cards-1 {
    position: initial !important;
  }

  .container-cards-2 {
    position: initial !important;
    margin-top: 120px !important;
  }

  #ofertas{
    margin-top: 0 !important;
  }

  #ofertas .container{
    padding-bottom: 47px !important;
  }

  .image-mod-ofertas{
    padding-top: 50px !important;
  }
}

.nav-tabs li .nav-link, .nav-tabs li .nav-link:hover {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.tabs.tabs-bottom .nav-tabs li .nav-link, .tabs.tabs-bottom .nav-tabs li .nav-link:hover {
  border: none !important;
}

.nav-tabs li.active .nav-link, .nav-tabs li.active .nav-link:hover, .nav-tabs li.active .nav-link:focus {
  background-color: #00538D !important;
}

.owl-ofertas .owl-nav {
  top: 100% !important;
  margin-left: calc(50% - 75px) !important;
  width: 150px !important;
  margin-top: 50px;
}

.owl-ofertas .owl-nav button[class*="owl-"] {
  background-color: #EE821F !important;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.owl-ofertas .owl-nav button[class*="owl-"] span {
  font-size: 50px !important;
}

.owl-ofertas .owl-nav button.owl-prev:before,
.owl-ofertas .owl-nav button.owl-next:before {
  display: none;
}

.simula-footer{
  height: 150px !important;
  width: 100% !important;
  background-color: #F0F0F0 !important;
}

.owl-dia-ofertas .owl-nav button[class*="owl-"] {
  background-color: #EE821F !important;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.owl-dia-ofertas .owl-nav button[class*="owl-"] span {
  font-size: 30px !important;
  line-height: 0.9;
}

.owl-dia-ofertas .owl-nav button.owl-prev:before,
.owl-dia-ofertas .owl-nav button.owl-next:before {
  display: none;
}

/*
* Mod. Ofertas
*/

#mod-ofertas .container .tabs .nav .owl-dia-ofertas li.active .nav-link p{
  color: #fff !important;
}

/*
* Card
*/

.card-custom{
  transition: all .3s;
}

.card-custom:hover{
  transform: scale(1.1);
}

.card-custom img{
  border-radius: 25px !important;
}

/*
* Beneficios
*/

#mod-beneficios {
  background-color: #025997 !important;
  padding: 80px 0;
}

.img-container-beneficios{
  background-color: #E18B34 !important;
  width: 120px !important;
  height: 120px !important;
  border-radius: 50% !important;
}

.img-container-beneficios img{
  max-width: 60px !important;
  max-height: 60px !important;
}

/*
* Mod. unidades
*/

#mod-unidades {
  background-color: #EE821F !important;
  height: 100px !important;
  top: -1px !important;
}

/*
* Mod - encarte
*/

#mod-encarte .btn-download{
  height: 45px !important;
  width: 187px !important;
  background-color: #ED821E !important;
}

#mod-encarte .btn-download i{
  height: 100% !important;
  background-color: #005088 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 42px !important;
}

#mod-encarte .container-encarte{
  border-radius: 25px 25px 0 0 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

/*
* Mod. unidades
*/

.img-brasil{
  margin-top: -110px !important;
}

.select-maps-cidade {
  color: #0265A2 !important;
  border: 1px solid #EE821F !important;
  font-style: italic !important;
  height: 50px !important;
  -webkit-appearance: none !important;
}

.custom-select-unidades:after {
 content: '\f078' !important;
 color: #fff !important;
 font-size: 25px !important;
 height: 48px !important;
 width: 44px !important;
 right: 6px !important;
 top: 1px !important;
 position: absolute !important;
 font-family: "Font Awesome 5 Pro" !important;
 background-color: #0265A2 !important;
 display: flex;
 justify-content: center;
 align-items: center;
 pointer-events: none;
}

.grecaptcha-badge{
  display: none !important;
}