﻿
.JsQuestion {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    /*font-size: 12px;*/
}

.jsq-content {
    padding-top: 10%;
    padding-left: 20%;
    padding-right: 20%;
}


.jsq-contenedor {
    margin: 30px auto;
    padding: 0.5em;
    max-width: 500px;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    border-radius: 1em;
    background-color: #ffffff;
}



.jsq-message-text {
    min-height: 75px;
    display: flex;
    align-items: center;
}
