@charset "utf-8";
/* CSS Document */

/** 0. Fuentes */
/** 1. Base */
/** 2. Layout: l-; 2.1. General; 2.2. Header; 2.3. Menu; 2.4. Page; 2.5. Menu */
/** 3. Componentes: c- */
/** 4. Paginas: p- */
/** 5. Otros: body-fixed */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 0. Fuentes */

@font-face {
    font-family: 'New Hero Access';
    src: url('../fonts/NewHeroAccess-Regular.eot');
    src: url('../fonts/NewHeroAccess-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NewHeroAccess-Regular.woff2') format('woff2'),
        url('../fonts/NewHeroAccess-Regular.woff') format('woff'),
        url('../fonts/NewHeroAccess-Regular.ttf') format('truetype'),
        url('../fonts/NewHeroAccess-Regular.svg#NewHeroAccess-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'New Hero Access';
    src: url('../fonts/NewHeroAccess-Bold.eot');
    src: url('../fonts/NewHeroAccess-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NewHeroAccess-Bold.woff2') format('woff2'),
        url('../fonts/NewHeroAccess-Bold.woff') format('woff'),
        url('../fonts/NewHeroAccess-Bold.ttf') format('truetype'),
        url('../fonts/NewHeroAccess-Bold.svg#NewHeroAccess-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 1. Base */

:root {
    --color-primary: #333F48;
    --color-secondary: #30EA03;
    --color-tertiary: #000000;
    --color-quaternary: #333F48;
    --color-bkg: #f3f3f3;
    --color-error: #ef0000;
    --color-success: #30EA03;
    --font-text-primary: 'New Hero Access', sans-serif;
    --font-color-primary: #000000;
    --font-color-secondary: #666666;
    --max-content: calc(1200 / 16 * 1rem);
}

html, body {
    font-size: 100%;
    min-height: 100vh;
}

body {
    background: var(--color-bkg) none no-repeat scroll top center;
    color: var(--font-color-primary);
    font-family: var(--font-text-primary);
    font-size: calc(15 / 16 * 1rem);
    font-weight: 400;
    line-height: 1.3;
    position: relative;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::-moz-selection {
  background: var(--color-primary);
  color: #fff;
  text-shadow: none;
}

*::selection {
  background: var(--color-primary);
  color: #fff;
  text-shadow: none;
}

a {
    color: var(--color-primary);
    text-decoration: underline;
    -webkit-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

a:hover {
    color: var(--color-secondary);
}

b, strong {font-weight: 600;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--font-color-primary);
    font-weight: bold;
    margin: 0 0 calc(10 / 16 * 1rem);
}

h1 {font-size: calc(30 / 16 * 1rem);}
h2 {font-size: calc(22 / 16 * 1rem);}
h3 {font-size: calc(20 / 16 * 1rem);}
h4 {font-size: calc(18 / 16 * 1rem);}

h2 span {
    color: var(--color-primary);
    display: inline-block;
}

ul, li {
    font-size: calc(16 / 16 * 1rem);
    padding: 0;
    list-style: outside none none;
}

li:last-child {
    margin-bottom: 0;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.hide-text {
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
}

input {font-size: calc(14 / 16 * 1rem); font-weight: normal;}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background-color: #FFFFFF;
    border: 1px solid var(--font-color-primary);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: var(--font-color-primary);
    font-size: calc(15 / 16 * 1rem);
    padding: calc(12 / 16 * 1rem) calc(16 / 16 * 1rem);
    width: 100%;
}

input[type="file"] {
    border: 1px solid var(--color-tertiary);
    display: block;
    padding: 0;
    width: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: 1px solid var(--color-primary);
    outline: 0;
}

input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
input[type="email"]:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

input[type="text"].readonly,
input[type="password"].readonly,
input[type="email"].readonly {
    background-color: #e6e6e6;
    border-color: var(--font-color-secondary);
    color: #999;
}

input:focus, input:active {outline: 0;}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.visually-hidden--focusable:focus {
    clip: auto;
    height: auto;
    left: 0;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}

input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder {
    color: #999;
}

img {
    font-style: italic;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: calc(16 / 16 * 1rem);
}

p {
    color: var(--font-text-primary);
    font-size: calc(16 / 16 * 1rem);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 2. Layout */

[id="bit-notification-bar"] {
	display: none;
}

/* 2.1. General */

body {
	display: flex;
	flex-flow: column;
}

main {
	flex: 1;
}

/* --------------- */

/* 2.2. Header */

.l-header {
    background-color: #fff;
    border-bottom: 1px solid #D0D3D4;
    min-height: calc(52 / 16 * 1rem);
    position: relative;
    width: 100%;
}

.l-header .l-page__container {
    max-width: var(--max-content);
    padding: calc(20 / 16 * 1rem) 0;
    width: 100%;
}

.l-header__content {
    padding: 0;
}

.l-header__logo {
    display: inline-block;
    vertical-align: middle;
    padding-left: 3%;
}
.l-header__logo--image {
    display: block;
    height: auto;
    width: calc(124 / 16 * 1rem);
}

.l-header__info {
    background-color: var(--color-tertiary);
    display: none;
    overflow: hidden;
    padding: calc(10 / 16 * 1rem) 0;
    text-align: right;
    width: 100%;
}

.l-header__info ul {
    margin: 0;
    padding: 0;
}

.l-header__info li {
    color: var(--color-bkg);
    display: inline-block;
    font-size: calc(12 / 16 * 1rem);
    margin-right: calc(10 / 16 * 1rem);
    padding-right: calc(10 / 16 * 1rem);
    position: relative;
}

.l-header__info li::before {
    background-color: var(--color-bkg);
    content: '';
    height: calc(10 / 16 * 1rem);
    margin-top: calc(-5 / 16 * 1rem);
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
}

.l-header__info li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.l-header__info li:last-child::before {
    display: none;
}

.l-header__info a {
    color: var(--color-bkg);
    text-decoration: none;
}

.l-header__info a i {
    margin-right: calc(5 / 16 * 1rem);
}

.l-header__info a:hover {
    color: var(--color-secondary);
    text-decoration: underline;
}

@media (min-width: 991px) {

    .l-header .l-page__container {
        padding: 0;
        width: 95%;
    }

    .l-header__content {
        padding: calc(30 / 16 * 1rem) 0 0;
        min-height: calc(80 / 16 * 1rem);
    }

    .l-header__info {
        display: block;
    }

    .l-header__logo {
        padding-left: 0;
    }

    .l-header__logo--image {
        width: calc(230 / 16 * 1rem);
    }

    .l-header__content > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

/* --------------- */

/* 2.3. Menu */

.l-menu {
    display: none;
    overflow: hidden;
    width: 100%;
}
.l-menu.navbar {
    padding:  0;
}
.l-menu ul {
    display: block;
    float: right;
    text-align: right;
    width: 100%;
}
.l-menu li {
    float: left;
    position: relative;
}
.l-menu a {
    border-bottom: calc(4 / 16 * 1rem) solid transparent;
    color: var(--color-tertiary);
    display: block;
    font-size: calc(16 / 16 * 1rem);
    font-weight: bold;
    line-height: 1.25;
    position: relative;
}

.l-menu li a {line-height: calc(21 / 16 * 1rem);}

.l-menu ul.navbar-nav a > i {
    display: inline-block;
    margin-left: calc(10 / 16 * 1rem);
    vertical-align: middle;
}

.dropdown-toggle::after {
    display: none;
}

.l-menu a:hover, .l-menu a.active {
    border-color: var(--color-secondary);
    text-decoration: none;
}

.l-menu .o-info__user {
    display: none;
    padding: calc(15 / 16 * 1rem) 0;
    position: relative;
}

.navbar-nav .dropdown-menu {
    background-color: transparent;
    padding: 0;
}

@media (min-width: 991px) {

    .l-menu {
        overflow: visible;
    }

    .l-menu, .collapse:not(.show) {
        display: inline-block;
        width: auto;
    }
    .l-menu .navbar-collapse {
        overflow: visible;
        text-align: right;
        width: 100%;
    }
    .l-menu ul.navbar-nav  {
        margin-top: 0;
        padding-top: 0;
        width: auto;
    }

    .l-menu ul.navbar-nav li {
        margin-left: calc(25 / 16 * 1rem);
        position: relative;
    }

    .l-menu ul.navbar-nav a {
        display: block;
        font-size: calc(16 / 16 * 1rem);
        padding: calc(10 / 16 * 1rem) 0 calc(15 / 16 * 1rem);
        position: relative;
        text-decoration: none;
    }

    .l-menu ul.navbar-nav div a.active,
    .l-menu ul.navbar-nav div a.active:hover,
    .l-menu ul.navbar-nav div a:hover {
        background-color: transparent;
        border-top-color: transparent;
        color: var(--color-primary);
    }

    .navbar-nav .dropdown-menu {
        border: 0 none;
        float: none;
        min-width: 240px;
        position: absolute;
        padding-top: 0;
        top: calc(60 / 16 * 1rem);
    }

    .dropdown-menu-box {
        background-color: var(--color-bkg);
        -webkit-border-radius: calc(15 / 16 * 1rem);
        -moz-border-radius: calc(15 / 16 * 1rem);
        border-radius: calc(15 / 16 * 1rem);
        padding: calc(10 / 16 * 1rem);
    }

    .dropdown-menu-box h2 {
        background-color: transparent;
        font-size: calc(15 / 16 * 1rem);
        margin: calc(5 / 16 * 1rem) 0;
        padding: calc(5 / 16 * 1rem) calc(5 / 16 * 1rem) calc(10 / 16 * 1rem) ;
    }

    .l-menu a.dropdown-item:hover, .l-menu a.dropdown-item:focus {
        color: var(--color-primary);
    }

    .l-menu ul.navbar-nav .dropdown-menu-box a::before,
    .l-menu ul.navbar-nav .dropdown-menu-box a:hover::before {
        background-color: #CCC;
        height: 1px;
        left: 0;
        width: 100%;
    }

    .l-menu ul.navbar-nav .dropdown-menu-box a:last-child::before {display: none;}

    .l-menu ul.navbar-nav .dropdown-menu-box a.dropdown-item--right {
        border-bottom: 1px solid #ccc;
        padding: calc(15 / 16 * 1rem) calc(10 / 16 * 1rem);
    }

    .l-menu ul.navbar-nav .dropdown-menu-box a.dropdown-item--right:last-child {
        border: 0 none;
    }

    .l-menu__mobile {display: none;}
}

/* --------------- */

/* 2.4. Page */

.l-page {
    padding: calc(15 / 16 * 1rem) 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.l-page__container {
    margin: 0 auto;
    max-width: calc(1200 / 16 * 1rem);
    position: relative;
    width: 95%;
}

.l-page__titular {
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

.l-page__titular .l-page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: calc(35 / 16 * 1rem) 0 calc(20 / 16 * 1rem);
}
.l-page__titular h2 {
    font-size: calc(24 / 16 * 1rem);
    line-height: 1.25;
    margin: 0;
    min-height: calc(60 / 16 * 1rem);
    padding: 0 0 calc(10 / 16 * 1rem) calc(60 / 16 * 1rem);
    position: relative;
}

.l-page__content {
    padding: calc(50 / 16 * 1rem) 0;
}

.l-page__content--white {
    background-color: #fff;
    padding: calc(50 / 16 * 1rem) 0;
    text-align: center;
}

.l-page__content--white h2 {
    color: var(--color-primary);
    font-size: calc(34 / 16 * 1rem);
    line-height: calc(40 / 16 * 1rem);
    margin: 0 0 calc(30 / 16 * 1rem);
    text-align: center;
}

.l-page__content--blue {
    background-color: var(--color-primary);
}

.l-page__content--blue h2 {
    color: #fff;
    font-size: calc(34 / 16 * 1rem);
    line-height: calc(40 / 16 * 1rem);
    margin: 0 0 calc(30 / 16 * 1rem);
    text-align: center;
}

.l-page__box {
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: 0 none;
    box-shadow: 0 0 calc(20 / 16 * 1rem) rgba(0,0,0,0.15);
    overflow: hidden;
    padding: calc(30 / 16 * 1rem);
    text-align: center;
    width: 100%;
}

.l-page__box--left {text-align: left;}

.o-box__description {
    -webkit-flex-flow: row wrap;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
}

.o-description__image {
    margin-bottom: calc(15 / 16 * 1rem);
    text-align: center;
    width: 100%;
}
.o-description__image img {
    display: block;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
}
.o-description__detail {
    width: 100%;
}

.o-box__description p:last-child {margin-bottom: 0;}

.o-box__form {
    overflow: hidden;
    width: 100%;
}

.o-box__content {
    padding: calc(40 / 16 * 1rem) calc(20 / 16 * 1rem);
}

.o-box__form .c-form {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
}

.o-box__error {
    background-color: var(--color-bkg);
    border: 1px solid var(--color-error);
    color: var(--color-error);
    display: inline-block;
    font-weight: bold;
    margin-bottom: calc(20 / 16 * 1rem);
    max-width: 1170px;
    padding: calc(10 / 16 * 1rem);
    text-align: center;
    width: 100%;
}

.o-box__error p {
    color: var(--color-error);
    margin-bottom: 0;
}

.o-box__success {
    background-color: var(--color-bkg);
    border: 1px solid var(--color-success);
    color: var(--color-success);
    display: inline-block;
    font-weight: bold;
    margin-bottom: calc(20 / 16 * 1rem);
    max-width: 1170px;
    padding: calc(10 / 16 * 1rem);
    text-align: center;
    width: 100%;
}

.o-box__success p {
    color: var(--color-success);
    margin-bottom: 0;
}

.o-box__title {
    margin-bottom: calc(30 / 16 * 1rem);
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.o-box__title i {
    border: 2px solid #4baf4c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #4baf4c;
    font-size: calc(20 / 16 * 1rem);
    padding: calc(15 / 16 * 1rem);
    margin-bottom: calc(20 / 16 * 1rem);
}

.o-box__title h3 {
    font-size: calc(22 / 16 * 1rem);
    margin: 0;
}

.o-title--h3 {margin: 0;text-align: left;}

.l-page__button {
    margin-bottom: calc(20 / 16 * 1rem);
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.l-page__button-top {
    margin: 0 0 calc(20 / 16 * 1rem);
}
.l-page__button--left {text-align: left;}
.l-page__button--left .c-btn  {
	justify-content: flex-start;
	margin: 0;
	padding: calc(14 / 16 * 1rem) 0 calc(11 / 16 * 1rem);
}
.l-page__button--right {text-align: right;}
.l-page__button--m30 {margin-top: calc(30 / 16 * 1rem);}

.o-box__text {
    margin: calc(20 / 16 * 1rem) 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.o-box__text h3 {
    font-size: calc(22 / 16 * 1rem);
    margin-bottom: calc(20 / 16 * 1rem);
}

.o-box__text p {line-height: 1.5;}

@media (min-width: 768px) {
    .l-page__general {
        padding: calc(31.25 / 16 * 1rem) 0;
    }
    .l-page__titular h2 {
        font-size: calc(40 / 16 * 1rem);
        line-height: 1.55;
    }
    .l-page__box {
        padding: calc(40 / 16 * 1rem);
        text-align: left;
    }

    .o-box__text h3, .o-box__title h3 {
        font-size: calc(32 / 16 * 1rem);
    }

    .o-description__image {width: 35%;}
    .o-description__detail {width: 63%;}

    .o-box__description--right .o-description__image {order: 2;}
    .o-box__description--right .o-description__detail {order: 1;}
}

.l-page__volver {
    overflow: hidden;
    padding: calc(10 / 16 * 1rem) 0;
    text-align: left;
    width: 100%;
}

.l-page__data {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: calc(25 / 16 * 1rem);
    padding-bottom: calc(12 / 16 * 1rem);
}
.l-page__data p {font-size: calc(20 / 16 * 1rem);text-align: left;}

.o-data__info {
    border: 1px solid var(--color-primary);
    -webkit-border-radius: calc(20 / 16 * 1rem);
    -moz-border-radius: calc(20 / 16 * 1rem);
    border-radius: calc(20 / 16 * 1rem);
    min-height: calc(30 / 16 * 1rem);
    padding: calc(10 / 16 * 1rem) calc(10 / 16 * 1rem) calc(10 / 16 * 1rem) calc(50 / 16 * 1rem);
    position: relative;
    max-width: 350px;
    width: 100%;
}
.o-data__info img {
    left: calc(10 / 16 * 1rem);
    position: absolute;
    top: calc(10 / 16 * 1rem);
}

.o-data__info p {
    font-size: calc(10 / 16 * 1rem);
    font-weight: bold;
    margin: 0;
}

@media (min-width: 768px) {
    .l-page__data {
        align-items: flex-end;
        -webkit-flex-flow: row wrap;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 100%;
    }
    .l-page__data p {margin: 0;}
}

.l-page__info {
    font-size: calc(18 / 16 * 1rem);
    margin: 0;
    padding: calc(15 / 16 * 1rem);
    position: relative;
    text-align: center;
    width: 100%;
}

.l-page__info--icon {
    margin-top: calc(40 / 16 * 1rem);
    padding-top: calc(35 / 16 * 1rem);
}

.l-page__info h3 {
    line-height: 1.45;
    margin-bottom: calc(30 / 16 * 1rem);
}

.o-info__icon {
    left: 50%;
    margin-left: -43px;
    position: absolute;
    top: -43px;
}

.o-info__buttons {
    text-align: center;
}

.l-page__information .o-info__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(20 / 16 * 1rem);
}

.o-info__buttons > div {
    margin-bottom: calc(12 / 16 * 1rem);
    overflow: hidden;
    width: 100%;
}

.l-page__shadow {
    margin: calc(10 / 16 * 1rem) auto;
    padding: calc(20 / 16 * 1rem);
    width: 100%;
}

.l-page__shadow--small {
    max-width: calc(600 / 16 * 1rem);
}

@media only screen and (min-width: 768px){
    .l-page__shadow  {
        max-width: calc(680 / 16 * 1rem);
    }

    .l-page__shadow--small {
        max-width: calc(600 / 16 * 1rem);
    }
}

@media only screen and (min-width: 992px){
    .l-page__shadow {
        max-width: calc(900 / 16 * 1rem);
    }

    .l-page__shadow--small {
        max-width: calc(650 / 16 * 1rem);
    }
}

@media only screen and (min-width: 1280px){
    .l-page__shadow {
        max-width: 100%;
    }

    .l-page__shadow--small {
        max-width: calc(650 / 16 * 1rem);
    }
}

.l-page__section {
    overflow: visible;
    padding: calc(10 / 16 * 1rem) 0 calc(30 / 16 * 1rem);
    position: relative;
    width: 100%;
}

.l-page__section--grey {
    background-color: var(--color-bkg);
}

.l-page__section--blue {
    background-color: var(--color-primary);
}

.l-page__title {
    margin: 0 auto calc(10 / 16 * 1rem);
    overflow: hidden;
    padding-top: 8vh;
    width: 100%;
}

.l-page__title .l-page__container {
    max-width: calc(1100 / 16 * 1rem);
}

.l-page__title h2 {
    color: var(--color-primary);
    font-size: calc(30 / 16 * 1rem);
    margin: 0;
    text-align: center;
}

.l-page__title p {
    margin: calc(30 / 16 * 1rem) 0 0;
}

@media (min-width: 768px) {
    .l-page__section {
        padding: calc(15 / 16 * 1rem) 0 calc(50 / 16 * 1rem);
    }

    .l-page__title {
        margin: 0 auto calc(30 / 16 * 1rem);
    }

    .l-page__title h2 {
        font-size: calc(35 / 16 * 1rem);
    }
}

.l-page__information {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: 0 none;
    box-shadow: 0 0 calc(20 / 16 * 1rem) rgba(0,0,0,0.15);
    margin: 0 auto;
    max-width: calc(700 / 16 * 1rem);
    overflow: hidden;
    padding: calc(40 / 16 * 1rem);
    text-align: center;
    width: 96%;
}

.l-page__information--big {
    max-width: calc(1000 / 16 * 1rem);
}

.l-page__information--white {
    background-color: #fff;
}

.l-page__information h2 {
    font-size: calc(32 / 16 * 1rem);
    font-weight: 700;
}

.l-page__information h3 {
    font-size: calc(22 / 16 * 1rem);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: calc(25 / 16 * 1rem);
}

.l-page__information h4 {
    font-size: calc(20 / 16 * 1rem);
    margin-bottom: calc(35 / 16 * 1rem);
}

.l-page__information .o-info__buttons a,
.l-page__information .o-info__buttons button {
    margin: calc(10 / 16 * 1rem);
}

.l-page__information .o-info__buttons a {
    order: 2;
}

.l-page__information .o-info__buttons button {
    order: 1;
}

@media (min-width: 768px) {
    .l-page__information .o-info__buttons a {
        order: 1;
    }

    .l-page__information .o-info__buttons button {
        order: 2;
    }
}

.l-page__image {
    margin-top: calc(50 / 16 * 1rem);
    overflow: hidden;
    text-align: right;
    width: 100%;
}
.l-page__image img {
    display: inline-block;
    max-width: 100%;
}

.l-page__cartela {
    background: transparent none no-repeat scroll center center;
    background-size: cover;
    overflow: hidden;
    padding: 4vw 0 1vw;
    position: relative;
    text-align: left;
    width: 100%;
}

.l-page__cartela h1 {
    margin: 0;
}

/* --------------- */

/* 2.5. Footer */

.l-footer {
    background-color: #fff;
    overflow: hidden;
    padding: 0 0;
    position: relative;
    width: 100%;
    z-index: 10;
}

.l-footer__info {
    overflow: hidden;
    padding: calc(20 / 16 * 1rem) 0;
}

.l-footer__info p {
    font-size: calc(13 / 16 * 1rem);
    margin: 0;
}

.l-footer__nav {
    background-color: var(--color-tertiary);
    padding: calc(10 / 16 * 1rem) 0;
}

.l-footer__list {
    display: flex;
    flex-flow: column;
    gap: calc(12 / 16 * 1rem);
    margin: 0;
    padding: calc(10 / 16 * 1rem) 0;
    text-align: left;
    width: 100%;
}
.l-footer__list li {
    color: #fff;
    margin: 0 0 calc(10 / 16 * 1rem);
    text-align: left;
    width: 100%;
}

.l-footer__list li a {
    color: #fff;
    font-size: calc(14 / 16 * 1rem);
    text-decoration: none;
}

.l-footer__list a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {

    .l-footer > .l-page__container {
        max-width: var(--max-content);
    }

    .l-footer__list {
        flex-flow: row wrap;
        justify-content: flex-end;
        gap: calc(30 / 16 * 1rem);
        margin: auto;
        text-align: right;
        width: 100%;
    }

    .l-footer__list li {
        display: inline-block;
        margin-bottom: 0;
        width: auto;
    }

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 3. Componentes */

/* 3.1 Botones */

.c-btn {
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
        flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: calc(15 / 16 * 1rem);
    font-size: calc(14 / 16 * 1rem);
    font-weight: 700;
    padding: calc(13 / 16 * 1rem) calc(30 / 16 * 1rem) calc(13 / 16 * 1rem);
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
		width: max-content;
}

.c-btn:hover {
    background-color: var(--color-secondary);
    border: 2px solid var(--color-secondary);
    color: var(--color-primary);
    text-decoration: none;
}

.c-btn span {
	margin: 0;
}

.c-btn--underline {
    background-color: transparent;
    border-color: transparent;
    color: var(--color-primary);
    text-decoration: underline;
}

.c-btn--underline:hover {
    background-color: transparent;
    border-color: transparent;
    color: var(--color-secondary);
    text-decoration: underline;
}

.c-btn--underline:hover svg {
    stroke: var(--color-secondary);
}

.c-btn--underline:hover svg {
    stroke: var(--color-tertiary);
}

.c-btn--back {
    background-color: transparent;
    border-color: transparent;
    color: var(--color-secondary);
    padding: calc(14 / 16 * 1rem) 0 calc(14 / 16 * 1rem) calc(20 / 16 * 1rem);
    position: relative;
    text-decoration: back;
}

.c-btn--back:hover {
    background-color: transparent;
    border-color: transparent;
    color: var(--color-primary);
    text-decoration: none;
}

.c-btn--back::before {
    border: solid var(--color-secondary);
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    left: 0;
    margin-right: calc(10 / 16 * 1rem);
    padding: 3px;
    position: absolute;
    vertical-align: middle;
    top: calc(20 / 16 * 1rem);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.c-btn--back:hover::before {
    border: solid var(--color-primary);
    border-width: 0 2px 2px 0;
}

.c-btn--border {
    background-color: transparent;
    background-image: none;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    text-decoration: none;
}

.c-btn--border:hover {
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: #fff;
}

.c-btn--disabled, .c-btn--disabled:hover, .c-btn--disabled:focus {
    background-color: #DDD;
    border: 0 none;
    color: #929292;
}

.c-btn--cancel {
    color: var(--color-error);
    text-decoration: underline;
    text-transform: inherit;
}

.c-btn--cancel:hover {color: #000;}

.c-button__mobile {
    display: inline-block;
    min-height: calc(52 / 16 * 1rem);
    overflow: hidden;
    position: absolute;
    right: 0;
    vertical-align: middle;
    top: 0;
}

.c-button__mobile button {
    color: var(--color-primary);
    padding: calc(15 / 16 * 1rem) calc(12 / 16 * 1rem);
}

.c-button__mobile button span {
    background-color: var(--color-primary);
    display: block;
    height: 3px;
    margin: calc(6 / 16 * 1rem) 0;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: calc(35 / 16 * 1rem);
}

.c-button__mobile button:focus{
}

.c-button__mobile i {font-size: calc(34 / 16 * 1rem);}

.c-button__mobile i.fa-times {display: none;}

@media (min-width: 991px) {
    .c-button__mobile {
        display: none;
    }
}

/* --------------- */

/* 3.2 Listas */

.c-list {
    overflow: hidden;
    width: 100%;
}

.c-list li {
    margin: 0 0 calc(10 / 16 * 1rem);
    position: relative;
}

.c-list li:last-child {
    margin-bottom: 0;
}

.c-list--points li {
    padding: 0 0 0 calc(20 / 16 * 1rem);
}

.c-list--points li::before {
    background-color: var(--color-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: block;
    height: calc(5 / 16 * 1rem);
    left: 0;
    position: absolute;
    top: calc(7 / 16 * 1rem);
    width: calc(5 / 16 * 1rem);
}

.c-list--points ul {margin-top: calc(12 / 16 * 1rem);}

.c-list--points ul li::before {
    background-color: #FFF;
    border: 1px solid var(--color-primary);
}

.c-list--letters li {
    padding: 0 0 0 calc(20 / 16 * 1rem);
}

.c-list--letters li span {
    color: var(--color-primary);
    font-weight: bold;
    left: 0;
    line-height: 1.2;
    position: absolute;
    top: 0;
}

/* --------------- */

/* 3.3 Colores */

.c-color--red {color: var(--color-error);}
.c-color--green {color: var(--color-secondary)};

/* --------------- */

/* 3.4 Enlaces */

.c-link--mailto {
    color: var(--color-secondary);
    font-weight: bold;
}

.c-link--mailto:hover {
    text-decoration: underline;
}

.c-link--table {
    color: var(--color-secondary);
    text-decoration: none;
}

.c-link--table:hover {text-decoration: underline;}

/* --------------- */

/* 3.5 Tablas */

.c-table--small {
    max-width: 400px;
    width: 100%;
}

.c-table thead th, .c-table tbody td {
    background-color: transparent;
    border-bottom: 1px solid var(--color-bkg);
    border-top: 0 none;
    padding: calc(14 / 16 * 1rem) calc(5 / 16 * 1rem);
    vertical-align: middle;
    text-align: left;
}

.c-table thead th {
    border-top: 0 none;
    color: var(--font-color-primary);
    font-size: calc(15 / 16 * 1rem);
    font-weight: 600;
}

.c-table tbody td {
    color: var(--font-color-primary);
    font-size: calc(14 / 16 * 1rem);
}

.c-table thead th.c-table__center,
.c-table tbody td.c-table__center {text-align: center;}
.c-table thead th.c-table__left,
.c-table tbody td.c-table__left {text-align: left;}
.c-table thead th.c-table__right,
.c-table tbody td.c-table__right {text-align: right;}

.c-table .c-table__links {
    color: var(--color-primary);
    display: inline-block;
    font-weight: 600;
    margin-right: calc(10 / 16 * 1rem);
}
.c-table .c-table__links:last-child {margin-right: 0;}

.c-table .c-table__links:hover {text-decoration: underline;}

.c-table td .c-btn {
    display: inline-block;
    font-size: calc(15 / 16 * 1rem);
    margin: 0 calc(6 / 16 * 1rem);
    padding: calc(12 / 16 * 1rem) calc(10 / 16 * 1rem);
}

.c-table td .c-btn i {
    margin-left: 0;
    margin-right: calc(4 / 16 * 1rem);
}

.desktop_view {display: none;}

.mobile_view {display: none;}

@media (min-width: 768px) {
    .desktop_view {display: block;}
    .mobile_view {display: block;}
}

/* 3.5.1 Datatable */

table.c-table.dataTable thead th {
    border-bottom: 1px solid var(--color-primary);
    padding-bottom: calc(14 / 16 * 1rem);
    padding-left: calc(10 / 16 * 1rem);
    padding-top: calc(14 / 16 * 1rem);
}

table.c-table.dataTable tbody td {
    padding: calc(12 / 16 * 1rem) calc(10 / 16 * 1rem);
}

table.c-table.dataTable thead .sorting:before,
table.c-table.dataTable thead .sorting:after,
table.c-table.dataTable thead .sorting_asc:before,
table.c-table.dataTable thead .sorting_desc:after,
table.c-table.dataTable thead .sorting_asc:after,
table.c-table.dataTable thead .sorting_desc:before {display: none;}

table.c-table.dataTable.no-footer {border-bottom: 0 none;}

.o-general__content {
    padding: calc(30 / 16 * 1rem);
}

.o-general__content h2.center {
    text-align: center;
}

.o-general__content h3 {
    margin-bottom: calc(30 / 16 * 1rem);
    text-transform: uppercase;
}

.o-general__content table.dataTable tbody tr {
    background-color: transparent;
}

.o-general__content .dataTables_wrapper .dataTables_info {
    color: var(--font-color-primary);
    font-size: calc(12 / 16 * 1rem);
    width: 100%;
}

.o-general__content .dataTables_wrapper .dataTables_paginate {
    text-align: right;
    width: 100%;
}

.o-general__content .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.o-general__content .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: transparent none no-repeat scroll 0 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: 0;
    color: var(--color-primary)!important;
    font-size: calc(18 / 16 * 1rem);
    font-weight: bold;
}

.dataTables_paginate span {
    overflow: hidden;
}

.dataTables_paginate span a {display: inline-block;padding: calc(8 / 16 * 1rem)!important;}

.o-general__content .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0 none!important;
    color: var(--font-color-secondary)!important;
    font-size: calc(15 / 16 * 1rem);
    font-weight: normal;
}

.o-general__content .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent none no-repeat scroll 0 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    color: var(--color-primary)!important;
}

.o-general__content .dataTables_wrapper .dataTables_paginate > .paginate_button {
    background-color: var(--color-secondary);
    color: #fff!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: calc(32 / 16 * 1rem);
    padding: calc(8 / 16 * 1rem) 0 0;
    width: calc(32 / 16 * 1rem);
}

.o-general__content .dataTables_wrapper .dataTables_paginate > .paginate_button:hover {
    background-color: var(--color-primary);
    color: #fff!important;
}

.o-general__content .o-general__content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.o-general__content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: var(--color-tertiary)!important;
}

.dataTables_wrapper .dt-buttons {
    float: right;
    margin-bottom: calc(10 / 16 * 1rem);
    text-align: right;
}
.dataTables_wrapper .dt-buttons button {
    background-color: transparent;
    border: 0 none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: var(--color-secondary);
    cursor: pointer;
    font-size: calc(14 / 16 * 1rem);
    padding: calc(10 / 16 * 1rem);
}

.dataTables_wrapper .dt-buttons button:hover {
    color: var(--color-primary);
}

.dataTables_wrapper .dt-buttons button i {
    margin-right: calc(5 / 16 * 1rem);
}

[id="user_filter"] {
    overflow: hidden;
    margin-bottom: calc(10 / 16 * 1rem);
    text-align: left!important;
    width: 100%;
}

.dataTables_wrapper .dataTables_filter[id="user_filter"] {
    border: 1px solid #ccc;
    -webkit-border-radius: calc(10 / 16 * 1rem);
    border-radius: calc(10 / 16 * 1rem);
    float: left;
}

[id="user_filter"] label {
    background: #fff url('../images/search.png') no-repeat scroll center right;
    background-color: #fff;
    -moz-border-radius: calc(50 / 16 * 1rem);
    -webkit-border-radius: calc(50 / 16 * 1rem);
    border-radius: calc(50 / 16 * 1rem);
    border: 1px solid #fff;
    float: left;
    max-width: 100%;
    min-width: calc(200 / 16 * 1rem);
    overflow: hidden;
    padding: calc(8 / 16 * 1rem) calc(40 / 16 * 1rem) calc(8 / 16 * 1rem) calc(8 / 16 * 1rem);
    position: relative;
}
[id="user_filter"] label i {
    position: absolute;
    right: calc(10 / 16 * 1rem);
    top: calc(8 / 16 * 1rem);
}
[id="user_filter"] label input {
    background-color: transparent;
    border: 0 none;
    font-size: calc(13 / 16 * 1rem);
    margin-left: 0!important;
    min-width: calc(180 / 16 * 1rem);
    text-align: left;
}

@media (min-width: 768px) {
    [id="user_filter"] {
        width: auto;
    }
}

/* --------------- */

/* 3.6 Imagen */

.c-img--left {float: left;margin-right: calc(10 / 16 * 1rem);}

.c-img--right {float: right;margin-left: calc(10 / 16 * 1rem);}

.c-img--ranking {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

/* --------------- */

/* 3.7 Select */

.c-select {
    -webkit-border-radius: calc(5 / 16 * 1rem);
    -moz-border-radius: calc(5 / 16 * 1rem);
    border-radius: calc(5 / 16 * 1rem);
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    /* background-image: url("../images/img_bg_select.png"); */
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    border: 1px solid var(--color-tertiary);
    padding: 1px 0 0 0;
}

.c-select:focus{
    box-shadow: none !important;
    border-color: var(--color-primary) !important;
}

.c-select__multiple {
    margin-bottom: calc(20 / 16 * 1rem);
    overflow: hidden;
    width: 100%;
}

.c-select__multiple select {
    padding: calc(12 / 16 * 1rem);
}

.c-select::after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent url("../images/img_bg_select.png") no-repeat scroll 0 0;
    background-size: auto 100%;
    content: "";
    pointer-events: none;
    position: absolute;
    right: calc(10 / 16 * 1rem);
    top: 6px;
    width: calc(30 / 16 * 1rem);
    height: calc(30 / 16 * 1rem);
    border-radius: 0;
}

.c-select select {
    -webkit-border-radius: calc(10 / 16 * 1rem);
    -moz-border-radius: calc(10 / 16 * 1rem);
    border-radius: calc(10 / 16 * 1rem);
    -moz-appearance: caret;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    font-size: calc(14 / 16 * 1rem);
    height: auto;
    color: var(--font-color-secondary);
    line-height: 1.1;
    margin: 0;
    overflow: hidden;
    padding: calc(15 / 16 * 1rem) calc(55 / 16 * 1rem) calc(15 / 16 * 1rem) calc(15 / 16 * 1rem);
    width: 100%;
}
.c-select select:focus {
    background-color: transparent;
}

.c-select select::-ms-expand {
    display: none;
}

/* --------------- */

/* 3.9 Modal */

.c-modal__dialog {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: 0 none;
}

.c-modal--newsletter .c-modal__header {
    padding-bottom: 0;
}

.c-modal__header {
    border-bottom: 0 none;
}

.c-modal__body {
    background-color: #fff;
    margin: 4%;
    padding: calc(30 / 16 * 1rem);
}

.c-modal__close {
    background: transparent none no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    height: calc(35 / 16 * 1rem);
    position: relative;
    width: calc(35 / 16 * 1rem);
}

.c-modal__close::before,
.c-modal__close::after {
    background-color: var(--color-secondary);
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center;
    width: 100%;
}

.c-modal__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.c-modal__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

.c-modal .c-modal__content {
    background-color: transparent;
    border: 0 none;
}

.c-modal__description {
    padding-right: calc(30 / 16 * 1rem);
    position: relative;
}

.c-modal__description .c-modal__close {
    color: #fff;
    position: absolute;
    right: 0;
    top: calc(30 / 16 * 1rem);
}

.c-modal__body h3 {
    color: var(--color-primary);
}

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

/* 3.10 Loading */

.c-loading {
    background-color: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width:100%;
    z-index: 1100;
}

.c-loading > div {margin: auto;}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--color-primary);
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

.c-boxes {
    background-color: rgba(255,255,255,0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.c-modal .c-boxes {
    min-height: calc(320 / 16 * 1rem);
}

/* 3.11 Box */

.c-box {
	border: 0 none;
	margin: 0 0 calc(15 / 16 * 1rem);
}

.c-box > h2 {
    color: var(--color-primary);
    font-size: calc(25 / 16 * 1rem);
    margin-bottom: calc(20 / 16 * 1rem);
    text-align: left;
}

.c-box > .o-general__content {
    background-color: var(--color-bkg);
}

/* --------------- */

/* 3.12 Cartela */

.c-cartela__content {
    max-width: calc(500 / 16 * 1rem);
    overflow: hidden;
    padding: calc(30 / 16 * 1rem) calc(10 / 16 * 1rem) calc(40 / 16 * 1rem);
    width: 100%;
}

.c-cartela__content h2 {
    color: #fff;
    font-size: calc(32 / 16 * 1rem);
    font-weight: 400;
    margin: 0 0 calc(20 / 16 * 1rem);
}

.c-cartela__content h2 span {
    font-weight: bold;
}
.c-cartela__content h2 em {
    color: var(--color-primary);
    display: block;
    font-size: calc(24 / 16 * 1rem);
    font-style: normal;
    font-weight: 400;
}

.c-cartela__content p {
    color: #fff;
    font-size: calc(20 / 16 * 1rem);
}

@media (min-width: 768px) {
    .c-cartela__content {
        max-width: calc(550 / 16 * 1rem);
        padding: calc(60 / 16 * 1rem) 0 calc(80 / 16 * 1rem) calc(50 / 16 * 1rem);
    }
}

/* --------------- */

/* 3.13 Top */

.c-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    overflow: hidden;
    padding-top: 6vh;
    position: relative;
    width: 100%;
    z-index: 1;
}

.c-top--image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.c-top h2 {
    font-size: calc(24 / 16 * 1rem);
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: calc(15 / 16 * 1rem);
}

.c-top--large h2 {
    font-weight: 600;
}

.c-top__text {
    padding: 0 0 calc(15 / 16 * 1rem);
    width: 100%;
}

.c-top__text p {
    font-size: calc(20 / 16 * 1rem);
    max-width: calc(500 / 16 * 1rem);
    width: 100%;
}

.c-top__image {
    display: none;
}

.c-info {
    background-color: var(--color-quaternary);
    border-radius: calc(15 / 16 * 1rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
    padding: calc(20 / 16 * 1rem) calc(20 / 16 * 1rem);
    position: relative;
    margin: 0 auto;
    max-width: calc(960 / 16 * 1rem);
    width: 100%;
    z-index: 1;
}

.c-info > div {
    padding: calc(10 / 16 * 1rem);
}

.c-info h2,
.c-info p {
    color: #fff;
}

.c-info h2 {
    font-size: calc(22 / 16 * 1rem);
}

.c-info p {
    font-size: calc(16 / 16 * 1rem);
}

.c-info__points > p:first-child {
    font-size: calc(18 / 16 * 1rem);
}

.c-info__points > p b {
    font-size: calc(22 / 16 * 1rem);
}

.c-info p:last-child {
    margin: 0;
}

.c-info a {
    color: #fff;
    font-weight: bold;
}

.c-info a:hover {
    color: #000;
}

.c-info__profile {
    border-bottom: 1px solid #fff;
    width: 100%;
}

.c-info__points {
    width: 100%;
}

@media (min-width: 768px) {
    .c-top__text {
        padding: 0 calc(20 / 16 * 1rem) calc(25 / 16 * 1rem);
        width: 50%;
    }

    .c-top__image {
        display: block;
        max-width: 48%;
        width: 100%;
    }

    .c-top h2 {
        font-size: calc(34 / 16 * 1rem);
        margin-bottom: calc(30 / 16 * 1rem);
    }

    .c-top--large h2 {
        font-weight: 600;
        padding: calc(20 / 16 * 1rem) 0 0;
    }

    .c-top--large .c-top__text {
        flex-grow: 999;
    }

    .c-top--large .c-top__image {
        flex-grow: 1;
    }

    .c-info__profile {
        border-bottom: 0 none;
        border-right: 1px solid #fff;
        width: 70%;
    }

    .c-info__points {
        text-align: right;
        width: 30%;
    }

}

/* --------------- */

/* 3.14 Component blue */

.c-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.c-blue > div {
    width: 100%;
}

.c-notices {
    background-color: #fff;
    -webkit-border-radius: calc(15 / 16 * 1rem);
    border-radius: calc(15 / 16 * 1rem);
    margin: 0 0 calc(15 / 16 * 1rem);
    padding: calc(35 / 16 * 1rem) calc(25 / 16 * 1rem);
    position: relative;
}

.c-notices h3 {
    color: var(--color-primary);
}

.c-notices__content {
    height: calc(310 / 16 * 1rem);
    overflow: auto;
    overflow: overlay;
    width: 100%;
}

.c-notices__content::-webkit-scrollbar {
    border-radius: calc(5 / 16 * 1rem);
    display: initial;
    height: 10px;
    background-color: lightblue;
    width: calc(5 / 16 * 1rem);
}

.c-notices__content:hover::-webkit-scrollbar {
    display: initial;
}

.c-notices__content::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    -webkit-border-radius: calc(5 / 16 * 1rem);
    border-radius: calc(5 / 16 * 1rem);
}

.c-notices__description {
    border-bottom: 1px solid var(--color-bkg);
    overflow: hidden;
    padding: calc(20 / 16 * 1rem) calc(15 / 16 * 1rem) calc(20 / 16 * 1rem) 0;
    position: relative;
    width: 100%;
}

.c-notices__description:last-child {
    border-bottom: 0 none;
}

.c-notices__description--image {
    padding: calc(20 / 16 * 1rem) calc(15 / 16 * 1rem) calc(20 / 16 * 1rem) calc(145 / 16 * 1rem);
}

.c-notices__images {
    -webkit-border-radius: calc(15 / 16 * 1rem);
    border-radius: calc(15 / 16 * 1rem);
    height: calc(122 / 16 * 1rem);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: calc(20 / 16 * 1rem);
    width: calc(122 / 16 * 1rem);
}

.c-notices__images img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.c-notices__date {
    font-size: calc(12 / 16 * 1rem);
    margin-bottom: calc(5 / 16 * 1rem);
}

.l-page__content--blue .c-challenges {
    background-attachment: scroll;
    background-color: var(--color-bkg);
    background-repeat: no-repeat;
    background-position: right bottom;

    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: calc(15 / 16 * 1rem);
    border-radius: calc(15 / 16 * 1rem);
    padding: calc(60 / 16 * 1rem);
    position: relative;
}

.l-page__content--blue .c-challenges::before {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );

    -webkit-border-radius: calc(15 / 16 * 1rem);
    border-radius: calc(15 / 16 * 1rem);

    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.l-page__content--blue .c-challenges p {
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.l-page__content--blue .c-challenges h3 {
    color: #fff;
    margin-bottom: calc(40 / 16 * 1rem);
    position: relative;
}

@media (min-width: 768px) {
    .c-blue--2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    }
    .c-blue--2 > div.c-notices {
        margin: 0;
        width: 45%;
    }

    .c-blue--2 > div.c-challenges {
        width: 53%;
    }
}

/** 3.15. Help banner */

.c-contactbox {
    display: none;
}

@media (min-width: 991px) {
    .c-contactbox {
        background: transparent url('../images/contact_box_small.png') no-repeat scroll 0 0;
        cursor: pointer;
        display: block;
        height: calc(84 / 16 * 1rem);
        overflow: hidden;
        padding: calc(5 / 16 * 1rem) calc(10 / 16 * 1rem);
        position: fixed;
        right: 0;
        top: 50%;
        width: calc(116 / 16 * 1rem);
        z-index: 10;
    }

    .c-contactbox__small {
        overflow: hidden;
        padding-top: calc(4 / 16 * 1rem);
        width: 100%;
    }

    .c-contactbox h2 {
        color: var(--color-primary);
        font-size: calc(16 / 16 * 1rem);
        text-align: center;
    }

    .c-contactbox h3 {
        color: var(--color-primary);
        font-size: calc(15 / 16 * 1rem);
        margin: 0;
    }

    .c-contactbox p {
        color: var(--color-primary);
        font-size: calc(14 / 16 * 1rem);
    }

    .c-contactbox p:last-child {
        margin: 0;
    }

    .c-contactbox.c-contactbox--open {
        background: transparent url('../images/contact_box_big.png') no-repeat scroll 0 0;
        height: calc(175 / 16 * 1rem);
        width: calc(296 / 16 * 1rem);
    }

    .c-contactbox.c-contactbox--open .c-contactbox__small {
        display: none;
    }

    .c-contactbox__big {
        display: none;
        text-align: center;
    }

    .c-contactbox.c-contactbox--open .c-contactbox__big {
        display: block;
    }

    .robot-container {
        z-index: 2;
        position: fixed;
        display: flex;
        left: 0;
        top: 45%;
        width: calc(150 / 16 * 1rem);
        cursor: pointer;
    }
    .robot-ayuda {
        width: calc(140 / 16 * 1rem);
        /*filter: drop-shadow(2px 2px 4px #222);*/
    }
}

@media (max-width: 991px) {
    .robot-container {
        display: none;
    }
}

/** 3.16. Info tech */

.c-tech {
    background-color: rgba(134, 207, 234, 0.5);
    color: var(--color-primary);
    left: 0;
    padding: calc(8 / 16 * 1rem);
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}

.c-tech p {
    font-family: var(--font-text-secondary);
    font-size: calc(14 / 16 * 1rem);
    font-weight: 800;
    margin: 0;
}

/* --------------- */

/* 3.17 Featured */

.c-featured {
    display: none;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 2%;
    left: auto;
    position: relative;
    top: auto;
    transition: all 5s ease 0s;
    width: 100%;
    z-index: 100;
}

.c-featured__box {
    background-color: #86CFEA;
    border-radius: 0 0 calc(20 / 16 * 1rem) calc(20 / 16 * 1rem);
    padding: calc(12 / 16 * 1rem) calc(20 / 16 * 1rem) 0;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    width: 31%;
}

@media (min-width: 768px) {
    .c-featured {
        display: flex;
    }
}

@media (min-width: 991px) {
    .c-featured {
        gap: calc(20 / 16 * 1rem);
    }

    .c-featured__box {
        width: calc(320 / 16 * 1rem);
    }
}

.c-featured__box.show {
    border-radius: 0;
}

.c-featured__title {
    border-bottom: 1px solid transparent;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: calc(20 / 16 * 1rem);
    margin-bottom: 2px;
    padding-bottom: calc(10 / 16 * 1rem);
    position: relative;
    transition: all 0.5s ease 0s;
}

.c-featured__box.show .c-featured__title {
    border-bottom: 1px solid #fff;
}

.c-featured__title img {
    height: calc(27 / 16 * 1rem);
}

.c-featured__title h2 {
    color: #fff;
    height: calc(27 / 16 * 1rem);
    line-height: 1.7;
    margin: 0;
}

.c-featured__content {
    display: flex;
    flex-flow: row wrap;
    gap: calc(10 / 16 * 1rem);
}

.c-featured__image {
    border-radius: calc(20 / 16 * 1rem);
    flex-basis: calc(88 / 16 * 1rem);
    flex-grow: 1;
}

.c-featured__image img {
    display: block;
    width: 100%;
}

.c-featured__description {
    flex-basis: 0;
    flex-grow: 999;
}

.c-featured__description p {
    font-size: calc(14 / 16 * 1rem);
    margin-bottom: calc(5 / 16 * 1rem);
}
.c-featured__description li {
    font-size: calc(16 / 16 * 1rem);
    font-weight: bold;
    padding-left: calc(20 / 16 * 1rem);
    position: relative;
}

.c-featured__description li::before {
    background-color: var(--color-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: block;
    height: calc(5 / 16 * 1rem);
    left: 0;
    position: absolute;
    top: calc(7 / 16 * 1rem);
    width: calc(5 / 16 * 1rem);
}

.c-featured__description p.c-featured__date {
    font-size: calc(10 / 16 * 1rem);
}

.c-featured__button {
    overflow: hidden;
    padding-top: calc(10 / 16 * 1rem);
    text-align: center;
    width: 100%;
}

.c-featured__button .c-btn {
    padding: calc(11 / 16 * 1rem) calc(30 / 16 * 1rem) calc(8 / 16 * 1rem);
}
  
/* Aplica la animación a .c-featured__show */
.c-featured__show {
    border-radius: 0 0 calc(20 / 16 * 1rem) calc(20 / 16 * 1rem);
    margin-top: calc(10 / 16 * 1rem);
    overflow: hidden;
    opacity: 0;
    padding: calc(20 / 16 * 1rem);
    position: absolute;
    background-color: #86CFEA;
    left: 0;
    top: calc(-500 / 16 * 1rem);
    width: 100%;
}

/* Estilo para el contenido cuando se muestra */
.c-featured__box.show .c-featured__show {
    opacity: 1;
    overflow: hidden;
    transition: all 0.5s ease-in-out, opacity 0.5s ease-in-out;
    top: calc(42 / 16 * 1rem);
}

/* 3.18 Badge */

.c-badge {
  border-radius: calc(4 / 16 * 1rem);
	box-shadow: 0 0 calc(4 / 16 * 1rem) rgba(0,0,0,0.15);
  display: inline-block;
  font-size: calc(11 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  padding: calc(3 / 16 * 1rem) calc(8 / 16 * 1rem);
  text-transform: uppercase;
}

.c-badge--completed {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}

.c-badge--in-progress {
  background-color: var(--color-primary);
	border: 1px solid var(--color-secondary);
  color: #fff;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 4. Paginas */

.p-estatica__box {
    border-bottom: 1px solid var(--color-bkg);
    margin-bottom: calc(35 / 16 * 1rem);
    overflow: hidden;
    padding-bottom: calc(35 / 16 * 1rem);
    position: relative;
    width: 100%;
}

.p-estatica__box .table-responsive {margin: calc(30 / 16 * 1rem) 0;}

.p-estatica__box h3 {margin-bottom: calc(20 / 16 * 1rem);}

.p-estatica__box h4 {margin-bottom: calc(15 / 16 * 1rem);}

.p-estatica__box h5 {font-size: calc(16 / 16 * 1rem); margin-bottom: calc(15 / 16 * 1rem);}

.p-estatica__box p, .p-estatica__box li {
    font-size: calc(16 / 16 * 1rem);
}
.p-estatica__box p:last-child {margin-bottom: 0;}

.p-estatica__box p.small {
    font-size: 75%;
}

.txt-center {text-align: center;}

/* 4.2. Detalle */

.p-detail .l-page__cartela .l-page__container,
.p-sales .l-page__cartela .l-page__container {
	background: transparent url('../images/headers/page_1.jpg') no-repeat scroll center right;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: center;
	height: calc(228 / 16 * 1rem);
	padding: 0;
    width: 100%;
}

.p-detail .l-page__cartela .l-page__container h2,
.p-sales .l-page__cartela .l-page__container h2 {
    color: var(--font-color-primary);
	font-size: calc(25 / 16 * 1rem);
    padding: 0 5vw;
    text-align: left;
}

.p-detail__formation {
    margin: 0 auto;
    max-width: calc(1100 / 16 * 1rem);
    width: 100%;
}

.p-detail__formation h3,
.p-detail__formation p {
    margin-bottom: calc(25 / 16 * 1rem);
}

.p-detail__video {
    padding: 3vh 0;
    text-align: center;
}

.p-detail__video iframe,
.p-detail__video video {
    height: calc(180 / 16 * 1rem);
    width: calc(320 / 16 * 1rem);
}

@media (min-width: 768px) {
  .p-detail__video iframe,
  .p-detail__video video {
    height: calc(467 / 16 * 1rem);
    width: calc(800 / 16 * 1rem);
  }
}

.p-detail__formation-header {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  gap: calc(6 / 16 * 1rem);
  margin-bottom: calc(25 / 16 * 1rem);
}

.p-detail__formation-header h3 {
  margin-bottom: 0;
}

.p-detail__speed {
  align-items: center;
  display: flex;
  gap: calc(8 / 16 * 1rem);
  justify-content: center;
  margin-top: calc(12 / 16 * 1rem);
  padding: calc(4 / 16 * 1rem) 0;
}

.p-detail__speed label {
  font-size: calc(13 / 16 * 1rem);
  font-weight: bold;
	margin: 0;
}

.p-detail__speed-select {
  border: 1px solid var(--color-primary);
  border-radius: calc(4 / 16 * 1rem);
  cursor: pointer;
  font-size: calc(13 / 16 * 1rem);
  padding: calc(3 / 16 * 1rem) calc(8 / 16 * 1rem);
  width: auto;
}

/* 4.3. Ventas */

.p-sales .l-page {
    position: relative;
}

.p-sales .l-page::before {
    background-color: #fff;
    bottom: 0;
    content: '';
    height: 47%;
    position: absolute;
    left: 0;
    width: 100%;
}

.p-sales .l-page__cartela .l-page__container {
	background: transparent url('../images/headers/page_2.jpg') no-repeat scroll center right;
}

.p-sales__info {
    display: flex;
    flex-flow: column;
    gap: calc(30 / 16 * 1rem);
    padding: 1vh 0 5vh;
}

.p-sales__info p {
    font-size: calc(20 / 16 * 1rem);
    margin: 0 auto;
    max-width: calc(760 / 16 * 1rem);
    text-align: center;
    width: 100%;
}

.p-sales__info ul {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(640 / 16 * 1rem);
    width: 100%;
}

.p-sales__info li {
    background-color: var(--color-secondary);
    max-width: calc(300 / 16 * 1rem);
    padding: calc(30 / 16 * 1rem) calc(20 / 16 * 1rem);
    text-align: center;
    width: 48%;
}

.p-sales__info li svg {
    margin: 0 auto calc(20 / 16 * 1rem);
}

.p-sales__info li span {
    color: var(--font-color-primary);
    display: block;
}

.p-sales__video {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    gap: calc(30 / 16 * 1rem);
}

.p-sales__video article {
    text-align: center;
    width: 100%;
}

.p-sales__sign h3 {
    margin: 0 0 calc(35 / 16 * 1rem);
}

.p-sales__sign .c-btn {
    margin: auto;
    width: max-content;
}

@media (min-width: 768px) {
    .p-sales__video {
        flex-flow: row;
    }

    .p-sales__video article {
        width: 34%;
    }

    .p-sales__video .p-sales__iframe {
        width: 58%;
    }
    .p-sales__video .p-sales__iframe iframe {
        height: calc(210 / 16 * 1rem);
        width: calc(420 / 16 * 1rem);
    }
}

@media (min-width: 991px) {
    .p-sales__video article,
    .p-sales__video .p-sales__iframe {
        width: 48%;
    }
    .p-sales__video .p-sales__iframe iframe {
        height: calc(260 / 16 * 1rem);
        width: calc(460 / 16 * 1rem);
    }
}

@media (min-width: 1400px) {
    .p-sales__video article {
        width: 34%;
    }

    .p-sales__video .p-sales__iframe {
        width: 58%;
    }

    .p-sales__video .p-sales__iframe iframe {
        height: calc(330 / 16 * 1rem);
        width: calc(580 / 16 * 1rem);
    }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/** 5. Base */

/* 5.1 Body fixed */

.body--fixed {
    overflow: hidden;
}

.body--fixed .c-button__mobile button span.bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
    background-color: #fff;
}

.body--fixed .c-button__mobile button span.bar2 {
    opacity: 0;
}

.body--fixed .c-button__mobile button span.bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -6px);
    transform: rotate(45deg) translate(-7px, -6px);
    background-color: #fff;
}

.body--fixed .c-button__mobile {background-color: rgba(0,0,0,0.95);}

.body--fixed .c-button__mobile i {color: #fff;}

.body--fixed .o-info__user {
    background-color: var(--color-pr);
    display: block;
    padding: calc(15 / 16 * 1rem);
    width: 100%;
    border-bottom: 1px solid #fff;
}

.body--fixed  .l-menu .o-info__user li {
    border: 0 none;
    color: #fff;
    display: inline-block;
    margin: 0 0 calc(15 / 16 * 1rem);
    width: 100%;
}

.body--fixed  .l-menu .o-info__user li:last-child {
    margin: 0;
}

.body--fixed  .l-menu .o-info__user li a {
    border: 0 none;
    color: #fff;
    display: inline;
    font-size: calc(16 / 16 * 1rem);
    padding: 0;
    text-decoration: none;
}

.body--fixed  .l-menu .o-info__user li a:hover {
    color: var(--color-secondary);
    text-decoration: underline;
}

.body--fixed  .l-menu .o-info__user li a i {
    margin-right: calc(10 / 16 * 1rem);
}

.body--fixed .o-info__user i.fa-chevron-down {
    right: calc(10 / 16 * 1rem);
}

.body--fixed .l-menu {
    align-items: self-start;
    background-color: rgba(0,0,0,0.95);
    display: flex;
    flex-flow: column;
    height: calc(100% - calc(60 / 16 * 1rem));
    left: 0;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    top: calc(60 / 16 * 1rem);
    width: 100%;
    z-index: 1000;
}

.body--fixed .l-menu li {
    border-bottom: 1px solid #fff;
    width: 100%;
}

.body--fixed .navbar-collapse {width: 100%;}

.body--fixed .l-header__info {display: none;}

.body--fixed .l-menu ul.navbar-nav  {
    text-align: left;
}

.body--fixed .l-menu ul.navbar-nav  li a {
    color: #fff;
    padding: calc(16 / 16 * 1rem);
    text-align: left;
    text-decoration: none;
}
.body--fixed .l-menu ul.navbar-nav  li a:hover,
.body--fixed .l-menu ul.navbar-nav  li a.active {
    background-color: var(--color-secondary);
    color: var(--color-tertiary);
}

/***********************************HEADER********************************************/


/*****************************************COOKIES */
#cookie-law {
    background: rgba(255, 255, 255, 0.95);
    border: 0 none;
    bottom: 0;
    color: var(--font-color-primary);
    font-family: var(--font-text-primary);
    font-size: 1.5;
    left: 0;
    margin: 0 auto;
    padding: calc(30 / 16 * 1rem);
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 50;
}

#cookie-law p {color: var(--font-color-primary); font-size: calc(17 / 16 * 1rem);}

#cookies{
    display:none;
    background-color: #222222;
    color: #cccccc;
    padding: 10px;
    position: absolute;
    bottom: 0;
    max-width:900px;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
}

#cookie-law .c-btn{
    max-width: 230px;
    width: 100%;
    margin: 20px auto;
}

#cookie-law p a {color: var(--font-color-primary);font-weight: bold;text-decoration: underline;}

.message__warning {
    font-size: calc(20 / 16 * 1rem);
    border: 3px solid rgba(70, 63, 63, 0.2);
    padding: calc(10 / 16 * 1rem);
    border-radius: 10px;
    background-color: rgba(230, 41, 132, 0.2);
    margin-top: calc(10 / 16 * 1rem);
    display: block;
}