*{
    margin: 0;
    padding: 0;
    font-family: montrealRegular;
}
html {
    scroll-behavior: initial;
    overflow: hidden;
}

html, body {
    width: 100%;
    min-height: 100%;
}
body{
    background: var(--azul-oscuro)!important;
}
.cursor{
    position: fixed;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    z-index: 10;
    pointer-events: none;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.cursor p{
    font-size: 15px;
    margin: 0;
    opacity: 0;
}
.cursor-1{
    background: var(--azul-oscuro);
}
.cursor-1 p{
    color: var(--blanco-secundario)!important;
}
.cursor-2{
    background: var(--blanco-secundario);
}

a{
    text-decoration: none!important;
}
.parrafo{
    overflow: hidden;
}
.parrafo-grande{
    overflow: hidden;
}
.azul-claro{
    color: var(--azul-claro)!important;
}
.small{
    font-size: 14px!important;
    text-transform: uppercase;
    opacity: .7;
}
.portada{
    position: relative;
    z-index: 1;
    height: 200vh;
}
.contenido{
    position: relative;
    z-index: 2;
    background: var(--blanco-fondo);
}
.texto-gris-container p{
    color: var(--gris-texto)!important;
}
.texto-gris-container h3{
    color: var(--gris-texto)!important;
}
.u-none{ 
    display: none!important; 
}
.titulo-seccion-movil{
    display: block;
}
.titulo-seccion-ordenador{
    display: block;
}
.titulo-seccion-movil{
    display: none;
}

.justify-content-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.blue-text{
    color: var(--azul-oscuro);
}

/************************************** INTRO ***************************************************/


#preloader{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: var(--azul-claro);
    flex-direction: column;

}
#percent{
    color: white;
    font-size: 5vw;
    z-index: 1;
    opacity: 0;
}
#bar{
    width: 60%;
    margin-top: 20px;
    z-index: 1;
    opacity: 0;
}
#barconfrm{
    width: 1%;
    padding: 1px 0px;
    background-color: white;
    z-index: 1;
}



/************************************** MENU MOVIL ***************************************************/

.button-nav-movil{
    width: 6vw;
    height: 6vw;
    border: 2px solid var(--azul-oscuro);
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2.5vw 0;
}
.nav-bar{
    width: 30%;
    height: 2px;
    background: var(--azul-oscuro);
    display: block;
}
.menu-movil{
    width: 100vw;
    height: 100vh;
    background: var(--azul-claro);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    opacity: 0;
}


/******************** COLORES Y TIPOS **************************/

@font-face {
    font-family: montrealRegular;
    src: url(NeueMontreal/NeueMontreal-Regular.otf);
}
@font-face {
    font-family: montrealBold;
    src: url(NeueMontreal/NeueMontreal-Bold.otf);
}


/******************** BACKGROUND GRADIENT **************************/


:root {
    --color-bg1: rgb(17, 17, 17);
    --color-bg2: rgb(12, 8, 21);
    --color1: 13, 27, 42;
    --color2: 27, 38, 59;
    --color3: 0, 52, 89;
    --color4: 0, 124, 194;
    --color5: 51, 51, 51;
    --color-interactive: 63, 36, 114;
    --circle-size: 80%;
    --blending: hard-light;
    --azul-oscuro: #002642;
    --azul-claro: #2714e0;
    --blanco-secundario: #dedede;
    --gris-texto: #838383;
    --blanco-fondo: #f7f7f7;
  }
  
  @keyframes moveInCircle {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes moveVertical {
    0% {
      transform: translateY(-50%);
    }
    50% {
      transform: translateY(50%);
    }
    100% {
      transform: translateY(-50%);
    }
  }
  
  @keyframes moveHorizontal {
    0% {
      transform: translateX(-50%) translateY(-10%);
    }
    50% {
      transform: translateX(50%) translateY(10%);
    }
    100% {
      transform: translateX(-50%) translateY(-10%);
    }
  }
  
  .white-bg{
    width: 0vw;
    height: 0vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: -1;
    border-radius: 5px;
    overflow: hidden;
    transform: rotate(30deg);
    transform-origin: center;
  }
  .gradient-bg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 0.1;
    background-color: #e5e5f7;
    background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #e5e5f7 80px ), repeating-linear-gradient( #444cf755, #444cf7 );
    left: 0;
  }
  .cubos-container {
    position: absolute;
    width: 100%;
    height: 200px;
  }
  .cubos-container.bottom {
    top: -250px;
    left: 0;
  }
  .cubos-row {
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: flex;
  }
  .cubo {
    width: 100px;
    height: 50px;
    transition: opacity 250ms;
  }
.cubos-row .cubo {
    background: var(--azul-claro);
  }


/******************** NAV **************************/


nav{
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 10;
    transition: all 500ms ease;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 1% 2%;
}
.logo-nav-container{
    position: relative;
}
.logo-blanco{
    width: 11.7vw;
    left: -.8vw;
    top: -.3vw;
    opacity: 0;
}
.logo-azul{
    opacity: 1;
}
nav img{
    width: 10vw;
    position: absolute;
    left: 2%;
}
nav ul{
    display: flex;
    justify-content: flex-end;
    width: 35vw;
    padding: 0 0 0 0;
}
nav ul li{
    height: 38px;
    font-size: 15px;
    list-style: none;
    border: 2px solid var(--azul-oscuro);
    padding: 6px 20px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
}

.li-margin{
    margin-right: 2vw;
}

.scroll-top{
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 10;
    opacity: 0;
}
.scroll-top a{
    color: var(--azul-oscuro);
    font-size: 15px;
    border: 2px solid var(--azul-oscuro);
    padding: 6px 20px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
}


/******************** HEADER **************************/


header{
    width: 100vw;
    height: 100vh;
    position: relative;
    flex-direction: column;
}
#brandworks-logo{
    width: 10vw;
    transform: translateY(-30px);
    opacity: 0;
}
.header-bottom-info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    font-size: 17px;
    padding: 1% 2% 0 2%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}


/******************** SECCION 1 **************************/


/**** POP UP VIDEO CONTAINER ***/

.pop-up-video-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: all 1s ease;
}
.pop-up-video-container video{
    width: 95%;
    height: 95%;
    transform: translateY(-110%);
    transition: all 1s ease;
}
.pop-up-video-container.show{
    pointer-events: all;
    background-color: rgba(0, 0, 0, 0.8);
}
.pop-up-video-container.show video{
    transform: translateY(0);

}

/********************************************/

.seccion-1{
    width: 100vw;
    height: 100vh;
    padding: 1% 2%;
    position: relative;
    margin-top: 3%;
}
.video-container{
    width: 80%;
    height: 90%;
    border-radius: 500px;
    position: relative;
    overflow: hidden;
}
.video-container video{
    height: 102%;
}

.info-brandworks{
    width: 90vw;
    height: 25vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding-top: 15vh;
}

.info-brandworks h4{
    font-size: 1.2vw;
    line-height: 1.2vw;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.info-brandworks-container p{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    opacity: .7;
    line-height: 20px;
    overflow: hidden;
    position: relative;
}
.info-brandworks span{
    position: relative;
}


/******************** SECCION 2 **************************/


.seccion-2{
    padding: 10% 2%;
    position: relative;
}
.title-container-s-2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.title-container-s-2 p{
    font-size: 17px;
}
.title-container-s-2 h3{
    font-size: 3vw;
    line-height: 3vw;
    overflow: hidden;
}

.modulos-container{
    width: 100%;
    padding: 5% 0% 0% 0%;
    position: relative;
}
.modulos-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.modulo{
    width: 49.5%;
    height: 60vh;
    border: 2px solid var(--azul-oscuro);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5%;
    transition: background-color 300ms ease;
    opacity: 1;
    overflow: hidden;
    backdrop-filter: blur(5px);
}
.modulo p{
    margin: 0;
    transition: color 200ms ease;
    font-size: 17px;
    position: relative;
}
.modulo p span{
    position: relative;
    top: 30px;
    transition: all 300ms ease;
}
.modulo h4{
    font-size: 3vw;
    margin: 0;
    transition: color 200ms ease;
}
.info-modulo-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.info-modulo-bottom{
    transition: all 500ms ease;
    overflow: hidden;
    transition: all 300ms ease;
}
.modulo h3{
    font-size: 5vw;
    margin: 0;
    transition: color 200ms ease;
}
.modulos-bottom{
    margin-top: 1%;
}
.modulo:hover{
    background-color: var(--azul-oscuro);
}
.modulo:hover p{
    color: var(--blanco-secundario)!important;
}
.modulo:hover h4{
    color: var(--blanco-secundario);
}
.modulo:hover h3{
    color: var(--blanco-secundario);
}


/********************  SECCION STUDIOOH **************************/

.apartados{
    width: 100vw;
    padding: 10vh 2vw 20vh 2vw;
    width: 100vw;
}
.apartado-retargeting{
    padding: 10vh 2vw 0 2vw;
}
#studiooh{
    background-color: var(--blanco-fondo);
    margin-top: 200px;
}
.portada-studiooh{
    width: 100vw;
    height: 100vh;
    background-color: var(--azul-claro);
    padding: 45vh 2vw 10vh 2vw;
}
.numero-portada-container{
    display: flex;
    justify-content: flex-end;
}
.numero-portada{
    color: var(--blanco-secundario)!important;
    width: 36.5vw;
    position: relative;
    bottom: 15vh;
}
.info-top-studiooh{
    margin-bottom: 2vh;
}
.left-container-info{
    width: 36vw;
}
.studiooh-descripcion{
    width: 37vw;
}

.info-top-studiooh h3{
    font-size: 1.8vw;
    line-height: 2vw;
    color: var(--blanco-secundario);
    overflow: hidden;
    margin: 0;
}
.titulo-info-studiooh{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.titulo-info-studiooh h4{
    color: var(--blanco-secundario);
    font-size: 2.2vw;
    line-height: 2.2vw;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.titulo-info-studiooh p{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    opacity: .7;
    line-height: 20px;
    color: var(--blanco-secundario)!important;
    overflow: hidden;
    position: relative;
}
.titulo-info-studiooh h2{
    font-size: 6vw;
    line-height: 6vw;
    color: var(--blanco-secundario);
    width: 37vw;
}
.t-i-s-arriba{
    margin-top: 2vh;
    justify-content: space-between;
    align-items: flex-end;
}
.t-i-s-abajo{
    margin-top: 8vh;
}
.titulo-info-studiooh ul{
    padding: 0;
}
.titulo-info-studiooh li{
    color: var(--blanco-secundario);
    font-size: 1.2vw;
    line-height: 1.5vw;
    list-style: none;
}
.line-white{
    background: white!important;
    position: absolute;
    width: 96%!important;
    z-index: 10;
    opacity: 1!important;
}


.blocks-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  
  .blocks {
    background-color: var(--azul-claro);
    width: 105vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    overflow: hidden;
    z-index: 10000;
  }
  
  .block {
    width: 50px;
    height: 50px;
    border: 0.5px solid rgba(255, 255, 255, 0.075);
    transition: border-color 0.3s ease;
  }
  
  .highlight {
    border-color: var(--blanco-secundario);
  }

/***************************************************************/

.titulo-container-studiooh{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.description-studiooh{
    background: var(--blanco-fondo);
    padding: 5vh 2vw 5vh 2vw;
}
.description-studiooh h2{
    font-size: 3vw;
    line-height: 3vw;
    margin: 0;
}
.first-p-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.line{
    width: 100%;
    height: 1px;
    background: var(--azul-oscuro);
    opacity: .1;
}
.line-title{
    margin-top: 3vh;
}
.line-content{
    margin-top: 15vh;
    margin-bottom: 3vh;
}
.line-title-up{
    margin-top: 3vh;
}
.titulo-container-studiooh h3{
    font-size: 2vw;
    margin: 0;
    line-height: 2vw;
}
.titulo-container-studiooh h5{
    font-size: 1.2vw;
    line-height: 1.2vw;
    margin: 0;
}
.cuadrado{
    width: 1.2vw;
    height: 1.2vw;
    background: var(--azul-oscuro);
    transform-origin: bottom left;
}
.cuadrado-pequeño{
    width: 1.2vw;
    height: 1.2vw;
    background: var(--azul-oscuro);
    transform-origin: bottom left;
}
.content-seccion{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.inside-content-seccion{
    width: 66vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.info-content{
    width: 25vw;
}
.inside-content-seccion h3{
    color: var(--azul-oscuro);
    font-size: 14px;
    opacity: .7;
}
.inside-content-seccion p{
    color: var(--azul-oscuro);
    font-size: 1.2vw;
    margin: 0;
}
.studiooh-video{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 2vw 0 2vw;
    background: var(--blanco-fondo);
}
.studiooh-video-container{
    width: 25vw;
    height: 15vw;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-top: 3vh;
}
.studiooh-video-container video{
    width: 110%;
}

/****************************** HEATMAP ****************************/

.heatmap{
    background: var(--blanco-fondo);
}

.img-heatmap-seccion{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30vh;
}
.info-content-no-margin p{
    margin: 0!important;
    line-height: 1.2vw;
}
.content-seccion-container{
    display: flex;
    flex-direction: column;
}
.line-between-content{
    margin: 10vh 0 3vh 0;
}

.heatmap-images{
    width: 100%;
    padding: 0 2vw 0 2vw;
}
.heatmap-image-1{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 100vh;
}
.heatmap-image-1 img{
    width: 100%;
}
.heatmap-images-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1vw;
}
.heatmap-images-container div{
    width: 49.5%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.heatmap-images-container div img{
    width: 100%;
}
.heatmap-image-2{
    height: 50vh;
}
.heatmap-image-3{
    height: 100vh;
}


/****************************** SIMULADOR ****************************/

.simulador{
    background: var(--blanco-fondo);
    margin-top: 10vh;
}
.img-seccion-simulador{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15vh;
}

/****************************** TEST ****************************/

.test{
    background: var(--blanco-fondo);
}
.grafica-studiooh{
    width: 100%;
    height: 100vh;
    background-color: white;
    border-radius: 20px;
    margin-top: 20vh;
    padding: 5% 5%;
    color: #878787;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.porcentaje-grafica{
    font-size: 3vw;
}
.porcentajes-scale{
    transform: scale(.6);
    transform-origin: bottom;
}
.grafica-studiooh p{
    margin: 0;
}
.grafica-studiooh h5{
    color: var(--azul-oscuro);
    font-size: 1.5vw;
    line-height: 1.5vw;
    width: 50%;
    margin-bottom: 15vh;
}
.graficas-container{
    height: 120%;
    display: flex;
    justify-content: space-between;
    width: 73%;
}
.graficas{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 5vw;
}
.barra-negra{
    width: 3vw;
    height: 100%;
    background-color: var(--azul-oscuro);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin: 3vh 0 3vh 0;
}
.barra-azul{
    width: 100%;
    background: linear-gradient(0deg, var(--azul-oscuro) 0%, rgba(39,20,224,1) 100%);
    border-radius: 5px;
    position: absolute;
    bottom: 0;
}
.numeros-abajo-graficas{
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
#grafica-1{
    height: 96%;
}
#grafica-2{
    height: 48%;
}
#grafica-3{
    height: 40%;
}
#grafica-4{
    height: 12%;
}
#grafica-5{
    height: 4%;
}
.graficas-leyenda{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 80%;
    position: relative;
}
.n-48{
    color: var(--azul-claro)!important;
}
.numero-graficas{
    font-size: 1.5vw;
}


/****************************** OPTIMIZE ****************************/


.portada-optimize{
    width: 100vw;
    padding: 25vh 2vw 20vh 2vw;
    background-color: #f7f7f7;
}


/****************************** DMP ****************************/

.dmp{
    background-color: #f7f7f7;
}
.content-dmp{
    justify-content: flex-start;
}
.inside-dmp{
    width: 66vw;
}
.info-dmp p{
    width: 70vw;
    font-size: 1.8vw;
    line-height: 2vw;
}
.line-dmp{
    margin-top: 3vh;
}
.dmp-no-text{
    opacity: 0!important;
}
.content-seccion-dmp{
    justify-content: flex-end;
}
.content-seccion-container-dmp{
    width: 55vw;
}
.subtitulo-dmp-container{
    display: flex;
    flex-direction: column;
    margin-top: 15vh;
    width: 55vw;
    float: right;
}
.subtitulo-dmp-container h3{
    font-size: 2vw;
    color: var(--azul-oscuro);
    margin: 0;
}
.line-subtitle-dmp{
    margin-top: 3vh;
}


/****************************************** PIN CARD SECTION *************************************************/


.pin-panel{
    padding: 5rem 2vw;
}
.cards .card{
    aspect-ratio: 1/1;
    background: var(--blanco-fondo);
    height: 30vh!important;
    width: 100%;
    border: none;
    display: flex;
    flex-direction: column;
}
.card .line{
    margin-bottom: 3vh;
    position: absolute;
}
.cards .pin-spacer{
    margin-bottom: 3vh!important;
}
.cards .card:not(:last-child){
    margin-bottom: 4rem;
}
.body{
    width: 100%;
} 

.p-icono-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 55vw;
}
.card-info-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3vh;
}
.card-number{
    font-size: 14px;
    color: var(--gris-texto);
    text-transform: uppercase;
}
.card-p-container p{
    margin: 0;
    overflow: hidden;
}
.azul-card-title{
    font-size: 1.8vw;
    line-height: 1.8vw;
    color: var(--azul-oscuro);
}
.card-p-title{
    font-size: 1.8vw;
    line-height: 1.8vw;
    color: var(--gris-texto)!important;
}
.card-p{
    font-size: 1.2vw;
    line-height: 1.2vw;
    color: var(--gris-texto)!important;
}
.card-icono{
    width: 25vw;
    height: 30vh;
    background: white;
    border-radius: 5px;
}
.card-icono .c-anim{
    width: 50%;
}
.datos-geo-icono{
    width: 20vw;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    top: 1.5vw;
    right: 1.5vw;
}

.iconos-contenido-dinamico{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.iconos-contenido-dinamico .icono-cualificamos{
    right: -2.7vw;
    bottom: -1vw;
}
.icono-ooh{
    width: 45%!important;
}
.icono-cross-media{
    width: 8vw!important;
    right: -2vw!important;
}


/****************************************** CUALIFICAMOS *************************************************/

.datos-cualificamos-container{
    width: 100%;
    height: 70vh;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20vh;
}
.datos-cualificamos h2{
    color: white!important;
}
.datos-cualificamos p{
    color: white!important;
}
.datos-container{
    height: 100%;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: white;
    border-radius: 20px;
    padding: 2%;
}
.datos-container p{
    margin: 0;
}
.datos-container h2{
    font-size: 3.5vw;
    line-height: 3.5vw;
}
.list-card-cualificamos{
    margin: 0;
    font-size: 1.2vw;
    line-height: 1.2vw;
}
.subtile-card-cualificamos{
    font-size: 1.7vw;
    line-height: 1.7vw;
}
.datos-1{
    background: var(--azul-claro);
}
.datos-2{
    background: var(--azul-oscuro);
}
.datos-3{
    background: rgb(20, 20, 20);
}

.subtitulo-geo{
    margin-top: 5vh!important;
}

.datos-geo-referenciamos{
    width: 100%;
    height: 70vh;
    border-radius: 20px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2%;
    margin-top: 20vh;
    color: var(--azul-oscuro);
}
.datos-geo-referenciamos h2{
    font-size: 3.5vw;
    line-height: 3.5vw;
}
.info-abajo-datos-geo{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
.datos-geo-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 25vw;
}
.info-abajo-drch{
    margin-left: 5vw;
}
.info_logo_bottom{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.icono-cualificamos{
    width: 38%;
    position: relative;
    right: -3.5vw;
    bottom: -2.7vw;
}
.icono-cualificamos-3{
    right: -3vw;
}
.icono-cualificamos-3 svg{
    stroke: #444cf7!important;
}


/****************************************** ENGAGE *************************************************/

#engage .contenido{
    padding-bottom: 20vh;
}
.engage-title{
    line-height: 6.6vw!important;
    position: relative;
    top: .4vw;
}
.img-engage-container{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20vh;
}
.img-engage{
    width: 57%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.img-engage video{
    height: 100%;
    position: absolute;
    right: 20vw;
    bottom: 0;
    transform: scale(1.8);
}
.img-engage-text h2{
    color: var(--azul-oscuro);
    font-size: 1.8vw;
    line-height: 2vw;
    margin: 0;
}

.subtitulo-contenido-dinamico{
    margin-top: 5vh!important;
}
.datos-engage-1{
    padding: 0 2%!important;
    height: 40vh;
    margin: 20vh 0 5vh 0!important;
}
.datos-engage-1 .datos-container h2, p{
    color: var(--azul-oscuro)!important;
}
.datos-engage-1 .datos-container{
    height: 40vh;
}

.fuentes{
    color: var(--azul-oscuro);
    font-size: 10px;
    line-height: 10px;
    margin: 0!important;
    text-align: right;
    position: relative;
    right: 2%;
}

.subtitulo-ooh-mobile{
    margin: 20vh 0 20vh 0!important;
}
.datos-ooh-container{
    width: 24.5%;
    height: 65vh!important;
}
.datos-engage-2{
    padding: 0 2%!important;
    height: 65vh;
    margin: 20vh 0 5vh 0!important;
}

.retargeting-impactos{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-top: 20vh;
    margin-bottom: 10vh;
}
.impacto-1-container{
    width: 44%;
    position: relative;
}
.impacto-2-container{
    width: 55%;
    position: relative;
}
.img-retargeting-container{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.img-retargeting-container-1{
    width: 100%;
    height: 50vh;
}
.img-retargeting-container-1 img{
    width: 100%;
}
.img-retargeting-container-2{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.img-retargeting-container-2 img{
    width: 100%;
}
.subtitulo-impacto{
    width: 100%!important;
}



/****************************************** EVALUATE *************************************************/

#evaluate{
    padding-bottom: 5vh;
    background: var(--blanco-fondo);
}

.datos-evaluate-1{
    margin: 0 0 20vh 0;
    padding: 0 2%;
}
.dentro-datos-evaluate{
    height: 45vh;
    margin-top: .5vw;
}
.dentro-datos-evaluate-1 .datos-container{
    width: 100%;
}
.dentro-datos-evaluate .datos-container{
    height: 45vh;
}
.dentro-datos-evaluate-3 .datos-container{
    width: 49.8%;
}
.dentro-datos-container-evaluate{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}
.dentro-datos-container-evaluate .list-card-cualificamos{
    opacity: .7;
}
.dentro-datos-evaluate .info-abajo-datos-geo{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.subtitulo-reporte-datos{
    margin: 0 0 20vh 0!important;
}
.datos-evaluate-2{
    padding: 0 2%;
    height: 90vh!important;
}
.datos-evaluate-2 .datos-container{
    width: 49.7%;
}

.table-container{
    width: 100%;
    position: relative;
}
table{
    width: 100%;
}
td{
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid var(--azul-oscuro)!important;
    color: var(--gris-texto);
}
tr{
    border-bottom: 1px solid var(--azul-oscuro)!important;
}
.titulos-tabla{
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--azul-oscuro)!important;
}
.dato-ooh{
    background: var(--azul-oscuro);
    color: var(--blanco-secundario);
}
.subtitulo-cross-media{
    margin: 0 2% 20vh 0;
}
.circle-info-evaluate-container{
    width: 100%;
    height: 80%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.circle-evaluate-container{
    width: 100%;
    height: 80%;
    position: relative;
}
.circles{
    height: 100%;
    width: 100%;
    z-index: 10;
}
.circle-evaluate{
    width: 20vw;
    height: 20vw;
    border: 15px solid var(--azul-oscuro)!important;
    border-radius: 50%;
}
.circle-evaluate-1{
    position: relative;
    left: 5vw;
}
.circle-evaluate-2{
    position: relative;
    right: 5vw;
    opacity: .7;
}
.circles-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 52%;
    position: absolute;
    top: 0;
}
.circles-info-p{
    color: var(--azul-oscuro);
    font-size: 17px;
    line-height: 17px;
}
.info-bottom-circles{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.box-info{
    width: 15px;
    height: 15px;
    background: var(--azul-oscuro);
    margin-right: 15px;
}
.ooh-alcance{
    opacity: .7;
}
.single-info p{
    margin: 0!important;
}
.brand-lift{
    margin-top: 10vh;
}
.grafica-evaluate-container{
    padding: 0 2%;
    position: relative;
}
.grafica-evaluate-1{
    margin-top: 0!important;
}
.grafica-evaluate-1 .graficas-container{
    width: 65%;
}
#grafica-evaluate-1{
    height: 60%;
}
#grafica-evaluate-2{
    height: 90%;
}
#grafica-evaluate-3{
    height: 5%;
}
#grafica-evaluate-4{
    height: 30%;
}
#grafica-evaluate-5{
    height: 2.5%;
}
#grafica-evaluate-6{
    height: 2%;
}

.contenedor-barras-negras-nuevas{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}
.barras-negras-nuevas{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.grafica-doble{
    width: 11vw!important;
    position: relative;
    right: 1vw;
}
.barra-nueva-1, .numero-left{
    position: relative;
    left: 1.6vw;
}
.numero-left{
    position: relative;
    left: .8vw;
}
.grafica-evaluate-2{
    width: 50%!important;
}
#grafica-evaluate-2-1{
    height: 44.7%;
    background: linear-gradient(0deg, var(--azul-oscuro) 0%, rgb(164, 164, 164) 100%);
}
#grafica-evaluate-2-2{
    height: 52.9%;
}
#grafica-evaluate-2-3{
    height: 54.5%;
}
#grafica-evaluate-2-4{
    height: 53.9%;
}
#grafica-evaluate-2-5{
    height: 52.9%;
}
.grafica-evaluate-3{
    margin-top: 0!important;
    margin-bottom: 20vh;
}
.grafica-evaluate-3 .graficas-container{
    width: 25%;
}
#grafica-evaluate-3-1{
    height: 52%;
}
#grafica-evaluate-3-2{
    height: 55%;
}
#grafica-evaluate-3-3{
    height: 73%;
}


.insights-funnel-grafica{
    margin-top: 20vh;
}
.dentro-insights{
    height: 120vh!important;
}
.insights-grafica{
    height: 100%;
    width: 80%;
    background: white;
    border-radius: 20px;
}
.circle-funnel{
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.circle-funnel-1{
    width: 40vw;
    height: 40vw;
    z-index: 1;
    background-color: rgba(39, 20, 244, .1)
}
.circle-funnel-2{
    width: 37vw;
    height: 37vw;
    background-color: rgba(39, 20, 244, .15);
    z-index: 2;
}
.circle-funnel-3{
    width: 34vw;
    height: 34vw;
    background-color: rgba(39, 20, 244, .2);
    z-index: 3;
}
.circle-funnel-4{
    width: 31vw;
    height: 31vw;
    background-color: rgba(39, 20, 244, .25);
    z-index: 4;
}
.circle-funnel-5{
    width: 28vw;
    height: 28vw;
    background-color: rgba(39, 20, 244, .3);
    z-index: 5;
}
.circle-funnel-6{
    width: 25vw;
    height: 25vw;
    background-color: rgba(39, 20, 244, .35);
    z-index: 6;
}
.circle-funnel-7{
    width: 22vw;
    height: 22vw;
    background-color: rgba(39, 20, 244, .4);
    z-index: 7;
}
.circle-funnel-8{
    width: 19vw;
    height: 19vw;
    background-color: rgba(39, 20, 244, .45);
    z-index: 8;
}
.circle-funnel-9{
    width: 16vw;
    height: 16vw;
    background-color: rgba(39, 20, 244, .5);
    z-index: 9;
}
.circle-funnel p{
    position: absolute;
    top: 2%;
    z-index: 20!important;
}
.numero-info-funnel{
    color: var(--gris-texto)!important;
}
 .infos-funnel h4{
    font-size: 1.5vw;
    line-height: 1.5vw;
    margin: 3vh 0 0 0!important;
    color: var(--azul-oscuro);
 }
 .subtitulo-funnel{
    margin-bottom: 1.5vh!important;
    color: var(--azul-oscuro);
 }



 .footer{
    width: 100vw;
    height: 100vh;
    padding: 50vh 2% 2% 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 }
.info-bottom-footer{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.info-top-footer{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}
.footer img{
    width: 15vw;
}
.footer h3{
    font-size: 3vw;
    line-height: 3vw;
    color: var(--azul-oscuro);
    overflow: hidden;
}
.footer p{
    color: var(--azul-oscuro);
    font-size: 17px;
    line-height: 17px;
    margin: 0;
}






@media screen and (max-width:435px){

    /************************************* INTRO **********************************************/

    nav ul{
        display: none;
    }
    .logo-azul{
        width: 25vw;
    }
    .logo-blanco {
        width: 30.7vw;
        left: -.8vw;
        top: -.3vw;
        opacity: 0;
    }
    #brandworks-logo{
        width: 90vw!important;
    }
    .header-bottom-info p{
        margin: 0;
    }
    .seccion-1{
        height: 50vh;
    }
    .video-container{
        width: 100%;
    }
    .info-brandworks{
        padding-top: 5vh;
        height: auto;
        justify-content: flex-start;
        margin-left: 2%;
    }
    .info-brandworks h4 {
        font-size: 5.2vw;
        line-height: 5.2vw;
    }
    .info-brandworks-container p{
        font-size: 12px;
    }
    .title-container-s-2 p{
        display: none;
    }
    .seccion-2 {
        padding: 17% 2%;
    }
    .modulos-container {
        padding: 9% 0% 0% 0%;
    }
    .modulos-top {
        flex-direction: column;
    }
    .modulo{
        width: 100%;
        height: 30vh;
        padding: 2.5%;
        margin-bottom: 10px;
    }
    .modulo p{
        font-size: 12px;
    }
    .modulo h3{
        font-size: 10vw;
    }
    .modulo h4{
        font-size: 8vw;
    }

    /******************************** STUDIOOH ***********************************/

    .cubos-container{
        display: none;
    }
    #studiooh{
        margin-top: 0;
    }
    .t-i-s-arriba {
        margin-top: 2vh;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .title-container-s-2 h3 {
        font-size: 7vw;
        line-height: 7vw;
        margin: 0;
    }
    .titulo-info-studiooh h2 {
        font-size: 16vw;
        line-height: 16vw;
        width: 100%;
        margin-top: 7vh;
    }
    .numero-portada-container {
        justify-content: flex-start;
    }
    .numero-portada{
        bottom: 0vh;
    }
    .info-top-studiooh h3 {
        font-size: 5.8vw;
        line-height: 5.8vw;
    }
    .portada{
        height: 80vh;
        padding: 30% 2% 2% 2%;
    }
    .titulo-info-studiooh {
        justify-content: flex-start;
    }
    .titulo-info-studiooh p{
        font-size: 12px;
    }
    .t-i-s-abajo {
        margin-top: 3vh;
    }
    .titulo-info-studiooh li {
        font-size: 4.2vw;
        line-height: 4.5vw;
    }
    .titulo-seccion-ordenador{
        display: none;
    }
    .titulo-seccion-movil{
        display: block;
    }
    .description-studiooh{
        padding: 10vh 2vw 10vh 2vw;
    }
    .description-studiooh h2 {
        font-size: 7vw;
        line-height: 7vw;
    }
    .studiooh-video {
        display: block;
        width: 100vw;
    }
    .studiooh-video-container {
        width: 96vw;
        height: 64vw;
        margin-top: 0;
    }
    .apartados {
        padding: 5vh 2vw 20vh 2vw;
    }
    .titulo-container-studiooh h3 {
        font-size: 7vw;
        margin: 0;
        line-height: 6vw;
    }
    .small {
        font-size: 12px !important;
    }
    .inside-content-seccion {
        width: 66vw;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .info-content {
        width: 100%!important;
    }
    .info-content-no-margin {
        width: 100%!important;
    }
    .inside-dmp {
        width: 100%;
    }
    .info-dmp p {
        width: 100%;
        font-size: 4.8vw;
        line-height: 5vw;
    }
    .cuadrado-pequeño {
        width: 3.2vw;
        height: 3.2vw;
        background: var(--azul-oscuro);
        transform-origin: bottom left;
        margin-bottom: 3vh;
    }
    .line-content {
        margin-top: 3vh;
        margin-bottom: 3vh;
    }
    .inside-content-seccion h3 {
        font-size: 12px;
        margin-bottom: 3vh;
    }
    .inside-content-seccion p {
        font-size: 5.2vw;
        line-height: 5.2vw;
        margin: 0;
        width: 100%!important;

    }
    .info-content-no-margin p {
        width: 100%!important;
    }
    .content-seccion {
        width: 100%;
        display: block;
    }
    .inside-content-seccion {
        width: 100%;
    }
    .line-between-content {
        margin: 3vh 0 3vh 0;
    }
    .apartados {
        padding: 5vh 2vw 5vh 2vw;
    }
    .heatmap-image-1{
        height: auto;
    }
    .heatmap-images-container {
        flex-direction: column;
    }
    .heatmap-images-container div {
        width: 100%;
    }
    .heatmap-image-2 {
        height: auto;
    }
    .heatmap-image-3 {
        height: auto;
        margin-top: .5vh;
    }
    .heatmap-images{
        margin-top: 10vh;
    }
    .heatmap{
        margin-top: 5vh;
    }
    .simulador {
        margin-top: 5vh;
    }
    .simulador-foto-abajo{
        margin-top: .5vh;
    }
    .test{
        margin-top: 5vh;
    }
    .grafica-studiooh{
        margin-top: 10vh;
        position: relative;
        display: block;
        width: 100vw;
        margin-left: -2%;
        border-radius: 0;
        padding: 15% 5% 15% 2%
    }
    .graficas-leyenda{
        flex-direction: column;
        height: 100%;
    }
    .numeros-abajo-graficas{
        width: 100%;
        margin-bottom: 7vh;
    }
    .grafica-studiooh h5{
        font-size: 5.2vw;
        line-height: 5.2vw;
        width: 80%;
        margin-bottom: 7vh;
    }
    .barra-negra{
        width: 6vw;
    }
    .graficas-container{
        margin-right: 4%;
    }
    .subtitulo-dmp-container{
        width: 100%;
    }
    .content-seccion-container-dmp {
        width: 100%;
    }
    .subtitulo-dmp-container h3 {
        font-size: 7vw;
        line-height: 7vw;
    }
    .pin-panel {
        padding: 5rem 2vw 0 2vw;
    }
    .cards .card:not(:last-child) {
        margin-bottom: 0rem;
    }
    .card-icono{
        width: 35%;
        height: 20vh;
    }
    .card-p-movil{
        width: 100%;
    }
    .card-p-container{
        width: 50%;
    }
    .p-icono-container {
        width: auto;
    }
    .azul-card-title{
        font-size: 5.2vw;
        line-height: 5.2vw;
    }
    .card-p-title{
        font-size: 5.2vw;
        line-height: 5.2vw;
    }
    .card-p{
        font-size: 4.2vw;
        line-height: 4.2vw;
    }
    .card-info-container{
        margin-bottom: 10px!important;
    }
    .card-icono .c-anim {
        width: 87%;
    }
    .datos-cualificamos-container{
        margin-top: 10vh;
        flex-direction: column;
        height: auto;
    }
    .datos-container{
        width: 100%;
        height: 50vh;
        margin-top: 1vh;
        padding: 8% 4%;
    }
    .datos-container h2 {
        font-size: 8vw;
        line-height: 8vw;
    }
    .subtile-card-cualificamos {
        font-size: 5.2vw;
        line-height: 5.2vw;
    }
    .list-card-cualificamos {
        font-size: 4.2vw;
        line-height: 4.2vw;
    }
    .subtitulo-geo {
        margin-top: 0vh !important;
    }
    .datos-geo-referenciamos{
        margin-top: 10vh;
        padding: 8% 4%;
        height: 50vh;
        margin-bottom: 5vh;
    }
    .datos-geo-referenciamos h2 {
        font-size: 8vw;
        line-height: 8vw;
    }


/******************************** ENGAGE *****************************************/

    .engage-title {
        line-height: 17.6vw !important;
    }
    .img-engage-container{
        flex-direction: column;
        margin-top: 15vh;
        height: auto;
    }
    .img-engage-text h2 {
        font-size: 5.2vw;
        line-height: 5.2vw;
        margin-bottom: 10vh;
    }
    .img-engage {
        height: 60vh;
        width: 100%;
    }
    .datos-engage-1 {
        margin: 10vh 0 5vh 0 !important;
    }
    .contenido-title{
        padding: 0 2%;
    }
    .contenido-p{
        padding: 0 2%;
    }
    .fuentes{
        font-size: 12px;
        line-height: 12px;
        width: 50%;
        float: right;
    }
    .subtitulo-ooh-mobile{
        padding: 0 2%;
        margin: 5vh 0 5vh 0 !important;
    }
    .retargeting-impactos {
        justify-content: space-between;
        flex-direction: column;
        margin-top: 5vh;
        margin-bottom: 10vh;
    }
    .impacto-1-container {
        width: 100%;
    }
    .img-retargeting-container-1 {
        height: auto;
    }
    .subtitulo-impacto{
        margin-top: 5vh;
    }
    .impacto-2-container {
        width: 100%;
    }
    .img-retargeting-container-2 {
        width: 100%;
        height: 50vh;
    }
    .impacto-2-container {
        margin-top: 5vh;
    }
    .apartado-retargeting{
        padding: 15vh 2vw 0 2vw;
    }

    /******************************** EVALUATE *****************************************/


    #datos-margin-top .datos-container{
        height: 40vh!important;
    }
    .subtitulo-cross-media{
        margin: 5vh 0 5vh 0;
        padding: 0 2%;
    }
    .dentro-datos-evaluate-2{
        margin-top: 0;
    }
    .dentro-datos-evaluate-3{
        margin-top: 0;
    }
    .dentro-datos-evaluate-3 .datos-container{
        width: 100%;
    }
    .datos-evaluate-1 {
        margin: 0 0 10vh 0;
    }
    .subtitulo-reporte-datos{
        padding: 0 2%;
        margin-bottom: 5vh!important;
    }
    .datos-evaluate-2{
        height: auto!important;
    }
    .datos-evaluate-2 .datos-container {
        width: 100%;
    }
    #datos-evaluate-2 .datos-container{
        height: 65vh;
        padding: 10% 7%;
    }
    .titulos-tabla {
        font-size: 17px;
        line-height: 17px;
    }
    .circles {
        width: 140%;
    }
    .circle-evaluate {
        width: 60vw;
        height: 60vw;
        border: 10px solid var(--azul-oscuro)!important;
    }
    .circle-evaluate-2 {
        right: 16vw;
    }
    .circle-evaluate-1 {
        left: 16vw;
    }
    .circles-info {
        width: 78%;
    }
    .box-info {
        height: 8px;
    }
    .single-info p {
        margin: 0 !important;
        font-size: 17px;
        line-height: 17px;
    }
    .brand-lift {
        margin-top: 5vh;
    }
    .porcentajes-scale {
        transform: scale(1);
        transform-origin: bottom;
    }
    .porcentaje-grafica {
        font-size: 20px;
    }
    .grafica-evaluate-1 .graficas-container {
        width: 92%;
    }
    .grafica-evaluate-container {
        margin-top: 5vh;
    }
    .reporte-evaluate{
        margin-top: 5vh;
    }
    .grafica-evaluate-2 {
        width: 88% !important;
    }
    .contenedor-barras-negras-nuevas {
        justify-content: space-between;
        width: 35vw;
    }
    .grafica-doble {
        width: 20vw !important;
    }
    .grafica-evaluate-3 .graficas-container {
        width: 45%;
    }
    .grafica-evaluate-3 {
        margin-bottom: 5vh;
    }
    .subtitulo-insights{
        padding: 0 2%;
    }
    .insights-funnel-grafica {
        margin-top: 10vh!important;
    }
    .infos-funnel h4 {
        font-size: 5.2vw;
        line-height: 5.2vw;
    }
    .insights-grafica{
        width: 100%;
    }
    .dentro-insights {
        height: 136vh !important;
    }
    .circle-funnel-1 {
        width: 88vw;
        height: 88vw;
    }
    .circle-funnel-2 {
        width: 79vw;
        height: 79vw;
    }
    .circle-funnel-3 {
        width: 70vw;
        height: 70vw;
    }
    .circle-funnel-4 {
        width: 62vw;
        height: 62vw;
    }
    .circle-funnel-5 {
        width: 53vw;
        height: 53vw;
    }
    .circle-funnel-6 {
        width: 45vw;
        height: 45vw;
    }
    .circle-funnel-7 {
        width: 37vw;
        height: 37vw;
    }
    .circle-funnel-8 {
        width: 29vw;
        height: 29vw;
    }
    .circle-funnel-9 {
        width: 22vw;
        height: 22vw;
    }
    .footer h3 {
        font-size: 7vw;
        line-height: 6vw;
    }
    .footer p {
        font-size: 15px;
        line-height: 15px;
    }
    .footer img {
        width: 41vw;
        margin-bottom: 7vh;
    }
    .footer {
        padding: 50vh 4% 10% 4%;
    }
    .icono-cross-media{
        width: 25vw!important;
        bottom: -5.7vw!important;
    }
    .icono-ooh {
        width: 34% !important;
    }
    .datos-geo-container {
        width: 55vw;
    }
    .datos-geo-icono {
        width: 33vw !important;
        position: absolute;
        top: 11vw;
        right: -10.5vw;
        background: rgba(255, 255, 255, 0);
    }
    .icono-cualificamos{
        bottom: -7.7vw;
    }
    .iconos-contenido-dinamico .icono-cualificamos{
        bottom: -8vw;
    }
}

