@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap&subset=latin-ext');

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

img {
    max-width: 100%
}

body {
    background: #ffffff;
    color: #70707E;
    font-family: 'Open Sans Condensed', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 95vh; */
    
}
h3{
    text-align: center;
    font-weight: 600;
    background-color: #5698D6;
    display: block;
    width: fit-content;
    margin: 0px 0px 0px 21px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    position: relative
}
h3:before{
    content: url(./img/DesdeJulio.svg);
    position: absolute;
    top: -30px;
    left: -86px;
    transform: scale(0.8);
}

@media (max-width: 767px) {
    h3{
        width: 60%
    }
}
a {
    color: #70707E;
    text-decoration: none;
}
@media (max-width: 600px) {

    h3:before {
        top: -46px;
        left: -34px;    
    }
}



.contenedor {
    width: 100%;
    
}

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

.aviso {
    position: relative;
    padding: 5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 40px auto 0px;

}

.linea {
    border-top: 3px solid #d5d5d5;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.contacto {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
}
.contacto a {
    font-weight: 700;
    color: #5698d6;
}

.contacto img {
    /* width: 50px; */
    margin: 0 10px;
    margin: 15px 10px 10px 10px;
}

.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
    }
}

.redes-sociales {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.redes-sociales img {
    padding: 20px 3px;
}

@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;
    }
}

.imagenes{
    text-align: center;
}

.caja-categorias {
    margin: 0px 20px;
}
.imagenes img {
    margin: 10px;
    width: 317px;
}

.titulo {
    text-align: center;
    font-size: 42px;
    color: #5698D6;
    font-weight: 600;
    margin: 30px 0px;
}
.gris {
    background: #F2F2F2;
    padding: 10px 0px 40px 0px;
    margin: 40px 0px 60px 0px;
}

.marcas img {
    width: 280px!important;
}

.categorias img {
    height: 150px!important;
    width: 150px!important;
}
.imagenes.categorias {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
.imagenes.categorias p {
    margin-top: 0px;
    font-size: 1.2rem;
    font-weight: 600;
}
