*{
	font-family: 'Roboto', sans-serif;
}
main{
	margin-top: 115px !important;
}

.vertical-center-iframe{
	padding-top: 3rem;
}
.social-networks{
	position: fixed;
	right: 0;
	top: 35%;
	width: 40px;
	display: flex;
	flex-wrap: wrap;
	z-index: 9999;
}
.social-networks a{
	margin: 1px;
	width: 40px;
	height: 40px;
	text-decoration: none;
	border-radius: 8px;
}
.sharer{
	padding: 6px 12px;
	border-radius: 50%;
	text-decoration: none !important;
	color: white !important;
}

.sharer a i{
	font-size: 30px !important;
	text-decoration: none !important;
}
.social-networks a i{
	font-size: 25px;
	color: white;
}
.social-fb{
	background-color: #012677;
}
.social-ig{
	background: transparent linear-gradient(90deg, #FC01CD 0%, #FC01CD 100%) 0% 0% no-repeat padding-box;
}
.social-tw{
	background-color: #00ADE5;
}
.social-yt{
	background-color: #FF0000;
}
.social-in{
	background-color: #0274B3;
}
.social-wa{
	background-color: #6BD563;
}
.social-tk{
	background-color: #000000;
}
.logo{
	width: 170px;
}
.logo-white{
	max-width: 150px;
}
.black{
	color: #000000 !important;
	text-decoration: none;
}
.white{
	color: #FFFFFF !important;
	text-decoration: none;
}
.darkgray{
	color: #444444 !important;
	text-decoration: none !important;
}
.graylight{
	color: #888888 !important;
	text-decoration: none !important;
}
.expodeco-color{
	color: #F20145 !important;
}
.graybackground{
	background-color: #EFEFEF !important;
}
.navmenu{
	text-decoration: none;
	font-size: 0.9rem;
	transition: all 0.5s;
}
.navmenu:hover{
	border-bottom: 1px solid #F20145;
}
.btn-expodeco{
	background-color: #F20145;
	color: white;
}
.btn-expodeco i{
	color: white !important;
}
.btn-expodeco :hover{
	background-color: #F20145;
	color: black;
}
.jumbo{
	width: 100%;
	min-height: 450px;
	background-size:cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	flex-wrap: wrap;
}
.texto-regular{
	font-size: 0.95rem;
	text-decoration: none !important;
}
.texto-medium{
	font-size: 0.85rem;
	text-decoration: none !important;
}
.texto-small{
	font-size: 0.75rem;
	text-decoration: none !important;
}
.block-vertical-separator{
	margin-top: 80px;
	margin-bottom: 80px;
}
.icon-start{
	font-size: 4.85rem;
}
.timer-date{
	font-size: 1.4rem;
	font-weight: bold;
}
.footer-bg{
	background: transparent linear-gradient(90deg, #BE3455 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
	color: black;
	padding: 1.5% 5%;
}
.footer-divisor{
	border-top: none;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-bottom: 1px;
}
.index{background-image: url(../images/hero/index25.webp);}
.conference{background-image: url(../images/hero/fondo.webp);}
.fader{background-image: url(../images/hero/fade.png);}
.newsletter{background-image: url(../images/hero/newsletter.jpg);}


.conference-title{
	font-family: 'Raleway', sans-serif;
	font-size: 72px;
	/* background: -webkit-linear-gradient(#8DEDFB, #F790FD); */
	/* background: -webkit-linear-gradient(90deg, #8DEDFB 50%, #F790FD 50%); */
	background: linear-gradient(90deg, #85f1fb 0%, #a0e2fc 10%, #b5d2fe 25%, #d3b9fa 75%, #f796ff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bolder;
  }
.conferencer-border{
	/* border-radius: 50% !important;
	border: 10px solid;
	border-image: linear-gradient(to right, #81CDDD 0%, #F891FC 100%) 1; */
	background: transparent;
	background-image: linear-gradient(90deg, white, white), linear-gradient(90deg, hsl(289, 65%, 64%), hsl(226, 78%, 67%));
	background-clip: padding-box, border-box;
	background-origin: border-box;
	border: 5px solid transparent;
	/* border-radius: 10%; */
	border-top-left-radius: 10%;
	border-top-right-radius: 10%;
}
.conferencer-image{
	-webkit-filter: grayscale(200%);
	filter: grayscale(200%);
	transition: all 0.5s;
}
.conferencer-image:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.conferencer-frame{
	position: relative;
	top: -15px;
	border-radius: 15px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
	height: auto;
	min-height: 125px;
}
.conferencer-frame h1{
	font-size: 1.1rem;
	color: #444444;
	font-weight: bold;
}
.conferencer-frame span{
	font-size: 0.85rem;
	color: #000000;
}
.conferencer-button{
	background: linear-gradient(90deg, #85f1fb 0%, #a0e2fc 10%, #b5d2fe 25%, #d3b9fa 75%, #f796ff 100%);
	border-radius: 15px;
	padding: 10px;
	color: #FFFFFF;
	outline-style: solid;
	font-size: 1.2rem;
	text-shadow: 1px 1px 1px #444444;
	border-image: linear-gradient(90deg, #85f1fb 0%, #a0e2fc 10%, #b5d2fe 25%, #d3b9fa 75%, #f796ff 100%);
	text-decoration: none;
	transition:  all 0.5s;
}
.conferencer-button:hover{
	text-decoration: none;
	color: #85f1fb;
}

.button-conferencer{
	background: transparent;
	padding: 0.75rem 1.5rem;
	background-image: linear-gradient(90deg, white, white), linear-gradient(90deg, hsl(289, 65%, 64%), hsl(226, 78%, 67%));
	background-clip: padding-box, border-box;
	background-origin: border-box;
	border: 5px solid transparent;
	border-radius: 1.75rem;
	text-decoration: none;
	transition:  all 0.5s;
}
.button-conferencer:hover{
	background-image: linear-gradient(90deg, white, white), linear-gradient(90deg, hsl(226, 78%, 67%), hsl(289, 65%, 64%));
	text-decoration: none;
}
.button-conferencer-label{
	background-image: linear-gradient(
		90deg,
		hsl(289, 65%, 64%),
		hsl(226, 78%, 67%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-size: 1.2rem;
	text-decoration: none;
}

.border-gradient {
  display: flex;
  flex-direction: column;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
}
.border-gradient-purple {
  border-image-source: linear-gradient(to left, #E51A59, #A8CA1C);
}
.title-text-control{
	height: 290px;
}
.subtitle-text-control{
	height: 50px;
}

.visitante-icon{
	font-size: 4rem;
}
.provider-list{
	list-style: none;
	padding: 5px;
	margin-bottom: 5px !important;
}
.provider-list li{
	font-size: 0.8rem;
	color: #5FB0B4;
	line-height: 25px;
	text-decoration: none !important;
}
.testimony-effect{
	background-color: none;
	background: none;
	transition: 0.5s all;
}
.testimony-effect:hover{
	background-color: #BE3455;
}

.testimony-effect:hover .expodeco-color{
	color: white !important;
}
.years10{
	max-width: 300px;
}

.date-portada{
	font-size: 1.4rem;
	color: #000000;
	line-height: 65%;
	font-weight: bolder;
}
.place-portada{
	font-size: 1.5rem;
	color: #000000;
	line-height: 65%;
	font-weight: 700;
}

.wsp-support{
	position: fixed;
	right: 5px;
	bottom: 5px;
	padding: 2px 5px;
	background-color: white;
	border-radius: 25px;
	/* width: 10%; */
    z-index: 9999;
	box-shadow: 5px 10px 8px #888888
}
.wsp-container{
	position: relative;
	width: 100%;
}
.wsp-help{
	font-size: 2.85rem;
	text-decoration: none;
}

.button-conferencer-wsp{
	background: white;
	padding: 0.75rem 1.5rem;
	/* background-clip: padding-box, border-box;
	background-origin: border-box; */
	border: 5px solid #25D366;
	border-radius: 1.75rem;
	text-decoration: none !important;
	transition:  all 0.5s;
}
.button-conferencer-wsp-label{
	color: #25D366;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-size: 1.2rem;
	text-decoration: none !important;
}

.help-body{
	width: 50%;
}
.support-text{
	font-size: 0.9rem;
	color: #000000;
	font-weight: bold;
}

.btn-expodeco-anim{
	background-color: #F20145;
	color: white;
	padding: 5px 10px;
	font-size: 1rem;
	text-decoration: none;
	animation-name: highlight;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	border-radius: 8px;
	text-shadow: 1px 1px 1px #000000;
}
@keyframes highlight {
	0%   {background-color: #B8CE0C;}
	20%  {background-color: #92C460;}
	40%  {background-color: #06B2B0;}
	60%  {background-color: #D9989B;}
	80%  {background-color: #E83E5B;}
	100% {background-color: #B8CE0C;}
  }


@media screen and (max-width: 821px){
	/* .index{background-image: none;} */
	.index{url(../images/hero/mobile-index.webp);}

	.years10{max-width: 240px;}
}
@media screen and (max-width: 769px){
	.logo{
		width: 100px;
	}
	.navmenu{
		font-size: 15px;
	}
	.texto-medium{
		font-size: 15px;
	}
	.title-text-control{
		height: auto;
	}
	.subtitle-text-control{
		height: auto;
	}
	.provider-list li{
		font-size: 0.65rem;
	}
	.conference-title{
		font-size: 36px;
	  }
}

@media screen and (max-width: 481px){
	.years10{
		margin-top: 20px;
	}
	.footer-bg{
		background: none;
		background-color:#BE3556;
	}
	.vertical-center-iframe{
		padding-top: 0.25rem;
	}
	main{
		margin-top: 75px !important;
	}
	.help-body{
		width: 100%;
	}
	.wsp-support{
		position: fixed;
		background-color: white;
		/* width: 13%; */
	}
	.wsp-help{
		font-size: 1.85rem;
	}
}
