/* POPUP */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    z-index: 100;
    display: none;
}

.cnt223 a {
    text-decoration: none;
}

.cerrar {
    top: 20px;
    right: 5px;
}

.popup {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: fixed;
    z-index: 2001;
}

.cnt223 {
    min-width: 500px;
    width: 60vw;
    min-height: 150px;
    background: #ffffff;
    position: fixed;
    z-index: 103;
    padding: 5px auto 0px;
    border-radius: 25px;
    box-shadow: 11px 11px 35px #393939;
    left: 10%;
    right: 10%;
    margin-left: auto;
    margin-right: auto;
    bottom: 22vh;
}

.cnt223 p {
    clear: both;
    color: #000000;
    font-size: 0.8em;
    font-family: Roboto;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.3em;
    font-weight: lighter;
}

.cnt223 p a {
    color: #ff0404 !important;
    font-weight: bold;
    position: absolute;
    right: 40%;
    left: 40%;
}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 15px;
    position: relative;
    top: 0px;
    width: 34px;
}

.cnt223 .x p {
    font-size: 1.1em !important;
    right: 10px;
    top: 5px;
}

.cnt223 .x:hover {
    cursor: pointer;

    /* background-color: #000000 */
}

.tx_popup {
    text-align: center;
    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
    font-family: Caveat !important;
    font-size: 2.3em !important;
    color: #a09d62 !important;
    margin-top: -10px !important;
    font-weight: 300 !important;
}

.tx_popup2 {
    font-size: 1em !important;
    line-height: 1.5em!important;
    font-weight: 100;
       color: #a09d62 !important;
}

.logo_popup img {
    width: 40%;
    height: 40%;
}

/* COMPORTAMIENTO EN MOVILES */
@media (max-width:574.98px) {
    .popup {
        width: 80%;
        margin: 0 auto;
        display: block;
        position: fixed;
        z-index: 2001;
    }

    .cnt223 {
        width: 95%;
        background: #ffffff;
        position: relative;
        z-index: 103;
        padding: 5px;
        border-radius: 5px;
        box-shadow: 0 2px 5px #000;
        top: 20%;
        left: 10%;
        right: 10%;
        float: none;
        min-width: 150px;
        margin: 50% auto;
    }

    .cnt223 p {
        clear: both;
        color: #000000;
        font-size: 0.8em;
        font-family: Roboto;
        position: relative;
        line-height: 1em;
        font-weight: lighter;
        padding: 2px 2px 20px !important;
        margin: 2px !important;
    }

    .tx_popup {
        text-align: center;
        margin-bottom: 10px !important;
        padding-bottom: 0px !important;
        font-family: Caveat !important;
        font-size: 2em !important;
        color: #a09d62 !important;
        margin-top: -15px !important;
        font-weight: 300 !important;
    }

    .tx_popup2 {
        font-size: 0.8em !important;
        line-height: 1.2em !important;
        font-weight: 500;
    }

    .logo_popup img {
        display: none;
    }
}