

.top-banner-inicial-teste{
    position: relative;
}


@media(min-width:768px) and (max-width:1220px){
body:not(.home) .top-banner-inicial-teste  {

    -webkit-mask-size: cover!important;

}
    
    
}

@media(min-width:1024px){
     .top-banner-inicial-teste::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.80) 17.64%, rgba(255, 255, 255, 0.00) 84.86%);
    z-index: 2;

    
    max-width:calc(100% - 50px);
}

}

body.home .top-banner-inicial-teste {
    -webkit-mask-image: url(https://splw.zyrgon.dev/wp-content/uploads/2026/01/Mask-header-homepage-desktop.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: top center;
    -webkit-mask-repeat: no-repeat;
}

body:not(.home) .top-banner-inicial-teste  {
    -webkit-mask-image: url(https://splw.zyrgon.dev/wp-content/uploads/2026/02/Header-subpagina-mask-2.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: top center;
    -webkit-mask-repeat: no-repeat;
}


/* ===== Mobile (≤767px) ===== */
@media (max-width: 1024px) {
    /* Mask mobile */
    body.home .top-banner-inicial-teste {
        -webkit-mask-image: url(https://splw.zyrgon.dev/wp-content/uploads/2026/02/Mask-group-2.png)!important;
        -webkit-mask-size: cover;
        -webkit-mask-position: top center;
        -webkit-mask-repeat: no-repeat;
    }
    body:not(.home) .top-banner-inicial-teste  {
    -webkit-mask-image: url(https://splw.zyrgon.dev/wp-content/uploads/2026/02/Header-subpagina-mask-mobile.png);
    -webkit-mask-size: cover;
    -webkit-mask-position: top center;
    -webkit-mask-repeat: no-repeat;
}

    /* Hero sobe 35px para sobrepor o menu (Figma: hero y=60, menu height=95) */
    .top-banner-inicial-teste {
        margin-top: -35px !important;
    }

    /* Altura do hero = 398px (Figma mobile mask height) */
    .top-banner-inicial-teste .elementor-element-666b28c {
        min-height: 398px !important;
    }

    /* Padding para o conteúdo não ser cortado pela mask (Figma: text x=40) */
    .top-banner-inicial-teste .e-con-inner {
        padding: 0 20px 0 20px !important;
    }

    /* Gradiente para legibilidade do texto no mobile (esquerda→direita) */
    .top-banner-inicial-teste::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 40.55%, rgba(255, 255, 255, 0.00) 97.72%);
        z-index: 2;
    }
}

/* ===== Tablet (768px-1024px) ===== */
@media (min-width: 768px) and (max-width: 1024px) {
    .top-banner-inicial-teste {
        margin-top: -50px !important;
    }
}

/* Regra antiga de background-image removida - agora usa mask no .menu-principal */

/* certificações */

.certificacoes-banner{
    background: linear-gradient(73deg, rgba(255, 255, 255, 0.00) 7.22%, #FFF 50.56%, rgba(255, 255, 255, 0.00) 94.74%), #FF4500;
}


@media (min-width:1366px) and (max-width:1788px){
    .menu-principal:not(.elementor-sticky--active) .e-con {
       align-items: center;
    }
    .elementor-35 .elementor-element.elementor-element-a798db6 {
        width: 35%;
    }
}

@media (min-width:1300px) and (max-width:1650px){
    .menu-principal {
        top:-20px;
    }
}
@media (min-width:1024px) and (max-width:1299px){
    .menu-principal {
        top:-35px;
    }
}


@media (min-width:768px) and (max-width:1024px){
    .menu-principal .e-con-full{
        align-items: flex-end!important;
    }
}









.epis-popup {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 9999;
}

.epis-popup.active {
	display: block;
}
.epis-popup__grid {
    display: flex;
    gap: 40px;
        flex-direction: row;
}

.epis-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.6);
	
}

.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) .epis-popup__content {
	position: relative;
	background: #fff;
	max-width: 885px;
	    margin: 25vh auto;
	padding: 70px;
	border-radius:10px;
    background-image: linear-gradient(270deg, #F8F8F8 0%, #E9E9E9 100%)!important;
}
.epis-description{
    color: var(--Preto, #1A1A1A);
    margin-bottom:45px;

/* Urbanist/Desktop/P */
font-family: Urbanist;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}
.epis-description p{
    margin-bottom:0px;
}
.epis-popup__close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
	background: none;
	border: none;
	cursor: pointer;
	color:#000;
}
.epis-popup__close:hover{
    background-color:transparent;
    color:#000;
}
.epis-popup__gallery {
    max-width: 50%;
}
.epis-popup__gallery img {
	width: 100%;
	border-radius: 16px;
}

.epis-popup__info h2 {
    color: var(--Preto, #1A1A1A);
    /* Triakis/Desktop/H3 */
    font-family: "Triakis  Font";
    font-size: 28px;
    font-style: normal;
    font-weight: 750;
    line-height: 110%; /* 30.8px */
    text-transform: uppercase;
    margin:0px;
}

.epis-popup__info h3 {
    margin: 0px 0px 8px;
color: var(--Preto, #1A1A1A);

/* Triakis/Desktop/H4 */
font-family: "Triakis  Font";
font-size: 21px;
font-style: normal;
font-weight: 750;
line-height: 115%; /* 24.15px */
text-transform: uppercase;

}
.epis-aplicacoes{
color: var(--Preto, #1A1A1A);
/* Urbanist/Desktop/P */
font-family: Urbanist;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
margin-bottom:32px;
}

.epis-btn {
    margin-top:32px;
    color: var(--Schemes-On-Primary, #FFF);
    text-align: center;
    background: var(--Primaria-Laranja, #FF4500);
    border-radius: 100px;
    /* Urbanist/Desktop/H4 */
    font-family: Urbanist;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 29.4px */
    padding:12px 32px;
}
.epis-btn:hover{
    background-color:#000;
    text-align: center;
    color:#fff;
}

.swiper-button-next:after{
content:url(https://splw.zyrgon.dev/wp-content/uploads/2026/02/Button_wireframe-7.png);
}
.swiper-button-prev:after{
content:url(https://splw.zyrgon.dev/wp-content/uploads/2026/02/Button_wireframe-8.png);
    
}
@media (max-width:767px){
    
    .epis-popup__grid{
        flex-direction:column;
        gap:20px;
    }
    .epis-popup__content{
        margin:2vh 5vw;
         padding:30px 20px;
    }
    .epis-popup__gallery{
        max-width:100%;
       
    }
    .epis-description{
        margin-bottom:20px;
    }
    .epis-popup__info h2{
        font-size: 22px;
    }
    .epis-popup__close{
            top: -15px;
    right: -5px;
    }
}