#bloque9{
    background-color: black;
    padding: 30px 0px;
}
.cardLogo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardTextoBloque9{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
   
}

.logoFooter{
    width: 200px;
}

.cardPoliticasBloque9{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.fas{
    color: #B69B82;
    transition: color 0.3s;
}
.textoBloque9{
    color:white;
    font-size: 1rem;
    margin: 0px;
    line-height: 1;
}
.textoBloque9 a{
    text-decoration: none;
    color:white;
    font-size: 1rem;
    margin: 0px;
    line-height: 1;
}


@media (max-width: 1200px) {
.cardTextoBloque9{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}

}

@media (max-width: 765px) {

.logoFooter{
    margin-bottom: 20px;
}

}