    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Vina+Sans&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;

    }

    .container-fluid {
        padding: 0;
    }

    /* AGRADECIMIENTO */

    .el-row{
        display: flex;
        align-items: center;
        flex-wrap: wrap;    
    }

    .agradecimiento-cv {
        background-color: #0f0f0f;
        padding: 30px 0;
    }

    .titulo-cv {
        color: #ffffff !important;
        font-family: 'Anton', sans-serif !important;
        font-size: 60px !important;
    }

    .parrafocv {
        color: #90DAFB !important;
        font-family: 'Anton', sans-serif !important;
        font-size: 20px !important;
    }

    .img-cv{
        width: 70%;
    }

    /* BANNER */

    .banner-fv {
        width: 100%;
        max-width: 100%;
    }

    .banner-fv img {
        width: 100%;
        max-width: 100%;
        box-shadow: 0px 0px 4px 0px #888888;
    }


    /* FRASE */
    .seccion-frase {
        background-color: #0f0f0f;
        text-align: center;
        padding: 25px;
        margin: 0 !important;
    }

    .seccion-frase h2 {
        color: #ffff !important;
        font-size: 40px;
        font-family: 'Anton', sans-serif;
    }

    /* BOLETAS*/

    .boletas-seccion {
        background-color: #0f0f0f;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .text-boletas {
        width: 75%;
    }

    .img-boletas-seccion {
        width: 50%;
        text-align: center;
    }

    .boletas-seccion .text-boletas h3 {
        font-family: 'Anton', sans-serif;
        color: #90DAFB;
        font-size: 26px;
        text-align: center;
    }

    .boletas-seccion .text-boletas h2 {
        font-size: 50px;
        color: #90DAFB;
        padding: 20px;
        margin-top: 60px;
        font-family: 'Anton', sans-serif;
        text-align: center;
        margin-top: 60px;
    }

    .boletas-seccion .text-boletas .paso-a-paso-flex .paso-text p {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
    }

    .boletas-flex-pasos {
        width: 50%;
        display: flex;
        flex-direction: column;
    }

    .boletas-flex-pasos-1 {
        display: flex;
        flex-wrap: wrap;
    }

    .paso-a-paso-flex {
        display: flex;
        padding: 10px 50px;
    }

    .paso-numero {
        padding: 10px;
    }

    .img-boletas {
        width: 80%;
    }

    .aliados-seccion {
        text-align: center;
        padding-bottom: 30px;
    }

    .boletas-seccion .text-boletas .aliados h3 {
        color: #D11349;
        font-size: 29px;
    }

    .boletas-seccion .text-boletas .aliados {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 20px;
        flex-direction: column;
    }

    .img-aliado {
        width: 22%;
    }

    /* TÉRMINOS Y CONDICIONES */

    .seccion-mensaje-tyc {
        text-align: center;
        background-color: #0f0f0f;
    }

    .seccion-tyc {
        display: flex;
        background-color: #0f0f0f;
        justify-content: center;
        text-align: center;
        color: #ffffff;
        padding-top: 40px;
    }

    .seccion-tyc a:visited {
        color: #ffffff;
    }

    .mensaje-tyc {
        padding: 20px 25px 6%;
        margin: 0 !important;
        text-align: center;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        color: #ffff;
    }

    .button-49,
    .button-49:after {
        width: 285px;
        height: 76px;
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        background: linear-gradient(45deg, transparent 5%, #FF013C 5%);
        border: 0;
        color: #fff;
        box-shadow: 6px 0px 0px #00E6F6;
        outline: transparent;
        position: relative;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    }

    .button-49:after {
        --slice-0: inset(50% 50% 50% 50%);
        --slice-1: inset(80% -6px 0 0);
        --slice-2: inset(50% -6px 30% 0);
        --slice-3: inset(10% -6px 85% 0);
        --slice-4: inset(40% -6px 43% 0);
        --slice-5: inset(80% -6px 5% 0);

        content: 'ALTERNATE TEXT';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
        text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
        clip-path: var(--slice-0);
    }

    .button-49:hover:after {
        animation: 1s glitch;
        animation-timing-function: steps(2, end);
    }

    @keyframes glitch {
        0% {
            clip-path: var(--slice-1);
            transform: translate(-20px, -10px);
        }

        10% {
            clip-path: var(--slice-3);
            transform: translate(10px, 10px);
        }

        20% {
            clip-path: var(--slice-1);
            transform: translate(-10px, 10px);
        }

        30% {
            clip-path: var(--slice-3);
            transform: translate(0px, 5px);
        }

        40% {
            clip-path: var(--slice-2);
            transform: translate(-5px, 0px);
        }

        50% {
            clip-path: var(--slice-3);
            transform: translate(5px, 0px);
        }

        60% {
            clip-path: var(--slice-4);
            transform: translate(5px, 10px);
        }

        70% {
            clip-path: var(--slice-2);
            transform: translate(-10px, 10px);
        }

        80% {
            clip-path: var(--slice-5);
            transform: translate(20px, -10px);
        }

        90% {
            clip-path: var(--slice-1);
            transform: translate(-10px, 0px);
        }

        100% {
            clip-path: var(--slice-1);
            transform: translate(0);
        }
    }

    @media (min-width: 768px) {

        .button-49,
        .button-49:after {
            width: 290px;
            height: auto;
            padding: 20px 10px;
            /*line-height: 88px;*/
        }
    }

    /* PREGUNTAS FRECUENTES */

    .preguntas-seccion {
        background-color: #0f0f0f;
        text-align: center;
        padding: 6% 40px 40px;
    }

    .preguntas-seccion h2 {
        color: #90DAFB;
        font-family: 'Anton', sans-serif;
        font-size: 50px;
    }

    /* CARRUSEL */
    .cajita-pregunta {
        background-color: #ffffff;
        color: #000000;
        text-align: left;
        margin: 30px;
        padding: 20px;
        height: 400px;
    }

    /* 
    #caja .owl-item:nth-child(odd) .cajita-pregunta {
        background-color: #D11349;
        color: #ffff;
        text-align: left;
        margin: 30px;
        padding: 20px;
        height: 250px;
    }

    #caja .owl-item:nth-child(even) .cajita-pregunta {
        background-color: #ffffff;
        color: #000000;
        text-align: left;
        margin: 30px;
        padding: 20px;
        height: 250px;
    }
    */
    .cajita-pregunta h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 26px;
        font-weight: 900;
        padding-bottom: 10px;
        text-align: center;
    }

    .cajita-pregunta p {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
    }

    /** Flechas **/
    .detalle-proyecto {
        padding: 20px;
    }

    .detalle-proyecto .renders .owl-carousel2 .owl-nav .owl-prev {
        position: absolute;
        top: 48%;
        /*PosiciÃ³n de la flecha*/
        width: 50px;
        height: 50px;
        border-radius: 50% !important;
        background-color: rgba(209, 19, 73, 0.7) !important;
        transition: 0.3s;
        outline: none;
        min-width: auto;
        left: 0px;
        bottom: -60px;
        z-index: 1;
    }

    /** Color de las flechas**/
    .detalle-proyecto .renders .owl-carousel2 .owl-nav .owl-prev span {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font: 0/0 a;
        text-shadow: transparent;
        color: transparent;
    }

    .detalle-proyecto .renders .owl-carousel2 .owl-nav .owl-prev span:before {
        background-image: url(https://corporativo.compensar.com/Style%20Library/webparts/bienestar-fest/2023/imagenes/flecha-btn.png);
        content: "";
        display: block;
        text-align: center;
        width: 30px;
        height: 30px;
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(180deg);
        opacity: 1;
        filter: brightness(10);
    }

    .detalle-proyecto .renders .owl-carousel2 .owl-nav .owl-prev:hover {
        width: 55px;
        height: 55px;
        background-color: rgb(209, 19, 73) !important;
    }

    .detalle-proyecto .renders .owl-carousel2 .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        /*PosiciÃ³n de la flecha*/
        width: 50px;
        height: 50px;
        border-radius: 50% !important;
        background-color: rgba(209, 19, 73, 0.7) !important;
        transition: 0.3s;
        margin: 0 0 0 auto !important;
        outline: none;
        min-width: auto;
        right: 0px;
        bottom: -60px;
        z-index: 1;
    }

    .detalle-proyecto .renders .owl-carousel2 .owl-nav .owl-next span {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font: 0/0 a;
        text-shadow: transparent;
        color: transparent;
    }

    .detalle-proyecto .renders .owl-carousel2 .owl-nav .owl-next span:before {
        background-image: url(https://corporativo.compensar.com/Style%20Library/webparts/bienestar-fest/2023/imagenes/flecha-btn.png);
        content: "";
        display: block;
        text-align: center;
        width: 30px;
        height: 30px;
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1;
        filter: brightness(10);
    }

    .detalle-proyecto .renders .owl-carousel2 .owl-nav .owl-next:hover {
        width: 55px;
        height: 55px;
        background-color: rgb(209, 19, 73) !important;
        box-shadow: none !important;
    }

    .detalle-proyecto .renders .owl-carousel2 .owl-dots {
        position: absolute;
        padding: 0;
        bottom: -43px;
        width: 100%;
        min-width: auto;
        z-index: 0;
        padding: 0px;
    }

    .detalle-proyecto .renders .owl-carousel2 .owl-dots .owl-dot {
        transition: 0.3s;
        min-width: auto;
        outline: none;
    }

    .detalle-proyecto .renders .owl-carousel2 .owl-dots .owl-dot.active span {
        background-color: rgb(209, 19, 73) !important;
        width: 30px !important;
    }

    .detalle-proyecto .renders .owl-carousel2 .owl-dots .owl-dot span {
        margin: 2px !important;
        transition: 0.3s !important;
        background-color: rgba(209, 19, 73, 0.7) !important;
    }

    .owl-carousel .owl-item img {
        border-radius: 20px;
    }

    /* BIENESTAR APP*/

    .seccion-app {
        background-image: url(https://corporativo.compensar.com/convenios-alianzas/Paginas/concierto-carlos-vives/img/fondo-app-bienestar-descubre.jpg);
        background-position: right;
        background-size: cover;
    }

    .bienestar-flex {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        padding: 50px 40px;
    }

    .img-bienestar {
        text-align: right;
        width: 50%;
    }

    .img-bienestar img {
        width: 260px;
    }

    .bienestar-text {
        width: 50%;
        margin-right: 20%;
        text-align: right;
        color: #000000;
    }

    .bienestar-text h2 {
        font-family: 'Anton', sans-serif;
        font-size: 55px;
        color: #000000;
    }

    .bienestar-text h3 {
        font-family: 'Anton', sans-serif;
        font-size: 33px;
        padding-bottom: 20px;
    }

    .bienestar-text h4 {
        font-family: 'Anton', sans-serif;
        font-size: 27px;
        color: #000000;
    }

    .tamaño-logo {
        width: 31%;
        transition: all .5s ease-in-out
    }

    .tamaño-logo:hover {
        box-shadow: 5px 5px 15px #e3e3e3;
        width: 34%;
    }

    .tamaño-logo-2 {
        width: 50%;
        transition: all .5s ease-in-out
    }

    .tamaño-logo-2:hover {
        box-shadow: 5px 5px 15px #e3e3e3;
        width: 55%;
    }

    .none {
        width: 20%;
    }

    /* TABLET */
    @media (max-width: 900px) {

        .img-cv {
            width: 100%;
        }

        .img-bienestar {
            display: none;
        }

        .aliados-seccion {
            text-align: center;
        }

        .boletas-seccion {
            padding: 50px 10px;
        }

        .text-boletas {
            width: 90%;
        }

        .boletas-seccion .text-boletas h3 {
            text-align: center;
            font-size: 24px;
        }

        .boletas-seccion .text-boletas h2 {
            text-align: center;
        }

        .boletas-seccion .text-boletas .aliados {
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
        }

        #caja .owl-item:nth-child(odd) .cajita-pregunta {
            height: auto;
            padding: 30px 20px;
        }

        #caja .owl-item:nth-child(even) .cajita-pregunta {
            height: auto;
            padding: 30px 20px;
        }

        .cajita-pregunta h3 {
            font-size: 20px;
        }

        .bienestar-flex {
            flex-direction: column-reverse;
            padding: 60px 20px;
        }


        .img-bienestar img {
            width: 410px;
        }


        .img-bienestar {
            width: 100%;
        }

        .bienestar-text {
            text-align: center;
            width: 100%;
            margin: 0 !important;
            padding-bottom: 30px;
        }

        .bienestar-text h2 {
            padding: 15px 0;
            font-size: 60px;
        }

        .bienestar-text h4 {
            font-size: 22px;
            display: none;
        }

        .logos-bienestar-flex a {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
        }

        .tamaño-logo {
            width: 37%;
        }

        .tamaño-logo:hover {
            width: 37%;
        }

        .tamaño-logo-2 {
            padding-top: 5px;
            width: 65%;
        }

        .tamaño-logo-2:hover {
            width: 65%;
        }
    }

    @media (min-width:500px) and (max-width: 900px) {
        .img-boletas-seccion {
            display: none;
        }
    }

    /* MOBILE */
    @media (max-width: 500px) {
        .agradecimiento-cv{
            padding: 30px;
        }

        .img-cv{
            width: 100%;
        }

        .boletas-flex-pasos {
            width: 100%;
        }

        .banner-cv {
            height: auto;
        }

        .banner-primero h1 {
            font-size: 100px;
            padding-bottom: 10px;
            line-height: 100px;
        }

        .banner-flex {
            flex-direction: column;
        }

        .text-fecha-banner {
            text-align: center;
            padding-bottom: 140px;
        }

        .logo_girar {
            width: 50%;
        }

        .boletas-seccion {
            padding: 15px;
            flex-direction: column;
            flex-wrap: nowrap;
        }

        .paso-a-paso-flex {
            padding: 10px;
            flex-direction: column;
            align-items: center;
        }

        .text-boletas {
            width: 80%;
            text-align: center;
        }

        .img-boletas-seccion {
            width: 100%;
        }

        .boletas-seccion .text-boletas h2 {
            font-size: 45px;
            margin-top: 0;
            padding: 20px 0;
        }

        .button-49,
        .button-49:after {
            width: 290px;
            height: auto;
            padding: 20px 40px;
            /*line-height: 88px;*/
        }

        .img-bienestar img {
            max-width: 300px;
        }

        #caja .owl-item:nth-child(odd) .cajita-pregunta {
            height: auto;
            padding: 30px;
        }

        #caja .owl-item:nth-child(even) .cajita-pregunta {
            height: auto;
            padding: 30px;
        }

        /**/

        .img-bienestar {
            width: 100%;
        }

        .bienestar-text {
            text-align: center;
            width: 100%;
            margin: 0 !important;
            padding-bottom: 30px;
        }

        .bienestar-text h2 {
            padding: 15px 0;
            font-size: 40px;
        }

        .bienestar-text h4 {
            font-size: 22px;
            display: none;
        }

        .logos-bienestar-flex a {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: center;
        }

        .tamaño-logo {
            width: 55%;
        }

        .tamaño-logo:hover {
            width: 55%;
        }

        .tamaño-logo-2 {
            padding-top: 5px;
            width: 65%;
        }

        .tamaño-logo-2:hover {
            width: 65%;
        }

        /**/

        .preguntas-seccion h2 {
            font-size: 42px;
        }

        .cajita-pregunta {
            margin: auto;
        }

        .preguntas-seccion {
            padding: 55px 40px 40px;
        }
    }