@charset 'UTF-8';

/* Tipografías */

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/GothamBook.woff2') format('woff2'),
        url('../fonts/GothamBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Thin.woff2') format('woff2'),
        url('../fonts/Raleway-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Bold.woff2') format('woff2'),
        url('../fonts/GothamRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMedium.woff2') format('woff2'),
        url('../fonts/GothamMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded Book';
    src: url('../fonts/GothamRounded-Book.woff2') format('woff2'),
        url('../fonts/GothamRounded-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Light.woff2') format('woff2'),
        url('../fonts/GothamRounded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Medium.woff2') format('woff2'),
        url('../fonts/GothamRounded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

#primary {
    overflow: hidden;
}
.elementor-location-footer {
    max-width: 100vw;
    overflow: hidden;
}
/* Estilos generales */
:focus {
	outline:0px !important;
}
.t-center {
  text-align: center;
}
body {
    overflow-y: overlay;
}
/* Efectos */

body {
    cursor: none !important;
    
}

.cursor-normal {
    width: 25px;
    height: 25px;
    background-image: url('/wp-content/uploads/cursor-cero.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.cursor-hover {
    width: 25px;
    height: 25px;
    background-image: url('/wp-content/uploads/cursor-mano.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    pointer-events: none !important;
    z-index: 9999;
    display: none;
}

.cursor-click {
    width: 25px;
    height: 25px;
    background-image: url('/wp-content/uploads/cursor-clic.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    pointer-events: none !important;
    z-index: 9999;
    display: none;
}

a, .bodymovinanim {
    cursor: none !important;
}

a:hover .cursor-normal {
    display: none;
}

a:hover .cursor-hover {
    display: block;
}

a:active .cursor-normal {
    display: none;
}

a:active .cursor-click {
    display: block;
}

/* Reveal text */
.reveal-text {
    visibility: hidden;
    }

.line {
    position: relative;
    overflow: hidden;
    display: flex;
    }
.f-center {
    justify-content: center;
}

.elevacion {
    transform-origin: top;
    animation: pulser 8s ease-in-out infinite;
}

.mover {
    transform-origin: top;
    animation: elevar 8s ease-in-out infinite;
}

.parpadeo {
    animation: blink 1s ease-in-out infinite;
}

.parpadeo2 {
    animation: blink 1.5s ease-in-out infinite;
}
  
  @keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  

@keyframes pulser {
    0% {
      transform: scaleY(1);
    }
    50% {
      transform: scaleY(0.5);
    }
    100% {
      transform: scaleY(1);
    }
  }

  @keyframes elevar {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-125%);
    }
  }

/* Cabecera de página */

#top-header {
    position: fixed;
    width: 100%;
    z-index: 4;
}
body:not(.elementor-editor-active) #main-menu {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100vh;
    z-index: 6;
    transform: translateX(100%);
    -webkit-transition: all .2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all .2s ease;
}
body:not(.elementor-editor-active) #main-menu.actived {
    transform: translateX(0%);
}
body:not(.elementor-editor-active) .main-menu-medium {
    height: 100vh;
}
.pez-menu {
    z-index: 99;
}
.main-menu-medium .elementor-widget-wrap {
    overflow-y: scroll;
}

.menu-desktop.desactived-menu {
    display: none;
}

#primary, .elementor-location-archive, .elementor-location-single {
    padding-top: 240px;
}

.elementor-nav-menu .sub-arrow {
    display: none !important;
}
/*
nav li > ul.sub-menu {
    display: block;
    transform: translate(-50%, 0) !important;
    -webkit-transform: translate(-50%, 0) !important;
    left: 50% !important;
    width: auto !important;
}

.menu-item .sub-menu {
    border: 4px solid #324093 !important;
    border-radius: 20px;
}
*/
.menu-item .sub-menu li {
    overflow: hidden;
}
.menu-item .sub-menu li a {
    padding-left: 64px !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 400 !important;
}
/*
.menu-item .sub-menu:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 18px solid transparent;
    border-left: 18px solid transparent;
    border-bottom: 12px solid #324093;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.menu-item .sub-menu:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 7px solid #F4E8C8;
    z-index: 2;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
*/

/* Pie de página */

/* slider home */

.thumb-item-latest {
    height: 60vh;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-item-latest h2 {
    font-family: "Gotham", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #324093;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.excerpt-latest {
    font-family: "Gotham Rounded Book", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    color: #324093;
}

.box-l.slick-arrow {
    max-width: 60px;
    display: inline-block;
    position: absolute;
    left: -80px;
    width: 60px;
    height: 60px;
    top: 30vh;
    transform: translateY(-50%);
}

.box-r.slick-arrow {
    max-width: 60px;
    display: inline-block;
    position: absolute;
    right: -80px;
    width: 60px;
    height: 60px;
    top: 30vh;
    transform: translateY(-50%);
}
.slider-item-latest {
    padding: 20px;
}
.thumb-item-latest {
    border-radius: 20px;
    border: 3px solid #324093;
    position: relative;
}
.thumb-item-latest::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 3px solid #324093;
    top: -20px;
    left: -20px;
    border-radius: 20px;
    z-index: -1;
}

.slider-item-latest .slick-track {
    width: 100% !important;
}

/*MAPA*/

#wrapper-region {
    display: none;
}
.mapa12:not(:hover), .mapa16:not(:hover), .mapa10:not(:hover), .mapa18:not(:hover), .mapa20:not(:hover), .mapa14:not(:hover), .mapa8:not(:hover) {
    display: none;
}
.map-region:hover [class*="mapa"] {
    display: initial;
}
.map-region.active [class*="mapa"] {
    display: initial;
}

body:not(.elementor-editor-active) .block-region {
    display: none;
}

body:not(.elementor-editor-active) #lateral-services {
    position: fixed;
    width: 100%;
    z-index: 2;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4e8c8;
    transform: translateX(100%);
    -webkit-transition: all .2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all .2s ease;
}
body:not(.elementor-editor-active) #lateral-services.actived {
    transform: translateX(0%);
}

body::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
}
  
body::-webkit-scrollbar-track {
    background: transparent !important;        /* color of the tracking area */
}
  
body::-webkit-scrollbar-thumb {
    background-color: transparent !important;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid transparent !important;  /* creates padding around scroll thumb */
}

body:not(.elementor-editor-active) #lateral-services.active {
    transform: translateX(0);
}
.thumb-item-latest {
    box-shadow: 5px 5px 0 #324093;
}
body.actived #primary, body.actived .blur-active, body.actived .elementor-location-archive, body.actived .elementor-location-single {
    filter: blur(5px);
}
body.actived #top-header .e-con-full {
    border-bottom: none !important;
}
body.actived #top-header .e-con-full {
    position: relative;
}
body.actived #top-header .elementor-widget-wrap > .e-con-full::before {
    position: absolute;
    content: '';
    border-bottom: 3px solid #324093;
    bottom: -3px;
    width: 100%;
    left: 0;
    filter: blur(5px);
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
        max-width: 100vw;
    }
    .elementor-location-header, .elementor-location-footer {
        max-width: 100vh;
        overflow-x: hidden;
    }
    #primary {
        overflow: hidden;
    }
    #top-header {
        position: fixed;
        width: 100%;
        z-index: 4;
        top: 0;
    }
    .bodymovinanim {
        width: 80px;
        max-width: 120px;
        margin-bottom: 0;
        cursor: pointer;
        margin-top: -10px;
    }
    #logo-anim .e-lottie__animation {
        max-height: 64px;
        overflow: hidden;
    }
    body:not(.elementor-editor-active) #main-menu {
        position: fixed;
        width: 100%;
        top: 0px;
        height: 100vh;
        z-index: 4;
        transform: translateX(100%);
        -webkit-transition: all .2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all .2s ease;
    }
    #primary, .elementor-location-archive, .elementor-location-single {
        padding-top: 100px;
    }
    .slider-item-latest {
        padding: 20px 0;
    }
    #wrapper-globo {
        -webkit-transition: all .2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all .2s ease;
    } 
    #wrapper-globo.active {
        width: 80px;
        height: 56px;
        position: fixed;
        right: 38px;
        top: 10px;
        display: flex;
    }
    #main-menu  .main-menu-medium > .elementor-widget-wrap {
        margin: 5px;
    }
    .menu-latest {
        flex-direction: column;
    }
}

.elevacionred {
    transform-origin: top;
    animation: pulserred 8s ease-in-out infinite;
}

.moverred {
    transform-origin: top;
    animation: elevarred 8s ease-in-out infinite;
}

@keyframes pulserred {
    0% {
      transform: scaleY(1);
    }
    50% {
      transform: scaleY(20);
    }
    100% {
      transform: scaleY(1);
    }
}

@keyframes elevarred {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(225%);
    }
}

.elevaciongran {
    transform-origin: bottom;
    animation: pulsergran 8s ease-in-out infinite;
}

.movergran {
    transform-origin: bottom;
    animation: elevargran 8s ease-in-out infinite;
}

@keyframes pulsergran {
    0% {
      transform: scaleY(1);
    }
    50% {
      transform: scaleY(0.5);
    }
    100% {
      transform: scaleY(1);
    }
}

@keyframes elevargran {
    0%, 100% {
      transform: translateY(0%);
    }
    50% {
      transform: translateY(120%);
    }
}