/*
 Theme Name: Habitant MX
 Author: Federico Salort
 Author URI: http://federicosalort.com/
 Description: Theme developed for Habitant MX

 */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overscroll-behavior: none;
    font-weight: normal;
    overflow: auto;
}

html * {
    /* overscroll-behavior: none; */
}

body {
    margin: 0px;
    margin: auto;
    height: auto;
    overflow: hidden;
    padding: 0px !important;
    color: black;
    background: white;
}

:root {
    --true-vh: 1vh;
}

.title_style {
    font-family: 'Medium Regular';
    font-size: 3.5417vw;
    line-height: 3.125vw;
    letter-spacing: -0.025em;
}

.body_style {
    font-family: 'Helvetica Neue LT Pro';
    font-size: 0.9375vw;
    line-height: 1.1458vw;
    letter-spacing: -0.022em;
}

.body_big_style {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: bold;
    font-size: 2.5vw;
    line-height: 2.5vw;
    letter-spacing: -0.022em;
}

.body_small_style {
    font-family: 'Helvetica Neue LT Pro';
    font-weight: bold;
    font-size: 1.4583vw;
    line-height: 1.4583vw;
    letter-spacing: -0.022em;
}

body *,span, a,p {
    text-size-adjust: none;
}

p:last-child {
    margin: 0;
}

h1 {
}

.mobile {
    display: none !important;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
}

html, body {
    -ms-overflow-style: none;
}

header {
    width: 100%;
    z-index: 11;
}

html, body {
    -ms-overflow-style: none;
}

html.home_html {
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body * {
    outline: none;
    /* margin-top: 0; */
    /* letter-spacing: -.02em; */
}

div, ul, li, header, footer, a, figure, img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

b, strong, h1, h2, h3, h4, h5, h6, label {
    font-weight: normal;
    /* margin: 0; */
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input, button {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

a {
    color: white;
}

b, strong {
}

.custom_clear::after {
    clear: both;
    display: block;
    content: '';
}

a {
    text-decoration: none
}

header {
    position: fixed;
    mix-blend-mode: exclusion;
    pointer-events: none;
}

header a {
    pointer-events: auto;
}

.header {
    height: 100%;
}

.header .header_wrapper {
}

.header .header_wrapper .logo {
    position: absolute;
    top: 1.5625vw;
    left: 1.25vw;
}

.header .header_wrapper .logo .logo_link {
    display: inline-block;
    pointer-events: all;
    height: 2.6042vw;
    width: 50vw;
    pointer-events: none;
}

.header .header_wrapper .logo .logo_link .logo_part {
    float: left;
    overflow: hidden;
    height: 100%;
    background-size: auto 100%;
    background-position: left;
    pointer-events: all;
}

.header .header_wrapper .logo .logo_link .logo_part svg {
    height: auto;
    display: block;
    width: 100%;
    pointer-events: none;
}

body:not(.home) .header .header_wrapper .logo .logo_link .logo_part.logo_part_2 {
    width: 0%;
    opacity: 0;
}

body:not(.home) .header .header_wrapper .logo .logo_link .logo_part.logo_part_2 {
    svg height: 100%;
    /* width:auto; */
    wd }

.header .header_wrapper .logo .logo_link .logo_part path, .header .header_wrapper .logo .logo_link .logo_part rect, .header .header_wrapper .logo .logo_link .logo_part polygon {
    fill: white
}

.header .header_wrapper .logo .logo_link .logo_part.logo_part_1 {
    width: 5.0531vw;
    /* background-size: contain; */
    background-repeat: no-repeat;
}

.header .header_wrapper .logo .logo_link .logo_part.logo_part_2 {
    width: 18.4833vw;
    transition: .75s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.header .header_wrapper .logo .logo_link .logo_part.logo_part_3 {
    width: 5.3068vw;
}

.header .header_wrapper .main_menu {
    display: block;
}

.header .header_wrapper .main_menu nav.main_menu {
}

.header .header_wrapper .main_menu nav.main_menu .menu_items {
}

.header .header_wrapper .main_menu nav.main_menu .menu_items .menu_item {
    position: absolute;
    line-height: 2.7vw;
}

.header .header_wrapper .main_menu nav.main_menu .menu_items .menu_item .menu_item_inner {
}

.header .header_wrapper .main_menu nav.main_menu .menu_items .menu_item .menu_item_inner a {
    display: block;
}

.header .header_wrapper .main_menu nav.main_menu .menu_items .menu_item .menu_item_inner a .menu_item_label {
    display: block;
}

.header .header_wrapper .main_menu nav.main_menu .menu_items .directors_item {
    top: 1.5625vw;
    right: 1.25vw;
}

.header .header_wrapper .main_menu nav.main_menu .menu_items .services_item {
    bottom: 1.5625vw;
    left: 1.25vw;
}

.header .header_wrapper .main_menu nav.main_menu .menu_items .contact_item {
    bottom: 1.5625vw;
    right: 1.25vw;
}

body.mousedown .cursor .cursor_marker {
    transform: scale(.7) ;
    -moz-transition: background 0s linear, transform 0s linear,color .3s linear, width 0 linear, height 0 linear;
    -ms-transition: background 0s linear,transform 0s linear,color .3s linear, width 0 linear, height 0 linear;
    -o-transition: background 0s linear,transform 0s linear,color .3s linear, width 0 linear, height 0 linear;
    transition: background 0s linear,transform 0s linear,color .3s linear, width 0s linear, height 0s linear;
}

.cursor.pointer .cursor_marker ,.work_hovered .cursor_marker {
    transform: scale(.5)
}

.video_pointer_in .cursor .cursor_marker ,.work_hovered .cursor_marker {
    transform: scale(0) !important
}

.video_pointer_in.video_playing .cursor .cursor_inner span:after {
    content: 'Pause'
}

.video_pointer_in .cursor .cursor_inner span:after {
    content: 'Play'
}

.video_pointer_in.open_video .cursor .cursor_inner span,.video_pointer_in.open_gallery .cursor .cursor_inner span {
    opacity: 1;
}

.open_video .cursor .cursor_inner span,.open_gallery .cursor .cursor_inner span {
    opacity: 0;
}

.open_video .cursor .cursor_inner span,.open_gallery .cursor .cursor_inner span {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -moz-transition: background .9s linear,transform .2s linear,color .3s linear, width .2s ease, height .2s ease;
    -ms-transition: background .9s linear,transform .2s linear,color .3s linear, width .2s ease, height .2s ease;
    -o-transition: background .9s linear,transform .2s linear,color .3s linear, width .2s ease, height .2s ease;
    transition: opacity .5s linear;
}

.cursor {
    position: fixed;
    width: 1px;
    height: 1px;
    z-index: 1000000;
    pointer-events: none;
    opacity: 0;
    transform-origin: center;
    -moz-transition: transform .2s linear,color .3s linear, width .2s linear, height .2s linear;
    -ms-transition: transform .2s linear,color .3s linear, width .2s linear, height .2s linear;
    -o-transition: transform .2s linear,color .3s linear, width .2s linear, height .2s linear;
    transition: transform .2s linear,color .3s linear, width .2s linear, height .2s linear;
    z-index: 100000000;
}

.cursor.visible {
    opacity: 1;
}

.cursor .cursor_inner {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    width: 1.5625vw;
    height: 1.5625vw;
}

.cursor .cursor_marker {
    width: 1.5625vw;
    height: 1.5625vw;
    /* border: 1px solid; */
    -moz-transition: background .9s linear,transform .2s linear,color .3s linear, width .2s ease, height .2s ease;
    -ms-transition: background .9s linear,transform .2s linear,color .3s linear, width .2s ease, height .2s ease;
    -o-transition: background .9s linear,transform .2s linear,color .3s linear, width .2s ease, height .2s ease;
    transition: background .9s linear,transform .2s linear,color .3s linear, width .2s ease, height .2s ease;
}

.cursor .cursor_inner span {
    right: 0%;
    bottom: 0;
    -webkit-transform: translate(104%,100%);
    -ms-transform: translate(104%,100%);
    transform: translate(104%,100%);
    position: absolute;
    text-transform: uppercase;
    text-align: left;
    pointer-events: none;
    color: white;
    white-space: nowrap;
}

html:not(.open_video) .mouse_close_end .cursor .cursor_inner span {
    -webkit-transform: translate(-104%,100%);
    -ms-transform: translate(-104%,100%);
    transform: translate(-104%,100%);
    right: auto;
    left: 0;
}

.cursor .cursor_marker {
    background: #C7FF00;
}

::selection {
    background: #C7FF00;
    color: #000000;
}

.video_pointer_in .cursor {
    mix-blend-mode: difference;
}

.header {
    user-select: none;
}
.single-video .header,.single-gallery .header {
    display:none
}

.header ::selection,.director_name::selection {
    background: #3800FF;
    /* inverse of C7FF00 */
    color: #FFFFFF;
    /* inverse of black */
}

.body *, body, a, label,html,html * {
    cursor: none !important;
}

.home_videos_grid {
    /* display: grid; */
    min-height: calc(var(--true-vh) * 100 );
}

.home_videos_grid .video_grid_item {
    float: left;
    width: 50%;
}

.home_videos_grid .video_grid_item .video_grid_item_wrapper {
    padding: 10px;
}

.home_videos_grid .video_grid_item[layour_landscape="1"] .video_grid_item_wrapper .video_grid_item_image {
    height: 60.9375vw;
}

.home_videos_grid .video_grid_item[layour_landscape="2"] .video_grid_item_wrapper .video_grid_item_image {
    height: 49.4792vw;
}

.home_videos_grid .video_grid_item[layour_landscape="3"] .video_grid_item_wrapper .video_grid_item_image {
    height: 39.5833vw;
}

.home_videos_grid .video_grid_item[layour_landscape="4"] .video_grid_item_wrapper .video_grid_item_image {
    height: 27.0833vw
}

.home_videos_grid .video_grid_item .video_grid_item_wrapper .video_grid_item_image {
    background-size: cover;
    background-position: center;
    border-radius: 0.5208vw;
}

.home_videos_grid .video_grid_item .video_grid_item_wrapper .video_grid_footer {
    padding: 1.0417vw 1.0417vw 0.5vw 1.0417vw;
    position: relative;
    text-transform: uppercase;
}

.home_videos_grid .video_grid_item .video_grid_item_wrapper .video_grid_footer .video_grid_footer_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 6vw;
}

.home_videos_grid .video_grid_item .video_grid_item_wrapper .video_grid_footer .video_grid_footer_time {
    font-weight: bold;
    position: absolute;
    right: 1.0417vw;
    top: 1.0417vw;
}

.home_container {
    padding: 10px;
    padding-bottom: 6.25vw;
}

.home_videos_grid .video_grid_item:nth-child(2) {
    margin-top: 5.2083vw;
    /* or whatever value you need */
}

#content {
    color: black;
}

.page_content_container_wrapper a {
    color: black;
}

.play_on_hover {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.play_on_hover video.hover_preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* opacity: 0; */
    transition: opacity 0s ease;
    pointer-events: none;
}

/* Se revela una vez que pudo reproducir por primera vez; no se oculta despuÃ©s */
.play_on_hover video.hover_preview.is-revealed {
    /* opacity: 1; */
}

#content,#colophon {
    transition: opacity .75s ease;
    transition: opacity var(--duration-default,.75s) ease
}

.website_unloading #content, .website_unloading #colophon {
    opacity: 0
}

.first_load #content, .first_load #colophon {
    opacity: 0
}

.directors_list {
    text-align: center;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    width: 89.1667vw;
    z-index: 3;
    user-select: none;
}

.directors_list .director_item {
    display: inline-block;
    font-weight: bold;
    margin: 0.651vw 0.1vw;
    position: relative;
}

.directors_list:not(.directors_list_fake) {
    mix-blend-mode: difference
}

.directors_list .director_item span {
    display: inline-block;
    /* position: absolute; */
    /* mix-blend-mode: difference; */
}

.directors_list .director_item .spacer {
    display: inline-block;
    padding: 0.5729vw 1.1458vw;
    opacity: 0;
    pointer-events: none;
}

.directors_list .director_item .title.body_style {
}

.directors_container {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
}

.directors_list_fake.directors_list .director_item {
    opacity: 0;
}

#content .directors_list .director_item a.title {
    color: white;
    padding: 0.5729vw 1.1458vw;
    display: block;
    font-weight: bold;
    position: relative;
}

.directors_list_fake.directors_list .director_item span {
    /* background: black; */
}

.directors_list_fake.directors_list .director_item span:before {
    background: black;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: .25s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.directors_list_fake.directors_list .director_item.active span:before {
    width: 100%;
}

.directors_list_fake.directors_list {
    z-index: 4;
}

.directors_list_fake.directors_list .director_item.active {
    opacity: 1;
}

.directors_vides_list {
    position: absolute;
    z-index: 1;
    width: 68.75vw;
    height: 35.4167vw;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 1.0417vw;
    overflow: hidden;
    pointer-events: none;
}

.directors_vides_list .director_video_item {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .25s;
    transition-timing-function: linear;
    transition-delay: 0s
}

.directors_vides_list .director_video_item.active {
    opacity: 1;
    transition-delay: .5s
}

.directors_vides_list .director_video_item video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 0s ease;
    pointer-events: none;
}

.director_name {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 3;
    color: white;
    mix-blend-mode: difference;
    pointer-events: none;
    text-align: center;
}

.floating_videos_list {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.floating_videos_list .floating_videos_list_item {
    position: absolute;
}

.floating_videos_list .floating_videos_list_item .floating_videos_list_item_wrapper {
    height: 100%;
}

.floating_videos_list .floating_videos_list_item .floating_videos_list_item_wrapper > div {
    height: 100%;
    display: block;
}

.floating_videos_list .floating_videos_list_item .floating_videos_list_item_wrapper > div .floating_videos_list_item_image {
    width: calc(var(--true-vh) * 51.8518 );
    height: calc(var(--true-vh) * 27.7777 );
    border-radius: 0.5208vw;
    overflow: hidden;
}
.floating_videos_list .floating_videos_list_item .floating_videos_list_item_wrapper > div .floating_videos_list_item_image:before{
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    background: rgb(0 0 0 / 20%);
    z-index:2;
    mix-blend-mode:multiply;
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none;
}
.floating_videos_list .floating_videos_list_item .floating_videos_list_item_wrapper > div .floating_videos_list_item_image .floating_video_title{
    position:absolute;
    width:100%;
    text-align:center;
    top:50%;
    color:white;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(0%,-50%);
    padding: 0 2vw;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
    z-index: 3;
    text-transform: uppercase;
}

.floating_videos_list .floating_videos_list_item .floating_videos_list_item_wrapper > div .floating_videos_list_item_image video {
}

.floating_videos_list .floating_videos_list_item.item_style_0 {
    top: calc(var(--true-vh) * 17.5925 );
    left: calc(var(--true-vh) * 27.5925 );
}

.floating_videos_list .floating_videos_list_item.item_style_1 {
    top: calc(var(--true-vh) * 11.1111 );
    left: calc(var(--true-vh) * 56.4444 );
}

.floating_videos_list .floating_videos_list_item.item_style_2 {
    top: calc(var(--true-vh) * 12.037 );
    right: calc(var(--true-vh) * 31.4444 );
}

.floating_videos_list .floating_videos_list_item.item_style_3 {
    left: calc(var(--true-vh) * 19.4074 );
    bottom: calc(var(--true-vh) * 22.2222 );
}

.floating_videos_list .floating_videos_list_item.item_style_4 {
    left: calc(var(--true-vh) * 58.2962 );
    bottom: calc(var(--true-vh) * 12.9629 );
}

.floating_videos_list .floating_videos_list_item.item_style_5 {
    bottom: calc(var(--true-vh) * 3.7037 );
    right: calc(var(--true-vh) * 47.0185 );
}

.floating_videos_list .floating_videos_list_item.item_style_6 {
    right: calc(var(--true-vh) * 21.1851 );
    bottom: calc(var(--true-vh) * 28.7037 );
}

.services_container {
    padding: 10.4167vw 1.0417vw 1.0417vw 1.0417vw;
    padding-bottom: 7.2083vw;
}

.services_container .services_header {
    text-transform: uppercase;
    padding-bottom: 2.0833vw;
    padding'border:'; padding'border: 2.0833vw'; }

.services_container .services_header .services_header_wrapper {
}

.services_container .services_header .services_header_wrapper .services_header_content {
    font-weight: bold;
    width: 62.5vw;
    float: left;
}

.services_container .services_header .services_header_wrapper .services_header_content p {
}

.services_container .services_header .services_header_wrapper .services_header_menu {
    float: right;
    padding-right: 0.5208vw;
}

.services_container .services_header .services_header_wrapper .services_header_menu .services_header_menu_item {
    display: inline-block;
}

.services_container .services_header .services_header_wrapper .services_header_menu .services_header_menu_item a {
    display: block;
    line-height: 1.0417vw;
    margin-left: 0.5208vw;
    padding: 0.7292vw 1.0417vw 0.4167vw 1.0417vw;
    border: 0.1042vw solid black;
}

.services_container .services_header .services_header_wrapper .services_header_menu .services_header_menu_item a {
    position: relative;
}

.services_container .services_header .services_header_wrapper .services_header_menu .services_header_menu_item a.active:after {
    width: 100%;
}

.services_container .services_header .services_header_wrapper .services_header_menu .services_header_menu_item a:after {
    background: black;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: .25s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    z-index: 1;
}

.services_videos_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.0417vw;
}

.services_videos_grid .services_video_item {
}

.services_videos_grid .services_video_item .services_video_item_wrapper {
}

.services_videos_grid .services_video_item .services_video_item_wrapper {
}

.services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_media {
    height: 15.625vw;
    border-radius: 0.5208vw;
    position: relative;
}

.services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_media video {
}

.services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_media .services_video_item_label {
    top: 0;
    padding-left: 1.0417vw;
    background: white;
    color: black !important;
    line-height: 1.5625vw;
    padding-right: 2.0833vw;
    le; left: 0;
    z-index: 5;
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
}

.services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_footer {
    padding: 1.0417vw 1.0417vw 0.5vw 1.0417vw;
    /* padding-bottom: 0; */
    position: relative;
    text-transform: uppercase;
}

.services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_footer .services_video_item_brand {
    font-weight: bold;
}

.services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_footer .services_video_item_time {
    font-weight: bold;
    position: absolute;
    right: 1.0417vw;
}

.services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_footer .services_video_item_company {
}

.services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_footer .services_video_item_director {
}

.contact_container {
    padding-bottom: 5.7292vw;
}

.contact_container:after {
    content: '';
    height: 5.7292vw;
    background-color: black;
    width: 100%;
    bottom: 0;
    position: fixed;
    left: 0;
}

.contact_container .contact_info_grid {
    padding: 0 7.1875vw;
    padding-top: 5.7292vw;
    width: 100%;
    margin: auto;
    position: relative;
}

.contact_container .contact_info_grid .contact_info_grid_item {
    float: left;
    width: 33.33%;
    height: 7.5vw;
    text-transform: uppercase;
}

.contact_container .contact_info_grid .contact_info_grid_item:last-child .contact_info_grid_item_text {
    border-right: none
}

.contact_container .contact_info_grid_item:last-child:before {
    content: '';
    position: absolute;
    height: 7.5vw;
    background-color: black;
    right: 0;
    width: 4.1667vw;
}

.contact_container .contact_info_grid .contact_info_grid_item.empty_item {
}

.contact_container .contact_info_grid .contact_info_grid_item.empty_item .contact_info_grid_item_decoration {
    width: 100%;
    height: 100%;
    padding-left: 0.1823vw;
}

.contact_container .contact_info_grid .contact_info_grid_item.empty_item .contact_info_grid_item_decoration svg {
    display: block;
    width: 100%;
    height: 100%;
}

.contact_container .contact_info_grid .contact_info_grid_item.empty_item .contact_info_grid_item_decoration svg line {
}

.contact_container .contact_info_grid .contact_info_grid_item .contact_info_grid_item_text {
    padding-top: 1.3vw;
    padding-left: 3.2083vw;
    padding-right: 0;
    height: 100%;
    border-right: 0.1042vw solid black;
}

.contact_container .contact_info_grid .contact_info_grid_item .contact_info_grid_item_text p {
}

.contact_container .contact_info_grid .contact_info_grid_item .contact_info_grid_item_text p:first-child {
    margin-top: 0
}

.contact_container .contact_info_grid .contact_info_grid_item .contact_info_grid_item_text p:last-child {
    margin-bottom: 0
}

.contact_container .contact_info_grid .contact_info_grid_item .contact_info_grid_item_text p strong {
    font-weight: bold;
}

.contact_container .contact_info_grid .contact_info_grid_item .contact_info_grid_item_text p a {
    position: relative;
}

.contact_container .contact_info_grid:before {
    width: 100%;
    position: absolute;
    height: 0.1042vw;
    background-color: black;
    content: '';
    left: 0;
    bottom: 0
}

/* 1er elemento */
.contact_info_grid .contact_info_grid_item:nth-child(3n + 1):before {
    width: 100%;
    position: absolute;
    height: 0.1042vw;
    background-color: black;
    content: '';
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(0%,-50%);
}

.contact_footer_container {
    padding: 0 48.5vw 0 1.0417vw;
    margin-top: 1.5625vw;
    position: relative;
    min-height: 13vw;
    padding-top: 2.6042vw;
}

.contact_footer_container .contact_footer_container_decoration {
    width: 59.8958vw;
    position: absolute;
    right: 0;
    top: 0;
}

.contact_footer_container .contact_footer_container_decoration svg {
    display: block;
    width: 100%;
    height: auto;
}

.contact_footer_container_locations {
    text-transform: uppercase;
}

.contact_footer_container_locations .contact_footer_container_location_item {
    float: left;
    width: 22.9167vw;
}

.contact_footer_container_locations .contact_footer_container_location_item:first-child {
    margin-right: 3.6458vw;
}

.contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_content {
    float: left;
    width: 11.4583vw;
    line-height: 2.0833vw;
    text-align: right;
}

.contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_content .contact_footer_container_location_item_main_title {
    background: black;
    color: white;
    text-transform: uppercase;
    padding: 0 0.5208vw;
}

.contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_content .contact_footer_container_location_item_main_clock {
    font-weight: bold;
}

.contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_text {
    width: auto;
    overflow: hidden;
    padding-left: 1.0417vw;
}

.contact_footer_social_container {
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 12.5vw;
    position: absolute;
    bottom: 0;
}

.contact_footer_social_container .contact_footer_social_menu {
    padding-bottom: 0.5208vw;
}

.contact_footer_social_container .contact_footer_social_menu .social_menu {
}

.contact_footer_social_container .contact_footer_social_menu .social_menu ul {
}

.contact_footer_social_container .contact_footer_social_menu .social_menu ul li {
    display: inline-block;
    margin-right: 2.0833vw;
}

.contact_footer_social_container .contact_footer_social_menu .social_menu ul li .social_menu_item {
}

.contact_footer_social_container .contact_footer_social_menu .social_menu ul li .social_menu_item span {
}

.contact_footer_social_container .contact_footer_social_menu .social_menu ul li .social_menu_item .custom_link_label {
}

.contact_footer_social_container .contact_footer_social_email {
}

.contact_footer_social_container .contact_footer_social_email .contact_footer_social_email_link {
}

.contact_marquee_container {
}

.contact_marquee_container .contact_marquee_wrapper {
}

.contact_marquee_container .contact_marquee_wrapper .contact_marquee {
    padding-top: 1.0417vw;
}

.contact_marquee_container .contact_marquee_wrapper .contact_marquee .contact_marquee_element {
}

.contact_marquee_container .contact_marquee_wrapper .contact_marquee .contact_marquee_element.mWrap {
}

.contact_marquee_container .contact_marquee_wrapper .contact_marquee .contact_marquee_element#contact_marquee {
    height: calc((var(--true-vh) * 100) - 42.0620125vw + 1px)!important;
    min-height: auto!important;
}

.contact_marquee_container .contact_marquee_wrapper .contact_marquee .contact_marquee_element .mMove {
    height: 100%;
}

.contact_marquee_container .contact_marquee_wrapper .contact_marquee .contact_marquee_element .mMove svg {
    float: left;
    height: 100%;
    display: block;
    width: auto;
}

.btn_label {
    position: relative;
    mix-blend-mode: difference;
    color: white;
    z-index: 2;
}

.video_player_fs {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: black;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: .25s;
    transition-timing-function: linear;
    user-select: none;
}

.open_video .video_player_fs {
    opacity: 1;
    pointer-events: auto;
}

.video_player_fs .fs_stage {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video_player_fs .fs_stage video {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

.video_player_fs .fs_controls {
    text-transform: uppercase;
}

.video_player_fs .player_back {
    mix-blend-mode: difference;
    top: 1.3625vw;
    right: 1.5625vw;
    display: block;
    position: absolute;
}

.video_player_fs .player_title {
    mix-blend-mode: difference;
    top: 0;
    padding: 1.3625vw 1.5625vw;
    pointer-events: none;
}

.video_player_fs .fs_controls > div {
    position: fixed;
    color: white;
}

.video_player_fs .player_label {
    bottom: 4.1667vw;
    padding-left: 1.0417vw;
    background: white;
    color: black !important;
    line-height: 1.5625vw;
    padding-right: 2.0833vw;
    left: 1.5625vw;
}

.video_player_fs .player_label label {
    font-weight: bold;
    colorblack }

.video_player_fs .player_time {
    bottom: 2.0833vw;
    padding: 0 1.5625vw;
    mix-blend-mode: difference;
    pointer-events: none;
}

.video_player_fs .fs_seekbar {
    bottom: 0.8333vw;
    padding: 0 1.0417vw;
    width: 100%;
    mix-blend-mode: difference;
}

.video_player_fs .fs_seekbar .bar:after {
    content: '';
    width: 100%;
    height: 0.0521vw;
    position: absolute;
    left: 0;
    top: 50%;
    background: white;
}

.video_player_fs .fs_seekbar .bar {
    position: relative;
    width: 100%;
    height: 0.4167vw;
    transform: translateZ(0);
}

.video_player_fs .fs_seekbar .fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background: #fff;
    transform: translateZ(0);
}

.video_player_fs .fs_seekbar .knob {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    pointer-events: none;
    display: none;
}

.gallery_main_image {
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 0.5208vw;
}

.gallery_player_fs {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: white;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: .25s;
    transition-timing-function: linear;
    user-select: none;
    padding-top: 3.6458vw;
    padding-bottom: 4.1667vw;
}

.open_gallery .gallery_player_fs {
    opacity: 1;
    pointer-events: auto;
}

.gallery_player_fs .fs_stage {
    position: relative;
    display: block;
    align-items: center;
    justify-content: center;
    cursor: default;
    height: 100%;
    overflow: hidden;
}

.gallery_player_fs .fs_stage .swiper {
    height: 100%;
    width: 100%;
    overflow: visible;
    padding-left: 1.0417vw;
}

.gallery_player_fs .fs_controls {
    text-transform: uppercase;
}

.gallery_player_fs .fs_controls > div {
    position: fixed;
    color: white;
}

.gallery_player_fs .player_title {
    mix-blend-mode: difference;
    bottom: 0;
    padding: 1.5625vw;
    pointer-events: none;
}

.gallery_player_fs .player_label {
    bottom: 5.1667vw;
    padding-left: 1.0417vw;
    background: white;
    color: black !important;
    line-height: 1.5625vw;
    padding-right: 2.0833vw;
    left: 1.5625vw;
    z-index: 5;
}

.gallery_player_fs .player_label label {
    font-weight: bold;
}

.gallery_player_fs .player_back {
    mix-blend-mode: difference;
    top: 1.3625vw;
    right: 1.5625vw;
    position: absolute;
    display: block;
}
.player_sound{
      mix-blend-mode: difference;
    bottom: 2.0833vw;
    padding: 0 1.5625vw;
    right:0;
}
.player_sound:after{
    content:' OFF'
}
.player_sound.muted:after{
    content:' ON'
}
.gallery_player_fs .swiper-wrapper {
    height: 100%
}

.gallery_player_fs .swiper-slide:last-child {
    padding-right: 1.0417vw;
}

.gallery_player_fs .swiper-slide {
    height: 100%;
    width: auto;
    padding-right: 0.5208vw;
}

.gallery_player_fs .g_box {
    height: 100%
}

.gallery_player_fs .g_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5208vw;
}

.gallery_player_fs .swiper-button-prev, .gallery_player_fs .swiper-button-next {
    color: #fff
}

.open_gallery.video_pointer_in .cursor .cursor_inner span:after {
    content: 'Swipe'
}

.footer a {
    color: black;
}

.footer {
    padding-bottom: 6.25vw;
    text-transform: uppercase;
}

.footer .footer_wrapper {
    position: relative;
    height: 25.5vw;
}

.home_footer.footer .footer_wrapper {
    height: 36.4vw;
}

.footer .footer_wrapper .footer_decoration {
}

.footer .footer_wrapper .footer_decoration.footer_decoration_1 {
    width: 50.4948vw;
}

.footer .footer_wrapper .footer_decoration.footer_locations {
    padding-left: 50.4948vw;
}

.footer .footer_wrapper .footer_decoration svg {
    width: 100%;
    display: block;
    height: auto;
    pointer-events: none;
}

.footer .footer_wrapper .footer_decoration.footer_locations .contact_footer_container_locations {
}

.footer .footer_wrapper .footer_decoration.footer_locations .contact_footer_container_locations .contact_footer_container_location_item {
}

.footer .footer_wrapper .footer_decoration.footer_locations .contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_content {
}

.footer .footer_wrapper .footer_decoration.footer_locations .contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_content .contact_footer_container_location_item_main_title {
}

.footer .footer_wrapper .footer_decoration.footer_locations .contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_content .contact_footer_container_location_item_main_clock {
}

.footer .footer_wrapper .footer_decoration.footer_locations .contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_text {
}

.footer .footer_wrapper .footer_decoration.footer_decoration_2 {
    margin-top: -1.2833vw;
    position: relative;
}

.footer .footer_wrapper .footer_decoration.footer_decoration_2 .footer_decoration_svg {
    height: 13.5vw;
}

.footer .footer_wrapper .footer_decoration.footer_decoration_2 .social_menu {
    padding: 1.5625vw 2.6042vw;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.home .footer .footer_wrapper .footer_decoration.footer_decoration_2 .social_menu {
    padding: 0.5625vw 2.6042vw;
}

.footer .footer_wrapper .footer_decoration.footer_decoration_2 .social_menu ul {
}

.footer .footer_wrapper .footer_decoration.footer_decoration_2 .social_menu ul li {
    display: inline-block;
    margin-right: 2.0833vw;
}

.footer .footer_wrapper .footer_decoration.footer_decoration_2 .social_menu ul li .social_menu_item {
    color: white;
}

.footer .footer_wrapper .footer_decoration.footer_decoration_2 .social_menu ul li .social_menu_item .custom_link_label {
}

.footer .footer_wrapper .directors_menu {
    padding: 2.7625vw 2.6042vw;
    width: 59.5vw;
    font-weight: bold;
}

.footer .footer_wrapper .directors_menu a {
    margin: 0 .6vw 0 0vw;
}

.footer .footer_wrapper .directors_menu a:first-child {
    margin-left: 0;
}

.footer .footer_wrapper .footer_copyright_and_links {
    position: absolute;
    bottom: 0;
}

.footer .footer_wrapper .footer_copyright_and_links .footer_copyright_and_cookies {
    width: 45.7813vw;
    float: left;
    background: black;
    color: white;
    line-height: 2.6042vw;
    padding-left: 2.6042vw;
}

.footer .footer_wrapper .footer_copyright_and_links .footer_copyright_and_cookies .footer_copyright {
    float: left;
    padding-right: 3.125vw;
}

.footer .footer_wrapper .footer_copyright_and_links .footer_copyright_and_cookies .footer_cookies {
    float: left;
}

.footer .footer_wrapper .footer_copyright_and_links .footer_copyright_and_cookies .footer_cookies a {
    color: white
}

.footer .footer_wrapper .footer_copyright_and_links .footer_email {
    float: left;
    margin-left: 2.0833vw;
    line-height: 2.6042vw;
}

.footer .footer_wrapper .footer_copyright_and_links .footer_email .contact_footer_social_email_link {
}

.footer_services_items_container {
    width: 62.3438vw;
    padding-top: 0;
}

.footer_services_items_container .footer_services_item {
    float: left;
    width: 50%;
    padding: 1.5625vw 2.6042vw;
    height: 10vw;
}

.footer_services_items_container .footer_services_item:first-child {
    border-right: 0.1042vw solid black;
}

.footer_services_items_container .footer_services_item .footer_services_item_title {
    font-weight: bold;
    padding-bottom: 1.2vw;
}

.footer_services_items_container .footer_services_item .footer_services_item_email {
}

.footer_services_items_container .footer_services_item .footer_services_item_email a {
}

/* Overlay a pantalla completa */
.intro_player {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #000;
    /* display: grid; */
    place-items: center;
    opacity: 1;
    pointer-events: auto;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    height: 100%;
}

/* Video en fullscreen (cover) */
.intro_player .intro_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
}

/* Estado al desvanecer */
.intro_player.is-fading {
    -webkit-transform: translate(0%,-100%);
    -ms-transform: translate(0%,-100%);
    transform: translate(0%,-100%);
}

.overflow_hidden,.overflow_hidden body {
    overflow: hidden!important
}

.animation_objects {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: all;
}

.animation_objects .animation_object {
    background-color: white;
    position: absolute;
    width: 15.3646vw;
    transition: .7s;
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.animation_objects .animation_object.animation_object_1 {
    height: calc(var(--true-vh) * 33.5185 );
    left: 25%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%, 0%);
}

.animation_objects .animation_object.animation_object_2 {
    height: calc(var(--true-vh) * 33.5185);
    bottom: 0;
    left: 25%;
    -webkit-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}

.animation_objects .animation_object.animation_object_3 {
    height: calc(var(--true-vh) * 66.6666 );
    right: 25%;
    bottom: 0;
    -webkit-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    transform: translate(-50%, 0%);
}

.animation_objects .animation_object.animation_object_4 {
    height: calc(var(--true-vh) * 66.6666 );
    bottom: 0;
    right: 0
}

.animation_off .animation_objects .animation_object.animation_object_1 {
    width: 50%;
    height: 50%;
}

.animation_off .animation_objects .animation_object.animation_object_2 {
    width: 50%;
    height: 50%;
}

.animation_off .animation_objects .animation_object.animation_object_3 {
    height: 100%;
    width: 25%;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.animation_off .animation_objects .animation_object.animation_object_4 {
    height: 100%;
    width: 25%;
    right: 0;
}

.legal_container {
    padding-top: 5.7292vw;
    width: 100%;
    margin: auto;
    position: relative;
    text-align: center;
}

.legal_container .legal_container_title {
    line-height: 3.6458vw;
    border-top: 0.1042vw solid black;
    border-bottom: 0.1042vw solid black;
}

.legal_container .legal_container_body {
    padding: 0 8.3333vw;
    padding-top: 3.125vw;
    padding-bottom: 5.2083vw;
    text-transform: uppercase;
    padding-bottom: 7.2083vw;
}

.legal_container .legal_container_body h1:first-child {
    margin-top: 0
}

.legal_container .legal_container_body h1 {
    margin-top: 0;
    font-weight: bold;
    font-size: 1.4583vw;
    line-height: 1.4583vw;
    letter-spacing: -0.022em;
    margin-top: 3.125vw;
}

.legal_container .legal_container_body p {
}

@media screen and (max-width: 1360px) and (orientation: landscape) {
    html {
    }

    html * {
    }

    body {
    }

    :root {
    }

    .title_style {
    }

    .body_style {
        font-size: 1.0294vw;
        line-height: 1.0294vw;
    }

    .body_big_style {
        font-size: 2.7941vw;
        line-height: 3.5294vw;
    }

    .body_small_style {
    }

    body *,span, a,p {
    }

    p:last-child {
    }

    h1 {
    }

    .mobile {
    }

    html::-webkit-scrollbar, body::-webkit-scrollbar {
    }

    html, body {
    }

    header {
    }

    html, body {
    background: white;
    }

    html.home_html {
    }

    * {
    }

    body * {
    }

    div, ul, li, header, footer, a, figure, img {
    }

    ol, ul {
    }

    b, strong, h1, h2, h3, h4, h5, h6, label {
    }

    textarea, input[type="text"], input[type="button"], input[type="submit"], input, button {
    }

    a {
    }

    b, strong {
    }

    .custom_clear::after {
    }

    a {
    }

    header {
    }

    header a {
    }

    .header {
    }

    .header .header_wrapper {
    }

    .header .header_wrapper .logo {
        top: 1.7647vw;
        left: 1.4706vw;
    }

    .header .header_wrapper .logo .logo_link {
    }

    .header .header_wrapper .logo .logo_link .logo_part {
    }

    .header .header_wrapper .logo .logo_link .logo_part svg {
    }

    body:not(.home) .header .header_wrapper .logo .logo_link .logo_part.logo_part_2 {
    }

    body:not(.home) .header .header_wrapper .logo .logo_link .logo_part.logo_part_2 {
    }

    .header .header_wrapper .logo .logo_link .logo_part path, .header .header_wrapper .logo .logo_link .logo_part rect, .header .header_wrapper .logo .logo_link .logo_part polygon {
    }

    .header .header_wrapper .logo .logo_link .logo_part.logo_part_1 {
    }

    .header .header_wrapper .logo .logo_link .logo_part.logo_part_2 {
    }

    .header .header_wrapper .logo .logo_link .logo_part.logo_part_3 {
    }

    .header .header_wrapper .main_menu {
    }

    .header .header_wrapper .main_menu nav.main_menu {
    }

    .header .header_wrapper .main_menu nav.main_menu .menu_items {
    }

    .header .header_wrapper .main_menu nav.main_menu .menu_items .menu_item {
    }

    .header .header_wrapper .main_menu nav.main_menu .menu_items .menu_item .menu_item_inner {
    }

    .header .header_wrapper .main_menu nav.main_menu .menu_items .menu_item .menu_item_inner a {
    }

    .header .header_wrapper .main_menu nav.main_menu .menu_items .menu_item .menu_item_inner a .menu_item_label {
    }

    .header .header_wrapper .main_menu nav.main_menu .menu_items .directors_item {
        right: 1.4706vw;
        top: 1.7647vw;
    }

    .header .header_wrapper .main_menu nav.main_menu .menu_items .services_item {
        bottom: 1.25vw;
        left: 1.4706vw;
    }

    .header .header_wrapper .main_menu nav.main_menu .menu_items .contact_item {
        bottom: 1.25vw;
        right: 1.4706vw;
    }

    body.mousedown .cursor .cursor_marker {
    }

    .cursor.pointer .cursor_marker ,.work_hovered .cursor_marker {
    }

    .video_pointer_in .cursor .cursor_marker ,.work_hovered .cursor_marker {
    }

    .video_pointer_in.video_playing .cursor .cursor_inner span:after {
    }

    .video_pointer_in .cursor .cursor_inner span:after {
    }

    .video_pointer_in.open_video .cursor .cursor_inner span,.video_pointer_in.open_gallery .cursor .cursor_inner span {
    }

    .open_video .cursor .cursor_inner span,.open_gallery .cursor .cursor_inner span {
    }

    .open_video .cursor .cursor_inner span,.open_gallery .cursor .cursor_inner span {
    }

    .cursor {
    }

    .cursor.visible {
    }

    .cursor .cursor_inner {
    }

    .cursor .cursor_marker {
    }

    .cursor .cursor_inner span {
    }

    html:not(.open_video) .mouse_close_end .cursor .cursor_inner span {
    }

    .cursor .cursor_marker {
    }

    ::selection {
    }

    .video_pointer_in .cursor {
    }

    .header {
    }

    .header ::selection,.director_name::selection {
    }

    .body *, body, a, label,html,html * {
    }

    .home_videos_grid {
    }

    .home_videos_grid .video_grid_item {
    }

    .home_videos_grid .video_grid_item .video_grid_item_wrapper {
    }

    .home_videos_grid .video_grid_item[layour_landscape="1"] .video_grid_item_wrapper .video_grid_item_image {
    }

    .home_videos_grid .video_grid_item[layour_landscape="2"] .video_grid_item_wrapper .video_grid_item_image {
    }

    .home_videos_grid .video_grid_item[layour_landscape="3"] .video_grid_item_wrapper .video_grid_item_image {
    }

    .home_videos_grid .video_grid_item[layour_landscape="4"] .video_grid_item_wrapper .video_grid_item_image {
    }

    .home_videos_grid .video_grid_item .video_grid_item_wrapper .video_grid_item_image {
        border-radius: 0.7353vw;
    }

    .home_videos_grid .video_grid_item .video_grid_item_wrapper .video_grid_footer {
        padding: 0 1.3235vw;
        padding-top: 0.7353vw;
    }

    .home_videos_grid .video_grid_item .video_grid_item_wrapper .video_grid_footer .video_grid_footer_title {
    }

    .home_videos_grid .video_grid_item .video_grid_item_wrapper .video_grid_footer .video_grid_footer_time {
        top: 0.7353vw;
        right: 1.3235vw;
    }

    .home_container {
        padding-bottom: 5.5147vw;
    }

    .home_videos_grid .video_grid_item:nth-child(2) {
        margin-top: 5.1471vw;
    }

    #content {
    background: white;
    }

    .page_content_container_wrapper a {
    }

    .play_on_hover {
    }

    .play_on_hover video.hover_preview {
    }

    /* Se revela una vez que pudo reproducir por primera vez; no se oculta despuÃ©s */
    .play_on_hover video.hover_preview.is-revealed {
    }

    #content,#colophon {
    }

    .website_unloading #content, .website_unloading #colophon {
    }

    .first_load #content, .first_load #colophon {
    }

    .directors_list {
        width: 98vw;
    }

    .directors_list .director_item {
        margin: 0.7353vw 0.5vw;
    }

    .directors_list:not(.directors_list_fake) {
    }

    .directors_list .director_item span {
    }

    .directors_list .director_item .spacer {
    }

    .directors_list .director_item .title.body_style {
    }

    .directors_container {
    }

    .directors_list_fake.directors_list .director_item {
    }

    #content .directors_list .director_item a.title {
        padding: 0.5882vw 0.7353vw;
    }

    .directors_list_fake.directors_list .director_item span {
    }

    .directors_list_fake.directors_list .director_item span:before {
    }

    .directors_list_fake.directors_list .director_item.active span:before {
    }

    .directors_list_fake.directors_list {
    }

    .directors_list_fake.directors_list .director_item.active {
    }

    .directors_vides_list {
        width: 67.6162vw;
        height: 35.9463vw;
        border-radius: 1.4706vw;
    }

    .directors_vides_list .director_video_item {
    }

    .directors_vides_list .director_video_item.active {
    }

    .directors_vides_list .director_video_item video {
    }

    .director_name {
    }

    .floating_videos_list {
    }

    .floating_videos_list .floating_videos_list_item {
    }

    .floating_videos_list .floating_videos_list_item .floating_videos_list_item_wrapper {
    }

    .floating_videos_list .floating_videos_list_item .floating_videos_list_item_wrapper > div {
    }

    .floating_videos_list .floating_videos_list_item .floating_videos_list_item_wrapper > div .floating_videos_list_item_image {
        border-radius: 0.7353vw;
        width: calc(var(--true-vh) * 52.0833 );
        height: calc(var(--true-vh) * 27.3437 );
    }

    .floating_videos_list .floating_videos_list_item .floating_videos_list_item_wrapper > div .floating_videos_list_item_image video {
    }

    .floating_videos_list .floating_videos_list_item.item_style_0 {
        left: calc(var(--true-vh) * 14.3229 );
        top: calc(var(--true-vh) * 18.2291 );
    }

    .floating_videos_list .floating_videos_list_item.item_style_1 {
        left: calc(var(--true-vh) * 50.7812 );
        top: calc(var(--true-vh) * 10.4166 );
    }

    .floating_videos_list .floating_videos_list_item.item_style_2 {
        top: calc(var(--true-vh) * 13.0208 );
        right: calc(var(--true-vh) * 16.927 );
    }

    .floating_videos_list .floating_videos_list_item.item_style_3 {
        left: calc(var(--true-vh) * 10.4166 );
        bottom: calc(var(--true-vh) * 19.2708 );
    }

    .floating_videos_list .floating_videos_list_item.item_style_4 {
        bottom: calc(var(--true-vh) * 12.7604 );
        left: calc(var(--true-vh) * 50.7812 );
    }

    .floating_videos_list .floating_videos_list_item.item_style_5 {
        bottom: calc(var(--true-vh) * 3.6458 );
        right: calc(var(--true-vh) * 36.4583 );
    }

    .floating_videos_list .floating_videos_list_item.item_style_6 {
        right: calc(var(--true-vh) * 5.2083 );
        bottom: calc(var(--true-vh) * 29.6875 );
    }

    .services_container {
        padding: 0 0.7353vw;
        padding-top: 9.5588vw;
        padding-bottom: 7.5588vw;
    }

    .services_container .services_header {
        padding: 0 0.7353vw;
        padding-bottom: 3.6765vw;
    }

    .services_container .services_header .services_header_wrapper {
    }

    .services_container .services_header .services_header_wrapper .services_header_content {
        width: 58.8235vw;
    }

    .services_container .services_header .services_header_wrapper .services_header_content p {
    }

    .services_container .services_header .services_header_wrapper .services_header_menu {
        padding-right: 0;
    }

    .services_container .services_header .services_header_wrapper .services_header_menu .services_header_menu_item {
    }

    .services_container .services_header .services_header_wrapper .services_header_menu .services_header_menu_item a {
        margin-left: 0.5353vw;
        padding: 0.7353vw;
        font-size: 0.8824vw;
        line-height: 0.8824vw;
        padding-right: 3.52vw;
        border: 0.1471vw solid black;
    }

    .services_container .services_header .services_header_wrapper .services_header_menu .services_header_menu_item a {
    }

    .services_container .services_header .services_header_wrapper .services_header_menu .services_header_menu_item a.active:after {
    }

    .services_container .services_header .services_header_wrapper .services_header_menu .services_header_menu_item a:after {
    }

    .services_videos_grid {
        gap: 1.4706vw;
        padding: 0 1.4706vw;
    }

    .services_videos_grid .services_video_item {
    }

    .services_videos_grid .services_video_item .services_video_item_wrapper {
    }

    .services_videos_grid .services_video_item .services_video_item_wrapper {
    }

    .services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_media {
        height: 17.6471vw;
        border-radius: 0.7353vw;
    }

    .services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_media video {
    }

    .services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_media .services_video_item_label {
        line-height: 1.5625vw;
        padding: 0 0.7353vw;
        font-size: 1.0294vw;
        padding-right: 2vw;
    }

    .services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_footer {
        padding: 0.7353vw;
        padding-bottom: 0;
    }

    .services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_footer .services_video_item_time {
        right: 0.7353vw;
    }

    .services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_footer .services_video_item_brand {
    }

    .services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_footer .services_video_item_company {
    }

    .services_videos_grid .services_video_item .services_video_item_wrapper .services_video_item_footer .services_video_item_director {
    }

    .contact_container {
    }

    .contact_container:after {
        height: 5.8824vw;
    }

    .contact_container .contact_info_grid {
        padding: 0 2.9412vw;
        padding-top: 5.8824vw;
    }

    .contact_container .contact_info_grid .contact_info_grid_item {
        height: 8.8235vw;
    }

    .contact_container .contact_info_grid .contact_info_grid_item:last-child .contact_info_grid_item_text {
    }

    .contact_container .contact_info_grid_item:last-child:before {
        width: 2.9412vw;
        height: 8.8235vw;
    }

    .contact_container .contact_info_grid .contact_info_grid_item.empty_item {
    }

    .contact_container .contact_info_grid .contact_info_grid_item.empty_item .contact_info_grid_item_decoration {
    }

    .contact_container .contact_info_grid .contact_info_grid_item.empty_item .contact_info_grid_item_decoration svg {
    }

    .contact_container .contact_info_grid .contact_info_grid_item.empty_item .contact_info_grid_item_decoration svg line {
    }

    .contact_container .contact_info_grid .contact_info_grid_item .contact_info_grid_item_text {
        border-right: 0.1471vw solid black;
        padding-left: 2.6765vw;
        padding-top: 2vw;
    }

    .contact_container .contact_info_grid .contact_info_grid_item .contact_info_grid_item_text p {
    }

    .contact_container .contact_info_grid .contact_info_grid_item .contact_info_grid_item_text p:first-child {
    }

    .contact_container .contact_info_grid .contact_info_grid_item .contact_info_grid_item_text p:last-child {
    }

    .contact_container .contact_info_grid .contact_info_grid_item .contact_info_grid_item_text p strong {
    }

    .contact_container .contact_info_grid .contact_info_grid_item .contact_info_grid_item_text p a {
    }

    .contact_container .contact_info_grid:before {
        height: 0.1471vw;
    }

    /* 1er elemento */
    .contact_info_grid .contact_info_grid_item:nth-child(3n + 1):before {
        height: 0.1471vw;
    }

    .contact_footer_container {
        margin-top: 2.2059vw;
        padding-right: 39vw;
        padding-left: 2.2059vw;
        padding-top: 2.2059vw;
    }

    .contact_footer_container .contact_footer_container_decoration {
    }

    .contact_footer_container .contact_footer_container_decoration svg {
    }

    .contact_footer_container_locations {
    }

    .contact_footer_container_locations .contact_footer_container_location_item {
        width: 23.7167vw;
    }

    .contact_container .contact_footer_container_locations .contact_footer_container_location_item {
    }

    .contact_footer_container_locations .contact_footer_container_location_item:first-child {
        margin-right: 1.6458vw;
    }

    .contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_content {
        line-height: 2.2059vw;
        width: 11.7647vw;
    }

    .contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_content .contact_footer_container_location_item_main_title {
    }

    .contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_content .contact_footer_container_location_item_main_clock {
    }

    .contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_text {
        padding-left: 0.7353vw;
    }

    .contact_footer_social_container {
    }

    .contact_footer_social_container .contact_footer_social_menu {
    }

    .contact_footer_social_container .contact_footer_social_menu .social_menu {
    }

    .contact_footer_social_container .contact_footer_social_menu .social_menu ul {
    }

    .contact_footer_social_container .contact_footer_social_menu .social_menu ul li {
    }

    .contact_footer_social_container .contact_footer_social_menu .social_menu ul li .social_menu_item {
    }

    .contact_footer_social_container .contact_footer_social_menu .social_menu ul li .social_menu_item span {
    }

    .contact_footer_social_container .contact_footer_social_menu .social_menu ul li .social_menu_item .custom_link_label {
    }

    .contact_footer_social_container .contact_footer_social_email {
    }

    .contact_footer_social_container .contact_footer_social_email .contact_footer_social_email_link {
    }

    .contact_marquee_container {
    }

    .contact_marquee_container .contact_marquee_wrapper {
    }

    .contact_marquee_container .contact_marquee_wrapper .contact_marquee {
        padding-top: 1.4706vw;
    }

    .contact_marquee_container .contact_marquee_wrapper .contact_marquee .contact_marquee_element {
    }

    .contact_marquee_container .contact_marquee_wrapper .contact_marquee .contact_marquee_element.mWrap {
    }

    .contact_marquee_container .contact_marquee_wrapper .contact_marquee .contact_marquee_element#contact_marquee {
        height: calc((var(--true-vh) * 100) - 46.062013vw + 1px) !important;
    }

    .contact_marquee_container .contact_marquee_wrapper .contact_marquee .contact_marquee_element .mMove {
    }

    .contact_marquee_container .contact_marquee_wrapper .contact_marquee .contact_marquee_element .mMove svg {
    }

    .btn_label {
    }

    .video_player_fs {
    }

    .open_video .video_player_fs {
    }

    .video_player_fs .fs_stage {
    }

    .video_player_fs .fs_stage video {
    }

    .video_player_fs .fs_controls {
    }

    .video_player_fs .player_back {
        top: 1.4706vw;
        right: 1.4706vw;
    }
.player_pagination div{
    padding:0 1.4706vw
}
    .video_player_fs .player_title {
        padding: 1.4706vw;
    }

    .video_player_fs .fs_controls > div {
        font-size: 1.3235vw;
        line-height: 1.3235vw;
    }

    .video_player_fs .player_label {
        min-width: 22.0588vw;
        left: 1.4706vw;
        line-height: 2.2059vw!important;
        font-size: 1.0294vw!important;
        padding-left: 0.7353vw;
        bottom: 4.4118vw;
    }

    .video_player_fs .player_label label {
    }

    .video_player_fs .player_time,.player_sound {
        bottom: 2.38735vw;
        padding: 0 1.4706vw;
    }

    .video_player_fs .fs_seekbar {
        padding: 0 1.4706vw;
        bottom: 0.9559vw;
    }

    .video_player_fs .fs_seekbar .bar:after {
    }

    .video_player_fs .fs_seekbar .bar {
        height: 0.5882vw;
    }

    .video_player_fs .fs_seekbar .fill {
    }

    .video_player_fs .fs_seekbar .knob {
    }

    .gallery_main_image {
    }

    .gallery_player_fs {
        padding-top: 3.6765vw;
        padding-bottom: 5vw;
    }

    .open_gallery .gallery_player_fs {
    }

    .gallery_player_fs .fs_stage {
    }

    .gallery_player_fs .fs_stage .swiper {
        padding-left: 1.4706vw;
    }

    .gallery_player_fs .fs_controls {
    }

    .gallery_player_fs .fs_controls > div {
        font-size: 1.3235vw;
        line-height: 1.3235vw;
    }

    .gallery_player_fs .player_title {
        padding: 1.4706vw;
    }

    .gallery_player_fs .player_label {
        min-width: 22.0588vw;
        left: 1.4706vw;
        line-height: 2.2059vw!important;
        font-size: 1.0294vw!important;
        padding-left: 0.7353vw;
        bottom: 6.4118vw;
    }

    .gallery_player_fs .player_label label {
    }

    .gallery_player_fs .player_back {
        top: 1.4706vw;
        right: 1.4706vw;
    }

    .gallery_player_fs .swiper-wrapper {
    }

    .gallery_player_fs .swiper-slide:last-child {
        padding-right: 1.4706vw;
    }

    .gallery_player_fs .swiper-slide {
        padding-right: 0.7353vw;
    }

    .gallery_player_fs .g_box {
    }

    .gallery_player_fs .g_box img {
        border-radius: 1.4706vw;
    }

    .gallery_player_fs .swiper-button-prev, .gallery_player_fs .swiper-button-next {
    }

    .open_gallery.video_pointer_in .cursor .cursor_inner span:after {
    }

    .footer a {
    }

    .footer {
        padding-bottom: 7.3529vw;
    }

    .footer .footer_wrapper {
    }

    .home .footer .footer_wrapper {
    }

    .footer .footer_wrapper .footer_decoration {
    }

    .footer .footer_wrapper .footer_decoration.footer_decoration_1 {
    }

    .footer .footer_wrapper .footer_decoration.footer_locations {
    }

    .footer .footer_wrapper .footer_decoration svg {
    }

    .footer .footer_wrapper .footer_decoration.footer_locations .contact_footer_container_locations {
    }

    .footer .footer_wrapper .footer_decoration.footer_locations .contact_footer_container_locations .contact_footer_container_location_item {
    }

    .footer .footer_wrapper .footer_decoration.footer_locations .contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_content {
    }

    .footer .footer_wrapper .footer_decoration.footer_locations .contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_content .contact_footer_container_location_item_main_title {
    }

    .footer .footer_wrapper .footer_decoration.footer_locations .contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_content .contact_footer_container_location_item_main_clock {
    }

    .footer .footer_wrapper .footer_decoration.footer_locations .contact_footer_container_locations .contact_footer_container_location_item .contact_footer_container_location_item_main_text {
    }

    .footer .footer_wrapper .footer_decoration.footer_decoration_2 {
        margin-top: -1.2833vw;
    }

    .footer .footer_wrapper .footer_decoration.footer_decoration_2 .footer_decoration_svg {
    }

    .footer .footer_wrapper .footer_decoration.footer_decoration_2 .social_menu {
        padding: 2.2059vw;
    }

    .home .footer .footer_wrapper .footer_decoration.footer_decoration_2 .social_menu {
    }

    .footer .footer_wrapper .footer_decoration.footer_decoration_2 .social_menu ul {
    }

    .footer .footer_wrapper .footer_decoration.footer_decoration_2 .social_menu ul li {
    }

    .footer .footer_wrapper .footer_decoration.footer_decoration_2 .social_menu ul li .social_menu_item {
    }

    .footer .footer_wrapper .footer_decoration.footer_decoration_2 .social_menu ul li .social_menu_item .custom_link_label {
    }

    .footer .footer_wrapper .directors_menu {
        padding: 2.4459vw 2.2059vw;
        width: 63.9vw;
    }

    .home_footer.footer .footer_wrapper .directors_menu {
        padding-top: 4vw;
    }

    .footer .footer_wrapper .directors_menu a {
        font-size: 1.0294vw;
        line-height: 1.0294vw;
    }

    .footer .footer_wrapper .directors_menu a:first-child {
    }

    .footer .footer_wrapper .footer_copyright_and_links {
    }

    .footer .footer_wrapper .footer_copyright_and_links .footer_copyright_and_cookies {
        padding-left: 2.2059vw;
        line-height: 2.9412vw;
        width: 47.7941vw;
    }

    .footer .footer_wrapper .footer_copyright_and_links .footer_copyright_and_cookies .footer_copyright {
        padding-right: 2.2059vw;
    }

    .footer .footer_wrapper .footer_copyright_and_links .footer_copyright_and_cookies .footer_cookies {
    }

    .footer .footer_wrapper .footer_copyright_and_links .footer_copyright_and_cookies .footer_cookies a {
    }

    .footer .footer_wrapper .footer_copyright_and_links .footer_email {
        margin-left: 2.2059vw;
    }

    .footer .footer_wrapper .footer_copyright_and_links .footer_email .contact_footer_social_email_link {
    }

    .footer_services_items_container {
    }

    .footer_services_items_container .footer_services_item {
        padding: 1.7vw 2.2059vw;
    }

    .footer_services_items_container .footer_services_item:first-child {
        border-right: 0.1471vw solid black;
    }

    .footer_services_items_container .footer_services_item .footer_services_item_title {
    }

    .footer_services_items_container .footer_services_item .footer_services_item_email {
    }

    .footer_services_items_container .footer_services_item .footer_services_item_email a {
    }

    .intro_player {
    }

    .intro_player .intro_video {
    }

    .intro_player.is-fading {
    }

    .overflow_hidden,.overflow_hidden body {
    }

    .animation_objects {
    }

    .animation_objects .animation_object {
    }

    .animation_objects .animation_object.animation_object_1 {
    }

    .animation_objects .animation_object.animation_object_2 {
    }

    .animation_objects .animation_object.animation_object_3 {
    }

    .animation_objects .animation_object.animation_object_4 {
    }

    .animation_off .animation_objects .animation_object.animation_object_1 {
    }

    .animation_off .animation_objects .animation_object.animation_object_2 {
    }

    .animation_off .animation_objects .animation_object.animation_object_3 {
    }

    .animation_off .animation_objects .animation_object.animation_object_4 {
    }

    .legal_container {
        padding-top: 8.8235vw;
    }

    .legal_container .legal_container_title {
        line-height: 4.4118vw;
        border-top: 0.1471vw solid black;
        border-bottom: 0.1471vw solid black;
    }

    .legal_container .legal_container_body {
        padding: 4.4118vw 13.2353vw;
        font-size: 1.3235vw;
        line-height: 1.6176vw;
    }

    .legal_container .legal_container_body h1:first-child {
    }

    .legal_container .legal_container_body h1 {
        font-size: 1.3235vw;
        line-height: 1.6176vw;
        margin-top: 4.4118vw;
    }

    .legal_container .legal_container_body p {
    }
}
.px-transition{position:fixed;inset:0;display:grid;pointer-events:none;z-index:9999}
.px-cell{transform:scaleX(0);transform-origin:left center}
.px-cell.white{background:#fff}
.px-cell.black{background:#000}
.px-transition {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  pointer-events: none;   /* default: allow clicks through */
}
.px-transition.blocking {
  pointer-events: auto!important;   /* when added: block all clicks */
}
.player_pagination{}
.player_pagination div{
        mix-blend-mode: difference;
        padding: 0 1.5625vw;
        right: 0;
        position: fixed;
        color: white;
        top: 50%;
        -webkit-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
}
.player_pagination div.player_pagination_prev{
    right: auto;
    left: 0;
}
.player_pagination div.player_pagination_next{}