.s__1 {
    background-color: var(--claro);
    height: 800px;
}

.s__div_1 {
    max-width: 1492px;
    display: flex;
    flex-direction: row;
    padding: 0;
}

.s__div_1 h1 {
    text-align: left;
    /* line-height: 30px; */
}

.s__div_1 h2 {
    color: var(--azulclaro);
    font-family: avenir_b;
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
}

.left {
    font-size: 17px;
    padding: 10px 0;
    text-align: left;
}

.s__1_1 {
    width: 50%;
}

.s__1_2 {
    width: 50%;
}

.s__1_2 img {
    width: 100%;
}

.s__div_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.s__div_2 h1 {
    margin-top: 100px;
}

.s__div_2 p {
    width: 65%;
}

.s__div_3 {
    max-width: 1492px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    gap: 30px;
}

.s__3_div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s__div_3 p {
    text-align: left;
    line-height: 30px;
}

.s__3_img img {
    width: 100%;
}

.s__3_lineas {
    margin: 30px 0 0 0;
}

.s__3_lineas img {
    width: 100%;
}

.s__div_4 {
    max-width: 1492px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s__div_4 h1 {
    margin: 30px;
    margin-top: 100px;
}

.s__4_1 {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.s__4_card {
    width: 33.3333%;
    display: flex;
    margin: 0;
}

.s__4_cont {
    margin: 0 35px;
    padding: 50px;
    background-color: #F4F4F4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 43px;
}

.s__4_cont h2 {
    color: var(--morado);
    font-family: avenir_b;
    font-size: 23px;
    line-height: 28px;
    padding: 15px 0;
}

.s__4_cont p {
    line-height: 25px;
}

.s__v {
    width: 100%;
    padding: 0 !important;
    height: auto;
}

.s__v_f {
    width: 100%;
}

.s__v_f img {
    width: 100%;
}

.s__v_play {
    position: absolute;
}

.s__v_play a {
    width: 200px;
    padding: 7px;
    border-radius: 10px;
    text-decoration: none;
    color: #F5F6F6;
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.05);
    transition: all ease-in-out 500ms;
}

.s__v_play a:hover {
    color: var(--amarillo);
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.s__v_play i {
    font-size: 100px;
    transition: all ease-in-out 500ms;
}

.s__v_play i::before {
    width: 100px;
    height: 100px;
    background: none;
}

.s__v_play h2 {
    color: var(--morado);
    text-align: center;
    margin-top: 15px;
}

.modal-body {
    width: 100%;
    padding: 0;
}

.modal-dialog {
    max-width: 75%;
}

@media screen and (max-width: 900px) {
    .cambio {
        height: 74px;
    }

    .section_1 {
        margin-top: 0;
        padding: 0 15px;
    }

    .s__div_1 {
        flex-direction: column;
        padding: 0 30px;
    }

    .s__div_1 h1,
    .s__div_1 h2,
    .left {
        text-align: center;
    }

    .s__1_1 {
        width: 100%;
    }

    .s__1_2 {
        width: 100%;
    }

    .s__div_2 {
        width: 100%;
        text-align: center;
        padding: 0 30px;
    }

    .s__div_2 p {
        width: 100%;
        text-align: justify;
    }

    .s__div_3 {
        flex-direction: column;
        padding: 0;
    }

    .s__3_img {
        width: 100%;
    }

    .completo {
        width: 100%;
        padding: 0;
    }

    .s__3_div {
        width: 100%;
    }

    .s__3_div_info {
        padding: 0 30px;
    }

    .s__3_div_info p {
        text-align: justify;
    }

    .s__3_lineas {
        width: 95%;
        margin: auto;
    }

    .s__4_1 {
        flex-direction: column;
        align-items: center;
    }

    .s__4_card {
        width: 100%;
    }

    .s__4_cont {
        margin: 20px 20px;
        padding: 30px;
    }

    .s__v_f {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

    .s__v_f img {
        width: 100%;
        height: 100%;
    }

    .s__v_play a {
        font-size: 16px;
    }

    .modal-dialog {
        max-width: 95%;
    }

    .s__v_play i {
        font-size: 75px;
    }
}