.bottom__menu__mobile {
    display: none;
    
}

.bottom__menu {
    background-color: #109d59;
    padding: 20px 0;
    margin: 0;

    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.bottom__menu__container {
    margin: 0;
    padding: 0;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.bottom__menu__logo img {
    display: none;
    width: auto;
}

.bottom__menu__nav {
    padding: 0;

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.bottom__menu__nav__item--inicio {
    font-size: 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    margin-right: 5px;
    padding: 10px;
    border-radius: 5px;
}

.bottom__menu__nav__item--inicio:hover {
    color: #109d59;
    background-color: #ffffff;
}

.bottom__menu__nav__item {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin-right: 5px;
}

.bottom__menu__nav__item:hover {
    color: #109d59;
    background-color: #ffffff;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.12);
}

.bottom__menu__btn, .top__menu__btn--green {
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
    
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.bottom__menu__btn {
    background-color: #ffffff;
    color: #109d59;
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.12);
}

.bottom__menu__btn:hover {
    opacity: 0.9;
}

.rodape {

    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.rodape__container {
    padding: 20px 0 0 0;
    overflow: hidden;
}

.rodape__col--1, .rodape__col--2 {
    height: 303px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.rodape__col--1{
    border-right: 1px solid #e4e4e4;
    padding: 0 40px 0 0;
}

.rodape__col--2 {
    padding: 0 0 0 40px;
}

.rodape__titulo, .rodape__titulo--green {
    font-size: 16px;
    font-weight: bold;
}

.rodape__titulo--green {
    color: #109d59;
}

.rodape__acompanhe {
    padding: 20px 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.rodape__acompanhe label { display:none; }

.rodape__acompanhe__facebook {
    border-radius: 50%;
    background-color: #3a589b;
    width: 33px;
    height: 33px;
    margin-right: 5px;
    cursor: pointer;
    margin-left: 10px;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.rodape__acompanhe__youtube {
    border-radius: 50%;
    background-color: #cf3427;
    width: 33px;
    height: 33px;
    margin: 0 5px;
    cursor: pointer;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.rodape__acompanhe__imobi {
    border-radius: 50%;
    background-color: #109d59;
    width: 33px;
    height: 33px;
    margin: 0 5px;
    cursor: pointer;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.rodape__acompanhe__icon {
    font-size: 25px;
    color: #ffffff;
}

.rodape__premio {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.rodape__premio p {
    font-size: 16px;
}

.rodape__crieseusiteja {
    padding: 15px 0;
    margin: 10px 0;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
}

.rodape__lista__tel {
    list-style: none;
    max-height: 225px;

    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}

.rodape__lista__tel li {
    padding: 5px 0;
    margin-right: 40px;
}

.rodape__lista__tel a {
    color: #000;
    text-decoration: none;
}

.rodape__lista__tel li i {
    color: #25D366;
}

.rodape__faleconoscobtn {
    background-color: #006d19;
	font-size:16px;
    color: #ffffff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 15px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    width: 100%;

    display: none;
    align-items: center;
    justify-content: center;
}

.rodape__faleconoscobtn i {
    color: #ffffff;
    font-size: 20px;
}

@media (max-width: 1600px) {
    .bottom__menu {
        padding: 17px 0;
    }
    
    .bottom__menu__nav__item {
        padding: 13px;
    }
}

@media (max-width: 1440px) {
    .bottom__menu {
        padding: 15px 0;
    }
    
    .bottom__menu__nav__item {
        padding: 12px;
    }
}

@media (max-width: 1367px) {
    .bottom__menu {
        padding: 14px 0;
    }
    
    .bottom__menu__nav__item {
        padding: 11px;
    }
}

@media (max-width: 1280px) {
    .bottom__menu {
        padding: 13px 0;
    }
    
    .bottom__menu__nav__item {
        padding: 10px;
    }
}

@media (max-width: 1024px) {
    .bottom__menu {
        padding: 10px 0;
    }
    
    .bottom__menu__logo{
        display: none;
    }

}

@media (max-width: 720px) {
    .rodape {
        overflow: hidden;
    }

    .rodape__container {
        height: auto;
        padding-bottom: 100px;
    }

    .rodape__col--1, .rodape__col--2 {
        height: auto;
        padding: 0;
        align-content: center;
        align-items: center;
        border: none;
    }

    .rodape__col--2 p, .rodape__col--1 p{
        text-align: center;
    }

    .bottom__menu__logo {
        display: block;
		padding:20px;
    }

    .rodape__acompanhe {
        justify-content: center;
    }

    .rodape__premio {
        justify-content: center;
        flex-direction: column;
        padding: 20px 0 !important;
    }

    .rodape__lista__tel {
        max-height: none;
        padding: 20px 0;
    }

    .rodape__lista__tel li {
        margin: 0;
    }

    .bottom__menu__mobile {
        display: flex;
        background-color: #109d59;
        margin-top: 20px;
    }

    .bottom__menu__mobile__container {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .bottom__menu {
        display: none;
    }

    address{
        text-align: center;
    }

    .rodape__faleconoscobtn {
        display: flex;
    }
}