/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 21 2025 | 19:59:02 */
html {
    box-sizing: border-box;
    font-size: 15px;
}
*,
*:before,
*:after {
    box-sizing: inherit;
    font-family: "Unimed Sans", sans-serif;
    font-display: swap;
}
body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
.assinatura {
    float: right;
    margin: 0;
    width: 30px;
}
@media screen and (max-width: 767px) {
    .assinatura {
        float: none;
    }
}
.assinatura h2,
.assinatura .h2 {
    float: right;
    margin: 0 0 0;
}
.assinatura h2 a,
.assinatura .h2 a {
    background: rgba(0, 0, 0, 0) url("https://www.unimedfortaleza.com.br/portaluploads/uploads/2025/03/atratis.png")
        no-repeat scroll 0 0;
    float: right;
    height: 22px;
    overflow: hidden;
    text-indent: -9999px;
    transition: all 300ms ease 0s;
    width: 27px;
}
.assinatura h2 a:hover,
.assinatura .h2 a:hover {
    background-position: 0 0;
    transition: all 300ms ease 0s;
    width: 80px;
}
:root {
    --branco: #fff;
    --verde: #00995d;
    --verde-claro: #bbd034;
    --verde-escuro: #0c5254;
    --laranja: #ed7932;
    --bege: #fef6dd;
    --roxo: #411564;
    --cinza: #f3f3f3;
    --verde-btn: #00bc6f;
    --verde-menu: #006164;
    --verde-tabela: #006e45;
}
*::-webkit-scrollbar {
    width: 4px;
}
*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e0e0e0;
    border-radius: 9px;
}
*::-webkit-scrollbar-thumb {
    background: var(--verde-claro);
    border-radius: 10px;
}
*::-webkit-scrollbar-thumb:hover {
    background: var(--verde-claro);
}
h1,
.h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 44.5px;
    text-align: left;
}
@media (max-width: 400px) {
    h1,
    .h1 {
        font-size: 40px;
        line-height: 45px;
    }
}
h2,
.h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: var(--verde-escuro);
}
h3,
.h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 23px;
    color: var(--verde-escuro);
}
h4,
.h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    color: var(--verde-escuro);
}
h5,
.h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--verde-escuro);
}
h6,
.h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--verde-escuro);
}
.bold-text {
    font-weight: 700;
}
p {
    color: var(--verde-escuro);
    line-height: 29px;
}
strong {
    color: var(--verde-escuro);
}
.texto p,
.texto ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    color: #484d51;
}
.texto p span,
.texto ul li span {
    font-weight: 700;
}
.texto a.paragrafoNormal {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: var(--verde-escuro);
}
.texto a.paragrafoNormal:hover {
    color: var(--verde-claro);
}
.texto .destaque {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--verde-escuro);
}
.texto.espacado p {
    padding-bottom: 10px;
}
.texto.white p {
    color: #ffffff;
}
.btn-padrao {
    width: fit-content;
    padding: 13px 52px;
    background: var(--verde-claro);
    color: var(--verde-escuro);
    font-weight: 800;
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
}
.btn-padrao:hover {
    background: var(--branco);
    border: 1px solid var(--verde-escuro);
}
.btn-login{
    font-size: 13px;
    padding: 7px 26px;
    font-weight: 400;
}
.owl-dots {
    margin-top: 33px !important;
}
.owl-dots .owl-dot span {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
}
.owl-dots .owl-dot.active span {
    transition: 0.3s ease-in-out;
    width: 40px !important;
    height: 14px !important;
    border-radius: 14px !important;
    background: var(--verde-escuro) !important;
}
.formulario {
    background: var(--verde-escuro);
    border-radius: 15px 15px 15px 15px;
    padding: 38px 50px;
    overflow: initial !important;
    padding-bottom: 50px;
}
@media screen and (max-width: 540px) {
    .formulario {
        border-radius: 15px;
    }
}
.formulario .submit-btn {
    padding: 10px 34px;
    background: var(--verde-claro);
    color: var(--verde-escuro);
    font-weight: 800;
    transition: 0.5s ease-in-out;
    border: 0;
    border-radius: 24px;
}
.formulario .submit-btn:hover {
    background: var(--branco) !important;
}
.formulario .final-line p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.formulario .wpcf7-spinner {
    position: absolute;
    top: 44px;
}
.formulario h2,
.formulario .h2 {
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    color: var(--branco);
}
.formulario label {
    font-size: 16px;
    font-weight: 400;
    color: var(--branco);
    margin: 12px 0 12px;
}
.formulario input.form-control {
    border-radius: 4px;
    background-color: #fff;
    height: 50px;
    padding: 10px;
    border: none;
    border: 1px solid var(--branco);
}
.formulario textarea {
    border: none;
    height: 150px;
}
.formulario .form-group label {
    color: var(--branco);
}
.formulario .form-control {
    height: 45px;
}
.formulario textarea.form-control {
    height: 145px;
    border: 1px solid var(--branco);
}
.formulario select {
    height: 45px !important;
    width: 100%;
    border: 1px solid var(--branco);
    border-radius: 3px;
    padding: 7px !important;
}
.formulario input.bt__padrao {
    padding: 0;
    float: right;
    font-weight: bold;
    width: 220px;
}
.formulario .tel {
    color: var(--branco);
    font-size: 30px;
    display: block;
}
@media (max-width: 992px) {
    .formulario .tel {
        font-size: 19px;
    }
}
.formulario .tel i {
    color: var(--branco);
}
.formulario .mail {
    color: var(--branco);
    font-size: 19px;
    display: block;
}
@media (max-width: 992px) {
    .formulario .mail {
        font-size: 18px;
    }
}
.formulario .mail i {
    color: var(--branco);
}
.formulario .box_ {
    border: 1px solid var(--branco);
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 50px;
}
@media (max-width: 992px) {
    .formulario .box_ {
        padding: 20px;
    }
}
.formulario address {
    margin: 10px 0 0 0;
    font-size: 19px;
}
@media (max-width: 992px) {
    .formulario address {
        font-size: 15px;
    }
}
.formulario .center i {
    font-size: 31px;
    color: var(--branco);
}
.formulario .mapa_l {
    font-size: 19px;
    color: var(--branco);
}
@media (max-width: 992px) {
    .formulario .mapa_l {
        font-size: 15px;
    }
}
@keyframes move-right {
    0% {
        transform: translateX(0) scale(1);
    }
    50% {
        transform: translateX(8px) scale(1.1);
    }
    100% {
        transform: translateX(0) scale(1);
    }
}
header {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    transition: 1s;
}
@media (min-width: 992px) {
    header.normal {
        top: -200px;
        position: fixed;
        transition: 1s;
    }
}
header.fixa {
    position: fixed;
    transition: 1s;
    background: var(--branco);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.header-placeholder {
    height: 177px;
    width: 100%;
}
@media screen and (max-width: 992px) {
    .header-placeholder {
        height: 96px;
    }
}
.topSide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0 34px;
    position: relative;
}
@media screen and (max-width: 992px) {
    .topSide {
        display: none;
    }
}
.topSide .container-btn-login {
    position: absolute;
    right: 0;
    padding: 4px 6px;
}
.topSide .container-btn-login form {
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    padding: 4px 6px;
}
.topSide .container-btn-login form:focus-within {
    border: 1px solid #f3f3f3;
    border-radius: 30px;
}
.topSide .container-btn-login form input {
    border: 0;
    padding: 10px 4px;
    outline: 0;
}
.topSide .container-btn-login form input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #484d51;
}
.topSide .container-btn-login .btn-pesquisa {
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topSide .container-btn-login .btn-pesquisa .box-icon {
    width: 38px;
    height: 38px;
    background: var(--verde-escuro);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
}
.nav-menu-desktop {
    background: #f3f3f3;
    padding: 20px 0;
}
@media screen and (max-width: 992px) {
    .nav-menu-desktop {
        display: none;
    }
}
.nav-menu-desktop .list-menu {
    display: flex;
    align-items: start;
    justify-content: space-around;
}

.drop-down-menu-item{
    position: relative;
}
.drop-down-items{
    opacity: 0;
    max-height: 0; 
    overflow: hidden; 
    background-color: var(--cinza);
    transition: opacity .5s ease, max-height .5s ease-in-out;
    position: absolute;
    top: 30px;
    width: calc(100% + 10px);
    padding: .75rem 1.5rem;
}
.drop-down-menu-item:hover .drop-down-items {
    opacity: 1;
    max-height: 200px;
}
.nav-menu-desktop .list-menu li a {
    text-transform: uppercase;
    color: var(--verde-escuro);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 10px);
    position: relative;
}
.nav-menu-desktop .list-menu li a::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("https://www.unimedfortaleza.com.br/portaluploads/uploads/2025/03/arrow-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: -25px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.nav-menu-desktop .list-menu li a::before {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: var(--verde-escuro);
    transition: 0.5s ease-in-out;
    position: absolute;
    top: 28px;
}
.nav-menu-desktop .list-menu li a:hover::after {
    left: 0;
    opacity: 1;
}
.nav-menu-desktop .list-menu li a:hover::before {
    width: 100%;
    background: var(--verde-escuro);
}

.nav-menu-mobile {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 997;
    top: 0;
}
@media screen and (min-width: 992px) {
    .nav-menu-mobile {
        display: none;
    }
}
.nav-menu-mobile .menu-hamburguer .container-menu-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.nav-menu-mobile .menu-hamburguer .container-menu-mobile button {
    background: transparent;
    border: 1px solid #f3f3f3;
    padding: 5px;
    border-radius: 5px;
}
.nav-menu-mobile .side-menu-mobile {
    position: absolute;
    width: 0;
    height: 100vh;
    right: 0;
    top: 0;
    overflow: hidden;
    transform: translateX(575px);
    background: #fff;
    transition: 0.5s ease-in;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    z-index: 999;
}
.nav-menu-mobile .side-menu-mobile.active-sidebar {
    position: fixed;
    width: 80%;
    transform: translateX(0);
}
.nav-menu-mobile .side-menu-mobile .side-nav-menu-mobile {
    padding: 50px 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-menu-mobile .side-menu-mobile .side-nav-menu-mobile img {
    width: 100px;
}
.nav-menu-mobile .side-menu-mobile .side-nav-menu-mobile button {
    background: transparent;
    border: 1px solid #f3f3f3;
    padding: 5px;
    border-radius: 5px;
}
.nav-menu-mobile .side-menu-mobile .list-menu {
    padding: 30px 30px;
}
.nav-menu-mobile .side-menu-mobile .list-menu li {
    margin-bottom: 20px;
}
.nav-menu-mobile .side-menu-mobile .list-menu li a {
    font-size: 18px;
    text-decoration: none;
    color: var(--verde-escuro);
}
.nav-menu-mobile .overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0 !important;
    display: block;
    transition: opacity 0.5s, left 0s;
    z-index: -1;
}
.nav-menu-mobile .overlay-menu.active {
    opacity: 1 !important;
    left: 0;
    z-index: 99;
    height: 100%;
}
body,
html {
    overflow-x: hidden;
}
.banner-desktop {
    position: relative;
    width: 100%;
    height: 500px;
}
.banner-desktop .item-banner {
    background-image: url("https://www.unimedfortaleza.com.br/portaluploads/uploads/2025/03/banner-ri.png");
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    object-fit: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-position: center center !important;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
    .banner-desktop .item-banner {
        background-image: url("https://www.unimedfortaleza.com.br/portaluploads/uploads/2025/03/banner-mobile-ri.png");
        background-size: cover;
    }
}
@media screen and (max-width: 620px) {
    .banner-desktop .item-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
}
.banner-desktop .item-banner .texto {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.banner-desktop .item-banner .texto h1,
.banner-desktop .item-banner .texto .h1 {
    color: var(--verde-claro);
    width: 100%;
    max-width: 270px;
    font-size: 40px;
    margin-bottom: 12px;
}
.banner-desktop .item-banner .texto p {
    color: var(--branco);
    max-width: 343px;
    width: 100%;
}
@media screen and (max-width: 992px) {
    .banner-desktop .item-banner .texto p {
        font-size: 15px;
    }
}
.banner-desktop .item-banner .texto a {
    margin-top: 17px;
    position: relative;
}
.banner-desktop .item-banner .texto a img {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    position: absolute;
    right: 10px;
}
.banner-desktop .item-banner .texto a:hover img {
    right: 25px;
    opacity: 1;
    animation: move-right 1.5s ease-in-out infinite alternate;
}
.banner-mobile {
    display: none;
}
.sec-marcas {
    padding: 60px 0;
}
.sec-marcas .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-marcas .title h2,
.sec-marcas .title .h2 {
    text-align: center;
}
.sec-marcas .title h2 span,
.sec-marcas .title .h2 span {
    font-weight: 300;
}
.sec-marcas .content-marcas {
    margin-top: 35px;
}
.sec-marcas .content-marcas .item-box {
    background: #f1f1f1;
    border: 1px solid #dcdcdc;
    padding: 42px 43px;
    height: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
@media screen and (max-width: 620px) {
    .sec-marcas .content-marcas .item-box {
        height: 190px;
    }
}
.sec-marcas .content-marcas .item-box img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 620px) {
    .sec-marcas .content-marcas .item-box img {
        width: 150px;
    }
}
.sec-marcas .content-marcas .item-box:hover img {
    transform: scale(1.05);
}
.sec-textoImagem {
    padding: 60px 0;
    background-position: center center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
    .sec-textoImagem {
        padding: 30px 0;
    }
}
@media screen and (min-width: 992px) {
    .sec-textoImagem.padding-bottom-0 {
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 992px) {
    .sec-textoImagem.title-mobiles h2,
    .sec-textoImagem.title-mobiles .h2 {
        text-align: center;
    }
}
@media screen and (max-width: 992px) {
    .sec-textoImagem.title-mobiles a {
        margin: 18px auto 0;
    }
}
.sec-textoImagem .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.sec-textoImagem .title.title-branco h2,
.sec-textoImagem .title.title-branco .h2,
.sec-textoImagem .title.title-branco p,
.sec-textoImagem .title.title-branco span {
    color: var(--branco);
}
@media screen and (max-width: 992px) {
    .sec-textoImagem .title {
        margin-top: 20px;
    }
}
.sec-textoImagem .title h2 span,
.sec-textoImagem .title .h2 span {
    font-weight: 300;
}
.sec-textoImagem .title p {
    margin-top: 8px;
}
.sec-textoImagem .title a {
    margin-top: 18px;
}
.sec-textoImagem .img.img-responsive {
    margin-top: 25px;
}
.sec-valores {
    padding: 60px 0;
}
.sec-valores .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-valores .title h2,
.sec-valores .title .h2 {
    text-align: center;
}
.sec-valores .title h2 span,
.sec-valores .title .h2 span {
    font-weight: 300;
}
.sec-valores .lista-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}
@media screen and (max-width: 992px) {
    .sec-valores .lista-cards {
        grid-template-columns: 1fr;
    }
}
.sec-valores .lista-cards .card {
    padding: 45px 52px;
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.sec-valores .lista-cards .card:hover .icone-card .content-icon {
    animation: rotacionatwo 1s ease-in-out;
}
@keyframes rotacionatwo {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.sec-valores .lista-cards .card .icone-card {
    background: var(--branco);
    padding: 12px;
    border-radius: 50%;
    position: absolute;
    top: -36px;
}
.sec-valores .lista-cards .card .icone-card .content-icon {
    background: var(--verde-claro);
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.sec-valores .lista-cards .card h3,
.sec-valores .lista-cards .card .h3 {
    color: var(--branco);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sec-valores .lista-cards .card p {
    color: var(--branco);
    text-align: center;
}
.sec-valores .lista-cards .bg-card-dna-verde {
    background: var(--verde-escuro);
}
.sec-valores .lista-cards .bg-card-dna-laranja {
    background: var(--laranja);
}
.sec-valores .card-valores {
    background: var(--verde);
    border-radius: 30px;
    margin-top: 70px;
}
.sec-valores .card-valores:hover .header-valores .icone-card .content-icon {
    transform: scale(1.05);
}
.sec-valores .card-valores .header-valores {
    background: var(--verde-escuro);
    border-radius: 30px 30px 0px 0px;
    padding: 35px 39px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec-valores .card-valores .header-valores .font-strong {
    font-size: 40px;
    line-height: 35px;
}
.sec-valores .card-valores .header-valores .font-strong span {
    font-size: 26px;
    line-height: 35px;
}
.sec-valores .card-valores .header-valores .icone-card {
    background: var(--branco);
    padding: 12px;
    border-radius: 50%;
    position: absolute;
    top: -36px;
}
.sec-valores .card-valores .header-valores .icone-card .content-icon {
    background: var(--verde-claro);
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}
.sec-valores .card-valores .header-valores h2,
.sec-valores .card-valores .header-valores .h2 {
    color: var(--branco);
    margin-top: 20px;
    text-align: center;
}
.sec-valores .card-valores .header-valores p {
    color: var(--branco);
    text-align: center;
}
.sec-valores .card-valores .footer-valores {
    padding: 37px 40px 39px 40px;
    background: var(--verde-escuro);
    border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 992px) {
    .sec-valores .card-valores .footer-valores {
        padding: 39px 32px 39px 32px;
    }
}
.sec-valores .card-valores .footer-valores .lista-valores {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media screen and (max-width: 992px) {
    .sec-valores .card-valores .footer-valores .lista-valores {
        grid-template-columns: repeat(1, 1fr);
    }
}
.sec-valores .card-valores .footer-valores .lista-valores .item-valor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.sec-valores .card-valores .footer-valores .lista-valores .item-valor h4,
.sec-valores .card-valores .footer-valores .lista-valores .item-valor .h4 {
    color: var(--branco);
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: center;
}
.sec-valores .card-valores .footer-valores .lista-valores .item-valor p {
    color: var(--branco);
    text-align: center;
}
.sec-diretoria {
    padding: 60px 0;
}
.sec-diretoria .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-diretoria .title h2,
.sec-diretoria .title .h2 {
    text-align: center;
}
.sec-diretoria .title h2 span,
.sec-diretoria .title .h2 span {
    font-weight: 300;
}
.sec-diretoria .content-grid-diretoria {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 40px;
}
@media screen and (max-width: 620px) {
    .sec-diretoria .content-grid-diretoria {
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }
}
.sec-diretoria .content-grid-diretoria .item-diretoria {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec-diretoria .content-grid-diretoria .item-diretoria h3,
.sec-diretoria .content-grid-diretoria .item-diretoria .h3 {
    margin: 13px 0 5px;
    font-size: 22px;
}
.secaoContato {
    padding: 60px 0;
    position: relative;
}
.secaoContato img {
    position: absolute;
    bottom: -61px;
    left: 243px;
    z-index: 2;
}
@media screen and (max-width: 1200px) {
    .secaoContato img {
        left: 146px;
    }
}
@media screen and (max-width: 992px) {
    .secaoContato img {
        display: none;
    }
}
.secaoContato .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 992px) {
    .secaoContato .content {
        margin-bottom: 40px;
    }
}
.secaoContato .content h2,
.secaoContato .content .h2 {
    max-width: 280px;
    width: 100%;
}
.secaoContato .content h2 span,
.secaoContato .content .h2 span {
    font-weight: 400;
}
.secaoContato .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    max-width: 290px;
    margin: 12px 0 16px;
}
.secaoContato .content .link-contato {
    display: block;
    width: 306px;
    text-decoration: none;
    color: #484d51;
}
.secaoContato .content .link-contato svg {
    margin-right: 10px;
}
.secao-contato {
    padding: 100px 10px 60px;
}
.secao-contato .bg-contato {
    background-image: url("https://www.unimedfortaleza.com.br/portaluploads/uploads/2025/03/banner-contato.png");
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    position: relative;
}
@media screen and (min-width: 992px) {
    .secao-contato .bg-contato {
        padding: 111px 106px;
    }
}
.secao-contato .bg-contato .content-title h2,
.secao-contato .bg-contato .content-title .h2 {
    color: var(--branco);
    line-height: 38px;
    max-width: 420px;
}
.secao-contato .bg-contato .content-title h2 span,
.secao-contato .bg-contato .content-title .h2 span {
    font-weight: 300;
}
.secao-contato .bg-contato .content-title a {
    display: block;
    width: fit-content;
    margin-top: 18px;
}
@media screen and (max-width: 992px) {
    .secao-contato .bg-contato .content-title {
        padding: 60px;
    }
}
.secao-contato .bg-contato .content-img {
    position: absolute;
    bottom: 0;
}
.secao-contato .bg-contato .content-img img {
    height: 462px;
}
@media screen and (max-width: 992px) {
    .secao-contato .bg-contato .content-img {
        display: none;
    }
}
footer {
    background: var(--verde-escuro);
}
@media screen and (max-width: 992px) {
    footer {
        padding: 20px 0;
    }
}
footer .lgpd {
    height: 100%;
}
@media screen and (max-width: 992px) {
    footer .lgpd {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
}
footer .lgpd ul {
    display: flex;
    align-items: center;
    height: inherit;
}
@media screen and (max-width: 480px) {
    footer .lgpd ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
}
footer .lgpd ul li {
    display: flex;
    align-items: center;
}
footer .lgpd ul li h5,
footer .lgpd ul li .h5,
footer .lgpd ul li a {
    color: var(--branco);
}
footer .lgpd ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: var(--branco);
    border-radius: 50%;
    margin: 0 8px;
}
footer .lgpd ul li:first-child::before {
    display: none;
}
footer .img-logo-fotter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
footer .box-assinatura {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
@media screen and (max-width: 992px) {
    footer .box-assinatura {
        justify-content: center;
    }
}
