/******************************
*   Tipografias
******************************/
@import url('all.css');
@import url('danmark.css');
@import url('typo.css');

:root {
    --negro: 0, 0, 0;
    --blanco: 255, 255, 255;

    --dark: 28, 41, 64;

    --azul_xd: 45, 64, 97;
    --azul_d: 51, 107, 159;
    --azul_xm: 61, 126, 173;
    --azul_mm: 72, 144, 186;
    --azul_m: 156, 218, 254;
    --azul_l: 214, 225, 236;
    --azul_xl: 234, 236, 239;

    --gris_xd: 227, 227, 227;
    --gris_d: 234, 236, 239;
    --gris_xm: 242, 242, 242;
    --gris_m: 247, 247, 247;
    --gris_l: 251, 251, 251;

    --swiper-scrollbar-bg-color: rgba(var(--azul_xd), .1);
    --swiper-scrollbar-drag-bg-color: rgba(var(--azul_xd), .5);

    --plyr-color-main: rgb(var(--azul_m));

}


::selection {
    color: rgb(var(--blanco), 1);
    background: rgb(var(--azul_l), 1);
}
::-moz-selection {
    color: rgb(var(--blanco), 1);
    background: rgb(var(--azul_l), 1);
}
::-webkit-selection {
    color: rgb(var(--blanco), 1);
    background: rgb(var(--azul_l), 1);
}

/******************************
*   Reset
******************************/
*{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: smooth;
    scroll-padding: 70px;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Invention';
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    font-size: 16px;
    color: rgb(var(--azul_xd)); 
}
figure {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
figure img { margin: 0 auto; }
.mask {
    overflow: hidden;
    border-radius: 20px;
}
.img__ab img { position: absolute; }
.img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
a, a:link, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul,
ol {
    margin: 0;
    padding: 0;
    padding-inline-start: 20px;
}
li + li { margin-top: 15px; }
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
    font-style: normal;
}
input,
select,
textarea {
    display: block;
    width: 100%;
    padding: 12px 0;
    color: rgb(var(--azul_xd));
    background: transparent;
    border-bottom: 1px solid rgb(var(--azul_xd));
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1;
}
textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    line-height: 1.8;
    resize: none;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: ;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
input::placeholder,
textarea::placeholder { color: rgb(var(--name), 1); }
button { background: transparent; }
input:focus,
select:focus,
textarea:focus,
button:focus { outline: none; }

p { margin: 0; }
* + p,
* + ol,
* + ul { margin-top: 20px; }
p + div,
div + p,
p + figure,
figure + p { margin-top: 30px; }
ol + *,
ul + *,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 { margin-top: 40px; }

li::marker,
li > ul > li::marker { color: rgba(var(--azul_xm), 1); }

/******************************
*   Loader
******************************/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--gris_m));
    z-index: 1000;
}
.img__load {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.img__load .imago__line { pointer-events: none; }
.img__load .imago__line svg {
    stroke-width: 3px;
    stroke: rgba(var(--azul_xd), 1);
    display: flex;
}
.img__load .imago__line { position: relative; }
.cont__load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../img/mask.svg);
    mask-image: url(../img/mask.svg);
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    display: flex;
}
.cont__load div {
    width: 100%;
    height: 100%;
    transform-origin: 0% 100%;
    background: rgba(var(--azul_xd), .8);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}

/******************************
*   General
******************************/
main {
    min-height: calc(100vh - 66px);
    position: relative;
    overflow: hidden;
}
.c__center {
    min-height: calc(100vh - 66px);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
main section { position: relative; }
.sect__page {
    padding: 60px 0;
    position: relative;
}

/* Background */
.azul__d { background: rgb(var(--azul_xd)); }
.azul__m { background: rgb(var(--azul_d)); }
.azul__d,
.azul__m { color: rgb(var(--blanco)); }
.azul__l { background: rgb(var(--azul_l)); }
.gris__d { background: rgb(var(--gris_d)); }
.gris__m { background: rgb(var(--gris_m)); }

.over { overflow: hidden; }

/* Head Section */
* + .h__sect,
.h__sect + * { margin-top: 40px; }
.h__sect { text-align: center; }
.h__sect h2,
.h__sect h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
}
.h__sect p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .1rem;
}

/* CTA */
* + .c__cta { margin-top: 40px; }
.c__cta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.cta,
a.cta {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    padding: 12px 20px;
    border-radius: 100px;
    position: relative;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.c__cta .cta__01,
.cta__01 {
    color: rgb(var(--azul_xd));
    background: rgb(var(--blanco));
}
.c__cta .cta__02 {
    color: rgb(var(--blanco));
    background: rgb(var(--azul_xd));
}
.c__cta .cta__03 {
    background: rgb(var(--azul_l));
}
.cta[aria-disabled="true"] {
    pointer-events: none;
    opacity: .3;
}

/* Head Page */
.banner__page {
    position: relative;
    overflow: hidden;
}
.banner__page > figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner__page > figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--blanco), .8);
}
.banner__page > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner__page > div {
    position: relative;
    padding: 60px 15px;
    text-align: center
}
.banner__page > div > * {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 32px;
    line-height: 1;
}
/* .banner__page > div,
.banner__page > div > * {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} */

/* Imago Line */
.imago__line svg {
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 2;
    stroke: rgba(var(--negro), 1);
}

/* Imago Image */
.imago__image {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.imago__image figure {
    -webkit-mask-image: url('../img/mask.svg');
    mask-image: url('../img/mask.svg');
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.imago__image figure,
.imago__image figure img {
    height: 100%;
    display: flex;
}
.imago__image figure img {
    object-fit: cover;
    object-position: center;
}

/* Grid */
.grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 60px 30px;
}

/* Card */
.card { height: 100%; }
.card,
.card__fil {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    gap: 30px;
}
.card__fil { height: 100%; }
.card__img { width: 100%; }
.card__img figure {
    position: relative;
    padding-top: 60%;
}
.card__img figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.card__text a > *:nth-child(1) { font-size: 20px }
.card__fil .c__cta {
    margin-top: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
}

/* Paginador */
* + .cont__pagi,
.cont__pagi + * { margin-top: 60px }
.cont__pagi ul {
    padding-inline-start: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.cont__pagi ul li { margin-top: 0; }
.cont__pagi ul li * { line-height: 1; }
.cont__pagi ul li *:not([class]) {
    padding: 5px;
    display: block;
}
.cont__pagi ul li *.active { font-weight: 700; }
.cont__pagi ul li .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgb(var(--azul_l));
}
.cont__pagi ul li *:hover,
.cont__pagi ul li *.active { color: rgb(var(--azul_xm)); }

/* Fil Col */
.fil__col > * { position: relative; }
.fil__col .col__01 {
    background: rgb(var(--gris_m));
    padding: 60px 30px;
}
.fil__col .col__01 .text__col .h__sect {
    text-align: left;
    color: rgb(var(--azul_xm));
}
.fil__col .col__02 figure {
    overflow: hidden;
    position: relative;
    padding-top: 70%;
    height: 100%;
    width: 100%;
}
.text__col span { color: rgb(var(--azul_xm)); }
.col__imago {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.col__imago .imago__line {
    width: 100%;
    height: 100%;
}
.col__imago .imago__line svg {
    object-fit: contain;
    width: 100%;
    height: 100%;
    stroke: rgba(var(--blanco), 1);
}

/* Slider */
.cont__slide .swiper { overflow: visible; }
* + .swiper-controls { margin-top: 30px; }
.swiper-controls {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.swiper-controls .swiper-pagination,
.swiper-controls .swiper-scrollbar {
    position: relative;
    margin: 0;
    top: 0;
}
.cont__controls {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.swiper-arrow > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(var(--azul_l));
}
.swiper-button-disabled { pointer-events: none; }
.swiper-button-disabled > div { opacity: .4; }

/******************************
*   Home
******************************/
.slider .swiper-slide { height: auto; }

/* ------ Inicio ------ */
.ima__line .imago__line svg { stroke: rgba(var(--azul_xm), .2); }
.ima__line { position: absolute; }
.ima__01 {
    width: 10%;
    min-width: 80px;
    top: -30px;
    left: 25%;
}
.ima__02 {
    width: 14%;
    min-width: 100px;
    top: 45%;
    left: 8%;
}
.ima__03 {
    width: 18%;
    min-width: 130px;
    top: 60%;
    left: 90%;
}
.ima__04 {
    width: 14%;
    min-width: 100px;
    bottom: 15%;
    left: 10%;
}
.inicio {
    padding: 60px 0 80px;
    min-height: calc(85vh - 66px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.ini__brand .imago__image {
    width: calc(8vh + 8vw);
    min-width: 150px;
}
.log__dan {
    text-align: center;
    text-transform: uppercase;
    color: rgb(var(--negro));
}
.danmark {
    font-size: max(50px, 3vmin + 3vw);
    margin-top: 3%;
}
.danmark span { display: inline-block }
.danmark .letter__a {
    margin: 0 2px;
    background: -webkit-linear-gradient(#549ec2, #3a5273);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.atto {
    letter-spacing: .3em;
    font-size: max(11px, .7vmin + .7vw);
}
.inicio p + P { margin-top: 3%; }
.inicio p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 300;
}
* + .scroll { margin-top: 100px; }
.scroll {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
    color: rgba(var(--azul_xd), .6);
    text-transform: uppercase;
    font-size: 75%;
    letter-spacing: .2em;
}

/* ------ Video ------ */
.video { padding-top: 20px; }
.cont__media {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 140vh;
    width: 100%;
}
.plyr--full-ui.plyr--video::before,
.plyr__control--overlaid::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    background: rgba(var(--azul_m), .5);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.plyr--full-ui.plyr--video:hover::before,
.plyr__control--overlaid:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    -o-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: block;
    opacity: 1;
}
.plyr--paused .plyr__controls { opacity: 0; }

/* ------ Firma ------ */
.firma { font-weight: 300; }
.firma span { color: rgb(var(--azul_mm)); }

/* ------ Servicios ------ */
.servicios { position: relative; }
.servicios .glow {
    width: 25%;
    min-width: 350px;
}
.servicios .glow span { background: rgba(var(--blanco), .2); }
.servicios .imago__image { width: 80px; }
.servicios .h__sect br { display: none }
.servicios .h__sect p { max-width: 500px; }

.servicios .container { position: relative; }
.items__serv ul {
    list-style: none;
    padding-inline-start: 0px;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    align-items: baseline;
    justify-content: center;
}
.items__serv ul li { margin: 0; }
.items__serv ul li span {
    pointer-events: all;
    display: inline-block;
    line-height: 1;
    padding: 12px;
    border-radius: 100px;
    font-weight: 300;
    border: 1px solid rgba(var(--blanco), .8);
    font-size: 12px;
    text-align: center;
    background: rgba(var(--blanco), .05);
}

/* ------ Imganes ------ */
.image__graf figure {
    overflow: hidden;
    position: relative;
    padding-top: 50%;
}

/* ------ Equipo ------ */

/* ------ Noticias ------ */

/* ------ Eventos ------ */
.eventos .swiper-arrow > div { background: rgb(var(--blanco)); }

/* ------ Asociaciones ------ */
.slide__asociaciones .swiper-slide { width: auto; }
.slide__aso {
    height: 90px;
    position: relative;
    filter: grayscale(1);
}
.slide__aso figure { height: 100%; }
.slide__aso figure img {
    object-fit: contain;
    object-position: center;
    height: 100%;
}

/* ------ Rankings ------ */
.card__ranking {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
.ranking__img {
    max-width: 150px;
    width: 70%;
}
.ranking__text { text-align: center; }
.ranking__text h4 { font-weight: 700; }
.ranking__img figure {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 15px 0 rgb(var(--negro), .2);
    box-shadow: 0 10px 15px 0 rgb(var(--negro), .2);
}
.slide__ranking .swiper-slide .card__ranking {
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.slide__ranking .swiper-slide.swiper-slide-active  .card__ranking {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/******************************
*   Firma
******************************/
.fil__imago {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}
.fil__imago__01 .h__sect { color: rgb(var(--azul_xm)); }
.fil__imago__01 .h__sect > h2,
.fil__imago__01 .h__sect > h3 { font-size: 32px; }
.fil__imago__02 .imago__col span,
.fil__imago__02 .imago__col strong { color: rgba(var(--azul_m), .8); }
.cont__imago { position: relative; }
.glow {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    mix-blend-mode: overlay;
}
.glow span {
    display: block;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background: rgba(var(--blanco), .3);
    filter: blur(30px);
    will-change: filter;
}
.fimra__02 .imago__line {
    position: absolute;
    top: 60%;
    right: -5%;
    width: 50%;
}
.fimra__02 .imago__line svg { stroke: rgba(var(--blanco), .08); }
.head__cultura > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.head__cultura > div > * { margin: 0; }
.head__cultura > div .imago__image { width: 80px; }
.col__tri { padding: 40px 30px; }
.col__tri:nth-child(odd) { background: rgb(var(--azul_l)); }
.col__tri:nth-child(even) {
    color: rgb(var(--blanco));
    background: rgb(var(--azul_xm));
}
.tri__text { font-size: 14px; }
.tri__text h3 { text-transform: uppercase; }

/******************************
*   Servicios
******************************/
.fil__sect .sect__opt {
    color: rgb(var(--blanco));
    background: rgb(var(--dark));
}
.fil__sect .sect__opt .opt__sect > * + * { margin-top: 30px }
.fil__sect .sect__opt .imago__image {
    max-width: 200px;
    width: 60%;
}
.opt__select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
}
.opt__select i {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.opt__select.active i {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
#servicios .banner__page > div::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgb(var(--dark));
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#servicios .banner__page.active > div { color: rgb(var(--blanco)); }
#servicios .banner__page.active  > div::before { height: 100%; }
.opt__cont ul {
    list-style: none;
    padding-inline-start: 0px;
}
.opt__cont ul li { margin: 0; }
.opt__cont ul li + li { border-top: 1px solid rgba(var(--azul_mm), .3); }
.opt__cont ul li a {
    display: block;
    padding: 14px 16px;
    position: relative;
    z-index: 0;
}
.opt__cont ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(var(--azul_mm)) , rgb(var(--azul_xd)));
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.opt__cont ul li a:hover::before,
.opt__cont ul li a.active::before { opacity: 1; }

.sect__info .h__sect {
    text-align: left;
    color: rgb(var(--azul_xm));
}
.resalt {
    font-size: 18px;
    font-weight: 300;
    color: rgb(var(--azul_xm));
    letter-spacing: .1em;
}
.resalt__list {
    counter-reset: contador;
    padding-inline-start: 0;
    list-style: none;
    color: rgb(var(--azul_xm));
    padding: 60px 0;
    position: relative;
}
.resalt__list::before {
    content: '';
    position: absolute;
    top: 0; 
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: rgb(var(--gris_m));
    z-index: -1;
}
.resalt__list li {
    counter-increment: contador;
    display: flex;
    align-items: baseline;
    gap: 10px;
    break-inside: avoid;
}
.resalt__list li::before {
    content: counter(contador);
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    background: rgb(var(--azul_xm));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(var(--blanco));
}
.sect__info figure img { border-radius: 25px; }

/******************************
*   Equipo
******************************/
#equipo .text__col { font-size: 14px }
#equipo .text__col span { font-size: 16px }
.slide__collab,
.slide__collab > * {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    gap: 20px;
}
.slide__collab > * { height: 100%; }
.collab__extract { font-size: 14px; }
.collab__img figure {
    position: relative;
    padding-top: 130%;
}
.extract__text span {
    display: block;
    color: rgb(var(--azul_xm));
}
.collab__extract .c__cta {
    margin-top: 0;
    justify-content: start;
}
.fortalezas { padding: 80px 0; }
.fortalezas .container { position: relative; }
.fortalezas .imago__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    opacity: .2;
}
.fortalezas ul {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
    gap: 30px 60px;
}
.fortalezas ul li {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
}

/******************************
*   Detalle colaborador
******************************/
.fil__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.quick__inform {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.quick__inform .c__cta {
    flex-direction: column;
    margin-top: 0;
}
.fil__02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.user__data > * { display: block; }
.user__data h4 {
    font-weight: 300;
    font-size: 28px;
    letter-spacing: .1em;
}
.user__data span { color: rgba(var(--azul_xm), 1); }
.fil__dato span { display: block; }
.fil__dato > * + * { margin-top: 4px; }
.fil__dato span:nth-child(1) {
    color: rgba(var(--azul_xm), .6);
    letter-spacing: .1em;
    font-size: 70%;
    text-transform: uppercase;
}
.fil__dato a { font-size: 32px; }

.hig__text {
    color: rgba(var(--azul_xm), 1);
    font-weight: 300;
    letter-spacing: .1em;
    font-size: 18px;
}
.hig__text > span + span::before {
    content: '•';
    display: inline-block;
    margin-right: 4px;
}
.col__large .user__data + * { margin-top: 20px; }
.cont__cards > * + * { margin-top: 30px }
.car__info {
    border-radius: 20px;
    padding: 20px;
    background: rgb(var(--gris_m));
}
.car__info h4 {
    font-size: 16px;
    padding: 10px 16px;
    border-radius: 100px;
    color: rgb(var(--azul_xm));
    background: rgba(var(--azul_m), .3);
    border: 1px solid rgb(var(--blanco));
    display: inline-block;
    line-height: 1;
    font-weight: 700;
}
.car__info li + li { margin-top: 6px; }

/******************************
*   Noticias
******************************/

/******************************
*   Eventos
******************************/

/******************************
*   Noticia / Evento detalle
******************************/
#info-detalle .sect__page > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 52%;
}
.bg__noticia { background: rgb(var(--gris_m)); }
.bg__evento { background: rgb(var(--azul_l)); }
.detalle__info {
    position: relative;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.6;
}
.detalle__info > * + * { margin-top: 40px; }
.info__head {
    position: relative; 
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.info__head > * { position: relative; }
.imago { position: absolute; }
.imago svg { stroke: rgba(var(--negro), .1); }
.imago:nth-child(1) {
    right: 80%;
    top: -90px;
    width: 140px;
}
.imago:nth-child(2) {
    left: 70%;
    top: 50%;
    width: 190px;
}
.head__img figure {
    position: relative;
    padding-top: 80%;
}
.head__info > h2 {
    font-weight: 300;
    font-size: 26px;
}
.head__info > *:last-child { color: rgb(var(--azul_xm)); }
.info__tex h3,
.info__tex h4,
.info__tex h5,
.info__tex h6 { font-size: 22px; }

/******************************
*   Resultados de busqueda
******************************/
.con__result {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}
.con__result .imago__image { width: 60px; }
* + .h__search,
.h__search + * { margin-top: 40px; }
.h__search {
    text-align: center;
    color: rgb(var(--azul_mm));
}
.h__search * + * { margin-top: 25px; }
.h__search p:nth-child(1) {
    font-size: 26px;
    font-weight: 300;
}
.list__result ul {
    list-style: none;
    padding-inline-start: 0;
}
.list__result ul * + * { margin-top: 60px; }
.list__result ul a > * + * { margin-top: 10px; }
.list__result ul a > *:first-child {
    font-size: 20px;
    text-decoration: underline;
    text-decoration-color: rgba(var(--azul_xd), .8);
    text-decoration-thickness: from-font;
}
.list__result ul a:hover {
    text-decoration: underline;
    text-decoration-thickness: from-font;
}
.list__result span {
    color: rgb(var(--azul_mm));
    font-weight: 700;
}

/******************************
*   Legal
******************************/
.text__legal {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    line-height: 1.8;
}
.text__legal .imago__image { width: 150px; }
.text__legal * + .h__sect { margin-top: 80px; }

.text__legal h3,
.text__legal h4,
.text__legal h5,
.text__legal h6 {
    text-align: center;
    color: rgb(var(--azul_xm));
}

/******************************
*   Mensajes
******************************/
.cont__message {
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
    text-align: center;
    position: relative;
}
.cont__message .imago__line {
    width: 240px;
    max-width: 60%;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cont__message .imago__line svg { stroke: rgba(var(--azul_l), .4); }
.message__text { position: relative; }
.error {
    display: flex;
    justify-content: space-around;
}
.error span {
    display: inline-block;
    color: rgb(var(--azul_xm));
    font-size: 60px;
}

/******************************
*   Formularios
******************************/
.cont__camps {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 15px 30px;
}


/******************************
*   Mobile
******************************/
/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {

/* Firma */
.cont__imago {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}
.cont__imago + * { margin-top: 40px; }

}
@media (min-width : 480px) {

/* Firma */
.firma .container::before,
.firma .container::after { content: unset; }
.firma .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.firma .container .h__sect { white-space: nowrap; }
.firma .container .h__sect { width: calc(30% - 20px); }
.firma .container .cont__imago {
    width: calc(31.8% - 20px);
    margin: 0;
}
.firma .container .text__firma { width: 100%; }


}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {

/* Detalle colaborador */
.quick__inform { flex-direction: row; }
.fil__01 { width:  calc(50% - 10px); }
.fil__02 { width:  calc(50% - 10px); }

}
@media (max-width : 679px) {
}
@media (min-width : 680px) {

/* Grid */
.grid {
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
}
.grid__item { width: calc(50% - 15px); }
.grid__item:nth-child(1) {
    width: 100%;
    margin-bottom: -30px
}
.grid__item:nth-child(1) .card,
.grid__item:nth-child(1) .card .card__fil:nth-child(1) {
    flex-direction: row;
    width: 100%;
}
.grid__item:nth-child(1) .card .card__fil:nth-child(1),
.grid__item:nth-child(1) .card .card__fil:nth-child(2) { width: calc(50% - 15px) }
.grid__item:nth-child(1) .card .card__fil:nth-child(2) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ima__01 { top: -50px; }

/* ------ Rankings ------ */
.rankings .cont__slide {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.card__ranking {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 30px;
}
.ranking__img { width: calc(30% - 15px); }
.ranking__text {
    text-align: left;
    width: calc(70% - 15px);
}
.slide__ranking {
    position: relative;
    padding: 0 80px;
}
.slide__ranking * + .swiper-controls { margin-top: 0px; }
.slide__ranking .swiper-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}
.slide__ranking .arrow-prev { left: 0; }
.slide__ranking .arrow-next { right: 0; }

/* Noticia / Evento detalle */
#info-detalle .sect__page > span { padding-top: 250px; }
.head__img figure { padding-top: 50%; }
.imago:nth-child(1) {
    right: 95%;
    top: -90px;
}
.imago:nth-child(2) {
    left: 95%;
    top: 45%;
}

/* Equipo */
.el__team .container { width: 90%; }

}
@media (min-width : 680px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {

/* ------ Servicios ------ */
.servicios .glow { top: 25%; }
.items__serv ul li span br { display: none; }

/* Firma */
.fimra__01,
.fimra__02 {
    padding-right: 15px;
    padding-left: 15px;
}
.fil__imago__01 .imago__image { max-width: 190px; }
.fil__imago__02 .imago__image { max-width: 140px; }


}
/* Medium Devices to Large Devices */
@media (min-width : 768px) {
/* Head Section */
.h__sect h2,
.h__sect h3 { font-size: 34px; }
.h__sect p { font-size: 20px; }

/* Fil Col */
.fil__col,
.fil__col > * {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.fil__col > * {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}
.col__content { width: 50%; }
.fil__col .col__01 .text__col {
    margin: 0 auto;
    max-width: 700px;
    width: 80%;
}

/* Home */
#home .h__sect h2,
#home .h__sect h3 { font-size: 42px; }
.noticias .container,
.eventos .container { position: relative; }
.noticias .h__sect,
.eventos .h__sect  { text-align: left; }
.noticias .cont__slide + .c__cta,
.eventos .cont__slide + .c__cta {
    position: absolute;
    top: 0;
    right: 15px;
    margin-top: 0;
}

/* ------ Inicio ------ */
.inicio p { font-size: 20px; }

.firma { padding: 100px 0; }

/* ------ Servicio ------ */
.servicios { padding: 120px 0px; }
.items__serv ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    bottom: -80px;
    pointer-events: none;
}
.items__serv ul li {
    margin: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    height: 100%;
}
.items__serv ul li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
    padding-left: 45%
}
.items__serv ul li:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
    padding-right: 45%
}
.items__serv ul li:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
    padding-left: 15%;
}
.items__serv ul li:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
    padding-right: 25%;
}
.items__serv ul li:nth-child(5) {
    grid-area: 3 / 1 / 4 / 2;
    padding-left: 5%;
}
.items__serv ul li:nth-child(6) {
    grid-area: 3 / 2 / 4 / 3;
    padding-right: 10%;
}
.items__serv ul li:nth-child(7) {
    grid-area: 4 / 1 / 5 / 2;
    padding-left: 20%;
}
.items__serv ul li:nth-child(8) {
    grid-area: 4 / 2 / 5 / 3;
    padding-right: 25%;
}

.items__serv ul li:nth-child(even) { justify-content: flex-end;   }

/* ------ Imagenes ------ */
.cont__images {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.image__graf { width: 50%; }
.image__graf figure { padding-top: 40%; }

/* Firma */
.fil__imago { flex-direction: row; }
.imago__col:nth-child(1) { width: calc(30% - 25px); }
.imago__col:nth-child(2) { width: calc(70% - 25px); }
.fil__imago__01 .h__sect { text-align: left; }
.fil__imago__01 .h__sect > h2,
.fil__imago__01 .h__sect > h3 { font-size: 42px; }
.fil__imago__02 {
    width: 80%;
    margin: 0 auto;
}
.fimra__02 .imago__line {
    top: 50%;
    right: 18%;
    width: 200px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Detalle colaborador */
.fil__info { flex-direction: row; }
.col__info:nth-child(1) { width: 300px; }
.col__info:nth-child(2) { width: calc(100% - 340px); }

/* Resultados de Busqueda */
.h__search p:nth-child(1) { font-size: 32px; }



}

@media (max-width : 859px) {
.opt__sect {
    display: none;
    padding-bottom: 30px;
}


}
@media (min-width : 860px) {
/* Firma */
.fil__tri {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.col__tri {
    width: 33.33%;
    padding: 80px 15px;
}
.tri__text {
    width: 80%;
    margin: 0 auto;  
}

/* Servicios */
.opt__select { display: none; }
.fil__sect  {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: calc(100vh - 218px);
}
.fil__sect .sect__opt { width: 300px; }
.fil__sect .sect__info {
    width: calc(100% - 300px);
    padding: 0 40px;
    overflow: hidden;
}
.sect__info .container { max-width: 100%; }


}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {

.servicios .container { width: 100%; }
.servicios .h__sect br { display: block; }

}
@media (max-width : 991px) {
}
@media (min-width : 992px) {

/* Grid */
.grid__item { width: calc(33.33% - 20px); }
.grid__item:nth-child(1) .card .card__fil:nth-child(1) { width: calc(66.66% - 15px) }
.grid__item:nth-child(1) .card .card__fil:nth-child(2) { width: calc(33.33% - 15px); }
.grid__item:nth-child(1) .card .card__fil .card__img figure { padding-top: 40%; }

/* Firma */
.firma .container .text__firma { width: calc(31.8% - 20px); }

/* Servicios */
.resalt__list {
    column-count: 2;
    column-gap: 40px;
}
.sect__info .img__l,
.sect__info .img__r { width: 48%; }
.sect__info .img__l {
    float: left;
    margin-right: 40px;
}
.sect__info .img__r {
    float: right;
    margin-left: 40px;
}

}
/* Large Devices, Wide Screens */
@media (min-width : 768px) and (max-width : 1200px) {
}
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (max-width : 1199px) {
}
@media (min-width : 1200px) {
}




header ul,
footer ul,
header ol,
footer ol {
    padding-inline-start: 0;
    list-style: none;
}
header li + li,
footer li + li { margin-top: 0; }
header * + ol,
header * + ul,
footer * + ol,
footer * + ul  { margin-top: 0px; }

/******************************
*   Header
******************************/
.header {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    z-index: 300;
    top: 0px;
}
.header__content {
    background: rgb(var(--gris_l));
    -webkit-box-shadow: 0 0 10px 0 rgb(var(--negro), .08);
    box-shadow: 0 0 10px 0 rgb(var(--negro), .08);
    padding: 0 5px 0 20px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

/* Logo */
.logo { position: relative; }
.logo a {
    display: flex;
    overflow: hidden;
}
.logo a span {
    position: absolute;
    top: -100%;
    left: -100%;
    opacity: 0;
}
.logo a i {
    font-size: 40px;
    background: -webkit-linear-gradient(#549ec2, #3a5273);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Menu contenedor */
.cont__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

.menu__nav nav > * { margin: 0; }

/* Opciones */
.menu__opt li { position: relative; }
.menu__opt li a {
    display: block;
    line-height: 1;
}
.menu__opt > li a { padding: 16px; }
.menu__opt > li a:has(+ .arrow) { padding-right: 20px; }
.menu__opt li .arrow {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.menu__opt li .arrow i {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu__opt  > li:hover > .sub__menu,
.sub__menu > ul > li:hover .sub__menu {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
}
.menu__opt > li > .sub__menu { background: rgba(var(--negro), .03); }
.sub__menu > ul > li > .sub__menu  { background: rgba(var(--negro), .03); }

/* Busqueda */
.btn__search {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: rgba(var(--negro), .05);
    color: rgb(var(--azul_xm));
    cursor: pointer;
}
.btn__search > * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn__search.active .fa-magnifying-glass::before,
.btn__search.active .fa-search::before { content: '\e59b'; }

.form__search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgb(var(--azul_xm));
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}
.form__search.active {
    pointer-events: all;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.form__search form {
    max-width: 500px;
    margin: 0 0 0 auto;
}
.fil__search {
    display: flex;
    align-items: center;
    gap: 15px;
}
.fil__search input {
    background: rgba(var(--azul_xd), .5);
    color: rgb(var(--blanco));
    padding: 12px;
    border-radius: 100px;
    border: 0;
}


/* Btn mobile */
.btn__mob {
    width: 66px;
    height: 66px;
    cursor: pointer;
    position: relative;
}
.btn__mob > div {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn__mob > div span {
    display: block;
    width: 100%;
    height: 2px;
    background: rgb(var(--azul_xm));
    -webkit-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -moz-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -ms-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -o-transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    transition: all 300ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
}
.btn__mob > div span + span { margin-top: 6px; }
.btn__mob.active > div span:nth-child(2) {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.btn__mob.active > div span:nth-child(1) {
    -webkit-transform: translate(0px, 8px) rotate(45deg);
    -moz-transform: translate(0px, 8px) rotate(45deg);
    -ms-transform: translate(0px, 8px) rotate(45deg);
    -o-transform: translate(0px, 8px) rotate(45deg);
    transform: translate(0px, 8px) rotate(45deg);
}
.btn__mob.active > div span:nth-child(3) {
    -webkit-transform: translate(0px, -8px) rotate(-45deg);
    -moz-transform: translate(0px, -8px) rotate(-45deg);
    -ms-transform: translate(0px, -8px) rotate(-45deg);
    -o-transform: translate(0px, -8px) rotate(-45deg);
    transform: translate(0px, -8px) rotate(-45deg);
}

/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 779px) {
}
@media (max-width : 679px) {
}
@media (min-width : 680px) and (max-width : 779px) {
}
/* Small Devices, Nav */
@media (max-width : 879px) {
.menu {
    position: absolute;
    top: 100%;
    left: -100%;
    width: 100%;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    background: rgb(var(--gris_l));
    overflow: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu.active { left: 0%; }
.menu__opt li + li { border-top: 1px solid rgb(var(--gris_xd)); }
.arrow  {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgb(var(--gris_xd));
}
.arrow.active > * {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.sub__menu { display: none; }
.language {
    border-top: 1px solid rgb(var(--gris_xd));
    padding: 16px;
}

}
/* Medium Devices to Large Devices */
@media (min-width : 880px) {
.btn__mob { display: none; }
.header__content { padding: 0 30px; }
.form__search { padding: 15px 30px; }

/* Menu contenedor */
.cont__menu {
    font-size: 14px;
    gap: 20px;
}

/* Logo */
.logo a i { font-size: 50px; }

.menu__nav nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

/* Opciones */
.menu__opt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu__opt > li > a { padding: 26px 12px; }
.menu__opt > li a:has(+ .arrow) { padding-right: 20px; }
.menu__opt li .sub__menu  {
    min-width: 190px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    pointer-events: none;
    visibility: hidden;
    font-size: 12px;
    opacity: 0;
}
.menu__opt li .sub__menu .arrow i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.menu__opt li .arrow {
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.menu__opt > li:hover > a,
.menu__opt > li:hover > a + *,
.menu__opt > li > .sub__menu ul > li:hover > a,
.menu__opt > li > .sub__menu ul > li:hover > a + * { color: rgb(var(--azul_xm)); }
.menu__opt > li:hover > a,
.menu__opt > li > .sub__menu ul > li:hover > a { background: rgba(var(--negro), .03); }
.menu__opt > li > .sub__menu {
    background: rgb(var(--gris_m));
    border: 1px solid rgb(var(--gris_xd));
    top: 100%;
}
.sub__menu > ul > li > .sub__menu  {
    background: rgb(var(--azul_l));
    border: 1px solid rgb(var(--azul_l));
    top: -1px;
    left: 100%;
}
.language a:hover { color: rgb(var(--azul_xm)); }

}
/* Medium Devices, Desktops */
@media (min-width : 780px) and (max-width : 991px) {
}
@media (max-width : 991px) {
}
@media (min-width : 992px) {
}
/* Large Devices, Wide Screens */
@media (min-width : 780px) and (max-width : 1200px) {
}
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (max-width : 1199px) {
}
@media (min-width : 1200px) {

}


/******************************
*   Footer
******************************/
.footer {
    background: rgb(var(--azul_xd));
    color: rgb(var(--blanco));
    font-weight: 300;
    padding: 60px 0 40px;
    font-size: 14px;
    overflow: hidden;
}
.footer .container,
.fil__foo { position: relative; }
.imgo__fo {
    position: absolute;
    max-width: 300px;
    width: 60%;
    opacity: .2;
}
.footer a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .2em;
}
a.link {
    line-height: 1.2;
    font-size: 12px;
    text-decoration: underline;
    text-decoration-color: rgba(var(--blanco), .4);
}
.fil__foo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 60px 30px;
}
.foo_01 {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.foo_01 .icon-danmark-a { font-size: 55px; }
.social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px 30px;
}
.social ul {
    display: flex;
    gap: 24px;
}
.social ul li a {
    display: block;
    font-size: 32px;
    color: rgb(var(--azul_l));
    line-height: 1;
}
.footer .h__sect { text-align: left; }
.footer .h__sect > * {
    text-transform: capitalize;
}
.footer .cont__camps { font-size: 16px; }
.footer .c__cta {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.footer .cont__camps > *:last-child { margin-top: 15px; }
.footer .cont__camps input,
.footer .cont__camps select,
.footer .cont__camps textarea {
    color: rgb(var(--blanco));
    border-color: rgba(var(--blanco), .5);
}
.footer .cont__camps input::placeholder,
.footer .cont__camps select::placeholder,
.footer .cont__camps textarea::placeholder { color: rgba(var(--blanco), .8); }
.foo_03,
.info__links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    row-gap: 30px;
    column-gap: 60px;
}
.foo_03 {
    flex-direction: column;
    text-align: center;
}
.info__links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;

}
.info__disclaimer { color: rgb(var(--azul_m)); }


/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
}
@media (min-width : 480px) {
}
/* Small Devices, Tablets */
@media (min-width : 480px) and (max-width : 767px) {
}
@media (max-width : 679px) {
}
@media (min-width : 680px) and (max-width : 767px) {
}
/* Small Devices, Nav */
@media (max-width : 767px) {

.imgo__fo {
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

}
/* Medium Devices to Large Devices */
@media (min-width : 768px) {
.footer .container {
    width: 90%;
    max-width: 1920px;
}
.imgo__fo {
    top: -50%;
    width: 80%;
    right: 18%;
}
.fil__foo {
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;    
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
    flex-direction: row-reverse;
    gap: 30px;
}
.foo_01 {
    width: calc(40% - 15px);
    text-align: right;
}
.foo_02 { width: calc(60% - 15px); }
.foo__simple .foo_01 { width: 100%; }
.foo_03 {
    width: 100%;
    flex-direction: column-reverse;
}
.social {
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
    justify-content: flex-end;
}
.social ul li a { font-size: 26px; }
.footer .cont__camps {
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
}
.footer .cont__camps .camp__midle { width: calc(50% - 15px); }
.footer .cont__camps .camp__full { width: 100%; }

.foo__simple .foo_01 {
    -webkit-flex-flow: row wrap;
    -ms-flex-wrap: row wrap;
    flex-flow: row wrap;
    flex-direction: row;
    align-items: center;
}

}
/* Medium Devices, Desktops */
@media (min-width : 768px) and (max-width : 991px) {
}
@media (max-width : 991px) {
}
@media (min-width : 992px) {
.footer .cont__form {
    max-width: 700px;
    width: 80%;
}

}
/* Large Devices, Wide Screens */
@media (min-width : 768px) and (max-width : 1200px) {
}
@media (min-width : 992px) and (max-width : 1200px) {
}
@media (max-width : 1199px) {
}
@media (min-width : 1200px) {
.foo_01, 
.foo_02 { width: calc(50% - 15px); }
}


