html {
  overflow-x: hidden;
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;

  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

#categories .eventostitlesectiontxt {
  color: #fff !important;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 120s linear infinite;
  -moz-animation: rotating 120s linear infinite;
  -ms-animation: rotating 120s linear infinite;
  -o-animation: rotating 120s linear infinite;
  animation: rotating 120s linear infinite;
}

.imggallery {
  width: 100%;
}

.c-scrollbar_thumb {
  /*background-color: #d8aa6c !important;*/
  background-color: #00719c !important;
}

.text-right {
  text-align: right;
}

.imagemcover {
  display: block;
  min-height: 300px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s ease-in;
}

.spacebox {
  /*padding: 100px 20px 100px 45px;*/
  padding: 200px 100px 200px 100px;
}

.alignright {
  text-align: right;
}

.rowspace {
  margin-bottom: 80px;
}

.redesociaisdiv {
  display: flex;
  align-items: center;
  justify-content: end;
}

.redesociais a img {
  max-width: 40px;
}

.titulobox {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.textobox {
  font-family: "Montserrat", sans-serif;

  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.022em;
  text-align: left;
  color: #000;
}

.subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.022em;
  text-align: left;
  color: #faa61a;
  margin-bottom: 15px;
}

.paddingtext .btn {
  border: 1px solid #000;
  padding: 14px 18px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #000;
  text-decoration: none;
  border-radius: 0px;
  background: linear-gradient(transparent, transparent 50%, #000 50%, #000);
  background-size: 100% 200%;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
}

.payments {
  display: inline-block;
}

.payments img {
  max-width: 40px;
  float: left;
  margin-right: 5px;
}

.accordion-button:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-body {
  font-family: "Montserrat", sans-serif !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.4;
  font-weight: 400 !important;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

#headingtitle1 .accordion-button,
#headingtitle2 .accordion-button,
#headingtitle3 .accordion-button,
#headingtitle4 .accordion-button,
#headingtitle5 .accordion-button {
  font-family: "Montserrat", sans-serif !important;
  color: #faa61a !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

.accordion-item {
  background: none !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

.accordion-button p {
  margin-bottom: 0px !important;
}

.accordion-header {
  border-bottom: 1px solid #fff !important;
}

#collapseheadingtitle1 > .accordion-body,
#collapseheadingtitle2 > .accordion-body,
#collapseheadingtitle3 > .accordion-body,
#collapseheadingtitle4 > .accordion-body,
#collapseheadingtitle5 > .accordion-body {
  padding-left: 0px !important;
}

#headingtitle1,
#headingtitle2,
#headingtitle3,
#headingtitle4,
#headingtitle5 {
  border-bottom: 1px solid #faa61a !important;
}

.accordion-header .accordion-button {
  font-family: "Montserrat", sans-serif !important;
  color: #fff !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 22px !important;
  background: none !important;
  letter-spacing: -0.022em;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.redesociais {
  filter: brightness(0) invert(1);
}
.redesociais a {
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: linear-gradient(
    transparent,
    transparent 50%,
    #998c79 50%,
    #998c79
  );
  /*background: linear-gradient(transparent, transparent 50%, #e59624 50%, #e59624);*/
  background-size: 100% 200%;
  transition: all 0.4s ease-in-out;
  padding: 5px;
}
.rowrel {
  position: relative;
  z-index: 2;
}

.hovermaster a {
  text-decoration: none !important;
}

.hovermaster:hover .fotoprofessor:before {
  transform: skew(-6deg, 0deg) !important;
}

.hovermaster .tituloclasse {
  padding-right: 40px;
  text-align: right;
  max-width: 200px;
  float: right;
  font-weight: 600;
  font-size: 22px;
  color: #000;
}

.coldataevento {
  transition: all 0.4s ease;
}
.hovermaster:hover .coldataevento {
  background-color: #000;
}

.grid-sizer,
.grid-item {
  width: 33%;
  position: relative;
}

.grid-item {
  height: 460px;
  float: left;

  /*border: 1px solid #000;*/
  /* border-color: hsla(0, 0%, 0%, 0.5); 
	overflow: hidden;*/
  padding: 10px;
}

.grid-item--height3 {
  height: 920px;
}

.grid-item--width2 {
  width: 33%;
}
.grid-item--width3 {
  width: 100%;
}

.grid-item--width2 {
  width: 33%;
}
.grid-item--width3 {
  width: 100%;
}

.grid-item--height2 {
  height: 400px;
}
.grid-item--height3 {
  height: 920px;
}
.grid-item--height4 {
  height: 600px;
}

.grid-item:hover .overlay {
  /*transform: translateY(0%);*/
  /*bottom: 0px;*/
  opacity: 1;
  /*transform: translateX(0%);*/
  /*background: rgb(153 141 122 / 80%);*/
}
.grid-item:hover .boxprice {
  color: #fff;
  background-color: #faa61a;
}

.grid-item:hover .boxprice strong {
  color: #fff;
}

.grid-item:hover .boxprice span:after {
  background: #fff;
}

.grid-item:hover .innertext {
  /*transform: translateY(0%);*/
  /*bottom: 0px;*/
  opacity: 1;
  top: 0px;
}

.grid-item:hover .innerdata {
  /*transform: translateY(0%);*/
  /*bottom: 0px;*/
  opacity: 1;
  top: -15px;
}

.grid-item:hover .gridchild {
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  /*background-size: 150%;*/
}

.parentchild {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.gridchild {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
}

.tituloclasse {
  padding-right: 40px;
  text-align: right;
  max-width: 200px;
  float: right;
}

.coldataevento {
  background-color: #cfc9c1;
  padding: 40px 0px;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.coldataevento:before {
  content: " ";
  position: absolute;
  display: block;
  width: 25%;
  height: 100%;
  top: 0;
  left: -15%;
  z-index: 1;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(-15deg, 0deg);
  -webkit-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}

.coldataeventointro {
  background-color: #cfc9c1;
  padding: 40px 0px;
  height: 180px;
  position: relative;
  overflow: hidden;
  width: 70%;
  float: right;
}

.coldataeventointro:before {
  content: " ";
  position: absolute;
  display: block;
  width: 25%;
  height: 100%;
  top: 0;
  left: -15%;
  z-index: 1;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(-15deg, 0deg);
  -webkit-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}

.nomeprofesssor {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
}
.nomeprofesssor span {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  display: block;
}

.botaoallexperiences {
  margin-bottom: 40px;
}

.botaoallexperiences a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  /* identical to box height, or 54px */

  text-align: right;
  letter-spacing: -0.022em;
  text-decoration-line: underline;

  color: #faa61a;
}

.botaooff {
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 163, 45, 1);
  font-size: 18px;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  /*background-color: rgba(0,0,0,1.00);*/
  border: 1px solid #e3e3e3;
  border-radius: 40px;
  transition: all 0.4s ease;
  cursor: pointer;
  background-color: #e3e3e3;
  margin-bottom: 10px;
}

.botaooff:hover {
  background-color: rgba(255, 163, 45, 1);
  color: #fff;
  border: 1px solid rgba(255, 163, 45, 1);
}

.botaoamarelo {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  background-color: rgba(255, 163, 45, 1) !important;
  border-radius: 40px;
  border: 1px solid rgba(255, 163, 45, 1) !important;
}

.cta {
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
  text-decoration: none !important;
  color: #000 !important;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(255, 163, 45, 1);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: rgba(255, 163, 45, 1);
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}

.boxprice span:after {
  content: "";
  height: 4px;
  width: 58px;
  background: #faa61a;
  position: absolute;
  top: 11px;
  border-radius: 4px;
  margin-left: 10px;
}
.boxprice span {
  display: inline-block;
  position: relative;
}

.boxprice span:last-child:after {
  display: none;
}

.boxprice span:last-child {
  font-size: 13px;
}

.boxprice {
  font-family: "Montserrat", sans-serif;
  color: #faa61a;
  /*width: 150px;
    height: 90px;*/
  width: 210px;
  height: 110px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 9999;
  /* display: flex; 
    align-items: center;
    justify-content: center;*/
  font-weight: 300;
  font-size: 16px;
  padding-top: 14px;
  line-height: 1.1;
  padding-left: 10px;
  text-align: left;
  transition: all 0.4s ease-in-out;
}

.boxprice strong {
  font-family: "Space Grotesk", sans-serif;
  color: #faa61a;
  font-weight: 600;
  font-size: 48px;
}

.toptitle {
  font-family: "Space Grotesk", sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.toptext {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 40px;
}

.toptext span {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.coltitle {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 49px;
  letter-spacing: 0em;
  text-align: center;
  color: #25817c;
}

.titlepartners {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 48px;
}

.textpartners {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 22px;
}

.partnersbak {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.coltext {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #185956;
}

.newsletter {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.colicon {
  max-width: 110px;
  width: 100%;
  margin-bottom: 20px;
  /*filter: invert(58%) sepia(201%) saturate(1396%) hue-rotate(-4deg) brightness(118%) contrast(109%);*/
}

.slidercat .flickity-prev-next-button .flickity-button-icon {
  display: none;
}

.slidercat .flickity-prev-next-button.previous {
  left: -50px !important;
  width: 20px;
  height: 40px;
  background-size: contain;
  background-image: url(../images/arrowleft.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  border-radius: 0 !important;
}

.slidercat .flickity-prev-next-button.next {
  right: -50px !important;
  width: 20px;
  height: 40px;
  background-size: contain;
  background-image: url(../images/arrowright.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  border-radius: 0 !important;
}
.ctaw {
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
  text-decoration: none !important;
  color: #fff !important;
}
.ctaw:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(255, 163, 45, 1);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.ctaw span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.ctaw svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.ctaw:hover:before {
  width: 100%;
  background: rgba(255, 163, 45, 1);
}
.ctaw:hover svg {
  transform: translateX(0);
}
.ctaw:active {
  transform: scale(0.96);
}

.nomeprofesssor a {
  text-decoration: none !important;
}

.text-right a {
  text-decoration: none !important;
}

.tituloclasse a {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-decoration: none !important;
  line-height: 1.3;
  text-align: right;
}

.fotoprofessor {
  background-position: center;
  background-size: cover;
  min-height: 180px;
  overflow: hidden;
  position: relative;
}

.fotoprofessor:before {
  content: " ";
  position: absolute;
  display: block;
  width: 30%;
  height: 100%;
  top: -15%;
  left: -40%;
  z-index: 1;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(-15deg, 0deg);
  -webkit-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
  transition: all 0.4s ease;
}

.fotoprofessorintro {
  background-position: center;
  background-size: cover;
  min-height: 450px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.fotoprofessorintro:before {
  content: " ";
  position: absolute;
  display: block;
  width: 30%;
  height: 100%;
  top: -15%;
  left: -40%;
  z-index: 1;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(-15deg, 0deg);
  -webkit-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}

.dataevento {
  color: #fff;
  font-size: 86px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: right;
  padding-right: 40px;
  line-height: 1;
}

.mesevento {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-align: right;
  padding-right: 40px;
  margin-top: -15px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 70%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;

  z-index: 99;
}

.titlepagina {
  color: #fff;
  font-size: 48px;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
}

.datapagina {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 5px;
  color: #e59624;
  font-weight: 300;
}

.sectionspace {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tooltip {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.1s;
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: #e59624;
  color: #000;
  padding: 0.25rem 0.75rem;
  white-space: nowrap;
  border-radius: 3.5px;
  font-size: 13px;
}

.iconcat:hover > .tooltip {
  opacity: 1;
  visibility: visible;
}

.boxinner {
  position: absolute;
  width: 90%;
  padding: 10px 20px;
  /*background-color: #e59624;
	background-color: #998c79;*/
  /*transform: translateY(100%);*/
  transition: all 0.4s ease-in-out;
  text-align: center;
  z-index: 99;
  bottom: 40px;
  /* transform: translateY(100%); */
  left: 40px;
}

/*.boxinner:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  
    background: #998c79;
    transform-origin: bottom left;
    -ms-transform: skew(-25deg, 0deg);
    -webkit-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
}*/

.innertitle {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.innertext {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  opacity: 0;
  transition: all 0.4s ease-in;
  position: relative;
  top: -20px;
}
.innerdata {
  font-family: "Montserrat", sans-serif;
  color: #e59624;
  font-size: 18px;
  font-weight: 300;
  opacity: 0;
  transition: all 0.4s ease-in;
  position: relative;
  top: -20px;
}

@media only screen and (max-width: 600px) {
  .grid-item--width2 {
    width: 100% !important ;
  }

  .width1 {
    width: 100% !important;
  }
}

/* clearfix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 991px) {
  .grid-item--width2 {
    width: 100%;
  }

  .width1 {
    width: 50%;
  }
}

.redesociais a:last-child {
  margin-right: 0px;
}

.imagemcover:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.boximage {
  overflow: hidden;
}

.titlecalendar {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
}

.imagemradius {
  border-bottom-right-radius: 80px;
  border-top-right-radius: 80px;
}

/* HERO */

.heroheader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.heroheadermin {
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  position: relative;
}

@keyframes breath {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 105%;
  }
  100% {
    background-size: 100%;
  }
}

.hashtagsbox {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
}

.hashtagsbox .hashsingle:last-child {
  margin-right: 0px;
}
.hashtagsbox .hashsingle {
  margin-right: 5px;
}

.hashsingle .icon {
  max-width: 30px;
  margin: 0 auto;
  max-height: 35px;
}

.hashsingle .icon img {
  max-width: 24px;
  max-height: 28px;
}

.hashsingle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.022em;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}

.hashsingleslider .icon {
  max-width: 60px;
  margin: 0 auto;
  max-height: 65px;
}

.hashsingleslider .icon img {
  max-width: 60px;
  height: 65px;
}

.hashsingleslider {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.022em;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));*/
  background: rgb(0 0 0 / 20%);
  /*background: #f59b05d4;*/
  /*mix-blend-mode: multiply;*/
  opacity: 0;
  z-index: 9;
  transition: all 0.4s ease;
  border-radius: 20px;
}

.overlayheader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));*/
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.189) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-blend-mode: multiply;
  /*background: #f59b05d4;*/
  /*mix-blend-mode: multiply;*/
  z-index: 1;
  transition: all 0.4s ease;
}

.hero-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@keyframes shrink {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 110% 110%;
  }
}

.hero-slider .centerdiv {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topimage {
  min-height: 300px;
  border-radius: 20px;
}

.heroheadermin .inner {
  position: absolute;
  bottom: 15%;
  /* transform: translate(-50%, 0%); */
  color: white;
  text-align: left;
  /* background: #e59624; */
  width: 100%;
  /* height: 100%; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.hero-slider .carousel-cell .inner {
  position: relative;
  top: 62%;
  transform: translate(0%, -52%);
  color: white;
  text-align: left;
  /*background: #e59624;*/

  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.hero-slider .carousel-cell .inner .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 5px;
}
.hero-slider .carousel-cell .inner .title {
  /*font-family: 'Spicy Rice', cursive;*/
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 600;
}

.heroheadermin .inner .title {
  /*font-family: 'Spicy Rice', cursive;*/
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.2;
  color: #fff;
}

.headerproduct {
  /*background-attachment: fixed;*/
}

.titlecol {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  /* identical to box height, or 54px */

  text-align: center;
  letter-spacing: -0.022em;

  color: #585858;
}

.textcol {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 36px */

  text-align: center;

  color: #ababab;
}

label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* identical to box height, or 30px */
  width: 100%;

  color: #585858;

  opacity: 0.58;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  margin-left: 20px;
}
.breadcrumb a {
  text-decoration: none !important;
  color: #fff !important;
}

.stylebox {
  font-family: "Montserrat", sans-serif !important;
}

.breadcrumb li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  list-style-type: none;
  position: relative;
  margin-right: 40px;
}
.breadcrumb li a {
  color: #fff !important;
  text-decoration: none !important;
}

.breadcrumb li::before {
  content: "";
  background-color: #fff;
  width: 10px;
  height: 10px;
  left: -15px;
  top: 5px;
  position: absolute;
  border-radius: 50%;
}

.hero-slider .carousel-cell .inner .professor {
  font-family: "Montserrat", sans-serif;

  font-size: 2rem;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}

.hero-slider .carousel-cell .inner .nota {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.2;

  letter-spacing: 3px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 300;
}

.sepproduct {
  border-bottom: 1px solid #00000029;
  padding-top: 0px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.produtotitulo {
  font-family: "Spicy Rice", cursive;
  color: #000;
  font-size: 28px;
  padding-bottom: 10px;
}

.textoproduto {
  font-family: "Montserrat", sans-serif;

  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  /* or 48px */

  text-align: left;
  letter-spacing: -0.022em;

  color: #585858;
}

.tipo {
  background-color: #ffa32d;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.sliderdiv {
  position: absolute;
  left: 10%;
}

.hero-slider .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  font-family: "Spicy Rice", cursive;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  border-radius: 0px;
  background: linear-gradient(transparent, transparent 50%, #fff 50%, #fff);
  background-size: 100% 200%;
  /*trasition effect for background*/
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
}
.hero-slider .carousel-cell .inner .btn:hover {
  /* background: #000;*/
  background-position: 100% 100%;
  color: #000;
}
.hero-slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}
.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}
.hero-slider .flickity-page-dots {
  bottom: 30px;
}
.hero-slider .flickity-page-dots .dot {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
  border: 0 solid white;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.hero-slider .flickity-page-dots .dot.is-selected {
  background: #e59624;
  border: 0 solid #e59624;
  width: 88px;
  border-radius: 20px;
}

/* END HERO */

.slidertestemunhos .flickity-page-dots {
  bottom: -50px;
}
.slidertestemunhos .flickity-page-dots .dot {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: rgba(88, 88, 88, 0.7);
  border: 0 solid white;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.slidertestemunhos .flickity-page-dots .dot.is-selected {
  background: #e59624;
  border: 0 solid #e59624;
  width: 88px;
  border-radius: 20px;
}

.testimage {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 20px;
}

.monthcalendar {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #36404c;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}

.bigtitlesection {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1.5px;
}

.midtitlesection {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1.5px;
}

.introcalendar {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.moreinforecording {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  text-align: center;
  margin-top: 25px;
}

.moreinfo {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  text-align: center;
  left: 0px;
  margin-top: 25px;
  transition: all 0.4s ease-in;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 40px;
  max-width: 200px;
  text-transform: uppercase;
  border: 1px solid #000;
}

.moreinfo span {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  position: relative;
  z-index: 9;
  top: 3px;
}

.moreinfo:hover span {
  color: #fff !important;
}

.moreinfo:hover:before {
  transform: translateX(0);
}

.moreinfo:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  /*border-bottom: 80px solid #d8aa6c;*/
  border-bottom: 80px solid #00719c;
  transform: translateX(-100%);
  transition: all 0.4s ease-in;
}
.morestudents {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  text-align: center;
  left: 0px;
  margin-top: 25px;
  transition: all 0.4s ease-in;
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 40px;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin: 0 auto;
}

.morestudents span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  position: relative;
  z-index: 9;
  top: 3px;
}

.morestudents:hover:before {
  transform: translateX(0);
}

.morestudents:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  /*border-bottom: 80px solid #d8aa6c;*/
  border-bottom: 80px solid #00719c;
  transform: translateX(-100%);
  transition: all 0.4s ease-in;
}

.fullcalendar {
  color: #000;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.datacalendar {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.footerline1 {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.selopopular {
  width: 186px;
  height: 46px;
  border-radius: 10px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  padding-top: 4px;
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 9;
}

.boxback {
  background-color: #faa61a;
  z-index: -1;
  height: 460px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0px;
}
.boxbacktuk {
  background-color: #faa61a;
  z-index: -1;
  height: 340px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0px;
}

.textoboxicon {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.022em;
  text-align: left;
  color: #fff;
  margin-top: 8px;
}

.iconbox {
  float: left;
  margin-right: 10px;
}

.titletuk {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 65px;
  line-height: 1.2;
  text-transform: capitalize;

  color: #faa61a;

  mix-blend-mode: normal;
  margin-top: -62px;
}

.imgtuk {
  position: relative;
  top: -90px;
}

.logoeveryday {
  transition-duration: 0.2s;
  /* transition: transform 0s cubic-bezier(.215,.61,.355,1);*/
  max-width: 140px !important;
  width: 100%;
  transition: all 0.4s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
}

.logoacademiafooter {
  transition-duration: 0.2s;
  transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  max-width: 180px !important;
  width: 100%;
}

.logosmall {
  max-width: 160px !important;
}

.rw-wrapper {
  width: 100%;
  position: relative;
  padding: 10px;
}
.rw-sentence {
  margin: 0;
  text-align: center;
}
.rw-sentence span {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 300;
  z-index: 999;
  width: 100%;
  left: 0;
  font-style: italic;
  text-align: left;
}
.rw-words {
  display: inline-block;
  text-indent: 10px;
}
.rw-words-1 span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  color: #fff;
  -webkit-animation: rotateWord 12s linear infinite 0s;
  -ms-animation: rotateWord 12s linear infinite 0s;
  animation: rotateWord 12s linear infinite 0s;
  -webkit-animation-delay: 4s;
  -ms-animation-delay: 4s;
  animation-delay: 4s;
}
.rw-words-1 span:nth-child(2) {
  -webkit-animation-delay: 8s;
  -ms-animation-delay: 8s;
  animation-delay: 8s;
  color: #fff;
}

/*.rw-words-1 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
	color: #8d6b9d;
}
.rw-words-1 span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
	color: #9b6b9d;
}*/
@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -ms-transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -ms-transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.centervert {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.divparceiros {
  margin-top: 100px;
  padding-bottom: 30px;
}

.newsletterdiv {
  /*background-color: #e59624;*/
  background-color: #998c79;
  padding-bottom: 30px;
  padding-top: 30px;
}

.parceiros {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.logoparceiro {
  max-width: 200px;
  padding: 40px;
}

.o-scroll {
  background-color: #fff !important;
}

figure#fashion {
  display: inline-block;
  position: absolute;
  font-size: 0;
  margin: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed;
}

.header {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background-color: #d9ab6c;
  overflow: hidden;
}

a {
  color: #3f3f3f;
  text-decoration: none !important;
}
a:hover {
  color: #3f3f3f;
  text-decoration: none !important;
}
a:focus {
  outline: none;
  outline-offset: 0;
}

.data {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tituloartigo {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 500;
}

.descricao {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 10px;
}

.categoria {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}

.cover {
  height: 300px;
  background-size: cover;
}

#next {
  cursor: pointer;
  position: absolute;
  float: left;
  top: 50%;
  width: auto;
  color: #383736;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  left: 5px;
  transition: 0.2s ease-in;
}

.colsslider {
  display: flex;
  flex-direction: column;
}

.rowslider {
  display: flex;
  flex-wrap: wrap;
}

.areas {
  position: absolute;
  bottom: 0px;
}

#next:before {
  content: "Mais";
  position: absolute;
  color: #000;
  /*right: 50%;*/
  opacity: 0;
  transition: 0.6s ease-in;
  padding-right: 5px;
}

#next:hover:before {
  opacity: 1;
}
#next span {
  display: inline-block;
  transition: 0.6s ease-in;
}
#next:hover span {
  transform: translateX(140%);
}

.titleseparador {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 1.1;
  text-align: center;
}

.descricaoseparador {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 1.1;
  text-align: center;
}

.noteseparador {
  color: #000;
  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 1.1;
}

.textopagina {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.textoslider {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.separador {
  height: 1px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.destaquehome {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 10vw;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  text-align: left;
  display: inline-block;
  line-height: 1;
  z-index: 999999;
}

.destaque1 {
  position: absolute;
  animation-name: slidein;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  top: 0%;
  left: 0;
  opacity: 0;
}

.destaque2 {
  position: absolute;
  animation-name: slidein2;
  animation-duration: 1.6s;
  animation-timing-function: ease-out;
  animation-delay: 0.3s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  top: 0%;
  right: 0;
  opacity: 0;
}

.destaque3 {
  position: absolute;
  animation-name: slidein3;
  animation-duration: 1.1s;
  animation-timing-function: ease-out;
  animation-delay: 0.6s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  top: 0%;
  left: 0;
  opacity: 0;
}

.destaque4 {
  position: absolute;
  animation-name: slidein4;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-delay: 0.8s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  bottom: 0%;
  right: 0;
  opacity: 0;
}

@-webkit-keyframes slidein {
  0% {
    top: 0%;
    left: 0;
    opacity: 0;
  }
  100% {
    top: 30%;
    left: 0;
    opacity: 1;
  }
}
@-moz-keyframes slidein {
  0% {
    top: 0%;
    left: 0;
    opacity: 0;
  }
  100% {
    top: 30%;
    left: 0;
    opacity: 1;
  }
}
@-o-keyframes slidein {
  0% {
    top: 0%;
    left: 0;
    opacity: 0;
  }
  100% {
    top: 30%;
    left: 0;
    opacity: 1;
  }
}
@keyframes slidein {
  0% {
    top: 0%;
    left: 0;
    opacity: 0;
  }
  100% {
    top: 30%;
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slidein2 {
  0% {
    top: 0%;
    right: 0;
    opacity: 0;
  }
  100% {
    top: 20%;
    right: 0;
    opacity: 1;
  }
}
@-moz-keyframes slidein2 {
  0% {
    top: 0%;
    right: 0;
    opacity: 0;
  }
  100% {
    top: 20%;
    right: 0;
    opacity: 1;
  }
}
@-o-keyframes slidein2 {
  0% {
    top: 0%;
    right: 0;
    opacity: 0;
  }
  100% {
    top: 20%;
    right: 0;
    opacity: 1;
  }
}
@keyframes slidein2 {
  0% {
    top: 0%;
    right: 0;
    opacity: 0;
  }
  100% {
    top: 20%;
    right: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slidein3 {
  0% {
    top: 0%;
    left: 0;
    opacity: 0;
  }
  100% {
    top: 10%;
    left: 40%;
    opacity: 1;
  }
}
@-moz-keyframes slidein3 {
  0% {
    top: 0%;
    left: 0;
    opacity: 0;
  }
  100% {
    top: 10%;
    left: 40%;
    opacity: 1;
  }
}
@-o-keyframes slidein3 {
  0% {
    top: 0%;
    left: 0;
    opacity: 0;
  }
  100% {
    top: 10%;
    left: 40%;
    opacity: 1;
  }
}
@keyframes slidein3 {
  0% {
    top: 0%;
    left: 0;
    opacity: 0;
  }
  100% {
    top: 10%;
    left: 40%;
    opacity: 1;
  }
}

@-webkit-keyframes slidein4 {
  0% {
    bottom: 0;
    right: 0;
    opacity: 0;
  }
  100% {
    bottom: 8%;
    right: 25%;
    opacity: 1;
  }
}
@-moz-keyframes slidein4 {
  0% {
    bottom: 0;
    right: 0;
    opacity: 0;
  }
  100% {
    bottom: 8%;
    right: 25%;
    opacity: 1;
  }
}
@-o-keyframes slidein4 {
  0% {
    bottom: 0;
    right: 0;
    opacity: 0;
  }
  100% {
    bottom: 8%;
    right: 25%;
    opacity: 1;
  }
}
@keyframes slidein4 {
  0% {
    bottom: 0;
    right: 0;
    opacity: 0;
  }
  100% {
    bottom: 8%;
    right: 25%;
    opacity: 1;
  }
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 auto !important;
}

.glyphicon-chevron-left:before {
  color: #000 !important;
}

.glyphicon-chevron-right:before {
  color: #000 !important;
}

.carousel-control.left {
  background: none !important;
}

.carousel-control.right {
  background: none !important;
}

.btplanta:hover {
  color: #fff !important;
}

.botao {
  padding: 10px 50px;
  background-color: #000;
  color: #fff;
  font-family: Georgia, sans-serif;
  display: inline-block;
  font-size: 16px;
}

.btdown {
  position: absolute;
  right: 0px;
  top: 0px;
}

.titulo {
  font-size: 1.2vw;
}

.hashtags {
  font-size: 1.2vw;
  position: absolute;
  bottom: -5px;
}

.iconmenu {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 40px;
  z-index: 999999;
}

.rowcol {
  padding: 60px 0px;
}

.logodiv {
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 99;
}

.menudiv {
  position: absolute;
  right: 10px;
}

.logo {
  transition: all 0.4s ease !important;
  width: 350px;
  height: auto;
  z-index: 99;
  margin-left: 20px;
  margin-top: 0px;
}

.margrid {
  margin-bottom: 20px;
}

.bar1,
.bar2,
.bar3 {
  width: 40px;
  height: 2px;
  background-color: #ffa32d;
  margin: 6px 3px;
  transition: all 0.4s ease;
}
.blackbar {
  background-color: #ffa32d;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
  background-color: #fff !important;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
  opacity: 1;
  background-color: #fff !important;
}
#menu-item-680,
#menu-item-683,
#menu-item-682,
#menu-item-681 {
  display: none;
}

#menu-menuprincipal-1 {
  display: block !important;
}
#menu-menuprincipal-1 > li {
  float: none !important;
}

#menu-menuprincipal-1 > li > a {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 40px !important;
  line-height: 1.2 !important;
  /* or 114% */

  text-align: center !important;

  color: #ffffff !important;
}

.divmenu {
  height: 100px;
  position: fixed;
  /*z-index: 99999;*/
  width: 100%;
  /*background-color: #fff;*/
  transition: all 0.5s ease;

  top: 0;
  z-index: 999;
}

.scrollmenu {
  background-color: #fff;
  box-shadow: -2px 0px 10px 1px rgb(0 0 0 / 20%);
}

.bgmenu {
  background-color: #fff;
  transition: background-color 0.5s ease;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.headerhome {
  height: 100%;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -20px;
  bottom: 10px;
  margin-top: -35px;
  border: 2px solid #fff;
  border-radius: 25px;
}

.cellbgmobile {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .box2cols {
    margin-top: 50px;
  }

  .cellbgmobile {
    display: block;
  }

  .headerproduct {
    background-attachment: inherit !important;
  }

  .icon-scroll {
    position: relative;
  }
}
.icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}

.titlesection {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 1.2;
}

.imagepor {
  padding-top: 40px;
}

.textsection {
  /*font-family: 'Playfair Display', serif;*/
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}

.textsection a {
  color: #000 !important;
  text-decoration: underline;
}
.textsection a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

.textsection h1 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
}

.textsection p strong {
  font-weight: 600;
}

.eventostitlesection {
  display: inline-block;
  margin-bottom: 20px;
}

.faqstitlesectiontxt {
  font-family: "Montserrat", sans-serif;
  color: #faa61a;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  text-align: left;
  /*animation: float 6s ease-in-out infinite;*/
}

.eventostitlesectiontxt {
  font-family: "Montserrat", sans-serif;
  color: #faa61a;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  /*animation: float 6s ease-in-out infinite;*/
}

.titlepage {
  font-family: "Montserrat", sans-serif;
  color: rgb(153 141 122 / 85%);
  font-size: 210px;
  margin-top: -100px;
  display: inline-block;
  font-weight: 600;
  z-index: 2;
  position: relative;
  line-height: 0.7;
}

.boxbackground {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.buttonbox {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.022em;
  text-align: center;
  background-color: #faa61a;
  padding: 10px 20px;
  text-decoration: underline;
  color: #fff;
  border-radius: 10px;
  margin-top: 30px;
  display: inline-block;
}

.buttonboxtuk {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.022em;
  text-align: center;
  background-color: #fff;
  padding: 10px 20px;
  text-decoration: underline;
  color: #faa61a;
  border-radius: 10px;
  margin-top: 200px;
  display: inline-block;
}

.titleboxcol {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 73px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
}

.textboxcol {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.022em;
  text-align: left;
  color: #000;
}

.linetitleprod {
  height: 4px;
  background-color: #585858;
  width: 150px;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  transition-delay: 1s;
  margin-top: 20px;
  margin-bottom: 20px;
}

.linetitle {
  height: 4px;
  background-color: #185956;
  width: 0px;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  transition-delay: 1s;
  margin-top: 50px;
}

.linetitle.visible {
  width: 100px;
}
.linetitlewhite {
  height: 4px;
  background-color: #fff;
  width: 100px;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  transition-delay: 1s;
  margin-top: 20px;
  margin-bottom: 20px;
}

.linetitlewhite.visible {
  width: 100px;
}

.testemunho {
  background: #ffffff;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}

.centerteste {
  text-align: left;
  /* display: inline-block;
    margin: 0 auto;*/
}

.testemunhotitle {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.022em;
  color: #585858;
  margin-bottom: 20px;
}

.testemunhotext {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #585858;
  margin-bottom: 30px;
  text-align: left;
}

.testemunholocal {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #585858;
}
.testemunhodata {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #a7a7a7;
}

.linetitlebox {
  height: 4px;
  background-color: #000;
  width: 100px;
  transition: all 0.4s ease-in-out;
  transition-delay: 1s;
  margin-top: 10px;
  margin-bottom: 30px;
}

.linetitlebox.visible {
  width: 100px;
}
.linetitlebox2 {
  height: 4px;
  background-color: #000;
  width: 0px;
  transition: all 0.4s ease-in-out;
  transition-delay: 1s;
  margin-top: 10px;
  margin-bottom: 30px;
}

.linetitlebox2.visible {
  width: 100px;
}

.titlealign {
  text-align: right;
}

/*@keyframes float {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(20px);
	}
	100% {
		transform: translateX(0px);
	}
}
*/
.eventostitlesection span {
  font-family: "Montserrat", sans-serif;
  color: #212529;
  font-size: 100px;
  font-weight: 600;
  display: flex;
  z-index: 9;
  position: relative;
}

.eventostitlesection span:after {
  content: " ";
  position: absolute;
  display: block;
  width: 60px;
  height: 120px;
  top: 15px;
  left: -50px;
  z-index: 1;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(-18deg, 0deg);
  -webkit-transform: skew(-18deg, 0deg);
  transform: skew(-18deg, 0deg);
  border-right: 1px solid #000;
}

.setacenter {
  position: absolute;
  z-index: 999;
  bottom: 10px;
  left: 50%;
  width: 75px;
}

.heroheader .inner .title {
  font-size: 68px;
  font-family: "Spicy Rice", cursive;
}

.heroheader .inner {
  position: relative;
  top: 60%;
  transform: translate(0%, -50%);
  color: white;
  text-align: left;
  /* background: #e59624; */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.boxtitlesection:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0px;
  display: block;
  border-radius: 50%;
  background: rgba(255, 163, 45, 1);
  width: 110px;
  height: 110px;
  transition: all 0.3s ease;
  z-index: -1;
}

.boxtitlesection {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 28px;
  margin-bottom: 40px;
  line-height: 1.2;
  display: inline-block;
}

.boxtitlesection span {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 100px;
  font-weight: 600;
}

.hashtagslist {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 28px;
  margin-bottom: 80px;
  line-height: 1.2;
  display: inline-block;
  margin-top: 40px;
}

.hashtagslist ul {
  margin: 0;
  padding: 0;
}

.hashtagslist ul li:last-child {
  margin-right: 0px;
}

.hashtagslist ul li {
  border: 1px solid rgba(255, 163, 45, 1);
  border-radius: 20px;
  display: inline-block;
  float: left;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-right: 15px;
}

.boxtitlesection span:after {
  content: " ";
  position: absolute;
  display: block;
  width: 60px;
  height: 120px;
  top: 15px;
  left: -50px;
  z-index: 1;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(-18deg, 0deg);
  -webkit-transform: skew(-18deg, 0deg);
  transform: skew(-18deg, 0deg);
  border-right: 1px solid #000;
}

.boxtextsection {
  font-family: "Montserrat", sans-serif;
  color: #212529;
  font-size: 16px;
  line-height: 1.4;
}

.boxtextsection a {
  color: #000 !important;
  text-decoration: underline;
}
.boxtextsection a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

.linguaon {
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}

.lingua,
.lingua a {
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  transition: all 0.4s ease;
  font-weight: 400;
  text-decoration: none;
}

.modal-body {
  padding-top: 70px !important;
}

.lingua:hover,
.lingua a:hover {
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-decoration: none;
}

.linguadiv {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
}

.rowblack {
  height: 55px;
  text-align: center;
  background-color: #000;
  font-family: Georgia, sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 100;
  padding-top: 10px;
}

.frasetop {
  font-family: Georgia, sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 100;
  position: absolute;
  top: 25px;
  left: 60%;
}

figure#fashion div {
  width: 100%;
  height: 100%;
  /*background: #d8aa6c;
    background: #998c79;*/
  background: rgb(133 123 109);
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  left: 0;
}

.spaceblank {
  padding: 150px 0px;
  text-align: center;
}

.spacetexto {
  padding: 130px 0px;
  text-align: center;
}

.divarq {
  padding: 40px 15px 30px 15px;
  background: #e9d7ba;
}

.textofootercont {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 100;
}

.textofootercont a {
  /*color:#e59624 !important; */
  color: #fff !important;
  text-decoration: none;
}
.newsletterdiv {
  padding: 80px 0px;
}

.titulonewsletter {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.textonewsletter {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 100;
}

.textofootertitulo {
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.2);
  font-size: 22px;
  margin-bottom: 10px;
}

.textofooter {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.textofooter a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  font-weight: 500;
  display: block;
}

.formnews {
  padding-top: 40px;
}

.formnews .wpcf7-email {
  padding: 5px 20px;
}

::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 100;
}
::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 100;
}
:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 100;
}
:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 100;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none !important;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 14px;
}

.margincol {
  /*margin-top: -80px;*/
}

.marginbox {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: right;
}

.paddingtext {
  padding: 80px 80px;
}

span.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: normal;
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

textarea {
  height: 150px;
}

input[type="submit"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(255, 163, 45, 1);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}

input[type="submit"] {
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #faa61a;
  border-radius: 10px !important;
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: underline;
  /* transition: all 0.4s ease;*/

  /*background: none;*/
  font-weight: 600;

  margin: 0 auto;

  /*trasition effect for background*/
  transition: background 0.4s ease-in-out;
  margin-top: 30px;
  border: none !important;
  display: inline-block !important;
  float: right;
}

input[type="submit"]:hover {
  /*color: #fff !important;
		background-color: #000 !important;
		 background-position: 100% 100%;*/
}

.textcontact {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 14px;
}

.titulopagina {
  color: #000;
  font-family: Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.parallax {
  min-height: 800px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid {
  /*padding: 0px !important;*/
  background-position: center;
  background-size: cover;
}

.grid450 {
  min-height: 450px;
}

.grid280 {
  min-height: 280px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: center;
}
.grid280c {
  min-height: 280px;
  background-repeat: no-repeat;
}

.grid480 {
  min-height: 480px;
  background-clip: content-box;
}

.textopisos {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  min-height: 100px;
}

.cursorpointer {
  cursor: pointer;
}

.textopisos span {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bgblack {
  background-color: #b3b3b2;
  background-clip: content-box;
}

.bgyellow {
  background-color: #fbd0a3;
  background-clip: content-box;
}

.grid600 {
  min-height: 870px;
}

.grid700 {
  min-height: 700px;
}

.grid800 {
  min-height: 800px;
}

.grid980 {
  min-height: 980px;
}

.grid1250 {
  min-height: 1250px;
}

.grid1800 {
  min-height: 1800px;
}

.textosacabamentos {
  color: #41463f;
  text-align: left;
  font-size: 16px;
  line-height: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}

.piso {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background-color: #41463f;
  text-align: center;
  padding: 15px 0px;
}

.bloco {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #8d908c;
  text-align: center;
  padding: 5px 0px;
}

.btdown {
  position: absolute;
  right: 0px;
  top: 0px;
}

.andar {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background-color: #c6c7c5;
  text-align: center;
  padding: 5px 0px;
  margin-top: 5px;
  height: 80px;
}

.andaractive {
  background-color: #4d4e4c;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 5px 0px;
  margin-top: 5px;
  height: 60px;
}

.andar:hover {
  background-color: #4d4e4c;
  cursor: pointer;
}

.colesq {
  width: 48%;
  float: left;
}

.coldir {
  width: 48%;
  float: right;
}

#obras .colartista:nth-child(even) .card {
  /*background-color: rgba(216,170,108,.60);*/
  background-color: rgba(0, 113, 156, 0.6);
}
#obras .colartista:nth-child(odd) .card {
  /*background-color: rgba(216,170,108,.20);*/
  background-color: rgba(0, 113, 156, 0.2);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0px;

  padding: 0px !important;
  border: none !important;
}

.colartista {
  margin-bottom: 40px;
}

.menucontainer {
  /*background-color: #d8aa6c;*/
  background: rgba(250, 166, 26, 0.9);
  transform: translateY(-130%);
  position: fixed;
  height: auto;
  min-height: 100vh;
  width: 100%;
  right: 0px;
  padding-top: 170px;
  padding-bottom: 50px;
  z-index: 99999;
  transition: all 0.4s ease;
  overflow-y: auto;
  overflow-x: hidden;
}

.menuon {
  transform: translateY(0);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none !important;
  font-family: "Montserrat", sans-serif !important;
  color: #cfc9c1 !important;
  font-size: 18px !important;
  text-align: left !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border: none !important;
  font-family: "Montserrat", sans-serif !important;
  color: #dc3232 !important;
  font-size: 18px !important;
  text-align: left !important;
}

.formtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
  text-align: left;
}

.wpcf7-list-item input {
  width: 20px !important;
  height: 20px !important;
  margin-left: -10px !important;
  top: 3px;
  position: relative;
}

.wpcf7-list-item-label {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  margin-bottom: 5px !important;
  color: #000 !important;
  text-align: left;
}

.wpcf7-text,
.wpcf7 input[type="file"] {
  width: 100% !important;
  border: 1px solid #000;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  padding: 10px 20px !important;
  margin-bottom: 20px !important;
  color: #000 !important;
  border-radius: 10px !important;

  background: #ffffff !important;
  border: 1px solid #ababab !important;
}

.wpcf7-textarea,
.wpcf7-select {
  width: 100% !important;
  border: 1px solid #000;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  padding: 10px 20px !important;
  margin-bottom: 20px !important;
  color: #000 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  border: 1px solid #ababab !important;
}

.wpcf7-text::-webkit-input-placeholder,
.wpcf7-textarea::-webkit-input-placeholder {
  /* Edge */
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  color: #000 !important;
}

.wpcf7-text::-webkit-input-placeholder,
.wpcf7-textarea::-webkit-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  color: #000 !important;
}

.wpcf7-text::-webkit-input-placeholder,
.wpcf7-textarea::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  color: #000 !important;
}

.noscroll {
  position: absolute;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.navbar-default {
  background: none !important;
  border: none !important;
}

.navbar-nav {
  flex-direction: row !important;
}

.navbar-nav > li {
  margin-bottom: 20px;
}

.navbar-nav .dropdown-menu {
  position: absolute !important;
  float: none;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.dropdown-menu {
  background-color: #ffa32d !important;
  padding: 20px;
  font-family: "Montserrat", sans-serif !important;
  color: #fff !important;
  font-size: 16px !important;
  min-width: 15rem !important;
  border: none !important;
  margin-left: -10%;
}
.dropdown-menu a {
  font-family: "Sul Sans Regular" !important;
  color: #fff !important;
  font-size: 16px !important;
}
.dropdown-menu li {
  margin-bottom: 5px;
}

#menutop .container {
  position: relative;
}

#menu-menuprincipal {
  padding-top: 30px;
  float: right;
  padding-right: 60px;
}

.navbar-default .navbar-nav > li > a {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  color: #fff !important;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none !important;
  position: relative;
}

.showmenuprincipal {
  transform: translateX(0%) !important;
}

.menufix {
  padding-top: 10px;
  padding-bottom: 7px;
  position: absolute;
  z-index: 999999;
  width: 100%;
}

#menu-menuprincipal .dropdown-menu li {
}

#menu-menuprincipal .dropdown-menu li a {
  font-family: "Montserrat", sans-serif !important;

  text-decoration: none !important;
}

#menu-item-231 a:first-child:before {
  content: "01.";
  font-family: "Montserrat", sans-serif;
  color: #212529;
  font-size: 70px;
  font-weight: 600;
  position: absolute;
  left: -120px;
  top: -35px;
  display: inline-block;
  z-index: 1;
}
#menu-item-231 a:first-child:after {
  content: " ";
  position: absolute;
  display: block;
  width: 50px;
  height: 70px;
  top: -10px;
  left: -170px;
  z-index: 2;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(-18deg, 0deg);
  -webkit-transform: skew(-18deg, 0deg);
  transform: skew(-18deg, 0deg);
  border-right: 1px solid #000;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
}
#menu-item-237 a:first-child:before {
  content: "02.";
  font-family: "Montserrat", sans-serif;
  color: #212529;
  font-size: 70px;
  font-weight: 600;
  position: absolute;
  left: -120px;
  top: -35px;
  display: inline-block;
  z-index: 1;
}
#menu-item-237 a:first-child:after {
  content: " ";
  position: absolute;
  display: block;
  width: 50px;
  height: 70px;
  top: -10px;
  left: -160px;
  z-index: 2;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(-18deg, 0deg);
  -webkit-transform: skew(-18deg, 0deg);
  transform: skew(-18deg, 0deg);
  border-right: 1px solid #000;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

#menu-item-238 a:first-child:before {
  content: "03.";
  font-family: "Montserrat", sans-serif;
  color: #212529;
  font-size: 70px;
  font-weight: 600;
  position: absolute;
  left: -120px;
  top: -35px;
  display: inline-block;
  z-index: 1;
}
#menu-item-238 a:first-child:after {
  content: " ";
  position: absolute;
  display: block;
  width: 50px;
  height: 70px;
  top: -10px;
  left: -160px;
  z-index: 2;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(-18deg, 0deg);
  -webkit-transform: skew(-18deg, 0deg);
  transform: skew(-18deg, 0deg);
  border-right: 1px solid #000;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
}
#menu-item-236 a:first-child:before {
  content: "04.";
  font-family: "Montserrat", sans-serif;
  color: #212529;
  font-size: 70px;
  font-weight: 600;
  position: absolute;
  left: -120px;
  top: -35px;
  display: inline-block;
  z-index: 1;
}
#menu-item-236 a:first-child:after {
  content: " ";
  position: absolute;
  display: block;
  width: 50px;
  height: 70px;
  top: -10px;
  left: -160px;
  z-index: 2;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(-18deg, 0deg);
  -webkit-transform: skew(-18deg, 0deg);
  transform: skew(-18deg, 0deg);
  border-right: 1px solid #000;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.dropdown-menu a:before,
.dropdown-menu a:after {
  display: none !important;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff !important;
  background: none !important;
  text-decoration: none !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff !important;
  background: none !important;
  text-decoration: none !important;
}

#navigationbar {
  width: 100%;
}

.menudesktop {
  display: block;
  padding-top: 10px;
}

.menu > li {
  float: left;
  list-style: none;
  padding: 5px 30px;
  text-align: center;
}

.menu > li > a {
  font-family: Georgia, sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 100;
}

.menu > .active > a,
.menu > .active > a:hover,
.menu > .active > a:focus {
  color: #000 !important;
  background: none;
  text-decoration: none;
}

.menu > li > a:hover,
.menu > li > a:focus {
  color: #fff !important;
  background: none;
  text-decoration: none;
}

footer {
  padding: 40px 0px 0px 0px;
}

.footertxt {
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 100;
}

.btmap {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 100;
  background-color: #000;
  padding: 5px 50px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  top: 10px;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
}

.titulotexto {
  margin-bottom: 15px;
}

.blankarea {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 1500px) {
  .container {
    width: 1440px;
  }
}

@media (max-width: 1500px) {
  .menu > li {
    padding: 5px 15px;
  }

  .logo {
    margin-left: 50px;
  }
}

@media (max-width: 1500px) {
  .hero-slider .carousel-cell .inner .title {
    font-size: 3.5rem;
  }

  .hero-slider .carousel-cell .inner .subtitle {
    font-size: 1rem;
  }

  .hero-slider .carousel-cell .inner .nota {
    font-size: 16px;
  }

  .hero-slider .carousel-cell .inner .btn {
    font-size: 0.7rem;
  }

  .imagemicones {
    max-width: 550px;
  }
}

#academia .textoacademia {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 24px;
}

.imagemicones {
  max-width: 600px;
}

@media (max-width: 1200px) {
  .menu > li {
    padding: 5px 10px;
  }

  .logo {
    margin-left: 50px;
  }

  .menu > li > a {
    font-family: Georgia, sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 100;
  }
}

@media (max-width: 1100px) {
  .menu {
    margin-left: 10px;
  }
  .menu > li {
    padding: 5px 10px;
  }

  .logo {
    margin-left: 30px;
  }

  .menu > li > a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 100;
  }

  .titlepage {
    font-size: 110px;
    margin-top: -100px;
    line-height: 75px;
  }

  .header:after {
    width: 20% !important;
  }

  .titlepage:before {
    font-size: 120px !important;
    right: 180px !important;
    top: -40px !important;
  }

  .titlepage:after {
    width: 60px;
    height: 120px;
    top: -45px !important;
    right: 320px !important;
  }

  #menu-menuprincipal > li > a {
    font-size: 30px !important;
  }

  .showmenuprincipal {
    right: 30px !important;
    position: relative !important;
  }

  .coldataeventointro {
    width: 100% !important;
  }

  .fotoprofessorintro:before {
    width: 30%;
    top: -55% !important;
    left: -40% !important;
  }

  .imagemacademia {
    min-height: 300px;
    overflow: hidden;
    position: relative;
  }

  .hero-slider .carousel-cell .inner .title {
    font-size: 40px !important;
  }

  .hero-slider .carousel-cell .inner .professor {
    font-size: 18px !important;
  }

  .hero-slider .carousel-cell .inner .nota {
    font-size: 16px !important;
  }

  .innertitle {
    font-size: 26px !important;
  }
}

@media (max-width: 991px) {
  .scrollmenu .iconmenu {
    top: 30px !important;
  }

  .scrollmenu .logosmall {
    max-width: 40px !important;
  }

  .menudesktop {
    display: none;
  }

  .iconmenu {
    display: block !important;
    right: 15px !important;
    top: 50px !important;
  }
}

#menu-menuprincipal-1 > .active > a:after {
  width: 100%;
  transition: 0.3s ease all;
}

#menu-menuprincipal-1 > .active > a {
  text-decoration: none !important;
}

#menu-menuprincipal-1 li a::after {
  content: "";
  position: absolute;
}

#menu-menuprincipal-1 li a::after {
  /*top: 75%;
  height: 2px;
  width: 0%;
  right: 7%;*/
  bottom: 0px;
  height: 2px;
  width: 0%;
  right: 0%;
  background-color: rgba(255, 255, 255, 1);
  transition: 1s ease all 0.3s;
}

#menu-menuprincipal-1 li a:hover:after {
  width: 100%;
  transition: 0.3s ease all;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper2col {
    padding-top: 58%;
  }
  .wrapper3col {
    padding-top: 58%;
  }
  .wrapper4col {
    padding-top: 58%;
  }

  .titulo {
    font-size: 2.6vw;
  }

  .hashtags {
    font-size: 2.2vw;
  }
}

.padno {
  padding-left: 0px;
}
/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
  .boxtitlesection span {
    position: relative;
  }

  .imagemacademia {
  }

  .textoacademia br {
    display: none;
  }
  .menuright {
    width: 100% !important;
  }

  .esquerda {
    left: -35% !important;
    width: 85% !important;
  }

  .direita {
    width: 86% !important;
    right: -35% !important;
  }

  .titlepage {
    font-size: 60px !important;
    margin-top: -70px !important;
    line-height: 45px !important;
  }

  .dataevento {
    font-size: 54px;
    padding-right: 20px;
  }

  .mesevento {
    font-size: 28px;
    padding-right: 20px;
  }

  .coldataeventointro {
    height: 150px !important;
  }

  .inner {
  }

  #menu-item-56 a:first-child:before {
    font-size: 42px !important;
    left: -80px !important;
    top: 11px !important;
  }

  #menu-item-56 a:first-child:after {
    width: 50px !important;
    height: 50px !important;
    top: -5px !important;
    left: -126px !important;
  }
  #menu-item-52 a:first-child:before {
    font-size: 42px !important;
    left: -80px !important;
    top: 11px !important;
  }

  #menu-item-52 a:first-child:after {
    width: 50px !important;
    height: 50px !important;
    top: -5px !important;
    left: -126px !important;
  }
  #menu-item-53 a:first-child:before {
    font-size: 42px !important;
    left: -80px !important;
    top: 11px !important;
  }

  #menu-item-53 a:first-child:after {
    width: 50px !important;
    height: 50px !important;
    top: -5px !important;
    left: -126px !important;
  }
  #menu-item-51 a:first-child:before {
    font-size: 42px !important;
    left: -70px !important;
    top: 12px !important;
  }

  #menu-item-51 a:first-child:after {
    width: 50px !important;
    height: 50px !important;
    top: -5px !important;
    left: -123px !important;
  }

  .navbar-nav > li {
    margin-bottom: 30px !important;
  }

  .menu {
    left: -10px;
  }

  .menu .menuright {
    width: 120% !important;
  }

  .padno {
    padding-left: 15px;
  }

  .grid280c {
    min-height: 460px;
    background-repeat: no-repeat;
  }

  .grid280 {
    min-height: 460px;
    background-clip: inherit !important;
    background-repeat: no-repeat;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
  }

  .frasetop {
    display: none;
  }

  .titulotexto::before {
    display: none;
  }

  .menucontainer {
    width: 100%;
  }

  .titulo {
    font-size: 5.6vw;
  }

  .hashtag {
    font-size: 4.2vw;
    position: absolute;
    bottom: 0px;
  }

  .logo {
    transition: all 0.4s ease !important;
    width: 173px;
    margin-left: 0px;
    margin-top: 25px;
  }

  .col1 {
    min-height: 1620px;
  }
}
/* Landscape phones and down */
@media (max-width: 380px) {
  .titletuk {
    font-size: 37px !important;
    margin-top: -35px !important;
    text-align: center !important;
  }
}

.iconscategoria {
  padding: 40px 0px;
}

@media (max-width: 480px) {
  .textoprodutobox {
    text-align: left;
  }

  .iconscategoria {
    padding: 10px 15px 30px 15px;
  }

  .titlecovid:before {
    width: 76px !important;
    height: 54px !important;
    left: -85px !important;
    background-size: cover;
    top: -7px !important;
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 34px;
  }

  .hashsingleslider .icon img {
    max-width: 40px;
    height: 35px;
  }

  .hashsingleslider {
    font-size: 18px;
  }

  .colfooter {
    margin-bottom: 40px;
  }

  #projects {
    padding-top: 40px !important;
  }

  .grid-item--height3 {
    height: 460px !important;
  }

  .botaoallexperiences {
    text-align: center !important;
  }

  .margexperience {
    margin-top: 30px !important;
  }

  .spaceicons {
    margin-top: 30px !important;
  }

  #tuktuk {
    margin-top: -30px !important;
    padding-bottom: 0px !important;
  }

  .titlepag {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .grid-item .parentchild > .gridchild > .overlay {
    background: rgb(0 0 0 / 35%) !important;
    opacity: 1 !important;
  }

  .boxbacktuk {
    display: none;
  }

  .pad0mobile {
    padding-left: 0px;
    padding-right: 0px;
  }

  .titletuk {
    font-size: 40px;
    margin-top: -38px;
    text-align: center !important;
  }

  .padhor {
    padding-left: 20px;
    padding-right: 20px;
  }

  .buttonboxtuk {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .slidertestemunhos .carousel-cell {
    width: 100% !important;
    height: 460px;
  }

  .imgtuk {
    position: relative;
    top: 0px;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 100px;
  }

  .bgyellowtuk {
    background-color: #faa61a;
    padding: 0px;
  }

  .titleproduct {
    font-size: 36px !important;
  }

  .breadcrumb li {
    font-size: 16px !important;
  }

  .hero-slider .carousel-cell {
    background-position: center !important;
  }

  .grid3 .grid-item {
    width: 100%;
  }

  .productpadding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .logoacademiafooter {
    max-width: 100px !important;
  }

  #headingtitle1 .accordion-button,
  #headingtitle2 .accordion-button,
  #headingtitle3 .accordion-button,
  #headingtitle4 .accordion-button,
  #headingtitle5 .accordion-button {
    font-size: 22px !important;
  }

  .titlepartners {
    font-size: 28px !important;
  }

  .accordion-body {
    font-size: 18px !important;
    line-height: 1.2;
    padding-left: 0px;
    padding-right: 0px;
  }

  .accordion-header .accordion-button {
    font-size: 18px !important;
  }

  .accordion-button {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #wc-bookings-booking-form .form-field-wide {
    margin-bottom: 50px;
  }

  .wc-bookings-booking-form .form-field input[type="number"] {
    width: 90%;
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 56px;
    line-height: 1.2;
  }

  .textoproduto {
    font-size: 18px;
    line-height: 1.2;
    padding: 0 25px;
    text-align: left;
  }

  .botaoallexperiences a {
    font-size: 22px;
  }

  .boxbackground {
    min-height: 450px;
  }

  .titulobox {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    line-height: 1.2;
  }

  .textobox {
    font-size: 18px;
    line-height: 1.2;
  }

  .spacebox {
    /* padding: 100px 20px 100px 45px; */
    padding: 80px 40px 80px 40px;
  }

  .colicon {
    max-width: 80px;
  }

  .selosbox {
    margin-bottom: 40px;
  }

  .navbar-nav > li {
    margin-bottom: 10px !important;
  }

  .menucontainer {
    padding-top: 200px;
  }

  #navigationbar #menu-menuprincipal-1 > li > a {
    font-family: "Montserrat" !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    color: #ffffff !important;
  }

  .flickity-prev-next-button {
    display: none;
  }

  .hero-slider .flickity-page-dots {
    bottom: 70px;
  }

  .logoparceiro {
    max-width: 150px;
    padding: 20px;
    float: left;
  }

  .titlepage:before {
    font-size: 80px !important;
  }

  .titlepage:after {
    width: 60px;
    height: 80px;
    top: -45px !important;
    right: 290px !important;
  }

  .nomeprofesssor {
    margin-top: 10px;
  }

  .hovermaster .tituloclasse {
    padding-right: 0px;
    text-align: right;
    max-width: 100%;
    float: right;
    font-weight: 600;
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .fotoprofessor {
    min-height: 410px;
  }

  .coldataevento {
    height: 150px;
    margin-top: 40px;
  }

  .menu .menuright {
    width: 130% !important;
  }

  #menu-menuprincipal > li > a {
    position: relative;
  }
  #menu-item-236 a:first-child:after {
    width: 30px;
    height: 50px;
    top: -9px;
    left: -115px;
  }

  #menu-item-236 a:first-child:before {
    font-size: 35px;
    left: -90px;
    top: 12px;
  }

  #menu-item-238 a:first-child:after {
    width: 30px;
    height: 50px;
    top: -9px;
    left: -115px;
  }

  #menu-item-238 a:first-child:before {
    font-size: 35px;
    left: -90px;
    top: 12px;
  }

  #menu-item-231 a:first-child:after {
    width: 30px;
    height: 50px;
    top: -9px;
    left: -115px;
  }

  #menu-item-231 a:first-child:before {
    font-size: 35px;
    left: -80px;
    top: 12px;
  }
  #menu-item-237 a:first-child:after {
    width: 30px;
    height: 50px;
    top: -9px;
    left: -115px;
  }
  .menu {
    margin: 0;
  }

  #menu-item-237 a:first-child:before {
    font-size: 35px;
    left: -90px;
    top: 12px;
  }

  .header:after {
    width: 55% !important;
  }

  .titlepage {
    font-size: 48px !important;
  }

  .paddingtext .btn {
    padding: 14px 14px;
    font-size: 0.6rem;
  }

  .logoacademia {
    max-width: 240px;
  }

  .paddingtext {
    padding: 80px 30px;
  }

  #academia .textoacademia {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .imagemicones {
    width: 90%;
  }

  .hero-slider .carousel-cell .inner .title {
    font-size: 30px !important;
    padding-left: 20px;
    width: 100%;
  }

  .hero-slider .carousel-cell .inner .subtitle {
    font-size: 14px;
  }

  .hero-slider .carousel-cell .inner .professor {
    font-size: 16px !important;
  }

  .hero-slider .carousel-cell .inner .nota {
    font-size: 14px !important;
  }

  .eventostitlesectiontxt {
    font-size: 28px;
  }

  .hero-slider .carousel-cell .inner {
    width: 100%;
  }

  .col1 {
    min-height: 1675px;
    background-repeat: no-repeat;
  }

  .grid280c {
    min-height: 320px;
    background-repeat: no-repeat;
  }

  .grid280 {
    min-height: 320px;
    background-origin: inherit !important;
    background-repeat: no-repeat;
  }

  .frasetop {
    font-size: 14px;
    color: #000;
    top: 30px;
  }

  .navbar-default .navbar-nav > li > a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    line-height: 4px;
  }

  .rowblack {
    font-size: 19px;
  }

  footer {
    padding: 20px 0px 0px 0px;
  }
}

/* end device media queries */

/* Internet Explorer 8+ (Media Query) */
@media screen\0 {
}
