/* 
    Objective document: this file contains style rules for display data and elements on
        [profile.php] page and page parts in [content/profile ] directory ...
    Created on : 08-oct-2014, 11:36:29
    Author     : Santiago Arispe
*/

/* ============= # CUSTOM FONTS ================*/

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/chesnagrotesk-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/chesnagrotesk-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/chesnagrotesk-semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/chesnagrotesk-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Chesna Grotesk';
    src: url('fonts/chesnagrotesk-extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

/* ============= # LOGO IMAGE SECTION================*/
/*div#user-options {
    top: 50px;
    left: -35px;
    width: max-content;
}*/

.profile-page ul.language {
    position: absolute;
    right: 226px;
    top: 45px;
}

.profile-page .menuTop {
    position: absolute;
    right: 110px;
    top: -13px;
}

.profile-page img.logo {
    width: 167px !important;
    height: auto;
    margin-right: 12px !important;
}

.profile-page .navbar-wrapper2.color {
    display: block;
}

.profile-page #profileheader {
    width: 100%;
    height: auto;
    position: relative;
}

.profile-page #logoContainer {
    width: 30%;
    min-width: 20em;
    margin: 0 auto;
    height: auto;
}

.profile-page img#goldenWPLogo {
    width: 100%;
    height: auto;
}

/* ============= # END LOGO IMAGE SECTION================*/
/* ============= # DATA LAYOUT SECTION================*/
.profile-page #memebershipInfo section {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}

.profile-page .cstyle11 {
    height: 100% !important;
    position: relative !important;
}

.profile-page .head-details {
    padding: 1em 0;
    position: relative;
    margin: 0.50em auto;
}

.head-details::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 78px;
    height: 2px;
    background-color: #cd934a;
}

    .profile-page .btn-pwd {
    border-radius: 12px 12px;
    text-transform: uppercase;
    font-family: 'Chesna Grotesk', sans-serif;
    color: #FFFFFF;
    background-color: #cd934a;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 1.35em;
    line-height: 2em;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.profile-page .head-details span.title {
    font-family: 'Chesna Grotesk', sans-serif;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    border: none;
    line-height: unset;
}

.profile-page .head-details-wob {
    padding: .5em 0;
    position: relative;
    /*height: 5em; */
    margin: 0.50em auto;
}

    .profile-page .head-details-wob span.title {
        /*
            width: 35%;
            height: 2.5em;*/
        /*
            min-width: 35%;
            width: 40%;
            max-width: 45%;*/
        min-height: 2.5em;
        max-height: 5em;
        overflow: hidden;
        margin: 0 auto;
        display: block;
        position: relative;
        padding-left: 0.80em;
        padding-right: 0.50em;
        color: #FFFFFF;
        background-color: #000000;
        font-family: 'Roboto';
        font-size: 1.45em;
        line-height: 2.5em;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }

/*.logged-info {
    top: 0px;
    margin-top: 0px !important;
}*/

.profile-page .item-details {
    overflow: auto;
}

@media screen and (max-width: 1400px) {
/*    div #user-options {
        top: 70px;
        left: 0px;
    }*/

    .profile-page .navbar-wrapper2 {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    /*.head-details span.title{font-size: 3.2vw;}
    .head-details-wob span.title {font-size:3.6vw; } */
    .head-details span.title {
        /*font-size: 3.4vw;*/
        font-size: 5vw;
    }

    .head-details-wob span.title {
        font-size: 4.0vw;
    }

    #my-wpdollars .validity {
        font-size: 1.2em !important;
    }
}

.profile-page .pwd-icon {
    width: 22px;
    height: 22px;
    background-image: url('/Content/images/icons/password.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.profile-page span.icoMembership {
    background-image: url('/Content/images/icons/memberdetails.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-origin: content-box;
}

.profile-page span.icoMember1 {
    background-image: url('/Content/images/icons/member1.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-origin: content-box;
}

.profile-page span.icoMember2 {
    background-image: url('/Content/images/icons/member2.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-origin: content-box;
}

.profile-page span.icoBeneficiaries {
    background-image: url('/Content/images/icons/beneficiaries.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-origin: content-box;
}

.profile-page .item-row {
    padding-top: 0.35em;
    /*padding-bottom: 0.35em;*/
    overflow: hidden;
    clear: both;
    overflow: hidden;
}

.profile-page .info-title {
    font-family: 'Chesna Grotesk', sans-serif;
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
}

.profile-page .info-icon {
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1rem;
}

.profile-page .btn-icon, 
.icon-item {
    background-size: contain !important;
    background-repeat: no-repeat no-repeat !important;
    background-position: center !important;
}

.profile-page .beach-icon {
    background-image: url('/Content/images/icons/beach_access.png');
    width: 25px;
    margin-right: .8rem;
}

.profile-page .hotel-icon {
    background-image: url('/Content/images/icons/hotel.png');
}

.profile-page .membership-icon {
    background-image: url('/Content/images/icons/membership_id.png');
}

.profile-page .partner-icon {
    background-image: url('/Content/images/icons/partner.png');
    width: 27px;
    margin-right: .7rem;
}

.profile-page .category-icon {
    background-image: url('/Content/images/icons/category.png');
}

.profile-page .calendar-icon {
    background-image: url('/Content/images/icons/calendar.png');
}

.profile-page .alarm-icon {
    background-image: url('/Content/images/icons/alarm.png');
}

.profile-page .wpdollar-icon {
    background-image: url('/Content/images/icons/wpdollar.png');
    width: 140px;
    height: 52px;
}

.cart-icon {
    background-image: url('/Content/images/icons/white-cart.png');
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.left-icon {
    background-image: url('/Content/images/icons/black-return.png');
    height: 16px;
    width: 13px;
    margin-right: 11px;
}

.btn-goto-market {
    background-image: url('/Content/images/icons/travel-market.png');
    height: 50px;
    width: 115px;
    cursor: pointer;
}

.profile-page .column8 {
    width: 12.20%;
    margin-right: 0.30%
}

.profile-page .column7 {
    width: 14%;
    margin-right: 0.30%
}

.profile-page .column6 {
    width: 16%;
    margin-right: 0.75%
}

.profile-page .column5 {
    width: 19%;
    margin-right: 1.20%
}

.profile-page .column4 {
    width: 24%;
    margin-right: 1%;
}

.profile-page .column3 {
    width: 32%;
    margin-right: 1.5%
}

.profile-page .column2 {
    width: 49%;
    margin-right: 1%;
}

.profile-page .column1 { /*width: 98%;*/
    width: 99%;
    display: flex !important;
    flex-direction: column;
}

.item-row .column3:last-child {
    margin-right: 0;
}

.item-row .column5:last-child {
    margin-right: 0;
}

.item-row .column6:last-child {
    margin-right: 0;
}

.item-row .column7:last-child {
    margin-right: 0;
}

.item-row .column8:last-child {
    margin-right: 0;
}

.blocker {
    display: inline-block;
    height: auto;
    position: relative;
    float: left;
    /*margin-right: 0.50em; */
    /*margin-right: 1%; */
}

.column6 span,
.column5 span,
.column4 span,
.column3 span,
.column2 span,
.column span {
    width: 100%;
    position: relative;
    display: block;
}

.profile-page .dataBox {
    font-family: 'Chesna Grotesk', sans-serif;
    font-weight: 600;
    min-height: 2.4em;
    line-height: 2.4em;
    font-size: 1.25em;
    padding: 0 0.50em 0 0.50em;
    border: 2px solid #cc9249;
    text-transform: uppercase;
    color: #000;
}

.profile-page .tbInfoProfile th {
    background: #b58f46;
}

.profile-page .underLabel {
    font-family: 'Chesna Grotesk', sans-serif;
    text-align: left;
    min-height: 2.4em;
    font-size: 1em;
    font-weight: 400;
    margin-top: 4px;
    color: #000;
}

.profile-page .alignCenter {
    text-align: center !important;
}

.profile-page .alignRight {
    text-align: right !important;
}

.profile-page #infoUser {
    margin: 20px auto 0;
    display: block;
    text-align: center;
}

.profile-page #userPhoto {
    background: url(/Content/images/icons/avatarNew.png) center center no-repeat;
    display: block;
    height: 201px;
    margin: 0 auto 13px;
    width: 200px;
    background-size: cover;
    cursor: pointer;
}

.profile-page .name {
    font-size: 30px;
}

.profile-page .lastName {
    font-size: 30px;
    font-weight: 300;
}

.profile-page div#memebershipInfo, .profile-page div#memebershipInfoRight {
    font-size: 14px;
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    /*.dataBox{ font-size: 2.8vw;}
    .underLabel{font-size: 2.6vw;} */
    .dataBox {
        /*font-size: 3.2vw;*/
        font-size: 4vw;
    }

    .underLabel {
        /*font-size: 2.0vw;*/
        font-size: 4vw;
    }
}

.profile-page .fixedTooltip {
    font-size: 1em;
}

/* ::::::::::::::: table styles :::::::::::::::*/
.profile-page .tbInfoProfile {
    /*margin: 0.5em auto; */
    margin: 1em auto;
    border: none;
    border-collapse: collapse;
}



    .profile-page .tbInfoProfile thead {
        background-color: #6E6E6E; /* #231F20; muy oscuro*/
    }

.profile-page .trEven {
    background-color: #f1f1f2;
}

.profile-page .trOdd {
    background-color: #FFFFFF;
}

.profile-page .tbInfoProfile td {
    padding: 0.40em;
    border-left: 0.70em solid #FFFFFF;
    border-right: 0.70em solid #FFFFFF;
    font-size: 1.25em;
}

.tbInfoProfile th {
    color: #FFFFFF;
    font-size: 0.95em;
    padding: 0.25em;
    border-left: 0.70em solid #FFFFFF;
    border-right: 0.70em solid #FFFFFF;
    font-size: 1.40em;
}

    .profile-page .tbInfoProfile td:first-child, .profile-page .tbInfoProfile th:first-child {
        border-left: none;
    }

    .profile-page .tbInfoProfile td:last-child, .profile-page .tbInfoProfile th:last-child {
        border-right: none;
    }

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tbInfoProfile th {
        font-size: 3.4vw;
    }

    .tbInfoProfile td {
        font-size: 3.2vw;
    }
}
/* ============= # END DATA LAYOUT SECTION================*/

@media(min-width: 1400px) {
.profile-page .wrap .container {
        max-width: 1400px !important;
    }
}
/* ============= # CONTACT LAYOUT SECTION================*/
#customer-care-contact {
    margin-top: 1em;
    padding-top: 1rem;
}

#profileOverlay #customer-care-contact {
    border-top: 2px solid #cc9249;
}

.profile-page .notice {
    width: 90%;
    position: relative;
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 1.2em;
    margin-left: auto;
    text-transform: uppercase;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 0.95em;
    margin-bottom: 2em;
}

.row-contact {
    font-size: 0.85em;
    min-height: 5em;
    display: flex;
    justify-content: center;
}

.iconSpacer {
    width: 50px;
    display: inline-block;
    float: left;
    height: 100%;
}

.icMail {
    width: 1.8em;
    height: 1.8em;
    display: block;
    background-image: url('/Content/images/icons/mail-black.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    background-origin: content-box;
    /*position: absolute;
    top: 25%;*/
}

.icPhone {
    width: 1.8em;
    height: 1.8em;
    display: block;
    background-image: url('/Content/images/icons/phone-black.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-origin: content-box;
    background-size: contain;
    /*position: absolute;
    top: 25%;*/
}

.title-contact {
    width: 90px;
    font-weight: 600;
    display: inline-block;
    float: left;
    height: 100%;
}

.data-contact {
    width: 20%;
    font-weight: 600;
    display: inline-block;
    float: left;
    height: 100%;
}

.contact-container {
    clear: both;
}

/* ============= # END CONTACT LAYOUT SECTION================*/
@media screen and (max-width: 1400px) {
    .profile-page ul.language {
        position: absolute;
        right: 230px;
        top: 60px;
    }

    .profile-page .navbar-brand {
        padding: 0 !important;
        margin-top: 13px;
        margin-left: 24px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    img.logo {
        height: auto !important;
        width: 118px !important;
    }

    .menuTop {
        position: absolute;
        right: 23px;
        top: 11px;
        width: 112px;
    }

    .socialmedia {
        /* float: left; */
        width: 100px;
        position: absolute;
        top: 13px;
        right: 20px;
    }

    .profile-page #section_menu, .profile-page .section_menu {
        display: block;
        /* margin-top: -115px; */
        margin-top: -46px;
        position: relative;
        width: 100%;
    }

    .profile-page .nav-tabs {
        height: 85px !important;
    }

    .profile-page #section_menu, .profile-page .section_menu {
        display: block;
        /* margin-top: -115px; */
        margin-top: -155px;
        position: relative;
        width: 100%;
    }
}

.profile-page .socialmedia {
    /* float: left; */
    width: 100px;
    position: absolute;
    top: 13px;
    right: 108px;
}

@media only screen and (max-width: 1025px) and (min-width: 767px) {
    .profile-page .navbar-wrapper2 {
        min-height: 95px !important;
    }
}

.profile-page .back-to-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 10px 0;
}

    .profile-page .back-to-main a {
        border-radius: 12px 12px;
        text-transform: capitalize;
        color: #FFFFFF;
        overflow: hidden;
        padding: 6px 0;
        padding-left: 0.80em;
        padding-right: 0.50em;
        text-align: left;
        text-decoration: none;
        font-weight: 600;
        background: #b58f46;
    }

    .profile-page .back-to-main h3 {
        border-radius: 14px;
        padding: 7px 10px 5px 0px;
        font-size: 24px;
        font-weight: 700;
    }

    .profile-page #infoUserPoint .back-to-main {
        justify-content: center;
    }

/*********************************************** INICIA ESTILOS PARA INFO DE SOCIO ********************************************/
.profile-page #infoUserPoint {
    /*margin: 0 auto 0;*/
    text-align: center;
    padding: 10px 30px 30px 30px;
    /*max-width: 480px;*/
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .profile-page #infoUserPoint h3 {
    font-family: 'Chesna Grotesk', sans-serif;
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 7px 0px 15px 3px;
    position: relative;
}

        .profile-page #infoUserPoint h3::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 78px;
            height: 2px;
            background-color: #cd934a;
        }

.profile-page .point-info {
    flex: 1;
}

    .profile-page .point-info h3 {
        font-size: 18px;
        margin-bottom: 5px;
        color: #333;
    }

    .profile-page .point-info p {
        color: #666;
        font-size: 14px;
    }

.profile-page .point-value {
    font-size: 24px;
    font-weight: bold;
    color: #6a11cb;
}

.profile-page .info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px 18px;
    background: #ebe3d3;
    border-radius: 12px;
    transition: all 0.3s ease;
}

    .profile-page .info-item:nth-child(even) {
        border-left-color: #4f9ee2;
    }

    .profile-page .info-item label {
        font-weight: 800;
        color: #555;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .profile-page .info-item .material-icons {
        vertical-align: bottom;
    }

    .profile-page .info-value {
        font-family: 'Chesna Grotesk', sans-serif;
        font-weight: 400;
        color: #000;
        font-size: 16px;
    }

.profile-page .new-certificates {
    width: 60%;
}

.profile-page .renew-button {
    width: 100%;
    font-family: 'Chesna Grotesk', sans-serif;
    font-weight: 400 !important;
}

.profile-page .renew-button, .profile-page .new-certificates {
    padding: 16px 24px;
    background: #cd934a;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 16px auto 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(188, 152, 76, 0.3);
    text-decoration: none;
    display: flex;
    justify-content: center;
}

    .profile-page .renew-button:hover, .profile-page .new-certificates:hover {
        color: white !important;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(188, 152, 76, 0.4);
        text-decoration: none;
    }

    .profile-page .renew-button:active, .profile-page .new-certificates:active {
        transform: translateY(0);
        text-decoration: none;
    }

    .profile-page .renew-button:focus, .profile-page .new-certificates:focus {
        text-decoration: none;
    }

    .profile-page .renew-button .material-icons {
        vertical-align: bottom;
    }

    .profile-page .renew-button .refresh-icon {
        width: 3rem;
        background-image: url('/Content/images/icons/history.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center right;
        margin-right: 10px;
    }

@media only screen and (min-width: 0px) and (max-width: 900px) {
    .profile-page #infoUserPoint {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
}

/*********************************************** TERMINA ESTILOS PARA INFO DE SOCIO ********************************************/

/*********************************************** Profile Photo Upload Styles ***************************************************/
.profile-page .profile-photo-container {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 3px solid #fff;
}

    .profile-page .profile-photo-container:hover {
        transform: scale(1.03);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    }

    .profile-page .profile-photo-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.profile-page .profile-photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50%;
}

.profile-page .profile-photo-container:hover .profile-photo-overlay {
    opacity: 1;
}

.profile-page .profile-photo-overlay i.material-icons {
    font-size: 30px;
    margin-bottom: 5px;
}

.profile-page .profile-photo-overlay span {
    font-size: 12px;
    font-weight: 500;
}

/* Loading state */
.profile-page .profile-photo-container.uploading .profile-photo-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}

.profile-page .profile-photo-container.uploading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/Content/images/loading.gif') center no-repeat rgba(255, 255, 255, 0.7);
    background-size: 50px 50px;
}

/* Image Action Buttons */
.profile-page .image-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    z-index: 2;
}

.profile-page .btn-action {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    font-size: 18px;
    outline: none;
}

.profile-page .btn-save {
    background-color: #4CAF50;
}

    .profile-page .btn-save:hover {
        background-color: #45a049;
        transform: scale(1.1);
    }

.profile-page .btn-cancel {
    background-color: #f44336;
}

    .profile-page .btn-cancel:hover {
        background-color: #d32f2f;
        transform: scale(1.1);
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .profile-page .profile-photo-container {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .profile-page .profile-photo-container {
        width: 100px;
        height: 100px;
    }
}

.profile-page #my-wpdollars .item-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 10px 0;
}

.profile-page #my-wpdollars .amount {
    font-family: 'Chesna Grotesk', sans-serif;
    font-size: 3em;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin: 0;
}

.profile-page #my-wpdollars .wp-icon {
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-size: 2.2em;
    padding: 5px 10px;
    border-radius: 6px;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1.2;
}

.btn-market {
    background-color: #cd934a;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease;
}

    .btn-market:active,
    .btn-market:focus {
        outline: none !important;
        border: none !important;
    }

    .btn-market:hover {
        color: white;
        transform: scale(1.05);
    }

    .btn-market:visited {
        color: white;
        text-decoration:none;
    }

.btn-market .material-icons {
    font-size: 24px;
    margin: 0 8px 0 0;
    color: #fff;
}

.btn-market .text {
    font-family: 'Chesna Grotesk', sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-align: left;
}

.btn-market .small-text {
    font-size: 1em;
    font-weight: 400;
}

.btn-market .large-text {
    font-size: 1em;
    font-weight: 700;
    white-space: nowrap;
}

body.no-scroll, html.no-scroll { overflow: hidden; }

.hidden { display: none !important }

/* Animación del menú de usuario */
#over-bgimg .socialAndLanguaje{
    display: none;
}

#over-bgimg .socialAndLanguaje #user-options-page{
    display:none;
    position:absolute;
    top:50px;
    right:0;
    z-index:5000;
    transform: translateY(-10px);
    opacity:0;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    will-change: transform, opacity;
}

#over-bgimg .socialAndLanguaje #user-options-page.open,
#over-bgimg .socialAndLanguaje #user-options-page.closing,
#over-bgimg .socialAndLanguaje #user-options-page.preopen{
    display:block !important;
}
#over-bgimg .socialAndLanguaje #user-options-page.open{transform: translateY(0); opacity:1}
#over-bgimg .socialAndLanguaje #user-options-page.closing{transform: translateY(-20px); opacity:0}
#over-bgimg .socialAndLanguaje #user-options-page.preopen{opacity:0}