/*
#webSite_sectionHome{
background: url(../img/fondohola.png) no-repeat center center;
    background-size: cover;
}
*/


@font-face {
  font-family: Nexa Light;
  src: url(../fonts/Nexa%20Light.otf);
}

@font-face {
  font-family: NexaBold;
  src: url(../fonts/Nexa%20Bold.otf);
}


body{
background:  no-repeat center center;
background: url(../img/fondohola.png) no-repeat center center;
    background-size: cover;
	font-family: Nexa Light;
}


#webSite_descriptionHolaRun,#webSite_descriptionHolaRunMoreFun{
	border-radius: 3rem;
	margin-top: 200px !important;
	margin-bottom: 70px !important;
}



#webSite_descriptionHolaRunMoreFun{
	min-height: 365px;
}

#holaRun{
	margin-top: -40px;
	z-index: -1;
}


@media (max-width: 576px) {
		#holaRun{
			margin-top: -10px;
		}
}



/* --------------- Botón outline ----------------- */
.webSite_buttonOutline{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .4rem 4rem;
    padding-top: 0.7rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 1rem;
	background-image: none;
	transition: all .5s ease 0s;
}

.webSite_buttonOutline:hover{
    border: 1px solid transparent;
    padding: .4rem 5rem;
    padding-top: 0.7rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 1rem;
	letter-spacing: 3px;
	/*transition: all 0.2s linear 0s; */
	text-decoration:none;
	background-image: none;
	transition: color .15s;
	color: #000;
    background-color: #fff;
    border-color: #f8f9fa;
	box-shadow: 0px 5px 40px -10px rgba(255, 255, 255, 0.98);
	-webkit-box-shadow: 0px 5px 40px -10px rgba(255, 255, 255, 0.98);
	-moz-box-shadow: 0px 5px 40px -10px rgba(255, 255, 255, 0.98);
	transition: all .5s ease 0s;
}

.webSite_imgsponsor{
	min-width: 100px;
}

.webSite_column{
	height: 620px;
}

@media (max-width: 576px) {
		.webSite_column{
				height: 300px;		
		}
}
.webSite_borderBlue, .webSite_borderYellow{
	border-bottom: 6px solid;
	z-index: 10;
	
}
@media (max-width: 576px) {
		.webSite_borderBlue, .webSite_borderYellow{
				font-size: 1.5rem !important;
		}
}

.logo_sponsorsLevel1 a {
	position: relative;
	display: inline-block;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	
}

.logo_sponsorsLevel1 a:hover{
	transform: scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);	
}


.logo_sponsors a {
	position: relative;
	display: inline-block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.logo_sponsors a:hover{
	transform: scale(1.1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.webSite_Video{
	width:90%;
	height:660px;
}
.webSite_VideoPopup{
	width:90%;
	height:480px;
}

@media (max-width: 576px) {
		.webSite_Video{
			width:100%;
			height:260px;
		}
}