/* ==========================================
   NOSOTROS
========================================== */

#nosotros {

    max-width: 1100px;
    margin: 60px auto 0px;
    padding: 0 30px;

}

/* ------------------------------------------
   Page Header
------------------------------------------ */

.section-header {

    text-align: center;
    margin-bottom: 60px;

}

.section-header h1 {

    font-size: 42px;
    color: #b00000;
    margin-bottom: 15px;
    text-transform: uppercase;

}

.section-header p {

    color: #666;
    font-size: 18px;

}

/* ------------------------------------------
   Sections
------------------------------------------ */

#nosotros section {

    margin-bottom: 0px;

}

#nosotros h2 {

    font-size: 28px;
    color: #b00000;
    margin-bottom: 20px;
    border-left: 5px solid #b00000;
    padding-left: 15px;

}

#nosotros p {

    font-size: 17px;
    color: #333;
    text-align: justify;
    margin-bottom: 18px;
    line-height: 1.8;

}

#nosotros ol li {
    margin: 0.5rem 0;
    text-align: justify;
    line-height: 1.8;
}

/* ------------------------------------------
   Values
------------------------------------------ */

.valores ul {

    list-style: none;
    margin-top: 25px;

}

.valores li {

    padding: 14px 20px;
    margin-bottom: 12px;

    background: #f8f8f8;

    border-left: 4px solid #b00000;

    font-size: 17px;

}

/* ------------------------------------------
   Quote
------------------------------------------ */

.slogan {

    text-align: center;
    margin: 70px 0;

}

.slogan blockquote {

    font-size: 30px;
    font-style: italic;
    color: #b00000;

    padding: 30px;

    border-top: 2px solid #b00000;
    border-bottom: 2px solid #b00000;

}

/* ------------------------------------------
   Responsible
------------------------------------------ */

.martillero {

    border: 1px solid #ddd;
    padding: 35px 35px 0px;
    background: #fafafa;
    display: grid;
    grid-template-columns: 1fr 1fr;

}

.martillero h2 {

    border: none;
    padding-left: 0;
    margin-bottom: 25px;

}

.martillero h3 {

    font-size: 26px;
    color: #222;
    margin-bottom: 20px;

}

.martillero p {

    margin-bottom: 8px;
    text-align: left;
    padding-left: 1.5rem;
}

.martillero p:nth-child(odd) {
    font-style: italic;
    font-size: 14px !important;
}

.martillero img {
    width: 50%;
    display: block;
    position: relative;
    bottom: 0px;
    right: 0px;
    padding-left: 10rem;
}

/* ------------------------------------------
   Responsive
------------------------------------------ */

@media screen and (max-width: 500px) {

    #nosotros {

        padding: 0 20px;

    }

    .section-header h1 {

        font-size: 34px;

    }

    #nosotros h2 {

        font-size: 24px;

    }

    #nosotros p {

        font-size: 16px;

    }

    .slogan blockquote {

        font-size: 24px;

    }

    .martillero {
        display: flex;
        flex-direction: column;
    }

    .martillero img {
        padding: 0px;
        width: 100%;
    }

}