.content { float:left; width:100%; margin:0 4%; padding: 20px 0; }


/*HEADER*/
.main_header          { background: #0553a5; z-index:1; }
.main_header .content { float:left; padding:0px 0; }

.fixed                { display:block; position:fixed; z-index:9; }
.main_header_logo     { float:left; width:138px; margin-bottom:10px; }
.main_header_logo img { height:69px; }


/*Seu Código*/
.section-seu-codigo          { padding:10px 0px; background-color:#f4f4f4; }
.section-seu-codigo .content { float:left; padding:1em 0; }
.section_title               { width: 100%; float:left; margin-bottom:1em; font-size:1.3em; font-weight: 300; text-align: center; border-bottom: 1px #eceaea solid; padding-bottom: 1em; }

.box-artigo   { width:100%; float:left; background:#fff; box-shadow: 1px 0px 1.2px 0px #e3e3e3; border-radius:3px; padding:1em; }


/* Show dropdown when parent OR the menu itself is hovered */
.dropdown:hover > .dropdown-menu,
.dropdown-menu:hover {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    display: block;
    margin-top: 0; /* IMPORTANT: remove the gap */
    margin-left: 0; /* IMPORTANT: remove the gap */
}
/* -------------------------------------------------------
   PARENT NAV-LINK HOVER (Dropdown trigger)
-------------------------------------------------------- */
.dropdown:hover > .nav-link,
.dropend:hover > .nav-link {
    color: white !important;  
    background-color: #0d6efd;
    border-radius: 4px;
    transition: 0.2s ease-in-out;
}
.nav-link {
    color: white;
}
/* -------------------------------------------------------
   DROPDOWN MENU STYLE (Background, Gradient, Shadow)
-------------------------------------------------------- */
.dropdown-menu {
    /*    background: linear-gradient(180deg, white 0%, #292929 100%);*/
    background: white;
    border-radius: 8px;
    border: 1px solid #444;
    padding: 6px 0;
    min-width: 180px;
    /* Animation */
    /*opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    display: block;*/ /* Required for animation */
    /*visibility: hidden;*/ /* Hide until hovered */
    /*pointer-events: none;*/
}


/* -------------------------------------------------------
   SUBMENU ITEMS (Normal state)
-------------------------------------------------------- */
.dropdown-menu .dropdown-item {
    padding: 8px 16px;
    font-size: 0.95rem;
    border-radius: 4px;
    color: #0d6efd;
}

    /* -------------------------------------------------------
   SUBMENU ITEM HOVER
-------------------------------------------------------- */
    .dropdown-menu .dropdown-item:hover,
    .dropdown-menu .dropdown-item:focus {
        background: linear-gradient(90deg, black 0%, #0d6efd 100%);
        color: #fff !important;
        box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
        transform: translateX(0px);
        transition: 0.15s ease-in-out;
    }

/* -------------------------------------------------------
   NESTED SUBMENUS (dropend)
-------------------------------------------------------- */
@media (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 500;
        left: 100%;
    }
}



/*FOOTER*/
.main_footer          { background-color:black; color:#fff; font-size:0.875em; }
.main_footer .content { padding:3em 0em; }

.main_footer_copy       { background-color:#262626; width:100%; float:left; text-align:center; padding:1.5em 0em; }
.main_footer_copy p     { font-family:'open_sanslight'; font-size:1em; color:#e1e0e0; height:20px; }
.main_footer_copy .m-b-footer   { margin-bottom:0.5em; }
.main_footer_copy .by   { font-size:0.96em; }
.main_footer_copy .by i { font-size:0.96em; margin-right:3px; color:#e82626; }
.main_footer_copy .by a { text-decoration:underline; color:#ffffff; }
.main_footer_copy .by a:hover { color:#007cff;}

/*Começa o Responsivo*/

/*480PX BREAKPOINT*/
/*480 dividido por 16 = 30em*/
@media (min-width:30em){

.boxBannerTopo { padding:1em 0; }

}

/*600PX BREAKPOINT*/
/*600 dividido por 16 = 37,5em*/
@media (min-width:37em){


} 

/*768PX BREAKPOINT*/
/*768 dividido por 16 = 48em*/
@media (min-width:48em){


} 

/*960PX BREAKPOINT*/
/*960 dividido por 16 = 60em*/
@media (min-width:60em){

 .section-seu-codigo          { padding:20px 0px; }
 .section-seu-codigo .content { width:80%; padding:1em 0; margin:0 10%; }

}

/*1280PX BREAKPOINT*/
/*1280 dividido por 16 = 80em*/
@media (min-width:80em){

 
}

/*1366PX BREAKPOINT*/
/*1366 dividido por 16 = 85,375em*/
@media (min-width:85em){

 .content  { width:80%; margin:0 10%; }

}

/*1600PX BREAKPOINT*/
/*1600 dividido por 16 = 100em*/
@media (min-width:100em){


}
/*Fecha o Responsivo*/
