h1{
    font-size:  2rem !important;
}

.btn-outline-plenitude {
    border:solid !important;
    border-width: 1px !important;
    border-color: black !important;
    border-radius: 0;

}

.btn-outline-plenitude:active{
    background-color: #373435 !important;
    color: white, i !important;
}

.subTitle{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

#content2 label {
    margin-bottom: 5px;
}

.paragraph{
    font-size: 20px;
    line-height: 1.2;
}


.size-bottom{
    margin-bottom: 30px;
}

.margin-form-group{
    margin-bottom: 10px;
}

ul { padding-left: 3.5rem; }

.menu-table { text-align: center !important; }

.menu-table > ul {
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.menu-table > ul > li { flex-grow: 1; }
.menu-table .menu-list a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    padding: 5px;
}
.menu-table .menu-list a:hover { color: #dfc438; }

.linhamenu{ align-items: center; }

@media screen and (max-width:767px) {

    .menuplenitude {
        padding: 0px 0px;
      }

    .bg-navbar{
        margin-bottom: 50px !important;
    }

    .size-up{
        margin-top: 30px !important;
    }

    h1{
        font-size: 1.8rem !important;
    }

    header {
        padding-bottom: 20px;
    }


    .menu-table {

        margin-top: 0 !important;

    }
}

@media only screen and (min-width: 1200px) {
    .contatos-menu {
        max-width: 700px !important;
        margin: 0 auto -25px;
    }
    .contatos > ul {
        margin-bottom: 50px;
    }

}

@media only screen and(max-width:1200px){
        ul.menu-list {
        padding-top: 18px !important;
      }

      ul.menu-list{
        padding-top: 30px;
    }

}

@media screen and (max-width: 1023px){
    ul.menu-list a{
        min-width: 0 !important;
    }

}

/* @media screen and (min-width:1024px){

    ul.menu-list{
        padding-top: 30px;
    }

} */

@media screen and (max-width:1024px){

    ul.menu-list a{
        min-width: 110px;
    }
    .contatos > ul:nth-child(1) {

        margin-top: 0px;
        /* display: inline-block !important; */
        /* margin-top: 19px !important; */
        text-align: left !important;
        }

    .contatos {
    text-align: center;
    }

    /* ul.menu-list{
        padding-top: 30px;
    } */



}



@media only screen and (min-width: 993px) and (max-width: 1199px) {

    .contatos-menu {
        max-width: 540px !important;
        margin: 0 20px -14px auto;
    }
    .contatos > ul {
        flex-direction: column;
        display: flex !important;
        margin-top: 0 !important;
        /* margin-bottom: 50px; */
    }
    .menu-table > ul {
        font-size: 12px;
    }
    ul.menu-list a {
        min-width: auto;
    }
}