html, body {
    font-family: "Open Sans", sans-serif !important;
    background: #050F28;
    color: #fff;
}

/*Bandeiras*/

.bandeira-brasil {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../images/brasil.svg');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.bandeira-espanha {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../images/espanha.svg');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.bandeira-chile {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../images/chile.svg');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.bandeira-argentina {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../images/argentina.svg');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.bandeira-mexico {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../images/mexico.svg');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.bandeira-eua {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../images/eua.png');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}


ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1170px;
}

.dashboard {
    max-width: 1700px !important;
}

.bg-padrao {
    border-radius: 50px;
    margin-top: 50px !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background: #ffffff0d;
    padding: 20px 0;
    overflow: hidden;
}

.bg-padrao-footer {
    border-radius: 50px;
    margin-top: 50px !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    padding-top: 160px !important;
    padding-bottom: 100px !important;
    background: #ffffff0d;
    padding: 20px 0;
    overflow: hidden;
}

.bg-padrao .container {
    padding: 0 15px;
}

.bg-padrao .row {
    margin: 0 -15px;
}

.bg-padrao .col-xs-12 {
    padding: 0 15px;
}

.bg-evento-pacientes {
    background: url("../images/bg-evento.png") no-repeat;
    border-radius: 50px;
    margin-top: 50px !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    height: 640px;
}

.bg-evento-pacientes-2 {
    background: url("../images/bg-evento-pacientes.png") no-repeat;
    border-radius: 50px;
    margin: 30px;
    padding: 20px 0;
}

.bg-evento-profissional {
    background: url("../images/bg-evento-profissional.png") no-repeat;
    border-radius: 50px;
    margin: 30px;
    padding: 20px 0;
}


.bg-padrao-sem-padding {
    border-radius: 50px;
    margin: 30px !important;
    background: #ffffff0d;
    overflow: hidden;
}


.imagem-fundo {
    position: absolute; /* Coloca a imagem no fundo */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz a imagem cobrir todo o espaço */
    z-index: 999; /* Mantém a imagem atrás do conteúdo */
}

footer {
    border-radius: 50px;
    margin: 30px;
    background: #ffffff0d;
    padding: 20px 0;
    min-height: 600px;
    position: relative;
    display: block;
}

header {
    background: #121b33;
    padding: 20px 0;
    min-height: 60px;
    border-radius: 50px;
    margin: 30px;
}

.logomarca {
    margin: 20px 0;
}

.logomarca img {
    width: 350px;
}

.logo_icon {
    display: none;
}

.patrocinador {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logomarca-footer img {
    width: 610px;
    height: 91px;
    flex-shrink: 0;
    aspect-ratio: 609.28/91.00;
    margin-left: 100px;
    margin-top: 25px;
}

/*Icones header index*/
.icones-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.icones-header .row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

.logo-mx-meeting {
    width: 850px !important;
}

.icones-header .col-xs-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0;
}

.icones-header img {
    width: 396px;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
}

.icones-banner-pgs img {
    width: 250px;
}

.row-banner {
    margin-top: -50px;
}

.itens-menu {
    text-align: right;
    margin-top: 1rem;
}

.menu {
    display: inline-block;
    z-index: 999;
    position: relative;
}

.menu ul {
    padding-top: 12px;
    text-align: left;
    margin: 0;
}

.menu ul ul {
    display: none;
    z-index: 999;
    background: #2a3248;
    position: absolute;
    left: 0;
    min-width: 200px;
    padding: 10px 0;
    border-radius: 5px;
}

.menu ul li {
    position: relative;
    padding: 5px 15px;
    white-space: nowrap;
}

.menu ul ul li {
    padding: 8px 15px;
}

.menu ul ul li a {
    color: #fff;
    display: block;
    width: 100%;
}

.menu ul ul li a img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 8px;
}

.menu ul li:hover > ul {
    display: block;
}

.menu ul li a {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.menu ul li a img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 8px;
}

.botao-inscricao-topo {
    display: inline-block;
    padding: 12px 24px;
    background: gray;
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 30px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.botao-inscricao-topo:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(255, 75, 139, 0.2);
}

@media (max-width: 768px) {
    .botao-inscricao-topo {
        padding: 10px 20px;
        font-size: 12px;
        letter-spacing: 0.3px;
    }
}

@media (max-width: 576px) {
    .botao-inscricao-topo {
        padding: 8px 16px;
        font-size: 11px;
        letter-spacing: 0.2px;
    }
}

.dropdown-menu ul ul {
    position: absolute;
    left: 0;
    top: 100%;

    width: 180px;
    display: none;
    flex-direction: column;
    text-align: center;
    border-radius: 5px;
}

.menu ul ul li a {
    color: #FFFFFF;
    font-size: 20px;
}

.menu ul li a {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.fixo {
    position: fixed;
    width: 100%;
    margin: 0;
    border-radius: 0;
    top: 0;
    z-index: 9999;
}

.menu-pais {
    display: inline-block;
}

.menu-pais ul {
    padding-top: 30px;
    text-align: right;
    margin-right: 20px;
}

.menu-pais ul ul {
    display: none;
}

.menu-pais ul li a {
    color: #fff;
    font-size: 20px;
}

.botao-inscricao-site {
    margin: 30px 0;
    text-align: center;
    padding: 0 15px;
}

.botao-inscricao-site a {
    display: inline-block;
    background-color: #fff;
    border-radius: 60px;
    width: 100%;
    max-width: 1150px;
    margin: 15px auto;
    font-size: 50px;
    font-weight: 700;
    color: #050F28;
    text-align: center;
    padding: 20px 30px;
    word-wrap: break-word;
    white-space: normal;
    transition: all 0.3s ease;
}

.botao-inscricao-site a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

.titulo {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.titulo2 {
    display: block;
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 30px 0;
}

.titulo2-formacao {
    display: block;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 30px 0;
}

.titulo2-center {
    display: block;
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    text-align: center !important;
    margin: 0 0 30px 0;
}

.subtitulo {
    display: block;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin: 0px 0;
}

.subtitulo2 {
    display: block;
    color: #fff;
    font-size: 25px !important;
    font-weight: 500;
    text-align: center;
    margin: 0px 0;
    padding-bottom: 30px;
    letter-spacing: 0%;
    text-align: center;
}

.subtitulo-fomacao {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.descricao-fomacao {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.destaque {
    width: 610px;
    height: 1177px;
    flex-shrink: 0;
}

.descricao-fomacao-2 {
    color: #FFF;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.clear {
    display: block;
    float: none;
    clear: both;
}

#banner-principal {
    border-radius: 50px;
    margin: 30px;
    padding: 100px 0;
    background: url("../images/banner1.png") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

#banner-principal h1 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 60px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

#banner-principal p {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

#menu-home {
    position: relative;
    z-index: 1;
}

.item-home-bg1 {
    background: url("../images/item_home1.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.item-home-bg2 {
    background: url("../images/item_home2.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.item-home-bg3 {
    background: url("../images/item_home3.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.item-home {
    margin: 30px;
    padding: 100px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    border-radius: 60px;
    transition: transform 0.3s ease;
    cursor: pointer;
    position: relative;
    min-height: 200px;
}

.item-home a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 40px;
    padding: 0 20px;
    line-height: 1.2;
}

.item-home:hover {
    transform: scale(1.02);
}

a div.item-home {
    font-weight: 800;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#patrocinio {
    padding: 20px 15px;
    margin: 15px;
}


#patrocinio img {
    width: 100%;
    max-width: 250px;
    display: block;
    padding-bottom: 20px;
    margin: 0 auto;
}

img.colaborador {
    margin: 0 auto;
    width: 120px !important;
    display: block;
    padding-bottom: 20px;
}

/*Footer*/

footer {
    padding: 30px 0;
    padding-top: 100px !important;
    position: relative;
    display: block;
}

footer .logomarca img {
    text-align: right;
    float: right;
    width: 400px;
}

.footer-conteudo {
    position: relative;
    z-index: 1000;
    padding: 30px 0;
    margin-top: -100px;
}

.icone {
    width: 50px;
    height: 30px;
    flex-shrink: 0;
    font-size: 25px;
    padding-top: 10px;
    text-align: center;
}

.contato-email {
    padding-top: 25px;
}

.copy {
    padding: 20px;
    padding-top: 50px;
    position: relative;
    z-index: 1000;
}

.copy p {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}

.info-rodape {
    position: relative;
    z-index: 1000;
}

.info-rodape ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.info-rodape li {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.info-rodape li b {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.info-rodape li i {
    margin-right: 30px;
    order: 1;
    font-size: 30px;
}

.info-rodape li .texto {
    order: 2;
    text-align: left;
}

.endereco_mobile iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.ajusta_endereco i {
    font-size: 80px;
    position: relative;
    top: 0px;
    left: 10px;
}

.ajusta_endereco p {
    font-size: 25px !important;
}

.padd-top-30 {
    margin-top: 80px !important;
    display: block;
}

/*página profissionais*/
.banner-secundario {
    border-radius: 50px;
    margin: 30px;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.banner-secundario .row-banner {
    margin-top: 0;
    display: flex;
    align-items: center;
}

.banner-secundario h1 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 80px;
    text-align: left !important;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.banner-secundario p {
    font-weight: 800;
    font-size: 40px;
    text-align: left;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.banner-secundario-mx h1 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 800;
    font-size:55px;
    text-align: left !important;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(255, 255, 255, 0.3);
}

.banner-secundario-mx p {
    font-weight: 800;
    font-size: 40px;
    text-align: left;
    font-weight: 600;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(255, 255, 255, 0.3);
    margin-bottom: 100px;
}

.icones-banner-pgs {
    margin-bottom: 30px;
}

.icones-banner-pgs img {
    width: 250px;
    max-width: 100%;
    height: auto;
}

.conteudo-profissional img {
    width: 100%;
}

.conteudo-profissional h2 {
    text-align: left;
    font-size: 60px;
    font-weight: 800;
}

.conteudo-profissional p {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
}

.conteudo-profissional2 h2 {
    text-align: right;
    font-size: 60px;
    font-weight: 800;
}

.conteudo-profissional2 p {
    text-align: right;
    font-size: 25px;
    font-weight: 600;
}

.conteudo-profissional2 img {
    width: 100%;
    margin-bottom: 30px;
}


#banner-formacao-evento {
    border-radius: 50px;
    margin: 30px;
    padding: 50px;
    background: url("../images/evento-formacao.png") no-repeat;
    background-size: cover;
    width: auto;
    height: 558px;
    flex-shrink: 0;
}

#banner-formacao-evento h1 {
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#banner-formacao-evento p {
    width: 100%;
    /*padding-left: 25%;*/
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto;
    display: block;
}


#banner-formacao {
    border-radius: 50px;
    /* margin: 30px;
    padding: 50px; */
    background-size: cover;
    width: auto;
    height: auto !important;
    flex-shrink: 0;
    background-position: top right;
}

#banner-formacao h1 {
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#banner-formacao p {
    width: 1252px;
    /*padding-left: 25%;*/
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto;
    display: block;
}


#banner-principal-secundaria {
    border-radius: 50px;
    margin: 30px;
    padding: 50px;
    background: url("../images/banner1.png") no-repeat;
    background-size: cover;
}

#banner-principal-secundaria h1 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 50px;
    text-align: center;
}

#banner-principal-secundaria p {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.conteudo-profissional3 h2 {
    text-align: left;
    font-size: 55px;
    font-weight: 800;
}

.conteudo-profissional3 p {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
}

.conteudo-profissional3 img {
    width: 100%;
}

.conteudo-formacao h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: left;
}

.conteudo-formacao img {
    width: 100%;
    margin-bottom: 30px;
}


.calendario {
    width: 100%;

    flex-shrink: 0;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.10);
    padding: 60px;
}

.calendario a {
    color: #fff;
}

.calendario h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.calendario b {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.calendario p {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.imagem-curso img {
    width: 100%;
    height: 400px;
    flex-shrink: 0;
}

.item-hover {
    display: block;
    border-radius: 30px;
    background: #2a3248;
    padding: 20px;
    margin-bottom: 30px;
}

.item-hover i {
    color: #2a3248;
    background: #fff;
    border-radius: 100%;
    padding: 30px;
    position: relative;
    float: left;
}

.item-hover h3 {
    margin-left: 15px;
    font-size: 30px;
    float: left;
}

.item-hover p {
    margin: 0;
    margin-left: 15px;
    font-size: 20px;
    padding: 0;
    float: left;
    width: 90%;
}

.item-hover:hover {
    background: #fff;
    color: #2a3248 !important;
}

.item-hover:hover i {
    background: #2a3248;
    color: #fff !important;
}

.item-hover i:hover {
    background: #2a3248;
    color: #fff;
}

.item-hover h3:hover {
    color: #2a3248;
}

.item-hover p:hover {
    color: #2a3248;
}

#especialistas p, #especialistas h2 {
    text-align: left;
}

.especialista-item {
    text-align: center;
    margin: 30px 0;
}

.especialista-item img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.especialista-item img.especialista-foto {
    border-radius: 50%;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.especialista-foto {
    filter: grayscale(100%) !important;
    transition: filter 0.3s ease !important;
    opacity: 0;
    animation: fadeInWithStyle 0.5s ease-in-out forwards;
    /* Garantir que o estilo seja aplicado imediatamente */
    will-change: filter;
    backface-visibility: hidden;
}

.agenda-foto {
    border-radius: 8% !important;
}

.meeting-mx-image {
    border-radius: 8% !important;
    filter: grayscale(100%) !important;
    transition: filter 0.3s ease !important;
    opacity: 0;
    animation: fadeInWithStyle 0.5s ease-in-out forwards;
    /* Garantir que o estilo seja aplicado imediatamente */
    will-change: filter;
    backface-visibility: hidden;
}

@keyframes fadeInWithStyle {
    0% {
        opacity: 0;
        filter: grayscale(100%);
    }
    100% {
        opacity: 1;
        filter: grayscale(100%);
    }
}

.meeting-mx-image:hover {
    filter: grayscale(0%);
}

.especialista-item h4 {
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 10px;
    font-size: 22px !important;
}

.especialista-item p {
    text-align: center !important;
    display: block;
}

.area-profissinal p {
    text-align: center;
}

.area-profissinal img {
    width: 100%;
}

.botao-inscricao-site {
    margin: 30px 0;
    text-align: center;
    padding: 0 15px;
}

.botao-inscricao-site a {
    display: inline-block;
    background-color: #fff;
    border-radius: 60px;
    width: 100%;
    max-width: 1150px;
    margin: 15px auto;
    font-size: 50px;
    font-weight: 700;
    color: #050F28;
    text-align: center;
    padding: 20px 30px;
    word-wrap: break-word;
    white-space: normal;
    transition: all 0.3s ease;
}

.botao-inscricao-site a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/*página de pacientes*/
.bg-pacientes {
    background: url("../images/banner-pacientes.png") no-repeat;
    height: 998px !important;
    background-size: cover;
}

.bg-profissional {
    background: url("../images/banner-profissionais.png") no-repeat;
    background-size: cover;
}

.bg-meeting-mx {
    background: url("../images/meeting-mexico.png") no-repeat;
    background-size: cover;
    filter: grayscale(100%) brightness(0.7);
}

.bg-formacao {
    background: url("../images/banner-formacao.png") no-repeat;
    height: 998px !important;
}

.item-pacientes-hover {
    display: block;
    border-radius: 50px;
    background: #2a3248;
    padding: 25px 30px;
    margin-bottom: 30px;
}

.item-pacientes-hover h3 {
    text-align: center;
}

.item-pacientes-hover:hover {
    background: #fff;
    color: #2a3248 !important;
}

.background-none {
    background: none;
}

.background-none:hover {
    background: none;
    color: #fff !important
}

.conteudo-paciente h2 {
    text-align: center;
    font-size: 55px;
    font-weight: 800;
}

.item-hover-pacientes2 {
    display: block;
    min-height: 300px;
    border-radius: 30px;
    background: #2a3248;
    padding: 30px 20px;
    margin: 10px;
    text-align: left;
}

.item-hover-pacientes2 i {
    color: #2a3248;
    background: #fff;
    font-size: 50px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 20px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-weight: 100;
    font-family: "FontAwesome";
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.item-hover-pacientes2 p {
    margin: 10px 0;
    font-size: 20px;
    padding: 0;
    display: block;
    text-align: left;
    overflow: hidden;
}

.item-hover-pacientes2:hover {
    background: #fff;
    color: #2a3248 !important;
}

.item-hover-pacientes2:hover i {
    background: #2a3248;
    color: #fff !important;
}

.item-hover-pacientes2 i:hover {
    background: #2a3248;
    color: #fff;
}

.item-hover-pacientes2 p:hover {
    color: #2a3248;
}

.titulo-pacientes {
    color: #FFF;
    text-align: right;
    font-family: "Open Sans";
    font-size: 60px !important;
    font-style: normal;
    font-weight: 800 !important;
    line-height: normal;
}

a.botao-inscricao-site-simples {
    float: right;
    background-color: #fff;
    border-radius: 60px;
    width: 400px;
    margin: 30px auto;
    font-size: 35px;
    font-weight: 700;
    color: #050F28;
    text-align: center;
    display: inline-block;
    padding: 15px 30px;
}

a.botao-inscricao-formacao {
    float: left;
    background-color: #fff;
    border-radius: 60px;
    width: 400px;
    margin: 30px auto;
    font-size: 40px;
    font-weight: 800;
    color: #050F28;
    text-align: center;
}

a.botao-inscricao-formacao.mx {
    width: 100% !important;
}

.lista-simples li {
    font-size: 30px;
    margin-bottom: 10px;
}

p.lh37 {
    color: #FFF;
    font-size: 25px;
    font-style: inherit;
    line-height: 35px;
}

h2.fs55 {
    font-size: 55px;
}

.left20px {
    position: relative;
    margin-left: 40px;
}

.section1_imagens_mobile {
    display: none;
}

.display_n_desktop {
    display: none;
}

/*página de formacao*/

.curso h2 {
    display: block;
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    text-align: left;
    margin: 30px 0 20px 0;
}

.curso p {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.curso i {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
}

.curso span {
    color: #fff;
    font-size: 20px;
    top: -7px;
    position: relative;
    font-weight: 400;
}

.curso b:first-child {
    top: 10px;
}

.curso b {
    top: -15px;
    position: relative;
    font-size: 30px;
    font-weight: bold;
}

.curso .icon-curso {
    width: 50px;
    float: left;
    margin: 0 20px 30px 0;
}

.curso .icon-curso img {
    width: 100%;
}

.pt-pb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.itens-formacao h2 {
    font-size: 60px;
    text-align: left;
    padding: 0;
    margin: 0;
}

.itens-formacao img {
    width: 100%;
    margin-bottom: 20px;
}

ul.lista-conteudo {
    padding-left: 30px;
    margin: 30px 0;
    list-style: disc;
}

ul.lista-conteudo ul {
    list-style: disc;
    padding-left: 30px;
}

ul.lista-conteudo li {
    font-size: 30px;
}

.item-pacientes-hover h4 {
    font-size: 30px;
    padding-bottom: 30px;
}

.item-pacientes-hover ul {
    padding: 0;
    margin: 0;
    list-style: disc;
    padding-left: 20px;
}

.item-pacientes-hover {
    font-weight: 700;
}

.conteudo-profissional3 h2 {
    padding-top: 0;
    margin-top: 0;
}

.lista-imagens-pb15 img {
    padding-bottom: 25px;
}

.text-l-0 h2, .text-l-0 p {
    text-align: left;
}

.text-l-0 h2 {
    margin-bottom: 10px;
}

.text-l-0 p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.central-titulo h2 {
    text-align: center;
}

.lh-ft-m li {
    font-size: 27px !important;
}

.lh-ft-m2 li {
    font-size: 29px !important;
    line-height: 39px;
}

.espacamento25 {
    display: block;
    margin-top: 75px;
}

.espacamento50 {
    display: block;
    margin-top: 150px;
}

#especialistas p {
    padding-bottom: 0;
}

h2.fs-40 {
    font-size: 40px;
}

h2.ta-c {
    text-align: center !important;
    display: block;
}

/*whatsapp*/
@keyframes pulse {
    10% {
        -moz-box-shadow: 0 0 0 0 #4dc247;
        box-shadow: 0 0 0 0 #4dc247
    }
    80% {
        -moz-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, .3);
        box-shadow: 0 0 0 0 transparent
    }
}

.fixed-whatsapp-icon {
    bottom: 20px !important;
    left: inherit;
    right: 25px;
}

.fixed-whatsapp-icon {
    position: fixed;
    z-index: 8003;
    background: #2fc400;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-whatsapp-icon {
    animation: pulse 1s infinite;
}

.fixed-whatsapp-icon a i {
    color: #fff;
    border-radius: 50%;
    display: table;
    width: 65px;
    height: 65px;
    font-size: 35px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .24);
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#flotoante {
    position: absolute;
    left: -35000px;
    width: 2000px;
}

@media (min-width: 992px) and (max-width: 1170px) {
    .container {
        max-width: 960px;
    }

    .logomarca img {
        width: 300px;
    }

    .logomarca-footer img {
        padding: 0;
        margin-left: 0;
        width: auto;
    }

    .titulo2 {
        font-size: 50px;
    }

    .subtitulo {
        font-size: 35px;
    }

    #banner-principal {
        padding: 80px 0;
    }

    #banner-principal h1 {
        font-size: 50px;
    }

    #banner-principal p {
        font-size: 50px;
    }

    .icones-header img {
        width: 300px;
    }

    .item-home {
        padding: 80px 0;
        margin: 20px;
        font-size: 20px;
    }

    a div.item-home {
        font-size: 40px;
    }

    .banner-secundario {
        padding: 80px 0;
    }

    .banner-secundario h1 {
        font-size: 60px;
    }

    .banner-secundario p {
        font-size: 30px;
    }

    .item-hover-pacientes2 {
        min-height: 280px;
    }
}

@media (min-width: 700px) and (max-width: 991px) {
    .container {
        max-width: 720px;
    }

    .logomarca img {
        width: 250px;
    }

    #banner-principal {
        padding: 60px 0;
        margin: 15px;
    }

    #banner-principal h1 {
        font-size: 40px;
        padding: 0 20px;
    }

    #banner-principal p {
        font-size: 25px;
        padding: 0 20px;
    }

    .item-home {
        padding: 60px 0;
        margin: 15px;
    }

    a div.item-home {
        font-size: 15px;
    }

    footer {
        margin: 15px;
        padding: 30px 0;
        min-height: auto;
    }

    .logomarca-footer img {
        width: 400px;
        height: 60px;
        margin-left: 0;
        margin: 0 auto;
        display: block;
    }

    .info-rodape {
        text-align: center;
        margin-top: 30px;
    }

    .info-rodape li {
        font-size: 18px;
    }

    .icone {
        margin: 0 auto;
    }

    .banner-secundario {
        padding: 60px 0;
        margin: 15px;
    }

    .banner-secundario h1 {
        font-size: 40px;
        padding: 0 20px;
    }

    .banner-secundario p {
        font-size: 25px;
        padding: 0 20px;
    }

    .icones-banner-pgs img {
        width: 200px;
    }

    .item-hover p {
        width: 80%;
    }

    .titulo2 {
        margin-bottom: 10px;
        font-size: 40px;
    }

    .subtitulo2 {
        font-size: 20px;
    }

    .espacamento25, .espacamento50 {
        margin: 0;
    }

    .botao-inscricao-site a {
        width: 100%;
        max-width: 500px;
    }

    .icones-header {
        gap: 15px;
    }

    .icones-header img {
        width: 250px;
    }

    .item-hover-pacientes2 {
        min-height: 260px;
        padding: 25px 15px;
    }

    .item-hover-pacientes2 i {
        width: 50px;
        height: 50px;
        font-size: 25px;
        padding: 12px;
    }

    .item-hover-pacientes2 p {
        font-size: 18px;
    }
}

@media (max-width: 699px) {
    .display_n_desktop {
        display: block !important;
    }

    .display_n_mobile {
        display: none !important;
    }

    .container {
        max-width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }

    img.logo_padrao {
        display: none !important;
    }

    .logo_icon {
        display: block !important;
        width: auto !important;
    }

    .itens-menu {
        text-align: right;
        margin-top: 0px;
    }

    .menu ul {
        margin-left: 0;
        padding-left: 0;
    }

    .menu ul ul {
        margin-left: 0;
        padding-left: 10px;
    }

    .menu-pais ul {
        margin-right: 10px;
        padding-left: 10px;
    }

    .menu ul {
        padding-top: 0;
        margin: 0;
    }

    .menu ul li a {
        font-size: 15px;
        display: block;
        padding: 10px 0;
    }

    .menu-pais img {
        height: 50px;
        margin-top: -10px;
    }


    #banner-principal {
        padding: 40px 15px;
        margin: 15px;
        text-align: center;
    }

    #banner-principal h1 {
        font-size: 30px;
        text-align: center;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    #banner-principal p {
        font-size: 24px;
        text-align: center;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    #banner-formacao-evento {
        background: url("../images/evento-formacao-mobile.png") no-repeat;
    }

    .item-home {
        padding: 40px 0;
        margin: 15px;
        background-size: cover;
        background-position: center;
        min-height: 120px;
    }

    .item-home a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        font-size: 10px;
        padding: 0 15px;
        line-height: 1.2;
    }

    #patrocinio {
        padding: 20px 15px;
        margin: 15px;
    }


    #patrocinio img {
        max-width: 220px;
        padding-bottom: 15px;
    }

    footer {
        margin: 15px;
        padding: 20px 15px;
        min-height: auto;
        text-align: center;
    }

    .footer-conteudo {
        padding: 20px 0;
    }

    .logomarca-footer img {
        width: 300px;
        height: 45px;
        margin: 0 auto 30px;
        display: block;
    }

    .info-rodape {
        text-align: center;
        margin-top: 20px;
    }

    .info-rodape ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 0;
        margin: 0;
    }

    .info-rodape li {
        font-size: 16px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        justify-content: center;
    }

    .info-rodape li i {
        display: none;
    }

    .info-rodape li .texto {
        text-align: center;
    }

    .info-rodape li b {
        font-size: 18px;
        margin-bottom: 5px;
        display: block;
    }

    .copy {
        padding: 15px;
        padding-top: 30px;
    }

    .copy p {
        font-size: 16px;
    }

    .subtitulo2 {
        font-family: "Open Sans";
        font-weight: 600;
        font-size: 16px !important;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        margin: 0;
        padding: 0 15px;
    }

    .banner-secundario {
        padding: 40px 15px;
        margin: 15px;
        text-align: left !important;
    }

    .banner-secundario .row-banner {
        justify-content: left;
    }

    .banner-secundario h1 {
        font-size: 28px;
        text-align: left;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .banner-secundario p {
        font-size: 20px;
        text-align: left;
        padding: 0 15px;
    }

    .icones-banner-pgs {
        margin-bottom: 20px;
    }

    .icones-banner-pgs img {
        width: 180px;
        margin: 0;
        display: block;
    }

    .conteudo-profissional h2,
    .conteudo-profissional2 h2,
    #banner-principal-secundaria h1,
    .conteudo-profissional3 h2,
    #especialistas h2,
    .conteudo-paciente h2 {
        font-size: 28px;
        padding: 0 15px;
    }

    .conteudo-profissional p,
    .conteudo-profissional2 p,
    #banner-principal-secundaria p,
    .conteudo-profissional3 p,
    #especialistas p {
        font-size: 16px;
        padding: 0 15px;
    }

    .item-hover p {
        width: 100%;
        font-size: 16px;
        padding: 0 15px;
        margin-left: 0px;
    }

    header {
        margin: 15px;
    }

    .titulo2 {
        margin-bottom: 10px;
        font-size: 32px;
        padding: 0 15px;
    }

    .conteudo-profissional3 img {
        display: none;
    }

    .botao-inscricao-site {
        margin: 20px 0;
        padding: 0 10px;
    }

    .botao-inscricao-site a {
        font-size: 24px;
        padding: 15px 20px;
        max-width: 100%;
        line-height: 1.3;
        margin: 10px auto;
    }

    .espacamento25, .espacamento50 {
        margin: 0;
    }

    .fixed-whatsapp-icon {
        width: 50px;
        height: 50px;
    }

    .fixed-whatsapp-icon a i {
        width: 50px;
        height: 50px;
        font-size: 28px;
    }

    .bg-padrao-footer{
        margin-top: 30px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .bg-padrao {
        margin-top: 30px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .bg-evento-pacientes {
        margin-top: 30px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        background: url(../images/bg-evento-mobile.png) no-repeat;
    }

    .bg-padrao .container {
        padding: 0 10px;
    }

    .bg-padrao .row {
        margin: 0 -10px;
    }

    .bg-padrao .col-xs-12 {
        padding: 0 10px;
    }

    .bg-padrao h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .bg-padrao p {
        font-size: 20px;
        line-height: 1.5;
    }

    .bg-padrao img {
        max-width: 100%;
        height: auto;
        margin: 10px 0;
    }

    .bg-padrao .pt-pb-50 {
        padding: 20px 0;
    }

    .especialista-item {
        text-align: center;
        margin: 15px 0;
        padding: 0 10px;
    }

    .especialista-item img {
        max-width: 250px;
        margin: 0 auto;
        display: block;
    }

    .especialista-item h4 {
        font-size: 18px;
        margin: 8px 0;
    }

    .especialista-item p {
        font-size: 14px;
    }

    a.botao-inscricao-site-simples {
        max-width: 250px;
        margin: 15px auto;
        font-size: 20px;
        padding: 10px 15px;
    }

    .destaque {
        width: 456px !important;
        max-width: 100%;
        object-fit: contain;
    }

    .descricao-fomacao-2 {
        font-size: 20px !important;
        padding: 0 10px;
    }

    .descricao-fomacao-2 b {
        font-size: 20px !important;
    }

    #curro-destaque .container {
        padding: 15px 0;
    }

    #curro-destaque .col-xs-12 {
        margin-bottom: 20px;
    }

    .calendario {
        padding: 20px 15px;
        border-radius: 20px;
    }

    .calendario h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .calendario p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .curso .icon-curso {
        width: 35px;
        margin: 0 10px 15px 0;
    }

    .curso span {
        font-size: 14px;
    }

    .curso b {
        top: -8px;
    }

    #modulos-formacao .titulo2-formacao {
        font-size: 24px;
        padding: 0 10px;
    }

    #modulos-formacao .descricao-fomacao {
        font-size: 16px;
        padding: 0 10px;
    }

    a.botao-inscricao-formacao {
        max-width: 250px;
        font-size: 20px;
        padding: 10px 15px;
    }

    #transformacion-vida .subtitulo-fomacao {
        font-size: 24px;
        padding: 0 10px;
    }

    #transformacion-vida .descicao {
        font-size: 16px;
        padding: 0 10px;
    }

    a div.item-home {
        font-size: 25px;
    }

    .ajusta_endereco i {
        padding-top: 15px;
        font-size: 40px;
        position: relative;
        top: 0px;
        left: 10px;
    }

    .ajusta_endereco p {
        font-size: 35px !important;
    }

    .imagem-fundo {
        content: url("../images/bg-footer-mobile.png");
    }

    .bg-pacientes {
        background: url("../images/banner-pacientes-mobile.png") no-repeat;
        background-size: cover;
        background-position: center;
        height: auto !important;
    }

    .bg-profissional {
        background: url("../images/banner-profissionais-mobile.png") no-repeat;
        background-size: cover;
        background-position: center;
        height: auto !important;
    }

    .bg-formacao {
        background: url("../images/banner-formacao-mobile.png") no-repeat;
        background-size: cover;
        background-position: center;
        height: auto !important;
    }

    #banner-principal-secundaria {
        background: url("../images/banner1-mobile.png") no-repeat;
        background-size: cover;
        background-position: center;
    }

    .section1_imagens_mobile {
        display: block;
        width: 100%;
        text-align: center;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 20px 0;
    }

    .section1_imagens_mobile .col-xs-4 {
        display: inline-block;
        width: auto;
        margin-right: 10px;
    }

    .section1_imagens_mobile img {
        display: inline-block;
        width: 120px;
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }

    #img-mobile-1 {
        margin-right: -10px;
    }

    #img-mobile-3 {
        margin-left: -10px;
    }


    .display_n_mobile {
        display: none;
    }

    .bg-evento-profissional {
        background: url("../images/bg-evento-profissional-mobile.png") no-repeat;
        background-size: cover;
        background-position: center;
        margin: 15px;
        padding: 20px 0;
    }

    .area-profissinal img[src="assets/images/imagem-pg-profissionais-10.png"] {
        content: url("../images/imagem-pg-profissionais-10-mobile.png");
    }

    .icones-header {
        padding: 0 15px;
    }

    .icones-header img {
        width: 30%;
        max-width: 120px;
        height: auto;
    }

    .logo-mx-meeting {
        max-width: 200px !important;
    }

    .ajusta_endereco img {
        width: 30px;
        height: auto;
        display: block !important;
        margin: 0 auto;
    }

    .ajusta_endereco .col-sm-2 {
        width: 20%;
        display: block !important;
    }

    .menu-pais ul li a {
        font-size: 0;
        visibility: hidden;
    }

    .menu-pais ul li a img {
        visibility: visible;
        margin-right: 0;
    }

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

@media (min-width: 700px) {
    .display_n_desktop {
        display: none !important;
    }

    .display_n_mobile {
        display: block !important;
    }
}

#conteudo-pacientes-2 {
    padding: 20px 0;
}

#conteudo-pacientes-2 h2 {
    font-size: 55px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
}

#conteudo-pacientes-2 p {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media (max-width: 699px) {

    #menu .col-sm-2 {
        width: 20%;
    }

    #menu .col-sm-10 {
        width: 80%;
    }

    a.botao-inscricao-topo {
        width: 120px;
        font-size: 18px;
    }

    #conteudo-pacientes-2 {
        padding: 15px 0;
    }

    #conteudo-pacientes-2 h2 {
        font-size: 24px;
        margin-bottom: 20px;
        padding: 0 15px;
        line-height: 1.3;
        font-weight: 700;
    }

    #conteudo-pacientes-2 p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
        padding: 0 15px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    a div.item-home {
        font-size: 25px;
    }

    /*pagina pacientes*/
    .display_n_desktop {
        display: block;
    }

    .display_n_mobile {
        display: none;
    }

    .conteudo-profissional3 {
        position: relative;
        z-index: 1;
        padding: 20px 0;
        background-size: cover;
        background-position: center;
        margin: 15px;
        border-radius: 50px;
    }

    .conteudo-profissional3 .container {
        position: relative;
        z-index: 2;
        padding: 20px 15px;
    }

    .conteudo-profissional3 img {
        display: none;
    }

    .bg-evento-pacientes-2 {
        background: url("../images/bg-evento-pacientes-mobile.png") no-repeat;
        height: 300px !important;
    }

    .bg-evento-pacientes-2 h2{
        font-size: 40px !important;
    }

    .conteudo-profissional3 h2,
    .conteudo-profissional3 p,
    .conteudo-profissional3 .descicao {
        position: relative;
        z-index: 2;
        color: #fff;
        text-align: left;
        padding: 0;
        margin-bottom: 15px;
        font-size: 20px !important;
    }

    .section1_imagens_mobile {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0;
        margin: 20px 0;
        gap: 5px;
        position: relative;
        z-index: 2;
    }

    .section1_imagens_mobile .col-xs-4 {
        flex: 0 0 auto;
        width: 30%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section1_imagens_mobile img {
        width: 100%;
        max-width: 80px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .titulos_mobile h3.subtitulo {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .titulos_mobile h2.titulo2 {
        font-size: 30px;
    }
    
    .bg-evento-pacientes {
        height: auto !important;
    }

    .titulos_mobile .item-pacientes-hover {
        max-width: 380px;
        margin: 10px auto;
    }

    .titulos_mobile .item-pacientes-hover h3 {
        font-size: 30px;
    }

    .titulos_mobile2 h2.titulo {
        font-size: 30px !important;
    }

    .titulos_mobile2 p {
        font-size: 20px;
    }

    .item-hover-pacientes2 {
        min-height: 30px;
    }

    .titulos_mobile2 .item-hover-pacientes2 {
        text-align: left;
    }

    .titulos_mobile2 .item-hover-pacientes2 i {
        font-size: 30px;
        width: 50px;
        height: 50px;
        text-align: left;
        margin: 0;
        display: block;
        padding: 10px;
        border-radius: 50%;
        background: #fff;
        color: #2a3248;
        float: left;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .titulos_mobile2 .item-hover-pacientes2 p {
        clear: both;
        padding-top: 10px;
    }

    .ajuste_c_mobile {
        padding: 20px !important;
    }

    .ajuste_c_mobile h1 {
        font-size: 30px !important;
    }

    .ajuste_c_mobile p {
        font-size: 16px !important;
    }

    /* .titulos_mobile p {font-size: 30px !important;} */
    .endereco_mobile iframe {
        height: 350px;
    }

    .padd-top-30 {
        margin-top: 10px !important;
        font-size: 50px !important;
    }

    .ajusta_endereco .col-sm-2 {
        width: 20%;
    }

    .ajusta_endereco .col-sm-10 {
        width: 78%;
    }


    .bg-lipedema-1 {
        padding: 0;
    }

    .bg-lipedema-1 p {
        padding-bottom: 20px;
    }

    .pdt-30px {
        padding-top: 20px;
    }

    .banner-principal-secundaria-mobile {
        padding: 50px 10px !important;
    }

    .banner-principal-secundaria-mobile h1 {
        font-size: 36px !important;
    }

    .banner-principal-secundaria-mobile p {
        font-size: 36px !important;
    }

    #especialistas h2, .ajsute-mobile-profissional h2 {
        font-size: 40px;
    }

    #especialistas p, .ajsute-mobile-profissional p {
        font-size: 20px;
    }

    .bg-lipedema-2 {
        padding: 20px 0;
    }

    .bg-lipedema-2 h2 {
        margin-top: -50px;
    }

    .item-hover i {
        font-size: 50px;
        padding: 20px;
        margin: 20px;
    }

    .item-hover h3 {
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
    }

    .especialista-item p {
        font-size: 18px !important;
    }

    .ajsute-mobile-profissional2 h2 {
        font-size: 40px;
    }

    .ajsute-mobile-profissional2 p {
        font-size: 20px;
    }

    /*formacao*/
    #banner-formacao h1 {
        font-size: 40px;
    }

    .ajsute-mobile-formacao1 h2 {
        font-size: 30px;
    }

    .ajusta-h2 {
        font-size: 30px !important;
    }

    .ajusta-p {
        font-size: 20px !important;
    }

    #transformacion-vida p {
        text-align: left !important;
    }

    #banner-formacao-evento {
        height: auto !important;
        text-align: center !important;
        width: 94%;
        margin: 0;
    }

    #banner-formacao-evento h1 {
        font-size: 30px;
        text-align: center;
    }

    #banner-formacao-evento p {
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 480px) {

    #menu .col-sm-2 {
        width: 20%;
    }

    #menu .col-sm-10 {
        width: 80%;
    }

    .logomarca img {
        margin: 0 auto !important;
        display: block;
        width: 200px !important;
    }

    #conteudo-pacientes-2 {
        padding: 10px 0;
    }

    #conteudo-pacientes-2 h2 {
        font-size: 20px;
        margin-bottom: 15px;
        padding: 0 10px;
        line-height: 1.2;
    }

    #conteudo-pacientes-2 p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 12px;
        padding: 0 10px;
    }

    a div.item-home {
        font-size: 25px;
    }
}

@media (max-width: 500px) {
    .item-home {
        border-radius: 15px;
    }
}

@media (max-width: 699px) {
    .bg-evento-pacientes {
        background: url("../images/bg-evento-mobile.png") no-repeat;
        background-size: cover;
        background-position: center;
        margin: 15px;
        padding: 20px 0;
    }
}

.bg-grafismo-1 {
    position: relative;
    z-index: 1;
}

.bg-grafismo-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg-grafismo-1.png") no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: -1;
    opacity: 0.8;
}

.conteudo-profissional3 {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    background-size: cover;
    background-position: center;
    margin: 15px;
    border-radius: 50px;
}

.bg-grafismo-2 {
    position: relative;
    z-index: 1;
}

.bg-grafismo-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg-grafismo-2.png") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.8;
}

.ajusta_endereco img {
    width: 50px;
    height: 60px;
}

@media (min-width: 700px) {
    .ajusta_endereco img {
        width: 75px;
        height: auto;
    }
}

/* Carousel Text Styles */
.carousel-caption h1 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 60px;
    text-align: left !important;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.carousel-caption p {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    text-align: left !important;
    position: relative;
    z-index: 1;
}

@media (max-width: 699px) {
    #carouselDashboard .carousel-caption {
        top: 40% !important;
        left: 20% !important;
        right: 0% !important;
        padding: 0 15px !important;
        object-position: left;
    }

    .carousel-foracao {
        object-position: right !important;
    }

    .carousel-descricao {
        width: 100vw;
        margin-left: 20vw;
    }

    .carousel-caption h1 {
        font-size: 24px;
        text-align: center !important;
        padding: 0 15px;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .carousel-caption p {
        font-size: 16px;
        text-align: center !important;
        padding: 0 15px;
        line-height: 1.4;
    }

    .lip-experts-logo {
        max-width: 150px;
        margin: 0 auto 15px !important;
    }
    
    .carousel-caption .d-flex {
        flex-direction: column;
        align-items: center !important;
    }
    
    .carousel-caption .me-3 {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
}

/* Lip Experts Logo Styles */
.lip-experts-logo {
    max-width: 300px;
    height: auto;
    margin-left: 200px !important;
}

@media (max-width: 699px) {
    .lip-experts-logo {
        max-width: 150px;
    }
    
    .carousel-caption .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }
    
    .carousel-caption .me-3 {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .menu ul ul {
        left: -120px;
    }

    .botao-inscricao-topo {
        display: none !important;
    }
}

.card-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto !important;
}

.sponsor-logo {
    max-height: 50px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}
.sponsors-carousel {
    padding: 20px 0;
    background: transparent;
    max-width: 1170px;
    margin: 0 auto 32px;
    width: 100%;
}
.sponsors-carousel-container {
    overflow: visible;
}
.sponsors-carousel .swiper-wrapper {
    transition-timing-function: linear !important;
    will-change: transform;
}
.sponsors-carousel .swiper-slide {
    transition: transform 0.1s ease;
}
@media (max-width: 700px) {
    .sponsors-carousel {
        max-width: 95vw;
        padding: 10px 0;
        margin: 0 auto 24px;
    }
    .sponsor-logo {
        max-height: 32px;
    }
}

/* Fernandes Medeiros Signature */
.fernandes-signature {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 10px 0;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.fernandes-signature:hover {
    opacity: 1;
}

.fernandes-signature a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
    font-weight: 300;
}

.fernandes-signature img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    border-radius: 3px;
}

.fernandes-signature span {
    font-size: 10px;
    color: #cccccc;
}

@media (max-width: 768px) {
    .fernandes-signature {
        margin-top: 15px;
        padding: 8px 0;
    }
    
    .fernandes-signature a {
        font-size: 11px;
    }
    
    .fernandes-signature img {
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }
    
    .fernandes-signature span {
        font-size: 10px;
    }
}