/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-header-search .btn-search {
    box-shadow: 2px 0px #213758 inset;
    color: #082140;
}

.bs-header-search .input-group {
    background: rgb(212 212 212 / 13%);
}

.bs-banner-grid__info {
    background: #0d2f64;
}
.bs-banner-grid__title {
    color: #ffffff;
}
.bs-footer {
    padding-top: 40rem;
}
.bs-footer__title, .bs-footer__title__little {
    color: #ffffff;
    filter: drop-shadow(2px 4px 6px black);
}
.bs-form-inline form .form-group .btn {
    padding-top: 6px;
    padding-bottom: 6px;
}
.text-muted {
    color: #000000 !important;
}
.bs-collection__title {
    color: #0e2f61;
}
@media screen and (min-width: 992px) {
    .bs-parallax__title {
        font-size: 3rem;
        filter: drop-shadow(2px 4px 6px black);
    }
}
@media screen and (min-width: 992px) {
.bs-parallax__content {
    filter: drop-shadow(2px 4px 6px black);
}}
.jumbotron.formulario-mensaje-exito {
    border-color: #c20e1a;
    color: #000000;
    box-shadow: 0 4px 15px rgb(14 47 100);
}
.jumbotron.formulario-mensaje-error {
    background-color: #ffffff;
    border-color: #c20e1a;
    color: #c20e1a;
}

.bs-home__brands__item {
    background: #ffffff;
    border: solid 2px #e0e4eb;
}


.bs-footer__social .btn-social {
    border: 1px solid #0c3062;
    background: #0c3062;
    color: WHITE;
}

.bs-footer__social .btn-social:hover {
    border: 1px solid #0c3062;
    background: #0c3062;
    color: WHITE;
    opacity: .7;

}

.bs-footer h6 {
    color: #0f2e63;
}

.btn-dark:hover {
    color: white;
    background-color: #c20e1a;
    border-color: #c20e1a;
}

.article-title {
    color: #0e2f64;
}


