body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}
.header {
    background: #ffffff;
    padding: 20px;
    height: 147px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 11px 8px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 11px 8px -8px rgba(0,0,0,0.75);
box-shadow: 0px 11px 8px -8px rgba(0,0,0,0.75);
}

#main_nav {
    margin: 0 auto;
}

#main_nav li {
    margin: 0 8px;
}

.another-options li {
    list-style: none;
    display: inline-block;
    color: #ffffff;
    margin: 0 8px;
}

.another-options {
    display: inline-table;
    vertical-align: middle;
    margin: 0;
    padding: 14px 0;
}

.footer {
    background: #0270AC;
    padding: 40px;
    color: #ffffff;
    border-top: 2px solid #009541;
    font-size: 12px;
}

.footer-menu li {
    list-style: none;
}

.footer-menu {
    padding: 0;
}

.footer a, .footer a:visited {
    text-decoration: none;
    color: #ffffff9e;
}

.footer a:hover {
    opacity: 0.8;
}

.card-shadow {
    -webkit-box-shadow: 5px 5px 14px -7px rgba(0,0,0,0.18);
    -moz-box-shadow: 5px 5px 14px -7px rgba(0,0,0,0.18);
    box-shadow: 5px 5px 14px -7px rgba(0,0,0,0.18);
    margin-bottom: 40px;
    border: 0;
    border-radius: 10px;
}

.btn-cart {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 8px;
    background: #f42526;
    text-decoration: none;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.btn-orange {
    background: #ffffff;
    text-decoration: none;
    color: #009541;
    border-radius: 5px;
    font-weight: bold;
}

.btn-cart:hover, .btn-orange:hover {
    color: #009541;
    opacity: 0.75;
}

.home-content {
    padding: 50px 0;
    background: rgb(230,233,235);
    background: linear-gradient(0deg, rgba(230,233,235,1) 0%, rgba(255,255,255,1) 100%);
    border-bottom:4px solid #FFFFFF;
}

.login-info-bar {
    text-align: right;
    font-size: 12px;
    padding: 8px;
    background: rgb(230,233,235);
    background: linear-gradient(0deg, rgba(230,233,235,1) 0%, rgba(255,255,255,1) 100%);
    border-bottom:2px solid #FFFFFF;
        
}

.login-info-bar a, .login-info-bar:visited {
    text-decoration: none;
    color: #f42526;
}

.login-info-bar a:hover {
    text-decoration: underline;
    opacity: 0.8;
}
.header-cart-options {
    text-align: right;
}

.box-content {
    padding: 50px 0;
}
.another-options a, .another-options:visited {
    color: #ffffff;
    text-decoration: none;
}

.another-options a:hover {
    opacity: 0.75;
}

.home-content h1 {
    color: #000356;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.7em;
    font-weight: bold;
}

.product-filters {
    background: #009541;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
}

.breadcrumb {
    font-size: 0.8em;
}

.breadcrumb a, .breadcrumb a:visited {
    color: #0270AC;   
}

.breadcrumb a:hover {
    color: #000356;
}


.cart-summary {
    font-size: 0.9em;
}

.cart-summary h1 {
    font-size: 1.1em;
}

.accordion-button:not(.collapsed) {
    background-color: #000356;
    color: #FFFFFF;
}

.cart-summary {
    box-sizing: border-box;
    padding: 20px;
}

.home-content h2 {
    color: #000356;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.4em;
    font-weight: bold;
}

.list-group-item {
    font-size: 0.8em;
}

.home-content {
    min-height: 540px;
}

.logo img:hover {
    opacity: 0.75;
}

.navbar-dark .navbar-nav .nav-link {
    color: #006FAB;
    text-transform: uppercase;
    height: 67px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #006FAB;
    opacity: 0.75;
}
.img-gallery img {
    border: 4px solid #FFFFFF;
}

.img-gallery {
    margin-bottom: 10px;
}

.thumb-product {
    border:1px solid #CCCCCC;
}

.price {
    font-size: 1.9em;
}

.box-price {
    color: green;
    font-weight: bold;
}

.product-picture {
    position: relative;
}

.product-picture .overlay {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
   /* background-color: #000b54;*/
    z-index: 99;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    border-radius: 8px 8px 0 0;
    color: #000356;
    padding: 20%;
    box-sizing: border-box;
    text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.6);
    font-weight: bold;
    text-transform: uppercase;
}

.product-picture a:hover > .overlay {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.product-picture a:hover img {
    opacity: 0.25;
}

.product-picture a img {
    opacity: 1;
    transition: opacity 0.5s linear;
}

.barra-topo {
    height: 10px;
    width: 100%;
    background: url("../img/barra-topo.png") repeat-x 0 0;
}

.box-noticias {
    background: rgb(221,221,221);
    background: linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 100%);
    padding-top: 60px;
    padding-bottom: 60px;
}

.box-noticias h3 {
    text-transform: uppercase;
    color: #006FAB;
    font-weight: bold;
    font-size: 20px;
}

.box-noticias h3.title::after {
    content:'';
    display:block;
    border:3px solid #006FAB;
    width:40px;
    height:2px;
    margin:10px auto;
    background-color:#DDD;
}

.box-convenios {
    background: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 60px;
}

.box-convenios h3 {
    text-transform: uppercase;
    color: #009541;
    font-weight: bold;
    font-size: 20px;
}

.box-convenios h3.title::after {
    content:'';
    display:block;
    border:3px solid #009541;
    width:40px;
    height:2px;
    margin:10px auto;
    background-color:#DDD;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
    content:'';
    display:block;
    border:2px solid #006FAB;
    width:40px;
    height:2px;
    margin:5px auto;
    background-color:#DDD;
}

.noticias-card {
    margin: 20px;
    border-radius: 20px;
    background: #FFFFFF;
    display: inline-table;
    max-width: 270px;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 5px 5px 20px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 20px -8px rgba(0,0,0,0.75);
box-shadow: 5px 5px 20px -8px rgba(0,0,0,0.75);
}

.noticias-card picture img {
    position: absolute;
    border-radius: 20px 20px 0 0;
    width: 100%;
}

.noticias-card picture {
    display: flex;
    max-width: 270px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.noticias-title {
    padding: 20px;
    height: 120px;
    box-sizing: border-box;
}

.noticias-title a, .noticias-title a:visited {
    text-decoration: none;
    color: #8C8C8C;
}

.noticias-title a:hover {
    text-decoration: none;
    color: #006FAB;
}

.box-banner-convenios .item-banner {
    display: inline-table;
    margin:10px 20px;
}

.home-content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #006FAB;
}

.separador {
    display: inline-flex;
    width: 100%;
    height: 10px;
    margin-bottom: 20px;
}
.separador::after {
    content:'';
    display:block;
    border:3px solid #006FAB;
    width:40px;
    height:2px;
    margin:10px auto;
    background-color:#DDD;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background: #00325F;
}
#hamburger-icon {
    z-index: 4;
    position: relative;
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .logo img {
        max-width: 200px;
    }
    .footer-menu {
        order: 1 !important;
    }
    .footer-credito {
        order: 3 !important;
    }

    .footer-blank {
        order: 2 !important;
    }

    .navbar-dark .navbar-toggler {
        color: #006FAB;
        z-index: 100;
    }
    
    .navbar-expand-md {
        z-index: 99;
        background: white;
        padding: 0;
      }
      .navbar-expand-md .container .navbar-toggler {
        display: block;
      }
      
      .navbar-collapse {
        width: 100%;
        background: #FFFFFF;
        position: fixed;
        z-index: 9;
        display: block;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.4s;
      }
      .navbar-collapse ul.navbar-nav {
        position: absolute;
        top: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
      }
      .navbar-collapse ul.navbar-nav li {
        opacity: 0;
        transition: opacity 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
        padding: 0;
        margin-bottom: 20px;
      }
      .navbar-collapse ul.navbar-nav li a {
        color: white;
        font-size: 40px;
        padding: 0;
      }
      .navbar-collapse.show {
        min-height: 100vh;
        visibility: visible;
        opacity: 1;
        z-index: 9;
      }
      .navbar-collapse.show ul li {
        opacity: 1;
      }
    
      .navbar-toggler i {
        font-size: 36px;
      }
}

