/* 
* 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: #0a3146; 
}

::-webkit-scrollbar-thumb:hover {
  background: #0a3146a1; 
}

/*
* Custom loader
*/

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  background-color: #0a3146 !important;
  box-shadow: 0 0 10pt 0pt #0a3146 !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: #0a3146;
    letter-spacing: 0px;
  }
  
  #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before,
  #header .header-nav.header-nav-line nav > ul li:hover > a:before {
    height: 2px !important;
    background: #e7302a;
  }

  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul > li:hover > a {
    color: #0a3146 !important;
  }

  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-active-text-light nav > ul:not(:hover) li > a.active {
    color: #0a3146 !important;
  }
}


/* 
* Footer
*/

#footer {
  background: #06293f !important;
}

#footer h5 {
  font-family: 'Amino Regular 5';
  font-size: 20px;
  letter-spacing: 1px;
}

#footer a:not(.btn):not(.no-footer-css) {
  font-family: 'Amino Regular 4';
  color: #fff;
}

#footer .list li a {
  font-size: 14px;
  letter-spacing: 0px;
}

#footer .footer-address {
  color: #fff;
  font-family: 'Amino Regular 4';
  letter-spacing: 1px;
}

#footer .social-icons.social-icons-dark-2 li a {
  font-size: 18px;
  border: 2px solid #fff !important;
  background: transparent;
  transition: all 0.2s ease-in-out;
}

#footer .social-icons li:hover.social-icons-facebook a,
#footer .social-icons li:hover.social-icons-instagram a,
#footer .social-icons li:hover.social-icons-youtube a {
  background: #fff !important;
}

#footer .social-icons li:hover.social-icons-facebook a i,
#footer .social-icons li:hover.social-icons-instagram a i,
#footer .social-icons li:hover.social-icons-youtube a i {
  color: #06293f !important;
}

#footer .bg-dark p {
  font-family: 'Amino Regular 4';
  font-size: 14px;
  letter-spacing: 1px;
}

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


/* 
* Main Carousel - all pages
*/

.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  bottom: 10%;
  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: #e7302a;
}

.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-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  bottom: 0;
  margin: auto;
  width: 120%;
  height: 4px;
  background: #e7302a;
  z-index: 0;
}

#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;
}

/* 
* Página Contato
*/

.bg-contato {
  background-color: #f0f0f0;
}

html #form-contato h1 {
  font-size: 22px;
  color: #3e3e3e;
  font-weight: bold;
  letter-spacing: 0px;
}

html #form-contato h1 span:nth-child(1) {
  font-family: 'Amino Regular 12';  
}

html #form-contato h1 span:nth-child(2) {
  font-family: 'Amino Regular 11';  
}

html #form-contato .btn-primary {
  color: #fff;
  font-family: 'Amino Regular 13';
  background-color: #0a3146;
  border-color: #0a3146;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
}

html .btn-primary:hover, html .btn-primary.hover {
  color: #0a3146 !important;
  background-color: transparent !important;
  border: 1px solid #0a3146 !important;
}

html body .btn.focus,
html body .btn:focus,
html body .btn.active,
html body .btn:active,
html body.body .btn.focus,
html body.body .btn:focus,
html body.body .btn.active,
html body.body .btn:active {
  background-color: transparent;
  border-color: #0a3146;
  color: #fff;
}

#form-contato .form-control {
  font-family: 'Amino Regular 4';
  color: #3e3e3e;
  border: 1px solid #dcdcdc;
  letter-spacing: 0px;
}

#form-contato .form-group p {
  font-family: 'Amino Regular 11';
  font-size: 18px;
  letter-spacing: 0px;
  text-align: center;
}

/*
* Paginação
*/

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

/* 
* Menu mobile
*/

.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: #e7302a;
  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: #e7302a;
  -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: #e83731;
}

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

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

.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;
}