/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-header {
    background: white;
}
.bs-grid-header__menu-desktop, .navbar-collapse {
    background: #0b3d86;
}
.bs-grid-header__search .btn {
    --btn-hover-color: #0b3d86;
    --btn-hover-bg: #ef9421;
}
.fa-shopping-basket:before {
    color: #0b3d86;
}
.cart-items {
    color: #e7ecf3;
}
.bs-footer {
    background: #0b3d86;
}
@media screen and (min-width: 768px) {
    .bs-footer__social .btn-social {
        color: #ef9421;
        background-color: white;
    }
}
.bs-categories__item:hover .bs-categories__title {
    background: #ef9421;
    color: white;
}
.btn-primary:hover {
    background: #ef9421;
    border-color: #ef9421;
    color: white;
}
.bs-footer__logo, .bs-footer__title {
    color: #ef9421;
}
.bs-collection-filter .btn-secondary {
    background-color: #0b3d86;
    border-color: #0b3d86;
}
.bs-collection-filter .btn-secondary:hover {
    background-color: #ef9421;
    border-color: #ef9421;
}
.fa-shopping-basket:before {
    color: #0b3d86;
}
.bs-collection__product-final-price {
    color: #0b3d86;
}
.btn-primary {
    background: white;
    border-color: #0b3d86;
    color: #0b3d86;
}
.btn-primary:hover {
    background: #e7ecf3
;
    border-color: #0b3d86;
    color: #0b3d86;
}
.cookies__buttons button {
    color: #0b3d86;
    background: black;
}
.btn-link:hover {
    color: #0b3d86;
}
.bs-collection-filter .bs-filter-btn:hover {
    color: #0b3d86;
}
.btn-secondary {
    background: #0b3d86;
    border-color: #0b3d86;
}
.btn-secondary:hover {
    background: #ef9421;
    border-color: #ef9421;
}
.bs-product__label {
    color: #0b3d86;
}
.bs-footer__section-form__container {
    max-width: 768px;
    width: 100%;
    background: #e7ecf3;
    border-radius: 13px;
    color: #0b3d86;
    padding: 1rem 2rem;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.chat-widget__btn:hover {
    color: #0b3d86;
}
@media only screen and (max-width : 900px) {
    .bs-grid-header__search {
    grid-area: search;
    display: flex
;
    background: #0b3d86;
    margin: auto -1.25rem -.5rem;
    padding: 0 1rem;
    box-sizing: border-box;
    justify-content: center;
    }
}
.bs-grid-header__logo img {
    max-width: 75px;
    max-height: 75px;
}
@media only screen and (max-width : 900px) {
    .bs-grid-header__logo img {
    max-width: 60px;
    max-height: 60px;
    }
}
.bs-collection__product-notice_tag {
    background: #0b3d86;
}
.page-link.page-link:hover {
    background: #0b3d86;
}
.bs-collection__product-notice_tag {
    background: #0b3d86cc;
}
.bs-footer__section-form .btn:hover {
    border-color: #0b3d86;
}

/*********************************
formulario
**********************************/
.texto-form {
    font-size: 10px;
}

/* Estilos base para el jumbotron de mensaje */
.jumbotron.formulario-mensaje-personalizado {
    border: 1px solid #e1e5ec;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}

/* Estilos específicos para mensajes de error */
.jumbotron.formulario-mensaje-error {
    background-color: #fef2f2;
    border-color: #f5c6cb;
    color: #721c24;
}

/* Estilos específicos para mensajes de éxito */
.jumbotron.formulario-mensaje-exito {
    background-color: #ffffff;
    border-color: #c3e6cb;
    color: #155724;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.1);
}

/* Estilo de los encabezados dentro del mensaje */
.jumbotron.formulario-mensaje-personalizado h1.display-4 {
    font-size: 1.8rem;
    font-weight: var(--font-light);
    margin-bottom: 0.5rem;
    color: var(--body-txt-default-color);
}

.jumbotron.formulario-mensaje-personalizado p.lead {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #555;
}

/* Media Query para pantallas pequeñas */
@media (max-width: 768px) {
    .jumbotron.formulario-mensaje-personalizado {
        padding: 1rem;
        height: auto;
    }

    .jumbotron.formulario-mensaje-personalizado h1.display-4 {
        font-size: 1.6rem;
    }

    .jumbotron.formulario-mensaje-personalizado p.lead {
        font-size: 0.9rem;
    }
}
