.header-logo{
    background-color: white;
    padding: 100px 0 0px 0;
    border: 1px solid black;
    border-radius: 25px;
}
.content{
    height: 100%;
    display: flex;
    align-items: center;
}
body{
    background-color: rgb(232 252 252);
    height: 100vh;
}
.contenido img{
    text-align: center;
}
.alojado{
    display: flex;
    width:100%;
    align-items: end;
    justify-content: center;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 100px;
}
.contenido{
    padding: 40px;
    font-size: 40px;
}
h1{
    color:rgb(0 125 185);
    font-size: 40px;
    margin-top: 0px;
}
.button{
    background-color:rgb(0 125 185);
    color: white;
    border-radius: 50px;
    padding: 10px 30px 10px 30px;
    font-size: 20px;
}
p{
    margin: 0px !important;
}
.alojado img{
    height:25px;
    padding-left: 10px;
}
@media only screen and (min-width: 1200px) {
    .contenido img{ float: right;}
}
