@media (orientation: portrait) {
    body {
        background-color: white !important;
    }
    #noticias-buscador {
        top: 0 !important;
    }
}

@media (orientation: portrait) AND (min-width: 0px) AND (max-width: 400px) {
    .row.noticia-detail {
        margin-top: -120px;
    }
    #noticia-bg-back {
        height: 130px;
    }
    #noticia-main-slider {
        height: 240px;
        width: 100%;
        border-radius: 10px;
        position: relative;
        z-index: 999;
    }
    #noticia-main-slider .slick-dots {
        margin-top: 50px;
        /*display: none !important;*/
    }
}

@media (orientation: portrait) AND (min-width: 401px) AND (max-width: 1024px) {
    .row.noticia-detail {
        margin-top: -120px;
    }
    #noticia-bg-back {
        height: 130px;
    }
    #noticia-main-slider {
        height: 240px;
        width: 100%;
        border-radius: 10px;
        position: relative;
        z-index: 999;
    }
    #noticia-main-slider .slick-dots {
        margin-top: 50px;
        /*display: none !important;*/
    }
}

@media (orientation: landscape) AND (min-width: 1199px) AND (max-width: 1441px) {
    .row.noticia-detail {
        margin-top: -230px;
    }
    #noticia-bg-back {
        height: 250px;
    }
    #noticia-main-slider {
        height: 480px;
        width: 100%;
        border-radius: 10px;
        position: relative;
        z-index: 999;
    }
}