/*
Theme Name: Base
Theme URI: https://www.invbit.com
Author: Base
Author URI: https://www.invbit.com
Description: Base para Betheme
Template: betheme
Version: 1.6.2
*/
@import './css/variables.css';

/*********************************\
            GENERALES
\*********************************/
.validate_email_against_bot {
    display: none;
}

.flex {
    display: flex;
}


.radius-6 img {
    border-radius: 6px;
}

/* Arregla padding al abrir popup deshabilitando scroll de la web */
html.mfn-popup-browser-scroll-disabled {
    padding-right: 0;
}

/*********************************\
            COLORES
\*********************************/
#Wrapper,
#Content {
    background-color: #fff;
}

.light-blue {
    color: #00AED6;
}

/*********************************\
            TIPOGRAFÍA
\*********************************/
.underline {
    text-decoration: underline;
}

#Wrapper h2 {
    letter-spacing: -1.92px;
}

#Wrapper h3 {
    letter-spacing: -1.4px;
}

/*********************************\
            BOTONES
\*********************************/
#Wrapper a.button.button_size_2 {
    height: 54px;
}

#Wrapper .blur-button a.button.button_size_2 {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(8px);
}

#Wrapper .blur-hover .button:hover,
#Wrapper .blur-hover .button:before {
    background-color: #FFFFFF1A;
    backdrop-filter: blur(8px);
}


#Wrapper .termis-button .button_label {
    content: url(/wp-content/uploads/2025/03/image-4-2025-03-14-image-4.png);
}

.termis-button i.icon-right-1 {
    color: #000;
    font-size: 30px;
}

.termis-button span.button_icon {
    width: 32px;
    height: 32px;
}

.termis-button .button_icon {
    transition: all 0.3s ease;
}

.termis-button .button:hover .button_icon {
    transform: translatex(10px);
}

#Wrapper .termis-button .button.button_size_2 {
    height: 83px;
}

/*********************************\
        GESTIÓN DE COOKIES
\*********************************/
button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show:before {
    background-color: transparent;
}

body #cmplz-manage-consent .cmplz-manage-consent {
    background-image: url(imagenes/fondo-ajustes.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    right: unset !important;
    left: 0px;
    font-size: 0px;
    color: var(--negro) !important;
    width: 140px;
    background-color: transparent !important;
    box-shadow: unset !important;
    bottom: -2px !important;
    padding: 0 !important;
}

body #cmplz-manage-consent .cmplz-manage-consent:before {
    content: "";
    background-image: url(imagenes/icono-ajustes.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

body #cmplz-manage-consent .cmplz-manage-consent:hover:before {
    transform: translate(-50%, -54%);
    -webkit-transform: translate(-50%, -54%);
    -moz-transform: translate(-50%, -54%);
    -ms-transform: translate(-50%, -54%);
    -o-transform: translate(-50%, -54%);
}

.cmplz-header {
    grid-template-columns: 1fr !important;
    text-align: center;
}

.cmplz-cookiebanner .cmplz-logo img {
    max-height: 60px !important;
}

p.cookies-heading {
    font-size: 16px;
    margin-bottom: 10px;
}

div#cmplz-message-1-optin {
    text-align: center;
    margin-bottom: 24px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
    border-radius: 6px;
}

@media only screen and (min-width: 375px) and (max-width: 768px) {
    .cmplz-cookiebanner {
        max-width: 600px !important;
        width: 95% !important;
    }
}

/*********************************\
            HOME
\*********************************/
/* hero section */
.hero-section:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/03/hero-background-gradient-2025-03-19-hero-background-gradient.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0% 100%;
}

@media only screen and (min-width: 2000px) {
    #Wrapper .hero-section {
        height: 98dvh;
    }

    .hero-section:before {
        background-size: 2000px;
    }
}

@media only screen and (max-width: 1999.9px) {
    #Wrapper .hero-section:before {
        background-size: 1250px;
    }
}

@media only screen and (max-width: 768px) {
    #Wrapper .hero-section:before {
        background-size: cover;
    }
}

@media only screen and (max-width: 445px) {
    #Wrapper .hero-section .full-mobile {
        width: 100%;
    }

    #Wrapper .hero-section .full-mobile.no-margin .mcb-wrap-inner {
        margin: 0;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 425.9px) {
    #Wrapper h1.title {
        font-size: 11vw;
        line-height: 14vw;
    }
}

/* Conference Chairs */
.conference-chairs {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.conference-chair {
    display: flex;
    gap: 16px;
    align-items: center;
}

.conference-chair-image {
    min-width: 84px;
}

.conference-chair-name {
    max-width: 284px;
}

.conference-chair-name .name {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.2px;
    letter-spacing: -0.72px;
    margin-bottom: 0;
}

.conference-chair-name .title {
    font-family: Montserrat;
    font-size: 13.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.62px;
    letter-spacing: -0.532px;
}

/* key dates */
@media only screen and (max-width: 767.9px) {
    .flexButtons .mcb-wrap-inner {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (min-width: 500px) and (max-width: 1024.9px) {
    .img-responsive-height img {
        max-height: 500px;
        object-fit: cover;
        border-radius: 16px;
        object-position: bottom;
    }
}

@media only screen and (max-width: 499.9px) {
    .img-responsive-height img {
        max-height: 300px;
        object-fit: cover;
        border-radius: 16px;
        object-position: bottom;
    }
}

.cta-video video {
    opacity: 0.3;
}

/* Counters */
#Wrapper .counters .mcb-item-counter-inner {
    max-height: 202px;
    margin: 0;
}

#Wrapper .counters .desc_wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 51px;
}

.counters .number-wrapper {
    order: 2;
    text-align: right;
}

.counters .counter.counter_horizontal.animate-math {
    padding: 0;
}

#Wrapper .counters>.mcb-wrap-inner {
    display: grid;
    gap: 8px;
}

@media only screen and (min-width: 650px) and (max-width: 959px) {
    .counters {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 626.9px) {
    #Wrapper .counters>.mcb-wrap-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 626px) {
    #Wrapper .counters>.mcb-wrap-inner {
        grid-template-columns: 1fr;
    }

    #Wrapper .counters {
        margin: 0 auto;
        max-width: 350px;
    }
}

@media only screen and (min-width: 1920.9px) {
    .termis-2026-background {
        text-align: center;
    }
}

/*********************************\
            HEADER
\*********************************/
#mfn-sidemenu-tmpl-693 .mfn-builder-content.mfn-sidemenu-tmpl-builder {
    justify-content: center;
}

.hover-scale .image_wrapper,
ul#menu-sidebar-menu li {
    transition: all 0.3s ease;
}

.hover-scale .image_wrapper:hover {
    transform: scale(1.1);
}

ul#menu-sidebar-menu li:hover a {
    font-weight: 600;
    letter-spacing: 0.5px;
}

ul#menu-sidebar-menu li:hover .sub-menu a {
    font-weight: 500;
}

.mfn-builder-content.mfn-sidemenu-tmpl-builder {
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.2);
    border-left: 1px solid #1515153d;
}

a.mfn-menu-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 5px;
    left: 50%;
    background-color: #fff;
    transition: width 0.3s ease, left 0.3s ease;
}

#menu-sidebar-menu a.mfn-menu-link::after {
    display: none;
}


a.mfn-menu-link:hover::after {
    width: 100%;
    left: 0;
}

.sub-menu a.mfn-menu-link::after {
    display: none;
}

div[data-id="707"] a.mfn-menu-link::after {
    background-color: #001E60;
}

.mfn-header-scrolled a.mfn-menu-link::after {
    background-color: #001E60;
}

.mfn-header-scrolled .sub-menu a.mfn-menu-link::after {
    background-color: transparent;
}

#menu-main-menu a.mfn-menu-link,
#menu-main-menu-1 a.mfn-menu-link {
    transition: all 0.3s ease;
}

#menu-main-menu .sub-menu a.mfn-menu-link:hover,
#menu-main-menu-1 .sub-menu a.mfn-menu-link:hover {
    font-weight: 600;
    letter-spacing: 0.15px;
}


#Wrapper .mfn-header-scrolled ul.sub-menu.mfn-submenu a {
    color: #001E60;
    transition: all 0.3s ease;
}

.mfn-menu-subicon,
.sub-menu a.mfn-menu-link {
    transition: all 0.3s ease;
}

.menu-item-has-children:hover .mfn-menu-subicon {
    transform: rotate(180deg);
}

#menu>li.menu-item>a.mfn-menu-link:hover,
.menu-item-type-custom.menu-item-object-custom>a.mfn-menu-link:hover {
    font-weight: 600;
    letter-spacing: 0.15px;
}


ul#menu-sidebar-menu>li {
    border-bottom: 1px solid rgba(21, 53, 121, 0.2);
}

#Wrapper ul.sub-menu.mfn-submenu a {
    transition: all 0.3s ease;
}

a.outer-menu-sub {
    color: #000;
    top: 13px !important;
}


@media only screen and (min-width: 550px) {
    div#mfn-sidemenu-tmpl-693 {
        max-width: 370px;
    }
}

@media only screen and (max-width: 549.9px) {
    div#mfn-sidemenu-tmpl-693 {
        max-width: 100%;
        width: 100%;
    }
}

/* sticky header */
/*********************************\
            MARQUEE
\*********************************/
.register-marquee {
    position: absolute;
    bottom: -38px;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    background: #001E60;
    position: relative;
}

.marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;
    white-space: nowrap;
    height: 38px;
    align-items: center;
}

.marquee-item {
    color: white;
    padding: 0 20px;
    flex-shrink: 0;
}

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

    100% {
        transform: translateX(-50%);
    }
}

.marquee-content:hover {
    animation-play-state: paused;
}

@media only screen and (max-width: 767px) {
    .marquee-content {
        animation-duration: 15s;
    }
}

/*********************************\
            ACOMMODATION
\*********************************/
.hotels-grid>.mcb-wrap-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 60px;
}

.hotels-grid .mcb-wrap-inner>.wrap {
    width: 100%;
}

.hotels-grid .image_wrapper img {
    border-radius: 6px;
}


/* practical info   */
.practical-info>.mcb-wrap-inner {
    display: grid;
    gap: 12px;
    align-items: stretch;
}

.blue ul {
    color: #001E60;
}


.white ul {
    color: #fff;
}

#Wrapper .mb-0 ul li {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .practical-info>.mcb-wrap-inner {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 809px) and (max-width: 1199.9px) {
    .practical-info>.mcb-wrap-inner {
        grid-template-columns: repeat(2, 1fr);
        max-width: 800px;
        margin: auto;
    }
}

@media only screen and (max-width: 808.9px) {
    .practical-info>.mcb-wrap-inner {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: auto;
    }
}

@media only screen and (max-width: 959px) {
    .travel-box {
        max-width: 550px;
        margin: auto;
    }

    .hotels-grid>.mcb-wrap-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .hotels-grid>.mcb-wrap-inner {
        column-gap: 16px;
    }
}

@media only screen and (max-width: 550px) {
    .hotels-grid>.mcb-wrap-inner {
        grid-template-columns: 1fr;
    }

    .travel-box h2.title {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .travel-box h2 img {
        margin-bottom: 10px;
    }
}


/*********************************\
            PROGRAMME
\*********************************/
.mfn-toggle p {
    margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
    .cc2 ul {
        column-count: 2;
    }

    .cc2 ul li {
        max-width: 540px;
    }
}

/*********************************\
            CONTACT
\*********************************/
#Wrapper .contact-icons .icon-wrapper {
    width: 100%;
}

.contact-icons>.mcb-wrap-inner {
    display: grid;
    gap: 8px;
}

@media only screen and (min-width: 1024.9px) {
    .contact-icons>.mcb-wrap-inner {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (min-width: 768.9px) and (max-width: 1024.9px) {
    .contact-icons>.mcb-wrap-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .contact-icons>.mcb-wrap-inner {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: auto;
    }
}

.contact-icons .mcb-wrap-inner .column {
    width: 100%;
}

.contact-icons .underline-hover {
    position: relative;
}

.contact-icons .underline-hover:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background-color: #fff;
    transition: width 0.3s ease, left 0.3s ease;
}

.contact-icons .underline-hover:hover::after {
    width: 100%;
    left: 0;
}

/* form */
.contact-form {
    max-width: 800px;
    margin: auto;
}

.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea {
    border: 1px solid #001e60;
    border-radius: 4px;
    color: #001e60;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.contact-row {
    display: flex;
    gap: 8px;
}

.contact-row label {
    width: 100%;
}

@media only screen and (max-width: 550px) {
    .contact-row {
        flex-direction: column;
    }
}

/* Placeholders para todos los navegadores */
.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    /* Chrome/Safari/Opera */
    color: #001e60;
}

.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
    /* Firefox */
    color: #001e60;
}

.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
    /* IE/Edge */
    color: #001e60;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    /* Estándar moderno */
    color: #001e60;
}

.form-legal {
    font-size: 10px;
    line-height: 20px;
}

.wpcf7-form-control-wrap[data-name="politica"] .wpcf7-list-item {
    margin: 0;
    font-size: 16px;
}

.wpcf7-form-control-wrap[data-name="politica"] a {
    font-weight: 600;
}

.contact-form a.button.button_size_2 {
    border: 1px solid var(--mfn-button-color);
    width: 100%;
    background-color: var(--mfn-button-color);
    max-height: 55px;
    margin-top: 10px;
}

.contact-form .button:before {
    background-color: #fff;
}

.contact-form input[type="submit"] {
    background-color: unset;
    text-transform: uppercase;
}

.contact-form .button:hover input[type="submit"] {
    color: var(--mfn-button-color);
}

/*********************************\
            FOOTER
\*********************************/
footer .section_video {
    opacity: 0.4;
}

/* Copyright */
body #Footer .copyright a:hover {
    text-decoration: none;
}

body #Footer .footer_copy {
    border: 0;
    background: black;
    color: white;
}

body #Footer .footer_copy a {
    color: white;
}

body #Footer .footer_copy a:hover {
    color: var(--primary);
}

body #Footer .footer_copy .one {
    --mfn-column-gap-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0;
}

body #Footer .footer_copy .mcb-column-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body #Footer .menu {
    list-style: none;
    padding: 0;
    background: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

body #Footer .copyright .menu {
    gap: 0 10px;
    flex-direction: row;
}

body #Footer .menu li:after {
    content: none;
}

body #Footer .menu a {
    padding: 5px 0;
}

body #Footer .footer_copy .copyright {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .02em;
    float: none;
    text-align: left;
}

body #Footer .footer_copy .copyText {
    margin: 0 0 5px;
}

body #Footer .footer_copy .social {
    line-height: 0;
}

body #Footer .footer_copy .social li a {
    font-size: 22px;
    line-height: 1;
}

/* Kit Digital */
body #Footer .footer_action {
    background: none;
}

body #Footer .footer_action .one {
    margin-bottom: 0;
}

body #Footer .footer_action .financiacion {
    display: grid;
    grid-template-columns: 1fr 1fr 5fr;
    gap: 20px;
    text-align: left;
    align-items: center;
}

body #Footer .footer_action .financiacion>div {
    line-height: 0;
}

body #Footer .footer_action .financiacion>div img {
    max-height: 50px;
    width: auto;
}

body #Footer .footer_action .financiacion>div p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 484px) {
    #Wrapper .footer-linkedin {
        margin: 20px auto 0;
    }
}

/* Newsletter Form */
.newsletter-form {
    position: relative;
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
}

.newsletter-form span.wpcf7-form-control-wrap {
    margin-bottom: 0;
}

.newsletter-form input[type="email"] {
    width: 100%;
    height: 48px;
    background: #fff;
    border: none;
    color: #001e60;
    font-size: 16px;
    border-radius: 6px;
}

.newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-form input[type="email"]:focus {
    outline: none;
    box-shadow: none;
}

.newsletter-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 49px;
    background: url(/wp-content/uploads/2025/03/arrows-down-top-move-1-2025-03-14-arrows-down-top-move-1.svg) no-repeat center;
    background-size: 24px;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    background-color: #001E60;
    border-radius: 0px 6px 6px 0px;
}

.newsletter-form input[type="submit"]:hover {
    opacity: 0.8;
}

.newsletter-form .wpcf7-response-output {
    margin: 1em 0 0;
    padding: 0.5em 1em;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}

.newsletter-form .wpcf7-not-valid-tip {
    color: #ff4444;
    font-size: 12px;
    margin-top: 4px;
}

/* bottom bar */
@media only screen and (max-width: 964px) {

    #Wrapper .column_footer_logo,
    #Wrapper .column_footer_menu,
    #Wraper .copyright {
        width: 100% !important;
    }

    #Wrapper .copyright {
        width: 100% !important;
        text-align: center;
        justify-content: center;
    }

    #Wrapper .column_footer_logo img {
        max-width: 130px;

    }

    footer a.logo-wrapper {
        justify-content: center;
        margin-bottom: 16px;
    }

    ul#mfn-footer-menu-70 {
        justify-content: center;
        margin-bottom: 10px;
        gap: 8px;
    }

    #mfn-footer-menu-70 a {
        padding: 0;
    }
}

/* Accesibilidad */
body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    line-height: 1.2;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top: 200px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg {
    max-width: 24px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    border-radius: 0 8px 8px 0;
}

/*********************************\
        MEDIA QUERIES
\*********************************/
@media only screen and (min-width: 768.9px) and (max-width: 1239px) {

    #Wrapper .container,
    #Wrapper .section_wrapper {
        max-width: 100%;
        padding-inline: 24px;
    }
}

@media only screen and (min-width: 1220.9px) {
    .column_header_burger {
        display: none;
    }
}

@media only screen and (max-width: 1220px) {
    .column_header_burger {
        display: block;
    }

    .column_header_menu {
        display: none;
    }

    .mcb-header-wrap>.mcb-wrap-inner {
        justify-content: space-between;
    }

    header section {
        max-height: 140px;
        padding-top: 20px;
    }

    header section:last-child {
        padding: 0;
    }
}


@media only screen and (max-width: 959px) {
    body .animate {
        animation-delay: 0ms !important;
    }

    body #Footer .footer_copy .mcb-column-inner {
        flex-direction: column;
    }

    body #Footer .copyright .menu {
        justify-content: center;
    }

    body #Footer .footer_copy .copyright {
        text-align: center;
    }

    body #Footer .footer_copy .social {
        margin-top: 15px;
    }

    body #Footer .footer_action .financiacion {
        grid-template-columns: 1fr 1fr;
        text-align: center;
        gap: 5px;
    }

    body #Footer .footer_action .financiacion>div:last-child {
        grid-column: 1 / span 2;
    }
}

@media only screen and (max-width: 767px) {
    body #Footer .footer_action .financiacion>div img {
        max-height: unset;
        width: 100%;
    }

    .mfn-footer-tmpl .mcb-section:not(.full-width) {
        max-width: 100%;
        padding-inline: 16px;
    }

    #Wrapper .h2-3-lines h2 {
        font-size: clamp(2rem, 4vw, 2.5rem);
        line-height: 1.3;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    header .logo-wrapper {
        max-width: 220px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 767.9px) {
    header .logo-wrapper {
        max-width: 180px;
    }
}

@media only screen and (max-width: 549.9px) {
    header .logo-wrapper {
        max-width: 160px;
    }
}

/* fix gradient */
.gradient-background {
    position: relative;
    width: 100%;
    height: 100vh;
}

.gradient-background::before {
    content: '';
    width: 1121.621px;
    height: 988.003px;
    background: linear-gradient(197deg, #001E60 55.73%, #00AED6 105.1%);
    border-radius: 1121.621px;
    filter: blur(100px);
    z-index: 1;
    position: absolute;
}

.gradient-background::after {
    content: '';
    width: 990.219px;
    height: 562.605px;
    background: linear-gradient(162deg, #00AED6 12.41%, rgba(0, 174, 214, 0.00) 59.49%);
    border-radius: 990.219px;
    filter: blur(50px);
    z-index: 2;
    position: absolute;
}

/*********************************\
        LEGALES
\*********************************/
div#cmplz-document p {
    font-size: 18px;
}

div#cmplz-document {
    max-width: 100%;
}

div#cmplz-document ul {
    color: #001e60;
    margin-left: 20px;
}

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

    .cmplz-document #Content,
    .page-id-209 #Content,
    .page-id-792 #Content,
    .page-id-790 #Content {
        padding-top: 100px !important;
        padding-bottom: 120px !important;
    }

    .cmplz-document #Content h1,
    .page-id-209 #Content h1,
    .page-id-792 #Content h1,
    .page-id-790 #Content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .cmplz-document #Content h2,
    .page-id-209 #Content h2,
    .page-id-792 #Content h2,
    .page-id-790 #Content h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

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

    .cmplz-document #Content,
    .page-id-209 #Content,
    .page-id-792 #Content,
    .page-id-790 #Content {
        padding-top: 60px !important;
        padding-bottom: 80px !important;
    }

    .cmplz-document h1,
    .page-id-209 h1,
    .page-id-792 h1,
    .page-id-790 h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .cmplz-document h2,
    .page-id-209 h2,
    .page-id-792 h2,
    .page-id-790 h2 {
        font-size: 22px;
        line-height: 32px;
    }
}


#cmplz-document h2:not(:first-of-type),
.page-id-792 h2:not(:first-of-type),
.page-id-790 h2:not(:first-of-type) {
    margin-top: 32px;
}