﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins|Roboto:300,400,500,700&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

button:focus {
    outline: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

button {
    border: none;
    background: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

#fazbem-site {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: #f9f9f9;
    position: relative;
    padding-top: 170px;
    overflow-x: hidden;
}

#fazbem-site * {
    box-sizing: border-box;
}

#fazbem-site a:hover {
    text-decoration: none;
}

#fazbem-site main {
    overflow: hidden;
    min-height: 407px;
}

#fazbem-site.noscroll {
    overflow: hidden;
}

#fazbem-site .bg-oncologia,
#fazbem-site .bg-cancer-de-ovario,
#fazbem-site .bg-cancer-de-pulmao,
#fazbem-site .bg-cancer-de-mama,
#fazbem-site .bg-cancer-de-prostata,
#fazbem-site .bg-linfoma,
#fazbem-site .bg-leucemia {
    background-color: #38135f !important;
}

#fazbem-site .bg-coracao {
    background-color: #eb0087 !important;
}

#fazbem-site .bg-diabetes {
    background-color: #86d2e0 !important;
}

#fazbem-site .bg-gastroesofagico {
    background-color: #9db6b3 !important;
}

#fazbem-site .bg-pulmao {
    background-color: #00355f !important;
}

#fazbem-site .mask-menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    height: calc(100vh - 110px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background-color: rgba(255, 255, 255, .8);
    z-index: 8;
    transition: all .25s ease-out;
}

#fazbem-site .mask-menu.show {
    visibility: visible;
    opacity: 1;
}

#fazbem-site .container {
    max-width: 1280px;
}

#fazbem-site ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#fazbem-site a {
    color: #000;
    text-decoration: none;
}

#fazbem-site .toastify {
    border-radius: 5px !important;
    color: #808080 !important;
    background: #fff !important;
}

#fazbem-site .toastify.success {
    color: #fff !important;
    background: #006400 !important;
}

#fazbem-site .toastify.error {
    color: #fff !important;
    background: #8b0000 !important;
}

#fazbem-site .toast-close {
    margin-left: 10px !important;
}

#fazbem-site .center {
    text-align: center;
}

#fazbem-site #alert-cookies {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 35px 50px;
    background-color: #fff;
    z-index: 999999;
    transition: all .5s ease-out;
    transform: translateY(300px);
    box-shadow: 0 2px 51px -16px transparent;
}

#fazbem-site #alert-cookies h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

#fazbem-site #alert-cookies p {
    font-size: 16px;
    line-height: 26px;
}

#fazbem-site #alert-cookies p a {
    text-decoration: underline;
}

#fazbem-site #alert-cookies .btn-close-cookie {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    border: 1px solid;
    border-radius: 8px;
    padding: 15px;
}

#fazbem-site #alert-cookies .btn-close-cookie span {
    display: inline-block;
    margin-left: 15px;
}

#fazbem-site #alert-cookies.show {
    transform: translateY(0);
    box-shadow: 0 2px 51px -16px rgba(0, 0, 0, .75);
}

#fb-notfound {
    padding: 80px 0;
}

#fb-notfound h1 {
    font-size: 38px;
    text-align: center;
}

#fazbem-forms {
    min-height: calc(100vh - 445px);
    background-color: #f9f9f9;
}

#fazbem-forms h1 {
    color: #172434;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

#fazbem-forms p {
    color: #646e7b;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}

#fazbem-forms .login {
    margin: 100px auto;
    background-color: #f3f3f3;
    width: 480px;
    padding: 40px;
    align-self: flex-start;
}

#fazbem-forms .lost {
    margin-top: 20px;
}

#fazbem-forms .lost a {
    text-decoration: underline;
    display: block;
    margin-bottom: 25px;
    width: 100%;
    font-size: 16px;
    color: #646e7b;
    text-align: center;
}

#fazbem-forms .first {
    text-align: center;
    color: #646e7b;
}

#fazbem-forms .first a {
    transition: all .2s ease-in-out;
    text-decoration: underline;
}

#fazbem-forms .first a:hover {
    color: #860052;
}

#fazbem-forms .register {
    margin-top: 20px;
    text-align: center;
    color: #646e7b;
}

#fazbem-forms .register a {
    transition: all .2s ease-in-out;
    text-decoration: underline;
}

#fazbem-forms .register a:hover {
    color: #860052;
}

#fazbem-forms .text-reset-pass {
    padding: 25px 15px 0;
    display: none;
}

#fazbem-forms .text-reset-pass p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 22px;
}

#fazbem-forms .text-reset-pass p:last-child {
    font-size: 12px;
    line-height: 18px;
}

@media(max-width:990px) {
    #fazbem-site {
        padding-top: 120px;
    }

    #fazbem-site #alert-cookies {
        padding: 45px 20px 130px;
        transform: translateY(500px);
    }

    #fazbem-site #alert-cookies .btn-close-cookie {
        right: auto;
        left: 15px;
        top: auto;
        bottom: -75px;
    }

    #fazbem-site #alert-cookies p {
        font-size: 16px;
        line-height: 26px;
    }

    #fazbem-forms {
        min-height: auto;
    }

    #fazbem-forms .login {
        padding: 40px 20px;
        width: 90%;
        margin: 30px auto;
    }
}

.btn-default {
    display: inline-block;
    padding: 15px 25px;
    font-size: 18px;
    color: #fff !important;
    transition: all .2s ease-out;
    background-color: #860052 !important;
    cursor: pointer;
    border: none;
    border-radius: 8px;
}

.btn-default.full {
    background-color: #860052;
    color: #fff !important;
}

.btn-default.full:hover {
    color: #fff !important;
    background-color: #eb0c8c;
}

.btn-default:hover {
    background-color: #eb0c8c !important;
}

.btn-default.type2 {
    background-color: #fcaf17 !important;
    color: #860052 !important;
}

.btn-default.big {
    font-size: 22px;
    font-weight: bold;
    padding: 25px 40px;
}

.btn-color {
    display: inline-block;
    padding: 15px 25px;
    text-align: center;
    background-color: #fcaf17;
    font-size: 14px;
    font-weight: 300 !important;
    border-radius: 4px;
    transition: all .2s ease-out;
}

.btn-color:hover {
    background-color: #fcaf17;
}

.btn-special-about {
    cursor: pointer;
    width: 400px;
    padding: 15px;
    display: block;
    margin: 0 auto;
    border-radius: 35px;
    background-color: #fbbd08;
    text-align: center;
    font-weight: 300 !important;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    transition: all .3s ease-out;
}

.btn-special-about span {
    font-size: 19px;
    margin-top: 5px;
    display: block;
    font-weight: 600;
}

.btn-special-about:hover {
    background-color: #ffcc38;
}

@media only screen and (max-width:990px) {
    .btn-default {
        font-size: 14px;
    }
}

.form-default input[type=text],
.form-default input[type=email],
.form-default input[type=tel],
.form-default input[type=password],
.form-default textarea {
    width: 100%;
    background-color: #fafafa;
    border: none;
    border-radius: 3px;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 45px;
}

.form-default input[type=text]:focus,
.form-default input[type=email]:focus,
.form-default input[type=tel]:focus,
.form-default input[type=password]:focus,
.form-default textarea:focus {
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
}

.form-default input[type=text].error-border,
.form-default input[type=email].error-border,
.form-default input[type=tel].error-border,
.form-default input[type=password].error-border,
.form-default textarea.error-border {
    border: 1px solid #8b0000;
}

.form-default input:-webkit-autofill,
.form-default input:-webkit-autofill:hover,
.form-default input:-webkit-autofill:focus,
.form-default input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fafafa inset !important;
}

.form-default input[type=submit] {
    background-color: transparent;
}

.form-default input:disabled {
    cursor: not-allowed;
}

.form-default .field {
    min-height: 65px;
}

.form-default .field.nopr {
    padding-right: 0;
}

.form-default .field label {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.form-default .error {
    padding-top: 5px;
    color: #8b0000;
    font-size: 12px;
}

.form-default .required-text {
    text-align: left !important;
    font-size: 12px !important;
    line-height: 16px;
}

.form-default .ct-checkbox {
    margin-top: 15px;
}

.form-default .ct-checkbox a {
    text-decoration: underline !important;
}

.form-default .ct-checkbox .field {
    min-height: 55px;
}

.error-border .select2-container--default .select2-selection--single {
    border: 1px solid #8b0000;
}

.select2-container--default .select2-selection--single {
    background-color: #fafafa;
    border: none;
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.select2-container {
    width: 100% !important;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: '';
    border: 1px solid #860052;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #fff;
}

.styled-checkbox:hover+label:before {
    background: #860052;
}

.styled-checkbox:checked+label:before {
    background: #860052;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.ico-lung {
    display: inline-block;
    width: 134px;
    height: 134px;
    background: url(../img/ico-pulmao.png) no-repeat center transparent;
}

.ico-lung.white {
    background: url(../img/ico-pulmao-white.png.png) no-repeat center transparent;
    width: 37px;
    height: 37px;
}

.ico-breast {
    display: inline-block;
    width: 134px;
    height: 134px;
    background: url(../img/ico-mama.png) no-repeat center transparent;
}

.ico-breast.white {
    background: url(../img/ico-mama-white.png) no-repeat center transparent;
    width: 37px;
    height: 37px;
}

.ico-prostate {
    display: inline-block;
    width: 134px;
    height: 134px;
    background: url(../img/ico-prostata.png) no-repeat center transparent;
}

.ico-prostate.white {
    background: url(../img/ico-prostata-white.png) no-repeat center transparent;
    width: 37px;
    height: 37px;
}

.ico-lymphoma {
    display: inline-block;
    width: 134px;
    height: 134px;
    background: url(../img/ico-linfoma.png) no-repeat center transparent;
}

.ico-lymphoma.white {
    background: url(../img/ico-linfoma-white.png) no-repeat center transparent;
    width: 37px;
    height: 37px;
}

.ico-leukemia {
    display: inline-block;
    width: 134px;
    height: 134px;
    background: url(../img/ico-leucemia.png) no-repeat center transparent;
}

.ico-leukemia.white {
    background: url(../img/ico-leucemia-white.png) no-repeat center transparent;
    width: 37px;
    height: 37px;
}

.banner-default {
    position: relative;
    margin-bottom: -7vw;
}

.banner-default>img {
    display: block;
    width: 100%;
    height: auto;
}

.banner-default .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.banner-default .content .wrapper {
    width: 400px;
}

.banner-default .content.compact .wrapper .logo1 {
    width: 100%;
    border-right: none;
    padding-right: 0;
}

.banner-default .content.compact .wrapper .logo1 img {
    display: block;
    margin: 0 auto;
}

.banner-default .wrapper {
    display: flex;
    flex-wrap: wrap;
    transition: all .2s ease-out;
}

.banner-default .wrapper .logo1 {
    width: 40%;
    border-right: 1px solid #007ecb;
    padding-right: 40px;
}

.banner-default .wrapper .logo1 img {
    width: 125px;
    height: auto;
}

.banner-default .wrapper .logo2 {
    width: 50%;
    padding-left: 40px;
}

.banner-default .wrapper .logo2 img {
    width: 190px;
    height: auto;
}

.banner-default .wrapper .text {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 4.2px;
}

.static-banner {
    padding: 15px 0;
    background-color: #f7f8fb;
}

.static-banner img {
    display: block;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.static-banner.menu-area-logada-fixed {
    margin-bottom: 96px;
}

@media(max-width:1199.98px) {
    .banner-default .content .wrapper {
        margin-top: -4vw;
    }
}

@media(max-width:991.98px) {
    .banner-default {
        overflow: hidden;
    }

    .banner-default>img {
        width: 140vw;
        transform: translateX(-25vw);
    }
}

@media(max-width:767.98px) {
    .banner-default>img {
        width: 200vw;
        transform: translateX(-60vw);
    }

    .banner-default .content .wrapper {
        transform: scale(.8);
    }

    .banner-default .content .wrapper .text {
        font-size: 16px;
    }
}

@media(max-width:575.98px) {
    .banner-default .content .wrapper {
        transform: scale(.7) translateX(-15px);
    }
}

.blocks {
    position: relative;
    z-index: 10;
    transition: all .3s ease-out;
    min-height: 260px;
}

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

.blocks ul li {
    padding: 40px;
    background: #025794;
    background: linear-gradient(0deg, #025794 0%, #0172bc 50%, #008adf 100%);
    border-radius: 8px;
    margin: 0 5px;
    width: 25%;
    transition: all .2s ease-in-out;
    overflow: hidden;
    box-shadow: 0 2px 20px -5px transparent;
}

.blocks ul li.white {
    background: #fff !important;
}

.blocks ul li.white a div h2 {
    color: #860052;
}

.blocks ul li.white a div h2 span {
    color: #646e7b;
}

.blocks ul li a {
    display: block;
}

.blocks ul li a div {
    display: flex;
    align-content: center;
    height: 70px;
    margin-bottom: 20px;
}

.blocks ul li a div img {
    margin-top: 15px;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 25px;
}

.blocks ul li a div h2 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.blocks ul li a div h2 span {
    display: block;
    font-size: 13px;
    line-height: 20px;
}

.blocks ul li p {
    color: #fff;
    font-size: 13px;
    line-height: 26px;
}

.blocks ul li:first-child {
    transform: scale(.96);
    margin-right: -2px;
}

.blocks ul li:last-child {
    margin-left: -2px;
    transform: scale(.96);
}

.blocks ul li:hover {
    box-shadow: 0 2px 20px -5px rgba(0, 0, 0, .5);
    transform: scale(1.04);
}

.blocks ul li:hover:first-child {
    margin-right: 0;
}

.blocks ul li:hover:last-child {
    margin-left: 0;
}

.blocks.type2 {
    width: 70%;
    margin: 0 auto;
}

.blocks.type2 ul li {
    width: 32%;
    padding: 50px 40px 60px;
}

.blocks.type2 ul li a div h2 {
    font-size: 18px;
    font-weight: 600;
}

.blocks.type2 ul li a div span {
    font-weight: 300;
}

.blocks.type2 ul li:hover {
    transform: none;
}

.blocks.type2 ul li:first-child,
.blocks.type2 ul li:last-child {
    transform: scale(1);
}

@media(max-width:1499.98px) {
    .blocks.type2 {
        width: 82%;
    }

    .blocks.type2 ul {
        width: 100%;
    }
}

@media(max-width:1199.98px) {
    .blocks ul {
        flex-wrap: wrap;
        justify-content: center;
        width: 80%;
        margin: auto;
    }

    .blocks ul li {
        width: 38%;
        margin: 0 10px 10px;
        transform: scale(1) !important;
    }

    .blocks ul li a div h2 {
        font-size: 24px;
    }

    .blocks ul li a div p {
        height: 55px;
    }

    .blocks ul li:hover {
        box-shadow: none;
        transform: scale(1);
    }

    .blocks.type2 {
        width: 100%;
    }

    .blocks.type2 ul {
        width: 80%;
        flex-wrap: wrap;
    }

    .blocks.type2 ul li {
        width: 48%;
        margin: 0 10px 15px 0;
        padding: 20px 30px 60px;
        height: 200px;
    }

    .blocks.type2 ul li h2 {
        padding-right: 0;
    }
}

@media(max-width:991.98px) {
    .blocks ul {
        width: 90%;
    }

    .blocks ul li {
        width: 100%;
        margin: 0 0 20px;
    }

    .blocks ul li a div h2 {
        font-size: 24px;
        padding-right: 40px;
        padding-top: 20px;
    }

    .blocks ul li a div h2 br {
        display: none;
    }

    .blocks ul li a div p {
        height: 55px;
    }

    .blocks ul li:hover {
        box-shadow: none;
        transform: scale(1);
    }

    .blocks.type2 ul {
        width: 80%;
        flex-wrap: wrap;
    }

    .blocks.type2 ul li {
        width: 100%;
        margin: 0 0 20px;
        padding: 20px 30px 40px;
        height: auto;
    }
}

@media(max-width:767.98px) {
    .blocks ul li a div h2 {
        padding-top: 0;
    }

    .blocks ul li a div h2 br {
        display: block;
    }
}

.steps {
    width: 790px;
    margin: 60px auto 20px;
}

.steps ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.steps ul li {
    position: relative;
    border-radius: 50%;
    padding: 12px 7px 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #e4e1e1;
    color: #a9a9a9;
    z-index: 10;
    transition: all .3s ease-in-out;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.steps ul li:hover {
    background-color: #fcaf17;
    color: #860052;
}

.steps ul li:hover span {
    color: #860052;
}

.steps ul li span {
    position: absolute;
    left: -50px;
    bottom: -75px;
    font-size: 24px;
    color: #9fa3a7;
    width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps ul li.line {
    position: absolute;
    border-radius: 0;
    width: 788px;
    height: 17px;
    top: 15px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: inset 0 4px 10px 0 rgba(30, 30, 30, .1);
    padding: 0;
}

.steps ul li.line:after {
    content: " ";
    background-color: #eb0c8c;
    position: absolute;
    left: 0;
    height: 2px;
    width: 0;
    transition: all .3s ease-in-out;
}

.steps ul li.btn-bc-step1 {
    transform: translateX(90px);
}

.steps ul li.btn-bc-step3 {
    transform: translateX(-90px);
}

@media only screen and (max-width:990px) {
    .steps {
        width: 300px;
        margin: 90px auto 20px;
    }

    .steps ul li.line {
        width: 290px;
    }
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loading {
    display: block;
    margin: 25px 0;
}

.loading img {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    animation: rotating 2s linear infinite;
}

.loading .branco {
    display: none;
}

.loading p {
    text-align: center;
    font-size: 14px !important;
    color: #7e7e7e;
}

.loading.white .cor {
    display: none;
}

.loading.white .branco {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(134, 0, 82, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.modal.open {
    visibility: visible;
    opacity: 1;
}

.modal.open .container-modal {
    transform: translateY(0);
    opacity: 1;
}

.modal .container-modal {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    width: 600px;
    height: auto;
    transition: all .3s ease-in-out;
    transition-delay: .3s;
}

.modal .container-modal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    cursor: pointer;
}

.modal .container-modal h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 35px;
}

.modal .container-modal ul {
    list-style: decimal !important;
    padding-left: 25px !important;
}

.modal .container-modal ul li {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
}

.modal .container-modal img {
    width: 100%;
    height: auto;
}

.modal .container-modal footer {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    right: 15px;
    left: 15px;
}

.modal .container-modal footer a {
    margin: 0 10px;
}

.modal#modal-cpf .container-modal {
    min-height: 200px;
}

.modal#modal-cpf .container-modal a {
    text-decoration: underline;
    font-weight: bold;
    color: #860052;
}

.modal#modal-cpf .container-modal p {
    line-height: 20px;
}

.modal#modal-cpf .container-modal #form-login-pass {
    width: 300px;
    margin: 25px auto;
}

.modal#modal-crm .container-modal {
    min-height: 480px;
}

.modal#modal-lgpd .container-modal,
.modal#modal-lgpd-login .container-modal {
    height: 90%;
    width: 90vw;
    position: relative;
}

.modal#modal-lgpd .container-modal p,
.modal#modal-lgpd-login .container-modal p {
    margin-top: 12px;
    text-align: left;
}

.modal#modal-lgpd .container-modal h3,
.modal#modal-lgpd-login .container-modal h3 {
    margin-bottom: 25px;
}

.modal#modal-lgpd .container-modal iframe,
.modal#modal-lgpd-login .container-modal iframe {
    width: 100%;
    height: 85%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.modal#modal-lgpd .container-modal iframe #termDiv,
.modal#modal-lgpd .container-modal iframe #termDiv p,
.modal#modal-lgpd .container-modal iframe #termDiv h1,
.modal#modal-lgpd .container-modal iframe .content,
.modal#modal-lgpd-login .container-modal iframe #termDiv,
.modal#modal-lgpd-login .container-modal iframe #termDiv p,
.modal#modal-lgpd-login .container-modal iframe #termDiv h1,
.modal#modal-lgpd-login .container-modal iframe .content {
    text-align: left !important;
}

.modal#modal-lgpd .container-modal .form,
.modal#modal-lgpd-login .container-modal .form {
    padding-top: 30px;
    height: 15%;
}

.modal#modal-lgpd .container-modal .form-default .field label,
.modal#modal-lgpd-login .container-modal .form-default .field label {
    display: block;
    margin-top: 14px;
}

.modal#modal-lgpd .container-modal .form-default input[type=submit],
.modal#modal-lgpd-login .container-modal .form-default input[type=submit] {
    width: 100%;
}

@media(max-width:991.98px) {

    .modal#modal-lgpd .container-modal,
    .modal#modal-lgpd-login .container-modal {
        padding: 30px 15px;
        height: 100vh;
        width: 100vw;
    }

    .modal#modal-lgpd .container-modal p,
    .modal#modal-lgpd-login .container-modal p {
        margin-bottom: 5px;
    }

    .modal#modal-lgpd.formCel iframe,
    .modal#modal-lgpd-login.formCel iframe {
        height: 70%;
    }

    .modal#modal-lgpd.formCel .form,
    .modal#modal-lgpd-login.formCel .form {
        padding-top: 30px;
        height: 30%;
    }
}

.box-logix {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    padding: 40px 30px;
    background: url(../img/bg-form-box-logix-branco.png) no-repeat center #860052;
    background-position: -80px -60px;
    color: #fff;
    box-shadow: 3px 8px 10px 5px rgba(0, 0, 0, .15);
}

.box-logix header {
    min-height: 110px;
}

.box-logix header h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}

.box-logix header p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.box-logix .form-box-logix .field {
    height: 65px;
}

.box-logix .form-box-logix .field input {
    width: 100%;
    background-color: transparent;
    padding: 5px 5px 6px;
    color: #fff;
    border: none;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    font-style: italic;
}

.box-logix .form-box-logix .field input:-webkit-autofill,
.box-logix .form-box-logix .field input:-webkit-autofill:hover,
.box-logix .form-box-logix .field input:-webkit-autofill:focus,
.box-logix .form-box-logix .field input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

.box-logix .form-box-logix .field input::placeholder {
    color: rgba(255, 255, 255, .8);
}

.box-logix .form-box-logix .field .error {
    color: #fcaf17;
    font-size: 12px;
    padding: 3px 0 0;
}

.box-logix .form-box-logix input[type=submit] {
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 20px;
    border: none;
    background-color: rgba(255, 255, 255, .2);
    padding: 10px 30px 10px;
    color: #fff;
}

.box-logix .form-box-logix .btn {
    text-align: center;
}

.box-logix .form-box-logix .error-border .select2-container--default .select2-selection--single {
    border: 1px solid #fcaf17;
    outline: none;
}

.box-logix .form-box-logix .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    height: 45px;
    border-bottom: 2px solid #fff;
}

.box-logix .form-box-logix .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(255, 255, 255, .8);
    font-style: italic;
}

.box-logix .form-box-logix .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.box-logix .form-box-logix .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.box-logix .form-box-logix .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.box-logix .form-box-logix .select2-container {
    width: 100% !important;
}

.box-logix.branco {
    background: url(../img/bg-form-box-logix.png) no-repeat center #fff;
    background-position: -80px -60px;
    color: #000;
}

.box-logix.branco header h3 {
    color: #860052;
}

.box-logix.branco .field input {
    border-bottom: 2px solid #000;
    color: #000;
}

.box-logix.branco .field input:-webkit-autofill,
.box-logix.branco .field input:-webkit-autofill:hover,
.box-logix.branco .field input:-webkit-autofill:focus,
.box-logix.branco .field input:-webkit-autofill:active {
    -webkit-transition-delay: 1ms;
    transition-delay: 1ms;
}

.box-logix.branco .field input::placeholder {
    color: rgba(0, 0, 0, .8);
}

.box-logix.branco .field .error {
    color: #8b0000;
}

.box-logix.branco input[type=submit] {
    background-color: #fcaf17;
    color: #860052;
    font-weight: bold;
}

.box-logix.branco .error-border .select2-container--default .select2-selection--single {
    border: 1px solid #8b0000;
}

.box-logix.branco .select2-container--default .select2-selection--single {
    border-bottom: 2px solid #000;
}

.box-logix.branco .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.box-logix.branco .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

.box-logix.small {
    padding: 30px 20px;
    background: url(../img/bg-form-box-logix-branco.png) no-repeat center #860052;
}

.box-logix.small header {
    min-height: unset;
}

.box-logix.small header h3 {
    font-size: 22px;
}

.box-logix.small header p {
    font-size: 13.5px;
    line-height: 16px;
}

.box-logix.small .form-box-logix .field {
    height: 50px;
}

.box-logix.small .form-box-logix .field input {
    font-size: 16px;
}

.box-logix.small .form-box-logix input[type=submit] {
    margin-top: 5px;
    font-size: 18px;
    padding: 7px 25px;
}

.box-logix.disabled {
    transition: all .3s ease-out;
    opacity: .6;
    pointer-events: none;
}

@media only screen and (max-width:990px) {
    .box-logix header {
        min-height: 80px;
    }

    .box-logix.branco header h3 {
        font-size: 24px;
    }

    .box-logix .form-box-logix .field input {
        font-size: 16px;
    }

    .box-logix .form-box-logix input[type=submit] {
        font-size: 18px;
    }
}

.destaques-blog {
    margin: 0 0 30px;
}

.destaques-blog ul {
    margin: 15px 0 20px;
    display: grid;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: auto auto auto;
}

.destaques-blog .card-post {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.destaques-blog .card-post a {
    text-align: center;
    color: #767676;
}

.destaques-blog .card-post a .ct-image {
    margin-bottom: 15px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.destaques-blog .card-post a .ct-image .image {
    width: 100%;
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s ease-out;
}

.destaques-blog .card-post a h6 {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 15px;
    padding: 0 20px;
    color: #767676;
}

.destaques-blog .card-post a p {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 20px;
}

.destaques-blog .card-post a span {
    font-size: 12px;
    display: block;
    font-style: italic;
    margin-bottom: 15px;
}

.destaques-blog .card-post a .leia-mais {
    display: block;
    width: 150px;
    margin: 0 auto 25px;
    border-radius: 10px;
    background-color: #860052;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    padding: 10px;
}

.destaques-blog .card-post a:hover .ct-image .image {
    transform: scale(1.05);
}

#fazbem-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 168px;
    background: #fff;
    z-index: 50;
    transition: all .3s ease-out;
}

#fazbem-header .container {
    max-width: 1230px;
}

#fazbem-header #fb-top {
    background: #860052;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 20;
}

#fazbem-header #fb-top .tel {
    padding-top: 3px;
}

#fazbem-header #fb-top a {
    font-size: 12px;
    color: #fff;
}

#fazbem-header #fb-top .menu-top {
    position: relative;
    z-index: 10;
}

#fazbem-header #fb-top .menu-top ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    position: absolute;
    right: -15px;
}

#fazbem-header #fb-top .menu-top ul li {
    margin-left: 30px;
}

#fazbem-header #fb-top .menu-top ul li.item-logged {
    display: none;
}

#fazbem-header #fb-top .menu-top ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #fcaf17;
    padding: 8px 12px;
    border-radius: 5px;
    color: #860052;
    font-size: 11px;
    letter-spacing: -.5px;
    transition: all .3s ease-out;
}

#fazbem-header #fb-top .menu-top ul li a strong {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

#fazbem-header #fb-top .menu-top ul li a .mobile {
    display: none;
}

#fazbem-header #fb-top .menu-top ul li a .ico-user {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background: url(../img/user.svg) no-repeat center;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
}

#fazbem-header #fb-top.logged ul {
    top: -8px;
}

#fazbem-header #fb-top.logged ul li {
    color: #fff;
}

#fazbem-header #fb-top.logged ul li.ct-patient,
#fazbem-header #fb-top.logged ul li.ct-professional {
    display: none;
}

#fazbem-header #fb-top.logged ul li.item-logged {
    display: flex;
    align-items: center;
}

#fazbem-header #fb-top.logged ul li.item-logged .ico-user {
    display: block;
    vertical-align: middle;
    margin-right: 0;
    background: url(../img/user-branco.svg) no-repeat center;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
}

#fazbem-header #fb-top.logged ul li a {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
}

#fazbem-header #fb-menu {
    background: #fff;
    position: relative;
    border-bottom: 2px solid #eee;
}

#fazbem-header #fb-menu .logo {
    padding: 18px 15px 0;
    transition: all .3s ease-out;
}

#fazbem-header #fb-menu .logo a {
    display: block;
}

#fazbem-header #fb-menu .logo a img {
    display: block;
    width: 182px;
    height: 90px;
    transition: all .3s ease-out;
}

#fazbem-header #fb-menu .nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 70px;
    width: 70px;
}

#fazbem-header #fb-menu #nav-toggle {
    position: absolute;
    left: 18px;
    top: 42px;
    cursor: pointer;
    padding: 10px 35px 16px 0;
}

#fazbem-header #fb-menu #nav-toggle span,
#fazbem-header #fb-menu #nav-toggle span:before,
#fazbem-header #fb-menu #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 35px;
    background: #860052;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#fazbem-header #fb-menu #nav-toggle span:before {
    top: -10px;
}

#fazbem-header #fb-menu #nav-toggle span:after {
    bottom: -10px;
}

#fazbem-header #fb-menu #nav-toggle.active span {
    background-color: transparent;
}

#fazbem-header #fb-menu #nav-toggle.active span:before,
#fazbem-header #fb-menu #nav-toggle.active span:after {
    top: 0;
}

#fazbem-header #fb-menu #nav-toggle.active span:before {
    transform: rotate(45deg);
}

#fazbem-header #fb-menu #nav-toggle.active span:after {
    transform: rotate(-45deg);
}

#fazbem-header #fb-menu .menu {
    position: relative;
}

#fazbem-header #fb-menu .menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
}

#fazbem-header #fb-menu .menu ul li {
    margin-left: 30px;
}

#fazbem-header #fb-menu .menu ul li a {
    display: block;
    padding: 57px 5px;
    font-size: 15px;
    color: #767676;
    transition: all .3s ease-out;
    border-bottom: 3px solid #fff;
}

#fazbem-header #fb-menu .menu ul li a:hover,
#fazbem-header #fb-menu .menu ul li a.active {
    text-decoration: none;
    border-bottom: 3px solid #860052;
}

#fazbem-header #fb-menu .menu ul li:last-child a {
    padding-right: 0;
}

#fazbem-header #fb-menu #inscreva-se {
    position: absolute;
    right: -60px;
    bottom: 7px;
    display: flex;
    justify-content: flex-start;
    transition: all .3s ease-out;
}

#fazbem-header #fb-menu #inscreva-se::after {
    position: absolute;
    content: " ";
    right: -100px;
    top: 0;
    background: url(../img/siga-nossas-redes.png) no-repeat;
    width: 90px;
    height: 90px;
    transition: all .3s ease-out;
    transform-origin: top left;
}

#fazbem-header #fb-menu #inscreva-se li {
    margin-left: 5px;
}

#fazbem-header #fb-menu #inscreva-se li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: #860052;
    border-radius: 50%;
    padding: 2.5px;
    border: none !important;
    transition: all .3s ease-out;
}

#fazbem-header #fb-menu #inscreva-se li a:hover {
    background-color: #393939;
}

#fazbem-header #fb-menu #inscreva-se li a img {
    height: 80%;
    width: auto;
}

#fazbem-header.small {
    height: 130px;
}

#fazbem-header.small #fb-top ul li a {
    padding: 5px 7px;
    font-size: 10px;
    letter-spacing: 0;
}

#fazbem-header.small #fb-menu .logo {
    padding: 10px 15px 0;
}

#fazbem-header.small #fb-menu .logo a img {
    width: 158px;
    height: 74px;
}

#fazbem-header.small #fb-menu .menu ul li a {
    padding: 46px 5px 30px;
}

#fazbem-header.small #fb-menu #inscreva-se {
    opacity: 0;
}

#fazbem-header.small #fb-menu #inscreva-se::after {
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
}

@media only screen and (max-width:1470px) {
    #fazbem-header #fb-menu #inscreva-se::after {
        opacity: 0;
    }
}

@media only screen and (max-width:1380px) {
    #fazbem-header #fb-menu #inscreva-se {
        right: -20px;
    }
}

@media only screen and (max-width:1280px) {
    #fazbem-header .container {
        max-width: 990px !important;
        margin: 0 auto;
    }

    #fazbem-header #fb-menu .menu ul li {
        margin-left: 20px;
    }

    #fazbem-header #fb-menu .menu ul li a {
        font-size: 13px;
    }
}

@media only screen and (max-width:990px) {
    #fazbem-header {
        height: 146px;
    }

    #fazbem-header.open.small #fb-menu .menu ul li a {
        padding: 20px 5px 5px;
    }

    #fazbem-header.open.small #fb-menu #inscreva-se {
        opacity: 1;
    }

    #fazbem-header #fb-top {
        padding: 10px 0;
    }

    #fazbem-header #fb-top .menu-top ul {
        right: 0;
    }

    #fazbem-header #fb-top .menu-top ul li a .mobile {
        display: block;
    }

    #fazbem-header #fb-top .menu-top ul li a .desk {
        display: none;
    }

    #fazbem-header #fb-top.logged ul li a {
        padding: 5px 2px;
        font-size: 10px;
    }

    #fazbem-header #fb-top.logged ul li.item-logged .ico-user {
        width: 14px;
        height: 14px;
        background-size: 14px 14px;
        margin-right: 2px;
    }

    #fazbem-header #fb-menu {
        z-index: 10;
        background-color: #fff;
    }

    #fazbem-header #fb-menu .logo {
        margin-bottom: 11px;
    }

    #fazbem-header #fb-menu .logo a img {
        width: 150px;
        height: auto;
    }

    #fazbem-header #fb-menu .menu {
        transform: translateX(-100vw);
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease-out;
        width: 300px;
        height: calc(100vh - 123px);
        top: 110px;
        left: 0;
        bottom: 0;
        background-color: #fff;
        box-shadow: 13px 10px 26px -22px rgba(0, 0, 0, .77);
    }

    #fazbem-header #fb-menu .menu nav ul {
        display: block;
        padding-right: 20px;
    }

    #fazbem-header #fb-menu .menu nav ul li a {
        padding: 20px 5px 5px;
        margin-bottom: 15px;
        font-size: 18px;
    }

    #fazbem-header #fb-menu .nav-mobile {
        display: block;
    }

    #fazbem-header #fb-menu #inscreva-se {
        padding: 40px 0 0 20px;
        position: relative;
    }

    #fazbem-header #fb-menu.open .menu {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    #fazbem-header #fb-menu.open.small #fb-menu .menu ul li a {
        padding: 20px 5px 5px;
    }
}

@media only screen and (max-width:768px) {
    #fazbem-header #fb-top {
        padding: 10px 0;
    }

    #fazbem-header #fb-top a {
        font-size: 11px;
    }

    #fazbem-header #fb-top a .text {
        display: none;
    }

    #fazbem-header #fb-top .menu-top ul li {
        margin-left: 7px;
    }

    #fazbem-header #fb-top .menu-top ul li a .ico-patient {
        width: 20px;
    }

    #fazbem-header #fb-top .menu-top ul li a .ico-doctor {
        width: 30px !important;
    }
}

@media only screen and (max-width:600px) {
    #fazbem-header {
        height: 120px;
    }

    #fazbem-header #fb-menu .logo {
        padding: 15px 0 0 15px;
    }

    #fazbem-header #fb-menu .logo a img {
        width: 120px;
    }

    #fazbem-header #fb-menu #nav-toggle {
        top: 32px;
    }

    #fazbem-header #fb-menu .menu {
        top: 88px;
    }

    #fazbem-header #fb-menu .menu nav ul li a {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:375px) {
    #fazbem-header #fb-top a {
        font-size: 10px;
    }
}

#fazbem-footer {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #bfc4ce;
}

#fazbem-footer .container {
    max-width: 1230px;
}

#fazbem-footer strong {
    font-weight: 600;
}

#fazbem-footer .sitemap .top {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfe1e7;
}

#fazbem-footer .sitemap .top>div {
    display: flex;
    align-items: center;
}

#fazbem-footer .sitemap .top>div div {
    margin-right: 10px;
}

#fazbem-footer .sitemap .top>div ul {
    display: flex;
    align-items: center;
}

#fazbem-footer .sitemap .top>div ul li {
    margin-right: 10px;
}

#fazbem-footer .sitemap .top>div>img {
    width: 30px;
    height: 30px;
}

#fazbem-footer .sitemap .top .astra-zeneca img {
    display: block;
    transform: translateY(-10px);
}

#fazbem-footer .sitemap .top .apps {
    position: relative;
}

#fazbem-footer .sitemap .top .apps>img {
    position: absolute;
    right: 0;
}

#fazbem-footer .sitemap .middle {
    padding: 20px 0;
}

#fazbem-footer .sitemap .middle .map {
    display: flex;
    flex-wrap: wrap;
}

#fazbem-footer .sitemap .middle .map .title {
    width: 100%;
    font-size: 18px;
    color: #383838;
    margin-bottom: 20px;
}

#fazbem-footer .sitemap .middle .map ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#fazbem-footer .sitemap .middle .map ul li {
    width: 50%;
    margin-bottom: 15px;
}

#fazbem-footer .sitemap .middle .map ul li a {
    font-size: 14px;
    line-height: 18px;
    color: #bfc4ce;
}

#fazbem-footer .sitemap .middle .map.stickers img {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 60px;
    height: 60px;
}

#fazbem-footer .sitemap .middle .map.stickers img:last-child {
    top: 70px;
}

#fazbem-footer .copy {
    padding: 20px 0;
    background-color: #860052;
}

#fazbem-footer .copy p {
    color: #fff;
    font-size: 12px;
}

#fazbem-footer .copy img {
    width: auto;
}

#fazbem-footer .copy .powered {
    margin-top: -4px;
}

#fazbem-footer .copy .powered p {
    font-style: italic;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#fazbem-footer .copy .powered img {
    margin-left: 5px;
}

@media only screen and (max-width:1280px) {
    #fazbem-footer {
        font-size: 12px;
    }

    #fazbem-footer .sitemap .middle .map ul li {
        margin-bottom: 8px;
    }

    #fazbem-footer .sitemap .middle .map ul li a {
        font-size: 12px;
    }

    #fazbem-footer .sitemap .middle .map.stickers img {
        width: 45px;
        height: 45px;
    }

    #fazbem-footer .sitemap .middle .map.stickers img:last-child {
        top: 55px;
    }

    #fazbem-footer .container {
        max-width: 990px !important;
        margin: 0 auto;
    }
}

@media only screen and (max-width:990px) {
    #fazbem-footer .hidden-small {
        display: none;
    }

    #fazbem-footer .sitemap .top .apps>img {
        right: 15px;
    }
}

@media only screen and (max-width:768px) {
    #fazbem-footer .social {
        margin: 10px 0 15px;
    }

    #fazbem-footer .sitemap .middle .info,
    #fazbem-footer .sitemap .middle .map {
        margin-bottom: 20px;
    }

    #fazbem-footer .sitemap .middle .info.stickers img,
    #fazbem-footer .sitemap .middle .map.stickers img {
        right: 15px;
    }
}

#fb-home {
    padding: 20px 0;
}

#fb-home .text-home {
    font-size: 18px;
    text-align: center;
    color: #767676;
    padding: 10px 17px;
}

#fb-home .text-home strong {
    color: #860052;
    font-weight: 600;
}

#fb-home .sidebar-home ul {
    background: url(../img/bg-patologias-home.png) no-repeat top;
    padding: 15px 0;
    margin-bottom: 0;
    max-width: 280px;
}

#fb-home .sidebar-home ul li {
    padding: 0 0 0 21px;
    transition: all .3s ease-out;
}

#fb-home .sidebar-home ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    margin-bottom: 15px;
    position: relative;
    background: url(../img/menu-patologias-forma.png) no-repeat;
    transition: all .3s ease-out;
    background-position-x: 300px;
}

#fb-home .sidebar-home ul li a .icon {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 53px;
    height: 70px;
    margin-right: 20px;
    transform: scale(.8);
    background-repeat: no-repeat;
    transition: all .3s ease-out;
}

#fb-home .sidebar-home ul li a .text {
    padding-top: 5px;
    margin-left: 80px;
    font-size: calc(13px + .4vh);
    font-weight: 300;
    color: #860052;
    text-decoration: none;
    transition: all .3s ease-out;
}

#fb-home .sidebar-home ul li:hover.coracao .st0 {
    transition: all .3s ease-out;
    fill: #eb0087;
}

#fb-home .sidebar-home ul li:hover.diabetes .text {
    color: #86d2e0;
}

#fb-home .sidebar-home ul li:hover.gastroesofagico .text {
    color: #9db6b3;
}

#fb-home .sidebar-home ul li:hover.pulmao .text {
    color: #00355f;
}

#fb-home .sidebar-home ul li:hover.oncologia .text {
    color: #38135f;
}

#fb-home .sidebar-home ul li:hover a {
    background-position-x: 0;
}

#fb-home .banners-home {
    position: relative;
}

#fb-home .banners-home .box-logix {
    position: absolute;
    width: 200px;
    height: 230px;
    right: 40px;
    bottom: -5px;
    z-index: 10;
}

#fb-home .banners-home .line1 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

#fb-home .banners-home .line1 .swiper-container {
    width: 100%;
    height: 100%;
}

#fb-home .banners-home .line1 .swiper-container .swiper-slide {
    height: 100%;
}

#fb-home .banners-home .line1 .swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
}

#fb-home .banners-home .line1 .swiper-container .swiper-slide img.mob {
    display: none;
}

#fb-home .banners-home .line1 .swiper-pagination-bullet-active {
    background-color: #393939;
}

#fb-home .banners-home .line1 .swiper-button-next {
    background: url(../img/keyboard-right-arrow-button.svg) no-repeat;
}

#fb-home .banners-home .line1 .swiper-button-prev {
    background: url(../img/keyboard-left-arrow-button.svg) no-repeat;
}

#fb-home .banners-home .line2 {
    padding: 0 0 40px;
    opacity: 0;
    transition: all .3s ease-out;
}

#fb-home .banners-home .line2.loaded {
    opacity: 1;
}

#fb-home .banners-home .line2 .text-home {
    margin-bottom: 20px;
}

#fb-home .banners-home .line2 ul {
    margin: 20px 0 55px;
    width: 100%;
    padding: 0;
}

#fb-home .banners-home .line2 ul li {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 74px;
    box-shadow: 3px 8px 10px 5px rgba(0, 0, 0, .05);
}

#fb-home .banners-home .line2 ul li img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all .1s ease-out;
}

#fb-home .banners-home .line2 ul li:hover img {
    transform: scale(.98);
}

#fb-home .banners-home .line3 {
    display: flex;
    margin-bottom: 100px;
    opacity: 0;
    transition: all .3s ease-out;
}

#fb-home .banners-home .line3.loaded {
    opacity: 1;
}

#fb-home .banners-home .line3 .banner-encontre {
    margin: 0 auto;
    background-color: #860052;
    padding: 20px;
    border-radius: 10px;
}

#fb-home .banners-home .line3 .banner-encontre strong {
    color: #fff;
}

#fb-home .banners-home .line3 .banner-encontre .icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

#fb-home .banners-home .line3 .banner-encontre .icon img {
    display: block;
    width: 100%;
    height: auto;
}

#fb-home .banners-home .line3 .banner-encontre .text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
}

@media only screen and (max-width:1280px) {
    #fb-home {
        padding: 20px 15px;
    }

    #fb-home .sidebar-home header {
        font-size: 18px;
    }

    #fb-home .sidebar-home ul {
        border-radius: 15px;
    }

    #fb-home .sidebar-home ul li a {
        margin-bottom: 10px;
    }

    #fb-home .sidebar-home ul li a .icon {
        transform: scale(.6);
        margin-right: 0;
        left: 5px;
    }

    #fb-home .sidebar-home ul li a .text {
        font-size: calc(11px + .5vh);
        margin-left: 65px;
    }

    #fb-home .banners-home .line1 {
        width: 100%;
        height: auto;
    }

    #fb-home .banners-home .line2 .text-home {
        margin-bottom: 50px;
    }

    #fb-home .banners-home .line2 ul {
        padding: 0;
    }

    #fb-home .banners-home .line3 a .text {
        font-size: 34px;
    }

    #fb-home .destaques-blog ul {
        grid-column-gap: 25px;
    }

    #fb-home .destaques-blog ul .card-post a .ct-image {
        height: 180px;
    }

    #fb-home .destaques-blog ul .card-post a .ct-image .image {
        height: 180px;
    }
}

@media only screen and (max-width:990px) {
    #fb-home .sidebar-home header {
        font-size: 16px;
    }

    #fb-home .sidebar-home header span {
        margin-right: 16px;
    }

    #fb-home .sidebar-home header ul {
        max-width: 100%;
        background-size: cover !important;
    }

    #fb-home .sidebar-home header ul li a .text {
        font-size: 13px;
    }

    #fb-home .sidebar-home header ul li a .icon {
        background-position: -5px -5px;
    }

    #fb-home .banners-home .box-logix {
        position: relative;
        margin: 20px 0;
        width: 100%;
        right: 0;
    }

    #fb-home .banners-home .line1 .swiper-container .swiper-slide img.desk {
        display: none;
    }

    #fb-home .banners-home .line1 .swiper-container .swiper-slide img.mob {
        display: block;
    }

    #fb-home .banners-home .line2 {
        padding: 10px 0;
    }

    #fb-home .banners-home .line2 .text-home {
        font-size: 20px;
    }

    #fb-home .banners-home .line3 a {
        padding: 0 30px;
    }

    #fb-home .banners-home .line3 a .text {
        font-size: 28px;
    }

    #fb-home .banners-home .line3 .banner-encontre .text {
        font-size: 16px;
    }
}

@media only screen and (max-width:768px) {
    #fb-home .sidebar-home {
        margin: 35px 0 25px;
    }

    #fb-home .sidebar-home ul {
        margin: 0 auto;
    }

    #fb-home .sidebar-home ul li a .text {
        font-size: 18px;
        margin-left: 75px;
    }

    #fb-home .sidebar-home ul li a .icon {
        transform: scale(.8);
    }

    #fb-home .text-home {
        font-size: 18px;
    }

    #fb-home .banners-home .line1 {
        margin-bottom: 0;
    }

    #fb-home .banners-home .line2 .text-home {
        margin-bottom: 20px;
    }

    #fb-home .banners-home .line3 {
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    #fb-home .banners-home .line3 a {
        padding: 0 60px;
    }

    #fb-home .banners-home .line3 a .text {
        font-size: 32px;
    }

    #fb-home .banners-home .line3 .banner-encontre .icon {
        display: none;
    }

    #fb-home .destaques-blog ul {
        grid-template-columns: auto;
        grid-row-gap: 30px;
    }
}

#fb-about {
    background-color: #fff;
    color: #393939;
}

#fb-about .banner-about {
    padding: 15px 0;
    background-color: #f7f8fb;
}

#fb-about .banner-about img {
    display: block;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

#fb-about .banner-about img.mob {
    display: none;
}

#fb-about h2 {
    font-size: 42px;
    margin-bottom: 25px;
    line-height: 50px;
}

#fb-about h2 strong {
    font-weight: 600;
    color: #860052;
}

#fb-about h3 {
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 56px;
    font-weight: 600;
    color: #393939;
}

#fb-about p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: .5px;
    margin-bottom: 5px;
}

#fb-about a {
    font-weight: 600;
    color: #860052;
}

#fb-about .about-text ul {
    padding-left: 30px;
}

#fb-about .about-text ul li {
    font-size: 12px;
}

#fb-about .about-text .patients {
    padding: 60px 0 30px;
}

#fb-about .about-text .patients h2,
#fb-about .about-text .patients p {
    text-align: center;
}

#fb-about .about-text .patients p {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
}

#fb-about .about-text .benefits ul:not(.social) {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

#fb-about .about-text .benefits ul:not(.social) li {
    padding: 20px 15px 10px;
    background-color: #860052;
    color: #fff;
    margin-bottom: 13px;
    font-size: 16px;
    border-radius: 15px;
}

#fb-about .about-text .benefits ul:not(.social) li .img {
    text-align: center;
    height: 80px;
}

#fb-about .about-text .benefits ul:not(.social) li .img img {
    transform: scale(.55);
}

#fb-about .about-text .benefits ul:not(.social) li p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

#fb-about .about-text .benefits h2 {
    text-align: center;
    margin: 50px 0 60px;
    font-size: 32px;
}

#fb-about .about-text .benefits .video {
    padding: 0 30px 0 60px;
}

#fb-about .about-text .benefits .video iframe {
    width: 100%;
    height: 300px;
}

#fb-about .about-text .benefits .text {
    padding-right: 120px;
}

#fb-about .about-text .benefits .text p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 26px;
}

#fb-about .about-text .benefits .text p.destaque {
    color: #860052;
}

#fb-about .about-text .benefits .text p.destaque strong {
    font-style: italic;
}

#fb-about .about-text .benefits .text p strong {
    font-weight: bold;
}

#fb-about .about-text .benefits .social {
    display: flex;
    margin-top: 25px;
    margin-bottom: 80px;
    padding-left: 0;
    width: 100%;
}

#fb-about .about-text .benefits .social li {
    margin-right: 15px;
    width: 50%;
    text-align: center;
}

#fb-about .about-text .benefits .social li a {
    display: block;
    text-align: center;
}

#fb-about .about-text .benefits .social li a .ct-img {
    display: inline-block;
    align-items: center;
    border-radius: 50%;
    padding-top: 8px;
    width: 40px;
    height: 40px;
    border: 2px solid #860052;
}

#fb-about .about-text .benefits .social li a .ct-img img {
    display: block;
    margin: 0 auto 15px;
    width: 60%;
}

#fb-about .about-text .benefits .social li a p {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

#fb-about .about-text .contact {
    padding-top: 55px;
    padding-bottom: 65px;
    background-color: #f7f8fb;
}

#fb-about .about-text .contact h2,
#fb-about .about-text .contact p {
    text-align: center;
}

#fb-about .about-text .contact h2 {
    font-size: 32px;
}

#fb-about .about-text .contact .subtitle {
    width: 65%;
    margin: 0 auto;
}

#fb-about .about-text .contact .attract {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}

#fb-about .about-text .contact .attract li {
    width: 370px;
    padding: 25px 0 30px;
    text-align: center;
    border: 1px solid #dddfe7;
    border-radius: 4px;
    background-color: #fff;
}

#fb-about .about-text .contact .attract li img {
    display: inline-block;
    vertical-align: middle;
}

#fb-about .about-text .contact .attract li .text {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0 0 20px;
}

#fb-about .about-text .contact .attract li .text h3 {
    text-align: left;
    font-size: 27px;
    color: #860052;
    font-weight: 500;
    margin-bottom: 0;
}

#fb-about .about-text .contact .attract li .text p {
    text-align: left;
    font-size: 14px;
    max-width: 180px;
}

#fb-about .about-text .contact .steps {
    margin-top: 40px;
    margin-bottom: 60px;
}

#fb-about .about-text .contact .steps li {
    display: block;
    width: 500px;
    margin: 0 auto 15px;
    border-radius: 2px;
    padding: 20px 40px;
    font-size: 16px;
    border: 2px solid #860052;
}

#fb-about .about-text .contact .steps li strong {
    color: #860052;
    font-weight: 600;
}

#fb-about .astra-zeneca {
    background-color: #860052;
    padding: 65px 0;
    color: #fff;
}

#fb-about .astra-zeneca h4 {
    font-weight: 300;
    font-size: 44px;
    text-align: center;
    margin-bottom: 30px;
}

#fb-about .astra-zeneca header {
    text-align: center;
}

#fb-about .astra-zeneca img {
    width: 100%;
}

#fb-about .astra-zeneca .text {
    padding-top: 60px;
    text-align: right;
}

#fb-about .astra-zeneca .text h3 {
    font-size: 36px;
    line-height: 48px;
    color: #fbbd08;
}

#fb-about .astra-zeneca .text p {
    padding-right: 30px;
    line-height: 30px;
}

#fb-about .astra-zeneca .text a {
    margin-top: 30px;
}

#fb-about .btn-special-about {
    margin-bottom: 50px;
}

#fb-about .tel a {
    color: #393939;
}

@media only screen and (max-width:1280px) {
    #fb-about h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 15px;
    }

    #fb-about .about-text .patients {
        padding: 60px 15px 25px;
    }

    #fb-about .about-text .benefits .text {
        padding-top: 60px;
    }

    #fb-about .about-text .contact .attract li {
        width: 300px;
        padding: 30px 0 40px;
    }

    #fb-about .about-text .contact .attract li .text h3 {
        font-size: 26px;
    }

    #fb-about .astra-zeneca .text {
        padding-top: 30px;
    }

    #fb-about .astra-zeneca .text h3 {
        font-size: 32px;
        line-height: 40px;
    }

    #fb-about .astra-zeneca .text p {
        line-height: 22px;
    }
}

@media only screen and (max-width:990px) {
    #fb-about .banner-about {
        overflow: hidden;
    }

    #fb-about .banner-about img.desk {
        display: none;
    }

    #fb-about .banner-about img.mob {
        display: block;
    }

    #fb-about h2 {
        font-size: 28px;
        line-height: 34px;
    }

    #fb-about p br {
        display: none;
    }

    #fb-about .btn-special-about {
        width: 100%;
    }

    #fb-about .about-text .patients {
        padding: 15px 0;
    }

    #fb-about .about-text .patients p {
        width: 90%;
    }

    #fb-about .about-text .benefits .text {
        padding: 0 10px 30px 20px;
    }

    #fb-about .about-text .benefits ul:not(.social) {
        padding-left: 0;
        display: block;
    }

    #fb-about .about-text .benefits .video {
        padding: 0 15px;
    }

    #fb-about .about-text .contact {
        padding-top: 40px;
    }

    #fb-about .about-text .contact .attract {
        display: block !important;
        padding-left: 0;
        width: 100%;
    }

    #fb-about .about-text .contact .attract li {
        padding: 10px 0 25px;
        width: 100% !important;
        margin-bottom: 15px;
    }

    #fb-about .about-text .contact .steps {
        padding-left: 0;
        padding-right: 0;
    }

    #fb-about .about-text .contact .steps li {
        width: 100%;
    }

    #fb-about .astra-zeneca .text {
        text-align: left;
        padding: 40px 20px 20px;
    }
}

#fb-campaign .banner {
    padding: 15px 0;
    background-color: #f7f8fb;
    margin-bottom: 20px;
}

#fb-campaign .banner img {
    display: block;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

#fb-campaign .banner img.mob {
    display: none;
}

#fb-campaign .banner .swiper-container {
    position: relative;
}

#fb-campaign .banner .swiper-pagination-bullet-active {
    background-color: #393939;
}

#fb-campaign .banner .swiper-button-next {
    background: url(../img/keyboard-right-arrow-button.svg) no-repeat;
}

#fb-campaign .banner .swiper-button-prev {
    background: url(../img/keyboard-left-arrow-button.svg) no-repeat;
}

#fb-campaign h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 25px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    color: #860052;
}

#fb-campaign p {
    max-width: 86%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: .5px;
    margin-bottom: 5px;
    color: #4d4d4d;
    font-size: 18px;
}

#fb-campaign .list {
    width: 1098px;
    margin: 40px auto 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}

#fb-campaign .flip-card {
    background-color: transparent;
    width: 524px;
    height: 311px;
    perspective: 1000px;
}

#fb-campaign .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
}

#fb-campaign .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

#fb-campaign .flip-card-front,
#fb-campaign .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#fb-campaign .flip-card-front {
    background-color: #bbb;
    color: #000;
}

#fb-campaign .flip-card-back {
    display: block;
    background-color: #2980b9;
    color: #fff;
    transform: rotateY(180deg);
}

@media only screen and (max-width:1280px) {
    #fb-campaign h2 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:1180px) {
    #fb-campaign .list {
        max-width: 900px;
    }

    #fb-campaign .flip-card {
        width: 420px;
        height: 250px;
        perspective: 900px;
    }

    #fb-campaign .flip-card img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width:990px) {
    #fb-campaign .banner {
        overflow: hidden;
    }

    #fb-campaign .banner img.desk {
        display: none;
    }

    #fb-campaign .banner img.mob {
        display: block;
    }

    #fb-campaign h2 {
        font-size: 24px;
        line-height: 34px;
    }

    #fb-campaign p {
        font-size: 14px;
        line-height: 18px;
    }

    #fb-campaign p br {
        display: none;
    }

    #fb-campaign .list {
        max-width: 375px;
        grid-template-columns: 1fr;
    }

    #fb-campaign .flip-card {
        width: 375px;
        height: 220px;
        perspective: 820px;
    }
}

@media only screen and (max-width:375px) {
    #fb-campaign .list {
        max-width: 320px;
    }

    #fb-campaign .flip-card {
        width: 320px;
        height: 200px;
        perspective: 740px;
    }
}

#fazbem-where {
    display: block;
}

#fazbem-where .banner-hero {
    width: 100%;
}

#fazbem-where .banner-hero img {
    width: 100%;
    height: auto;
}

#fazbem-where h1,
#fazbem-where h2 {
    color: #172434;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 15px;
}

#fazbem-where p {
    color: #646e7b;
    font-size: 16px;
}

#fazbem-where .search {
    background-color: #f3f3f3;
    width: 80%;
    margin: -125px auto 100px;
    padding: 40px;
    position: relative;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .05);
}

#fazbem-where .search form {
    width: 100%;
}

#fazbem-where .search form h1 {
    text-align: center;
}

#fazbem-where .search form p {
    text-align: center;
    margin-bottom: 20px;
}

#fazbem-where.start .results {
    display: none;
}

#fazbem-where .results {
    width: 80%;
    margin: 0 auto 40px;
    background-color: #fff;
}

#fazbem-where .results ul {
    width: 100%;
}

#fazbem-where .results #map {
    display: none;
    width: 100%;
    height: 450px;
    background-color: #860052;
}

#fazbem-where .results .pharmacie .data {
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

#fazbem-where .results .pharmacie .data .info h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

#fazbem-where .results .pharmacie .data .info p {
    margin-bottom: 10px;
}

#fazbem-where .results .pharmacie .data button {
    align-self: center;
}

@media only screen and (max-width:990px) {
    #fazbem-where.start {
        min-height: auto;
    }

    #fazbem-where.start .search {
        margin: 40px auto;
    }

    #fazbem-where .search {
        width: 90%;
        padding: 15px 15px 30px;
        margin: 40px auto;
    }

    #fazbem-where form {
        margin: 0 auto 20px;
    }

    #fazbem-where form h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    #fazbem-where form input,
    #fazbem-where form select,
    #fazbem-where form .select2 {
        margin-bottom: 15px;
    }

    #fazbem-where .results {
        width: 90%;
    }

    #fazbem-where .results .pharmacie .data {
        padding: 30px 25px;
    }

    #fazbem-where .results .pharmacie .data .info {
        width: 73%;
    }

    #fazbem-where .results .pharmacie .data .info h2 {
        font-size: 24px;
    }

    #fazbem-where .results .pharmacie .data .info p {
        font-size: 14px;
        padding-right: 10px;
    }

    #fazbem-where .results .pharmacie .data button {
        width: 27%;
        font-size: 12px;
        padding: 15px 5px;
    }
}

@media only screen and (max-width:600px) {
    #fazbem-pharmacies .results .pharmacie .data {
        display: block;
    }
}

#fazbem-register {
    min-height: calc(100vh - 405px);
    background-color: #f9f9f9;
}

#fazbem-register h1 {
    color: #172434;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
}

#fazbem-register p {
    color: #172434;
    font-size: 18px;
    text-align: center;
}

#fazbem-register .register {
    background-color: #fcaf17;
    margin: 100px auto;
    width: 990px;
    padding: 40px 40px 10px;
    align-self: flex-start;
}

#fazbem-register .register .ct-form p {
    margin-bottom: 40px;
}

#fazbem-register .register .ct-form .step1,
#fazbem-register .register .ct-form .step2,
#fazbem-register .register .ct-form .step3 {
    display: none;
}

#fazbem-register .register .ct-form .btn-step1,
#fazbem-register .register .ct-form .btn-step2,
#fazbem-register .register .ct-form .btn-step3 {
    display: block;
    float: right;
    width: 200px;
    margin: 30px auto 20px;
    padding: 13px 25px;
    font-size: 22px;
}

#fazbem-register .register .where-crm {
    padding-top: 15px;
    text-align: left;
    margin: 0;
    text-decoration: underline;
}

#fazbem-register .register .where-crm a {
    color: #860052;
}

#fazbem-register .register.success {
    background: url(../img/bg-sucesso.jpg) no-repeat top;
    background-size: cover;
    height: 400px;
    text-align: center;
}

#fazbem-register .register.success h1 {
    margin-top: 70px;
    text-align: center;
    color: #860052;
}

#fazbem-register .register.success h1 strong {
    font-weight: bold;
}

#fazbem-register .register.success p {
    color: #860052;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 900;
    font-size: 22px;
}

#fazbem-register .register.success a {
    background-color: #fcaf17 !important;
    display: inline-block;
    margin: 25px 10px 25px;
    min-width: 220px;
    font-size: 18px;
    color: #860052 !important;
    font-weight: 400;
}

#fazbem-register.step1 .steps ul li:nth-child(2) {
    background-color: #fcaf17;
    color: #860052;
}

#fazbem-register.step1 .steps ul li:nth-child(2) span {
    color: #860052;
}

#fazbem-register.step1 .register .ct-form .step1 {
    display: block;
}

#fazbem-register.step2 .steps ul li:nth-child(2),
#fazbem-register.step2 .steps ul li:nth-child(3) {
    background-color: #fcaf17;
    color: #860052;
}

#fazbem-register.step2 .steps ul li:nth-child(2) span,
#fazbem-register.step2 .steps ul li:nth-child(3) span {
    color: #860052;
}

#fazbem-register.step2 .register .ct-form .step2 {
    display: block;
}

#fazbem-register.step3 .steps ul li:nth-child(2),
#fazbem-register.step3 .steps ul li:nth-child(3),
#fazbem-register.step3 .steps ul li:nth-child(4) {
    background-color: #fcaf17;
    color: #860052;
}

#fazbem-register.step3 .steps ul li:nth-child(2) span,
#fazbem-register.step3 .steps ul li:nth-child(3) span,
#fazbem-register.step3 .steps ul li:nth-child(4) span {
    color: #860052;
}

#fazbem-register.step3 .register .ct-form .step3 {
    display: block;
}

@media only screen and (max-width:990px) {
    #fazbem-register {
        min-height: auto;
    }

    #fazbem-register .register {
        width: 90%;
        margin-top: 60px;
        padding: 30px 10px;
    }

    #fazbem-register .register.success h1 {
        margin-top: 20px;
    }

    #fazbem-register .register.success p {
        margin-bottom: 15px;
    }

    #fazbem-register .register.success a {
        margin: 15px 10px 0;
    }

    #fazbem-register .ct-form .btn-step1 {
        width: auto !important;
    }

    #fazbem-register .where-crm a {
        display: block;
        transform: translateY(25px);
        font-size: 14px;
    }

    .steps ul li.btn-bc-step1,
    .steps ul li.btn-bc-step3 {
        transform: translateX(0);
    }

    .steps ul li span {
        font-size: 14px;
    }
}

#pathologies-page {
    padding-bottom: 40px;
}

#pathologies-page .banner-hero {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
}

#pathologies-page .banner-hero .swiper-wrapper {
    display: flex;
}

#pathologies-page .banner-hero .swiper-wrapper a {
    width: 100%;
    display: block;
}

#pathologies-page .banner-hero>img {
    width: 100%;
    height: auto;
}

#pathologies-page .banner-hero>img.mob {
    display: none;
}

#pathologies-page .banner-hero .swiper-container {
    width: 100%;
    height: 100%;
}

#pathologies-page .banner-hero .swiper-container .swiper-slide img {
    width: 100vw;
    height: auto;
}

#pathologies-page .banner-hero .swiper-container .swiper-slide img.mob {
    display: none;
}

#pathologies-page .banner-hero .swiper-pagination-bullet-active {
    background-color: #393939;
}

#pathologies-page .banner-hero .swiper-button-next {
    background: url(../img/keyboard-right-arrow-button.svg) no-repeat;
}

#pathologies-page .banner-hero .swiper-button-prev {
    background: url(../img/keyboard-left-arrow-button.svg) no-repeat;
}

#pathologies-page .header-pathologies {
    position: relative;
    margin-bottom: 60px;
}

#pathologies-page .header-pathologies .line-bg {
    position: absolute;
    top: 27px;
    transform: translateX(30px);
    height: 25px;
    width: 1170px;
    background-color: #fff;
}

#pathologies-page .header-pathologies h1 {
    display: inline-block;
    align-items: center;
    background-color: #808080;
    border-radius: 50px;
    color: #fff;
    padding: 10px 60px 10px 25px;
    border: 8px solid #fff;
}

#pathologies-page .header-pathologies h1 .ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    width: 40px;
    height: 40px;
}

#pathologies-page .header-pathologies h1 .ico .st0 {
    fill: #fff;
}

#pathologies-page .header-pathologies h1 .text {
    padding-top: 3px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

#pathologies-page .header-pathologies ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#pathologies-page .header-pathologies ul li {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-left: 40px;
    border: 8px solid #fff;
}

#pathologies-page .header-pathologies ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pathologies-page h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    color: #767676;
    text-align: center;
}

#pathologies-page #sub-oncology {
    background-color: #860052;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

#pathologies-page #sub-oncology .list {
    flex-wrap: nowrap;
}

#pathologies-page #sub-oncology .list li {
    padding: 10px 0 25px;
}

#pathologies-page #sub-oncology .list li a {
    font-size: 18px;
}

#pathologies-page .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

#pathologies-page .list li {
    width: 390px;
    padding: 30px 0 45px;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

#pathologies-page .list li a {
    font-size: 26px;
    font-weight: 300;
    color: #767676;
}

#pathologies-page .list li .ico {
    display: block;
    max-width: 60px;
    margin: 0 auto 25px;
}

#pathologies-page .list li .ico .st0 {
    fill: #767676;
}

#pathologies-page.patologias .container {
    max-width: 1140px;
}

#pathologies-page.patologias.diabetes .sub-header {
    margin-bottom: 0;
}

#pathologies-page.patologias.diabetes .sub-header .menu li a {
    padding: 30px 45px;
}

#pathologies-page.patologias .banner-hero {
    margin-bottom: -5px;
}

#pathologies-page.patologias .sub-header {
    margin-bottom: 60px;
    max-width: none;
    transition: all .3s ease-out;
    height: 76px;
}

#pathologies-page.patologias .sub-header.fixed {
    position: fixed;
    height: 46px;
    top: 130px;
    right: 0;
    left: 0;
    z-index: 10;
}

#pathologies-page.patologias .sub-header.fixed .menu li a {
    padding: 15px 10px;
    font-size: 14px;
    transition: all .3s ease-out;
}

#pathologies-page.patologias .sub-header.fixed .menu li::after {
    transition: all .3s ease-out;
    top: 12px;
}

#pathologies-page.patologias .sub-header .menu {
    width: 100%;
    height: 100%;
    max-width: 1180px;
    margin: 0 auto;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#pathologies-page.patologias .sub-header .menu li {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#pathologies-page.patologias .sub-header .menu li::after {
    content: " ";
    position: absolute;
    top: 28px;
    right: 0;
    height: 25px;
    width: 1px;
    background-color: #fff;
}

#pathologies-page.patologias .sub-header .menu li a {
    display: inline-block;
    text-align: center;
    position: relative;
    display: block;
    padding: 0 10px;
    transition: all .3s ease-out;
    font-size: 16px;
}

#pathologies-page.patologias .sub-header .menu li:last-child::after {
    display: none;
}

#pathologies-page.patologias .sub-header .menu.sub li {
    width: 25%;
}

#pathologies-page.patologias .sub-header .menu.sub li a {
    width: 100%;
    text-align: center;
}

#pathologies-page.patologias .conteudo {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px !important;
    margin-bottom: 40px;
}

#pathologies-page.patologias .conteudo h1 {
    font-weight: 500;
    font-size: 24px;
    margin: 25px 0;
}

#pathologies-page.patologias .conteudo h2 {
    font-size: 32px;
	line-height: 40px;
    margin: 20px 0;
    text-align: left;
	color: #0791D3;
	font-weight: bold;
}

#pathologies-page.patologias .conteudo p {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 24px;
}

#pathologies-page.patologias .conteudo p strong {
    font-weight: 600;
}

#pathologies-page.patologias .conteudo strong {
    font-weight: 600;
}

#pathologies-page.patologias .conteudo ul,
#pathologies-page.patologias .conteudo ol {
    margin-bottom: 20px;
}

#pathologies-page.patologias .conteudo ul li,
#pathologies-page.patologias .conteudo ol li {
    line-height: 22px;
}

#pathologies-page.patologias .conteudo ul li strong,
#pathologies-page.patologias .conteudo ol li strong {
    font-weight: 600;
}

#pathologies-page.patologias .conteudo ul {
    list-style: disc;
    padding-left: 30px;
}

#pathologies-page.patologias .conteudo .ct-image {
    display: flex;
    justify-content: center;
}

#pathologies-page.patologias .conteudo img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#pathologies-page.patologias .conteudo img.w50 {
    width: 38.5%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 20px 0;
}

#pathologies-page.patologias .conteudo img.img-sintomas {
    width: 826px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 20px 0;
}

#pathologies-page.patologias .conteudo h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

#pathologies-page.patologias .conteudo h4 {
    font-size: 16px;
    font-weight: 600;
}

#pathologies-page.patologias .referencias h2 {
    font-size: 14px;
    text-align: left;
    line-height: 18px;
}

#pathologies-page.patologias .referencias p {
    color: #656565;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
    word-break: break-word;
}

#pathologies-page.patologias .referencias p a {
    color: #656565;
}

#pathologies-page.patologias .referencias p:last-child {
    font-size: 10px;
}

#pathologies-page .sub-header-content {
    padding: 0;
    background-color: #860052;
    color: #fff;
    height: 100%;
}

#pathologies-page .sub-header-content nav {
    height: 100%;
}

#pathologies-page .sub-header-content .menu {
    display: flex;
    justify-content: space-around;
}

#pathologies-page .sub-header-content .menu a {
    color: #fff;
}

#pathologies-page .see-more {
    margin-bottom: 60px;
}

#pathologies-page .see-more a {
    display: block;
    position: relative;
}

#pathologies-page .see-more a span {
    position: absolute;
    height: 90px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 20px;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
}

#pathologies-page .see-more a img {
    display: block;
    width: 100%;
}

#pathologies-page.fixed-sub-header .header-pathologies {
    margin-top: 126px;
}

@media only screen and (max-width:1280px) {
    #pathologies-page .header-pathologies .line-bg {
        width: 920px;
    }

    #pathologies-page .list {
        justify-content: center;
    }

    #pathologies-page .list li {
        width: 30%;
    }
}

@media only screen and (max-width:1100px) {
    #pathologies-page.patologias .sub-header .menu li a {
        font-size: 13px;
        padding: 30px 5px;
        text-align: center;
    }

    #pathologies-page.patologias .sub-header .menu li a::after {
        right: -30px;
    }
}

@media only screen and (max-width:1024px) {
    #pathologies-page.patologias .sub-header .menu {
        flex: none;
    }

    #pathologies-page.patologias .sub-header .menu li a {
        padding: 15px 5px;
    }

    #pathologies-page.patologias .sub-header .menu li a::after {
        right: -12px;
    }

    #pathologies-page.patologias .conteudo .ct-image {
        flex-wrap: wrap;
    }

    #pathologies-page.patologias .conteudo img.w50 {
        width: 100%;
    }

    #pathologies-page .header-pathologies .line-bg {
        width: 93%;
    }

    #pathologies-page .header-pathologies ul li {
        margin-left: 10px;
    }

    #pathologies-page .see-more a span {
        font-size: 20px;
    }
}

@media only screen and (max-width:990px) {
    #pathologies-page .banner-hero>img {
        display: none;
    }

    #pathologies-page .banner-hero>img.desk {
        display: none;
    }

    #pathologies-page .banner-hero>img.mob {
        display: block;
    }

    #pathologies-page .banner-hero .swiper-container .swiper-slide img.desk {
        display: none;
    }

    #pathologies-page .banner-hero .swiper-container .swiper-slide img.mob {
        display: block;
    }

    #pathologies-page.patologias .sub-header {
        height: auto;
        overflow: hidden;
    }

    #pathologies-page.patologias .sub-header nav {
        overflow-x: auto;
    }

    #pathologies-page.patologias .sub-header .menu {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 910px;
    }

    #pathologies-page.patologias .sub-header .menu li {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 50px;
    }

    #pathologies-page.patologias .sub-header .menu li a {
        text-align: center;
        padding: 0 5px;
    }

    #pathologies-page.patologias .sub-header .menu li::after {
        top: 14px;
    }

    #pathologies-page .list li {
        width: 46%;
    }

    #pathologies-page .list li a {
        font-size: 24px;
    }
}

@media only screen and (max-width:600px) {
    #pathologies-page.pulmao .banner-hero img {
        transform: translateX(0);
    }

    #pathologies-page .header-pathologies h1 {
        margin-bottom: 20px;
    }

    #pathologies-page .header-pathologies .line-bg {
        display: none;
    }

    #pathologies-page .header-pathologies ul {
        justify-content: center;
    }

    #pathologies-page .see-more a {
        margin-bottom: 20px;
    }

    #pathologies-page .see-more a span {
        font-size: 26px;
    }

    #pathologies-page.patologias .sub-header {
        margin-bottom: 30px;
    }

    .oncology h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .oncology.patologias .sub-header .menu.sub li {
        width: 100% !important;
    }

    .oncology.patologias .sub-header .menu.sub li a::after {
        display: none;
    }

    .oncology #sub-oncology .list {
        flex-wrap: wrap !important;
    }
}

.links-uteis {
    background-color: #f7f8fb;
    min-height: 400px;
}

.links-uteis h2 {
    color: #860052;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}

.links-uteis p {
    margin-bottom: 20px;
}

.links-uteis ul li {
    line-height: 28px;
    position: relative;
}

.links-uteis ul li::before {
    content: "• ";
    color: #860052;
}

.links-uteis ul li a {
    color: #000;
    padding-left: 10px;
    transition: color .3s ease-out;
}

.links-uteis ul li a:hover {
    color: #860052;
}

.links-uteis .main .container {
    max-width: 1140px !important;
}

#fazbem-entrar {
    background-color: #f7f8fb;
}

#fazbem-entrar .entrar {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 100px;
}

#fazbem-entrar .entrar .box-logix {
    width: 380px;
    height: 480px;
}

#fazbem-entrar .entrar .box-logix .first {
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

#fazbem-entrar .entrar .box-logix .first a {
    display: block;
    color: #860052;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
}

#fazbem-entrar .entrar .box-logix .btn-pre-cadastrar {
    margin-top: 40px;
}

#fazbem-entrar .entrar .box-logix.shake {
    animation: shake 1s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

#fazbem-entrar .lost {
    margin: 0 0 100px;
}

#fazbem-entrar .lost p {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

#fazbem-entrar .lost p a {
    color: #860052;
    font-weight: bold;
    text-decoration: underline;
}

@media only screen and (max-width:990px) {
    #fazbem-entrar .entrar {
        padding-top: 20px;
        width: 100%;
        display: block;
    }

    #fazbem-entrar .entrar .box-logix {
        width: 86%;
        margin: 0 auto 25px;
    }
}

.regulamento .main,
.declegal .main {
    padding: 0 !important;
}

.regulamento .main nav,
.declegal .main nav {
    width: 100%;
    background-color: #8a1351;
    padding: 20px 0 5px;
}

.regulamento .main nav ul,
.declegal .main nav ul {
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
}

.regulamento .main nav ul li,
.declegal .main nav ul li {
    margin-bottom: 15px;
    border-right: 1px solid #fff;
}

.regulamento .main nav ul li a,
.declegal .main nav ul li a {
    color: #fff !important;
    position: relative;
    padding: 0 15px;
    font-size: 14px;
}

.regulamento .main nav ul li a.active,
.declegal .main nav ul li a.active {
    text-decoration: underline !important;
}

.regulamento .main nav ul li:last-child,
.declegal .main nav ul li:last-child {
    border: none;
}

.regulamento .main nav ul li:last-child a,
.declegal .main nav ul li:last-child a {
    padding-right: 0;
}

.regulamento .main .content,
.declegal .main .content {
    width: 990px;
    margin: 0 auto;
}

.regulamento .main .content h1,
.declegal .main .content h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #860052;
}

.regulamento .main .content h2,
.declegal .main .content h2 {
    margin-bottom: 32px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.regulamento .main .content article,
.declegal .main .content article {
    padding: 50px 25px;
}

.regulamento .main .content ol li,
.regulamento .main .content ul li,
.regulamento .main .content p,
.declegal .main .content ol li,
.declegal .main .content ul li,
.declegal .main .content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    text-align: justify;
}

.regulamento .main .content strong,
.declegal .main .content strong {
    font-weight: 700;
}

.regulamento .main .content h3,
.declegal .main .content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: Roboto, sans-serif;
}

.regulamento .main .content table,
.declegal .main .content table {
    width: 100%;
    border-collapse: collapse;
}

.regulamento .main .content tr:nth-of-type(odd),
.declegal .main .content tr:nth-of-type(odd) {
    background: #eee;
}

.regulamento .main .content th,
.declegal .main .content th {
    background: #333;
    color: #fff;
    font-weight: bold;
}

.regulamento .main .content td,
.regulamento .main .content th,
.declegal .main .content td,
.declegal .main .content th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

@media only screen and (max-width:990px) {
    .regulamento {
        padding-top: 147px;
    }

    .regulamento .content .title-page {
        margin-bottom: 30px;
    }

    .regulamento .content td {
        font-size: 12px;
    }

    .regulamento .main nav {
        padding: 0;
    }

    .regulamento .main nav ul {
        padding: 0;
        display: block;
    }

    .regulamento .main nav ul li {
        width: 100%;
        border: none;
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .11);
        padding: 15px 0;
        margin-bottom: 0;
    }

    .regulamento .main nav ul li a {
        padding: 0 25px;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:990px) {
    .regulamento {
        padding-top: 130px;
    }
}

#fazbem-meus-dados h1 {
    color: #860052;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
}

#fazbem-meus-dados p {
    color: #860052;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}

#fazbem-meus-dados .profile {
    margin: 60px auto 80px;
    background: url(../img/bg-forms.png) no-repeat center #fcaf17;
    background-size: cover;
    width: 900px;
    padding: 40px 40px 10px 40px;
    align-self: flex-start;
    border-radius: 10px;
    overflow: hidden;
}

#fazbem-meus-dados .profile .btn-profile {
    margin: 20px -15px 20px 0;
    float: right;
}

#fazbem-meus-dados .profile .aceites {
    margin-top: 20px;
}

#fazbem-meus-dados .data {
    display: none;
}

#fazbem-meus-dados .data.show {
    display: block;
}

#fazbem-meus-dados .data,
#fazbem-meus-dados .security {
    margin-bottom: 60px;
}

#fazbem-meus-dados .data .btn-password,
#fazbem-meus-dados .security .btn-password {
    margin-top: 15px;
    float: right;
}

#fazbem-meus-dados .unsubscribe a {
    color: #860052;
}

#fazbem-meus-dados .medicines {
    margin-bottom: 80px;
}

#fazbem-meus-dados .medicines h1 {
    margin-bottom: 30px;
}

#fazbem-meus-dados .medicines .table-data {
    width: 100%;
}

#fazbem-meus-dados .medicines .table-data header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#fazbem-meus-dados .medicines .table-data header div {
    padding: 3px;
    font-weight: 500;
    width: 100%;
    border: 1px solid #860052;
    background-color: #860052;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
}

#fazbem-meus-dados .medicines .table-data .line {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#fazbem-meus-dados .medicines .table-data .line span {
    width: 100%;
    border-right: 1px solid #860052;
    border-left: 1px solid #860052;
    border-bottom: 1px solid #860052;
    padding: 8px 10px;
    font-size: 14px;
}

#fazbem-meus-dados .nome-medico {
    display: none;
}

#fazbem-meus-medicamentos .list-medicines h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    text-decoration: underline;
    font-style: italic;
    font-weight: 900;
    font-size: 22px;
}

#fazbem-meus-medicamentos .list-medicines .note {
    margin-bottom: 60px;
    font-size: 14px;
}

#fazbem-meus-medicamentos .list-medicines .discounts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    margin-bottom: 0;
}

#fazbem-meus-medicamentos .list-medicines .discounts li {
    border-radius: 10px;
    background: url(../img/bg-forms.png) no-repeat top left #fcaf17;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    box-shadow: 0 0 29px 0 rgba(85, 85, 85, .4);
    min-height: 110px;
    margin-bottom: 30px;
}

#fazbem-meus-medicamentos .list-medicines .discounts li .value {
    transform: translateY(11px);
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
    color: #860052;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fazbem-meus-medicamentos .list-medicines .discounts li .value .num {
    position: relative;
    z-index: 10;
}

#fazbem-meus-medicamentos .list-medicines .discounts li .value::after {
    content: " ";
    position: absolute !important;
    width: 59px;
    height: 59px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 50%;
    top: 5px;
    left: 5px;
    position: relative;
    border-radius: 50%;
}

#fazbem-meus-medicamentos .list-medicines .discounts li .text {
    width: calc(100% - 80px);
    font-size: 16px;
    line-height: 18px;
    color: #860052;
    display: flex;
    align-items: center;
}

#fazbem-meus-medicamentos .add-medicine {
    margin-top: 40px;
}

#fazbem-conteudos .btn-default {
    margin-top: 50px;
}

#fazbem-conteudos .ct-btn-blog {
    text-align: center;
}

#fazbem-conteudos .ct-btn-blog .btn-default {
    font-weight: 600 !important;
}

#fazbem-bula .selects {
    margin: 50px 0;
}

#fazbem-bula .texto-footer {
    margin-top: 25px;
}

#fazbem-inalatorios .video {
    padding: 20px 0 30px;
    margin-bottom: 10px;
    background-color: #e4e4e4;
    text-align: center;
}

#fazbem-inalatorios .video.white {
    background-color: #fff;
}

#menu-area-logada {
    background: url(../img/bg-menu-area-logada.png) repeat-x center #860052;
    transition: all .3s ease-out;
    z-index: 15;
}

#menu-area-logada ul {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    transition: all .3s ease-out;
}

#menu-area-logada ul li {
    transition: all .3s ease-out;
    padding: 13px 0 23px;
    transition: all .3s ease-out;
}

#menu-area-logada ul li a {
    transition: all .3s ease-out;
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 18px 3px;
    border-bottom: 6px solid transparent;
    transition: all .2s ease-out;
}

#menu-area-logada ul li a:hover,
#menu-area-logada ul li a.active {
    border-bottom: 6px solid #fcaf17;
}

#menu-area-logada ul li.btn-dispositivos-inalatorios {
    display: none;
}

#menu-area-logada.fixed {
    position: fixed;
    height: 70px;
    top: 130px;
    right: 0;
    left: 0;
}

#menu-area-logada.fixed ul li {
    padding: 5px 15px 0;
}

#menu-area-logada.fixed ul li a {
    padding: 10px 0;
}

.area-logada {
    padding: 60px 0 80px;
    background-color: #f7f8fb;
}

.area-logada .container {
    max-width: 1100px !important;
}

.area-logada h1,
.area-logada h2 {
    font-size: 28px;
    font-weight: 900;
    color: #860052;
    margin-bottom: 20px;
}

.area-logada h2 {
    font-size: 30px;
}

.area-logada p {
    font-size: 16px;
    line-height: 24px;
    color: #7e7e7e;
    font-weight: 400;
    margin-bottom: 15px;
}

.area-logada article {
    text-align: center;
    margin-bottom: 20px;
}

.area-logada article h1 {
    font-size: 22px;
}

.area-logada article p {
    font-size: 16px;
}

.area-logada article p strong {
    color: #860052;
    font-weight: bold;
}

.area-logada article p.italic {
    font-style: italic;
}

.area-logada .select2-container--default .select2-selection--single {
    border: none;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 7.28px .72px rgba(5, 5, 5, .13);
}

.area-logada .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    color: #860052 !important;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.area-logada .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}

.area-logada .select2-container {
    width: 100% !important;
    margin-bottom: 25px;
}

.area-logada .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fcaf17 transparent transparent transparent;
    border-width: 12px 12px 0 13px;
    margin-left: -20px;
}

@media only screen and (max-width:1280px) {
    #fazbem-meus-medicamentos .list-medicines .discounts li .text {
        font-size: 14px;
    }
}

@media only screen and (max-width:990px) {
    #fazbem-meus-dados {
        min-height: auto;
    }

    #fazbem-meus-dados .profile {
        padding: 40px 20px;
        width: 90%;
        margin: 30px auto;
    }

    #menu-area-logada {
        overflow-x: auto;
    }

    #menu-area-logada ul {
        width: 830px;
    }

    #menu-area-logada ul li a {
        min-height: 40px;
        font-size: 14px;
    }

    .area-logada {
        padding-top: 40px;
    }

    .area-logada h1 {
        font-size: 32px;
    }

    .area-logada article p {
        font-size: 16px;
    }

    .area-logada article p br {
        display: none;
    }

    .area-logada .btn-default.big {
        font-size: 18px;
        padding: 25px;
    }

    .area-logada .select2 {
        margin-bottom: 25px;
    }

    #fazbem-meus-medicamentos .list-medicines .note {
        margin-top: 30px;
    }

    #fazbem-meus-medicamentos .list-medicines .discounts {
        display: block;
    }

    #fazbem-meus-medicamentos .list-medicines .discounts li {
        margin-bottom: 10px;
    }

    #fazbem-meus-medicamentos .list-medicines .discounts li .value {
        height: 60px;
        width: 60px;
        font-size: 18px;
    }

    #fazbem-meus-medicamentos .list-medicines .discounts li .value::after {
        top: 5px;
        left: 5px;
        height: 50px;
        width: 50px;
    }

    #fazbem-meus-medicamentos .list-medicines .discounts li .text {
        font-size: 16px;
        width: calc(100% - 75px);
    }

    #fazbem-inalatorios .area-logada h2 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 24px;
    }

    #fazbem-inalatorios .video iframe {
        width: 90%;
        margin: 0 auto;
        height: 210px;
    }

    .destaques-blog ul {
        grid-template-columns: auto auto;
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }

    .destaques-blog .card-post a h6 {
        font-size: 16px;
    }

    .destaques-blog .card-post a .leia-mais {
        font-size: 14px;
    }
}