#main {
    /* background: url(../img/FONDO_MIVI.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #3c4557d4;

}

.iframe-loader1 {
    display: flex;
    justify-content: center;
    align-items: start;
}

.iframe1, .iframe-container1 {
    width: 100%;
    min-height: 1425px;
    background: white;
}

.iframe-loader2 {
    display: flex;
    justify-content: center;
    align-items: start;
}

.iframe2, .iframe-container2 {
    width: 100%;
    min-height: 1850px;
    background: white;
}

.iframe4 {
    width: 100%;
    min-height: 1850px;
    background: white;
}

.logo {
    width: 150px;
    height: 60px;
    object-fit: contain;
}

.t1 {
    font-size: 1.2rem;
}

.buttom-nav {
    width: 250px !important; 
    font-size: small; 
    height: 30px;
    margin-top: 30px !important; 
    background-color: #5d6473 !important;
}
.buttom-nav:hover {
    background-color: #272a30 !important
}

.buttom-nav.active {
    background-color: #272a30 !important; /* Color de fondo cuando el botón está activo */
    color: white !important;  /* Color del texto cuando el botón está activo */
}

.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
}