body.container-fluid.intro .content, body.container-fluid.intro footer {
    display: none;
}

body.container-fluid.intro {
    padding: 0;
}

@keyframes slide {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-50%);
    }
}

.age-filter {
    font-family: 'Helvetica Neue Light';
}

.age-filter .bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url(../../../img/orgullosos-de-lo-que-somos-dyc/date-bg.jpg);
    background-repeat: repeat;
    background-position: left center;
}

.age-filter .filter-content {
    width: 60%;
    margin: 0 auto;
}

.age-filter .filter-content a {
    color: #caa782;
    text-decoration: underline;
}

.age-filter .logo {
    margin-bottom: -40px;
    padding-top: 2em;
    top: 0;
    z-index: 99;
    text-align: center;
    width: 100%;
}

.age-filter p {
    color: #333;
    font-size: 16px;
}

.legals {
    color: #333;
}

.age-filter .form {
    padding: 1em;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 800px;
    height: auto;
    min-height: 500px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 20px;
    color: white;
    font-size: 17px;
    padding-bottom: 4em;
}

.age-filter .pais {
    color: #caa782;
    padding: 10px;
    width: 100%;
    height: 50px;
    background: none;
    font-family: 'Helvetica Neue Bold';
    font-size: 18px;
    outline: none;
    user-select: none;
    border: 1px solid #caa782;
    min-height: 50px;
}

.age-filter .pais option {
    color: #000;
}

.age-filter .dater {
    padding: 1.5em 0 1.5em 1.5em;
    background: none;
    border: 1px solid #caa782;
    width: 90%;
    left: 50%;
    outline: 0;
    font-weight: bolder;
    color: #caa782;
    position: relative;
    transform: translateX(-50%);
}

.age-filter .submit {
    margin-top: 2em;
    background: #caa782;
    color: #fff;
    height: 20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    padding: 1em 0;
    transition: all 0.3s ease-out;
    outline: none;
    border: none;
    border: 1px solid #fff;
}

.age-filter .submit p {
    margin: 0;
    line-height: 20px;
    color: white;
    text-transform: uppercase;
    font-family: 'Helvetica Neue Bold';
}

.age-filter .submit:hover {
    background: #fff;
    color: #caa782;
    border: 1px solid #caa782;
}

.age-filter .submit:hover p {
    color: #caa782;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    color: #000;
}

::-webkit-input-placeholder {
    color: #caa782;
}

:-moz-placeholder {
    color: #caa782;
    opacity: 1;
}

::-moz-placeholder {
    color: #caa782;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #caa782;
}

#onetrust-pc-btn-handler,
#onetrust-reject-all-handler,
#onetrust-accept-btn-handler {
    transform: none !important;
}

@media screen and (min-width: 1080px) {
    .age-filter .pais {
        height: 50px;
    }
}

@media screen and (max-width: 580px) {
    .age-filter p {
        font-size: 13px;
    }

    .age-filter .form {
        font-size: 14px;
        width: 100%;
    }

    .age-filter .filter-content {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
}

@media (min-width: 470px) and (max-height: 500px) and (orientation: landscape) {
    .age-filter .form {
        top: 0;
        transform: translateX(-50%);
    }
}
