:root {
    --ap-base-white: #ffffff;
    --ap-base-black: #010101;
    --ap-base-blue: #3fb6e9;
    --ap-light-blue-variation: #3fb6e924;
    --ap-medium-blue-variation: #2b6cf5;
    --ap-strong-blue-variation: #204289;
    --ap-base-light-gray: #f6f6f6;
    --ap-base-medium-gray: #d0d0d0;
    --ap-base-strong-gray: #9d9d9c;
    --ap-base-blue-transparency: #3fb6e929;
}
html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i,
center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, .likeHTag {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Plus Jakarta Sans', 'Raleway', sans-serif;
}

img {
    width: 100%;
    height: auto;
}
strong {
    font-weight: 800;
}
h1, h2, h3, h4, h5, h6, .likeHTag {
    font-weight: 600;
    margin: 0;
    padding: 0;
}
h1, .likeH1 {
    font-size: 44px;
    letter-spacing: -2px;
    line-height: 1.2em;
}
h2, .likeH2,
h3, .likeH3 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.1em;
}
h4, .likeH4 {
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 1.2em;
}
h6, .likeH6 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
}
.likeH5 {
    font-size: 16px;
}

p.subtitle {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 600;
}
/** ================================================= */
body {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    background-color: var(--ap-base-white);
}
div#body_wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0;
    background-color: var(--ap-base-white);
    position: relative;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
section {
    position: relative;
    box-sizing: border-box;
}
section.default_head {
    padding: 12px 32px;
}
body.hasSticky section.default_head {
    display: none;
}
section.sticky_head {
    position: fixed;
    top: -800px;
    left: 0;
    width: 100%;
    padding: 16px 32px;
    background-color: var(--ap-base-white);
    transition: .5s ease-in-out;
}
body.hasSticky section.sticky_head {
    top: 0;
}
div.section-wrapper {
    max-width: 1220px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 12px 2px;
}
div.logo_element {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 160px;
    margin-right: 6px;
}
div.contact_element {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: nowrap;
}
img.brand_logo {
    min-width: 160px;
    max-width: 190px;
}
div.icon-wrapper {
    width: 40px;
    margin-left: 6px;
}
div#body_content {
    position: relative;
    width: 100%;
    z-index: 0;
    background-color: var(--ap-base-white);
}
main {
    width: 100%;
}
.lang_flag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 2px solid var(--ap-base-white);
    border-radius: 50%;
    overflow: hidden;
}
.lang_flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
div.contact_element .tap_view,
div.contact_element .click_view {
    position: relative;
}
div.contact_element .click_view {
    display: none;
    cursor: pointer;
}
.text_minititle {
    text-align: left;
}
h1.text_minititle {
    font-size: 36px;
}
h2.text_minititle {
    font-size: 24px;
}
.text_minititle.like_h1_text_minititle {
    font-size: 36px;
}
div#smartsupp-widget-container > div[data-testid="widgetButtonFrame"] {
    right: initial !important;
    left: 12px !important;
}
div#smartsupp-widget-container > div[data-testid="widgetMessengerFrame"] {
    right: initial !important;
    left: 0px !important;
}
div#smartsupp-widget-container > div[data-testid="widgetPopupFrame"] {
    left: 12px !important;
    right: initial !important;
}
/* Google captcha */
.grecaptcha-badge {
    transform: scale(0.5);
    transform-origin: bottom right;
    right: -94px !important;
}
.grecaptcha-badge:hover {
    right: 0 !important;
}
/** Cookies */
body .ch2.ch2-region-g0 .ch2-icon-compact {
    bottom: 50px;
    right: 5px;
}


/** Media query para únicamente móvil */
@media only screen and (max-width: 767px) {

}
/** Media query para únicamente móvil y tablet */
@media only screen and (max-width: 991px) {
    div.nav_element {
        width: 50%;
    }
}

/* Media query para tablets */
@media only screen and (min-width: 768px) {
    /* Estilos específicos para tablets */
    body {
        line-height: 20px;
    }
    div#smartsupp-widget-container > div[data-testid="widgetMessengerFrame"] {
        left: 12px !important;
    }
}

/* Media query para desktops pequeños */
@media only screen and (min-width: 992px) {
    /* Estilos específicos para desktops pequeños */
    body {
        line-height: 24px;
    }
    h1, .likeH1 {
        letter-spacing: -3px;
    }
    h2, .likeH2 {
        font-size: 50px;
    }
    h3, .likeH3 {
        font-size: 30px;
    }
    h6, .likeH6 {
        font-size: 14px;
    }
    p.subtitle.color_base_blue {
        font-size: 14px;
    }
    div.contact_element .click_view {
        display: block;
    }
}

/* Media query para desktops grandes */
@media only screen and (min-width: 1200px) {
    /* Estilos específicos para desktops grandes */
    body {
        min-width: 960px;
    }
}