.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .8);
    z-index: 100002;
    display: none;
    top: 0;
    left: 0
}

.reveal-modal {
    display: none;
    top: 100px;
    left: 50%;
    margin-left: -350px;
    width: 700px;
    background: white no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: 100005;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px
}

.reveal-modal.xlarge {
    width: 98%;
    margin-left: -49%;
    padding: 0;
}

.reveal-modal .xlarge .col-xs-12 {
    padding: 0 !important;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: 700;
    cursor: pointer
}

.reveal-modal h2 {
    color: #9973BD;
    font-size: 22px;
    font-weight: 400;
    text-align: left
}

.reveal-modal .thumb {
    width: 127px;
    height: 182px;
    float: left;
    margin-right: 25px
}

.reveal-modal .thumb img {
    width: 100%;
    height: 100%
}

.reveal-modal h3 {
    color: #E88D00;
    font-size: 20px;
    font-weight: 500
}

.reveal-modal h3 span {
    color: #628EBF;
    font-size: 15px
}

.reveal-modal input {
    width: 280px!important;
    border: 2px solid #c4b5dd;
    text-align: left!important;
    margin: 3px 0
}

.reveal-modal select {
    width: 290px!important;
    border: 2px solid #c4b5dd;
    text-align: left!important;
    padding: 0!important;
    margin: 3px 0
}

.reveal-modal textarea {
    border: 2px solid #c4b5dd;
    text-align: left!important;
    width: 280px;
    margin: 3px 0
}

.reveal-modal .enviar {
    color: #FFF;
    text-align: center!important;
    text-decoration: none;
    width: 129px!important;
    height: 40px!important;
    padding: 0 0 5px!important;
    float: right;
    margin-right: 150px;
    background: url(img/boton-verde.png) no-repeat;
    background-position: 0 0
}

.reveal-modal .enviar:hover {
    background-position: 0 -40px
}

.reveal-modal p {
    text-align: center;
    color: #888;
    font-weight: 400;
    padding-top: 20px;
    font-size: 18px;
    width: 100%
}

.reveal-modal p span {
    color: #3F3F51;
    font-size: 14px
}

.reveal-modal img {
    max-width: 208px;
}

.error {
    border-color: red !important;
}

.reveal-modal img {
    width: 100%;
}

.reveal-modal iframe {
    width: 100% !important;
    height: 90vh !important;
}

@media (max-width: 700px) {
    .reveal-modal {
        margin-left: -200px;
        width: 400px;
        padding: 3px;
    }
    .reveal-modal iframe {
        padding: 45px 0;
    }
}

@media (max-width: 380px) {
    .reveal-modal {
        margin-left: -140px;
        width: 280px;
        padding: 3px;
    }
}