/* @font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'HindVadodara-Regular';
    src: url('../fonts/HindVadodara-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'HindVadodara-SemiBold';
    src: url('../fonts/HindVadodara-SemiBold.ttf') format('truetype');
}

html, body, input, select {
    font-family: "OpenSans-Regular";
}

h1, h2, h3, h4, h5, h6, .semibold {
    font-family: "HindVadodara-SemiBold";
}

.semi, .navbar-nav .nav-link {
    font-family: "HindVadodara-Regular";
} */


.bg-image {
    position: relative;
}


.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gradient {
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(248, 249, 250, 1) 50%, rgba(248, 249, 250, 1) 100%);
}

.bg-black {
    background: #000;
}

footer a.nav-link {
    color: #fafafa !important;
}

footer a.nav-link:hover, a.nav-link.link-primary:hover {
    color: white !important;
}

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

.social-icons li {
    text-align: center;
    padding: 5px;
    background: white;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 5px;
    width: 36px;
    font-size: 1rem;
}

.label-container {
    position: fixed;
    bottom: 48px;
    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;
}


a.float+div.label-container {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover+div.label-container {
    visibility: visible;
    opacity: 1;
}


.input-group .validationMessage {
    position: absolute;
    top: 37px;
    z-index: 1;
    right: 0;
    max-width: 250px;
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.3) !important;
}

.validationMessage {
    background-color: #dc3545 !important;
    font-size: 12px;
    padding: 4px 7px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

@media screen and (min-width: 780px) {
    .bg-image>:not(.mask2) {
        min-height: 70vh;
    }
}

@media screen and (max-width: 780px) {
    .bg-image>:not(.mask2) {
        min-height: 35vh;
    }
}