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

body {
    background-color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
}

.header_logo {
        margin-top: 15px;
    }

.header_logo img {
            width: 280px;  
        }

.header_logo figure {
            text-align: center;
        }

.navigation-clean {
    background: #006daa;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
  }

@media (min-width:768px) {
    .navigation-clean {
      padding-top: .55rem;
      padding-bottom: .55rem;
    }
  }

.navigation-clean .navbar-brand {
    color: inherit;
    font-size: 14px;
    font-weight: 700;
  }

@media (max-width:468px) {
    .navigation-clean .navbar-brand {
   display: none;
    }
    .navgation-clean .navbar-toggler {
    float: right;
    }
  }

.navigation-clean .navbar-brand:hover {
    color: #222;
  }

.navigation-clean .navbar-toggler {
    border-color: #ddd;
  }

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
    background: none;
  }

.navigation-clean .navbar-toggler {
    color: #888;
  }

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
    color: #8f8f8f;
    box-shadow: none;
    background: none;
    pointer-events: none;
  }

.navigation-clean.navbar .navbar-nav .nav-link {
    padding-left: 18px;
    padding-right: 18px;
  }

.navigation-clean.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
  }

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
    color: #009bdc !important;
    background-color: transparent;
    }

.navbar-brand:hover {
      color: #009bdc !important;
      background-color: transparent;
      }

.navigation-clean .navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 2px;
  }

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
    line-height: 2;
    color: #37434d;
  }

.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
    background: #eee;
    color: inherit;
  }

.title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.title h1 {
        color: #009bdc;
        font-size: 30px;
        margin-top: 20px;
        
    }

.search_interrogacao {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

.search_interrogacao svg {
            fill: #006daa;
            margin-right: 10px;
            -webkit-transition: 200ms all ease-in;
            transition: 200ms all ease-in;
            height: 150px;
            
        }

.search a:hover {
        color: #006daa;

     
    }

.search a:hover svg {
            fill: #009bdc;
        }

.form-search select {
        padding: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.list-supermarket {
    margin-bottom: 15px;
    height: 400px; 
    overflow-x: hidden; 
    overflow-y: auto;
    display: none;

}

.list-supermarket::-webkit-scrollbar {
        width: 8px;
    }

.list-supermarket::-webkit-scrollbar-thumb {
        background: #006daa; 
        border-radius: 10px;
    }

.list-supermarket::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey; 
        border-radius: 10px;
    }

.list-supermarket_item {
        background-color: #006daa;
        border-radius: 5px;
        padding: 10px;
        color: #fff;
    }

.list-supermarket_city {
        margin-bottom: 10px;
        font-weight: 700;
    }

.list-supermarket_phone {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

.list-supermarket_phone img {
            width: 20px;
            margin-right: 5px;  
        }

.list-supermarket_phone a {
            color: #fff;
            font-weight: 700;
            margin-right: 10px;
        }

.list-supermarket_phone a:hover {
            color: #fff;
        }

.list-supermarket_logo {
        width: 158px;
        height: 110px;
        border-radius: 5px;
        margin-top: 15px;
    }

.list-supermarket_click {
        margin-bottom: 5px;
        margin-top: 15px;
    }

.list-supermarket_click a {
            padding: 10px;
            background: #8ed200;
            color: #006daa;
            font-weight: 700;
            text-transform: uppercase;
            -webkit-transition: 200ms all ease-in;
            transition: 200ms all ease-in;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -webkit-align-items: end;
                -ms-flex-align: end;
                    align-items: end;
            max-width: 257px;
            border-radius: 5px;
        }

.list-supermarket_click a svg {
                fill: #006daa;
                margin-right: 10px;
                -webkit-transition: 200ms all ease-in;
                transition: 200ms all ease-in;
            }

.list-supermarket_click a:hover {
            color: #FFFFFF;
        }

.list-supermarket_click a:hover svg {
                fill: #FFFFFF;
            }

.msg-alert {
    margin-top: 10px;
    text-align: center; 
}

@media (max-width: 992px) {
    .list-supermarket_logo {
        margin-top: 15px;
    }
}

@media (max-width: 992px) {
    .list-supermarket_logo {
        margin-top: 15px;
    }

    .list-supermarket_phone {
        margin-top: 10px;
    }
}

h1 {
    color: red;
}

.footer-basic {
    padding: 10px 0;
    background-color: #006daa;
    color: #fff; 
    width: 100%;
    bottom: 0; 
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    
  }

.footer-basic .copyright {
    margin: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff; 
  }

.logo-xcommerce {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

@media (max-width:767px) {
  .logo-xcommerce {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo-arco {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
 
}

.copyright__dev__head {
  float: left;
  margin-right: 10px;
  line-height: 50px;
  font-family: "Roboto",sans-serif;
  color: #fff;
  font-size: 11px !important;
  font-weight: 700;
  margin-left: 10px;
}

.copyright__dev__icon {
  float: left;
  width: 24px;
  height: 24px;
  margin-top: 13px;
  background: url(/src/img/logo/arco.svg);
  background-size: cover;
}

.copyright__dev__icon-automatiza {
  float: left;
  width: 28px;
  height: 24px;
  margin-top: 13px;
  margin-left: 10px;
  background: url(/src/img/logo/automatiza.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.copyright__dev__icon-xcommerce {
  float: left;
  width: 100px;
  height: 25px;
  margin-top: 13px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: center;
  background-color: #eee;
  background: url(/src/img/logo/xcommerce.svg);
  background-size: cover;
} 