body{
    overflow-x: hidden; 
}

header .navbar{
    padding: 1.5rem 1rem;
}

.dropdown-menu.right{
    right: 0;
    left: auto;
    padding: 1rem;
}

.dropdown-menu input, .dropdown-menu button {
    margin: .5rem !important;
}

.dropdown-item:active{
    background-color: #00bcd4;
}

a, a:hover, a:active, a:focus{
    color: #00bcd4;
}

a[disabled]{
    opacity: .5;
}

.btn{
    border-radius: 0px !important;
}

.btn-mc1{
    text-decoration: none;
    background-color: #00bcd4 !important;
    color: #fff
}

.btn-outline-mc1{
    text-decoration: none;
    border: solid #00bcd4 1px !important;
    color: #00bcd4
}

.btn-outline-mc1:hover{
    background-color: #00bcd4;
    color: #f4f4f4;
}

.btn-mc2{
    text-decoration: none;
    background-color: #008ba3 !important;
    color: #fff;
}

/*.btn-mc1:hover, .btn-mc2:hover{
    color: #fff;    
}*/

#main{
    width: 100%;
    height: 100vh;
    background-image: url("./images/img.jpg");
    /*background-color: #000;*/
    background-size: cover;
    background-attachment: fixed;
}

.jumbotron{
    background-color: transparent;
    color: #fff;
}

footer{
    border-bottom: solid 10px #008ba3;
}

footer .container{
    min-height: 40vh !important;
    padding: 3rem 0rem;
    color: #f4f4f4;
}

footer ul{
    list-style: none;
    -webkit-padding-start: .5rem;
}

footer ul > li {
    padding: .5rem 0;
    color: #808080;
}

address{
    margin: 0 !important;
}
/*sobrescrevendo regras*/

/*ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}*/