/*---BANNER HOME---*/


#highlight {
    background: $grisOscuro;
    article{
        color: $blanco;
    }
    a {
        color: $blanco;
    }
    p {
        color: $blanco;
    }
    h3{
        font-size: 36px;
    }
    .node-readmore a {
        @extend .btn-primary;
        display: inline-block;
        }
    .carousel-inner img{

            display: block;
            width: 100% !important;
            height: auto;
    }
    .carousel-inner .carousel-caption{
        max-width: 600px;
        top: 50%;
        bottom: auto;
        margin: 0 auto;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .carousel-overlay{
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.3;
        transition: all 0.2s ease-out;
    }
}