@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?akwl8f');
	src:  url('fonts/icomoon.eot?akwl8f#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf?akwl8f') format('truetype'),
	url('fonts/icomoon.woff?akwl8f') format('woff'),
	url('fonts/icomoon.svg?akwl8f#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-place:before {
	content: "\e90a";
}
.icon-notes:before {
	content: "\e909";
}
.icon-alimetos-bebidas:before {
	content: "\e903";
}
.icon-alquiler-produccion:before {
	content: "\e904";
}
.icon-booking-artistico:before {
	content: "\e905";
}
.icon-diseño-y-planeacion:before {
	content: "\e906";
}
.icon-planimetria-escenarios:before {
	content: "\e907";
}
.icon-turismo-recreacion:before {
	content: "\e908";
}
.icon-hand:before {
	content: "\e901";
}
.icon-cohete:before {
	content: "\e902";
}
.icon-email:before {
	content: "\e900";
	color: #fff;
}
.icon-facebook:before {
	content: "\ea90";
}
.icon-instagram:before {
	content: "\ea92";
}
.icon-whatsapp:before {
	content: "\ea93";
}
.icon-twitter:before {
	content: "\ea96";
}
.icon-rss:before {
	content: "\ea9b";
}
.icon-youtube:before {
	content: "\ea9d";
}
.icon-vimeo:before {
	content: "\eaa0";
}
.icon-behance:before {
	content: "\eaa8";
}
.icon-skype:before {
	content: "\eac5";
}
.icon-linkedin2:before {
	content: "\eaca";
}
.icon-pinterest:before {
	content: "\ead1";
}
/*====================================
=            CLASES HTML5            =
====================================*/
a
{
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}
a, p, span
{
	color: #fff;
}
a:hover
{
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;	
}
html{
	height: 100%;
}
body{
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	height: 100%;
}
header{
	top: 0;
	display:flex;
	justify-content: left;
	flex-direction: row;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:10;
	width: 100%;
}
h1, h1, h3, h4, h5, h6
{
	text-transform: auto;
	position: relative;
}
h2
{
	font-weight: 900;
	font-size: 2em;
	padding-left: 20px;
	position: relative;
}
@media(max-width: 458px){
	h2
	{
		font-weight: 900;
		font-size: 2em;
		padding-left: 0px;
		position: relative;
	}
}
h2:before
{
	content: "";
	background: #FF0046;
	height: 4px;
	left: -120px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 110px;
}
h2.linea-blanco:before
{
	content: "";
	background: #fff;
	height: 4px;
	left: -120px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 110px;
}
h2.sinlinea
{
	padding-left: 0px;
}
h2.sinlinea:before
{
	content: none;
}
nav
{
	display: flex;
	max-height: 100px;
}
nav ul{
	display: flex;
	align-items: center;
	align-items: center;
}

nav ul li{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 50%;
	list-style: none;
	line-height: 20px;
	margin-right: 40px; 
	position: relative;
	text-decoration: none;
	text-transform: black; 		
}
nav ul #quienesli{
	width: 140px;
}
nav ul li::after{
	background: #fff;
	bottom: 0px;
	content: "";
	height: 4px;
	left: 0px;
	position: absolute;
	width: 0%;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
nav ul li:hover::after{
	width: 100%;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
nav ul li a
{
	color: #fff;
	align-items: center;
	display: flex;
	height: 100%;
	margin-left: 5px;
	width: 90%;
}
.redes li{
	height: 20%;
}
.redes li::after{
	display: none;
}
footer .redes li a:hover
{
	background: #FF0046;
	border: 1.4px solid #FF0046!important;
}
li
{
	list-style: none;
}
form{
	display: flex;
	flex-direction: column;
	width: 500px;
	margin:50px auto;
}
section{
	padding: 120px 0px;
}
ul
{
	margin: 0px;
}
footer{
	background: url(images/eventos-contacto.jpg) top center;
	background-size: cover;
}
/*========================================
=            Clases Generales            =
========================================*/
.black{
	color: #1A1B25;
}
.negro{
	color: #000;
}
.negro2
{
	color: #111119;
}
.map{
	background-color: yellow;
	height: 300px;
}
.blanco
{
	color: #fff!important;
}
.b-blanco
{
	background: #fff;
}
.b-negro
{
	background: #000;
}
.b-negro2
{
	background: #111119;
}
.b-pink
{
	background:#FF0046;
}
.b7
{
	font-weight: 900;
}
.icono
{
	font-size: 1.5em;
	margin-right: 15px;
}
.ls-15
{
	letter-spacing: -1.5px;
}
.pink{
	color: #FF0046;
}
.titulo{
	font-family: 'Roboto', sans-serif; 
}
.white{
	color: #FFFFFF;
}
.w300
{
	font-weight: 300;
}
.w900
{
	font-weight: 900;
}
/*==============================
=            HEADER            =
==============================*/
.lines
{
	background: red;
	display: none;
	height: 90px;
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
}
.lines li.sound:nth-child(1)
{
	height: 16px;
	animation: linea 0.3s linear alternate infinite;
}
@keyframes linea {
	from {
		height: 16px;
		position: relative;
	}
	to {
		height: 3px;
		position: relative;
	}
}
.lines li.sound2:nth-child(2)
{
	height: 0px;
	animation: lineab 0.4s linear alternate infinite;
}
@keyframes lineab {
	0% {
		height: 0px;
		position: relative;
	}
	
	100% {
		height: 29px;
		position: relative;
	}
}
.lines li.sound3:nth-child(3)
{
	height: 16px;
	animation: lineac 0.5s linear alternate infinite;
}
@keyframes lineac {
	from {
		height: 16px;
		position: relative;
	}
	to {
		height: 2px;
		position: relative;
	}
}
#menuDrop{
	background: transparent;
	height: 50%;
	position: relative;
	/* width: 100%;*/
	-webkit-transition: 0.1s all ease;
	-o-transition: 0.1s all ease;
	transition: 0.1s all ease;
}

#menuDrop span{
	align-items: center;
	display: flex;
	height: 100%;
	margin-left: 5px;
	width: 90%;
}
.dropnav{
	-ms-align-items: flex-start;
	align-items: flex-start;
	background: rgba(255,0,70,0.9) ;
	display: none;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	list-style: none;
	padding: 20px;
	position: absolute;	
	width: 300px;
}
.dropnav li{
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 60px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	width: 100%;  
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease; 
}
.dropnav li::after{
	background: #fff;
	bottom: 0px;
	content: "";
	height: 3px;
	left: 0px;
	position: absolute;
	width: 0%;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.dropnav li:hover::after{
	width: 100%;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.dropnav .icomenu{
	-ms-align-items: center;
	align-items: center;
	display: flex;
	height: 50%;
	justify-content: center;
	margin-right: 10px;
	overflow: hidden;
	width: 10%;
}
.dropnav .icomenu img{
	height: 100%;
	width: 100%;
}
.dropnav li a{
	border-bottom: 1px solid transparent;
	font-size: 15px;
	font-weight: 500;
}
.dropnav li:hover a{
	border-bottom: 1px solid; 	
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

#menuDrop:hover .dropnav{
	display: flex;
}
@media(max-width:1090px){
	#menuDrop:hover .dropnav{
		display: none;
	}
}
.menudrop2
{
	align-items: center;
	flex-direction: column;
	height: auto;
	min-height: 50px;
	justify-content: center;
	display: flex;
}
/*==============================
=            BANNER            =
==============================*/
#banner-produccion-de-eventos{
	align-items: center;
	/*background: url('images/banner.jpg') top center;*/
	background-size: cover; 
	display:flex;
	height: 100%;
	position: relative;	
}
#banner-interna{
	align-items: center;
	/*background: url(images/banner.jpg) top center;*/
	background-size: cover; 
	display:flex;
	height: 100%;
	overflow: hidden;
	position: relative;	
}
#carouselExampleIndicators{
	height: 100%;
}
#logo
{
	position: relative;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;	
}
#logo a{
	width: 100%;
}
#logo div.logo-header
{
	margin-bottom: 0px;
	width: 100%;
}
#letra1
{
	opacity: 0;
	/*transform: scale(0.5);*/
	position: relative;
}
.letra1
{
	opacity: 0;
	/*transform: scale(0.5);*/
	animation: letra 0.3s 1s ease forwards;
	position: relative;
}
.logo-title
{
	font-size: 0px;
}
@keyframes letra {
	from {
		opacity: 0;
		position: relative;
		transform: translate(0px,150px);
		-ms-transform: translate(0px,150px); /* IE 9 */
		-webkit-transform: translate(0px,150px); /* Safari and Chrome */
		-o-transform: translate(0px,150px); /* Opera */
		-moz-transform: translate(0px,150px); /* Firefox */
	}

	to {
		opacity: 1;
		position: relative;
		transform: translate(0px,0px);
		-ms-transform: translate(0px,0px); /* IE 9 */
		-webkit-transform: translate(0px,0px); /* Safari and Chrome */
		-o-transform: translate(0px,0px); /* Opera */
		-moz-transform: translate(0px,0px); /* Firefox */
	}
}
#letra2
{
	opacity: 0;
}
.letra2
{
	opacity: 0;
	animation: letrab 0.25s 0s ease forwards;
}
@keyframes letrab {
	from {
		opacity: 0;
		transform: translate(0px,-100px);
		-ms-transform: translate(0px,-100px); /* IE 9 */
		-webkit-transform: translate(0px,-100px); /* Safari and Chrome */
		-o-transform: translate(0px,-100px); /* Opera */
		-moz-transform: translate(0px,-100px); /* Firefox */
		
	}
	to {
		opacity: 1;
		transform: translate(0px,0px);
		-ms-transform: translate(0px,0px); /* IE 9 */
		-webkit-transform: translate(0px,0px); /* Safari and Chrome */
		-o-transform: translate(0px,0px); /* Opera */
		-moz-transform: translate(0px,0px); /* Firefox */
		
	}
}
#letra3
{
	opacity: 0;
}
.letra3
{
	opacity: 0;
	transform: scale(0.5);
	animation: letrac 0.3s 0s ease forwards;
}
@keyframes letrac {
	from {
		opacity: 0;
		transform: scale(0.5);
		transform: translate(0px,-150px);
		-ms-transform: translate(0px,-150px); /* IE 9 */
		-webkit-transform: translate(0px,-150px); /* Safari and Chrome */
		-o-transform: translate(0px,-150px); /* Opera */
		-moz-transform: translate(0px,-150px); /* Firefox */
	}

	to {
		opacity: 1;
		transform: scale(1);
		transform: translate(0px,0px);
		-ms-transform: translate(0px,0px); /* IE 9 */
		-webkit-transform: translate(0px,0px); /* Safari and Chrome */
		-o-transform: translate(0px,0px); /* Opera */
		-moz-transform: translate(0px,0px); /* Firefox */
	}
}
#micro
{
	opacity: 1;
	transform: scale(0) translate(0px,150px);
}
.micro
{
	opacity: 1;
	transform: scale(0) translate(0px,150px);
	animation: micro 0.2s 0s ease forwards;
}
@keyframes micro {
	from {
		opacity: 1;
		transform: scale(0);
		transform: translate(0px,150px);
		-ms-transform: translate(0px,150px); /* IE 9 */
		-webkit-transform: translate(0px,150px); /* Safari and Chrome */
		-o-transform: translate(0px,150px); /* Opera */
		-moz-transform: translate(0px,150px); /* Firefox */
	}

	to {
		opacity: 1;
		transform: scale(1);
		transform: translate(0px,0px);
		-ms-transform: translate(0px,0px); /* IE 9 */
		-webkit-transform: translate(0px,0px); /* Safari and Chrome */
		-o-transform: translate(0px,0px); /* Opera */
		-moz-transform: translate(0px,0px); /* Firefox */
	}
}
.arrow
{
	cursor: pointer;
	height: 100px;
	opacity: 0.8;
	width: 100px;
}
.arrow-left
{
	background: rgba(255,0,70,0.9) url('images/arrows.svg') center left 20px no-repeat;
	background-size: 120px auto;
}
.arrow-right
{
	background: rgba(255,0,70,0.9) url('images/arrows.svg') center right 20px no-repeat;
	background-size: 120px auto;
}
.banner-eventos-tipo
{
	background: rgba(0,0,0,0.65);
	bottom: 0;
	display: flex;
	font-size: 0.9em;
	right: 0;
	padding: 0px;
	position: absolute;
	width: 87%;
}
.banner-eventos-tipo ul
{
	/*display: flex;
	width: 100%;*/
	overflow-x: hidden;
	padding: 0px;
	position: relative;
	white-space: nowrap;
}
.dragWrapper{
	overflow: auto;
}
.banner-eventos-tipo ul li
{
	display: inline-block;
	outline: none;
	position: relative;
	width: calc((100% / 5));
}
.banner-eventos-tipo ul li a
{
	display: block;
	height: 100%;
	line-height: 40px;
	padding: 30px 0px;
	width: 100%;
}
.banner-eventos-tipo ul li a:hover
{
	background: rgba(255,0,70,0.6);
}
.banner-text-eventos{
	display: flex;
	height: 100%;
	justify-content: flex-end;
	width: 100%;
}
.banner-text-eventos h3
{
	font-size: 35px;
	font-weight: 900;
	max-width: 500px;
	text-align: right;
}
.banner-interna-eventos{
	-ms-align-items: flex-end;
	align-items: flex-end;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
	width: 100%;
}
.banner-interna-eventos h3
{
	font-size: 55px;
	font-weight: 900;
	line-height: 0.9em;
	max-width: 500px;
	text-align: right;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
}
.carousel-item{
	/*max-height: 900px;*/
	-ms-align-items: center;
	align-items: center;
	display: flex !important;
	justify-content: center;
}
.banner-interna-eventos .linea{
	
	left: auto;
	right: 0px;
}
.carousel-control-prev, .carousel-control-next {
	z-index: 11;
}
.carousel-caption {
	right: 15%;
	bottom: 0;
	top: 40%;
}
.carousel-indicators
{
	bottom: 10%;
	height: 10px;
	top: 85%;
	z-index: 10;
}
.carousel-indicators li{
	cursor: pointer;
}
.carousel-item img
{
	height: auto;
	margin:0 auto;
	width: 100vw;
}
path.st0
{
	fill: #ffffff!important;
	stroke: none!important;
}
path.st2
{
}
#expresion1
{
	opacity: 0;
	transform: translate(40px,0px);
	-ms-transform: translate(40px,0px); /* IE 9 */
	-webkit-transform: translate(40px,0px); /* Safari and Chrome */
	-o-transform: translate(40px,0px); /* Opera */
	-moz-transform: translate(40px,0px); /* Firefox */
}
.expresion1
{
	opacity: 0;
	transform: translate(40px,0px);
	-ms-transform: translate(40px,0px); /* IE 9 */
	-webkit-transform: translate(40px,0px); /* Safari and Chrome */
	-o-transform: translate(40px,0px); /* Opera */
	-moz-transform: translate(40px,0px); /* Firefox */
	animation: expresiona 0.3s 0s ease forwards;
}
@keyframes expresiona {
	0%{
		opacity: 0;
		transform: translate(40px,0px);
		-ms-transform: translate(40px,0px); /* IE 9 */
		-webkit-transform: translate(40px,0px); /* Safari and Chrome */
		-o-transform: translate(40px,0px); /* Opera */
		-moz-transform: translate(40px,0px); /* Firefox */
	}
	60%{
		transform: translate(-20px,0px);
		-ms-transform: translate(-20px,0px); /* IE 9 */
		-webkit-transform: translate(-20px,0px); /* Safari and Chrome */
		-o-transform: translate(-20px,0px); /* Opera */
		-moz-transform: translate(-20px,0px); /* Firefox */
	}
	90% {
		opacity: 1;
		transform: translate(0px,0px);
		-ms-transform: translate(0px,0px); /* IE 9 */
		-webkit-transform: translate(0px,0px); /* Safari and Chrome */
		-o-transform: translate(0px,0px); /* Opera */
		-moz-transform: translate(0px,0px); /* Firefox */
	}
	100% {
		opacity: 1;
		transform: translate(0px,0px);
		-ms-transform: translate(0px,0px); /* IE 9 */
		-webkit-transform: translate(0px,0px); /* Safari and Chrome */
		-o-transform: translate(0px,0px); /* Opera */
		-moz-transform: translate(0px,0px); /* Firefox */
	}
}
#expresion2
{
	opacity: 0;
	transform: translate(-40px,0px);
	-ms-transform: translate(-40px,0px); /* IE 9 */
	-webkit-transform: translate(-40px,0px); /* Safari and Chrome */
	-o-transform: translate(-40px,0px); /* Opera */
	-moz-transform: translate(-40px,0px); /* Firefox */
}
.expresion2
{
	opacity: 0;
	transform: translate(-40px,0px);
	-ms-transform: translate(-40px,0px); /* IE 9 */
	-webkit-transform: translate(-40px,0px); /* Safari and Chrome */
	-o-transform: translate(-40px,0px); /* Opera */
	-moz-transform: translate(-40px,0px); /* Firefox */
	animation: expresionb 0.3s 0.05s ease forwards;
}
@keyframes expresionb {
	0%{
		opacity: 0;
		transform: translate(-40px,0px);
		-ms-transform: translate(-40px,0px); /* IE 9 */
		-webkit-transform: translate(-40px,0px); /* Safari and Chrome */
		-o-transform: translate(-40px,0px); /* Opera */
		-moz-transform: translate(-40px,0px); /* Firefox */
	}
	60%{
		transform: translate(20px,0px);
		-ms-transform: translate(20px,0px); /* IE 9 */
		-webkit-transform: translate(20px,0px); /* Safari and Chrome */
		-o-transform: translate(20px,0px); /* Opera */
		-moz-transform: translate(20px,0px); /* Firefox */
	}
	90% {
		opacity: 1;
		transform: translate(0px,0px);
		-ms-transform: translate(0px,0px); /* IE 9 */
		-webkit-transform: translate(0px,0px); /* Safari and Chrome */
		-o-transform: translate(0px,0px); /* Opera */
		-moz-transform: translate(0px,0px); /* Firefox */
	}
	100% {
		opacity: 1;
		transform: translate(0px,0px);
		-ms-transform: translate(0px,0px); /* IE 9 */
		-webkit-transform: translate(0px,0px); /* Safari and Chrome */
		-o-transform: translate(0px,0px); /* Opera */
		-moz-transform: translate(0px,0px); /* Firefox */
	}
}
#expresion3
{
	opacity: 0;
	transform: translate(0px,50px);
	-ms-transform: translate(0px,50px); /* IE 9 */
	-webkit-transform: translate(0px,50px); /* Safari and Chrome */
	-o-transform: translate(0px,50px); /* Opera */
	-moz-transform: translate(0px,50px); /* Firefox */
}
.expresion3
{
	opacity: 0;
	transform: translate(0px,50px);
	-ms-transform: translate(0px,50px); /* IE 9 */
	-webkit-transform: translate(0px,50px); /* Safari and Chrome */
	-o-transform: translate(0px,50px); /* Opera */
	-moz-transform: translate(0px,50px); /* Firefox */
	animation: expresionc 0.3s 0.05s ease forwards;
}
@keyframes expresionc {
	0%{
		opacity: 0;
		transform: translate(0px,50px);
		-ms-transform: translate(0px,50px); /* IE 9 */
		-webkit-transform: translate(0px,50px); /* Safari and Chrome */
		-o-transform: translate(0px,50px); /* Opera */
		-moz-transform: translate(0px,50px); /* Firefox */
	}
	60%{
		transform: translate(0px,-20px);
		-ms-transform: translate(0px,-20px); /* IE 9 */
		-webkit-transform: translate(0px,-20px); /* Safari and Chrome */
		-o-transform: translate(0px,-20px); /* Opera */
		-moz-transform: translate(0px,-20px); /* Firefox */
	}
	90% {
		opacity: 1;
		transform: translate(0px,0px);
		-ms-transform: translate(0px,0px); /* IE 9 */
		-webkit-transform: translate(0px,0px); /* Safari and Chrome */
		-o-transform: translate(0px,0px); /* Opera */
		-moz-transform: translate(0px,0px); /* Firefox */
	}
	100% {
		opacity: 1;
		transform: translate(0px,0px);
		-ms-transform: translate(0px,0px); /* IE 9 */
		-webkit-transform: translate(0px,0px); /* Safari and Chrome */
		-o-transform: translate(0px,0px); /* Opera */
		-moz-transform: translate(0px,0px); /* Firefox */
	}
}
#expresion4
{
	opacity: 0;
	transform: translate(0px,50px);
	-ms-transform: translate(0px,50px); /* IE 9 */
	-webkit-transform: translate(0px,50px); /* Safari and Chrome */
	-o-transform: translate(0px,50px); /* Opera */
	-moz-transform: translate(0px,50px); /* Firefox */
}
.expresion4
{
	opacity: 0;
	transform: translate(0px,50px);
	-ms-transform: translate(0px,50px); /* IE 9 */
	-webkit-transform: translate(0px,50px); /* Safari and Chrome */
	-o-transform: translate(0px,50px); /* Opera */
	-moz-transform: translate(0px,50px); /* Firefox */
	animation: expresiond 0.3s 0.05s ease forwards;
}
@keyframes expresiond {
	0%{
		opacity: 0;
		transform: translate(0px,50px);
		-ms-transform: translate(0px,50px); /* IE 9 */
		-webkit-transform: translate(0px,50px); /* Safari and Chrome */
		-o-transform: translate(0px,50px); /* Opera */
		-moz-transform: translate(0px,50px); /* Firefox */
	}
	60%{
		transform: translate(0px,-20px);
		-ms-transform: translate(0px,-20px); /* IE 9 */
		-webkit-transform: translate(0px,-20px); /* Safari and Chrome */
		-o-transform: translate(0px,-20px); /* Opera */
		-moz-transform: translate(0px,-20px); /* Firefox */
	}
	90% {
		opacity: 1;
		transform: translate(0px,0px);
		-ms-transform: translate(0px,0px); /* IE 9 */
		-webkit-transform: translate(0px,0px); /* Safari and Chrome */
		-o-transform: translate(0px,0px); /* Opera */
		-moz-transform: translate(0px,0px); /* Firefox */
	}
	100% {
		opacity: 1;
		transform: translate(0px,0px);
		-ms-transform: translate(0px,0px); /* IE 9 */
		-webkit-transform: translate(0px,0px); /* Safari and Chrome */
		-o-transform: translate(0px,0px); /* Opera */
		-moz-transform: translate(0px,0px); /* Firefox */
	}
}
#expresion5
{
	opacity: 0;
	transform: translate(0px,50px);
	-ms-transform: translate(0px,50px); /* IE 9 */
	-webkit-transform: translate(0px,50px); /* Safari and Chrome */
	-o-transform: translate(0px,50px); /* Opera */
	-moz-transform: translate(0px,50px); /* Firefox */
}
.expresion5
{
	opacity: 0;
	transform: translate(0px,50px);
	-ms-transform: translate(0px,50px); /* IE 9 */
	-webkit-transform: translate(0px,50px); /* Safari and Chrome */
	-o-transform: translate(0px,50px); /* Opera */
	-moz-transform: translate(0px,50px); /* Firefox */
	animation: expresione 0.3s 0.05s ease forwards;
}
@keyframes expresione {
	0%{
		opacity: 0;
		transform: translate(0px,50px);
		-ms-transform: translate(0px,50px); /* IE 9 */
		-webkit-transform: translate(0px,50px); /* Safari and Chrome */
		-o-transform: translate(0px,50px); /* Opera */
		-moz-transform: translate(0px,50px); /* Firefox */
	}
	60%{
		transform: translate(0px,-20px);
		-ms-transform: translate(0px,-20px); /* IE 9 */
		-webkit-transform: translate(0px,-20px); /* Safari and Chrome */
		-o-transform: translate(0px,-20px); /* Opera */
		-moz-transform: translate(0px,-20px); /* Firefox */
	}
	90% {
		opacity: 1;
		transform: translate(0px,0px);
		-ms-transform: translate(0px,0px); /* IE 9 */
		-webkit-transform: translate(0px,0px); /* Safari and Chrome */
		-o-transform: translate(0px,0px); /* Opera */
		-moz-transform: translate(0px,0px); /* Firefox */
	}
	100% {
		opacity: 1;
		transform: translate(0px,0px);
		-ms-transform: translate(0px,0px); /* IE 9 */
		-webkit-transform: translate(0px,0px); /* Safari and Chrome */
		-o-transform: translate(0px,0px); /* Opera */
		-moz-transform: translate(0px,0px); /* Firefox */
	}
}
.header1
{
	background: rgba(0,0,0,0.5);
}
.linea{
	background: #FF0046;
	height: 6px;
	left: 0px;
	top: -20px;
	position: absolute;
	width: 220px;
}
.linea2{
	background: #FF0046;
	height: 6px;
	margin: 15px 0px;
	position: relative;
	width: 220px;
}
.logo-eventos{
	background: -moz-linear-gradient(left, rgba(127,16,84,0.85) 2%, rgba(130,16,84,0.85) 3%, rgba(248,1,97,0.85) 48%, rgba(248,1,96,0.85) 49%, rgba(255,0,32,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(127,16,84,0.85) 2%,rgba(130,16,84,0.85) 3%,rgba(248,1,97,0.85) 48%,rgba(248,1,96,0.85) 49%,rgba(255,0,32,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(127,16,84,0.85) 2%,rgba(130,16,84,0.85) 3%,rgba(248,1,97,0.85) 48%,rgba(248,1,96,0.85) 49%,rgba(255,0,32,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b37f1054', endColorstr='#b3ff0020',GradientType=1 ); /* IE6-9 */
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	height: 500px;
	justify-content: center;
	padding: 0px 30px;
	padding-bottom: 10px;
	position: relative;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;	
	width: 350px;
}
.logo-eventos img{
	margin-bottom: 35px;
	width: 100%;
}
.logo-eventos2
{
	align-items: center;
	display: flex;
	padding: 0px 15px;
	height: 90px;
	margin: 0px;
	padding-top: 11px;	
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;	
	width: 150px;
}
.logo-eventos2 img{
	margin-bottom: 0px;
	width: 90%;
}
.ml12 {
	font-weight: 400;
	font-size: 21px;	text-transform: uppercase;
	letter-spacing: -0.1px;
	opacity: 0;
}

.ml12 .letter {
	display: inline-block;
	line-height: 1em;
}
.logo-titulo
{
	bottom: 15px;
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	font-weight: 400;
	position: absolute;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;	
	left: 100px;
}
.logo-titulo p
{
	margin-bottom: 5px;
}
.logo-eventos2 .logo-titulo
{
	bottom: 2px;
	font-family: 'Oswald', sans-serif;
	font-size: 9px;
	font-weight: 400;
	position: absolute;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;	
	left: 43px;
}
.logo-eventos2 .ml12 {
	font-weight: 400;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: -0.1px;
}

.logo-eventos2 .ml12 .letter {
	display: inline-block;
	line-height: 1em;
}
.logo-eventos2 p
{
	margin-bottom: 5px;
}
.ico{
	-ms-align-items: center;
	align-items: center;
	display: flex;
	height: 60px;
	justify-content: center;
	width: 60px;
}
.ico img{
	height: 100%;
	width: auto;
}
.menu-eventos
{
	display: flex;
	justify-content: center;
	padding: 0px;
	width: 100%;
}
.pantalla
{
	background: rgba(0,0,0,0.2);
	height: 100%;
	left: 0px;
	position: absolute;
	top:0px;
	width: 100%;
	z-index: 2;
}
.pantalla2
{
	background: rgba(0,0,0,0.5);
	height: 100%;
	left: 0px;
	position: absolute;
	top:0px;
	width: 100%;
	z-index: 2;
}
.video
{
	height: 100%;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 0;
}
.video iframe
{
	height: auto;
	width: 110%;
}
.framevideo{
	background: #1f1f1f;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100vw;
    z-index: 999;
}
.framevideo video{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: auto;
	width: 110%;
	border-radius: 3px;
}
@media(max-width: 1420px){
	#banner-interna .container-fluid, #banner-interna .row, #banner-interna .carousel, #banner-interna .carousel-inner,#banner-interna .carousel-item 
	{
		height: 100%;
	}
	#banner-interna
	{
		padding: 0px;
	}
	/*.carousel-item img {
		height: 110%;
		margin: 0 auto;
		width: auto;
	}*/
	.ico img{
		height: auto;
		width: 100%;
	}
	.video video
	{
		height: 120vh;
		width: auto;
	}
}
@media(max-width: 1180px){

	nav ul li:last-child
	{
		margin-right:15px;
	}
	nav ul.redes li
	{
		margin-right: 15px;
	}
	.ico img{
		height: auto;
		width: 100%;
	}
}
@media(min-width: 769px) and (max-width: 1400px){
	.logo-eventos
	{
		margin-right: 20px;
		float: left;
		height: 450px;
		padding: 0px 20px;
		padding-bottom: 10px;
		width: 250px;
	}
	.logo-eventos2
	{
		align-items: center;
		display: flex;
		padding: 0px 15px;
		height: 90px;
		margin: 0px;
		margin-right: 30px;	
		transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;	
		width: 150px;
	}
	.logo-eventos img {
		margin-bottom: 25px;
		width: 100%;
	}
	.logo-eventos2 img{
		margin-bottom: 0px;
		width: 90%;
	}
	.logo-titulo {
		bottom: 12px;
		font-family: 'Oswald', sans-serif;
		font-size: 21px;
		font-weight: 400;
		position: absolute;
		transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		left: 70px;
	}
	.ml12 {
		font-weight: 400;
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: -0.1px;
		opacity: 0;
	}
	.menu-eventos{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0px;
		width: 100%;
	}
	nav
	{
		flex-wrap: inherit;	
	}
	nav ul
	{
		padding: 0px;
	}
	nav ul li
	{
		margin-right: 30px;
	}
}
@media(max-width: 1090px){
	header {
		background: rgba(0,0,0,0.7);
		z-index: 12;
	}
	nav
	{
		width: 100%;
	}
	#logo {
		position: relative;
		transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		/* top: 10px; */
		padding-top: 22px;
	}
	#menuDrop{
		height: 50px;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
	}
	.menudrop{
		height: auto!important;
	}
	#menuDrop a{
		justify-content: center;
		text-align: center;
		width: auto;		
	}
	#menuDrop::after{
		display: none;
	}
	.dropnav{
		background: transparent;
		border-bottom: 2px solid;
		border-top: 2px solid;
		margin-top: 30px;
		min-height: 10px;
		padding: 10px 0px;
		position: relative;
	}
	.dropnav li{
		flex-direction: column;
		height: 50px!important;
		margin: 13px 0px!important;
	}
	.dropnav li a{
		line-height: 1em;
	}
	.dropnav li:last-child{
		margin:13px 0px!important;	
	}
	.dropnav .icomenu{
		display: none;
	}
	#banner-interna
	{
		padding: 0;
	}
	.banner-eventos-tipo {
		background: rgba(0,0,0,0.65);
		bottom: 0;
		display: flex;
		font-size: 0.9em;
		right: 0;
		padding: 0px;
		position: absolute;
		width: 100%;
	}
	.banner-eventos-tipo ul {
		display: flex;
		padding: 0px;
		width: 100%;
		/* overflow-wrap: unset; */
		overflow-x: scroll;
		flex-wrap: wrap;
		flex-direction: column;
		white-space: nowrap;
		position: relative;
		height: 100px;
		align-items: center;
		justify-content: center;
	}
	.banner-eventos-tipo ul li {
		width: 25%;
		display: flex;
		position: relative;
		height: 100%;
	}
	.banner-eventos-tipo ul li a {
		/* display: flex; */
		/* height: 100%; */
		line-height: 100px;
		/* margin: 0px 30px; */
		padding: 0px 0px;
		position: relative;
		width: 100%;
		background: rgba(44, 132, 210, 0.3);
	}
	.lines
	{
		align-items: center;
		cursor: pointer;
		background: #FF0046;
		display: flex;
		flex-direction: row;
		height: 60px;
		justify-content: center;
		padding: 0px;
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
	}
	.lines li
	{
		background: #fff;
		/*border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;*/
		height: 29px;
		margin-right: 5px;
		width: 5px;
	}
	.lines li:last-child, .lines li:first-child
	{
		height: 16px;
	}	
	.lines li:last-child
	{
		margin-right: 0px;
	}	
	.logo-eventos
	{
		align-items: center;
		display: flex;
		padding: 10px;
		height: 60px;
		margin: 0px;
		transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		width: 90px;
	}
	.logo-eventos img{
		margin-bottom: 0px;
		width: 100%;
	}
	.logo-titulo {
		bottom: -0.4px;
		font-family: 'Oswald', sans-serif;
		font-size: 9px;
		font-weight: 400;
		position: absolute;
		transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		left: 28px;
	}
	.ml12 {
		font-weight: 400;
		font-size: 5.5px;
		text-transform: uppercase;
		letter-spacing: -0.1px;
	}
	.logo-eventos2 .logo-titulo {
		bottom: -0.4px;
		font-family: 'Oswald', sans-serif;
		font-size: 9px;
		font-weight: 400;
		position: absolute;
		transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		left: 28px;
	}
	.logo-eventos2 .ml12 {
		font-weight: 400;
		font-size: 5.5px;
		text-transform: uppercase;
		letter-spacing: -0.1px;
	}
	.menu
	{
		align-content: center;
		background: rgba(255,0,70,0.89);
		flex-direction: column;
		height: 100%;
		justify-content: center;
		position: fixed;
		right: -100%;
		text-align: center;
		transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		top: 60px;
		width: 100%;
		z-index: 16;
	}
	.menu-move
	{
		right: 0;
		transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
	}
	.menu-eventos {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
		padding: 0px;
		width: 100%;
	}
	nav ul.menu
	{
		padding: 0px;
	}
	nav ul.menu li
	{
		font-size: 1.2em;
		height: 50px;
		margin: 0px;
		margin-bottom: 10px;
		opacity: 0;
		position: relative;
		top: 40px;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
	}
	nav ul li.menuanima
	{
		opacity: 1;
		top: 0px;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
	}
	nav ul li a {
		color: #fff;
		align-items: center;
		display: flex;
		height: 100%;
		margin-left: 5px;
		width: auto;
		text-align: center;
	}
	nav ul #quienesli{
		align-items: center;
		display: flex;
		justify-content: center;
		text-align: center;
		width: 160px;
	}
	nav ul.menu li:last-child {
		margin-right: 0px;
	}
}
@media(max-width: 1090px){

	nav ul.redes
	{
		display: none;
	}
}
@media(max-width: 992px){
	.banner-eventos-tipo ul li{
		width: 33%;
	}
}
@media(max-width: 900px){
	.ico img{
	height: 100%!important;
	width: auto!important;
}
	.carousel-item img
	{
		height: 100vh;
		margin:0 auto;
		width: auto;
	}
}
@media(max-width: 768px){	
	.arrow-right {
		background: rgba(255,0,70,0.9) url(images/arrows.svg) center right 3px no-repeat;
		background-size: 80px auto;
	}
	.arrow-left {
		background: rgba(255,0,70,0.9) url(images/arrows.svg) center left 3px no-repeat;
		background-size: 80px auto;
	}
	.banner-eventos-tipo ul {
		display: flex;
		padding: 0px;
		width: 100%;
		overflow-x: auto;
		flex-wrap: wrap;
		flex-direction: column;
		white-space: nowrap;
		position: relative;
		height: 100px;
		align-items: center;
		justify-content: center;
	}
	.banner-eventos-tipo ul li {
		width: 50%;
		display: flex;
		position: relative;
		height: 100%;
	}
	.banner-eventos-tipo ul li a {
		line-height: 100px;
		padding: 0px 0px;
		position: relative;
		width: 100%;
		background: rgba(44, 132, 210, 0.3);
	}
	.arrow{
		width: 50px;
	}
}
@media(max-width: 576px)
{
	.banner-eventos-tipo ul li {
		width: 100%;
	}
	.banner-text-eventos h3
	{
		font-size: 1.75rem;
		font-weight: 900;
		max-width: 500px;
		text-align: right;
	}
	.banner-interna-eventos {
		-ms-align-items: center;
		align-items: center;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		width: 100%;
	}
	.carousel-caption {
		right: 15%;
		bottom: 0;
		top: 0%;
		/* transform: translateY(-50%); */
	}
}

/*=====================================
=            QUIENES SOMOS            =
=====================================*/
#quienessomos-produccion-de-eventos{
	background: url(images/eventos-nosotros.jpg) center center;
	background-size: cover;	
	position: relative;
	z-index: 2;
}
.quienes-somos-text-produccion-de-eventos{
	background-size: 800px auto;
	padding: 0px;
	text-align: left;
}
/*===================================
=            EXPERIENCIA            =
===================================*/
#produccion-de-eventos-booking{
	background: url(images/experiencia.jpg) center no-repeat;
	background-size: cover;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0024+11,ba0986+58,000000+100 */
	/*background: #ff0024,
	url(images/experiencia.jpg) center; /* Old browsers */
	/*background: -moz-linear-gradient(left, #ff0024 11%, #ba0986 58%, #000000 100%),
	url(images/experiencia.jpg);  /* FF3.6-15 */
	/*background: -webkit-linear-gradient(left, #ff0024 11%,#ba0986 58%,#000000 100%),
	url(images/experiencia.jpg); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to right, #ff0024 11%,#ba0986 58%,#000000 100%),
	url(images/experiencia.jpg); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0024', endColorstr='#000000',GradientType=1 ), /* IE6-9 */
}
.eventos
{
	display: flex;
	position: relative;
	z-index: 2;
}

.eventos:before
{
	background: #fff;
	content: "";
	height: 5px;
	left: 25%;
	position: absolute;
	top: 70%;
	width: 150px;
	z-index: 1;
}
.eventos-invert:before
{
	background: #fff;
	content: "";
	height: 5px;
	left: auto!important;
	right: 25%!important;
	position: absolute;
	top: 70%;
	width: 120px;
	z-index: 1;
}
.eventos-invert
{
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
}
.eventos-invert .eventos-booking-titulo
{
	margin-right: -30px;
	position: relative;
}
.eventos-invert .eventos-booking-titulo ul
{
	text-align: right;
}
.eventos .eventos-booking-titulo
{
	margin-left: -30px;
	position: relative;
}
.eventos-booking-titulo .eventos-booking-titulo
{
	order: 1;
}
.eventos-booking-foto
{
	float: left;
	height: 400px;
	overflow: hidden;
	position: relative;
	width: 300px;
}
.eventos-booking-foto img
{
	height: auto;
	width: 103%;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: skewY(7deg);
	-moz-transform: skewY(7deg);
	-webkit-transform: skewY(7deg);
	-ms-transform: skewY(7deg);
}
.eventos-booking-titulo
{
	color: #000;
	margin-top: 60px;
	/*max-height: 117px;*/
	position: relative;	
	z-index: 2;
}
.eventos-booking-titulo ul{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 25px;
	padding: 20px 40px;
	text-align: left;
}
.eventos-margin
{
	margin-top:-90px;
}
.experiencia-titulo
{

}
/*================================
=            CLIENTES            =
================================*/
#clientes-produccion-de-eventos
{
	background: url(images/clientes.jpg) center;
	background-size: cover;
}
.arrow-clientes
{
	background: url(images/arrows-clientes.svg) left 10px center no-repeat;
	background-size: auto 90%;
	cursor: pointer;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	z-index: 3;
}
.arrow-clientes-right
{
	background: url(images/arrows-clientes.svg) right 13px center no-repeat;
	background-size: auto 90%;
	height: 40px;
	right: -20px;
	width: 40px;
}
.arrow-clientes-left
{
	left: -20px;
}
.clientes
{
	padding: 0;
	width: 100%;
}
.clientes li
{
	height: 200px;
	margin: 0px 10px;
	overflow: hidden;
	position: relative;
}
.clientes li img
{
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	z-index: 0;
	width:85%;
}
@media(min-width: 992px) and (max-width: 1200px){

	.eventos .eventos-booking-titulo {
		margin-left: -130px;
		position: relative;
	}
	.eventos-invert .eventos-booking-titulo {
		margin-right: -130px;
		position: relative;
	}
}
@media(min-width: 769px) and (max-width: 991px){
	#eventos-booking .container
	{
		max-width: 100%;
		padding: 0 40px;
		width: 100%;
	}
	.eventos-margin {
		margin-top: 0px;
	}
	.eventos .eventos-booking-titulo {
		margin-left: -130px;
		position: relative;
	}
	.eventos-invert .eventos-booking-titulo {
		margin-right: -130px;
		position: relative;
	}
}
@media(min-width: 100px) and (max-width: 768px){
	#eventos-booking .container
	{
		/*max-width: 100%;*/
		width: 100%;
	}
	.arrow-clientes-left {
		left: 0px;
	}
	.arrow-clientes-right {
		right: 0px;
	}
	.eventos {
		display: flex;
		flex-direction: column;
	}
	.eventos-booking-foto {
		float: none;
		height: 400px;
		overflow: hidden;
		position: relative;
		width: 100%;
		margin: auto;
	}
	.eventos-booking-titulo {
		color: #000;
		margin-top: 0px;
		max-height: inherit;
		min-height: 10px;
		position: relative;
		z-index: 2;
	}
	.eventos .eventos-booking-titulo {
		margin-left: 0px;
		position: relative;
	}
	.eventos-invert .eventos-booking-titulo {
		margin-right: 0px;
		position: relative;
	}
	.eventos-margin {
		margin-top: 70px;
	}
}
@media(min-width: 500px) and (max-width: 768px){

	.eventos-booking-foto img {
		height: auto;
		width: 110%;
	}
}
@media(min-width: 0px) and (max-width: 499px){

	.eventos-booking-foto img {
		height: 110%;
		width: auto;
	}
}
/*=================================
=            SERVICIOS            =
=================================*/
#servicio-produccion-de-eventos{
	background: url(images/eventos-servicio.jpg) top center fixed;
	background-size: cover;
}
.eventos-vermas
{
	bottom: 15px;
	font-weight: 500;
	position: absolute;
	right: 15px;
}
.servicios
{
	height: 320px;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
	width: 240px;
}
.servicios-eventos-icono
{
	bottom: 10px;
	left: 15px;
	position: absolute;
	width: 40px;
}
.servicios-eventos-icono i::before
{
	font-size: 2.2em;
}
.servicios:hover .servicios-eventos-titulo
{
	background: rgba(15,15,28,0.85);
	box-sizing: border-box;
	height: 100%;
	padding: 15px;
	position: absolute;
	top: 0%;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	width: 100%;
}
.servicios-eventos-titulo
{
	background: rgba(15,15,28,0.85);
	box-sizing: border-box;
	height: 100%;
	padding: 15px;
	position: absolute;
	top: 55%;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	width: 100%;
}
.servicios-eventos-titulo h3
{
	font-size: 1.2em;
	font-weight: 900;
	text-align: right;
}
.servicios-eventos-titulo h3:before
{
	background: #fff;
	content: "";
	height: 3px;
	left: 20px;
	position: absolute;
	top: 10px;
	width: 50px;
}
.servicios img
{
	height: 100%;
	width: auto;
}
@media(min-width: 1025px) and (max-width: 1200px){
	.servicios
	{
		width: 220px;
	}
	.servicios-eventos-titulo h3:before {
		background: #fff;
		content: "";
		height: 3px;
		left: 5px;
		position: absolute;
		top: 10px;
		width: 35px;
	}
}
@media(min-width: 769px) and (max-width: 1024px){

	#servicio-eventos .container
	{
		padding: 0 40px;
		max-width: 100%;
	}

	.arrow-clientes-right {
		right: 0px;
	}
	.arrow-clientes-left {
		left: 0px;
	}
	.servicios
	{
		width: 100%;
	}
	.servicios img {
		height: 110%;
		width: auto;
	}
}
@media(max-width: 576px){

	section
	{
		padding: 120px 20px;
	}
	#interna-alquiler-descripcion {
		background: #080C2A;
		padding: 120px 0px;
		position: relative;
		z-index: 2;
	}
	.servicios {
		cursor: pointer;
		height: 320px;
		margin-bottom: 25px;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	.servicios img {
		height: auto;
		width: 105%;
	}
}
/*===============================
=            GALERIA            =
===============================*/
#galeria-produccion-de-eventos
{
	padding: 0;
}
#heart, #share
{
	height: 30px;
	width: auto;
}
.galeria-eventos-footer
{
	border-top: 2px solid #fff;
	bottom: 0px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 55px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 90%;
}
.galeria-produccion-de-eventos-foto
{
	cursor: pointer;
	height: 300px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.galeria-produccion-de-eventos-foto:hover img
{
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: scale(1.3) rotate(5deg);
}
.galeria-produccion-de-eventos-foto img
{
	height: 115%;
	overflow: hidden;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: auto;
}
.galeria-eventos-titulo
{
	background: #FF0046;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
ul.like
{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 300px;
}
ul.like li
{
	list-style: none!important;
	margin: 0px 5px;
}
@media(min-width: 490px) and (max-width: 576px){
	.galeria-produccion-de-eventos-foto img {
		height: auto;
		overflow: hidden;
		position: absolute;
		top: -9999px;
		bottom: -9999px;
		left: -9999px;
		right: -9999px;
		margin: auto;
		z-index: 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
		width: 110%;
	}
}
@media(min-width: 0px) and (max-width: 489px){
	.galeria-produccion-de-eventos-foto img {
		height: 110%;
		overflow: hidden;
		position: absolute;
		top: -9999px;
		bottom: -9999px;
		left: -9999px;
		right: -9999px;
		margin: auto;
		z-index: 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
		width: auto;
	}
}
/*===============================
=            INTERNA            =
===============================*/
#interna-eventos-descripcion
{
	background: #080C2A;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 2;
}
#interna-eventos-descripcion h3
{
	font-size: 2em;
	line-height: 1.2em;
	text-align: left;
}
#interna-eventos-descripcion p, #interna-eventos-descripcion ul li
{
	font-weight: 300;
	text-align: left;
}
.interna-texto-eventos{
	/*margin: 70px 0px;*/
	padding-bottom: 70px;
	padding-right: 50px;
	padding-top: 70px;
}
.interna-eventos-intro ul
{
	padding: 0;
}
#interna-eventos-descripcion ul li
{
	list-style: disc;
}
.pl-45
{
	padding-left: 42%;
}
.eventos-montaje
{
	margin: 0px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-top: 40px;
}
.eventos-montaje ul li
{
	list-style: disc;
}
.planimeria-eventos-foto
{
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
}
.planimeria-eventos-foto img
{
	cursor: pointer;
	height: 100%;
	width: auto;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.planimeria-eventos-foto img:hover
{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: scale(1.3) rotate(5deg);
}
@media(min-width: 1201px) and (max-width: 1500px){
	.pl-45
	{
		padding-left: 25%;
	}
}
@media(min-width: 769px) and (max-width: 1200px){

	.pl-45
	{
		padding-left: 10%;
	}
	.eventos-montaje ul
	{
		padding: 0px 25px;
	}
}
@media(min-width: 0px) and (max-width: 768px){

	
	.interna-texto-eventos{
		/*margin: 70px 0px;*/
		padding-bottom: 70px;
		padding-right: 0px;
		padding-top: 70px;
	}
	.pl-45
	{
		padding-left: 0;
	}
	.eventos-montaje, .interna-texto-eventos
	{
		padding: 50px 25px;
	}
	.eventos-montaje ul
	{
		padding: 0px 25px;
	}
}
/*==============================
=            FOOTER            =
==============================*/
footer
{
	min-height: 400px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 1;
}
form
{
	display: flex;
	text-align: left;
}
form input, form textarea
{
	background: rgba(255,255,255,0.55);
	border: none;
	box-sizing: border-box;
	color: #000;
	padding: 8px 20px;
	resize: none;
	width: 100%;
}
form label
{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
}
.datos
{
	align-items: center;
	display: flex;
	flex-direction: column;
}
.datos-eventos
{
	display: flex;
	flex-direction: column;
	font-size: 1.1em;
	font-weight: 300;
	margin-top: 25px;
	padding: 0px;
	text-align: left;
}
.datos-eventos .redes
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 10px;
	padding: 0px;
}
.datos-eventos .redes li a
{
	align-items: center;
	border: 1.4px solid #fff;
	border-radius: 10rem;
	display: flex;
	height: 37px;
	justify-content: center;
	margin: 0px 10px;
	width: 37px;
}
.datos-eventos-bold
{
	display: block;
	font-size: 1.2em;
	font-weight: 900;
	margin-bottom:15px;
}
.enviar
{
	background: #FF0046;
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	width: 180px;
}
.formulario-produccion-de-eventos
{
	margin-top: 100px;
}
.logo
{
	align-items: flex-end;
	background: rgba(255,0,70,1);
	display: flex;
	height: 300px;
	justify-content: center;
	width: 240px;
}
.logo img
{
	margin-bottom: 15px;
	width: 85%;
}
.rights
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0024+0,ba0986+69,ba0986+83,000000+100 */
	background: rgb(255,0,36); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,0,36,1) 0%, rgba(186,9,134,1) 69%, rgba(186,9,134,1) 83%, rgba(186,9,134,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,0,36,1) 0%,rgba(186,9,134,1) 69%,rgba(186,9,134,1) 83%, rgba(186,9,134,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,0,36,1) 0%,rgba(186,9,134,1) 69%,rgba(186,9,134,1) 83%, rgba(186,9,134,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0024', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	font-size: 0.9em;
	font-weight: 400;
	margin-top:40px;
	padding: 15px 0px;
	width: 100%;
}
@media(min-width: 577px) and (max-width: 991px){
	form {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 50px auto;
	}
}
@media(max-width: 576px){
	#interna-eventos-descripcion
	{
		padding: 0px;
	}
	#contacto-produccion-de-eventos
	{
		padding: 0px 30px 0px 30px;
	}
	form {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 50px auto;
	}
	.planimeria-eventos-foto img {
		cursor: pointer;
		height: 120%;
		width: auto;
		position: absolute;
		top: -9999px;
		bottom: -9999px;
		left: -9999px;
		right: -9999px;
		margin: auto;
		z-index: 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
}
/*INTERNA Diseño, Planeación y Desarrollo */
#interna-desarrollo-descripcion
{
	background: #080C2A;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 2;
}
#interna-desarrollo-descripcion h3
{
	font-size: 2em;
	line-height: 1.2em;
	text-align: left;
}
#interna-desarrollo-descripcion p
{
	font-weight: 300;
	text-align: left;
}
.tabsplaneacion{
	border-bottom: 1px solid;
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
}
.tabsplaneacion li{
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-weight: 300;
	height: 100px;
	justify-content: center;
	list-style: none;
	text-align: center;
	width: 100px;
}
.tabsplaneacion li .iconotab{
	align-items: center;
	display: flex;    
	height: 30px;
	justify-content: center;
	margin-bottom: 10px;
	overflow: hidden;    
	width: 100%;
}
.tabsplaneacion li .iconotab img{
	height: 100%;
	width: auto;
}
.tabsplaneacion li span{
	display: flex;
	justify-content: center;
	line-height: 15px;
	height: 40px;
}
.tabsplaneacion .active{
	border-bottom: 2px solid;
}
.tabsplaneacion .active .iconotab{
	height: 60px;
}
.tabsplaneacion .active span{
	display: none;
}
.contenidotab{
	display: none;
	min-height: 280px;
	padding: 50px 0px;
	padding-bottom: 20px;
}
/*query interna diseño*/
@media(max-width: 991px){
	.tabsplaneacion{
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
}
/*INTERNA Alquiler producción Técnica*/
#interna-alquiler-descripcion
{
	background: #080C2A;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 2;
}
#interna-alquiler-descripcion h3
{
	font-size: 2em;
	line-height: 1.2em;
	text-align: left;
}
#interna-alquiler-descripcion p{
	font-weight: 300;	
	text-align: left;
}
.dobleul{
	display: flex;	
	justify-content: space-evenly;
}
.dobleul ul li{
	list-style: disc;
}
/*INTERNA Booking de Talento Artistico*/
#interna-talento-descripcion
{
	background: #080C2A;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 2;
}
#interna-talento-descripcion h3
{
	font-size: 2em;
	line-height: 1.2em;
	text-align: left;
}
#interna-talento-descripcion p{
	font-weight: 300;	
	text-align: left;
}
/*INTERNA turismo y recreacion*/
#interna-turismo-descripcion
{
	background: #080C2A;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 2;
}
#interna-turismo-descripcion h3
{
	font-size: 2em;
	line-height: 1.2em;
	text-align: left;
}
#interna-turismo-descripcion p{
	font-weight: 300;	
	text-align: left;
}
/*INTERNA galeria*/
#interna-galeria{
	background: #fff;
	min-height: 300px;
	padding: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 3;
}
.filtrogaleria{
	background: #ff0046;
	margin-bottom: 0px;
	padding: 20px 0px;
}
.filtrogaleria ul{
	-ms-align-items: center;
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0px;
}
.filtrogaleria ul li{
	border-bottom: 1px solid transparent;
	cursor: pointer;	
	margin-right: 20px;
}
.filtrogaleria ul .active{
	border-bottom: 1px solid;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.selecfilter{
	display: none;
}	
.selecfilter p{
	margin-bottom: 5px;
}
.selecfilter .selfilter{
	border: none;
}
.imagen-galeria{
	align-items: center;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	display: flex;
	height: 300px;
	justify-content: center;    
	/*margin-bottom: 30px;*/
	overflow: hidden;
	position: relative;
	width: 100%;
}
.imagen-galeria .negro{
	-ms-align-items: center;
	align-items: center;
	background: #000;
	display: flex;
	height: 100%;
	justify-content: center;
	opacity: 0;
	position: absolute;
	width: 100%;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	z-index: 2;
}
.imagen-galeria .negro h3{
	color: #ff0046;
	font-size: 12px;
	font-weight: 600;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.imagen-galeria:hover .negro{
	opacity: 0.75;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.imagen-galeria:hover .negro h3{
	font-size: 18px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.imagen-galeria img{
	height: 100%;
	transition: all 0.5s ease;
	width: auto;
}
.imagen-galeria:hover img{
	height: 100%;
	transform: scale(1.3) rotate(5deg);
	transition: all 0.5s ease;
	width: auto;
}
.imagen-galeria .galeria-eventos-footer{
	height: 50px;
	z-index: 4;
}
.imagen-galeria #heart, #share{
	height: 22px;
	width: auto;
}
#nodivs{
	display: none;
	padding: 70px;
}
#nodivs h3{
	color: #333;
}
/*query interna galeria*/
@media(max-width: 991px){
	.filtrogaleria ul{
		display: none;
	}
	.selecfilter{
		display: initial;
	}
}
@media(min-width: 490px) and (max-width:575px){
	.imagen-galeria img{
		height: auto;
		width: 100%;
	}
	#interna-alquiler-descripcion h3 {
		font-size: 1.6em;
		line-height: 1.2em;
		text-align: left;
	}
}
@media(min-width: 0px) and (max-width: 489px){
	.imagen-galeria{
		height: 200px;
		margin-bottom: 0px;
	}
	.imagen-galeria img{
		height: auto;
		width: 100%;
	}
	.galeria-produccion-de-eventos-foto{
		height:auto;
	}
	#interna-alquiler-descripcion h3 {
		font-size: 1.6em;
		line-height: 1.2em;
		text-align: left;
	}

}
.galeria
{
	height: 300px;
}
/*TEMPORAL NUEVO ESTILO EXPERIENCIA*/
#eventos-booking{
	/*background: #f2f4f3;*/
	overflow: hidden;
	padding: 130px 0px;
	position: relative;
}
.tituloeventos{
	height: 150px;
	padding-left: 150px;
	top: 0px;
	text-align: left;
	width: 100%;    
}
#eventos-booking h2{
	color: #ff0046;
}
#experienciarow{
	display: block;
	position: relative;
	left: 0;
	width: 100%;
	z-index: 3;
	background-size: cover;
	-webkit-transform: skewY(-7deg);
	-moz-transform: skewY(-7deg);
	-o-transform: skewY(-7deg);
	-ms-transform: skewY(-7deg);
	transform: skewY(-7deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
#experienciarow  *[class^='col-']{
	margin: 0px;
	padding: 0px;
}
#experienciarow{
	overflow: hidden;
}
#experienciarow .eventos-booking-foto{
	width: 100%;
}
#experienciarow .eventos-booking-titulo{
	/*margin-top: 200px;*/
	bottom: 0;
	/*max-height: 100px;*/
	position: absolute;
}
/*.eventos-booking-foto img{
	height: auto;
	width: 103%;
	}*/
	.imgfooter{
		background: url(images/experiencia.jpg) center no-repeat;
		background-size: cover;
		min-height: 200px;
		width: 100%;
	}
	@media(min-width: 0px) and (max-width: 489px){
		#experienciarow .eventos-booking-titulo{
			max-height: 150px;
			bottom:0px;	
			width: 100%;
		}	
	}
	/*INDEX 2*/
	#eventos-booking-pre{
		background: url(images/experiencia.jpg) center no-repeat;
		background-size: cover;
		overflow: hidden;
		padding: 130px;
		position: relative;
	}
	.tituloeventos-pre{
		align-items: center;
		display: flex;
		height: 50px;
		margin-bottom: 50px;
	}
	#experienciarow-pre{
		display: block;
		position: relative;
		left: 0;
		width: 100%;
		z-index: 3;
		background-size: cover;
		-webkit-transform: skewX(-7deg);
		-moz-transform: skewX(-7deg);
		-o-transform: skewX(-7deg);
		-ms-transform: skewX(-7deg);
		transform: skewX(-7deg);
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	#experienciarow-pre  *[class^='col-']{
		margin: 0px;
		padding: 0px;
	}
	#experienciarow-pre .eventos-booking-foto{
		width: 100%;
	}
	#experienciarow-pre .eventos-booking-titulo{
		margin-top: 200px;
		max-height: 100px;
		position: absolute;
	}
	@media(min-width: 0px) and (max-width: 489px){
		#experienciarow-pre{
			-webkit-transform: skewY(-7deg);
			-moz-transform: skewY(-7deg);
			-o-transform: skewY(-7deg);
			-ms-transform: skewY(-7deg);
			transform: skewY(-7deg);
			-webkit-transform-origin: 0 0;
			-moz-transform-origin: 0 0;
			-o-transform-origin: 0 0;
			-ms-transform-origin: 0 0;
			transform-origin: 0 0;
		}
		#eventos-booking-pre{
			padding: 0px;
		}
		.tituloeventos-pre{
			align-items: center;
			display: flex;
			height: 100px;
			justify-content: center;
			margin-bottom: 0px;
			padding: 0px;
			width: 100%;
		}
		#experienciarow-pre .eventos-booking-titulo{
			max-height: 150px;
			position: absolute;
			top: 0;
		}
	}
	.logo-intuition
{
	margin-left: 5px;
	width: 20px;
}

.modalContainer {
	display: none; 
	position: fixed; 
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modalContainer .modal-content {
	background-color: #000;
	margin: auto;
	padding: 20px;
	border: 1px solid lightgray;
	border-top: 10px solid #C90045;
	width: 60%;
}

.modalContainer .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modalContainer .close:hover,
.modalContainer .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}


/* whatsapp */

.wts-float {
    bottom: 40px;
    padding: 0px;
    position: fixed;
    right: 35px;
    z-index: 15;
  }
  @media (max-width: 768px) {
    .wts-float {
      bottom: 27px;
    }
  }
  .wts-float .icon-whatsapp {
    color: #fff;
    font-size: 34px;
    margin-left: 30px;
    transition: all 0.25s;
  }
  .wts-float .icon-whatsapp:hover {
    margin-left: 20px;
    margin-right: 0px;
    transition: all 0.25s;
  }
  @media (max-width: 991px) {
    .wts-float .icon-whatsapp {
      margin: 0 !important;
      transition: none;
      font-size: 32px;
    }
  }
  .wts-float a {
    align-items: center;
    background: #25d366;
    border-radius: 10em;
    box-shadow: 0px 3px 15px rgba(43, 43, 43, 0.3);
    display: flex;
    height: 60px;
    justify-content: flex-end;
    overflow: hidden;
    padding: 12px;
    white-space: nowrap;
    transition: all 0.25s;
    width: 60px;
  }
  .wts-float a:hover {
    background: #24af57;
    width: 310px;
    padding: 0px 24px;
  }
  .wts-float a:hover:hover i {
    margin-left: 20px;
    margin-right: 0px;
    transition: all 0.25s;
  }
  @media (max-width: 991px) {
    .wts-float a {
      width: 44px !important;
      height: 48px;
    }
  }
  .wts-float span {
    position: relative;
    color: #fff;
  }
  @media (max-width: 991px) {
    .wts-float span {
      display: none;
    }
  }
.hidden{
	display: none !important;
}
#send-email-contact{
	padding: 8px 20px;
    border: 0;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}