body {
    background: #F3F3F3;
}

h1,h2,h3{
    font-weight: bold;
}

.carousel-item img{
    border-radius: 15px;
    margin: 20px 0;
}
ul{
    padding: 15px;
}

div.row.endereco img{
    float: left;
    
}
div.row.endereco p{
    margin-left: 50px;
}
div.espaco-10{
    height: 10px;
    width: 100%;
}
div.espaco-30{
    height: 30px;
    width: 100%;
}
div.espaco-50{
    height: 50px;
    width: 100%;
}

footer{
    background-color: black;
    margin-top: 50px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
    padding: 10px;
}

header{
    height: 580px;
}

div.banner-home{
    position: absolute;
    width: 100%;
    height: 540px;
    background: linear-gradient(180deg, #5482C0 0%, #204C88 100%);
}

img.img-nuance-home{
    width: 100%;
    height: auto;

}
#imagem-nuance-home{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: -1px;
    z-index: 0;
}

.banner-bt01-dia img{
    width: 100%;
    height: auto;
    position: absolute;
    display: block;
    bottom: 0;
}

.banner-bt01-dia {
    position: absolute;
    width: 80%;
    margin: 0 10%;
    height: 480px;
    left: 20px;
  }

  .logotipo{
    height: 130px;
  }

  @media (max-width: 600px){
    .banner-bt01-dia img{
        width: 700px;
        height: auto;
        position: absolute;
        display: block;
        bottom: -30px;
    }
  }

  .whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
  }