/*Estilos del Body*/
body{
    background-color: var(--blancosuave);
}
/*Estilos del Main FTI*/
h1{
    font-family: 'Zodiak';
    color: var(--dorado1);
}
.mainpublicaciones{
    width: 100%;
}
.card{
    width: 90% !important;
}
@media (min-width: 1200px) {
    .card{
        max-width: 940px !important;
    }
}
.divtitulopub{
    background-color: var(--guinda2);
}
.divtitulopub h3{
    font-family: 'OpenSans';
    color: var(--blanco);
    margin: 0 !important;
}
.divtitulopub p{
    font-size: 'OpenSans';
    color: var(--blanco);
    background-color: var(--dorado1);
    margin: 0 !important;
    border-radius: 0.2rem;
}
.table{
    font-family: 'OpenSans';
    margin-bottom: 0 !important;
    background-color: var(--blancosuave) !important;
}
.table .clave{
    font-size: 12px;
}
.table th{
    color: var(--guinda2);
}
.table .clave div{
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--guinda2);
    color: var(--blanco);
}
.table img{
    width: 50%;
    display: block;
    margin-left: auto;
}
@media (min-width: 768px) {
    .table img{
        width: 40%;
    }
}
@media (min-width: 1024px) {
    .table img{
        width: 30%;
    }
}
.modalpublicaciones h2{
    font-family: 'OpenSans' !important;
    color: var(--dorado1) !important;
}