﻿

:root {
    --white-color: #ffffff;
    --black-color: #000206;
    --black-color-transp: rgba(0,0,0,0.7);
    --black-color-transp2: rgba(0,0,0,0.5);
    --grey-dark-color: #cccccc;
    --grey-light-color: #eeeeee;
    --blue-color: #43918a;
}






 /*<uniquifier > : Use a unique and descriptive class name
<weight > : Use a value from 100 to 900*/

.montserrat-thin {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}
.montserrat-regular {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.montserrat-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.bold {
    font-weight:800!important
}
.medium {
    font-weight: 600 !important
}
.regular{
    font-weight:400!important;
}

.light {
    font-weight: 300!important;
}
.underline{
    text-decoration:underline;
}
/*****************************************************************/
/*1. CONTENEDORES GENERALES Y SCROLLVIEW */
/********************************************************************/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


html, body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: var(--white-color);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--black-color);
    position: relative;
    height: 100%;
    width: 100%;
}



html {
    /*smoothscroll en las anclas por css  sin hacerlo por js*/
    scroll-behavior: smooth;
    /*padding del scroll al ancla: navBar (80px) + #menuServicios fijo (80px de min-height) = 160px,
    así el título de la sección no queda tapado debajo de ambos al saltar a un ancla*/
    scroll-padding-top: 160px;
}
@media(max-width:746px) {
    html {
        /*navBar en móvil (95px) + #menuServicios (80px)*/
        scroll-padding-top: 175px;
    }
}
body {
    /*overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;*/
    /*nuevo*/
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
  
}

        body::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #eee;
        }

        body::-webkit-scrollbar {
            width: 15px;
            background-color: #eee;
        }

    body::-webkit-scrollbar-thumb {
        background-color: var(--blue-color);
        border: 0px solid var(--blue-color);
    }



.containerWeb {
    /*width: 100%;
  
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;*/
    /*PADDING TOP HEIGHT MENU*/
    /*padding-top: 112px;*/
    /*PRUEBAS PARA TENER SECCIONES HEIGHT 100% SIN VH*/
    width: 100%;
    /*padding-top: 80px;*/
    /* max-width: 2048px; */
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    box-sizing:border-box;
}

    /*@media(max-width:500px) {
        .containerWeb {
            padding-top: 70px;
        }
    }*/

    .content {
        width: 90%;
        max-width: 1366px;
        margin: 0 auto;
    }
.contentXL {
    width: 90%;
   
    margin: 0 auto;
}



.dFlexPcBlockMobile {
    display: block;
    padding-top: calc(80px + 3vh); padding-bottom:calc(80px + 3vh)
}




/*en pantallas estrechas (portrait) y pantallas muy bajas no aplica que sea el 100% altura pantalla porque no entraria*/
/*ESTO APLICA PARA PANTALLAS DE PC Y ALTAS*/
@media(min-width:767px) and (min-height:768px) {

    .dFlexPcBlockMobile {
        display: flex;
    }

}
    ::selection {
        background: var(--blue-color);
        color: var(--white-color);
    }





/********************************************/
/*TAMAÑOS TEXTOS PARA pantallas bajas y  moviles*/
/*****************************************************/
html, body {
    font-size: 16px;
    line-height: 1.3em;
}

.pointer{
    cursor:pointer;
}


.psmall {
    font-size: 14px;
}

.pXXsmall {
    font-size: 10px;
}

.pMed {
    font-size: 4vw;
    line-height: 4.4vw;
}

.tituloHeaderXL {
    font-size: 10vw;
    font-weight: 300;
    line-height: 10vw;
    /**/
}

.tituloSection {
    font-size: 8vw;
    font-weight: 300;
    line-height: 8vw;
    font-weight: 600;
    /**/
}



    .counter {
        font-size: 60px;
        margin-top:30px;
        margin-bottom:40px;
    }

@media screen and ( min-width:769px) {
    .counter {
        font-size: 30px;
    }
}
@media screen and ( min-width:1300px) {
    .counter {
        font-size: 40px;
    }
}

    .outerTextVertical {
        /*definir de altura de dos textos ancho para safari*/
        width: 16vw;
    }

    .innerTextVertical {
        /*definir de altura de dos textos tituloSection ancho para safari*/
        width: 16vw;
    }


    .subtituloSection {
        font-size: 5vw;
        font-weight: 300;
        line-height: 5vw;
        font-weight: 600;
        /**/
    }



    /*TAMAÑOS TEXTOS*/

    /********************************************/
    /* PARA PANTALLAS GRANDES*/
    /********************************************/
    /*@media(min-width:767px) and (min-height:768px) {*/
    @media(min-width:767px) {

        .psmall {
            font-size: 14px;
        }
      
        .pMed {
            font-size: 2vw;
            line-height: 2.4vw;
        }

        .tituloHeaderXL {
            font-size: 4vw;
            font-weight: 300;
            line-height: 4vw;
            /**/
        }

        .tituloSection {
            font-size: 3vw;
            font-weight: 300;
            line-height: 3vw;
            font-weight: 600;
            /**/
        }

        .outerTextVertical {
            /*definir de altura de dos textos ancho para safari*/
            width: 6vw;
        }

        .innerTextVertical {
            /*definir de altura de dos textos tituloSection ancho para safari*/
            width: 6vw;
        }

        .arrowTitle {
            height: 3vw
        }

        .subtituloSection {
            font-size: 2vw;
            font-weight: 300;
            line-height: 2vw;
            font-weight: 600;
            /**/
        }
    }


    @media(min-width:1280px) {
       
        .pMed {
            font-size: 1.6vw;
            line-height: 1.8vw;
        }
    }






















    /* Disable blue highlight on button click */
    img {
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    /* You can do the same for links */
    a {
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    div {
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .bgBlack {
        background-color: var(--black-color);
    }

    .bgRed {
        background-color: var(--blue-color);
    }

    .bgWhite {
        background-color: var(--white-color);
    }

    .bgPurple {
        background-color: var(--blue-color);
    }

    .bgGreyLight {
        background-color: var(--grey-light-color);
    }
    /***********************************************************************/
    /*4. NAV BAR: LOGO + MENÚ BURGUER ***************************/
    /***********************************************************************/
    .navBar {
        padding: 0 5%;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        min-height: 80px;
        /*border-bottom: 2px solid var(--grey-light-color);*/
        background-color: var(--black-color);
        display: flex;
        justify-content: center;
        align-items: center;
    }
/* si la altura del menu crece porque añaden contenidos, ir a ajsutar .fixedMenuServicios , .scroll-up y html*/
    @media(max-width:746px){
        .navBar {
            min-height: 95px;
        }
    }

.idiomaNoActivo::after {
    content: "";
    width: 24px;
    height: 5px;
    background-color: transparent;
    display: flex;
}
.idiomaActivo::after {
    content: "";
    width: 24px;
    height: 5px;
    background-color: var(--blue-color);
    display: flex;
}

.contentMenuX {
    padding: 0 5%;
    width: 100%;
    min-height: 80px;
    display: flex;
}



    .ico90 {
        width: 90px;
    }

    .ico100 {
        width: 100px;
    }




    .grid3Columns {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
    }

.grid2Columns {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr ;
    justify-content: center;
}




    .rwd {
        max-width: 100%;
        height: auto;
    }

    .imgWhite {
        filter: brightness(0) invert(1);
    }

    .rwd80 {
        max-width: 84%;
        height: auto;
    }
.maxWidth600 {
    width: 100%;
    max-width: 600px;
}
.logoHeader {
    width: 300px;
}
    .sedeMenu{
        font-size:20px;
    }

    @media(max-width:500px) {
        .logoHeader {
            width: 160px;
        }
        .sedeMenu {
            font-size: 14px;
        }

    }

    .hidden {
        visibility: hidden;
    }

    .menuCollapse {
        position: fixed;
        z-index: 99999;
        width: 100%;
        height: 100%;
    }

    .logoMenuContent {
        height: 70vh;
    }

    .boxMenu {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex: 1 1 0;
        /*justify-content:space-between;*/
        align-items: center;
        /*background-image: url("/Content/images/master/logos/logo-SUJ-blanco-menu.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left center;*/
        background-color: var(--blue-color);
        /*display:none;*/
        cursor: pointer;
        /*height:0;*/
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 0;
    }

        .boxMenu::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #eee;
        }

        .boxMenu::-webkit-scrollbar {
            width: 10px;
            background-color: #eee;
        }

        .boxMenu::-webkit-scrollbar-thumb {
            background-color: var(--blue-color);
            border: 0px solid var(--blue-color);
        }

    .boxItemsMenu {
        height: 100%;
        width: fit-content;
        display: flex;
        flex-direction: row;
        flex: 1;
        justify-content: center;
        align-items: center;
        grid-gap: 5vh;
    }

    @media(max-width:500px) {
        .boxItemsMenu {
            padding-left: 20px !important;
            padding-right: 20px !important;
            box-sizing: border-box;
        }
    }

    .boxLInksMenu {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: center;
        align-items: flex-start;
        grid-gap: 5vh;
    }

    .itemMenu {
        display: flex;
        flex-direction: row;
        grid-gap: 20px;
        flex-wrap: nowrap;
        color: var(--white-color);
        font-size: 3vw;
        width: 100%;
        justify-content: flex-start;
        font-family: 'Montserrat', FontAwesome;
        transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    }

        .itemMenu:hover {
            opacity: 1;
            color: var(--black-color)
        }

    @media(max-width:1010px) {
        .itemMenu {
            font-size: 30px;
        }
    }

    @media(max-width:438px) {
        .itemMenu {
            font-size: 24px;
        }
    }


    .circleMenuRRSS {
        background-color: var(--white-color);
        width: 60px;
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        cursor: pointer;
        transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    }

        .circleMenuRRSS > i {
            color: var(--blue-color);
        }

        .circleMenuRRSS:hover {
            background-color: var(--black-color);
        }

            .circleMenuRRSS:hover > i {
                color: var(--blue-color);
            }




    .itemMenu img {
        width: 20px;
    }

    /*selector idioma*/
    .languageSelect {
        position: relative;
        cursor: pointer;
    }

    .boxOptionsSelect {
        position: absolute;
        top: 40px;
        z-index: 9;
        right: 0;
        width: 100%;
        background-color: var(--white-color);
        padding: 10px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 10px;
        justify-content: center;
        width: 140px;
    }


    .optionSelectIdioma {
        text-align: right;
    }

    /*rotate animation arrow de selector y collapses*/

    .fa-chevron-down {
        transform: rotate(0deg);
        transition: transform 0.3s linear;
    }

        .fa-chevron-down.open {
            transform: rotate(-180deg);
        }

    /***********************************************************************/
    /* 5. FOOTER ***************************/
    /***********************************************************************/

    .mtsiguenos {
        margin-top: 10vw !important;
    }

    footer {
        background-color: var(--black-color);
        padding: 80px 5%;
    }


        footer i {
            font-size: 25px;
            color: var(--black-color);
        }

    .circleFooter {
        background-color: var(--blue-color);
        width: 60px;
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        cursor: pointer;
        transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    }

        .circleFooter:hover {
            background-color: var(--white-color);
        }

            .circleFooter:hover > i {
                color: var(--black-color);
            }

    footer a {
        color: var(--white-color) !important;
    }

    footer p {
        color: var(--white-color) !important;
    }

    .logoFooter {
        width: 30vw;
        min-width: 300px;
    }
    /*********************************************************************************************/
    /*6. CLASES DE ESTRUCTURA GENERAL ( COLUMNAS, ROWS...) ****************************************/
    /*********************************************************************************************/
    .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .rowReverse {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    @media(max-width:768px) {
        .rowReverse {
            flex-direction: column-reverse;
        }
    }
.gap5 {
    grid-gap: 5px;
}
    .gap10 {
        grid-gap: 10px;
    }

    .gap20 {
        grid-gap: 20px;
    }

    .gap30 {
        grid-gap: 30px;
    }

    .gap40 {
        grid-gap: 40px;
    }

    .gap50 {
        grid-gap: 50px;
    }

    .gap5vw {
        grid-gap: 5vw;
    }

    .gap8vw {
        grid-gap: 8vw;
    }

    .gap10vw {
        grid-gap: 10vw;
    }

    .gap15vw {
        grid-gap: 15vw;
    }

    .gap3vw {
        grid-gap: 3vw;
    }

    .gapMenuIdioma {
        grid-gap: 50px;
    }

    @media(max-width:600px) {
        .gapMenuIdioma {
            grid-gap: 20px;
        }
    }


    .gap60 {
        grid-gap: 60px;
    }

    .gapicosCols {
        grid-gap: 10vw;
    }

    .nowrap {
        flex-wrap: nowrap;
    }

    .row-space-between {
        justify-content: space-between;
    }

    .row-space-between-Landscape {
        justify-content: space-between;
    }

    @media(max-width:843px) {
        .row-space-between-Landscape {
            justify-content: center;
        }
    }

    .centerVerticalHorizontal {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .col-space-beetween {
        justify-content: space-between;
    }

    .col-space-evenly {
        justify-content: space-evenly;
    }

    .col-flex-end {
        align-items: flex-end;
    }

    .row-space-evenly {
        justify-content: space-evenly;
    }

    .row-flex-end {
        justify-content: flex-end;
    }

    .rowCenter {
        justify-content: center;
    }
.rowCenterHorizontal {
    justify-content: center;
}
    .rowCenterVertical {
        align-items: center;
    }

    .rowBottomVertical {
        align-items: flex-end;
    }

    .h100pc {
        height: 100%;
    }

    .w100 {
        width: 100%;
    }

    .wfitContent {
        width: fit-content;
    }

    .flex1 {
        flex: 1 !important;
    }

    .colTextLeft {
        align-items: flex-start;
    }

    .colTextCenter {
        align-items: center;
    }

    .colTextRight {
        align-items: flex-end;
    }

    .colVerticalTop {
        justify-content: flex-start;
    }

    .colVerticalCenter {
        justify-content: center;
    }

    .colVerticalCenterPcTopMobile {
        justify-content: center;
    }

    @media(max-width:768px) {
        .colVerticalCenterPcTopMobile {
            justify-content: flex-start;
        }
    }

    .colVerticalBottom {
        justify-content: flex-end;
    }



    .col, .col-7, .col-8, .col-10, .col-11 {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
    }

    .col-md, .col-md-7, .col-md-8, .col-md-10, .col-md-11 {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        /*sin esto, el "mínimo automático" de un flex-item se calcula por contenido: si dentro hay algo que
        pueda reclamar más ancho del que le toca (ej. un swiper antes de que su JS termine de medir los
        slides), la columna se niega a encogerse por debajo de eso y salta de línea entera*/
        min-width: 0;
    }

    .col-lg, .col-lg-7, .col-lg-8, .col-lg-10, .col-lg-11 {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
    }

    .col {
        flex: 1
    }

    .col-7 {
        flex: 1.5
    }


    .col-8 {
        flex: 2
    }

    .col-10 {
        flex: 3.3;
    }

    .col-11 {
        flex: 4;
    }

    .dflex {
        display: flex;
    }

    .displayLandscape {
        display: none;
    }

    .displayPortrait {
        display: block;
    }

    .displayLandscapeLg {
        display: none;
    }

    .displayPortraitLg {
        display: block;
    }

    .mt40Portrait {
        margin-top: 40px;
    }

    .mt20Portrait {
        margin-top: 20px;
    }

    .comillasHome {
        max-width: 40%;
    }

    .w100pcMobile {
        width: 100%;
    }

    @media(min-width:1085px) {
        .displayLandscapeLg {
            display: block;
        }

        .displayPortraitLg {
            display: none;
        }
    }

    /*pantallas de pc MD*/
    @media screen and ( min-width:769px) {
        .w100pcMobile {
            width: auto;
        }

        .comillasHome {
            max-width: 100%;
        }

        .displayLandscape {
            display: block;
        }

        .displayPortrait {
            display: none;
        }

        .mt40Portrait {
            margin-top: 0;
        }

        .mt20Portrait {
            margin-top: 0;
        }

        .col-md {
            flex: 1
        }

        .col-md-7 {
            flex: 1.5
        }

        #boxTransparentCalculoWidthSlider {
            width: 100%;
            height: 20px;
            background-color: blue;
        }

        .col-md-8 {
            flex: 2
        }

        .col-md-10 {
            flex: 3.3;
        }

        .col-md-11 {
            flex: 4;
        }
    }

    .w85bigScreen {
        width: 100%;
    }

    .rwd80Mv50 {
        max-width: 50%;
    }

    .colTextCenterLgLeftPortrait {
        align-items: flex-start;
    }

    /*LG*/
    @media screen and ( min-width:1092px) {
        .colTextCenterLgLeftPortrait {
            align-items: center;
        }

        .rwd80Mv50 {
            max-width: 80%;
        }

        .w85bigScreen {
            /*width: 85%;*/
            width: 95%;
        }

        .col-lg {
            flex: 1
        }

        .col-lg-7 {
            flex: 1.5
        }


        .col-lg-8 {
            flex: 2
        }

        .col-lg-10 {
            flex: 3.3;
        }

        .col-lg-11 {
            flex: 4;
        }
    }


    /**********************************************************************************/
    /*7. CLASES DE ANCHOS, MÁRGENES, PADDINGS....  *********************/
    /*********************************************************************************/


    .mauto {
        margin: auto;
    }

    .mlrauto {
        margin-left: auto;
        margin-right: auto;
    }
.ml5 {
    margin-left: 5px;
}
    .ml10 {
        margin-left: 10px;
    }

    .mt10 {
        margin-top: 10px;
    }

    .mr5 {
        margin-right: 5px;
    }

    .mr10 {
        margin-right: 10px;
    }

    .mr20 {
        margin-right: 20px;
    }

    .mt20 {
        margin-top: 20px;
    }

    .mt30 {
        margin-top: 30px;
    }

    .mt40 {
        margin-top: 40px;
    }

    .mt50 {
        margin-top: 50px;
    }

    .mt60 {
        margin-top: 60px;
    }

    .mt20vw {
        margin-top: 20vw;
    }

    .mt10vw {
        margin-top: 10vw;
    }

    .mt5vw {
        margin-top: 5vw;
    }

    .pb30 {
        padding-bottom: 30px !important;
    }

    .pt10 {
        padding-top: 10px !important;
    }

    .pl60.mb20 {
        margin-bottom: 20px;
    }

    .mb10 {
        margin-bottom: 10px;
    }


    .mt60 {
        margin-top: 60px;
    }

    .mt80 {
        margin-top: 80px;
    }
.mb80 {
    margin-bottom: 80px;
}
.mt120 {
    margin-top: 120px;
}
.mt150 {
    margin-top: 150px;
}

    .p0 {
        padding: 0 !important;
    }


    .plr10px{
        padding-left:10px;
        padding-right:10px;
    }
    /**********************************************************************/
    /* 8. CLASES PARA TEXTOS, COLORES DE FONDO  *****************************/
    /************************************************************************/

    a {
        cursor: pointer;
        text-decoration: none;
        /*color: #c0e135*/
    }

    h2 {
        font-size: 40px;
        font-weight: bold
    }

    h3 {
        font-size: 20px;
        font-weight: 400
    }

    .text-right {
        text-align: right !important;
    }

    .text-center {
        text-align: center;
    }

    .text-left {
        text-align: left;
    }

    .uppercase {
        text-transform: uppercase;
    }

    .whiteColor {
        color: var(--white-color) !important;
    }

    .blueColor {
        color: var(--blue-color) !important;
    }

    .whiteBg {
        background-color: var(--white-color);
    }


    .blueBg {
        background-color: var(--blue-color) !important;
    }



    .blackColor {
        color: var(--black-color);
    }





    /*.bold {
        font-weight: bold;
    }*/


    /**********************************************************************/
    /* 9. ELEMETOS botones **********************************************/
    /***********************************************************************/

    .btn {
        border-radius: 50px;
        padding: 5px 15px 5px 25px;
        min-height: 45px;
        display: flex;
        flex-direction: row;
        grid-gap: 8px;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        color: var(--blue-color);
        cursor: pointer;
        /*transition: all 1s linear;*/
        font-family: 'Montserrat', FontAwesome;
    }

    .btn-primary {
        background-color: transparent;
        color: var(--blue-color);
        font-weight: bold;
    }



        .btn-primary:after {
            content: "\f0a9";
            margin-top: auto;
            margin-bottom: auto;
            margin-left: 10px;
            font-size: 2vw;
            text-decoration: none;
            transition: all 0.4s linear;
            -webkit-transition: all 0.4s linear;
        }

    @media(max-width:500px) {
        .btn-primary:after {
            font-size: 7vw;
            text-decoration: none
        }
    }


    .btn-primary:hover {
        background-color: transparent;
        color: var(--black-color)
        /*transition: all 1s linear;*/
    }
        /*.btn-primary:hover .btn-primary:after {
                background-color: var(--black-color);
                margin-left: 40px;
            }*/

        .btn-primary:hover:after {
            margin-left: 30px;
        }

    .btn-secondary {
        background-color: var(--white-color);
        color: var(--blue-color);
    }

        .btn-secondary:after {
            content: "\f138";
            margin-top: auto;
            margin-bottom: auto;
            margin-left: 20px;
        }


        .btn-secondary:hover {
            background-color: var(--blue-color);
            color: var(--white-color);
        }


    /******************************************/
    /**********btnArrowNew*/

    .btnArrowNew {
        color: var(--white-color);
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    }

    .btnArrowNewText {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.85em;
        text-align: right;
        line-height: 1.5;
        padding-right: 30px;
    }

    .btnArrowNewArrow {
        display: flex;
        align-items: center;
        width: 50%;
        margin-top: 8px;
    }

        .btnArrowNewArrow::before {
            content: "";
            flex: 1;
            height: 1px;
            background-color: var(--white-color);
        }

        .btnArrowNewArrow::after {
            content: "\f105";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: var(--white-color);
            font-size: 1em;
            line-height: 1;
            margin-left: -4px;
            transition: all .4s cubic-bezier(.43,.39,.23,1.01);
        }

        .btnArrowNew:hover .btnArrowNewArrow::after {
            transform: translateX(4px);
        }

    /******************************************/
    /**********btnFixedContacto*/

    .btnFixedContacto {
        position: fixed;
        bottom: 40px;
        right: 40px;
        z-index: 500;
        border-radius: 50px;
        padding: 14px 30px;
        background: var(--black-color);
        border: 2px solid var(--white-color);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    }

        .btnFixedContacto.visible {
            opacity: 1;
            pointer-events: auto;
        }

        .btnFixedContacto::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 50px;
            border: 2px solid var(--blue-color);
            animation: pulsarContacto 2s ease-out infinite;
        }

        .btnFixedContacto:hover {
            transform: scale(1.06);
            background: var(--blue-color);
            border-color: var(--blue-color);
        }

    .btnFixedContactoText {
        color: var(--white-color);
        font-weight: 600;
        font-size: 0.95em;
        text-transform: uppercase;
        white-space: nowrap;
    }

    @keyframes pulsarContacto {
        0% {
            top: 0; left: 0; right: 0; bottom: 0;
            opacity: .85;
        }

        100% {
            top: -10px; left: -10px; right: -10px; bottom: -10px;
            opacity: 0;
        }
    }

    @media(max-width:500px) {
        .btnFixedContacto {
            bottom: 20px;
            right: 20px;
            padding: 10px 20px;
        }

        .btnFixedContactoText {
            font-size: 0.8em;
        }
    }




  

    .section {
        padding-top: 70px;
        padding-bottom: 70px;
        box-sizing: border-box;
    }

    .contentsection {
        padding-top: 70px;
        padding-bottom: 70px;
        box-sizing: border-box;
    }

    .contentSectionPicoPadding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    /*cuando dentro de la seccion esta el div pico al principio de la seccion (fondo pico mismo color secccion)*/
    .contentSectionPicoTopPadding {
        padding-top: 70px;
        padding-bottom: 130px;
    }



    .contentSectionPicoPadding {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    /*cuando dentro de la seccion esta el div pico al final de la seccion (fondo poico  distinto color seccion)*/

    .contentSectionPicoBottomPadding {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .sectionPico {
        /*padding-top: 50px;
    padding-bottom: 100px;*/
        box-sizing: border-box;
    }

    .bbGreySection {
        border-bottom: 30px solid var(--grey-dark-color);
    }



    .contentForm {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .dblock {
        display: block;
    }






    /*loading*/

    /* HTML: <div class="loader"></div> */

    .containerLoading {
        position: fixed;
        z-index: 99999;
        background-color: #000000ee;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* HTML: <div class="loader"></div> */
    .loader {
        width: 80px;
        aspect-ratio: 1;
        display: flex;
    }

        .loader:before,
        .loader:after {
            content: "";
            flex: 1;
            background: var(--blue-color);
            animation: l21 2s infinite;
            border-radius: 100px 0 0 100px;
            transform-origin: top right;
            transform: translateY(calc(var(--s,1)*0%)) rotate(0);
        }

        .loader:after {
            transform-origin: bottom left;
            border-radius: 0 100px 100px 0;
            --s: -1;
        }

    @keyframes l21 {
        33% {
            transform: translate(0,calc(var(--s,1)*50%)) rotate(0)
        }

        66% {
            transform: translate(0,calc(var(--s,1)*50%)) rotate(-90deg)
        }

        90%, 100% {
            transform: translate(calc(var(--s,1)*-100%),calc(var(--s,1)*50%)) rotate(-90deg)
        }
    }
    /*background image solo pico blanco, fondo tranps*/

    .picoBlacoFondotransp {
        background-image: url("/Content/images/MKTG/master/fondoTranspPicoWhite.svg");
        background-repeat: no-repeat;
        width: 100%;
        height: 60px;
        background-position: center center;
        background-size: auto 100%;
    }


   

    @media(max-width:1300px) {
      
        .picoBlacoFondotransp {
            height: 40px;
        }
    }




    .sectionHeightAuto {
        display: flex;
        flex-direction: column;
    }

    .sectionFullHeight {
        display: flex;
        flex-direction: column;
        flex: 1;
        height: 100%;
        /*añadido*/
        overflow: hidden;
        position: relative;
        background-color: black;
    }

.section60pcHeight {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 60%;
    /*añadido*/
    overflow: hidden;
    position: relative;
    background-color: black;
}


    /*en pantallas estrechas (portrait) y pantallas muy bajas no aplica que sea el 100% altura pantalla porque no entraria*/
    /*ESTO APLICA PARA PANTALLAS DE PC Y ALTAS*/

    @media(min-width:769px)and (min-height:768px) {
        .sectionFullHeightLandscape_autoMobile {
            display: flex;
            flex-direction: column;
            flex: 1;
            height: 100%;
            background-color: red;
            /*añadido*/
            overflow: hidden;
            position: relative;
            background-color: transparent;
        }
    }

    .contentSectionFullHeight {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .contentSectionHeightAuto {
        width: 100%;
        display: flex;
        flex-direction: column;
        height: auto;
    }
    /**********************************************************************************************/
    /* 1 . HOME:   **********************************************/
    /*************************************************************************************************/
    .arrowHome {
        height: 70px;
    }


    /*PANTALLAS DE PC ALTAS*/
    @media(min-width:767px) and (min-height:768px) {
        .arrowHome {
            height: 5vw;
        }
    }


    /*cabecera*/
    .cabeceraHome {
        width: 100%;
        padding: 10vh 0px 15vh 0px;
    }

    .sectionCabeceraHome {
        overflow: hidden;
        position: relative;
        background-color: transparent;
    }


    .arrowBottomHomeVideosPosition {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        /*width: 100%;*/
        z-index: 10
    }

    @media(max-width: 530px) {
        .arrowBottomHomeVideosPosition {
            left: 20px;
            -moz-transform: none;
            -webkit-transform: none;
            -o-transform: none;
            -ms-transform: none;
            transform: none;
        }
    }

    .allServicesBtnPosition {
        position: absolute;
        bottom: 30px;
        right: 5%;
        z-index: 10;
        width: fit-content;
    }

    .containerSliderFullPage {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }



    /*swiper*/
    #sliderHomeHeader {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        display: block;
        height: 100%;
    }

        #sliderHomeHeader .swiper-slide {
            text-align: center;
            background: #fff;
            text-align: center;
            font-size: 18px;
            background: transparent;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #sliderHomeHeader .swiper-wrapper {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 1;
            display: flex;
            transition-property: transform;
            transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
            box-sizing: content-box;
        }



        #sliderHomeHeader .swiper-pagination-bullet {
            opacity: 1 !important;
            background: var(--white-color);
            width: 16px !important;
            height: 16px !important;
            margin-top: 15px !important
        }

        #sliderHomeHeader .swiper-pagination-bullet-active {
            opacity: var(--swiper-pagination-bullet-opacity, 1);
            opacity: 1 !important;
            background: var(--blue-color);
        }

    .VideoHome {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
    }

    /**********************************************/
    /****************PANTALLAS ESTRECHAS ( PORTRAIT) mobile ******************************/
    /**********************************************/

    .headerHomeTextMed {
        font-size: 6vw;
        font-weight: 300;
        line-height: 6vw;
        color: var(--white-color)
        /*margin: 3vh 0;*/
    }

    .headerHomeTextBig {
        font-size: 10vw;
        line-height: 10vw;
        font-weight: 800;
        /*margin: 3vh 0;*/
    }

    .headerAboutTextBig {
        font-size: 8vw;
        line-height: 8vw;
        font-weight: 800;
    }

    .headerHomeTextSmall {
        font-size: 4vw;
        line-height: 4vw;
        font-weight: 600;
        color: var(--blue-color)
    }






    /**********************************************/
    /****************PANTALLAS tablet ******************************/

    /**********************************************/

    @media (orientation:portrait) and (max-width:1024px) {

        .headerHomeTextMed {
            font-size: 6vw;
            font-weight: 300;
            line-height: 6vw;
            color: var(--white-color)
            /*margin: 3vh 0;*/
        }

        .headerHomeTextBig {
            font-size: 10vw;
            line-height: 10vw;
            font-weight: 800;
            /*margin: 3vh 0;*/
        }

        .headerAboutTextBig {
            font-size: 13vw;
            line-height: 13vw;
            font-weight: 800;
        }

        .headerHomeTextSmall {
            font-size: 4vw;
            line-height: 4vw;
            font-weight: 600;
            color: var(--blue-color)
        }
    }



    /**********************************************/
    /****************PANTALLAS PC grandes ******************************/

    /**********************************************/

    @media(orientation:landscape) and (min-height:769px) {
        .headerHomeTextMed {
            font-size: 3vw;
            font-weight: 300;
            line-height: 4vw;
            color: var(--white-color)
            /*margin: 3vh 0;*/
        }


        .headerHomeTextBig {
            font-size: 8vw;
            line-height: 7vw;
            font-weight: 800;
        }

        .headerAboutTextBig {
            font-size: 6vw;
            line-height: 6vw;
            font-weight: 800;
        }

        .headerHomeTextSmall {
            font-size: 1.3vw;
            line-height: 1.4vw;
            font-weight: 600;
            color: var(--blue-color)
        }
    }


    /**********************************************/
    /****************PANTALLAS PC bajas ******************************/

    /**********************************************/

    @media(orientation:landscape) and (max-height:768px) {
        .headerHomeTextMed {
            font-size: 3vw;
            font-weight: 300;
            line-height: 4vw;
            color: var(--white-color)
            /*margin: 3vh 0;*/
        }

        /*.headerHomeTextBig {
        font-size: 5vw;
        line-height: 4vw;
        font-weight: 800;
      
    }

    .headerHomeTextSmall {
        font-size: 2vw;
        line-height: 3vw;
        font-weight: 600;
        color: var(--blue-color)
    }*/

        .headerHomeTextBig {
            font-size: 7vw;
            line-height: 6vw;
            font-weight: 800;
        }

        .headerAboutTextBig {
            font-size: 6vw;
            line-height: 6vw;
            font-weight: 800;
        }

        .headerHomeTextSmall {
            font-size: 1.3vw;
            line-height: 1.4vw;
            font-weight: 600;
            color: var(--blue-color)
        }
    }







    /**********************************************/
    /****************PANTALLAS PC CUADRADAS ******************************/

    /**********************************************/



    /* Exact aspect ratio, put it at the bottom to avoid override*/
    @media (aspect-ratio: 1/1) {
        .headerHomeTextMed {
            font-size: 6vw;
            font-weight: 300;
            line-height: 6vw;
            color: var(--white-color)
            /*margin: 3vh 0;*/
        }

        .headerHomeTextBig {
            font-size: 10vw;
            line-height: 10vw;
            font-weight: 800;
            /*margin: 3vh 0;*/
        }

        .headerAboutTextBig {
            font-size: 12vw;
            line-height: 12vw;
            font-weight: 800;
        }

        .headerHomeTextSmall {
            font-size: 4vw;
            line-height: 4vw;
            font-weight: 600;
            color: var(--blue-color)
        }
    }

    @media (aspect-ratio: 4/3) {
        .headerHomeTextMed {
            font-size: 6vw;
            font-weight: 300;
            line-height: 6vw;
            color: var(--white-color)
            /*margin: 3vh 0;*/
        }

        .headerHomeTextBig {
            font-size: 10vw;
            line-height: 10vw;
            font-weight: 800;
            /*margin: 3vh 0;*/
        }

        .headerAboutTextBig {
            font-size: 12vw;
            line-height: 12vw;
            font-weight: 800;
        }

        .headerHomeTextSmall {
            font-size: 4vw;
            line-height: 4vw;
            font-weight: 600;
            color: var(--blue-color)
        }
    }











    /*barra azul horizonal indica % scroll page*/
    .spacer {
        min-height: 100%;
    }

    .scroll-pup {
        z-index: 99996;
        top: 80px !important;
    }
@media(max-width:746px) {
    .scroll-pup {
        z-index: 99996;
        top: 95px !important;
    }

}
    /*end barra*/


    /**********************************************************************************************/
    /* 1 . HOME (section 2)   **********************************************/
    /*************************************************************************************************/

    /*https://codepen.io/abusedmedia/pen/orMreJ/*/

    .outerTextVertical {
        writing-mode: tb-rl;
        display: flex;
        align-items: center;
        justify-content: center;
        /*definir de altura de dos textos ancho para safari*/
        /*width:6vw;*/
    }

    .innerTextVertical {
        transform: rotate(180deg);
        text-align: center;
        /*definir de altura de dos textos tituloSection ancho para safari*/
        /*width: 6vw;*/
    }






    /*param pantallas pequeñas*/
    .bgFotoSection2Home {
        background-image: url("/Content/images/MKTG/1_home/carrusel-experiencia/1.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
        height: 50vw;
    }

    .colIco30px {
        display: flex;
        flex-direction: column;
        flex: 0 0 30px;
    }

    .colArrow60px {
        display: flex;
        flex-direction: column;
        flex: 0 0 40px;
    }

    .colBtnComoLoHacemos {
        display: none;
    }

    /*param pantallas grandes*/
    @media(min-width:767px) and (min-height:768px) {
        .bgFotoSection2Home {
            background-image: url("/Content/images/MKTG/1_home/carrusel-experiencia/1.jpg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: right center;
            height: auto;
        }

        .colArrow60px {
            display: flex;
            flex-direction: column;
            flex: 0 0 60px;
        }

        .colBtnComoLoHacemos {
            display: flex;
            flex-direction: column;
            flex: 0 0 190px;
        }
    }






    .mtItemsServciosHome {
        margin-top: 6vw;
    }


    /*************/
    @media(min-width:1366px) {
        .sliderExperienciaContainer {
            width: 703px;
        }
    }

    @media(max-width:1365px) {
        .sliderExperienciaContainer {
            width: 50vw;
        }
    }

    @media(max-width:1100px) {
        .sliderExperienciaContainer {
            width: 40vw;
        }
    }

    @media(max-width:768px) {
        .sliderExperienciaContainer {
            width: 60vw;
        }
    }

    .paginationCustom .swiper-pagination {
        position: relative !important;
        margin-top: 10px !important;
    }

    .paginationCustom .swiper-pagination-bullet {
        opacity: 1 !important;
        background: var(--grey-dark-color);
        width: 16px !important;
        height: 16px !important;
        margin-top: 15px !important
    }

    .paginationCustom .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        opacity: 1 !important;
        background: var(--blue-color);
    }



    /**********************************************************************************************/
    /* 3 . HOME (section 3)   **********************************************/
    /*************************************************************************************************/
    .bgHomeSectionServicios {
        background-image: url("/Content/images/MKTG/1_home/fotos/fondoServiciosCrop.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center top
    }

    .bgHomeSectionServiciosSafari {
        background-image: url("/Content/images/MKTG/1_home/fotos/fondoServicios.webp");
    }


    .itemServicioHOme:before {
        content: "";
        display: inline-block;
        width: 15vw;
        height: 10px;
        margin-right: 10vw;
        background: var(--blue-color);
        position: absolute;
        left: 15vw;
        margin-top: -3vw
    }

    .textoDescServicioHome {
        margin-left: -2vw;
    }

    @media screen and ( max-width:769px) {
        .itemServicioHOme:before {
            content: "";
            display: inline-block;
            width: 15vw;
            height: 10px;
            margin-right: 5vw;
            position: relative;
            left: unset;
            margin-top: 0
        }

        .textoDescServicioHome {
            margin-left: -1vw;
        }
    }

    .itemServicioHOme.sinBarra:before {
        display: none;
    }

    /**********************************************************************************************/
    /* 4 . HOME (WORKS)   **********************************************/
    /*************************************************************************************************/

    .sectionSoluicionesHome {
    }

    .solutionPanel {
        transition: all 1s;
        overflow: hidden;
        cursor: pointer;
        padding: 0 6vw;
        box-sizing: border-box;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
    }

        .solutionPanel:hover {
            transform: scale(1.1);
        }

    .bgSolution1 {
        min-height: 60vh;
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-legends-crop.webp");
    }

    .bgSolution2 {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-CUPRA.webp");
    }




.bgSolution3 {
    background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-BBVA.webp");
}

    .bgSolution2, .bgSolution3 {
        min-height: 300px;
    }

    @media(max-width:798px) {
        .bgSolution1, .bgSolution2, .bgSolution3 {
            min-height: 400px;
        }
    }

    /*no destacados cuadrados*/
    .bgSolution4 {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto_saltaConmigo.webp");
    }

.bgSolution5 {
    background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-TELEFONICA.webp");
}

    .bgSolution6 {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-REDBULL.webp");
    }

    .bgSolution4, .bgSolution5, .bgSolution6 {
        min-height: 33vw;
    }

    @media(max-width:798px) {
        .bgSolution4, .bgSolution5, .bgSolution6 {
            min-height: 400px;
        }
    }











    /**********************************************************************************************/
    /* 5 . HOME (slider logos infiniot)   **********************************************/
    /*************************************************************************************************/

    .sectionLogosHeader {
        height: auto;
        background-color: var(--blue-color);
        overflow: hidden;
        /*padding: 40px 0 10px 0;*/
        padding: 10px 0 10px 0;
        z-index: 2;
    }

    #sliderLogos .swiper-slide {
        width: auto;
    }

    #sliderLogos .swiper-wrapper {
        transition-timing-function: linear !important;
        align-items: center;
    }

    .logoCliente {
        /*max-width: 100%;*/
        height: 80px;
    }



    .brColumnPc {
        border-right: 10px solid var(--white-color);
    }

    .brColumnThinPc {
        border-right: 2px solid var(--white-color);
        padding-right: 3vw;
        box-sizing: border-box;
    }

    .brColumnThinPcBoxDatosNewProyects {
        border-right: 2px solid var(--white-color);
        padding-right: 2vw;
        padding-left:2vw;
        box-sizing: border-box;
    }

    .brColumnThinBlackPc {
        border-right: 3px solid var(--black-color);
        /*padding-right: 60px;*/
        padding-right: 3vw;
        box-sizing: border-box;
    }

    .pr2vw {
        padding-right: 2vw;
    }

    /*pantallas peques*/

    /*padding para separar de lineas verticales*/
    .pr1-2vw {
        padding-right: 2.4vw;
    }

    .gapRowWithColLine {
        grid-gap: 4vw;
    }
    /*pantallas pc grandes y altas*/
    @media(min-width:767px) and (min-height:768px) {
        .pr1-2vw {
            padding-right: 1.2vw;
        }

        .gapRowWithColLine {
            grid-gap: 1.2vw;
        }
    }

    .pr1vw {
        padding-right: 1vw;
    }

    .pl1vw {
        padding-left: 1vw;
        box-sizing: border-box;
    }

    .pl2vw {
        padding-left: 2vw;
        box-sizing: border-box;
    }

    .pl3vw {
        padding-left: 3vw;
        box-sizing: border-box;
    }

    .brColumnFooter {
        border-right: 1px solid var(--white-color);
    }



    .brHide-lg {
    }

    .brHide-md {
    }

    @media screen and ( max-width:1091px) {



        .brHide-lg {
            border-right: 0px solid var(--white-color);
            padding-right: 0;
        }
    }

    @media screen and ( max-width:769px) {
        .brHide-md {
            border-right: 0px solid var(--white-color);
        }
    }

    @keyframes cabeceraAnimation {
        0% {
            background-size: 140% 140%;
        }

        100% {
            background-size: 100% 100%;
        }
    }

    .imgCircle {
        border-radius: 100%;
        border: 4px solid #ffffff;
        -webkit-box-shadow: 0px 0px 26px -4px rgba(0,0,0,0.85);
        -moz-box-shadow: 0px 0px 26px -4px rgba(0,0,0,0.85);
        box-shadow: 0px 0px 26px -4px rgba(0,0,0,0.85);
    }





    /*zoom out al hacer hover sobre slide*/
    .zoom-out::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: inherit;
        background-size: cover;
        transform-origin: center;
        transition: transform 0.4s ease-in-out;
    }


    .zoom-out::after {
        transform: scale(1.05);
    }

    .zoom-out:focus::after, .zoom-out:hover::after {
        transform: scale(1);
    }


/**********************************************************************************************/
/* 3 . HOME (section 6)   **********************************************/
/*************************************************************************************************/



.bgHomeSectionReconocimientoNuestroTrabajo {
    background-image: url("/Content/images/MKTG/1_home/fotos/fondoServiciosCrop.webp");
    background-size: cover;
    background-repeat: no-repeat;
   
    background-position: center top
}










    /**********************************************************************************************/
    /* 6 . ABOUT US  **********************************************/
    /*************************************************************************************************/

    .bgAbout {
        background-image: url("/Content/images/MKTG/2_about/fondo-cabecera.jpg");
        background-size: contain;
        background-repeat: repeat;
        background-position: center center;
        width: 100%;
        min-height: 100%;
        background-attachment: fixed;
    }


    .bgMarcoVideo {
        background-image: url("/Content/images/MKTG/2_about/fondoVideoEsquinas.svg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 100%;
        padding: 20px;
    }


    .videoAboutUs {
        height: 40vh;
        position: relative;
        object-fit: cover;
        width: 95%;
        /*height: 85%;*/
        z-index: 0;
        top: unset;
        left: unset;
        -moz-transform: unset;
        -webkit-transform: unset;
        -o-transform: unset;
        -ms-transform: unset;
    }

    /*ESTO APLICA PARA PANTALLAS DE PC Y ALTAS*/

    @media(min-width:769px) and (min-height:768px) {
        .videoAboutUs {
            position: absolute;
            object-fit: cover;
            width: 95%;
            height: 85%;
            z-index: 0;
            top: 50%;
            left: 50%;
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
        }
    }


    .bgImgAboutLupa {
        background-image: url("/Content/images/MKTG/2_about/fotoConCertificados.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right top;
        height: 60vw;
    }


    /*ESTO APLICA PARA PANTALLAS DE PC Y ALTAS*/
    @media(min-width:767px) and (min-height:768px) {
        .bgImgAboutLupa {
            background-image: url("/Content/images/MKTG/2_about/fotoConCertificados.jpg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: right top;
            height: auto;
            min-height: 65vh;
        }
    }

    @media(min-width:1366px) {
        .sliderAboutSmallContainer {
            /*width: 703px;*/
            width: 600px;
        }

        .imgLIneasSliderAbout {
            /*width: 100px;*/
            width: 120px;
        }
    }

    @media(max-width:1365px) {
        .sliderAboutSmallContainer {
            /*width: 50vw;*/
            width: 50vw;
        }

        .imgLIneasSliderAbout {
            width: 10vw;
        }
    }

    @media(max-width:1100px) {
        .sliderAboutSmallContainer {
            width: 40vw;
        }

        .imgLIneasSliderAbout {
            width: 7vw;
        }
    }

    @media(max-width:768px) {
        .sliderAboutSmallContainer {
            width: 60vw;
        }

        .imgLIneasSliderAbout {
            width: 11vw;
        }
    }

    @media(max-width:768px) {
        .imgTaza {
            max-width: 50vw;
        }
    }

    /*PESTAÑAS filtrar premios about*/
    .tabs {
        display: flex;
        grid-gap: 20px;
        justify-content: center;
    }

    @media(max-width:450px) {
        .tabs {
            flex-wrap: wrap;
        }
    }


    .tab {
        color: var(--black-color);
        border-bottom: 1px solid var(--black-color);
        transition: all .4s cubic-bezier(.43,.39,.23,1.01);
        box-sizing: border-box;
        border-radius: 0;
        text-decoration: none;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        grid-gap: 5px;
        justify-content: center;
        align-items: center;
        width: fit-content;
        line-height: 1em;
        padding: 0 15px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: bold;
        cursor: pointer;
        padding-bottom: 10px;
    }

        .tab:hover, .tab.active {
            color: var(--blue-color);
            border-bottom: 1px solid var(--blue-color);
        }

    .contentTab {
        /*background-color: var(--blue-color);*/
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }


    /*tooltip*/
    .tooltip {
        position: relative;
        /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
        font-size: 14px;
        color: var(--white-color);
        /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
    color: rgb(247, 247, 247);
    background-color: rgba(30, 10, 249, 0.758);*/
        margin: 0%;
        /*padding: 20px;
    box-sizing:border-box;*/
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
        height: 100%;
        /*background-color:red;*/
    }

    .tooltip-text {
        visibility: hidden;
        position: absolute;
        width: fit-content;
        padding: 10px;
        border-radius: 0;
        text-align: center;
        background-color: var(--blue-color);
        z-index: 6;
        top: -90px;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(0);
        -webkit-transform: translateX(-50%) translateY(0);
        -o-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        /* animation */
        opacity: 0;
        transition: opacity 1s;
    }

        .tooltip-text::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translate(-50%);
            border: 10px solid;
            border-color: var(--blue-color) transparent transparent transparent;
        }

    .tooltip:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }








    /**************************************************************************************/
    /*******MODAL***************************/
    /**************************************************************************************/

    html.modal-active,
    body.modal-active {
        overflow: hidden;
    }

    #modal-container {
        position: fixed;
        display: table;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        transform: scale(0);
        z-index: 999999;
    }

        #modal-container.one {
            transform: scaleY(0.01) scaleX(0);
            animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
        }

            #modal-container.one .modal-background .modal {
                transform: scale(0);
                animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

            #modal-container.one.out {
                transform: scale(1);
                animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
            }

                #modal-container.one.out .modal-background .modal {
                    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
                }

        #modal-container .modal-background {
            display: table-cell;
            background: rgba(0, 0, 0, 0.9);
            text-align: center;
            vertical-align: middle;
        }

            #modal-container .modal-background .modal {
                background: transparent;
                box-sizing: border-box;
                padding: 25px 50px;
                width: 100%;
                height: 100%;
                display: inline-block;
                border-radius: 3px;
                font-weight: 300;
                position: relative;
                overflow-y: auto;
                max-height: 85vh;
                max-width: 100%;
            }

    /*custom scroll custom del modal*/

    .modal::-webkit-scrollbar {
        width: 10px;
    }


    .modal::-webkit-scrollbar-track {
        background: var(--greyColor);
    }


    .modal::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 5px;
    }

        .modal::-webkit-scrollbar-thumb:hover {
            background: var(--greyColor);
        }



    #modal-container .modal-background .modal h2 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    #modal-container .modal-background .modal p {
        font-size: 18px;
        line-height: 22px;
    }

    #modal-container .modal-background .modal .modal-svg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 3px;
    }

        #modal-container .modal-background .modal .modal-svg rect {
            stroke: #fff;
            stroke-width: 2px;
            stroke-dasharray: 778;
            stroke-dashoffset: 778;
        }


    .modal video {
        width: 60vw;
    }

    @media(orientation:portrait) {
        .modal video {
            width: calc(100% - 100px);
        }
    }

    @keyframes unfoldIn {
        0% {
            transform: scaleY(0.005) scaleX(0);
        }

        50% {
            transform: scaleY(0.005) scaleX(1);
        }

        100% {
            transform: scaleY(1) scaleX(1);
        }
    }

    @keyframes unfoldOut {
        0% {
            transform: scaleY(1) scaleX(1);
        }

        50% {
            transform: scaleY(0.005) scaleX(1);
        }

        100% {
            transform: scaleY(0.005) scaleX(0);
        }
    }

    @keyframes zoomIn {
        0% {
            transform: scale(0);
        }

        100% {
            transform: scale(1);
        }
    }

    @keyframes zoomOut {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(0);
        }
    }


    .containerSliderFotosAbout {
        width: 50vw;
        max-height: calc(50vw/1.52155536771);
        margin: auto;
        /*overflow: hidden;*/
    }

    @media(orientation:portrait) {
        .containerSliderFotosAbout {
            width: 75vw;
            max-height: calc(75vw/1.52155536771);
            margin: auto;
            /*overflow: hidden;*/
        }
    }

    .swiper-scrollbar {
        background: #eeeeee;
    }

    .swiper-scrollbar-drag {
        background: var(--blue-color);
        height: 10px;
        top: -3px;
        cursor: pointer;
    }


    .swiper-horizontal > .swiper-scrollbar {
        position: relative !important;
        margin: 20px auto 20px auto;
        z-index: 1;
        height: 5px;
        width: 80%;
        border-radius: 2px;
        height: 5px;
    }


    #sliderAbout {
        margin: 0 auto 20px auto;
    }

    /**************************************************************************************/
    /*******PANEL FORMULARIO HABLA CON NOSOTROS***************************/
    /**************************************************************************************/

    .panelHablaConNosotros {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999999;
        width: 700px;
        max-width: 100%;
        height: 100%;
        background-color: var(--white-color);
        transform: translateX(100%);
        transition: transform .6s linear;
    }

        .panelHablaConNosotros.open {
            transform: translateX(0);
        }

        .tituloPanelHablaConNosotros{
            font-size:35px;
            line-height:1.2em;
            font-weight:900;
        }
.subTituloPanelHablaConNosotros {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
}

@media(max-width:700px) {
    .panelHablaConNosotros {
        width: 100%;
    }

    .grid2Columns {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr;
        justify-content: center;
    }
}

@media(max-width:500px) {

    .tituloPanelHablaConNosotros {
        font-size: 33px;
        line-height: 1.2em;
        font-weight: 900;
    }

    .subTituloPanelHablaConNosotros {
        font-size: 20px;
        line-height: 1.2em;
        font-weight: 400;
    }
}


    .closePanelHablaConNosotros {
        position: absolute;
        top: 30px;
        right: 20px;
        color: var(--white-color);
        font-size: 40px;
        cursor: pointer;
    }

    .contentPanelHablaConNosotros {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 100px 55px 40px 40px;
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
        border-left:3px solid var(--blue-color)
    }

        .contentPanelHablaConNosotros::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #eee;
        }

        .contentPanelHablaConNosotros::-webkit-scrollbar {
            width: 10px;
            background-color: #eee;
        }

        .contentPanelHablaConNosotros::-webkit-scrollbar-thumb {
            background-color: var(--black-color);
            border: 0px solid var(--black-color);
        }


    /*formulario hablamos*/
    .containerFormControl {
        border-radius: 5px;
        background-color: var(--grey-light-color);
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        grid-gap: 5px;
        justify-content: center;
        box-sizing: border-box;
        /*padding: 10px 25px;*/
        padding: 10px;
        border: 2px solid var(--grey-dark-color);
        box-sizing: border-box;
        font-size: 12px;
        min-height: 63px;
    }

        .containerFormControl:has(select) {
            position: relative;
        }
      
   

            .containerFormControl:has(select)::after {
                content: "\f107";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                position: absolute;
                top: 50%;
                right: 15px;
                transform: translateY(-50%);
                color: var(--black-color);
                pointer-events: none;
            }

        .containerFormControl:has(textarea) {
            min-height: 140px;
        }

        .containerFormControl textarea {
            resize: vertical;
            height:100%;
        }


        .containerFormControl.filled {
            border: 2px solid var(--blue-color);
        }

    .form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        width: 100%;
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 12px;
        font-weight:bold;
        background-color: var(--grey-light-color)
    }

    select.form-control {
        padding-right: 20px;
    }




    .form-control:focus {
        border: none;
        outline: none;
    }

    .form-control:active {
        border: none;
        outline: none;
    }

    ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: var(--black-color);
        font-size: 12px;
        font-weight: 400;
    }

    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: var(--black-color);
        font-size: 12px;
        font-weight: 400;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: var(--black-color);
        opacity: 1;
        font-size: 12px;
        font-weight: 400;
    }

    ::placeholder {
        color: var(--black-color);
        opacity: 1;
        font-size: 12px;
        font-weight: 400;
    }


    .form-control:-webkit-autofill,
    .form-control:-webkit-autofill:hover,
    .form-control:-webkit-autofill:focus {
        border: 0px solid #ffffff;
        /*color texto*/
        -webkit-text-fill-color: var(--white-color);
        /*fondo*/
        -webkit-box-shadow: 0 0 0px 1000px var(--blue-color) inset;
        transition: background-color 5000s ease-in-out 0s;
    }

    select {
        border: 0;
        outline: 0;
        background-color: var(--white-color);
    }

    /* Checkboxes */
    .containerCheckbox {
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 30px;
        margin-bottom: 0px;
        cursor: pointer;
        color: var(--black-color);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: 1;
        margin-top: 20px;
        font-size: 12px;
    }

        .containerCheckbox a {
            color: var(--black-color);
        }

        .containerCheckbox input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 24px;
        width: 24px;
        border-radius: 4px;
        border: 2px solid var(--grey-dark-color);
        background-color: var(--white-color);
    }

    .containerCheckbox:hover input ~ .checkmark {
        background-color: var(--white-color);
    }

    .containerCheckbox input:checked ~ .checkmark {
        background-color: var(--white-color);
    }

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .containerCheckbox input:checked ~ .checkmark:after {
        display: block;
    }

    .containerCheckbox .checkmark:after {
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: var(--blue-color);
        transform: translate(-50%, -50%);
    }



    .headerSelectManually {
        cursor: pointer;
        min-height:43px
    }

.containerFormControl.filled .headerSelectManually {
    font-weight:bold;
}

        .headerSelectManually .fa-angle-down {
            transform: rotate(0deg);
            transition: transform 0.3s linear;
        }

            .headerSelectManually .fa-angle-down.open {
                transform: rotate(-180deg);
            }

    /*selectores hechos a mano (checkbox intereses / dropdown como nos has conocido)*/
    .boxOptionsSelectManually {
        display: none;
        flex-direction: column;
    }

    .itemOptionDropdown {
        padding: 8px 0;
        cursor: pointer;
        color: var(--black-color);
        border-top: 1px solid var(--grey-dark-color);
    }

        .itemOptionDropdown:first-child {
            border-top: none;
        }

        .itemOptionDropdown:hover {
            color: var(--blue-color);
        }





    .btnFormHablamos {
        border-radius: 5px;
        padding: 5px 15px 5px 15px;
        min-height: 45px;
        display: flex;
        flex-direction: row;
        grid-gap: 8px;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        color: var(--white-color);
        background-color: var(--blue-color);
        cursor: pointer;
        /*transition: all 1s linear;*/
        font-family: 'Montserrat', FontAwesome;
        font-weight: bold;
    }

    /*ocultamos el badge de reCAPTCHA v3 (el aviso legal obligatorio va debajo del botón del formulario)*/
    .grecaptcha-badge {
        visibility: hidden;
    }


    /**********************************************************/
    /*******************3. WORKS ***************************************/
    /**********************************************************/
    .mtsalvarMenu {
        margin-top: 80px;
    }

    .gridWorks {
        display: grid;
        grid-gap: 2px;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: center;
    }

        .gridWorks .subtituloSection {
            font-size: 1.6em;
            line-height: 1.2em;
            width:100%;
        }

    @media(max-width:900px) {
        .gridWorks {
            display: grid;
            grid-gap: 6px;
            grid-template-columns: 1fr;
            justify-content: center;
        }

            .gridWorks .subtituloSection {
                font-size: 1.3em;
            }
    }

    /*etiqueta de cliente (más pequeña) por encima del nombre del proyecto, en paneles de work/destacados*/
    .clienteWorkPanel {
        font-size: 0.55em;
        letter-spacing: 0.05em;
    }

    .workPanel {
        min-height: 40vh;
        transition: all 1s;
        overflow: hidden;
        cursor: pointer;
        padding: 0 max(3vw, 35px);
        box-sizing: border-box;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
    }

        .workPanel:hover {
            transform: scale(1.1);
        }

    .bgWorkLegends {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-legends-crop.webp");
    }

    .bgWorkYoutube {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-youtube.webp");
    }

    .bgWorkVincci {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-vincci.webp");
    }

    .bgWorkIe {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-ie.webp");
    }

    .bgWorkFantasmagoric {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-fantasmagoric.webp");
    }

    .bgWorkTitan {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-titan.webp");
    }

    .bgWorkZurich {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-zurich.webp");
    }

    .bgWorkAmericanCup {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto_amercianCup.webp");
    }

    .bgWorkSaltaConmigo {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto_saltaConmigo.webp");
    }


    .bgWorkMadridInGame {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-madridInGame.webp");
    }

    .bgWorkCupraRaval {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-CUPRA.webp");
    }

    .bgWorkBBVA {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-BBVA.webp");
    }

    .bgWorkTelefonica {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-TELEFONICA.webp");
    }

    .bgWorkRedBull {
        background-image: linear-gradient(135deg, var(--black-color-transp) 0%, var(--black-color-transp) 100%), url("/Content/images/MKTG/1_home/fotos/foto-REDBULL.webp");
    }
    /**********************************************/
    /*********** FICHA TRABAJO ************************************/
    /*****************************************/
    .breadCrumb {
        background-color: var(--black-color);
        color: var(--white-color);
        min-height: 50px;
        padding: 10px 0;
    }

    .breadCrumbContent {
        width: 100%;
        width: 90%;
        max-width: 1366px;
        margin: 0 auto;
    }

    .itemBreadCrumb::after {
        content: '|';
        margin-left: 5px;
        color: var(--white-color);
    }

    .itemBreadCrumb:last-child::after {
        content: '';
        margin-left: 5px;
        color: var(--white-color);
    }

    .itemBreadCrumb a {
        color: var(--white-color);
    }

    .sliderFichaContainer {
        width: 20vw;
    }

    .ico30 {
        height: 50px;
    }

    .TitularFichaWork {
        line-height: 1.2em
    }

    .pb0 {
        padding-bottom: 0px;
    }

    .pb90 {
        padding-bottom: 90px;
    }


    .cajaDatosFicha {
        background-color: var(--black-color);
        width: 100%;
        height: 100%;
        padding: 40px 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
    }

    .icoExclamacion {
        width: 30px;
    }

    @media(max-width:600px) {
        .icoExclamacion {
            width: 20px;
        }
    }

    .audio-controlVideoWork {
        cursor: pointer;
        position: absolute;
        bottom: 30px;
        right: 30px;
        z-index: 3;
    }
    /**********************************************/
    /*********** PAGINA  SERVICIO  ************************************/
    /*****************************************/

    .menuServicios {
        background-color: var(--grey-light-color);
        color: var(--white-color);
        /*min-height: 80px;*/
        padding: 0;
        max-width: 100vw;
        /*width:100%;
    max-width:100vw;*/
    }

    /*probado position:sticky en #menuServicios y descartado: .containerWeb (su ancestro con scroll real)
    se queda encogido a la altura del viewport por el flex de <body>, así que sticky no tiene recorrido donde
    pegarse. Arreglar eso toca la técnica de altura 100% sin vh del master, compartida por todas las páginas -
    de momento se hace con JS (ver servicios.js), como en la versión vieja pero con el umbral recalculado.*/

    .menuServiciosContent {
        width: 100%;
        max-width: 1366px;
        margin: 0 auto;
    }


    .gridMenuServicios {
       /* display: grid;
        grid-gap: 2px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        justify-content: space-between;*/
       display:flex;
       flex-direction:row;
    }

    .itemMenuServicios{
        padding:10px;
        box-sizing:border-box;
    }

    .itemMenuServicios, .itemMenuServicios a {
        color: var(--black-color);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        min-height: 60px;
        text-align: center;
        width: 100%;
    }

    @media(max-width:1000px) {
        .gridMenuServicios {
            display: grid;
            grid-gap: 2px;
            grid-template-columns: 1fr 1fr 1fr;
            justify-content: space-between;
        }

        .itemMenuServicios, .itemMenuServicios a {
            color: var(--black-color);
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            min-height: 40px;
            font-size: 12px;
            line-height: 14px;
        }
    }

    @media(max-width:600px) {
        .itemMenuServicios {
            padding: 5px;
            box-sizing: border-box;
        }
        .gridMenuServicios {
            display: grid;
            grid-gap: 2px;
            grid-template-columns: 1fr 1fr;
            justify-content: space-between;
        }

        .itemMenuServicios, .itemMenuServicios a {
            color: var(--black-color);
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            min-height: 30px;
            font-size:10px;
            line-height:12px;
        }
    }

    @media(max-width:308px) {


        .itemMenuServicios, .itemMenuServicios a {
            font-size: 0.8em;
        }
    }

    .itemMenuServicios:last-child {
        color: var(--black-color);
    }

    .itemMenuServicios.active {
        background-color: var(--grey-dark-color)
    }

    .itemMenuServicios:hover {
        background-color: var(--grey-dark-color)
    }


    .bgLive {
        background-image: linear-gradient(135deg, var(--black-color-transp2) 0%, var(--black-color-transp2) 100%), url("/Content/images/MKTG/3_servicios/1_live/cabecera.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        min-height: 100%;
        background-attachment: fixed;
    }

    .bgForYou {
        background-image: linear-gradient(135deg, var(--black-color-transp2) 0%, var(--black-color-transp2) 100%), url("/Content/images/MKTG/5_foryou/cabecera.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        min-height: 100%;
        background-attachment: fixed;
    }


    .bgSport {
        background-image: linear-gradient(135deg, var(--black-color-transp2) 0%, var(--black-color-transp2) 100%), url("/Content/images/MKTG/3_servicios/2_sports/cabecera.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        min-height: 100%;
        background-attachment: fixed;
    }

    .bgInsights {
        background-image: linear-gradient(135deg, var(--black-color-transp2) 0%, var(--black-color-transp2) 100%), url("/Content/images/MKTG/3_servicios/5_insights/cabecera.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        min-height: 100%;
        background-attachment: fixed;
    }

    .bgStudio {
        background-image: linear-gradient(135deg, var(--black-color-transp2) 0%, var(--black-color-transp2) 100%), url("/Content/images/MKTG/3_servicios/3_studio/cabecera.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        min-height: 100%;
        background-attachment: fixed;
    }

    .bgSpaces {
        background-image: linear-gradient(135deg, var(--black-color-transp2) 0%, var(--black-color-transp2) 100%), url("/Content/images/MKTG/3_servicios/4_spaces/cabecera.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        min-height: 100%;
        background-attachment: fixed;
    }


    .bgNewEnterteinment {
        background-image: linear-gradient(135deg, var(--black-color-transp2) 0%, var(--black-color-transp2) 100%), url("/Content/images/MKTG/3_servicios/6_newentertainment/cabecera.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        min-height: 100%;
        background-attachment: fixed;
    }

    .imgTitleServiceHeader {
        width: 42vw;
    }

    @media(max-width:1100px) {
        .imgTitleServiceHeader {
            width: 80vw;
        }
    }

    .colLeftTituloTextServicio {
        display: flex;
        flex-direction: column;
        flex: 0 0 3vw;
        border-left: 3px solid var(--black-color);
        border-top: 3px solid var(--black-color);
        border-bottom: 3px solid var(--black-color);
    }

    .colRightTituloTextServicio {
        display: flex;
        flex-direction: column;
        flex: 0 0 3vw;
        border-right: 3px solid var(--black-color);
        border-top: 3px solid var(--black-color);
        border-bottom: 3px solid var(--black-color);
    }

    .ptb3vw {
        padding: 3vw 0;
    }

    .pr20 {
        padding-right: 20px !important
    }

    .pl20 {
        padding-left: 20px !important
    }

.tituloItemServicio {
    font-size: 2.1vw;
    line-height: 2.3vw;
    /*font-size: 2.6vw;
    line-height: 2.7vw;*/
    /*   font-size: 2vw;
        line-height: 2.1vw;*/
    font-weight: 600;
    text-align: right;
}
@media(max-width:980px) {
    .tituloItemServicio {
        font-size: 3vw;
        line-height: 3.1vw;
        font-weight: 600;
        text-align: right;
    }
}

    @media(max-width:768px) {
        .tituloItemServicio {
            font-size: 6.4vw;
            line-height: 6.6vw;
         /*   font-size: 6.2vw;
            line-height: 6.4vw;*/
            font-weight: 600;
            text-align: right;
        }
    }

    @media(max-width:508px) {
        .tituloItemServicio {
            font-size: 5.4vw;
            line-height: 5.6vw;
          /*  font-size: 5.2vw;
            line-height: 5.4vw;*/
            font-weight: 600;
            text-align: right;
        }
    }

    /**********************************************/
    /*bloque card servicios + slider de casos (dentro de cada bloque con ancla)*/
    /**********************************************/

.cardServicios {
    background-color: var(--white-color);
    border-radius: 20px;
    box-shadow: inset -1px 1px 12px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
}

    .listaCardServicios {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom:20px;
    }

        .listaCardServicios li {
            position: relative;
            padding-left: 18px;
            margin-bottom: 12px;
            line-height: 1.4;
        }

        .listaCardServicios li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 9px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: var(--black-color);
        }

    .btnHablamosCard {
        margin-top: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: var(--black-color);
        color: var(--white-color);
        border-radius: 50px;
        padding: 11px 20px;
        cursor: pointer;
        transition: all .4s cubic-bezier(.43,.39,.23,1.01);
    }

        .btnHablamosCard:hover {
            background-color: var(--blue-color);
        }

        .btnHablamosCard i {
            color: var(--white-color);
        }

        .btnHablamosCard span {
            color: var(--white-color);
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.9em;
            white-space: nowrap;
        }

    /*wrapper normal (no flex-item) para que el swiper de dentro no arrastre su ancho de contenido
    (suma de todos los slides) al cálculo de flex de .col-md-10 y lo mande a la fila de abajo*/
    .sliderCasosServicioContainer {
        width: 100%;
        min-width: 0;
    }

    .sliderCasosServicio {
        width: 100%;
    }

        .sliderCasosServicio .swiper-slide {
            height: auto;
        }

    .fotoCasoServicio {
        border-radius: 10px;
        overflow: hidden;
        aspect-ratio: 16/9;
    }

    /*modificador para páginas donde la card ¿Hablamos? sí tiene contenido (texto/bullets) y por tanto se
    muestra: foto más cuadrada para que el slider gane altura y no quede hueco blanco hasta el final de la
    card. Aplicar solo en las páginas donde la card esté visible (por ahora, solo Live)*/
    .fotoCasoServicio.fotoCasoServicioCuadrada {
        aspect-ratio: 4/3;
    }

        .fotoCasoServicio img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .tituloCasoServicio {
        margin-top: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .parrafoCasoServicio {
        margin-top: 8px;
        font-style: italic;
        font-size: 0.85em;
        color: var(--grey-dark-color);
    }

    /*div vacío justo encima de cada sección con ancla: el id va aquí (no en el .row del contenido) para que
    al saltar por ancla quede un poco de aire encima del titulo y no lo tape el navBar + #menuServicios*/
    .anclaSalvaSeccionServicio {
        height: 40px;
    }

    /*columna de la foto cuadrada a la derecha del titulo, en el bloque titulo+img de cada seccion con ancla*/
    .colImgSquareServicios {

        flex: 0 0 200px;
    }

@media(max-width:980px) {
    .colImgSquareServicios {
        flex: 0 0 120px;
    }
}

    /*misma filosofia que .col-md (columna flex del sistema de filas), pero con ancho fijo de 320px en vez de
    proporcional - así la card no se estrecha al reducir el viewport antes de llegar al punto en que .col-md
    pasa a full width (769px, el mismo breakpoint del sistema de columnas)*/
    .colCardServicios {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        min-width: 0;
    }

    @media screen and (min-width:769px) {
        .colCardServicios {
            flex: 0 0 320px;
        }
    }

    .fixedMenuServicios {
        position: fixed;
        width: 100%;
        top: 80px;
        left: 0;
        z-index: 99;
    }

    @media(max-width:746px) {
        .fixedMenuServicios {
            top: 95px;
        }
    }

    .mtSalvarMenuServiciosFied {
        /*10px de margen extra*/
        /*1 filas de 80 px de alto*/
        margin-top: calc(5px + 80px);
    }

    @media(max-width:1000px) {
        .mtSalvarMenuServiciosFied {
            /*2 filas de 50 px de alto*/
            margin-top: calc(5px + 100px);
        }
    }

    @media(max-width:600px) {
        .mtSalvarMenuServiciosFied {
            /*3 filas de 50 px de alto*/
            margin-top: calc(5px + 150px);
        }
    }

    .breakWord {
        word-break: break-word;
    }

    .noBreakWord {
        white-space: nowrap;
    }

    /*fix bug safari*/

    /*como no le gusta el background attachment, detecto en js el navegador y si es safari se lo quito*/

    .removeAttachmentSafari {
        background-attachment: inherit !important;
    }

    .col-premio {
        display: flex;
        flex-direction: column;
        flex: 0 0 190px;
    }

    @media(max-width:1366px) {
        .col-premio {
            display: flex;
            flex-direction: column;
            flex: 0 0 16vw;
        }
    }

    /*@media(max-width:1366px) {
    .col-premio {
        display: flex;
        flex-direction: column;
        flex: 0 0 16vw;
    }
}*/

    /**Etiqueta oculta para SEO en enlaces HOME***/
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }








