@font-face {
    font-family: 'AvgardnRegular';
    src: url('font/avgardn_regular.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvgarddoItalic';
    src: url('font/avgarddo_italic.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvgarddBold';
    src: url('font/avgardd_bold.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvgardnRegularLigth';
    src: url('font/avgardn_regular-ligth.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'AvgardnRegularLigth';
}

html, body {
    width: 100% !important;
    height: 100% !important;
} 

html {
    scroll-behavior: smooth;
}

header {
    /* height: 86px; */
    background-color: rgba(0, 0, 0, 0.8);
    color: white !important;
}

.row {
    padding: 0;
    margin: 0;
}

.h-a-link {
    display: block;
    text-decoration: none;
    color: white !important;
    width: 100%;
    height: 100%;
}

.font-ar {
    font-family: 'AvgardnRegular' !important;
}

.font-ai {
    font-family: 'AvgarddoItalic' !important;
}

.font-ab {
    font-family: 'AvgarddBold' !important;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.content {
    width: 100%;
    padding: 0;
}

.align-content-end {
    align-content: end;
}

.section-1 {
    min-height: 800px !important;
    display: block;
    width: 100%;
    background-image: url('img/laboral-section-1.png');
    background-size: cover;  /* Escala la imagen para cubrir todo el contenedor */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    color: white !important;
    overflow-x: hidden;
    position: relative;

    & .content {
        min-height: 800px !important;
        width: 100%;

        & > .cutsom-h {
            min-height: 800px !important;
            width: 100%;
        }
    }

    & > .gradient {
        min-height: 800px !important;
        width: 100%;
        background: linear-gradient(
            to right, 
            rgba(0, 0, 0, 1),   /* Negro opaco */
            rgba(0, 0, 0, 0.5067), /* Negro semi-transparente (50.67%) */
            rgba(0, 0, 0, 0.6), /* Negro con opacidad del 60% */
            rgba(0, 0, 0, 0.3)  /* Negro con opacidad del 30% */
        );
    }
    
    & p.title {
        font-size: 64px;
        line-height: 96px;
        font-weight: bold;
        @media (max-width: 576px) {
            word-break: break-all;
        }
    }
    
    & p.description {
        font-size: 24px;
        line-height: 36px;
    }
    
    & p.other {
        font-size: 26px;
        line-height: 36px;
        font-weight: bold;
    }
    
    & button.custom {
        border: 1px solid rgba(255, 255, 255, 1);
        background-color: rgba(0, 0, 0, 0.2);
        color: white;
        padding: 0.5rem 1rem;
        box-shadow: 4px 4px 8px 4px rgba(255, 255, 255, 0.09), inset 4px 4px 4px 0 rgba(255, 255, 255, 0.25);
        font-weight: bold;
    }
    
    & img.img-wa {
        height: 88px;
        width: 88px;
        padding: 0;
        position: absolute;
        right: 2rem;
        bottom: 2rem;
    }
}

.section-2 {
    min-height: 652px !important;
    display: block;
    width: 100%;
    overflow-x: hidden;
    position: relative;

    & .content {
        min-height: 652px !important;
        width: 100%;

        & > .cutsom-h {
            min-height: 652px !important;
            width: 100%;
        }
    }

    & .img-laboral-section-2 {
        background-image: url('img/laboral-section-2.png');
        background-size: cover;  /* Escala la imagen para cubrir todo el contenedor */
        background-position: top; /* Comienza la imagen desde la parte superior */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
        min-height: 652px !important;
    }
    
    & .border-deg {
        position: relative;
        min-height: 652px; /* Ocupa toda la altura de la ventana */
        width: 100%; /* Ocupa toda la anchura de la ventana */
        background-color: #fff;

        &::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 16px; /* Ancho del borde */
            min-height: 652px;
            background: linear-gradient(to bottom, rgba(161, 143, 17, 1), rgba(255, 255, 255, 1));
        }
    }
    
    & p.sub-title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
    }
    
    & p.title {
        font-size: 48px;
        line-height: 58px;
    }
    
    & p.description {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
    }
    
    & p.other {
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
    }
    
    & img.img-arrow {
        height: 48px;
        width: 48px;
        padding: 0;
    }
    
    & span.custom-text {
        font-weight: 700;
        color: rgb(155, 136, 24);
    }
}

.section-3 {
    min-height: auto;
    width: 100%;

    & p.title {
        font-weight: bold;
        font-size: 48px;
        line-height: 72px;
        @media (max-width: 576px) {
            word-break: break-all;
        }
    }
    
    & span.custom-text {
        color: rgba(93, 9, 62, 1)
    }
    
    & p.description {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
    }
    
    & p.other {
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
    }
    
    & button.custom {
        border: 1px solid rgba(0, 0, 0, 1);
        background-color: rgba(0, 0, 0, 1);
        color: white;
        padding: 0.5rem 1rem;
        box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.19), inset 4px 4px 6px 3px rgba(255, 255, 255, 0.36);
    }
    
    & p.options {
        font-size: 24px;
        line-height: 36px;
        text-align: center !important;
        margin-bottom: 0;
    }

    & .card-title {
        font-size: 24px;
        line-height: 36px;
        color: rgb(93, 9, 62);
        font-family: 'AvgardnRegular';
    }

    & .card-text {
        font-size: 16px;
        line-height: 24px;
        font-family: 'AvgardnRegular';

        & .custom-bold {
            font-family: 'AvgarddBold';
        }
    }

    & .min-of-blue {
        min-height: 396px !important;
    }

    & .blue-bg {
        width: 100%;
        background: rgb(27,57,79);
    }

    & .little-img {
        background-image: url('img/laboral-section-3-img-5.png');
        background-size: cover;  /* Escala la imagen para cubrir todo el contenedor */
        background-position: center; /* Centra la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
    }

    & .blue-deg {
        width: 100%;
        background: rgb(27,57,79);
        background: linear-gradient(90deg, rgba(27,57,79,1) 0%, rgba(27,57,79,0.3) 50%, rgba(27,57,79,1) 100%), linear-gradient(180deg, rgba(27,57,79,1) 0%, rgba(27,57,79,0.3) 50%, rgba(27,57,79,1) 100%);
    }

    & .img-content {
        width: 100%;
        min-height: 396px !important;
        display: flex;
        justify-content: center;
        align-items: center;

        & > img {
            padding: 0 3rem;
            max-width: 100%;  /* La imagen nunca será más ancha que su contenedor */
            height: auto;     /* Mantiene la proporción */
        }
    }

    & .blue-description {
        color: white;

        & > span {
            font-family: 'AvgarddBold';
        }
    }

    & p.dif-title {
        text-align: center;
        font-size: 48px;
        line-height: 58px;
        @media (max-width: 576px) {
            word-break: break-all;
        }
    }

    & .border-deg {
        position: relative;
        min-height: 360px; /* Ocupa toda la altura de la ventana */
        width: 100%; /* Ocupa toda la anchura de la ventana */
        background-color: #fff;

        &::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 16px; /* Ancho del borde */
            min-height: 360px;
        }

        &.l-blue::before {
            background: linear-gradient(to bottom, rgba(94, 131, 193, 1), rgba(255, 255, 255, 1));
        }
        &.purple::before {
            background: linear-gradient(to bottom, rgba(93, 9, 62, 1), rgba(255, 255, 255, 1));
        }
        &.gold::before {
            background: linear-gradient(to bottom, rgba(161, 143, 17, 1), rgba(255, 255, 255, 1));
        }
        &.blue::before {
            background: linear-gradient(to bottom, rgba(27, 57, 79, 1), rgba(255, 255, 255, 1));
        }

        & .dif-subtitle {
            font-size: 24px;
            line-height: 36px;
            font-family: 'AvgardnRegular';
            &.l-blue {
                color:rgba(94, 131, 193, 1);
            }
            &.purple {
                color:rgba(93, 9, 62, 1);
            }
            &.gold {
                color:rgba(161, 143, 17, 1);
            }
            &.blue {
                color:rgba(27, 57, 79, 1);
            }
        }
    }
}

.section-4 {
    /* min-height: 2099px !important; */
    width: 100%;

    & p.title {
        font-weight: bold;
        font-size: 48px;
        line-height: 72px;
        text-align: center;
        @media (max-width: 576px) {
            word-break: break-all;
        }
    }

    & p.sub-title {
        font-weight: bold;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }
    
    & p.options {
        font-size: 24px;
        line-height: 36px;
        text-align: center !important;
        margin-bottom: 0;
    }

    & p.sec-4-title {
        font-weight: bold;
        font-size: 36px;
        line-height: 54px;
    }

    & p.sec-4-title-2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 0;
    }

    & p.sec-4-sub-title {
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
    }
    
    & p.sec-4-description {
        font-size: 24px;
        line-height: 36px;
    }
    
    & p.sec-4-description-2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }

    & button.sec-4-custom {
        min-width: 283px !important;
        min-height: 51px !important;
        font-size: 16px;
        line-height: 19px;
        border: 1px solid rgba(255, 255, 255, 1);
        background-color: rgba(0, 0, 0, 0.2);
        color: white;
        padding: 0.5rem 1rem;
        box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.09), inset 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
        font-weight: bold;
    }

    & .sec-4-img-1 {
        min-height: 628px !important;
        width: 100%;
        background-image: url('img/laboral-section-4-img-1.jpg');
        background-size: cover;  /* Escala la imagen para cubrir todo el contenedor */
        background-position: center; /* Centra la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
        color: white !important;

        & > .bg {
            min-height: 628px !important;
            width: 100%;
            background: rgba(27, 57, 79, 0.75) !important;
            & > div.row {
                min-height: 628px !important;
                width: 100%;
            }
        }
    }

    & .sec-4-img-2 {
        min-height: 361px !important;
        width: 100%;
        background-image: url('img/laboral-section-4-img-2.jpg');
        background-size: cover;  /* Escala la imagen para cubrir todo el contenedor */
        background-position: center; /* Centra la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
        color: white !important;

        & > .bg {
            min-height: 361px !important;
            width: 100%;
            background: rgba(93, 9, 62, 0.75) !important;
            & > div.row {
                min-height: 361px !important;
                width: 100%;
            }
        }
    }

    & .sec-4-img-3 {
        min-height: 708px !important;
        width: 100%;
        background-image: url('img/laboral-section-3-img-4.jpg');
        background-size: cover;  /* Escala la imagen para cubrir todo el contenedor */
        background-position: center; /* Centra la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
        color: white !important;

        & > .bg {
            min-height: 708px !important;
            width: 100%;
            background: linear-gradient(90deg, rgba(155,136,24,0.9) 0%, rgba(155,136,24,0.7) 20%, rgba(93,9,62,0.7) 80%, rgba(93,9,62,0.9) 100%) !important;
            /* background: rgba(93, 9, 62, 0.75) !important; */
            & > div.row {
                min-height: 708px !important;
                width: 100%;
            }
        }
    }

    /* Ítems con círculo + para PROTEGE */
    & .plus-item {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    & .plus-circle {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 2px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: #fff;
    }

    & .plus-title {
        font-weight: bold;
        margin-bottom: 0;
    }

    & .plus-desc {
        margin-bottom: 0;
    }
}

.section-5 {
    width: 100%;

    & p.title {
        font-weight: bold;
        font-size: 48px;
        line-height: 72px;
        & > span {
            font-family: 'AvgarddBold' !important;
            color: rgba(155, 136, 24, 1);
        }
    }

    & p.sub-title {
        font-family: 'AvgarddBold' !important;
        font-size: 24px;
        line-height: 36px;
        color: rgba(93, 9, 62, 1);
    }
    
    & p.description {
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
    }

    /* MiPymes extras */
    & .mipymes-icon {
        margin-right: 6px;
    }
    & .mipymes-list-title {
        font-family: 'AvgarddBold' !important;
        font-size: 16px;
        line-height: 24px;
        margin: 1rem 0 0.25rem 0;
        color: rgba(27, 57, 79, 1);
    }
    & .mipymes-list {
        padding-left: 1rem;
        margin-bottom: 1rem;
    }
    & .mipymes-benefit {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

    & .sqr-content {
        height: 300px;
        width: 300px;
        border-radius: 10px;
        color: white !important;
        background-size: cover;  /* Escala la imagen para cubrir todo el contenedor */
        background-position: center; /* Centra la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
        margin: 0 auto;
        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    & .rec-content {
        height: 300px;
        width: 416px;
        border-radius: 10px;
        color: white !important;
        background-size: cover;  /* Escala la imagen para cubrir todo el contenedor */
        background-position: center; /* Centra la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
        margin: 0 auto;
        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    & .sqr-deg {
        border-radius: 10px;
        height: 100%;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
    }

    & p.sqr-title {
        font-weight: bold;
        font-size: 24px;
        line-height: 36px;
    }

    & p.sqr-title-2 {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    
    & p.sqr-description {
        font-size: 16px;
        line-height: 24px;
    }

    & .square-1 {
        background: rgba(27, 57, 79, 1);
    }

    & .square-2 {
        background-image: url('img/laboral-section-5-img-1.jpg');
    }

    & .square-3 {
        background-image: url('img/laboral-section-5-img-2.jpg');
    }

    & .square-4 {
        background-image: url('img/laboral-section-5-img-3.jpg');
    }

    & .rectangle-1 {
        background-image: url('img/laboral-section-5-img-4.jpg');
    }

    & .rectangle-2 {
        background-image: url('img/laboral-section-5-img-5.jpg');
    }

    & .rectangle-3 {
        background-image: url('img/laboral-section-5-img-6.jpg');
    }

    & p.title-2 {
        font-size: 48px;
        line-height: 72px;
        font-weight: bold;
        text-align: center;
    }

    & p.description-2 {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        text-align: center;
    }
    
    & button.custom {
        border: 1px solid rgba(0, 0, 0, 1);
        background-color: rgba(0, 0, 0, 1);
        color: white;
        padding: 0.5rem 1rem;
        box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.19), inset 4px 4px 6px 3px rgba(255, 255, 255, 0.36);
    }

    & .sqr-color-content {
        border-radius: 10px;
        margin: 0 auto;
        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin: 1rem 2rem;

        & div.circle {
            height: 62px;
            width: 62px;
            border-radius: 100%;
        }

        & p.title-sqr {
            font-size: 24px;
            line-height: 36px;
            font-weight: bold;
            margin-top: 1rem;
            margin-bottom: 0;
        }
    
        & p.description-sqr {
            font-size: 13px;
            line-height: 24px;
            font-weight: bold;
            text-align: justify;
        }

        &.square-color-1 {
            border: 1px solid rgba(27, 57, 79, 1);

            & div.circle {
                background: radial-gradient(rgba(27, 57, 79, 1), rgba(217, 231, 242, 0.1));
            }

            & p.title-sqr {
                color: rgba(27, 57, 79, 1);
            }
        }

        &.square-color-2 {
            border: 1px solid rgba(93, 9, 62, 1);

            & div.circle {
                background: radial-gradient(rgba(93, 9, 62, 1), rgba(217, 231, 242, 0.1));
            }

            & p.title-sqr {
                color: rgba(93, 9, 62, 1);
            }
        }

        &.square-color-3 {
            border: 1px solid rgba(161, 143, 17, 1);

            & div.circle {
                background: radial-gradient(rgba(161, 143, 17, 1), rgba(217, 231, 242, 0.1));
            }

            & p.title-sqr {
                color: rgba(161, 143, 17, 1);
            }
        }

        &.square-color-4 {
            border: 1px solid rgba(35, 96, 95, 1);
            border-radius: 10px;

            & div.circle {
                background: radial-gradient(rgba(35, 96, 95, 1), rgba(217, 231, 242, 0.1));
            }

            & p.title-sqr {
                color: rgba(35, 96, 95, 1);
            }
        }
    }

    & .img-clock {
        /* min-height: 704px; */
        background-image: url('img/laboral-section-5-img-7.jpg');
        background-size: cover;  /* Escala la imagen para cubrir todo el contenedor */
        background-position: center; /* Centra la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */

        & .title-2 {
            color: white;
        }        

        & .bg-clock-black-deg {
            display: inline-block;
            min-height: 704px;
            background: linear-gradient(180deg, rgba(0,0,0,0.5) 100%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 0%);
        }
    }

    & .sqr-colored-content {
        border-radius: 10px;
        margin: 0 auto;
        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin: 1rem 2rem;
        color: white;
        height: 100%;

        & .bg-black-deg {
            border-radius: 10px;
            height: 100%;
            background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.5) 100%);
        }

        & p.title-sqr {
            font-size: 24px;
            line-height: 36px;
            font-weight: bold;
            margin-top: 1rem;
            margin-bottom: 0;
            color: white;
        }
    
        & p.description-sqr {
            font-size: 13px;
            line-height: 24px;
            font-weight: bold;
            text-align: justify;
        }

        &.square-colored-1 {
            background-color: rgba(27, 57, 79, 1);
            & ul li::marker {
                color: rgba(99, 135, 195, 1);
                font-size: 1.5rem;
            }
        }

        &.square-colored-2 {
            background-color: rgba(35, 96, 95, 1);
            & ul li::marker {
                color: rgba(23, 169, 160, 1);
                font-size: 1.5rem;
            }
        }

        &.square-colored-3 {
            background-color: rgba(96, 14, 66, 1);
            & ul li::marker {
                color: rgba(202, 32, 140, 1);
                font-size: 1.5rem;
            }
        }
    }

    /* Estilos para MiPymes */
    & .mipymes-section-title {
        font-family: 'AvgarddBold' !important;
        font-size: 36px;
        line-height: 54px;
        font-weight: bold;
        color: rgba(93, 9, 62, 1);
        margin-bottom: 0.5rem;
    }

    & .mipymes-section-subtitle {
        font-size: 18px;
        line-height: 27px;
        color: rgba(93, 9, 62, 1);
        font-style: italic;
        margin-bottom: 0;
    }

    & .mipymes-card {
        border: 2px solid rgba(93, 9, 62, 0.3);
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;

        &:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
    }

    & .mipymes-card-body {
        padding: 1.5rem;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    & .mipymes-card-title {
        font-family: 'AvgarddBold' !important;
        font-size: 20px;
        line-height: 30px;
        color: rgba(93, 9, 62, 1);
        margin-bottom: 1rem;
    }

    & .mipymes-card-text {
        font-size: 16px;
        line-height: 24px;
        color: #333;
        text-align: justify;
        flex-grow: 1;
        margin-bottom: 0;
    }

    & .mipymes-demand-card {
        border: 2px solid rgba(27, 57, 79, 0.3);
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;

        &:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
    }

    & .mipymes-demand-card-body {
        padding: 1.5rem;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    & .mipymes-demand-card-title {
        font-family: 'AvgarddBold' !important;
        font-size: 22px;
        line-height: 32px;
        color: rgba(27, 57, 79, 1);
        margin-bottom: 1rem;
    }

    & .mipymes-demand-card-text {
        font-size: 16px;
        line-height: 24px;
        color: #333;
        text-align: justify;
        flex-grow: 1;
        margin-bottom: 1.5rem;
    }
}

.section-6 {
    width: 100%;
    min-height: 1361px;
    & > .content {
        display: inline-block;
        & > .row {
            background: linear-gradient(135deg, rgba(155, 136, 24, 1) 25%, rgba(93, 9, 62, 1) 75%, rgba(27, 57, 79, 1) 100%);
        }
    }

    & .bg-special {
        background-color: rgba(0, 0, 0, 0.3);
    }

    & p.title {
        font-size: 48px;
        line-height: 57px;
        color: white !important;
    }

    & p.sub-title {
        font-family: 'AvgarddBold' !important;
        font-size: 16px;
        line-height: 24px;
        color: white !important;
    }
    
    & p.description {
        font-size: 24px;
        line-height: 36px;
        text-align: justify;
        color: white !important;
        
        & > span {
            font-weight: bold;
        }
    }

    & p.description-2 {
        font-size: 20px;
        line-height: 30px;
        text-align: justify;
        color: white !important;
    }
    
    & button.custom {
        border: 1px solid rgba(255, 255, 255, 1);
        background-color: rgba(0, 0, 0, 0.2);
        color: white;
        padding: 0.5rem 1rem;
        box-shadow: 4px 4px 8px 4px rgba(255, 255, 255, 0.09), inset 4px 4px 4px 0 rgba(255, 255, 255, 0.25);
        font-weight: bold;
    }

    & .cutsom-min-h {
        min-height: 508px;
    }

    & .border-deg {
        position: relative;
        width: 100%;
        background-color: #fff;

        &::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 16px;
            min-height: 508px;
            background: linear-gradient(to bottom, rgba(161, 143, 17, 1), rgba(255, 255, 255, 1));
        }
    }

    & p.title-2 {
        font-family: 'AvgarddBold' !important;
        font-size: 48px;
        line-height: 57px;
    }

    & p.sub-title-2 {
        font-family: 'AvgarddBold' !important;
        font-size: 24px;
        line-height: 36px;
        
        & > span {
            font-family: 'AvgarddBold' !important;
            color: rgba(164, 146, 24, 1);
        }
    }
    
    & p.description-3 {
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        font-weight: bold;
    }

    & .custom-img-baw {
        max-height: 103px;
        filter: grayscale(100%);
    }
}

/* Cursor pointer para elementos clickeables */
.h-a-link:hover,
button.custom:hover,
button.sec-4-custom:hover,
p[data-scroll-target]:hover {
    cursor: pointer !important;
}

/* Para el texto "Conoce más sobre nuestros servicios" */
.other:hover {
    cursor: pointer !important;
}

.section-7 {
    width: 100%;
    & > .content {
        display: inline-block;
        & > .row {
            
            &.blue {
                background: rgba(27, 57, 79, 1);
            }

            & img.lines {
                max-width: 438px;
                max-height: 828px;
                position: absolute;
            }
        }
    }

    & p.principal-title {
        font-size: 48px;
        line-height: 57px;
        color: white !important;
        text-align: center;
    }

    & .carousel {
        min-height: 500px;


        & > .carousel-inner {
            align-content: center;
            min-height: 460px;
            & > .carousel-item  {
                & > .card {
                    min-width: 300px;
                    max-width: 714px;
                    min-height: 400px;
                    margin: 0 auto;
                    text-align: center;
    
                    & p.card-description {
                        font-size: 20px;
                        line-height: 30px;
                        font-weight: bold;
                    }

                    & p.card-name {
                        font-family: 'AvgarddBold' !important;
                        font-size: 20px;
                        line-height: 30px;
                    }

                    & p.card-ocupation {
                        font-size: 20px;
                        line-height: 30px;
                    }
                }
            }
        }
    }

    & .more {
        & p.title {
            font-weight: bold;
            font-size: 48px;
            line-height: 72px;
        }

        & p.description {
            font-weight: bold;
            font-size: 20px;
            line-height: 30px;
        }
    
        & button.custom {
            border: 1px solid rgba(0, 0, 0, 1);
            background-color: rgba(0, 0, 0, 1);
            color: white;
            padding: 0.5rem 1rem;
            box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.19), inset 4px 4px 6px 3px rgba(255, 255, 255, 0.36);
        }
    }

    & .cards {
        & .card {
            box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.19), inset 4px 4px 6px 3px rgba(255, 255, 255, 0.36);
        }

        & p.title {
            font-weight: bold;
            font-size: 24px;
            line-height: 26px;
            color: rgba(93, 9, 62, 1);
        }

        & p.date {
            font-weight: bold;
            font-size: 14px;
            line-height: 21px;
            color: rgb(130, 130, 130);
        }

        & p.text {
            font-weight: bold;
            font-size: 16px;
            line-height: 24px;
            color: rgb(130, 130, 130);
        }
    
        & .badge {
            border: 2px solid rgb(130, 130, 130);
            color: rgb(130, 130, 130);
            border-radius: 25px;
        }
    }
}

.section-8 {
    width: 100%;
    & > .content {
        & > .contact-image {
            background-image: url('img/laboral-section-8-img-1.jpg');
            background-size: cover;  /* Escala la imagen para cubrir todo el contenedor */
            background-position: center; /* Centra la imagen */
            background-repeat: no-repeat; /* Evita que la imagen se repita */
            min-height: 646px;
            color: white;

            & > .contact-bg {
                background: rgba(27, 57, 79, 0.8);
                min-height: 646px;

                & .title {
                    font-size: 48px;
                    line-height: 57px;
                }

                & p.description {
                    font-size: 24px;
                    line-height: 36px;

                    & span {
                        color: rgba(155, 136, 24, 1);
                    }
                }

                & p.contact-title {
                    font-family: 'AvgarddBold' !important;
                    font-size: 24px;
                    line-height: 36px;
                }
            }
        }

        & > .form-image {
            background-image: url('img/laboral-section-8-img-2.jpg');
            background-size: cover;  /* Escala la imagen para cubrir todo el contenedor */
            background-position: center; /* Centra la imagen */
            background-repeat: no-repeat; /* Evita que la imagen se repita */
            min-height: 740px;
            color: white;

            & > .form-bg {
                background: rgba(0, 0, 0, 0.8);
                min-height: 740px;

                & .form-bg-2 {
                    display: inline-block;
                    background: rgba(93, 9, 62, 0.76);
                    width: 100%;

                    & > .row {
                        min-height: 740px;
                    }

                    & .title {
                        font-size: 48px;
                        line-height: 57px;
                        text-align: center;
                    }

                    & .sub-title {
                        font-size: 20px;
                        line-height: 30px;
                        text-align: center;
                    }
    
                    & p.description {
                        font-size: 24px;
                        line-height: 36px;
    
                        & span {
                            color: rgba(155, 136, 24, 1);
                        }
                    }
    
                    & p.form-title {
                        font-family: 'AvgarddBold' !important;
                        font-size: 24px;
                        line-height: 36px;
                    }
    
                    & button.custom {
                        border: 1px solid rgba(0, 0, 0, 1);
                        border-left: 3px solid rgba(161, 143, 17, 1);
                        background-color: rgba(0, 0, 0, 1);
                        color: white;
                        padding: 0.5rem 1rem;
                        box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.19), inset 4px 4px 6px 3px rgba(255, 255, 255, 0.36);

                        &:disabled {
                            background-color: rgba(0, 0, 0, 0.6);
                        }
                    }

                    & .input-group {
                        border: 0 !important;
                        & > .input-group-text, .form-control {
                            border: 0;
                            border-radius: 0;
                            border-bottom: 2px solid white;
                            background-color: rgba(255, 255, 255, 0.5) !important;
                            color: white;
                        }
                        & > .form-control::placeholder {
                            color: white;
                        }
                    }

                    & .form-select {
                        border: 0;
                        border-radius: 0;
                        border-bottom: 2px solid white;
                        background-color: rgba(255, 255, 255, 0) !important;
                        color: white;

                        & > option {
                            color: black;
                        }
                    }
                }

            }
        }
    }
}

footer {
    color: white;
    & > .content {
        /* min-height: 454px; */
        background: rgba(49, 54, 56, 1);
    }

    & .title {
        font-family: 'AvgarddBold' !important;
        font-size: 16px;
        line-height: 24px;
    }

    & .sub-title {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        margin-bottom: 0;
        
        & > img {
            max-width: 16px;
        }
    }

    & p.text {
        font-size: 14px;
        line-height: 21px;

        &.underline {
            text-decoration: underline;
        }
    }

    & .sm-icons {
        max-width: 24px;
    }

    & .row.other {
        background: rgba(255, 255, 255, 0.1);
    }
}

.text-justify {
    text-align: justify;
}

.head-h-logo {
    height: 86px !important;
}

.cus-head-h {
    height: 43px !important;
}

.h-option {
    cursor: pointer;
}

.card {
    border: none;
    & .card-header {
        padding: 0;
        height: 231px;
        background-size: cover;  /* Escala la imagen para cubrir todo el contenedor */
        background-position: center; /* Centra la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
        & > .gradient {
            border-radius: 12px 12px 0 0;
            position: absolute;
            height: inherit; /* Ocupa toda la altura de la ventana */
            width: 100%; /* Ocupa toda la anchura de la ventana */
            background: linear-gradient(
                to top, 
                rgba(93, 9, 62, 0.53),
                rgba(93, 9, 62, 0)
            );
            & > img {
                height: 231px;
            }
        }
    }
}

/* Tamaño extra grande: xl (>=1200px) */
@media (min-width: 1200px) {
    .cus-head-h {
        height: 86px !important;
    }
}
/* Tamaño grande: lg (>=992px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .cus-head-h {
        height: 43px !important;
    }
}
/* Tamaño mediano: md (>=768px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .cus-head-h {
        height: 43px !important;
    }
}
/* Tamaño pequeño: sm (>=576px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .cus-head-h {
        height: 43px !important;
    }
}
/* Tamaño mediano: md (>=768px) */
@media (min-width: 768px)  {
    .cus-bord-r {
        border-right: 1px solid rgba(0, 0, 0, 0.5);
    }
    .cus-bord-l {
        border-left: 1px solid rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 768px)  {
    .collapse {
        display: block !important;
        &:not(.show) {
            display: none;
        }
    }
    
    .collapsing {
        height: 0;
        overflow: hidden;
        @include transition($transition-collapse);
    
        &.collapse-horizontal {
            width: 0;
            height: auto;
            @include transition($transition-collapse-width);
        }
    }
}