@font-face {
    font-family: 'Neo-Sans';
    src: url("../fonts/NeoSansPro.ttf");
    font-display: swap;
}
@font-face {
    font-family: 'Neo-Sans-Light';
    src: url("../fonts/NeoSansProLight.ttf");
    font-display: swap;
}
@font-face {
    font-family: 'Neo-Sans-Bold';
    src: url("../fonts/NeoSansProBold.ttf");
    font-display: swap;
}

html, body {
    color: #52606B;
    font-family: 'Neo-Sans', sans-serif;
    font-size: 16px;
    max-height: 100vh;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
}
body.body-admin{
    overflow-y: auto;
}
.text-bilstein, .text-bilstein:hover, .text-bilstein:focus, .text-bilstein:active {
    color: #52606B;
    outline: none;
}
.bg-bilstein {
    background: #52606B;
}
.btn-bilstein {
    border-color: #52606B;
    border-radius: 0;
    color: #52606B;
    font-family: 'Neo-Sans-Bold', sans-serif;
}
.btn-bilstein:hover, .btn-bilstein:active {
    background: #52606B;
}
.btn-bilstein:focus, .btn-bilstein:focus:active {
    box-shadow: none;
    outline: none;
}
.custom-control-label::before {
    border-color: #52606B;
}
.custom-checkbox .custom-control-input:focus:active, .custom-checkbox .custom-control-input:focus,
.custom-radio .custom-control-input:focus:active, .custom-radio .custom-control-input:focus {
    box-shadow: none;
}
.custom-checkbox .custom-control-label::before,
.custom-radio .custom-control-label::before {
    border-radius: 0;
    box-shadow: none;
}
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
    height: 2rem;
    left: -3rem;
    top: -0.5rem;
    width: 2rem;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #52606B;
    background-color: #52606B;
    border-radius: 0;
    box-shadow: none;
}

/***** Header *****/
.bilstein-top {
    z-index: 2;
}

/***** Home *****/
.filter-18 {
    background: #52606B;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999;
}
.filter-18 p {
    font-size: 1.6rem;
}
.filter-18 .btn-filter, .filter-18 .btn-filter:focus, .filter-18 .btn-filter:active, .filter-18 .btn-filter:active:focus {
    background: #52606B;
    border: 2px solid white;
    border-radius: 100%;
    box-shadow: none;
    font-size: 2rem;
    height: 6rem;
    line-height: 6rem;
    padding: 0;
    width: 6rem;
}
#screensaverVideo {
	position: fixed;
	left: 0;
	top: 0;
	max-width: 100%;
	z-index: 2;
}
.index-home {
    background: url("../img/home/fondo.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 0;
}
.home-title {
    font-family: 'Neo-Sans-Bold', sans-serif;
    font-size: 2.7rem;
}
.home-title .bigger {
    font-size: 4.5rem;
}
.slider-text {
    font-family: 'Neo-Sans-Light', sans-serif;
    font-size: 2rem;
}
.range-input {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    width: 20rem;
}
.range-input:active::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.range-input:active::-moz-range-thumb {
    border: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}
.range-input:active::-ms-thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}
.range-input:focus {
    outline: none;
}
.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #52606B;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform ease-out 100ms;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.range-input::-moz-range-thumb {
    border: 0;
    border-radius: 50%;
    background: #52606B;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    display: block;
    height: 3rem;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform ease-out 100ms;
    width: 3rem;
}
.range-input::-ms-thumb {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #52606B;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform ease-out 100ms;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.range-input::-webkit-slider-runnable-track {
    height: 3.2rem;
    padding: 0.1rem;
    border-radius: 3rem;
    background-color: white;
}
.range-input::-moz-range-track {
    height: 3.2rem;
    padding: .1rem;
    box-sizing: content-box;
    border-radius: 100%;
    background-color: #DDE0E3;
}
.range-input::-moz-focus-outer {
    border: 0;
}
.range-input::-ms-track {
    border: 0;
    height: 3.2rem;
    padding: .1rem;
    box-sizing: content-box;
    border-radius: 100%;
    background-color: #DDE0E3;
    color: transparent;
}
.range-input::-ms-fill-lower, .range-input::-ms-fill-upper {
    background-color: transparent;
}
.range-input::-ms-tooltip {
    display: none;
}
.span-modal {
	cursor: pointer;
}

/***** Formulario *****/
.img-cover {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.img-cover img {
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    position: absolute;
    right: -9999px;
    top: -9999px;
}
.input-bilstein, .input-bilstein:hover, .input-bilstein:focus {
    border: none;
    border-bottom: 1px solid #52606B;
    border-radius: 0;
    box-shadow: none;
}
.input-bilstein:focus {
    border: 1px solid #52606B;
}
.data-form *{
    font-size: 20px;
}
.data-form .control-label {
    height: 0;
    overflow: hidden;
    width: 0;
}

/***** Questions *****/
.progress-bilstein {
    height: 30px;
    border-radius: 30px;
}
.progress-bar-bilstein {
    background-color: #52606B;
    border-radius: 30px;
}
.question-text {
    font-size: 1.8rem;
}
.question-label {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 20px;
}
@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}
.spin {
    height: 150px;
}
.spin::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #52606B;
    border-radius: 50%;
    content: "";
    height: 100px;
    width: 100px;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}
.spin.danger::before {
    border-bottom-color: orange;
}
.time-left {
    font-size: 2.5rem;
    left: 50%;
    line-height: 0.6;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/***** Prize *****/
.prize-box {
    border: 2px solid #52606B;
    border-radius: 30px;
    overflow: hidden;
    padding: 15px;
}
.info-icon {
    right: 15px;
    top: 15px;
}

/***** Admin *****/
.excel-link {
    cursor: pointer;
}
.table-link, .table-link:hover, .table-link:focus {
    box-shadow: none;
    color: #52606B;
    outline: none;
}
.ck.ck-editor .ck-content {
    min-height: 150px;
}

/***** Responsive *****/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    html, body {
        overflow-y: hidden;
    }
	.index-home {
		height: 100vh;
	}
    .fixed-md-bottom {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        z-index: 1030;
    }
}

@media only screen and (max-width: 767px) {
    /***** Header *****/
    .bilstein-top .navbar-brand img {
        width: 60%;
    }

    /***** Index *****/
    .home-title {
        font-size: 1.8rem;
    }
    .home-title .bigger {
        font-size: 3rem;
    }
    .slider-text {
        font-size: 1.4rem;
    }
    .range-input {
        width: 16rem;
    }
    .range-input::-webkit-slider-thumb {
        width: 2rem;
        height: 2rem;
    }
    .range-input::-moz-range-thumb {
        height: 2rem;
        width: 2rem;
    }
    .range-input::-ms-thumb {
        width: 2rem;
        height: 2rem;
    }
    .range-input::-webkit-slider-runnable-track {
        height: 2.2rem;
        padding: 0.1rem;
        border-radius: 2rem;
        background-color: white;
    }
    .range-input::-moz-range-track {
        height: 2.2rem;
        padding: 0.1rem;
    }
    .range-input::-moz-focus-outer {
        border: 0;
    }
    .range-input::-ms-track {
        height: 2.2rem;
        padding: 0.1rem;
    }
    .footer-index-logo {
        width: 60%;
    }

    /***** Home *****/
    .img-cover {
        height: 160px;
    }
    .title-page {
        font-size: 1.8rem;
    }
    .data-form * {
        font-size: 1rem;
    }

    /***** Questions *****/
    .progress-bilstein {
        height: 20px;
    }
    .question-title {
        font-size: 1.8rem;
    }
    .question-text {
        font-size: 1.2rem;
    }
    .question-label {
        font-size: 1rem;
    }
    .custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
        height: 1rem;
        left: -0.5rem;
        top: 0;
        width: 1rem;
    }
    .spin {
        height: 80px;
    }
    .spin::before {
        height: 70px;
        width: 70px;
    }
    .time-left {
        font-size: 1.8rem;
    }

    /***** Prizes *****/
    .prize-title {
        font-size: 1.5rem;
    }
}
