.modal {
    display: none; /* Initially hidden */
    /*    position: fixed;*/
    z-index: 1300;
    /*    left: 0;
        top: 0;*/
    width: 100%;

    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-image: url("./fondo_sic.png");
    background-size: 840px 646px;
    margin: 15% auto;
    padding: 20px;
    width: 800px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.boton{
    width: 100%;
    display: flex;
    justify-content: end;
}

.tituloson{
    width: 100%;
    text-align: center;
    font-size: 200%;
    color: white;
}

.ifapp{
    width: 700px;
    height: 500px;
}

.enc{
    max-width: 700px;

}

.invitacion{
    width: 500px;
    text-align: justify;
}

.botonc{
    width:20px;
    height: 20px;
    border-radius: 10px;
    background-color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 90%;
    font-weight: bold;
    cursor: pointer;
    color: rgba(31, 40, 104, 0.75);
}

.banner-sondeo{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    border: 3px solid #611232;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: rgba(250,230,8,0.4);
    min-width: 480px;
}