.is-root-container {
    font-size: 1rem;
}

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

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

.block-editor-block-list__block.wp-block.is-reusable {
    max-width: 100% !important;
}

[data-block] a {
    text-decoration: underline;
}

body#tinymce.wp-editor {
    max-width: 1000px;
    padding: 0 1rem;
    margin: 2.5rem auto; 
}

body#tinymce.wp-editor a {
    color: var(--wp--preset--color--primary);
}

body#tinymce.wp-editor iframe {
    max-width: 80%;
}

ul.acf-checkbox-list {
    padding: 0;
}

h1.wp-block-post-title.wp-block {
    padding: 40px 0;
    font-size: 40px;
    font-weight: 700;
}

.language-block {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    border: 1px dashed #000;
    font-weight: 700;
    text-transform: uppercase;
}

.language-block > h2 {
    font-size: 12px;
    text-transform: uppercase;
}

.admin-block-notice {
    padding: 10px;
    border: 1px dashed #c0c0c0;
}

.admin-block-notice__title {
    margin-bottom: 10px;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (min-width: 960px) {
    body {
        overflow-x:  hidden;
    }
}

/* 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;}

/* 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;}

/* 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(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
}

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

.wp-block-button__link.has-dark-gray-background-color:hover {
    background-color: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--primary) !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 */

.hero__overlay {
    background: var(--wp--preset--color--primary);
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hero__outer {
	width: 100%;
	height: auto;
	background-size: cover !important;
    border-radius: 5px;
	color: var(--wp--preset--color--white);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
}

.block-hero .hero__outer,
.block-hero.hero-slider .hero__outer {
    height: 350px;
}

.block-hero.top-page .hero__outer {
    height: 250px;
}

.hero__outer img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.hero__outer > .container {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

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

.hero__inner h1,
.hero__inner h2,
.hero__inner .title {
    color: var(--wp--preset--color--white);
    font-size: 1.7em;
    font-weight: 700;
}

.block-hero p {
    line-height: 1;
}

.block-hero .text-right p {
    margin-left: auto;
}

.block-hero .text-center p {
    margin-left: auto;
    margin-right: auto;
}

.hero__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 2rem;
}

.block-hero .text-center .hero__buttons {
    justify-content: center;
}

.block-hero .text-right .hero__buttons {
    justify-content: flex-end;
}

.hero__btn.style-1 {
    height: 56px;
    padding: 1.1rem 1rem;
    background-color: var(--wp--preset--color--white);
    border-radius: 0;
    color: var(--wp--preset--color--primary) !important;
    display: inline-block;
    line-height: 1;
    position: relative;
}

.hero__btn.style-1:after {
    right: -14px;
    border-top: 56px solid var(--wp--preset--color--white);
    border-right: 15px solid transparent;
}

.hero__btn.style-1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    transition: all 300ms linear;
}

.hero__btn.style-1:hover:after {
    border-top-color: var(--wp--preset--color--dark-gray);
}

.hero__btn.style-2,
.hero__btn.style-3 {
    padding: 0.4rem 0.8rem;
    background-color: transparent;
    border: 2px solid var(--wp--preset--color--white);
    border-radius: 2rem;
    color: var(--wp--preset--color--white);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
}

.hero__btn.style-2:hover,
.hero__btn.style-3:hover {
    background-color: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--primary) !important;
}

.hero__btn.style-3 {
    margin-left: 1.5rem;
    padding-left: 2rem;
    position: relative;
}

.hero__btn.style-3:before {
    content: "";
    width: 50px;
    height: 35px;
    background: url(../../images/youtube-icon.png) center no-repeat;
    background-size: contain !important;
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
}

.block-hero.top-page .row {
    margin-bottom: -175px;
}

.hero__inner.dark h1,
.hero__inner.dark h2,
.hero__inner.dark .title,
.hero__inner.dark .hero__btn {
    color: #206fc0;
}

.hero__inner.dark .hero__btn {
    border-color: #206fc0;
}

.hero__inner.dark .hero__btn:hover {
    background-color: #206fc0 !important;
    color: #fff !important;
}

.hero__inner.dark .hero__btn.style-3:before {
    filter: invert(36%) sepia(92%) saturate(622%) hue-rotate(174deg) brightness(89%) contrast(97%);
}

@media (min-width: 768px) {
    .hero__outer {
        min-height: 400px;
    }
    
    .hero-slider .hero__outer {
        height: 450px;
    }
    
    .block-hero.top-page .hero__outer {
        min-height: 300px;
    }

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

    .slick-slide.hero__outer .container {
        margin-top: 50px;
    }

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

    .hero__inner p {
        font-size: 1.3em;
        line-height: 1.3;
    }
    
    .hero__btn.style-1 {
        padding: 1rem 2rem;
        font-size: 1.4rem;
    }
    
    .hero__btn.style-2,
    .hero__btn.style-3 {
        font-size: 1rem;
    }
    
    .hero__btn.style-3:before {
        width: 60px;
        height: 42px;
        left: -40px;
    }
}

/* ARROW DOWN */

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        background-position: center top;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto;
    }
    10% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        -moz-background-size: 75% auto;
        -o-background-size: 75% auto;
        -webkit-background-size: 75% auto;
        background-size: 75% auto;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        background-position: center bottom;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto;
    }
}
@-moz-keyframes pulse {
    0% {
        opacity: 0;
        background-position: center top;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto;
    }
    10% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        -moz-background-size: 75% auto;
        -o-background-size: 75% auto;
        -webkit-background-size: 75% auto;
        background-size: 75% auto;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        background-position: center bottom;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto;
    }
}
@keyframes pulse {
    0% {
        opacity: 0;
        background-position: center top;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto;
    }
    10% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        -moz-background-size: 75% auto;
        -o-background-size: 75% auto;
        -webkit-background-size: 75% auto;
        background-size: 75% auto;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        background-position: center bottom;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto;
    }
}

.scroll-down {
    margin: 0;
    border: 1px solid #59d2ff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 2rem;
    bottom: -2.5rem;
    width: 90px;
    height: 90px;
}
.scroll-down span {
    display: block;
    opacity: 1;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 0;
    font-size: 0;
    color: transparent;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto;
    -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
    -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
    -o-animation: pulse 1.5s 0s infinite normal ease forwards;
    animation: pulse 1.5s 0s infinite normal ease forwards;
    background-image: url("../../images/arrow.svg");
    background-repeat: no-repeat;
}
.scroll-down span:before,
.scroll-down span:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../images/arrow.svg") no-repeat center top;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.scroll-down span:before {
    -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
    -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
    -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
    animation: pulse 1.5s 0.25s infinite normal ease forwards;
}
.scroll-down span:after {
    -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
    -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
    -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
    animation: pulse 1.5s 0.5s infinite normal ease forwards;
}

/* PAGES */

.intitle,
h2.intitle,
p.intitle {
    color: var(--wp--preset--color--primary);
    font-size: 1.7em;
    font-weight: 300;
    line-height: 1.2;
}

.intitle strong {
    font-weight: 700;
}

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

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

/* BUTTONS LIST */

.style-1 .buttons-list__inner,
.style-2 .buttons-list__inner {
    width: 100%;
    min-height: 160px;
    padding: 10px 30px;
    margin-bottom: 30px;
    border: 1px solid var(--wp--preset--color--primary);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    top: 0;
    border-radius: 5px;
}

.style-1 .buttons-list__inner:hover,
.style-2 .buttons-list__inner:hover {
    top: -10px;
}

.buttons-list__item.style-5 {
    margin-bottom: 60px;
}

.buttons-list__img img {
    width: 100%;
}

.buttons-list__icon {
    width: 110px;
    height: 110px;
    padding-top: 20px;
    margin: 0 auto;
    background-color: var(--wp--preset--color--secundary);
    border-radius: 100px;
    text-align: center;
}

.buttons-list__item:hover .buttons-list__icon {
	background-color: var(--wp--preset--color--primary);
}

.buttons-list__icon img {
    width: auto;
    max-height: 64px;
    filter: brightness(0) invert(1);
    margin: 0 auto;
}

.mgm-wrapper .buttons-list__inner {
    margin: 10px 0;
}

.mgm-wrapper .buttons-list__inner:hover {
    top: 0;
}

.style-2 .buttons-list__inner {
    min-height: 180px;
    background: var(--inz-image) center no-repeat;
    background-size: cover;
    border: none;
}

.style-2 .buttons-list__inner:hover {
    background-position: 0px 0px;
}

.buttons-list__overlay {
    background: var(--wp--preset--color--light-gray);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.9;
}

.style-3 .buttons-list__overlay {
    background: rgb(9 84 112 / 0.9);
    background: -o-linear-gradient(bottom, #0e2932, rgb(0 0 0 / 0%));
    background: -moz-linear-gradient(bottom, #0e2932, rgb(0 0 0 / 0%));
    background: -webkit-linear-gradient(bottom, #0e2932, rgb(0 0 0 / 0%));
    background: linear-gradient(to top, #0e2932, rgb(0 0 0 / 0%));
    z-index: 1;
}

.style-3 .buttons-list__infos {
    min-height: 55px;
    margin: 0;
    color: var(--wp--preset--color--white);
    text-align: center;
    bottom: 30px;
    left: 20px;
    right: 20px;
    position: absolute;
    z-index: 1;
}

.style-3 .buttons-list__infos:before {
	content: "";
	width: 50px;
	height: 3px;
	margin: 0 auto 10px;
	background-color: var(--wp--preset--color--primary);
	display: block;
	border-radius: 30px;
}

.style-4 .buttons-list__infos,
.style-5 .buttons-list__infos {
    margin-top: 15px;
}

.style-4 .buttons-list__infos p,
.style-5 .buttons-list__infos p {
    margin-bottom: 0;
   color: #787878;
}

.style-5 .buttons-list__infos {
    text-align: center;
}

.buttons-list__title {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.4;
    z-index: 1;
}

.buttons-list__item.style-2 .buttons-list__title {
    color: var(--wp--preset--color--white);
}

.buttons-list__item.style-2 p {
    color: #dbdbdb;
}

.buttons-list__btn {
    display: block;
    width: 35px;
    height: 35px;
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    border-radius: 30px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    z-index: 1;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.buttons-list__item:hover .buttons-list__btn {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--primary);
}

@media (min-width: 768px) and (max-width: 781px) {
    .style-1 .buttons-list__inner,
    .style-2 .buttons-list__inner {
        padding: 10px 15px;
    }
}

@media (max-width: 991px) {
    .style-1 .buttons-list__inner br,
    .style-2 .buttons-list__inner br {
        display: none;
    }
}

/* ELEMENTS */

.c-small {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.c-medium {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

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

.wp-block-cover,
.wp-block-cover-image {
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.newsletter.wp-block-cover {
    padding: 9% 12% 5%;
}

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

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

.m-t-70n {
    margin-top: -70px;
}

.m-t-40n {
    margin-top: -40px;
}

/* VIDEO */

.col-12.video-item {
    max-width: 750px;
    margin: 0 auto 30px;
}

.video-item__thumb {
    border-radius: 3px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
}

.video-item__thumb img {
    width: 100%;
}

.video-item__thumb:before {
    content: "";
    background: url(../../images/play-button.png) center no-repeat rgba(0,0,0,0.5);
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.video-item__thumb:hover:before {
    background: url(../../images/play-button.png) center no-repeat rgba(0,0,0,0.3);
}

/* SECTION HEADER */

.section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.section-header__btn {
    color: var(--wp--preset--color--light-gray);
    font-weight: 600;
}

.section-header__btn:hover {
    color: var(--wp--preset--color--primary);
}

.section-header__btn .fa {
    margin-left: 5px;
}

/* BLOG POSTS */

.post-article-1 {
    margin-bottom: 25px;
}

.post-article-1 .post-article__thumb {
    height: 180px;
}

.post-article-1 img {
    height: 100%;
    filter: brightness(85%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border-radius: 3px;
    object-fit: cover;
}

.post-article-1:hover img {
    filter: brightness(100%);
}

.post-article-1 h3 {
    margin: 0;
    font-size: 1.15em;
    font-weight: 700;
}

.post-article-1 p {
    margin: 15px 0 25px;
    color: #7e7e7e;
    line-height: 1.2;
}

.post-article-1 .btn-action {
    padding: 10px;
    background-color: transparent;
    color: var(--wp--preset--color--primary);
    border: 1px solid;
    font-size: 12px;
}

.post-article-1 .btn-action:hover {
	background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--primary);
}

@media (max-width: 575px) {
    .post-article-1 {
        margin-bottom: 40px;
    }
    
    .post-article-1 h3 {
        margin-top: 20px;
    }
}

/* TABS */

.nav.nav-pills {
    padding: 20px 25px;
    margin-bottom: 40px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.nav-pills a {
    padding: 15px 15px 15px 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.nav-pills a:last-child {
    border-bottom: 0;
}

.nav-pills a.active {
    font-weight: 700;
    color: var(--wp--preset--color--primary);
}

.nav-pills a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 8px;
    opacity: 0.3;
}

.nav-pills a.active:after {
    opacity: 1;
}

/* COMPANIES */

.company-list {
    width: 100%;
}

.company-list h2.intitle {
    text-align: center;
}

.company-item {
    display: flex;
}

.company-item__inner {
    width: 100%;
    padding: 20px 25px;
    border: 1px solid var(--wp--preset--color--primary);
    border-radius: 3px;
}

.company-item__inner p {
    margin: -1rem 0 1rem;
}

.company-item__inner img {
    width: auto;
    max-height: 48px;
    margin-bottom: 20px;
    display: block;
}

.company-item__inner h2 {
    margin: 0 0 15px;
    font-size: 1em;
    font-weight: 700;
}

.company-item__inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.company-item__inner ul li {
    position: relative;
    padding: 2px 0;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.company-item__inner ul li .fa {
    color: var(--wp--preset--color--primary);
    position: relative;
    top: 4px;
}

.company-item__inner ul li.company-item__phone span {
    display: flex;
    flex-direction: column;
}

.company-list .style-2 {
    justify-content: center;
    text-align: center;
}

.company-list .style-2 .company-item__inner {
    padding: 1rem 0;
    border: none;
}

.company-list .style-2 .company-item__inner ul li {
    justify-content: center;
}

.company-list h3.level-title {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.company-list h3.level-title.level-title-1 {
    color: #545454;
    font-size: 1.3rem;
}

@media (min-width: 992px) {
    .company-list {
        max-height: 800px;
        padding-right: 20px;
        padding-left: 30px;
        overflow-y: visible;
        overflow-x: hidden;
        border-left: 1px solid #c9c9c9;
    }
}

/* COMPANIES - MAP */

.list-map,
.list-map svg {
	width: 100%;
}

.list-map #mapa {
    height: 72vh;
    display: block;
}

.list-map__item {
    cursor: pointer;
}

.list-map__state,
.list-map path:not([style*="fill:#ffffff;"]) {
	fill: var(--wp--preset--color--secundary);
    stroke-width: 0;
}

.list-map .df-icon {
	fill: rgba(0, 0, 0, 0.2) !important;
}

.list-map__item .active,
.list-map__item:hover .list-map__state,
.list-map__item:hover > path:not([style*="fill:#ffffff;"]) {
	fill: var(--wp--preset--color--primary) !important;
}

.list-map__text {
	font-size: 9px;
	font-weight: 700;
    fill: #FFFFFF;
    display: none;
}

.list-map__item:hover .list-map__text {
	display: block;
}

/* PRODUCTS */

.product-item {
    padding: 10px;
    border: 1px solid transparent;
}

.product-item:hover {
    border-color: var(--wp--preset--color--primary);
}

.product-item h2 {
    min-height: 42px;
    margin: 0 0 15px;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.product-item h2 a {
    color: var(--wp--preset--color--primary);
}

.product-item:hover h2 a {
    color: var(--wp--preset--color--secundary);
}

.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__infos {
    min-height: 116px;
    padding: 20px 10px 10px;
}

/* JOBS */

.jobs-search {
    max-width: 400px;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.jobs-search input[type=search] {
    margin: 0;
}

.jobs-search input[type=submit] {
    max-width: 140px;
    margin: 0;
    padding: 0.5rem 1rem;
}

.job-item {
	padding: 0.5rem 1rem;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
}

.job-item .btn-action {
	display: block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
}

@media (max-width: 575px) {
	.jobs-search input[type=submit] {
	    max-width: 90px;
	}
}
/* DOWNLOADS */

.download-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #c9c9c9;
}

.download-item small {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1px;
}

.download-item h2 {
    margin: 10px 0;
    font-size: 1.1em;
    font-weight: 600;
}

.download-item.style2 h2 {
    margin-top: 0;
    font-size: 1em;
}

.download-item.style2 h2 .fa {
    margin-right: 10px;
    opacity: 0.5;
}

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

.download-item__btn {
    padding: 6px 10px;
    font-size: 11px;
    background-color: transparent;
    color: var(--wp--preset--color--primary);
    border: 1px solid;
}

.style2 .download-item__btn {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    border: none;
}

.download-item__btn .fa {
    margin-left: 5px;
}

@media (min-width: 992px) {
    .download-item {
        margin-bottom: 0;
        border-bottom: 0;
    }
    .download-item:not(:nth-child(3n)) {
        border-right: 1px solid #c9c9c9;
    }
}

/* CONTACT */

.contact-block {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.contact-block li {
    display: block;
    position: relative;
}

.contact-block li .fa {
    width: 45px;
    height: 45px;
    margin: 0 auto 10px;
    border: 2px solid;
    border-radius: 30px;
    color: var(--wp--preset--color--primary);
    display: block;
    font-size: 25px;
    line-height: 42px;
    text-align: center;
}

.contact-block.aligncenter .fa {
    margin: 0 auto 0.5rem;
}

.contact-block li .contact-block__phone {
    font-size: 1.2em;
    font-weight: 600;
}

.contact-block.no-icon {
    text-align: left;
}

.contact-block.no-icon li {
    padding: 0.5rem 0;
}

.contact-block.no-icon .fa {
    display: none;
}

/* MAP */

div[id*=map-block] iframe {
	height: 350px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

/* NAVIGATION */

.tab-navigation {
    padding: 40px 0 10px;
    list-style: none;
    margin: 30px 0 40px;
    letter-spacing: -0.2px;
    font-size: 13px;
    overflow-x: auto;
    scroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    display: flex;
    border-top: 1px solid #c3c3c3;
}

.tab-navigation.fixed {
	margin: 0;
	padding: 20px 20px 10px;
	background-color: var(--wp--preset--color--white);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
    border-top: none;
	border-bottom: 1px solid #f0f0f0;
}

.tab-navigation li {
    display: inline-block;
    margin-bottom: 15px;
    scroll-snap-align: start;
    flex-shrink: 0;
}

.tab-navigation li a {
    padding: 5px 8px;
    margin-right: 8px;
    color: #6e6e6e;
    border-radius: 3px;
    border: 1px solid transparent;
}

.tab-navigation li a:hover,
.tab-navigation li.active a {
    color: var(--wp--preset--color--dark-gray);
    border-color: var(--wp--preset--color--dark-gray);
}

@media (max-width: 991px) {
    .tab-navigation {
        font-size: 12px;
        margin-right: -25px;
    }

    .tab-navigation li a {
        margin-right: 5px;
    }
}

@media (min-width: 992px) {
    .tab-navigation.fixed {
        justify-content: center;
    }
}

/* SECTIONS */

div[id*=section-nav-block] {
    margin: 100px 0;
}

.section-nav__title.intitle {
    padding: 15px 20px;
    margin-bottom: 30px;
    background: var(--inz-nav-bg) center right no-repeat;
    background-size: 130%;
    background-color: #f7f7f7;
    font-size: 1.7em;
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}

.section-nav__title span {
	color: var(--wp--preset--color--secundary);
    font-weight: 700;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .section-nav__title.intitle {
        padding: 30px;
    }
    .section-nav__title.intitle {
        background-size: var(--inz-nav-size);
    }
}

/* GALLERY SLIDER */

.gallery-slider .item {
    border: 1px solid #f1f1f1;
}

/* FAQ */

.accordion-list .card {
	max-width: 100%;
	padding: 0;
	margin-bottom: 5px;
	background-color: transparent;
	border: none;
}

.accordion-list .card-header {
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
}

.accordion-title {
      width: 100%;
      padding: 15px 45px 15px 15px;
      margin-bottom: 10px;
      background-color: #f0f0f0;
      color: inherit;
      overflow: hidden;
      font-weight: 600;
      line-height: 1.2;
      border-radius: 0;
      text-align: left;
      cursor: pointer;
}

.accordion-title:focus {
    outline: none;
}

.accordion-title:hover {
    background-color: var(--wp--preset--color--light-gray);
    color: var(--wp--preset--color--white);
}

.accordion-title i {
  font-size: 30px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 14px;
  border-right: 1px solid transparent;
}

.accordion-list .accordion-body {
  padding: 0 15px;
  margin-bottom: 30px;
}

 .accordion-list .accordion-body p:last-child {
   margin-bottom: 0;
 }

 @media (min-width: 992px) {
    .accordion-title {
        font-size: 1.1em;
	     padding: 20px 50px 20px 20px;
	}
}

/* LINKS PAGE */

.page-template-page-links {
    background-color: var(--bg-color-3);
}

[id*=links-block] {
    max-width: 600px;
    padding: 40px 0;
    margin: 0 auto;
}

.links-block__img {
    margin: 0 auto;
    text-align: center;
}

.links-block__img img {
    width: auto;
    max-width: 230px;
}

.links-block__list {
    list-style: none !important;
    padding: 0;
}

.links-block__list li a {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    color: var(--tx-color);
    background-color: var(--bg-color-1);
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    padding: 15px 5px;
    border-radius: 10px;
}

/* 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(--wp--preset--color--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;
}

@media (min-width: 600px) and (max-width: 767px) {
    .wp-block-column,
    .wp-block-column:not(:only-child) {
        flex-basis: 100%!important;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 781px) {
    .row-md-100 .wp-block-column {
        flex-basis: 100% !important;
        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;
    }
    .has-extra-large-font-size {
        font-size: 17px !important;
    }
}