/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../themes/default/assets/vendor/owl-carousel/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* ==========================================================================
  03. PRELOAD SPINNER
  =========================================================================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
#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: #6e613f;
  border-right-color: #6e613f;
}
.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #6e613f;
  border-bottom-color: #6e613f;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #6e613f;
}
@-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 {
  height: 0;
  background: #efece3;
  position: relative;
  z-index: 4;
}
header .navbar {
  padding-top: 1.5rem;
}
header #iconNavicon {
  position: absolute;
  right: 140px;
}
header #languages {
  position: absolute;
  gap: 10px;
  top: 65px;
  right: 155px;
  z-index: 6;
}
header#header #logo img {
  height: 150px;
}
header #logo {
  max-width: 240px;
}
header #iconNavicon {
  border-color: transparent;
  color: #6e613f;
  font-size: 1rem;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
}
header #iconNavicon:hover {
  border: 1px solid;
  background: #efece3;
}
header #iconNavicon i {
  color: #6e613f;
  font-size: 52px;
  margin-bottom: 2px;
}
header .offcanvas {
  background: #efece3;
}
header .offcanvas .nav-item {
  margin: 0 0 15px;
  font-size: 1.25rem;
}
header .offcanvas .nav-item a {
  display: block;
}
header .offcanvas .nav-item a:hover {
  color: #a3876d;
}
header .offcanvas .dropdown-menu {
  background: #efece3;
}
header .offcanvas .dropdown-menu .dropdown-item:hover {
  color: #a3876d;
  background: none;
}
/*END HEADER*/
#home #conceptual {
  padding: 12rem 0 0;
}
#home #conceptual:before {
  height: 325px;
  width: 355px;
}
#benefits .benefits-header {
  margin-bottom: 5rem;
}
#benefits .list-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px 24px;
}
#benefits .list-benefits li {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 24px;
  justify-content: center;
}
#benefits .list-benefits li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
}
#benefits .list-benefits li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#benefits .list-benefits li .text-benefit {
  text-align: center;
  color: #6e613f;
}
#benefits .list-benefits li .text-benefit h4 {
  font-weight: 500;
  font-size: 1.25rem;
}
#benefits .list-benefits li .text-benefit p {
  margin: 0;
  text-wrap: balance;
}
#benefits .list-benefits.list-reverse li {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  text-align: right;
}
#benefits .list-benefits.list-reverse li:nth-child(even) {
  left: -40px;
}
#testimonials {
  background: #cad3d0;
}
#testimonials .owl-carousel {
  width: 95%;
  margin: 0 auto;
}
#testimonials .item-testimonial h6 {
  font-size: 1.125rem;
}
#testimonials .item-testimonial p {
  font-size: 1.15rem;
  font-style: italic;
  padding: 0 8%;
}
.list-classes {
  width: 90%;
  margin: 0 auto;
}
.list-classes li a {
  padding: 60px 40px;
  background-color: #cad3d0;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.list-classes li a .block-text {
  margin-right: 40px;
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.list-classes li a .block-text .resume-classroom h5 {
  font-size: 1.75rem;
}
.list-classes li a .block-text .resume-classroom p {
  font-size: 1.0625rem;
  color: #6e613f;
}
#aboutIntern .partial-text .img-float {
  float: right;
  margin: 54px 0 10px 30px;
}
#aboutIntern .partial-text .img-float-left {
  float: left;
  margin: 0 30px 10px 0;
}
#aboutIntern .partial-text:not(:first-child) .img-fluid {
  max-width: 500px;
}
#aboutIntern .partial-text:nth-child(even) {
  margin: 4rem 0;
}
.text-olive {
  color: #6e613f;
}
#serviceContent .block-text .title-block h2 {
  letter-spacing: normal;
  font-size: 2.18rem;
}
#serviceContent .block-text .title-block h3 {
  letter-spacing: normal;
  font-size: 2rem;
}
#serviceContent #plan ul li a .item-plan {
  background: #cad3d0;
  padding: 20px;
  border: 1px solid transparent;
  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.05);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
#serviceContent #plan ul li a .item-plan small {
  color: #BE9F64;
  font-size: 1.5rem;
}
#serviceContent #plan ul li a .item-plan h4 {
  font-size: 2rem;
}
#serviceContent #plan ul li a:hover .item-plan {
  background: #efece3;
  border-color: #a3876d;
}
#coursesEventContent .category .list-courses-events li {
  margin: 1rem 0;
}
#coursesEventContent .category .list-courses-events li .box-description {
  padding: 25px 20px 30px;
}
#coursesEventContent .category .list-courses-events li .box-description p {
  font-size: 0.93rem;
}
#contentDetail .block-text .title-block h2 {
  letter-spacing: normal;
  font-size: 2rem;
}
#contentDetail #titleDate {
  font-size: 1.25rem;
}
#contentDetail #titleDate time {
  display: block;
  font-weight: 300;
}
#contentDetail .resume-content {
  background: #cad3d0;
  padding: 2rem 3rem;
}
#contentDetail .resume-content figure {
  float: right;
  margin: -70px -90px 20px 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
}
#contentDetail .resume-content .block-text h3 {
  font-size: 1.5rem;
}
#contentDetail .resume-content .block-text p:last-child {
  margin-bottom: 0;
}
#contentDetail #descriptionContent.block-text h3 {
  font-size: 1.25rem;
  margin-top: 30px;
}
#blogIntern .return a:hover {
  color: #a3876d;
}
#blogIntern .img-news-detail {
  float: left;
  margin: 0 2rem 1rem 0;
}
#blogIntern .block-text a {
  color: #6e613f;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
}
#blogIntern .block-text a:hover {
  color: #a3876d;
}
#blogIntern .block-text h2 {
  font-size: 2rem;
  letter-spacing: normal;
}
#blogIntern .block-text h3 {
  font-size: 1.5rem;
}
#blogIntern .block-text h4 {
  font-size: 1.4rem;
}
#blogIntern #postsRecents li {
  margin: 2rem 0;
}
#blogIntern #postsRecents li .resume-blog h5 {
  font-size: 1rem;
}
#contact form .form-group {
  margin-bottom: 0.93rem;
}
#contact form .form-group.height-full {
  height: calc(100% - 0.93rem);
}
#contact form .form-group #message {
  height: calc(100% - 23px);
}
/* FORMULÁRIO */
select.form-control:not([size]):not([multiple]) {
  height: 50px;
}
.form-group {
  margin-bottom: 1.25rem;
  position: relative;
}
.form-group select.form-control {
  padding: 6px 10px;
  color: #b0afaf;
}
.form-group select.form-control:focus {
  color: #b0afaf;
}
.form-group textarea.form-control {
  height: 125px;
  resize: none;
}
.form-group label {
  margin-bottom: 4px;
  font-size: 0.75rem;
  font-weight: 300;
  color: #66708D;
  display: block;
}
.form-group .form-control {
  height: 45px;
  color: #8e8e8e;
  font-size: 14px;
  width: 100%;
  border: 2px solid #ddd;
  padding: 5px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control:focus {
  background: #fff;
  border-color: #efece3;
  color: #6e613f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control:hover {
  border-color: #efece3;
}
.form-group .form-control::placeholder {
  color: #8e8e8e;
  opacity: 1;
}
::-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 */
/*FOOTER*/
footer {
  /*------------------------------------------*/
  /*   FOOTER FORM
  /*------------------------------------------*/
  /*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);
  }
}
@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 #logo2 {
  height: 180px;
}
footer #logo2 > a {
  display: flex;
  height: 100%;
}
footer #logo2 > a figure {
  flex: 0 0 auto;
  height: 100%;
}
footer #logo2 > a figure img {
  height: 100%;
  object-fit: contain;
}
footer #formContactFixed {
  position: fixed;
  bottom: 0;
  right: 80px;
  z-index: 99;
}
footer #formContactFixed #collapseForm {
  min-width: 350px;
  background: #f7f6ed;
  padding: 30px;
  overflow: auto;
  max-height: 600px;
  border: 1px solid;
}
footer #formContactFixed button {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 16px;
  line-height: 1.1;
  cursor: pointer;
  padding: 15px 20px;
  border: none;
  color: #fff;
  outline: none;
  background: #6e613f;
  background-size: 0 0;
  background-position: 50% 50%;
  font-weight: bold;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
footer #formContactFixed button:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #fff;
  background-color: #6e613f;
  border-color: #6e613f;
}
footer #formContactFixed button[data-target="#collapseForm"] {
  margin: 0;
  text-align: left;
  padding: 15px 30px;
  border-radius: 3px 3px 0 0;
}
footer #formContactFixed button[aria-expanded="false"] {
  -webkit-animation: shake-animation 4.72s ease infinite;
  -o-animation: shake-animation 4.72s ease infinite;
  animation: shake-animation 4.72s ease infinite;
}
footer h6 {
  font-size: 1.1875rem;
  margin-bottom: 1rem;
}
footer #footerInfos a {
  display: block;
  font-weight: 300;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
footer #footerInfos a:hover {
  color: #a3876d;
}
footer #footerInfos a strong {
  font-weight: bold;
  border-bottom: 1px solid;
}
footer #footerLinks li {
  margin-bottom: 10px;
}
footer #footerLinks a {
  font-weight: 300;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
footer #footerLinks a:hover {
  color: #a3876d;
}
footer #copyright {
  border-top: 1px solid #efece3;
  padding-top: 30px;
  margin-top: 40px;
}
footer #copyright small {
  color: #6e613f;
}
footer #copyright a {
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
}
footer #copyright a:hover {
  color: #a3876d;
}
footer #newsletter #contactFooter .form-group {
  width: 84%;
}
footer #contactFooter .send .btn-default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0.93rem 1.25rem;
}
footer #arrowUp {
  position: fixed;
  right: 5px;
  bottom: 0;
  cursor: pointer;
  font-size: 12px;
  z-index: 9;
  display: none !important;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  background-color: rgba(110, 97, 63, 0.6);
  padding: 5px 10px;
}
footer #arrowUp:hover {
  background-color: #6e613f;
  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 --- */
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;
  background: #efece3;
  color: #6e613f;
  font-family: 'neulis-neue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.font-alex {
  font-family: 'Alex Brush', cursive;
}
.font-libre {
  font-family: 'Libre Baskerville', serif;
}
ul {
  margin: 0 auto;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}
.jumbotron {
  padding: 2rem 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.5;
  font-weight: 500;
  font-family: 'neulis-neue', sans-serif;
}
.padding-block {
  padding: 4rem 0;
}
.color-default {
  color: #a3876d;
}
.bg-default {
  background: #a3876d;
}
.background-dark {
  background: #534c2f;
}
.background-secondary {
  background: #e6e3da;
}
.color-secondary {
  color: #efece3;
}
.text-color {
  color: #6e613f;
}
.color-dark {
  color: #6e613f;
}
.text-gray {
  color: #cad3d0;
}
.overflow-hidden {
  overflow: hidden;
}
.object-fit-cover {
  object-fit: cover;
  -o-object-fit: cover;
}
.btn-default {
  font-size: 1.25rem;
  line-height: 1.3;
  cursor: pointer;
  padding: 0.93rem 1.5rem;
  border: 1px solid #6e613f;
  color: #fff;
  outline: none;
  background: #6e613f;
  background-size: 0 0;
  background-position: 50% 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-default:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#efece3, #efece3);
  background-repeat: no-repeat;
  color: #6e613f;
}
.btn-transparent {
  font-size: 1.25rem;
  line-height: 1.3;
  cursor: pointer;
  padding: 0.93rem 1.5rem;
  border: 1px solid #6e613f;
  color: #6e613f;
  outline: none;
  background: transparent;
  background-size: 0 0;
  background-position: 50% 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-transparent:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#6e613f, #6e613f);
  background-repeat: no-repeat;
  color: #fff;
}
#conceptual .owl-theme .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
}
#conceptual .owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 15px;
}
#conceptual .owl-carousel.owl-theme .owl-nav .owl-next {
  right: 15px;
}
.owl-carousel.owl-theme .owl-dot span {
  width: 15px;
  height: 15px;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  margin: 0;
  right: 0;
  width: 100%;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -20px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: -20px;
}
#conceptual .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  color: #a3876d;
  border: 2px solid #a3876d;
  outline: none;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 7px 14px !important;
  position: absolute;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background: #a3876d;
}
.owl-carousel .owl-dots {
  margin-top: 1.5rem;
}
.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #a3876d;
  width: 15px;
  height: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #a3876d;
}
.bg-black {
  background: #000;
}
.color-clean {
  color: #efece3;
}
.bg-clean {
  background: #efece3;
}
.nav-breadcrumb {
  padding: .75rem 0;
  margin: 0;
}
.nav-breadcrumb .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
}
.nav-breadcrumb .breadcrumb li figure {
  margin-right: 5px;
}
.nav-breadcrumb .breadcrumb li figure img {
  height: 13px;
  filter: brightness(0) invert(1);
}
.nav-breadcrumb .breadcrumb li.active a {
  color: #a3876d;
}
.nav-breadcrumb .breadcrumb li a {
  color: #6e613f;
  font-size: 14px;
}
.nav-breadcrumb .breadcrumb li a:hover {
  color: #a3876d;
}
#conceptual {
  padding: 12rem 0 4rem;
}
#conceptual:before {
  content: '';
  display: inline-block;
  height: 245px;
  width: 275px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
  background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
}
#conceptual .content-banner .text-banner .caption h3 {
  font-size: 3rem;
  line-height: 1.3;
}
#conceptual .content-banner .text-banner .caption h1 {
  font-size: 1.1rem;
  line-height: 1.2;
}
#conceptual .content-banner .text-banner .caption p {
  font-size: 1.125rem;
  font-weight: normal;
  color: #534c2f;
}
.intern #conceptual .content-banner .text-banner .caption {
  width: 75%;
  margin: 0 auto;
}
/*END STYLES GLOBAL*/
.block-text h3 {
  font-size: 2.5rem;
}
.block-text h2 {
  font-size: 2.75rem;
  line-height: 1.2;
}
.block-text.title-opacity .title-block h3 {
  color: #6e613f;
  opacity: .15;
  font-size: 6rem;
  line-height: 1;
}
.block-text.title-opacity p {
  color: #6e613f;
  padding: 0 15%;
  font-size: 1.1875rem;
}
.block-text .title-block h3 {
  margin: 0;
  letter-spacing: 1px;
}
.block-text .title-block h2 {
  letter-spacing: 1px;
}
.block-text a {
  text-decoration: underline;
  font-weight: normal;
}
.block-text a:hover {
  color: #a3876d;
}
.block-text ul {
  margin: 10px 0;
}
.block-text ul li {
  list-style: inside;
  font-weight: 300;
  margin: 5px 0;
}
.effect-scale a img {
  object-fit: cover;
  -o-object-fit: cover;
}
.effect-scale a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.list-blog {
  row-gap: 24px;
}
.list-blog figure {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.list-blog figure img {
  height: 260px;
}
.filter-white {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  /* Safari 6.0 - 9.0 */
}
#formPartial .send .btn-default {
  padding: 1rem 2.5rem;
}
.list-network li a {
  color: #6e613f;
  line-height: 1;
  font-size: 1.25rem;
  display: block;
}
.list-network li a:hover {
  color: #a3876d;
}
.pagination li {
  font-size: 1.125rem;
  margin: 5px;
}
.pagination li a {
  color: #6e613f;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border: 2px solid;
  padding: 0.5rem;
  font-weight: bold;
}
.pagination li a:hover {
  color: #a3876d;
}
.pagination li.active a {
  color: #a3876d;
}
.list-courses-events li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  display: block;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.list-courses-events li a figure {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.list-courses-events li a .box-description {
  padding: 35px 30px 40px;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 98;
  background-color: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.whatsapp-float img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}
/*RESPONSIVO*/
/* Large devices (desktops, less than 1200px) TABLET DEITADO */
@media (max-width: 1199px) {
  header#header #logo img,
  header #logo img {
    height: 160px;
    object-fit: contain;
    -o-object-fit: contain;
  }
  #conceptual .content-banner .text-banner .caption h1 {
    font-size: 2rem;
  }
  #conceptual .content-banner .text-banner .caption p {
    font-size: 1rem;
  }
  .padding-block {
    padding: 2rem 0;
  }
  .block-text.title-opacity p {
    padding: 0 10%;
  }
  .list-courses-events li a figure img {
    height: 295px;
  }
  .list-classes li a {
    padding: 30px;
  }
  .list-classes li a .block-text .resume-classroom h5 {
    font-size: 1.5rem;
  }
  .block-text h2 {
    font-size: 2.5rem;
  }
  header {
    position: static;
  }
  /*END HOME*/
  /*INTERN*/
  .h3,
  h3 {
    font-size: 1.2rem;
  }
  .img-news-detail img {
    height: 230px;
    width: 300px;
    object-fit: cover;
    -o-object-fit: cover;
  }
  #serviceContent #plan ul li a .item-plan small {
    font-size: 1.5rem;
  }
  .btn-default {
    font-size: 1.125rem;
  }
  .list-classes {
    width: auto;
  }
  #coursesEventContent .category .list-courses-events {
    width: 95%;
  }
  /*END INTERN*/
}
/* Medium devices (tablets, less than 992px) TABLET */
@media (max-width: 991px) {
  .mb-5,
  .my-5 {
    margin-bottom: 1.5rem !important;
  }
  .intern #conceptual:before,
  #home #conceptual:before {
    height: 65px;
    width: 75px;
  }
  header#header #logo img,
  header #logo img {
    height: 120px;
  }
  header {
    height: auto;
    background: #efece3;
  }
  header #iconNavicon {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    position: static;
  }
  header #iconNavicon span {
    font-size: 1.25rem;
    margin-left: 10px;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  header #iconNavicon i {
    font-size: 40px;
    margin-bottom: 0;
  }
  header #languages {
    position: static;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    background: #efece3;
    padding: 5px 30px;
  }
  #home #conceptual {
    padding: 2rem 0 0;
  }
  .intern #conceptual .content-banner .text-banner .caption {
    width: auto;
  }
  #home .item-banner img {
    height: 300px;
    object-fit: contain;
    -o-object-fit: contain;
  }
  #home .item-banner {
    margin: 2rem 0 0;
  }
  #aboutHome .row {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  #aboutHome img {
    height: 300px;
  }
  #aboutHome figure {
    text-align: center;
    margin-top: 2rem;
  }
  .block-text .title-block h2 {
    letter-spacing: normal;
  }
  .block-text h2 {
    font-size: 2rem;
  }
  .block-text h3 {
    font-size: 1.8rem;
  }
  #benefits .list-benefits.list-reverse li {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    text-align: left;
  }
  #benefits .list-benefits li:nth-child(2n),
  #benefits .list-benefits.list-reverse li:nth-child(2n) {
    left: 0;
  }
  #figureBenefits img {
    height: 400px;
  }
  #figureBenefits {
    text-align: center;
  }
  .block-text.title-opacity .title-block h3 {
    font-size: 5rem;
  }
  .block-text.title-opacity p {
    padding: 0;
  }
  .list-courses-events li {
    margin: 1.25rem 0;
  }
  .list-classes li {
    margin: 1.25rem 0;
  }
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -40px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -40px;
  }
  #listFooter .block-text {
    margin-bottom: 2rem;
  }
  /**********/
  /*END HOME*/
  /*INTERN*/
  #conceptual {
    padding: 2rem 0;
  }
  .partial-text:first-child figure {
    margin-bottom: 1.5rem;
  }
  .partial-text:first-child img {
    height: 300px;
  }
  .partial-text img {
    height: 220px;
  }
  #aboutIntern .partial-text .img-float {
    margin: 0 0 10px 20px;
  }
  #coursesEventContent .category .list-courses-events {
    width: auto;
  }
  #contentDetail .block-text .title-block h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .img-news-detail img {
    height: 240px;
    width: 320px;
  }
  .list-blog li {
    margin: 0 0;
  }
  #postsRecents {
    margin-top: 3rem;
  }
  #maps {
    margin-top: 3rem;
  }
  #maps iframe {
    height: 300px;
  }
  #plan ul li a {
    display: block;
    margin: 0 0 1.5rem;
  }
  /*END INTERN*/
}
/* Small devices (landscape phones, less than 768px)  md*/
@media (max-width: 767px) {
  .fr-video iframe {
    width: 100% !important;
    height: 170px;
  }
  .h2,
  h2 {
    font-size: 1.4rem;
  }
  .h3,
  h3 {
    font-size: 1.3rem;
  }
  .mt-5,
  .my-5 {
    margin-top: 2rem !important;
  }
  .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 35px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 20px 0;
  }
  .btn-default,
  .btn-transparent {
    width: 100%;
    padding: 0.93rem 8px;
    font-size: 1rem;
  }
  #conceptual .owl-theme .owl-dots {
    position: static;
    margin-top: 20px;
  }
  .h1,
  h1 {
    font-size: 1.5rem;
  }
  footer #formContactFixed {
    right: 0;
    width: 100%;
  }
  header#header #logo img,
  header #logo img {
    height: 90px;
  }
  .intern #conceptual:before,
  #home #conceptual:before {
    display: none;
  }
  #blogIntern .img-news-detail {
    float: none;
    margin: 0 0 2rem;
  }
  #conceptual .content-banner .text-banner .caption h1 {
    font-size: 1.5rem;
  }
  #figureBenefits img {
    height: 240px;
  }
  .block-text.title-opacity .title-block h3 {
    font-size: 3rem;
  }
  .block-text.title-opacity p {
    padding: 0;
    font-size: 1rem;
  }
  .list-courses-events li a .box-description {
    padding: 25px 15px 30px;
  }
  .h5,
  h5 {
    font-size: 1.125rem;
  }
  .list-classes li a .block-text {
    margin-right: 0;
    width: auto;
    height: auto;
    display: block;
  }
  .list-classes li figure {
    text-align: center;
    margin: 30px 0 0;
  }
  #testimonials .item-testimonial p {
    padding: 0;
  }
  #logo2 img {
    height: 180px;
  }
  #footerLinks {
    margin: 2rem 0;
  }
  footer #formContactFixed button[aria-expanded="false"] {
    margin-left: 10px;
    width: auto;
  }
  #contentFooter {
    padding-bottom: 4rem;
  }
  .partial-text:first-child img {
    width: 100%;
    object-fit: contain;
    -o-object-fit: contain;
  }
  #aboutIntern .partial-text .img-float,
  #aboutIntern .partial-text .img-float-left {
    margin: 0 0 1.5rem;
    float: none;
  }
  .partial-text img {
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }
  #contentDetail .resume-content figure img {
    width: 100%;
  }
  #contentDetail .resume-content figure {
    float: none;
    margin: 0 0 1.5rem;
  }
  #contentDetail .resume-content {
    padding: 2rem;
  }
  #blogIntern .block-text h2 {
    font-size: 1.25rem;
  }
  .img-news-detail img {
    height: 250px;
    width: 100%;
  }
  #postsRecents figure img {
    height: 240px;
    margin-bottom: 15px;
  }
  #serviceContent .block-text .title-block h3 {
    font-size: 1.25rem;
  }
  #serviceContent .block-text .title-block h2 {
    font-size: 1.5rem;
  }
  #faq ul li .block-text h4 {
    font-size: 1.125rem;
  }
  #policyContent .block-text h2 {
    font-size: 1.5rem;
  }
  .list-courses-events li a figure img {
    height: auto;
  }
  #benefits .list-benefits {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* Extra small devices (portrait phones, less than 576px) sm*/
