html, body {
    /* background-color: #FAFAD5; */
    color: #333;
    /* font-family: 'Nunito', sans-serif; */
    /* min-height: 100vh; */
}

body {
    /* background-image: url(../img/fondo.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

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

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

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

.text-dorado {
    color: #C9A65C
}

.btn-dorado {
    background: #C9A65C;
}

.btn-dorado:hover, .btn-dorado:active {
    background: #D5C591;
}

.bg-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;
}
.vendedor:not(.gray) {
    font-weight: bold;
    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;
}

.bg-rosa {
    background-color: #F6B6C1;
}

.bg-naranja {
    background-color: #FAAC69;
}

.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;
}


.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 95px;
    height: 95px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 120px;
    display: block;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 26px;
    right: -24px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon.is-success span {
    background: #28A745;
    background: linear-gradient(#28A745 0%, #79A70A 100%);
}

.ribbon.is-success span::before, .ribbon.is-success span::after {
    border-top: 3px solid #79A70A;
}

.ribbon.is-success span::before {
    border-left: 3px solid #79A70A;
}

.ribbon.is-success span::after {
    border-right: 3px solid #79A70A;
}

.ribbon.is-danger span {
    background: #dc3545;
    background: linear-gradient(#dc3545 0%, #E24559 100%);
}

.ribbon.is-danger span::before, .ribbon.is-danger span::after {
    border-top: 3px solid #E24559;
}

.ribbon.is-danger span::before {
    border-left: 3px solid #E24559;
}

.ribbon.is-danger span::after {
    border-right: 3px solid #E24559;
}

.ribbon.is-dark span {
    background: #333;
    background: linear-gradient(#333 0%, #555 100%);
}

.ribbon.is-dark span::before, .ribbon.is-dark span::after {
    border-top: 3px solid #555;
}

.ribbon.is-dark span::before {
    border-left: 3px solid #555;
}

.ribbon.is-dark span::after {
    border-right: 3px solid #555;
}
.imagen-grilla {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    height: 284px;
}

#eventos .card-link {
    min-height: 160px;
}

#resultados .card-link {
    min-height: 180px;
}

.card-link {
    background-color: #fbfbfb;
    text-decoration: none
}

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