@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
}

body, html {
    font-family: "Montserrat";
    font-weight: 400;
}

h1, h2 {
    font-family: "Montserrat";
    font-weight: 600;
}

h3, h4, h5 {
    font-family: "Montserrat";
    font-weight: 400;
}

.label-container {
    position: fixed;
    bottom: 48px;
    right: 105px;
    display: table;
    visibility: hidden;
}

.label-container-borrar {
    position: fixed;
    bottom: 118px;
    right: 105px;
    display: table;
    visibility: hidden;
}

.label-text {
    color: #FFF;
    background: rgba(51, 51, 51, 0.5);
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-radius: 3px;
}

.label-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    opacity: 0.5;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 7px #000;
    animation: bot-to-top 2s ease-out;
}

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

.btn-naranja {
    background-color: #fb7010;
}

.bg-negro {
    background-color: #111111;
}

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

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

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

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

.img-staff {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ratio-9x16 {
    aspect-ratio: 9 / 16;
}

.zoom-in::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .4s ease-in-out;
}

.zoom-in:focus::after,
.zoom-in:hover::after {
    transform: scale(1.15);
}

.imagen-grilla {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden
}

.sec-main {
    z-index: 1;
    max-width: none;
    color: #f8f8f8;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: center;
    line-height: 100px;
    display: flex;
    overflow: hidden;
    height: 90vh;
}

.container-margin {
    margin-left: 1.2em;
    margin-right: 1.2em;
    display: block;
    position: absolute;
}

.background-video {
    width: 100%;
    /* overflow: hidden; */
    display: flex;
}

.heading {
    /* color: #fff; */
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5em;
    font-weight: 700;
    line-height: 94%;
}

.head-txt-wrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 6em;
    display: flex;
    position: relative;
}

.imagen-grilla h3 {
    /* position: absolute; */
    color: white;
    /* height: auto; */
    /* width: auto; */
    z-index: 999;
}

footer {
    background-image: url('/themes/img/equis.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

@media(min-width:480px) {
    footer {
        background-size: auto 00%;
    }
}

@media(max-width:480px) {
    footer {
        background-size: auto 40%;
    }
}