:root {
    --naranja: #f0543b;
    --naranja-hover: rgba(240, 84, 59, 0.9);
    --amarillo: #f2db7c;
    --gris3: #4f4f4f;
    --verde: #34c759;
}

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

:focus {
    outline: none !important;
}

.prevent-preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    background-color: #F2F2F2;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gris3);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

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

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

a {
    color: var(--naranja);
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: var(--naranja);
    text-decoration: none;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

@supports (display: block) {
    svg {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }
}

svg:not(:root) {
    overflow: hidden;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 576px) {
    img {
        width: 100%;
    }

    iframe {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .wrapper-group-left.ifra {
        margin: 0 auto;
    }

    #hamburguesa-main {
        display: none;
    }

    #brand-main {
        margin: 0 auto;
    }
}

.field-imagen-hover-zoom {
    position: relative;
    overflow: hidden;
}

.field-imagen-gradient>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(28, 28, 30, 0) 0%, #1c1c1e 100%);
}

picture img {
    min-height: 1px;
    -moz-transition: opacity 500ms ease-in-out 0s;
    -webkit-transition: opacity 500ms ease-in-out 0s;
    transition: opacity 500ms ease-in-out 0s;
    display: block;
}

picture.loaded-true img {
    opacity: 1;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: left;
    caption-side: bottom;
}

.field__label,
label {
    display: inline-block;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.form-group.form-group-radio>label {
    margin-bottom: 5px;
    font-weight: 500;
}

.form-group.form-group-radio .woocommerce-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
}

.form-group.form-group-radio .woocommerce-input-wrapper .form-radio {
    margin-right: 15px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    display: none;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    color: var(--gris3);
    margin-bottom: 0;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before,
[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100px;
    background-color: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    background-color: #5ac8fa;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.video-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.form-row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

table th,
table td {
    background-color: #fff;
    padding: 0.7rem 0.5rem;
    vertical-align: middle;
    border: 2px solid #bdbdbd;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}

.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}

button.uk-icon:not(:disabled) {
    cursor: pointer;
}

.uk-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
    fill: currentcolor;
}

svg [stroke*="#"] {
    stroke: currentcolor;
}

.uk-icon>* {
    transform: translate(0, 0);
}

.uk-icon-image {
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.uk-icon-link {
    color: #999;
}

.uk-icon-link:hover,
.uk-icon-link:focus {
    color: #666;
    outline: none;
}

.uk-icon-link:active,
.uk-active>.uk-icon-link {
    color: #595959;
}

.uk-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #f8f8f8;
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
}

.uk-icon-button:hover,
.uk-icon-button:focus {
    background-color: #ebebeb;
    color: #666;
    outline: none;
}

.uk-icon-button:active,
.uk-active>.uk-icon-button {
    background-color: #dfdfdf;
    color: #666;
}

#block-formularioinscripciones .field--name-body h4 {
    font-size: 45px;
    color: #1c1c1e;
    margin-bottom: 20px;
    text-align: center;
}

.form-control {
    display: block;
    color: var(--gris3);
    width: 100%;
    height: 45px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #0a39e6;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 20px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 45px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    background-color: #f8305a;
    background-clip: padding-box;
    border: 1px solid #f8305a;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
}

.form-select option,
.form-select optgroup {
    background-color: #fff;
    font-size: 14px;
    color: var(--gris3);
}

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

    .form-control,
    .form-select {
        font-size: 14px;
    }
}

textarea.form-control {
    height: 100px;
    overflow: hidden;
    resize: none;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}

.form-group.form-checkbox {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.form-actions {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}

.form-group textarea+label,
.form-group input[type="password"]+label
{
    transition: 0.1s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.75rem;
    user-select: none;
    pointer-events: none;
    font-size: 14px;
}

.form-group input[type="text"]+label
{
    transition: 0.1s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.75rem;
    user-select: none;
    pointer-events: none;
}

.form-group input[type="email"]+label {
    transition: 0.1s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.75rem;
    user-select: none;
    pointer-events: none;
}


.form-group input[type="tel"]+label{
    transition: 0.1s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.75rem;
    user-select: none;
    pointer-events: none;
}

.form-group.float-label input[type="text"]:focus,
.form-group.float-label textarea:focus,
.form-group.float-label input[type="password"]:focus,
.form-group.float-label input[type="tel"]:focus,
.form-group.float-label input[type="email"]:focus,
.form-group.float-label.hasText input,
.form-group.float-label.hasText textarea {
    /* padding-top: 1.2rem;*/
    padding-bottom: 0.3rem;
    outline: none;
}

.form-group.float-label input[type="text"]:focus,
.form-group.float-label textarea:focus,
.form-group.float-label input[type="password"]:focus,
.form-group.float-label input[type="tel"]:focus,
.form-group.float-label input[type="email"]:focus {
    border-color: #48d6ff;
    outline: none;
}

.form-group.float-label input[type="text"]:focus+label,
.form-group.float-label textarea:focus+label,
.form-group.float-label input[type="password"]:focus+label,
.form-group.float-label input[type="tel"]:focus+label,
.form-group.float-label input[type="email"]:focus+label,
.form-group.float-label.hasText input[type="text"]+label,
.form-group.float-label.hasText textarea+label,
.form-group.float-label.hasText input[type="password"]+label,
.form-group.float-label.hasText input[type="tel"]+label,
.form-group.float-label.hasText input[type="email"]+label {
    opacity: 0.65;
    font-size: 0.73rem;
    padding-top: 0.3rem;
    font-weight: 500;
}

.form-group.float-label input::placeholder,
.form-group.float-label input::-webkit-input-placeholder,
.form-group.float-label textarea::placeholder,
.form-group.float-label textarea::-webkit-input-placeholder,
.form-group.floating input::placeholder,
.form-group.floating input::-webkit-input-placeholder,
.form-group.floating textarea::placeholder,
.form-group.floating textarea::-webkit-input-placeholder {
    color: var(--gris3) !important;
}

.form-group.floating>.form-control:focus,
.form-group.floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.2rem;
    padding-bottom: 0.3rem;
    outline: none;
}

.form-group.floating>.form-control:focus~label,
.form-group.floating>.form-control:not(:placeholder-shown)~label {
    opacity: 0.65;
    font-size: 0.75rem;
    padding-top: 0.3rem;
}

.form-group.floating>label {
    transition: 0.1s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.75rem;
    user-select: none;
    pointer-events: none;
}

.form-group.form-checkbox input {
    /*display: none;*/
}

.form-group.form-checkbox label {
    color: var(--gris3) !important;
    position: relative;
    padding: 0 0 0 25px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.form-group.form-checkbox label a,
.form-group.form-checkbox label a:hover {
    color: #be2949;
    text-decoration: none;
}

/*.form-group.form-checkbox label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid var(--gris3);
    background-color: #fff;
}
.form-group.form-checkbox input:checked ~ label::before {
    background-image: url("data:image/svg+xml,%3Csvg class='' width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.86338 18C9.58738 18 9.32338 17.886 9.13438 17.685L4.27138 12.506C3.89238 12.104 3.91338 11.471 4.31538 11.093C4.71838 10.715 5.35138 10.735 5.72838 11.137L9.85338 15.528L18.2614 6.32599C18.6354 5.91699 19.2674 5.88999 19.6754 6.26199C20.0824 6.63399 20.1104 7.26699 19.7384 7.67399L10.6014 17.674C10.4144 17.88 10.1484 17.998 9.87038 18H9.86338Z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
    border-color: #0a39e6;
    background-color: #0a39e6;
    background-position: center;
}*/
.form-group.error input,
.form-group.error select {
    border: 1px solid #e6215d !important;
}

.form-group.error label {
    color: #e6215d;
    opacity: 1 !important;
}

.form-group.form-checkbox input.error+label {
    color: #e6215d !important;

}

.form-group.error span,
span.input-feedback {
    color: #e6215d;
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: 3px;
    flex: 0 0 100%;
}

.form-control.error {
    border: 1px solid red !important;
}

.form-control.error+label {
    color: red !important;
    font-size: 55%;
    margin-top:-6%;
}

.form-select.error {
    background: #ff000099 !important;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
}

.form-control::-webkit-input-placeholder {
    color: var(--gris3);
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: var(--gris3);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: var(--gris3);
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: var(--gris3);
    opacity: 1;
}

.form-control::placeholder {
    color: var(--gris3);
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.uk-button,
.btn {
    display: inline-block;
    font-weight: 500;
    color: #1c1c1e;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.65rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    background-color: #f8305a;
    border-color: #f8305a;
    border-radius: 4px;
    width: 200px;
    color: white;
}

.btn-primary:hover {
    background-color: #be2949;
    border-color: #be2949;
}

.btn.disabled,
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}

.uk-section {
    display: flow-root;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}

.uk-card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow 0.1s ease-in-out;
}

.uk-close {
    color: var(--gris3);
    transition: 0.1s ease-in-out;
    transition-property: color, opacity;
}

.uk-accordion {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.uk-accordion-title {
    display: block;
    overflow: hidden;
    text-decoration: none;
    line-height: 1.4;
}

.uk-accordion-title svg {
    flex: 0 0 auto;
}

.uk-open>a>svg {
    transform: rotate(180deg);
}

.uk-drop {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 300px;
}

.uk-drop.uk-open {
    display: block;
}

.uk-drop-stack .uk-drop-grid>* {
    width: 100% !important;
}

.uk-dropdown {
    display: none;
    position: absolute;
    top: 100% !important;
    z-index: 600;
    box-sizing: border-box;
    min-width: 200px;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    margin-top: 12px;
    border-radius: 0.25rem;
}

.uk-dropdown.uk-open {
    display: block;
}

.uk-dropdown .uk-dropdown-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uk-dropdown .uk-dropdown-nav li+li {
    margin-top: 4px;
}

.uk-dropdown .uk-dropdown-nav li a {
    color: var(--gris3);
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.15s linear;
}

@media (min-width: 640px) {
    .uk-modal {
        padding: 50px 30px;
    }
}

@media (min-width: 960px) {
    .uk-modal {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.uk-modal.uk-open {
    opacity: 1;
}

.uk-modal-page {
    overflow: hidden;
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 800px;
    overflow: auto;
    max-width: calc(100% - 0.01px) !important;
    background-color: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: 0.3s linear;
    transition-property: opacity, transform;
}

.uk-open>.uk-modal-dialog {
    opacity: 1;
    transform: translateY(0);
}

.uk-modal-full .uk-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0);
}

.uk-modal-body {
    display: flow-root;
    padding: 30px 30px;
}

.uk-modal-header {
    display: flow-root;
    padding: 15px 30px;
}

.uk-modal-footer {
    display: flow-root;
    padding: 15px 30px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

.uk-margin-auto-vertical {
    margin-top: auto;
    margin-bottom: auto;
}

[class*="uk-modal-close-"] {
    position: absolute;
    z-index: 1000;
    top: 10px;
    right: 10px;
    padding: 5px;
}

#footer.footer {
    background-color: #25252D;
    color: #7e7e7e;
    padding: 10px 0 10px;
    position: relative;
    z-index: 250;
}

#footer.footer .region-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

#block-logointercorp .field--name-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

#block-logointercorp .field--name-body p {
    margin-bottom: 0;
    font-size: 15px;
    margin-right: 15px;
}

#block-logointercorp .field--name-body svg * {
    fill: #fff;
}

#block-libroreclamaciones ul.navbar-nav-list {
    flex-direction: row;
    display: flex;
    margin-top: 30px;
}

#block-libroreclamaciones ul.navbar-nav-list li+li {
    margin-left: 15px;
}

#block-libroreclamaciones ul.navbar-nav-list li img {
    background-color: #fff;
    padding: 4px;
    border-radius: 4px;
}

@media screen and (min-width: 992px) {
    #footer.footer .region-footer {
        align-items: center;
        flex-direction: row;
        text-align: center;
    }

    #block-logointercorp .field--name-body {
        flex-direction: row;
    }

    #block-libroreclamaciones ul.navbar-nav-list {
        margin-top: 0;
    }
}

.uk-slideshow {
    -webkit-tap-highlight-color: transparent;
}

.uk-slideshow-items {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-touch-callout: none;
}

.uk-slideshow-items>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform, opacity;
    touch-action: pan-y;
}

.uk-slideshow-items> :focus {
    outline: none;
}

.uk-slideshow-items> :not(.uk-active) {
    display: none;
}

.uk-slider {
    -webkit-tap-highlight-color: transparent;
}

.uk-slider-container {
    overflow: hidden;
}

.uk-slider-container-offset {
    margin: -11px -25px -39px -25px;
    padding: 11px 25px 39px 25px;
}

.uk-slider-items {
    position: relative;
}

.uk-slider-items:not(.uk-grid) {
    display: flex;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
    flex-wrap: nowrap;
}

.uk-slider-items>* {
    flex: none;
    position: relative;
    touch-action: pan-y;
}

.uk-slider-items> :focus {
    outline: none;
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.uk-offcanvas-flip .uk-offcanvas {
    right: 0;
    left: auto;
}

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    overflow-y: auto;
}

.off-canvas-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 15px 0;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.off-canvas-header h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0;
}

#off-canvas-mobile .uk-offcanvas-close {
    top: 0;
    right: 0;
    padding: 0;
}

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

    .uk-offcanvas-bar {
        left: -370px;
        width: 550px;
    }

    #off-canvas-mobile .uk-offcanvas-bar {
        width: 370px;
        padding: 30px 20px;
    }
}

.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: -100%;
}

@media screen and (min-width: 992px) {
    .uk-offcanvas-flip .uk-offcanvas-bar {
        right: -550px;
    }
}

.uk-open>.uk-offcanvas-bar {
    left: 0;
}

.uk-offcanvas-flip .uk-open>.uk-offcanvas-bar {
    left: auto;
    right: 0;
}

.uk-offcanvas-bar-animation {
    transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
    transition-property: right;
}

.uk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 15px;
    padding: 5px;
}

.uk-offcanvas-overlay {
    width: 100vw;
    z-index: 1000;
    touch-action: none;
}

#off-canvas-mobile.uk-offcanvas-overlay {
    z-index: 1200;
}

.uk-offcanvas-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.75);
    opacity: 0;
    transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
    opacity: 1;
}

.uk-offcanvas-page,
.uk-offcanvas-container {
    overflow-x: hidden;
}

.uk-offcanvas-container {
    position: relative;
    left: 0;
    transition: left 0.3s ease-out;
    box-sizing: border-box;
    width: 100%;
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -270px;
}

@media screen and (min-width: 960px) {
    :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
        left: 350px;
    }

    .uk-offcanvas-flip.uk-offcanvas-container-animation {
        left: -550px;
    }
}

@media screen and (max-width: 575px) {
    #off-canvas-right.uk-offcanvas {
        display: block;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
    }

    #off-canvas-right.uk-offcanvas .uk-offcanvas-bar {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        background-color: #fff !important;
        padding: 40px 20px;
    }

    #off-canvas-right.uk-offcanvas .uk-offcanvas-bar .uk-offcanvas-close {
        display: none;
    }
}

.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-switcher> :not(.uk-active) {
    display: none;
}

.uk-switcher>*> :last-child {
    margin-bottom: 0;
}

.uk-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    top: 0;
    box-sizing: border-box;
    max-width: 200px;
    padding: 3px 6px;
    background-color: #666;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
}

.uk-tooltip.uk-active {
    display: block;
}

.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-grid>* {
    margin: 0;
}

header#header {
    background-color: #f2f2f2;
    padding: 15px 0;
    z-index: 500;
}

header#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-main {
    display: flex;
    align-items: center;
}

.navegacion-principal .nav>li {
    position: relative;
    margin-bottom: 25px;
}

.navegacion-principal .nav>li>a {
    color: #f8305a;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: center;
    line-height: 1.4;
    text-decoration: none;
    align-items: center;
    padding: 0;
}

.navegacion-principal .nav>li>a:hover {
    color: #ce294d;

}

@media screen and (min-width: 992px) {
    .navegacion-principal .nav>li>a {
        justify-content: space-between;
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .navbar-expand .navbar-collapse {
        display: flex !important;
    }
}

.uk-navbar-nav>li.nav-item>a:not(.dropdown-toggle) svg,
.collapse:not(.show) {
    display: none;
}

@media screen and (max-width: 991px) {
    header#header .navbar-main-secondary {
        display: none;
    }

    header#header .hamburguesa-main {
        order: 1;
    }
}

.navbar-toggler svg {
    fill: currentColor;
}

.menu-principal .nav.navbar-nav li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    .menu-principal .nav.navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.navbar-nav,
#block-navegacionprincipalgracias .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

@media screen and (min-width: 992px) {
    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.navbar-nav-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.uk-navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 600;
    box-sizing: border-box;
    width: 600px;
    padding: 15px 0;
    background-color: var(--gris3);
    list-style: none;
    flex-wrap: wrap;
    top: 100% !important;
    left: 0 !important;
}

.uk-navbar-dropdown.uk-open {
    display: flex;
}

.uk-subnav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.uk-subnav>* {
    flex: none;
    position: relative;
}

.block-system-breadcrumb-block {
    margin: 20px 0;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.breadcrumb li,
.breadcrumb li a {
    color: var(--gris3);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.breadcrumb li svg.breadcrumb-arrow {
    margin: 0 12px;
}

.breadcrumb li:last-child svg {
    display: none;
}

.uk-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
    position: relative;
}

.uk-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid #e5e5e5;
}

.uk-tab>* {
    flex: none;
    padding-left: 20px;
    position: relative;
}

.uk-tab>*>a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: 0.875rem;
    text-transform: uppercase;
    transition: color 0.1s ease-in-out;
}

.uk-tab>*>a:hover,
.uk-tab>*>a:focus {
    color: #666;
    text-decoration: none;
}

.uk-tab>.uk-active>a {
    color: #333;
    border-color: #1e87f0;
}

.uk-slidenav {
    padding: 0;
    color: rgba(102, 102, 102, 0.5);
    transition: color 0.1s ease-in-out;
    width: 40px;
    height: 40px;
    background-color: #f2f2f2;
    box-shadow: 0px 0px 10px #979797;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.uk-slidenav:hover,
.uk-slidenav:focus {
    color: rgba(102, 102, 102, 0.9);
    outline: none;
}

.uk-slidenav.uk-slidenav-previous svg {
    transform: rotate(180deg);
}

.uk-slidenav.uk-slidenav-next {
    left: auto;
    right: 0;
}

.uk-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: #000;
    opacity: 0;
    transition: opacity 0.15s linear;
    touch-action: pinch-zoom;
}

.uk-lightbox.uk-open {
    display: block;
    opacity: 1;
}

.uk-lightbox-page {
    overflow: hidden;
}

.uk-lightbox-items>* {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    will-change: transform, opacity;
}

.uk-lightbox-items>*>* {
    max-width: 100vw;
    max-height: 100vh;
}

.uk-lightbox-items> :focus {
    outline: none;
}

.uk-lightbox-items>*> :not(iframe) {
    width: auto;
    height: auto;
}

.uk-lightbox-items>.uk-active {
    display: flex;
}

.uk-lightbox-toolbar {
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar>* {
    color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar-icon {
    padding: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar-icon:hover {
    color: #fff;
}

.uk-lightbox-button {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.uk-lightbox-button:hover,
.uk-lightbox-button:focus {
    color: #fff;
}

.uk-lightbox-caption:empty {
    display: none;
}

.uk-lightbox-iframe {
    width: 80%;
    height: 80%;
}

[class*="uk-animation-"] {
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.uk-animation-fade {
    animation-name: uk-fade;
    animation-duration: 0.8s;
    animation-timing-function: linear;
}

.uk-animation-slide-top {
    animation-name: uk-fade-top;
}

.uk-animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in;
}

.uk-animation-fast {
    animation-duration: 0.1s;
}

.uk-animation-toggle:not(:hover):not(:focus) [class*="uk-animation-"] {
    animation-name: none;
}

.uk-animation-toggle {
    -webkit-tap-highlight-color: transparent;
}

.uk-animation-toggle:focus {
    outline: none;
}

@keyframes uk-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes uk-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.uk-svg,
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
    fill: currentcolor;
}

.uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
    stroke: currentcolor;
}

.uk-panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.uk-overflow-hidden {
    overflow: hidden;
}

.uk-overflow-auto {
    min-height: 200px;
    max-height: 780px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.uk-overflow-auto> :last-child {
    margin-bottom: 0;
}

[class*="uk-inline"] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.uk-inline-clip {
    overflow: hidden;
}

.uk-flex {
    display: flex;
}

.uk-flex-inline {
    display: inline-flex;
}

.uk-flex-left {
    justify-content: flex-start;
}

.uk-flex-center {
    justify-content: center;
}

.uk-flex-right {
    justify-content: flex-end;
}

.uk-flex-between {
    justify-content: space-between;
}

.uk-flex-around {
    justify-content: space-around;
}

.uk-flex-middle {
    align-items: center;
}

.uk-flex-bottom {
    align-items: flex-end;
}

.uk-flex-row {
    flex-direction: row;
}

.uk-flex-column {
    flex-direction: column;
}

.uk-flex-nowrap {
    flex-wrap: nowrap;
}

.uk-flex-wrap {
    flex-wrap: wrap;
}

.uk-flex-wrap-bottom {
    align-content: flex-end;
}

.uk-flex-wrap-between {
    align-content: space-between;
}

.uk-flex-none {
    flex: none;
}

.uk-flex-auto {
    flex: auto;
}

.uk-flex-1 {
    flex: 1;
}

.uk-invisible {
    visibility: hidden;
}

[class*="uk-position-top"],
[class*="uk-position-bottom"],
[class*="uk-position-left"],
[class*="uk-position-right"],
[class*="uk-position-center"] {
    position: absolute !important;
    max-width: 100%;
}

.uk-position-relative {
    position: relative !important;
}

.uk-position-absolute {
    position: absolute !important;
}

.uk-position-fixed {
    position: fixed !important;
}

.uk-transition-toggle {
    -webkit-tap-highlight-color: transparent;
}

.uk-transition-toggle:focus {
    outline: none;
}

.uk-transition-fade,
[class*="uk-transition-scale"],
[class*="uk-transition-slide"] {
    transition: 0.3s ease-out;
    transition-property: opacity, transform, filter;
    opacity: 0;
}

.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
    opacity: 1;
}

.uk-transition-scale-up {
    transform: scale(1, 1);
}

.uk-transition-scale-down {
    transform: scale(1.1, 1.1);
}

.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
    opacity: 1;
    transform: scale(1.1, 1.1);
}

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
    opacity: 1;
    transform: scale(1, 1);
}

.uk-transition-slide-top {
    transform: translateY(-100%);
}

[hidden],
.hidden,
.uk-hidden {
    display: none;
}

.hidden-sm {
    display: none !important;
}

@media screen and (min-width: 992px) {
    .hidden-sm {
        display: block !important;
    }
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bloque-botonera-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    /* z-index: 200; */
    z-index: 999999;
    width: 100%;
    padding: 0 20px;
}

@media screen and (min-width: 992px) {
    .bloque-botonera-mobile {
        display: none;
    }
}

.titulares-arvo h2.block__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.titulo-amarillo h2.block__title {
    color: #48d6ff;
}

.titulo-naranja h2.block__title {
    color: #0a39e6;
}

.titulo-naranja h5.block__title {
    color: #0a39e6;
}

.titulo-naranja h6.block__title {
    color: #0a39e6;
}

.titulo-white h2.block__title {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 15px;

    font-weight: bold;
    font-style: italic;

}

.bloque-content-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.bloque-centered .bloque-content-flex {
    align-items: center;
}

.wrapper-title {
    margin-bottom: 15px;
}

.wrapper-title p {
    font-weight: bold;
    font-style: italic;
}

.block-drupal-modal .field--name-body ol {
    padding: 0 0 0 20px;
    margin: 0;
    line-height: 1.4;
}

.block-drupal-modal .field--name-body>ol>li ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 20px;
}

.block-drupal-modal .field--name-body>ol>li+li,
.block-drupal-modal .field--name-body>ol>li ul li+li {
    margin-top: 10px;
}

.hero__background img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    -o-object-position: center;
    width: 100%;
    height: 70vh;
}

.hero__content--centered {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero__descripcion h1 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
}

.hero__descripcion h4 {
    color: white;
    background-color: #f8305a;
    display: inline-flex;
    padding: 12px 20px;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin-bottom: 25px;
}

.hero__descripcion h3 {
    color: #fff;
    margin-bottom: 40px;
    font-style: italic;
    font-size: 20px;
}

.hero__descripcion h3 strong {
    color: #48d6ff;
}

.hero__descripcion ul.navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.hero__descripcion ul.navbar-nav li+li {
    margin-left: 40px;
}

@media screen and (min-width: 992px) {
    .hero__descripcion h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .hero__descripcion h4 {
        padding: 15px 30px;
        font-size: 22px;
        margin-bottom: 25px;
        font-style: italic;
    }

    .hero__background img {
        height: 90vh;
    }

    .hero__descripcion ul.navbar-nav {
        justify-content: inherit;
    }

    .hero__descripcion ul.navbar-nav li+li {
        margin-left: 80px;
    }
}

.bloque-becas::before {
    content: "";
    background-color: #002031;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.bloque-becas .content .wrapper-group-left {
    color: #fff;
    padding: 40px 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    #content_first .region-content-first {
        position: relative;
        z-index: 100;
    }

    .bloque-becas {
        padding: 40px 0;
        margin-top: -60px;
    }

    .bloque-becas::before {
        width: 92%;
    }

    .bloque-becas .content .wrapper-group-left {
        padding: 20px 40px;
    }

    .bloque-becas .content .wrapper-group-left .field--name-body,
    .bloque-terminos .content .wrapper-group-left .field--name-body {
        padding-left: 0px;
    }
}

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

    #content_first>.container,
    #content_second>.container,
    #content_third>.container,
    #content_four>.container {
        padding-left: 0;
        padding-right: 0;
    }
}

.bloque-becas .content .wrapper-group-right {
    flex: 0 0 auto;
    position: relative;
}

.bloque-terminos {
    padding: 0;
    margin-bottom: 0;
}

.bloque-terminos::before {
    content: "";
    background-color: #002031;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bloque-terminos .content .wrapper-group-left {
    color: #fff;
    padding: 40px 20px;
    display: flex;
    flex: 1;
    order: 1;
    flex-direction: column;
    justify-content: center;
}

.bloque-terminos .content .wrapper-group-left .field--name-body ul li {
    position: relative;
    padding-left: 30px;
}

.bloque-terminos .content .wrapper-group-left .field--name-body ul li+li {
    margin-top: 18px;
}

.bloque-terminos .content .wrapper-group-left .field--name-body ul li svg {
    position: absolute;
    top: 5px;
    left: 0;
    color: var(--verde);
}

.bloque-terminos .content .wrapper-group-right {
    flex: 0 0 auto;
    position: relative;
    order: 1;
}

@media screen and (min-width: 992px) {
    .bloque-terminos {
        padding: 40px 0;
        margin-bottom: 40px;
    }

    .bloque-terminos::before {
        width: 92%;
    }

    .bloque-terminos .content .wrapper-group-left {
        padding: 20px 90px 20px 40px;
    }
}

.bloque-terminos .content .wrapper-group-left .field--name-body .field--link-modal {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.bloque-terminos .content .wrapper-group-left .field--name-body .field--link-modal a {
    color: var(--amarillo);
    font-weight: 600;
}

.linea-tiempo {
    padding: 40px 20px;
}

.linea-tiempo .content .wrapper-group-left {
    padding: 0;
    flex: 1;
}

.linea-tiempo .content .wrapper-group-right {
    flex: 0 0 auto;
    position: relative;
}

.linea-tiempo .field--name-field-pasos {
    counter-increment: list 0;
    padding-left: 12px;
}

@media screen and (min-width: 992px) {
    .linea-tiempo {
        padding: 60px 0 120px;
    }

    .linea-tiempo::before {
        content: "";
        background-color: #fff;
        width: 92%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .linea-tiempo .content .wrapper-group-left {
        padding: 0 90px 0 30px;
    }

    .linea-tiempo .field--name-field-pasos {
        padding-left: 10px;
    }
}

.linea-tiempo .field--name-field-pasos>.field__item {
    position: relative;
    padding: 0 0 0 20px;
}

.linea-tiempo .field--name-field-pasos>.field__item::before {
    content: "";
    /* background-color: #f8305a;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 10px; */
}

.linea-tiempo .field--name-field-pasos>.field__item:last-child::before {
    content: none;
}

.linea-tiempo .field--name-field-pasos .field__item .field--name-field-titulo {
    line-height: 1.3;
    padding-bottom: 20px;
}

.linea-tiempo .field--name-field-pasos .field__item .field--name-field-titulo p {
    font-weight: bold;
}

.accordion-carreras .wrapper-group-bottom .field--name-body ul li {
    font-weight: bold;
}

.linea-tiempo .field--name-field-pasos .field__item .field--name-field-titulo::before {
    position: absolute;
    left: -12px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    content: '';
    background: url(../img/row.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-weight: 700;
    color: #f8305a;
    line-height: 20px;
    font-size: 13px;
    top: -3px;
}

.linea-tiempo .field--name-field-pasos.field__items .field__item .field--name-field-descripcion {
    padding: 15px 0 30px;
}

.linea-tiempo .field--name-field-pasos.field__items .field__item:last-child .field--name-field-descripcion {
    padding-bottom: 0;
}

.puntos-personalizados {}

.puntos-personalizados .field--name-field-pasos>.field__item {
    position: relative;
    padding: 0 0 0 20px;
}

.puntos-personalizados .field--name-field-pasos>.field__item::before {
    content: "";
    /* background-color: #f8305a;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 10px; */
}

.puntos-personalizados .field--name-field-pasos>.field__item:last-child::before {
    content: none;
}

.puntos-personalizados .field--name-field-pasos .field__item .field--name-field-titulo {
    line-height: 1.3;
    padding-bottom: 20px;
}

.puntos-personalizados .field--name-field-pasos .field__item .field--name-field-titulo::before {
    position: absolute;
    left: -12px;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    content: '';
    background: url(../img/row.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-weight: 700;
    color: #f8305a;
    line-height: 20px;
    font-size: 13px;
    top: -3px;
}

.puntos-personalizados .field--name-field-pasos.field__items .field__item .field--name-field-descripcion {
    padding: 15px 0 30px;
}

.puntos-personalizados .field--name-field-pasos.field__items .field__item:last-child .field--name-field-descripcion {
    padding-bottom: 0;
}


.bloque-inicio-clases {
    background: url('../img/inicio.webp');
    background-position-x: center;
    background-size: cover;
    padding: 40px 20px;
}

.bloque-inicio-clases .content {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.bloque-inicio-clases .wrapper-group-right {
    position: relative;
    width: 100%;
}

.bloque-inicio-clases .wrapper-group-right .field--name-body ul {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    flex-wrap: wrap;
    border: solid 5px white;
    display: inline-flex;
    border-radius: 4px;
    width: 100%;
}

.bloque-inicio-clases .wrapper-group-right .field--name-body ul li {
    width: auto;
    flex: 0 0 50%;
    padding: 12px 20px;
    text-align: center;
}

.bloque-inicio-clases .wrapper-group-right .field--name-body ul li strong {
    color: white;
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
}

@media screen and (min-width: 992px) {
    .bloque-inicio-clases {
        padding: 60px 0;
        margin: 40px 0;
    }

    .bloque-inicio-clases .content {
        align-items: center;
        flex-direction: row;
    }

    .bloque-inicio-clases .wrapper-group-left .wrapper-title {
        max-width: 80%;
        margin: 0 auto;
    }

    .bloque-inicio-clases .wrapper-group-right {
        flex: 0 0 auto;
        width: auto;
    }

    .bloque-inicio-clases .wrapper-group-right .field--name-body ul {
        margin: 0 0 0 60px;
        width: auto;
    }

    .bloque-inicio-clases .wrapper-group-right .field--name-body ul li {
        width: 220px;
        flex: none;
    }
}

.accordion-carreras::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordion-carreras .wrapper-group-left {
    padding: 40px 20px 0;
}

@media screen and (min-width: 992px) {
    .accordion-carreras::before {
        width: 92%;
    }

    .accordion-carreras .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .accordion-carreras .wrapper-group-left {
        padding: 30px 0 0 30px;
    }
}

.accordion-carreras .field--name-field-accordion-carreras .field__item,
.bloque-faq .field--name-field-accordion .field__item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.accordion-carreras .field--name-field-accordion-carreras>.field__item+.field__item,
.bloque-faq .field--name-field-accordion>.field__item+.field__item {
    margin-top: 10px;
}

.accordion-carreras .field--name-field-accordion-carreras .field__item .uk-accordion-title,
.bloque-faq .field--name-field-accordion .field__item .uk-accordion-title {
    padding: 12px 20px 10px;
    font-weight: 600;
    color: var(--naranja);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-carreras .field--name-field-accordion-carreras .field__item .uk-accordion-content {
    padding: 0 20px 25px;
}

.accordion-carreras .field--name-field-accordion-carreras .field__item .uk-accordion-content .inner-accordion-content {
    border-top: 2px solid var(--gris3);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.accordion-carreras .field--name-field-accordion-carreras .field__item .uk-accordion-content .inner-accordion-content .body-accordion {
    flex: 1;
    padding: 15px 30px 0 15px;
}

@media screen and (min-width: 992px) {
    .accordion-carreras .field--name-field-accordion-carreras {
        padding: 0 30px 0 40px;
    }

    .accordion-carreras .field--name-field-accordion-carreras .field__item .uk-accordion-content .inner-accordion-content .body-accordion {
        padding: 20px 20px 0;
    }
}

.accordion-carreras .field--name-field-accordion-carreras .field__item .uk-accordion-content .inner-accordion-content .body-accordion ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-carreras .field--name-field-accordion-carreras .field__item .uk-accordion-content .inner-accordion-content .body-accordion ul ul li {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 4 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L3 3L1 1' stroke='%23F0543B' stroke-width='0.666667' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
    .accordion-carreras .field--name-field-accordion-carreras .field__item .uk-accordion-content .inner-accordion-content .body-accordion ul ul li {
        background-position: center left;
    }
}

.accordion-carreras .field--name-field-accordion-carreras .field__item .uk-accordion-content .inner-accordion-content .body-accordion>ul>li+li {
    padding-top: 10px;
}

.accordion-carreras .field--name-field-accordion-carreras .field__item .uk-accordion-content .inner-accordion-content .body-accordion ul ul {
    margin-left: 10px;
    padding-top: 8px;
}

.accordion-carreras .field--name-field-accordion-carreras .field__item .uk-accordion-content .inner-accordion-content .body-accordion>ul>li strong {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 6.66675C14 11.3334 8 15.3334 8 15.3334C8 15.3334 2 11.3334 2 6.66675C2 3.35304 4.68629 0.666748 8 0.666748C11.3137 0.666748 14 3.35304 14 6.66675V6.66675Z' stroke='%23F0543B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 8.66675C9.10457 8.66675 10 7.77132 10 6.66675C10 5.56218 9.10457 4.66675 8 4.66675C6.89543 4.66675 6 5.56218 6 6.66675C6 7.77132 6.89543 8.66675 8 8.66675Z' stroke='%23F0543B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20px;
    display: flex;
    padding: 5px 0 5px 30px;
}

.accordion-carreras .wrapper-group-bottom .field--name-body {
    padding: 40px 20px;
}

@media screen and (min-width: 992px) {
    .accordion-carreras .wrapper-group-bottom .field--name-body {
        padding: 0px 40px 60px 40px;
    }
}

.accordion-carreras .wrapper-group-bottom .field--name-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.accordion-carreras .wrapper-group-bottom .field--name-body ul li {
    background-image: url("../img/row.png");
    background-repeat: no-repeat;
    background-position: left;
    padding: 0 0 0 20px;
    line-height: 1.3;
}

.accordion-carreras .wrapper-group-bottom .field--name-body ul li+li {
    margin-top: 15px;
}

.accordion-carreras .wrapper-group-bottom .field--name-body p strong {
    color: #0a39e6;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
}

.bloque-carreras {
    display: flex;
    justify-content: flex-end;
}

.bloque-carreras .content {
    background-color: #e0dfdd;
    padding: 40px 20px;
    width: 100%;
}

.bloque-carreras .content .wrapper-group-left {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 30px;
}


@media screen and (min-width: 992px) {
    .bloque-carreras {
        margin-top: -40px;
        margin-bottom: 40px;
    }

    .bloque-carreras .content {
        padding: 40px 60px;
        width: 92%;
    }

    .bloque-carreras .content .wrapper-group-left {
        flex: 0 0 25%;
        margin-right: 50px;
    }
}

.bloque-carreras .content .wrapper-group-right {
    flex: 1;
}

.bloque-carreras .content .wrapper-group-left .field--name-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
}

.bloque-carreras .content .wrapper-group-left .field--name-body ul li {
    background-color: #0a39e6;
    border-radius: 4px;
    font-size: 18px;
    padding: 20px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-weight: 600;
}

.bloque-carreras .content .wrapper-group-left .field--name-body ul li p {
    margin-bottom: 0;
    font-size: 25px;
}

.bloque-carreras .content .wrapper-group-left .field--name-body ul li p:last-child {
    font-size: 20px;
}

.bloque-carreras .content .wrapper-group-left .field--name-body ul li s {
    font-size: 10px;
    color: var(--amarillo);
    font-weight: 400;
    display: block;
    margin: 3px 0;
}

.bloque-carreras .content .wrapper-group-left .field--name-body>p {
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
}

.bloque-carreras .field--name-field-descripcion-alterna h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin-bottom: 25px;
    color: var(--amarillo);
}

.bloque-carreras .field--name-field-descripcion-alterna table tbody td {
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #bdbdbd;
}

.bloque-carreras .field--name-field-descripcion-alterna table tbody tr:nth-of-type(1) td {
    background-color: transparent;
    border: 0 none;
}

.bloque-carreras .field--name-field-descripcion-alterna table tbody tr:nth-of-type(1) td:nth-of-type(2) {
    background-color: #0a39e6;

    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #bdbdbd;
}

.bloque-carreras .field--name-field-descripcion-alterna table tbody tr:nth-of-type(1) td:nth-of-type(3) {
    background-color: #0a39e6;

    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #bdbdbd;
}

.bloque-carreras .field--name-field-descripcion-alterna table tbody tr td:nth-of-type(1) {
    background-color: #0a39e6;

    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #bdbdbd;
}

.bloque-carreras .field--name-field-descripcion-alterna table tbody tr:nth-last-of-type(2) td:first-child,
.bloque-carreras .field--name-field-descripcion-alterna table tbody tr:last-child td {
    border-bottom: 0 none;
}

@media screen and (min-width: 992px) {
    .bloque-carreras .field--name-field-descripcion-alterna table tbody td {
        font-size: 13px;
    }
}

.bloque-aliados {
    padding: 40px 20px;
    margin-bottom: 0;
}

.bloque-aliados .content .wrapper-group-left {
    padding: 0;
}

.bloque-aliados::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bloque-aliados .field--name-field-aliados>.field__item+.field__item {
    margin-top: 25px;
}

.bloque-aliados .field--name-field-aliados .field__item .paragraph {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: flex-start;
}

.bloque-aliados .field--name-field-aliados .field__item .paragraph .field--name-field-vector-imagen {
    flex: 0 0 70px;
    display: flex;
    justify-content: center;
    padding-top: 2px;
    margin-right: 10px;
}

.bloque-aliados .field--name-field-aliados .field__item .paragraph .field--name-field-descripcion {
    flex: 1;
    line-height: 1.4;
}

@media screen and (min-width: 992px) {
    .bloque-aliados::before {
        width: 92%;
    }

    .bloque-aliados {
        padding: 60px 0;
        margin-bottom: 40px;
    }

    .bloque-aliados .content .wrapper-group-left {
        padding: 0 40px;
    }

    .bloque-aliados .field--name-field-aliados .field__item .paragraph {
        padding: 0 40px 0 30px;
    }
}

.bloque-faq {
    padding: 40px 20px;
    margin-bottom: 0;
}

.bloque-faq::before {
    content: "";
    background-color: var(--naranja);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bloque-faq .wrapper-group-left {
    padding: 0;
}

.bloque-faq .wrapper-group-left .field--name-field-accordion {
    padding: 0;
}

.bloque-faq .wrapper-group-left .field--name-field-accordion .field__item .uk-accordion-content {
    padding: 8px 20px 0;
}

.bloque-faq .wrapper-group-left .field--name-field-accordion .field__item .uk-accordion-content .inner-accordion-content {
    border-top: 2px solid var(--gris3);
    padding: 15px 0 20px;
}

@media screen and (min-width: 992px) {
    .bloque-faq {
        padding: 60px 0;
        margin-bottom: 50px;
    }

    .bloque-faq::before {
        width: 90%;
    }

    .bloque-faq .wrapper-group-left {
        padding: 40px 40px 0;
    }

    .bloque-faq .wrapper-group-left .field--name-field-accordion {
        padding: 0 0 0 40px;
    }
}

.bloque-faq .wrapper-group-left .field--name-field-accordion .field__item .uk-accordion-content .inner-accordion-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bloque-faq .wrapper-group-left .field--name-field-accordion .field__item .uk-accordion-content .inner-accordion-content ul li {
    position: relative;
    padding-left: 15px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.bloque-faq .wrapper-group-left .field--name-field-accordion .field__item .uk-accordion-content .inner-accordion-content ul li::before {
    content: "";
    background-color: var(--naranja);
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    border-radius: 50px;
    top: 6px;
}


.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

.loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff6b;
    z-index: 999;
    align-items: center;
    justify-content: center;
    display: none;
}

.loader.show {
    display: flex;
}

.field--name-imagen img {
    /* max-height: 400px; */
    object-fit: cover;
}


.uk-list-arrow {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.uk-list-arrow li {
    background-image: url("../img/row.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 0 0 20px;
    line-height: 1.3;
}

.uk-list-arrow li+li {
    margin-top: 15px;
}

.uk-text-center {
    text-align: center;

}

.text-white {
    color: #fff;
}

.timeline-container {
    background-color: #25252D;
    border-radius: 10px;
    border-radius: 10px;
    padding: 15px 10px;
    margin: 15px 0;
}

.timeline-container h4 {
    text-align: center;
    color: #48D6FF;
}

.timeline-container h5 {
    text-align: center;
}

#timeline {
    width: calc(100% - 40px);
    margin: 0 auto;
}

#timeline ol {
    position: relative;
    display: block;
    margin-top: 50px;
    margin-bottom: 80px;
    height: 1px;
    padding-inline-start: 0;
}

#timeline li {
    position: relative;
    display: inline-block;
    float: left;
    width: calc(100% / 5);
    height: 1px;
    background: #48D6FF;
    color: rgba(0, 0, 0, 0.5);
}

#timeline li .diplome {
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    max-width: 168px;
    margin: 15px auto;
}

#timeline li .point {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #48D6FF;
    background: #25242e;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
}

#timeline li .timestamp {
    font-size: 14px;
    text-align: center;
}

#timeline li.active>.point {
    border: 8px solid #48D6FF;
    background: #48d6ff;
}

#timeline li.active>.diplome,
#timeline li.active>.timestamp {
    color: #fff;
}

.container-time .uk-text {
    max-width: 80%;
    margin: 0 auto;
    font-style: italic;
}

.container-time .uk-text h2 {
    color: #0A39E6;
}

.container-time .uk-text h2 span {
    color: #F8305A;
}

.container-time .uk-text p {
    font-weight: bold;
}

.container-time .uk-footer-sect {
    font-style: italic;
}

.container-time .uk-footer-sect a {
    color: #0A39E6;
}

@media screen and (max-width: 700px) {
    #timeline li {
        display: initial;
        float: initial;
        width: 100%;
    }

    #timeline ol {
        height: auto;
        margin-top: 10px;
        margin-bottom: 0;
    }

    #timeline ol:before {
        content: '';
        position: absolute;
        left: 7px;
        width: 1px;
        background-color: #48D6FF;
        height: 100%;
    }

    #timeline li .diplome {
        text-align: left;
        max-width: calc(100% - 74px);
    }

    #timeline li .point {
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
    }
}

