#vclob *, #vclob :after, #vclob :before {
    font-family: "Open Sans", sans-serif !important;
}

#vclob {
background-color: black !important;
border: solid 3px white;
}

/*Textos principales*/
#vclob .titlevclob,
#vclob.darkvclob .textovclob,
#vclob .textovclob{
color: white !important;
}

/*Botones Principales*/
#vclob .buttonsvclob a{
color: #0d3a7d !important;
background-color: white !important;
}

/*Texto Switch*/
#vclob.darkvclob .texto_selectorvclob{
color: white;    
}

/*Fondo Switch*/
#vclob.darkvclob .slidervclob {
background-color: rgb(255 255 255 / 20%) !important;
}

/*Bola Switch*/
#vclob .slidervclob:before{
background-color: white !important;
}

/*Fondo Switch ACTIVO*/
#vclob input:checked + .slidervclob:before{
    background-color: black !important;
}

/*Bola Switch ACTIVO*/
#vclob input:checked + .slidervclob {

background-color: white  !important;  
}



#vclob .texto_selectorvclob {
margin-top: -22px !important;
}

#vclob .buttonsvclobo a {
border-color: black !important;
color: #000000 !important;
font-size: 12px !important;
letter-spacing: 0px !important;
}

#vclob .textovclob a {
font-weight: bold !important;
}