h3 {
    font-weight: 400;
}

.planos-slider h3 span {
	color: #7b7c7f;
	font-size: 14px;
}

.planos-slider h3.price {
	border-bottom: 1px solid #7b7c7f3d;
	padding: 10px 0;
    color: #205c7e;
    font-weight: 600;
    font-size: 2rem;
}

.pro-content .title {
	border-bottom: 1px solid #7b7c7f3d;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
	padding-bottom: 12px;
    color: #18bfe2;
}

.profile-widget {
	min-height: 290px;
}

.profile-widget .pro-content {
	padding:0;
    padding-bottom: 10px;
}

.profile-widget ul.speciality {
	padding-left: 0;
	text-align: left;
	list-style-position: inside;
	min-height: 170px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.profile-widget ul.speciality li {
    font-size: 14px;
    color: #4f4f4f;
    margin-bottom: 10px;
}

.profile-widget {
    border: 1px solid #eeeeef;
    border-radius: 10px;
    margin-bottom: 0px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 20px;
}

.readmore-btn {
	background-color: #18bfe2;
	border-radius: 10px;
	padding: 10px 15px !important;
	text-align: center;
	font-size: 16px;
	border: 1px solid #18bfe2;
	color: #fff;
    text-transform: none;
    font-weight: 400px;
}

ul.lista {
    padding-left: 20px;
    margin-top: 30px;
}
li::marker {
    margin: 0 .5rem 0 0;
    color: #18bfe2;
    font-size: 22px;
}

.tarja-cinza {
    height: 4px;
    background: #eeeeef;
}

.banner-wrapper .banner-header h1 {
	font-size: 40px;
	color: #fff;
}

.azul,
.section-header h2.azul {
    color: #205c7e;
    font-size: 2.2rem;
    font-weight: 600;
}

.section-header h2 {
    color: #205c7e;
    font-size: 1.8rem;
    font-weight: 600;
}
.section-header h3 {
    color: #205c7e;
    font-weight: 400;
}

.secao {
    padding: 50px 0 50px;
}

.secao h2 {
    color: #205c7e;
    font-size: 1.8rem;
    font-weight: 600;
}
.secao h3 {
    color: #205c7e;
    font-weight: 400;
}


.btn-col ul li .btn.btn-fill-laranja {
	background-color: #e87838;
	color: #fff;
	border: 1px solid #e87838;
    font-size: 16px;
    padding: 5px 20px;
}

.btn {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 12px;
    letter-spacing: 2px;
}

.btn-faq {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 0;
    letter-spacing: 2px;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #205c7e;
    text-align: left;
    width: 100%;
}

.btn.btn-fill {
    background-color: #18bfe2;
    color: #fff;
    border: 1px solid #18bfe2;
    font-size: 16px;
    padding: 8px 20px;
}
.btn.btn-fill-azul-escuro {
	background-color: #205c7e;
	color: #fff;
	border: 1px solid #205c7e;
    font-size: 16px;
    padding: 8px 20px;
    color: #fff !important;
}

.row-buttons {
    padding-top: 80px
}

.row-button {
    display: inline-block;
    margin-right: 20px;
}

.observacoes li {
    position: relative;
    margin-bottom: .9375rem;
    list-style: none;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.1em;
    color: #7c7e81;
    padding: 5px 15px;
    border-bottom: 1px solid #205c7e
}

.observacoes li h3 {
    color: #7c7e81;
}


.footer-logo img.logo-fc{
	width: 60%;
}

.search-info {
    width: 80%;
    margin: 0 auto;
}

.planos-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.feature-list {
    padding: 0px 0 40px;
    background: #f4f5f6;
}

.feature-list-box {
    color: #205c7e;
}

.feature-list-box .feature-icon {
	text-align: center;
}

.feature-list .feature-list-box h4 {
    font-size: 16px;
}

.form-control {
	font-weight: 300;
}

.btn-link {
	color: #7b7c7f;
}

.btn-primary {
	background-color: #205c7e;
	border: 1px solid #205c7e;
}
.btn-primary:hover {
	background-color: #03badf;
	border: 1px solid #03badf;
}

.btn-online-24h {
	width: 50%;
}

.qodef_angled_shape.qodef_svg_top {
    top: -179px;
}
.qodef_angled_shape {
    position: absolute;
    z-index: 20;
    display: block;
}
.qodef-content-aligment-center {
    text-align: center;
}
.qodef_angled_shape polygon {
    fill: #fff;
}

/*-----------------
	Serviços
-----------------------*/
.servicos {
	padding: 60px 0 40px;
	background: #f5f3ef;
}

.servicos-img {
	overflow: hidden;
}
.servicos-img img {
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	width: 100%;
}
.servicos-img:hover img {
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	transform: scale(1.19);
	-webkit-transform: scale(1.19);
	-ms-transform: scale(1.19);
}
.servicos-content h5 {
	font-size: 18px;
	margin-bottom: 15px;
}
.servicos-content p {
	font-size: 15px;
	letter-spacing: -0.01em;
	color: #777;
}

.servicos-content .btn {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	background-color: #12c5c3;
	border-radius: 50px;
	padding: 7px 15px;
	min-width: 130px;
	margin-top: 5px;
}
.servicos-content .btn:hover {
	background-color: #f26438;
}

.planos-observacoes {
	padding-top: 25px;
}
.planos-observacoes li {
    position: relative;
    padding-left: 5px;
    margin-bottom: .9375rem;
    list-style: none;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.1em;
    color: #fff;
}


.banner-bottom {
    position: relative;
    padding: 60px 0px 30px;
}

.banner-bottom .card {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    border: 0px solid;
    border-radius: 15px;
    padding: 10px 20px;
    cursor: pointer;
    background-image: linear-gradient(to right, rgb(36 102 135) , #22bae8);
    box-shadow: -2px 2px 7px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: -2px 2px 7px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: -2px 2px 7px 0px rgba(0,0,0,0.16);
}

/*
.banner-bottom .card {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    border: 0px solid;
    border-radius: 0;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
*/
.banner-bottom .care-text {
    margin-left: 20px;
    color: #fff;
}
.banner-bottom .card h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
}
.banner-bottom .card p {
    margin: 0px;
    line-height: 20px;
    font-size: 14px;
}
.banner-bottom .card img {
    max-width: 67px;
}

.blockquotes {
    padding: 5px 0;
}
.testimonials-item .texto{
    padding: 10px 20px;
    text-align: center;
}

.blockquotes img {
    display: inline;
}

.playstorebadge,
.appstorebadge {
    width: 120px;
    margin-bottom: 10px;
}

.contato-section {
	padding: 10px 0 80px;
	background-color: #fff;
}

.faq-section {
    border-bottom: 1px solid #f0f0f0;
    background: #f4f5f6;
}

.popular-section {
    padding: 20px 50px;
}

.btn-assinatura {
    padding: 8px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    display: inline-block;
    border-radius: 12px;
    letter-spacing: 2px;
}
.btn-azul {
    background-color: #205c7e;
    border: 1px solid #205c7e;
    color: #fff;
    font-size: 16px;
}
.btn-verde {
    background-color: #18bfe2;
    border: 1px solid #18bfe2;
}

.btn-mensagem {
    width: auto !important;
}

.card {
    border: 1px solid #fff;
    background-color: #eeeeef;
}

.card .card-header {
    background-color: #eeeeef;
    border-bottom: 1px solid #eeeeec;
    border-radius: 10px;
}

.testimonials .patient-details {
    text-align: center;
}

.footer .footer-menu ul li a i {
    color: #205c7e;
}

.mobile-show {
    display: none;
}

.header-navbar-rht li a.header-atendimento {
    background-color: #18bfe2;
    border-radius: 10px;
    padding: 10px 15px !important;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.box-gray {
    padding: 50px 20px;
    background-color: #f0f0f1;
    border-radius: 12px;
}

.bg-wave {
    height: 150px;
    overflow: hidden;
}

.section-banner {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 75vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.head-mobile {
    min-height: 100%;
    min-height: 75vh;
    display: flex;
    align-items: center;
    background: #f9f9f9 url(../img/banner_header_mobile_v1.png) no-repeat top center;
    background-size: contain;
    position: relative;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.btn-fixed-desktop {
    position: fixed;
    right: 0;
    bottom: 5%;
    right: 23px;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    direction: ltr;
    position: fixed !important;
    z-index: 16000160 !important;
    margin-top: -2.5em;
}

.btn-fixed-desktop .btn {
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    opacity: 0.9;
}

.btn-fixed-mobile {
    position: fixed;
    right: 0;
    bottom: 5%;
    right: 23px;
    opacity: 0.9;
    transition: opacity 0.5s ease 0s;
    direction: ltr;
    position: fixed !important;
    z-index: 16000160 !important;
    margin-top: -2.5em;
}

.btn-busca-farmacias {
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 200;
    margin: 40px;
}

.titulo-destaque {
    color: #119504;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.nav-tabs.nav-tabs-bottom > li > a.active, .nav-tabs.nav-tabs-bottom > li > a.active:hover, .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-color: #205c7e;
}

.table th {
    border-top: 0;
}

.title-border {
    border-bottom: 1px solid #dee2e6;
}

.cancelamento-beneficios .feature-icon img {
    width: 30%;
}

.cancelamento-beneficios .feature-list-box h4 {
    font-size: 14px !important;
}

.cupom-widget {
    margin-bottom: 30px;
}

.lista-beneficios li {
    float: left;
}

.areabeneficiarios-servicos {
    position: static;
    top:0;
    margin-bottom:0;
    padding: 5px 0;
}


.card-mobile {
    margin-bottom: 20px;
}
.card-mobile .icone {
    width: 70%;
    padding: 20px;
    margin: 0 auto;
    border: 0px solid;
    border-radius: 15px;
    cursor: pointer;
    background-image: linear-gradient(to right, rgb(36 102 135) , #22bae8);
}
.card-mobile h2 {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}

.profile-widget h3.price {
    border-bottom: 1px solid #7b7c7f3d;
    padding: 10px 0;
    /*color: #00496d;*/
    font-weight: 600;
    font-size: 2.6rem;
}

.profile-widget h3 span {
    color: #7b7c7f;
    font-size: 16px;
}

@media only screen and (max-width: 767.98px) {

    .btn-fixed-mobile {
        top: auto;
        bottom: 0%;
        right: 0;
        width: 100%;
    }

    .btn-fixed-mobile a {
        width: 100%;
        border-radius: 0px;
    }

    .lista-beneficios {
        font-size: 11px;
    }

    .lista-beneficios i {
        font-size: 6px;
        vertical-align: middle;
    }

    .lista-beneficios span {
        margin-right: 5px;
    }

    .bg-wave {
        height: 70px;
    }

    .tarja-cinza {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .mobile-center {
        text-align: center;
    }

    .mobile-center h2 {
        padding: 50px 35px 10px;
    }

    .secao h2 {
        font-size: 1.5rem;
    }

    ul.lista {
        padding: 0px 40px;
        text-align: left;
        font-size: 13px;
    }

    .mobile-center p {
        padding: 5px 15px;
    }

    .row-button {
        text-align: center;
        padding-top: 10px;
        margin-right: 5px;
    }

    .btn {
        font-weight: 300;
    }

    .btn.btn-fill,
    .btn.btn-fill-azul-escuro {
        padding: 10px 6px;
        font-size: 18px;
    }

    .secao-interna {
        padding-bottom: 60px
    }

    .section-banner {
        display: none;
    }

    .row-buttons {
        padding-top: 35px
    }

    .row-button {
        text-align: center;
    }

    .secao {
        padding: 20px 0 20px;
    }

    .secao .left {
        text-align: center;
    }

    .secao img {
        margin-top: 40px;
        width: 80%;
    }

    .imagem-faq {
        width: 80%;
    }
    .faq-section {
        border: none;
    }

    .laranja,
	.section-header h2 {
		font-size: 1.4rem;
        padding-bottom: 0px
	}

    ul.observacoes {
        margin-top: 30px;
        padding-left: 0;
    }

    .section .left {
        text-align: center;
    }

	.feature-list {
		padding-top: 0px;
		padding-bottom: 30px;
	}


    .feature-list img {
        width: 30%;
    }

	.feature-list .feature-list-box {
		margin-bottom: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
	}

	.banner-wrapper .banner-header h1 {
		font-size: 28px;
        text-shadow: 2px 2px 2px rgb(150 150 150);
	}

	.planos-section {
		padding: 20px 0 0px;
	}

	.section-search {
		padding: 70px 0;
	}
	.search-box .form-control {
		border-radius: 50px;
		min-height: 50px;
	}
	.search-info {
		width: 100%;
	}
	.search-box .search-btn	 {
		width: 85px;
		height: 50px;
	}


    .profile-widget {
        margin-bottom: 30px;
    }

	.footer-widget {
		padding: 10px 10px;
	}
	.footer-logo img.logo-fc {
		width: 40%;
	}

	.testimonials {
		padding: 0px 0 20px;
	}

    .mobile-show {
        display: block;
    }

    .mobile-show img {
        margin-top: 40px
    }

    .mobile-hide {
        display: none
    }

    .observacoes li:last-child {
        border: 0;
        padding-bottom: 0;
    }

    .blockquotes img {
        width: auto;
    }

    .contato-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .observacoes li h3 {
        font-size: 17px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 800px) {
    .navbar-brand.logo img {
        height: 38px;
    }
}

@media only screen and (max-width: 991.98px) {
    .secao-interna .imagem,
    .areapacientes-servicos .imagem {
        display: none;
    }

    .chat-cont-right {
        position: absolute;
        right: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
    }

    #resultado-busca-medicamentos .table,
    #resultado-busca-farmacias .table {
        font-size: 11px;
    }

    .btn-mobile {
        /*width: 80%;*/
        margin: 5px 0px;
    }

    #btnBuscarMedicamentos {
        width: 100%;
    }

    .btn-mensagem {
        width: 80% !important;
    }

    .azul, .section-header h2.azul {
        font-size: 1.5rem;
    }

    .banner-bottom {
        padding: 30px 0px 30px;
    }

    .main-menu-wrapper {
        background-color: #205c7e;
    }
}

@media only screen and (max-width: 1199px) {

    .blog-widget .blog-content h5, .feature-list .feature-list-box h4 {
        font-size: 16px;
    }

    .box-gray {
        padding: 10px 20px;
    }

    .section-banner {
        background-size: cover;
    }
}


@media only screen and (max-width: 1500px) {

    .section-banner {
        min-height: 80vh;
        background-size: cover;
    }

    .banner-wrapper .banner-header h1 {
        font-size: 1.8rem;
    }

    .banner-wrapper .banner-header p {
        font-size: 14px;
    }

    .head-mobile h1 {
        margin-top: 15px;
        font-size: 1.6rem !important;
    }
}
