.img-responsive{
    width: 100%;
    height: auto; 
}

.m-top-25{
    margin-top: 25px;
}

.m-top-35{
    margin-top: 35px;
}

.m-top-45{
    margin-top: 45px;
}

.m-top-50{
    margin-top: 50px;
}

.m-bottom-10{
    margin-bottom: 10px;
}


.m-bottom-25{
    margin-bottom: 25px;
}

.m-bottom-35{
    margin-bottom: 35px;
}

.m-bottom-45{
    margin-bottom: 45px;
}

.m-bottom-50{
    margin-bottom: 50px;
}

.p-top-25{
    padding-top: 25px;
}

.p-top-35{
    padding-top: 35px;
}
.p-top-45{
    padding-top: 45px;
}
.p-top-50{
    padding-top: 50px;
}

.p-bottom-25{
    padding-bottom: 25px;
}

.p-bottom-35{
    padding-bottom: 35px;
}
.p-bottom-45{
    padding-bottom: 45px;
}
.p-bottom-50{
    padding-bottom: 50px;
}

.text-white{
    color: white;
}

.m-right-10{
    margin-right: 10px;
}
.contacto_{
    background-image:url('../img/images/contacto.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white{
    background: white;
}

.bg-black{
    background: black;
}

.white-box{
    background: white;
    border-radius: 20px;
    padding: 20px;
    border: 10px solid black;
    min-height: 251px;
    
}

.white-box h4{
    margin:0;
}

.blue{
    color:#35398e;
}

.titulo::after{
    content: '';
    position: absolute;
    display: block;
    width: 62px;
    height: 3px;
    bottom: 0px;
    left: 0;
    border-top: #E91E63 solid 2px;
    right: 0;
    text-align: center;
    margin: -10px auto;
}

.margin-0{
    margin:0 !important;
}

.fondo-teaser{
    background-image: url('../img/images/teaser-tu-evento.jpg') !important;
    background-size: cover;
    background-position: center;
    height: 800px;
}

.logo-teaser img{
    margin-top: 30vh;
}

.bg-blue{
    background: #35398e;
}

.idiomas li{
    display:inline;
}

.idiomas a{
    color:#35398e;
    font-weight: 400;
}

.idiomas a.active{
    color:white;
    font-weight: 400;
}

.float-right{
    float: right;
    margin-right: 25px;
}

.float-left{
    float: left;
}

@media only screen and (max-width: 991px){
    .float-right{
    margin-right: 0px !important;
}
}