#index_services {
    /*border: solid 1px red;*/
}
#index_services_container {
    color: var(--black-color);
}
#index_services_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    background: var(--fondo-logo) no-repeat;
    background-size: cover;
    /*border: solid 1px red;*/
}
#index_services_title {
    margin: 20px 0 50px 20px;
    display: flex;
    justify-content: center;
    /*border: solid 1px green;*/
}
#index_services_title h2 {
    color: var(--white-color);
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2;
}
#index_services_text_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#index_services_text_content {
    width: 100%;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    color: var(--white-color);
}
.index_services_text {
    width: 100%;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    /*border: solid 1px red;*/
}
.index_services_text_number {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
    color: var(--black-color);
    background-color: #D2E4F9;
    border-radius: 5px;
    /*border: solid 1px red;*/
}
.index_services_text_h3_p {
    margin-left: 20px;
}


@media only screen and (min-width: 600px) {

    #index_services_text_content {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 900px) {

    #index_services_content {
        width: 100vw;
        height: 450px;
        min-width: 0;
        min-height: 0;
    }
    #index_services_title h2 {
        margin: 20px 0 50px 0;
        font-size: 2.5em;
    }

    #index_services_text_container {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #index_services_text_content {
        width: 90%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .index_services_text {
        width: 50%;
        margin-left: 0;
        display: flex;
        flex-direction: row;
        align-items: baseline;
        /*border: solid 1px red;*/
    }
}
@media only screen and (min-width: 1200px) {
    #index_services_container {
        display: flex;
        justify-content: center;
    }
    #index_services_text_content {
        width: 70%;;
    }
}
@media only screen and (min-width: 1400px) {
    #index_services_text_content {
        width: 70%;;
    }
}
@media only screen and (min-width: 1400px) {
    #index_services_text_content {
        width: 60%;;
    }
}