.bgHome{
    background: url('../img/fondo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    overflow-x: hidden;
    display: flex;
    align-items: center;
}
iframe{
    width: 100%;
}
.btnDowload img{
    width: 148px;
}
.program-card img{
    width: 100%; 
}
.aliados-logo{
    width: 100%;
    border-radius: 5px;
    border: 2px solid #1e3241;
}
.btnDowload{
    width: 100%; 
    margin: 15px 0; 
    background: transparent;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    border: 0; 
    transition: 500ms all ease;
}.btnDowload:hover{
    box-shadow: 0 9px 13px -4px rgb(6, 165, 228); 
}
.colorText{
    color: #277fdd;
}
.Staff img{
    width: 100px; 
    border-radius: 12px;
}
.aliados img{
    width: 100px;
    padding: 0 5px;
    border-radius: 12px;
}
h5{
    margin-top: 20px;
}
.imgLogo{
    width: 150px;
    margin: auto;
    display: block;
}
.noMag{
    margin: 0;
}
.banners {
    height: 410px;
    overflow: hidden; 
}
.bold{
    font-weight: bold;
}
.imgLetras{
    width: 100%;
    max-width: 200px;
    margin: auto;
    display: block;
} 
.Programas img{
    width: 90%;
    margin: auto;
    border: 4px solid white;
    border-radius: 10px;
    box-shadow: 0 11px 14px -6px black;
}
.icons{
    width: 39px;
    margin: 0 10px;
}
.boxSocial{
    text-align: center; 
    margin: 20px 0;
}
.flex-centerv{ 
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media screen and (max-width: 768px) { 
    .noapps{
        display: none;
    }
}