html, body, * {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
    margin: 0 !important;
}
#menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}
/*.button {background-image: linear-gradient(to right, #77b82a 0%, #6fad2d  51%, #77b82a  100%); border-color: #77b82a;} */
.button {
    position:absolute;
    right: 40px;
    top: 70px;
    /* padding: 12px 15px; */
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #000;
    border-radius: 10px;
    display: block;
}
.logo {
    position:absolute;
    left: 150px;
    top: 50px;
}
.button:hover, .button a, .button a:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    float: right !important;
    display: block;
}
.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.col { 
    margin: 20px; 
    text-align: center;
    box-shadow:0 10px 20px rgba(0,0,0,0.15);
    transition:all .6s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.col a{
    color:#000;
    font-weight: bold;
}
.col:hover,
.col:active{box-shadow:0 5px 15px rgba(0,0,0,0.3); transform:scale(1.1, 1.1); cursor: pointer;}
.img{ width: 100%; height: auto;}
.scroll-up-button,
.scroll-down-button {
    position: fixed;
    right: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 20px; 
    margin-right: 57px;
    border-radius: 10px; 
    color: #6fad2d;
    box-shadow: 0 0 6px 0 rgba(119,184,42, 0.5);
   /* border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #77b82a, #6fad2d);
    background-color: transparent !important;
    box-shadow: 2px 1000px 1px #fff inset;
    */
    border-color: #77b82a;
    border: solid 1px #6fad2d;
    background-origin: border-box;
    background-clip: content-box, border-box;
    
}
.scroll-up-button{
    top: 30%;
}
.scroll-down-button{
    top: 50%;
}
section {
    width: 100%;
    max-width: 1000px;
    margin: 180px auto 20px auto;
}
/*.card{
    box-shadow: 10px 10px 8px #888888;
}
.card:hover{
    box-shadow: 20px 20px 16px #888888;
    cursor: pointer;
}*/
.card-header{ text-align: center;}
.imgCont{
    height: 200px;
    text-align: center;
}
.imgCont img{
    max-height:100%;
    width: auto !important;
}
a, a:hover{
    color: #fff;
    text-decoration: none;
}
#menup {
    /* position:relative; */
    top:0;
    right:0;
    /* height: 1px; */
    z-index: 70;
    width: 100%;
    padding: 0;
    margin:0;
}
.menup1 {
    position: relative;
}
.card-title {
    text-align: center;
}
/* The fast way */
.card, .bt {
/* box-shadow: 0 10px 20px rgba(0,0,0,0.15); */
box-shadow: 0px 5px 5px 0px #000;
transition:all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
border-radius: 15px;
}
.card:hover,
.bt:hover,
.card:active,
.bt:active {
    box-shadow:0 5px 15px rgba(0,0,0,0.3);transform:scale(1.1, 1.1);
    cursor: pointer;
}
    
.carousel-item {
    height: 100vh;
    min-height: 100%;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-caption{
    color: black;
}
.fp-controlArrow.fp-prev {
    border-color: transparent #CCC transparent transparent !important;
}
.fp-controlArrow.fp-next {
    border-color: transparent transparent transparent #ccc; !important;
}
.menu li {
    display:inline-block;
    float: right;
    margin: 50px;
    color: #000;
    background:#fff;
    background: rgba(255,255,255, 0.5);
    -webkit-border-radius: 10px;
            border-radius: 10px;
}
.menu li.active{
    background:#666;
    background: rgba(0,0,0, 0.5);
    color: #fff;
}
.menu li a{
    text-decoration:none;
    color: #000;
}
.menu li.active a:hover{
    color: #000;
}
.menu li:hover{
    background: rgba(255,255,255, 0.8);
}
.menu li a,
.menu li.active a{
    padding: 9px 18px;
    display:block;
}
.menu li.active a{
    color: #fff;
}
#menu{
    position:fixed;
    top:0;
    right:0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin:0;
}
.sb {
    float: right;
    top: 87%;
    z-index: 100;
}
a, a:hover{
    color: #fff;
    text-decoration: none;
}

.mnubt{
    float: right;
    margin:40px;
}
.sumario{
    font-weight: bold;
    font-size: 20px;
}
#menuBody {
    background: url('img/fundo.png') no-repeat center center;
    width: 100%;
    /* min-height: 100%; */
    height: auto;
    background-repeat: no-repeat;
    background-size: auto;
}