body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

* {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    outline: none;
}

.limpar {
    clear: both;
}

A:link,
A:visited,
A:active,
A:hover {
    text-decoration: none;
}

::selection,
::-moz-selection {
    color: #27ABB7;
    background-color: #FFFFFF;
}

.section-quem-somos {
    margin: 80px 0px;
}

.section-quem-somos .titulo {
    font-size: 35px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .section-quem-somos {
        margin: 30px 0px;
    }
}

.section-revenda {
    position: relative;
    background: url("/imgs/trator.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    overflow: hidden;
}

.section-revenda .container-fluid {
    background-color: rgba(0, 0, 0, 0.5);
}

.section-revenda .marca-dagua {
    bottom: 0px;
    right: 15%;
    position: absolute;
    height: 75%;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-revenda .titulo {
    font-size: 40px;
    font-weight: bold;
    color: #27ABB7;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-left: 5px solid #27ABB7;
}

@media (max-width: 769px) {
    .section-revenda .titulo {
        font-size: 30px;
    }
}

.section-revenda-compartilhar {
    position: relative;
    background: url("/imgs/graos.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.section-revenda-compartilhar .container-fluid {
    background-color: rgba(0, 0, 0, 0.5);
}

.section-revenda-compartilhar .marca-dagua {
    bottom: 0px;
    left: 15%;
    position: absolute;
    height: 75%;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-revenda-compartilhar .titulo {
    font-size: 40px;
    font-weight: bold;
    color: #27ABB7;
    text-align: right;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-right: 5px solid #00A58F;
}

@media (max-width: 769px) {
    .section-revenda-compartilhar .titulo {
        font-size: 30px;
    }
}

.bloco-descricao-banner {
    position: absolute;
    top: calc(50% - 150px);
    width: 100%;
}

@media (min-width: 769px) and (max-width: 992px) {
    .bloco-descricao-banner {
        top: calc(50% - 70px);
    }
}

@media (max-width: 769px) {
    .bloco-descricao-banner {
        top: calc(50% - 70px);
    }
}

.bloco-descricao-banner .descicao-banner {
    color: #27ABB7;
    font-size: 70px;
    font-weight: 800;
    line-height: 80px;
}

@media (min-width: 993px) and (max-width: 1190px) {
    .bloco-descricao-banner .descicao-banner {
        font-size: 60px;
        line-height: 65px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .bloco-descricao-banner .descicao-banner {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (max-width: 769px) {
    .bloco-descricao-banner .descicao-banner {
        font-size: 21px;
        line-height: 25px;
    }
}

.bloco-descricao-banner .btn-padrao {
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (max-width: 769px) {
    .bloco-descricao-banner .btn-padrao {
        padding: 5px 10px;
    }
}

.section-diferencial {
    position: relative;
    margin: 80px 0px;
}

.section-diferencial .descricao {
    text-align: justify;
    padding-left: 15px;
    margin-bottom: 30px;
    border-left: 5px solid #27ABB7;
}

.section-diferencial .descricao .titulo {
    font-size: 35px;
    font-weight: 600;
}

.section-beneficios {
    margin: 30px 0px 80px 0px;
}

.section-beneficios .titulo {
    margin-bottom: 30px;
    background: #27ABB7;
}

.section-beneficios .titulo span {
    background-color: #00A58F;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-left: 5px;
    font-size: 30px;
    font-weight: bold;
}

.section-beneficios .beneficios {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.4);
    box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.4);
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
}

.section-beneficios .beneficios:hover {
    transform: scale(1.01);
}

.section-beneficios .beneficios .foto {
    padding-top: 75%;
    background-size: cover !important;
}

.section-beneficios .beneficios .titulo {
    background: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}

.section-beneficios .beneficios .descricao {
    text-align: center;
    padding: 10px 15px;
    color: #FFFFFF;
}

.section-beneficios .beneficios .btn-padrao {
    margin-top: 20px;
    margin-bottom: 30px;
}

.section-rodape {
    background-color: white;
    /*background-color: #f9f9f9;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .section-rodape * {
        text-align: center !important;
    }
}

.logo-copy {
    width: 25%;
    margin-bottom: 20px !important;
}

@media (max-width: 767px) {
    .section-rodape .logo-copy {
        margin-left: 30px;
        width: 30%;
    }
    .section-rodape #news {
        margin-bottom: 20px;
    }
}

@media (max-width: 570px) {
    .logo-copy {
        width: 40%;
    }
}

@media (max-width: 425px) {
    .logo-copy {
        width: 45%;
    }
}

@media (max-width: 375px) {
    .logo-copy {
        width: 50%;
    }
}

@media (max-width: 320px) {
    .logo-copy {
        width: 60%;
    }
}

.section-rodape .copy-menu a {
    color: #00A58F;
}

.section-rodape .copy-menu ul {
    list-style-type: none;
}

@media (max-width: 767px) {
    .section-rodape .copy-menu ul {
        padding-left: 0px;
    }
}

.section-rodape .btn-padrao {
    margin-bottom: 0px !important;
}

.social-copy {
    list-style-type: none;
    padding-left: 0px;
}

.form-news {
    background-color: transparent;
    border-top: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #f9f9f9;
    border-left: 0px !important;
    border-radius: 0px;
    padding-left: 0px !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.section-titulo {
    margin: 50px 0px 20px 0px;
}

.section-titulo .titulo {
    text-align: center;
}

.section-titulo .titulo span {
    color: #4D4D4D;
    padding: 5px 10px;
    margin-left: 5px;
    font-size: 41px;
    line-height: 30px;
    font-weight: bold;
}

.section-titulo .crp {
    font-size: 15px;
    font-weight: 300;
}

.section-secundarias {
    min-height: 450px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-secundarias .nome {
    color: #80532A;
    font-weight: 600;
    font-size: 40px;
    margin-top: 30px !important;
}

.section-secundarias .crm {
    color: #8F7053;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}

.section-secundarias .p-estilo-1 {
    text-transform: uppercase;
    background-color: #8F7053;
    padding: 7px 15px;
    color: #f7f7f7;
    font-weight: 100;
}

.section-secundarias .p-estilo-2 {
    color: #7B7B7B;
    font-weight: 400;
    margin-bottom: 25px;
}

.bloco-post2 {
    padding: 10px 0px;
    border-left: 2px solid #4D4D4D;
}

.post2 {
    font-size: 16px;
    color: #4D4D4D;
    padding-left: 5px;
    border-left: 5px solid transparent;
}

.post2 table {
    width: 100%;
}

.post2 table tr td:first-child {
    text-align: center;
    vertical-align: center;
    width: 40px;
}

.post2:hover {
    border-left: 5px solid #27ABB7;
    color: #FFFFFF;
}

.bg-top-secundarias {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #27ABB7;
}

.bg-top-home {
    background-color: #fff;
}

.pacotes {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
    -moz-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
    box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
    transition: all 0.1s ease-in-out;
    padding: 15px;
    margin-bottom: 30px;
}

.pacotes .titulo {
    text-transform: uppercase;
    background: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.pacotes .item {
    text-align: center;
    padding: 5px 15px;
}

.pacotes .valor {
    text-align: center;
    padding: 10px 15px;
}

.pacotes .btn-padrao {
    display: block;
    margin-bottom: 0px;
}

.box-videos-tipos {
    margin-bottom: 20px;
}

.sub-titulo {
    font-size: 20px !important;
}

.box-videos {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
    -moz-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
    box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
    margin-bottom: 25px;
}

.box-videos .videos {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 75%;
    position: relative;
    transition: all 0.5s ease;
}

@media (max-width: 768px) {
    .box-videos .videos {
        margin-bottom: 15px;
        padding-top: 70%;
    }
}

.box-videos .titulo {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    padding: 7px 15px;
}

#news {
    width: unset;
    text-align: center;
    right: 0;
    position: absolute;
}

@media (max-width: 767px) {
    #news {
        width: 100%;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .box-videos .titulo {
        padding: 4px 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-videos .titulo {
        font-size: 13px;
    }
}

.cor1-bg {
    background-color: #5A3D1A;
}

.sub-titulo {
    margin-bottom: 20px;
    border-left: 5px solid #27ABB7;
    font-weight: bold;
    padding-left: 7px;
    font-size: 30px;
}

.redes-sociais {
    padding-top: 25px;
    padding-bottom: 25px;
}

.redes-sociais a {
    color: #2c2c2c;
    margin-right: 20px;
    transition: all 0.5s ease-out;
    cursor: pointer;
    line-height: 16px;
    font-size: 13px;
}

.redes-sociais a:hover,
.redes-sociais a:focus {
    transform: scale(1.02);
    transition: all 0.5s ease-out;
}

.redes-sociais .facebook {
    color: #4267b2 !important;
}

.redes-sociais .twiter {
    color: #1da1f2 !important;
}

.redes-sociais .whatsapp {
    color: #53bf5b !important;
}

.light-gallery img {
    margin-bottom: 15px;
}

.media .media-body {
    color: #FFFFFF;
}

.media .media-body h3 {
    color: #FFFFFF;
}

.social-copy a {
    color: #27ABB7 !important;
}

.contato {
    padding-left: 15px;
    list-style-type: none;
    font-size: 16px;
}

.contato a {
    color: #FFFFFF;
}

.contato a:hover {
    color: #5a3d1a;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #27ABB7;
    cursor: default;
    background-color: #FFFFFF;
    border-color: #27ABB7;
    transition: all 0.5s ease-out;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #27ABB7;
    text-decoration: none;
    background-color: #27ABB7;
    border: 1px solid #27ABB7;
    transition: all 0.5s ease-out;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #27ABB7;
    background-color: #27ABB7;
    border-color: #27ABB7;
    transition: all 0.5s ease-out;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    border-color: #27ABB7;
    color: #27ABB7;
}

.owl-carousel-banner-topo {
    position: relative;
}

.owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    left: calc( 50% - 60px) !important;
}

.owl-theme .owl-controls .owl-page span {
    display: block !important;
    width: 45px !important;
    height: 5px !important;
    margin: 5px 7px !important;
    filter: alpha(opacity=50) !important;
    opacity: 1 !important;
    background: #f8f8f8 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

@media (max-width: 768px) {
    .owl-theme .owl-controls .owl-page span {
        height: 2px !important;
    }
}

.owl-theme .owl-controls .owl-page.active span {
    display: block !important;
    width: 45px !important;
    height: 5px !important;
    margin: 5px 7px !important;
    filter: alpha(opacity=50) !important;
    opacity: 1 !important;
    background: #FF7700 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

@media (max-width: 768px) {
    .owl-theme .owl-controls .owl-page.active span {
        height: 2px !important;
    }
}

.section-tratamentos {
    margin-top: -40px;
}

@media (max-width: 768px) {
    .section-tratamentos {
        margin-top: -20px;
    }
}

.section-tratamentos .owl-carousel-tratamentos .tratamento {
    background-color: #FFF5E9 !important;
    margin: 0px 15px;
    padding: 12px;
    text-align: center;
    border-radius: 5px;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 125px;
}

@media (max-width: 768px) {
    .section-tratamentos .owl-carousel-tratamentos .tratamento {
        min-height: 80px;
    }
}

.section-tratamentos .owl-carousel-tratamentos .tratamento p {
    color: #CBAC88 !important;
    font-size: 18px;
}

.section-tratamentos .owl-carousel-tratamentos .owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    left: calc( 50% - 60px) !important;
}

.section-tratamentos .passador-esquerda {
    margin-right: 0px !important;
    margin-left: auto;
    cursor: pointer;
}

.section-tratamentos .passador-direita {
    cursor: pointer;
    margin-left: 0px !important;
    margin-right: auto;
}

.section-endocrinologia {
    padding: 40px 0px;
}

.section-endocrinologia .titulo {
    color: #7B7B7B;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: 325;
    letter-spacing: 10px;
}

@media (max-width: 768px) {
    .section-endocrinologia .titulo {
        letter-spacing: 5px !important;
        font-size: 25px !important;
    }
}

.section-endocrinologia .texto {
    color: #7B7B7B;
    text-align: center;
    font-weight: 400;
}

.section-dras {
    padding: 30px 0px;
}

.section-dras .nome {
    color: #4D4D4D;
    font-weight: bold;
    font-size: 30px;
    margin-top: 30px !important;
}

.section-dras .crm {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 15px;
}

.section-dras .conteudo {
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 25px;
}

.section-dras .topicos {
    margin-bottom: 15px;
}

.section-dras .topicos .topico-titulo {
    font-size: 27px;
    font-weight: bold;
    color: #4D4D4D;
}

.section-dras .topicos .topico-descricao {
    font-size: 15px;
    font-weight: 300;
    color: #4D4D4D;
}

.section-dras .miniatura {
    width: 100%;
    cursor: pointer;
    background-size: cover !important;
    padding-top: 100% !important;
    transition: all 0.5s ease;
}

.section-dras .miniatura:hover,
.section-dras .miniatura:focus {
    transform: translateY(-3px);
    transition: all 0.5s ease;
}

.section-pre-rodape {
    padding: 40px 0px;
}

.section-pre-rodape .telefone {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-pre-rodape .telefone {
        font-size: 17px !important;
    }
}

.section-pre-rodape .telefone small {
    font-weight: 500;
}

.section-pre-rodape .cidade {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .section-pre-rodape .cidade {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-pre-rodape .cidade {
        font-size: 15px !important;
    }
}

.form-padrao {
    line-height: 45px;
    border-radius: 5px;
    height: 45px;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 300;
}

.form-padrao::placeholder {
    color: #4D4D4D;
}

.btn-padrao {
    background-color: #27ABB7;
    color: #FFFFFF;
    margin-top: 15px;
    margin-right: 5px;
    font-weight: normal;
    font-size: 16px;
    border-radius: 0px;
    padding: 10px 15px;
    border: 1px solid #27ABB7;
    transition: all 0.3s ease-out;
}

.btn-padrao:hover,
.btn-padrao:focus {
    background-color: #00A58F;
    color: #FFFFFF !important;
    border: 1px solid #27ABB7;
}

.section-contato-home {
    background-size: cover;
    background-position: center center;
    padding: 40px 0px;
}

.section-contato-home .titulo {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}

.section-contato-home .titulo span {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 40px;
}

.section-contato-home .texto-atendimento {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 600;
    padding: 5px;
}

.section-contato-home .btn-padrao {
    border: 1px solid #FFFFFF;
    background-color: transparent;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px 25px;
}

.section-contato-home .btn-padrao:hover,
.section-contato-home .btn-padrao:focus {
    background-color: #00A58F;
    color: #FFFFFF !important;
    border: 1px solid #27ABB7;
}

.section-contato-home .table-social {
    margin-top: 20px;
}

.section-contato-home .table-social tr td {
    color: #FFFFFF;
    font-size: 17px;
    padding-left: 10px;
}

.section-contato-home .table-social tr td a {
    color: #FFFFFF;
    font-weight: 300;
}

.section-blog {
    padding: 50px 0px;
}

.section-blog .titulo {
    color: #4D4D4D;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 30px;
}

.section-blog .post {
    transition: all 0.5s ease;
    padding: 5px;
    -webkit-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.16);
}

.section-blog .post:hover,
.section-blog .post:focus {
    transform: translateY(-5px);
    transition: all 0.5s ease;
}

@media (max-width: 1199px) {
    .section-blog .post {
        margin-top: 30px;
    }
}

.section-blog .post .foto {
    padding-top: 75%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-blog .post .conteudo {
    padding: 15px;
}

.section-blog .post .conteudo .titulo-post {
    color: #27ABB7;
    text-align: center;
    font-size: 28px;
    line-height: 25px;
    font-weight: bold;
    margin: 10px 0px;
}

.section-blog .post .conteudo .resumo-post {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    min-height: 90px;
}

.section-blog .post .conteudo .btn-padrao {
    background-color: transparent;
    border: 1px solid transparent;
    text-transform: capitalize;
    color: #27ABB7;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.section-blog .post .conteudo .btn-padrao:hover {
    border: 1px solid #27ABB7;
    color: #27ABB7 !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.owl-carousel-blog .foto {
    background-size: cover !important;
    padding-top: 50% !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}

.titulo-paginas {
    text-align: center;
    font-size: 41px;
    color: #4D4D4D;
    font-weight: 600;
}

.facebook-link-home {
    color: #333 !important;
    transition: all 0.5s ease;
}

.facebook-link-home:hover,
.facebook-link-home:focus {
    color: #333 !important;
    transition: all 0.5s ease;
}

.popover-title {
    color: #CBAC88 !important;
    background-color: #FFF5E9 !important;
}

.popover-content {
    color: #7B7B7B !important;
    width: 100% !important;
}

.popover-pagina {
    display: block;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    height: 200px !important;
    margin-top: 15px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

@media (max-width: 767px) {
    .popover-pagina {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.resultado-imc {
    font-size: 22px;
}

.resultado-classificacao {
    font-size: 18px;
}

.botoes-flutuantes-copy-scroll-paginas {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99999;
    line-height: 0;
    display: block;
    width: 170px;
}

@media (max-width: 767px) {
    .botoes-flutuantes-copy-scroll-paginas {
        width: 105px;
    }
}

.btn-flutuante-agenda-copy {
    width: 100%;
    height: 40px;
    padding: 2px 1px 1px 1px;
    display: block;
    border-radius: 30px;
    float: left;
    background: #00A4CD;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    text-align: center;
    margin-bottom: 10px;
    opacity: 0.7;
    transition: all 0.5s ease;
}

@media (max-width: 767px) {
    .btn-flutuante-agenda-copy {
        float: right;
        width: 40px;
        margin-left: 5px;
        padding: 1px !important;
        padding-right: 7px;
        opacity: 1;
    }
}

.btn-flutuante-agenda-copy:hover {
    opacity: 1;
    transition: all 0.5s ease;
}

.btn-flutuante-whatsapp-copy {
    width: 100%;
    height: 40px;
    padding: 1px;
    display: block;
    float: left;
    border-radius: 30px;
    background: #25d366;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    text-align: center;
    opacity: 0.7;
    transition: all 0.5s ease;
}

@media (max-width: 767px) {
    .btn-flutuante-whatsapp-copy {
        float: right;
        width: 40px;
        padding: 0px 3px 0px 0px;
        opacity: 1;
    }
}

.btn-whats-flutuante {
    position: fixed;
    bottom: 10px;
    right: 190px;
    width: 50px;
    height: 50px;
    transition: all 0.5s ease;
    z-index: 2;
}

.btn-whats-flutuante a {
    background-color: #26d367;
    border: 1px solid #26d367;
    border-radius: 48px;
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    margin: 5px 0;
    padding: 10px 25px;
    text-decoration: none!important;
    transition: all .5s ease;
}

@media (max-width: 767px) {
    .btn-whats-flutuante {
        right: 10px;
        bottom: 10px;
    }

    .btn-whats-flutuante a {
        padding: 12px 12px;
    }
}

.btn-whats-flutuante a:hover,
.btn-whats-flutuante a:focus {
    background: #34af23;
    color: #FFFFFF;
}

.btn-whats-flutuante:hover,
.btn-whats-flutuante:focus {
    transform: translateY(2px);
    transition: all 0.5s ease;
}


.btn-flutuante-whatsapp-copy:hover {
    opacity: 1;
    transition: all 0.5s ease;
}

.icone-whatsapp-copy {
    margin-top: 10px;
    margin-left: 5px;
}

@media (max-width: 767px) {
    .icone-whatsapp-copy {
        margin-top: 12px;
        margin-left: 5px;
        font-size: 30px;
    }
}

.icone-agenda-copy {
    margin-top: 10px;
    margin-left: 5px;
}

@media (max-width: 767px) {
    .icone-agenda-copy {
        margin-top: 12px !important;
        font-size: 30px;
        margin-left: 0px !important;
    }
}

.texto-calculadora-imc {
    color: #7B7B7B;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}

.corrigido {
    font-size: 20px !important;
    color: #333 !important;
}


.bannerMobile {
    display: block!important;
}

.bannerNormal {
    display: block!important;
}

@media (min-width: 768px) {
    .bannerMobile {
        display: block!important;
        visibility: hidden!important;
        width: 0px;
    }
}

@media (max-width: 768px) {
    .bannerNormal {
        display: block!important;
        visibility: hidden!important;
        width: 0px;
        position: fixed;
    }
}

.titulo-depoimento {
    justify-content: center;
    display: flex;
}

.dep-nome {
    color: #27ABB7;
    font-size: 18px;
}

.media-caroussel-dep {
    color: #2c2c2c;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: none; 
    font-size: 19px; 
    padding-right: 140px;
    padding-left: 140px; 
}

@media (max-width: 768px) {
    .media-caroussel-dep {
        padding-right: 45px;
        padding-left: 45px; 
    }
}

.btn-whatsapp {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 3;
    opacity: 1;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 0px;
    margin-left: 120px;
    margin-top: 20px;
    color: white;
}

@media (max-width: 768px) {
    .btn-whatsapp {
        margin-left: 40px;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .btn-whatsapp {
        width: 50px;
        height: 50px;
        bottom: 5px !important;
    }
}
.abtn {
    margin: 5px 0px;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 48px;
    background-color: #26d367;
    border: 1px #26d367 solid;
    font-size: 15px;
    line-height: 16px;
    padding: 10px 25px;
    text-decoration: none !important;              
}

.abtn-icon {
    font-size: 20px;
}

@media (max-width: 991px) {
    .abtn {
        border-radius: 50% !important;
        font-size: 26px !important;
        padding: 10.5px 14.63px !important;
        text-align: center !important;
    }
    .abtn-icon {
        font-size: 25px !important;
    }
}

.btn-whatsapp-pulse {
    animation-name: pulse-whatsapp;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.abtn:hover {
    background-color: white;
    color: #26d367;
}

.abtn:hover .abtn-icon {
    color: #26d367;
}
