/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
div#popup-pregunta-extras{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgb(255 255 255 / 50%);
    color: white;
    display: none;
}

div#popup-pregunta-extras.mostrarse{
    display: flex;
    justify-content: center;
    align-items: center;
}

div#popup-pregunta-extras div#contenedor{
    background: black;
    padding: 2rem;
    max-width: 95vw;
    text-align: center;
}

div#popup-pregunta-extras p{
    font-family: 'tartinemedium';
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
}

div#popup-pregunta-extras button{
    background: white;
    color: black;
    margin: .5rem;
    padding: 1.1rem 1.7rem;
    text-transform: uppercase;
    font-family: 'Raleway',sans-serif;
    font-size: .8rem;
    line-height: 1.2!important;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
}




