

/*Hoja de estilos basada en Bulma*/

/*.feedback {*/
    /*background-color : #25d366;*/
    /*color: white;*/
    /*border-radius: 50%;*/
    /*border-color: #25d366;*/
/*}*/

.wtWhatsApp {
    position: fixed;
    bottom: -4px;
    right: 10px;
    background-color: #25D366;
    color: white;
}

.activo {
    background-color: orangered;
    color: whitesmoke;
}

.header-image {
    background-image: url("../img/armar-header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #999;

}
.service-image {
    background-image: url("../img/armar-servicios.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #999;


}
.nosotros-image {
    background-image: url("../img/nosotros.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #999;

}


.negro {
    color: black;

}
.centrado {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wt-orangeRed{
    color: #3f0000;

}
.wt-colorelegante-1 {

    background-color: #a3b569;
}
.wt-colorelegante-2 {

    background-color: #967557;
}
.wt-colorelegante-3 {

    background-color: #7f6884;
}
.filtro-03{
    filter: brightness(0.3);
}
.division {
    margin: 20px;

}
.wtFooter {
    background-color: #0c1a7d;
    color: white;
}




