/* ==========================================================================
  03. PRELOAD SPINNER
  =========================================================================== */
#loaderWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
}
#loading {
  background-color: #fefdfc;
  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: #000;
  border-right-color: #000;
}
.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #000;
  border-bottom-color: #000;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #000;
}
@-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);
  }
}
/*HEADER*/
header {
  z-index: 9;
  padding: 0.625rem 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #fff;
  box-shadow: 0px -6px 10px #333333;
  -webkit-box-shadow: 0px -6px 10px #333333;
  -o-box-shadow: 0px -6px 10px #333333;
  -moz-box-shadow: 0px -6px 10px #333333;
}
header #logo h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
}
header #logo h2 span {
  display: block;
  font-size: 23px;
}
header #menu {
  padding: 0;
}
header #menu ul:not(.dropdown-menu) {
  gap: 1rem 3rem;
  margin: 0;
}
header #menu .btn-default {
  padding: 12px 30px;
  font-size: 1rem;
}
header #menu li a {
  font-size: 1rem;
  color: #444;
  cursor: pointer;
  display: inline-block;
  margin: 0;
}
header #menu li a:hover {
  color: #000;
}
header #menu .list-network img {
  height: 20px;
  width: 20px;
}
header #menu .list-network img:hover {
  opacity: 0.6;
}
/*END HEADER*/
/*FOOTER*/
footer {
  /*SETA TOPO*/
  /*END SETA TOPO*/
}
footer a.active,
footer a:hover {
  color: #000;
}
footer .list-network {
  gap: 10px;
}
footer .list-network li a {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  background: #555b60;
  min-width: 38px;
  text-align: center;
}
footer .list-network li a figure {
  line-height: 1;
}
footer .list-network li a figure img {
  filter: brightness(0) invert(1);
  height: 20px;
}
footer .list-network li a:hover {
  background: #000;
}
@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;
  bottom: 0;
  left: 7%;
  z-index: 9;
}
footer #whatsFooter a {
  background: #278122;
  cursor: pointer;
  padding: 10px 20px;
  color: #fff;
  font-size: 0.875rem;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  gap: 10px;
  font-weight: 500;
  -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 a:hover {
  background: #00ce65;
}
footer #whatsFooter a img {
  filter: brightness(0) invert(1);
}
footer #devCopyright {
  border-top: 1px solid;
  padding-top: 30px;
}
footer #devCopyright p {
  margin: 0;
  font-size: 14px;
}
footer #arrowUp {
  position: fixed;
  right: 5px;
  bottom: 0;
  cursor: pointer;
  font-size: 0.93rem;
  z-index: 9;
  display: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  line-height: 1.3;
}
footer #arrowUp:hover {
  background-color: #000;
  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 span {
  font-size: 12px;
}
/*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 --- */
body,
html {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
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;
}
@font-face {
  font-family: 'Silk';
  src: url('../themes/default/assets/fonts/SilkSerif-Regular.eot');
  src: url('../themes/default/assets/fonts/SilkSerif-Regular.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/fonts/SilkSerif-Regular.woff2') format('woff2'), url('../themes/default/assets/fonts/SilkSerif-Regular.woff') format('woff'), url('../themes/default/assets/fonts/SilkSerif-Regular.ttf') format('truetype'), url('../themes/default/assets/fonts/SilkSerif-Regular.svg#Silk') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
  font-family: 'Poppins', sans-serif;
}
ul {
  margin: 0 auto;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 1rem;
  line-height: 1.5;
}
.jumbotron {
  padding: 2rem 0;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1.5;
  font-family: 'Silk';
}
.padding-block {
  padding: 4rem 0;
}
.color-default {
  color: #000;
}
.color-secondary {
  color: #555b60;
}
.bg-clean {
  background: #F6F9FE;
}
.bg-default {
  background: #000;
}
.text-color {
  color: #666666;
}
.color-dark {
  color: #222222;
}
.overflow-hidden {
  overflow: hidden;
}
.btn-default {
  font-size: 1.125rem;
  line-height: 1.1;
  cursor: pointer;
  padding: 15px 40px;
  border: none;
  color: #fff;
  outline: none;
  background: #000;
  background-size: 0 0;
  background-position: 50% 50%;
  letter-spacing: 0.25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  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(#555b60, #555b60);
  background-repeat: no-repeat;
  color: #fff;
}
.bg-black {
  background: #000;
}
/*END STYLES GLOBAL*/
.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);
}
.filter-white {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  /* Safari 6.0 - 9.0 */
}
.cc_message a {
  display: none;
}
.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited {
  background-color: #000;
  color: #fff;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .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: #555b60;
  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: none;
  padding: 10px 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 25px;
  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 #555b60;
}
.swiper .swiper-button-next:hover:after,
.swiper .swiper-button-prev:hover:after {
  background: #000;
  color: #fff;
}
.swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #555b60;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 1;
}
.swiper .swiper-pagination-bullet:hover,
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.swiper .swiper-button-next {
  right: 30px;
}
.swiper .swiper-button-prev {
  left: 10px;
}
.pagination-style .swiper-button-next {
  right: -60px;
}
.pagination-style .swiper-button-prev {
  left: -60px;
}
.pagination-style .swiper-button-next,
.pagination-style .swiper-button-prev {
  color: #000;
}
/* FORMULÁRIO */
.content-form {
  margin: 0 -10px;
}
.form-group {
  margin-bottom: 15px;
  padding: 0 10px;
}
.form-group.field-col {
  display: inline-block;
  width: 49.5%;
}
.form-group select.form-control {
  padding: 6px 10px;
  color: #8e8e8e;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.form-group select.form-control:focus {
  color: #495057;
}
.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;
  font-size: 12px;
}
.form-group.style-group-fields label {
  font-size: 14px;
  margin-left: 5px;
}
.form-group.style-group-fields label:first-child {
  font-size: 1rem;
}
.form-group .form-control {
  height: 45px;
  color: #8e8e8e;
  font-size: 14px;
  width: 100%;
  border: none;
  padding: 5px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}
.form-group .form-control:focus {
  background: #fff;
  color: #495057;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.form-group .form-control:hover {
  color: #495057;
}
.form-group .form-control::placeholder {
  color: rgba(68, 68, 68, 0.6);
  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;
}
.title-form h3 {
  font-size: 1.25rem;
}
.title-form h3 span {
  font-size: 1.75rem;
}
form .invalid-tooltip {
  font-size: 10px;
}
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;
}
/* END FORMULÁRIO */
.block-text h2 {
  font-size: 2.5rem;
  color: #222222;
}
.block-text p {
  line-height: 1.6;
}
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text h6 {
  margin-bottom: 10px;
  font-weight: bold;
}
.block-text a {
  color: #000;
  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: #333333;
}
.block-text ul li {
  list-style: inside;
  margin: 10px 0;
  font-size: 1rem;
}
.block-text ul li p {
  display: inline;
  margin: 0;
}
.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;
}
#home #conceptual figure img {
  max-height: 500px;
  object-fit: cover;
  -o-object-fit: cover;
}
#home .content-conceptual {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
}
#home .content-conceptual .bg-form {
  position: relative;
  top: 0;
  z-index: 5;
  padding: 2rem;
}
#home .content-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 7;
}
#home .content-banner.bg-opacity:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
  background: rgba(0, 0, 0, 0.5);
}
#home .content-banner .text-banner {
  width: 90%;
}
#home .content-banner .caption h1,
#home .content-banner .caption h2 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
}
@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
#home #marquee {
  display: flex;
  animation: marquee 20s linear infinite;
  gap: 40px;
}
#home #marquee p {
  font-size: 4rem;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}
#home .list-items li {
  margin: 1.5rem 0;
}
#home .list-items li i {
  font-size: 3rem;
  color: #000;
}
#home .list-items li h3 {
  color: #222222;
}
#home .list-items li p {
  color: #565656;
}
#home #Cta {
  background: #0E1644;
}
#home #Cta .item-cta h3 {
  font-size: 1.5rem;
}
#home .style-list-items li {
  margin: 1.5rem 0;
}
#home .style-list-items .item-list {
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
#home .style-list-items figure img {
  height: 330px;
  object-fit: cover;
  -o-object-fit: cover;
}
#home .style-list-items .overlay-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
#home .style-list-items .overlay-title h3 {
  margin: 0;
  color: #fff;
}
#home .block-description:nth-child(odd) {
  background: #F6F9FE;
}
#home .block-description .figure-description img {
  min-height: 500px;
  object-fit: cover;
  -o-object-fit: cover;
}
#home #testimony ul li {
  margin: 1rem 0;
}
#home #testimony .item-testimony {
  border: 1px solid rgba(0, 0, 0, 0.125);
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
  -moz-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
  -o-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
}
#home #testimony .item-testimony h3 {
  font-size: 1.5rem;
}
#home #testimony .item-testimony .aspas {
  position: absolute;
  top: 8px;
  right: 15px;
}
#home #testimony .item-testimony .aspas img {
  height: 60px;
}
#home #testimony .item-testimony .stars img {
  filter: invert(73%) sepia(75%) saturate(802%) hue-rotate(348deg) brightness(100%) contrast(109%);
  height: 18px;
}
#home #testimony .item-testimony .figure-testimony img {
  height: 80px;
}
#home #ctaContact {
  background-attachment: fixed;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  z-index: 9;
}
#home #ctaContact:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #10102d;
  opacity: 0.8;
  z-index: -1;
}
#home #ctaContact .btn-default.btn-whats {
  background-color: #00ce65;
}
#home #map {
  margin-bottom: -7px;
}
#home #map iframe {
  width: 100%;
}
#home .title-block h2 {
  font-size: 3rem;
  line-height: 1.3;
  color: #222222;
}
#home .title-block h2:after {
  content: '';
  height: 2px;
  width: 70px;
  margin: 8px auto;
  display: block;
  background: #000;
}
#home .title-block h2.text-white:after {
  background: #fff;
}
#home .title-block.white-after-default h2 {
  color: #fff;
}
#home #testimonies {
  background-image: url("../themes/default/assets/less/images/bg-testimonies.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#home #testimonies .block-text h3 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  line-height: 1.1;
  font-weight: bold;
}
#home #testimonies .block-text #google p {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  font-weight: bold;
}
#home #testimonies .list-testimonies .item-testimony {
  background: #fff;
  padding: 2rem 1.25rem;
  box-shadow: 0 0 10px 1px #ddd;
  -o-box-shadow: 0 0 10px 1px #ddd;
  -webkit-box-shadow: 0 0 10px 1px #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#home #testimonies .list-testimonies .info-testimony {
  gap: 12px;
}
#home #testimonies .list-testimonies .info-testimony .name-testimony h5 {
  font-weight: bold;
  margin: 0 0 2px;
}
#home #testimonies .list-testimonies p {
  font-weight: bold;
}
/*RESPONSIVO*/
/* Large devices (desktops, less than 1200px) TABLET DEITADO */
@media (max-width: 1199px) {
  #home .content-banner .caption h1,
  #home .content-banner .caption h2 {
    font-size: 3rem;
  }
  .form-group.field-col {
    width: 49.2%;
  }
  .pagination-style .swiper-button-next {
    right: -45px;
  }
  .pagination-style .swiper-button-prev {
    left: -45px;
  }
  header #menu ul:not(.dropdown-menu) {
    gap: 1rem 2rem;
  }
  header #logo h2 {
    font-size: 1.5rem;
  }
  /*END HOME*/
  /*INTERN*/
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  /*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: #555b60;
  }
  #iconNavicon label .lines {
    width: 12%;
  }
  #iconNavicon label .lines span {
    display: block;
    background: #555b60;
    -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.sticky-top {
    position: static;
  }
  header #contentHeader nav#menu {
    display: none;
    margin: 20px 0px 0px;
    max-height: 80vh;
    overflow: auto;
  }
  header #contentHeader nav#menu ul li {
    text-align: left;
    margin: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  header #contentHeader nav#menu ul li a {
    letter-spacing: 1px;
    padding: 15px;
    display: block;
    white-space: normal;
    font-size: 20px;
  }
  header #contentHeader nav#menu ul li a.active:after {
    display: none;
  }
  header #contentHeader nav#menu ul li.dropdown .dropdown-toggle {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 15px;
    width: 100%;
    text-align: left;
  }
  header #contentHeader 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;
    max-width: 100%;
  }
  header #contentHeader nav#menu ul li.dropdown .dropdown-menu a {
    margin: 15px 0;
  }
  .padding-block {
    padding: 3rem 0;
  }
  #home .content-conceptual {
    position: static;
    margin-top: 3rem;
  }
  .block-text h2,
  #home .title-block h2 {
    font-size: 2rem;
  }
  .figure-description {
    margin-top: 2rem;
  }
  #home .block-description .figure-description img {
    min-height: inherit;
    max-height: 350px;
  }
  .form-group.field-col {
    width: 49.5%;
  }
  .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;
  }
  #home .content-banner .text-banner {
    margin: 0 auto;
  }
  .swiper-pagination {
    position: static;
    margin-top: 10px;
  }
  .swiper .swiper-pagination-bullet {
    width: 35px;
    height: 35px;
  }
  /*END HOME*/
  /*INTERN*/
  /*END INTERN*/
}
/* Small devices (landscape phones, less than 768px)  md*/
@media (max-width: 767px) {
  .mt-5,
  .my-5 {
    margin-top: 2rem !important;
  }
  #iconNavicon label .lines {
    width: 35px;
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(3) {
    transform: translate(12px, -6px) rotatez(46deg);
  }
  .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 35px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 20px 0;
  }
  .btn-default {
    width: 100%;
  }
  .title-block h2 {
    font-size: 1.75rem;
  }
  #home .content-banner .caption h1,
  #home .content-banner .caption h2 {
    font-size: 2rem;
  }
  .banner-conceptual figure img {
    max-height: inherit;
    height: 400px;
  }
  #Cta .item-cta {
    margin-top: 2rem;
  }
  .block-text h2 {
    font-size: 1.8rem;
  }
  .button-group a {
    width: 100%;
    display: block;
  }
  #infoFooter {
    margin-top: 2rem;
  }
  .form-group.field-col {
    width: 100%;
  }
  #home .content-conceptual .bg-form {
    padding: 1.5rem;
  }
  #home .banner-conceptual figure img {
    max-height: inherit;
    height: 400px;
  }
  #home .content-banner .text-banner {
    width: auto;
    text-align: center;
    margin-bottom: 4rem;
  }
  #home #testimony .item-testimony h3 {
    font-size: 1.25rem;
  }
  .text-testimony p {
    margin-bottom: 10px;
  }
  .button-banner .btn-default {
    font-size: 1rem;
    padding: 15px 20px;
  }
  @keyframes marquee {
    from {
      transform: translateX(50%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  #home #marquee {
    animation: marquee 10s linear infinite;
    min-width: 1800px;
  }
  header #logo h2 {
    font-size: 1.25rem;
  }
}
/* Extra small devices (portrait phones, less than 576px) sm*/
