.menu-table h1{
    font-size: 48px !important;
    padding: 40px 0 40px;

}
.logotipo{
    height:90px
}

.row.slogan{
    margin:0px 0 50px 0
}

.header-bg {
    background-image: url('imagens_ibiuna/bg3.png');
}

header {
    /* margin-bottom: 20px; */
    background-color: white;
}

.nav-plenitude {
    height: 195px !important;
}

.logo-plenitude {
    /* width: 120%; */
    width: 170px;
    /* display: block; */
    z-index: 1;
    position: relative;
}

.logo {
    /* margin-top: 18px; */
    /* margin-bottom: 18px; */
    border-radius: 50%;
    /* width: 170px;
    height: 170px; */
}


.btn-plenitude:hover,
.btn-buscar:hover {
    border-radius: 0;
    background-color: #5EC780;
    color: white !important
}

.btn-plenitude,
.btn-buscar {
    height: 38px !important;
    border-radius: 0;
    background-color: #1d7f20;
    color: white !important;
}

.btn-buscar {
    width: 100% !important;
}

.container-fluid {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.shadow {
    -moz-box-shadow: -2px 4px 4px -3px #ccc;
    -webkit-box-shadow: -2px 4px 4px -3px #ccc;
    box-shadow: -2px 4px 4px -3px #ccc;
}

.navbar-text {
    margin-top: 21%;
}

.nav-menu-plenitude a {
    color: #1d7f20;
    font-weight: bold;
    font-size: 14px;
}

.nav-menu-plenitude a:hover {
    color: #5EC780;
    text-decoration: none;
}

.navbar-plenitude {
    display: flex;
    /* align-items: center; */

}



header {
    background-image: url('/images/banner_raposotavares.jpg');
    background-size: cover;

  }

  .header{
    height: 361px;

  }

  .bg-navbar {

    background: rgba(255, 255, 255, 0.5);
    height: 170px;
    margin-bottom: 70px;

  }

  @media screen and (max-width:767px){
    .bg-navbar{
      height: auto;
    }

    #menu_header{
        margin-top: 80px !important;
    }

    .phone-list{
        text-align: center;
        color: white;
    }
    

    ul.phone-list li{
        color: white !important;
    }

    

  }

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

    .header{
      
      /* padding-bottom: 60px !important; */
      /* padding: 50px 0px 50px 0px !important; */

    }

  }



  #menu_header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;

}