#noticias-inner {
    display: -webkit-flex;
    display: flex;
}

#noticias-buscador {
    top: -20px;
}

#noticias-buscador .input-group {
    border: 1px solid #f2f2f2;
    padding: 0 !important;
}

.row.noticia-detail {
    margin-top: -330px;
    font-family: 'Roboto', sans-serif !important;
}

#noticia-bg-back {
    width: 100%;
    height: 350px;
    background-color: #ffdd56;
    position: relative;
    z-index: 10;
}

.noticia {
    display: flex;
    flex-direction: column;
}

.noticia-text {
    font-family: "Crossten semibold";
    display: flex !important;
    align-items: stretch !important;
    flex: 1 !important;
    flex-direction: column;
    justify-content: space-between;
}

.noticia-text h2 {
    font-size: 1.5rem;
}

.noticia-image {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.noticia-home {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.noticia-fecha {
    font-family: "Crossten light";
    padding-top: 10px;
    color: #00b6ed !important;
    border-top: 1px solid #00b6ed;
}

#noticia-detail {
    width: 100%;
    border-radius: 10px;
}


/* #noticia-detail #noticia-img {
    border-radius: 10px;
    position: relative;
    z-index: 200;
} */

#noticia-detail h1 {
    margin: 0;
    font-family: "Crossten semibold";
}

#noticia-detail .date {
    border-bottom: 1px solid #ffdd56;
}

#noticia-detail .noticia-wrapper,
#noticia-detail .noticia-wrapper font,
#noticia-detail .noticia-wrapper p {
    font-family: 'Roboto', sans-serif !important;
}

#noticia-detail .noticia-wrapper img {
    width: 100%;
}

#noticia-main-slider {
    height: 660px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 999;
}

#noticia-main-slider .slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#noticia-main-slider .slick-list {
    border-radius: 10px;
}

#noticia-main-slider .slick-list,
#noticia-main-slider .slick-track,
#noticia-main-slider .slick-slide div:first-child {
    height: 100% !important;
}

#noticia-main-slider .slick-dots {
    bottom: -20px !important;
}

#noticia-main-slider .slick-dots li button::before {
    border-color: #00b6ed !important;
    width: 8px !important;
    height: 8px !important;
}

#noticia-main-slider .slick-dots li.slick-active button:before {
    background-color: #00b6ed !important;
}

#noticia-main-slider .slick-dots li.slick-active button {
    color: #00b6ed !important;
    width: 8px !important;
    height: 8px !important;
}

#noticia-socials li {
    display: inline-flex;
}

#noticia-socials li a {
    width: 32px;
    height: 32px;
    color: #00b6ed;
    background-color: #ffffff;
    border: solid 2px #00b6ed;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

#noticia-socials li a i {
    font-size: 1rem;
}

#noticia-relacionadas .slick-dots {
    margin: 10px 0;
}

#noticia-relacionadas .slick-dots li button {
    margin: 0 10px;
}

#noticia-relacionadas .slick-dots li button::before {
    border-color: #00b6ed !important;
    width: 8px !important;
    height: 8px !important;
}

#noticia-relacionadas .slick-dots li.slick-active button:before {
    background-color: #00b6ed !important;
}

#noticia-relacionadas .slick-dots li.slick-active button {
    color: #00b6ed !important;
    width: 8px !important;
    height: 8px !important;
}