/* ==========================================================================
  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: #928552;
  border-right-color: #928552;
}
.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #928552;
  border-bottom-color: #928552;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #928552;
}
@-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 {
  position: sticky;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 15px -5px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 15px -5px rgba(55, 255, 255, 0.1);
  box-shadow: 0 0 15px -5px rgba(255, 255, 255, 0.1);
}
header #logo img {
  height: 50px;
  object-fit: contain;
  -o-object-fit: contain;
}
header #menu ul {
  gap: 10px 25px;
}
header #menu li a {
  font-size: 1.125rem;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  color: #fff;
}
header #menu li a.active,
header #menu li a:hover {
  color: #928552;
}
header #menu .btn-default {
  padding: 12px 20px;
}
/*END HEADER*/
/*FOOTER*/
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 {
  -webkit-animation: shake-animation 4.72s ease infinite;
  -o-animation: shake-animation 4.72s ease infinite;
  animation: shake-animation 4.72s ease infinite;
  position: fixed;
  bottom: 0;
  background: #04b178;
  left: 15px;
  cursor: pointer;
  padding: 8px 15px;
  z-index: 9;
  color: #fff;
  font-size: 1.125rem;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  font-weight: bold;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
footer #whatsFooter:hover {
  opacity: 0.8;
}
footer #whatsFooter a {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
footer #whatsFooter figure {
  line-height: 1;
}
footer #whatsFooter figure img {
  height: 20px;
  filter: brightness(0) invert(1);
}
footer #whatsFooter span {
  margin-left: 10px;
}
footer .info-footer a {
  max-width: max-content;
}
footer .info-footer address {
  margin: 0;
}
footer .info-footer address p {
  margin: 0;
}
footer #contentFooter {
  color: #2c3756;
}
footer #contentFooter a {
  font-size: 1rem;
}
footer #contentFooter a:hover {
  color: #928552;
}
footer #contentFooter #dataInfo img {
  filter: invert(21%) sepia(34%) saturate(654%) hue-rotate(185deg) brightness(93%) contrast(95%);
}
footer #devCopyright {
  border-top: 2px solid;
  padding-top: 20px;
  color: #2c3756;
}
footer #devCopyright a {
  text-decoration: underline;
  font-family: "avenir_next_lt_prodemi", sans-serif;
}
footer #devCopyright a:hover {
  color: #928552;
}
footer .list-network li a {
  line-height: 1;
  display: block;
}
footer .list-network li a img {
  height: 30px;
  width: 30px;
  filter: invert(21%) sepia(34%) saturate(654%) hue-rotate(185deg) brightness(93%) contrast(95%);
}
footer .list-network li a:hover {
  opacity: 0.6;
}
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(146, 133, 82, 0.6);
  padding: 5px 10px;
}
footer #arrowUp:hover {
  background-color: #928552;
  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: 'avenir_next_lt_proregular';
  src: url('../themes/default/assets/fonts/avenir_next_lt_pro_regular-webfont.eot');
  src: url('../themes/default/assets/fonts/avenir_next_lt_pro_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/fonts/avenir_next_lt_pro_regular-webfont.woff2') format('woff2'), url('../themes/default/assets/fonts/avenir_next_lt_pro_regular-webfont.woff') format('woff'), url('../themes/default/assets/fonts/avenir_next_lt_pro_regular-webfont.ttf') format('truetype'), url('../themes/default/assets/fonts/avenir_next_lt_pro_regular-webfont.svg#avenir_next_lt_proregular') format('svg');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'dante_mtregular';
  src: url('../themes/default/assets/fonts/dante_mt_regular-webfont.eot');
  src: url('../themes/default/assets/fonts/dante_mt_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/fonts/dante_mt_regular-webfont.woff2') format('woff2'), url('../themes/default/assets/fonts/dante_mt_regular-webfont.woff') format('woff'), url('../themes/default/assets/fonts/dante_mt_regular-webfont.ttf') format('truetype'), url('../themes/default/assets/fonts/dante_mt_regular-webfont.svg#dante_mtregular') format('svg');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'dante_mtmedium';
  src: url('../themes/default/assets/fonts/dante-mt-medium-webfont.eot');
  src: url('../themes/default/assets/fonts/dante-mt-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../themes/default/assets/fonts/dante-mt-medium-webfont.woff2') format('woff2'), url('../themes/default/assets/fonts/dante-mt-medium-webfont.woff') format('woff'), url('../themes/default/assets/fonts/dante-mt-medium-webfont.ttf') format('truetype'), url('../themes/default/assets/fonts/dante-mt-medium-webfont.svg#dante_mtmedium') format('svg');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
.font-avenir-next-lt-prodemi {
  font-family: 'avenir_next_lt_prodemi', sans-serif;
}
.font-avenir-next-lt-proregular {
  font-family: 'avenir_next_lt_proregular', sans-serif;
}
.font-dante_mtregular {
  font-family: 'dante_mtregular', sans-serif;
}
.font-dante_mtmedium {
  font-family: 'dante_mtmedium', sans-serif;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
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;
  color: #fff;
  font-family: "avenir_next_lt_proregular", sans-serif;
}
html {
  scroll-behavior: smooth;
}
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,
h5 {
  margin-top: 0;
  font-weight: bold;
  line-height: 1.5;
  font-family: 'avenir_next_lt_prodemi', sans-serif;
}
h2 {
  font-size: 32pt;
}
.padding-block {
  padding: 4rem 0;
}
.color-default {
  color: #928552;
}
.color-secondary {
  color: #2c3756;
}
.bg-default {
  background: #928552;
}
.background-secondary {
  background: #2c3756;
}
.text-color {
  color: #2c3756;
}
.bg-clean {
  background-color: #e0e3e1;
}
.overflow-hidden {
  overflow: hidden;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.btn-default {
  font-size: 1rem;
  line-height: 1.1;
  cursor: pointer;
  padding: 12px 40px;
  border: none;
  color: #fff;
  outline: none;
  font-weight: bold;
  background: #928552;
  background-size: 0% 0%;
  background-position: 50% 50%;
  font-family: 'avenir_next_lt_prodemi', sans-serif;
  box-shadow: 0 0 15px 4px rgba(146, 133, 82, 0.8);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  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(#2c3756, #2c3756);
  background-repeat: no-repeat;
  color: #fff;
  animation: pulse 1.5s infinite;
}
.btn-more .btn-default {
  padding: 20px 40px;
}
.button-secondary {
  font-size: 1rem;
  line-height: 1.1;
  cursor: pointer;
  padding: 12px 40px;
  border: none;
  color: #fff;
  outline: none;
  font-weight: bold;
  background: #2c3756;
  background-size: 0% 0%;
  background-position: 50% 50%;
  -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;
}
.button-secondary:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#928552, #928552);
  background-repeat: no-repeat;
  color: #fff;
}
.bg-black {
  background: #000;
}
/*END STYLES GLOBAL*/
.effect-scale a img {
  object-fit: cover;
  -o-object-fit: cover;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.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 */
}
.filter-gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.cc_message a {
  display: none;
}
.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited {
  background-color: #928552;
  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: #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 {
  font-size: 35px;
  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:hover:after,
.swiper .swiper-button-prev:hover:after {
  color: #928552;
}
.swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #2c3756;
  border: none;
  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 {
  opacity: 1;
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-prev {
  left: 0;
}
.pagination-style .swiper-button-next {
  right: -40px;
}
.pagination-style .swiper-button-prev {
  left: -60px;
}
.pagination-style .swiper-button-next,
.pagination-style .swiper-button-prev {
  z-index: 1;
}
.pagination-style .swiper-button-next:after,
.pagination-style .swiper-button-prev:after {
  color: #fff;
  background: #928552;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.pagination-style .swiper-button-next:hover:after,
.pagination-style .swiper-button-prev:hover:after {
  background-color: #2c3756;
}
.block-text.title-block h2::after {
  content: '';
  display: block;
  height: 5px;
  width: 42%;
  margin: 1rem auto;
  background-color: #928552;
}
.block-text.title-block p {
  color: #928552;
}
.block-text p {
  font-weight: 500;
}
.block-text.width-block {
  width: 58%;
  margin: 10px auto;
}
.block-text.width-block p {
  font-size: 1.25rem;
}
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text h6 {
  margin-bottom: 10px;
  line-height: 1.3;
}
.block-text h2 strong,
.block-text h3 strong,
.block-text h4 strong,
.block-text h5 strong,
.block-text h6 strong {
  font-weight: 900;
}
.block-text a {
  color: #928552;
  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: #beb48c;
}
.block-text ul li {
  list-style: none;
  font-size: 1rem;
  margin: 8px 0;
}
.block-text ul li:before {
  content: '';
  display: block;
  background: url("../themes/default/assets/images/icons/check-solid.svg") no-repeat center;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid;
  background-size: 13px;
  float: left;
  margin-right: 10px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.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;
}
.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-float {
  float: left;
  margin: 0 20px 10px 0;
}
.block-text .img-text-float img {
  max-width: 500px;
  object-fit: cover;
  -o-object-fit: cover;
}
.accordion .accordion-item {
  background: transparent;
  border: none;
  color: #fff;
  margin: 1.5rem 0;
}
.accordion .accordion-item:first-child .accordion-header .accordion-button,
.accordion .accordion-item:last-child .accordion-header .accordion-button {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.accordion .accordion-item .accordion-button {
  background: #2c3756;
  border: none;
  color: #fff;
  box-shadow: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 1.125rem;
}
.accordion .accordion-item .accordion-button:after {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.accordion .accordion-item .accordion-body {
  padding: 1rem 1.25rem 0;
}
/*HOME*/
#conceptualHome {
  background-color: #000;
}
#conceptualHome #tags {
  gap: 3rem;
}
#conceptualHome #tags .tag h3 {
  background: #2c3756;
  border: 1px solid;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 13px 30px;
  font-size: 18px;
  line-height: 1.1;
}
#conceptualHome #contentConceptual .block-text {
  width: 92%;
}
#conceptualHome #contentConceptual .block-text h1 {
  font-size: 4rem;
  line-height: 1;
}
#conceptualHome #contentConceptual .block-text h2 {
  font-size: 1.5rem;
  font-weight: normal;
}
#conceptualHome #contentConceptual .block-text ul {
  margin: 2rem 0;
  font-family: 'avenir_next_lt_prodemi', sans-serif;
}
#conceptualHome #contentConceptual .block-text ul li {
  font-size: 1.25rem;
  margin: 1.5rem 0;
}
#conceptualHome #contentConceptual .block-text ul li strong {
  color: #928552;
}
#conceptualHome #contentConceptual .block-text p {
  margin-left: 2rem;
  font-size: 2rem;
  color: #928552;
  line-height: 1.2;
  font-family: 'avenir_next_lt_prodemi', sans-serif;
}
#conceptualHome #contentConceptual .btn-banner .btn-default {
  font-size: 1.25rem;
  padding: 20px 40px;
}
#conceptualHome #contentConceptual figcaption {
  margin-top: -150px;
}
#conceptualHome #contentConceptual figcaption p {
  font-size: 1.125rem;
  margin: 0;
}
#conceptualHome #contentConceptual figcaption span {
  font-size: 1.25rem;
}
#conceptualHome #contentConceptual figcaption strong {
  font-family: 'avenir_next_lt_prodemi', sans-serif;
}
#descriptions .block-text .item-description {
  width: 60%;
  margin: 0 auto 4rem;
}
#descriptions .block-text .item-description:last-child {
  margin-bottom: 0;
}
#descriptions .block-text h2 {
  color: #928552;
  margin-bottom: 1.5rem;
}
#descriptions .block-text ul li {
  color: #2c3756;
  font-size: 1.125rem;
  margin: 1.5rem 0;
}
#descriptions .block-text ul li:before {
  content: '';
  background: url('../themes/default/assets/images/icon-marker.webp') no-repeat top center;
  border: none;
  filter: none;
  -webkit-filter: none;
  height: 25px;
  width: 25px;
  background-size: contain;
}
#descriptions .block-text ul li strong {
  font-family: 'avenir_next_lt_prodemi', sans-serif;
}
#phrase {
  background: #000;
  position: relative;
}
#phrase:after {
  content: '';
  display: block;
  background: url('../themes/default/assets/images/image-frase.webp') no-repeat top right;
  width: 400px;
  position: absolute;
  top: -10px;
  right: 0;
  height: 580px;
  background-size: contain;
}
#phrase .block-text {
  font-family: 'dante_mtregular', sans-serif;
}
#phrase .block-text h2 {
  font-family: 'dante_mtregular', sans-serif;
  font-style: italic;
  font-size: 2rem;
  position: relative;
}
#phrase .block-text h2:before {
  content: '';
  display: inline-block;
  background: url('../themes/default/assets/images/aspas.webp') no-repeat top left;
  width: 120px;
  height: 98px;
  position: absolute;
  top: -40px;
  left: -110px;
  background-size: contain;
  line-height: 1;
}
#phrase .block-text p {
  font-size: 1.5rem;
}
#phrase .block-text #namePhrase h3 {
  margin: 0;
}
#gallery li {
  flex: 1 1 auto;
  width: calc(100% / 5);
}
#gallery figure {
  height: 100%;
}
#gallery img {
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#sectionGet #listGet {
  gap: 1.5rem 0;
  width: 80%;
  margin: 0 auto;
}
#sectionGet #listGet .item-get {
  background-color: #3b4562;
  border: 2px solid #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 1rem 2rem;
  height: 100%;
  gap: 0 2rem;
}
#sectionGet #listGet .item-get h2 {
  font-size: 1.8rem;
}
#sectionGet #listGet .item-get figure {
  width: 60px;
}
#sectionGet #listGet .item-get figure img {
  height: 60px;
  width: 60px;
}
#sectionGet #listGet .item-get ul li {
  font-family: 'avenir_next_lt_proregular', sans-serif;
  margin: 5px auto;
  width: max-content;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
}
#sectionGet #listGet .item-get ul li:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  height: 18px;
  width: 18px;
}
#sectionGet #listGet .item-get h3 {
  width: 75%;
  font-size: 1.25rem;
  margin: 0;
  font-weight: normal;
  line-height: 1.3;
  font-family: 'avenir_next_lt_proregular', sans-serif;
}
#modules .block-text h2 {
  font-weight: normal;
  font-family: 'avenir_next_lt_proregular', sans-serif;
  letter-spacing: 12px;
  font-size: 1.5rem;
}
#modules .block-text h2 strong {
  display: block;
  letter-spacing: normal;
  font-family: 'avenir_next_lt_prodemi', sans-serif;
  margin-top: 8px;
}
#modules ul {
  gap: 2rem 0;
}
#modules .item-module figure {
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
#modules .item-module img {
  height: 350px;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top;
}
#modules .resume-image-module {
  padding: 0 1.25rem 1rem;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  background-color: #d9a051;
}
#modules .resume-image-module h3 {
  background: #2c3756;
  padding: 1rem;
  font-size: 1.25rem;
  width: 70%;
  margin: -30px auto 1rem;
  position: relative;
}
#modules .resume-image-module h4 {
  font-weight: normal;
  margin-top: 1rem;
  font-size: 20px;
}
#modules .resume-module h3 {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.3;
}
#modules .resume-module h3 strong {
  text-transform: uppercase;
  color: #d9a051;
  display: block;
  margin-bottom: 5px;
}
#modules .btn-whats a:hover button {
  opacity: 0.75;
}
#modules .btn-whats button {
  background-color: #04b178;
  border: none;
  color: #fff;
  font-family: 'avenir_next_lt_prodemi', sans-serif;
  padding: 1rem 6rem;
  margin: 0 auto;
}
#modules .btn-whats button span {
  font-size: 1.5rem;
}
#faq .block-text h2 {
  font-weight: normal;
  font-family: 'avenir_next_lt_proregular', sans-serif;
  letter-spacing: 12px;
  font-size: 1.5rem;
}
#faq .block-text h2 strong {
  display: block;
  letter-spacing: normal;
  font-family: 'avenir_next_lt_prodemi', sans-serif;
  margin-top: 8px;
  font-size: 2rem;
}
#blockVideos .video {
  min-height: 250px;
}
#blockVideos iframe {
  width: 100%;
  height: 200px;
}
#blockVideos .title-video {
  text-align: center;
}
#blockVideos .title-video h3 {
  margin: 0;
}
#blockVideos .swiper-button-prev {
  left: 30%;
  top: inherit;
  bottom: 50px;
}
#blockVideos .swiper-button-next {
  right: 30%;
  top: inherit;
  bottom: 50px;
}
#blockVideos .swiper-button-prev:after,
#blockVideos .swiper-button-next:after {
  border: 3px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 6px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #2c3756;
}
#blockVideos .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#blockVideos .swiper-slide .title-video {
  opacity: 0;
}
#blockVideos .swiper-slide.swiper-slide-next iframe {
  height: 300px;
}
#blockVideos .swiper-slide.swiper-slide-next .title-video {
  opacity: 1;
}
#videosTestimonies {
  position: relative;
  background-image: url('../themes/default/assets/images/banner-testimonies.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#videosTestimonies #titleButtonTestimonies h3 {
  line-height: 1.3;
  color: #2c3756;
}
#videosTestimonies #carouselTestimony img {
  height: 340px;
  width: 340px;
  object-fit: contain;
  -o-object-fit: contain;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#videosTestimonies #carouselTestimony figure {
  position: relative;
}
#videosTestimonies #carouselTestimony .description-testimony {
  width: 60%;
  background: #fff;
  padding: 1rem 4rem 1rem 5rem;
  margin-left: -40px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
}
#videosTestimonies #carouselTestimony .description-testimony h4 {
  font-weight: normal;
}
#videosTestimonies #carouselTestimony .description-testimony h4 span {
  display: block;
  font-size: 1rem;
  font-family: "avenir_next_lt_proregular", sans-serif;
}
#videosTestimonies #carouselTestimony .description-testimony p {
  margin: 0;
}
#videosTestimonies #carouselTestimony #arrowsTestimonies {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  float: right;
  margin-bottom: -50px;
  gap: 20px;
  margin-right: 20px;
}
#videosTestimonies #carouselTestimony #arrowsTestimonies .swiper-button-next,
#videosTestimonies #carouselTestimony #arrowsTestimonies .swiper-button-prev {
  position: relative;
}
#videosTestimonies #carouselTestimony #arrowsTestimonies .swiper-button-next:after,
#videosTestimonies #carouselTestimony #arrowsTestimonies .swiper-button-prev:after {
  border: 3px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 6px 11px;
  font-size: 20px;
  font-weight: bold;
  color: #2c3756;
}
#highlightSpeaker {
  padding-top: 5rem;
}
#highlightSpeaker #speaker .btn-more {
  margin-top: -90px;
}
#highlightSpeaker #descriptionSpeaker {
  border: 1px solid;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 2rem 4rem;
}
#highlightSpeaker #descriptionSpeaker h2 {
  font-size: 2rem;
  line-height: 1.3;
}
#highlightSpeaker #descriptionSpeaker h3 {
  font-family: "avenir_next_lt_proregular", sans-serif;
  font-style: italic;
  font-size: 1rem;
}
#highlightSpeaker #descriptionSpeaker ul li {
  margin: 1.25rem 0;
}
#highlightSpeaker #descriptionSpeaker ul li::before {
  border: none;
  background-size: 18px;
}
#highlightSpeaker #highlight {
  padding-top: 5rem;
}
#highlightSpeaker #highlight .block-text h2 {
  font-size: 2rem;
}
#highlightSpeaker #highlight #listHighlight li:first-child .item-highlight ul li::before {
  background-color: #403d30;
}
#highlightSpeaker #highlight #listHighlight li:first-child .item-highlight .btn-default {
  background-color: #403d30;
}
#highlightSpeaker #highlight #listHighlight li:last-child .item-highlight ul li::before {
  background-color: #928552;
}
#highlightSpeaker #highlight #listHighlight li:last-child .item-highlight .btn-default {
  background-color: #928552;
  box-shadow: 0 0 15px 4px rgba(146, 133, 82, 0.8);
}
#highlightSpeaker #highlight .item-highlight {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151515+0,272727+100 */
  background: linear-gradient(to bottom, #151515 0%, #272727 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 100%;
  border: 1px solid #fff;
  padding: 3rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#highlightSpeaker #highlight .item-highlight .title-nivel h3 {
  color: #909090;
  font-size: 1rem;
  margin: 0;
  letter-spacing: 5px;
}
#highlightSpeaker #highlight .item-highlight .title-nivel h4 {
  font-size: 2rem;
}
#highlightSpeaker #highlight .item-highlight .title-nivel h5 {
  text-decoration: underline;
}
#highlightSpeaker #highlight .item-highlight ul {
  margin: 2rem 0;
}
#highlightSpeaker #highlight .item-highlight ul li {
  margin: 1rem 0;
}
#highlightSpeaker #highlight .item-highlight ul li:before {
  display: inline-block;
  content: '';
  height: 15px;
  width: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #686146;
  margin-right: 5px;
}
#highlightSpeaker #highlight .item-highlight ul li strong {
  font-family: 'avenir_next_lt_prodemi', sans-serif;
}
#highlightSpeaker #highlight .item-highlight .btn-default {
  background-color: #686146;
  box-shadow: none;
}
#highlightSpeaker #highlight #moreNivels h4 {
  text-transform: uppercase;
}
#highlightSpeaker #highlight #moreNivels .btn-more .btn-default {
  font-size: 1.5rem;
  padding: 15px 60px;
}
#tableNivels {
  border: 2px solid #fff;
  box-shadow: 0px 0px 5px #2c375699;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#tableNivels #headerTable .item-header-table {
  background: #313d60;
  text-align: center;
}
#tableNivels #headerTable .item-header-table:first-child {
  background: #4e6299;
}
#tableNivels #headerTable .item-header-table:nth-child(2) .title-header-table {
  height: calc(100% - 74px);
}
#tableNivels #headerTable .item-header-table:last-child {
  background: #1e253a;
  -webkit-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
}
#tableNivels #headerTable .item-header-table:last-child .title-subtitle-table {
  -webkit-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
}
#tableNivels #headerTable .item-header-table .title-subtitle-table {
  box-shadow: 1px 0 4px -1px #2c3756 inset;
  padding: 10px;
}
#tableNivels #headerTable .item-header-table .title-subtitle-table h4 {
  letter-spacing: 3px;
}
#tableNivels #headerTable .item-header-table h3 {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1.25rem;
}
#tableNivels #headerTable .item-header-table h4 {
  font-weight: normal;
  font-size: 1.25rem;
  display: block;
  margin: 0;
}
#tableNivels #headerTable .item-header-table h4 strong {
  display: block;
  text-shadow: 0 0 20px #fff;
  font-size: 2.125rem;
  margin-top: 5px;
  line-height: 1.2;
  font-style: normal;
}
#tableNivels #headerTable .item-header-table .title-header-table {
  padding: 1.25rem 1rem 2rem;
  width: 250px;
}
#tableNivels #headerTable .item-header-table .tag {
  display: block;
}
#tableNivels #contentTableNivels h5 {
  background: #6f7b9d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #2c3756;
  width: 160px;
  margin: 0;
  text-align: center;
}
#tableNivels #contentTableNivels .item-table {
  border-bottom: 1rem solid;
}
#tableNivels #contentTableNivels .item-table:first-child h5 {
  background: #98a4c4;
}
#tableNivels #contentTableNivels .item-table:first-child .block-lines li {
  background: #e8ebf2;
}
#tableNivels #contentTableNivels .item-table:first-child .block-lines li:nth-child(even) {
  background: #cfd5e4;
}
#tableNivels #contentTableNivels .item-table:nth-child(2) h5 {
  background: #d6cca4;
}
#tableNivels #contentTableNivels .item-table:nth-child(2) .block-lines li {
  background: #f4f0e6;
}
#tableNivels #contentTableNivels .item-table:nth-child(2) .block-lines li:nth-child(even) {
  background: #fcfbf8;
}
#tableNivels #contentTableNivels .item-table:last-child {
  border-width: 3px;
}
#tableNivels #contentTableNivels .item-table:last-child h5 {
  background: #a49b79;
}
#tableNivels #contentTableNivels .item-table:last-child .block-lines li {
  background: #dddacd;
}
#tableNivels #contentTableNivels .item-table:last-child .block-lines li:nth-child(even) {
  background: #efede6;
}
#tableNivels #contentTableNivels .block-lines {
  border-left: 3px solid #fff;
  width: calc(100% - 160px);
}
#tableNivels #contentTableNivels .block-lines li {
  background: #c0c6da;
}
#tableNivels #contentTableNivels .block-lines li:nth-child(even) {
  background: #e5e9f6;
}
#tableNivels #contentTableNivels .block-lines li p {
  margin: 0;
  padding: 5px 1rem;
  color: #2c3756;
  font-family: 'avenir_next_lt_prodemi', sans-serif;
  width: 33.7%;
}
#tableNivels #contentTableNivels .block-lines li figure {
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 3px solid;
}
#tableNivels #contentTableNivels .block-lines li figure.check img {
  background: #04b178;
}
#tableNivels #contentTableNivels .block-lines li figure.not img {
  background: #df0000;
}
#tableNivels #contentTableNivels .block-lines li figure img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 4px;
  width: 25px;
  height: 25px;
}
#tableNivels #contentTableNivels .block-lines li span {
  width: 22%;
  display: block;
  color: #2c3756;
  font-family: 'avenir_next_lt_prodemi', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-left: 3px solid #fff;
}
#tableNivels #contentTableNivels .block-lines li span.adicional {
  text-transform: uppercase;
  color: #04b178;
}
#tableNivels #footerPhrase {
  background-color: #d3d3d3;
  padding: 4px;
}
#tableNivels #footerPhrase p {
  margin: 0;
}
#tableNivels #footerTable {
  gap: 2rem;
  padding: 1.5rem 1rem;
}
#tableNivels #footerTable .item-footer-table {
  background: #313d60;
  padding: 1rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  min-width: 220px;
}
#tableNivels #footerTable .item-footer-table h3 {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.3;
}
#tableNivels #footerTable .item-footer-table h3 strong {
  display: block;
}
.section-block:nth-child(even) {
  background: #e0e3e1;
}
.section-block img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0px 0px 15px #888;
}
.section-block .block-text p {
  color: #000;
}
/*END HOME*/
/*RESPONSIVO*/
/* Large devices (desktops, less than 1200px) TABLET DEITADO */
@media (max-width: 1199px) {
  h2 {
    font-size: 2.25rem;
  }
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  .section-block .block-text h2 {
    font-size: 2rem;
  }
  .block-text.width-block {
    width: 75%;
  }
  header #menu ul {
    gap: 10px 15px;
  }
  header #menu li a {
    font-size: 13px;
  }
  header #menu .btn-default {
    font-size: 12px;
  }
  #conceptualHome #tags .tag h3 {
    font-size: 1rem;
  }
  #conceptualHome #contentConceptual .block-text h1 {
    font-size: 2.5rem;
  }
  #conceptualHome #contentConceptual .block-text h2 {
    font-size: 1.125rem;
  }
  #conceptualHome #contentConceptual .block-text p {
    margin-left: 1rem;
    font-size: 1.5rem;
  }
  #conceptualHome #contentConceptual figcaption {
    margin-top: -80px;
  }
  #contentPhrase {
    width: 58%;
  }
  #phrase .block-text h2 {
    font-size: 1.6rem;
  }
  #phrase .block-text p {
    font-size: 1.25rem;
  }
  #sectionGet #listGet {
    width: 90%;
  }
  #modules .resume-image-module h4 {
    font-size: 1.25rem;
  }
  #modules .resume-module h3 {
    font-size: 1.125rem;
  }
  #titleButtonTestimonies .btn-default {
    padding: 20px;
    font-size: 14px;
  }
  #videosTestimonies #carouselTestimony img {
    height: 280px;
    width: 280px;
  }
  #videosTestimonies #carouselTestimony .description-testimony p {
    font-size: 15px;
  }
  #videosTestimonies #carouselTestimony .description-testimony {
    margin-left: -60px;
  }
  #videosTestimonies #carouselTestimony #arrowsTestimonies {
    margin-bottom: -30px;
  }
  #carouselTestimony .swiper-pagination {
    position: relative;
  }
  #highlightSpeaker #descriptionSpeaker {
    padding: 2rem 3rem;
  }
  #highlightSpeaker #descriptionSpeaker h2 {
    font-size: 1.5rem;
  }
  #highlightSpeaker #highlight .item-highlight {
    padding: 1.5rem;
  }
  #highlightSpeaker #highlight .item-highlight .title-nivel h4 {
    font-size: 1.5rem;
  }
  #highlightSpeaker #highlight .item-highlight h5 {
    font-size: 1rem;
  }
  .item-highlight .btn-default {
    width: 100%;
    padding: 20px;
    font-size: 15px;
  }
  #tableNivels #headerTable .item-header-table .title-header-table {
    width: 170px;
  }
  #tableNivels #headerTable .item-header-table .title-header-table h4 {
    font-size: 1.125rem;
  }
  #tableNivels #headerTable .item-header-table .title-header-table h4 strong {
    font-size: 1.5rem;
  }
  #tableNivels #headerTable .item-header-table .title-subtitle-table h4 {
    letter-spacing: 0;
    font-size: 1rem;
  }
}
/* Medium devices (tablets, less than 992px) TABLET */
@media (max-width: 991px) {
  .mb-5,
  .my-5 {
    margin-bottom: 1.5rem !important;
  }
  .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;
  }
  #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;
  }
  #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 {
    position: static;
  }
  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 #000;
  }
  header nav#menu ul li a {
    letter-spacing: 1px;
    padding: 15px;
    display: block;
    white-space: normal;
  }
  /**********/
  #menu .btn-default {
    padding: 10px 20px;
  }
  .section-block figure {
    margin-top: 2rem;
  }
  .section-block figure img {
    height: 350px;
    object-fit: cover;
    -o-object-fit: cover;
  }
  header #menu ul {
    gap: 10px 15px;
  }
  .block-text.width-block {
    width: 85%;
  }
  .padding-block {
    padding: 3rem 0;
  }
  header #menu li a {
    font-size: 1.25rem;
  }
  header #menu .btn-default {
    font-size: 1rem;
    padding: 15px 50px;
  }
  #conceptualHome #tags .tag h3 {
    line-height: 1.5;
  }
  #contentConceptual figure {
    text-align: center;
    margin-top: 3rem;
  }
  #contentConceptual figure img {
    height: 320px;
  }
  #conceptualHome #contentConceptual figcaption {
    margin-top: -60px;
  }
  #descriptions .block-text .item-description {
    width: 80%;
  }
  #contentPhrase {
    width: 65%;
  }
  #phrase::after {
    width: 250px;
    height: 340px;
  }
  #phrase .block-text p {
    font-size: 1.125rem;
  }
  #sectionGet #listGet {
    width: auto;
  }
  #sectionGet #listGet .item-get h3 {
    font-size: 1rem;
  }
  #sectionGet #listGet .item-get ul li {
    font-size: 1rem;
  }
  #blockVideos iframe {
    height: 300px;
  }
  #blockVideos .swiper-slide .title-video {
    opacity: 1;
  }
  #blockVideos .swiper-button-prev {
    left: -30px;
    bottom: 0;
  }
  #blockVideos .swiper-button-next {
    right: 10px;
    bottom: 0;
  }
  #blockVideos .swiper-button-next,
  #blockVideos .swiper-button-prev {
    position: relative;
  }
  #arrowsVideos {
    display: flex;
    margin-top: 30px;
    justify-content: flex-end;
  }
  #titleButtonTestimonies {
    text-align: center;
    margin-bottom: 3rem;
  }
  #videosTestimonies #carouselTestimony .description-testimony {
    width: 68%;
  }
  #speaker img {
    height: 500px;
  }
  #highlightSpeaker #descriptionSpeaker {
    margin-top: 2rem;
  }
  #listHighlight {
    gap: 2rem 0;
  }
  #tableNivels #contentTableNivels .block-lines li p {
    width: 45%;
  }
  #tableNivels #contentTableNivels .block-lines li figure {
    width: 18%;
  }
  #tableNivels #contentTableNivels .block-lines li span {
    width: 18%;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
  }
  #tableNivels #headerTable .item-header-table .title-header-table h4 {
    font-size: 11px;
  }
  #tableNivels #headerTable .item-header-table .title-header-table h4 strong {
    font-size: 14px;
  }
  #tableNivels #headerTable .item-header-table .tag {
    font-size: 12px;
  }
  #tableNivels #headerTable .item-header-table h3 {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  #tableNivels #headerTable .item-header-table {
    width: 97px;
  }
  #tableNivels #headerTable .item-header-table .title-subtitle-table h4 {
    font-size: 12px;
  }
  #tableNivels #footerTable .item-footer-table h3 {
    font-size: 1rem;
  }
  #tableNivels #footerTable .item-footer-table {
    min-width: inherit;
  }
  #tableNivels #footerTable {
    gap: 1rem;
  }
  #tableNivels #headerTable .item-header-table .title-header-table {
    padding: 1.25rem 10px 1rem;
    width: auto;
  }
  #tableNivels #headerTable .item-header-table:nth-child(2) .title-header-table {
    height: calc(100% - 64px);
  }
  #conceptualHome #tags {
    gap: 1rem;
  }
  #conceptualHome #tags .tag h3 {
    font-size: 12px;
  }
}
/* Small devices (landscape phones, less than 768px)  md*/
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 1.5rem;
  }
  .h3,
  h3 {
    font-size: 1.3rem;
  }
  .mt-5,
  .my-5 {
    margin-top: 2rem !important;
  }
  .send button {
    width: 100%;
  }
  .btn-default {
    width: 100%;
  }
  #iconNavicon label .lines {
    width: 22%;
  }
  #iconNavicon label input:checked ~ .lines span:nth-of-type(3) {
    transform: translate(12px, -7px) rotatez(46deg);
  }
  .section-block .block-text ul li,
  .section-block .block-text p {
    font-size: 1rem;
    line-height: 1.65;
  }
  .section-block figure img {
    height: 250px;
  }
  .section-block .block-text h2 {
    font-size: 1.5rem;
  }
  .width-block {
    width: auto;
  }
  #formContactFixed {
    bottom: 0;
    right: inherit;
    left: 0;
    width: 100%;
  }
  .form-group.field-col {
    width: 100%;
    flex: auto;
  }
  footer #whatsFooter {
    bottom: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 8px;
  }
  footer #whatsFooter figure img {
    height: 30px;
    width: 30px;
  }
  footer #whatsFooter span {
    display: none;
  }
  footer #arrowUp {
    right: 5px;
  }
  /********/
  .block-text.width-block {
    width: auto;
  }
  footer.padding-block {
    padding-bottom: 4rem;
  }
  #conceptualHome #tags {
    margin-top: -30px;
  }
  #conceptualHome #contentConceptual .block-text h1 {
    font-size: 1.8rem;
  }
  #conceptualHome #contentConceptual .block-text h2 {
    line-height: 1.5;
  }
  #conceptualHome #contentConceptual .block-text ul li {
    font-size: 1rem;
  }
  #conceptualHome #contentConceptual .block-text p {
    font-size: 1.25rem;
  }
  #conceptualHome #contentConceptual .block-text {
    width: auto;
  }
  #descriptions .block-text .item-description {
    width: auto;
  }
  #contentPhrase {
    width: auto;
  }
  #phrase .block-text h2::before {
    font-size: 5rem;
    top: -50px;
    left: 0;
    line-height: 1;
    text-align: left;
    height: 50px;
  }
  #phrase::after {
    width: auto;
    height: 300px;
    position: relative;
    top: 20px;
    right: 0;
    left: inherit;
  }
  #gallery ul {
    flex-wrap: wrap;
  }
  #gallery ul li {
    flex: 1 1 50%;
  }
  #gallery img {
    height: 250px;
    width: 100%;
  }
  #sectionGet #listGet .item-get ul li {
    font-family: 'avenir_next_lt_proregular', sans-serif;
    align-items: baseline;
    text-align: left;
    width: auto;
  }
  #sectionGet #listGet .item-get {
    padding: 1rem;
    gap: 0 1.5rem;
  }
  #sectionGet #listGet .item-get h2 {
    font-size: 1.5rem;
  }
  .btn-more .btn-default {
    padding: 20px;
  }
  #modules .block-text h2 {
    letter-spacing: 8px;
    font-size: 1.125rem;
  }
  #modules .btn-whats button {
    padding: 1rem;
    width: 100%;
  }
  #videosTestimonies #carouselTestimony img {
    height: auto;
    width: 200px;
    margin: 0 auto;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }
  #videosTestimonies #carouselTestimony .description-testimony {
    width: auto;
    margin: 0;
    padding: 2rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .swiper .swiper-pagination-bullet {
    width: 35px;
    height: 35px;
  }
  #carouselTestimony .swiper-pagination {
    margin-top: 2rem;
  }
  #speaker img {
    height: 320px;
    object-fit: contain;
    -o-object-fit: contain;
  }
  #highlightSpeaker {
    padding-top: 3rem;
  }
  #highlightSpeaker #descriptionSpeaker {
    padding: 1.5rem;
  }
  #highlightSpeaker #highlight {
    padding-top: 3rem;
  }
  #highlightSpeaker #highlight .block-text h2 {
    font-size: 1.25rem;
  }
  #tableNivels #contentTableNivels h5 {
    width: 100%;
    padding: 1rem;
  }
  #tableNivels #contentTableNivels .block-lines li p {
    width: 57%;
    padding: 0 5px;
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: -1px;
  }
  #tableNivels #contentTableNivels .block-lines {
    border-left: none;
    width: 100%;
  }
  #tableNivels #contentTableNivels .block-lines li figure {
    width: 14%;
  }
  #tableNivels #contentTableNivels .block-lines li figure img {
    width: 20px;
    height: 20px;
  }
  .block-lines li {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  #tableNivels #contentTableNivels .block-lines li figure:nth-of-type(1) {
    border: none;
  }
  #tableNivels #contentTableNivels .block-lines li span {
    width: 14%;
    padding: 0 10px;
    writing-mode: vertical-rl;
  }
  #tableNivels #contentTableNivels .block-lines li span:nth-of-type(1) {
    border: none;
  }
  .title-table-mobile {
    width: 100%;
    justify-content: flex-end;
  }
  .title-table-mobile h3 {
    color: #2c3756;
    width: 11%;
    margin: 10px 5px;
    font-size: 9px;
  }
  #tableNivels #footerTable .item-footer-table {
    width: auto;
    margin: 1rem 0;
  }
  #tableNivels #footerTable .item-footer-table h3 strong {
    margin-bottom: 5px;
  }
  #faq .block-text h2 strong {
    font-size: 1.5rem;
  }
  footer #network {
    margin-top: 2rem;
  }
  footer .info-footer {
    margin: 1rem 0;
  }
  #conceptualHome #tags .tag h3 {
    padding: 10px 12px;
    font-size: 10px;
  }
  #blockVideos iframe {
    height: 200px;
  }
  #arrowsVideos {
    justify-content: center;
  }
  #blockVideos .swiper-button-next {
    right: -10px;
  }
  #blockVideos .swiper-button-prev {
    left: -15px;
  }
}
/* Extra small devices (portrait phones, less than 576px) sm*/
