.text{
    color: #a3a3a3;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 1.4rem;
}

.container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.head{
    padding: 40px 0 8px;
    border-bottom: 1px solid #231f20;
    font-weight: 700;
}

.transparencia{
    max-width: 1200px;
    margin: 0 auto 30px;
    text-align: justify;
}

.button{
    margin: 0px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

tr, th{
    margin: 5px 5px;
    height: 50px;
    border: 1px solid black;
    padding: 20px 20px;
    text-align: start;
}

.tr-title{
    font-weight: 700;
}

h2{
    font-weight: 700;
    padding-top: 70px;
    padding-bottom: 20px;
}

h3.title{
    font-family: 'Almarai', sans-serif;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px; 
}

h4.title{
    font-family: 'Almarai', sans-serif;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;  
}

.buttons-download{
    max-width: 1200px;
    margin: 0 auto 30px;
    text-align: justify; 
}

.container-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.image{
    max-height: 100px;
    width: auto;
    padding-right: 20px;
}

.ul-transparencia{
    padding: 30px 50px;
    border-radius: 10px;
    margin: 20px 0;
    background-color: #231f20;
    color: white;
    font-weight: bold;
}

.li-transparencia{
    padding-bottom: 10px;
}

.banner-transparencia{
    height: 200px;
    overflow: hidden;
}

.img-transparencia{
    display: flex;
    align-items: center;
    justify-content: center;
}

.leyes-actuales{
    background-image: url("../img/transparencia/bg_transparencia.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.text-white{
    color: white;
    padding: 10px 0px;
}

.text-white > a{
    color: white;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .transparencia, .buttons-download{
        margin: 0 50px;
    }

    .container-flex{
        display: block;
    }

    .image{
        max-width: 100%;
    }

    .ley-canaria{
        margin-bottom: 30px;
    }

    .footer{
        margin-top: 50px;
    }
}
