/* ==========================
   Marco Gama Support
   ========================== */

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    padding-top:75px;
    font-family:Arial, Helvetica, sans-serif;
    background:#ffffff;
}

/* ==========================
   MENU
   ========================== */

.navbar{
    box-shadow:0 3px 15px rgba(0,0,0,.20);
}

.navbar-brand{
    font-weight:bold;
    font-size:1.3rem;
}

.nav-link{
    font-size:17px;
    transition:.3s;
}

.nav-link:hover{
    color:#57d957 !important;
}

/* ==========================
   BANNER
   ========================== */

header{
    width:100%;
    text-align:center;
    background:#fff;
    overflow:hidden;
    margin-top:5px;
}

header img{
    display:block;
    width:95%;
    max-width:1500px;
    height:auto;
    margin:0 auto;
    position:relative;
    left:10px;
}

/* ==========================
   RODAPÉ