﻿@charset "UTF-8";
/**
    Mixins
    ------
**/
/**
    Animations
    ----------
**/
@keyframes movebg {
    0%, 100% {
        background-position: center, 50% 50%;
    }

    50% {
        background-position: center, 70% 50%;
    }
}

@keyframes hue {
    0%, 100% {
        filter: hue-rotate(0deg);
    }

    50% {
        filter: hue-rotate(-15deg);
    }
}

@keyframes moveLeftToRight {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes right2Left {
    from {
        right: 0;
        transform: translateX(100%);
    }

    to {
        right: 0;
        transform: translateX(0%);
    }
}

@keyframes opacity {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes scale {
    from {
        transform: translateY(30%);
    }

    to {
        transform: translateY(0%);
    }
}

@keyframes changeHeight {
    from {
        max-height: 0;
    }

    to {
        max-height: 50vh;
    }
}

@keyframes moveFromLeft {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes moveFromRight {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes hidden {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/**
	Modulo que carga las fuentes usadas
	-----------------------------------
	
	NOTA: Mantener un número bajo de fuentes
	para evitar sobrecarga de la web.
	
**/
@font-face {
    font-family: 'Gill Sans';
    src: url('https://use.typekit.net/af/fec18b/00000000000000003b9b1f7f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3') format('woff2'), url('https://use.typekit.net/af/fec18b/00000000000000003b9b1f7f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3') format('woff'), url('https://use.typekit.net/af/fec18b/00000000000000003b9b1f7f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3') format('opentype');
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('https://use.typekit.net/af/0263d6/00000000000000003b9b1f80/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3') format('woff2'), url('https://use.typekit.net/af/0263d6/00000000000000003b9b1f80/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3') format('woff'), url('https://use.typekit.net/af/0263d6/00000000000000003b9b1f80/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3') format('opentype');
    font-display: swap;
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('https://use.typekit.net/af/078c93/00000000000000003b9b1f81/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3') format('woff2'), url('https://use.typekit.net/af/078c93/00000000000000003b9b1f81/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3') format('woff'), url('https://use.typekit.net/af/078c93/00000000000000003b9b1f81/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3') format('opentype');
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('https://use.typekit.net/af/7c22c1/00000000000000003b9b1f82/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3') format('woff2'), url('https://use.typekit.net/af/7c22c1/00000000000000003b9b1f82/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3') format('woff'), url('https://use.typekit.net/af/7c22c1/00000000000000003b9b1f82/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3') format('opentype');
    font-display: swap;
    font-style: italic;
    font-weight: 400;
}

/**
    Default style for elements
    --------------------------
    
    0.- body
    1.- main
    2.- pre, blockquote and cite
    3.- list and paragraph
    4.- article
    5.- link
    6.- heading
    7.- images (img, figure, picture...)
    8.- pseudoclass and pseudoelements

**/
body {
    font-family: 'Gill Sans', 'Arial', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    line-height: 1.45;
    text-rendering: optimizeSpeed;
    background-color: #fff;
    color: #333333;
    margin: 0;
}

main {
    padding: 0;
}

pre {
    position: relative;
    color: #01ff01;
    background: #313131;
    padding: 1.5rem;
    font-size: 0.8rem;
    width: auto;
    max-width: 100%;
    overflow-x: auto;
}

code {
    font-size: inherit;
}

cite::before,
blockquote::before {
    left: 0.4em;
}

cite {
    font-family: 'Gill Sans', Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

blockquote {
    position: relative;
    color: #707070;
    padding: 1.5rem 0.5rem;
    margin: 1rem 0;
    background-color: #f0f0f0;
    font-family: 'Gill Sans', Helvetica, Arial, Verdana, Tahoma, sans-serif;
    box-sizing: border-box;
    display: block;
    font-size: 130%;
    text-align: center;
    line-height: 1.2;
}

    blockquote:after,
    blockquote:before {
        content: '';
        position: absolute;
        top: 0;
        left: calc(50% - 4rem);
        right: calc(50% - 4rem);
        display: block;
        width: 8rem;
        height: 0.25rem;
        background-color: #ff5353;
    }

    blockquote:after {
        top: auto;
        bottom: 0;
        width: 4rem;
        left: calc(50% - 2rem);
        right: calc(50% - 2rem);
    }

    blockquote ul,
    blockquote ol {
        padding: 0 0 0 calc(2rem - 4px);
        margin: 0;
        text-align: left;
    }

ul,
ol {
    margin: 0 0 1rem 0;
    padding-left: 1rem;
}

ul {
    padding-left: 2rem;
}

li {
    position: relative;
    margin-bottom: 0.15rem;
}

    li:last-child {
        margin-bottom: 0;
    }

p {
    margin: 1rem 0;
}

    p:first-child {
        margin-top: 0;
    }

    p + blockquote {
        margin-top: 0;
    }

    p img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

article {
    width: 100%;
}

a {
    cursor: pointer;
    color: #0038e6;
    text-decoration: underline;
}

    a:hover {
        color: #0029b3;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1.5rem 0 1.5rem 0;
}

    h1 + p,
    h2 + p,
    h3 + p,
    h4 + p,
    h5 + p,
    h6 + p,
    h1 + ul,
    h2 + ul,
    h3 + ul,
    h4 + ul,
    h5 + ul,
    h6 + ul,
    h1 + ol,
    h2 + ol,
    h3 + ol,
    h4 + ol,
    h5 + ol,
    h6 + ol {
        margin-top: 0.5rem;
    }

h1 {
    font-size: 100%;
}

h2 {
    font-size: 100%;
}

h3 {
    font-size: 100%;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
}

figure,
picture,
img {
    position: relative;
    line-height: 0;
}

picture {
    display: block;
}

svg:focus,
use:focus {
    outline: 0;
}

figcaption {
    font-style: italic;
    font-family: serif;
    font-size: 80%;
    margin-top: 0.5rem;
}

*::placeholder {
    color: #8c8c8c;
}

:focus {
    outline: 1px dotted;
}

::-moz-focus-inner {
    border: 0;
}

table {
    font-size: 0.85rem;
}

td,
th {
    border: 1px solid #c2c2c2;
    padding: 0.5rem;
}

strong,
b {
    font-weight: bold !important;
}

/**
    Module button mobile
    -------------
**/
.button,
.button-blue {
    font-size: 1rem;
    border: 0;
    border-radius: 0.5rem;
    padding: 0.5rem 1.75rem;
    text-align: center;
}

    .button:hover,
    .button-blue:hover {
        cursor: pointer;
    }

    .button a,
    .button-blue a {
        text-decoration: none;
        display: block;
        position: relative;
        z-index: 1;
    }

.button-blue {
    padding: 0;
    background-color: #0038e6;
    max-width: 18.75rem;
    min-width: 17.5rem;
    margin-bottom: 1rem;
}

    .button-blue a {
        color: #fff;
        padding: 0.75rem 1.75rem;
    }

.button-close {
    background-color: #0038e6;
    color: #fff;
    max-width: 16.5625rem;
    border: 0;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1;
    font-family: inherit;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 2.1875rem;
    border-radius: 50%;
    cursor: pointer;
    padding: 0.25rem 0.875rem 0.5rem 0.875rem !important;
    width: auto;
}

/**
    Layout navigation
    -----------------
**/
/**
    body state
    ----------
**/
body.openmenu {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
}

/**
    Layout header mobile
    -------------
**/
.main-header {
    position: relative;
    min-height: 5rem;
    color: #fff;
}

.main-header-content-image {
    position: relative;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    max-height: calc(100vh - 70px);
}

    .main-header-content-image:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

.main-header-image {
    max-width: none;
    width: 100%;
    line-height: 0;
    top: 0;
}

.main-header-container {
    max-height: 0;
}

.main-header-subcontainer {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 50%;
    max-width: none;
    padding: 0 0.9375rem;
    width: 100%;
}

    .main-header-subcontainer .main-header-title {
        font-size: 2.125rem;
        line-height: 1.2;
        margin: 0 0 1.5rem 0;
        color: inherit;
    }

        .main-header-subcontainer .main-header-title:after {
            content: none;
        }

.main-header-title {
    font-size: 2.5rem;
    text-align: left;
    color: #333333;
    margin-top: 4rem;
}

    .main-header-title:after {
        content: '';
        display: block;
        width: 4.1875rem;
        height: 0.125rem;
        background-color: #0038e6;
        margin: 1rem auto;
    }

.main-header-title-prestamo {
    font-weight: normal;
}

.main-header-subtitle {
    margin: 0 0 1.5rem 0;
    font-size: 1.25rem;
    text-align: left;
}

.main-header-icons-group {
    display: flex;
    padding: 0.625rem 0;
    align-items: center;
}

    .main-header-icons-group img {
        margin-right: 0.625rem;
    }

        .main-header-icons-group img:last-child {
            border-left: 0.0625rem solid #707070;
            padding-left: 0.625rem;
            margin-right: 0;
        }

.main-header .button,
.main-header .button-blue {
    width: 100%;
    min-width: 100%;
}

.main-header-white {
    color: #333333;
}

    .main-header-white .main-header-container {
        max-height: none;
    }

    .main-header-white .main-header-subcontainer {
        position: relative;
        margin-top: -15%;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0.3rem #c2c2c2;
        border-radius: 0.3125rem;
        z-index: 1;
        padding: 1.5625rem;
    }

    .main-header-white .main-header-content-image {
        text-align: center;
    }

        .main-header-white .main-header-content-image:after {
            content: none;
        }

    .main-header-white .main-header-title,
    .main-header-white .main-header-subtitle {
        text-align: left;
        line-height: 1;
        margin-bottom: 0.625rem;
    }

    .main-header-white .main-header-image {
        width: 70%;
        margin-top: 2rem;
    }

/**
    Layout content mobile
    -------------
**/
.main-content {
    background: #fff;
    display: block;
}

.content-grey {
    background-color: #f0f0f0;
}

.content-with-padding {
    padding: 2rem 0;
}

.content-with-padding-bottom {
    padding-bottom: 2rem;
}

.content-with-padding-top {
    padding-top: 2rem;
}

.mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
}

/**
    Layout footer
    -------------
**/
.main-footer {
    position: relative;
    bottom: 0;
    min-height: 10rem;
    background: #333333;
    color: #fff;
    padding: 3rem 0;
}

.main-footer-column {
    width: 100%;
}

.main-footer-title {
    margin: 1.25rem 0 0 0;
    font-size: 1rem;
}

    .main-footer-title:after {
        position: relative;
        content: '';
        display: block;
        width: 25%;
        height: 0.125rem;
        background-color: #dddddd;
        margin: 1rem 0;
    }

.main-footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.8125rem;
}

.main-footer-item {
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 0.5rem;
}

.main-footer-link {
    text-decoration: none;
    color: #dddddd;
    display: block;
}

.main-footer #ot-sdk-btn.ot-sdk-show-settings {
    color: #dddddd;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 0.8125rem;
}

    .main-footer #ot-sdk-btn.ot-sdk-show-settings:hover {
        background: transparent;
        text-decoration: underline;
        color: #dddddd;
    }

.main-footer-link:hover {
    text-decoration: underline;
}

.main-footer-copyright {
    border-top: 0.0625rem solid #707070;
    margin: 3rem 1rem;
    padding: 2rem 0;
}

.main-footer-copyright-prestamo {
    margin: 3% 15% 0 15%;
}

.main-footer-copyright-text {
    text-align: center;
    font-size: 0.8125rem;
}

/**
    Container logo
    --------------
**/
.main-logo {
    display: inline-flex;
    align-content: center;
    align-items: center;
    height: 100%;
    margin-right: 1rem;
}

.main-logo-image {
    max-width: 75%;
    min-width: 5.625rem;
}

.main-logo-image-menu {
    max-width: 8.125rem;
}

.main-logo-no-menu {
    padding: 8%;
}

.main-logo-no-menu-image {
    width: 100%;
}

/**
    Tools and utils mobile
    ----------------------
**/
.responsive-image,
.responsive-image-square img {
    line-height: 0;
    margin-bottom: 1.125rem;
    position: relative;
    left: -0.9375rem;
    width: calc(100% + 30px);
    display: block;
}

.responsive-image-center {
    text-align: center;
}

.responsive-image img,
.responsive-image-square img img {
    width: 100%;
    max-width: 100%;
}

.responsive-image svg,
.responsive-image-square img svg {
    width: 100%;
}

.responsive-image-square img {
    margin: 0 auto;
}

.responsive-image-no-left {
    left: 0;
}

.title-section {
    font-size: 1.5rem;
}

    .title-section h2 {
        text-align: center;
    }

.big-title {
    font-size: 2rem;
}

.hidden {
    display: none;
}

.no-overflow-y {
    overflow-y: hidden;
}

.only-desktop {
    display: none;
}

.only-mobile {
    display: block;
}

/**
    Navigation Mobile
    -----------------
**/
.main-menu {
    position: sticky;
    top: 0;
    background: #fff;
    font-size: 0.875rem;
    min-height: 4.65625rem;
    z-index: 15;
}

.main-menu-content-navigation {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 4.65625rem;
    right: -0.9375rem;
}

.main-navigation {
    will-change: transform;
    position: absolute;
    visibility: hidden;
    top: 0;
    display: none;
    height: 100vh;
    z-index: 5;
    width: 100%;
}

    .main-navigation[data-hidden='false'] {
        visibility: visible;
        animation: right2Left 0.25s;
        overflow-y: auto;
        display: block;
        background: #f0f0f0;
        margin-top: 4.65625rem;
        width: 100vw;
    }

        .main-navigation[data-hidden='false'] .main-navigation-list {
            padding: 0 0.9375rem;
        }

        .main-navigation[data-hidden='false'] .main-navigation-item {
            justify-content: left;
            border-bottom: 0.0625rem solid #707070;
        }

.main-navigation-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: block;
}

.main-navigation-item {
    margin: 0;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 0.625rem 0;
    display: flex;
    justify-content: center;
    opacity: 0.7;
}

    .main-navigation-item:hover {
        opacity: 1;
    }

    .main-navigation-item a {
        color: #333333;
    }

@media only screen and (min-width: 21.875rem) {
    .main-navigation-list {
        padding: 1.25rem 1.875rem;
    }
}

@media only screen and (min-width: 33.75rem) {
    .main-navigation[data-hidden='false'] {
        width: 100%;
        left: calc(100vw - 570px);
    }
}

.hamburguer-menu {
    position: relative;
    background: none;
    border: 0;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0.125rem 1rem;
    cursor: pointer;
    z-index: 6;
}

    .hamburguer-menu:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.hamburguer-menu-item {
    position: relative;
    display: block;
    height: 0.125rem;
    background: #333333;
    transition: background 0.15s ease;
    z-index: -1;
}

    .hamburguer-menu-item:after,
    .hamburguer-menu-item:before {
        will-change: top, transform;
        position: relative;
        content: '';
        display: block;
        height: 0.125rem;
        background: #333333;
        top: -0.375rem;
        transition: transform 0.15s ease, top 0.15s ease 0.15s;
        transform: rotate(0deg);
        z-index: -1;
    }

    .hamburguer-menu-item:after {
        top: 0.25rem;
    }

.hamburguer-menu .text-indent {
    position: absolute;
    text-indent: -9999rem;
    clip-path: circle(1px);
}

.hamburguer-menu.open .hamburguer-menu-item {
    background: #fff;
}

    .hamburguer-menu.open .hamburguer-menu-item:after,
    .hamburguer-menu.open .hamburguer-menu-item:before {
        background: #333333;
        top: 0;
        transform: rotate(45deg);
        transition: top 0.15s ease, transform 0.15s ease 0.15s;
    }

    .hamburguer-menu.open .hamburguer-menu-item:after {
        top: -0.125rem;
        transform: rotate(-45deg);
    }

/**
    Module info-product mobile
    -------------------
**/
.info-product {
    padding: 2rem 0;
}

.info-product-header {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

    .info-product-header h1,
    .info-product-header h2,
    .info-product-header h3,
    .info-product-header h4,
    .info-product-header h5,
    .info-product-header h6 {
        margin: 0;
    }

.info-product-body {
    font-size: 1.125rem;
}

    .info-product-body ul {
        list-style: none;
    }

        .info-product-body ul li::before {
            content: '\25CF';
            font-size: 24px;
            padding-right: 1rem;
            color: #0038e6;
        }

.info-product-footer {
    margin-top: 1.5rem;
}

.info-product-title {
    margin: 0;
    padding-bottom: 0.625rem;
    color: #0038e6;
    border-bottom: 0.125rem solid #0038e6;
    flex-basis: 100%;
    font-weight: bold;
    font-size: 1.5rem;
}

    .info-product-title .scs-component-content {
        width: 100%;
    }

.info-product-icon {
    position: relative;
    top: 0.4375rem;
    margin-right: 2rem;
    max-width: 6.25rem;
}

.info-product-heading h2 {
    margin: 0 0 0.5rem 0;
}

.info-product-no-padding {
    padding: 0;
}

    .info-product-no-padding:first-child {
        padding-top: 2rem;
    }

    .info-product-no-padding:last-child {
        padding-bottom: 2rem;
    }

/**
    Module slide-tabs
    -----------------
**/
.slide-tabs-buttons {
    display: flex;
    justify-content: space-around;
}

.slide-tabs-tabpanel {
    transition: all 0.15s ease;
    display: none;
    padding: 1rem 0;
    overflow: hidden;
}

    .slide-tabs-tabpanel[data-hidden='false'] {
        display: block;
        animation: changeHeight 0.5s;
    }

/**
    Module tab-years
    ----------------
**/
.tab {
    padding: 1.5rem 0;
}

.tab-years {
    transition: all 0.15s ease;
    position: relative;
    border: 0;
    background: transparent;
    color: #333333;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    align-items: center;
}

    .tab-years:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

.tab-years-year {
    margin-bottom: 0.625rem;
}

.tab-years-check {
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    background-color: #707070;
    box-sizing: border-box;
    border: 0.4375rem solid #707070;
    border-radius: 50%;
}

.tab-years[aria-selected='true'] {
    color: #0038e6;
    font-weight: bold;
    cursor: default;
}

    .tab-years[aria-selected='true'] .tab-years-check {
        border-color: #0038e6;
        background-color: transparent;
    }

/**
    Request by phone Mobile
    -----------------
**/
.request-by-phone {
    /* padding: 2rem 2rem 0 2rem; */
    padding: 0 2rem 30px 2rem;
}

    .request-by-phone:last-child {
        padding-bottom: 2rem;
    }

.request-by-phone-content-image {
    margin-bottom: 1rem;
}

.request-by-phone-title {
    color: #0038e6;
    font-size: 1.4375rem;
}

    .request-by-phone-title h3,
    .request-by-phone-title h2 {
        padding: 0;
        margin: 0;
    }

    .request-by-phone-title:after {
        position: relative;
        content: '';
        display: block;
        width: 25%;
        height: 0.3rem;
        background-color: #0038e6;
        margin: 1rem 0;
    }

.request-by-phone-subtitle {
    font-size: 1.125rem;
}

/**
    FAQ Mobile
    -----------------
**/
.faq {
    padding: 2rem 0;
    font-size: 1.125rem;
}

    .faq p {
        border-bottom: 2px solid #c2c2c2;
        padding-bottom: 1.5rem;
    }

    .faq a {
        color: #333333;
    }

/**
    Module modal mobile
    ------------
**/
.modal {
    background: rgba(51, 51, 51, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    box-sizing: border-box;
    animation: opacity 0.15s;
    overflow-y: hidden;
}

.modal-content {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.3);
    border-radius: 0.3125rem;
    padding: 3% 3% 2%;
    margin: 4% auto;
    animation: scale 0.15s;
    max-width: 90%;
}

.modal .button-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: -1.25rem -1rem 0 0;
}

.modal .button-blue {
    min-width: 17rem;
}

.modal .leg-content {
    max-height: 60vh;
    overflow-y: scroll;
}

/**
    Document Download Mobile
    -----------------
**/
.leg-section-title {
    font-weight: bold;
    font-size: 1.375rem;
    padding-bottom: 2rem;
}

.leg-content {
    padding-right: 1rem;
}

.leg-download {
    padding-top: 3rem;
    display: flex;
    justify-content: center;
}

.leg ::-webkit-scrollbar {
    width: 0.5rem;
    margin-left: 1.125rem;
}

.leg ::-webkit-scrollbar-track {
    background-color: #c2c2c2;
    border-radius: 1.25rem;
}

.leg ::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 1.25rem;
}

/**
    Zones Mobile
    -----------------
**/
.zones {
    font-size: 1.125rem;
}

.zones-group {
    position: relative;
    cursor: pointer;
    margin-bottom: 2rem;
    display: block;
}

    .zones-group:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

.zones-title {
    font-size: 1.5rem;
    border-bottom: 2px solid #0038e6;
}

    .zones-title h3 {
        margin: 0;
        padding: 0 0 1rem 0;
        color: #333333;
    }

.zones-name {
    padding-top: 1rem;
}

    .zones-name p {
        margin-bottom: 0;
        color: #333333;
    }

.zones-email p {
    margin: 0;
    color: #0038e6;
    text-decoration: underline;
}

.zones-group.in-blue h3,
.zones-group:hover h3 {
    color: #0038e6;
}

/**
    Spain Map Mobile
    -----------------
**/
#spain {
    cursor: pointer;
}

.in-blue path {
    fill: #0038e6;
}

/**
    Module Cookie Consent
    ---------------------
**/
.cookie-consent {
    position: fixed;
    bottom: 0;
    z-index: 20;
    background: #fff;
    border: 0.625rem solid #f0f0f0;
    min-height: 10rem;
    width: 100%;
}

.cc-window {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 0.4375rem 8.5% 2.1875rem 4.6875rem;
    max-height: none !important;
    background: #fff;
    background: url(../images/icons/cookies-icn.png) no-repeat #fff 2.4375rem 0.9375rem;
    border: 15px solid #f0f2f3;
    box-shadow: -1px 0 5px #111;
    opacity: 1;
    transition: opacity 0.2s ease;
    font-size: 0.8125rem;
}

    .cc-window:before {
        content: 'Aviso de cookies';
        display: block;
        font-size: 1.25rem;
        font-weight: bold;
    }

    .cc-window a {
        text-decoration: underline;
        color: #333333;
        outline: none;
    }

    .cc-window .cc-dismiss {
        cursor: pointer;
        background-color: #ec0000;
        color: #fff;
        border-radius: 0.875rem;
        font-weight: bold;
        text-decoration: none;
        padding: 0.3125rem 1.25rem;
        margin-left: 1rem;
    }

        .cc-window .cc-dismiss a[role='button'] {
            cursor: pointer;
        }

    .cc-window .cc-message {
        font-size: inherit;
        max-width: 96%;
    }

    .cc-window .cc-compliance {
        margin-top: 1rem;
        margin-right: 3%;
        display: flex;
        justify-content: flex-end;
        max-width: 96%;
    }

    .cc-window.cc-invisible {
        opacity: 0;
    }

@media screen and (min-width: 64rem) {
    .cc-window {
        width: 100%;
    }
}

/**
    Module overwrite OCE styles
    ---------------------------
**/
.scs-button-text {
    padding: 0.5rem 1.75rem;
}

.leg .scs-custom-component-wrapper {
    border-radius: 0.5rem;
}

.leg .button-blue {
    margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map*/
#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    background-color: transparent !important;
    border-color: #0038e6 !important;
    color: #0038e6 !important;
}
