@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

body {
    font-family: 'Ubuntu', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
     font-family: 'Ubuntu', sans-serif;
}

.team-member h3 {
    font-family: 'Ubuntu', sans-serif;
}

.main-footer {
     font-family: 'Ubuntu', sans-serif;
}

.main-menu .navigation {
   font-family: 'Ubuntu', sans-serif;
}

.theme-btn {
    font-family: 'Ubuntu', sans-serif;
}

.logo img {
    max-height: 120px;
}

ul.lista,ul.lista li {
    list-style: disc !important;
}

section#section-empresa {
    background: url(/images/extra/imagem-extra-1656617850.jpg);
}

.main-slider h2 {
    font-family: 'Ubuntu', sans-serif;
}

.btn-style-one:hover {
    color: #8ec64a !important;
    border-color: #8ec64a !important;
}

.page-title:before {
    background: rgb(0 0 0 / 48%);
}

.auto-container {
    max-width: 1275px;
}

.bounce-in-header .main-menu .navigation > li > a {
    padding: 13px 7px;
}

.bounce-in-header {
    top: -23px;
    height: 111px;
    border-bottom: none !important;
}

.right-col {
    margin-top: 14px;
}

.team-member .text {
    border-bottom: none !important;
}

.team-carousel .team-member {
    margin-bottom: unset;
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: unset;
}

.link-edit {
    display: flex;
    text-align: center;
}

.main-footer .footer-upper {
    padding: unset;
}

section#section-html .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section#section-html .col-md {
    width: 20%;
    text-align: center;
    padding-right: 30px;
    margin-bottom: 50px;
}

.segmentos img {
    width: 100px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.segmentos h3 {
    margin-bottom: 40px;
    color: #fff;
}

.segmentos {
    background: #008b43;
    padding: 10px 30px;
    height: 100%;
    border-radius: 30px;
}

.botao-seg {
    text-align: center;
    margin-top: 30px;
}

a.botao.text-center {
    padding: 25px 20px;
    background: #5cb85c;
    font-size: 20px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    transition: .3s ease-in-out;
}

a.botao.text-center:hover {
    background: #23cf23;
}

@media(max-width:991px){
  section#section-html .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section#section-html .col-md {
    width: 100%;
    padding-right: 0;
}
}