body,
html {
    height: 100%;
}

.logos {
    display: flex;
    justify-content: center;
    padding: 15px 0px;
}
body {
    background: #f1f3f6;
    color: #4c4d4d;
    font-family: "Poppins", sans-serif;
}

.center {
    text-align: center;
}

.center-img {
    display: block;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.enlaces {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

img {
    vertical-align: inherit;
}

a,
a:focus {
    color: #007bff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover,
a:active {
    color: #006adb;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.logos img {
    padding-right: 35px;
}

.logos img:last-child {
    padding-left: 35px;
}

@media only screen and (max-width: 766px) {
 #unach{
    order:1;
}
.center-img {
    padding: 1.5rem 0;
}


}



