#main {
    /* background: url(../img/FONDO_FSV.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #3c4557d4;
}

.iframe-loader {
    display: flex;
    justify-content: center;
    align-items: start;
}

.iframe-loader, iframe {
    width: 100%;
    min-height: 1200px;
    background: white;
}

.logo {
    width: 150px;
    height: 60px;
    object-fit: contain;
}

.t1 {
    font-size: 1.2rem;
}

.buttom-donwload {
    width: 250px !important; 
    font-size: small; 
    height: 30px;
    margin-top: 30px !important;
    background-color: white !important; color: black
}
.buttom-donwload:hover {
    background-color: rgba(255, 255, 255, 0.603) !important; color: black
}