/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.text-orange {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}
.text-facebook {
    color: #5d82d1;
}
.text-instagram-gradient {
    color: transparent;
    background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 120% 120%;
}

.text-twitter {
    color: #40bff5;
}

.text-linkedin {
    color: #238cc8;
}

#smep-add-socio-tabs li.nav-item{
    list-style:none;
}
.bootbox.modal{
    z-index: 999999;
}

#smep-directorio-admin-tab-content input[type=checkbox] {
    -webkit-appearance: inherit !important;
}