:root {
    --inz-primary: #102335;
    --inz-secondary: #b0937d;
    --inz-accent: #feebda;
    --inz-gray: #787878;
    --inz-dark: #1d1d1b;
}

.wp-admin [data-block] {
    margin-left: auto;
    margin-right: auto;
}

.wp-admin [data-block].is-selected {
    border: 1px dashed #c0c0c0;
}

.wp-admin [data-block].has-child-selected {
    border: 1px dashed #e9e9e9;
}

.wp-admin .interface-interface-skeleton__editor {
	max-width: 100%;
}
.wp-admin .folded div[id*=header-block] {
	max-width: calc(100vw - 20px - 36px);
}
.wp-admin .edit-post-layout.is-sidebar-opened div[id*=header-block] {
	max-width: 100vw;
}
.wp-admin .folded .edit-post-layout.is-sidebar-opened div[id*=header-block] {
	max-width: calc(100vw - 20px - 280px - 36px);
}

.wp-admin .interface-interface-skeleton__content .container ul li a,
.wp-admin .interface-interface-skeleton__content article a {
    pointer-events: none;
    text-decoration: none;
}

.wp-admin .block-editor-block-list__layout {
    font-family: 'Avenir';
}

@media screen and (min-width: 960px) {
    .wp-admin .alignwide, 
    .wp-admin .alignfull {
            width:  100%;
            max-width:  100%;
    }
    .wp-admin .wp-block[data-align=full] {
        max-width: 100%;
    }
}

/* MARGIN TOP */

.m-t-5 {margin-top: 5px;}
.m-t-10 {margin-top: 10px;}
.m-t-15 {margin-top: 15px;}
.m-t-20 {margin-top: 20px;}
.m-t-25 {margin-top: 25px;}
.m-t-30 {margin-top: 30px;}
.m-t-35 {margin-top: 35px;}
.m-t-40 {margin-top: 40px;}
.m-t-45 {margin-top: 45px;}
.m-t-50 {margin-top: 50px;}
.m-t-55 {margin-top: 55px;}
.m-t-60 {margin-top: 60px;}
.m-t-65 {margin-top: 65px;}
.m-t-70 {margin-top: 70px;}
.m-t-75 {margin-top: 75px;}
.m-t-80 {margin-top: 80px;}
.m-t-85 {margin-top: 85px;}
.m-t-90 {margin-top: 90px;}
.m-t-95 {margin-top: 95px;}
.m-t-100 {margin-top: 100px;}
.m-t-130 {margin-top: 130px;}

/* MARGIN BOTTOM */

.m-b-5 {margin-bottom: 5px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-15 {margin-bottom: 15px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-25 {margin-bottom: 25px;}
.m-b-30 {margin-bottom: 30px;}
.m-b-35 {margin-bottom: 35px;}
.m-b-40 {margin-bottom: 40px;}
.m-b-45 {margin-bottom: 45px;}
.m-b-50 {margin-bottom: 50px;}
.m-b-55 {margin-bottom: 55px;}
.m-b-60 {margin-bottom: 60px;}
.m-b-65 {margin-bottom: 65px;}
.m-b-70 {margin-bottom: 70px;}
.m-b-75 {margin-bottom: 75px;}
.m-b-80 {margin-bottom: 80px;}
.m-b-85 {margin-bottom: 85px;}
.m-b-90 {margin-bottom: 90px;}
.m-b-95 {margin-bottom: 95px;}
.m-b-100 {margin-bottom: 100px;}
.m-b-130 {margin-bottom: 130px;}

/* PADDING TOP */

.p-t-5 {padding-top: 5px;}
.p-t-10 {padding-top: 10px;}
.p-t-15 {padding-top: 15px;}
.p-t-20 {padding-top: 20px;}
.p-t-25 {padding-top: 25px;}
.p-t-30 {padding-top: 30px;}
.p-t-35 {padding-top: 35px;}
.p-t-40 {padding-top: 40px;}
.p-t-45 {padding-top: 45px;}
.p-t-50 {padding-top: 50px;}
.p-t-55 {padding-top: 55px;}
.p-t-60 {padding-top: 60px;}
.p-t-65 {padding-top: 65px;}
.p-t-70 {padding-top: 70px;}
.p-t-75 {padding-top: 75px;}
.p-t-80 {padding-top: 80px;}
.p-t-85 {padding-top: 85px;}
.p-t-90 {padding-top: 90px;}
.p-t-95 {padding-top: 95px;}
.p-t-100 {padding-top: 100px;}
.p-t-120 {padding-top: 120px;}

/* PADDING BOTTOM */

.p-b-5 {padding-bottom: 5px;}
.p-b-10 {padding-bottom: 10px;}
.p-b-15 {padding-bottom: 15px;}
.p-b-20 {padding-bottom: 20px;}
.p-b-25 {padding-bottom: 25px;}
.p-b-30 {padding-bottom: 30px;}
.p-b-35 {padding-bottom: 35px;}
.p-b-40 {padding-bottom: 40px;}
.p-b-45 {padding-bottom: 45px;}
.p-b-50 {padding-bottom: 50px;}
.p-b-55 {padding-bottom: 55px;}
.p-b-60 {padding-bottom: 60px;}
.p-b-65 {padding-bottom: 65px;}
.p-b-70 {padding-bottom: 70px;}
.p-b-75 {padding-bottom: 75px;}
.p-b-80 {padding-bottom: 80px;}
.p-b-85 {padding-bottom: 85px;}
.p-b-90 {padding-bottom: 90px;}
.p-b-95 {padding-bottom: 95px;}
.p-b-100 {padding-bottom: 100px;}
.p-b-120 {padding-bottom: 120px;}

.top-80 {
    top: -80px;
    z-index: 1;
}

@media (max-width: 991px) {
    .top-80 {
        top: -40px;
    }
}

/* BUTTONS */

.btn-action,
.wp-block-button__link {
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.1em;
    text-align: center;
}

.btn-action {
    background-color: var(--inz-dark);
    color: var(--white);
}

.btn-action:hover,
.wp-block-button__link:hover {
    background-color: var(--inz-primary) !important;
    color: var(--white) !important;
}

.is-style-outline>.wp-block-button__link, .wp-block-button__link.is-style-outline {
    border-width: 1px;
    padding: 9px 20px;
}

@media (max-width: 575px) {
	.btn-action {
		padding: 15px 20px;
	}
}

/* TOP HOME */

div.block-hero {
    margin: 90px auto 0;
}

.block-hero.top-page:after {
    content: "";
    width: 50%;
    max-width: 1150px;
    height: 20px;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
}

.wp-admin div.block-hero .container {
    z-index: 1;
    position: relative;
}

.acf-block-body .acf-block-fields {
    z-index: 3;
}

.hero__overlay {
    background-color: var(--inz-dark);
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hero__outer {
	width: 100%;
	height: auto;
	padding: 40px 0;
	background-size: cover !important;
	color: var(--white);
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.block-hero.top-page .hero__outer {
    min-height: 220px;
    padding-bottom: 0;
}

.hero__inner {
    width: 95%;
    max-width: 700px;
}

.hero__outer h1,
.hero__outer h2,
.hero__outer .title {
    color: var(--white);
    font-size: 1.7em;
    font-weight: 600;
}

.hero__outer p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    div.block-hero {
        border-left: 25px solid var(--white); 
    }
    
    .hero__outer {
        min-height: 700px;
    }
    
    .block-hero.top-page .hero__outer {
        min-height: 320px;
    }

    .hero__outer .container {
        padding: 0 70px;
        display: flex;
    }

    .top-page .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero__outer h1,
    .hero__outer h2,
    .hero__outer .title {
        font-size: 2.7em;
    }

    .hero__outer p {
        font-size: 1.1em;
    }

    .top-page h1 {
        margin-bottom: 0;
    }

    .top-page h1:after {
        content: "/";
        margin: 0 10px;
        font-weight: 200;
    }
}

@media (min-width: 1200px) {
    div.block-hero {
        border-left: 40px;
    }
}

/* PAGES */

.intitle,
h2.intitle,
p.intitle {
    font: 400 1.65em/1 'DesireBasic';
}

.wp-block-post-title {
    margin: 0;
    color: var(--inz-primary);
    font: 400 6em/1 'DesireBasic';
}

.wp-admin .wp-block-post-title {
    font-size: 100px;
}

@media (max-width: 575px) {
    .intitle br {
        display: none;
    }
}

@media (min-width: 768px) {
    .intitle,
    h2.intitle,
    p.intitle {
        font-size: 3.6em;
    }

    .intitle.small {
        font-size: 2.1em;
    }
}

/* SECTION */

.section-block {
    min-height: 100vh;
    padding: 80px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: var(--section-color, var(--white));
    background-image: var(--section-image);
    background-repeat: var(--section-repeat);
    background-size: var(--section-size);
    background-position-x: var(--section-pos-x);
    background-position-y: var(--section-pos-y);
}

.section-block.light {
    color: var(--white);
}

.section-block.related-block {
    background-color: var(--inz-white);
}

/* ELEMENTS */

.s-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.c-medium {
    max-width: 600px !important;
    text-align: justify;
}

.wp-block-separator {
    border-bottom: none;
    border-color: #c9c9c9;
}

.wp-block-cover,
.wp-block-cover-image {
    padding: 5% 8% 2%;
    overflow: hidden;
}

.acf-image-uploader .image-wrap img {
    max-width: 80px !important;
}

.block-editor-inner-blocks {
    width: 100%;
}

.z-index {
    z-index: 1;
}

.shape-back {
    position: relative;
    z-index: 1;
}

.wp-admin .shape-back {
    z-index: 0;
}

.shape-back:before {
    content: "";
    width: 50%;
    margin: 0 auto;
    background-color: var(--inz-accent);
    position: absolute;
    bottom: -100px;
    top: -100px;
    right: 0;
    left: 0;
    z-index: -1;
}

.single-produtos .shape-back:before {
    top: 0;
}

.m-b-115n {
    margin-bottom: -120px;
    z-index: 1;
}

@media (max-width: 575px) {
    .wp-block-cover,
    .wp-block-cover-image {
        padding: 30px 25px;
    }
}

/* UL LIST */

ul.ul-list {
    padding: 0;
    list-style: none;
    font-size: 90%;
}

ul.ul-list li {
    padding: 4px 0 4px 20px;
    line-height: 1.4;
    position: relative;
}

ul.ul-list li:before {
    content: "";
	width: 8px;
	height: 8px;
	background-color: var(--inz-secondary);
	position: absolute;
	left: 0;
    top: 10px;
	border-radius: 30px;
}

ul.two-cols {
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
}

ul.two-cols li {
    break-inside: avoid-column;
}

/* OL LIST */

ol {
    list-style: none;
    counter-reset: item;
}
ol li {
	padding-left: 50px;
    counter-increment: item;
    margin-bottom: 5px;
	position: relative;
}
ol li:before {
    width: 30px;
    height: 30px;
    content: counter(item);
    background-color: var(--inz-accent);
    border-radius: 100%;
    color: var(
    --white);
    font-weight: 700;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -3px;
}

ol li:after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--inz-secondary);
	position: absolute;
	left: 26px;
	top: 8px;
	border-radius: 30px;
}

/* PRODUCTS */

.product-item {
    text-align: center;
}

.product-item h2 {
    margin: 0 0 20px;
    color: var(--inz-primary);
    font: 2.4em/1 'DesireBasic';
}

.product-item img {
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.product-item:hover img {
    filter: brightness(90%);
}

.product-item p {
    margin-bottom: 0;
    font-size: 12px;
    opacity: 0.8;
}

.product-item__thumb {
    display: table;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 768px) {
    .product-item h2 {
        font-size: 3.5em;
    }
}

/* ICONS LIST */

.icons-list {
    width: 95%;
    max-width: 1300px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.icons-list__item {
    margin-bottom: 60px;
    font-size: 1em;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
}

.icons-list__item span {
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

.icons-list__thumb {
    width: 200px;
    height: 200px;
    padding: 20px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    border-radius: 100%;
}

.icons-list__thumb img {
    width: 70%;
    max-width: 180px;
}

.light .icons-list__thumb:not(.colorful) img {
    filter: brightness(0) invert(1);
}

.icons-list__more {
    width: 30px;
    height: 30px;
    background-color: var(--inz-primary);
    color: var(--inz-accent);
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
}

.icons-list__more:hover {
	background-color: var(--inz-accent);
	color: var(--white);
}

@media (max-width: 767px) {
    .icons-list__thumb {
        width: 120px;
        height: 120px;
    }
}

@media (min-width: 1200px) {
    .icons-list__more {
        width: 40px;
        height: 40px;
        font-size: 35px;
        line-height: 40px;
    }

    .icons-list__item span {
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .col-xl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20%;
    }
}

/* TAXONOMY */

.full-height {
    min-height: 100vh;
}

.term-description {
    max-width: 800px;
    padding: 10%;
    margin: 0;
}

.archive .term-description {
    max-width: 700px;
    padding: 0;
    margin: 100px auto;
    text-align: center;
}

.term-description .intitle {
    margin-bottom: 30px;
}

.term-thumb {
    overflow: hidden;
}

.order-md-1 .term-description {
	text-align: right;
	margin: 0 0 0 auto;
}

.term-item .order-md-1 .intitle:not(.no-line):after {
    margin: 0 0 10px auto;
}

.term-item p {
    font-size: 1.5em;
    line-height: 1.3;
}

.term-item__btn {
    width: 80px;
    height: 80px;
    margin: 0 20px 20px;
    background: url(../images/arrow-right.png) center no-repeat transparent;
    border: 1px solid var(--inz-dark);
    border-radius: 100px;
    display: block;
    position: relative;
    z-index: 2;
}

.term-item__btn:hover {
    border-color: var(--main-color);
}

.order-md-1 .term-item__btn {
    margin: 0 20px 20px auto;
}

@media (max-width: 1199px) {
    .term-item {
        margin-bottom: 60px;
    }
}

@media (min-width: 768px) {
    .term-item__btn {
        margin: 0;
    }

    .order-md-1 .term-item__btn {
        margin: 0 0 0 auto;
    }
}

/* LAYERS BLOCK */

.layer-group {
    width: 100%;
    max-width: 700px;
    padding: 0;
    margin: 0 auto 50px;
    list-style: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.layer-item {
    width: 100%;
    height: 120px;
    cursor: pointer;
    position: relative;
    margin: 0 0 -80px;
    list-style: none;
    background-image: var(--item-bg);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    z-index: var(--item-index);
}

.layer-group:hover > .layer-item {
    filter: grayscale(50%) brightness(0.7);
}

.layer-group:hover > .layer-item:hover {
    filter: grayscale(0%) brightness(1);
}

.layer-item:first-child {
    height: 140px;
}

.layer-item.out {
    width: 100%;
    height: 180px;
}

.layer-item__count {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background-color: var(--inz-accent);
    color: var(--inz-secondary);
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    border: 1px solid var(
    --inz-secondary);
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: -90px;
    right: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    animation: pulse 1.5s infinite;
}

.out .layer-item__count {
    background-color: var(--inz-primary);
    color: var(--white);
}

.out .layer-item__count {
    filter: invert(0);
}

.layer-content {
    max-width: 650px;
    margin: 0 auto;
}

.layer-content__item {
    display: none;
    padding: 0 0 0 20px;
    border-left: 5px solid var(--inz-accent);
}

.layer-content-1 {
    display: block;
}

.layer-content__item h3 {
    margin-bottom: 30px;
    color: var(--inz-primary);
    font: 3.5em/1 'SnellRoundhand';
}

@media (min-width: 768px) {
    .layer-item {
        height: 140px;
    }
    .layer-item:first-child {
        height: 160px;
    }
    .layer-item.out {
        height: 240px;
    }
    .layer-item__count {
        width: 35px;
        height: 35px;
        font-size: 17px;
        line-height: 37px;
    }
    .layer-content__item {
        padding: 0 0 0 40px;
    }
}

@media (min-width: 1200px) {
    .layer-item {
        height: 160px;
    }
    .layer-item:first-child {
        height: 190px;
    }
    .layer-item.out {
        height: 240px;
    }
}


/* SKILLS BLOCK */

.skills-block {
    padding: 40px 40px 50px;
    border: 1px solid var(--inz-secondary);
    border-radius: 30px;
}

.skill-item:not(:last-child) {
	margin-bottom: 30px;
}

.skill-item__title {
    width: 100%;
    text-transform: uppercase;
}

.skill-item__bar {
    border: 1px solid var(--inz-secondary);
    border-radius: 30px;
    position: relative;
}

.skill-item__bar:before {
    content: "";
    width: 0;
    height: 6px;
    background-color: var(--main-color, var(--inz-accent));
    position: absolute;
    top: -3px;
    left: 0;
    border-radius: 30px;
    animation: skill-fill 2s forwards;
}

@keyframes skill-fill {
    100%{
        width: var(--bar-width);
    }
}

/* IMAGES */

.alignnone {
	margin: 5px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.alignright {
	float: right;
	margin: 5px 0 20px 10px;
}

img.alignnone {
	margin: 5px 20px 10px 0;
}

img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: var(--white);;
	max-width: 100%;
	padding: 0;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
	margin: 5px 0 10px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.wp-admin .p-6 {
    padding: 3rem;
}

.wp-admin .wp-block-spacer {
    margin-bottom: 5px;
    border: 1px solid #c0c0c0;
}

.wp-block-column p:last-child {
    margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 992px) {
    .wp-block-columns.row-md-100:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
        flex-basis: 100%!important;
        flex-grow: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    .has-text-align-right {
        text-align: center;
    }

    .has-text-align-right.lined:before {
    	margin-right: auto;
    }

    .wp-block-buttons.is-content-justification-right {
        justify-content: center;
    }

    .btn-action.alignright {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
}

@media (min-width: 1366px) {
    .container {
        width: 90%;
        max-width: 1300px;
    }
}