/*
Custom CSS for TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

*/
.text-primary {
    color: #0085ad!important;
}
.text-secondary {
    color: #FFF!important;
}
.text-muted {
    color: #3d3e3e!important;
}
.bg-primary-dark {
    background-color: #043d4e!important;
}
.bg-secondary {
    background-color: #0085ad!important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #e7eaef;
    background-image: url(../img/bkg-card.jpg);*/
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.fondo { background-color: darkviolet; }
.fondo2 { background-color: #9a74aa; }
.fondo-contacto {
    background-image: url("../img/contact-us-1.jpg");
    background-position: left top;
  background-attachment: fixed;
}