* {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,h2,h3,h4,h5{
    text-align:left !important;
    color: black;
}

.wrapper {
    padding-top: 40px !important;
    min-height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
}

.wrapper-interna {
    padding-top: 6rem !important;
    padding-bottom: 0.5rem !important;
    min-height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
}



.navbar ul li {
    font-size: 1rem;
    margin-left: 1em;
    font-weight: 300;
}

    .navbar ul li a:hover {
        color: #ffb600 !important;
    }

.navbar-brand img {
    margin-top: 0.9rem;
    width: 150px;
    height: auto;
}


.dropdown-menu {
    border: none !important;
    color: white;
}

.fondo {
    background-image: url('../../img/fondo_jumbotron.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron {
    height: 45vh;
    padding-top: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .jumbotron h1 {
        font-size: 2.2rem;
        line-height: normal;
    }

    .jumbotron span{
        font-size: 2.2rem;
    }

.jumbotron_alternative {
    margin: 3rem 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

    .jumbotron_alternative span {
        color: darkgreen;
        font-weight: 500;
        font-size: 1.4rem;
    }

.container a:link {
    text-decoration: none;
    font-size:1rem;
    font-weight:700;
    color:black;
}

/* visited link */
.container a:visited {
    text-decoration: none;
    
}

/* mouse over link */
.container a:hover {
    text-decoration: none;
    color: #275d38;
}

/* selected link */
.container a:active {
    text-decoration: none;
}

.bloque-noticia {
    background-color: white;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.6rem;
}

.bloque-noticia-2 {
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 0.6rem;
    margin-bottom: 1.5rem;
    border-radius: 0.6rem;
    border: solid 1px gray;
    
}

    .bloque-noticia-2:not([data-ruta=""]) {
        cursor: pointer;
    }
    .bloque-html {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        margin-top: 0.rem;
        margin-bottom: 0.5rem;
        border-radius: 0.6rem;
    }

a.link-html{
    font-size: 1.2rem;
    text-decoration:none;
}


.titulo-noticia {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.7rem;
    color: #164a7a;
    margin-bottom:0.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.subtitulo-noticia {
    font-size: 1rem;
    font-weight: 500;
    color: grey;
}
.subtitulo-grupo {
    font-size: 1rem;
    font-weight: 500;
    color: grey;
}

.fecha-noticia {
    color: gray;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    font-weight: 700;
}

.texto-noticia {
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.bloque-fichero {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 0.8rem;
    margin-top: 0.8rem;
    transition: all ease-in 300ms;
    border: solid 1px gray;
}

    .bloque-fichero:hover {
        color: white !important;
        transform: translateY(-5px);
        background: #083d77;
    }

    .bloque-fichero span {
        font-size: 0.9rem;
    }

    .bloque-fichero:hover span {
        color: white !important;
    }

    .bloque-fichero a {
        color: black;
        text-decoration: none !important;
    }


.bloque-fichero-listado {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 0.8rem;
    margin-top: 0.8rem;
    transition: all ease-in 300ms;
    border: solid 1px gray;
}

    .bloque-fichero-listado:hover {
        color: white !important;
        transform: translateY(-5px);
        background: #083d77;
    }

    .bloque-fichero-listado span {
        font-size: 0.9rem;
    }

    .bloque-fichero-listado:hover span {
        color: white !important;
    }

    .bloque-fichero-listado a {
        color: black;
        text-decoration: none !important;
    }


footer span {
    font-size: 0.8em;
    /*position:sticky;
    width: 100%;
    bottom:0;*/
}
