#webSite_sectionMenu{
background-color:rgba(255, 255, 255, 0.55);	
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(52, 81, 135);
}


/* --------------- Botón outline ----------------- */
.webSite_buttonOutline{
	color: #f8f9fa;
    background-color: transparent;
    border-color: #FFD301 !important;
}
.webSite_buttonOutline:hover{
	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 0.4s ease 0s;
}

.webSite_buttonOutlineBlue{
	color: #000;
    background-color: transparent;
    border-color: #0391c5 !important;
	min-width: 320px;
}
.webSite_buttonOutlineBlue:hover{
	color: #0391c5;
    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 0.4s ease 0s;
	
}

.webSite_buttonOutlineGreen{
	color: #000;
    background-color: transparent;
    border-color: #0ba852 !important;
	min-width: 320px;
}
.webSite_buttonOutlineGreen:hover{
	color: #fff;
    background-color: #0ba852;
    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 0.4s ease 0s;
	
}

#webSite_sectionWhatIsHolaRun{
	background: url(../img/backQuienesSomos.jpg) no-repeat top center;
	background-size: cover;
}

#webSite_descriptionHolaRun, #webSite_descriptionHolaRunMoreFun{
	background-color: #03a1e0;
}


#webSite_SaveTheDate{
	background: url(../img/saveDate.jpg) no-repeat top center;
	border-radius: 3rem;
	min-height: 30rem;
}
#webSite_contactImg{
	background: url(../img/imgContact.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 3rem;
	min-height: 30rem;
}

#webSite_sectionSaveDate{
	background:  no-repeat center center;
	background: url(../img/fondoholaBlanco.jpg) no-repeat center center;
	background-size: cover;
}

.webSite_titleDate{
	color: #0391c5 !important;
}
.webSite_Date{
	color: #FFD101 !important;
}
.webSite_place{
	color:#03a7e4 !important;
}


#webSite_deporte{
	background: url(../img/deporte.jpg) no-repeat top center;
	background-size: cover;	
}
#webSite_deporte::before{
    position: absolute; /* maximize the pseudo-element */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.4); /* use background-image here */
    content: " "; /* it needs actual content, an empty space is enough */
}

.webSite_borderBlue{
	border-color: #03a7e4 !important;
	color: #fff;
}

.webSite_borderYellow{
	border-color: #FFD201 !important;
	color: #fff;
}

#webSite_fiesta{
	background: url(../img/backQuienesSomos.jpg) no-repeat top center;
	background-size: cover;	
	background-color:rgba(0,0,0,0.3); /* use background-image here */
}

#webSite_fiesta::before{
    position: absolute; /* maximize the pseudo-element */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.4); /* use background-image here */
    content: " "; /* it needs actual content, an empty space is enough */
}
#webSite_mex{
	background: url(../img/mexico.jpg) no-repeat top center;
	background-size: cover;	
}
#webSite_mex::before{
    position: absolute; /* maximize the pseudo-element */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.4); /* use background-image here */
    content: " "; /* it needs actual content, an empty space is enough */
}

#webSite_familia{
	background: url(../img/familia.jpg) no-repeat top center;
	background-size: cover;	
}

#webSite_familia::before{
    position: absolute; /* maximize the pseudo-element */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.4); /* use background-image here */
    content: " "; /* it needs actual content, an empty space is enough */
}

#webSite_sectionMoreFunMoreParty{
	background: url(../img/MoreFunMoreParty.jpg) no-repeat top center;
	background-size: cover;
}


#webSite_sectionFooter{
	background:  no-repeat center center;
	background: url(../img/fondoholaBlanco.jpg) no-repeat center center;
	background-size: cover;
}
#webSite_backButton{
		/*background-color:rgba(21, 159, 200, 0.72); /* use background-image here */
		/*background-color:rgba(39, 36, 36, 0.87);*/
		background-color:rgba(241, 241, 241, 0.90);
		
	
}


.btnHoverLenguaje{
	-webkit-box-shadow: 0px 11px 10px -9px rgba(52,81,135,0.8);
	-moz-box-shadow: 0px 11px 10px -9px rgba(52,81,135,0.8);
	box-shadow: 0px 11px 10px -9px rgba(52,81,135,0.8);
	background-color: rgba(255, 255, 255, 0.15);
}

.success_swalWide{
          width:80% !important;
     }

.swal2-popup{
	background: #fff url('../img/backPopup.png') !important;
}

