.elementor-69 .elementor-element.elementor-element-7f0afe3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:999;}.elementor-69 .elementor-element.elementor-element-ca88e08{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-69 .elementor-element.elementor-element-b770f17 .elementor-icon-wrapper{text-align:center;}.elementor-69 .elementor-element.elementor-element-b770f17 .elementor-icon{font-size:43px;}.elementor-69 .elementor-element.elementor-element-b770f17 .elementor-icon svg{height:43px;}.elementor-69 .elementor-element.elementor-element-b770f17 .elementor-icon-wrapper svg{width:auto;}.elementor-69 .elementor-element.elementor-element-b770f17.elementor-element{--align-self:flex-start;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-69 .elementor-element.elementor-element-7f0afe3{--padding-top:40px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-69 .elementor-element.elementor-element-7f0afe3{--padding-top:10px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-69 .elementor-element.elementor-element-ca88e08{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-69 .elementor-element.elementor-element-b770f17 .elementor-icon{font-size:27px;}.elementor-69 .elementor-element.elementor-element-b770f17 .elementor-icon svg{height:27px;}.elementor-69 .elementor-element.elementor-element-b770f17{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-9927743 */@font-face{
 src: url("https://dralexandrecarlos.com.br/wp-content/uploads/2025/10/OpenSans-Regular.woff2");
 font-family: "OpenSans-Regular";
}
.nav-item.wpp{
    background: #25D366;
    padding: 10px 20px;
    border-radius: 100px;
    color: #111B21 !important;
    transition: .2s linear;
}
.nav-item:hover.wpp{
    transform: scale(1.04);
}
li {
    list-style: none;
}

.elementor-69 .elementor-element.elementor-element-9927743 a {
    color: #616656 !important;
    font-family: "OpenSans-Regular";
    font-weight: 700;
    text-decoration: none;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 0;
}
.nav-link {
    transition: .5s;
}

.nav-link:hover {
    color: #454545 !important;
}

.com-drop:after{
    content: url("https://dralexandrecarlos.com.br/wp-content/uploads/2025/10/icon-drop-2.svg");
    left: -10px;
    position: relative;
    top: -3px;
    left: 1px;
    transition: .25s linear;
}
.com-drop:hover:after{
    transform: rotate(45deg);
}

/* Botão MENU */
.hamburguer {
    display: none;
    cursor: pointer;
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 16px;
    padding: 5px 20px;
    background: #C5835D;
    color: #ffffff;
    width: 120px;
    border-radius: 100px;
    text-align: center;
    transition: 0.3s;
    z-index: 10000; /* 🔹 Adicionado para manter o botão acima do menu */
    position: relative; /* 🔹 Mantém a hierarquia correta */
}

@media (max-width: 1024px) {
    .hamburguer {
        display: block;
        top: 0px;
        right: 0px;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0px;
        gap: 0px;
        flex-direction: column;
        background: #ffffff;
        width: 100%;
        height: 100vh;
        justify-content: center;
        text-align: center;
        transition: 0.3s;
    }

    .nav-menu.active a {
        color: #454545 !important;
    }

    .nav-item {
        margin: 10px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    /* Animação no botão */
    .hamburguer.active {
        background: red;
    }
}
.sub-link{
    font-size: 1em !important;
    padding: 10px;
    border-radius: 10px;
    transition: .2s;
    white-space: nowrap !Important;
    
}
.sub-link:hover{
    background: #f0f1f3;
}

.dropdown {
    display: flex;
    flex-direction: column;
    position: absolute;
    transform: scaleY(0) !important;/**/
    top: 140%;
    width: auto;
    gap: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    transition: 0.2s ease-in-out;
    transform-origin: top;
    opacity: 0;/**/
    box-shadow: 0px 15px 15px 1px #00000040;
}

.nav-item:hover .dropdown,
.dropdown:hover {
    transform: scaleY(1) !important;
    opacity: 1;
    z-index: 999;
}

.dropdown li {
    margin-bottom: 5px;
}

.dropdown li:last-child {
    margin-bottom: 0;
}
.sub-link{
    display: flex;
    gap: 20px;
    padding: 5px;
    font-family: "OpenSans-Regular";
    text-align: start;
}
.sub-link:before{
        content: url("https://dralexandrecarlos.com.br/wp-content/uploads/2025/10/list_icon_sanf.svg");
        height: 10px;
        width: 10px;
        transform: scale(0.4);
    }
@media(max-width:1024px){
    .dropdown{
        background: #ffffff;
        border-radius: 11px;
        top: 55%;
        width: 90%;
        left: 20px !important;
    }
    .sub-link{
        white-space: normal !Important;
    }
    .sub-link a{
        color: #3e3e3e;
        z-index: 99999;
        top: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a6bcbf8 */.elementor-69 .elementor-element.elementor-element-a6bcbf8{
    display: none
}

@font-face{
 src: url("https://dralexandrecarlos.com.br/wp-content/uploads/2025/10/OpenSans-Regular.woff2");
 font-family: "Open Sans", Sans-Serif;
}

li {
    list-style: none;
}

.elementor-69 .elementor-element.elementor-element-a6bcbf8 a {
    color: #616656 !important;
    font-family: "Open Sans", Sans-Serif;
    font-weight: 600;
    text-decoration: none;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 0;
}

.nav-link {
    transition: .5s;
}

.nav-link:hover {
    color: red;
}

/* Botão MENU */
.hamburguer {
    display: none;
    cursor: pointer;
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 16px;
    padding: 5px 20px;
    background: #A5AA98;
    color: white;
    width: 120px;
    border-radius: 100px;
    text-align: center;
    transition: 0.3s;
    z-index: 10000; /* 🔹 Adicionado para manter o botão acima do menu */
    position: relative; /* 🔹 Mantém a hierarquia correta */
}

@media (max-width: 1024px) {
    .hamburguer {
        display: block;
        top: 0px;
        right: 0px;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0px;
        gap: 0px;
        flex-direction: column;
        background: #ffffff;
        width: 100%;
        height: 100vh;
        justify-content: center;
        text-align: center;
        transition: 0.3s;
    }

    .nav-menu.active a {
        color: #191960 !important;
    }

    .nav-item {
        margin: 10px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    /* Animação no botão */
    .hamburguer.active {
        background: red;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ca88e08 */.elementor-69 .elementor-element.elementor-element-ca88e08{
    padding: 24px 60px;
    border-radius: 104px;
    border: 1px solid #A5AA9824;
    background: #A5AA9814;
    backdrop-filter: blur(19.299999237060547px);
}
.elementor-sticky--effects{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #ffffff !Important;
}
@media(max-width:1366px){
    .elementor-69 .elementor-element.elementor-element-ca88e08{
        padding: 20px;
    }
}
@media(max-width:1024px){
.elementor-69 .elementor-element.elementor-element-ca88e08{
    padding: 20px;
    border-radius: 40px;
}
}
@media(max-width:767px){
    .elementor-69 .elementor-element.elementor-element-ca88e08{
        padding: 10px;
    }
}/* End custom CSS */