a, a:hover{
    color: black;
    text-decoration: none;
}
.slider{
    z-index: 2;
    position: relative;
}

.titulo{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: black;
}
.separador{
    width: 20%;
    height: 10px;
    background-color: #116952;
}
.btn-descargar{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 2rem;
    color: white;
    background-color: #116952;
    padding: 0.5rem 1rem;
}
a.btn-descargar:hover{
    color: white;
}

.descargas{
    background-color: #E6E6E6;
}
.lista-descargables a{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #616161;
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding: 1rem 0rem;

    display: flex;
    align-items: center;
}
.lista-descargables a:not(:last-child){
    border-bottom: 1px solid #616161;
}
.lista-descargables a img{
    margin-right: 0.5rem;
    height:  100%;
}

@media (min-width: 768px){


    .titulo {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .separador{
        width: 6.2rem;
    }
    .btn-descargar{
        font-size: 1.1rem;
        line-height: 2rem;
        color: white;
        background-color: #116952;
        padding: 0.5rem 3rem;
    }
}

@media (min-width: 992px){

}
@media (min-width: 1200px){

    .titulo{
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
    .btn-descargar{
        padding: 1rem 4rem;
    }

}
@media (min-width: 1400px){

}
@media (min-width: 1920px){

}


