@font-face {
    font-family: 'ReadexPro Medium';
    src: url('../fonts/ReadexPro-Medium.woff2') format('woff2'),
        url('../fonts/ReadexPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ReadexPro Bold';
    src: url('../fonts/ReadexPro-Bold.woff2') format('woff2'),
        url('../fonts/ReadexPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ReadexPro Light';
    src: url('../fonts/ReadexPro-Light.woff2') format('woff2'),
        url('../fonts/ReadexPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ReadexPro Regular';
    src: url('../fonts/ReadexPro-Regular.woff2') format('woff2'),
        url('../fonts/ReadexPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BodoniModa Medium';
    src: url('../fonts/BodoniModa9pt-Medium.woff2') format('woff2'),
        url('../fonts/BodoniModa9pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BodoniModa Regular';
    src: url('../fonts/BodoniModa9pt-Regular.woff2') format('woff2'),
        url('../fonts/BodoniModa9pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BodoniModa Bold';
    src: url('../fonts/BodoniModa9pt-Bold.woff2') format('woff2'),
        url('../fonts/BodoniModa9pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body, html {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	padding-top: 100px;
}

a {
text-decoration: none !important;
}

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

.menuheader {
	padding-top: 20px;
    padding-left: 30px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 999;
    margin: 0;
    padding-bottom: 20px;
}

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

.menu {
	color: #000;
}



.menu .about span {
 	position: absolute;
    display: block;
    cursor: pointer;
    width: 60px;
    height: 0px;
    top: 45%;
    left: 16%;
}

.menu .why span {
 	position: absolute;
    display: block;
    cursor: pointer;
    width: 60px;
    height: 0px;
    top: 65%;
    left: -14%;
}

.menu .use span {
 	position: absolute;
    display: block;
    cursor: pointer;
    width: 60px;
    height: 0px;
    top: 45%;
    left: 16%;
}

.menu .why span:before,
.menu .why span:after {
	background-color: #C7C63E;
}

.menu .why:hover span:before {
  background-color: #C7C63E;
}

.menu .why  span:before, .menu .why  span:after  {
  background-color: #C7C63E;
}
.menu .use span:before,
.menu .use span:after {
	background-color: #E8716A;
}

.menu .use:hover span:before {
  background-color: #E8716A;
}

.menu .use  span:before, .menu .use  span:after  {
  background-color: #E8716A;
}

.menu li span:before, .menu li span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  top: 50%;
  margin-top: -0.5px;
  background: #53AA9C;
}

.menu li span:before {
  left: -2.5px;
}
.menu li span:after {
  right: 2.5px;
  background: #53AA9C;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu li:hover span:before {
  background: #53AA9C;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu li:hover span:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

.menu li .menuitem {
	transform: rotate(50deg);
}


.menu li {
	font-family: 'ReadexPro Medium';
	font-size: 20px;
	line-height: 1.2;
	list-style: none;
	float: left;
	margin-right: 50px;
	position: relative;
	transform: rotate(-50deg);
	cursor: pointer;
}

.menu .beone {
	margin-left: 100px;
	font-weight: 600;
	color: #7447AA;
	transform: rotate(0deg);
	cursor: pointer;
}

.menu .contact {
	font-weight: 600;
	color: #3C0AFF;
	margin-left: 40px;
	transform: rotate(0deg);
	cursor: pointer;
}

.textobig {
	font-family: 'ReadexPro Bold';
	color: #000;
	font-size: 86px;
	font-weight: 800;
}

.iconcol {
	width: 70px;
	margin-bottom: 20px;
	margin-bottom: 20px;
}

.containerbgflex {
	min-height: 650px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: -15%;
}

.bgflex {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #53AA9C;
	/*clip-path: polygon(100% 0%, 100% 59%, 0% 20%, 0% 46%);*/
	z-index: -1;
}

.bgflexyellow {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #C7C63E;
	/*clip-path: polygon(100% 0%, 100% 59%, 0% 20%, 0% 46%);*/
	z-index: -1;
}

.line {
	height: 1px;
	background-color: red;
	transition: all .4s ease-in;
	transition-delay: .8s;
	width: 0;
}

.lineanime.aos-init.aos-animate .line {
	width: 100%;
}

.titlecase {
	color: #E8716A;
	font-family: 'ReadexPro Bold';
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.textcase {
	font-family: 'ReadexPro Light';
	font-size: 16px;
	line-height: 1.4;
	color: #000;
}

.bgskew {
	position: relative;
}

.bgskew:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/*transform: rotate(-10deg);*/
	background-color: #F9F9F9;
	z-index: -1;
	left: 0;
	top: -10%;
	clip-path: polygon(0 25%, 100% 1%, 100% 80%, 0% 100%);
}


.bgclipcontainer {
	position: relative;
	min-height: 650px;
	padding: 0;
}

.bgclip {
	position: absolute;
    min-height: 600px;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.bgclip:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/*transform: rotate(-10deg);*/
	background-color: #7447AA;
	z-index: -1;
	left: 0;
	top: -10%;
	clip-path: polygon(100% 0%, 100% 45%, 0 55%, 0 95%);
}


.bgcirclecontainer {
	position: relative;
	min-height: 650px;
	padding: 0;
	display: flex;
    align-items: end;
}

.bgcircle {
	position: absolute;
    min-height: 600px;
    z-index: -1;
    width: 100%;
    height: 100%;
	bottom: 0px;
}

.bgcircle:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	/*transform: rotate(-10deg);*/
	background-color: #3C0AFF;
	z-index: -1;
	left: 0;
	top: 0%;
	clip-path: circle(65% at 50% 225%);
	transition-delay: .5s;
	transition: all 1s ease-in;
}

.animcircle .bgcircle:after {
	clip-path: circle(65% at 50% 145%);
}

.subbeone {
	color: #7447AA;
	font-family: 'BodoniModa Regular';
	font-size: 40px;
	line-height: 1.2;
	margin-top: 20px;
	/* visibility: hidden; */
}

.botaoone {
    background-color: #7447AA;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 16px 120px 16px 40px;
    font-family: 'ReadexPro Bold';
    color: #fff;
    font-size: 20px;
    display: inline-block;
	position: relative;
}

.arrow:after, .arrow:before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.arrow:after {
    top: 50%;
    right: 18px;
    width: 36px;
    height: 2px;
    transform: translate(0, -1px);
    background-color: #fff;
	transition: all .4s ease;
}

.botaoone:hover .arrow:after {
	 width: 0px;
}

.arrow {
	transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 10px;
}

.arrow:before {
    top: 50%;
    right: 1em;
    width: 20px;
    height: 20px;
    transform-origin: 50% 50%;
    transform: translate(0, -0.5em) rotate(45deg);
    box-shadow: inset -2px 2px 0 0 #fff;
    border-radius: 0 0px 0 0;
}


.botaotalk {
    background-color: #3C0AFF;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 16px 120px 16px 40px;
    font-family: 'ReadexPro Bold';
    color: #fff;
    font-size: 20px;
    display: inline-block;
	position: relative;
	cursor: pointer;
}

.arrowtalk:after, .arrowtalk:before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.arrowtalk:after {
    top: 50%;
    right: 18px;
    width: 36px;
    height: 2px;
    transform: translate(0, -1px);
    background-color: #fff;
	transition: all .4s ease;
}

.botaotalk:hover .arrowtalk:after {
	 width: 0px;
}

.rowbotao {
	position: relative;
	z-index: 9;
	text-align: right;
}

.arrowtalk {
    position: absolute;
    right: 10px;
    top: 50%;
}

.arrowtalk:before {
    top: 50%;
    right: 1em;
    width: 20px;
    height: 20px;
    transform-origin: 50% 50%;
    transform: translate(0, -0.5em) rotate(45deg);
    box-shadow: inset -2px 2px 0 0 #fff;
    border-radius: 0 0px 0 0;
}

.arrowcontact:after, .arrowcontact:before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.arrowcontact:after {
    top: 50%;
    right: 18px;
    width: 24px;
    height: 2px;
    transform: translate(0, -1px);
    background-color: #3C0AFF;
	transition: all .4s ease;
}

.menu .contact:hover .arrowcontact:after {
	 width: 0px;
}

.arrowcontact {
    position: absolute;
    right: -50px;
    top: 50%;
}

.arrowcontact:before {
    top: 50%;
    right: 1em;
    width: 16px;
    height: 16px;
    transform-origin: 50% 50%;
    transform: translate(0, -8px) rotate(45deg);
    box-shadow: inset -2px 2px 0 0 #3C0AFF;
    border-radius: 0 0px 0 0;
}



.arrowbe:after, .arrowbe:before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.arrowbe:after {
    top: 50%;
    right: 18px;
    width: 24px;
    height: 2px;
    transform: translate(0, -1px);
    background-color: #7447AA;
	transition: all .4s ease;
}

.menu .beone:hover .arrowbe:after {
	 width: 0px;
}

.arrowbe {
	transform: rotate(-45deg);
    position: absolute;
    right: -40px;
    top: -10px;
}

.arrowbe:before {
    top: 50%;
    right: 1em;
    width: 16px;
    height: 16px;
    transform-origin: 50% 50%;
    transform: translate(0, -8px) rotate(45deg);
    box-shadow: inset -2px 2px 0 0 #7447AA;
    border-radius: 0 0px 0 0;
}


.buttonback {
	position: absolute;
    left: 10px;
    /* float: left; */
    transform: rotate(180deg);
}

.arrowback:after, .arrowback:before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.arrowback:after {
    top: 50%;
    right: 18px;
    width: 36px;
    height: 2px;
    transform: translate(3px, 1px);
    background-color: #7447AA;
    transition: all .4s ease;
}

.buttonback:hover .arrowback:after {
	 width: 0px;
}

.arrowback {
    position: absolute;
    left: 10px;
    top: 50%;
}

.arrowback:before {
    top: 50%;
    right: 1em;
    width: 20px;
    height: 20px;
    transform-origin: 50% 50%;
    transform: translate(0, -0.5em) rotate(45deg);
    box-shadow: inset -2px 2px 0 0 #7447AA;
    border-radius: 0 0px 0 0;
}

.boxwork {
	position: relative;
	padding: 20px 40px;
	overflow: hidden;
}

.bgwork {
	background-color: #F9F9F9;
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.buttonwork {
	background-color: #F9F9F9;
	padding: 20px 40px;
	margin-bottom: 40px;
	position: relative;
	cursor: pointer;
}

.no-positions, .buttonwork {
	margin-bottom: 300px;
	cursor: auto;
}

.no-positions:hover h4, .buttonwork:hover h4 {
	cursor: auto;
	color: black !important;
	/* TODO: review this. The easiest solution is probably to do our own version of buttonwork instead of trying to hack it for this case */
}

.boxwork h4 {
	font-size: 30px;
	color: #000;
	font-family: 'BodoniModa Bold';
	margin-bottom: 15px;
	transition: all .4s ease;
}

.boxwork p {
	color: #7447AA;
	font-family: 'ReadexPro Regular';
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0px;
}

.boxwork h5 {
	color: #7447AA;
	font-size: 18px;
	line-height: 1.4;
	font-family: 'ReadexPro Bold';
	margin-top: 40px;
}
.boxwork h5:first-child {
	margin-top: 0px;
}

.boxwork li::marker {
  font-size: 8px;
}

.buttonwork h4 {
	font-size: 30px;
	color: #000;
	font-family: 'BodoniModa Bold';
	margin-bottom: 15px;
	transition: all .4s ease;
}

.buttonwork p {
	color: #7447AA;
	font-family: 'ReadexPro Regular';
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0px;
}


.arrowwork:after, .arrowwork:before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
}

.arrowwork:after {
    top: 50%;
    right: 18px;
    width: 36px;
    height: 2px;
    transform: translate(3px, 0px);
    background-color: #7447AA;
    transition: all .4s ease;
}

.buttonwork:hover .arrowwork:after {
	 width: 0px;
}

.buttonwork:hover h4 {
	 color: #7447AA;
}


.arrowwork {
    position: absolute;
    right: 10px;
    top: 50%;
}

.arrowwork:before {
    top: 50%;
    right: 1em;
    width: 20px;
    height: 20px;
    transform-origin: 50% 50%;
    transform: translate(0, -0.5em) rotate(45deg);
    box-shadow: inset -2px 2px 0 0 #7447AA;
    border-radius: 0 0px 0 0;
}

.boxbe {
	background-color: #E3DAEE;
	padding: 90px 60px;
	display: flex;
	align-content: center;
}

.boxfooter {
	padding: 90px 60px 30px 60px;
	display: flex;
	align-content: center;
}

.boxfooter a {
	font-family: 'ReadexPro Medium';
	color: #BCF9FF;
	font-size: 36px;
	line-height: 1.2;
	text-decoration: underline;
}

.boxfooter a:hover {
	color: #BCF9FF;
}

.redes {
	margin-top: 35px;
}

.redes a {
	margin-right: 30px;
}

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

.redes a {
	transition: all .4s ease;
}

.redes a:hover {
	-webkit-filter: invert(1);
  	filter: invert(1);
}

.rooted {
	font-family: 'ReadexPro Medium';
	color: white;
	font-size: 16px;
	line-height: 1.2;
	padding-top: 15px;
}

.logoscol {
	margin-top: 40px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.logotxt {
	color: #828282;
	font-family: 'ReadexPro Light';
	font-size: 16px;
	line-height: 1.2;
	margin-top: 10px;
}

.logoscolsmall {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.collogosmall {
 	margin-bottom: 40px;
    flex-basis: 11%;
    text-align: center;
}

.collogosmall img {
	height: 35px;
}

.titlelogos {
	font-family: 'BodoniModa Bold';
	color: #E8716A;
	font-size: 38px;
	line-height: 1.2;
}

h1 {
	font-family: 'ReadexPro Bold';
	color: #000;
	font-size: 90px;
	line-height: 1;
}

.titlefooter {
	font-family: 'ReadexPro Bold';
	color: #BCF9FF;
	font-size: 40px;
	line-height: 1;
}

.sectionpad {
	padding-top: 200px;
	margin-top: -100px;
	padding-bottom: 100px;
}

.rowpad {
	padding-top: 40px;
	padding-bottom: 40px;
}

h2 {
	font-family: 'BodoniModa Bold';
	font-size: 40px;
	line-height: 1.2;
}

p {
	font-family: 'ReadexPro Light';
	font-size: 22px;
	line-height: 1.4;
	color: #000;
}

.whitetxt {
	color: #fff;
}

h3 {
	font-family: 'BodoniModa Bold';
	font-size: 30px;
	line-height: 1.2;
}

.boxcol {
	padding: 40px 60px 40px 40px;
}

.boxcases {
	padding: 40px 60px 40px 40px;
}

.greybg {
	background-color: #F9F9F9;
}

.iconmenu {
	display: none;
	background-color: #3C0AFF;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	align-content: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	right: 10px;
	transform: scale(.8);
	z-index: 999;
}

.menucontainer {
	background-color: rgba(255,255,255,0.95);
	position: fixed;
	width: 75%;
	right: 0;
	top: 0;
	z-index: 1;
	transform: translateX(100%);
	transition: all .4s ease;
	height: 100%;
}

.menumobile {
	position: absolute;
    bottom: 0px;
	width: 100%;
}

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

.menumobile li {
	font-family: 'ReadexPro Medium';
	font-size: 20px;
	line-height: 1.2;
	list-style: none;
	position: relative;
	padding-left: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.menumobile li a {
	color: #000 !important;
}

.menumobile .beone {
	font-weight: 600;
	color: #53AA9C;
}

.menumobile .beone:after {
	content: url(../images/arrow_be.svg);
	position: absolute;
	right: 40px;
	width: 17px;
	height: 17px;
}

.menumobile .contact {
	font-weight: 600;
	color: #fff;
	background-color: #3C0AFF;
}

.menumobile .contact:after {
	content: url(../images/arrow_contact.svg);
	position: absolute;
	right: 40px;
	width: 17px;
	height: 17px;
}

.block {
	 overflow: hidden;
	height: 100%;
}

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

div#menumobile span {
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
div#menumobile {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 20px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#menumobile span:nth-child(even) {
  left: 40%;
  border-radius: 50%;
}

#menumobile span:nth-child(odd) {
  left:0px;
  border-radius: 50%;
}
#menumobile span:nth-child(1), #menumobile span:nth-child(2), #menumobile span:nth-child(3) {
  top: 0px;
  opacity: 0;
}
#menumobile.open span:nth-child(1), #menumobile.open  span:nth-child(2), #menumobile.open  span:nth-child(3) {
  opacity: 1;
}
#menumobile span:nth-child(4), #menumobile span:nth-child(5), #menumobile span:nth-child(6) {
  top: 15px;
}

#menumobile span:nth-child(7), #menumobile span:nth-child(8), #menumobile span:nth-child(9) {
  top: 30px;
	opacity: 0;
}

#menumobile.open span:nth-child(7), #menumobile.open span:nth-child(8), #menumobile.open span:nth-child(9) {
  opacity: 1;
}
#menumobile span:nth-child(3) {
    left: 80%;
}

#menumobile span:nth-child(6) {
    left:80%;
}

#menumobile span:nth-child(9) {
    left: 80%;
}

#menumobile.open span:nth-child(2) {
  top: 15px;
}

#menumobile.open span:nth-child(5) {
  left: 40%;
}
#menumobile.open span:nth-child(6) {
  left: 40%;
}

#menumobile.open span:nth-child(8) {
  top: 15px;
}

@media only screen and (min-width: 2000px) {
	#aboutus {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 2400px) {
	#aboutus {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 1400px) {

	.menu .beone {
    margin-left: 30px;
}

	.menu li {
    margin-right: 30px;
}

	.animcircle .bgcircle:after {
	clip-path: circle(85% at 50% 145%);
}

}
@media only screen and (max-width: 1200px) {

	h1 {
    font-size: 80px;
	}

	.bgcirclecontainer {
    min-height: 500px;
	}

	.padlist {
		padding-bottom: 0px !important;
	}

}

@media only screen and (max-width: 1080px) {

	.menu {
		display: none;
	}

	.iconmenu {
		display: block;
	}

	.boxfooter a {
    font-size: 26px;
		margin-top: 10px;
	}

	.logotxt {
    font-size: 12px;
	}

	.collogosmall {
    min-width: 85px;
	}

	.collogos {
		margin-right: 30px;
	}

	.boxfooter {
    padding: 20px 60px;
	}

}

@media only screen and (max-width: 767px) {

	.buttonwork {
    padding: 20px 70px 20px 40px !important;
	}

	 .animcircle .bgcircle:after {
        clip-path: circle(105% at 50% 145%) !important;
    }

	.boxfooter {
    padding: 10px 60px !important;
	}

		.bgcirclecontainer {
    min-height:520px !important;
}

}

@media only screen and (max-width: 480px) {


	 .animcircle .bgcircle:after {
        clip-path: circle(145% at 50% 145%) !important;
    }




	.boxbe h1 {
		font-size: 38px;
	}

	h1 {
    font-size: 48px;
	}

	h2 {
    font-size: 28px;
	}

	.textobig {
    font-size: 44px;
	text-align: center;
	}

	.boxfooter a {
    font-size: 18px;
	}

	.subbeone {
		font-size: 30px;
		margin-bottom: 30px;
	}



	.boxbe {
    padding: 60px 30px;
	}

	h3 {
    font-size: 26px;
	}

	p {
    font-size: 18px;
	}

	.collogosmall {
    margin-bottom: 40px;
    flex-basis: 11%;
    text-align: center;
    flex: 1;
    margin-right: 30px;
	}

	.collogos {
    margin-bottom: 30px;
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 100%;
	}

	.logoscol {
    flex-wrap: wrap;
	}

	.titlelogos {
    font-size: 30px;
	}

	.boxcol {
    padding: 40px 60px 40px 40px;
	}

	.boxcases {
    padding: 0px 60px 40px 40px;
	}

	.colfooter {
		margin-bottom: 40px;
	}

	.bgclipcontainer {
    min-height: 500px;
	}

	.containerbgflex {
    min-height: 340px;
    margin-top: -5%;
	}

	.bgflexyellow {
    clip-path: polygon(100% 0%, 100% 39%, 0% 20%, 0% 96%) !important;
	}

	.rowbotao {
    text-align: left;
    margin-left: 15px;
	}

	.bgflex {
    height: 90%;
    clip-path: polygon(100% 0%, 100% 69%, 0% 20%, 0% 46%) !important;
	}



	.menuheader {
    	padding-left: 0px;
		background: #fff;
        position: fixed;
        padding-bottom: 10px;
        z-index: 99;
		top: 0;
	}

	body {
		padding-top: 80px;
	}
}

#cc-main {
    --cc-font-family: 'ReadexPro Regular';
}