/*html {
    background: #fff url(../img/bg-texture.svg) right calc(100%-200px) no-repeat;
}*/

#main.i-noticia #contenido,#main.i-noticia #nivelPri {
    padding-top: 120px;
}

.listado-noticias .card{
    background: #fafafa;
}


.noticiaDatos {
    margin-top: 30px;
}

.noticiaDatos h1 {
    font-size: 40px;
}

.noticiaDatos h1:after{
    content: none;
}

.noticiaDatos .images{
    margin-bottom: 50px;
}

.noticiaDatos .fecha {
    color: #9f9f9f;
    margin-bottom:25px;
}

.bx-wrapper {
    background: transparent;
}

.bx-wrapper .bx-controls-direction a {
    top: 55%;
}

.bx-wrapper .bx-prev {
    left: 15px;
}

.bx-wrapper .bx-next {
    left: 40px;
}

h1 {
    font-size: 50px;
}

.relleno {
    background:transparent!important;
}



#buscar input{
    background: #eaeaea;
    border: none;
    font-size: 16px;
    line-height: 1.38;
    height: 38px;
    padding: 0 10px;
    width: 260px;
}

#buscar button{
    background: #eaeaea;
    border: none;
    font-size: 18px;
    line-height: 18px;
    height: 38px;
    padding: 0 10px;
    color: #c2c2c2;
    margin-bottom: 10px;
}

.resultados {
    font-size:14px;
    margin-bottom: 0px;
}


@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
    .noticiaDatos .images{
        margin-bottom: 30px;
    }
    .social-sharing {
        padding-left: 0;
    }
    .social-sharing li {
        display: inline-block;
        margin: 0 10px 0 0;
    }

    .buscador {
        text-align:left!important;
    }

    .buscador form{
        background: #eaeaea;
        margin-bottom: 10px;
    }

    #buscar button{
        float:right;
    }

    #buscar button{
        margin: 0;
    }

    .resultados {
        margin-bottom: 10px;
    }

    h1 {
        font-size: 36px;
    }

}
