*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: sans-serif;
}

nav-bar
{
    position: sticky;
    top: 0;
    z-index:  10;
}

.navbar
{
    background-image:  linear-gradient(to right, #c9c7d1, #8e8a9c);
    padding: 0 !important;
}

.navbar-brand img
{
    height: 40px;
    padding-left: 1px;
}

.navbar-nav li
{
    padding: 10;  
}
.navbar-nav li a
{
    color: #051324 !important;
    font-weight: 600;
}

#banner
{
    background: #FFFFFF;
 
    color: #051324;
    padding-top: 5rem;
    padding-bottom: 6rem;
}

.promo-title
{
    font-size: 45px;
    font-family: sans-serif;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.promo-title2
{
    font-size: 25px;
    font-weight: 600;
    font-family: sans-serif;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;  
}

.bottom-img
{
    width: 100%;
    text-align: center;
}

.img-fluid
{
    width: 80%;    
}

#sobre
{
    padding: 80px 0;
    /*background: #c2c3c4;*/
    background: #FFFFFF;
}

#produtos
{
 /* padding: 80px 0;
    background: #c2c3c4;*/
    padding: 80px 0;
    text-align: center;
    /*background: #c2c3c4;*/
    background: #FFFFFF;
    color: black;
    font-size: 15px;
}

.products-img
{
    width: 50%;
    margin-bottom: 20px;    
}

#servicos
{
    padding: 80px 0;
    text-align: center;
    /*background: #c2c3c4;*/
    background: #FFFFFF;
    color: black;
    font-size: 15px;
}

.service-img
{
    width: 50%;
    display: block;
    margin: auto;
    margin-bottom: 20px;    
}

#contactos
{
    background: #FFFFFF;
    text-align: center;
    color: black;
    padding: 80px 0;
    padding-bottom: 25px;
}

hr
{
    padding-top: 10px;
    background-color: #3d3d3d;
}

#galeria
{
    padding: 65px 0;
    background: #FFFFFF;
}

.footer-copyright
{
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: center;
    color: black;
    font-size: 15px;
}

footer
{
    background-color: #d2c3c4;; 
}

#cb-cookie-banner
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
}

.carousel-item img
{
    height: 100%;
    object-fit: cover;
    margin: 0 auto; /* this will align the image to center. */
    width: auto;
}

#btn-back-to-top 
{
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
}