@font-face {
	font-family: Montserrat-Regular;
	src: url(../resources/fonts/Montserrat-Light.otf);
}

@font-face {
	font-family: Montserrat-Black;
	src: url(../resources/fonts/Montserrat-Bold.otf);
}

@font-face {
	font-family: Montserrat-Real-Black;
	src: url(../resources/fonts/Montserrat-Black.otf);
}

ul {
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%
}
body {
	overflow-x: hidden;
}

h1 {
	font-family: Montserrat-Real-Black;
	color: white;
	text-transform: uppercase;
	font-weight: 500 !important;
	
}


.text {
font-family: Verdana !important;
font-size: 15pt !important;
line-height: 25pt !important;
color: #a62180 !important; 
}

#oquefazemos_title{
	font-size: 7vw;
	text-align: center;
	padding-top: .3em; 
}
#usTitle{
	color: RGB(90,93,166);
	text-align: left;
}
#usText {
	color: RGB(167,169,172);
	font-family: Verdana;
    line-height: 30px;
    word-spacing: 5px;
	font-size: 15px;
}
.flexbox-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#intro.flexbox-container div{
	width: 33%;
}

#intro.flexbox-container div:nth-child(2) {
	width: 50%;
}

 /*
#clientes-title span:nth-child(1){
	font-size: 12.128645954621em;
}
#clientes-title span:nth-child(2){
	font-size: 6.524375065244399em;
}
#clientes-title span:nth-child(3){
	font-size: 6.691666733583999em;
}*/

#flexbox-child-3{
	width: 50%;
}
#flexbox-child-4 {
	width: 40%;
}


/*menu pulsoção abimações*/

#batimento_home:hover,
#pin_pt:hover,
#pin_es:hover,
#pin_prt:hover {
	-webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

@-webkit-keyframes shake {
	10%,
	90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}
	20%,
	80% {
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0);
	}
	30%,
	50%,
	70% {
		-webkit-transform: translate3d(-4px, 0, 0);
		transform: translate3d(-4px, 0, 0);
	}
	40%,
	60% {
		-webkit-transform: translate3d(4px, 0, 0);
		transform: translate3d(4px, 0, 0);
	}
}

@keyframes shake {
	10%,
	90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}
	20%,
	80% {
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0);
	}
	30%,
	50%,
	70% {
		-webkit-transform: translate3d(-4px, 0, 0);
		transform: translate3d(-4px, 0, 0);
	}
	40%,
	60% {
		-webkit-transform: translate3d(4px, 0, 0);
		transform: translate3d(4px, 0, 0);
	}
}

#homepage {

	background: url(../img/gif.gif) ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.fecharHolder {
	padding-top: 2em;
	padding-right: 2em;
}

.centar {
	text-align: center;
}

.setaHolder {
	position: absolute;
	bottom: 5em;
	width: 100%
}

.menu_home {
	float: right;
}

.holderTop {
	width: 100%;
	position: fixed;
	z-index: 4;
	display: flex;
	justify-content: space-between;
	padding-top: 2em;
}

.holderTop a:nth-child(1) {
	order: 1;
	padding-left: 2em
}

.holderTop a:nth-child(2) {
	order: 2;
	padding-right: 2em
}

#section {
	width: 100%
}

#socialmedia {
	position: absolute;
	bottom: 12em;
	left: 2em;
}

#socialmedia li {
	list-style: none;
}

#languageholder {
	position: absolute;
	bottom: 2em;
	right: 2em;
	z-index: 5;
	
}

#languageholder ul li {
	display: inline;
	margin: 1rem;
	list-style: none;
	color: #fff;
}

#languageholder ul li a { 
	color: #fff;
	text-decoration: none;
	font-family: Montserrat-Regular;
}

#languageholder ul li a.selected {
	color: #fff;
	text-decoration: none;
	font-family: Montserrat-Black;
}

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

#menu {
	color: white;
	margin-top: 0px;
	text-align: center;
	padding-top: 5%;
}

#menu li {
	list-style: none;
	font-size: 89px;
	margin-top: 64px
}

#menu li:nth-child(1) {
	margin-top: 0
}

#logoHolder {
	/*
position: relative;
top: 30vh;
text-align: center;
*/
	z-index: 6
}

#openModal {
	position: absolute;
	font-family: Montserrat-Black;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

#hid {
	position: fixed;
	font-family: Montserrat-Black;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: gray;
	opacity: 1;
	width: 100%;
	height: 100%;
}

.hidden {
	display: none
}

#openModal:target {
	opacity: 1;
	pointer-events: auto;
	z-index: 100
}

.hid {
	background-color: gray
}

main {
	opacity: 1;
	z-index: 100000
}

#openModal:target>div {
	z-index: 100
}

#openModal>div {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(../img/menu_home.png) no-repeat center center fixed;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	-webkit-transition: background 100ms ease-out;
	-moz-transition: background 100ms ease-out;
	transition: background 100ms ease-out;
	background-position: center !important;
}

.close {
	position: absolute;
	right: 1em;
	top: 1em;
	cursor: pointer
}

.quem {
	text-align: center;
}

#videoSection {
	position: fixed;
	top: 100%;
}


/* Video Overlay */

#section {
	left: 0;
	position: relative;
	width: 100%;
	background: transparent !important;
}

.fade {
	background-color: rgba(0, 0, 0, .85) !important;
}


/* Hero Video + Fallback */

#hero-vid {
	backface-visibility: hidden;
	background-size: cover;
	top: 0;
	height: auto;
	min-width: 100%;
	perspective: 1000;
	position: fixed;
	right: 0;
	width: auto;
	z-index: -1;
}

#hero-pic {
	display: block;
	height: auto;
	width: 100%;
}

#state {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	cursor: pointer;
	font-size: 2.25em;
	left: 0;
	padding: 0.55em 1.05em 0.35em 1em;
	position: absolute;
}

#content {
	padding: 0;
	position: relative;
	z-index: 5;
	height: 100%;
}

#content p {
	font-size: 1.25em;
	letter-spacing: .02em;
	margin-bottom: 1.3em;
}

footer {
	background-color: #1f1d4c;
	width: 100%;
	position: fixed;
	bottom: 0;
	text-align: center
}

.textFooter {
	color: white;
	font-family: 'Verdana';
	font-size: 85.714285714%; 
}

.textFooter p {
	margin: 1rem 20%;
	line-height: 23px;
	font-size: 11px;
	padding-top: 1em;
	padding-bottom: 1em; 
	margin-bottom: 0;
    z-index: 100 !important;
}

#logoFooter {
	padding-top: 2%;
}

#hero-vid {
	backface-visibility: hidden;
	background-size: cover !important;
	top: 0px !important;
	height: auto;
	max-height: 82% !important;
	object-fit: initial;
	min-width: 100% !important;
	perspective: 1000 !important;
	position: fixed !important;
	left: 0;
	z-index: 3
}

video {
	width: 100% !important;
	height: auto !important;
}

footer {
	background-color: #1f1d4c !important;
	width: 100% !important;
	position: relative !important;
	bottom: 0 !important;
	text-align: center !important;
}

.playpause {
	background-image: url(../img/play_button.png);
	background-repeat: no-repeat;
	width: 15%;
	height: 50%;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 10%;
	bottom: 0%;
	margin: auto;
	background-size: contain;
	background-position: center;
}

.glitch {
	font-size: 130px;
	line-height: 1;
	font-weight: 400;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	text-decoration: none;
	color: #fff;
}

.glitch:before,
.glitch:after {
	display: block;
	content: url(../img/claro.png);
	position: absolute;
	top: 0;
	left: 10px;
	opacity: .8;
}

.glitch:after {
	color: #7f2353;
	z-index: -2;
}

.glitch:before {
	color: #343637;
	z-index: -1;
}

.glitch:hover:before {
	-webkit-animation: glitch 0.3s cubic-bezier(0.85, 0.46, 0.45, 0.94) both infinite;
	animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
}

.glitch:hover:after {
	-webkit-animation: glitch 0.3s cubic-bezier(0.85, 0.46, 0.45, 0.94) reverse both infinite;
	animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
}

@-webkit-keyframes glitch {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	20% {
		-webkit-transform: translate(-5px, 5px);
		transform: translate(-5px, 5px);
	}
	40% {
		-webkit-transform: translate(-5px, -5px);
		transform: translate(-5px, -5px);
	}
	60% {
		-webkit-transform: translate(5px, 5px);
		transform: translate(15px, 5px);
	}
	80% {
		-webkit-transform: translate(5px, -5px);
		transform: translate(5px, -5px);
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

@keyframes {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	20% {
		-webkit-transform: translate(-5px, 5px);
		transform: translate(-5px, 5px);
	}
	40% {
		-webkit-transform: translate(-5px, -5px);
		transform: translate(-5px, -5px);
	}
	60% {
		-webkit-transform: translate(5px, 5px);
		transform: translate(5px, 5px);
	}
	80% {
		-webkit-transform: translate(5px, -5px);
		transform: translate(5px, -5px);
	}
	to {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}


/* intro pagina em sim */

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		opacity: 1\9;
		/* IE9 only */
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
		opacity: 1\9;
		/* IE9 only */
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		opacity: 1\9;
		/* IE9 only */
	}
	to {
		opacity: 1;
	}
}

.fade {
	opacity: 0;
	/* make things invisible upon start */
	-webkit-animation: fadeIn ease-in 1;
	/* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	/* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}

.setaHolder {
	bottom: 2em !important;
}


/**
*
* ABOUT PAGE
*
**/

#title {
	margin-top: ;
}

#header h1 {
	position: relative;
	opacity: 0;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-family: Montserrat-Real-Black;
	font-size: 7em;
}

#quemSomos {
	text-transform: uppercase;
	font-family: Montserrat-Real-Black;
	font-size: 5em;
	color: #6d53a2;
}

#quem {
	font-size: ;
}

#somos {
	font-size: ;
}

.text {
	font-family: Verdana;
	font-size: 15px;
	line-height: 30px;
	color: #a7a9ab; 
}

#oquefazemos {
	text-transform: uppercase;
	font-family: Montserrat-Real-Black;
	font-size: 7em;
	color: #fff;
	line-height: 106px; 
	text-align: right;
}

#oque {
	font-size: 110px
}

#fazemos {
	font-size: 91px
}

#oquefazemos_text {
	color: white;
	font-family: Verdana;
	font-size: 14px;
	line-height: 30px;
	word-spacing: 5px;/*
	padding-top: 9%;
	padding-bottom: 9%;
	padding-right: 41%;*/
}

#oquefazemos-Banner {
	background: url(../img/fundo_revolucionamos.png) no-repeat center bottom;
	background-size: cover;
}

#header {
	background: url(../img/header_home_1.png) no-repeat center bottom;
	transition: opacity 0.3s;
	-webkit-transition: opacity .25s ease-in-out;
}

#comofazemos {
	color: #00a4a5
}

.como {
	font-size: 137px
}

.fazemos {
	font-size: 85px
}
.imgBox{
	min-height: 300px;
}
.imgBox img {
	position: absolute;
	left: 50px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.imgBox .overbox {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50px;
	color: #00a4a5;
	z-index: 50;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	border-radius: 50%;
	width: 174px;
	height: 174px;
}

.imgBox:hover .overbox {
	opacity: 1;
}

.imgBox .overtext {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}

.imgBox .subtitle {
	font-family: Montserrat-Black;
	text-align: center;
	font-size: 1.5em;
	padding-top: 45%;
	opacity: 0;
	transition-delay: 0.1s;
	transition-duration: 0.2s;
}

.imgBox:hover .subtitle,
.imgBox:focus .subtitle {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.videoSection {
	background: rgba(174, 107, 255, 1);
	background: -moz-linear-gradient(-45deg, rgba(174, 107, 255, 1) 0%, rgba(116, 188, 247, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(174, 107, 255, 1)), color-stop(100%, rgba(116, 188, 247, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(174, 107, 255, 1) 0%, rgba(116, 188, 247, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(174, 107, 255, 1) 0%, rgba(116, 188, 247, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(174, 107, 255, 1) 0%, rgba(116, 188, 247, 1) 100%);
	background: linear-gradient(135deg, rgba(174, 107, 255, 1) 0%, rgba(116, 188, 247, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ae6bff', endColorstr='#74bcf7', GradientType=1);
}

.cliente-logo {
	background-size: initial !important
}

.pedro {
	padding-right: 0
}

#logoHolder,
#menuList {
	width: 420px;
	height: 200px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}

#menuList {
	width: 500px;
	min-height: 500px;
	overflow: visible;
}


/*gambiarra seta para baixa animação*/

.setaHolder {
	-webkit-animation: bounce 1s infinite;
	animation: bounce 1s infinite;
	-moz-animation: bounce 1s infinite;
}


/* Visibility Helpers */

.oquefazemos_Row {
	width: 81%;
	margin: 5em auto;
}

@media only screen and (min-width: 1700px) {
	#oquefazemos_text {/*
		padding-right: 32%;
		margin-top: 91px !important*/
	}
}

@media only screen and (min-width:1501px) {
	.visible-mobile,
	.visible-tablet,
	.hidden-desktop {
		display: none !important;
	}
	#oquefazemos_text {
		padding-right: 32%;
	}
	.como {
		position: relative !important;
	}
	#logoHolder {
		left: -20px
	} 
	.divisorElementos {
		width: 66%;
		margin: 3em auto
	}
	.quem_ {
		font-size: 180px;
	}
	.quem {
		font-size: 110.7px;
		margin-top: 7vh;
	}
	#confiou {
		font-size: 80px !important;
	}
	#quem {
		font-size: 200px !important
	}
	.como {
		font-size: 100px !important;
	}
	
	#usTitle span:nth-child(1){
		font-size: 8.36458341698em;
	}
	#usTitle span:nth-child(2){
		font-size: 5.1023958843578em;
	}
	#usTitle span:nth-child(3){
		font-size: 5.7715625577162em;
	}
	#intro.flexbox-container div:nth-child(2) {
		width: 26%;
	}
}


@media only screen and (min-width:1301px) and (max-width:1500px) {
	.visible-mobile,
	.visible-tablet,
	.hidden-desktop {
		display: none !important;
	}
	.link {
		font-size: 300%
	}
	#menuList li {
		margin-top: 3em
	}
	.link--kukuri::after {
		height: 8px;
		top: 60%;
	}
	#intro.flexbox-container div:nth-child(2) {
		width: 26%;
	}
	
	/*
	#clientes-title span:nth-child(1){
		font-size: 11.292187612923em;
	}
	#clientes-title span:nth-child(2){
		font-size: 6.1061458943954em;
	}
	#clientes-title span:nth-child(3){
		font-size: 6.273437562734999em;
	}
	.videoSection{background: initial;}*/
}

@media only screen and (min-width:769px) and (max-width:1300px) {
    .visible-mobile,
	.hidden-desktop {
		display: none !important;
	}
	.link {
		font-size: 450%
	}
	#oquefazemos_text {
		padding-right: 0
	}
	.oquefazemos_Row {
		width: 81%
	}
}

@media only screen and (min-width:480px) and (max-width:768px) {
	.hidden-tablet,
	.visible-desktop {
		display: none !important;
	}
	h1#quemSomos,
	h1#oquefazemos {
		text-align: center
	}
	.glitch:before,
	.glitch:after {
		display: none !important;
	}
	#socialmedia {
		display: none
	}
	#languageholder ul li {
		display: inherit;
	}
	.holderTop a:nth-child(2) {
		order: -1
	}
	#languageholder {
		bottom: 1em;
	}
	.setaHolder {
		bottom: 2em !important;
	}
	#gotoVideo img {
		width: 10%;
	}
	#logo {
		width: 75%
	}
	#socialmedia {
		display: none
	}
	#languageholder ul li {
		display: inherit;
	}
	.holderTop {
		margin-left: 0
	}
	.holderTop a:nth-child(2) {
		order: -1;
		padding-left: 1em;
	}
	.holderTop a:nth-child(1) {
		padding-right: 1em;
	}
	#languageholder {
		bottom: 0em;
	}
	.setaHolder {
		bottom: 1em !important;
	}
	#gotoVideo img {
		width: 7%;
	}
	#languageholder {
		position: absolute;
		bottom: 0;
		right: 1em;
		z-index: 5;
	}
	#logoHolder,
	#menuList {
		width: 270px;
		height: 118px;
		overflow: visible;
	}
	#languageholder ul li {
		margin: 0;
		margin-bottom: 1rem
	}
	video {
		-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
	}
	#menuList {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#menuList li {
		margin-top: 2rem !important
	}
	.link {
		font-size: 30px !important
	}
	#holder {
		-webkit-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		background-position: center !important;
	}
	#title {
		font-size: 30px !important
	}
	#oque {
		font-size: 90px
	}
	#fazemos {
		font-size: 60px
	}
	#oquefazemos_text {
		font-size: 14px;
		line-height: 30px;
		word-spacing: 5px;
		word-spacing: 0;
		padding-right: 0;
	}
	#oquefazemos {
		font-size: 40px;
		line-height: 60px;
	}
	#oquefazemos_Row < .col-md-6:nth-child(1) {
		top: 500px
	}
	.coluna1 {
		top: 150px;
		padding: 0;
	}
	.coluna2 {
		top: -250px
	}
	#quem {
		font-size: 100px !important;
	}
	#confiou {
		font-size: 39px !important;
	}
	#TeamMayo {
		text-align: center !important;
		font-size: 70px !important;
		top: -450px; margin-bottom: -1em;
	}
	.como {
		font-size: 72px !important
	}
	.fazemos {
		font-size: 44px !important
	}
	#quemConfiou {
		text-align: center;
	}
	#menuList {
		margin-top: auto !important;
	}
	#comofazemos {
		text-align: center;
	}
	.pedro {
		top: 150px;
		margin-right: -15px;
		text-align: center
	}
	.cliente-logo {
		background-size: 80% !important;
	}
	.oquefazemos_Row.row {
		margin: 0 auto;
	}
	#oquefazemos_text {
		text-align: left;
	}
	#header {
		padding-top: 4em
	}
	.link--kukuri::after {
		height: 5px !important;
		top: 75% !important;
	}
	.videoSection#section {
		display: flex;
		justify-content: center;
	}
	#section {
		-webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.4);
	}
	.txt_uxy {
		padding-top: 1em !important;
		margin-top: 1em !important;
		font-size: 13px !important;
		color: black !important;
		position: relative !important;
	}
	#uxy_oque {
		margin-top: auto !important;
		position: relative !important;
		margin-left: auto !important;
		width: auto !important;
		top: 500px !important;
		position: relative !important;
		margin-left: 1em !important;
	}
	#in {
		font-size: 60px !important;
	}
	#uxy_para {
		margin-top: auto !important;
		position: relative !important;
		margin-left: auto !important;
		width: auto !important;
		top: 550px !important;
		position: relative !important;
		margin-left: 1em !important;
	}
	.in2 p {
		font-size: 43px !important;
		display: inline-flex
	}
	.in2 p:nth-child(2) {
		padding-left: 6px
	}
	.store {
		margin-left: -7.5px;
		text-align: center;
	}
	.teamCards>div {
		text-align: center;
	}
	.fade {
		background-color: #fff !important;
	}
	.store {
		text-align: center;
		padding-top: 1em
	}
	body>div:nth-child(6)>div.col-xs-12.col-md-4.col-md-pull-8 {
		padding-top: 3em;
	}
}

@media only screen and (max-width:479px) {
	.hidden-mobile,
	.visible-desktop {
		display: none !important;
	}
	h1#quemSomos,
	h1#oquefazemos {
		text-align: center
	}
	.glitch:before,
	.glitch:after {
		display: none !important;
	}
	.store {
		text-align: center;
		padding-top: 1em
	}
	#socialmedia {
		display: none
	}
	#languageholder ul li {
		display: inherit;
	}
	.holderTop {
		margin-left: 0
	}
	.holderTop a:nth-child(2) {
		order: -1;
		padding-left: 1em;
	}
	.holderTop a:nth-child(1) {
		padding-right: 1em;
	}
	#languageholder {
		bottom: 0em;
	}
	.setaHolder {
		bottom: 1em !important;
	}
	#gotoVideo img {
		width: 7%;
	}
	#languageholder {
		position: absolute;
		bottom: 0;
		right: 1em;
		z-index: 5;
	}
	#logoHolder,
	#menuList {
		width: 270px;
		height: 118px;
		overflow: visible;
	}
	#languageholder ul li {
		margin: 0;
		margin-bottom: 1rem
	}
	video {
		/*
		-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4);*/
		padding-top: 12em;
	}
	#menuList {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#menuList li {
		margin-top: 2rem !important
	}
	.link {
		font-size: 30px !important
	}
	#holder {
		-webkit-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		background-position: center !important;
	}
	.quem {
		font-size: 50px !important;
	}
	.quem_ {
		font-size: 100px !important;
	}
	#quem {
		font-size: 100px !important;
	}
	#title {
		font-size: 30px !important
	}
	#oque {
		font-size: 60px
	}
	#fazemos {
		font-size: 40px
	}
	#oquefazemos_text {
		font-size: 14px;
		line-height: 30px;
		word-spacing: 5px;
		word-spacing: 0;
		padding-right: 0;
	}
	#oquefazemos {
		font-size: 40px;
		line-height: 45px;
	}
	#oquefazemos_Row < .col-md-6:nth-child(1) {
		top: 500px
	}
	.coluna1 {
		top: 150px;
		padding: 0;
	}
	.coluna2 {
		top: -335px
	}
	#confiou {
		font-size: 39px !important;
	}
	#TeamMayo {
		text-align: center !important;
		font-size: 70px !important;
		top: -350px;
		padding-top: .3em;
	}
	.como {
		font-size: 72px !important
	}
	.fazemos {
		font-size: 44px !important
	}
	#quemConfiou {
		text-align: center;
	}
	#menuList {
		margin-top: auto !important;
	}
	#comofazemos {
		text-align: center;
	}
	.pedro {
		top: 150px;
		/* margin-right: -15px*/
		/*gambiara mobile para movel rip*/
	}
	.cliente-logo {
		background-size: 80% !important;
	}
	.oquefazemos_Row.row {
		margin: 0 auto;
	}
	#oquefazemos_text {
		text-align: left;
	}
	#header {
		padding-top: 4em
	}
	.link--kukuri::after {
		height: 5px !important;
		top: 75% !important;
	}
	#section {
		-webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.4);
	}
	.txt_uxy {
		padding-top: 1em !important;
		margin-top: 1em !important;
		font-size: 13px !important;
		color: black !important;
		position: relative !important;
	}
	#uxy_oque {
		margin-top: auto !important;
		position: relative !important;
		margin-left: auto !important;
		width: auto !important;
		top: 270px !important;
		position: relative !important;
		margin-left: 1em !important;
	}
	#in {
		font-size: 45px !important;
	}
	#uxy_para {
		margin-top: auto !important;
		position: relative !important;
		margin-left: auto !important;
		width: auto !important;
		top: 290px !important;
		position: relative !important;
		margin-left: 1em !important;
	}
	.in2 p {
		font-size: 40px !important;
		display: inline-flex
	}
	.in2 p:nth-child(2) {
		padding-left: 6px
	}
	.store {
		margin-left: -7.5px;
	}
	#socialmedia-mobile {
		padding-bottom: 5em;
	}
	body>div:nth-child(6)>div.col-xs-12.col-md-4.col-md-pull-8 {
		padding-top: 3em;
	}
}

@media only screen and (max-width: 320px) {
	#TeamMayo {
		top: -4em;
		margin-bottom: -1em;
	}
	.coluna2 {
		top: -460px;
	}
	#uxy_oque {
		top: 230px !important;
	}
	#uxy_para {
		top: 270px !important;
	}
	#confiou {
		font-size: 20px !important;
	}
	#quem {
		font-size: 50px !important;
	}
	.quem {
		font-size: 30px !important;
	}
	.quem_ {
		font-size: 50px !important;
	}
	#menuList {
		width: 270px;
		min-height: unset !important;
		height: 118px;
		overflow: visible;
	}
}

@media only screen and (max-width: 1100px) and (min-width: 767px) and (min-height: 500px) and (max-height: 850px) {
	.hidden-tablet,
	.visible-desktop {
		display: none !important;
	}
	.visible-mobile {
		display: block !important;
	}
	h1#quemSomos,
	h1#oquefazemos {
		text-align: center
	}
	.glitch:before,
	.glitch:after {
		display: none !important;
	}
	#socialmedia {
		display: none
	}
	#languageholder ul li {
		display: inherit;
	}
	.holderTop a:nth-child(2) {
		order: -1
	}
	#languageholder {
		bottom: 1em;
	}
	.setaHolder {
		bottom: 2em !important;
	}
	#gotoVideo img {
		width: 10%;
	}
	#logo {
		width: 75%
	}
	#socialmedia {
		display: none
	}
	#languageholder ul li {
		display: inherit;
	}
	.holderTop {
		margin-left: 0
	}
	.holderTop a:nth-child(2) {
		order: -1;
		padding-left: 1em;
	}
	.holderTop a:nth-child(1) {
		padding-right: 1em;
	}
	#languageholder {
		bottom: 0em;
	}
	.setaHolder {
		bottom: 1em !important;
	}
	#gotoVideo img {
		width: 7%;
	}
	#languageholder {
		position: absolute;
		bottom: 0;
		right: 1em;
		z-index: 5;
	}
	#logoHolder,
	#menuList {
		width: 270px;
		height: 118px;
		overflow: visible;
	}
	#languageholder ul li {
		margin: 0;
		margin-bottom: 1rem
	}
	video {
		-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.4);
	}
	#menuList {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#menuList li {
		margin-top: 2rem !important
	}
	.link {
		font-size: 30px !important
	}
	#holder {
		-webkit-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		background-position: center !important;
	}
	.quem_ {
		font-size: 75px !important;
	}
	#quem {
		font-size: 60px !important
	}
	#title {
		font-size: 30px !important
	}
	#oque {
		font-size: 60px !important
	}
	#fazemos {
		font-size: 60px
	}
	#oquefazemos_text {
		font-size: 14px;
		line-height: 30px;
		word-spacing: 5px;
		word-spacing: 0;
		padding-right: 0;
	}
	#oquefazemos {
		font-size: 40px;
		line-height: 45px;
	}
	#oquefazemos_Row < .col-md-6:nth-child(1) {
		top: 500px
	}
	.coluna1 {
		top: 150px;
		padding: 0;
		width: 100%
	}
	.coluna2 {
		top: -250px;
		width: 100%
	}
	#confiou {
		font-size: 39px !important;
	}
	#TeamMayo {
		text-align: center !important;
		font-size: 100px !important;
		top: -400px;
		left: 140px;
		margin-bottom: -1em;
	}
	.como {
		font-size: 72px !important
	}
	.fazemos {
		font-size: inherit !important
	}
	#quemConfiou {
		text-align: center;
	}
	#menuList {
		margin-top: auto !important;
	}
	#comofazemos {
		text-align: center;
	}
	.pedro {
		top: 200px;
		margin-right: -15px;
		text-align: center;
		width: 100%;
	}
	.pedro img {
		position: relative !important;
		width: auto !important
	}
	.oquefazemos_Row.row {
		margin: 0 auto;
	}
	#oquefazemos_text {
		text-align: left;
	}
	#header {
		padding-top: 4em
	}
	.link--kukuri::after {
		height: 5px !important;
		top: 75% !important;
	}
	#section {
		-webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.4);
	} 
	.teamCards>div {
		text-align: center;
	}
	.fade {
		background-color: #fff !important;
	}
	.teamCards .col-md-4 {
		width: 50%;
	}
	.oquefazemos_Row .col-md-6 {
		width: 100%;
	}
	#flexbox-child-3 {
	    width: 100%;
	}
	#flexbox-child-4 {
	    width: 50%;
	    order: -1;
	}
	.flexbox-container {
	    display: flex;
	    flex-direction: column;
	} 
	
}

.centrarNaDiv {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

@-webkit-keyframes bounce {
	0% {
		bottom: 2em;
	}
	25% {
		bottom: 2.1em;
	}
	50% {
		bottom: 2.3em;
	}
	75% {
		bottom: 2.1em
	}
	100% {
		bottom: 2em;
	}
}

@-moz-keyframes bounce {
	0% {
		bottom: 2em;
	}
	25% {
		bottom: 2.1em;
	}
	50% {
		bottom: 2.3em;
	}
	75% {
		bottom: 2.1em
	}
	100% {
		bottom: 2em;
	}
}

@keyframes bounce {
	0% {
		bottom: 2em;
	}
	25% {
		bottom: 2.1em;
	}
	50% {
		bottom: 2.3em;
	}
	75% {
		bottom: 2.1em
	}
	100% {
		bottom: 2em;
	}
}
/* @group UXY PAGE */

#uxy-page {
	 background: -webkit-linear-gradient(90deg, rgb(132,34,223), rgb(0,255,197));
	 background: -o-linear-gradient(90deg, rgb(132,34,223), rgb(0,255,197));
	 background: -moz-linear-gradient(90deg, rgb(132,34,223), rgb(0,255,197));
	 background: linear-gradient(90deg, rgb(132,34,223), rgb(0,255,197));
}

/* @end */

.overlay-genie.open{
	z-index: 123;
}
