/*MENU*/
div#fixed-sociais:after {
    content: '';
    height: 100%;
    position: absolute;
    width: 1px;
    margin: auto;
    left: 0;
    right: 0;
    background: #89C9C8;
    top: 0;
    bottom: 0;
}

#iconClose {
    display: none;
}

/*SVG HOVER*/
.svg-icon a.elementor-icon svg:hover path, .svg-icon a.elementor-icon svg:hover rect {
    fill: #ffffff;
}
a.elementor-icon svg path, a.elementor-icon svg rect {
    transition: all .4s;
}

#icone-youtube a.elementor-icon svg:hover path:last-child {
    fill: #ffffff;
}

#icone-youtube a.elementor-icon svg:hover path:first-child, #iconClose a.elementor-icon svg:hover path  {
    stroke: #ffffff;
}


/*POPUP*/
.zp_menu_popup .dialog-lightbox-widget-content:before {
    content: '';
    background: url(https://fullarch.zyrgon.dev/wp-content/uploads/2025/02/Header_menu_holograma_dente.png);
    width: 30em;
    height: 30em;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.zp_menu_popup .dialog-lightbox-widget-content:after {
    content: '';
    background: url(https://fullarch.zyrgon.dev/wp-content/uploads/2025/02/Header_menu_elemento_marca.svg);
    width: calc((100vw - 1140px) / 2);
    height: 100%;
    position: absolute;
    /* z-index: 9999999; */
    right: 0;
    bottom: 0;
    top: 0;
    background-size: auto;
    background-repeat: repeat-y !important;
    background-position: left center;
    background-repeat: no-repeat;
    
}
.zp_menu_popup .dialog-lightbox-widget-content{
    box-shadow: none;
}
.zp_menu_popup .dialog-lightbox-widget-content:after, .zp_menu_popup .dialog-lightbox-widget-content:before{
    transition: all .4s;
}


/*footer*/
@media screen and (min-width:1025px) {
    div#footer-contain:after {
        content: '';
        width: calc((100vw - 1140px)/2 - 5em);
        height: 100%;
        position: absolute;
        right: 0;
        background: url('https://fullarch.zyrgon.dev/wp-content/uploads/2025/02/footer_elemento_da_marca.svg');
        background-position: left;
        background-repeat: no-repeat;
        background-size: auto;
        background-repeat: repeat-y !important;
    }

}

#menu-footer ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 3em;
}



.banner-home {
    position: relative; /* Mantém a estrutura do :after dentro do contexto */
    z-index: 1; /* Garante que esteja abaixo do .header-background */
}

.banner-home:after {
    content: "";
    width: 945px;
    height: 607px;
    position: absolute;
    right: 0;
    top: 110px;
    background: url('https://fullarch.zyrgon.dev/wp-content/uploads/2025/02/01_banner_header_implante.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    
    /* Forçar para trás de tudo */
    z-index: -1;

    transition: all .4s;
}

.header-background {
    position: relative; /* Mantém no topo da hierarquia */
    z-index: 10; /* Garante que fique acima de tudo */
    background: linear-gradient(180deg, #0D0D0D 0%, rgba(39, 39, 39, 0.00) 100%) !important;
}



@media screen and (max-width: 1024px) and (min-width:768px){
    .banner-home:after {
    width: calc(100vw - 50%)!important;;
}
}

.banner-home{
   transition: all .4s;

   
}

.banner-home:hover::after{
    background-image: 
        url('https://fullarch.zyrgon.dev/wp-content/uploads/2025/02/01_banner_header_implante.png'),
        url('https://fullarch.zyrgon.dev/wp-content/uploads/2025/02/01_banner_header_implante_brilho.png');

   
}
/*
.banner-home:before {
    content: '';
    height: 100%;
    background: url(https://fullarch.zyrgon.dev/wp-content/uploads/2025/02/01_background_linhas.png);
    width: 100vw;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: -1;
    left: 0;
    bottom: 0;
    position: absolute;
    top: 56%;
}
*/
#wp_container_dr > div {
    position: relative;
}


.wp_fullarch > div:After {
    content:"";
    position:absolute;
    width:110%;
    height:100%;
    max-width: 98vw;
    background: #242424;
    left:-50%;
    right:-50%;
    margin: auto;
    z-index: -1;
    box-shadow: 4px 4px 22.4px 0px #00000040;
    background-image: url(https://fullarch.zyrgon.dev/wp-content/uploads/2025/02/05_fundo_brilho.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;

    border-radius:15px;
    
}



@media screen and (max-width: 768px){
    .wp_fullarch > div:After {
        max-width: 100%;
    }
}

.wp_fullarch > div{
    position: relative;
}

div#wp_upcoming {
    background: linear-gradient(180deg, #272727 0%, #27272700 50%, #89c9c866 100%);
    overflow: hidden;
    
}



div#wp_upcoming #wp_upcoming_image:after {
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    background: url(https://fullarch.zyrgon.dev/wp-content/uploads/2025/02/06_fundo_dente_implante.png);
    left:45%;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: start;
}

div#wp_upcoming #wp_upcoming_image {
    position: relative;
    
}


#img_assinatura{
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#img_assinatura img{
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}


/*CAROUSEL*/
#carousel-cursos .elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute;
    top: -2em;
    right: 4em ;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

@media screen and (max-width: 767px){
    #carousel-cursos .elementor-swiper-button.elementor-swiper-button-prev {
        left: 0;
        right: auto;
    }
}

#carousel-cursos .elementor-swiper-button.elementor-swiper-button-next {
    position: absolute;
    top: -2em;
    right: 0em;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

#carousel-cursos .wp_carousel {
    overflow: hidden;
    position: relative;
}

#carousel-cursos .wp_carousel  a {
    transition: all .4s;
    transform-origin: center;
    background-size: 100%;
}

#carousel-cursos .wp_carousel:hover  a {
    background-size: 120%;
}
