.btn-explora-nuestros-productos {
    position: relative;

    &::after {
        content: "";
        background: url(/wp-content/uploads/2025/01/preditec-arrow-down.svg);
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        right: -20px;
    }
}

.preditec-cabecera-grande-niveles {
    .fondo-cabecera {
        background: rgba(45, 49, 64, 0.95);
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 200px;
        z-index: 5;
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        height: calc(100% - 56px);

        &::before {
            content: "";
            display: block;
            top: 0;
            bottom: 0;
            right: 100%;
            width: 100vw;
            position: absolute;
            z-index: -1;
            background: rgba(45, 49, 64, 0.95);
        }
    }
}

.preditec-submenu {
    .fusion-builder-row {
        margin: auto;
        display: flex;
        justify-content: center;
        gap: 8px;
        padding: 25px 0;
    }

    .fusion-column-wrapper {
        margin: 0 !important;
    }

    .fusion-layout-column {
        width: auto;
        margin-bottom: 0;
    }

    .fusion-button {
        background: #fff;
        border: 1px solid #AFB8C1;
        padding-top: 10px !important;
        padding-bottom: 10px !important;

        .fusion-button-text {
            color: #17181C;
        }
    }

    .fusion-button:is(:focus) {
        border: 1px solid #2b2f3b;
        background: #2b2f3b;
    }

    .fusion-button:is(:focus) .fusion-button-text {
        color: #ffffff;
    }


    .fusion-button:is(:hover) {
        border: 1px solid #E93D49;
        background: #fff;
    }

    .fusion-button:is(:hover) .fusion-button-text {
        color: #E93D49;
    }
}

@media (max-width: 990px) {
    .preditec-submenu {
        .fusion-button:is(:hover) {
            border: 1px solid #091A2D;
            background: #091A2D;
        }

        .fusion-button:is(:hover) .fusion-button-text {
            color: #fff;
        }
    }
}

@media (max-width: 990px) {
    .preditec-submenu {
        padding-left: 45px !important;
        margin-left: -30px !important;
    }

    .preditec-submenu .fusion-builder-row {
        justify-content: flex-start;
        overflow: scroll;
        scroll-snap-type: x mandatory;
    }

    .preditec-submenu .fusion-layout-column {
        scroll-snap-align: start;
    }
}

.red-arrow {
    i {
        &::before {
            font-size: 32px;
            color: var(--awb-custom_color_9);
        }
    }
}

.white-arrow {
    i {
        &::before {
            font-size: 32px;
            color: #ffffff;
        }
    }
}

.black-arrow {
    i {
        &::before {
            font-size: 32px;
            color: var(--awb-custom_color_17);
        }
    }
}

.image-width100 {
    width: 100%;

    img {
        width: 100%;
    }
}


.preditec-tabs-container {
    .tabs-nav {
        display: flex;
        margin: 0;
        padding: 0;
        margin-bottom: 23px;
        border-bottom: 1px solid #D5D5D8;

        .tabs-link {
            list-style-type: none;
            padding: 0 16px 10px 16px;
            font-weight: 300;
            cursor: pointer;
            border-bottom: 1px solid #fff;

            &.active {
                font-weight: 400;
                border-bottom: 3px solid var(--awb-custom_color_9);
            }
        }
    }

    .tabs-content {
        display: none;
    }

    .tabs-content.active {
        display: block;
    }


}


/* CARDS */




.clientes-slider {

    width: 1280px;
    margin: auto;
    overflow-x: hidden;
    position: relative;


    .logo {
        /*  width: 250px;*/
        height: 80px;
        background: var(--awb-custom_color_14);
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            max-height: 50px;
        }
    }



    .swiper-button-prev {

        cursor: pointer;
        top: 50% !important;
        left: 0;
        position: absolute;
    }

    .swiper-button-next {

        top: 50% !important;
        right: 0;
        cursor: pointer;
        position: absolute;
    }

}







.awb-swiper:has([class*="preditec-card-"]),
.preditec-promociones {
    .swiper-pagination {
        color: var(--awb-custom_color_9);
    }


    i {
        &::before {
            color: var(--awb-custom_color_9);
            font-size: 32px;
        }
    }
}


/* card hoverimagencard*/

.preditec-hoverimagencard {
    min-height: 410px;
}


.preditec-hoverimagencard .contenidoCardServicios p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.preditec-hoverimagencard .fusion-imageframe {
    width: 100%;
    background: transparent !important;
    z-index: 99999;
}

.preditec-hoverimagencard .fusion-imageframe img {
    object-fit: cover;
    height: 120px;
    width: 100%;
}

.preditec-hoverimagencard:hover .imagenparalacabecera {
    background: transparent !important;
    z-index: 99999;
    max-width: 96%;
    margin-left: 2%;
    height: auto;
    top: 0;
}

.preditec-hoverimagencard:hover .fusion-column-wrapper .fusion-builder-row {
    z-index: 999999 !important;
}

.preditec-hoverimagencard:hover .botonCardServicio {
    background: #E93D49 !Important;
    color: #fff !Important;
}


.preditec-hoverimagencard .botonCardServicio {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    right: auto;
}

@media only screen and (max-width: 620px),
only screen and (max-device-width: 620px) {
    .preditec-hoverimagencard:hover .imagenparalacabecera {
        z-index: 99999;
        max-width: 98%;
        margin-left: 2%;
        max-height: 120px;
    }

    .preditec-hoverimagencard .botonCardServicio {

        right: 20px;
    }

    .preditec-counter .counter-box-container {
        padding: 10px !important;
        text-align: center;
    }

    .preditect-grid-productos {
        .image {
            margin-bottom: 0px !important;
        }

        .title {
            margin-top: 10px !important;

        }
    }

}

/* card-type1 */

.preditec-grid-card-type1 {

    width: calc(100% - 30px) !important;
    margin-inline: auto !important;

    .fusion-builder-row {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
        gap: 32px;

        .preditec-card-type1 {

            display: grid !important;
            grid-template-rows: subgrid;
            grid-row: span 5;
            margin-bottom: 0;
            gap: 0;
            min-width: 100%;

            .fusion-column-wrapper {
                display: grid !important;
                grid-template-rows: subgrid;
                grid-row: span 5;
                margin: 0 !important;
                background: #f4f5f5;
                padding: 24px 24px 20px 24px;

                &:hover {
                    background: #f4f5f5;
                }

                .thumbnail {
                    margin-bottom: 11px;
                }

                .title {
                    h4 {
                        margin-top: 0;
                        margin-bottom: 16px;
                    }
                }

                .extract {
                    p {
                        margin-top: 0;
                        margin-bottom: 20px;
                        line-height: 1.4;
                        color: #4A5060;
                        font-weight: 300;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        overflow: hidden;

                    }
                }

                .button-type-1 {
                    margin-bottom: 0;

                    p {
                        margin-bottom: 8px;

                        a {
                            color: inherit;
                            text-decoration: underline;

                            &:hover {
                                color: var(--awb-custom_color_9);
                            }
                        }
                    }
                }

                .fusion-image-element:has(.button-type-2) {
                    margin-top: 50px;
                }


                .button-type-2 {
                    width: 64px;
                    height: 64px;
                    position: absolute;
                    right: 0;
                    bottom: 0;

                    a {
                        height: 100%;
                        width: 100%;
                        display: grid;
                        place-content: center;

                        &:hover {
                            background-color: var(--awb-custom_color_9);

                            img {
                                filter: invert(100%);
                            }
                        }
                    }


                }
            }
        }
    }
}


@media (max-width:600px) {

    .preditec-grid-card-type1 {

        display: block !important;

        & .fusion-builder-row {
            & .preditec-card-type1 {
                .fusion-column-wrapper {
                    display: block !important;
                    width: calc(100% - 30px) !important;
                    margin-inline: auto !important;

                    .fusion-image-element:has(.thumbnail) {
                        /*  height: 100%;*/
                        float: left;
                        margin-right: 20px;

                    }

                }
            }
        }
    }

}


/* preditec-card-type2 (POST CARD AVADA) */

.preditec-card-type2 {
    margin-top: 0 !important;

    .image {
        margin-bottom: 14px;
    }

    .title p {
        font-weight: 300;
        line-height: 1.46;
        margin-bottom: 16px;

        text-align: left;
    }

    .title p a {
        text-decoration: underline;
    }

    .title p a:hover {
        color: var(--awb-link-hover-color);
    }

    .category p {
        font-weight: 300;
        line-height: 1.46;
        color: var(--awb-custom_color_11);
    }

    .description p {
        font-weight: 300;
        line-height: 1.46;
        text-align: left;
    }
}


/* preditec-card-type3 (POST CARD AVADA) */

.preditec-card-type3 {
    position: relative;
    overflow: hidden;

    .fusion-column-wrapper {
        overflow: hidden;
        position: relative;
    }

    .title {
        position: absolute;
        z-index: 2;
        bottom: 16px;
        left: 24px;
        text-align: left;
        text-wrap: balance;
        width: 80%;
        min-height: 100px;

        h5 {
            color: #ffffff !important;
        }
    }

    .categoria {
        position: absolute;
        z-index: 2;
        color: #ffffff;
        font-size: 11px;
        bottom: 32px;
        left: 24px;
    }

    .shape {
        position: absolute;
        z-index: 1;
        width: calc(100% - 34px);
        height: 150px;
        background-color: var(--awb-bg-color);
        background-color: #071d2c;
        bottom: 0;
    }

    .image {
        margin-bottom: 0 !important;
    }

}


/* preditec-card-type4 (POST CARD AVADA) */

.preditec-card-type4 {
    background-color: var(--awb-custom_color_14);
    padding: 0 !important;

    &:hover .button {
        background-color: var(--awb-custom_color_9) !important;

        i::before {
            color: #ffffff;
        }
    }
}


.preditec-card-type4 .fusion-builder-row {
    margin: 0 !important;
    column-gap: 33px;
    display: flex;
}


.preditec-card-type4 .fusion-column-wrapper {
    margin: 0 !important;
}

.preditec-card-type4>.fusion-column-wrapper {
    height: 100%;
    padding: 32px 33px 37px 33px !important;
    flex-wrap: wrap !important;
}

@media (max-width:600px) {
    .preditec-card-type4 .col-izq {
        flex: 0 0 80px !important;
    }

    .preditec-card-type4>.fusion-column-wrapper {
        padding: 32px 33px 85px 33px !important;
    }

    .preditec-card-type4 .fusion-builder-row {
        column-gap: 16px;
    }
}


.preditec-card-type4 .title {
    font-weight: 300;
    color: #101114;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}


@media (min-width:1200px) {
    .preditec-card-type4 .excerpt {
        width: calc(100% - 20px);
    }
}

.preditec-card-type4 .excerpt p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #4a5060;
    text-align: left;
    margin-bottom: 20px;
}

.preditec-card-type4 .button {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 24px;
    padding: 0 !important;
    height: 64px;
    min-width: 64px;
}

.preditec-card-type4 .button i::before {
    font-size: 32px;
    color: var(--awb-custom_color_17);
}

.preditec-card-type4 .button i {
    margin: 0;
}

.preditec-card-type4 .col-izq {
    flex: 0 0 152px;
    margin: 0;
    align-self: flex-start !important;
}

.preditec-card-type4 .col-der {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex: 1;
}



/* preditec-card-type8 (POST CARD AVADA) */

.preditec-card-type8 {
    position: relative;
}

.preditec-card-type8 .title {
    position: absolute;
    z-index: 2;
    bottom: 16px;
    left: 24px;
    text-align: left;
    text-wrap: balance;
    width: calc(100% - 70px);
    min-height: 100px;
    padding-top: 16px;
}

.preditec-card-type8 .title h5 {
    color: #ffffff !important;
    width: 100%;
    ;
    max-width: 376px;

}

.preditec-card-type8 .categoria {
    position: absolute;
    z-index: 2;
    color: #ffffff;
    font-size: 11px;
    bottom: 32px;
    left: 24px;
}

.preditec-card-type8 .shape {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 90%;
    height: 141px;
    background-color: var(--awb-custom_color_17);
    bottom: 0;
}

.preditec-card-type8:hover .shape {

    background-color: var(--awb-custom_color_9);

}

.preditec-card-type8 .image {
    margin-bottom: 0 !important;

    img {
        min-height: 332px;

    }
}


@media (max-width: 990px) {
    .preditec-card-type8 .image {

        img {
            min-height: 386px;

        }
    }
}



/* preditec-promociones (POST CARD AVADA) */

.preditec-promociones {

    padding-bottom: 50px !important;

    .fusion-builder-row {
        align-items: center !important;
    }

    .titulo {
        margin-top: 0 !important;

        h4 {
            color: var(--awb-custom_color_17) !important;
        }
    }

    .extracto {
        line-height: 1.46;
        text-align: left;
        color: var(--awb-custom_color_17);
    }

    .boton {
        display: none;

        .fusion-button-text {
            color: var(--awb-custom_color_9) !important;
        }
    }
}

/* preditec-card-type9 (POST CARD AVADA) */


.preditec-card-type9 {

    min-height: 450px;

    &.hover {
        .icon {
            background-color: var(--awb-custom_color_9) !important;
            color: #fff !important;
        }
    }

    .fusion-column-wrapper {
        position: relative;

        .icon {
            position: absolute;
            bottom: 0;
            right: 0;
            margin-right: 0 !important;
            transition: ease 0.3s;
        }
    }
}



@media (max-width:600px) {
    .preditec-card-type9 {
        min-height: auto;
    }


}



/* preditec-card-type10 (POST CARD AVADA) */

.preditec-card-type10 {
    min-height: 296px;


    &:hover {
        .boton {
            background-color: var(--awb-custom_color_9) !important;
        }
    }


    .fusion-column-wrapper {
        padding: 32px 0 0 32px !important;
    }


    .titulo {
        max-width: 90%;

        h4 {
            color: #ffffff !important;
        }
    }

    .boton {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: transparent !important;
        min-width: 64px;
        min-height: 64px;
        display: grid;
        place-items: center;
        color: #ffffff !important;
        transition: ease 0.3s;

        &::before {
            font-size: 32px !important;
            color: #ffffff !important;
        }
    }

    .categoria {
        max-width: 80%;
    }
}

.preditec-slider-pagination {
    .swiper-pagination {
        color: var(--awb-custom_color_9) !important;
        bottom: 12px !important;
    }
}

/* preditec-card-type11 (POST CARD AVADA) */

.preditec-card-type11 {

    .title {
        text-decoration: underline;
    }

    .term {
        text-decoration: none;
    }

    [class*="fusion-meta-tb-"] {
        margin-right: 4px;

        &::after {

            @media(max-width:1200px) {
                content: "|";
                margin-left: 4px;
                margin-right: 3px;
            }

        }
    }

    img {
        width: 100%;
    }
}


/* preditec-card-type12 (POST CARD AVADA) */


.preditec-card-type12 {

    .title {
        margin-bottom: 10px;
    }

    .paragraph {

            text-align: left !important;
            line-height: 1.375;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        
    }


    .fusion-layout-column {
        margin-bottom: 10px;

        .fusion-column-wrapper {
            position: relative;

            .icon {
                position: absolute;
                z-index: 1;
                bottom: 0;
                right: 0;
                margin-right: 0;
                background-color: var(--awb-custom_color_17);
                border-radius: 0;
                transition: ease 0.3s;
                cursor: pointer;

                &:hover {
                    background-color: var(--awb-custom_color_9);
                }
            }

            .image {
                margin-bottom: 0;
            }
        }
    }
}


/* preditec-card-type13 (POST CARD AVADA) */



body {
    .preditec-card-type13 {

        .col-izq {
            width: 27% !important;
        }

        .col-der {

            width: 73% !important;

            .category {

                color: var(--awb-custom_color_11);
            }


            .icon {
                width: 32px;
                height: 32px;
                background-color: transparent;
                border: none;
                border-radius: 0;
                display: flex;
                align-items: center;
                justify-content: center;

                &::before {
                    color: var(--awb-custom_color_9);

                }

                &:hover {
                    background-color: var(--awb-custom_color_9);

                    &::before {
                        color: #ffffff;
                    }
                }
            }
        }
    }

}



/* preditec-card-type14 */

body .preditec-card-type14 {
    .fusion-column-wrapper {
        background-color: var(--awb-custom_color_17) !important;
        padding: 0 !important;
        min-height: 400px !important;
        padding: 0;
        position: relative;


        .image {

            margin-bottom: 24px;

            img {
                width: 100%;
            }
        }

        .title {
            margin-top: 0;
            padding-left: 32px;
            padding-right: 32px;
            margin-bottom: 16px;

            * {
                color: #ffffff !important;
            }
        }

        .paragraph {
            padding-left: 32px;
            padding-right: 32px;

            p {
                color: #ffffff !important;
                line-height: 1.5;
            }

        }

        .icon {

            position: absolute;
            width: 64px;
            height: 64px;
            z-index: 1;
            bottom: 0;
            margin: 0;
            right: 0;
            display: grid;
            place-content: center;
            background-color: transparent;

            &:hover {
                background-color: var(--awb-custom_color_9) !important;
            }

            &::before {
                font-size: 32px;
            }



        }
    }
}


.card-opiniones-participantes {

    .col-izq {
        width: auto;
    }

    .col-der {
        flex: 1;

        .opinion {
            margin-bottom: 10px;
        }

        .nombre {
            font-weight: 400;
        }
    }
}

.preditec-card-grid-builder-applications {


    &:hover {
        .icon {
            background-color: var(--awb-custom_color_9);
        }
    }

    .wpgb-card-media {
        padding: 32px 0 0 32px !important;
    }

    .wpgb-card-media-content {
        position: relative !important;
        width: 100%;
    }

    .wpgb-card-media-content-top {
        height: 100%;
    }

    .wpgb-block-term {
        &:hover {
            color: inherit !important;
            ;
        }
    }

    .wpgb-card-media-overlay {
        background: var(--awb-custom_color_17) !important;
        opacity: 0.6;
    }

    .title {
        font-size: 20px !important;
        font-weight: 300 !important;
        margin-bottom: 16px !important;
        width: calc(100% - 32px);

        &:hover {
            color: #ffffff !important;
        }
    }

    .term {
        font-size: 20px !important;
        text-transform: uppercase;
    }

    .icon {
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 64px;
        height: 64px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

}


.preditec-card-grid-builder-applications-2 {

    &:hover {

        .wpgb-card-media-content-bottom {
            background-color: var(--awb-custom_color_9) !important;
        }
    }

    .wpgb-card-media-content-bottom {
        background: none !important;
        max-width: 90% !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
        padding-top: 20px !important;
        background-color: var(--awb-custom_color_17) !important;
        transition: ease 0.3s !important;
        height: 160px;
    }

    .title {
        font-size: 20px !important;
        font-weight: 300 !important;
        margin-bottom: 12px !important;

        &:hover {
            color: #ffffff !important;
        }

        a {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
    }

    .term {
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;

        font-size: 12px !important;
        letter-spacing: 0.07em;

        span {
            text-transform: uppercase;
            color: var(--awb-custom_color_11) !important;

            &:hover {
                color: var(--awb-custom_color_11) !important;
            }
        }
    }
}


/* preditec-card-type15 (POST CARD AVADA) */


.preditec-card-type15 {
    position: relative;
    min-height: 304px;

    .fusion-column-wrapper {
        justify-content: flex-start !important;
        padding-top: 20px !important;
    }


    .title {
        z-index: 2;
        padding-left: 32px;
        text-align: left;
        width: 80%;

        h4 {
            color: #ffffff !important;
        }
    }

    .parrafo {
        z-index: 2;
        color: #ffffff;
        font-size: 15px;
        padding-left: 32px;
        width: 70%;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .shape {
        position: absolute;
        z-index: 1;
        transition: ease 0.3s;
        width: calc(100% - 80px);
        height: calc(100% - 24px);
        border-bottom-right-radius: 60px;
        background-color: var(--awb-custom_color_12);
        top: 0;
    }

    .flecha {
        padding-left: 50px;
    }
}

.preditec-card-type15:hover .shape {
    background-color: var(--awb-custom_color_9);
}



/* preditec-servicios-card (POST CARD AVADA) */


.justify-content-center ul {
    justify-content: center !important;
}


.preditec-servicios-card {
    &:hover {
        .fusion-column-wrapper {
            background-color: var(--awb-custom_color_14) !important;
        }

        .boton {
            background-color: var(--awb-custom_color_9) !important;

            img {
                -webkit-filter: invert(100%);
                filter: invert(100%);
            }

        }
    }

    .fusion-column-wrapper {
        background-color: var(--awb-custom_color_14) !important;

        .titulo {
            padding-left: 32px;
            padding-right: 32px;
            margin-bottom: 8px !important;
            margin-top: 24px !important;
        }

        .descripcion {
            padding-left: 32px;
            padding-right: 32px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .fusion-image-element {

            .imagen {
                img {
                    height: 166px;
                    object-fit: cover;
                }
            }

        }

        .textos {
            height: 230px;
        }

        .boton {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 64px;
            height: 64px;
            display: grid;
            place-content: center;
            transition: ease 0.3s;
        }

    }
}


/* preditec-card-type16 (POST CARD AVADA) */


.preditec-card-type16 {
    &:last-child {
        margin-bottom: 20px !important;
    }

    &:hover {

        .boton {
            .fusion-button-text {
                color: var(--awb-custom_color_10) !important;
            }

            i {
                &::before {
                    color: var(--awb-custom_color_10) !important;

                }
            }

        }
    }

    .imagen {
        margin-bottom: 24px;

        img {
            aspect-ratio: 296 / 250;
            object-fit: cover;
        }
    }

    .titulo {
        margin: 0 !important;

        h4 {
            line-height: 1.3 !important;
            margin-bottom: 8px !important;
        }
    }

    .parrafo {
        margin-bottom: 20px;
    }

    .boton {
        background: transparent;
        font-size: 15px !important;
        padding: 0 !important;

        .fusion-button-text {
            color: var(--awb-custom_color_9) !important;
        }

        i {
            &::before {
                color: var(--awb-custom_color_9) !important;
                font-size: 30px;
            }
        }

    }
}







/* FIN CARDS */

.preditec-grid-productos {

    .fusion-load-more-button {
        border: 1px solid var(--awb-custom_color_9) !important;
        color: var(--awb-custom_color_9) !important;
        border-radius: 0;
        margin-top: 30px !important;

        &:hover {

            border: 1px solid var(--awb-custom_color_10) !important;
            background-color: var(--awb-custom_color_10) !important;
            color: #ffffff !important;
        }
    }


    .pagination {

        .current {
            background: var(--awb-custom_color_9);
            border: 1px solid var(--awb-custom_color_9);
        }

        .inactive {
            border: 1px solid var(--awb-custom_color_17);
            color: var(--awb-custom_color_17);

            &:hover {
                background: var(--awb-custom_color_9);
                border: 1px solid var(--awb-custom_color_9);
                color: #fff;
            }
        }

        .pagination-next,
        .pagination-prev {

            color: var(--awb-custom_color_17);
            padding-right: 5px;
            padding-left: 5px;

            &::after,
            &::before {
                color: var(--awb-custom_color_17);
                display: block;
            }
        }

    }
}

.preditec-cabecera-grande-niveles-tipo2 .parrafo {
    max-width: 692px;
}

.preditec-cabecera-grande-niveles-tipo2 .col-der {
    height: 100%;
}

.preditec-cabecera-grande-niveles-tipo2 .col-der .fusion-column-wrapper::after {
    border-bottom-left-radius: 100px;
    content: "";
    position: absolute;
    background: url(https://pruebas.grupoalava.com/wp-content/uploads/2024/05/Productos_Vision_industrial-1.jpg);
    overflow: hidden;
    width: 100vw;
    height: calc(100% - 80px);
}

@media (max-width: 1200px) {
    .preditec-cabecera-grande-niveles-tipo2 .col-der .fusion-column-wrapper::after {
        border-bottom-left-radius: 0;
        border-top-left-radius: 100px;
        content: "";
        position: relative;
        background: url(https://pruebas.grupoalava.com/wp-content/uploads/2024/05/Productos_Vision_industrial-1.jpg);
        overflow: hidden;
        width: 100vw;
        height: 200px;
    }
}


@media (min-width:1200px) {
    .maxwidth60percent {
        max-width: 60%;
    }
}



/* ICONOS AÑADIDOS A TITULOS */



.preditec-calendar-icon {
    position: relative;
    padding-left: 26px;

    &::before {
        content: "";
        background: url("/wp-content/uploads/2025/02/preditec-calendar-icon.svg");
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        left: 0;
        top: 2px;
        bottom: 0;
    }
}


.preditec-money-icon {
    position: relative;
    padding-left: 26px;

    &::before {
        content: "";
        background: url("/wp-content/uploads/2025/02/preditec-money-icon.svg");
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        left: 0;
        top: 2px;
        bottom: 0;
    }
}

.preditec-member-icon {
    position: relative;
    padding-left: 26px;

    &::before {
        content: "";
        background: url("/wp-content/uploads/2025/02/preditec-member-icon.svg");
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        left: 0;
        top: 2px;
        bottom: 0;
    }
}

.preditec-clock-icon {
    position: relative;
    padding-left: 26px;

    &::before {
        content: "";
        background: url("/wp-content/uploads/2025/02/preditec-clock-icon.svg");
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        left: 0;
        top: 2px;
        bottom: 0;
    }
}

@media (min-width:1200px) {

    .fusion-builder-row .datos-curso:nth-child(-n+2) {
        border-right: 2px solid #d9d9d9;
    }
}


.preditec-resumen-curso {
    a {
        color: inherit;

        &:hover {
            color: var(--awb-custom_color_9) !important;
        }
    }
}


@media (max-width:990px) {
    .flex-start-mobile .fusion-column-wrapper {

        justify-content: flex-start !important;

    }

}


.fondo-gris-fullwidth {
    &::before {
        content: "";
        background-color: var(--awb-custom_color_14) !important;
        height: 100%;
        width: 100vw;
        position: absolute;
        top: 0;
        bottom: 0;
    }
}




/* OTROS MÓDULOS */
body {
    .preditec-modulo-descarga-pdf {
        .fusion-column-wrapper {

            background-color: #ffffff;
            display: grid !important;
            grid-template-columns: 1fr auto;
            align-items: center;
            padding: 12px 12px 12px 24px;
            border-radius: 4px;
            border: 1px solid var(--awb-custom_color_13);

            &:hover {
                background-color: #ffffff;
                border: 1px solid var(--awb-custom_color_13);
            }

            .titulo {
                position: relative;
                padding-left: 30px;

                &::before {
                    content: "";
                    background: url("/wp-content/uploads/2025/02/preditec-document-icon.svg");
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    width: 24px;
                    height: 24px;
                    display: block;
                    left: 0;
                }
            }

            .cta {
                background-color: #ffffff;

                span {
                    color: var(--awb-custom_color_9);
                    font-size: 14px;
                    position: relative;
                    padding: 5px 30px 5px 0;
                    transition: ease 0.4s;

                    &::after {
                        content: "";
                        background: url("/wp-content/uploads/2025/02/preditec-download-icon.svg");
                        top: 0;
                        bottom: 0;
                        width: 24px;
                        height: 24px;
                        display: block;
                        right: 0;
                        position: absolute;
                    }

                    &:hover {
                        color: var(--awb-custom_color_10);

                        &:after {
                            filter: invert(14%) sepia(64%) saturate(6568%) hue-rotate(349deg) brightness(72%) contrast(93%);
                        }
                    }
                }
            }
        }
    }

}

@media (max-width:990px) {

    body {
        .preditec-modulo-descarga-pdf {


            .fusion-column-wrapper {
                padding: 25px 20px 15px 20px;
                display: grid !important;
                grid-template-columns: 1fr;
            }
        }



        .flex-direction-column-mobile {

            .fusion-column-wrapper {
                flex-direction: column !important;
                align-items: flex-start !important;
            }

        }


        .gap-buttons>div {
            grid-gap: 24px;
        }

    }
}

.icono35 .button-icon-right {
    margin-left: 10px !important;
}

.fw400 *:not(i),
.fw400 {
    font-weight: 400 !important;
}

.fw300 * {
    font-weight: 300 !important;
}


.enlaces-de-interes {
    a {
        color: var(--awb-custom_color_9);

        &:hover {
            color: var(--awb-custom_color_10);
        }
    }
}


.fusion-builder-row:has(.flex-nowrap) {
    flex-wrap: nowrap !important;
}

.fusion-builder-row:has(.flex-wrap) {
    flex-wrap: wrap !important;
}

.justify-conytent-start {
    justify-content: flex-start !important;
}



.preditec-submenu.fusion-sticky-transition {
    @media (max-width:600px) {
        top: 70px !important;
    }
}





.preditec-toggles {
    ul{
        li{
            margin-bottom: 20px;
        }
    }
    .fusion-panel {
        &:last-child {
            border-bottom: 0;

            &:hover {
                border-bottom: 0;
            }
        }

        .panel-title {
            a {
                display: flex;
                flex-direction: row-reverse;
                padding-bottom: 0 !important;
                height: 75px;
                align-items: center !important;

                .fusion-toggle-heading {
                    flex: 1;
                    margin-left: 0;
                    font-family: 'Roboto' !important;
                    font-size: 24px;
                    color: var(--awb-custom_color_17);

                    @media (max-width:600px) {
                        font-size: 20px;
                    }

                }

                .fusion-toggle-icon-wrapper {
                    position: relative;
                    display: flex;
                    align-items: center;
                    height: 25px;
                    width: 25px;

                    .fa-fusion-box {
                        color: var(--awb-custom_color_9);
                        background-color: transparent !important;
                        padding: 0;

                        &::before {
                            font-size: 35px;
                            font-weight: 300;
                            width: 100%;
                            position: absolute;
                            margin: auto;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            content: "+";
                        }
                    }
                }

                &:not(.active):hover .fa-fusion-box {
                    background-color: transparent !important;
                }

                &.active {

                    .fa-fusion-box {
                        background-color: transparent !important;
                    }

                    .fusion-toggle-heading {
                        font-weight: 300;

                    }

                    .fusion-toggle-icon-wrapper {

                        i {
                            display: flex;
                            align-items: center;

                            &::before {
                                content: "_";
                                top: -6px !important;
                            }
                        }

                    }

                }
            }
        }
    }
}

.preditec-toggles--white {
    .fusion-panel {
        .panel-title {

            a {
                height: 75px;

                .fusion-toggle-heading {
                    color: #ffffff;

                    font-size: 32px;
                    font-weight: 300;
                    line-height: 1.5;
                    padding-bottom: 10px;
                }

                .fa-fusion-box {
                    color: #ffffff !important;
                }

            }
        }
    }
}




.contadores-cifras-relevantes {

    .fusion-counter-box {
.plus{display: none;}
       /* &:nth-child(2) {
            .display-counter {
                &::before {
                    content: "+";
                }
            }
        }*/


        /*&:nth-child(3) {
            .display-counter {
                &::before {
                    content: "-";
                }
            }
        }*/

    }

}





.swiper-padding-bottom {
    padding-bottom: 60px !important;
}

.grid-logos-clientes {
    ul {

        /*  display: grid;
        gap:20px;
        grid-template-columns: repeatr(4, 1fr);*/
            justify-content: center;
            display: flex

        .fusion-image-element {
            text-align: center;
        }
    }
}


.btn-volver {
    margin-left: 17px !important;
    position: relative;

    &::before {
        content: "<";
        color: #fff;
        display: block;
        position: absolute;
        left: -13px;
        font-size: 10px;
    }

    &:hover {
        text-decoration: underline;
    }

}



.single-aplicaciones-pre {
    .fusion-text {
        a:not(.fusion-footer a) {
            text-decoration: underline !important;
            color: var(--awb-custom_color_9) !important;
        }
    }
}

.wpgb-facet-28,
.wpgb-facet-29,
.wpgb-facet-31,
.wpgb-facet-32, 
.wpgb-facet-37
 {
    ::placeholder {
        color: var(--awb-custom_color_17) !important;
    }

}


.wpgb-facet-31 {
    @media (max-width:600px) {
        margin-bottom: 31px;
    }
}


.preditec-ficha-proyecto-logocliente {
    background-color: #EBEBEB;
    width: 119px;
    height: 54px;
    display: grid;
    place-content: center;
    padding: 15px;
}

.hover-white {
    &:hover {
        .fusion-button-text {
            color: #ffffff !important;
            text-decoration: underline !important;
        }
    }

}



/* GALERIA WORDPPRESS EN FICHA SERVICIOS */

#gallery-1 {

    display: flex;
    column-gap: 20px;

    .gallery-item {
        a {
            display: block;

            img {
                height: 200px;
                object-fit: cover;
                min-width: 100%;
            }
        }
    }
}

#gallery-1:has(.gallery-item:nth-of-type(4)) .gallery-item {
    width: 25% !important;
}

#gallery-1:has(.gallery-item:nth-of-type(2)) .gallery-item {
    width: 50% !important;
}

#gallery-1:has(.gallery-item:nth-of-type(1)) {

    @media (max-width:600px) {
        display: block;
    }

    .gallery-item {

        @media (max-width:600px) {
            width: 100% !important;
        }
    }
}


.big-arrow {

    i {
        font-size: 36px !important;
        margin-left: 8px !important;
        top: -1px;
        position: relative;
    }

}



#nuestra-esencia {

    .content-box-column {

        @media (max-width:1024px) {
            margin-bottom: 20px;
        }

        .icon {
            margin-bottom: 8px !important;
            margin-top: 10px;
        }

        .heading {
            margin-bottom: 8px !important;
        }

        .content-container {
            font-weight: 300;
            margin-bottom: 0;
            padding-bottom: 0 !important;
        }

    }


}


.fusion-image-element:has(.flotaimagen) {
    display: flex;
    align-items: center;
}



.member--preditec {
    .title {
        margin: 0 !important;
    }

    .icon {
        &:hover {
            filter: brightness(0) saturate(100%) invert(31%) sepia(98%) saturate(2357%) hue-rotate(336deg) brightness(96%) contrast(91%) !important;
        }
    }
}



.h2-mobile {
    h2 {
        @media (max-width:600px) {
            font-size: 32px !important;
            line-height: 1.2 !important;
        }
    }

}


.contador-cifras {

    .fusion-counter-box {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin: 0 !important;

        @media (max-width:600px) {
            margin-bottom: 36px !important;
        }

        .counter-box-container {
            padding: 0 !important;
            border: none !important;

            .content-box-counter {
                padding-bottom: 16px;
                border-bottom: 1px solid #ffffff;
                margin-bottom: 24px;
                text-align: left;

            }

            .counter-box-content {
                text-align: left !important;

            }
        }
    }
}


.contador-cifras-tipo2 {
    .counter-box-container {
        padding: 0 !important;

        .content-box-percentage {
            text-align: left;
        }

        .display-counter {
            &::before {
                content: "+";
            }
        }

        .counter-box-content {
            text-align: left;

            @media (min-width:990px) {}
        }
    }
}



.preditec-footer-contacto {

    p {
        margin-left: 30px;
        color: var(--awb-custom_color_17);
        position: relative;

        &::before {
            content: "";
            height: 15px;
            width: 15px;
            display: inline-block;
            position: absolute;
            left: -30px;
        }

        a {
            color: inherit;
        }
    }
}

.preditec-footer-contacto--telefono {
    p {
        &::before {
            background: url("/wp-content/uploads/2025/03/footer-phone-icon.svg");
        }
    }
}

.preditec-footer-contacto--mail {
    p {
        &::before {
            background: url("/wp-content/uploads/2025/03/footer-mail-icon.svg");
        }
    }
}

.preditec-footer-contacto--contacta {
    p {
        &::before {
            background: url("/wp-content/uploads/2025/03/footer-contact-icon.svg");
        }
    }
}

#preditec-footerprincipal {

    .fusion-button .fusion-button-text::after {
        content: "";
        background: url(https://www.grupoalava.com/wp-content/uploads/2025/03/Pre_flechaR.svg);
        width: 20px;
        height: 15px;
        display: inline-block;
        margin-left: 5px;
        background-repeat: no-repeat;
        right: -5px;
        top: 3px;
        position: relative;
        .icon-alava_arrow2{display: none;}
        .icon-alava_arrow2::before {
            display: none;
            /*content: "";
            background: url(/wp-content/uploads/2024/06/flecha-elementos-menu-footer.svg);
            position: absolute;
            right: -10px;
            fill: none !important;
            width: 10px;
            height: 10px;
            top: 0;
            margin: auto;
            bottom: 0;
            filter: brightness(0) saturate(100%) invert(25%) sepia(76%) saturate(1848%) hue-rotate(332deg) brightness(109%) contrast(90%);*/
        }
        &:hover {
            .fusion-button-text {
                color: var(--awb-custom_color_9) !important;
            }
        }
    }
}
#preditec-footerprincipal .icon-alava_arrow2{display: none;}{}


.contacto-preditec {

    .content-container {
        p {
            font-size: 15px;
        }
    }


    .icon-alava_tel {
        &::before {
            content: "";
            background-image: url("/wp-content/uploads/2025/03/preditec-contacto-phone-icon.svg");
            display: block;
            width: 24px;
            height: 24px;
        }
    }

    .icon-alava_mail {
        &::before {
            content: "";
            background-image: url("/wp-content/uploads/2025/03/preditec-contacto-mail-icon.svg");
            display: block;
            width: 24px;
            height: 24px;
        }
    }
}


.fusion-builder-row-inner:has(.card-contacto) {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;

    .card-contacto {
        width: 100%;
        height: 150px;

        @media (max-width:600px) {
            height: 180px;

        }

        .arrow {
            position: absolute;
            bottom: 24px;
            right: 24px;
        }
    }
}


.preditec-formulario {

    input[type=text] {
        background-color: var(--awb-custom_color_14);
        color: var(--awb-custom_color_17)!important;
    }

    textarea {
        background-color: var(--awb-custom_color_14);
        color: var(--awb-custom_color_17)!important;
    }

    label {
        color: var(--awb-custom_color_17) !important;
    }

    /* Oculta el checkbox nativo */
    input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        min-width: 24px;
        height: 24px;
        margin-right: 8px;
        border: none;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease;
        background-color: var(--awb-custom_color_14);
    }

    /* Estilo cuando está marcado */


    /* Agregar la marca de verificación */
    input[type="checkbox"]:checked::after {
        content: "";
        position: absolute;
        left: 8px;
        top: 2px;
        width: 6px;
        height: 12px;
        border: 2px solid var(--awb-custom_color_17);
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
    }

    .submit {
        background-color: var(--awb-custom_color_9) !important;
        padding: 13px 28px !important;
        border-radius: 0 !important;
    }



}


.card-with-icon {
    position: relative;
    padding-left: 32px;

    &::before {
        content: "";
        background: url(/wp-content/uploads/2025/03/preditec-icon-card.svg);
        background-size: cover;
        display: block;
        width: 19px;
        height: 17px;
        margin-right: 20px;
        left: 20px;
        top: 6px;
        position: absolute;
    }

}


.preditec-slider-cabecera-home {


    border-top-left-radius: 150px !important;


    .swiper-pagination {
        bottom: 30px !important;
    }

    .swiper-pagination-bullet {
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        position: relative;

        &:before {
            content: "";
            width: 21px;
            height: 21px;
            border-radius: 50%;
            border: 1px solid #fff;
            margin: auto;
            position: absolute;
            top: 0;
            left: -7px;
            bottom: 0;
        }
    }
}


.landing-video {

    .video-wrapper {
        position: relative;

        &::before {

            content: "";
            background: url(https://www.grupoalava.com/wp-content/uploads/2025/03/plantilla-landing-video-play-icon.svg);
            width: 206px;
            height: 206px;
            display: block;
            background-size: cover;
            margin: auto;
            position: absolute;
            background-repeat: no-repeat;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }
    }
}


.icon25 i {
    font-size: 25px !important;
}

.fondo-preditec-gris5-boxed>.fusion-builder-row {
    background-color: var(--awb-custom_color_14) !important;
}


.fusion-builder-row-inner:has(.preditec-modulo-descarga-pdf-type2) {
    margin-left: 0 !important;
}

.preditec-modulo-descarga-pdf-type2 {

    width: fit-content !important;

    @media (max-width:600px) {
        max-width: calc(100% - 15px);

    }



    .fusion-column-wrapper {
        border: 1px solid var(--awb-custom_color_13) !important;
        padding: 14px !important;
        border-radius: 4px !important;
        display: grid !important;
        margin-left: 0 !important;
        grid-template-columns: 30px auto auto;


        .titulo {
            font-size: 12px !important;
            line-height: 1.5;
            border-right: 1px solid var(--awb-custom_color_13);
            padding-right: 15px;
        }

        .fusion-image-element:has(.icon2) {
            align-items: center;
            justify-content: center;
            display: flex;
            padding-left: 14px;

        }
    }
}


.landing-listado-columna {
    .fusion-li-item {
        display: flex;
        flex-direction: column;

        .icon-wrapper {
            margin-bottom: 6px;
        }

        .fusion-li-item-content {
            margin-left: 0 !important;
        }
    }

}

[class*="landing-listado"] {
    a {
        color: #000000 !important;
        text-decoration: underline;

        &:hover {
            color: var(--awb-custom_color_9) !important;
        }

    }
}

.order-mobile-2{

    @media (max-width:990px) {
        order: 2 !important;

    }
}



.fondo-preditec-gris5-boxed{

    @media (max-width:990px) {
        width: calc(100% - 30px);
    margin-inline:auto!important;
    padding: 0!important;

    }

  
}


