@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Ephesis&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* 1 ******************************* GERAL*/
body{
    font-family: "DM Sans", sans-serif;
    height: 100vh;
}
p {
    margin: 0px !important;
    color: #777;
}
a {
    text-decoration: none;
}
a:hover {
    color: inherit; 
}
ul {
    padding-left: 0px;
}
.bg-azul {
    background-color: #1857A4;
}
.orange {
   color: #F29022;  
}
.orange-degrade {
    background: #F29022;
    background: radial-gradient(circle,rgba(242, 144, 34, 1) 0%, rgba(221, 126, 19, 1) 100%);
}
.azul {
    color: #1857A4;
}
.verde {
    color: #18E837;
}
.vermelho {
    color: #E8181C;
}
.bg-verde {
    background-color: #2ED547 !important;
}
.btn-default {
    padding: 12px 32px; 
    color: white; 
    background-color: #F29022;
    border: 1px solid #F29022;
    font-weight: bold;
    border-radius: 4px;
    transition: .4s;
    display: inline-block;
    box-shadow: 0px 20px 60px rgba();
}
.btn-default:hover { 
    background-color: #be792a;
    border: 1px solid #be792a;
    color: white; 
}
.btn-default-outline {
    padding: 12px 32px; 
    color: #F29022; 
    background-color: transparent;
    border: 1px solid #F29022;
    font-weight: bold;
    border-radius: 4px;
    transition: .4s;
    display: inline-block;
}
.btn-default-outline:hover {
    color: white; 
    background-color: #F29022;
    border: 1px solid white;
}
.btn-default.azul {
    color: white; 
    background-color: #1857A4;
    border: 1px solid #1857A4;
}
/* 2 ******************************* TÍTULOS */
h1 {
    font-size: 54px; 
    line-height: 64px;
    font-weight: bold;
}
h2 {
    font-size: 48px; 
    line-height: 52px;
    font-weight: 500;
}
.hand {
    font-family: 'Ephesis';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
}
/* 1 ******************************* FIM TÍTULOS */
/* 2 ******************************* FIM GERAL*/

/* 3 ******************************* HEADER*/
header {
    padding: 16px 0;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
header li.nav-item a.nav-link {
    text-transform: uppercase;
    color: white !important; 
    font-size: 14px;
}
header li.nav-item a.nav-link.active {
    font-weight: bold;
}
header .dropdown-toggle::after {
    color: #F29022;
}
/* 3 ******************************* FIM HEADER*/

/* 4 ******************************* FOOTER*/
footer {
    background-color: #1857A4;
    padding: 64px 0;
    color: white;
}
footer h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
footer ul.social {
    list-style-type: none;
    margin-top: 16px
}
footer ul.social li {
    display: inline-block;
}
footer ul.social li a {
    color: #F29022;
    padding-right: 16px;
    font-size: 20px;
}
footer ul.mapa {
    padding-left: 24px;
}
footer a {
    color: white;
    text-decoration: underline;
}
footer p {
    color: #F29022;
    font-weight: bold;
}
footer p a {
    font-weight: 400;
}
div.copy {
    background-color: #000;
    font-size: 14px;
    padding: 16px 0;
}
/* 4 ******************************* FIM FOOTER*/

/* 5 ******************************* INÍCIO*/
.banner {
    padding: 64px 0 114px 0;
    display: flex;
    align-items: center;
    background-color: #1857A4;
}
.diferenciais {
    margin-top: -80px;
}
.diferenciais .container{
    background-color: white;
    border-radius: 8px;
    padding: 32px 64px;
    box-shadow: 0px 20px 60px rgba(0,0,0,0.05);
    color: #424242;
}
.beneficios {
    padding: 64px 0;
}
.beneficios .nav-pills .nav-link.active {
    background-color: #F29022;
}
.beneficios .nav-link {
    background-color: #1857A4;
    color: white;
    margin-bottom: 16px;
}
.beneficios .tab-content {
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}
.beneficios .tab-content .vazada {
    margin-top: -16px;
}
.parceiros {
    padding: 64px 0;
}
.chamada .container{
    background-image: url('../img/bg-juntos.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px 0;
    text-align: center;
    border-radius: 8px;
}
.juntos {
    margin: 64px 0;
}
.juntos .container{
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0px 20px 60px rgba(0,0,0,0.05);
}
.juntos .row {
    padding: 0 64px;
}
/* 5 ******************************* FIM INÍCIO*/

/* 6 ******************************* SOBRE */
.sobre {
    padding: 64px 0;
}
.valores .container {
    background-color: #1857A4;
    text-align: center;
    border-radius: 32px;
}
.valores .container .row {
    padding: 64px 0;
}
.valores .icone {
    display: inline-block;
    background-color: #F6F6F6;
    padding: 6px 8px;
    border-radius: 50px;
    margin-bottom: 4px; 
}
.valores .icone i {
    font-size: 20px;
    color: #F29022;
}
.valores h6 {
    margin-bottom: 8px;
}
.prioridade {
    padding: 64px 0;
}
/* 6 ******************************* FIM SOBRE*/

/* 7 ******************************* PLANOS */
.cansado {
    padding: 64px 0;
}
.cansado .box-dor {
    padding: 16px 8px;
    background-color: #fff;
    box-shadow: 0px 20px 60px rgba(0,0,0,0.05);
    margin-bottom: 16px;
    min-height: 170px;
}
.cansado .box-dor .icone {
    background-color: #F9F9F9;
    display: inline-block;
    padding: 6px 8px;
}
.cansado .box-dor .icone i {
    color: #F29022;
    font-size: 24px;
}
.cansado .box-dor h6 {
    margin: 8px 0;
    font-weight: bold;
    font-size: 16px;
}
.cansado .box-dor p {
    font-size: 14px;
}
.marcar-consulta {
    padding: 64px 0;
}
.marcar-consulta .col-lg-3 {
    display: flex;
    align-items: center;
}
.marcar-consulta .passo {
    padding: 8px 32px;
}
.marcar-consulta .passo .numero {
    display: inline-block;
    background-color: #1857A4;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    line-height: 32px;
    color: #dd7e13;
    text-shadow: 
        -1px -1px 0 white,
         1px -1px 0 white,
        -1px  1px 0 white,
         1px  1px 0 white;
    font-weight: 900;
    padding: 16px 11px;
    border-radius: 50px;
    width: 64px;
    height: 64px;
}
.marcar-consulta .seta {
    color: #A6A6A6; 
    font-size: 32px;
    margin-right: -32px;
}
.consultas-exames .container {
    background-color: #1857A4;
    padding: 64px;
    border-radius: 32px;
}
.consultas-exames ul.consultas {
    border: 1px solid white;
    border-radius: 8px;
    padding-left: 48px;
    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 32px;
    color: white;
}
.consultas-exames ul.exames {
    border: 1px solid white;
    background-color: #F29022;
    border-radius: 8px;
    padding-left: 48px;
    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 32px;
    color: white;
    margin-top: 64px;
}
.odonto {
    padding: 64px 0;
}
.odonto ul.lista-odonto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 334px;
    border-radius: 8px;
    background-color: #A2133D;
    padding-left: 48px;
    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 32px;
    color: white;
    margin-bottom: 0px;
}
.odonto ul.lista-odonto li {
    margin-bottom: 8px;
} 
.facilidades {
    background-color: #FCFCFC;
    padding: 64px 0; 
}
.marquee,
.marquee-inverse {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  background: #fff; /* opcional */
  padding: 10px 0;
  position: relative;
}
.marquee .track,
.marquee-inverse .track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}
.marquee-inverse .track {
  animation: scroll-right 20s linear infinite;
}
.desconto {
  display: inline-block;
  margin: 0 2rem;
  font-family: 'Montserrat', sans-serif;
  background-color: #F29022;
  padding: 8px 16px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
}
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
.depoimentos {
    padding: 64px 0;
}
.depoimento {
    background-color: #fff;
    padding: 64px 16px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
}
.depoimento .nome {
    font-size: 16px;
    font-weight: bold;
    color: #252525;
}
.depoimento .avaliacao {
    color: #FFEA00;
}
.depoimentos .owl-carousel .owl-stage-outer {
    min-height: 305px;
}
.planos {
    padding: 64px 0;
}
.planos .plano {
    padding: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.planos .plano a {
    margin-top: 32px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.planos h5 {
    font-weight: bold;
}
.planos .valor {
    display: flex;
    align-items: end;
    color: #0D1B2E;
    margin-bottom: 8px;
}
.planos .valor .moeda {
    align-self: self-start;
    font-size: 16px;
    margin-right: 4px;
}
.planos .valor h4 {
    font-size: 48px;
    font-weight: bold;
}
.planos .valor .periodo {
    font-size: 16px;
    margin-bottom: 12px;
    color: #757575;
}
.plano .lista ul {
    list-style-type: none;
}
.plano .lista ul li{
    color: #6A7B93;
    font-size: 16px;
    margin-bottom: 8px;
}
.plano .lista.destaque ul li{
    color: #6A7B93;
    font-size: 16px;
    margin-bottom: 12px;
}
.plano .add {
    color: #9D9D9D;
}
.faq {
    margin: 64px 0;
    background-color: #FCFCFC;
}
.chamada {
    margin-bottom: 64px;
}
.banner-parceiros {
    border-radius: 0 0 150px 0;
}
.todos-parceiros {
    padding: 64px 0;
}
div.box-parceiro {
    padding: 16px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}
div.box-parceiro .head {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
div.box-parceiro .head h5.nome {
    font-size: 16px;
    font-weight: bold;
    color: black;
}
div.box-parceiro .head p.cidade {
    font-size: 12px;
    font-weight: normal;
    color: #afafaf;
}
div.box-parceiro div.especialidades {
    color: #777;
    font-size: 14px;
    font-weight: 500;
}
div.box-parceiro div.especialidades a {
    color: #0076FE;
}
div.box-parceiro a.open-modal {
    color: #F29022;
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
}
.modal-body  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.modal-body .descricao-especialidade {
    font-size: 14px;
    max-width: 50%;
}
section.breadcrumb {
    padding: 64px 0;
}
section.contato {
    padding: 64px 0;
}
/* 7 ******************************* */
/* X ******************************* TELA DE MANUTENÇÃO*/
.manutencao.banner {
    padding: 64px 0;
    display: flex;
    align-items: center;
}
.manutencao.banner h1 {
    font-size: 54px;
    line-height: 64px;
    font-weight: bold;
}
.manutencao div.app {
    margin-top: 96px;
}
/* X ******************************* FIM TELA DE MANUTENÇÃO*/


/* RESPONSIVO ******************************* MOBILE*/
@media screen and (max-width: 992px) {
    /*HEADER MOBILE*/
    .navbar-light .navbar-toggler {
        color: white;
        border-color: white;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .offcanvas {
        background-color: #1857A4;
    }
    .offcanvas li.nav-item a.nav-link {
        text-transform: uppercase;
        color: white !important; 
        font-size: 14px;
        color: #ffae00;
    }
    .offcanvas li.nav-item a.nav-link.active {
        color: #ffae00 !important; 
    }
    .offcanvas .btn-close {
        background:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffae00'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    }
    /*FIM HEADER MOBILE*/
    .diferenciais .container {
        padding: 32px;
    }
    .beneficios .tab-content .vazada {
        margin-top: 0px;
    }
    .marcar-consulta {
        padding-top: 0px;
    }
    .juntos .row {
        padding: 0px;
    }
    .sobre {
        padding-top: 0;
    }
    .modal-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        font-size: 14px;
    }

    .modal-body .descricao-especialidade {
        font-size: 14px;
        max-width: 100%;
    }
    
    /*MANUTENÇÃO*/
    .manutencao.banner h1 {
        font-size: 42px;
        line-height: 48px;
    }
    .manutencao div.app {
        margin-top: 32px;
    }
}
/* RESPONSIVO ******************************* FIM MOBILE*/