.contenedor-index-info1 {
    width: 1000px; 
    margin: 0 auto;
}

.contenedor-index-info1 article {
    width: 700px;
    float: left;
}

.contenedor-index-info2 {
    width: 1000px; 
    margin: 0 auto;
}

.contenedor-index-info2 article {
    width: 600px;
    float: right;
}

.text-representates {
    width: 80%;
}

.div-margin-desktop-barblue {
    margin-top: 70px;
}

.barra-azul-home {
    width: 80%;
    height: 15px;
    background-color: rgb(0, 139, 210);
    float: left;
}

.info-index-text h1 {
    font-size: 3.5em;
}

.texto-general-margin {
    margin-top: 35px;
    margin-bottom: 70px;
}

/* Responsivo */
@media (max-width: 1200px) {

    .text-representates h1 {
        font-size: 2em;
    }

}


@media (max-width: 1100px) {

    .info-index-text .contenedor-index-info1 {
        width: 100%;
    }

    .info-index-text .contenedor-index-info2 {
        width: 100%;
    }

    .text-representates h1 {
        font-size: 1.7em;
    }

    .info-index-text .contenedor-index-info1 {
        width: 100%;
    }

}

@media (max-width: 768px) {

    .div-image-representantes img {
        margin-bottom: 30px;
        padding: 30px;
    }

    .representantes-exclusivos-index {
        margin-top: 50px !important;
    }

}

/* Responsivo */
@media (max-width: 700px) {
    

    .info-index-text .contenedor-index-info1 {
        width: 100%;
    }

    .info-index-text .contenedor-index-info2 {
        width: 100%;
    }

    .contenedor-index-info1 article {
        width: 100%;
        float: none;
    }

    .contenedor-index-info2 article {
        width: 100%;
        float: none;
    }

    .representantes-exclusivos-index div {
        flex-direction: column;
    }

    .text-representates {
        width: 100%;
    }

    .text-representates h1 {
        font-size: 1.8em;
    }

    .div-margin-desktop-barblue {
        margin-top: 40px;
    }

    .info-index-text h1 {
        font-size: 3em;
    }

    .texto-general-margin {
        margin-bottom: 20px;
    }


}


/* Responsivo */
@media (max-width: 400px) {

    .text-representates h1 {
        font-size: 1.3em;
    }

    .info-index-text .contenedor-index-info1 {
        width: 100%;
    }

    .info-index-text .contenedor-index-info2 {
        width: 100%;
    }

    .info-index-text h1 {
        font-size: 2em;
    }

    .contenedor-index-info1 article {
        width: 100%;
        float: none;
    }

    .contenedor-index-info2 article {
        width: 100%;
        float: none;
    }

}