/*## FONTES ##*/

@font-face {
    font-family: 'b1';
    src: url('fontes/b1.woff2') format('woff2'),
         url('fontes/b1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'b2';
    src: url('fontes/b2.woff2') format('woff2'),
         url('fontes/b2.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*## GERAIS ##*/
.elementor-element {
    padding: 0;
}

.fonteh1, .title-epac h1 {
    font-family: 'b1' !important;
}

.fonteh2, .subtitle-epac h2 {
    font-family: 'b2' !important;
}

div#box-title {
    padding: 70px 0 30px 0;
}

div#box-title  .e-con.e-flex>.e-con-inner {
    gap: 5px;
}

#gallery-1 img {
    border: 0!important;
}

/*##  HEADER ##*/
div#page {
    padding-top: 160px;
}

svg#balls {
    width: 100%;
    height: 100%;
}

#menudesk ul.sub-menu {
    width: fit-content!important;
    min-width: 175px!important;
    border-radius: 40px!important;
    box-shadow: 0px 20px 20px -22px #bdbdbd!important;
}

#menudesk .menu-item {
    border: 0!important;
}

#menudesk .menu-item a {
    padding: 10px 15px!important;
}

#menudesk .sub-menu .menu-item a {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
}



/*## HEADER ##*/

.elementor.elementor-21.fixo {
    position: fixed;
    width: 100%;
    top: -40px;
    transition: .2s;
}

.elementor.elementor-21 {
    position: fixed;
    top: 0;
    transition: .2s;
    width: 100%;
}


/*## BANNER FULL ##*/

.n2-ow {
    padding: 0 !important;
}

/*## Somos Jesuitas ##*/

.planejamento button {
    padding: 10px 25px 10px 0px !important;
    font-family: 'b1' !important;
    cursor: pointer;
}

#btn-epac .elementor-button-text{
    font-family: 'b1' !important;
    cursor: pointer;
}

.anime img {
    animation: floatAnimation 5s infinite alternate;
}

@keyframes floatAnimation {
    from {transform: translate(0,-30px)
             }
 
         65% {
         transform: translate(0,30px)
            }
 
         to {
         transform: translate(0,0px)
             }
 }
 
 
 /*## NOSSA ESTRUTURA ##*/

 #estrutura figcaption.elementor-image-carousel-caption {
    position: absolute;
    z-index: 999999;
    bottom: 0px;
    margin: 0 auto;
    left: auto;
    right: auto;
    min-height: 100%;
    color: #fff;
    width: 100%;
    align-content: end;
    padding-bottom: 20px;
    font-family: 'b2';
    border-radius: 20px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(31, 103, 176, 0.5522584033613445) 40%, rgba(31, 103, 176, 0.8183648459383753) 100%);
}