
body{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.menuMobile{
    display: none;
}

h2 {
    color: #FDBB47;
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 600;
}

header {
    background: #09012B;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFF;
    font-weight: 500;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
}

.whatsapp {
    color: #37e333 !important;
}

.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fdbb47;
}

.topLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
}

nav {
    background: #040015;
    padding: 8px 0;
}


#banner {
    width: 100%;
    height: 500px;
    background:#0e0e0e url(../images/banner-inicial-nova.png);
    background-repeat: no-repeat;
    position: relative;
}

.banner-text-flex {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    padding-left: 20%;
}

.banner-text-flex h2 {
    font-size: 24px;
}

.banner-text-flex h3 {
    color: #FFF;
    font-size: 32px;
    line-height: 40px;
}

section {
    padding: 100px 0;
}


.main-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.text {
    width: 55%;
    font-size: 16px;
}

.mobile-video{
    background-image: url(../images/mobile-video.png);
    width: 320px;
    height: 607px;
    position: relative;
}

.mobile-video #meuVideo {
    position: absolute;
    left: 16px;
    top: 42px;
}

#minha-historia {
    background: #09012B;
    color: #FFF;
}

#atendimento-digital {
    background: #09012B;
    color: #FFF;
}

.agendamentoOnline {
    text-decoration: underline;
    color: #fdbb47;
    font-weight: normal;
}

.agendamentoOnline:hover {
    color: #FFFFFF;
}

.truncate {
    overflow: hidden;
    height: 120px;
    text-overflow: ellipsis;
  }
  
  .expanded {
    white-space: normal;
    height: auto;
  }

  .align-flex-top {
    align-items: flex-start !important;
    flex-wrap: wrap;
  }

.accordion {
    width: 500px;
    padding: 24px;
    border-radius: 8px;
    margin: 0 16px 16px;
    background: #EBE9E9;
}

.accordion h3 {
    margin: 0px 0 16px;
    font-size: 18px;
    text-align: center;
}

.accordion .btn-saiba-mais {
    background: #FDBB47;
    border-radius: 8px;
    border: none;
    padding: 8px 16px;
    font-weight: 700;
    color: #09012B;
}

#contato {
    background: #333333;
    color: #FFF;
}


footer {
    background: #09012B;
    padding: 16px;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
}

.logo-footer {
    width: 85%;
    text-align: center;
}

.footer-flex ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 15%;
    align-items: center;
    justify-content: flex-end;
}

.footer-flex ul li {
    margin: 0 8px;
}