:root {}

.expo-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
}

.epop-back{
    background: burlywood;
    padding:40px;
    border-radius:10px;
    width:50%;
    height: 70dvh;
}

.expo-titulo{ text-align: center; }

#forminator-module-10811 { margin: 10% 0px; }

#forminator-module-10811 .forminator-row{ margin-bottom: 20px; }

#forminator-module-10811 .forminator-input{
    width: 70%;
    margin-left: 5%;
    border: 0px;
    border-radius: 6px;
}
#forminator-module-10811 .forminator-label{
    width: 25%;
    text-align: right;
}
#forminator-module-10811 .forminator-button-submit{
    float: right;
    background-color: green;
    color: white;
    border-radius: 6px;
}

#forminator-module-10811 .forminator-button-submit:hover{
    background-color: beige;
    color: green;
    border: 2px solid white;
    border-radius: 6px;
    padding: 2% 9%;
}