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

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

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

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

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

.text-representates {
    width: 80%;
}

.busquemos-piso h2 {
    margin-top: 10px;
    font-size: 3.5em;
    font-weight: 600;
    text-align: center;
}

/* Enconder controles flickity */
#slide-home .flickity-prev-next-button {
    display: none;
}

#slide-home .flickity-page-dots {
    display: none;
}

.piechart {
    margin-right: 30px;
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-image: conic-gradient(
        rgb(50, 161, 216) 0 18deg, 
        rgb(201, 201, 201) 18deg 60deg, 
        rgb(216, 216, 216) 60deg 120deg, 
        rgb(231, 231, 231) 120deg 210deg, 
        rgb(241, 241, 241) 210deg 0);
}


#datapiechart {
    padding: 30px; border: solid 1px rgb(221, 221, 221); height: 200px; border-radius: 5px;
}

#imglayersfloor {
    width: 300px;
}

.divtitlesuperfloor {
    padding: 50px;
}

.divtitlesuperfloor span {
    font-weight: 600;
    font-size: 2em;
    text-transform: uppercase;
}

#layers-description {
    padding: 50px;
}

#container-fulltext p {
    margin: 0;
    padding: 0;
    width: 50%;
    margin: 100px auto;
}

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

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

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

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

    .piechart {
        width: 220px;
        height: 220px;
    }

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

}


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

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

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

    #layers-description div {
        flex-direction: column;
    }

    #datapiechart {
        padding: 0px;
        border: none;
    }

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

}

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

    #piechartdiv {
        flex-direction: column;
    }

    .piechart {
        width: 350px;
        height: 350px;
        margin: 0px;
        margin-bottom: 30px;
    }

}

@media (max-width: 992px) {

    .inputs-index-contact {
        margin-top: 70px !important;
    }

}

@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;
    }

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

    .representantes-exclusivos-index {
        margin: 60px 0;
    }

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

    .text-representates {
        width: 100%;
    }

    .busquemos-piso h2 {
        font-size: 3em;
    }

    .piechart {
        width: 300px;
        height: 300px;
    }

    .divtitlesuperfloor {
        padding: 15px;
    }

    #layers-description {
        padding: 15px;
    }

    #layers-description p {
        padding: 0px;
    }

    #container-fulltext p {
        margin: 0px;
        text-align: justify;
        width: 100%;
        padding: 38px;
    }

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

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

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

    #formConsulta div {
        flex-direction: column !important;
    }


}

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

    .divtitlesuperfloor span {
        font-size: 1.5em;
    }

    #imglayersfloor {
        width: 100%;
    }

    .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;
    }

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

    .busquemos-piso h2 {
        font-size: 2em;
    }

    .piechart {
        width: 250px;
        height: 250px;
    }

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

}

/* Responsivo */
@media (max-width: 300px) {
    .piechart {
        width: 180px;
        height: 180px;
    }
}