/* GLOBAL
------------------------------ */

:root {
  --red: #FF3C30;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#090909}::-moz-selection{color:#fff;background:rgba(250,250,250,.4);text-shadow:none}::selection{color:#fff;background:rgba(250,250,250,.4);text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent!important;
    cursor: none; 
}

@font-face {
    font-family: 'Culdesac';
    src: url('../font/AeonikPro-Regular.woff') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
/*    ascent-override: 90%; */
}

a, div, img{
    outline: 0!important;
}

body, html{
    height: 100%;
    scroll-behavior: smooth;
    font-family: 'Culdesac', sans-serif;
}

body{
    background-color: white;
    overflow-x: hidden !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

::-moz-selection { color: black;  background: gainsboro; }
::selection      { color: black;  background: gainsboro; }

.italic {
    font-style: italic;
}

strong{
    font-weight: 100;
}


.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.sticky{
    position: sticky;
}

.relative {
    position: relative;
}

.bottom {
    bottom: 0;
}

.left {
    left: 0;
}

.right{
    right: 0;
}

.top{
    top: 0;
}

.pad-b-0-0{
    padding-bottom: 0.25rem;
}


.pad-b-0, .pad-grid-b{
    padding-bottom: 0.5rem;
}

.pad-t-0, .pad-grid-t{
    padding-top: 0.5rem;
}

.pad-l-0, .pad-grid-l{
    padding-left: 0.5rem;
}

.pad-r-0, .pad-grid-r{
    padding-right: 0.5rem;
}

.pad-0, .pad-grid, .pad-grid-m{
    padding: 0.5rem;
}

.pad-t {
    padding-top: 1rem;
}

.pad-b, .menu-main-container .menu li, .menu-main-en-container .menu li{
    padding-bottom: 1rem;
}

#menu-main li, #menu-main-en li{
    padding-bottom: 0;
}

#menu-main, #menu-main-en{
    padding-top: 0;
}

.pad-l {
    padding-left: 1rem;
}

.pad-r {
    padding-right: 1rem;
}

.pad-t-1 {
    padding-top: 2rem;
}

.pad-b-1{
    padding-bottom: 2rem;
}

.pad-l-1 {
    padding-left: 2rem;
}

.pad-r-1 {
    padding-right: 2rem;
}

.pad-t-2{
    padding-top: 4rem;
}

.pad-l-2{
    padding-left: 4rem;
}

.pad-r-2{
    padding-right: 4rem;
}

.pad-b-2{
    padding-bottom: 4rem;
}

.pad-2{
    padding: 4rem;
}

.pad {
    padding: 1rem;
}

.pad-1, .mapa{
    padding: 2rem;
}

.mag-auto{
    margin: 0 auto;
}

.mag-t-2, .PLUS-T{
    margin-top: 4rem;
}

.mag-b-2, .PLUS-B{
    margin-bottom: 4rem;
}

.pad-b-1-m{
    padding-bottom: 2rem;
}

.block{
    display: block;
}

.white-bk{
    background-color: white;
}

.red-bk{
    background-color: var(--red);
}

.black-bk{
    background-color: black;
}

.w-100 {
    width: 100%;
}

.h-100, .h-100-m {
    height: 100%;
}

.h-80, .h-80-video{
    height: 80vh;
}

.h-70{
    height: 70vh;
}

.h-66{
    height: 66vh;
}

.h-50{
    height: 50%;
}

.h-85{
    height: 85%;
}

.h-100-vh{
    height: 100vh;
}

.h-90, .h-90-story{
    height: 90%;
}

.h-90 video, .h-90 img, .h-90-story video, .h-90-story img{
    width: auto !important;
}

a:link {
    text-decoration: none;
    color: inherit;
}

a:visited {
    color: inherit;
}

.flex, .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.end-justify{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.evenly{
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.align-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.column, .menu-main-container .menu, .menu-main-en-container .menu, .menu{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.column-r{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.around{
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.jus-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.z-9{
    z-index: 9;
}

.z-10{
    z-index: 10;
}

.z-99{
    z-index:  99;
}

.z-999{
    z-index: 999;
}

.w-50, .w-50-m{
    width: 50%;
}

.w-50-d{
    width: 100%;
}

.w-40{
    width: 40%;
}

.w-60{
    width: 60%;
}

.w-75{
    width: 75%;
}

.w-25, .w-25-m{
    width: 25%;
}

.w-80{
    width: 80%;
}

.w-75{
    width: 75%;
}

.w-33{
    width: 33.33%;
}

.w-66{
    width: 66.66%;
}

.w-83{
    width: 83.33%;
}

.hide-scroll{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide-scroll::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.mobile, .mobile-flex{
    display: none;
}

.wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.center{
    text-align: center;
}

.ab-center{
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.ab-x{
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.inline-block{
    display: inline-block;
}

.inline{
    display: inline !important;
}

.block{
    display: block;
}

.hide-op{
    opacity: 0;
}

.op{
    opacity: 1;
}

.show{
    display: block;
}

.hidden{
    overflow: hidden;
}

em{
    font-style: italic;
}

.cover{
    -o-object-fit: cover;
       object-fit: cover;
}

.underline{
    text-decoration: underline;
}

.sticky{
    position: sticky;
}

.flex-end{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.nw{
    white-space: nowrap;
}

.b-r{
    border-right: solid black 1px;
}

.b-l{
    border-left: solid black 1px;
}

.b-b{
    border-bottom: solid black 1px;
}

.b-t{
    border-top: solid black 1px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* COLORS
------------------------------ */

.red{
    color: var(--red);
}

.white {
    color: white;
}

.black{
    color:  black;
}

.bk-white, .bk-red{
    background-color: rgba(255, 255, 255, 0.6);
}

.bk-red-real{
    background-color: rgba(255, 0, 0, 0.4);
}

.bk-black, section.white .hover-btn, section.white .info-bk, .item-li{
    background-color: rgba(0, 0, 0, 0.4);
}

.bk-black svg{
    fill: white;
}

.bk-red svg{
    fill: var(--red);
}

.border-b{
    border: solid black 2px;
}

.border-b-red{
    border: solid var(--red) 2px;
}

.border-b-red .menu-text{
    color: var(--red);
}

.border-b-white .menu-text{
    color: white;
}

.border-b-white{
    border: solid white 2px;
}

.burguer-red, .burguer-red::after{
    background: var(--red) !important;
}

.burguer-white, .burguer-white::after{
    background: white !important;
}

.logo-red svg{
    fill: var(--red);;
}

.logo-white svg{
    fill: white;
}

header.red-action {
    color: var(--red);
}

header.red-action .logo svg{
    fill: var(--red);
}

header.red-action .border-b{
    border-color: var(--red);
}

header.red-action .btn-burguer, header.red-action .btn-burguer::after{
    background: var(--red) !important;
}

header.red-action #c-red{
    display: block;
}

header.red-action #c-white, header.red-action #c-black{
    display: none;
}

header.black-action {
    color: white;
}

header.black-action .logo svg{
    fill: white;
}

header.black-action .menuWrapper{
    background-color: rgba(0, 0, 0, 0.4);
}

header.black-action .border-b{
    border-color: white;
}

header.black-action .btn-burguer, header.black-action .btn-burguer::after{
    background: white !important;
}

header.black-action #c-white{
    display: block;
}

header.black-action #c-red, header.black-action #c-black{
    display: none;
}

header.black-action .menu-btn, section.black-bk .menu-btn{
    background-color: black;
}

.hide{
    display: none !important;
}

.show{
    display: block !important;
}

section.red .color-filter{
    -webkit-filter: invert(31%) sepia(96%) saturate(1443%) hue-rotate(339deg) brightness(97%) contrast(109%);
            filter: invert(31%) sepia(96%) saturate(1443%) hue-rotate(339deg) brightness(97%) contrast(109%);
}

section.white .color-filter{
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(346deg) brightness(108%) contrast(101%);
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(346deg) brightness(108%) contrast(101%);
}

.swiper-A .swiper-slide, .swiper-B .swiper-slide{
    background-color: white;
}

section.white .swiper-A .swiper-slide, section.white .swiper-B .swiper-slide{
    background-color: black;
}

hr{
    border: 0;
    border-top: 1px solid;
    border-color: black;
}

.red hr{
    border-color: red;
}

.white hr{
    border-color: white;
}

/* MENU
------------------------------ */

p.menu-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1rem;
}

.logo svg{
    height: 1.75rem;
}

#blend path{
    mix-blend-mode: difference;
}

.logo a{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.menu-btn, button.cky-btn, .gform_button{
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: white;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.gform_button{
    padding: 0.25rem 0.75rem !important;
}

.lang-btn{
    right: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
}

.circle, .cross{
    width: 1.75rem;
    height: 1.75rem;
}

.circle{
    border-radius: 50%;
}

.open{
    width: 1.75rem;
    height: 1.75rem;
    padding: 0.25rem;
}

.pad-menu{
    padding-top: 2.75rem;
}

.menu-main-container .menu a:hover, header a:hover, .menu-main-en-container .menu a:hover, .link a:hover, footer a:hover, .ofertas a:hover, .info-wrap a:hover, .flex-05 a:hover{
    font-style: oblique;
}

.menuWrapper{
    -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.btn-burguer, .cross{
    width: 1.1rem;
    height: 2px;
    background: black;
    top: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.btn-burguer::after, .cross::after{
    content: '';
    position: absolute;
    width: 1.1rem;
    height: 2px;
    background: black;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)        
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)        
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

li{
    list-style: none;
}

.current-lang{
    display: none;
}

.lang-item a:hover{
    font-style: normal;
}

/*.circle{
    transition: background 0.1s ease-in-out;
}*/

/* CURSOR
------------------------------ */

.cursor {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 16px;
    width: 16px;
    position: fixed;
    width: 16px;
    z-index: 999;
    -webkit-backdrop-filter: invert(1);
            backdrop-filter: invert(1);
    pointer-events: none;
    -webkit-transition-property: width,height,opacity,background-color;
    -o-transition-property: width,height,opacity,background-color;
    transition-property: width,height,opacity,background-color;
    -webkit-transition: all 0.05s;
    -o-transition: all 0.05s;
    transition: all 0.05s;
}

.cursor span{
    position: absolute;
    top: 16px;
    left: 16px;
}

.hovered {
  height: 8px;
  width: 8px;
}

.discover-cursor, .next-cursor, .prev-cursor, .play-cursor, .pause-cursor{
    visibility: hidden;
}

.hidden{
    visibility: hidden;
}

.visible{
    visibility: visible;
}

@-webkit-keyframes scaleDown {
  0%, 100% {
    width: 16px;
    height: 16px;
  }
  50% {
    height: 8px;
    width: 8px;
  }
}

@keyframes scaleDown {
  0%, 100% {
    width: 16px;
    height: 16px;
  }
  50% {
    height: 8px;
    width: 8px;
  }
}

.scaleDown {
  -webkit-animation: scaleDown 3s infinite;
          animation: scaleDown 3s infinite;
}

/* HOME
------------------------------ */

.project a{
    display: block;
    height: 100%;
}

.reel video{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.round-c{
    border-radius: 1rem;
}

.bk-blur, .swiper-pagination-bullet, .cky-consent-bar{
    -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
}

.tags div, .tag{
    padding: 0.25rem 0.5rem;
}

.item-li, #filter-btn{
    padding: 0.25rem 0.75rem;
}

.tags div, .tag, .item-li{
    border-radius: 2rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.tags div, .tag{
    border: solid black 1px;
    display: inline-block;
}

.red .tag, .red .tags div{
    border-color: var(--red);
}

.white .tag, .white .tags div{
    border-color: white;
}

video.full-vid{
    -o-object-fit: contain;
    object-fit: cover;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.upper{
    text-transform: uppercase;
}

.marquee{
    white-space: nowrap;
    overflow: hidden;
}

.infinite-black, .infinite-black .marquee, .infinite-black .marquee span{
    background-color: white !important;
    color: black;
}

.infinite-white, .infinite-white .marquee, .infinite-white .marquee span{
    background-color: black !important; 
}

.infinite-red, .infinite-red .marquee, .infinite-red .marquee span{
    background-color: var(--red) !important;
    color: white;
}

.swiper-story .swiper-slide{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.swiper-story img{
    object-fit: cover;
}

.swiper-story .swiper-button-next, .swiper-story .swiper-button-prev{
    width: 50% !important;
    top: 1.35rem !important;
    opacity: 0;
    height: 100% !important;
    position: absolute !important;
    cursor: none;
}

.swiper-B .swiper-button-next, .swiper-B .swiper-button-prev{
    cursor: none;
    -webkit-backdrop-filter: blur(24px);
        backdrop-filter: blur(24px);
    width: 3.2rem;
    height: 2rem;
    border-radius: 2rem;
    -webkit-transform: translateY(0.5rem);
        -ms-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
}

.swiper-B .swiper-button-next{
    margin-right: 1rem;
}

.swiper-B .swiper-button-prev{
    margin-left: 1rem;
}

.swiper-B .swiper-button-next:after, .swiper-B .swiper-button-prev:after{
    font-size: 0.95rem;
    font-weight: bold;
}

.red .swiper-B .swiper-button-next:after, .red .swiper-B .swiper-button-prev:after{
    color: var(--red);
}

.swiper-B .swiper-button-next:after, .swiper-B .swiper-button-prev:after{
    color: black;
}

.white .swiper-B .swiper-button-next:after, .white .swiper-B .swiper-button-prev:after{
    color: white;
}

.red .swiper-B .swiper-button-next, .red .swiper-B .swiper-button-prev{
    background-color: rgba(255, 255, 255, 0.6);
}

.white .swiper-B .swiper-button-next, .white .swiper-B .swiper-button-prev{
    background-color: rgba(0, 0, 0, 0.4);
}

.swiper-B .swiper-button-next, .swiper-B .swiper-button-prev{
    background-color: rgba(255, 255, 255, 0.6);
}

.swiper .swiper-button-next, .swiper-B .swiper-button-next{
    right: 0 !important;
}

.swiper .swiper-button-prev, .swiper-B .swiper-button-prev{
    left: 0 !important;
}

.swiper-pagination{
    bottom: 0.5rem !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0.5rem;
    transition: none;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-radius: 4px;
    height: 4px;
    opacity: inherit;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{
    position: relative;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-animation: fillWidth 3s infinite;
          animation: fillWidth 3s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  z-index: 2;
  background-color: black;
  border-radius: 5px;
}

@-webkit-keyframes fillWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes fillWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.swiper-pagination-bullet, .swiper-pagination-bullet-active, .video-progress{
    background-color: rgba(255, 255, 255, 0.6) !important;
}

section.black-bk .swiper-pagination-bullet, section.black-bk .swiper-pagination-bullet-active, section.black-bk .video-progress{
    background-color: rgba(0, 0, 0, 0.4) !important;
}

section.black-bk .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active::after{
    background-color: white !important;
}

section.black-bk .video-progress-filled{
    background-color: white !important;
}

section.red .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active::after{
    background-color: var(--red) !important;
}

section.red .video-progress-filled{
    background-color: var(--red) !important;
}


/* GALLERY
------------------------------ */

.grid{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
}

.hover-scale{
    overflow: hidden;
}

a:hover .hover-scale img{
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

a:hover .hover-scale img{
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}

.tags-wrapper{
    background-color: transparent;
}

.item-li, #cross, #filter-btn{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.bk-black.tags-wrapper .item-li, .item-li{
    margin-top: 1px;
    color: white;
}

.bk-white.tags-wrapper .item-li{
    color: black;
    background-color: rgba(255, 255, 255, 0.6);
}

.bk-red-real.tags-wrapper .item-li{
    background-color: rgba(255, 0, 0, 0.4);
}

.li-active, .bk-black.tags-wrapper .li-active{
    background-color: black;
}

.bk-white.tags-wrapper .li-active{
    background-color: white;
}

.bk-red-real.tags-wrapper .li-active{
    background-color: var(--red);
}

.cross-wrapper{
    margin-top: 1px;
    height: 1.75rem;
    width: 1.75rem;
    border-radius: 2rem;
}

.cross, .cross::after{
    background-color: white;
}

.bk-white.tags-wrapper .cross-wrapper{
    background-color: white;
}

.bk-white.tags-wrapper .cross, .bk-white.tags-wrapper .cross::after{
    background-color: black;
}

.bk-red-real.tags-wrapper .cross-wrapper{
    background-color: red;
}

.tag-active{
    background-color: black;
    color: white;
}

section.black-bk .tag-active{
    background-color: white;
    color: black;
}

section.red .tag-active{
    background-color: var(--red);
    color: white;
}

.cross-hide .cross{
    display: none;
}

.cross-hide{
    width: auto !important;
}

.bk-white #filter-btn{
    color: black;
}

.min-100{
    min-height: 100vh;
}

/* IDEAS
------------------------------ */

.grid-ideas{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
}

.h-40{
    height: 33vh;
}

.h-60{
    height: 60vh;
}

/* CONTACTO
------------------------------ */

.text-wrapper p{
    padding-bottom: 1rem;
}

.text-wrapper p:last-child{
    padding-bottom: 0;
}

.form-wrapper{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.form-wrapper .gform_wrapper, .gform_confirmation_wrapper{
    width: 50%;
    padding-left: 0.5rem;
}

.form-wrapper h2, .gfield_required{
    display: none !important;
}

input, textarea{
    font-size: inherit !important;
    padding: 0 !important;
    border: none;
    padding-bottom: 0.5rem !important;
    border-radius: 0;
}

textarea{
    height: 15vh !important;
}

.gfield_consent_label a{
    text-decoration: underline;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem; 
  cursor: pointer;
}

input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}

.gform_button{
    text-transform: uppercase;
    color: inherit;
}

input.gform_button, .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
    margin-bottom: 0;
    border: none !important;
}

input.gform_button[type=submit]{
    margin-bottom: 0 !important;
    min-height: auto !important;
}

.gform_validation_errors{
    display: none !important;
}

.validation_message{
    border: inherit !important;
}

.validation_message{
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

input[type=text], input[type=email]{
    height: 2rem;
    min-height: 0 !important;
}

.red-theme ::-webkit-input-placeholder { 
    color: var(--red);
}

.red-theme ::-moz-placeholder { 
    color: var(--red);
}

.red-theme :-ms-input-placeholder { 
    color: var(--red);
}

.red-theme ::-ms-input-placeholder { 
    color: var(--red);
}

.red-theme ::placeholder { 
    color: var(--red);
}

.black-theme ::-webkit-input-placeholder { 
    color: black;
}

.black-theme ::-moz-placeholder { 
    color: black;
}

.black-theme :-ms-input-placeholder { 
    color: black;
}

.black-theme ::-ms-input-placeholder { 
    color: black;
}

.black-theme ::placeholder { 
    color: black;
}

.white-theme ::-webkit-input-placeholder { 
    color: white;
}

.white-theme ::-moz-placeholder { 
    color: white;
}

.white-theme :-ms-input-placeholder { 
    color: white;
}

.white-theme ::-ms-input-placeholder { 
    color: white;
}

.white-theme ::placeholder { 
    color: white;
}

.red-theme input, .red-theme textarea, input.gform_button, .red-theme .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
    border-bottom: solid var(--red) 1px !important;
}

.black-theme input, .black-theme textarea, .black-theme .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
    border-bottom: solid black 1px !important;
}

.white-theme input, .white-theme textarea, .white-theme .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
    border-bottom: solid white 1px !important;
    background-color: black;
}

input[type="checkbox"] + label::before, input[type="checkbox"], input[type="checkbox"] + label{
    cursor: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.red-theme input[type="checkbox"] + label::before {
  border: 1px solid var(--red);
}

.white-theme input[type="checkbox"] + label::before {
  border: 1px solid white;
}

.black-theme input[type="checkbox"] + label::before {
  border: 1px solid black;
}

.red-theme input[type="checkbox"]:checked + label::before, .red-theme input.gform_button[type=submit] {
  background-color: var(--red);
  border-color: var(--red);
  color: white !important;
}

.red-theme input.gform_button[type=submit]:hover{
    background-color: white;
    color: var(--red) !important;
}

.black-theme input.gform_button[type=submit]:hover{
    background-color: white;
    color: black !important;
}

.white-theme input.gform_button[type=submit]:hover{
    background-color: black;
    color: white !important;
}

.black-theme input[type="checkbox"]:checked + label::before, .black-theme input.gform_button[type=submit] {
  background-color: black;
  border-color: black;
  color: white !important;
}

.white-theme input[type="checkbox"]:checked + label::before, .white-theme input.gform_button[type=submit] {
  background-color: white;
  border-color: white;
  color: black !important;
}

.red-theme .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .red-theme .gform_wrapper.gravity-theme .gfield_error label, .red-theme .gform_wrapper.gravity-theme .gfield_error legend, .red-theme .gform_wrapper.gravity-theme .gfield_validation_message, .red-theme .gform_wrapper.gravity-theme .validation_message, .red-theme .gform_wrapper.gravity-theme [aria-invalid=true]+label, .red-theme .gform_wrapper.gravity-theme label+[aria-invalid=true], .red-theme input, .red-theme textarea{
    color: var(--red) !important;
}

.black-theme .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .black-theme .gform_wrapper.gravity-theme .gfield_error label, .black-theme .gform_wrapper.gravity-theme .gfield_error legend, .black-theme .gform_wrapper.gravity-theme .gfield_validation_message, .black-theme .gform_wrapper.gravity-theme .validation_message, .black-theme .gform_wrapper.gravity-theme [aria-invalid=true]+label, .black-theme .gform_wrapper.gravity-theme label+[aria-invalid=true], .black-theme input, .black-theme textarea{
    color: black !important;
}

.white-theme .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .white-theme .gform_wrapper.gravity-theme .gfield_error label, .white-theme .gform_wrapper.gravity-theme .gfield_error legend, .white-theme .gform_wrapper.gravity-theme .gfield_validation_message, .white-theme .gform_wrapper.gravity-theme .validation_message, .white-theme .gform_wrapper.gravity-theme [aria-invalid=true]+label, .white-theme .gform_wrapper.gravity-theme label+[aria-invalid=true], .white-theme input, .white-theme textarea{
    color: white !important;
}

input.gform_button[type=submit]{
    border: none !important;
}

input.video-progress{
    border: none !important;
}

input.gform_button[type=submit]:hover{
    cursor: none;
}

.ofertas p:last-child{
    padding-top: 1rem;
}

.flex-05{
    flex-grow: 0.5;
}

/* ESTUDIO
------------------------------ */

.grid-4{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0,1fr) 1rem minmax(0,1fr) 1rem minmax(0,1fr) 1rem minmax(0,1fr) 1rem minmax(0,1fr) 1rem minmax(0,1fr) 1rem minmax(0,1fr) 1rem minmax(0,1fr);
    grid-template-columns: repeat(8,minmax(0,1fr));
    row-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
}

.grid-4 img{
    width: 100%;
    height: auto;
}

.grid-2{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0,1fr) 1rem minmax(0,1fr) 1rem minmax(0,1fr) 1rem minmax(0,1fr);
    grid-template-columns: repeat(4,minmax(0,1fr));
    row-gap: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
}

.grid-2 img{
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* MARQUEE
------------------------------ */

@keyframes marquee-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee-wrapper{
    overflow: hidden;
}

/* POST
------------------------------ */

img.lazy {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.info-wrap p{
    padding-bottom: 1rem ;
    padding-right: 2rem;
}

.info-wrap ol{
    padding-right: 2rem !important;
}

.info-wrap p:last-child{
    padding-bottom: 0;
}

.nav-bar{
    border-radius: 2rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.nav-bar .nav-btn{
    padding: 0.25rem 0.75rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2rem;
    color: white;
}

.bk-black .nav-active, .bk-black .highlight{
    background-color: black;
}

.bk-white .nav-active, .bk-white .highlight{
    background-color: white;
}

.bk-red-real .nav-active, .bk-red-real .highlight{
    background-color: var(--red);
}

.bk-white .nav-btn{
    color: black;
}

.player{
    padding: 1rem 1.5rem;
}

.video-progress{
    margin-right: 1rem;
    height: 4px;
    border-radius: 4px;
}

.video-progress-filled{
    border-radius: 4px;
}

.swiper-B .swiper-pagination{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0 !important;
    padding: 1rem;
    font-variant-numeric: tabular-nums; 
}

.swiper-wrapper{
    overflow: hidden;
}

.w-fix{
    width: calc(100% - 1rem);
    left: 0.5rem;
}

.highlight{
    z-index: -1;
    border-radius: 3rem;
    -webkit-transition: width 0.3s ease, -webkit-transform 0.3s ease;
    transition: width 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, width 0.3s ease;
    transition: transform 0.3s ease, width 0.3s ease;
    transition: transform 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
}

.info-wrap ol {
  counter-reset: my-counter;
  list-style-type: none;
  padding: 0;
  font-variant-numeric: tabular-nums;
}

.info-wrap li {
  counter-increment: my-counter;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-wrap li::before {
  content: counter(my-counter) ".";
  margin-right: 0.5rem;
}

.info-wrap li:last-child {
  margin-bottom: 0;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-right: 0.5rem;
}

/* CUSTOM MEDIA PLAYER
------------------------------ */

.video-progress {
    width: 100%;
    height: 4px;
    padding: 0 !important;
    position: relative;
}

.video-progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--value-width, 0%);
  height: 100%; 
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  animate: 0.2s;
  border: 0px solid white;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-webkit-slider-thumb {
  border: 0px solid white;
  box-shadow: 0px 0px 0px #000000;
  height: 1rem;
  width: 1rem;
  border-radius: 2rem;
  -webkit-appearance: none;
}

input[type=range]::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border-radius: 2rem;
  border: 0px solid white;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-track {
  width: 100%;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border-radius: 2rem;
  border: 0px solid white;
  box-shadow: 0px 0px 0px #000000;
}

.red-theme input[type=range]::-webkit-slider-thumb{
    background: var(--red);
} 

.red-theme input[type=range]::-moz-range-thumb {
    background: var(--red);
}

.red-theme input[type=range]::-ms-thumb{
    background: var(--red);
}

.red-theme .video-progress::after{
    background: var(--red);
}

.black-theme input[type=range]::-webkit-slider-thumb{
    background: black;
} 

.black-theme input[type=range]::-moz-range-thumb {
    background: black;
}

.black-theme input[type=range]::-ms-thumb{
    background: black;
}

.black-theme .video-progress::after{
    background: black;
}

.white-theme input[type=range]::-webkit-slider-thumb{
    background: white;
} 

.white-theme input[type=range]::-moz-range-thumb {
    background: white;
}

.white-theme input[type=range]::-ms-thumb{
    background: white;
}

.white-theme .video-progress::after{
    background: white;
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 0.45rem solid transparent;
    border-right: 0.45rem solid transparent;
    -webkit-transform: translateX(11.5%) rotate(-90deg);
        -ms-transform: translateX(11.5%) rotate(-90deg);
            transform: translateX(11.5%) rotate(-90deg);
}

.pause-icon {
  height: 0.85rem;
  position: relative;
}

.pause-icon::before,
.pause-icon::after {
  content: "";
  position: absolute;
}

.pause-icon::before {
  width: 4px;
  height: 100%;
  left: 0;
  -webkit-transform: translateX(35%);
      -ms-transform: translateX(35%);
          transform: translateX(35%);
}

.pause-icon::after {
  width: 4px;
  height: 100%;
  right: 0;
  -webkit-transform: translateX(-35%);
      -ms-transform: translateX(-35%);
          transform: translateX(-35%);
}

.red-theme .pause-icon, .red-theme .pause-icon::before, .red-theme .pause-icon::after{
    background-color: var(--red);
}

.black-theme .pause-icon, .black-theme .pause-icon::before, .black-theme .pause-icon::after{
    background-color: black;
}

.white-theme .pause-icon, .white-theme .pause-icon::before, .white-theme .pause-icon::after{
    background-color: white;
}

.red-theme .play-icon{
    border-top: 0.6928rem solid var(--red);   
}

.black-theme .play-icon{
    border-top: 0.6928rem solid black;
}

.white-theme .play-icon{
    border-top: 0.6928rem solid white;
}

@media screen and (min-width: 768px) {

    .red-theme .menu-btn:hover .play-icon{
        border-top: 0.6928rem solid white;  
    }

    .black-theme .menu-btn:hover .play-icon{
        border-top: 0.6928rem solid white;  
    }

    .white-theme .menu-btn:hover .play-icon{
        border-top: 0.6928rem solid black;
    }

    .red-theme .menu-btn:hover .pause-icon, .red-theme .menu-btn:hover .pause-icon::before, .red-theme .menu-btn:hover .pause-icon::after{
        background-color: white;
    }

    .black-theme .menu-btn:hover .pause-icon, .black-theme .menu-btn:hover .pause-icon::before, .black-theme .menu-btn:hover .pause-icon::after{
        background-color: white;
    }

    .white-theme .menu-btn:hover .pause-icon, .white-theme .menu-btn:hover .pause-icon::before, .white-theme .menu-btn:hover .pause-icon::after{
        background-color: black;
    }

}

/* COOKIES
------------------------------ */

.cky-title{
    display: none;
}

.cky-consent-bar{
    padding: 0 !important;
    padding: 1rem !important;
}

.cky-consent-container .cky-consent-bar{
    border: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

a.cky-policy{
    display: inline-block;
    width: auto;
    color: inherit !important;
}

.cky-btn-reject{
    border-width: 1px !important;
}

.red-theme .cky-notice-des, .red-theme .cky-notice-des p{
    color: var(--red) !important;
}

.red-theme .cky-btn-reject{
    color: var(--red) !important;
    border-color: var(--red) !important;
}

.red-theme .cky-btn-accept {
    background-color: var(--red) !important;
    border-color: var(--red) !important;
}

.red-theme .cky-consent-bar{
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.black-theme .cky-notice-des{
    color: black !important;
}

.black-theme .cky-btn-reject{
    color: black !important;
    border-color: black !important;
}

.black-theme .cky-btn-accept {
    background-color: black !important;
    border-color: black !important;
}

.black-theme .cky-consent-bar{
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.white-theme .cky-notice-des{
    color: white !important;
}

.white-theme .cky-btn-reject{
    color: white !important;
    border-color: white !important;
}

.white-theme .cky-btn-accept {
    background-color: white !important;
    border-color: white !important;
}

.white-theme .cky-consent-bar{
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.white-theme .cky-btn-accept{
    color: black !important;
}

/* FOOTER
------------------------------ */

footer .menu-main-container .menu li, .menu-main-en-container .menu li{
    padding-bottom: 0;
}

footer .menu-main-container .menu, .menu-main-en-container .menu{
    padding-top: 0;
}

/* TEXT
------------------------------ */

.font-XS, .gfield_consent_label, .gfield_validation_message{
    font-size: 0.8rem !important;
    line-height: 1.15;
}

.font-S, .cky-notice-des p, .cky-notice-des a, .cky-notice-btn-wrapper button{
    font-size: 1.25rem !important;
    line-height: 1.35rem;
}

.font-M, .font-M-S, .font-M-L{
    font-size: 1.9rem;
    line-height: 2rem;
}

.line-1{
    line-height: 1rem;
}

.font-L, .font-L-M{
    font-size: 2.6rem;
    line-height: 2.6rem;
}

/* MEDIA
------------------------------ */

@media screen and (min-width: 1920px) {

   .font-L, .font-L-M{
        font-size: 3rem;
        line-height: 3.2rem;
    } 

}

@media screen and (min-width: 768px) {

    .menu-btn:hover{
        background-color: black;
        color: white;
    }

    .menu-btn:hover .btn-burguer, .menu-btn:hover .btn-burguer::after{
        background-color: white;
    }

    .black-action .menu-btn:hover, section.white .menu-btn:hover{
        background-color: white;
        color: black;
    }

    .black-action .menu-btn:hover .btn-burguer, .black-action .menu-btn:hover .btn-burguer::after{
        background: black !important;
    }

    .red-action .menu-btn:hover, section.red .menu-btn:hover{
        background-color: var(--red);
        color: white;
    }

    .red-action .menu-btn:hover .btn-burguer, .red-action .menu-btn:hover .btn-burguer::after{
        background: white !important;
    }

    .bk-black.tags-wrapper .item-li .item-li:hover, .item-li:hover{
        background-color: black;
    }

    .bk-white.tags-wrapper .item-li:hover{
        background-color: white;
    }

    .bk-red-real.tags-wrapper .item-li:hover{
        background-color: var(--red);
    }

}

@media screen and (max-width: 1920px) {

    .menuWrapper{
        width: 50%;
    }

}

@media screen and (max-width: 1350px) {

    .grid{
        -ms-grid-columns: 1fr 16px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width: 1100px) {

    .desktop-m{
        display: none;
    }

}

@media screen and (max-width: 820px) {

    /**** GENERAL ****/

    .cursor{
        display: none;
    }

    .desktop{
        display: none;
    }

    .mobile{
        display: block;
    }

    .mobile-flex{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pad-r-2, .pad-r-1{
        padding-right: 1rem;
    }

    .pad-l-2, .pad-l-1{
        padding-left: 1rem;
    }

    .marquee .pad-l{
        padding-left: 0.5rem;
    }

    .pad-b-2{
        padding-bottom: 2rem;
    }

    .pad-t-2{
        padding-top: 2rem;
    }

    .mag-t-2, .PLUS-T{
        margin-top: 2rem;
    }

    .mag-b-2, .PLUS-B{
        margin-bottom: 2rem;
    }

    .pad-t-1{
        padding-top: 1rem;
    }

    .pad-m{
        padding: 2rem 1rem;
        margin: 0;
    }

    .pad-grid-m{
        padding: 0.25rem 0.25rem 0.25rem 0;
    }

    .w-25, .w-66, .w-33, .w-50, .w-83{
        width: 100%;
    }

    .w-25-m, .w-75{
        width: 50%;
    }

    .h-100-m{
        height: auto;
    }

    .h-100-vh-m{
        height: 100vh;
    }

    .h-80{
        height: 70vh;
    }

    .column-m{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .column-m-r{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .border-b{
        border: solid black 1px;
    }

    .flex-m{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-m div{
        width: 50%;
    }

    /**** MENU ****/

    .menu-main-container .menu{
        padding-top: 1rem;
    }

    .btn-burguer{
        width: 1rem;
    }

    .btn-burguer::after{
        width: 1rem;
    }

    .circle, #cross{
        width: 1.5rem;
        height: 1.5rem;
    }

    #menu-btn, .lang-btn{
        height: 1.5rem;
        padding: 0rem 0.65rem;
    } 

    button.cky-btn, .gform_button{
        height: 1.5rem;
        padding: 0rem 0.65rem !important;
    }

    .logo svg{
        height: 1.25rem;
    }

    .pad-menu{
        padding-top: 3.15rem;
    }

    .open{
        padding: 0.15rem !important;
        width: 1.5rem;
    }

    /**** HOME ****/

    .tags div, .tag{
        padding: 0.1rem 0.4rem;
    }

    .item-li, #filter-btn{
        padding: 0.1rem 0.65rem;
    }

    .h-80-m{
        height: 80vh;
    }

    .double, .double-post{
        height: auto;
    }

    .h-80-video, .h-90, .h-90 video, .h-90 img{
        max-height: 80vh;
        max-width: 80vw;
    }

    .swiper-pagination{
        padding: 0 0.25rem;
    }

    /**** GALLERY ****/

    .grid, .grid-ideas{
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }

    .item-li, .cross-wrapper{
        height: 1.5rem;
    }

    .cross-wrapper{
        width: 1.5rem;
    }

    .cross, .cross::after{
        width: 1rem;
    }

    /**** IDEAS ****/

    .grid-ideas .h-66, .grid-2 .h-60, .grid-2 .h-40{
        height: 30vh;
    }

    /**** CONTACTO ****/

    .form-wrapper div{
        width: 100%;
        float: right;
    }

    .text-wrapper{
        padding-left: 1rem;
    }

    .form-wrapper .gform_wrapper, .gform_confirmation_wrapper{
        width: 100%;
        float: none;
        padding-left: 0;
    }

    input, textarea{
        padding-bottom: 0.25rem !important; 
    }

    input[type="checkbox"] + label::before {
      width: 0.5rem;
      height: 0.5rem;
    }

    input[type="checkbox"] + label{
        padding-left: 1rem;
    }

    input{
        line-height: inherit !important;
    }

    .row-m{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .row-m div{
        width: 50%;
    }

    .w-50-d{
        width: 50%;
    }

    .pad-t-m{
        padding-top: 4rem;
    }

    /**** POST ****/

    .info-wrap p, .info-wrap ol{
        padding-right: 1rem !important;
    }

    .swiper-B .swiper-pagination{
        padding: 0.5rem;
    }

    .double-post .first-item:first-child, .double-double div.w-50:first-child{
        margin-bottom: 1rem;
    }
    
    .story-item{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .story-wrapper video{
        max-height: inherit;
        max-width: inherit;
        width: 100% !important;
    }

    .h-90-story{
        width: 100%;
        height: 80vh;
    }

    .h-90-story img, .h-90-story video{
        -o-object-fit: cover;
           object-fit: cover;
        width: 100% !important;
    }

    .h-90-story .round-c{
        border-radius: 0rem;
    }

    .swiper-B .swiper-button-next{
        margin-right: 0.5rem;
    }

    .swiper-B .swiper-button-prev{
        margin-left: 0.5rem;
    }

    /**** ESTUDIO ****/

    .grid-4{
        -ms-grid-columns: minmax(0,1fr) 0.5rem minmax(0,1fr) 0.5rem minmax(0,1fr);
        grid-template-columns: repeat(3,minmax(0,1fr));
        -webkit-column-gap: 0.5rem;
           -moz-column-gap: 0.5rem;
                column-gap: 0.5rem;
    }

    .grid-2{
        -ms-grid-columns: (minmax(0,1fr))[2];
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    /**** FOOTER ****/
    .grid-footer p, .grid-footer a{
        width: 50%;
    }

    .grid-footer{
        width: 100% !important;
    }

    .grid-footer p{
        padding-right: 1rem;
    }

    /**** COOKIES ****/

    .cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper{
        padding: 0 !important;
    }

    .cky-notice-des{
        max-height: -webkit-fit-content !important;
        max-height: -moz-fit-content !important;
        max-height: fit-content !important;
        overflow-y: hidden !important;
    }

    .cky-notice-btn-wrapper .cky-btn-accept{
        margin-top: 0 !important;
    }

    .cky-notice-btn-wrapper{
        margin-top: 1rem !important;
    }

    .cky-notice-btn-wrapper{
        display: block !important;
    }

    button.cky-btn{
        width: auto !important;
    }

    .cky-notice-btn-wrapper .cky-btn{
        margin-top: 0 !important;
    }

    /**** TEXT ****/

    .font-XS, .gfield_consent_label, .gfield_validation_message{
        font-size: 0.63rem !important;
    }

    .font-S, .font-M-S, .cky-notice-des p, .cky-notice-des a, .cky-notice-btn-wrapper button{
        font-size: 1rem !important;
        line-height: 1.1rem;
    }

    .font-M, .font-L-M, .font-M-L{
        font-size: 1.6rem;
        line-height: 1.7rem;
    }

}