.zscustom-section-91 .zsbox-spacing:hover {
    background: #000000;
}
#google_translate_element {
    float: right;
    margin: 15px;
    z-index: 1000;
    position: absolute;
    right: 10px;
    top: 0;
}
.theme-scoialicon-inner-parent {
    margin-right: 160px;
}
.zpdark-section a {
    color: #006FA9;
}
.zpdark-section a:hover{
    color: #003576;
}
.zpdark-section a:visited{
    color: #003576;
}
.zpdark-section a:visited:hover{
    color: #e1001a;
}
/* Ocultar todos los carruseles */
.carrusel {
    display: none;
}

/* Mostrar el carrusel activo */
.carrusel.activo {
    display: block;
    border: dashed 1px pink;
}
