 .hero-sections {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(../images/servicios/fondo-servicios.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    background-position: center center;
    padding: 0px;
    border-radius: 0px;
}

.hero-sectioncs {
        position: static;
        width: 100%;
        background: no-repeat;
        background-image: url(../images/servicios/bg_tramaco_servicios_movil.png);
        background-position: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-radius: 10px;
    }

.hero-fullscreen {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
     /*height: 100vh;*/
    /*padding: 0 0 0 100px;*/
}

.expandable-section {

    border-radius: 10px;
    margin-bottom: 0px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.expandable-header {
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    background-color: white;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    border-radius: 15px;
    border: 1px solid #2A52F3;
}

.expandable-section:not(.is-active):hover {
    border-color: transparent;

}

.expandable-section:not(.is-active):hover .expandable-header {
    background-color: #000981;
    color: white;
}

.expandable-section:not(.is-active):hover .expandable-header .componentes,
.expandable-section:not(.is-active):hover .expandable-header .componentest,
.expandable-section:not(.is-active):hover .expandable-header .componentess {
    color: white;
}

.expandable-section:not(.is-active):hover .expandable-header .icon-wrapper {
    background-color: rgba(255, 255, 255, 1);
    border-color: white;
}

.expandable-section:not(.is-active):hover .expandable-header .icon-wrapper img {
}

.expandable-section:not(.is-active):hover .expandable-header .arrow-icon-wrapper {
    background-color: white;
}

.expandable-section:not(.is-active):hover .expandable-header .arrow-icon-wrapper svg {
    fill: #209CEE;
}

.expandable-section.is-active .expandable-header {
    background-color: #000981;
    color: white;
    border-bottom: 0px solid #dbdbdb;
}

.expandable-section.is-active .expandable-header-legal {
    background-color: #000981;
    color: white;
    border-bottom: 0px solid #dbdbdb;
}

.expandable-section.is-active .expandable-header .componentes,
.expandable-section.is-active .expandable-header .componentest,
.expandable-section.is-active .expandable-header .componentess {
    color: white;
}

.expandable-section.is-active .expandable-header .icon-wrapper {
    background-color: white;
    border-color: white;
}

.expandable-section.is-active .expandable-header .icon-wrapper img {
}

.expandable-section.is-active .expandable-header .arrow-icon-wrapper {
    background-color: white;
}

.expandable-section.is-active .expandable-header .arrow-icon-wrapper svg {
    fill: #2A52F3;
    transform: rotate(90deg);
}

.expandable-section.is-active .expandable-content {
    max-height: 5000px;
    opacity: 1;
    visibility: visible;
    padding-bottom: 1.5rem;
    padding-top: 0.5rem;
    border-top: 0px solid #dbdbdb;
}

.expandable-header .icon-wrapper {
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(42, 82, 243);
    border-image: initial;
    border-radius: 10px;
    padding: 0.5rem;
    transition: background-color 0.3s;
}

.expandable-header .icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter 0.3s;
}

.componentes {
    font-family: "NexaBlack", sans-serif !important;
    font-size: 2rem !important;
    color: #2A52F3;
    margin: 0;
    line-height: 1.2;
    transition: color 0.3s;
}

.componentest {
    font-family: "NexaBook", sans-serif !important;
    font-size: 1.2rem;
    color: #000981;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s;
    text-align: left;
}

.expandable-header .arrow-icon-wrapper {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    border-radius: 50%;
    background-color: #2A52F3;
    transition: background-color 0.3s;
}

.expandable-header .arrow-icon-wrapper svg {
    fill: white;
    transition: transform 0.3s ease-in-out, fill 0.3s;
    width: 100%;
    height: 100%;
}

.expandable-content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.6s ease-in-out, opacity 0.5s ease-out, visibility 0.5s;
    padding: 0 1.5rem;
    background-color: white;
    border-top: 0px solid transparent;
}

.expandable-content .columns {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.expandable-content .column {
    padding: 0.75rem;
}

.expandable-content .inner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    border-radius: 15px;
    background-color: #fbfbfb;
    border: 0px solid #e0e0e0;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
    height: 100%;
    overflow: hidden;
}

.expandable-content .inner-item:hover {
    background-color: #2A52F3;
    color: white;
    transform: translateY(-3px);
}

.expandable-content .inner-item .item-image-container {
    position: relative;
    width: 100%;
    height: 25vh;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.expandable-content .inner-item .item-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
    color: #FFF;
    background-color: #000981;
    border-radius: 10px 10px 0 0;
    font-family: "NexaBlack", sans-serif;
    text-transform: uppercase;
    text-align: center;
    z-index: 5;
    transition: opacity 0.3s ease-in-out;
}

.expandable-content .inner-item .hover-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0;
    z-index: 10;
    flex-direction: column;
    font-family: "NexaBlack", sans-serif;
    background: linear-gradient(0deg, rgba(0, 9, 129, 0.8) 80%, rgba(0, 9, 129, 0.8) 80%);
    padding: 1rem;
    transition: opacity 0.3s ease-in-out;
    border-radius: 15px;
}

.expandable-content .inner-item .hover-title {
    font-family: "NexaBlack", sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.expandable-content .inner-item .hover-text {
    font-family: "NexaBook", sans-serif;
    font-size: 0.95rem;
    line-height: 1.3;
    margin: 0;
    max-width: 90%;
}

.expandable-content .inner-item:hover .hover-overlay {
    opacity: 1;
}

.expandable-content .inner-item:hover .item-title {
    opacity: 0;
}

.expandable-section.is-active .expandable-header {
    background-color: #000981;
    color: white;
    border-bottom: 0px solid #dbdbdb;
}

.expandable-section.is-active .expandable-header .componentes,
.expandable-section.is-active .expandable-header .componentest, 
.expandable-section.is-active .expandable-header .componentess{
    color: white;
}

.expandable-section.is-active .expandable-header .icon-wrapper {
    background-color: rgb(255, 255, 255);
    border-color: #000981;
}

.expandable-section.is-active .expandable-header .icon-wrapper img {
}

.expandable-section.is-active .expandable-header .arrow-icon-wrapper {
    background-color: white;
}

.expandable-section.is-active .expandable-header .arrow-icon-wrapper svg {
    fill: #2A52F3;
    transform: rotate(90deg);
}


.expandable-section:hover {
    border-color: transparent;
}

.has-text-weight-bold-w {
    font-size: 1rem !important;
}

.title-w {
    
    font-size: 0.8rem !important;
    
}

.expandable-content .inner-item .hover-text-w {
    font-family: "NexaBook", sans-serif;
    font-size: 0.8rem;
    line-height: 1.3;
    margin: 0;
    max-width: 90%;
}


@media (max-width: 768px) {

    .expandable-header {
        flex-wrap: wrap;
        padding: 1rem;
    }

    .expandable-header .icon-wrapper {
        width: 50px;
        height: 50px;
        margin-right: 0.5rem;
        margin-left: 0rem !important;
    }



    .componentes {
        font-size: 1.8rem !important;
        text-align: left !important;
        flex-basis: 100%;
        order: 1;
    }

    .componentest {
        font-size: 1rem;
        text-align: left !important;
        flex-basis: 100%;
        order: 3;
        margin-top: 0.5rem;
    }

    .expandable-header .container.is-hidden-mobile {
        display: none !important;
    }

    .expandable-header .container.is-hidden-tablet.is-hidden-desktop {
        display: flex !important;
        width: calc(100% - 60px - 1.5rem - 32px);
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        order: 2;
    }

    .expandable-header .column.is-mobile.has-text-left {
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .expandable-header .arrow-icon-wrapper {
        order: 4;
        margin-left: auto;
    }

    .expandable-content .column.is-12-mobile {
        width: 100% !important;
    }

    .expandable-content .inner-item .item-image-container {
        height: 200px;
    }
    .expandable-content .inner-item .item-image-container-w {
        height: 250px;
    }

    .componentess {
        font-family: "NexaBlack", sans-serif !important;
        font-size: 1rem !important;
        color: #2A52F3;
        text-align: left;
    }

    .subtitle2 {
        font-size: 1rem !important;
    }

    .servicio-title {
        font-size: 2em !important;
    }
    
    .servicio-card p {
    font-size: 1.5em;
    }
}

@media (max-width: 480px) {
    .componentes {
        font-size: 1rem !important;
        text-align: left !important;
        flex-basis: 100%;
        order: 1;
    }
}