html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

body {
    font-size: small;
    position: relative;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    padding-top: 150px;
    transition: transform 0.5s ease-in-out;
    background: #FFFFFF;
}


header {
    position: relative;
    background: white;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 73%, rgba(237,237,237,1) 100%);
    padding: 10px;
    margin-top: -150px;
    margin-bottom: 0px;
    height: 85px;
    z-index: 1000;
}

header h1 {
    display: block;
    top: 2%;
    left: 10%;
    position: relative;
    height: 85%;
    max-width: 250px;
    overflow: hidden;
}

header h1 a {
    display: flex;
    justify-content: left;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header h1 a img {
    max-width: 100%;
    max-height: 100%;
    border: 0;
}

header nav {
    position: absolute;
    display: inline-block;
    right: 9%;
    top: 33px;
}

.img-bkgd-lazy{
    background-color: #ccc;
}

body.headerMenuOpen {
    position: relative;
    margin-left: 70%;
    margin-right: -70%;
    overflow: hidden;
}

header nav .link {
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 8px 16px 5px;
    text-decoration: none;
    color: #262626;
    font-size: 12px;
    border-right: 1px solid #797979;
    cursor: pointer;
    height: 12px;
    z-index: 1;
}

body.headerMenuOpen header nav {
    position: fixed;
    top: 0;
    left: 0;
    background: #eee;
    width: 75%;
    height: 100%;
    padding: 5%;
}

body.headerMenuOpen header.fixed nav {
    top: 40px;
}



header nav .link.dropdown_toggle.trocar_regiao:nth-child(4) {
    padding-left: 40px;
    background-image: url(images/ico-pin.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

header nav .link:last-child {
    border-right: none;
}

header nav a.toggleMenu {
    position: absolute;
    display: none;
    left: 8%;
    top: 15px;
    width: 40px;
    height: 35px;
    cursor: pointer;
    text-indent: -1000px;
    overflow: hidden;
    transition: none;
}

body.headerMenuOpen header nav a.toggleMenu {
    left: 105%;
    top: 30px;
}

header.fixed nav a.toggleMenu {
    top: 5px;
    left: 3%;
    height: 20px;
    width: 25px;
}
body.headerMenuOpen header.fixed nav a.toggleMenu {
    left: 3%;
    top: -30px;
}

header.fixed h1 a img {
    height: 100%;
}

header nav a.toggleMenu:before {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 20%;
    background: white;
}

header nav a.toggleMenu:after {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 20%;
    background: white;
}

header .dropdown {
    cursor: auto;
    position: absolute;
    background: #fff;
    border: 1px #666 solid;
    border-top-width: 2px;
    top: 45px;
    right: 10px;
    padding: 10px;
    margin-top: 5px;
}

body.headerMenuOpen header nav .link.dropdown_toggle:hover .dropdown {
    position: relative;
    top: 5px;
    left: -1%;
    width: 100%;
}

header .dropdown.trocar_regiao {
    width: 250px;
    max-height: 500px;
}

header .dropdown.trocar_regiao p {
    margin-bottom: 10px;
}

header .dropdown.trocar_regiao ul {
    list-style: none;
    max-height: 450px;
    overflow: auto;
}

header .dropdown.trocar_regiao ul::-webkit-scrollbar {
    width: 0.6em;
}

header .dropdown.trocar_regiao ul::-webkit-scrollbar-track {
    background: #eee;
}

header .dropdown.trocar_regiao ul::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #ccc;
}

header .dropdown.trocar_regiao ul li {
    display: block;
    margin-bottom: 4px;
}

header .dropdown.trocar_regiao ul li a {
    display: block;
    padding: 10px;
    margin-right: 5px;
    text-decoration: none;
    text-transform: none;
    color: black;
    border-left: 2px #fff solid;
}

header .dropdown.trocar_regiao ul li a:hover {
    background: #eee;
    border-left: 2px #666 solid;
}

header .dropdown.trocar_regiao ul li a.active {
    background: #eee;
}


header .dropdown.drpdwn_login {
    display: block;
    width: 280px;
    text-transform: none;
    z-index: 2;
}
header .dropdown.drpdwn_login.tohide {
    display: none;
}

header .dropdown.drpdwn_login form p label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

header .dropdown.drpdwn_login form p {
    margin-bottom: 10px;
}

header .dropdown.drpdwn_login form p input {
    padding: 6px;
    display: block;
    width: 100%;
    margin-top: 4px;
}

header .dropdown.drpdwn_login form p button {
    background: #666;
    color: white;
    border: 0;
    padding: 10px 15px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px;
    text-transform: uppercase;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border-bottom: 1px black solid;
    margin-top: 0;
    z-index: 1;
}

header.fixed h1 {
    height: 30px;
    top: -6px;
}

header.fixed:before {
    display: none;
}

header.fixed nav {
    top: 5px;
}

header.fixed nav .link {
    font-size: 1em;
    padding: 1px 7px 0px 6px;
    height: 20px;
    margin-top: 4px;
}

header.fixed nav .link.dropdown_toggle:before {
    border-top: 10px solid transparent;
    border-right: 10px solid #666;
    right: 8px;
}

header.fixed .dropdown {
    top: 25px;
    right: 8px;
}

.container-fluid.row-categorias .col-categorias > div.row {
    display: flex;
    justify-content: center
}
#categorias {
    padding: 0;
    background: #ffffff;
    height: 50px;
    margin: 10px 0;
    display: inline-flex;
    width: max-content
}
.categoria {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    max-width: 140px;
    font-size: 12px;
    color: #282828;
    font-weight: normal;
    height: 100%;
    float: left;
    background-size: 20%;
    position: relative;
    margin-left: 20px
}
.categoria img {
    max-width: 38px;
    height: auto;
    max-height: 38px;
    width: auto;
    margin-right: 7px
}
.categoria p {
    margin: 0;
    max-width: min-content;
    min-width: 65px;
    text-transform: uppercase;
    font-size: 11px
}
.categoria span {
    margin: 0;
    max-width: 70%;
    text-transform: uppercase;
}
.categoria:hover {
    cursor: pointer;
    opacity: 0.8 !important;
}
.filter-menu {
    margin: 0;
}
.filter-menu li {
    display: inline-block;
}
.filter-menu a {
    display: block;
    padding: 17px 18px 13px 45px;
    background-color: #ffffff;
    color: #282828;
    font-size: 14px;
    cursor: pointer;
}
.filter-menu a:hover {
    background-color: #282828;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.filter-active {
    background-color: #282828 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: bold !important;
}
button[type="submit"] {
    background-color: #282828;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
input[type="search"] {
    border-radius: 0;
    height: 30px;
    border: 1px solid #f1f1f1;
    margin-top: 10px;
}


/*ACHO que é mobile*/

.categorias {
    box-shadow: 0px 3px 8px #484848;
    position: relative;
    z-index: 9;
    width: 100%;
    margin-top: -10px;
    left: 0;
}
.categorias li {
    display: none;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #c2c2c2;
    height: 56px;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #828181;
    list-style: none;
}
.categorias a:hover {
    text-decoration: none;
}


/*NEAR PAGE*/
#map {
    height: 300px;
    position: relative;
    width: 100%;
}

.maps-frame {
    height: 300px;
    width: 100%;
}

.beneficios {
    margin-top: 20px;
    padding: 5px;
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    height: 300px;
}

footer .modal-body ol {
    margin-left: 5% !important; 
}


/* Carousel Full */
.container-fluid.banner-full {
    padding: 0;
}
.carousel-inner img {
    margin: 0 auto;
}

@media (max-width: 600px) and (orientation: portrait) {
    .carousel-control .icon-next, .carousel-control .icon-prev {
        font-size: 60px;
        top: 40% !important;
    }
}



::-webkit-scrollbar {
    width: 6px !important;
}
::-webkit-scrollbar-track-piece {
    background-color: #efefef !important;
}
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
    background-color: #999 !important;
}
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #999 !important;
}