
/*.overlay-itro {
	background-image: url(../images/webeyaotransparencia.png) !important;
    background-size:100%;
    background-attachment:fixed;
}

.overlay-itro {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 70%;
    height: 70%;
	background-image: url(../images/webeyaotransparencia.png) !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/
@font-face {
font-family: 'champagne_limousines';
    src: url('css/fonts/Champagne_Limousines.ttf');
    src: url('css/fonts/Champagne_Limousines.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#box-bienvenida{
    color:rgb(66, 66, 66);
    background: rgb(255,255,255,0.7);
    border-radius: 10px;
}
.btn-primary {
    background: #BB2E66;
    border-color: #BB2E66;
}
.btn-primary:hover{
    background-color:#AA2359;
    border-color:#AA2359;
}
.btn-primary:active{
    text-shadow: 0 -1px 0 rgba(255, 255, 0, 0.25);
    background-color:#AA2359;
    border-color:#AA2359;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 
BB2E66 morado
FFA3DD rosa
*/