@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

.test {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

img {
    max-width: 100%
}

body {
    background: #131313;
    color: #707e73;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95vh;
    
}
h3{
    text-align: center;
    font-weight: 600
}
a {
    color: #70707E;
    text-decoration: none;
}



.contenedor {
    width: 100%;
    
}

.pymehosting {
    display: flex;
    justify-content: center;
    margin: 40px 0px;
    
    
}

.aviso {

    padding: 5px 0px;
    background: #000000;

}

.contacto {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    flex-direction: row;
    width: 80%;
    margin: 40px auto;
}

.contacto img {
    width: 50px;
    margin: 0 20px
}

.whatsapp,
.mail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

@media(max-width: 1090px) {
    .contenedor {
        width: 100%
    }
}

@media(max-width: 898px) {
    .otroslogos {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin: 40px auto;

    }

    .otroslogos img {
        height: 80px;
        margin: 20px auto
    }

    body {
        height: inherit
    }
}

@media(max-width: 830px) {
    .contacto {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        font-size: 25px
    }

    .contacto img {
        width: 70px
    }

    .whatsapp,
    .mail {
        margin: 20px auto;
        font-size: 20px
    }
}

@media(max-width: 500px) {
    .contacto {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        font-size: 25px
    }

    .contacto img {
        width: 70px
    }

    .whatsapp,
    .mail {
        margin: 20px auto;
        flex-direction: column;
        text-align: center;
    }
}