/* ==========================================================================
 03. PRELOAD SPINNER
 =========================================================================== */
#loaderWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
}
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9;
  margin-top: 0;
  top: 0;
}
.cssload-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 50px;
  height: 50px;
  animation: cssload-invert 2.3s infinite steps(2, end);
  -o-animation: cssload-invert 2.3s infinite steps(2, end);
  -ms-animation: cssload-invert 2.3s infinite steps(2, end);
  -webkit-animation: cssload-invert 2.3s infinite steps(2, end);
  -moz-animation: cssload-invert 2.3s infinite steps(2, end);
}
.fancy-spinner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.fancy-spinner div {
  position: absolute;
  width: 6rem;
  height: 6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fancy-spinner div.ring {
  border-width: 0.25rem;
  border-style: solid;
  border-color: transparent;
  -webkit-animation: 2s fancy infinite alternate;
  animation: 2s fancy infinite alternate;
}
.fancy-spinner div.ring:nth-child(1) {
  border-left-color: #ff9300;
  border-right-color: #ff9300;
}
.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #ff9300;
  border-bottom-color: #ff9300;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #ff9300;
}
@-webkit-keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
  }
}
@keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
  }
}
@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);
  }
}
/*HEADER*/
header {
  position: sticky;
  z-index: 9;
  top: -1px;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 1.5rem 0;
  background: #000;
  box-shadow: 0 0 5px #00000090;
  -o-box-shadow: 0 0 5px #00000090;
  -moz-box-shadow: 0 0 5px #00000090;
  -webkit-box-shadow: 0 0 5px #00000090;
}
header #logo img {
  height: 50px;
  object-fit: contain;
  -o-object-fit: contain;
}
header #menu ul {
  gap: 0 2rem;
  margin: 0;
}
header #menu ul.list-network {
  border-left: 1px solid #fff;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  gap: 0 10px;
}
header #menu ul.list-network img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
header #menu li a {
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
}
header #menu li a.active,
header #menu li a:hover {
  color: #ff9300;
}
/*END HEADER*/
/*FOOTER*/
address {
  margin: 0;
}
footer {
  color: #3d3e3e;
  /*SETA TOPO*/
  /*END SETA TOPO*/
}
footer #whatsFooter {
  position: fixed;
  bottom: 15px;
  left: 15px;
  cursor: pointer;
  z-index: 9;
  -webkit-animation: shake-animation 4.72s ease infinite;
  -o-animation: shake-animation 4.72s ease infinite;
  animation: shake-animation 4.72s ease infinite;
}
footer #maps {
  margin-bottom: -8px;
}
footer #contacts ul li a {
  display: block;
  margin-bottom: 5px;
}
footer #contacts ul li a:hover {
  color: #ff9300;
}
footer #contacts ul li strong {
  font-size: 1.125rem;
}
footer #contacts ul li span {
  display: block;
  margin: 1.125rem 0 0.5rem;
}
footer #textFooter {
  width: 90%;
}
footer #menuFooter ul {
  gap: 10px;
}
footer #menuFooter li a {
  font-size: 1rem;
  display: block;
}
footer #menuFooter li a:hover {
  color: #ff9300;
}
footer #menuFooter li a:before {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #3d3e3e;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
footer #menuFooter li a:hover:before {
  -webkit-transform: translate3d(4px, 0px, 0px);
  -moz-transform: translate3d(4px, 0px, 0px);
  -o-transform: translate3d(4px, 0px, 0px);
  transform: translate3d(4px, 0px, 0px);
  border-left: 6px solid #ff9300;
}
footer .list-network li a img {
  height: 30px;
  width: 30px;
}
footer #devCopyright {
  border-top: 2px solid #3d3e3e;
  padding-top: 30px;
  margin-top: 40px;
}
footer #devCopyright p {
  margin: 0;
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
}
footer #devCopyright a {
  text-decoration: underline;
  font-weight: bold;
}
footer #devCopyright a:hover {
  color: #ff9300;
}
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(255, 147, 0, 0.6);
  padding: 5px 10px;
}
footer #arrowUp:hover {
  background-color: #ff9300;
  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 #000000);
}
/*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: 'avenir_next_lt_prodemi';
  src: url('../themes/default/assets/fonts/avenir_next_lt_pro_demi-webfont.eot');
  src: url('../themes/default/assets/fonts/avenir_next_lt_pro_demi-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/fonts/avenir_next_lt_pro_demi-webfont.woff2') format('woff2'), url('../themes/default/assets/fonts/avenir_next_lt_pro_demi-webfont.woff') format('woff'), url('../themes/default/assets/fonts/avenir_next_lt_pro_demi-webfont.ttf') format('truetype'), url('../themes/default/assets/fonts/avenir_next_lt_pro_demi-webfont.svg#avenir_next_lt_prodemi') format('svg');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'bell_mtregular';
  src: url('../themes/default/assets/fonts/bell-webfont.eot');
  src: url('../themes/default/assets/fonts/bell-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/fonts/bell-webfont.woff2') format('woff2'), url('../themes/default/assets/fonts/bell-webfont.woff') format('woff'), url('../themes/default/assets/fonts/bell-webfont.ttf') format('truetype'), url('../themes/default/assets/fonts/bell-webfont.svg#bell_mtregular') format('svg');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'bell-bold';
  src: url('../themes/default/assets/fonts/bell-bold-webfont.eot');
  src: url('../themes/default/assets/fonts/bell-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/fonts/bell-bold-webfont.woff2') format('woff2'), url('../themes/default/assets/fonts/bell-bold-webfont.woff') format('woff'), url('../themes/default/assets/fonts/bell-bold-webfont.ttf') format('truetype'), url('../themes/default/assets/fonts/bell-bold-webfont.svg#bell-bold') format('svg');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
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: #808080;
  font-family: 'avenir_next_lt_prodemi', sans-serif;
}
ul {
  margin: 0 auto;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 1rem;
  line-height: 1.6;
}
.jumbotron {
  padding: 2rem 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  line-height: 1.5;
  font-weight: bold;
}
h2 {
  font-size: 3rem;
}
.padding-block {
  padding: 4rem 0;
}
.color-default {
  color: #ff9300;
}
.bg-default {
  background: #ff9300;
}
.background-dark {
  background: #222324;
}
.background-secondary {
  background: #3d3e3e;
}
.color-secondary {
  color: #3d3e3e;
}
.text-color {
  color: #808080;
}
.color-dark {
  color: #333333;
}
.text-gray {
  color: #aaaaaa;
}
.object-fit-cover {
  object-fit: cover;
  -o-object-fit: cover;
}
.btn-default {
  font-size: 1.25rem;
  line-height: 1.1;
  cursor: pointer;
  padding: 10px 2rem;
  border: 2px solid #ff9300;
  color: #fff;
  outline: none;
  background: #ff9300;
  background-size: 0% 0%;
  background-position: 50% 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-default:hover {
  background-size: 100% 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  color: #ff9300;
}
.btn-transparent {
  font-size: 1rem;
  line-height: 1.1;
  cursor: pointer;
  padding: 0.93rem 2rem;
  border: 2px solid #fff;
  color: #ff9300;
  outline: none;
  background: transparent;
  background-size: 0 0;
  background-position: 50% 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-transparent:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat;
}
.bg-black {
  background: #000;
}
.bg-clean {
  background: #eaeaea;
}
/*END STYLES GLOBAL*/
.effect-scale a img {
  object-fit: cover;
  -o-object-fit: cover;
}
.effect-scale a:hover img {
  -webkit-transform: scale(1.1, 1.1) rotate(3deg);
  -moz-transform: scale(1.1, 1.1) rotate(3deg);
  -ms-transform: scale(1.1, 1.1) rotate(3deg);
  -o-transform: scale(1.1, 1.1) rotate(3deg);
  transform: scale(1.1, 1.1) rotate(3deg);
}
.filter-white {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  /* Safari 6.0 - 9.0 */
}
.list-network {
  gap: 15px;
}
.list-network li a {
  line-height: 1;
}
.list-network li a img {
  height: 20px;
  width: 20px;
}
#networkIntern h4 {
  font-size: 1.4rem;
}
#networkIntern .list-network li a img {
  height: 40px;
  width: 40px;
  filter: invert(24%) sepia(0%) saturate(3537%) hue-rotate(14deg) brightness(86%) contrast(92%);
}
.cc_message a {
  display: none;
}
.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited {
  background-color: #ff9300;
  color: #fff;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  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;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  background: transparent;
  padding: 12px 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #000;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #000;
  font-weight: bold;
}
.swiper .swiper-button-next:hover:after,
.swiper .swiper-button-prev:hover:after {
  background: #000;
  color: #fff;
}
.swiper .swiper-button-next {
  right: 30px;
}
.swiper .swiper-button-prev {
  left: 10px;
}
.swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.swiper .swiper-pagination-bullet:hover,
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.pagination-style .swiper-button-prev {
  left: -50px;
}
.pagination-style .swiper-button-next {
  right: -50px;
}
.pagination-style .swiper-button-next,
.pagination-style .swiper-button-prev {
  width: auto;
}
.pagination-style .swiper-button-next:after,
.pagination-style .swiper-button-prev:after {
  border: 3px solid;
  color: #fff;
  padding: 8px 12px;
  display: block;
  font-size: 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
/* FORMULÁRIO */
form .alert-dismissible {
  padding-right: 20px;
}
form .alert-dismissible .close {
  float: right;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 1;
  font-size: 1.5rem;
}
form .invalid-tooltip {
  font-size: 11px;
}
.content-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #f3f3f3;
  padding: 2rem;
  border: 1px solid #c6c6c6;
}
.content-form .send {
  margin-top: -10px;
}
select.form-control:not([size]):not([multiple]) {
  height: 50px;
}
.form-group {
  width: 100%;
}
.form-group.field-col {
  flex: 1;
  width: calc(100% / 3);
  /* O numero define quantos campos maximo deve ter por linha, no caso aqui 3, pode ter 2 ou 3 */
  box-sizing: border-box;
}
.form-group select.form-control {
  padding: 6px 10px;
  color: #b0afaf;
}
.form-group select.form-control:focus {
  color: #b0afaf;
}
.form-group select.form-control:not([size]):not([multiple]) {
  height: 45px;
}
.form-group select.form-control:not([size]):not([multiple]).height-small {
  height: 35px;
}
.form-group select.form-control:not([size]):not([multiple]).height-large {
  height: 55px;
}
.form-group textarea.form-control {
  height: 85px;
  resize: none;
}
.form-group textarea.form-control.height-small {
  height: 65px;
}
.form-group textarea.form-control.height-large {
  height: 125px;
}
.form-group label {
  margin-bottom: 2px;
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #3d3e3e;
}
.form-group .form-control {
  height: 45px;
  color: #8e8e8e;
  font-size: 14px;
  width: 100%;
  border: 3px solid #ced0d2;
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control:focus {
  background: #fff;
  border-color: #ff9300;
  color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control:hover {
  border-color: #ff9300;
}
.form-group .form-control::placeholder {
  color: #8e8e8e;
  opacity: 1;
}
.form-group .form-control.height-small {
  height: 35px;
}
.form-group .form-control.height-large {
  height: 55px;
}
::-webkit-input-placeholder {
  color: #8e8e8e !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #8e8e8e !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #8e8e8e !important;
}
:-ms-input-placeholder {
  color: #8e8e8e !important;
}
/* END FORMULÁRIO */
.block-text ul li {
  list-style: inside;
  margin: 10px 0;
  font-size: 1rem;
}
.block-text ol {
  padding: 0;
}
.block-text ol li {
  list-style-position: inside;
  font-size: 1rem;
  margin-bottom: 10px;
}
.block-text ol li p {
  display: inline;
  margin: 0;
}
.block-text.width-block {
  width: 80%;
  margin: 0 auto;
}
.block-text .fr-fic.fr-fil {
  max-width: 100%;
  height: auto;
  float: left;
  margin: 10px 20px 10px 0;
}
.block-text .fr-fic.fr-fir {
  float: right;
  margin: 10px 0 10px 20px;
}
.block-text .img-text-detail {
  margin-bottom: 20px;
  width: 100%;
}
.block-text .img-text-detail img {
  max-height: 50vh;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.block-text h2 {
  color: #3d3e3e;
}
.block-text strong {
  color: #3d3e3e;
}
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text h6 {
  margin-bottom: 10px;
}
.block-text h2 strong,
.block-text h3 strong,
.block-text h4 strong,
.block-text h5 strong,
.block-text h6 strong {
  font-weight: bold;
}
.block-text a {
  color: #ff9300;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
.block-text a:hover {
  color: #ffbe66;
}
.intern #conceptual img {
  height: auto;
}
.intern #conceptual .content-banner .caption {
  margin: 0 auto;
  text-align: center;
}
#conceptual .item-banner img {
  max-height: calc(100vh - 98px);
  object-fit: cover;
  -o-object-fit: cover;
  min-height: 250px;
}
#conceptual .logo-banner img {
  height: auto;
  width: auto;
}
#conceptual .content-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#conceptual .content-banner .caption {
  width: 46%;
}
#conceptual .content-banner .caption h1,
#conceptual .content-banner .caption h2 {
  font-size: 3rem;
  line-height: 1.3;
}
#conceptual .content-banner .caption h1 strong,
#conceptual .content-banner .caption h2 strong {
  color: #ff9300;
}
.list-gallery {
  gap: 30px 0;
}
.list-gallery li a .overlay-hover {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transform: scale(0);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0.9;
}
.list-gallery li a .overlay-hover figure img {
  height: 30px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.list-gallery li a .image-gallery img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  -o-object-fit: cover;
}
.list-gallery li a:hover .overlay-hover {
  transform: scale(1);
}
#testimoniesPartial .swiper-slide {
  height: auto;
}
#testimoniesPartial .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
#testimoniesPartial .swiper-button-next::after,
#testimoniesPartial .swiper-button-prev::after {
  border: 3px solid #fff;
  color: #fff;
}
#testimoniesPartial .item-testimony {
  background: #fff;
  padding: 1rem;
  height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#testimoniesPartial .item-testimony h3 {
  margin: 0 0 5px;
  font-size: 1.25rem;
}
#testimoniesPartial .item-testimony h4 {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
}
#testimoniesPartial .item-testimony p {
  font-size: 14px;
  font-weight: normal;
}
#highlighs {
  padding: 2rem 0;
}
#highlighs ul {
  gap: 2rem 4rem;
}
#highlighs ul li {
  text-align: center;
  max-width: 150px;
}
#highlighs ul li img {
  height: 60px;
  width: 60px;
  object-fit: contain;
  -o-object-fit: contain;
}
#highlighs ul li p {
  color: #000000;
  margin: 1rem 0 0;
  font-weight: bold;
  line-height: 1.3;
}
#ctas .content-cta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}
#ctas .text-cta {
  width: 50%;
  text-align: right;
}
#ctas .text-cta h2 {
  color: #ff9300;
  text-transform: uppercase;
  font-family: 'bell_mtregular', sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.1;
}
#ctas .text-cta h2 strong {
  display: block;
  font-size: 5rem;
  font-family: 'bell-bold', sans-serif;
}
#ctas .text-cta p {
  font-size: 14px;
  font-style: italic;
  color: #fff;
}
#carouselProducts .item-product-carousel p {
  color: #000;
}
#carouselProducts .item-product-carousel img {
  height: 350px;
  width: auto;
  margin: 0 auto;
  opacity: 0.2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
#carouselProducts .item-product-carousel .text-product-carousel {
  opacity: 0;
  margin-top: 10px;
}
#carouselProducts .swiper-multiple-center {
  padding: 30px;
}
#carouselProducts .swiper-slide-next {
  margin-top: -20px;
}
#carouselProducts .swiper-slide-next .item-product-carousel img {
  height: 400px;
  opacity: 1;
}
#carouselProducts .swiper-slide-next .item-product-carousel .text-product-carousel {
  opacity: 1;
}
#bannerCta .content-banner-cta {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 100%;
}
#bannerCta .text-banner-cta {
  width: 50%;
}
#bannerCta .text-banner-cta h2 {
  color: #ff9300;
  text-transform: uppercase;
  font-family: 'bell_mtregular', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.1;
  margin: 0;
}
#bannerCta .text-banner-cta h2 strong {
  display: block;
  font-size: 3rem;
  font-family: 'bell-bold', sans-serif;
}
#bannerCta .text-banner-cta p {
  font-style: italic;
  color: #fff;
}
#sectionMenu ul {
  gap: 4rem 0;
}
#sectionMenu .item-menu {
  box-shadow: 0 0 30px -2px #d9d9d9;
  height: 100%;
}
#sectionMenu .item-menu img {
  height: 230px;
  width: 100%;
}
#sectionMenu .item-menu .content-item-menu {
  background: #fff;
  padding: 1rem;
}
#sectionMenu .item-menu .content-item-menu h3 {
  color: #000;
  margin: 0;
}
#sectionMenu .item-menu .content-item-menu p {
  color: #000;
}
#sectionMenu .item-menu .content-item-menu .button-icon {
  margin: 0 -1rem -1rem 0;
}
#sectionMenu .item-menu .content-item-menu .button-icon .btn-default {
  -webkit-border-radius: 30px 0 0 0;
  -moz-border-radius: 30px 0 0 0;
  border-radius: 30px 0 0 0;
  font-size: 50px;
  line-height: 1;
  padding: 5px 30px;
}
#sectionForm {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}
#sectionForm:before {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.67);
}
#sectionForm .title-form {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
#sectionForm .title-form h4 {
  font-size: 2rem;
  color: #ff9300;
  line-height: 1.3;
}
#sectionForm .title-form p {
  color: #Fff;
}
#sectionForm #textFooterForm {
  margin: 0 auto;
}
#sectionForm #textFooterForm p {
  font-size: 1.125rem;
  margin: 0;
}
#sectionForm #textFooterForm p strong {
  display: block;
  color: #ff9300;
  text-decoration: underline;
  font-weight: normal;
}
#aboutHome figure {
  outline: 1px solid #ffffff;
  outline-offset: -16px;
}
#sectionCarouselServices {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}
#sectionCarouselServices:before {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(61, 62, 62, 0.9);
}
#sectionCarouselServices .block-text h2 {
  color: #fff;
}
#sectionCarouselServices #carouselServices .swiper-slide {
  height: auto;
}
#sectionCarouselServices #carouselServices .item-carousel-service {
  height: 100%;
}
#sectionCarouselServices #carouselServices img {
  height: 250px;
}
#sectionCarouselServices #carouselServices .bg-text-carousel {
  background: #fff;
  padding: 1.5rem;
  height: calc(100% - 250px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sectionCarouselServices #carouselServices .bg-text-carousel h3 {
  color: #3d3e3e;
  font-size: 1.25rem;
}
#sectionCarouselServices #carouselServices .bg-text-carousel h3:after {
  display: block;
  content: '';
  width: 40px;
  height: 3px;
  margin: 5px 0;
  background: #ff9300;
}
#sectionCarouselServices #carouselServices .bg-text-carousel p {
  font-size: 14px;
}
#cta {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}
#cta:before {
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(61, 62, 62, 0.8);
}
/*RESPONSIVO*/
/* Large devices (desktops, less than 1200px) TABLET DEITADO */
@media (max-width: 1199px) {
  header {
    position: static;
  }
  header #menu li a {
    font-size: 15px;
  }
  #conceptual .content-banner .caption {
    width: 62%;
  }
  #highlighs ul {
    gap: 2rem 3rem;
  }
  #ctas .text-cta h2 strong {
    font-size: 3.5rem;
  }
  #carouselProducts .swiper-slide-next .item-product-carousel img {
    height: 250px;
  }
  #bannerCta .content-banner-cta {
    bottom: 5%;
  }
  #sectionMenu .item-menu img {
    height: 160px;
  }
  #sectionMenu .item-menu .content-item-menu .button-icon .btn-default {
    font-size: 40px;
    padding: 5px 20px;
  }
  #sectionForm .title-form {
    width: 80%;
  }
  .list-gallery li a .image-gallery img {
    height: 240px;
  }
  /*END HOME*/
  /*INTERN*/
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  #aboutIntern #contentAbout .img-about-people img {
    height: 432px;
  }
  #teamPartial .item-team img {
    height: 200px;
    width: 200px;
  }
  #work #contentFormWork,
  #contact #contentFormContact,
  #reservations #contentFormReservations {
    width: 90%;
  }
  /*END INTERN*/
}
/* Medium devices (tablets, less than 992px) TABLET */
@media (max-width: 991px) {
  .mb-5,
  .my-5 {
    margin-bottom: 1.5rem !important;
  }
  #iconNavicon {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  #iconNavicon label {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    gap: 12px;
  }
  #iconNavicon label:before {
    content: "MENU";
    display: inline-block;
    color: #fff;
  }
  #iconNavicon label .lines {
    width: 12%;
  }
  #iconNavicon label .lines span {
    display: block;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 5px;
    margin: 5px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  #iconNavicon label .lines span:nth-of-type(1) {
    width: 60%;
  }
  #iconNavicon label .lines span:nth-of-type(2) {
    width: 80%;
  }
  #iconNavicon label .lines span:nth-of-type(3) {
    width: 100%;
  }
  #iconNavicon label input {
    display: none;
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(44deg) translate(4px, 0);
    width: 40%;
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(3) {
    transform-origin: bottom;
    width: 42%;
    transform: translate(15px, -6px) rotatez(45deg);
  }
  #iconNavicon span {
    font-size: 1rem;
    margin-right: 10px;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  header nav#menu {
    display: none;
    margin: 20px 0 0;
  }
  header nav#menu ul li {
    font-size: 24px;
    text-align: right;
    margin: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  header nav#menu ul li a {
    letter-spacing: 1px;
    padding: 15px;
    display: block;
    white-space: normal;
    border-right: none;
  }
  header nav#menu ul li.dropdown .dropdown-menu {
    position: relative !important;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  header nav#menu ul li.dropdown .dropdown-menu a {
    margin: 15px 0;
  }
  header #menu ul.list-network {
    border-left: none;
    padding: 0;
    margin: 0;
  }
  #conceptual .content-banner .caption {
    width: 75%;
  }
  #conceptual .content-banner .caption h1,
  #conceptual .content-banner .caption h2 {
    font-size: 2.5rem;
  }
  #conceptual .logo-banner img {
    height: 70px;
  }
  #conceptual .item-banner img {
    max-height: inherit;
  }
  #ctas .text-cta h2 strong {
    font-size: 2.5rem;
  }
  #ctas .text-cta h2 {
    font-size: 2rem;
  }
  #carouselProducts .item-product-carousel img,
  #carouselProducts .item-product-carousel .text-product-carousel {
    opacity: 1;
  }
  #bannerCta .text-banner-cta {
    width: auto;
  }
  #sectionMenu ul {
    gap: 2rem 0;
  }
  #listFooter .row {
    gap: 2rem 0;
  }
  #listFooter #menuFooter ul {
    gap: 15px;
  }
  /*END HOME*/
  /*INTERN*/
  .cc_banner-wrapper .cc_container .cc_message {
    margin-top: 0;
  }
  .cc_banner-wrapper .cc_container {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  #aboutIntern #contentAbout .img-about-people {
    top: 0;
  }
  #aboutIntern #contentAbout .img-about-people img {
    height: 340px;
  }
  h2 {
    font-size: 2.25rem;
  }
  #teamPartial ul {
    width: auto;
  }
  #contentInfos {
    gap: 1.5rem 0;
  }
  #work #contentFormWork,
  #contact #contentFormContact,
  #reservations #contentFormReservations {
    width: 95%;
  }
  #contact .title-form h4,
  #reservations .title-form h4 {
    font-size: 1.6rem;
  }
  #textFooterForm p {
    font-size: 14px;
  }
  #work #contentFormWork {
    margin-top: 2rem;
  }
  #contentWork .block-text {
    width: auto;
  }
  /*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;
  }
  .btn-default,
  .btn-transparent {
    width: 100%;
  }
  .swiper-pagination {
    position: static;
    margin-top: 1rem;
  }
  .swiper .swiper-pagination-bullet {
    width: 20px;
    height: 18px;
  }
  .form-group.field-col {
    width: 100%;
    flex: auto;
  }
  .h1,
  h1 {
    font-size: 1.5rem;
  }
  .padding-block {
    padding: 2rem 0;
  }
  .block-text.width-block {
    width: auto;
  }
  .block-text p {
    font-size: 1rem;
  }
  #iconNavicon label .lines {
    width: 22%;
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(3) {
    transform: translate(12px, -6px) rotatez(46deg);
  }
  /********/
  #conceptual .content-banner .caption {
    width: auto;
  }
  #conceptual .content-banner .caption h1,
  #conceptual .content-banner .caption h2 {
    font-size: 1.5rem;
  }
  #conceptual .item-banner img {
    max-height: inherit;
    min-height: 500px;
  }
  #highlighs ul {
    gap: 2rem;
  }
  #ctas img {
    min-height: 180px;
  }
  #ctas .text-cta h2 {
    font-size: 1rem;
  }
  #ctas .text-cta h2 strong {
    font-size: 1.25rem;
  }
  #ctas .text-cta p {
    font-size: 12px;
  }
  #carouselProducts .item-product-carousel img {
    height: 250px;
  }
  #bannerCta .text-banner-cta h2 strong {
    font-size: 1.8rem;
  }
  #bannerCta .text-banner-cta h2 {
    font-size: 1.6rem;
  }
  #bannerCta .content-banner-cta {
    bottom: 0;
  }
  #bannerCta img {
    min-height: 240px;
    object-fit: cover;
    -o-object-fit: cover;
  }
  #sectionForm .title-form {
    width: auto;
  }
  #sectionForm .title-form h4 {
    font-size: 1.6rem;
  }
  #sectionForm #textFooterForm p {
    font-size: 12px;
  }
  .content-form {
    padding: 1.5rem;
  }
  footer #devCopyright {
    margin-bottom: 40px;
  }
  .intern #conceptual .item-banner img {
    min-height: 150px;
  }
  #aboutIntern #contentAbout {
    padding: 1.5rem;
  }
  #aboutIntern #contentAbout::before {
    width: 60px;
    height: 60px;
    top: -44px;
    left: -10px;
  }
  #aboutIntern #contentAbout .block-text::before {
    width: 30px;
    height: 30px;
    right: -5px;
  }
  #aboutIntern #contentAbout::after {
    width: 70px;
    height: 50px;
    bottom: -20px;
    right: -8px;
  }
  #aboutIntern #content About .img-about-people img {
    height: 200px;
  }
  #aboutIntern #contentAbout .img-about-people {
    top: inherit;
    bottom: 0;
  }
  #aboutIntern #contentAbout .img-about img {
    height: 220px;
  }
  #infosAbout ul li .text-info-about {
    padding: 0;
  }
  .intern #menuPage #conceptual .item-banner img {
    min-height: 440px;
  }
  #work #contentFormWork,
  #contact #contentFormContact,
  #reservations #contentFormReservations {
    width: auto;
  }
  #contactsIntern {
    margin: 2rem 0;
  }
}
/* Extra small devices (portrait phones, less than 576px) sm*/
