@charset "UTF-8";
.btnCreado {
    background-color: #f69028;
    border-radius: 6px;
    border: 0;
    color: #fff;
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    /*padding: 10px;*/
    padding: 15px 0 !important;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
@media only screen and (max-width: 500px) {
    .seccion-promo a.btnCreado {
        margin-bottom: 10px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 18px;
    }
}
.btnCreado:hover {
    text-decoration: none;
    color: #fff;
}



/* Modal Common */
.sc-modal {
    padding: 20px 30px;
}

.sc-modal .sc-modal_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    border-radius: 50%;
    font-size: 25px;
    opacity: 1;
}

.sc-modal .sc-modal_progress-bar {
    margin-bottom: 1.1em;
}

.sc-modal .sc-modal_title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    text-align: center;
}

.sc-modal .sc-modal_p {
    color: #969696;
    font-size: 14px;
    text-align: center;
}

.sc-modal .sc-modal_btn {
    background-position: left bottom;
    background-repeat: repeat-x;
    background-image: url("../images/border-dark.png");
    border-radius: 0;
    /*margin-bottom: 1.1em;*/
    padding: 15px 15px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.sc-modal .sc-modal_field {
    border-radius: 0;
    padding: 15px;
    height: auto;
    border: solid 1px #ccc;
    color: #222;
    font-size: 17px;
}
