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

body {	
	width:100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	
	margin: 0;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

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

.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 .4s ease-in;
}

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

.redesociais a {
	margin-right: 15px;
	font-family: 'Open Sans', 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 .4s ease-in-out;
	padding: 5px;
}
.rowrel {
    position: relative;
    z-index: 2;
}

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

.grid-item {
    height: 400px;
    float: left;
    background: #00ffff;
    /*border: 1px solid #000;*/
    /* border-color: hsla(0, 0%, 0%, 0.5); */
    border-radius: 0px;
	overflow: hidden;
	
}

.contactotitulo {
	color:#e5332a;
	font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}

.titulocontacto {
	font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}
.textocontacto {
	font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

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

.grid-item--width2 {
    width: 50%;
}

.grid-item--width2 { width:  50%; }
.grid-item--width3 { width:  60%; }

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

.grid-item:hover .overlay {
	/*transform: translateY(0%);*/
	/*bottom: 0px;*/
	
	background: rgb(153 141 122 / 80%);
}
.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.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gridchild {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.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: 'Open Sans', sans-serif;
    line-height: 1.3;
}
.nomeprofesssor span {
	color: #000;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
	display: block;
}

.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: 'Open Sans', 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);
}


.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: 'Open Sans', sans-serif;
	text-align: right;
	padding-right: 40px;
	line-height: 1;
}

.mesevento {
	color: #fff;
    font-size: 34px;
    font-weight: 300;
    font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
}

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



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

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

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

/*.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: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
	width: 80%;
    display: inline-block;
    line-height: 1.1;
    font-weight: 600;
}

.innertext {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	opacity: 0;
	transition: all .4s ease-in;
	    position: relative;
    top: -20px;

}
.innerdata {
	font-family: 'Open Sans', sans-serif;
	color: #e59624;
	font-size: 18px;
	font-weight: 300;
	opacity: 0;
	transition: all .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:hover {
	background-position: 100% 100%;
	color:#fff;
}
.redesociais a:last-child {
	margin-right: 0px;
}

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

.boximage {
	overflow: hidden;
}

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

/* HERO */

.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));
	mix-blend-mode: multiply;
	z-index: 8;
}

.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;
}

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

.hero-slider .carousel-cell .inner {
 position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    color: white;
    text-align: left;
    /*background: #e59624;*/
    background: #998c79;
    width: 40%;
    height: 100%;
	display: flex;
  align-items: center;
  justify-content: center;
	z-index: 99;
}
.hero-slider .carousel-cell .inner .subtitle {
  
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 3px;
  color: #000;
  margin-bottom: 5px;
}
.hero-slider .carousel-cell .inner .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 3px;
	color: #000;
	font-weight: 600;
}

.hero-slider .carousel-cell .inner .professor {
	font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  
  letter-spacing: 3px;
  margin-bottom: 40px;color: #000;
	font-weight: 300;
}

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

.hero-slider .carousel-cell .inner .btn {
  border: 1px solid #000;
  padding: 14px 18px;
  text-transform: uppercase;
  font-family: 'Open Sans', 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%;
  /*trasition effect for background*/
  transition: all .4s ease-in-out;
}
.hero-slider .carousel-cell .inner .btn:hover {
 /* background: #000;*/
	 background-position: 100% 100%;
  color: #fff;
}
.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: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(229, 150, 36, 0.5);
  border: 0 solid white;
  border-radius: 0;
}
.hero-slider .flickity-page-dots .dot.is-selected {
  
  background: #e59624;
  border: 0 solid #e59624;
}

/* END HERO */

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

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


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




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

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

.moreinfo {
    color: #000;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
	text-align: center;
    left: 0px;
	margin-top: 25px;
	transition: all .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: 'Open Sans', 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 .4s ease-in;
}
.morestudents {
    color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
	text-align: center;
    left: 0px;
	margin-top: 25px;
	transition: all .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: 'Open Sans', 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 .4s ease-in;
}



.fullcalendar {
    color: #000;
	font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
	color:#000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

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

.logoagno {
    transition-duration: .2s;
    transition: transform 0s cubic-bezier(.215,.61,.355,1);
	max-width: 160px;
	width: 100%;
 }

.logoacademiafooter {
    transition-duration: .2s;
    transition: transform 0s cubic-bezier(.215,.61,.355,1);
	max-width: 200px;
	width: 100%;
 }

.logosmall {
	max-width: 40px;
}

.rw-wrapper {
	width: 100%;
	position: relative;
	padding: 10px;
}
.rw-sentence {
	margin: 0;
	text-align: center;
}
.rw-sentence span {
	font-family: 'Open Sans', 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%);
}

.conteudoheader {
	position: absolute;
    z-index: 9;
    top: 50%;
    text-align: center;
    width: 100%;
}

.subheadertext {
    /*left: 50%;
    transform: translate(-50%,-50%);*/
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
}
.headertext {
    /*left: 50%;
    transform: translate(-50%,-50%);*/
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.2;
}

.headertext h4 {
	font-size: 58px;
    margin-top: -20px;
}

.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: 20px;
}

.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;
    
}

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

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

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

.descricao {
	font-family: 'Open Sans', 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;
}

.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: .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: .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: .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: .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;
}



.colsetor {
	    padding: 40px;
    text-align: center;
}

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

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



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

.pilares {
	margin-top: 60px;
}
.pilares a{
	text-decoration: none !important;
}

.pilar {
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 600;
	padding-left: 35px;
	position: relative;
	text-decoration: none;
}

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

.titulobg {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 12px;
	margin-bottom: 10px;
}

.overlayparceiros {
	width: 100%;
    height: 100%;
    /* background: #d8aa6c; */
    background: rgb(51 51 51 / 30%);
    position: absolute;
    top: 0;
    mix-blend-mode: multiply;
    left: 0;
	z-index: 1;
}

.tituloparceiros {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 50px;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}


.textoparceiros {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
}

.conteudo {
	    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
}

.parceirosbg {
	background-position: top center;
	background-size: cover;
	min-height: 600px;
	position: 	relative;
}

.separadorvert {
	    background-color: #fff;
    height: 70px;
    width: 2px;
}
.carousel-cell {
	width: 100%;
	
}
.sliderbg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 380px;
}

.flickity-prev-next-button.next {
	width: 40px;
	height: 40px;
	background-image: url(../images/setadir.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	right: 0px !important;
}
.flickity-prev-next-button.previous {
	width: 40px;
	height: 40px;
	background-image: url(../images/setaesq.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	left: 0px !important;
}

.flickity-prev-next-button {
	border-radius: 0 !important;
}

.flickity-button-icon {
	display: none;
}



.textobg {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 10px;
	line-height: 1.4;
}

.numerobg {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 38px;
}

.padpilar {
	    padding-left: 80px;
    padding-right: 80px;
}

.bgpilar {
	background-color: #f8b133;
	padding: 20px;
	height: 100%;
	min-height: 130px;
}

.pilar:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/icon_bullet.svg);
	height: 30px;
}

.titulopilar {
	font-family: 'Open Sans', sans-serif;
	color:#4d4d4d;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 30px;
	font-weight: 600;
}


.textosetor {
	font-family: 'Open Sans', sans-serif;
	color:#808080;
	font-size: 16px;
	line-height: 1.4;
	
}

.imagemquad {
	height: 340px;
}

.servicopagtit {
	font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}
.servicopagtxt {
	font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.servicorow {
	scroll-margin-top: 240px;
	margin-top: 160px;
}

.servicos .servicorow:first-child .servicopagtit:before {
	content: "";
    background-image: url(../images/before1.svg);
    position: absolute;
    left: -90px;
    width: 60px;
    height: 80px;
    top: -20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.servicos .servicorow:nth-child(2) .servicopagtit:before {
	content: "";
    background-image: url(../images/before2.svg);
    position: absolute;
    left: -90px;
    width: 60px;
    height: 80px;
    top: -20px;
    background-repeat: no-repeat;
    background-size: cover;
}
.servicos .servicorow:nth-child(3) .servicopagtit:before {
	content: "";
    background-image: url(../images/before3.svg);
    position: absolute;
    left: -90px;
    width: 60px;
    height: 80px;
    top: -20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.servicos .servicorow:first-child .botaoservico {
	background-color: #bd1622;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
	display: inline-block;
}

.servicos .servicorow:nth-child(2) .botaoservico {
	background-color: #e5332a;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
	display: inline-block;
}

.servicos .servicorow:nth-child(3) .botaoservico {
	background-color: #f29100;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
	display: inline-block;
}

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

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

.iconimg {
	transition: all .4s ease;
	position: relative;
	top: 0px;
}


.colsetor:hover .iconimg {
	top: -10px;
}

.titulosetorpagina {
	font-family: 'Open Sans', sans-serif;
	color:#bd1622;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 100;
}

.textosetorpagina {
	font-family: 'Open Sans', sans-serif;
	color:#4d4d4d;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 100;
}

.titulosetor {
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size: 17px;
	line-height: 1.4;
	margin-top: 10px;
}

.linksetor {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 10px;
}

.titulorow {
	font-family: 'Open Sans', sans-serif;
	color:#f8b133;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
 }

.rowcol {
	padding: 80px 0px;
}
.rowcol2 {
	padding: 140px 0px;
}

.pad30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.textoquote {
	font-family: 'Open Sans', sans-serif;
	color:#4d4d4d;
	font-size: 36px;
    line-height: 1.2;
	font-weight: 600;
	text-align: right;
	padding-left: 20px;
	position: relative;
	display: inline-block;
}

.textoquote:before {
	content: '“';
	font-family: 'Open Sans', sans-serif;
	color:#4d4d4d;
	font-size: 186px;
	line-height: 1.4;
	font-weight: 600;
	position: absolute;
	left: -100px;
    top: -90px;
    display: inline-block;
}

.textobase {
	font-family: 'Open Sans', sans-serif;
	color:#4d4d4d;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
}
.textobotao {
	font-family: 'Open Sans', sans-serif;
	color:#4d4d4d;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	text-decoration: underline;
	margin-top: 20px;
}

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

.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: 1px;
    background-color: #fff;
    margin: 6px 3px;
    transition: all 0.4s ease;
}
.blackbar {
	background-color: #fff;
}

.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);
	background-color: #fff !important;
}

.divmenu {
    height: 100px;
    position: absolute;
    /*z-index: 99999;*/
    width: 100%;
	/*background-color: #fff;*/
	transition: all 0.5s ease;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 999;
	padding-top: 40px;
}

.scrollmenu {
	background-color: #bd1622; 
	box-shadow: -2px 0px 10px 1px rgb(0 0 0 / 20%);
	padding-top: 15px !important;
	position: fixed;
}

.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
}
@media (max-width: 767px) {
    .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: 'Open Sans', 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: 'Open Sans', 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: 'Open Sans', sans-serif;
    font-size: 34px;
}

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


.eventostitlesection {
	display: inline-block;
	margin-bottom: 20px;
}
	
.eventostitlesectiontxt {
	font-family: 'Open Sans', sans-serif;
    color: rgb(153 141 122 / 30%);
    font-size: 160px;
    margin-top: -100px;
    line-height: 1.2;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    z-index: -1;
	/*animation: float 6s ease-in-out infinite;*/
	
}

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

.titlealign {
	text-align: right;
}

/*@keyframes float {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(20px);
	}
	100% {
		transform: translateX(0px);
	}
}
*/
.eventostitlesection span {
	font-family: 'Open Sans', 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;
}


.boxtitlesection {
	font-family: 'Open Sans', sans-serif;
	color: #212529;
    font-size: 26px;
    margin-bottom: 40px;
	line-height: 1.2;display: inline-block;
}

.boxtitlesection span {
	font-family: 'Open Sans', sans-serif;
	color: #212529;
    font-size: 100px;
	font-weight: 600;
	
}

.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: 'Open Sans', 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: 'Open Sans', sans-serif;
	color:rgba(255,255,255,0.70);
	font-size: 16px;
	text-decoration: none;
	font-weight: 400;
}

.lingua, .lingua a {
	font-family: 'Open Sans', sans-serif;
	color:rgba(255,255,255,1.00);
	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.00);
	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: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: 100;
	padding-top: 10px;
}

.frasetop {
	font-family: 'Open Sans', 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: rgb(51 51 51 / 40%);
    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: 'Open Sans', 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 !important;
}
.newsletterdiv {
	padding: 80px 0px;
}

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

.textofootertitulo {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 30px;
	margin-bottom: 10px;
}

.textofooter {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 13px;
	line-height: 16px;	
	font-weight: 100;
	
}

.textofooter a{
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 16px;
	line-height: 16px;	
	text-decoration: none;
	font-weight: 100;
}

.formnews {
	padding-top: 40px;
}


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


	
	
	::-webkit-input-placeholder { 
  	font-family: 'Open Sans', sans-serif;
	font-size: 16px !important;
	color: #000 !important;
    font-weight: 100;
}
::-moz-placeholder { 
  font-family: 'Open Sans', sans-serif;
	font-size: 16px !important;
	color: #000 !important;
    font-weight: 100;
}
:-ms-input-placeholder { 
  font-family: 'Open Sans', sans-serif;
	font-size: 16px !important;
	color: #000 !important;
    font-weight: 100;
}
:-moz-placeholder { 
    font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
		color:#000;
		font-size: 14px;
}

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

.margincol:after {
    content: " ";
    position: absolute;
    display: block;
    width: 27%;
    height: 100%;
    top: 0;
    right: -1%;
    z-index: 1;
    background: #fff;
    transform-origin: bottom left;
    -ms-transform: skew(-18deg, 0deg);
    -webkit-transform: skew(-18deg, 0deg);
    transform: skew(-18deg, 0deg);
}

.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: 'Open Sans', sans-serif;
		color:#000;
}

textarea {

  height: 150px;
}

.drop {
	-webkit-box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.2); 
box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.2);
}
	
	input[type=submit] {
	background-color: #bd1622;
    color: #fff !important;
		border: none !important;
    font-size: 16px;
    padding: 10px 25px;
    text-align: center;

    display: block;
		float: right;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;


    text-decoration: none;
   /* transition: all 0.4s ease;*/
    border-radius: 0px;
	/*background: none;*/
	font-weight: 400;

    margin: 0 auto;
		
  transition: background .4s ease-in-out;
		
	
	}
	
	input[type=submit]:hover {
		color: #fff !important;
		/*background-color: #000 !important;*/
		 background-position: 100% 100%;
	}

.textcontact {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 14px;
}


.titulopagina {
	color:#000;
	font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
}

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

.bloco {
	font-family: 'Open Sans', 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', sans-serif;
	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', sans-serif;
	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.60);
}
#obras .colartista:nth-child(odd) .card {
	/*background-color: rgba(216,170,108,.20);*/
	background-color: rgba(0,113,156,0.20);
}

.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-color: #00719c;
	transform: translateX(100%);
	position: fixed;
	height: auto;
	min-height: 100vh;
	width: 100%;
	right: 0px;
	padding-top: 100px;
	padding-bottom: 50px;
	z-index: 99;
	transition: all .4s ease;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}

.menuon {
	transform: translateX(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: 'Open Sans', 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: 'Open Sans', sans-serif !important;
	color: #dc3232 !important;
	font-size: 18px !important;
	text-align: left !important;
}

.formtitle {
	font-family: 'Open Sans', 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;
	-webkit-box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.2); 
box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.2);
}

.wpcf7-list-item-label {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
    margin-bottom: 5px !important;
	color: #999999 !important;
	text-align: left;
	left: 28px;
    display: inline-block;
    position: relative;
    top: -23px;
}

.wpcf7-text, .wpcf7 input[type="file"] {
	width: 100% !important;
	border: none !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	padding: 20px 20px !important;
    margin-bottom: 20px !important;
	color: #000 !important;
	-webkit-box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.2); 
box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.2);
}

.wpcf7-textarea {
	height: 230px;
}
	
.wpcf7-textarea, .wpcf7-select {
	width: 100% !important;
	border: none !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	padding: 20px 20px !important;
    margin-bottom: 20px !important;
	color: #000 !important;
	-webkit-box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.2); 
box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.2);
}

.wpcf7-text::-webkit-input-placeholder, .wpcf7-textarea::-webkit-input-placeholder { /* Edge */
  font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	color: #b3b3b3 !important;
}

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

.wpcf7-text::-webkit-input-placeholder, .wpcf7-textarea::-webkit-input-placeholder {
   font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	color: #b3b3b3 !important;
}

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

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

.navbar-nav {
    float: none !important;
    margin: 0 auto !important;
    text-align: right;
}

.navbar-nav>li {
    float: none !important;
	margin-bottom: 20px;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Open Sans', sans-serif !important;
	font-size: 42px !important;
	color:#000 !important;

	line-height: 1.4;
    font-weight: 400;
	text-decoration: none !important;
	position: relative;
}

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

#menu-menuprincipal {
	transform: translateX(200%);
    display: inline-block;
    float: right !important;
	transition: all .4s ease;
	transition-delay: .5s;
}

#menu-menuprincipal .dropdown-menu {
	display: block !important;
	border: none !important;
	margin-bottom: 30px;
}
#menu-menuprincipal .dropdown-menu li  {
	text-align: right !important;
}

#menu-menuprincipal .dropdown-menu li a {
	    font-family: 'Open Sans', sans-serif !important;
	text-align: right !important;
	text-decoration: none !important;

}

#menu-item-51 a:first-child:before {
	content:"01.";
	font-family: 'Open Sans', sans-serif;
    color: #212529;
    font-size: 70px;
    font-weight: 600;
    position: absolute;
    left: -120px;
    top: -35px;
	display: inline-block;
	z-index: 1;
}
#menu-item-51 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-53 a:first-child:before {
	content:"02.";
	font-family: 'Open Sans', sans-serif;
    color: #212529;
    font-size: 70px;
    font-weight: 600;
    position: absolute;
    left: -120px;
    top: -35px;
	display: inline-block;
	z-index: 1;
}
#menu-item-53 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-52 a:first-child:before {
	content:"03.";
	font-family: 'Open Sans', sans-serif;
    color: #212529;
    font-size: 70px;
    font-weight: 600;
    position: absolute;
    left: -120px;
    top: -35px;
	display: inline-block;
	z-index: 1;
}
#menu-item-52 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-56 a:first-child:before {
	content:"04.";
	font-family: 'Open Sans', sans-serif;
    color: #212529;
    font-size: 70px;
    font-weight: 600;
    position: absolute;
    left: -120px;
    top: -35px;
	display: inline-block;
	z-index: 1;
}
#menu-item-56 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:#000 !important;
    background: none !important;
	text-decoration: none !important;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color:#000 !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: 'Open Sans', 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 15px 30px 15px;
	
}


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


.btmap {
	font-family: 'Open Sans', 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: 1400px) {
	#menu-menuprincipal-1>li> a {
    font-size: 17px !important;
}
	
	#menu-menuprincipal-1>li {
    padding: 0px 20px !important;
}
	
}

@media (max-width: 1200px) {
	
	#navigationbar > #menu-menuprincipal-1>li> a {
    font-size: 15px !important;
}
	

	
	#menu-menuprincipal-1>li {
    padding: 0px 10px !important;
}
	
	.headertext {
    font-size: 34px;

}
	
	.tituloparceiros {
    font-size: 36px;
}
	
	.textoparceiros {
    font-size: 18px;
}
	
	.headertext h4 {
    font-size: 42px;
}
	
	.servicopagtit {
    font-size: 20px;
}
	
	.textobase {
    font-size: 16px;
}
	
	.servicos .servicorow:first-child .servicopagtit:before, .servicos .servicorow:nth-child(2) .servicopagtit:before, .servicos .servicorow:nth-child(3) .servicopagtit:before {
    left: -60px;
    width: 50px;
    height: 60px;
    top: -15px;
}
	
	.textoquote {
    font-size: 26px;
}
	
	.textoquote:before {
    content: '“';
    font-family: 'Open Sans', sans-serif;
    color: #4d4d4d;
    font-size: 76px;
    line-height: 1.4;
    font-weight: 600;
    position: absolute;
    left: -30px;
    top: -30px;
    display: inline-block;
}
	
	.menu>li {
    padding: 5px 10px;
	}
	
	.logo {
    margin-left: 50px;
	}
	
	.menu>li>a {
   font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 100;
}

}

@media (max-width: 1100px) {
	.menu {
		margin-left: 0px;
	}
	.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: 20px !important;
   color:#fff !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;
	}
	
	.hero-slider .carousel-cell .inner .title {
    font-size: 50px !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) {
	.menudesktop {
	display: none;
}
		
		.textoquote {
    font-size: 22px !important;
}
		
		.colsetor {
    padding: 20px;
    text-align: center;
}
		
		.titulopilar {
    font-size: 26px;
}
		
		.pilar {
    font-size: 17px;
}
		
		.padpilar {
    padding-left: 30px;
    padding-right: 30px;
}
		
		.colsetor {
			margin-bottom: 40px;
		}
	
	.iconmenu {
     display: block !important;
		right: 15px !important;
		top: 30px !important;
}

}

.iconsfooter {
	position: relative;
    top: 60px;
}

.iconsmobile {
	position: relative;
    top: 60px;
	right: 20px;
}

.iconinstagram {
	float: right;
    position: relative;
    top: -60px;
	margin-right: 10px;
}
.iconslingua {
	float: right;
    position: relative;
    top: -60px;
}

.instagram {
	width: 34px;
}

.linguaon {
	background-color: #f8b133 !important;
	color:#bd1622 !important;
}

.linguapt:hover {
	background-color: #f8b133;
	cursor: pointer;
	color:#bd1622;
}

.linguapt {
	float: left;
    background-color: #fff;
    padding: 7px 5px 7px 7px;
    text-align: center;
    margin-right: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #999999;
    font-size: 14px;
    height: 34px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
	position: relative;
	transition: all .4s ease;
	z-index: 2;
}

.linguapt:before {
	content: "";
    top: 17px;
    height: 2px;
    width: 10px;
    background-color: #fff;
    right: -10px;
    position: absolute;
    z-index: 1;
}

.linguafr:hover {
	background-color: #f8b133;
	cursor: pointer;
	color: #bd1622;
}

.linguafr {
	float: left;
    background-color: #fff;
    padding: 7px 7px 7px 5px;
    text-align: center;
    margin-right: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #999999;
    font-size: 14px;
    height: 34px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
	transition: all .4s ease;
	z-index: 2;
	position: relative;
}

#menu-menuprincipal-1 {
	display: block;
	flex-direction: column;
	float: right !important;
	margin-right: 110px !important;
}

#menu-menuprincipal-1>li {
	float: left !important;
	font-size: 16px !important;
	color: #fff !important;
	padding: 0px 30px ;
}

#menu-menuprincipal-1>li> a {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px !important;
	color: #fff !important;
	font-weight: 400;
	padding: 10px 0px !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: 8px;
  height: 1px;
  width: 0%;
  right: 0%;
  background-color: rgba(255, 255, 255, 1);
    transition: 1s ease all .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) {
	
	figure#fashion {
    background-attachment: inherit !important;
}
	
		.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: 15px !important;
}
	
	.menu {
		left: 0px;
	}
	
	.menu .menuright {
   
}
	
	.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;
	}
}

.setabg {
	background-color: #e6e6e6; 
	position:relative;
	overflow: hidden; 
	background-image: url(../images/fundo_seta.svg);
	background-position: 60% center; 
	background-size: 20%; 
	background-repeat: no-repeat
}
/* Landscape phones and down */
@media (max-width: 480px) {
	
	.numerobg {
		text-align: left !important;
	}
	
	.tituloparceiros {
    font-size: 32px;
}
	
	.conteudo {
    position: relative;
    top: inherit !important;
    left: inherit !important;
     transform: none !important;
    z-index: 9;
    padding: 60px 15px;
}
	
	#fashion {
		background-position: top right !important;
	}
	
	.contactotitulo {
    font-size: 26px;
}
	
	.textofootercont {
		margin-top: 20px;
	}
	
	.separadorvert {
		display: none;
	}
	
	.setabg {
	background-position: 60% 70%;
    background-size: 80%;
    background-repeat: no-repeat;
	}
	
	.logopagina {
		margin-bottom: 40px;
	}
	
	.headertext h4 {
    font-size: 26px !important;
}
	
	.padpilar {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 50px !important;
}
	
	.rowcol {
    padding: 80px 15px !important;
}
	
	.headertext {
    font-size: 20px !important;
}
	
	.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: 'Open Sans', sans-serif;
    font-size: 16px !important;
    line-height: 4px;
	}
	
	.rowblack {
    	font-size: 19px;
	}
	
	footer {
		padding: 20px 0px;
	}

}
/* end device media queries */

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

}


