/* ESTILOS GRUPO NOELIA */
body{
    background-color: #ff780c;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
  

}
.logo-noelia{
    max-width: 422px;
    width: 100%;
    height: auto;
    margin-top: 150px;
}
@media only screen and (max-width: 800px) {
    .logo-noelia {
        margin-top: 50px;
    }
  }
a{
    color: white;
}
a:hover{
    color: black;
}
.padre-transform{
    height: 100vh;
    /*min-height:600px;*/
  }
   
  .padre-transform > div{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 50%;
    text-align: center;
  }
  

.margen-b40{
    margin-bottom:40px;
}
.img-logos{
    padding: 20px;
    width: 100%;
    height: auto;
}