
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Public+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');


body {
    font-size: 18px;
    font-family: "Public Sans", sans-serif;
}

.hover-underline:hover {
    border-bottom: 1px solid #000;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}
.navbar-toggler {
    border: none;
}
.navbar-toggler-icon {
    filter: invert(1);
}
.navbar-brand {
    color: white;
    display: none;
}
@media (max-width: 992px) {
    .navbar-brand {
        display: block;
        margin-left: 10px;
        text-align: left;
    }
}

.my_card{
    background-color: #3f0b27!important;
}
.breadcrumb {
    background: #FFF;
    border-radius: 0%;
    border: 0;
    margin-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #999;
}
.mynavbar {
    background: #0044cb;
    /* background: linear-gradient(-90deg, rgba(63,11,39,1) 0%, #ed2790 100%); */
    font-family: "Public Sans", sans-serif;
}
li.nav-item {
    margin-right:0.9em;
    font-weight: normal;
}
.nav-link {
    color: #FFF;
    text-transform: capitalize;
}
.nav-link:hover {
    color: #FFF;
    text-transform: capitalize;
    transform: translateY(2px);
    transition: transform 0.2s ease, color 0.2s ease;
}


.container p {
    line-height: 1.5em;
    text-align: justify;
}   
.breadcrumb {
    background: #eeccce;
    border-radius: 0.25em;
    border: 0;
    margin-bottom: 0;
    padding: 0em;
}
.breadcrumb-item a {
    color: #333;
    text-decoration: underline;
}
.breadcrumb-item.active {
    color: #999;
}
.header {
    background-size: cover;
    background-position: center;
    text-align: left;
    padding: 20px 0;
    
}
.header h1 {
    margin: 0;
    font-size: 2em;
    font-family: "League Spartan", serif;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
    color:#333;
}
.logo {
    margin-top: 1em;
    margin-bottom: 1em;
}
.header-profile {
    /* background-image: url('../images/geometric-3037787_1920.png'); */

}

.card-header {
    font-family: "League Spartan", serif;
    color: #FFF;
    
}
h5.card-title {
    font-family: "League Spartan", serif;
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 0.5em;
}
h2 {
    font-family: "League Spartan", serif;
    font-size: 1.5em;
    font-weight: 400;
    color: #0044CB;
    margin-bottom: 0.1em;
    margin-top: 0em;
    text-transform:capitalize;
}
.accordion-button {
    font-family: "League Spartan", serif;
    font-size: 0.75em;
    font-weight: 400;
    color: #0044CB;
    margin-bottom: 0.1em;
    margin-top: 0em;
    text-transform: uppercase;
}
table#branches_table{
    font-size: 0.75em;
}
.thumbnail img {
    border-radius: 1em;
    height: 200px;
}
.caPublicion h4 {
    font-family: "League Spartan", serif;
    font-size: 1em;
    font-weight: 700;
    color: #3f0b27;
    margin-bottom: 0.5em;
}

.caPublicion h3 {
    font-family: "League Spartan", serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #3f0b27;
    margin-bottom: 0.5em;
}
.carousel-inner .carousel-item img {
    border-radius: 1em;
}
.mybg_header {
    background: #ed2790;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}
.mybg_footer {
    background: #999;
    text-align: right;
    
}

.footer_links a{
    color: #3f0b27!important;
    text-decoration: underline;
}
.list-group {
    border-radius: 0%;
    border: 0;
}
.list-group-item {
    border: 0;
    border-bottom: 1px dashed #ccc;
}
.list-group-item a {
    color: #0044cb;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.list-group-item a::before {
    content: "► ";
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.list-group-item a:hover {
    padding-left: 20px;
    color: #002a8f;
}

.list-group-item a:hover::before {
    left: 0;
    opacity: 1;
}
.bg_mymarquee {
    background: #666;
    text-align: center;
    color: #fff;
    padding:0.75em;
    border-radius: 0.5em;
}
.bg_myfooter {
    background-color: #ccc;
    
}
.hp_boxes .card {
    border: none;
}
.hp_box {
    background: #3f0b27;
    border-radius: 1em;
    padding: 1em;
    margin-bottom: 1em;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.hp_box:hover {
    background: #eb2990;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.hp_box a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.25em;
}
.hp_box a:hover {
    text-decoration: underline;
}
.footer_img {
    height:100px;
}