body {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    font-size: 17px;
    color: #3A3A3A;
}

a, button {
    outline: none !important;
}

a {
    color: #00436B;
}

strong, .strong {
    font-weight: bold;
}

p small {
    line-height: 1.2;
}

.extra-bold {
    font-weight: bolder;
}

header {
    overflow: hidden;
}

.btn {
    white-space: inherit !important;
}

/*** Botão Wpp ***/
#btn-whatsapp.btn{
    display: block;
    position: fixed;
    bottom: 3%;
    right: 2%;
    background-color: #42e057;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
    padding: 6px 0 0 1px;
    font-size: 34px;
    box-shadow: 0 1px 8px rgb(102, 102, 102, 0.8);
    z-index: 99999;
    border: 0;
}

#btn-whatsapp.btn:hover{
	background-color: #38e74f;
	box-shadow: 0 1px 12px rgba(56, 231, 79, 0.8);
}

/*** Fim ***/

form .label-form {
    font-weight: bold;
    background: #fff;
    bottom: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #2C3251;
    left: 8px;
    padding: 0 8px;
    -webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    width: auto;
    z-index: 1;
    transform: translateY(20px) translateX(5px);
}

.form-control {
    border-radius: 0;
    height: 61px;
    border-color: #2C3251;
}

.form-control:focus {
    border-color: #2C3251;
}

.form-control.input-banner {
    height: 85px;
    border: none;
    border-right: 1px solid;
}

.box-shadow {
    box-shadow: 0 0 12px rgba(97, 99, 88, 0.5);
}

header .rd-navbar-brand a {
    background: url(../images/logo-audiomarca.png) no-repeat 0 0;
    display: block;
    text-indent: -99999px;
    height: auto;
    width: 300px;
    background-size: 100%;
    margin-top: 15px;
}

header .rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck .rd-navbar-nav > li.marque-consulta {
    float: right;
    border: solid 2px #fff;
    width: auto;
    text-align: center;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 14px;
}

header .area-restrita {
    text-decoration: underline;
    color: #58585A;
    font-size: 15px;
}

.rd-navbar-fixed .rd-navbar-toggle {
    background: transparent;
    border: none;
}

header .whats-mobile {
    color: #ffffff;
    float: right;
    z-index: 9999999999 !important;
    position: fixed;
    font-size: 41px;
    left: 3%;
    top: 25px;
}

.logo-menu {
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
}

.rd-navbar-static {
    position: absolute;
    width: 100%;
    background: transparent;
    box-shadow: none;
}

.rd-navbar.rd-navbar-original.rd-navbar-static.scroll {
    background: rgba(0, 0, 0, 0.6);
}

.rd-navbar.rd-navbar-original.rd-navbar-static.scroll.down {
    top: -168px;
    transition: top 0.2s ease-in-out;
}

.rd-navbar.rd-navbar-original.rd-navbar-static.scroll.up {
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.75);
    top: 0;
    transition: top 0.2s ease-in-out;
}

.rd-navbar-static .rd-navbar-nav-wrap {
    display: block;
    z-index: 9999 !important;
}

.rd-navbar-static .rd-navbar-nav {
    text-align: right;
}

.rd-navbar-dropdown {
    box-shadow: none;
}

.rd-navbar-static .rd-navbar-nav > li > a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    padding: 7px;
    text-transform: none;
    color: #ffffff;
}

.rd-navbar-static .rd-navbar-nav > li > a.whatsapp:hover {
    border-bottom: none;
}

.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-static .rd-navbar-nav > li.opened > a,
.rd-navbar-static .rd-navbar-nav > li.focus > a,
.rd-navbar-static .rd-navbar-nav > li > a:hover {
    color: #ffffff;
    text-decoration: none;
}

.rd-navbar-static .rd-navbar-nav > li.active > a {
    border: 2px solid;
}

.rd-navbar-static .rd-navbar-nav > li:hover > a {
    border-bottom: 2px solid;
}

.rd-navbar-static .rd-navbar-nav > li.active > a {
    font-weight: 700;
}

.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu {
    list-style: none;
    background: white;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.4);
}

.rd-navbar-static .rd-navbar-dropdown {
    list-style: none;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-megamenu li > a {
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #000000b3;
    font-weight: 600;
}

.rd-navbar-static.rd-navbar--is-stuck {
    top: 50px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.4);
    display: none;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle:before {
    display: none;
}

.rd-navbar-fixed .rd-navbar-nav {
    list-style: none;
    padding-left: 0;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
    font-size: 15px;
}

.rd-navbar-toggle.toggle-original i {
    font-size: 28px;
}

.rd-navbar-toggle.toggle-original.active i {
    font-size: 28px;
}

.rd-navbar-fixed .rd-navbar-toggle {
    right: 2rem;
    top: 22px;
    left: inherit;
    color: #FFFFFF;
    z-index: 26;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 18px;
}

.rd-navbar-fixed .rd-navbar-toggle.active {
    right: 15px;
    top: 5px;
    left: inherit;
    color: #000000;
    z-index: 26;
}

.rd-navbar-fixed .rd-navbar-nav-wrap li {
    text-align: center;
}

.rd-navbar-fixed .rd-navbar-panel-canvas {
    height: 90px;
    background: transparent;
    box-shadow: none;
}

.rd-navbar-panel-canvas.scrolling {
    background: rgba(0, 0, 0, 0.8);
}

.rd-navbar-fixed .rd-navbar-brand {
    top: 15px;
    left: 0;
    right: 0;
    z-index: 16;
    text-align: center;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
    display: block;
    list-style: none;
    padding-left: 0;
}

.rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown li {
    padding: 7px 15px;
}

.contato-mobile {
    display: none
}

.topo-contato {
    background-image: linear-gradient(to left, #81CCFF, #216390);
    color: #ffffff;
    padding: 10px;
    z-index: 4;
}

.topo-contato a {
    color: #ffffff;
}

.topo-contato span i {
    padding: 0 10px 10px 0;
}

.topo-contato a i {
    font-size: 22px;
    padding: 0 0 0 5px;
}

.topo-menu.fixed-top {
    background-color: #ffffff;
    top: 52px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.padding-left-right-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 14px;
}

section.banners {
    overflow: hidden;
}

.banners .swiper-container {
    width: 100%;
    height: 100vh;
    z-index: 3;
}

section.banners .swiper-slide h2 {
    font-weight: bold;
    font-size: 55px;
}

section.banners .swiper-slide hr {
    border-top: 5px solid #E32115;
    margin-left: 35%;
    margin-right: 35%;
}

@media (max-width: 1365px) {
    .banners .swiper-container {
        width: 100%;
        height: 115vh;
        z-index: 3;
    }
}

.banners.interna .swiper-container {
    width: 100%;
    height: 60vh;
}

.banners .swiper-slide {
    color: #ffffff;
    background-size: cover !important;
}

/*.banners.interna .swiper-slide {*/
/*box-shadow: inset 10px 10px 3000px 2000px rgba(0, 0, 0, 0.45);*/
/*}*/

.banners.interna .swiper-slide {
    padding-left: 0;
}

.banners .swiper-slide h1 {
    font-size: 70px;
    font-weight: bold;
}

.banners.interna .swiper-slide h1 {
    font-size: 50px;
    font-weight: 800;
}

.banners .swiper-slide p {
    padding: 5px 0;
    font-size: 16px;
}

.banners .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
}

.banners .swiper-pagination-bullet-active {
    opacity: 1;
    width: 18px;
    height: 18px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    width: 100% !important;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    right: 0;
    left: auto;
    -webkit-transform: translatey(-105%);
    transform: translatey(-105%);
    background: #ffffff;
    width: 100%;
    z-index: 25;
    padding: 55px 0 56px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.rd-navbar-fixed .rd-navbar-nav li > a {
    padding: 15px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
}

.rd-navbar-toggle.toggle-original.active > span > .fa-bars::before {
    content: "\f00d";
}

.rd-navbar-fixed .rd-navbar-nav li.redes-sociais > a {
    display: inline-block;
    font-size: 36px;
}

.btn-audiomarca {
    color: #ffffff;
    background: #E32115;
    border: 2px solid #E32115;
    padding-left: 70px;
    padding-right: 70px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    border-radius: 15px;
}

.btn-audiomarca:hover{
    color: #ffffff;
    background: #be2115;
    border-color: #be2115;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.btn-audiomarca-light {
    color: #E32115;
    background: #ffffff;
    border: 2px solid #ffffff;
    padding-left: 70px;
    padding-right: 70px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    border-radius: 15px;
    max-width: max-content;
}

.btn-audiomarca-light:hover {
    color: #E32115;
    background: #f3f3f3;
    border-color: #f3f3f3;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.custom-file-label::after {
    content: "Procurar";
    background-color: #000000;
    border-left: 1px solid #00436B;
    color: #ffffff;
    padding: .375rem 2.75rem;
}

.form-control {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.212862);
    border-radius: 0;
    height: 56px;
    border: none;
}

.border-radius {
    border-radius: 26px;
}

.rotate-180 {
    transform: rotate(180deg);
}

/*.swiper-container-depoimentos .swiper-slide {*/
/*padding: 0 5%;*/
/*text-align: center;*/
/*}*/

.swiper-container-depoimentos .swiper-slide img {
    position: relative;
    z-index: 1;
}

.swiper-container-depoimentos .swiper-slide .card {
    position: relative;
    z-index: 0;
    margin-top: -60px;
}

.swiper-container-depoimentos .swiper-button-next, .swiper-container-depoimentos .swiper-button-prev {
    top: 50%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    /*background-image: url(../images/btn-next.png);*/
    right: 5px;
    left: auto;
    z-index: 50;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    /*background-image: url(../images/btn-prev.png);*/
    left: 5px;
    right: auto;
    z-index: 50;
}

.form-rodape .btn-audiomarca {
    padding: 10px 80px;
    font-size: 20px;
}

footer .btn-audiomarca {
    border: 2px solid;
    background: transparent;
}

footer a {
    color: #ffffff;
}

.banners .swiper-container.interna {
    width: 100%;
    height: 350px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb a {
    color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
    content: ">";
}

.rd-navbar-nav li.ativo {
    border-bottom: 2px solid #ffffff;
}

.menu-scrolling .card {
    border: none;
    padding: 5px 0;
}

.rd-navbar-fixed .rd-navbar-toggle.active span {
    -webkit-transform: none !important;
    transform: none !important;
}

.rd-navbar-fixed .rd-navbar-toggle span {
    -webkit-transform: none !important;
    transform: none !important;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

div.whats-rodape {
    position: relative;
}

a.btn-whatsapp-rodape {
    z-index: 9999;
    bottom: 25px;
    right: 25px;
    background: #269145;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: none;
    transition: .2s ease-out;
    font-size: 75px;
    height: 100px;
    width: 100px;
    border-radius: 100% !important;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    line-height: 0;
}

a.btn-whatsapp-rodape:hover {
    background: #186f31;
    color: #ffffff;
    border: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .50);
}

main.home section.conteudo h2 {
    font-size: 60px;
    font-weight: bold;
}

main.home section.conteudo h3 {
    font-size: 25px;
    font-weight: 500;
}

section.conteudo hr {
    border-top: 3px solid #E32115;
}

section.conteudo hr.centro {
    margin-left: 40%;
    margin-right: 40%;
}

section.conteudo hr.esquerda {
    margin-right: 65%;
}

section.conteudo img.border-radius-imagem {
    border-radius: 21px;
}

section.conteudo img.box-shadow-imagem{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

section.conteudo.financiamento {
    background: url(../images/home/home-04.jpg) no-repeat center;
    background-size: cover;
}

section.conteudo.financiamento h2 {
    font-size: 60px;
    font-weight: normal;
    line-height: 1.3;
}

section.conteudo.financiamento h2 strong {
    font-size: 150px;
    font-weight: bold;
}

main.home section.conteudo.programa-flex h2 {
    font-size: 40px;
    font-weight: bold;
}

main.home section.conteudo.programa-flex hr.centro {
    margin-left: 30%;
    margin-right: 30%;
}

section.conteudo.agende-sua-consulta .form-control {
    border-radius: 21px;
}

textarea {
    resize: none;
}

/*** Nossas unidades rodape ***/
#nossas-unidades{
    padding: 90px 0 110px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(245,245,245,1) 40%);
}

#nossas-unidades h2{
    text-align: center;
    font-size: 54px;
    font-weight: bold;
}

#nossas-unidades hr{
    border-top: 3px solid #E32115;
    margin-left: 40%;
    margin-right: 40%;
    margin-bottom: 80px;
}

#nossas-unidades .area-quadros .row:last-child .quadro-unidade{
    margin: 0 auto;
}

#nossas-unidades .quadro-unidade{
    text-align: center;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px 25px;
    box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.1);
    width: 93%;
    margin: 0 auto 55px;
}

#nossas-unidades .quadro-unidade i{
    text-align: center;
    display: block;
    color: #e32115;
    font-size: 50px;
    margin: -40px 0 0 0;
}

#nossas-unidades .quadro-unidade h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}

#nossas-unidades .quadro-unidade p{
    margin: 0;
}

footer {
    /* background: #E32115; */
    background-color: #3A3A42;
    line-height: 1.4;
}

footer .link-redes-sociais {
    font-size: 50px;
}

footer a:hover, footer a:focus, footer a:active {
    color: #FFFFFF;
    text-decoration: underline;
}

footer a.link-redes-sociais:hover, footer a.link-redes-sociais:focus, footer a.link-redes-sociais:active {
    text-decoration: none;
}

.telefone-menu hr {
    margin-left: 65%;
    border-top: 2px solid #E32115;
}

.breadcrumb {
    display: inline-flex;
}

main.interna section.conteudo h2 {
    font-size: 32px;
    font-weight: bold;
}

section.conteudo.agende-sua-consulta h2 {
    font-size: 60px;
    font-weight: bold;
}

section.conteudo.aparelhos-auditivos h3, section.conteudo.acessorios h3 {
    font-weight: bold;
    font-size: 35px;
}

section.conteudo.equipamentos hr {
    border-top: 3px solid #000000;
}

section.conteudo.equipamentos h3 {
    font-size: 30px;
    font-weight: bold;
}

main.interna section.conteudo.noticas-detalhes h2 {
    font-size: 70px;
    font-weight: bold;
}

.fundo-contato {
    background: url(../images/fundo-contato.png) no-repeat left;
    background-size: 100% 100%;
}

section.conteudo.agende-sua-consulta h2.seja-um-parceiro {
    font-size: 35px;
}

ul.seja-um-parceiro {
    list-style: none;
    font-weight: bold;
}

ul.seja-um-parceiro li::before {
    content: "•";
    color: #E32115;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-bottom: 0.5rem;
}

.custom-file-label::after {
    content: "Procurar";
    background-color: #E32115;
    border-left: 1px solid #E32115;
    color: #ffffff;
    padding: .375rem 2.75rem;
}

.error {
    color: #cd0a0a !important;
}

.aceite-cookies {
    position: fixed;
    bottom: 0;
    z-index: 9999999999999999;
    background-color: #f0f0f0;
    border-radius: 10px;
    margin: 1rem;
    padding: 2rem 6rem;
    text-align: center;
    font-size: 1.3rem;
    line-height: 28px;
    border: solid 1px #d4d4d4;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

@media (max-width: 991px) {
    header .rd-navbar-brand a {
        margin-top: 10px;
    }

    .rd-navbar-fixed .rd-navbar-nav li.active > a {
        color: #000000;
        background: transparent;
    }

    .text-center-991 {
        text-align: center !important;
    }

    .text-left-991 {
        text-align: left !important;
    }

    section.banners .swiper-slide h2 {
        font-weight: bold;
        font-size: 40px;
    }

    .rd-navbar-fixed .rd-navbar-brand a {
        display: block;
        margin-left: 2rem;
    }

    .w-100-991 {
        width: 100% !important;
    }

    main.interna section.conteudo.noticas-detalhes h2 {
        font-size: 45px;
        font-weight: bold;
    }

    /*** Nossas unidades rodape ***/
    #nossas-unidades{
        padding: 70px 0 35px;
        background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgba(245,245,245,1) 20%);
    }

    #nossas-unidades h2{
        font-size: 38px;
    }

    #nossas-unidades hr{
        margin-bottom: 70px;
    }

    #nossas-unidades .quadro-unidade i {
        font-size: 46px;
    }

    #nossas-unidades .area-quadros .row:last-child .quadro-unidade{
        margin: 0 auto 45px;
    }

}

@media (max-width: 767px) {
    .aceite-cookies {
        padding: 1.5rem 1rem;
        font-size: 15px;
        line-height: 1;
    }

    .w-100-767 {
        width: 100%;
    }

    .text-left-767 {
        text-align: left !important;
    }

    .banners .swiper-slide h2 {
        font-size: 40px;
        font-weight: 800;
    }

    main.home section.conteudo h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .breadcrumb a {
        font-size: 15px;
    }

    header .rd-navbar-brand a {
        margin-top: 20px;
    }

    header .rd-navbar-brand a {
        width: 150px;
    }
}

@media (max-height: 700px) and (min-width: 991px){
    .banners .swiper-container {
        height: 145vh;
    }
    .banners.interna .swiper-container {
        width: 100%;
        height: 85vh;
    }
}