/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../themes/default/assets/vendor/owl-carousel/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*HEADER*/
header {
  z-index: 9;
  background: #fff;
  padding: 2rem 0;
}
header #menu ul {
  gap: 1rem 3rem;
}
header #menu li a {
  font-size: 1.125rem;
  cursor: pointer;
  display: inline-block;
}
header #menu li a.active,
header #menu li a:hover {
  color: #efbf1b;
}
header #menu li.dropdown a[aria-expanded="true"]:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header #menu li.dropdown .dropdown-menu {
  background: #1c1c1c;
}
header #menu li.dropdown .dropdown-menu a {
  margin: 5px 0;
  font-size: 15px;
  padding: 5px 15px;
}
/*END HEADER*/
#home #carouselHighlights {
  background: #fff;
  padding: 2rem;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.03);
}
#home #carouselHighlights .item-carousel figure {
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#home #carouselHighlights .item-carousel figure img {
  height: 150px;
  object-fit: contain;
  -o-object-fit: contain;
}
#home #carouselHighlights .item-carousel h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0;
}
#home #contactAdvertise h4,
#home #contactAdvertise h5 {
  margin-bottom: 0;
}
#home #contactAdvertise h4 {
  text-transform: uppercase;
}
#home #contactAdvertise a {
  display: block;
  font-size: 1.25rem;
  font-family: "GalanoGrotesqueAlt-SemiBold", sans-serif;
}
#home #contactAdvertise a:hover {
  color: #efbf1b;
}
#home #contactAdvertise p {
  font-size: 1.125rem;
}
#home #listLinks {
  gap: 20px 0;
}
#home #listLinks img {
  height: 160px;
  object-fit: contain;
  -o-object-fit: contain;
}
#home #listLinks a:hover {
  opacity: 0.6;
}
#aboutIntern figure {
  width: 98%;
}
#aboutIntern figure img {
  height: 400px;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#aboutIntern .block-text p {
  font-size: 1.25rem;
}
#listGallery {
  gap: 2rem 0;
}
#listGallery li a {
  cursor: pointer;
}
#listGallery li img {
  height: 320px;
}
#partners #listPartners li img {
  height: 140px;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#partners #listPartners li .block-text {
  width: 90%;
}
#partners #listPartners li .block-text p {
  font-size: 1.25rem;
}
#contentAdvertising p {
  font-size: 1.125rem;
}
#contentAdvertising .btn-default {
  padding: 0.8rem 1.5rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#tabsAdvertising .tab-content .tab-pane {
  padding: 15px 30px;
}
#tabsAdvertising .tab-content .tab-pane ul {
  gap: 1.5rem 0;
}
#tabsAdvertising .tab-content .tab-pane ul img {
  height: 220px;
  object-fit: cover;
  -o-object-fit: cover;
}
#tabsAdvertising .nav .nav-item button.active {
  background: #efbf1b;
}
#infosAdvertising figure img {
  height: 200px;
  padding: 1.25rem;
  max-width: 100%;
  object-fit: contain;
}
#tabsAdverts .item-category-list a {
  display: unset;
  padding: 0;
}
#contentContact form {
  width: 50%;
  margin: 0 auto;
}
#contentContact form .form-group .form-control {
  height: 50px;
  padding: 5px 1rem;
  background: transparent;
}
#contentContact form .form-group.height-full .form-control {
  height: 100%;
}
#contentContact form .btn-default {
  padding: 0.93rem 2rem;
}
#contentContact #listInfos li {
  padding: 0 3px;
}
#contentContact #listInfos li .item-info {
  height: 100%;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
#contentContact #listInfos li .item-info img {
  height: 40px;
}
#contentContact #listInfos li .item-info h4 {
  margin: 1.5rem 0;
}
#contentContact #listInfos li .item-info p,
#contentContact #listInfos li .item-info a {
  font-size: 1.25rem;
}
#contentContact #listInfos li .item-info a:hover {
  color: #efbf1b;
}
/* FORMULÁRIO */
.form-group {
  margin-bottom: 1.25rem;
  position: relative;
}
.form-group select.form-control {
  color: #303030;
}
.form-group select.form-control:focus {
  color: #303030;
}
.form-group textarea.form-control {
  height: 125px;
  resize: none;
}
.form-group label {
  margin-bottom: 4px;
  font-size: 0.75rem;
  font-weight: 300;
  color: #66708D;
  display: block;
}
.form-group .form-control {
  height: 40px;
  color: #b0afaf;
  font-size: 14px;
  width: 100%;
  border: 1px solid #303030;
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control:focus {
  background-color: #fff;
  border-color: #efbf1b;
  color: #303030;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control:hover {
  border-color: #efbf1b;
}
.form-group .form-control::placeholder {
  color: #303030;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #303030 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #303030 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #303030 !important;
}
:-ms-input-placeholder {
  color: #303030 !important;
}
/* END FORMULÁRIO */
/*FOOTER*/
#navFooter {
  padding: 1.125rem 0;
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 8;
  background: #232323;
}
#navFooter #footerLinks ul {
  gap: 3rem;
}
#navFooter #footerLinks ul li a {
  color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-size: 1.125rem;
  font-weight: 300;
}
#navFooter #footerLinks ul li a:hover {
  color: #efbf1b;
}
footer {
  /*SETA TOPO*/
  /*END SETA TOPO*/
}
@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
footer #whatsFooter {
  position: fixed;
  top: 50%;
  background: #278122;
  right: 0;
  cursor: pointer;
  padding: 10px 20px 10px 30px;
  z-index: 9;
  color: #fff;
  font-size: 0.875rem;
  -webkit-border-radius: 40px 0 0 40px;
  -moz-border-radius: 40px 0 0 40px;
  border-radius: 40px 0 0 40px;
  -webkit-animation: shake-animation 4.72s ease infinite;
  -o-animation: shake-animation 4.72s ease infinite;
  animation: shake-animation 4.72s ease infinite;
}
footer #whatsFooter .whats {
  font-size: 1.325rem;
}
footer #whatsFooter .whats i {
  margin-right: 10px;
}
footer #whatsFooter:hover {
  background: #00ce65;
}
footer #contentFooter h4:after {
  content: '';
  display: block;
  background: #efbf1b;
  height: 3px;
  width: 40px;
  margin: 5px 0;
}
footer #listFooter .block-text {
  width: 80%;
}
footer .list-network li a {
  color: #fff;
}
footer #footerInfos a {
  display: block;
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-family: 'GalanoGrotesqueAlt-Light', sans-serif;
}
footer #footerInfos a i {
  margin-right: 10px;
}
footer #footerInfos a:last-child {
  margin-bottom: 0;
}
footer #footerInfos a:hover {
  color: #efbf1b;
}
footer #formFooter .form-group {
  margin-bottom: 10px;
}
footer #formFooter .send .btn-default {
  padding: 0.5rem 1.25rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
footer #copyright {
  border-top: 1px solid #f5f3f2;
  padding-top: 30px;
  margin-top: 10px;
}
footer #copyright small {
  color: #fff;
}
footer #copyright a {
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
}
footer #copyright a:hover {
  color: #efbf1b;
}
footer #contactFooter .send .btn-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0.93rem 1.25rem;
}
footer #arrowUp {
  position: fixed;
  right: 5px;
  bottom: 0;
  cursor: pointer;
  font-size: 12px;
  z-index: 9;
  display: none;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  background-color: rgba(239, 191, 27, 0.6);
  padding: 5px 10px;
}
footer #arrowUp:hover {
  background-color: #efbf1b;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
footer #arrowUp img {
  height: 20px;
  filter: brightness(0) invert(1) drop-shadow(0px 1px 1px #000);
}
/*END FOOTER*/
/* --- Transitions --- */
.transition-all {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.transition-color {
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
}
.transition-background {
  transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
}
.transition-opacity {
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
/* --- End Transitions --- */
@font-face {
  font-family: 'GalanoGrotesqueAlt-Regular';
  src: url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Regular.eot');
  src: url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Regular.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Regular.svg#GalanoGrotesqueAlt-Regular') format('svg'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Regular.ttf') format('truetype'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Regular.woff') format('woff'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'GalanoGrotesque-ExtraLight';
  src: url('../themes/default/assets/fonts/GalanoGrotesque-ExtraLight.eot');
  src: url('../themes/default/assets/fonts/GalanoGrotesque-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/fonts/GalanoGrotesque-ExtraLight.svg#GalanoGrotesque-ExtraLight') format('svg'), url('../themes/default/assets/fonts/GalanoGrotesque-ExtraLight.ttf') format('truetype'), url('../themes/default/assets/fonts/GalanoGrotesque-ExtraLight.woff') format('woff'), url('../themes/default/assets/fonts/GalanoGrotesque-ExtraLight.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'GalanoGrotesqueAlt-SemiBold';
  src: url('../themes/default/assets/fonts/GalanoGrotesqueAlt-SemiBold.eot');
  src: url('../themes/default/assets/fonts/GalanoGrotesqueAlt-SemiBold.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-SemiBold.svg#GalanoGrotesqueAlt-SemiBold') format('svg'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-SemiBold.ttf') format('truetype'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-SemiBold.woff') format('woff'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-SemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'GalanoGrotesqueAlt-Medium';
  src: url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Medium.eot');
  src: url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Medium.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Medium.svg#GalanoGrotesqueAlt-Medium') format('svg'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Medium.ttf') format('truetype'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Medium.woff') format('woff'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'GalanoGrotesqueAlt-Light';
  src: url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Light.eot');
  src: url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Light.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Light.svg#GalanoGrotesqueAlt-Light') format('svg'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Light.ttf') format('truetype'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Light.woff') format('woff'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'GalanoGrotesqueAlt-Heavy';
  src: url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Heavy.eot');
  src: url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Heavy.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Heavy.svg#GalanoGrotesqueAlt-Heavy') format('svg'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Heavy.ttf') format('truetype'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Heavy.woff') format('woff'), url('../themes/default/assets/fonts/GalanoGrotesqueAlt-Heavy.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'FuturaBT-Medium';
  src: url('../themes/default/assets/fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg'), url('../themes/default/assets/fonts/FuturaBT-Medium.ttf') format('truetype'), url('../themes/default/assets/fonts/FuturaBT-Medium.woff') format('woff');
  src: url('../themes/default/assets/fonts/futura-medium-bt.eot');
  src: url('../themes/default/assets/fonts/futura-medium-bt.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/fonts/futura-medium-bt.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.font-futura-medium {
  font-family: 'FuturaBT-Medium', sans-serif;
}
.font-galano {
  font-family: "GalanoGrotesqueAlt-Regular", sans-serif;
}
.font-galano-extra-light {
  font-family: "GalanoGrotesque-ExtraLight", sans-serif;
}
.font-galano-semi-bold {
  font-family: "GalanoGrotesqueAlt-SemiBold", sans-serif;
}
.font-galano-medium {
  font-family: "GalanoGrotesqueAlt-Medium", sans-serif;
}
.font-galano-light {
  font-family: "GalanoGrotesqueAlt-Light", sans-serif;
}
.font-galano-heavy {
  font-family: "GalanoGrotesqueAlt-Heavy", sans-serif;
}
body,
html {
  max-width: 100%;
}
a,
a:hover,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: inherit;
}
a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
figure {
  margin: 0;
}
body {
  font-size: 1rem;
  line-height: 1.6;
  color: #303030;
  font-family: 'GalanoGrotesqueAlt-Medium', sans-serif;
}
ul {
  margin: 0 auto;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}
.jumbotron {
  padding: 2rem 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.5;
  font-weight: 700;
}
.padding-block {
  padding: 4rem 0;
}
.color-default {
  color: #efbf1b;
}
.bg-default {
  background: #efbf1b;
}
.background-dark {
  background: #232323;
}
.background-secondary {
  background: #303030;
}
.color-secondary {
  color: #303030;
}
.text-color {
  color: #303030;
}
.color-dark {
  color: #232323;
}
.overflow-hidden {
  overflow: hidden;
}
.object-fit-cover {
  object-fit: cover;
  -o-object-fit: cover;
}
.btn-default {
  font-size: 1.25rem;
  line-height: 1.2;
  cursor: pointer;
  padding: 0.93rem 5rem;
  border: none;
  outline: none;
  background: #efbf1b;
  background-size: 0 0;
  background-position: 50% 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-default:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#f8d438, #f8d438);
  background-repeat: no-repeat;
}
.btn-transparent {
  font-size: 1.25rem;
  line-height: 1.3;
  cursor: pointer;
  padding: 0.93rem 1.5rem;
  border: 2px solid #efbf1b;
  color: #fff;
  outline: none;
  background: transparent;
  background-size: 100% 0;
  background-position: 50% 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.btn-transparent:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#efbf1b, #efbf1b);
  background-repeat: no-repeat;
  color: #303030;
}
#conceptual .owl-theme .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
}
#conceptual .owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -72px;
}
#conceptual .owl-carousel.owl-theme .owl-nav .owl-next {
  right: -72px;
}
.owl-carousel.owl-theme .owl-dot span {
  width: 15px;
  height: 15px;
}
.owl-carousel .owl-nav {
  margin: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -72px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: -72px;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
#conceptual .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  background: rgba(172, 172, 172, 0.55);
  color: #303030;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 7px 14px !important;
  position: absolute;
  top: -32px;
  height: 128%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #303030;
  color: #fff;
}
.owl-carousel .owl-dots {
  margin-top: 1.5rem;
}
.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #8e7e51;
  width: 15px;
  height: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #8e7e51;
}
.bg-black {
  background: #000;
}
.color-clean {
  color: #f5f3f2;
}
.bg-clean {
  background: #f5f3f2;
}
.nav-breadcrumb {
  padding: 0.25rem 0;
  margin: 0;
}
.nav-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: #303030;
}
.nav-breadcrumb .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
}
.nav-breadcrumb .breadcrumb li figure {
  margin-right: 5px;
}
.nav-breadcrumb .breadcrumb li figure img {
  height: 13px;
  filter: brightness(0) invert(1);
}
.nav-breadcrumb .breadcrumb li.active a {
  color: #232323;
}
.nav-breadcrumb .breadcrumb li a {
  color: #303030;
  font-size: 14px;
}
.nav-breadcrumb .breadcrumb li a:hover {
  color: #232323;
}
#conceptual figure img {
  max-height: 400px;
  object-fit: cover;
  -o-object-fit: cover;
}
#conceptual .content-banner {
  position: absolute;
  top: 0;
  background: rgba(239, 191, 27, 0.83);
}
#conceptual .content-banner .text-banner .caption {
  width: 75%;
}
#conceptual .content-banner .text-banner .caption h1 {
  font-size: 3rem;
  line-height: 1.2;
  font-family: "GalanoGrotesqueAlt-Medium", sans-serif;
}
#conceptual .content-banner .text-banner .caption h1 strong {
  font-family: "GalanoGrotesqueAlt-SemiBold", sans-serif;
}
#search {
  padding: 1rem 0;
}
#search #formSearch .form-group {
  margin-bottom: 0;
  margin-right: 15px;
}
#search #formSearch .form-group .form-control {
  opacity: 0.6;
  min-width: 240px;
}
#search #formSearch .send button {
  padding: 8px 10px;
  line-height: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/*END STYLES GLOBAL*/
.block-text h3 {
  font-size: 2.5rem;
}
.block-text h2 {
  font-size: 2.75rem;
  line-height: 1.2;
}
.block-text a {
  text-decoration: underline;
  font-weight: normal;
}
.block-text a:hover {
  color: #efbf1b;
}
.block-text ul {
  margin: 10px 0;
}
.block-text ul li {
  list-style: inside;
  font-weight: 300;
  margin: 5px 0;
}
.title-block h2:after {
  content: "";
  display: block;
  height: 3px;
  width: 100px;
  margin: 10px auto 0;
  background: #efbf1b;
}
.title-block.after-white h2:after {
  background: #fff;
}
.effect-scale a img {
  object-fit: cover;
  -o-object-fit: cover;
}
.effect-scale a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.list-blog figure {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.list-blog figure img {
  height: 260px;
}
.filter-white {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  /* Safari 6.0 - 9.0 */
}
#formPartial .send .btn-default {
  padding: 1rem 2.5rem;
}
.list-network li a {
  color: #303030;
  line-height: 1;
  font-size: 1.25rem;
  display: block;
}
.list-network li a:hover {
  color: #efbf1b;
}
.pagination li {
  font-size: 1.125rem;
  margin: 5px;
}
.pagination li a {
  color: #303030;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border: 2px solid;
  padding: 0.5rem;
  font-weight: bold;
}
.pagination li a:hover {
  color: #efbf1b;
}
.pagination li.active a {
  color: #efbf1b;
}
#listCategories {
  gap: 8px 0;
}
#listCategories button {
  text-transform: uppercase;
}
.tabs-style .tab-content {
  position: relative;
}
.tabs-style .tab-content .tab-pane {
  padding: 5px 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07000000000000001);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07000000000000001);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07000000000000001);
  background: #fff;
}
.tabs-style .tab-content .tab-pane .card-tab {
  border: 2px solid #d2d2d2;
  margin: 2rem 0;
}
.tabs-style .tab-content .tab-pane .card-tab a {
  display: block;
  padding: 1.25rem 0.75rem;
}
.tabs-style .tab-content .tab-pane .card-tab a:hover {
  opacity: 0.75;
}
.tabs-style .tab-content .tab-pane .card-tab .title-category {
  gap: 0 2rem;
}
.tabs-style .tab-content .tab-pane .card-tab .title-category h3 {
  margin: 0;
}
.tabs-style .tab-content .tab-pane .card-tab .info-item p {
  margin: 0;
}
.tabs-style .tab-content .button-more .btn-default {
  padding: 0.75rem 1.25rem;
}
.tabs-style .nav {
  gap: 5px;
}
.tabs-style .nav .nav-item button {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f8f8f8+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0);
  /* IE6-9 */
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07000000000000001);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07000000000000001);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07000000000000001);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  color: #303030;
  opacity: 0.75;
}
.tabs-style .nav .nav-item button:hover,
.tabs-style .nav .nav-item button.active {
  opacity: 1;
}
.box-shadow {
  background: #fff;
  padding: 3rem 4rem;
  box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.03);
}
/*RESPONSIVO*/
/* Large devices (desktops, less than 1200px) TABLET DEITADO */
@media (max-width: 1199px) {
  header #menu ul {
    gap: 1rem 2rem;
  }
  /*END HOME*/
  /*INTERN*/
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  #conceptual .content-banner .text-banner .caption h1 {
    font-size: 2rem;
    margin: 0;
  }
  #home #carouselHighlights .item-carousel h3 {
    font-size: 1.25rem;
  }
  .btn-transparent {
    font-size: 1.125rem;
  }
  footer #listFooter .block-text {
    width: 95%;
  }
  footer h4 {
    font-size: 1.25rem;
  }
  #listGallery li img {
    height: 260px;
  }
  #contentContact form {
    width: 70%;
  }
  #contentContact #listInfos li .item-info.box-shadow {
    padding: 2rem 1rem;
  }
  /*END INTERN*/
}
/* Medium devices (tablets, less than 992px) TABLET */
@media (max-width: 991px) {
  .mb-5,
  .my-5 {
    margin-bottom: 1.5rem !important;
  }
  header {
    padding: 1.25rem 0;
  }
  header #iconNavicon {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  header #iconNavicon span {
    font-size: 1.25rem;
    margin-left: 10px;
    letter-spacing: 1px;
  }
  header #iconNavicon i {
    font-size: 2rem;
    margin-bottom: 0;
  }
  header #menu {
    display: none;
  }
  header #menu li {
    margin: 1rem 0;
    text-align: right;
    border-top: 1px solid;
    padding: 1rem 0 0;
  }
  #logo img {
    height: 45px;
    object-fit: contain;
    -o-object-fit: contain;
  }
  #conceptual .content-banner .text-banner .caption {
    width: 100%;
  }
  #navFooter #footerLinks ul {
    gap: 2rem;
  }
  footer #listFooter .block-text {
    width: 100%;
  }
  footer #copyright {
    margin-top: 30px;
  }
  /**********/
  /*END HOME*/
  /*INTERN*/
  #aboutIntern .block-text p {
    font-size: 1rem;
  }
  #aboutIntern figure {
    width: 100%;
  }
  #aboutIntern figure img {
    height: 340px;
  }
  .box-shadow {
    padding: 2rem 3rem;
  }
  #partners #listPartners li .block-text p {
    font-size: 1.125rem;
    margin: 0;
  }
  #partners #listPartners li .block-text {
    width: auto;
  }
  #contentContact form {
    width: 80%;
  }
  #listInfos {
    gap: 1rem 0;
  }
  #contentContact #listInfos li {
    padding: 0 10px;
  }
  #infosAdvertising figure {
    margin: 2rem 0;
  }
  /*END INTERN*/
}
/* Small devices (landscape phones, less than 768px)  md*/
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 1.4rem;
  }
  .h3,
  h3 {
    font-size: 1.3rem;
  }
  .mt-5,
  .my-5 {
    margin-top: 2rem !important;
  }
  .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 35px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 20px 0;
  }
  .h5,
  h5 {
    font-size: 1.125rem;
  }
  #search #formSearch .form-group {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .btn-default {
    width: 100%;
    line-height: 1.4;
  }
  #conceptual img {
    height: 30vh;
    object-fit: cover;
    -o-object-fit: cover;
  }
  #conceptual .content-banner .text-banner .caption h1 {
    font-size: 1.5rem;
  }
  .padding-block {
    padding: 2rem 0;
  }
  #home #carouselHighlights {
    width: auto;
  }
  #home #carouselHighlights {
    padding: 2rem 1rem;
  }
  #tabsAdverts .tab-content .tab-pane {
    padding: 5px 15px;
  }
  #tabsAdverts .tab-content .tab-pane .card-tab {
    margin: 1rem 0;
  }
  #tabsAdverts .tab-content .tab-pane .card-tab .title-category {
    margin-top: 0.5rem;
  }
  #navFooter {
    position: static;
  }
  #footerInfos {
    margin: 1rem 0;
  }
  .block-text h2 {
    font-size: 2rem;
  }
  #aboutIntern figure img {
    height: 280px;
  }
  #aboutIntern figure {
    margin-bottom: 1rem;
  }
  .box-shadow {
    padding: 1.5rem;
  }
  #partners #listPartners li .block-text p {
    font-size: 1rem;
    margin: 1rem 0;
  }
  #contentContact form {
    width: auto;
  }
  footer #whatsFooter {
    top: inherit;
    bottom: 0;
    font-size: 0.65rem;
    padding: 6px 15px;
    left: 10px;
    right: inherit;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  footer #whatsFooter .whats {
    font-size: 1.125rem;
  }
  footer #whatsFooter {
    font-size: 0.65rem;
  }
  footer #whatsFooter span:first-child {
    display: none;
  }
  #infosAdvertising figure img {
    height: auto;
  }
  #infosAdvertising figure {
    margin: 1rem 0 2rem;
  }
  .tabs-style .nav .nav-item button {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
  }
  .tabs-style .nav .nav-item {
    flex: 1 1 auto;
  }
  .tabs-style .nav {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
/* Extra small devices (portrait phones, less than 576px) sm*/
