@font-face {
    font-family: "Nobel";
    src: url("../fonts/Nobel_Regular.otf") format('opentype');
}

@font-face {
    font-family: "Nobel_Italic";
    src: url("../fonts/Nobel_RegularItalic.otf") format('opentype');
}

@font-face {
    font-family: "Nobel_Light";
    src: url("../fonts/Nobel_Light.otf") format('opentype');
}

@font-face {
    font-family: "Nobel_LightItalic";
    src: url("../fonts/Nobel_LightItalic.otf") format('opentype');
}
@font-face {
    font-family: "Nobel_Book";
    src: url("../fonts/Nobel_Book.otf") format('opentype');
}
@font-face {
    font-family: "Nobel_BookItalic";
    src: url("../fonts/Nobel_BookItalic.otf") format('opentype');
}

@font-face {
    font-family: "Nobel_Semibold";
    src: url("../fonts/Nobel_RegularCondensed.otf") format('opentype');
}

@font-face {
    font-family: "Nobel_SemiboldItalic";
    src: url("../fonts/Nobel_RegularItalic.otf") format('opentype');
}

.sf-toolbar {
    display: none !important;
}

input:focus{
    outline: none;
}

.content-table{
    height: 100% !important;
    width: 100% !important;
    display: table;
}
    
.content-table-cell{
    display: table-cell;
    vertical-align: middle;
}

body.modal-open, body.modal-open .modal{
    padding-right: 0 !important;
}

body.blocked {
    overflow: hidden;
}

a{
    color: #000;
    text-decoration: none;
}

.place-ubication a{
    color: white;
    text-decoration: none;
    font-size: 1.25rem;
}

.place-ubication a:hover, a:hover{
    color: #282830;
}

.bold{
    font-family: "Nobel_Semibold";
}

.text-color-red {
    color:#FF0022!important;
}

/* HOME PAGE */
body {
    height:100%;
    overflow-x: hidden;
}
body {
    min-height: 100vh;
}

.home {
    background: white;
}

img.header-home {
    display: none;
}

.home-background {
    height: 100%;
}

/* .home-background {
    background-image: url("../media/bg-light-home.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right top;
} */

.wrapper {
    display: inline-block;
    /* background-image: url("../media/fondo-home.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-family: "Nobel_Light";
    background-position: right bottom;*/
    min-height: 100vh; 
}
/* .content-wrapper {
    display: inline-block;
    background-image: url("../media/bg-light-home.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right top;
} */

.home-background > .home > div > .row.justify-content-end.home {
    padding-bottom: 126px;
}

.content-legal{
    text-align: right;
}

    .content-legal a{
        margin-left: 40px;
    }

body{
    background-color: white;
    background-image: url("../media/fondo-home.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-family: "Nobel_Light";
    background-position: left bottom 90px;
}
body[data-url="/main"]{
    background-image: none;
}
    body.project-status-closed {
        background-image: url(../media/bg-mobile.png) !important;
        background-position: bottom 0 left 0 !important;
    }

.bg-red {
    height: 20px;
    background: #FF0022;
}
.bg-white {
    height: 20px;
    background: #fff;
}

.home-header-mobile .bg-red,
.home-header-mobile .bg-white {
    height: 8px;
}

.wrapper {
    margin-bottom: -126px;
    padding-bottom: 126px;
}

img{
    max-width: 100%;
}
html,body{
    font-size: 16px;
}

.home{
    position: relative;
}
    /* logo home */
    .home-header{
        /* z-index: 1060; */
        /* position: absolute; */
        top: 0;
        right: 0;
        padding-left: 7%;
        width: 100%;
    }
        /* image */
        .header-home{
            width: 16%;
            height: auto;
        }
    .home .logos {
        padding-left: 1.5rem;
        padding-bottom: 1.8rem;
    }
    .home-header-mobile {
        background: #212721;
        width: 100%;
        padding: 15px 30px;
    }
    
    .logo-project {
        padding: 0 25px;
        max-height: 7rem;
        margin: 5rem 0;
    }
    /* image car home */
    .home-car {
        position: absolute;
        left: 0;
        width: 100%;
        top: unset;
    }

        /* image */
        .car-home {
            height: auto;
        }

    /* text home */
    .home-text{
        /* margin-top: auto;
        margin-bottom: auto; */
        margin-top: 3rem;
    margin-left: 2.375rem;
        color: #fff;
        min-height: 9rem;
    }
    .home-text-content {
        margin-top: 1.25rem;
    }
        .logo-home {
            max-width: 80%;
            max-height: 6rem;
        }
        .home-text .title{
            text-align: left;
            font-size: 2.4rem;
            font-weight: 700;
            margin: 30px 0;
            padding: 5px;
            padding-left: 1.5rem;
            line-height: 2.9rem;
            font-family: "Nobel_Semibold";
        }
        .home-text .subtitle{
            font-size: 1.7rem;
            line-height: 2.2rem;
            font-family: "Nobel_Light";
        }
        .btn{
            color: #fff;
            background-color: #282830;
            border-radius: 0;
            border: 1px solid #fff;
            margin: 35px 0;
            padding: 0 25px;
            font-size: 2.13rem;
            cursor: pointer;
            font-family: "Nobel", "Nobel_Light";
        }

        .btn:hover{
            color: #fff;
            background-color: #282830;
        }

/* MODAL REGISTRE/LOGIN */
#registerModal .modal-body, #cookies-preference-modal .modal-content, #prizes-modal .modal-content {
    background-image: url("../media/background-form.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
} 

.modal-content{
    /* border-radius: 10px; */
}

.redirect-login, .redirect-register, .redirect-login-recovered{
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
    font-size: 1.1rem;
    font-family: "Nobel", "Nobel_Light";
}

.modal{
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}

input, select{
    display: block;
    width: 100%;
}

label{
    margin-top: 10px !important;
    font-family: "Nobel", "Nobel_Light";
}

.btn-register, .btn-login, .btn-forgot, .btn-reestablish, .btn-set-preferences, .btn-accept-all, .btn-save-preferences, .btn-accept-new-terms {
    color: #000;
    background-color: #B9C0C2;
    min-width: 200px;
    border-radius: 0;
    margin: 3rem 0 2rem;
    border: 0;
    padding: 5px;
    cursor: pointer;
    font-family: "Nobel_Semibold";
    font-size: 1.12rem;
}
.btn-update-data, .btn-access, .btn-open-question, .btn-send-answer {
    color: #000;
    background-color: #B9C0C2;
    padding: 5px 45px;
    margin: 0 auto;
    cursor: pointer;
    font-family: "Nobel";
    font-size: 3rem;
    display: inline-block;
    margin-top: 5px;
    border: 0;
    border-radius: 0;
    margin: 3rem 0 2rem;
}
    .btn-update-data:focus, .btn-access:focus, .btn-open-question:focus, .btn-send-answer:focus {
        outline: 0;
    }

button.btn-forgot {
    padding: 5px 15px;
}

.close-register-login, .close-prizes {
    color: #4e524c;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.close-register-login svg, .close-prizes svg {
    float: right;
}

.change-form{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.12rem;
    font-family: "Nobel_Light";
}

div#formregisterhome label {
    font-size: 0.93rem;
}

div#formregisterhome input {
    font-size: 0.93rem;
}

input[type="checkbox"] {
    height: 20px !important;
    width: 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 1px;
    outline: none;
    background-color: white;
    border: 1px solid grey;
    cursor: pointer;
}
    
input[type="checkbox"]:checked {
    border: 0 solid grey;
    background-color: #34495E;
    border-radius: 2px;
}
    
input[type="checkbox"]:active {
    border: 2px solid #34495E;
}

#registration_form_province{
    height: 29px;
}

/* REGISTER */

.modal-register {
    width: 52%;
    max-width: 1000px;
}
    /* width */
    #formregisterhome::-webkit-scrollbar, #formloginhome::-webkit-scrollbar, #forgotpasswordhome::-webkit-scrollbarollbar, #reestablishpasswordhome::-webkit-scrollbar {
        width: 5px;
    }
    
    /* Track */
    #formregisterhome::-webkit-scrollbar-track, #formloginhome::-webkit-scrollbar-track, #forgotpasswordhome::-webkit-scrollbar-track, #reestablishpasswordhome::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px grey;
        border-radius: 2px;
        margin: 2px 0;
    }
    
    /* Handle */
    #formregisterhome::-webkit-scrollbar-thumb, #formloginhome::-webkit-scrollbar-thumb, #forgotpasswordhome::-webkit-scrollbar-thumb, #reestablishpasswordhome::-webkit-scrollbar-thumb {
        background: grey; 
        border-radius: 2px;
    }

    .register-box .title{
        font-weight: 700;
        font-size: 1.37rem;
        padding: 5px;
        font-family: "Nobel_Semibold";
        margin-top: 30px;
    }

    .register-box .description{
        font-weight: 100;
        font-size: 1.2rem;
        padding: 5px;
        font-family: "Nobel_Light";
    }

    .register-box .subtitle{
        font-size: 1.2rem;
        padding: 5px;
        font-family: "Nobel", "Nobel_Light";
    }

    .register-box{
        padding: 0 10%;
        background-color: transparent;
        border-radius: 20px;
        font-family: "Nobel", "Nobel_Light";
    }

        input#registration_form_older, 
        input#registration_form_terms, 
        input#registration_form_communications_promo, 
        input#registration_form_communications_coparey, 
        input#registration_form_member,
        input#registration_form_data_transfer,
        input#terms-policy,
        input#data-transfer,
        input#communications-promo {
            float: left;
            margin-top: 4px;
            margin-left: -13px;
            width: auto;
        }

        .new-terms label, .new-data-transfer label, .new-communications-promo label{
            font-size: 1rem;
            margin-top: 3px !important;
            padding-left: 10px;
            width: 90%;
        }

        input#registration_form_member {
            margin-left: 0 !important;
            margin-top: 10px;
        }

        .required label, .checks label{
            margin-top: 5px !important;
            float: right;
            width: 98%;
            font-size: 0.7rem;
            font-family: "Nobel_Semibold";
        }

        .checks label {
            float: left;
        }

        .text-policies{
            font-size: 0.8rem;
        }

        #registration_form_plainPassword2 {
            margin-bottom: 15px;
        }
        
        .member label {
            font-size: 1.06rem;
            font-family: "Nobel_Semibold";
            float: left;
        }

        .member input {
            font-size: 0.93rem;
            float: left;
            margin-top: 12px !important;
        }

        .member span {
            float: left;
            margin-top: 13px;
            margin-left: 15px;
            margin-right: 8px;
            font-size: 0.8rem;
            text-transform: uppercase;
        }

        .member.member-desktop {
            margin-top: 13px;
        }

        .checks{
            padding-left: 30px;
            margin: 0 0 12px;
        }

        .checks.older {
            margin: 18px 0 0;
        }

        .checks.policy {
            margin: 5px 0 0;
        }

        div#formregisterhome .checks label {
            font-size: 0.7rem;
            margin-top: 6px !important;
            padding-left: 10px;
            width: 90%;
        }

        .checks label a, .new-terms label a {
            text-decoration: underline !important;
        }

        .wrong-soci,
        .wrong-password{
            color: rgb(197, 11, 11);
        }

        .wrong-soci {
            float: left;
            width: 100%;
        }
        
        .modal-register button.btn.dropdown-toggle.btn-light,
        .modal-register button.btn.dropdown-toggle.btn-light.bs-placeholder {
            margin: 0;
            border: 1px solid rgb(118, 118, 118);
            color: #212529;
            background-color: #fff;
            min-height: 29px;
            padding: 0 5px;
        }

        .update-content button.btn.dropdown-toggle.btn-light, 
        .update-content button.btn.dropdown-toggle.btn-light.bs-placeholder {
            margin: 0;
            color: #495057;
            background-color: #E3E6E7;
            min-height: 35px;
            border: 1px solid #E3E6E7;
            padding: 0 5px;
        }

        .update-content .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
        .modal-register .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
            width: 100%;    
            color: #282830;
            background: #E3E6E7;
            border: 1px solid #E3E6E7;
            margin-bottom: 2rem;
        }

        .update-content .filter-option-inner-inner,
        .modal-register .filter-option-inner-inner {
            font-size: 1.6rem;
            color: #282830;
        }

        .update-content .bootstrap-select > .dropdown-toggle:after,
        .modal-register .bootstrap-select > .dropdown-toggle:after {
            margin-top: -1px;
            font-size: 0.93rem;
            display: none;
        }

        .update-content .bootstrap-select .dropdown-menu,
        .modal-register .bootstrap-select .dropdown-menu {
            max-height: 200px;
        }

/* LOGIN */
.modal-login {
    width: 35% !important;
    min-width: 600px;
}

    .login-content, .recover-content {
        margin: 20px;
    }

    .login-box .title, .forgot-box .title{
        font-size: 1.4rem;
        font-family: "Nobel_Semibold";
    }

    input#session {
        float: left;
        margin-top: 4px;
        width: auto;
    }

    .session {
        margin-top: 10px;
        padding-right: 0 !important;
    }

    .forgot-password {
        margin-top: 14px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 0.8rem;
        cursor: pointer;
    }

    .session label {
        margin-top: 5px !important;
        float: right;
        width: 87%;
        font-size: 0.7rem;
        font-family: "Nobel_Semibold";
    }

    #formloginhome, #forgotpasswordhome, #reestablishpasswordhome{
        margin: 10%;
    }

/* RECOVER */
.recover{
    color: #282830;
}

.recover-email-container{
    margin: 30px 0;
}

.recover-content .description{
    text-align: center;
}

.recover-sent-content{
    text-align: center;
    margin: 20px 0;
}

    .recover-sent-content > svg {
        color: #282830;
        font-size: 3.5rem;
    }

.forgot-error, .reestablish-error{
    color:rgb(197, 11, 11);
    text-align: center;
}

/* MODAL COOKIES */
#cookies-preference-modal input[type="checkbox"] {
    height: 15px !important;
    width: 15px !important;
}

#cookies-preference-modal label.checkbox{
    margin: 0!important;
}

.block-cookies-title .cookie-title {
    width: 50%;
    display: inline-block;
    font-weight: 700;
}

.technical-container, .analytical-container, .advertising-container {
    border-bottom: 1px solid #282830;
    margin: 20px 0;
}

.block-cookies-title {
    width: 60%;
    display: inline-block;
    text-align: start;
}

.block-cookies-button {
    width: 40%;
    float: right;
    text-align: end;
}

.block-cookies-button button, .block-cookies-button button:focus {
    background: transparent;
    border-radius: 50px;
    border: 0;
    outline: none;
}

#cookies-preference-modal {
    width: 50%;
    margin: auto;
}

    #cookies-preference-modal .modal-title, #cookies-preference-modal .modal-header, #cookies-preference-modal .modal-footer, .cookies-btns{
        width: 100%;
        text-align: center;
        border: 0 !important;
    }

    #cookies-preference-modal .modal-body{
        margin: 0 40px;
    }

    #cookies-preference-modal .modal-title{
        font-family: "Nobel_Semibold";
        font-size: 1.3rem;
        text-transform: uppercase;
    }

    .preferences-container{
        text-align: left;
    }

    .cookie-title{
        font-family: "Nobel_Semibold";
        color: #282830;    
        font-size: 1.3rem;
    }

/********** LOADING ****************/
.loading {
    z-index: 100000;
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffffee;
    font-size: 3rem;
    font-family: 'Nobel_Book';
}
    .loading > div {
        display: table-cell;
        vertical-align: middle;
    }

        .loading > div > div {
            width: 100%;
            padding: 0 25%;
            text-align: center;
        }

        .loading > div > div > .fa-3x{
            margin: auto;
            padding: 0 25%;
        }

.loading-opacity{
    opacity: 0.4;    
}

/********* MAIN PAGE **************/
/* UPDATE USER DATA */
#update-data-container{
    display: inline-block;
    width: 100%;
    padding-bottom: 3rem;
}
#update-data-container .content-logo {
    text-align: center;
    margin-top: 5rem;
}
#update-data-container .content-logo img {
    max-height: 15rem;
}
.update-user-data{
    /* background-image: url("../media/bg-form.jpg"); */
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
    /* position: fixed;
    top: 6%;
    right: 3%; */
    z-index: 1061;
    background-color: #fff;
    width: 32%;
    border-radius: 5px;
    padding: 2%;
    /* max-height: 85vh; */
    margin: 3rem auto 0;
}

    .update-user-data-content{
        position: relative;
        height: 100%;
        padding: 0;
    }

        .close-update{
            color: #4e524c;
            float: right;
            margin-top: -15px;
            cursor: pointer;
        }

        .update-header{
            border-bottom: 2px solid #bcbcbc;
        }
            .name-update{
                font-size: 1.5rem;
                font-weight: 500;
                font-family: "Nobel_Semibold";
            }
            
            .points-update, .update-content-title{
                font-size: 3rem;
                font-weight: 500;
                text-align: center;
                font-family: "Nobel_Book";
                margin-bottom: 4.5rem;
            }
            
            .points-number-update{
                font-size: 2rem;
                color: #282830;
                font-family: "Nobel_Light";
            }

        .update-content{
            /* max-height: 65vh; */
            overflow-y: auto;
            scrollbar-width: thin;
            padding-top: 0;

        }
            /* width */
            .update-content::-webkit-scrollbar {
                width: 10px;
            }
            
            /* Track */
            .update-content::-webkit-scrollbar-track {
                box-shadow: inset 0 0 2px grey;
                border-radius: 5px;
                margin: 5px 0;
            }
            
            /* Handle */
            .update-content::-webkit-scrollbar-thumb {
                background: grey; 
                border-radius: 5px;
            }

            .form label{
                color: #282830;
                margin: 0;
            }

            .form label a{
                color: #282830;
                text-decoration: underline!important;
            }
            ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
                color: #282830;
                opacity: 1; /* Firefox */
              }
              
              :-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: #282830;
              }
              
              ::-ms-input-placeholder { /* Microsoft Edge */
                color: #282830;
              }

            .form-update-data{
                display: block;
                width: 100%;
                height: calc(1.5em + .75rem + 2px);
                padding: .375rem .75rem;
                font-size: 1.6rem;
                font-weight: 400;
                line-height: 1.5;
                color: #282830;
                font-family: "Nobel";
                color: #282830;
                background:#E3E6E7;
                border:1px solid #E3E6E7;
                border-radius: 0;
            }
            .error{
                color: rgb(197, 11, 11);
                display: none;
                font-size: 1.6rem;
                margin-top: 4px;
            }
            input.error{
                border-bottom: 1px solid rgb(197, 11, 11);
            }
            .selectpicker {
                width: 100%;
                height: calc(1.5em + 0.75rem + 2px);
                padding: 0;
                font-size: 1.6rem;
                font-weight: 400;
                line-height: 1.5;
                font-family: "Nobel";
                color: #757575;
                background: #E3E6E7;
                border:1px solid #E3E6E7;
                margin-bottom: 2rem;
            }
            .form-update-data[type=checkbox]{
                margin-bottom: 1rem;
            }

            input#update_form_member {
                margin-top: 14px;
                margin-left: 0;
                margin-right: 6px;
                float: left;
            }

            .input-error{
                border: 1px solid rgb(197, 11, 11) !important;
            }

            .update-error{
                color:rgb(197, 11, 11) !important;
            }

            .update-error a{
                color:rgb(197, 11, 11) !important;
            }


            .checks-perfil{
                margin-top: 5px;
                width: 100%;
                display: inline-block;
            }
            .checks-perfil input{
                float: left;
            }
            .form .checks-perfil label{
                float: left;
                padding-left: 10px;
                width: 90%;
                margin-top: 0!important;
                font-size: 1.6rem;
            }
            .update-error {
                font-size: 1.6rem;
            }
            
/* NEW CHECKS */
.modal-new-terms {
    width: 70% !important;
    margin: auto !important;
}

#newTerms .modal-body{
    padding: 20px 40px;
}

.new-checks-text{
    text-align: center;
    font-size: 1.0rem;
}

    .new-checks{
        padding: 10px 30px;
    }

        .new-checks-text .seguim{
            font-family: "Nobel_Semibold";
            color:#282830;
            font-size: 1.4rem;
        }

        .new-checks-text .description, .new-checks-text .seguim{
            margin: 5px 0;
        }

        .new-checks-text .description-bold{
            font-family: "Nobel_Semibold";
        }

        .new-checks-button{
            text-align: center;
        }

.mandatory{
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
    font-family: "Nobel_Semibold";
}

/* HEADER */
.main-header{
    /* background-image: url("../media/back-header-main.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #fff; */
}

    .home-header-main {
        z-index: 1040;
        position: absolute;
        top: 0;
        left: 150px;
        width: 100%;
    }

    .home-header-main img{
        width: 32%;
        height: auto;
    }

    .profile-container{
        color: #fff;
        padding: 40px 0;
        font-size: 1.4rem;
    }

        .log-out {
            border: 2px solid #fff;
            background-color: transparent;
            padding: 5px 25px;
            cursor: pointer;
            color: #fff;
            font-size: 1.43rem;
            font-family: "Nobel", "Nobel_Light";
            float: right;
            margin-right: 20px;
            text-decoration: inherit;
        }

            .log-out:hover{
                background-color: #282830;
                color: #fff;
            }

        .profile {
            border: 2px solid #fff;
            background-color: #282830;
            padding: 5px 15px;
            cursor: pointer;
            float: right;
            font-family: "Nobel", "Nobel_Light";
        }

            .profile:hover{
                background-color: transparent;
            }

        .profile > svg{
            margin-right: 5px;
        }

    .content-main-header {
        /* padding: 0 70px; */
    }

    .general-data{
        bottom: 0;
        left: 0;
        color: #fff;
        line-height: 2.3rem;
        font-weight: 500;
        margin-bottom: 30px;
        padding-left: 0;
        position: relative;
    }

        .general-data .content-welcome {
            position: absolute;
            bottom: 60px;
        }

        .general-data-container{
            position: relative;
        }

            .user{
                font-size: 2.5rem;
                font-family: "Nobel_Semibold";
            }
            .punctuation {
                font-size: 2.18rem;
                font-family: "Nobel", "Nobel_Light";
                margin-top: 5px;
            }

            #punctuation-value{
                color: #282830;
                font-family: "Nobel_Semibold";
            } 

            .next-match{
                margin-top: 20px;
                font-size: 1.7rem;
                font-family: "Nobel_Semibold";
            }

    .match-data{
        bottom: 0;
        right: 0;
        color: #fff;
        margin: 30px 0;
        margin-bottom: 95px;
        font-weight: 700;
    }
        .match-data img{
            width: auto;
            height: 200px;
        }

        .quiz-box {
            width: 550px;
            padding: 20px;
            height: auto;
            margin: auto;
            margin-right: 0;
            font-family: "Nobel", "Nobel_Light";
            background-color: rgba(77,140,77,0.8);
        }

            span.title-jornada {
                font-size: 2.12rem;
                width: 80%;
                margin: auto;
                display: block;
                line-height: 2rem;
                margin-top: 30px;
                font-family: "Nobel_Semibold";
            }

            .open-quiz {
                color: #fff;
                background-color: #282830;
                padding: 5px 45px;
                margin: 0 auto;
                cursor: pointer;
                font-family: "Nobel";
                -moz-box-shadow: 5px 6px 15px -5px #000;
                -webkit-box-shadow: 5px 6px 15px -5px #000;
                box-shadow: 5px 6px 15px -5px #000;
                font-size: 3.25rem;
                display: inline-block;
                margin-top: 5px;
            }

            .open-quiz .quiz-unavailable{
                cursor: unset !important;
            }

            .match-number {
                margin-top: 25px;
                font-family: "Nobel_Light";
                font-size: 1.4rem;
            }
            
    .content-logo img.logo-coparey,
    .content-logo img.logo-project {
        height: 160px;
    }

    .content-logo {
        margin-bottom: 65px;
    }

    .open-register {
        margin-bottom: 0;
    }

/* CAR ROUTE CONTAINER*/
.main-route{
    background-image: url("../media/Nobel_bg_ruta.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1140px;
    width: 100%;
    position: relative;
}

    .main-route-container {
        height: 100%;
        display: block;
    }

    .journey-container{
        height: 100%;
        width: 100%;
    }

    .route {
        width: 100%;
        height: 100%;
        cursor: grab;
    }

        .svg-container{
            overflow: auto;
            width: 100%;
            height: 100%;
        }

        .svg-container-scroll{
            height: 100%;
        }

            #journey{
                width: 200%;
                height: 100%;
                margin-right: 100px;
            }


            .svg-container::-webkit-scrollbar, .svg-container::-webkit-scrollbar {
                width: 0 !important;
            }

            .route-popup, #journey text, #journey-mobile text {
                cursor: pointer;
                font-family: "Nobel", "Nobel_Light";
            }
            
    .popup{
        background-color: #fff;
        width: 500px;
        height: 150px;
        position: absolute;
        z-index: 1061;
        font-family: "Nobel_Semibold";
        border-radius: 10px;
    }
        .popup:before{
            border: 10px solid white;
            content: '';
            border-left-color: transparent;
            border-bottom-color: transparent;
            border-right-color: transparent;
            position: absolute;
            bottom: -20px;
            left: calc(50% - 10px)
        }

        .close-popup-container{
            position: relative;
            max-width: 100%;
        }

        .close-popup-jornades{
            color: #4e524c;
            right: 0;
            cursor: pointer;
            padding-right: 10px;
            padding-top: 10px;
            margin: 0 !important;
            position: absolute;
        }
        
        .jornada-popup{
            color: #000;
            font-weight: 700;
            padding: 15px 25px;
            height: unset;
            width: 100%;
        }
            .popup-title{
                color: #282830 !important;
                text-transform: uppercase;
            }

            .popup-prize{
                font-family: "Nobel_Light";
            }

                .popup-prize span{
                    color: #282830 !important;
                }




/* MODAL PRIZES */
#prizes-modal .modal-dialog{
    width: 35% !important;
    margin: auto;
}

#prizes-modal .title{
    font-family: "Nobel_Semibold";
}

#prizes-modal .name-prize{
    font-family: "Nobel_Semibold";
    color: #282830;
    font-size: 1.2rem;
    padding: 0 20%;
}

.prize-img{
    margin: 20px;
}

    .prize-img img{
        max-height: 100%;
        max-width: 100%;
    }

.main-places-container {
    margin-bottom: 30px;
}


/* MODAL COPA */
#modalProject .modal-dialog {
    max-width: 950px;
    margin-top: 6rem;
}
#modalProject .close {
    color: #282830;
    opacity: 1;
    font-size: 3rem;
    font-weight: 400;
}
.modal-content {
    border-radius: 0;
}
#modalProject .modal-content {
    background-color: rgba(255,255,255, 0.8);
    border: none;
    color:#282830!important;
    box-shadow: 8px 7px 9px -5px rgba(0,0,0,0.4);
-webkit-box-shadow: 8px 7px 9px -5px rgba(0,0,0,0.4);
-moz-box-shadow: 8px 7px 9px -5px rgba(0,0,0,0.4);
}
    #modalProject .modal-content .modal-body{
        padding: 1rem 6rem 3.5rem 6rem;
    }
    
    #modalProject .modal-content .modal-logo {
        padding:0 25px;
        max-height: 5rem;
    }
    #modalProject .modal-content .modal-logo:first-of-type {
        border-right: 2px solid #282830;
    }
    #modalProject .modal-content p.title {
        font-size: 3rem;
        font-family: "Nobel";
        /* text-transform: uppercase; */
        margin-top: 3rem;
        margin-bottom: 1.5rem;
        line-height: 3.75rem;
    }
    #modalProject .modal-content p{
        font-size: 1.75rem;
        font-family: "Nobel";
        margin-bottom: 1.8rem;
    }
    #modalProject .modal-content p b{
        font-family: "Nobel_Semibold";
    }
#modalProject .modal-header {
    border: none;
    padding-bottom: 0;
    padding-top: .5rem;
}
#modalProject .modal-footer {
    border: none;
}

.content-main-header p b{

    font-family: "Nobel_Semibold";
}
.content-main-header p{
    /* font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 3rem;
    margin-bottom: .5rem; */
    color: #282830;
    font-family: "Nobel";
}
.content-main-header p.p-mtop{
    margin-top: 3rem;
}
.content-main-header p.text-principal-main {
    font-size: 2.75rem;
    line-height: 3.75rem;
    margin-bottom: 4.5rem; 
    margin-top: 4rem;
    padding: 0 1.5rem;
}
.content-main-header p.text-participa-main {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Nobel_Semibold";
    font-size: 3.25rem;
    line-height: 3rem;
    margin-bottom: 4rem; 
    margin-top: 4.5rem;
}
.content-main-header p.text-main {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 4.5rem; 
    padding: 0 1.5rem;
}
.content-main-header .open-form {
    margin-bottom: 2rem;
}

.update-correct{
    height: 100%;
    display: table;
    margin: auto;
    color: #282830;
    width: 80%;
    margin-top: 5rem;
    max-width: 280px;
}

.update-correct-content{
    display: table-cell;
    vertical-align: middle;
    font-size: 1.3rem;
}

.update-correct-content > svg{
    color: #282830;
    font-size: 5rem;
}

.update-correct p {
    color:#282830;
    font-size: 3rem;
    font-family: "Nobel_Book";
    line-height: 1.3;
    width: 210px;
    margin: auto;
}
    .update-correct p.line2 {
        margin-top: 30px;
        font-size: 2.6rem;
    }

.update-correct p b{
    color:#282830;
    font-size: 2.6rem;
    font-family: "Nobel_Semibold";
}
.update-correct .ico-rotate {
    margin: 2.5rem auto 2.5rem;
    width: 14rem;
}

.bg-#000 {
    background:#000;
}

.block-discover {
    background:#212721;
    border-radius: 0;
    padding: 4.5rem;
    margin-top: 4.5rem;
    margin-bottom: 3rem;
}
.block-discover p{
    color:#fff;
    font-family: "Nobel_Book";
    font-size: 3.75rem;
    width: 232px;
}
/* .btn-access{
    color: #fff;
    background-color: #282830;
    padding: 5px 45px 10px;
    margin: 0 auto;
    cursor: pointer;
    font-family: "Nobel";
    font-size: 3rem;
    display: inline-block;
    margin-top: 5px;
    border: 0;
    border-radius: 0;
    margin: 3rem 0 2rem;
}
.btn-open-question {
    color: #fff;
    background-color: #ff0022;
    outline: none!important;
    padding: 5px 3rem;
    margin: 0 auto;
    cursor: pointer;
    font-family: "Nobel";
    font-size: 3rem;
    display: inline-block;
    margin-top: 5px;
    border: 0;
    border-radius: 0;
    margin: 3rem 0 2rem;
} 
.btn-send-answer {
    color: #fff;
    background-color: #282830;
    padding: 5px 45px;
    margin: 0 auto;
    cursor: pointer;
    font-family: "Nobel";
    font-size: 3rem;
    display: inline-block;
    margin-top: 5px;
    border: 0;
    border-radius: 0;
    margin: 3rem 0 2rem;
} */
.btn-open-question-count {
    color: #fff;
    background-color: #212721;
    text-transform: uppercase;
    font-size: 1.4rem;
    border-radius: 0;
    border: 0;
    padding: 3px 0 0px;
    width: 90%;
    outline: none!important;
    border: 3px #B9C0C2 solid;
    margin-top: 3px;
}
.btn-send-answer {
    /* font-size: 2.5rem;
    margin-top: 5rem;
    padding: 1px 4.2rem;
    font-family: "Nobel"; */
}

#iframe-virtual {
    /* position: relative; */
    width: 100%;
    height: 100vh;
}
#iframe-virtual iframe {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
#iframe-virtual .iframe-logos {
    position: fixed;
    top:2rem;
    left: 2rem;
    padding:0;
    background:#000;
    border-radius: 2rem;
    z-index: 9999;
    /* max-width: 48%; */
}
#iframe-virtual .iframe-logos .content-logo img {
    /* height: 8rem; */
    display: none;
}

#iframe-virtual .iframe-countdown {
    position: fixed;
    top:2rem;
    right: 2rem;
    overflow:hidden;
    background:#212721;
    width: 26rem;
    max-width: 60%;
    z-index: 99;
}
#iframe-virtual .iframe-countdown img {
    width: 7rem;
}
#iframe-virtual .iframe-countdown .ico-caret {
    
    position: absolute;
    top: 0;
    right: 0;
    padding: .5rem 1.5rem 1rem;
}
#iframe-virtual .iframe-countdown .ico-caret img {
    width: 2rem;
}
#iframe-virtual .iframe-countdown .block-green {
    background:#282830;
    color: #fff;
    font-family: "Nobel";
    font-size: 2.75rem;
    width: 100%;
    padding:2rem;
    line-height: 3.2rem;
}
#iframe-virtual .iframe-countdown .block-white {
    color: #fff;
    font-family: "Nobel_Book";
    font-size: 2.75rem;
    width: 100%;
    padding:2rem;
    line-height: 3.2rem;
}
#iframe-virtual .iframe-countdown .block-white .countdown{
    font-family: "Nobel_Book";
    font-size: 3.35rem;
    background: #B9C0C2;
    color: #000;
    width: 160px;
    padding: 1rem .5rem .5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: inline-block;
    max-width: 65%;
}
#iframe-virtual .bg-opacity-#000{
    background:rgba(0,0,0,0.8);
}
#iframe-virtual .timeout {
    font-family: "Nobel_Book";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.8);
    z-index: 999;
    font-size: 3.35rem;
    color: #fff;
    padding-top: 45vh;
}
#block-question {
    width: 100%;
    padding: 0;
}
#block-question .loading {
    background:rgba(255,255,255,0.7);
    font-size: 3rem;
}
.main-content .loading {
    background:rgba(255,255,255,0.7);
    font-size: 3rem;
}
#block-thanks .content-logo,
#block-question .content-logo {
    text-align: center;
    margin-top: 5rem;
}
#block-question .respon {
    margin-top: 4rem;
    color:#282830;
    margin-bottom: 4rem;
    font-family: "Nobel_Book";
    font-size: 2.6rem;
}
#block-question .block-white {
    background: #212721;
    color: #fff;
    font-family: "Nobel_Book";
    border-radius: 0;
    font-size: 3.75rem;
    line-height: 1.2;
    padding: 4rem 3.5rem;
    padding-bottom: 11.5rem;
}
    #block-question .block-white p {
        width: 270px;
        margin: auto;
    }
#block-question .block-green {
    background:#B9C0C2;
    margin-top: -8rem;
    color: #393A41;
    border-radius: 0;
    font-family: "Nobel_Book";
    font-size: 3.1rem;
    line-height: 1.1;
    width: 88%;
    display: inline-block;
    padding:3rem 2rem 4rem;
    box-shadow: 8px 7px 9px -5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 8px 7px 9px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 8px 7px 9px -5px rgba(0,0,0,0.4);
    text-align:center;
}
    #block-question .block-green p {
        width: 120px;
        margin: auto;
    }
#block-question .blocks {    
    display: inline-block;
}
#block-question .blocks img{
    width: 5rem;
    display: inline-block;
    float: left;
    margin-left: 5rem;
    margin-top: -1px;
}
#block-question .block-green input{
    border:none;
    border-radius: 0;
    display: inline-block;
    width: 80%;
    outline: none;
    box-shadow: none;
    background:#fff;
    height: 7rem;
    text-align: center;
    outline: none!important;
    margin-top: 1.5rem;
}
#block-question .block-green input.error {
    border:2px solid #ff0000
}

#block-thanks  {
    font-size: 2.5rem;
    color:#282830;
}

#block-thanks .block-blue {
    margin-top: 2rem;
    padding: 2rem 0;
    margin-bottom: 3rem;
}

#block-thanks .block-blue p {
    font-size: 3rem;
    margin: 0;
}
#block-thanks p {
    padding: 0 3rem;
    line-height: 1.3;
}
#block-thanks p.thanks {
    font-size: 3.25rem;
    margin-top: 4.5rem;
    font-family: "Nobel_Book";
    line-height: 1.1;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
#block-thanks p b{
    font-family: "Nobel_Semibold";
}
#block-thanks img {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
#block-thanks .bg-red {
    height: 8px;
}
.block-gray {
    background:#212721;
    color: white;
    margin: 4.5rem 0 4rem;
    width: 74%;
    display: inline-block;
    padding: 3rem 1rem;
}

/* FOOTER */
.footer {
    background-color: #fff;
    position: fixed;
    color: #000;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.25rem;
    height: 126px;
    padding: 0 60px;
    font-family: "Nobel", "Nobel_Light";
    z-index: 20;
}

    .cr{
        font-family: "Nobel_Semibold";
    }

    .footer > div{
        height: 100%;
    }

    .footer.main {
        position: relative;
    }

#formregisterhome, #formloginhome, #forgotpasswordhome, #reestablishpasswordhome  {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
} 

body.open-modal {
    overflow: hidden;
}

.content-soci {
    width: auto;
    display: inline-block;
    margin-bottom: 1rem;
    /* float: left; */
}

    .content-soci label {
        float: left;
    }

    .content-soci span {
        float: left;
        margin-top: 13px;
        margin-left: 5px;
        margin-right: 10px;
        font-size: 0.8rem;
        font-family: "Nobel_Semibold";
        text-transform: uppercase;
    }

    .content-soci input[type="checkbox"] {
        display: block;
        float: left;
        margin-top: 12px;
        margin-left: 15px;
    }

.modal-dialog.modal-dialog-centered.modal-cookies {
    width: 100% !important;
    max-width: 100%;
}

.banner-nadal {
    display: block;
    margin: 0 auto;
}

.banner-nadal-desktop,
.banner-nadal-mobile {
    margin: 35px auto;
}
.banner-nadal-mobile {
    width: 90%;
}


.closed-form,
.open-form {
    color: #fff;
    background-color: #282830;
    padding: 30px;
    margin: 0 auto;
    cursor: pointer;
    font-family: "Nobel";
    /* -moz-box-shadow: 5px 6px 15px -5px #000;
    -webkit-box-shadow: 5px 6px 15px -5px #000;
    box-shadow: 5px 6px 15px -5px #000; */
    font-size: 3rem;
    display: inline-block;
    margin-top: 5px;
}
.closed-form {
    cursor: default;
}


.form label {
    font-size: 1.3rem;
    width: 100%;
}
.content-soci label {
    font-family: "Nobel_Semibold";
    width: auto;
}

@media (min-width: 3000px) {
    .main-route {
        height: 1300px;
    }

    .circle {
        width: 70px;
        height: 70px;
    }

    .Nobel-route {
        width: 85px;
    }
}

@media (min-width: 1921px) {
    body {
        background-size: cover;
    }    
}
@media (min-width: 1600px) {
    body {
        /* background-size: cover; */
    }   
    #modalProject .modal-dialog {
        margin-top: 3rem;
    } 
    #modalProject .modal-content p.title {
        font-size: 2.5rem;
    }
}

@media (max-width: 1920px) {
    .home-car {
        top: unset;
        bottom: 126px;
    }

    .car-home {
        width: auto;
    }
}

@media (max-width: 1600px) {
    body, html {
        font-size: 14px;
    }

    .home-car {
        bottom: 90px;
    }

    .home-background > .home > div > .row.justify-content-end.home {
        padding-bottom: 90px;
    }

    .footer {
        padding: 0 30px;
    }

    .content-legal a {
        margin-left: 15px;
    }
    
    .footer {
        height: 90px;
    }
    .wrapper{
        margin-bottom: -90px;
        padding-bottom: 90px;
    }

    .car-home {
        width: auto;
    }
}

@media (max-width: 1400px) {

    .modal-register {
        width: 70%;
    }    

    .main-route {
        height: 850px;
    }

    .circle {
        width: 40px;
        height: 40px;
    }

    .circle::before, .circle::after {
        width: 50px;
        height: 50px;
    }

    .Nobel-route {
        width: 47px;
        margin-top: -2px;
    }

    .main-places-container {
        margin-bottom: 30px;
    }

    /* .place .img-container {
        position: relative;
        margin: 20px 0;
    } */
    .logo-coparey,
    .logo-project {
        height: 140px;
    }

    .content-soci span {
        margin-right: 0;
    }
    .content-soci label {
        font-size: 1.1rem;
    }
    .points-update, .update-content-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 1024px){

    html,body{
        font-size: 12px;
    }

    .home-car {
        top: unset;
        transform: unset;
    }

    input[type="checkbox"] {
        height: 15px !important;
        width: 15px !important;
    }

    .home-text {
        margin-top: 35px;
    }

    .register-box .title {
        margin-top: 10px;
    }

    .change-form {
        margin-bottom: 10px;
    }

    .member.member-desktop {
        margin-top: 5px;
    }

    #prizes-modal .modal-dialog {
        width: 50% !important;
    }

    #prizes-modal .modal-dialog .close-prizes{
        top: 5px;
        right: 15px;
    }
}

@media (max-width: 990px){
    
    html, body, .home {
        /* height:auto; */
    }
    body .wrapper{

        /* background-image: url("../media/bg-mobile.png");
        background-size: 100% auto;
        /* background-color:#000; 
        background-position: bottom 120px left 0; */
    }
    body.bg-mobile-white .wrapper {

        /* background-image: url("../media/bg-mobile-white.png"); */
    }
    #iframe-virtual .iframe-countdown .block-white,
    #iframe-virtual .iframe-countdown .block-green {
        font-size: 1.75rem;
        padding: 2rem;
        line-height: 2.2rem;
    }
    #iframe-virtual .iframe-countdown .block-green p{
        margin-top: .5rem;
    }

    #iframe-virtual .iframe-countdown {
        width: 204px;
    }
    .wrapper{
        margin-bottom: -90px;
        /* padding-bottom: 120px; */
        padding-bottom: 90px;
    }
    #modalProject .modal-dialog {
        margin-top: 2rem;
    }
    .footer.home{
        position: relative;
    }
    
    .home-car {
        position: relative;
        margin-bottom: 40px;
        bottom: unset !important;
        top: unset;
    }

    .car-home {
        width: 90% !important;
        height: auto;
        max-height: unset;
    }

    .content-legal {
        text-align: center;
    }

    .content-legal a:first-child{
        margin-left: 0;
    }

    span.cr.cr-mobile {
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 15px;
    }

    .logo-project {
        height: 100px;
    }

    .logo-coparey {
        height: 100px;
    }

    .home-text-content {
        margin-top: 60px;
    }

    .modal-register {
        width: 90%;
        margin: auto;
    }

    .modal-login {
        width: 65% !important;
        min-width: unset;
        margin: auto;
    }

    .session label {
        width: 92%;
    }

    .forgot-password {
        margin-left: 16px;
    }

    .general-data .content-welcome {
        position: relative;
        margin-top: 7rem;
        bottom: unset;
    }

    .general-data {
        margin-bottom: 0;
        padding-right: 0;
    }

    .profile-container {
        font-size: 1.4rem;
    }

    .main-header .content-logo img.logo-coparey, .main-header .content-logo img.logo-project {
        height: 16rem; 
    }

    span.btn-profile-text {
        display: none;
    }

    .profile > svg {
        margin-right: 0;
    }

    .content-logo {
        margin-bottom: 0;
    }

    .general-data-mobile {
        margin-top: 29px;
    }

    .quiz-box {
        width: 80%;
        margin: auto !important;
    }

    .anima-container {
        margin-bottom: 40px;
    }

    .main-banners {
        z-index: 1;
    }

    .Nobel-route {
        z-index: 1;
    }

    .footer {
        z-index: 10;
    }

    .circle {
        width: 60px;
        height: 60px;
        top: 5px;
        left: 15px;
    }

    .Nobel-route {
        width: 70px;
        margin-top: 13px;
        margin-left: 13px;
    }

    .main-route {
        height: auto;
    }

    .journey-container {
        height: 500px;
    }

    .update-user-data {
        /* top: 6%;
        right: 5%; */
        width: 340px;
        max-width: 95%;
        /* max-height: 85vh; */
        /* left: 5%; */
    }

    .close-update {
        margin-top: 0;
        position: absolute;
        right: 5px;
        top: 0;
        font-size: 1.4rem;
        z-index: 10;
    }

    .content-main-header {
        /* padding: 0 30px; */
    }

    .popup {
        left: 0 !important;
        width: 60%;
        height: 150px;
        position: fixed;
        max-width: 100%;
        margin: auto;
        right: 0;
        top: 50% !important;
        transform: translateY(-50%);
    }

    .popup:before {
        border: 0;
    }
    
    .svg-container-scroll {
        left: unset !important;
    }

    .close-popup-jornades {
        padding-right: 15px;
        font-size: 1.4rem;
    }

    .open-register {
        margin-bottom: 35px;
    }
    .home-background > .home > div > .row.justify-content-end.home {
        padding-bottom: 0;
    }
    .footer.home {
        padding-top: 15px;
        padding-bottom: 15px;
    }

}

@media (max-width: 767px){
    html, body {
        font-size: 10px;
    }
    .footer.home {
        position: fixed;
    }
    #modalProject .modal-content .modal-body {
        padding: 1rem 2rem 3.5rem 2rem;
    }
    #modalProject .modal-content .modal-logo {
        max-height: 90px;
    }
    #modalProject .modal-content p.title {
        font-size: 2.8rem;
    }
    #iframe-virtual .iframe-logos .content-logo img.logo-coparey, #iframe-virtual .iframe-logos .content-logo img.logo-project {
        height: 5rem;
    }
    #iframe-virtual .iframe-logos .content-logo img.logo-coparey {
        /* margin-right: 3rem; */
    }
}
@media (max-width: 990px) and (orientation: landscape){

    .logo-project,
    .logo-coparey  {
        height: 100px;
        max-height: 4rem;
        margin: 2rem 0;
    }

    #iframe-virtual .iframe-logos .content-logo img.logo-coparey, #iframe-virtual .iframe-logos .content-logo img.logo-project {
        height: 5rem;
    }
    #iframe-virtual .iframe-logos .content-logo img.logo-coparey {
        /* margin-right: 3rem; */
    }
    #iframe-virtual .iframe-countdown .block-white .countdown {
        font-size: 2rem;
    }
    #iframe-virtual .iframe-countdown .block-white, #iframe-virtual .iframe-countdown .block-green {
        font-size: 1.6rem;
        padding: 1.7rem 1rem 1rem;
        line-height: 1.6rem;
        width: 224px;
        margin: auto;
    }
    #iframe-virtual .iframe-countdown .ico-caret {
        padding-top: 0;
    }
    #iframe-virtual .timeout{
        /* font-size: 2.35rem; */
    }
    #block-question .block-white p {
        widtH: 470px;
    }
    .btn-open-question, .btn-send-answer{
        font-size: 2.375rem;
        padding-bottom: 0;
        display: block;
        margin: 5rem auto;
    }
    #iframe-virtual .iframe-countdown img {
        width: 5rem;
    }
    #iframe-virtual .iframe-countdown .block-white .text{
        margin-bottom: .5rem;
    }
    #iframe-virtual .iframe-countdown{
        top: 1rem;
        right: 1rem;
    }
    #iframe-virtual .iframe-logos{
        top: 1rem;
        left: 1rem;
    }
    .update-correct p {
        width: 330px;
    }
}
@media (max-width: 680px){
    html, body {
        font-size: 8px;
    }

    body{
        background-image: url("../media/bg-mobile.png");
        background-size: 100% auto;
        background-position: bottom 0 left 0;
    }
}
@media (max-width: 680px) and (orientation: landscape){
    body{
        background-image: url("../media/fondo-home.png");
        background-size: 100% auto;
        background-position: top 0 left 0;
    }
}
@media (max-width: 640px) and (orientation: landscape){
    #iframe-virtual .iframe-countdown {
        width: 160px;
    }
    #iframe-virtual .iframe-countdown .block-white {
        width: 150px;
    }
}
@media (max-width: 600px){
    html, body {
        font-size: 10px;
    }
    .footer.home {
        position: fixed;
    }
    #modalProject .modal-content .modal-body {
        padding: 1rem 2rem 3.5rem 2rem;
    }
    #modalProject .modal-content .modal-logo {
        max-height: 7rem;
    }
    /* NEW CHECKS */
    .modal-new-terms {
        width: 95% !important;
        margin: auto !important;
    }

    #newTerms .modal-body{
        padding: 5px 15px;
    }

    .footer {
        /* height: 170px; */
        height: auto;
    }

    .content-legal a {
        margin: 1px 0;
        width: 100%;
        margin-left: 0;
        float: left;
    }

    .content-legal a:first-child{
        margin-top: 0;
    }

    .home-car {
        margin-bottom: 40px;
    }

    body{
        background-image: url("../media/bg-mobile.png");
        background-size: 100% auto;
        background-position: bottom 0 left 0;
    }

    .checks {
        margin: 0;
    }

    .modal-login {
        width: 90% !important;
    }

    .content-main-header {
        padding: 0;
    }

    .content-logo img.logo-coparey, .content-logo img.logo-project {
        height: 90px;
    }

    .logo-coparey {
        width: auto;
        height: 170px;
        margin-right: 0;
    }

    .general-data {
        margin-bottom: 20px;
    }

    span.title-jornada {
        width: 100%;
    }

    .quiz-box {
        width: 90%;
    }

    #cookies-preference-modal {
        width: 90%;
    }

    .modal-dialog.modal-dialog-centered.modal-cookies {
        margin-left: 0;
    }

    #cookies-preference-modal .modal-body {
        margin: 0 15px;
    }

    .logo-project,
    .logo-coparey {
        height: 90px;
    }

    .home-text-content {
        margin-top: 0;
    }

    #formloginhome{
        margin: 10% 0;
    }

    .user {
        font-size: 1.8rem;
    }

    .punctuation {
        font-size: 1.6rem;
    }

    .log-out {
        padding: 5px 15px;
        font-size: 1.2rem;
        margin-right: 10px;
    }

    .profile {
        padding: 4px 15px 3px 15px;
    }

    .quiz-box {
        width: 100%;
    }

    span.title-jornada {
        font-size: 2rem;
        width: 90%;
        margin-top: 5px;
    }

    .match-number {
        margin-top: 20px;
    }

    .open-quiz {
        margin-top: 25px;
        font-size: 2rem;
        padding: 5px 35px;
    }

    .match-data {
        margin-bottom: 35px;
    }

    .circle {
        width: 45px;
        height: 45px;
    }

    .Nobel-route {
        width: 57px;
        margin-top: 10px;
    }

    .main-places-container {
        margin-bottom: 20px;
    }

    .contact {
        margin-top: 25px;
        font-size: 1rem;
    }

    .popup {
        left: 0 !important;
        width: 90%;
        min-height: 150px;
        height: auto;
    }

    .popup-gamers {
        margin-top: 20px;
    }

    #prizes-modal .modal-dialog {
        width: 90% !important;
    }
    #iframe-virtual .iframe-countdown .block-white,
    #iframe-virtual .iframe-countdown .block-green {
        font-size: 2.3rem;
        line-height: 2.8rem;
    }
    #iframe-virtual .iframe-logos .content-logo img.logo-coparey, #iframe-virtual .iframe-logos .content-logo img.logo-project {
        /*height: 6rem;*/
    }
    #iframe-virtual .timeout{
        /* font-size: 2.4rem; */
    }
    .btn-open-question {
        /* font-size: 2.4rem; */
    }
    .btn-send-answer {
        /* font-size: 2.4rem; */
    }
    #iframe-virtual .iframe-countdown .block-white .countdown{
        font-size: 2.35rem;
    }
    #iframe-virtual .iframe-countdown .block-green {
        font-size: 2.5rem;
    }
    #iframe-virtual .iframe-countdown .block-white {
        font-size: 2.5rem;
    }
}
@media (max-width: 480px){

    html, body {
        font-size: 7px;
    }
    body {
        /* background-position: top 120px left 0; */
        background-position: top 50% left 0;
        overflow-x: hidden;
    }
    .wrapper {
        margin-bottom: -105px;
        padding-bottom: 105px;
    }
    .footer {
        height: 105px;
    }
    .main-header .content-logo img.logo-coparey, .main-header .content-logo img.logo-project {
        height: 13rem;
    }
    #update-data-container .content-logo img {
        max-height: 10rem;
    }
    #block-thanks .content-logo img,
    #block-question .content-logo img {
        max-height: 10rem;
    }
    .btn-send-answer {
        margin-top: 5rem;
    }
    .update-correct p,
    .update-correct p b {
        font-size: 3rem; 
    }
    .block-discover p {
        font-size: 3.2rem; 
    }

    #block-thanks p{
        font-size: 2.4rem;
    }
    #block-thanks .block-blue p {
        font-size: 2.8rem;
    }
    .update-content .filter-option-inner-inner, .modal-register .filter-option-inner-inner {
        font-size: 1.6rem;
    }
    .form .checks-perfil label {
        font-size: 1.6rem;
    }
    .dropdown-menu,
    .form label,
    .form-update-data,
    .content-soci span{
        font-size: 2.1rem;
    }
    .update-content button.btn.dropdown-toggle.btn-light, .update-content button.btn.dropdown-toggle.btn-light.bs-placeholder {
        min-height: 20px;
    }
    #modalProject .modal-content p {
        font-size: 1.95rem;
    }
    .btn-update-data {
        /* font-size: 2rem; */
    }
    .update-error {
        font-size: 1.6rem;
    }
    .content-soci span {
        margin-right: 0;
        font-size: 1.4rem;
    }
}
@media (max-width: 350px){
    html, body {
        font-size: 6px;
    }
    .footer {
        height: 90px;
    }
    .wrapper {
        margin-bottom: -90px;
        padding-bottom: 90px;
    }
    input[type="checkbox"] {
        height: 12px !important;
        width: 12px !important;
    }
    .points-update, .update-content-title {
        font-size: 1.6rem;
    }
}