[id^='acordeon-expertise'] {
    width: 100%;
    margin: 0 auto 128px auto;
}

[id^='acordeon-expertise'] .acordeon {
    width: 100%;
    overflow: hidden;
}

[id^='acordeon-expertise'] .acordeon .acordeon-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: visible;
    height: 12rem;
}

[id^='acordeon-expertise'] .acordeon .acordeon-header::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: -1;
}

[id^='acordeon-expertise'] .acordeon .acordeon-title h2 {
    font-family: "Uncut Sans"!important;
    font-size: 8rem;
    font-weight: 500;
    letter-spacing: -0.06em;
    text-align: left;
    padding: 0;
    margin: 0 0 0 34px;
    background: white;
    color: white;
    /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
    display: flex;
    height: 10rem;
    align-items: center;
    color: black;
   -webkit-text-fill-color: white;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
    position: relative;
}
[id^='acordeon-expertise'] .acordeon-title h2 sup {
    font-weight: 270;
    letter-spacing: normal;
    font-size: 16px;
    color: black;
    -webkit-text-fill-color: black;
    -webkit-text-stroke: unset;
    font-family: "Uncut Sans";
    position: absolute;
    top: 10px;
    right: -30px;
}
/*
[id^='acordeon-expertise'] .acordeon .acordeon-title h2:hover{
    color: black;
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    transition-duration: 300ms;
}*/
[id^='acordeon-expertise'] .acordeon .acordeon-content {
    height: 0;
    overflow: hidden;
    padding: 0 34px 0 34px;
    transition: height 0.5s ease;
}
/*hover en todo el acordeon*/
/*
.acordeon:hover > .acordeon-header .acordeon-title h2 {
    color: black;
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    transition-duration: 300ms;
}*/
/*
[id^='acordeon-expertise'] .acordeon .acordeon-title.even {
    margin-right: auto;
    margin-left: 15%;
}

[id^='acordeon-expertise'] .acordeon .acordeon-title.odd {
    margin-left: auto;
    margin-right: 15%;
}*/

[id^='acordeon-expertise'] h3 {
    font-family: "Uncut Sans";
}
[id^='acordeon-expertise'] .acordeon-title.header1 {
    margin-left: 10%;
}
[id^='acordeon-expertise'] .acordeon-image.header1 {
    margin-left: 15%;
}
[id^='acordeon-expertise'] .acordeon-title.header2 {
    margin-left: 10%;
}
[id^='acordeon-expertise'] .acordeon-image.header2 {
    margin-left: 25%;
}
[id^='acordeon-expertise'] .acordeon-title.header3 {
    margin-left: 10%;
}
[id^='acordeon-expertise'] .acordeon-image.header3 {
    margin-left: 30%;
}

[id^='acordeon-expertise'] .acordeon .acordeon-image {
    width: auto;
    height: 100%;
}
/*
[id^='acordeon-expertise'] .inner-accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}*/

[id^='acordeon-expertise'] .inner-accordion-header {
    cursor: pointer;
    text-decoration: underline;
    font-size: 24px;
    font-family: "Uncut Sans";
}
[id^='acordeon-expertise'] .inner-accordion-header:hover {
    color: var(--color-green);
}
[id^='acordeon-expertise'] .inner-accordion-item::marker {
    font-size: 24px;
    font-family: "Uncut Sans";
}
[id^='acordeon-expertise'] .inner-accordion-body {
    overflow: hidden;
    height: 0;
    padding: 0;
    transition: height 0.5s ease, padding 0.5s ease;
}

[id^='acordeon-expertise'] .inner-accordion-body.open {
    padding: 10px 0 20px 0;
}

[id^='acordeon-expertise'] .columns {
    display: flex;
}

[id^='acordeon-expertise'] .column {
    width: 50%;
    padding: 0;
}
[id^="acordeon-expertise"] .column:first-child {
    width: 45%;
    padding: 0 5% 0 0;
}
[id^='acordeon-expertise']  .swiper-container {
    overflow-x: hidden;
    height: auto;
}
[id^='acordeon-expertise']  .swiper-container .swiper-slide img{
    width: 100%;
}

@media (max-width: 768px) {
    [id^="acordeon-expertise"] .column:first-child {
        width: 100%;
        padding: 0 5% 0 0;
    }
    [id^='acordeon-expertise'] {
        width: 100%;
        margin: 0 auto 25px auto;
    }
    [id^='acordeon-expertise'] .acordeon .acordeon-header {
        padding: 0 15px;
        height: 8rem;
    }
    [id^="acordeon-expertise"] .acordeon .acordeon-title h2 {
        font-size: 48px;
        margin: 0;
    }
    [id^='acordeon-expertise'] .acordeon-title.header1 {
        margin-left: 0;
    }
    [id^='acordeon-expertise'] .acordeon-image.header1 {
        margin-left: auto;
    }
    [id^='acordeon-expertise'] .acordeon-title.header2 {
        margin-left: auto;
        margin-right: 15px;
    }
    [id^='acordeon-expertise'] .acordeon-image.header2 {
        margin-left: 0;
    }
    [id^='acordeon-expertise'] .acordeon-title.header3 {
        margin-left: 0;
    }
    [id^='acordeon-expertise'] .acordeon-image.header3 {
        margin-left: auto;
    }

    [id^='acordeon-expertise'] .acordeon .acordeon-image {
        max-width: 100px;
        height: auto;
    }
    [id^="acordeon-expertise"] .columns {
        flex-wrap: wrap;
    }
    [id^="acordeon-expertise"] .column {
        width: 100%;
        padding: 0;
    }
    [id^="acordeon-expertise"] .acordeon-title h2 sup {
        font-size: 12px;
        top: 30px;
        right: -15px;
        }


}