html {
  scroll-behavior: smooth;
	/*scroll-padding-top: 64px;*/
}

#header {
  position: sticky;
  top: 0;
  z-index: 2;
}

#header:after{
    width:100%;
    height: 100%;
    min-height:65px;
    background-color:rgba(255,255,255,.9);
    content:"";
    display: block;
    position:absolute;
    top:0;
    left:0;
    z-index: -1;
    backdrop-filter: blur(9px)
}


.btn-shadow {
	box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(249, 112, 21, 0.25) 0px 10px 15px -3px, rgba(249, 112, 21, 0.25) 0px 4px 6px -4px!important;
}

.sticky-block {
	display:none;
}
@media (max-width:767px) {
	.hide-mobile {
		display:none;
	}
	
	.sticky-block {
		display:flex;
	}
	
}

/*header > .wp-block-group{
	backdrop-filter:blur(24px);
}*/


/*!/app/themes/volcanic/assets/css/fonts.css*/
/*@font-face {
    font-family: "Gotham";
    font-weight: 100;
    font-style: normal;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamXLight.otf);
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    font-weight: 100;
    font-style: italic;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamXLightItalic.otf);
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    font-weight: 200;
    font-style: normal;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamThin.otf);
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    font-weight: 200;
    font-style: italic;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamThinItalic.otf);
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    font-weight: 300;
    font-style: normal;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamLight.otf);
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    font-weight: 300;
    font-style: italic;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamLightItalic.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    font-weight: 400;
    font-style: normal;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamBook.otf);
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    font-weight: 400;
    font-style: italic;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamBookItalic.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    font-weight: 500;
    font-style: normal;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamMedium.otf);
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    font-weight: 500;
    font-style: italic;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamMediumItalic.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    font-weight: 600;
    font-style: normal;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamBold.otf);
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    font-weight: 600;
    font-style: italic;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamBoldItalic.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    font-weight: 700;
    font-style: normal;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamBlack.otf);
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    font-weight: 800;
    font-style: normal;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamUltra.otf);
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    font-weight: 800;
    font-style: italic;
    src: url(/app/themes/volcanic/assets/css/fonts/GothamUltraItalic.otf);
    font-display: swap;
}*/

body {
    background-color: #fafafa;
}

html .editor-styles-wrapper,
.wp-theme-volcanic-pipedrive,
.the-blocks-theme {
    font-family: "Plus Jakarta Sans", sans-serif;
}
html .editor-styles-wrapper,
body.wp-theme-volcanic-pipedrive,
.the-blocks-theme{
    line-height: 1.5;
    font-size: 16px;
}

:focus {
	outline-width:2px;
	outline-color:#014726;
    outline-style: solid;
}

@media (max-width:767px) {
	.hide-mobile {
		display:none;
	}	
}

ul.wp-block-list, ol.wp-block-list {
	list-style-type: '✓';
	padding-left:1em;
}
.wp-block-list li {
	padding-left:.5em;
}
.wp-block-list li::marker {
	color:rgb(1, 71, 38);
    font-family: system-ui;
}

.inverse-ul.wp-block-list li::marker {
    color: #ffffff;
}

/*
* SLIDER
*/
.block-news,
.swiper-news {
    width: 100%;
}

.card,
.card * {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}
.card-thumb {
    margin-bottom: 40px;
    overflow: hidden;
}
.card-thumb,
.card-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    border-radius: 12px;
    background-color: var(--wp--preset--color--dark);
    transition: ease all 0.3s;
    object-fit: cover;
    object-position: center;
}

.card-title,
.card h3.card-title {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    line-height: 1.4;
    transition: ease all 0.3s;
    color: var(--wp--preset--color--primary);
    margin: 0 0 11px 0;
}

.card-description,
p.card-description {
    margin: 0;
}

.card-read-more,
.wp-content-container .card-read-more {
    margin-top: 16px;
    font-weight: 400;
    text-decoration: underline;
    transition: all ease 0.4s;
}

.card:hover .card-description,
.card:hover .card-read-more {
    color: var(--wp--preset--color--primary);
    text-decoration: none;
    transition: all ease 0.4s;
}

.card:hover img {
    transform: scale3d(1.05, 1.05, 1.05);
    transition: all ease 0.4s;
}

.swiper-pagination-news.swiper-pagination {
    position: static;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.swiper-pagination-news.swiper-pagination .swiper-pagination-bullet {
    background-color: rgb(255, 255, 255);
    opacity: 1;
}

.swiper-pagination-news.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--wp--preset--color--primary);
}

@media (max-width: 991px) {
    .swiper-slide.slide-card {
        width: 340px;
    }
}

/*
* Image Alçada Adaptável
*/

.wp-block-acf-image-alcada-adaptable {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 40%;
    overflow: hidden;
}

.wp-block-acf-image-alcada-adaptable img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

/*
* Casos D'èxit [TAB]
*/
.block-jobs {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.job-tab-item-logo {
    width: 100%;
    height: 105px;
    border-radius: 24px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

[data-click].job-tab-item-logo.active,
[data-click].job-tab-item-logo:hover {
    background-color: #f2f2f2;
}

[data-click].job-tab-item-logo.active .job-item-logo,
[data-click].job-tab-item-logo:hover .job-item-logo {
    filter: invert(1);
}

.tab-job-head {
    width: 180px;
    margin-right: 12%;
    min-width: 180px;
}

.job-item-logo {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: scale-down;
}

.tab-job-body {
    width: calc(88% - 180px);
    position: relative;
}

[data-target] {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 100px, 0);
    position: absolute;
    top: 0;
    right: 0;
}

[data-target].active {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    position: relative;
    top: auto;
    transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
    .tab-job-head {
        width: 100%;
        max-width: 100%;
        margin-right: 0%;
        flex-direction: row;
        display: flex;
    }

    .job-tab-item-logo {
        width: 181px;
        min-width: 181px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .tab-job-body {
        width: 100%;
        margin-top: 40px;
    }
}

.wp-embed-aspect-16-9 iframe {
    width:100%;
    height:auto;
    aspect-ratio:16/9;
}

.wp-block-kadence-image .kb-is-ratio-image img{
	object-fit:contain;
}

footer .hide-footer {
	display:none!important;
}
.logo-footer, .logo-footer img {
filter:brightness(0) invert(100%)
}
/* Neutraliza as regras do core em 600px */
@media ( min-width: 600px ) {
  .wp-block-navigation__responsive-container-open:not( .always-shown ) {
    display: flex;
  }
  body .wp-block-navigation__responsive-container:not( .hidden-by-default ):not( .is-menu-open ) {
    display: none;
  }
}

/* Aplica o novo breakpoint em 1200px */
@media ( min-width: 991px ) {
  .wp-block-navigation__responsive-container-open:not( .always-shown ) {
    display: none;
  }
  body .wp-block-navigation__responsive-container:not( .hidden-by-default ):not( .is-menu-open ) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto;
  }
}