/**
 * Theme Name: Relaciones de Trabajo
 * Description: Tema activo para multisitio web Relaciones de Trabajo
 * Author: Stephanie Pamela Avila Campos
 * Template: blocksy
 * Text Domain: blocksy
 */


 .footer {
    background-color: #000;
    color: white;
}

.azc {
    text-align: center;
    background-color: #CD032E;
    color: white !important;
}

.cua {
    text-align: center;
    background-color: #F08200;
    color: white !important;
}

.izt {
    text-align: center;
    background-color: #57A519;
    color: white !important;
}

.ler {
    background-color: #AD25A8;
    text-align: center;
    color: white !important;
}

.xoch {
    background-color: #0072CE;
    text-align: center;
    color: white !important;
}

.rg {
    background-color: #3B3B3B;
    text-align: center;
    color: white !important;
}

.rg:hover,
.xoch:hover,
.ler:hover,
.izt:hover,
.cua:hover,
.azc:hover {
    background-color: white;
    color: black !important;
    font-weight: bold;
    transition: all 0.4s;
}

.copy,
.info-footer a {
    color: rgb(155, 160, 155) !important;
}


.info-footer a:hover {
    color: rgb(107, 208, 226) !important;
}


@media(max-width: 600px) {
    
    .copy,
    .info-footer a {
        font-size: 15px;
    }
}
