/* GENERALES */

.contSpec {
    width: 100%;
    margin: 0 auto;
    height: auto;
    font-family: arial;
    background: url(../img/fondo_aboutus.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-bottom: 30px;
}

.section1 {
    width: 100%;
}

/* ARTICULOS 1 */

.articles {
    padding: 30px 0px;
    color: #a22d0d;
    font-size: 18px;
}

.rowLeft {
    display: flex;
    justify-content: flex-start;
}

.rowRight {
    display: flex;
    justify-content: flex-end;
}

.artLeft {
    flex-basis: 800px;
    margin: 0px 0px 0px 0px;
    padding: 25px;
    background: white;
    border-radius: 30px;
    box-shadow: 0px 0px 50px #ffa8a2;
}

.artLeft p {
    margin-bottom: 0;
}

.artRight {
    flex-basis: 800px;
    margin: 30px 0px 30px 0px;
    padding: 25px;
    background: white;
    border-radius: 30px;
    box-shadow: 0px 0px 50px #ffa8a2;
}

.artRight p {
    margin-bottom: 0;
}

/* ARTICULOS 2 */

.articles2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}

.benefits {
    width: 500px;
    margin: 0px 30px;
    text-align: center;
    background: white;
    border-radius: 30px;
    box-shadow: inset 0px 0px 30px #97bd06, 0px 0px 30px #97bd06;
}

.benefits h2 {
    color: #724003;
    margin-bottom: 1rem;
}

.benefits ul {
    color: #7b430a;
    list-style: none;
    margin: 0;
    padding: 0;
}

.information {
    flex-basis: 500px;
    color: #ba9640;
    margin: 20px 30px;
    text-align: center;
}

.information .tabla {
    width: 500px;
    margin: 0 auto;
}

.information .tabla img {
    width: 100%;
    height: 228px;
}

.information .tabla2 {
    width: 500px;
    margin: 0 auto;
    margin-top: 20px;
}

.information .tabla2 img {
    width: 100%;
}

@media (max-width: 1071px) {
    #banner h1 {
        font-size: 5em;
    }
}

@media (max-width: 825px) {
    #banner h1 {
        font-size: 4em;
    }
}

@media (max-width: 702px) {
    #banner h1 {
        text-align: center;
    }
    .articles {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .information .tabla {
        width: 400px;
    }
    .information .tabla2 {
        width: 400px;
    }
    .articles {
        font-size: 14px;
    }
    .benefits ul {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .information .tabla {
        width: 320px;
    }
    .information .tabla img{
        height: 150px;
    }
    .information .tabla2 {
        width: 320px;
    }
}