*{
	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;
}
.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 :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/index.jpg);}
.fader{background-image: url(../images/hero/fade.png);}
.newsletter{background-image: url(../images/hero/newsletter.jpg);}

.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: 195px;
}

.date-portada{
	font-size: 1.4rem;
	color: #00B6A9;
	line-height: 65%;
	font-weight: bolder;
}
.place-portada{
	font-size: 1.5rem;
	color: #E51A59;
	line-height: 65%;
	font-weight: 700;
}
@media screen and (max-width: 821px){
	.index{background-image: none;}
}
@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;
	}
}

@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;
	}
}