.videoclub_main{
    display: block;
    position: relative;
    width: 100%;
    height: 320px;
    background: url('../images/default/cine-fondo.jpg') no-repeat fixed center center;
    background-size: cover;
}

@media screen and (min-width: 495px) {
    .videoclub_main h1{
        color: #fff;
        font-family: "open_semibold", Helvetica, Arial, sans-serif;
        font-size: 40px;
        margin: 30px 0 0 0;
        font-weight: bold;
    }
}

@media screen and (max-width: 494px) {
    .videoclub_main h1{
        color: #fff;
        font-family: "open_semibold", Helvetica, Arial, sans-serif;
        font-size: 20px;
        margin: 30px 0 0 0;
        font-weight: bold;
    }
}

.videoclub_main p{
    color: #e0f7eb;
    font-family: "open_regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 30px 0 0 0;
    line-height: 28px;
}

.videoclub_main img{
    width: 70%;
    height: 50%;
}

.videoclub_main .details{
    margin-top: 2%;
}


.library_main{
    display: block;
    position: relative;
    width: 100%;
    height: 320px;
    background: url('../images/default/library-fondo.jpg') no-repeat fixed center center;
    background-size: cover;
}


@media screen and (min-width: 495px) {
    .library_main h1{
        color: #fff;
        font-family: "open_semibold", Helvetica, Arial, sans-serif;
        font-size: 40px;
        margin: 30px 0 0 0;
        font-weight: bold;
    }
}
@media screen and (max-width: 494px) {
    .library_main h1{
        color: #fff;
        font-family: "open_semibold", Helvetica, Arial, sans-serif;
        font-size: 20px;
        margin: 30px 0 0 0;
        font-weight: bold;
    }
}

.library_main p{
    color: #e0f7eb;
    font-family: "open_regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 30px 0 0 0;
    line-height: 28px;
}

.library_main img{
    margin-top:3%;
    width: 50%;
    height: 50%;
}

.library_main .details{
    margin-top: 2%;
}


.gestion_features{
    width: 100%;
    padding: 100px 0 20px 0;
    background-color: #3d8ac1;
    background-image: -moz-linear-gradient(bottom, #3d8ac1 0%, #3d8ac1 0.27%, #449ec2 99.46%, #449ec2 100%);
    background-image: -o-linear-gradient(bottom, #3d8ac1 0%, #3d8ac1 0.27%, #449ec2 99.46%, #449ec2 100%);
    background-image: -webkit-linear-gradient(bottom, #3d8ac1 0%, #3d8ac1 0.27%, #449ec2 99.46%, #449ec2 100%);
    background-image: linear-gradient(bottom, #3d8ac1 0%, #3d8ac1 0.27%, #449ec2 99.46%, #449ec2 100%);
}

.gestion_features h1{
    color: #fff;
    font-family: "open_semibold", Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 25px 0 0 0;
}

.gestion_features p{
    color: #e0f7eb;
    font-family: "open_regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 30px 0 0 0;
    line-height: 28px;
}

.gestion_features img{
    width: 50%;
    height: 20%;
}

.gestion_features .details{
    margin-bottom: 80px;
}

.boxed {
    background-color: rgba(68, 158, 194, 0.9); /* Color white with alpha 0.9*/
    text-align: center;
}

.boxed2 {
    text-align: center;
}


