.cmp_login_inicio_redes{width:420px;height:48px;display:flex;justify-content:center;align-items:center;border-radius:10px;gap:15px;background:#fff;border:1px solid #eff0f6;box-shadow:0 -3px 6px 0 #F4F5FA99 inset;cursor:pointer}
.cmp_login_inicio_redes_logo{width:auto;height:auto}
@media(max-width:768px){div.cmp_login_inicio_redes{width:115px;height:48px;display:flex;justify-content:center;align-items:center;border-radius:10px;gap:10px;background:#fff;border:1px solid #eff0f6;box-shadow:0 -3px 6px 0 #F4F5FA99 inset}
img.cmp_login_inicio_redes_logo{width:auto;height:auto}
}
.cmp_login_inicio_redes_modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#002D7266;z-index:1000;display:none;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease-in-out}
.cmp_login_inicio_redes_modal.is-active{display:flex;opacity:1}