html, body {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    min-height: 100vh;
    background-color: #fefefe !important;
    background-image: url('../images/fondo_hd.webp');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

strong, b {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

h2, h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.btn-turno {
    background-color: #2bb6d4;
}

.btn-recordatorio, .bg-naranja {
    background-color: #c6e1f4;
}

.btn-cancelar {
    background-color: #8c8cc2;
}

.btn-voucher {
    background-color: #f85e82;
    color: white;
}

.btn-instagram {
    background: radial-gradient(circle farthest-corner at 0% 150%,
            rgb(255, 225, 125) 0%,
            rgb(255, 205, 105) 12%,
            rgb(250, 145, 55) 25%,
            rgb(235, 65, 65) 41%,
            transparent 95%),
        linear-gradient(-15deg, rgb(35, 75, 215) -10%, rgb(195, 60, 190) 65%);
    background-size: 120% 120%;
    animation: GradientBackground 5s ease-out infinite;
    color: white;
}

.tree {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 800px;
}


:root {
    /* Set neon color */
    --neon-text-color: #f40;
    --neon-border-color: #fff;
}

.fil4,
.fil5 {
    animation: flicker 1.5s infinite alternate;
}

@keyframes flicker {

    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    100% {
        filter: drop-shadow(1px 1px 6px var(--neon-border-color));
    }

    20%,
    24%,
    55% {
        filter: none;
    }
}


.gray {
    border-bottom: 2px solid white;
}

.gray:hover {
    border-bottom: 2px solid #ccc;
}

.vendedor:not(.gray) {
    border-bottom: 2px solid #c990be
}

.days div:empty {
    display: none
}

.ui-datepicker-inline {
    display: inline-block !important;
}

div.ui-datepicker {
    font-size: 18px;
    width: 100%;
}

input[type="radio"]:not(disabled), .form-check-label, .form-check-input:not(disabled) {
    cursor: pointer;
}

a.icon-box:hover {
    text-decoration: none
}

.icon-box {
    border-right: 1px solid rgba(250, 250, 250, 0.12);
    padding-left: 15px;
    padding-right: 15px;
    width: 210px;
}

.icon-box>.fa {
    float: left;
    margin-right: 10px;
}

.bg-light2 {
    background-color: rgba(248, 249, 250, 0.8)
}

.social-icons__link {
    color: #333;
    font-size: 25px;
    padding: 0 8px;
    transition: all 200ms ease-out;
}

.gray img {
    filter: grayscale(1);
}

.widget-social-icons {
    margin: 0 10px;
    padding: 9px 0;
    text-align: center;
}

.icon-box__title {
    margin: 4px 0 0 0;
    font-weight: normal;
}

.btn-primary {
    background-color: #021166;
}

.widget-icon-box .icon-box {
    width: auto;
    display: inherit;
}

.widget-icon-box div.icon-box {
    cursor: default;
}

.icon-box__subtitle, .widget-icon-box .icon-box, .textwidget {
    color: #333;
}

.widget-icon-box .icon-box {
    text-align: left;
}

.icon-box__title {
    margin: 4px 0 0 0;
    font-size: 14px;
    font-weight: bold;
}

.bg-balcarce {
    background-color: #404d8e
}

hr.light {
    border-bottom: 1px solid #999
}

.navega::after {
    content: ' ';
    border-left: 2px solid blue;
}

.navega::before {
    content: ' ';
    border-right: 2px solid blue;
}

.navega input[type="radio"], .days input[type="radio"],
.days input[type="checkbox"] {
    opacity: 0;
}

.navega input[type="radio"]:disabled+label, .days input[type="radio"]:disabled+label {
    background: #eee;
    color: #aaa;
}

.navega input[type="radio"]+label, .days input[type="radio"]+label,
.days input[type="checkbox"]+label {
    cursor: pointer;
    text-align: center;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
    white-space: nowrap;
    background-color: white;
    color: #333;
}

.navega input[type="radio"]:not(:checked)+label:hover, .days input[type="radio"]:not(:checked)+label:hover,
.days input[type="checkbox"]:not(:checked)+label:hover {
    background: #eee;
}

.navega input[type="radio"]:checked+label, .days input[type="radio"]:checked+label,
.days input[type="checkbox"]:checked+label {
    background-color: #404d8e;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    color: white;
}

@media(min-width:780px) {
    div.ui-datepicker {
        font-size: 16px;
    }
}