/* agrega aqui los estilos necesarios para modificar el template */

/* Estilos genrales */

.bs-header {
    border-top: 10px solid #E9EAD3;
    border-bottom: 0px solid #355e03;
    background: #E9EAD3;
}

.alert-primary {
    color: white;
    background-image: linear-gradient(to bottom right, #CEDE79 , #B0CA28);
    border-color: #b0ca28;
}

.btn-primary {
    background-image: linear-gradient(to bottom, #b0ca28 , #396707);
    border-color: #e9ead3;
}

.bs-header .bs-social-media a {
    color: #2f6f28;
}

/* Menú */

.navbar-toggler {
    color: #386607;
}

.bs-header-navbar {
    background-image: linear-gradient(to bottom, #CEDE79 , #B0CA28);
    margin-top: 10px;
}    

.bs-header a {
    color: #ffffff;
}
.bs-header a:not([class*="bs-menu"]):hover, .navbar-toggler:hover {
    color: #2f6f28;
}

@media screen and (min-width: 1200px){
    .bs-menu-lv1:hover, .show >.bs-menu-lv1 {
        color: #2f6f28;
    }
}

@media screen and (max-width: 600px){
    .bs-header-navbar {
        background: #E9EAD3;
        background-image: none;
    }
}

@media screen and (max-width: 600px){
    .bs-header a {
        color: #386607;
    }
}

.navbar-collapse {
    background: #e9ead3;
}

.bs-menu-lv2 {
    color: #2f6f28!important;
}
.bs-menu-lv2:hover {
    color: #FFFFFF!important;
    background: #A1BD40;
}

/* Footer */

.bs-footer {
    background-image: linear-gradient(to bottom, #396707 , #1C3403);
}    

.title-footer {
    color: #f7f7f7;
}

.bs-footer .list-group-item {
    color: #e5edaa;
    font-weight: normal;
    font-size: 14px;
}
.bs-footer .list-group-item:hover {
    background-color: transparent;
}

.bs-footer .bs-social-media a {
    color: #e5edaa;
}
.bs-footer .bs-social-media a:hover {
    color: #ffffff;
}

@media screen and (max-width: 992px){
    .bs-footer .bs-chat a {
        color: #e5edaa;
        background: transparent;
    }
}


/* Formulario */

.background {
    background-image: url(https://s3.amazonaws.com/bsalemarket/38885/1/right-form), url(https://s3.amazonaws.com/bsalemarket/38885/1/left-form);
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: contain;
}











