.logo{
 width: 50px;
 height: 40px;   
}

.background{
    background-color: rgb(126, 58, 189);
}

.imgbootstrap{
    max-width: 500px;
    max-height: 400px; 
   }
.header{
        padding-top: 120px; /*Bajamos el nav*/ 
        width: 100%;   /*Anchura muy grande para rellenar*/ 
        background-color: #101c20;
        position:fixed;  
        margin: -120px; /*con el margin subimos el nav*/ 
        margin-left: 0px;
        z-index: 10;
}



.iframeIndex{ width: 100%; height: 600px;}



/*Dispositivos moviles*/
@media only screen and (max-width:575px) {
    .iframeIndex{ height: 600px;}
}
