section {
    padding: 44px 40px;
    border-bottom: 1px solid #cccccc;
}

.slider {
    margin-bottom: 15px;
    margin-top: -9px;
    border-bottom: none;
    padding: 0;
}
.borde-slide {
    background: url(../img/borde-rombo.png) repeat-x;
    height: 20px;
    width: 100%;
    position: relative;
    margin-top: -10px;
}


/** DESTACADOS **/
.destacado {
    text-align: center;
}
.destacado.column {
    padding: 10px 39px;
}
.container-destacados .titulo {
    font-family: 'RobotoBold', sans-serif;
    color: #6f6f6f;
    text-align: center;
    margin: 0 auto 15px;
    padding: 15px 0px;

    background: url("../img/franja.png") no-repeat bottom center;
}

.container-destacados .texto {
    font-family: 'RobotoLight', sans-serif;
    color: #6f6f6f;
    padding: 5px 0px;
}

.container-destacados a {
    color: #6f6f6f;
}


/** NOTICIAS **/
.noticia {
    width:100%;
    position: relative;

    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.container-noticias .tile.is-parent{
    padding: 0;
    margin-right: 20px;
}
.container-noticias .tile.is-parent:last-child {
    margin-right: 0;
}

.noticia-horizontal .noticia:last-child {
    margin-top: 4.6%;
}

.noticia .imagen-fondo {
    position: relative;

    width: 100%;
}
.noticia .imagen-fondo img {
    width: 100%;
}

.noticia .contenido {
    padding: 47px 40px;
    bottom: 0;
    max-width:70%;
    position: absolute;
}

#noticias.tile.is-ancestor {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

#noticias.tile.is-ancestor:last-child {
    margin-bottom: 0;
}

.noticia .titulo {
    font-family: 'RobotoBlack', sans-serif;
    color: #355e9f;
    line-height: 100%;
    margin-bottom: 10px;
}

.noticia .texto {
    font-family: 'RobotoLight', sans-serif;
    color: #4b4b4b;
    line-height: 100%;
}

.noticia .ver-mas {
    margin-top: 10px;
}
.noticia .ver-mas a {
    font-family: 'RobotoBold', sans-serif;
    font-size: 14px;
    color: #4b4b4b;
    display: inline-block;
    border: 1px solid #716f6c;
    padding: 3px 50px;
    min-width: 150px;
    max-width: 210px;
    white-space: nowrap;
    text-align: center;
}

.vertical .noticia .contenido {
    max-width: 80%;
}

section.container-noticias {
    border-bottom: none;
}

.bx-wrapper img {
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    .container-noticias .tile.is-parent {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .noticia {
        background: url("../img/franja.png") no-repeat top center !important;
        background-size: 100% 4% !important;
        border-bottom: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
    }
    .noticia .imagen {
        display: none;
    }
    .noticia .contenido {
        max-width: 100% !important;
        width: 100% !important;
        position: relative;
    }
    .noticia-horizontal {
        padding: 10px 0;
        margin-top: 10px
    }
    .noticia-horizontal .noticia:last-child {
        margin-top: 20px;
    }

    .texto {
        margin-top: 30px;
        font-size: 30px !important;
    }

    .noticia .ver-mas {
        margin-top: 30px;
    }
    .noticia .ver-mas a {
        font-size: 30px;
        white-space: nowrap;
        text-align: center;
    }
}