h2 {
    color: var(--morado);
    margin-bottom: 20px;
    align-self: flex-start;
    font-size: 26px;
}

h3 {
    color: var(--morado);
    font-family: avenir_nb;
    font-size: 18px;
    margin-top: 20px;
}

.section_1 {
    background-color: white;
}

.s__1 {
    max-width: 1440px;
    display: flex;
    flex-direction: row;
}

.s__1 h2 {
    color: var(--morado);
    font-family: avenir_b;
    font-size: 28px;
    font-weight: 800;
    line-height: 35px;
    padding: 10px 0;
}

.logo {
    width: 200px;
    margin-bottom: 30px;
}

.s__1 h3 {
    font-family: avenir;
    color: var(--azulclaro);
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.s__1_1 {
    width: 50%;
}

.s__1_1 ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding: 0;
}

.s__1_1 li {
    font-family: avenir_nb;
    font-size: 20px;
    color: var(--morado);
}

.s__1_1 p {
    text-align: left;
}

.s__1_2 {
    width: 50%;
}

.s__1_2 img {
    width: 95%;
}

.s__2 {
    width: 1440px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
}

.s__2_div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 33.333%;
    padding: 0;
    margin: 0;
}

.s__2_modelos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.s__2_modelos div {
    width: 50%;
    margin: 25px 0 0 0;
}

.fa-ul {
    line-height: 120%;
}

.fa-ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-left: 10px;
}

.fa-ul li p {
    text-align: left;
    margin: 0;
}

.fa-ul i {
    font-size: 20;
    font-weight: 900;
    color: var(--amarillo);
    background-color: white;
    width: 100%;
    height: auto;
}

.fa-ul i::before {
    background-color: white;
    height: auto;
    width: 100%;
}

section span {
    margin-top: 0;
    background-color: white;
    box-shadow: none;
}

.s__2_modelos img {
    width: 20%;
}

.s__2_info_img {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.s__2_info_img img {
    width: 342px;
}

.s__3 {
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.s__3_div {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.s__3_div_logo {
    width: 200px;
    margin: 0;
}

.s__3_div_logo img {
    width: 100%;
}

.s__3_div_img {
    width: 16.6666%;
    height: 144px;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}

.s__3_div_img img {
    width: 90%;
    transition: all 300ms ease-in-out;
    margin: auto;
}

.s__3_div_img:hover img {
    width: 102%;
}

.btn_catalogo {
    margin: auto;
}

.modal-header {
    width: 80%;
    justify-content: center;
}

.modal-header img {
    width: 200px;
}

.modal-body img {
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 900px) {
    .section_1 {
        margin-top: 110px;
    }
    .s__1,
    .s__2 {
        flex-direction: column;
        padding: 0;
    }
    .s__1_1,
    .s__1_2 {
        width: 100%;
        padding: 0 10px;
    }
    .s__1_1 h2 {
        text-align: left;
    }
    .s__1_1 ul {
        flex-wrap: wrap;
    }
    .s__1_1 p {
        padding: 0;
    }
    .s__1_1 li {
        font-size: 16px;
    }
    .s__1_2 img {
        width: 100%;
    }
    .s__2_div {
        width: 100%;
        margin-bottom: 50px;
        padding: 0 10px;
    }
    .s__2_info_img {
        padding: 0;
        justify-content: center;
        width: 100%;
    }
    .s__2_info_img img {
        width: 100%;
    }
    .s__3_div {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .s__3_div_img {
        width: 48%;
    }
}