@charset "UTF-8";
/* CSS Document */

@import "./bootstrap.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

img {
    border: 0px;
}

.clear {
    clear: both;
}

a, a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#main {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #575756;
    background-color: #fff;
}

.cont_felicitacion{
    background: url("img/bg_felicitacion.jpg") no-repeat top center #00091c;
    background-size: cover;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}
.video_felicita iframe{
    width: 100%;
    height: 600px;
    margin-bottom: 100px;
}
.titus{
    margin-bottom: 20px;
}
.img_adda{
    margin-top: -70px;
    margin-bottom: -80px;
    pointer-events: none;
}

.titus img{
    max-width: 100%;
    height: auto
}
.horario{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.lugar{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.creacion{
    font-size: 16px;
    font-style: italic;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .video_felicita iframe{
        height: 400px;
        margin-bottom: 30px;
    }
}
@media (max-width: 686px) {
    .img_adda{
        margin-top: -100px;
    }
}
@media (max-width: 768px) {
    .video_felicita iframe{
        height: 300px;
    }
}
@media (min-width: 768px) {
}
@media (max-width: 530px) {
    .img_adda{
        margin-top: -50px;
    }
    .nonebr{
        display: none;
    }
    .horario, .creacion{
        font-size: 16px;
    }
}

.views-element-container.contenido-ancho-entero{
	background: #fff !important;
}