 .ajax-progress {
    display: inline-block;
    padding: 1px 5px 2px 5px;
}

[dir="rtl"] .ajax-progress {
    float: right;
}

.ajax-progress-throbber .throbber {
    display: inline;
    padding: 1px 5px 2px;
    background: transparent url(/core/themes/stable/images/core/throbber-active.gif) no-repeat 0 center;
}

.ajax-progress-throbber .message {
    display: inline;
    padding: 1px 5px 2px;
}

tr .ajax-progress-throbber .throbber {
    margin: 0 2px;
}

.ajax-progress-bar {
    width: 16em;
}

.ajax-progress-fullscreen {
    position: fixed;
    z-index: 1000;
    top: 48.5%;
    left: 49%;
    width: 24px;
    height: 24px;
    padding: 4px;
    opacity: 0.9;
    border-radius: 7px;
    background-color: #232323;
    background-image: url(/core/themes/stable/images/core/loading-small.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

[dir="rtl"] .ajax-progress-fullscreen {
    right: 49%;
    left: auto;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.text-align-justify {
    text-align: justify;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.js input.form-autocomplete {
    background-image: url(/core/themes/stable/images/core/throbber-inactive.png);
    background-repeat: no-repeat;
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete {
    background-position: 0% center;
}

.js input.form-autocomplete.ui-autocomplete-loading {
    background-image: url(/core/themes/stable/images/core/throbber-active.gif);
    background-position: 100% center;
}

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
    background-position: 0% center;
}

.fieldgroup {
    padding: 0;
    border-width: 0;
}

.container-inline div,
.container-inline label {
    display: inline;
}

.container-inline .details-wrapper {
    display: block;
}

.clearfix:after {
    display: table;
    clear: both;
    content: "";
}

.js details:not([open]) .details-wrapper {
    display: none;
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}

.invisible {
    visibility: hidden;
}

.item-list__comma-list,
.item-list__comma-list li {
    display: inline;
}

.item-list__comma-list {
    margin: 0;
    padding: 0;
}

.item-list__comma-list li:after {
    content: ", ";
}

.item-list__comma-list li:last-child:after {
    content: "";
}

.js .js-hide {
    display: none;
}

.js-show {
    display: none;
}

.js .js-show {
    display: block;
}

.nowrap {
    white-space: nowrap;
}

.position-container {
    position: relative;
}

.progress {
    position: relative;
}

.progress__track {
    min-width: 100px;
    max-width: 100%;
    height: 16px;
    margin-top: 5px;
    border: 1px solid;
    background-color: #fff;
}

.progress__bar {
    width: 3%;
    min-width: 3%;
    max-width: 100%;
    height: 1.5em;
    background-color: #000;
}

.progress__description,
.progress__percentage {
    overflow: hidden;
    margin-top: 0.2em;
    color: #555;
    font-size: 0.875em;
}

.progress__description {
    float: left;
}

[dir="rtl"] .progress__description {
    float: right;
}

.progress__percentage {
    float: right;
}

[dir="rtl"] .progress__percentage {
    float: left;
}

.progress--small .progress__track {
    height: 7px;
}

.progress--small .progress__bar {
    height: 7px;
    background-size: 20px 20px;
}

.reset-appearance {
    margin: 0;
    padding: 0;
    border: 0 none;
    background: transparent;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.resize-none {
    resize: none;
}

.resize-vertical {
    min-height: 2em;
    resize: vertical;
}

.resize-horizontal {
    max-width: 100%;
    resize: horizontal;
}

.resize-both {
    max-width: 100%;
    min-height: 2em;
    resize: both;
}

table.sticky-header {
    z-index: 500;
    top: 0;
    margin-top: 0;
    background-color: #fff;
}

.system-status-counter__status-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.system-status-counter__status-icon:before {
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 20px;
}

.system-status-counter__status-icon--error:before {
    background-image: url(/core/themes/stable/images/core/icons/e32700/error.svg);
}

.system-status-counter__status-icon--warning:before {
    background-image: url(/core/themes/stable/images/core/icons/e29700/warning.svg);
}

.system-status-counter__status-icon--checked:before {
    background-image: url(/core/themes/stable/images/core/icons/73b355/check.svg);
}

.system-status-report-counters__item {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.063);
}

@media screen and (min-width:60em) {
    .system-status-report-counters {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .system-status-report-counters__item--half-width {
        width: 49%;
    }

    .system-status-report-counters__item--third-width {
        width: 33%;
    }
}

.system-status-general-info__item {
    margin-top: 1em;
    padding: 0 1em 1em;
    border: 1px solid #ccc;
}

.system-status-general-info__item-title {
    border-bottom: 1px solid #ccc;
}

body.drag {
    cursor: move;
}

tr.region-title {
    font-weight: bold;
}

tr.region-message {
    color: #999;
}

tr.region-populated {
    display: none;
}

tr.add-new .tabledrag-changed {
    display: none;
}

.draggable a.tabledrag-handle {
    float: left;
    overflow: hidden;
    height: 1.7em;
    margin-left: -1em;
    cursor: move;
    text-decoration: none;
}

[dir="rtl"] .draggable a.tabledrag-handle {
    float: right;
    margin-right: -1em;
    margin-left: 0;
}

a.tabledrag-handle:hover {
    text-decoration: none;
}

a.tabledrag-handle .handle {
    width: 14px;
    height: 14px;
    margin: -0.4em 0.5em 0;
    padding: 0.42em 0.5em;
    background: url(/core/themes/stable/images/core/icons/787878/move.svg) no-repeat 6px 7px;
}

a.tabledrag-handle:hover .handle,
a.tabledrag-handle:focus .handle {
    background-image: url(/core/themes/stable/images/core/icons/000000/move.svg);
}

.touchevents .draggable td {
    padding: 0 10px;
}

.touchevents .draggable .menu-item__link {
    display: inline-block;
    padding: 10px 0;
}

.touchevents a.tabledrag-handle {
    width: 40px;
    height: 44px;
}

.touchevents a.tabledrag-handle .handle {
    height: 21px;
    background-position: 40% 19px;
}

[dir="rtl"] .touch a.tabledrag-handle .handle {
    background-position: right 40% top 19px;
}

.touchevents .draggable.drag a.tabledrag-handle .handle {
    background-position: 50% -32px;
}

.tabledrag-toggle-weight-wrapper {
    text-align: right;
}

[dir="rtl"] .tabledrag-toggle-weight-wrapper {
    text-align: left;
}

.indentation {
    float: left;
    width: 20px;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
}

[dir="rtl"] .indentation {
    float: right;
    margin: -0.4em -0.4em -0.4em 0.2em;
    padding: 0.42em 0.6em 0.42em 0;
}

.tablesort {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
}

.tablesort--asc {
    background-image: url(/core/themes/stable/images/core/icons/787878/twistie-down.svg);
}

.tablesort--desc {
    background-image: url(/core/themes/stable/images/core/icons/787878/twistie-up.svg);
}

div.tree-child {
    background: url(/core/themes/stable/images/core/tree.png) no-repeat 11px center;
}

div.tree-child-last {
    background: url(/core/themes/stable/images/core/tree-bottom.png) no-repeat 11px center;
}

[dir="rtl"] div.tree-child,
[dir="rtl"] div.tree-child-last {
    background-position: -65px center;
}

div.tree-child-horizontal {
    background: url(/core/themes/stable/images/core/tree.png) no-repeat -11px center;
}

html.js .js-webform-visually-hidden,
html.js .js-webform-visually-hidden[style*="display: none"] {
    display: inline !important;
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.js-form-item.js-webform-states-hidden,
.js-form-submit.js-webform-states-hidden,
.js-form-wrapper.js-webform-states-hidden,
.js-webform-text-format-hidden>.js-text-format-wrapper {
    display: none;
}

.form--inline .form-item {
    float: left;
    margin-right: 0.5em;
}

[dir="rtl"] .form--inline .form-item {
    float: right;
    margin-right: 0;
    margin-left: 0.5em;
}

.form-item .container-inline {
    margin: 2px 0;
}

.form-checkboxes .form-required:after,
.form-radios .form-required:after {
    display: none;
}

.webform-element--title-inline>label {
    display: inline;
    padding-right: 0.5em;
}

.webform-element--title-inline>div.container-inline {
    display: inline;
}

.form-composite.webform-fieldset--title-inline legend {
    float: left;
    margin: 0.4em 0.5em 0.4em 0;
}

[dir=rtl] .form-composite.webform-fieldset--title-inline legend {
    float: right;
    margin-right: 0;
    margin-left: 0.5em;
}

.form-composite.webform-fieldset--title-inline .fieldset-wrapper,
.form-composite.webform-fieldset--title-inline .fieldset-wrapper>div {
    display: inline;
}

.webform-element--title-inline .form-radios,
.webform-element--title-inline .form-checkboxes {
    display: inline;
}

.webform-submission-form strong.error.form-item--error-message {
    display: block;
}

.webform-readonly input[type="date"],
.webform-readonly input[type="datetime-local"],
.webform-readonly input[type="email"],
.webform-readonly input[type="number"],
.webform-readonly input[type="password"],
.webform-readonly input[type="search"],
.webform-readonly input[type="tel"],
.webform-readonly input[type="text"],
.webform-readonly input[type="time"],
.webform-readonly input[type="url"],
.webform-readonly textarea {
    color: #717171;
    border-color: #bbb;
    background: #ededed;
}

.webform-details-toggle-state-wrapper {
    text-align: right;
}

[dir="rtl"] .webform-details-toggle-state-wrapper {
    text-align: left;
}

.webform-details-toggle-state-wrapper {
    margin-top: 1em;
}

.webform-details-toggle-state-wrapper+details {
    margin-top: 0;
}

.webform-details-toggle-state {
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: transparent;
    font-size: 1em;
}

.webform-details-toggle-state {
    text-decoration: none;
    color: #337ab7;
}

.webform-details-toggle-state:hover,
.webform-details-toggle-statelink:focus {
    text-decoration: underline;
}

.webform-tabs .webform-details-toggle-state-wrapper {
    float: right;
}

@media screen and (max-width:600px) {
    .webform-tabs .webform-details-toggle-state-wrapper {
        float: none;
    }
}

.messages.messages--info {
    color: #31708f;
    border-color: #0074bd #0074bd #0074bd transparent;
    background-color: #d9edf7;
    background-image: url(/modules/contrib/webform/images/icons/info.svg);
    background-repeat: no-repeat;
    background-position: 10px 17px;
    box-shadow: -8px 0 0 #0074bd;
}

[dir="rtl"] .messages.messages--info {
    margin-left: 0;
    border-color: #0074bd transparent #0074bd #0074bd;
    box-shadow: 8px 0 0 #0074bd;
}

.webform-message--close .messages {
    position: relative;
}

.webform-message--close .messages {
    padding-right: 35px;
}

.webform-message--close .webform-message__link {
    display: none;
}

html.js .webform-message--close .webform-message__link {
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    font-size: 24px;
    line-height: 24px;
}

html[dir="rtl"].js .webform-message--close .webform-message__link {
    top: 11px;
    right: inherit;
    left: 10px;
}

.webform-message__link {
    opacity: 0.33;
    color: inherit;
}

.webform-message__link:link {
    text-decoration: none;
    border-bottom: none;
}

.webform-message__link:hover,
.webform-message__link:focus,
.webform-message__link:active {
    text-decoration: none;
    opacity: 1;
    color: inherit;
    border-bottom: none;
}

html.js .js-webform-message--close-storage {
    display: none;
}

.views-align-left {
    text-align: left;
}

.views-align-right {
    text-align: right;
}

.views-align-center {
    text-align: center;
}

.views-view-grid .views-col {
    float: left;
}

.views-view-grid .views-row {
    float: left;
    clear: both;
    width: 100%;
}

.views-display-link+.views-display-link {
    margin-left: 0.5em;
}

.addtoany {
    display: inline;
}

.addtoany_list {
    display: inline;
    line-height: 16px;
}

.addtoany_list>a,
.addtoany_list a img,
.addtoany_list a>span {
    vertical-align: middle;
}

.addtoany_list>a {
    border: 0;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
}

.addtoany_list.a2a_kit_size_32>a {
    font-size: 32px;
}

.addtoany_list .a2a_counter img {
    float: left;
}

.addtoany_list a span.a2a_img {
    display: inline-block;
    height: 16px;
    opacity: 1;
    overflow: hidden;
    width: 16px;
}

.addtoany_list a span {
    display: inline-block;
    float: none;
}

.addtoany_list.a2a_kit_size_32 a>span {
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    width: 32px;
}

.addtoany_list a:hover:hover img,
.addtoany_list a:hover span {
    opacity: .7;
}

.addtoany_list a.addtoany_share_save img {
    border: 0;
    width: auto;
    height: auto;
}

.addtoany_list a .a2a_count {
    position: relative;
}

p.Indent1 {
    margin-left: 2em;
}

p.Indent2 {
    margin-left: 4em;
}

p.Indent3 {
    margin-left: 6em;
}

p.Indent4 {
    margin-left: 8em;
}

p.Indent5 {
    margin-left: 10em;
}

p.Indent6 {
    margin-left: 12em;
}

p.Indent7 {
    margin-left: 14em;
}

p.Indent8 {
    margin-left: 16em;
}

p.Indent9 {
    margin-left: 18em;
}

p.Indent10 {
    margin-left: 20em;
}

.paragraph--unpublished {
    background-color: #fff4f4;
}

body {
    line-height: 1.3;
    margin: 0 auto;
    padding: 10% 5% 50%;
    max-width: 42em;
    font-size: 0.8em;
}

h1 {
    font-size: 3.71293em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h1 {
        font-size: calc(3.71293em + 6.77283 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h1 {
        font-size: 10.48576em;
    }
}

h2 {
    font-size: 2.8561em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h2 {
        font-size: calc(2.8561em + 3.6975 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h2 {
        font-size: 6.5536em;
    }
}

h3 {
    font-size: 2.197em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h3 {
        font-size: calc(2.197em + 1.899 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h3 {
        font-size: 4.096em;
    }
}

h4 {
    font-size: 1.69em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h4 {
        font-size: calc(1.69em + 0.87 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h4 {
        font-size: 2.56em;
    }
}

h5 {
    font-size: 1.3em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h5 {
        font-size: calc(1.3em + 0.3 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h5 {
        font-size: 1.6em;
    }
}

h6 {
    font-size: 1em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h6 {
        font-size: calc(1em + 0 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h6 {
        font-size: 1em;
    }
}

.m-0,
.bloque-letra {
    margin: 0 !important;
}

.mt-0,
.block-tabs ul li,
.agenda .divider__title,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.recursos-container .menu-list__item .menu-list__item,
.block-tabs ul li,
.diccionarios-form-select .form-item-diccionario-select,
.home-share__social a:last-child,
.mx-0,
.divider__small,
.divider__secundary,
.divider__title--bottom,
.agenda .divider__title,
.bloque-texto h2,
.bloque-texto h3,
.bloque-texto h4,
.bloque-texto h5,
.bloque-academico__texto h2,
.bloque-academico__texto h3,
.bloque-academico__texto h4,
.bloque-academico__texto h5 {
    margin-right: 0 !important;
}

.mb-0,
.carrusel .item__caption> :last-child,
.carrusel .item__intro> :last-child,
.bloque-letra__dato:last-child,
.block-tabs ul li,
.form-exposed form.views-exposed-form .form-item,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0,
.divider__small,
.divider__secundary,
.divider__title--bottom,
.agenda .divider__title,
.bloque-texto h2,
.bloque-texto h3,
.bloque-texto h4,
.bloque-texto h5,
.bloque-academico__texto h2,
.bloque-academico__texto h3,
.bloque-academico__texto h4,
.bloque-academico__texto h5 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.block-prensa .clip,
.addtoany_list .close,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.bloque .bloque-etiqueta,
.addtoany_list .close,
.home-share__social a,
.mx-1,
.sub-footer__social a {
    margin-right: 0.25rem !important;
}

.mb-1,
.bloque-letra__dato,
.block-news__media,
.nodetype--obra .tab-content ul li,
.form-exposed .form-item,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.diccionarios-form .form-composite .form-item label,
.mx-1,
.sub-footer__social a {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.academico-item__data,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.block-prensa .clip,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.antetitulo,
.bloque__title-small,
.bloque-brand h3,
.recursos-container .menu-list__item .menu-list__item,
.bloque-brand__text h4,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.bloque-card__link svg,
.number-date--variante,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.pre-footer__title,
.form-type-one .form-row,
.form-type-one .webform-element-description,
.my-3,
.header-menu .menu-list.main .menu-list__item ul {
    margin-top: 1rem !important;
}

.mr-3,
.lista-descargas__item .icon,
.header-menu .menu-list.main .menu-list__item a,
.academico-relacionado:first-child,
.tabs__link-item,
.agenda-form .views-exposed-form .form-select,
.mx-3,
.title-form-type-one {
    margin-right: 1rem !important;
}

.mb-3,
.lista-descargas__item,
.listado-item__container .listado-item__img,
.pre-footer .form-item-correo-electronico,
.header-menu .menu-list.main .menu-list__item,
.bloque p,
.bloque ul,
.bloque__title,
.bloque__text,
.academico-relacionado__title,
.academico-navigation__img,
.academico-item__title,
.academico-item__img,
.block-news__data,
.block-prensa__data,
.block-news__title,
.block-prensa__title,
#edit-diccionario .form-item,
#edit-diccionario .form-type-radio,
#edit-diccionario--2 .form-item,
#edit-diccionario--2 .form-type-radio,
.accordion__title,
.accordion--variante__content--text li,
.my-3,
.header-menu .menu-list.main .menu-list__item ul {
    margin-bottom: 1rem !important;
}

.ml-3,
.header-menu .menu-list.main .menu-list__item ul,
.mx-3,
.title-form-type-one {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.divider__secundary,
.divider__title--bottom,
.footer-list,
.bloque-brand__text h4,
.my-4,
.divider__small {
    margin-top: 1.5rem !important;
}

.mr-4,
.footer-list .footer-list__item,
.listado-obras .listado-obras__item,
.mx-4,
.sub-footer__link a {
    margin-right: 1.5rem !important;
}

.mb-4,
.news-title,
.news__title,
.title,
.carrusel .item__tag,
.carrusel .item__intro,
.listado__container .vista .listado-item__container .item__image,
.divider__title,
.bloque-director .bloque-director__actual,
.bloque-scroll__tipo,
.bloque-scroll__data,
.block-evento__img,
.block-news__img,
.cita,
.filter-form .form-item,
.tab-content-text p,
.addtoany_list,
.agenda-form .views-exposed-form .form-select,
.agenda .divider__title,
.accordion,
.accordion.open .accordion__content--title,
.accordion.open .botonera,
.bloque-text p,
.bloque-texto p,
.bloque-academico__texto p,
.page-seccion p,
.section-descubra .index__title-descubra,
.bloque-texto-scroll__tipo,
.bloque-texto-scroll__data,
.form-type-one [class^='col-'],
.form-exposed-checks form.views-exposed-form .form-item,
.my-4,
.divider__small {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.bloque-letra__cargo,
.nodetype--obra .tab-content ul,
.mx-4,
.sub-footer__link a {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.divider__big,
.bloque-card__link,
.diccionarios-form .logo,
.bloque-texto__btn,
.bloque-texto-scroll__btn,
.my-5,
.bloque-texto h2,
.bloque-texto h3,
.bloque-texto h4,
.bloque-texto h5,
.bloque-academico__texto h2,
.bloque-academico__texto h3,
.bloque-academico__texto h4,
.bloque-academico__texto h5 {
    margin-top: 3rem !important;
}

.mr-5,
.block-prensa__img,
.block-tabs ul li,
.detalle-titulo-site,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.listado-item__container,
.pre-footer__title,
#main .menu-list li,
.academico-relacionado,
.block-prensa__title,
.galeria-carrusel__item img,
.cita__text,
.search-full-container .search__title,
.tabs__link,
.alias--user-login .block-page-title-block h1,
.path--user .block-page-title-block h1,
.user-login-form .form-item,
.user-pass .form-item,
.destacado-full,
.agenda-share .section__title,
.home-portal,
.accordion.open .accordion__content,
.accordion.open .accordion__content--img,
.accordion__content--img,
.bloque-texto__btn,
.bloque-texto-scroll__btn,
.my-5,
.bloque-texto h2,
.bloque-texto h3,
.bloque-texto h4,
.bloque-texto h5,
.bloque-academico__texto h2,
.bloque-academico__texto h3,
.bloque-academico__texto h4,
.bloque-academico__texto h5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.accordion.open .number-date,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0,
.header-menu .menu-list.main .menu-list__item ul .menu-list__item,
.bloque-obra {
    padding: 0 !important;
}

.pt-0,
.block-tabs ul,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0,
.block-tabs ul {
    padding-right: 0 !important;
}

.pb-0,
.section-obra .bloque-scroll__body,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0,
.block-tabs ul {
    padding-left: 0 !important;
}

.p-1,
.pre-footer .form-item-correo-electronico,
.user-login-form .form-item input,
.user-pass .form-item input {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1,
.select2.select2-container .select2-selection .select2-selection__rendered {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.nodetype--obra .tab-content ul li,
.px-1,
.select2.select2-container .select2-selection .select2-selection__rendered {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.form-exposed-checks .form-checkboxes,
.py-2,
.header__logo .img,
.bloque .bloque-etiqueta p,
.block-evento__data p,
.form-type-one input,
.form-type-one textarea,
.form-type-one .form-text,
.form-type-one .form-email,
.form-type-one select,
.form-exposed .form-text {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2,
.header__logo .img,
.bloque .bloque-etiqueta {
    padding-right: 0.5rem !important;
}

.pb-2,
.form-type-one label,
.py-2,
.header__logo .img,
.bloque .bloque-etiqueta p,
.block-evento__data p,
.form-type-one input,
.form-type-one textarea,
.form-type-one .form-text,
.form-type-one .form-email,
.form-type-one select,
.form-exposed .form-text {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.number-date--variante,
.px-2,
.header__logo .img,
.bloque .bloque-etiqueta {
    padding-left: 0.5rem !important;
}

.p-3,
.tippy-tooltip.rae-theme,
.logged-in .block-tabs a,
.pie-img,
figcaption,
.form-exposed .form-actions {
    padding: 1rem !important;
}

.pt-3,
.py-3,
.btn-line,
.btn-line-slim,
.pre-footer .form-item-correo-electronico input,
.form-item__input,
.form-item__select select,
.form-select,
.form-text,
.form-search,
.select2.select2-container .select2-selection .select2-selection__rendered,
.form-filtros .form-actions .button,
.form-type-one input.form-submit {
    padding-top: 1rem !important;
}

.pr-3,
.px-3,
.pre-footer .form-item-correo-electronico input,
.bloque,
.block-evento__data p,
.bloque-texto-scroll-relacionados .vista {
    padding-right: 1rem !important;
}

.pb-3,
.py-3,
.btn-line,
.btn-line-slim,
.pre-footer .form-item-correo-electronico input,
.form-item__input,
.form-item__select select,
.form-select,
.form-text,
.form-search,
.select2.select2-container .select2-selection .select2-selection__rendered,
.form-filtros .form-actions .button,
.form-type-one input.form-submit {
    padding-bottom: 1rem !important;
}

.pl-3,
.form-exposed .form-text,
.px-3,
.pre-footer .form-item-correo-electronico input,
.bloque,
.block-evento__data p,
.bloque-texto-scroll-relacionados .vista {
    padding-left: 1rem !important;
}

.p-4,
.bloque-scroll__body,
.user-login-form .button,
.user-pass .button,
.listado-obras-container,
.section-descubra .descubra-bloque,
.bloque-texto-scroll__biografia {
    padding: 1.5rem !important;
}

.pt-4,
.portadilla-intro,
.section-diccionarios,
.py-4,
.pre-footer .form-actions input,
.bloque {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4,
.page__title,
.header-menu .search-block .menu-list__item,
.contenedor-full,
.form-filtros .form-actions .button,
.form-type-one input,
.form-type-one textarea,
.form-type-one .form-text,
.form-type-one .form-email,
.form-type-one select {
    padding-right: 1.5rem !important;
}

.pb-4,
.bloque-brand h3,
.py-4,
.pre-footer .form-actions input,
.bloque {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.bloque--seconduary ul,
.bloque-brand ul,
.px-4,
.page__title,
.header-menu .search-block .menu-list__item,
.contenedor-full,
.form-filtros .form-actions .button,
.form-type-one input,
.form-type-one textarea,
.form-type-one .form-text,
.form-type-one .form-email,
.form-type-one select {
    padding-left: 1.5rem !important;
}

.p-5,
.bloque-academicos,
.logged-in .block-tabs,
.bloque-texto-scrolls {
    padding: 3rem !important;
}

.pt-5,
.section-obra .bloque-scroll__body,
.cita-palabra,
.recursos-container,
.accordion--variante__content--text ul,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5,
.bloque-destacado .bloque-destacado__body,
.bloque-academico-relacionados .vista {
    padding-right: 3rem !important;
}

.pb-5,
.bloque-directivo,
.block-tabs ul,
.bloque-texto__btn,
.bloque-texto-scroll__btn,
.title-form-type-one,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5,
.bloque-destacado .bloque-destacado__body,
.bloque-academico-relacionados .vista {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto,
.section-descubra .descubra-bloque {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto,
.divider__big,
.divider__title,
.galeria-carrusel,
.galeria-carrusel__item,
.flickr-wrapper,
.cita,
.portadilla-intro__text {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto,
.divider__big,
.divider__title,
.galeria-carrusel,
.galeria-carrusel__item,
.flickr-wrapper,
.cita,
.portadilla-intro__text {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .academico-relacionado:first-child,
    .form-exposed form.views-exposed-form .form-item,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .pre-footer .form-item-correo-electronico,
    #main .menu-list,
    .bloque-director .bloque-director__actual,
    .academico-relacionado,
    .diccionarios-form-select .form-item-diccionario-select,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .bloque-letra__fecha,
    .bloque-letra__cargo,
    .blockquote,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .pre-footer .form-item-correo-electronico,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3,
    .sub-footer__social a,
    .academico-relacionado {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3,
    .sub-footer__social a,
    .academico-relacionado {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .filter-form .form-item,
    .form-exposed .form-item,
    .form-exposed-checks form.views-exposed-form .form-item,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .bloque__title,
    .bloque-letra__dato,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0,
    .bloque-academico-relacionados .vista,
    .bloque-texto-scroll-relacionados .vista {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0,
    .bloque-academico-relacionados .vista,
    .bloque-texto-scroll-relacionados .vista {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .bloque-card,
    .section-more .block-news,
    .filter-form .form-item,
    .destacado-full,
    .agenda-form .views-exposed-form .form-select,
    .accordion.open .accordion__content--img,
    .accordion__content--img,
    .form-exposed .form-item,
    .form-exposed form.views-exposed-form .form-item,
    .form-exposed-checks form.views-exposed-form .form-item,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .agenda-form .views-exposed-form .form-select,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .block-news__title,
    .block-prensa__title,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .listado-obras .listado-obras__item,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .form-exposed form.views-exposed-form,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .portadilla-intro,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0,
    .page__title,
    .header__logo .img,
    .bloque-academicos,
    .bloque-texto-scrolls {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0,
    .page__title,
    .header__logo .img,
    .bloque-academicos,
    .bloque-texto-scrolls {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2,
    .header__logo .img {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2,
    .header__logo .img {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3,
    .header,
    .nav-variante {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3,
    .header,
    .nav-variante {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5,
    .listado-obras-container {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .header-menu .menu-list.main .menu-list__item a,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .home-portal,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .form-type-one [class^='col-'],
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2,
    .title-form-type-one {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2,
    .title-form-type-one {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .home-share__social a,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .accordion--variante__content--text li,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .contenedor-full,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2,
    .header-menu .menu-list.main .menu-list__item {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2,
    .header-menu .menu-list.main .menu-list__item {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5,
    .header-menu .menu-list {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5,
    .header-menu .menu-list {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4,
    .header-menu .menu-list.main .menu-list__item {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4,
    .header-menu .menu-list.main .menu-list__item {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.flex-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(34, 34, 34, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin:0;
    font-family:"Open Sans",Arial,sans-serif;
    font-size:1rem;
    font-weight:normal;
    line-height:1.3;
    color:#101112;
    text-align:left;
    background-color:#fff;

}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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;
}

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;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    src: url(/themes/custom/front/assets/fonts/lato/lato-regular-webfont.ttf) format("ttf");
    src: url(/themes/custom/front/assets/fonts/lato/lato-regular-webfont.woff) format("woff");
    src: url(/themes/custom/front/assets/fonts/lato/lato-regular-webfont.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    src: url(/themes/custom/front/assets/fonts/lato/lato-bold-webfont.ttf) format("ttf");
    src: url(/themes/custom/front/assets/fonts/lato/lato-bold-webfont.woff) format("woff");
    src: url(/themes/custom/front/assets/fonts/lato/lato-bold-webfont.woff2) format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-regular-webfont.ttf) format("ttf");
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-regular-webfont.woff) format("woff");
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-regular-webfont.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-light-webfont.ttf) format("ttf");
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-light-webfont.woff) format("woff");
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-light-webfont.woff2) format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-black-webfont.ttf) format("ttf");
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-black-webfont.woff) format("woff");
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-black-webfont.woff2) format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-blackitalic-webfont.ttf) format("ttf");
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-blackitalic-webfont.woff) format("woff");
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-blackitalic-webfont.woff2) format("woff2");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-bolditalic-webfont.ttf) format("ttf");
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-bolditalic-webfont.woff) format("woff");
    src: url(/themes/custom/front/assets/fonts/merriweather/merriweather-bolditalic-webfont.woff2) format("woff2");
    font-weight: 800;
    font-style: italic;
}

*::-moz-selection {
    background: #ededed;
    color: #fff;
}

*::selection {
    background: #007bff24;
    color: #002a5c;
}

html {
    font-size: 100%;
    line-height: 24px;
}

body {
    margin: 0;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative;
    min-height: 100%;
    background-color: #fff;
    font-size: 16px !important;
    line-height: 24px !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body.fix {
    position: fixed;
    width: 100%;
}

#cboxOverlay {
    height: 100vh;
}

.outer-container {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 12px;
}

@media (min-width:768px) {
    .outer-container {
        max-width: 1500px;
        padding: 0 12px;
    }
}

.container {
    position: relative;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media (max-width:991px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.container .container {
    padding: 0 !important;
    margin: 0;
    max-width: 100%;
}

.container-news,
.container-seccion {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px !important;
    padding: 96px 96px 24px !important;
    position: relative;
    z-index: 1;
    background: #fff;
}

@media (max-width:991px) {

    .container-news,
    .container-seccion {
        padding: 32px 16px 16px !important;
        min-height: auto;
    }

    .container-news .container-inner,
    .container-seccion .container-inner {
        padding: 0;
    }
}

.container-seccion--big {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 1640px !important;
    position: relative;
    z-index: 1;
}

@media (max-width:991px) {
    .container-seccion--big {
        min-height: auto;
    }
}

.container-inner {
    position: relative;
    max-width: 912px !important;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.rrhh {
    background-color: #fff;
}

html {
    max-width: 100vw;
}

#s4-workspace {
    width: auto !important;
    height: auto !important;
    min-height: 100px;
}

a {
    color: #3b4b55;
    transition: all 0.3s ease-in;
}

a:visited {
    color: #3b4b55;
}

a:hover {
    color: #e3735f;
    text-decoration: none !important;
}

a .icon {
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.nohover:hover {
    color: #ededed !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

address {
    margin-bottom: 0;
}

small {
    display: inline-block;
}

ol,
ul,
dl {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dd {
    margin-bottom: 0;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

figure,
legend,
label,
pre {
    margin: 0;
}

img {
    vertical-align: middle;
}

[role='button'] {
    cursor: pointer;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    min-width: inherit;
    outline: none;
    border: none;
}

table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    margin: 16px 0;
}

table td {
    border: 1px solid #ccc;
    padding: 4px;
}

th {
    text-align: left;
}

input,
button,
select,
textarea {
    line-height: inherit;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

input[type='radio']:disabled,
input[type='checkbox']:disabled {
    cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0 !important;
    border: 0;
}

input[type='search'] {
    -webkit-appearance: none;
}

[hidden] {
    display: none !important;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ms-webpart-zone,
.ms-webpart-cell-vertical,
.ms-webpart-chrome,
.ms-rte-embedil {
    display: block;
}

.ms-webpartzone-cell {
    margin: auto auto 0;
}

@media (max-width:767px) {

    .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-auto,
    .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-sm,
    .col-sm-auto,
    .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-md,
    .col-md-auto,
    .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-lg,
    .col-lg-auto,
    .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,
    .col-xl,
    .col-xl-auto {
        position: static !important;
    }
}

.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: 992px;
    }
}

@media (min-width:1025px) {
    .container {
        max-width: 1440px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -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;
}

.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-auto,
.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-sm,
.col-sm-auto,
.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-md,
.col-md-auto,
.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-lg,
.col-lg-auto,
.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,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl,
.col-xxxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width:576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:1025px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:1400px) {
    .col-xxl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xxl-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xxl-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xxl-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xxl-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xxl-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xxl-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xxl-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xxl-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xxl-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxl-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xxl-last {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xxl-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xxl-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxl-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xxl-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xxl-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xxl-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xxl-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xxl-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xxl-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xxl-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xxl-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xxl-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xxl-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:1600px) {
    .col-xxxl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxxl-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xxxl-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xxxl-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xxxl-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxxl-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xxxl-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xxxl-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxxl-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xxxl-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xxxl-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxxl-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xxxl-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xxxl-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxxl-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xxxl-last {
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xxxl-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xxxl-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxxl-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xxxl-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xxxl-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xxxl-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xxxl-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xxxl-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xxxl-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xxxl-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xxxl-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xxxl-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xxxl-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xxxl-0 {
        margin-left: 0;
    }

    .offset-xxxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxxl-2 {
        margin-left: 16.66667%;
    }

    .offset-xxxl-3 {
        margin-left: 25%;
    }

    .offset-xxxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxxl-5 {
        margin-left: 41.66667%;
    }

    .offset-xxxl-6 {
        margin-left: 50%;
    }

    .offset-xxxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxxl-8 {
        margin-left: 66.66667%;
    }

    .offset-xxxl-9 {
        margin-left: 75%;
    }

    .offset-xxxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxxl-11 {
        margin-left: 91.66667%;
    }
}

.o-section {
    padding-top: 16px;
    padding-bottom: 16px;
}

.o-section .o-section__margin-bottom {
    margin-bottom: 16px;
}

.o-section .o-section__margin-top {
    margin-top: 16px;
}

@media (max-width:991px) {
    .o-section--medium {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .o-section--medium .o-section__margin-bottom {
        margin-bottom: 48px;
    }

    .o-section--medium .o-section__margin-top {
        margin-top: 48px;
    }
}

@media (min-width:992px) {
    .o-section--medium {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .o-section--medium .o-section__margin-bottom {
        margin-bottom: 64px;
    }

    .o-section--medium .o-section__margin-top {
        margin-top: 64px;
    }
}

@media (max-width:991px) {
    .o-section--large {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .o-section--large .o-section__margin-bottom {
        margin-bottom: 32px;
    }

    .o-section--large .o-section__margin-top {
        margin-top: 32px;
    }
}

@media (min-width:768px) {
    .o-section--large {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .o-section--large .o-section__margin-bottom {
        margin-bottom: 64px;
    }

    .o-section--large .o-section__margin-top {
        margin-top: 64px;
    }
}

@media (min-width:992px) {
    .o-section--large {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .o-section--large .o-section__margin-bottom {
        margin-bottom: 96px;
    }

    .o-section--large .o-section__margin-top {
        margin-top: 96px;
    }
}

.o-section--large__bottom {
    padding-bottom: 24px;
}

@media (min-width:768px) {
    .o-section--large__bottom {
        padding-bottom: 32px;
    }
}

@media (min-width:992px) {
    .o-section--large__bottom {
        padding-bottom: 128px;
    }
}

@media (min-width:768px) {
    .o-section--large__top {
        padding-top: 32px;
    }
}

@media (min-width:992px) {
    .o-section--large__top {
        padding-top: 128px;
    }
}

@media (min-width:768px) {
    .o-section--large__bottom {
        padding-bottom: 32px;
    }
}

@media (min-width:992px) {
    .o-section--large__bottom {
        padding-bottom: 128px;
    }
}

@media (min-width:768px) {
    .o-section--superhero {
        padding-top: 128px;
        padding-bottom: 128px;
    }

    .o-section--superhero .o-section__margin-bottom {
        margin-bottom: 128px;
    }

    .o-section--superhero .o-section__margin-top {
        margin-top: 128px;
    }
}

@media (min-width:992px) {
    .o-section--superhero {
        padding-top: 192px;
        padding-bottom: 192px;
    }

    .o-section--superhero .o-section__margin-bottom {
        margin-bottom: 192px;
    }

    .o-section--superhero .o-section__margin-top {
        margin-top: 192px;
    }
}

.o-section--no-padding-top {
    padding-top: 0;
}

.o-section--no-padding-bottom {
    padding-bottom: 0;
}

@media (max-width:991px) {
    .o-section-padding\@only-mobile-tablet {
        padding: 16px 0 !important;
    }
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #105095;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #0b3767;
}

.alert-secondary {
    color: #484d51;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #303336;
}

.alert-success {
    color: #256734;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #184121;
}

.alert-info {
    color: #1c6570;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #124047;
}

.alert-warning {
    color: #957514;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #68520e;
}

.alert-danger {
    color: #832c34;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #5d1f25;
}

.alert-light {
    color: #919292;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #777979;
}

.alert-dark {
    color: #2b2e32;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #131517;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
    display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.input-group {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.15rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.15rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.15rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 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;
    transition: transform 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, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width:1025px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

body {
    line-height: 1.3;
    margin: 0 auto;
    padding: 10% 5% 50%;
    max-width: 42em;
    font-size: 1em;
}

h1 {
    font-size: 3.71293em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h1 {
        font-size: calc(3.71293em + 6.77283 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h1 {
        font-size: 10.48576em;
    }
}

h2 {
    font-size: 2.8561em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h2 {
        font-size: calc(2.8561em + 3.6975 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h2 {
        font-size: 6.5536em;
    }
}

h3 {
    font-size: 2.197em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h3 {
        font-size: calc(2.197em + 1.899 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h3 {
        font-size: 4.096em;
    }
}

h4 {
    font-size: 1.69em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h4 {
        font-size: calc(1.69em + 0.87 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h4 {
        font-size: 2.56em;
    }
}

h5 {
    font-size: 1.3em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h5 {
        font-size: calc(1.3em + 0.3 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h5 {
        font-size: 1.6em;
    }
}

h6 {
    font-size: 1em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h6 {
        font-size: calc(1em + 0 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h6 {
        font-size: 1em;
    }
}

.m-0,
.bloque-letra {
    margin: 0 !important;
}

.mt-0,
.block-tabs ul li,
.agenda .divider__title,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.recursos-container .menu-list__item .menu-list__item,
.block-tabs ul li,
.diccionarios-form-select .form-item-diccionario-select,
.home-share__social a:last-child,
.mx-0,
.divider__small,
.divider__secundary,
.divider__title--bottom,
.agenda .divider__title,
.bloque-texto h2,
.bloque-texto h3,
.bloque-texto h4,
.bloque-texto h5,
.bloque-academico__texto h2,
.bloque-academico__texto h3,
.bloque-academico__texto h4,
.bloque-academico__texto h5 {
    margin-right: 0 !important;
}

.mb-0,
.carrusel .item__caption> :last-child,
.carrusel .item__intro> :last-child,
.bloque-letra__dato:last-child,
.block-tabs ul li,
.form-exposed form.views-exposed-form .form-item,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0,
.divider__small,
.divider__secundary,
.divider__title--bottom,
.agenda .divider__title,
.bloque-texto h2,
.bloque-texto h3,
.bloque-texto h4,
.bloque-texto h5,
.bloque-academico__texto h2,
.bloque-academico__texto h3,
.bloque-academico__texto h4,
.bloque-academico__texto h5 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.block-prensa .clip,
.addtoany_list .close,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.bloque .bloque-etiqueta,
.addtoany_list .close,
.home-share__social a,
.mx-1,
.sub-footer__social a {
    margin-right: 0.25rem !important;
}

.mb-1,
.bloque-letra__dato,
.block-news__media,
.nodetype--obra .tab-content ul li,
.form-exposed .form-item,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.diccionarios-form .form-composite .form-item label,
.mx-1,
.sub-footer__social a {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.academico-item__data,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.block-prensa .clip,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.antetitulo,
.bloque__title-small,
.bloque-brand h3,
.recursos-container .menu-list__item .menu-list__item,
.bloque-brand__text h4,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.bloque-card__link svg,
.number-date--variante,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 0.75rem !important;
}

.mt-3,
.pre-footer__title,
.form-type-one .form-row,
.form-type-one .webform-element-description,
.my-3,
.header-menu .menu-list.main .menu-list__item ul {
    margin-top: 0.75rem !important;
}

.mr-3,
.lista-descargas__item .icon,
.header-menu .menu-list.main .menu-list__item a,
.academico-relacionado:first-child,
.tabs__link-item,
.agenda-form .views-exposed-form .form-select,
.mx-3,
.title-form-type-one {
    margin-right: 0.75rem !important;
}

.mb-3,
.lista-descargas__item,
.listado-item__container .listado-item__img,
.pre-footer .form-item-correo-electronico,
.header-menu .menu-list.main .menu-list__item,
.bloque p,
.bloque ul,
.bloque__title,
.bloque__text,
.academico-relacionado__title,
.academico-navigation__img,
.academico-item__title,
.academico-item__img,
.block-news__data,
.block-prensa__data,
.block-news__title,
.block-prensa__title,
#edit-diccionario .form-item,
#edit-diccionario .form-type-radio,
#edit-diccionario--2 .form-item,
#edit-diccionario--2 .form-type-radio,
.accordion__title,
.accordion--variante__content--text li,
.my-3,
.header-menu .menu-list.main .menu-list__item ul {
    margin-bottom: 0.75rem !important;
}

.ml-3,
.header-menu .menu-list.main .menu-list__item ul,
.mx-3,
.title-form-type-one {
    margin-left: 0.75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.mt-4,
.divider__secundary,
.divider__title--bottom,
.footer-list,
.bloque-brand__text h4,
.my-4,
.divider__small {
    margin-top: 1rem !important;
}

.mr-4,
.footer-list .footer-list__item,
.listado-obras .listado-obras__item,
.mx-4,
.sub-footer__link a {
    margin-right: 1rem !important;
}

.mb-4,
.news-title,
.news__title,
.title,
.carrusel .item__tag,
.carrusel .item__intro,
.listado__container .vista .listado-item__container .item__image,
.divider__title,
.bloque-director .bloque-director__actual,
.bloque-scroll__tipo,
.bloque-scroll__data,
.block-evento__img,
.block-news__img,
.cita,
.filter-form .form-item,
.tab-content-text p,
.addtoany_list,
.agenda-form .views-exposed-form .form-select,
.agenda .divider__title,
.accordion,
.accordion.open .accordion__content--title,
.accordion.open .botonera,
.bloque-text p,
.bloque-texto p,
.bloque-academico__texto p,
.page-seccion p,
.section-descubra .index__title-descubra,
.bloque-texto-scroll__tipo,
.bloque-texto-scroll__data,
.form-type-one [class^='col-'],
.form-exposed-checks form.views-exposed-form .form-item,
.my-4,
.divider__small {
    margin-bottom: 1rem !important;
}

.ml-4,
.bloque-letra__cargo,
.nodetype--obra .tab-content ul,
.mx-4,
.sub-footer__link a {
    margin-left: 1rem !important;
}

.m-5 {
    margin: 1.5rem !important;
}

.mt-5,
.divider__big,
.bloque-card__link,
.diccionarios-form .logo,
.bloque-texto__btn,
.bloque-texto-scroll__btn,
.my-5,
.bloque-texto h2,
.bloque-texto h3,
.bloque-texto h4,
.bloque-texto h5,
.bloque-academico__texto h2,
.bloque-academico__texto h3,
.bloque-academico__texto h4,
.bloque-academico__texto h5 {
    margin-top: 1.5rem !important;
}

.mr-5,
.block-prensa__img,
.block-tabs ul li,
.detalle-titulo-site,
.mx-5 {
    margin-right: 1.5rem !important;
}

.mb-5,
.listado-item__container,
.pre-footer__title,
#main .menu-list li,
.academico-relacionado,
.block-prensa__title,
.galeria-carrusel__item img,
.cita__text,
.search-full-container .search__title,
.tabs__link,
.alias--user-login .block-page-title-block h1,
.path--user .block-page-title-block h1,
.user-login-form .form-item,
.user-pass .form-item,
.destacado-full,
.agenda-share .section__title,
.home-portal,
.accordion.open .accordion__content,
.accordion.open .accordion__content--img,
.accordion__content--img,
.bloque-texto__btn,
.bloque-texto-scroll__btn,
.my-5,
.bloque-texto h2,
.bloque-texto h3,
.bloque-texto h4,
.bloque-texto h5,
.bloque-academico__texto h2,
.bloque-academico__texto h3,
.bloque-academico__texto h4,
.bloque-academico__texto h5 {
    margin-bottom: 1.5rem !important;
}

.ml-5,
.accordion.open .number-date,
.mx-5 {
    margin-left: 1.5rem !important;
}

.m-6 {
    margin: 2rem !important;
}

.mt-6,
.my-6,
.divider,
.bloque-director .bloque-director__cita .blockquote,
.cita .icon {
    margin-top: 2rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 2rem !important;
}

.mb-6,
.index__title,
.listado__container .vista .listado-item__container,
.divider__brand,
.divider__secundary,
.sub-footer__social,
.sub-footer__link,
.bloque,
.bloque-card,
.academico-item,
.blockquote .icon,
.search-full-container .diccionarios-container__title,
.search-full-container .dudas-container__title,
.dle-full-container .diccionarios-container__title,
.dle-full-container .dudas-container__title,
.menu-adicional-container .diccionarios-container__title,
.menu-adicional-container .dudas-container__title,
.recursos-container .menu-list__item,
.search-full-container .header__logo,
.bloque-recursos,
.my-6,
.divider,
.bloque-director .bloque-director__cita .blockquote,
.cita .icon {
    margin-bottom: 2rem !important;
}

.ml-6,
.header__logo .page-pre-title,
.mx-6 {
    margin-left: 2rem !important;
}

.m-7 {
    margin: 3rem !important;
}

.mt-7,
.my-7,
.listado-obras {
    margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 3rem !important;
}

.mb-7,
.section__title,
.section__title.section__title__less,
.divider__big,
#main .menu-list,
.section-more .block-news,
.form-exposed-checks form.views-exposed-form,
.my-7,
.listado-obras {
    margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 3rem !important;
}

.m-8 {
    margin: 4rem !important;
}

.mt-8,
.recursos-container,
.agenda .views-exposed-form,
.my-8 {
    margin-top: 4rem !important;
}

.mr-8,
.tab-content-intro .img,
.mx-8 {
    margin-right: 4rem !important;
}

.mb-8,
.pre-footer,
.bloque-director,
.cita-palabra,
.portadilla-intro__text,
.tab-content-intro,
.agenda-form .views-exposed-form,
.title-form-type-one,
.my-8 {
    margin-bottom: 4rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 4rem !important;
}

.m-9 {
    margin: 6rem !important;
}

.mt-9,
.my-9 {
    margin-top: 6rem !important;
}

.mr-9,
.mx-9 {
    margin-right: 6rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 6rem !important;
}

.ml-9,
.mx-9 {
    margin-left: 6rem !important;
}

.m-10 {
    margin: 8rem !important;
}

.mt-10,
.my-10 {
    margin-top: 8rem !important;
}

.mr-10,
.bloque-director .bloque-director__cita .blockquote,
.bloque-diccionarios,
.mx-10 {
    margin-right: 8rem !important;
}

.mb-10,
.my-10 {
    margin-bottom: 8rem !important;
}

.ml-10,
.mx-10 {
    margin-left: 8rem !important;
}

.m-11 {
    margin: 12rem !important;
}

.mt-11,
.my-11 {
    margin-top: 12rem !important;
}

.mr-11,
.mx-11 {
    margin-right: 12rem !important;
}

.mb-11,
.my-11 {
    margin-bottom: 12rem !important;
}

.ml-11,
.mx-11 {
    margin-left: 12rem !important;
}

.m-12 {
    margin: 16rem !important;
}

.mt-12,
.my-12 {
    margin-top: 16rem !important;
}

.mr-12,
.mx-12 {
    margin-right: 16rem !important;
}

.mb-12,
.my-12 {
    margin-bottom: 16rem !important;
}

.ml-12,
.mx-12 {
    margin-left: 16rem !important;
}

.p-0,
.header-menu .menu-list.main .menu-list__item ul .menu-list__item,
.bloque-obra {
    padding: 0 !important;
}

.pt-0,
.block-tabs ul,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0,
.block-tabs ul {
    padding-right: 0 !important;
}

.pb-0,
.section-obra .bloque-scroll__body,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0,
.block-tabs ul {
    padding-left: 0 !important;
}

.p-1,
.pre-footer .form-item-correo-electronico,
.user-login-form .form-item input,
.user-pass .form-item input {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1,
.select2.select2-container .select2-selection .select2-selection__rendered {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.nodetype--obra .tab-content ul li,
.px-1,
.select2.select2-container .select2-selection .select2-selection__rendered {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.form-exposed-checks .form-checkboxes,
.py-2,
.header__logo .img,
.bloque .bloque-etiqueta p,
.block-evento__data p,
.form-type-one input,
.form-type-one textarea,
.form-type-one .form-text,
.form-type-one .form-email,
.form-type-one select,
.form-exposed .form-text {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2,
.header__logo .img,
.bloque .bloque-etiqueta {
    padding-right: 0.5rem !important;
}

.pb-2,
.form-type-one label,
.py-2,
.header__logo .img,
.bloque .bloque-etiqueta p,
.block-evento__data p,
.form-type-one input,
.form-type-one textarea,
.form-type-one .form-text,
.form-type-one .form-email,
.form-type-one select,
.form-exposed .form-text {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.number-date--variante,
.px-2,
.header__logo .img,
.bloque .bloque-etiqueta {
    padding-left: 0.5rem !important;
}

.p-3,
.tippy-tooltip.rae-theme,
.logged-in .block-tabs a,
.pie-img,
figcaption,
.form-exposed .form-actions {
    padding: 0.75rem !important;
}

.pt-3,
.py-3,
.btn-line,
.btn-line-slim,
.pre-footer .form-item-correo-electronico input,
.form-item__input,
.form-item__select select,
.form-select,
.form-text,
.form-search,
.select2.select2-container .select2-selection .select2-selection__rendered,
.form-filtros .form-actions .button,
.form-type-one input.form-submit {
    padding-top: 0.75rem !important;
}

.pr-3,
.px-3,
.pre-footer .form-item-correo-electronico input,
.bloque,
.block-evento__data p,
.bloque-texto-scroll-relacionados .vista {
    padding-right: 0.75rem !important;
}

.pb-3,
.py-3,
.btn-line,
.btn-line-slim,
.pre-footer .form-item-correo-electronico input,
.form-item__input,
.form-item__select select,
.form-select,
.form-text,
.form-search,
.select2.select2-container .select2-selection .select2-selection__rendered,
.form-filtros .form-actions .button,
.form-type-one input.form-submit {
    padding-bottom: 0.75rem !important;
}

.pl-3,
.form-exposed .form-text,
.px-3,
.pre-footer .form-item-correo-electronico input,
.bloque,
.block-evento__data p,
.bloque-texto-scroll-relacionados .vista {
    padding-left: 0.75rem !important;
}

.p-4,
.bloque-scroll__body,
.user-login-form .button,
.user-pass .button,
.listado-obras-container,
.section-descubra .descubra-bloque,
.bloque-texto-scroll__biografia {
    padding: 1rem !important;
}

.pt-4,
.portadilla-intro,
.section-diccionarios,
.py-4,
.pre-footer .form-actions input,
.bloque {
    padding-top: 1rem !important;
}

.pr-4,
.px-4,
.page__title,
.header-menu .search-block .menu-list__item,
.contenedor-full,
.form-filtros .form-actions .button,
.form-type-one input,
.form-type-one textarea,
.form-type-one .form-text,
.form-type-one .form-email,
.form-type-one select {
    padding-right: 1rem !important;
}

.pb-4,
.bloque-brand h3,
.py-4,
.pre-footer .form-actions input,
.bloque {
    padding-bottom: 1rem !important;
}

.pl-4,
.bloque--seconduary ul,
.bloque-brand ul,
.px-4,
.page__title,
.header-menu .search-block .menu-list__item,
.contenedor-full,
.form-filtros .form-actions .button,
.form-type-one input,
.form-type-one textarea,
.form-type-one .form-text,
.form-type-one .form-email,
.form-type-one select {
    padding-left: 1rem !important;
}

.p-5,
.bloque-academicos,
.logged-in .block-tabs,
.bloque-texto-scrolls {
    padding: 1.5rem !important;
}

.pt-5,
.section-obra .bloque-scroll__body,
.cita-palabra,
.recursos-container,
.accordion--variante__content--text ul,
.py-5 {
    padding-top: 1.5rem !important;
}

.pr-5,
.px-5,
.bloque-destacado .bloque-destacado__body,
.bloque-academico-relacionados .vista {
    padding-right: 1.5rem !important;
}

.pb-5,
.bloque-directivo,
.block-tabs ul,
.bloque-texto__btn,
.bloque-texto-scroll__btn,
.title-form-type-one,
.py-5 {
    padding-bottom: 1.5rem !important;
}

.pl-5,
.px-5,
.bloque-destacado .bloque-destacado__body,
.bloque-academico-relacionados .vista {
    padding-left: 1.5rem !important;
}

.p-6,
.bloque-card__body,
.bloque-cita,
.form-filtros {
    padding: 2rem !important;
}

.pt-6,
.bloque-directivo,
.form-type-one .form-actions,
.py-6,
.sub-footer__social,
.bloque-destacado .bloque-destacado__body,
.bloque-direccion__link,
.section-site,
.sliding-popup-bottom {
    padding-top: 2rem !important;
}

.pr-6,
.bloque-direccion__link,
.px-6,
.header__logo .page-pre-title,
.section--parallax__content {
    padding-right: 2rem !important;
}

.pb-6,
.contenedor-full,
.diccionarios-form,
.nodetype--obra .tab-content,
.py-6,
.sub-footer__social,
.bloque-destacado .bloque-destacado__body,
.bloque-direccion__link,
.section-site,
.sliding-popup-bottom {
    padding-bottom: 2rem !important;
}

.pl-6,
.px-6,
.header__logo .page-pre-title,
.section--parallax__content {
    padding-left: 2rem !important;
}

.p-7 {
    padding: 3rem !important;
}

.pt-7,
.contenedor-full .dudas-container,
.contenedor-full .diccionarios-container,
.py-7 {
    padding-top: 3rem !important;
}

.pr-7,
.px-7,
.btn-line,
.btn-line-slim,
.pre-footer .form-actions input {
    padding-right: 3rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 3rem !important;
}

.pl-7,
.bloque-direccion__link,
.px-7,
.btn-line,
.btn-line-slim,
.pre-footer .form-actions input {
    padding-left: 3rem !important;
}

.p-8 {
    padding: 4rem !important;
}

.pt-8,
.pre-footer,
.blockquote,
.tabs__link,
.py-8,
.alias--user-login #content-area,
.path--user #content-area {
    padding-top: 4rem !important;
}

.pr-8,
.px-8,
.form-type-one input.form-submit {
    padding-right: 4rem !important;
}

.pb-8,
.sub-footer,
.py-8,
.alias--user-login #content-area,
.path--user #content-area {
    padding-bottom: 4rem !important;
}

.pl-8,
.px-8,
.form-type-one input.form-submit {
    padding-left: 4rem !important;
}

.p-9 {
    padding: 6rem !important;
}

.pt-9,
.py-9 {
    padding-top: 6rem !important;
}

.pr-9,
.px-9 {
    padding-right: 6rem !important;
}

.pb-9,
.py-9 {
    padding-bottom: 6rem !important;
}

.pl-9,
.px-9 {
    padding-left: 6rem !important;
}

.p-10 {
    padding: 8rem !important;
}

.pt-10,
.header-menu .menu-list,
.py-10,
.error-content {
    padding-top: 8rem !important;
}

.pr-10,
.px-10 {
    padding-right: 8rem !important;
}

.pb-10,
.py-10,
.error-content {
    padding-bottom: 8rem !important;
}

.pl-10,
.px-10 {
    padding-left: 8rem !important;
}

.p-11 {
    padding: 12rem !important;
}

.pt-11,
.py-11,
.section-descubra {
    padding-top: 12rem !important;
}

.pr-11,
.px-11 {
    padding-right: 12rem !important;
}

.pb-11,
.py-11,
.section-descubra {
    padding-bottom: 12rem !important;
}

.pl-11,
.px-11 {
    padding-left: 12rem !important;
}

.p-12 {
    padding: 16rem !important;
}

.pt-12,
.py-12 {
    padding-top: 16rem !important;
}

.pr-12,
.px-12 {
    padding-right: 16rem !important;
}

.pb-12,
.py-12 {
    padding-bottom: 16rem !important;
}

.pl-12,
.px-12 {
    padding-left: 16rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -0.75rem !important;
}

.m-n4 {
    margin: -1rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1rem !important;
}

.m-n5 {
    margin: -1.5rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -1.5rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -1.5rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -1.5rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -1.5rem !important;
}

.m-n6 {
    margin: -2rem !important;
}

.mt-n6,
.my-n6 {
    margin-top: -2rem !important;
}

.mr-n6,
.mx-n6 {
    margin-right: -2rem !important;
}

.mb-n6,
.my-n6 {
    margin-bottom: -2rem !important;
}

.ml-n6,
.mx-n6 {
    margin-left: -2rem !important;
}

.m-n7 {
    margin: -3rem !important;
}

.mt-n7,
.my-n7 {
    margin-top: -3rem !important;
}

.mr-n7,
.mx-n7 {
    margin-right: -3rem !important;
}

.mb-n7,
.my-n7 {
    margin-bottom: -3rem !important;
}

.ml-n7,
.mx-n7 {
    margin-left: -3rem !important;
}

.m-n8 {
    margin: -4rem !important;
}

.mt-n8,
.my-n8 {
    margin-top: -4rem !important;
}

.mr-n8,
.mx-n8 {
    margin-right: -4rem !important;
}

.mb-n8,
.my-n8 {
    margin-bottom: -4rem !important;
}

.ml-n8,
.mx-n8 {
    margin-left: -4rem !important;
}

.m-n9 {
    margin: -6rem !important;
}

.mt-n9,
.my-n9 {
    margin-top: -6rem !important;
}

.mr-n9,
.mx-n9 {
    margin-right: -6rem !important;
}

.mb-n9,
.my-n9 {
    margin-bottom: -6rem !important;
}

.ml-n9,
.mx-n9 {
    margin-left: -6rem !important;
}

.m-n10 {
    margin: -8rem !important;
}

.mt-n10,
.my-n10 {
    margin-top: -8rem !important;
}

.mr-n10,
.mx-n10 {
    margin-right: -8rem !important;
}

.mb-n10,
.my-n10 {
    margin-bottom: -8rem !important;
}

.ml-n10,
.mx-n10 {
    margin-left: -8rem !important;
}

.m-n11 {
    margin: -12rem !important;
}

.mt-n11,
.my-n11 {
    margin-top: -12rem !important;
}

.mr-n11,
.mx-n11 {
    margin-right: -12rem !important;
}

.mb-n11,
.my-n11 {
    margin-bottom: -12rem !important;
}

.ml-n11,
.mx-n11 {
    margin-left: -12rem !important;
}

.m-n12 {
    margin: -16rem !important;
}

.mt-n12,
.my-n12 {
    margin-top: -16rem !important;
}

.mr-n12,
.mx-n12 {
    margin-right: -16rem !important;
}

.mb-n12,
.my-n12 {
    margin-bottom: -16rem !important;
}

.ml-n12,
.mx-n12 {
    margin-left: -16rem !important;
}

.m-auto,
.section-descubra .descubra-bloque {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto,
.divider__big,
.divider__title,
.galeria-carrusel,
.galeria-carrusel__item,
.flickr-wrapper,
.cita,
.portadilla-intro__text {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto,
.divider__big,
.divider__title,
.galeria-carrusel,
.galeria-carrusel__item,
.flickr-wrapper,
.cita,
.portadilla-intro__text {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .academico-relacionado:first-child,
    .form-exposed form.views-exposed-form .form-item,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .pre-footer .form-item-correo-electronico,
    #main .menu-list,
    .bloque-director .bloque-director__actual,
    .academico-relacionado,
    .diccionarios-form-select .form-item-diccionario-select,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .bloque-letra__fecha,
    .bloque-letra__cargo,
    .blockquote,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .pre-footer .form-item-correo-electronico,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 0.75rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 0.75rem !important;
    }

    .mr-sm-3,
    .mx-sm-3,
    .sub-footer__social a,
    .academico-relacionado {
        margin-right: 0.75rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 0.75rem !important;
    }

    .ml-sm-3,
    .mx-sm-3,
    .sub-footer__social a,
    .academico-relacionado {
        margin-left: 0.75rem !important;
    }

    .m-sm-4 {
        margin: 1rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1rem !important;
    }

    .mr-sm-4,
    .filter-form .form-item,
    .form-exposed .form-item,
    .form-exposed-checks form.views-exposed-form .form-item,
    .mx-sm-4 {
        margin-right: 1rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1rem !important;
    }

    .m-sm-5 {
        margin: 1.5rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-5,
    .bloque__title,
    .bloque-letra__dato,
    .my-sm-5 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 1.5rem !important;
    }

    .m-sm-6 {
        margin: 2rem !important;
    }

    .mt-sm-6,
    .divider__big,
    .my-sm-6,
    .divider__brand,
    .blockquote {
        margin-top: 2rem !important;
    }

    .mr-sm-6,
    .diccionarios-form-select .fieldset-wrapper,
    .diccionarios-form-select .form-item-diccionario-select,
    .mx-sm-6 {
        margin-right: 2rem !important;
    }

    .mb-sm-6,
    .my-sm-6,
    .divider__brand,
    .blockquote {
        margin-bottom: 2rem !important;
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 2rem !important;
    }

    .m-sm-7 {
        margin: 3rem !important;
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 3rem !important;
    }

    .mr-sm-7,
    .blockquote,
    .mx-sm-7 {
        margin-right: 3rem !important;
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 3rem !important;
    }

    .m-sm-8 {
        margin: 4rem !important;
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 4rem !important;
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 4rem !important;
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 4rem !important;
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 4rem !important;
    }

    .m-sm-9 {
        margin: 6rem !important;
    }

    .mt-sm-9,
    .my-sm-9 {
        margin-top: 6rem !important;
    }

    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 6rem !important;
    }

    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 6rem !important;
    }

    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 6rem !important;
    }

    .m-sm-10 {
        margin: 8rem !important;
    }

    .mt-sm-10,
    .my-sm-10 {
        margin-top: 8rem !important;
    }

    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 8rem !important;
    }

    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 8rem !important;
    }

    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 8rem !important;
    }

    .m-sm-11 {
        margin: 12rem !important;
    }

    .mt-sm-11,
    .my-sm-11 {
        margin-top: 12rem !important;
    }

    .mr-sm-11,
    .mx-sm-11 {
        margin-right: 12rem !important;
    }

    .mb-sm-11,
    .search-full-container .header__logo,
    .my-sm-11 {
        margin-bottom: 12rem !important;
    }

    .ml-sm-11,
    .mx-sm-11 {
        margin-left: 12rem !important;
    }

    .m-sm-12 {
        margin: 16rem !important;
    }

    .mt-sm-12,
    .my-sm-12 {
        margin-top: 16rem !important;
    }

    .mr-sm-12,
    .mx-sm-12 {
        margin-right: 16rem !important;
    }

    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: 16rem !important;
    }

    .ml-sm-12,
    .mx-sm-12 {
        margin-left: 16rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0,
    .bloque-academico-relacionados .vista,
    .bloque-texto-scroll-relacionados .vista {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0,
    .bloque-academico-relacionados .vista,
    .bloque-texto-scroll-relacionados .vista {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 0.75rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 0.75rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 0.75rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 0.75rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 0.75rem !important;
    }

    .p-sm-4 {
        padding: 1rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1rem !important;
    }

    .p-sm-5 {
        padding: 1.5rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 1.5rem !important;
    }

    .p-sm-6 {
        padding: 2rem !important;
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2rem !important;
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 2rem !important;
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2rem !important;
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 2rem !important;
    }

    .p-sm-7 {
        padding: 3rem !important;
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 3rem !important;
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 3rem !important;
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 3rem !important;
    }

    .p-sm-8 {
        padding: 4rem !important;
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 4rem !important;
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 4rem !important;
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 4rem !important;
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 4rem !important;
    }

    .p-sm-9 {
        padding: 6rem !important;
    }

    .pt-sm-9,
    .py-sm-9 {
        padding-top: 6rem !important;
    }

    .pr-sm-9,
    .px-sm-9 {
        padding-right: 6rem !important;
    }

    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 6rem !important;
    }

    .pl-sm-9,
    .px-sm-9 {
        padding-left: 6rem !important;
    }

    .p-sm-10 {
        padding: 8rem !important;
    }

    .pt-sm-10,
    .bloque-directivo,
    .py-sm-10 {
        padding-top: 8rem !important;
    }

    .pr-sm-10,
    .px-sm-10,
    .section--parallax__content {
        padding-right: 8rem !important;
    }

    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 8rem !important;
    }

    .pl-sm-10,
    .px-sm-10,
    .section--parallax__content {
        padding-left: 8rem !important;
    }

    .p-sm-11 {
        padding: 12rem !important;
    }

    .pt-sm-11,
    .py-sm-11 {
        padding-top: 12rem !important;
    }

    .pr-sm-11,
    .px-sm-11 {
        padding-right: 12rem !important;
    }

    .pb-sm-11,
    .py-sm-11 {
        padding-bottom: 12rem !important;
    }

    .pl-sm-11,
    .px-sm-11 {
        padding-left: 12rem !important;
    }

    .p-sm-12 {
        padding: 16rem !important;
    }

    .pt-sm-12,
    .py-sm-12 {
        padding-top: 16rem !important;
    }

    .pr-sm-12,
    .px-sm-12 {
        padding-right: 16rem !important;
    }

    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: 16rem !important;
    }

    .pl-sm-12,
    .px-sm-12 {
        padding-left: 16rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -0.75rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -0.75rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -0.75rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -0.75rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -0.75rem !important;
    }

    .m-sm-n4 {
        margin: -1rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1rem !important;
    }

    .m-sm-n5 {
        margin: -1.5rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n6 {
        margin: -2rem !important;
    }

    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -2rem !important;
    }

    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -2rem !important;
    }

    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -2rem !important;
    }

    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -2rem !important;
    }

    .m-sm-n7 {
        margin: -3rem !important;
    }

    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -3rem !important;
    }

    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -3rem !important;
    }

    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -3rem !important;
    }

    .m-sm-n8 {
        margin: -4rem !important;
    }

    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -4rem !important;
    }

    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -4rem !important;
    }

    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -4rem !important;
    }

    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -4rem !important;
    }

    .m-sm-n9 {
        margin: -6rem !important;
    }

    .mt-sm-n9,
    .my-sm-n9 {
        margin-top: -6rem !important;
    }

    .mr-sm-n9,
    .mx-sm-n9 {
        margin-right: -6rem !important;
    }

    .mb-sm-n9,
    .my-sm-n9 {
        margin-bottom: -6rem !important;
    }

    .ml-sm-n9,
    .mx-sm-n9 {
        margin-left: -6rem !important;
    }

    .m-sm-n10 {
        margin: -8rem !important;
    }

    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -8rem !important;
    }

    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -8rem !important;
    }

    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -8rem !important;
    }

    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -8rem !important;
    }

    .m-sm-n11 {
        margin: -12rem !important;
    }

    .mt-sm-n11,
    .my-sm-n11 {
        margin-top: -12rem !important;
    }

    .mr-sm-n11,
    .mx-sm-n11 {
        margin-right: -12rem !important;
    }

    .mb-sm-n11,
    .my-sm-n11 {
        margin-bottom: -12rem !important;
    }

    .ml-sm-n11,
    .mx-sm-n11 {
        margin-left: -12rem !important;
    }

    .m-sm-n12 {
        margin: -16rem !important;
    }

    .mt-sm-n12,
    .my-sm-n12 {
        margin-top: -16rem !important;
    }

    .mr-sm-n12,
    .mx-sm-n12 {
        margin-right: -16rem !important;
    }

    .mb-sm-n12,
    .my-sm-n12 {
        margin-bottom: -16rem !important;
    }

    .ml-sm-n12,
    .mx-sm-n12 {
        margin-left: -16rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .bloque-card,
    .section-more .block-news,
    .filter-form .form-item,
    .destacado-full,
    .agenda-form .views-exposed-form .form-select,
    .accordion.open .accordion__content--img,
    .accordion__content--img,
    .form-exposed .form-item,
    .form-exposed form.views-exposed-form .form-item,
    .form-exposed-checks form.views-exposed-form .form-item,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 0.75rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 0.75rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 0.75rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 0.75rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 0.75rem !important;
    }

    .m-md-4 {
        margin: 1rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1rem !important;
    }

    .mr-md-4,
    .agenda-form .views-exposed-form .form-select,
    .mx-md-4 {
        margin-right: 1rem !important;
    }

    .mb-md-4,
    .block-news__title,
    .block-prensa__title,
    .my-md-4 {
        margin-bottom: 1rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1rem !important;
    }

    .m-md-5 {
        margin: 1.5rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 1.5rem !important;
    }

    .mr-md-5,
    .listado-obras .listado-obras__item,
    .mx-md-5 {
        margin-right: 1.5rem !important;
    }

    .mb-md-5,
    .form-exposed form.views-exposed-form,
    .my-md-5 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 1.5rem !important;
    }

    .m-md-6 {
        margin: 2rem !important;
    }

    .mt-md-6,
    .my-md-6,
    .divider__secundary {
        margin-top: 2rem !important;
    }

    .mr-md-6,
    .tabs__link-item,
    .mx-md-6 {
        margin-right: 2rem !important;
    }

    .mb-md-6,
    .my-md-6,
    .divider__secundary {
        margin-bottom: 2rem !important;
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 2rem !important;
    }

    .m-md-7 {
        margin: 3rem !important;
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 3rem !important;
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 3rem !important;
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 3rem !important;
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 3rem !important;
    }

    .m-md-8 {
        margin: 4rem !important;
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 4rem !important;
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 4rem !important;
    }

    .mb-md-8,
    .tabs__link,
    .my-md-8 {
        margin-bottom: 4rem !important;
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 4rem !important;
    }

    .m-md-9 {
        margin: 6rem !important;
    }

    .mt-md-9,
    .my-md-9 {
        margin-top: 6rem !important;
    }

    .mr-md-9,
    .mx-md-9 {
        margin-right: 6rem !important;
    }

    .mb-md-9,
    .section__title,
    .my-md-9 {
        margin-bottom: 6rem !important;
    }

    .ml-md-9,
    .mx-md-9 {
        margin-left: 6rem !important;
    }

    .m-md-10 {
        margin: 8rem !important;
    }

    .mt-md-10,
    .my-md-10 {
        margin-top: 8rem !important;
    }

    .mr-md-10,
    .mx-md-10 {
        margin-right: 8rem !important;
    }

    .mb-md-10,
    .my-md-10 {
        margin-bottom: 8rem !important;
    }

    .ml-md-10,
    .mx-md-10 {
        margin-left: 8rem !important;
    }

    .m-md-11 {
        margin: 12rem !important;
    }

    .mt-md-11,
    .my-md-11 {
        margin-top: 12rem !important;
    }

    .mr-md-11,
    .mx-md-11 {
        margin-right: 12rem !important;
    }

    .mb-md-11,
    .my-md-11 {
        margin-bottom: 12rem !important;
    }

    .ml-md-11,
    .mx-md-11 {
        margin-left: 12rem !important;
    }

    .m-md-12 {
        margin: 16rem !important;
    }

    .mt-md-12,
    .my-md-12 {
        margin-top: 16rem !important;
    }

    .mr-md-12,
    .mx-md-12 {
        margin-right: 16rem !important;
    }

    .mb-md-12,
    .my-md-12 {
        margin-bottom: 16rem !important;
    }

    .ml-md-12,
    .mx-md-12 {
        margin-left: 16rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .portadilla-intro,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0,
    .page__title,
    .header__logo .img,
    .bloque-academicos,
    .bloque-texto-scrolls {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0,
    .page__title,
    .header__logo .img,
    .bloque-academicos,
    .bloque-texto-scrolls {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2,
    .header__logo .img {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2,
    .header__logo .img {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 0.75rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 0.75rem !important;
    }

    .pr-md-3,
    .px-md-3,
    .header,
    .nav-variante {
        padding-right: 0.75rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 0.75rem !important;
    }

    .pl-md-3,
    .px-md-3,
    .header,
    .nav-variante {
        padding-left: 0.75rem !important;
    }

    .p-md-4 {
        padding: 1rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1rem !important;
    }

    .p-md-5,
    .listado-obras-container {
        padding: 1.5rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 1.5rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 1.5rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 1.5rem !important;
    }

    .p-md-6 {
        padding: 2rem !important;
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 2rem !important;
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 2rem !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2rem !important;
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 2rem !important;
    }

    .p-md-7 {
        padding: 3rem !important;
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 3rem !important;
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 3rem !important;
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 3rem !important;
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 3rem !important;
    }

    .p-md-8 {
        padding: 4rem !important;
    }

    .pt-md-8,
    .recursos-container,
    .py-md-8,
    .bloque-academicos,
    .section-descubra .descubra-bloque {
        padding-top: 4rem !important;
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 4rem !important;
    }

    .pb-md-8,
    .py-md-8,
    .bloque-academicos,
    .section-descubra .descubra-bloque {
        padding-bottom: 4rem !important;
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 4rem !important;
    }

    .p-md-9 {
        padding: 6rem !important;
    }

    .pt-md-9,
    .contenedor-full .dudas-container,
    .contenedor-full .diccionarios-container,
    .py-md-9 {
        padding-top: 6rem !important;
    }

    .pr-md-9,
    .px-md-9,
    .section-descubra .descubra-bloque {
        padding-right: 6rem !important;
    }

    .pb-md-9,
    .py-md-9 {
        padding-bottom: 6rem !important;
    }

    .pl-md-9,
    .px-md-9,
    .section-descubra .descubra-bloque {
        padding-left: 6rem !important;
    }

    .p-md-10 {
        padding: 8rem !important;
    }

    .pt-md-10,
    .py-md-10,
    .bloque-texto-scrolls {
        padding-top: 8rem !important;
    }

    .pr-md-10,
    .px-md-10 {
        padding-right: 8rem !important;
    }

    .pb-md-10,
    .py-md-10,
    .bloque-texto-scrolls {
        padding-bottom: 8rem !important;
    }

    .pl-md-10,
    .px-md-10 {
        padding-left: 8rem !important;
    }

    .p-md-11 {
        padding: 12rem !important;
    }

    .pt-md-11,
    .py-md-11 {
        padding-top: 12rem !important;
    }

    .pr-md-11,
    .px-md-11,
    .section--parallax__content {
        padding-right: 12rem !important;
    }

    .pb-md-11,
    .py-md-11 {
        padding-bottom: 12rem !important;
    }

    .pl-md-11,
    .px-md-11,
    .section--parallax__content {
        padding-left: 12rem !important;
    }

    .p-md-12 {
        padding: 16rem !important;
    }

    .pt-md-12,
    .py-md-12 {
        padding-top: 16rem !important;
    }

    .pr-md-12,
    .px-md-12 {
        padding-right: 16rem !important;
    }

    .pb-md-12,
    .py-md-12 {
        padding-bottom: 16rem !important;
    }

    .pl-md-12,
    .px-md-12 {
        padding-left: 16rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -0.75rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -0.75rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -0.75rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -0.75rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -0.75rem !important;
    }

    .m-md-n4 {
        margin: -1rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1rem !important;
    }

    .m-md-n5 {
        margin: -1.5rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -1.5rem !important;
    }

    .m-md-n6 {
        margin: -2rem !important;
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -2rem !important;
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -2rem !important;
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -2rem !important;
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -2rem !important;
    }

    .m-md-n7 {
        margin: -3rem !important;
    }

    .mt-md-n7,
    .my-md-n7 {
        margin-top: -3rem !important;
    }

    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -3rem !important;
    }

    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -3rem !important;
    }

    .m-md-n8 {
        margin: -4rem !important;
    }

    .mt-md-n8,
    .my-md-n8 {
        margin-top: -4rem !important;
    }

    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -4rem !important;
    }

    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -4rem !important;
    }

    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -4rem !important;
    }

    .m-md-n9 {
        margin: -6rem !important;
    }

    .mt-md-n9,
    .my-md-n9 {
        margin-top: -6rem !important;
    }

    .mr-md-n9,
    .mx-md-n9 {
        margin-right: -6rem !important;
    }

    .mb-md-n9,
    .my-md-n9 {
        margin-bottom: -6rem !important;
    }

    .ml-md-n9,
    .mx-md-n9 {
        margin-left: -6rem !important;
    }

    .m-md-n10 {
        margin: -8rem !important;
    }

    .mt-md-n10,
    .my-md-n10 {
        margin-top: -8rem !important;
    }

    .mr-md-n10,
    .mx-md-n10 {
        margin-right: -8rem !important;
    }

    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -8rem !important;
    }

    .ml-md-n10,
    .mx-md-n10 {
        margin-left: -8rem !important;
    }

    .m-md-n11 {
        margin: -12rem !important;
    }

    .mt-md-n11,
    .my-md-n11 {
        margin-top: -12rem !important;
    }

    .mr-md-n11,
    .mx-md-n11 {
        margin-right: -12rem !important;
    }

    .mb-md-n11,
    .my-md-n11 {
        margin-bottom: -12rem !important;
    }

    .ml-md-n11,
    .mx-md-n11 {
        margin-left: -12rem !important;
    }

    .m-md-n12 {
        margin: -16rem !important;
    }

    .mt-md-n12,
    .my-md-n12 {
        margin-top: -16rem !important;
    }

    .mr-md-n12,
    .mx-md-n12 {
        margin-right: -16rem !important;
    }

    .mb-md-n12,
    .my-md-n12 {
        margin-bottom: -16rem !important;
    }

    .ml-md-n12,
    .mx-md-n12 {
        margin-left: -16rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .header-menu .menu-list.main .menu-list__item a,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .home-portal,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .form-type-one [class^='col-'],
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2,
    .title-form-type-one {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2,
    .title-form-type-one {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 0.75rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 0.75rem !important;
    }

    .mr-lg-3,
    .home-share__social a,
    .mx-lg-3 {
        margin-right: 0.75rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 0.75rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 0.75rem !important;
    }

    .m-lg-4 {
        margin: 1rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1rem !important;
    }

    .m-lg-5 {
        margin: 1.5rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-5,
    .accordion--variante__content--text li,
    .my-lg-5 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 1.5rem !important;
    }

    .m-lg-6 {
        margin: 2rem !important;
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2rem !important;
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 2rem !important;
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2rem !important;
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 2rem !important;
    }

    .m-lg-7 {
        margin: 3rem !important;
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 3rem !important;
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 3rem !important;
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 3rem !important;
    }

    .m-lg-8 {
        margin: 4rem !important;
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 4rem !important;
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 4rem !important;
    }

    .mb-lg-8,
    .listado__container .vista .listado-item__container,
    .my-lg-8 {
        margin-bottom: 4rem !important;
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 4rem !important;
    }

    .m-lg-9 {
        margin: 6rem !important;
    }

    .mt-lg-9,
    .my-lg-9 {
        margin-top: 6rem !important;
    }

    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 6rem !important;
    }

    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 6rem !important;
    }

    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 6rem !important;
    }

    .m-lg-10 {
        margin: 8rem !important;
    }

    .mt-lg-10,
    .my-lg-10 {
        margin-top: 8rem !important;
    }

    .mr-lg-10,
    .listado-obras .listado-obras__item,
    .eu-cookie-compliance-message,
    .mx-lg-10 {
        margin-right: 8rem !important;
    }

    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 8rem !important;
    }

    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 8rem !important;
    }

    .m-lg-11 {
        margin: 12rem !important;
    }

    .mt-lg-11,
    .my-lg-11 {
        margin-top: 12rem !important;
    }

    .mr-lg-11,
    .mx-lg-11 {
        margin-right: 12rem !important;
    }

    .mb-lg-11,
    .my-lg-11 {
        margin-bottom: 12rem !important;
    }

    .ml-lg-11,
    .mx-lg-11 {
        margin-left: 12rem !important;
    }

    .m-lg-12 {
        margin: 16rem !important;
    }

    .mt-lg-12,
    .my-lg-12 {
        margin-top: 16rem !important;
    }

    .mr-lg-12,
    .mx-lg-12 {
        margin-right: 16rem !important;
    }

    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: 16rem !important;
    }

    .ml-lg-12,
    .mx-lg-12 {
        margin-left: 16rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .contenedor-full,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2,
    .header-menu .menu-list.main .menu-list__item {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2,
    .header-menu .menu-list.main .menu-list__item {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 0.75rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 0.75rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 0.75rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 0.75rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 0.75rem !important;
    }

    .p-lg-4 {
        padding: 1rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1rem !important;
    }

    .p-lg-5 {
        padding: 1.5rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-5,
    .px-lg-5,
    .header-menu .menu-list {
        padding-right: 1.5rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-5,
    .px-lg-5,
    .header-menu .menu-list {
        padding-left: 1.5rem !important;
    }

    .p-lg-6 {
        padding: 2rem !important;
    }

    .pt-lg-6,
    .py-lg-6,
    .bloque {
        padding-top: 2rem !important;
    }

    .pr-lg-6,
    .px-lg-6,
    .header-menu .search-block .menu-list__item,
    .bloque {
        padding-right: 2rem !important;
    }

    .pb-lg-6,
    .py-lg-6,
    .bloque {
        padding-bottom: 2rem !important;
    }

    .pl-lg-6,
    .px-lg-6,
    .header-menu .search-block .menu-list__item,
    .bloque {
        padding-left: 2rem !important;
    }

    .p-lg-7 {
        padding: 3rem !important;
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 3rem !important;
    }

    .pr-lg-7,
    .px-lg-7,
    .bloque-destacado .bloque-destacado__body {
        padding-right: 3rem !important;
    }

    .pb-lg-7,
    .bloque-destacado .bloque-destacado__body,
    .py-lg-7 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-7,
    .px-lg-7,
    .bloque-destacado .bloque-destacado__body {
        padding-left: 3rem !important;
    }

    .p-lg-8 {
        padding: 4rem !important;
    }

    .pt-lg-8,
    .bloque-destacado .bloque-destacado__body,
    .py-lg-8 {
        padding-top: 4rem !important;
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 4rem !important;
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 4rem !important;
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 4rem !important;
    }

    .p-lg-9,
    .bloque-scroll__body,
    .bloque-texto-scroll__biografia {
        padding: 6rem !important;
    }

    .pt-lg-9,
    .py-lg-9,
    .section-obra .bloque-scroll__body {
        padding-top: 6rem !important;
    }

    .pr-lg-9,
    .section-obra .bloque-scroll__body,
    .px-lg-9,
    .contenedor-full {
        padding-right: 6rem !important;
    }

    .pb-lg-9,
    .py-lg-9,
    .section-obra .bloque-scroll__body {
        padding-bottom: 6rem !important;
    }

    .pl-lg-9,
    .px-lg-9,
    .contenedor-full {
        padding-left: 6rem !important;
    }

    .p-lg-10 {
        padding: 8rem !important;
    }

    .pt-lg-10,
    .py-lg-10 {
        padding-top: 8rem !important;
    }

    .pr-lg-10,
    .px-lg-10 {
        padding-right: 8rem !important;
    }

    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 8rem !important;
    }

    .pl-lg-10,
    .section-obra .bloque-scroll__body,
    .px-lg-10 {
        padding-left: 8rem !important;
    }

    .p-lg-11 {
        padding: 12rem !important;
    }

    .pt-lg-11,
    .py-lg-11 {
        padding-top: 12rem !important;
    }

    .pr-lg-11,
    .px-lg-11 {
        padding-right: 12rem !important;
    }

    .pb-lg-11,
    .py-lg-11 {
        padding-bottom: 12rem !important;
    }

    .pl-lg-11,
    .px-lg-11 {
        padding-left: 12rem !important;
    }

    .p-lg-12 {
        padding: 16rem !important;
    }

    .pt-lg-12,
    .py-lg-12 {
        padding-top: 16rem !important;
    }

    .pr-lg-12,
    .px-lg-12 {
        padding-right: 16rem !important;
    }

    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: 16rem !important;
    }

    .pl-lg-12,
    .px-lg-12 {
        padding-left: 16rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -0.75rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -0.75rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -0.75rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -0.75rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -0.75rem !important;
    }

    .m-lg-n4 {
        margin: -1rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1rem !important;
    }

    .m-lg-n5 {
        margin: -1.5rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n6 {
        margin: -2rem !important;
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -2rem !important;
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -2rem !important;
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -2rem !important;
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -2rem !important;
    }

    .m-lg-n7 {
        margin: -3rem !important;
    }

    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -3rem !important;
    }

    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -3rem !important;
    }

    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -3rem !important;
    }

    .m-lg-n8 {
        margin: -4rem !important;
    }

    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -4rem !important;
    }

    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -4rem !important;
    }

    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -4rem !important;
    }

    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -4rem !important;
    }

    .m-lg-n9 {
        margin: -6rem !important;
    }

    .mt-lg-n9,
    .my-lg-n9 {
        margin-top: -6rem !important;
    }

    .mr-lg-n9,
    .mx-lg-n9 {
        margin-right: -6rem !important;
    }

    .mb-lg-n9,
    .my-lg-n9 {
        margin-bottom: -6rem !important;
    }

    .ml-lg-n9,
    .mx-lg-n9 {
        margin-left: -6rem !important;
    }

    .m-lg-n10 {
        margin: -8rem !important;
    }

    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -8rem !important;
    }

    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -8rem !important;
    }

    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -8rem !important;
    }

    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -8rem !important;
    }

    .m-lg-n11 {
        margin: -12rem !important;
    }

    .mt-lg-n11,
    .my-lg-n11 {
        margin-top: -12rem !important;
    }

    .mr-lg-n11,
    .mx-lg-n11 {
        margin-right: -12rem !important;
    }

    .mb-lg-n11,
    .my-lg-n11 {
        margin-bottom: -12rem !important;
    }

    .ml-lg-n11,
    .mx-lg-n11 {
        margin-left: -12rem !important;
    }

    .m-lg-n12 {
        margin: -16rem !important;
    }

    .mt-lg-n12,
    .my-lg-n12 {
        margin-top: -16rem !important;
    }

    .mr-lg-n12,
    .mx-lg-n12 {
        margin-right: -16rem !important;
    }

    .mb-lg-n12,
    .my-lg-n12 {
        margin-bottom: -16rem !important;
    }

    .ml-lg-n12,
    .mx-lg-n12 {
        margin-left: -16rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1025px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 0.75rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 0.75rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 0.75rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 0.75rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 0.75rem !important;
    }

    .m-xl-4 {
        margin: 1rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1rem !important;
    }

    .m-xl-5 {
        margin: 1.5rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 1.5rem !important;
    }

    .m-xl-6 {
        margin: 2rem !important;
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2rem !important;
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 2rem !important;
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2rem !important;
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 2rem !important;
    }

    .m-xl-7 {
        margin: 3rem !important;
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 3rem !important;
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 3rem !important;
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 3rem !important;
    }

    .m-xl-8 {
        margin: 4rem !important;
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 4rem !important;
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 4rem !important;
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 4rem !important;
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 4rem !important;
    }

    .m-xl-9 {
        margin: 6rem !important;
    }

    .mt-xl-9,
    .my-xl-9 {
        margin-top: 6rem !important;
    }

    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 6rem !important;
    }

    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 6rem !important;
    }

    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 6rem !important;
    }

    .m-xl-10 {
        margin: 8rem !important;
    }

    .mt-xl-10,
    .my-xl-10 {
        margin-top: 8rem !important;
    }

    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 8rem !important;
    }

    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 8rem !important;
    }

    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 8rem !important;
    }

    .m-xl-11 {
        margin: 12rem !important;
    }

    .mt-xl-11,
    .my-xl-11 {
        margin-top: 12rem !important;
    }

    .mr-xl-11,
    .mx-xl-11 {
        margin-right: 12rem !important;
    }

    .mb-xl-11,
    .my-xl-11 {
        margin-bottom: 12rem !important;
    }

    .ml-xl-11,
    .mx-xl-11 {
        margin-left: 12rem !important;
    }

    .m-xl-12 {
        margin: 16rem !important;
    }

    .mt-xl-12,
    .my-xl-12 {
        margin-top: 16rem !important;
    }

    .mr-xl-12,
    .mx-xl-12 {
        margin-right: 16rem !important;
    }

    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: 16rem !important;
    }

    .ml-xl-12,
    .mx-xl-12 {
        margin-left: 16rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 0.75rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 0.75rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 0.75rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 0.75rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 0.75rem !important;
    }

    .p-xl-4 {
        padding: 1rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1rem !important;
    }

    .pr-xl-4,
    .px-xl-4,
    .header-menu .menu-list.main .menu-list__item {
        padding-right: 1rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-4,
    .px-xl-4,
    .header-menu .menu-list.main .menu-list__item {
        padding-left: 1rem !important;
    }

    .p-xl-5 {
        padding: 1.5rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 1.5rem !important;
    }

    .p-xl-6 {
        padding: 2rem !important;
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2rem !important;
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 2rem !important;
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2rem !important;
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 2rem !important;
    }

    .p-xl-7 {
        padding: 3rem !important;
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 3rem !important;
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 3rem !important;
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 3rem !important;
    }

    .p-xl-8 {
        padding: 4rem !important;
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 4rem !important;
    }

    .pr-xl-8,
    .px-xl-8,
    .header,
    .nav-variante {
        padding-right: 4rem !important;
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 4rem !important;
    }

    .pl-xl-8,
    .px-xl-8,
    .header,
    .nav-variante {
        padding-left: 4rem !important;
    }

    .p-xl-9 {
        padding: 6rem !important;
    }

    .pt-xl-9,
    .py-xl-9 {
        padding-top: 6rem !important;
    }

    .pr-xl-9,
    .px-xl-9 {
        padding-right: 6rem !important;
    }

    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 6rem !important;
    }

    .pl-xl-9,
    .px-xl-9 {
        padding-left: 6rem !important;
    }

    .p-xl-10 {
        padding: 8rem !important;
    }

    .pt-xl-10,
    .py-xl-10 {
        padding-top: 8rem !important;
    }

    .pr-xl-10,
    .px-xl-10 {
        padding-right: 8rem !important;
    }

    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 8rem !important;
    }

    .pl-xl-10,
    .px-xl-10 {
        padding-left: 8rem !important;
    }

    .p-xl-11 {
        padding: 12rem !important;
    }

    .pt-xl-11,
    .py-xl-11 {
        padding-top: 12rem !important;
    }

    .pr-xl-11,
    .px-xl-11 {
        padding-right: 12rem !important;
    }

    .pb-xl-11,
    .py-xl-11 {
        padding-bottom: 12rem !important;
    }

    .pl-xl-11,
    .px-xl-11 {
        padding-left: 12rem !important;
    }

    .p-xl-12 {
        padding: 16rem !important;
    }

    .pt-xl-12,
    .py-xl-12 {
        padding-top: 16rem !important;
    }

    .pr-xl-12,
    .px-xl-12 {
        padding-right: 16rem !important;
    }

    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: 16rem !important;
    }

    .pl-xl-12,
    .px-xl-12 {
        padding-left: 16rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -0.75rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -0.75rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -0.75rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -0.75rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -0.75rem !important;
    }

    .m-xl-n4 {
        margin: -1rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1rem !important;
    }

    .m-xl-n5 {
        margin: -1.5rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n6 {
        margin: -2rem !important;
    }

    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -2rem !important;
    }

    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -2rem !important;
    }

    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -2rem !important;
    }

    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -2rem !important;
    }

    .m-xl-n7 {
        margin: -3rem !important;
    }

    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -3rem !important;
    }

    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -3rem !important;
    }

    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -3rem !important;
    }

    .m-xl-n8 {
        margin: -4rem !important;
    }

    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -4rem !important;
    }

    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -4rem !important;
    }

    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -4rem !important;
    }

    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -4rem !important;
    }

    .m-xl-n9 {
        margin: -6rem !important;
    }

    .mt-xl-n9,
    .my-xl-n9 {
        margin-top: -6rem !important;
    }

    .mr-xl-n9,
    .mx-xl-n9 {
        margin-right: -6rem !important;
    }

    .mb-xl-n9,
    .my-xl-n9 {
        margin-bottom: -6rem !important;
    }

    .ml-xl-n9,
    .mx-xl-n9 {
        margin-left: -6rem !important;
    }

    .m-xl-n10 {
        margin: -8rem !important;
    }

    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -8rem !important;
    }

    .mr-xl-n10,
    .mx-xl-n10 {
        margin-right: -8rem !important;
    }

    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -8rem !important;
    }

    .ml-xl-n10,
    .mx-xl-n10 {
        margin-left: -8rem !important;
    }

    .m-xl-n11 {
        margin: -12rem !important;
    }

    .mt-xl-n11,
    .my-xl-n11 {
        margin-top: -12rem !important;
    }

    .mr-xl-n11,
    .mx-xl-n11 {
        margin-right: -12rem !important;
    }

    .mb-xl-n11,
    .my-xl-n11 {
        margin-bottom: -12rem !important;
    }

    .ml-xl-n11,
    .mx-xl-n11 {
        margin-left: -12rem !important;
    }

    .m-xl-n12 {
        margin: -16rem !important;
    }

    .mt-xl-n12,
    .my-xl-n12 {
        margin-top: -16rem !important;
    }

    .mr-xl-n12,
    .mx-xl-n12 {
        margin-right: -16rem !important;
    }

    .mb-xl-n12,
    .my-xl-n12 {
        margin-bottom: -16rem !important;
    }

    .ml-xl-n12,
    .mx-xl-n12 {
        margin-left: -16rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1400px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxl-0,
    .header-menu .menu-list.main .menu-list__item,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 0.75rem !important;
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 0.75rem !important;
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 0.75rem !important;
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 0.75rem !important;
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 0.75rem !important;
    }

    .m-xxl-4 {
        margin: 1rem !important;
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1rem !important;
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1rem !important;
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1rem !important;
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1rem !important;
    }

    .m-xxl-5 {
        margin: 1.5rem !important;
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 1.5rem !important;
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 1.5rem !important;
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 1.5rem !important;
    }

    .m-xxl-6 {
        margin: 2rem !important;
    }

    .mt-xxl-6,
    .my-xxl-6 {
        margin-top: 2rem !important;
    }

    .mr-xxl-6,
    .mx-xxl-6 {
        margin-right: 2rem !important;
    }

    .mb-xxl-6,
    .my-xxl-6 {
        margin-bottom: 2rem !important;
    }

    .ml-xxl-6,
    .mx-xxl-6 {
        margin-left: 2rem !important;
    }

    .m-xxl-7 {
        margin: 3rem !important;
    }

    .mt-xxl-7,
    .my-xxl-7 {
        margin-top: 3rem !important;
    }

    .mr-xxl-7,
    .mx-xxl-7 {
        margin-right: 3rem !important;
    }

    .mb-xxl-7,
    .my-xxl-7 {
        margin-bottom: 3rem !important;
    }

    .ml-xxl-7,
    .mx-xxl-7 {
        margin-left: 3rem !important;
    }

    .m-xxl-8 {
        margin: 4rem !important;
    }

    .mt-xxl-8,
    .my-xxl-8 {
        margin-top: 4rem !important;
    }

    .mr-xxl-8,
    .mx-xxl-8 {
        margin-right: 4rem !important;
    }

    .mb-xxl-8,
    .my-xxl-8 {
        margin-bottom: 4rem !important;
    }

    .ml-xxl-8,
    .mx-xxl-8 {
        margin-left: 4rem !important;
    }

    .m-xxl-9 {
        margin: 6rem !important;
    }

    .mt-xxl-9,
    .my-xxl-9 {
        margin-top: 6rem !important;
    }

    .mr-xxl-9,
    .mx-xxl-9 {
        margin-right: 6rem !important;
    }

    .mb-xxl-9,
    .my-xxl-9 {
        margin-bottom: 6rem !important;
    }

    .ml-xxl-9,
    .mx-xxl-9 {
        margin-left: 6rem !important;
    }

    .m-xxl-10 {
        margin: 8rem !important;
    }

    .mt-xxl-10,
    .my-xxl-10 {
        margin-top: 8rem !important;
    }

    .mr-xxl-10,
    .mx-xxl-10 {
        margin-right: 8rem !important;
    }

    .mb-xxl-10,
    .my-xxl-10 {
        margin-bottom: 8rem !important;
    }

    .ml-xxl-10,
    .mx-xxl-10 {
        margin-left: 8rem !important;
    }

    .m-xxl-11 {
        margin: 12rem !important;
    }

    .mt-xxl-11,
    .my-xxl-11 {
        margin-top: 12rem !important;
    }

    .mr-xxl-11,
    .mx-xxl-11 {
        margin-right: 12rem !important;
    }

    .mb-xxl-11,
    .my-xxl-11 {
        margin-bottom: 12rem !important;
    }

    .ml-xxl-11,
    .mx-xxl-11 {
        margin-left: 12rem !important;
    }

    .m-xxl-12 {
        margin: 16rem !important;
    }

    .mt-xxl-12,
    .my-xxl-12 {
        margin-top: 16rem !important;
    }

    .mr-xxl-12,
    .mx-xxl-12 {
        margin-right: 16rem !important;
    }

    .mb-xxl-12,
    .my-xxl-12 {
        margin-bottom: 16rem !important;
    }

    .ml-xxl-12,
    .mx-xxl-12 {
        margin-left: 16rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .pt-xxl-0,
    .header-menu .menu-list,
    .py-xxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 0.75rem !important;
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 0.75rem !important;
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 0.75rem !important;
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 0.75rem !important;
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 0.75rem !important;
    }

    .p-xxl-4 {
        padding: 1rem !important;
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1rem !important;
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1rem !important;
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1rem !important;
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1rem !important;
    }

    .p-xxl-5 {
        padding: 1.5rem !important;
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 1.5rem !important;
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 1.5rem !important;
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 1.5rem !important;
    }

    .p-xxl-6 {
        padding: 2rem !important;
    }

    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 2rem !important;
    }

    .pr-xxl-6,
    .px-xxl-6 {
        padding-right: 2rem !important;
    }

    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 2rem !important;
    }

    .pl-xxl-6,
    .px-xxl-6 {
        padding-left: 2rem !important;
    }

    .p-xxl-7 {
        padding: 3rem !important;
    }

    .pt-xxl-7,
    .py-xxl-7 {
        padding-top: 3rem !important;
    }

    .pr-xxl-7,
    .px-xxl-7 {
        padding-right: 3rem !important;
    }

    .pb-xxl-7,
    .py-xxl-7 {
        padding-bottom: 3rem !important;
    }

    .pl-xxl-7,
    .px-xxl-7 {
        padding-left: 3rem !important;
    }

    .p-xxl-8 {
        padding: 4rem !important;
    }

    .pt-xxl-8,
    .py-xxl-8 {
        padding-top: 4rem !important;
    }

    .pr-xxl-8,
    .px-xxl-8 {
        padding-right: 4rem !important;
    }

    .pb-xxl-8,
    .py-xxl-8 {
        padding-bottom: 4rem !important;
    }

    .pl-xxl-8,
    .px-xxl-8 {
        padding-left: 4rem !important;
    }

    .p-xxl-9 {
        padding: 6rem !important;
    }

    .pt-xxl-9,
    .py-xxl-9 {
        padding-top: 6rem !important;
    }

    .pr-xxl-9,
    .px-xxl-9 {
        padding-right: 6rem !important;
    }

    .pb-xxl-9,
    .py-xxl-9 {
        padding-bottom: 6rem !important;
    }

    .pl-xxl-9,
    .px-xxl-9 {
        padding-left: 6rem !important;
    }

    .p-xxl-10 {
        padding: 8rem !important;
    }

    .pt-xxl-10,
    .py-xxl-10 {
        padding-top: 8rem !important;
    }

    .pr-xxl-10,
    .px-xxl-10 {
        padding-right: 8rem !important;
    }

    .pb-xxl-10,
    .py-xxl-10 {
        padding-bottom: 8rem !important;
    }

    .pl-xxl-10,
    .px-xxl-10 {
        padding-left: 8rem !important;
    }

    .p-xxl-11 {
        padding: 12rem !important;
    }

    .pt-xxl-11,
    .py-xxl-11 {
        padding-top: 12rem !important;
    }

    .pr-xxl-11,
    .px-xxl-11 {
        padding-right: 12rem !important;
    }

    .pb-xxl-11,
    .py-xxl-11 {
        padding-bottom: 12rem !important;
    }

    .pl-xxl-11,
    .px-xxl-11 {
        padding-left: 12rem !important;
    }

    .p-xxl-12 {
        padding: 16rem !important;
    }

    .pt-xxl-12,
    .py-xxl-12 {
        padding-top: 16rem !important;
    }

    .pr-xxl-12,
    .px-xxl-12 {
        padding-right: 16rem !important;
    }

    .pb-xxl-12,
    .py-xxl-12 {
        padding-bottom: 16rem !important;
    }

    .pl-xxl-12,
    .px-xxl-12 {
        padding-left: 16rem !important;
    }

    .m-xxl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xxl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xxl-n3 {
        margin: -0.75rem !important;
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -0.75rem !important;
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -0.75rem !important;
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -0.75rem !important;
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -0.75rem !important;
    }

    .m-xxl-n4 {
        margin: -1rem !important;
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1rem !important;
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1rem !important;
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1rem !important;
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1rem !important;
    }

    .m-xxl-n5 {
        margin: -1.5rem !important;
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -1.5rem !important;
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -1.5rem !important;
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -1.5rem !important;
    }

    .m-xxl-n6 {
        margin: -2rem !important;
    }

    .mt-xxl-n6,
    .my-xxl-n6 {
        margin-top: -2rem !important;
    }

    .mr-xxl-n6,
    .mx-xxl-n6 {
        margin-right: -2rem !important;
    }

    .mb-xxl-n6,
    .my-xxl-n6 {
        margin-bottom: -2rem !important;
    }

    .ml-xxl-n6,
    .mx-xxl-n6 {
        margin-left: -2rem !important;
    }

    .m-xxl-n7 {
        margin: -3rem !important;
    }

    .mt-xxl-n7,
    .my-xxl-n7 {
        margin-top: -3rem !important;
    }

    .mr-xxl-n7,
    .mx-xxl-n7 {
        margin-right: -3rem !important;
    }

    .mb-xxl-n7,
    .my-xxl-n7 {
        margin-bottom: -3rem !important;
    }

    .ml-xxl-n7,
    .mx-xxl-n7 {
        margin-left: -3rem !important;
    }

    .m-xxl-n8 {
        margin: -4rem !important;
    }

    .mt-xxl-n8,
    .my-xxl-n8 {
        margin-top: -4rem !important;
    }

    .mr-xxl-n8,
    .mx-xxl-n8 {
        margin-right: -4rem !important;
    }

    .mb-xxl-n8,
    .my-xxl-n8 {
        margin-bottom: -4rem !important;
    }

    .ml-xxl-n8,
    .mx-xxl-n8 {
        margin-left: -4rem !important;
    }

    .m-xxl-n9 {
        margin: -6rem !important;
    }

    .mt-xxl-n9,
    .my-xxl-n9 {
        margin-top: -6rem !important;
    }

    .mr-xxl-n9,
    .mx-xxl-n9 {
        margin-right: -6rem !important;
    }

    .mb-xxl-n9,
    .my-xxl-n9 {
        margin-bottom: -6rem !important;
    }

    .ml-xxl-n9,
    .mx-xxl-n9 {
        margin-left: -6rem !important;
    }

    .m-xxl-n10 {
        margin: -8rem !important;
    }

    .mt-xxl-n10,
    .my-xxl-n10 {
        margin-top: -8rem !important;
    }

    .mr-xxl-n10,
    .mx-xxl-n10 {
        margin-right: -8rem !important;
    }

    .mb-xxl-n10,
    .my-xxl-n10 {
        margin-bottom: -8rem !important;
    }

    .ml-xxl-n10,
    .mx-xxl-n10 {
        margin-left: -8rem !important;
    }

    .m-xxl-n11 {
        margin: -12rem !important;
    }

    .mt-xxl-n11,
    .my-xxl-n11 {
        margin-top: -12rem !important;
    }

    .mr-xxl-n11,
    .mx-xxl-n11 {
        margin-right: -12rem !important;
    }

    .mb-xxl-n11,
    .my-xxl-n11 {
        margin-bottom: -12rem !important;
    }

    .ml-xxl-n11,
    .mx-xxl-n11 {
        margin-left: -12rem !important;
    }

    .m-xxl-n12 {
        margin: -16rem !important;
    }

    .mt-xxl-n12,
    .my-xxl-n12 {
        margin-top: -16rem !important;
    }

    .mr-xxl-n12,
    .mx-xxl-n12 {
        margin-right: -16rem !important;
    }

    .mb-xxl-n12,
    .my-xxl-n12 {
        margin-bottom: -16rem !important;
    }

    .ml-xxl-n12,
    .mx-xxl-n12 {
        margin-left: -16rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1600px) {
    .m-xxxl-0 {
        margin: 0 !important;
    }

    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0 !important;
    }

    .m-xxxl-1 {
        margin: 0.25rem !important;
    }

    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xxxl-2 {
        margin: 0.5rem !important;
    }

    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xxxl-3 {
        margin: 0.75rem !important;
    }

    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 0.75rem !important;
    }

    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 0.75rem !important;
    }

    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 0.75rem !important;
    }

    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 0.75rem !important;
    }

    .m-xxxl-4 {
        margin: 1rem !important;
    }

    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1rem !important;
    }

    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1rem !important;
    }

    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1rem !important;
    }

    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1rem !important;
    }

    .m-xxxl-5 {
        margin: 1.5rem !important;
    }

    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 1.5rem !important;
    }

    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 1.5rem !important;
    }

    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 1.5rem !important;
    }

    .m-xxxl-6 {
        margin: 2rem !important;
    }

    .mt-xxxl-6,
    .my-xxxl-6 {
        margin-top: 2rem !important;
    }

    .mr-xxxl-6,
    .mx-xxxl-6 {
        margin-right: 2rem !important;
    }

    .mb-xxxl-6,
    .my-xxxl-6 {
        margin-bottom: 2rem !important;
    }

    .ml-xxxl-6,
    .mx-xxxl-6 {
        margin-left: 2rem !important;
    }

    .m-xxxl-7 {
        margin: 3rem !important;
    }

    .mt-xxxl-7,
    .my-xxxl-7 {
        margin-top: 3rem !important;
    }

    .mr-xxxl-7,
    .mx-xxxl-7 {
        margin-right: 3rem !important;
    }

    .mb-xxxl-7,
    .my-xxxl-7 {
        margin-bottom: 3rem !important;
    }

    .ml-xxxl-7,
    .mx-xxxl-7 {
        margin-left: 3rem !important;
    }

    .m-xxxl-8 {
        margin: 4rem !important;
    }

    .mt-xxxl-8,
    .my-xxxl-8 {
        margin-top: 4rem !important;
    }

    .mr-xxxl-8,
    .mx-xxxl-8 {
        margin-right: 4rem !important;
    }

    .mb-xxxl-8,
    .my-xxxl-8 {
        margin-bottom: 4rem !important;
    }

    .ml-xxxl-8,
    .mx-xxxl-8 {
        margin-left: 4rem !important;
    }

    .m-xxxl-9 {
        margin: 6rem !important;
    }

    .mt-xxxl-9,
    .my-xxxl-9 {
        margin-top: 6rem !important;
    }

    .mr-xxxl-9,
    .mx-xxxl-9 {
        margin-right: 6rem !important;
    }

    .mb-xxxl-9,
    .my-xxxl-9 {
        margin-bottom: 6rem !important;
    }

    .ml-xxxl-9,
    .mx-xxxl-9 {
        margin-left: 6rem !important;
    }

    .m-xxxl-10 {
        margin: 8rem !important;
    }

    .mt-xxxl-10,
    .my-xxxl-10 {
        margin-top: 8rem !important;
    }

    .mr-xxxl-10,
    .mx-xxxl-10 {
        margin-right: 8rem !important;
    }

    .mb-xxxl-10,
    .my-xxxl-10 {
        margin-bottom: 8rem !important;
    }

    .ml-xxxl-10,
    .mx-xxxl-10 {
        margin-left: 8rem !important;
    }

    .m-xxxl-11 {
        margin: 12rem !important;
    }

    .mt-xxxl-11,
    .my-xxxl-11 {
        margin-top: 12rem !important;
    }

    .mr-xxxl-11,
    .mx-xxxl-11 {
        margin-right: 12rem !important;
    }

    .mb-xxxl-11,
    .my-xxxl-11 {
        margin-bottom: 12rem !important;
    }

    .ml-xxxl-11,
    .mx-xxxl-11 {
        margin-left: 12rem !important;
    }

    .m-xxxl-12 {
        margin: 16rem !important;
    }

    .mt-xxxl-12,
    .my-xxxl-12 {
        margin-top: 16rem !important;
    }

    .mr-xxxl-12,
    .mx-xxxl-12 {
        margin-right: 16rem !important;
    }

    .mb-xxxl-12,
    .my-xxxl-12 {
        margin-bottom: 16rem !important;
    }

    .ml-xxxl-12,
    .mx-xxxl-12 {
        margin-left: 16rem !important;
    }

    .p-xxxl-0 {
        padding: 0 !important;
    }

    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important;
    }

    .p-xxxl-1 {
        padding: 0.25rem !important;
    }

    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xxxl-2 {
        padding: 0.5rem !important;
    }

    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xxxl-3 {
        padding: 0.75rem !important;
    }

    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 0.75rem !important;
    }

    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 0.75rem !important;
    }

    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 0.75rem !important;
    }

    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 0.75rem !important;
    }

    .p-xxxl-4 {
        padding: 1rem !important;
    }

    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1rem !important;
    }

    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1rem !important;
    }

    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1rem !important;
    }

    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1rem !important;
    }

    .p-xxxl-5 {
        padding: 1.5rem !important;
    }

    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 1.5rem !important;
    }

    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 1.5rem !important;
    }

    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 1.5rem !important;
    }

    .p-xxxl-6 {
        padding: 2rem !important;
    }

    .pt-xxxl-6,
    .py-xxxl-6 {
        padding-top: 2rem !important;
    }

    .pr-xxxl-6,
    .px-xxxl-6 {
        padding-right: 2rem !important;
    }

    .pb-xxxl-6,
    .py-xxxl-6 {
        padding-bottom: 2rem !important;
    }

    .pl-xxxl-6,
    .px-xxxl-6 {
        padding-left: 2rem !important;
    }

    .p-xxxl-7 {
        padding: 3rem !important;
    }

    .pt-xxxl-7,
    .py-xxxl-7 {
        padding-top: 3rem !important;
    }

    .pr-xxxl-7,
    .px-xxxl-7 {
        padding-right: 3rem !important;
    }

    .pb-xxxl-7,
    .py-xxxl-7 {
        padding-bottom: 3rem !important;
    }

    .pl-xxxl-7,
    .px-xxxl-7 {
        padding-left: 3rem !important;
    }

    .p-xxxl-8 {
        padding: 4rem !important;
    }

    .pt-xxxl-8,
    .py-xxxl-8 {
        padding-top: 4rem !important;
    }

    .pr-xxxl-8,
    .px-xxxl-8 {
        padding-right: 4rem !important;
    }

    .pb-xxxl-8,
    .py-xxxl-8 {
        padding-bottom: 4rem !important;
    }

    .pl-xxxl-8,
    .px-xxxl-8 {
        padding-left: 4rem !important;
    }

    .p-xxxl-9 {
        padding: 6rem !important;
    }

    .pt-xxxl-9,
    .py-xxxl-9 {
        padding-top: 6rem !important;
    }

    .pr-xxxl-9,
    .px-xxxl-9 {
        padding-right: 6rem !important;
    }

    .pb-xxxl-9,
    .py-xxxl-9 {
        padding-bottom: 6rem !important;
    }

    .pl-xxxl-9,
    .px-xxxl-9 {
        padding-left: 6rem !important;
    }

    .p-xxxl-10 {
        padding: 8rem !important;
    }

    .pt-xxxl-10,
    .py-xxxl-10 {
        padding-top: 8rem !important;
    }

    .pr-xxxl-10,
    .px-xxxl-10 {
        padding-right: 8rem !important;
    }

    .pb-xxxl-10,
    .py-xxxl-10 {
        padding-bottom: 8rem !important;
    }

    .pl-xxxl-10,
    .px-xxxl-10 {
        padding-left: 8rem !important;
    }

    .p-xxxl-11 {
        padding: 12rem !important;
    }

    .pt-xxxl-11,
    .py-xxxl-11 {
        padding-top: 12rem !important;
    }

    .pr-xxxl-11,
    .px-xxxl-11 {
        padding-right: 12rem !important;
    }

    .pb-xxxl-11,
    .py-xxxl-11 {
        padding-bottom: 12rem !important;
    }

    .pl-xxxl-11,
    .px-xxxl-11 {
        padding-left: 12rem !important;
    }

    .p-xxxl-12 {
        padding: 16rem !important;
    }

    .pt-xxxl-12,
    .py-xxxl-12 {
        padding-top: 16rem !important;
    }

    .pr-xxxl-12,
    .px-xxxl-12 {
        padding-right: 16rem !important;
    }

    .pb-xxxl-12,
    .py-xxxl-12 {
        padding-bottom: 16rem !important;
    }

    .pl-xxxl-12,
    .px-xxxl-12 {
        padding-left: 16rem !important;
    }

    .m-xxxl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xxxl-n1,
    .my-xxxl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xxxl-n1,
    .mx-xxxl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xxxl-n1,
    .my-xxxl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xxxl-n1,
    .mx-xxxl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xxxl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xxxl-n2,
    .my-xxxl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xxxl-n2,
    .mx-xxxl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xxxl-n2,
    .my-xxxl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xxxl-n2,
    .mx-xxxl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xxxl-n3 {
        margin: -0.75rem !important;
    }

    .mt-xxxl-n3,
    .my-xxxl-n3 {
        margin-top: -0.75rem !important;
    }

    .mr-xxxl-n3,
    .mx-xxxl-n3 {
        margin-right: -0.75rem !important;
    }

    .mb-xxxl-n3,
    .my-xxxl-n3 {
        margin-bottom: -0.75rem !important;
    }

    .ml-xxxl-n3,
    .mx-xxxl-n3 {
        margin-left: -0.75rem !important;
    }

    .m-xxxl-n4 {
        margin: -1rem !important;
    }

    .mt-xxxl-n4,
    .my-xxxl-n4 {
        margin-top: -1rem !important;
    }

    .mr-xxxl-n4,
    .mx-xxxl-n4 {
        margin-right: -1rem !important;
    }

    .mb-xxxl-n4,
    .my-xxxl-n4 {
        margin-bottom: -1rem !important;
    }

    .ml-xxxl-n4,
    .mx-xxxl-n4 {
        margin-left: -1rem !important;
    }

    .m-xxxl-n5 {
        margin: -1.5rem !important;
    }

    .mt-xxxl-n5,
    .my-xxxl-n5 {
        margin-top: -1.5rem !important;
    }

    .mr-xxxl-n5,
    .mx-xxxl-n5 {
        margin-right: -1.5rem !important;
    }

    .mb-xxxl-n5,
    .my-xxxl-n5 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xxxl-n5,
    .mx-xxxl-n5 {
        margin-left: -1.5rem !important;
    }

    .m-xxxl-n6 {
        margin: -2rem !important;
    }

    .mt-xxxl-n6,
    .my-xxxl-n6 {
        margin-top: -2rem !important;
    }

    .mr-xxxl-n6,
    .mx-xxxl-n6 {
        margin-right: -2rem !important;
    }

    .mb-xxxl-n6,
    .my-xxxl-n6 {
        margin-bottom: -2rem !important;
    }

    .ml-xxxl-n6,
    .mx-xxxl-n6 {
        margin-left: -2rem !important;
    }

    .m-xxxl-n7 {
        margin: -3rem !important;
    }

    .mt-xxxl-n7,
    .my-xxxl-n7 {
        margin-top: -3rem !important;
    }

    .mr-xxxl-n7,
    .mx-xxxl-n7 {
        margin-right: -3rem !important;
    }

    .mb-xxxl-n7,
    .my-xxxl-n7 {
        margin-bottom: -3rem !important;
    }

    .ml-xxxl-n7,
    .mx-xxxl-n7 {
        margin-left: -3rem !important;
    }

    .m-xxxl-n8 {
        margin: -4rem !important;
    }

    .mt-xxxl-n8,
    .my-xxxl-n8 {
        margin-top: -4rem !important;
    }

    .mr-xxxl-n8,
    .mx-xxxl-n8 {
        margin-right: -4rem !important;
    }

    .mb-xxxl-n8,
    .my-xxxl-n8 {
        margin-bottom: -4rem !important;
    }

    .ml-xxxl-n8,
    .mx-xxxl-n8 {
        margin-left: -4rem !important;
    }

    .m-xxxl-n9 {
        margin: -6rem !important;
    }

    .mt-xxxl-n9,
    .my-xxxl-n9 {
        margin-top: -6rem !important;
    }

    .mr-xxxl-n9,
    .mx-xxxl-n9 {
        margin-right: -6rem !important;
    }

    .mb-xxxl-n9,
    .my-xxxl-n9 {
        margin-bottom: -6rem !important;
    }

    .ml-xxxl-n9,
    .mx-xxxl-n9 {
        margin-left: -6rem !important;
    }

    .m-xxxl-n10 {
        margin: -8rem !important;
    }

    .mt-xxxl-n10,
    .my-xxxl-n10 {
        margin-top: -8rem !important;
    }

    .mr-xxxl-n10,
    .mx-xxxl-n10 {
        margin-right: -8rem !important;
    }

    .mb-xxxl-n10,
    .my-xxxl-n10 {
        margin-bottom: -8rem !important;
    }

    .ml-xxxl-n10,
    .mx-xxxl-n10 {
        margin-left: -8rem !important;
    }

    .m-xxxl-n11 {
        margin: -12rem !important;
    }

    .mt-xxxl-n11,
    .my-xxxl-n11 {
        margin-top: -12rem !important;
    }

    .mr-xxxl-n11,
    .mx-xxxl-n11 {
        margin-right: -12rem !important;
    }

    .mb-xxxl-n11,
    .my-xxxl-n11 {
        margin-bottom: -12rem !important;
    }

    .ml-xxxl-n11,
    .mx-xxxl-n11 {
        margin-left: -12rem !important;
    }

    .m-xxxl-n12 {
        margin: -16rem !important;
    }

    .mt-xxxl-n12,
    .my-xxxl-n12 {
        margin-top: -16rem !important;
    }

    .mr-xxxl-n12,
    .mx-xxxl-n12 {
        margin-right: -16rem !important;
    }

    .mb-xxxl-n12,
    .my-xxxl-n12 {
        margin-bottom: -16rem !important;
    }

    .ml-xxxl-n12,
    .mx-xxxl-n12 {
        margin-left: -16rem !important;
    }

    .m-xxxl-auto {
        margin: auto !important;
    }

    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important;
    }

    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important;
    }

    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxxl-auto,
    .mx-xxxl-auto {
        margin-left: auto !important;
    }
}

.flex-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1025px) {
    .flex-xl-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1400px) {
    .flex-xxl-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxl-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxl-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxl-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xxl-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xxl-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1600px) {
    .flex-xxxl-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxxl-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxxl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxxl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxxl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxxl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxxl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxxl-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxxl-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxxl-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxxl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxxl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xxxl-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxxl-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxxl-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxxl-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxxl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xxxl-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxxl-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxxl-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxxl-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxxl-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxxl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxxl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxxl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxxl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxxl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxxl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxxl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxxl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxxl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxxl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxxl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxxl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:1025px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:1400px) {
    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:1600px) {
    .d-xxxl-none {
        display: none !important;
    }

    .d-xxxl-inline {
        display: inline !important;
    }

    .d-xxxl-inline-block {
        display: inline-block !important;
    }

    .d-xxxl-block {
        display: block !important;
    }

    .d-xxxl-table {
        display: table !important;
    }

    .d-xxxl-table-row {
        display: table-row !important;
    }

    .d-xxxl-table-cell {
        display: table-cell !important;
    }

    .d-xxxl-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xxxl-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

.section {
    position: relative;
    background-color: #fff;
}

.section--secondary {
    background-color: #ebece6;
}

.nodetype--obra #list {
    background-color: #3b4b55;
}

.nodetype--obra .tab-content-intro__link .btn-line {
    border: 1px solid #fff !important;
    color: #fff !important;
}

.nodetype--obra .tab-content-intro__link .btn-line:hover {
    background: #e3735f !important;
}

.section--border {
    border: 1px solid #ededed;
}

.section--border--bottom {
    border-bottom: 1px solid #ededed;
}

.section__decoration {
    position: absolute;
    background: #e3735f;
    z-index: 1;
}

@media (max-width:767px) {
    .section__decoration {
        width: 48px;
    }
}

@media (min-width:768px) {
    .section__decoration {
        width: 64px;
    }
}

@media (min-width:992px) {
    .section__decoration {
        width: 128px;
    }
}

.section__img {
    background-repeat: no-repeat;
    background-size: cover;
}

.section__decoration--big {
    height: 200px;
    top: 0;
}

@media (max-width:1024px) {
    .section__decoration--big {
        display: none;
    }
}

.section-more .section__decoration--big {
    right: 0;
}

.section-tabs .section__decoration--big {
    top: -90px;
    right: 0;
}

.section__decoration--small {
    z-index: 2;
}

@media (max-width:767px) {
    .section__decoration--small {
        height: 48px;
        left: 10px;
        top: -24px;
    }
}

@media (min-width:768px) {
    .section__decoration--small {
        height: 64px;
        right: 32px;
        top: -20px;
    }
}

@media (min-width:992px) {
    .section__decoration--small {
        height: 128px;
        top: -64px;
        left: 100px;
    }
}

.section--academicos .section__decoration--small {
    right: 0 !important;
    left: auto;
    top: 0;
}

.section-height {
    height: calc(100vh - 140px);
}

@media (max-width:991px) {
    .section-height {
        height: auto;
    }
}

.section-height .img {
    height: 50vh;
}

@media (max-width:991px) {
    .section-height .img {
        height: auto;
    }
}

.section-height .img img {
    object-fit: cover;
}

.page-pre-title {
    font-size: 100%;
    line-height: 24px;
    line-height: 28px;
    font-family: "Merriweather", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #3b4b55;
}

.page__title {
    font-size: 1.80203rem;
    line-height: 32px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
}

@media all and (min-width:576px) {
    .page__title {
        font-size: 2.02729rem;
        line-height: 52px;
    }
}

@media all and (min-width:768px) {
    .page__title {
        font-size: 3.65324rem;
        line-height: 60px;
    }
}

.subtitle {
    font-size: 1.26562rem;
    line-height: 24px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
}

@media all and (min-width:576px) {
    .subtitle {
        font-size: 1.42383rem;
        line-height: 32px;
    }
}

@media all and (min-width:768px) {
    .subtitle {
        font-size: 1.60181rem;
        line-height: 32px;
    }
}

.subtitle-base {
    font-size: 1.26562rem;
    line-height: 24px;
    font-family: "Lato", Arial, sans-serif;
    font-weight: bold;
}

@media all and (min-width:576px) {
    .subtitle-base {
        font-size: 1.42383rem;
        line-height: 32px;
    }
}

@media all and (min-width:768px) {
    .subtitle-base {
        font-size: 1.60181rem;
        line-height: 32px;
    }
}

.index__title {
    font-size: 1.60181rem;
    line-height: 32px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
}

@media all and (min-width:576px) {
    .index__title {
        font-size: 1.80203rem;
        line-height: 48px;
    }
}

@media all and (min-width:768px) {
    .index__title {
        font-size: 2.88651rem;
        line-height: 60px;
    }
}

.section__title {
    font-size: 100%;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    font-family: "Merriweather", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}

.block-title {
    font-size: 0.79012rem;
    line-height: 16px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #666;
}

.entradilla {
    margin-bottom: 24px !important;
    padding-bottom: 24px;
    font-size: 1.26562rem;
    line-height: 28px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    color: #666;
}

.news-title {
    font-size: 1.60181rem;
    line-height: 32px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
}

@media all and (min-width:576px) {
    .news-title {
        font-size: 2.02729rem;
        line-height: 48px;
    }
}

@media all and (min-width:768px) {
    .news-title {
        font-size: 2.56578rem;
        line-height: 48px;
    }
}

.antetitulo {
    font-size: 0.79012rem;
    line-height: 16px;
    font-weight: 100;
    letter-spacing: 1.4px;
    color: #666;
    text-transform: uppercase;
}

.antetitulo a.link-migas,
.antetitulo a {
    color: #666 !important;
    border-bottom: 1px solid #e3735f;
}

.antetitulo a.link-migas:hover,
.antetitulo a:hover {
    border-bottom: 0;
}

.bloque-texto .antetitulo a.link-migas,
.bloque-texto .antetitulo a {
    color: #666 !important;
}

.news__title,
.title {
    font-size: 1.80203rem;
    line-height: 32px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
}

@media all and (min-width:576px) {

    .news__title,
    .title {
        font-size: 2.2807rem;
        line-height: 48px;
    }
}

.listado__item {
    font-size: 1.26562rem;
    line-height: 28px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
}

@media all and (min-width:768px) {
    .listado__item {
        font-size: 1.42383rem;
        line-height: 28px;
    }
}

.listado__item .link-dropdown {
    cursor: pointer !important;
}

.title-block {
    font-size: 1.42383rem;
    line-height: 24px;
    font-family: "Merriweather", sans-serif;
}

@media all and (min-width:768px) {
    .title-block {
        font-size: 1.80203rem;
        line-height: 32px;
    }
}

.title-cifra {
    font-size: 1.60181rem;
    line-height: 32px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
}

@media all and (min-width:576px) {
    .title-cifra {
        font-size: 1.80203rem;
        line-height: 48px;
    }
}

@media all and (min-width:768px) {
    .title-cifra {
        font-size: 2.88651rem;
        line-height: 60px;
    }
}

.subtitle-cifra {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
}

@media (min-width:576px) {
    .subtitle-cifra {
        font-size: 1rem;
    }
}

.title__medium {
    font-size: 1.26562rem;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

@media all and (min-width:768px) {
    .title__medium {
        font-size: 1.42383rem;
        line-height: 28px;
    }
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.st0,
.st1,
.st2 {
    fill: none;
    stroke: #999;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.line-animation {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    transition: all 0.3s ease-out;
}

.animation-block:hover .line-animation,
.coberturas-basicas__item:hover .line-animation,
.radio-text__items-label:hover .line-animation {
    -webkit-animation: dash 5s linear;
    animation: dash 5s linear;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke: #e3735f;
    stroke-width: 2px;
}

.path-fill {
    fill: #999;
}

.block-wait .st0 {
    fill: none;
    stroke-width: 2px;
    stroke: #222;
}

.block-wait.active .line-animation {
    -webkit-animation: dash 10s linear infinite;
    animation: dash 10s linear infinite;
    stroke: #e3735f;
    stroke-width: 2px;
}

.block-wait.active .line-animation2 {
    -webkit-animation: dash 20s linear infinite;
    animation: dash 20s linear infinite;
    stroke: #e3735f;
    stroke-width: 2px;
}

.tippy {
    cursor: pointer;
}

.tippy-tooltip.rae-theme {
    background: #fff;
    color: #666;
    border: 1px solid #d9d9d9;
    font-size: 100%;
    line-height: 24px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0px #c9c3c9;
}

.tippy-tooltip.rae-theme[data-placement^='top'] .tippy-arrow {
    border-top-color: #237BC0;
}

.link-text {
    text-decoration: underline;
    color: inherit !important;
}

.link-migas {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #e3735f;
}

.link-migas:hover,
.link-migas.active {
    color: #e3735f !important;
}

.link {
    color: #237BC0 !important;
    font-weight: bold;
}

.link:visited {
    color: #237BC0 !important;
}

.link:hover {
    color: #e3735f !important;
}

.link svg {
    fill: #237BC0 !important;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.patrocinadores__link a {
    display: block;
    transition: all 0.3s ease;
}

.patrocinadores__link a:hover img {
    opacity: 0.7;
}

.carrusel-slides {
    margin-bottom: 64px;
}

.carrusel__navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.carrusel__navigation .carrusel__navigation--icon {
    width: 49px;
    fill: #666;
}

.flex-viewport {
    position: relative;
}

.carrusel {
    position: relative;
    width: 100%;
}

.carrusel:hover .flex-direction-nav {
    opacity: 1;
}

.carrusel .flex-direction-nav {
    opacity: 0;
    transition: all 0.5s ease;
}

.carrusel .flex-direction-nav a {
    position: absolute;
    bottom: 45%;
    display: inline-block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e3735f;
    transition: all 0.3s ease-in;
    text-indent: -99999px;
}

@media (max-width:991px) {
    .carrusel .flex-direction-nav a {
        width: 24px;
        height: 24px;
    }
}

.carrusel .flex-direction-nav a:hover {
    background-color: #3b4b55;
}

.carrusel .flex-direction-nav a.flex-prev {
    left: 0;
    background-image: url(/themes/custom/front/assets/images/iconos/arrow-left-small.svg);
}

@media (max-width:991px) {
    .carrusel .flex-direction-nav a.flex-prev {
        background-size: 15px;
    }
}

.carrusel .flex-direction-nav a.flex-prev.flex-disabled {
    display: none;
}

.carrusel .flex-direction-nav a.flex-next {
    right: 0;
    background-image: url(/themes/custom/front/assets/images/iconos/arrow-right-small.svg);
}

@media (max-width:991px) {
    .carrusel .flex-direction-nav a.flex-next {
        background-size: 15px;
    }
}

.carrusel .flex-direction-nav a.flex-next.flex-disabled {
    display: none;
}

@media (min-width:768px) {
    .carrusel .item__image {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex-basis: 68.5%;
        -ms-flex-preferred-size: 68.5%;
        flex-basis: 68.5%;
    }
}

.carrusel .item__image img {
    width: 100%;
}

.carrusel .item__caption {
    padding: 20px 0 15px;
}

@media (min-width:768px) {
    .carrusel .item__caption {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-basis: 31.5%;
        -ms-flex-preferred-size: 31.5%;
        flex-basis: 31.5%;
        padding: 16px 0;
        background-color: #fff;
    }
}

.carrusel .item__tag {
    color: #e3735f;
    font-size: 0.79012rem;
    line-height: 16px;
}

@media (min-width:992px) {
    .carrusel .item__tag {
        font-size: 1.26562rem;
        line-height: 28px;
    }
}

.carrusel .item__title {
    font-size: 1.26562rem;
    line-height: 28px;
    font-family: "Merriweather", sans-serif;
    transition: all 0.3s ease-in;
}

@media (min-width:992px) {
    .carrusel .item__title {
        font-size: 1.60181rem;
        line-height: 32px;
    }
}

@media all and (min-width:992px) and (min-width:576px) {
    .carrusel .item__title {
        font-size: 1.80203rem;
        line-height: 48px;
    }
}

@media all and (min-width:992px) and (min-width:768px) {
    .carrusel .item__title {
        font-size: 2.88651rem;
        line-height: 60px;
    }
}

.carrusel .item__subtitle {
    font-size: 100%;
    line-height: 24px;
}

@media (min-width:992px) {
    .carrusel .item__subtitle {
        font-size: 1.26562rem;
        line-height: 24px;
        font-weight: normal;
    }
}

@media all and (min-width:992px) and (min-width:576px) {
    .carrusel .item__subtitle {
        font-size: 1.42383rem;
        line-height: 32px;
    }
}

@media all and (min-width:992px) and (min-width:768px) {
    .carrusel .item__subtitle {
        font-size: 1.60181rem;
        line-height: 32px;
    }
}

.lista-descargas__item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #237BC0;
    font-weight: bold;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lista-descargas__item a:hover {
    color: #e3735f;
}

.peso {
    color: #666;
    font-weight: normal;
}

.listado__container .vista {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.listado__container .vista .listado-item__container {
    width: 300px;
}

@media (min-width:768px) {
    .listado__container .vista .listado-item__container {
        margin-right: 24px;
    }

    .listado__container .vista .listado-item__container:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width:992px) {
    .listado__container .vista .listado-item__container {
        margin-right: 24px;
    }

    .listado__container .vista .listado-item__container:nth-child(2n) {
        margin-right: 24px;
    }

    .listado__container .vista .listado-item__container:nth-child(4n) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .listado__container .vista .listado-item__container {
        width: 100%;
    }

    .listado__container .vista .listado-item__container img {
        width: 100%;
    }
}

.listado__container .vista .pager {
    width: 100%;
}

.bloque-brand .evento-datos {
    list-style: none;
    padding-left: 0 !important;
    margin: 0;
}

.bloque-brand .evento-datos .date {
    text-transform: lowercase;
}

.bloque-brand .evento-datos li {
    padding: 0 !important;
    margin: 0 0 12px;
    list-style: none !important;
}

.bloque-brand .evento-datos li svg {
    margin-right: 12px;
}

.listado-dudas a svg {
    margin-left: 24px;
    fill: #237BC0;
}

.listado-enlaces a {
    display: block;
}

.overlay {
    top: 0;
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.overlay-iframe {
    background: transparent;
    position: relative;
    width: 100%;
    height: 500px;
    top: 500px;
    margin-top: -500px;
}

.btn {
    border: none;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    font-size: 19px;
}

.btn-down {
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.load-more__btn span {
    display: block;
    font-size: 0.79012rem;
    line-height: 16px;
    font-weight: 100;
    letter-spacing: 1.4px;
    color: #666;
    text-transform: uppercase;
}

.load-more__btn:hover {
    color: #e3735f;
}

.btn__text {
    text-transform: uppercase;
    font-size: 0.79012rem;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #666;
}

.btn__text a {
    cursor: pointer;
}

.btn__text .read-more {
    text-transform: uppercase;
    font-size: 0.79012rem;
    line-height: 16px;
    letter-spacing: 1.4px;
    color: #666;
    margin-bottom: 12px;
}

.btn-up {
    text-align: center;
}

.btn-up .icon {
    width: 9px;
    height: 49px;
    color: #002a5c;
}

.btn-up .btn__text {
    margin-top: 12px;
}

.btn-up:hover .btn__text {
    color: #e3735f;
}

@media (max-width:1024px) {
    .btn-up:hover .btn__text {
        color: #002a5c;
    }
}

.btn-ancla {
    width: 128px;
    height: 128px;
    background: #e3735f;
    position: absolute;
    right: 64px;
    bottom: -30px;
    z-index: 10;
}

@media (max-width:1024px) {
    .btn-ancla {
        width: 64px;
        height: 64px;
        bottom: -10px;
    }
}

.btn-ancla a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-ancla .icon {
    fill: #fff;
    width: 24px;
    height: 24px;
}

.btn-form .icon {
    width: 12px;
    height: 12px;
    fill: #666;
}

.btn-play {
    text-align: center;
    position: absolute;
    color: #fff;
    bottom: 12px;
    right: 12px;
    font-size: 0.79012rem;
    line-height: 16px;
}

.btn-play .icon {
    margin-top: 12px;
}

.btn-square {
    background: #e3735f;
    padding: 12px 48px;
    color: #fff !important;
    font-weight: bold;
}

.btn-square:hover {
    background: #bb3821;
}

.bloque-obra .btn-square {
    padding: 12px;
}

.btn-line {
    background: transparent;
    text-decoration: none !important;
    border: 1px solid;
    font-weight: bold;
    color: #222 !important;
}

.btn-line:hover {
    background: #e3735f;
    color: #fff !important;
}

.btn-line-slim {
    background: transparent;
    width: 100%;
    text-align: center;
    border: 1px solid;
    font-weight: bold;
    color: black !important;
}

.btn-line-slim:hover {
    background: #e3735f;
    color: #fff !important;
}

.btn-down .more {
    display: block;
    border: none;
}

.btn-down .less {
    display: none;
}

.btn-down.open .more {
    display: none;
}

.btn-down.open .less {
    display: block;
}

.btn-down.open svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-down .btn__text {
    cursor: pointer;
    transition: all 0.4s ease;
}

.btn-down .btn__text:hover {
    color: #e3735f;
}

.divider {
    border-top: 1px solid #ccc;
}

.divider__brand {
    width: 48px;
    height: 8px;
    border: 0;
    background-color: #e3735f;
}

.divider__brandredstrong {
    width: 48px;
    height: 8px;
    border: 0;
    background-color: #AA263C;
}

.divider__big {
    width: 96px;
}

.divider__secundary {
    width: 48px;
    border: 0;
    height: 8px;
    background-color: #237BC0;
}

.divider__bigclean {
    width: 96px;
}

.divider__title {
    width: 80px;
    display: block;
    border-top: 1px solid #3b4b55;
}

.divider__title--bottom {
    border-top: 1px solid #fff;
}

.footer {
    position: relative;
    background: #222;
    color: #fff;
    z-index: 1;
}

.pre-footer {
    text-align: center;
    color: #fff;
}

.pre-footer .block-title {
    color: #fff;
}

.sub-footer {
    text-align: center;
}

.pre-footer__title {
    font-size: 1.26562rem;
    line-height: 24px;
    font-family: "Merriweather", sans-serif;
}

@media all and (min-width:576px) {
    .pre-footer__title {
        font-size: 1.42383rem;
        line-height: 32px;
    }
}

@media all and (min-width:768px) {
    .pre-footer__title {
        font-size: 1.60181rem;
        line-height: 32px;
    }
}

.pre-footer .form-item-correo-electronico {
    border: 1px solid #fff;
    width: 360px;
    display: inline-block;
}

@media (max-width:767px) {
    .pre-footer .form-item-correo-electronico {
        width: 90%;
    }
}

.pre-footer .form-item-correo-electronico input {
    width: 100%;
    color: #222;
    border: none;
    background: #fff;
}

.pre-footer .form-item-correo-electronico input::-webkit-input-placeholder {
    color: #999;
}

.pre-footer .form-item-correo-electronico input::-moz-placeholder {
    color: #999;
}

.pre-footer .form-item-correo-electronico input::-ms-input-placeholder {
    color: #999;
}

.pre-footer .form-item-correo-electronico input::placeholder {
    color: #999;
}

.pre-footer .form-actions {
    width: 150px;
    display: inline-block;
}

.pre-footer .form-actions input {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    color: #fff;
}

.pre-footer .form-actions input:hover {
    background: #fff;
    color: #222;
}

.footer__text {
    font-size: 0.88889rem;
    line-height: 20px;
}

.footer__text a {
    color: #fff !important;
}

.footer-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:767px) {
    .footer-list {
        display: block;
    }
}

.footer-list .footer-list__item a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.79012rem;
    line-height: 16px;
    letter-spacing: 1.4px;
}

.footer-list .footer-list__item a:hover {
    text-decoration: underline !important;
}

.sub-footer__social {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sub-footer__social svg {
    width: 48px;
    height: 48px;
    fill: #fff;
}

.sub-footer__social svg:hover {
    fill: #e3735f;
}

@media (max-width:767px) {
    .sub-footer__social svg {
        width: 32px;
        height: 32px;
    }
}

.sub-footer__social a {
    display: block;
    width: 48px;
    height: 48px;
}

@media (max-width:767px) {
    .sub-footer__social a {
        width: 32px;
        height: 32px;
    }
}

.sub-footer__social a:hover svg {
    fill: #e3735f;
}

.sub-footer__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sub-footer__link a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.26562rem;
    line-height: 28px;
    position: relative;
    letter-spacing: 1.4px;
}

.sub-footer__link a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #e3735f;
    transition: width 0.3s ease-in-out;
}

.sub-footer__link a:hover:after,
.sub-footer__link a.active:after {
    width: 100%;
}

.footer-slim {
    border-top: 1px solid #d9d9d9;
}

.footer-slim [class^='col-'] {
    border-right: 1px solid #d9d9d9;
}

.footer-slim [class^='col-']:last-child {
    border-right: none;
}

.footer-slim__titlebig {
    font-size: 1.25rem;
    color: #666;
    letter-spacing: 0.0975rem;
}

.seccion-asale {
    background: url(/themes/custom/front/assets/images/bk-asale.jpg) left top no-repeat;
    background-size: cover;
}

.bloque-asale {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

@media (max-width:767px) {
    .bloque-asale {
        display: block;
    }
}

.bloque-asale .bloque-asale__logo {
    padding: 64px 24px;
    background: rgba(0, 0, 0, 0.5);
    width: 60%;
}

@media (max-width:767px) {
    .bloque-asale .bloque-asale__logo {
        width: 100%;
    }
}

.bloque-asale .bloque-asale__logo .img {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 199px;
    height: 95px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width:768px) {
    .bloque-asale .bloque-asale__logo .img {
        top: 50%;
        left: 30%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width:992px) {
    .bloque-asale .bloque-asale__logo .img {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.bloque-asale .bloque-asale__logo svg {
    fill: #fff;
}

.bloque-asale .bloque-asale__action {
    width: 40%;
    padding: 64px 24px;
    background: rgba(170, 38, 60, 0.7);
    color: #fff;
}

@media (max-width:767px) {
    .bloque-asale .bloque-asale__action {
        width: 100%;
    }
}

.bloque-asale .bloque-asale__action p {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 19px;
}

.bloque-asale .bloque-asale__action .btn {
    color: #fff !important;
}

.header {
    position: relative;
    z-index: 100;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: white;
    border-bottom: 1px solid #ededed;
}

@media (min-width:992px) {
    .header {
        z-index: 2;
    }
}

.header__logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__logo h1 {
    font-size: 0.88889rem;
    line-height: 20px;
}

.header__logo .icon-logo {
    width: 137px !important;
    height: 57px !important;
    fill: #002a5c;
}

@media (max-width:991px) {
    .header__logo .icon-logo {
        width: 120px !important;
        height: 50px !important;
    }
}

.header__logo .page-pre-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
}

@media (max-width:767px) {
    .header__logo .page-pre-title {
        display: none;
    }
}

.header-menu-search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (max-width:991px) {
    .header-menu-search {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border-left: 0;
    }
}

.header-menu {
    height: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:1025px) {
    .menu-links {
        display: none;
    }
}

.menu-links .icon svg {
    width: 24px;
}

.header-menu .menu-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1399px) {
    .header-menu .menu-list {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.header-menu .menu-list.main .menu-list__item {
    height: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:1399px) {
    .header-menu .menu-list.main .menu-list__item {
        width: 100%;
        height: auto;
    }

    .header-menu .menu-list.main .menu-list__item .parent-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}

.header-menu .menu-list.main .menu-list__item a {
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
    transition: all 150ms;
    position: relative;
    font-size: 100%;
    line-height: 24px;
}

.header-menu .menu-list.main .menu-list__item a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #e3735f;
    transition: width 0.3s ease-in-out;
}

.header-menu .menu-list.main .menu-list__item a:hover:after,
.header-menu .menu-list.main .menu-list__item a.is-active:after {
    width: 100%;
}

.header-menu .menu-list.main .menu-list__item ul .menu-list__item a {
    font-size: 0.79012rem;
    line-height: 16px;
}

.header-menu .menu-list.main .menu-list__item ul .menu-list__item a::after {
    display: none;
}

.header-menu .menu-collapse {
    transition: all 0.3s ease-in-out;
}

.header-menu .menu-collapse.open svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-menu .search-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu .search-block .menu-list__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-menu .search-block .menu-list__item:hover svg {
    fill: #e3735f !important;
}

.header-menu .search-block .menu-list__item:hover .menu-list__text {
    color: #e3735f !important;
}

.header-menu .search-block .link-dle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 2px solid #d9d9d9;
}

.header-menu .search-block .link-dle .menu-list__text {
    margin-left: 12px;
    text-transform: uppercase;
    font-size: 0.88889rem;
    line-height: 20px;
    color: #999;
}

.header-menu .search-block .link-dle:hover svg {
    fill: #e3735f !important;
}

.header-menu .search-block .link-dle:hover .menu-list__text {
    color: #e3735f !important;
}

@media (max-width:1399px) {
    .header-menu .search-block .link-dle .menu-list__text {
        display: none;
    }
}

.main-menu-container {
    background: #fff;
}

@media (max-width:1399px) {
    .main-menu-container {
        width: 100%;
        height: 100vh;
        z-index: 1;
        padding: 96px 32px 0;
        display: none;
    }

    .main-menu-container.visible {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        left: 0;
        top: 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        height: 100%;
        overflow-y: auto;
    }

    .main-menu-container .menu-list {
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width:991px) {
    .main-menu-container .menu-list {
        width: 100%;
    }
}

@media (min-width:1400px) {
    .menu-collapse {
        display: none !important;
    }
}

#main .menu-list {
    text-align: center;
}

#main .menu-list li {
    text-transform: uppercase;
}

#main .menu-list li a {
    font-size: 0.88889rem;
    line-height: 20px;
    letter-spacing: 1.4px;
    transition: all 150ms;
    position: relative;
}

#main .menu-list li a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #e3735f;
    transition: width 0.3s ease-in-out;
}

#main .menu-list li a:hover:after,
#main .menu-list li a.is-active:after {
    width: 100%;
}

#main .menu-list li.active span {
    color: #3b4b55;
    border-bottom: 3px solid #e3735f;
}

#main .menu-list li .menu-collapse {
    display: none !important;
}

.menu-list.main ul {
    display: none;
}

@media (min-width:1400px) {
    .menu-list.main ul {
        display: none;
    }
}

.header .link-menu.menu-list__item {
    border-left: 2px solid #d9d9d9;
}

@media (min-width:1400px) {
    .header .link-menu {
        display: none !important;
    }
}

.menu-buttom__close {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px 20px;
    text-align: right;
    background: #fff;
}

@media (min-width:768px) {
    .menu-buttom__close {
        position: absolute;
        top: 25px;
        right: 30px;
        left: auto;
        width: 50px;
    }

    .menu-buttom__close:hover {
        display: block;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.2555, 1);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media (min-width:992px) {
    .menu-buttom__close {
        display: none;
        top: 50px;
        right: 50px;
    }
}

.menu-adicional {
    cursor: pointer;
}

.menu-adicional:hover {
    fill: #e3735f;
}

.icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.icon.icon-logo {
    width: 250px;
    height: auto;
}

.icon {
    width: 56px;
    height: 56px;
}

.icon--medium {
    width: 32px;
    height: 32px;
}

.icon--small {
    width: 24px;
    height: 24px;
}

.icon--tiny {
    width: 20px;
    height: 20px;
}

.icon--xsmall {
    width: 16px;
    height: 16px;
}

.icon-pager {
    width: 12px;
    height: 12px;
}

.icon-pager:hover {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.u-icon-rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icon-white {
    fill: #fff;
}

.icon-black {
    fill: #222;
}

.icon-grey {
    fill: #999;
}

.icon-brand {
    fill: #e3735f;
}

.icon--app {
    width: 165px;
}

.icon--app:hover {
    fill: #e3735f;
}

.bloque {
    color: #fff;
    z-index: 1;
}

.bloque.bloque-sabia {
    background: #237BC0;
}

@media (max-width:767px) {
    .bloque {
        width: 100%;
    }
}

.bloque--seconduary,
.bloque--secundary {
    background: #d9d9d9;
    color: #222;
}

.bloque--seconduary ul,
.bloque-brand ul {
    list-style: disc;
    list-style-position: outside;
}

.bloque--seconduary a,
.bloque-brand a {
    text-decoration: underline;
}

.bloque-brand a {
    color: #fff;
}

.bloque-brand a.btn-brand-link {
    width: 100%;
    text-align: center;
    text-decoration: none !important;
}

.bloque-brand a.btn-brand-link:hover {
    background-color: #fff;
    color: #e3735f !important;
}

.bloque--seconduary a {
    color: #222;
}

.bloque__title {
    font-size: 1.60181rem;
    line-height: 32px;
    font-family: "Merriweather", sans-serif;
    font-style: italic;
    font-weight: bold;
}

@media all and (min-width:576px) {
    .bloque__title {
        font-size: 2.02729rem;
        line-height: 48px;
    }
}

@media all and (min-width:768px) {
    .bloque__title {
        font-size: 2.56578rem;
        line-height: 48px;
    }
}

.bloque__title-small,
.bloque-brand h3 {
    font-size: 1.125rem;
    line-height: 24px;
    font-family: "Merriweather", sans-serif;
    font-style: italic;
    font-weight: bold;
}

.bloque__text {
    font-size: 0.88889rem;
    line-height: 20px;
}

.bloque-brand {
    background: #e3735f;
}

.bloque-brand .bloque__title-small,
.bloque-brand h3 {
    font-size: 1.26562rem;
    line-height: 28px;
}

@media all and (min-width:768px) {

    .bloque-brand .bloque__title-small,
    .bloque-brand h3 {
        font-size: 1.42383rem;
        line-height: 28px;
    }
}

.bloque-obra {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block-news__audio audio {
    width: 100%;
}

.bloque-obra-body img {
    height: auto !important;
}

.bloque .bloque-etiqueta {
    background: #237BC0;
    max-height: 300px;
    min-width: 32px;
}

.bloque .bloque-etiqueta p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin: 0 !important;
    font-size: 0.79012rem;
    line-height: 16px;
}

@media screen and (min-width:0\0) {
    .bloque {}

    .bloque .bloque-etiqueta {
        display: none;
    }
}

.bloque-obra-action a {
    width: 100%;
    text-align: center;
}

.bloque-letra {
    width: 280px;
    position: absolute;
    background: #e3735f;
    right: -60px;
    top: 80px;
    font-weight: bold;
    z-index: 1;
}

@media (max-width:1024px) {
    .bloque-letra {
        top: 5px;
        left: 0;
    }
}

@media (max-width:767px) {
    .bloque-letra {
        width: 100%;
        left: 0;
        top: 0;
        position: relative;
    }
}

.bloque-letra:last-child {
    margin-bottom: 0;
}

.bloque-letra div:last-child {
    margin-bottom: 0;
}

.bloque-scroll__img .bloque-sabia p {
    margin: 0 !important;
}

.bloque-scroll__img .bloque-sabia .bloque__title {
    margin-bottom: 12px !important;
}

.bloque-scroll__img .bloque-letra .bloque-letra__cargo {
    margin: 0 !important;
}

.bloque-sabia {
    width: 280px;
    position: absolute;
    top: 450px;
    right: -60px;
    z-index: 1;
}

.bloque-sabia p {
    font-size: 100%;
    line-height: 24px;
}

.bloque-sabia .bloque__title {
    font-size: 1.42383rem;
    line-height: 24px;
}

@media all and (min-width:768px) {
    .bloque-sabia .bloque__title {
        font-size: 1.80203rem;
        line-height: 32px;
    }
}

@media (max-width:1024px) {
    .bloque-sabia {
        top: 175px;
        left: 60%;
    }
}

@media (max-width:767px) {
    .bloque-sabia {
        width: 100%;
        left: 0;
        top: 0;
        position: relative;
    }
}

.bloque-letra__title {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.bloque-letra__dato .bloque-letra__title {
    margin-bottom: 4px !important;
}

@media (max-width:767px) {
    .bloque-letra__dato {
        width: 100%;
    }
}

.bloque-letra__fecha {
    text-transform: lowercase;
    font-size: 19px;
}

.bloque-letra__cargo {
    font-size: 19px;
    margin-bottom: 0 !important;
}

.bloque-scroll::-webkit-scrollbar {
    display: none;
}

.bloque-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}

@media (max-width:991px) {
    .bloque-card {
        display: block;
    }
}

.bloque-card__img {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.bloque-card__body {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.bloque-card__body a {
    color: #237BC0;
}

.bloque-card__order .bloque-card__img {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.bloque-card__order .bloque-card__body {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.bloque-card__link {
    font-weight: bold;
}

.section--secondary .bloque-card__body {
    background: #fff;
}

.bloque-card-block {
    display: block;
    width: 450px;
}

@media (max-width:991px) {
    .bloque-card-block {
        width: 100%;
    }
}

.bloque-director {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:767px) {
    .bloque-director {
        display: block;
    }
}

.bloque-director .bloque-director__actual {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.bloque-director .bloque-director__cita {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.bloque-destacado {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}

@media (max-width:991px) {
    .bloque-destacado {
        display: block;
    }
}

.bloque-destacado .bloque-destacado__img {
    width: 50%;
    overflow: hidden;
}

@media (max-width:991px) {
    .bloque-destacado .bloque-destacado__img {
        width: 100%;
    }
}

.bloque-destacado .bloque-destacado__img img {
    height: 100% !important;
    width: auto !important;
}

@media (max-width:991px) {
    .bloque-destacado .bloque-destacado__img img {
        width: 100% !important;
        height: auto !important;
    }
}

.bloque-destacado .bloque-destacado__body {
    width: 50%;
    background: #fff;
}

@media (max-width:991px) {
    .bloque-destacado .bloque-destacado__body {
        width: 100%;
    }
}

.bloque-destacado__obra {
    background-image: none !important;
}

.bloque-card--variante {
    -webkit-flex-basis: 414px;
    -ms-flex-preferred-size: 414px;
    flex-basis: 414px;
}

.bloque-card--variante__title {
    font-size: 1.375rem;
    color: #3b4b55;
    font-family: "Merriweather", sans-serif;
    line-height: 1.4em;
}

.bloque-scroll__img {
    position: relative;
    width: 100%;
}

.bloque-scroll__img img {
    width: 100%;
}

@media (min-width:992px) {
    .bloque-scroll__img {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media (max-width:991px) {
    .bloque-scroll__img {
        overflow: hidden;
    }
}

.bloque-scroll__img img {
    width: 100%;
    object-fit: cover;
}

@media (min-width:992px) {
    .bloque-scroll__img img {
        height: 100%;
    }
}

@media (max-width:991px) {
    .bloque-scroll__img img {
        object-fit: contain;
    }
}

.bloque-scroll__body {
    overflow: hidden;
    position: relative;
    transition: all 1s ease;
}

@media (min-width:992px) {
    .bloque-scroll__body {
        max-height: 95%;
        height: auto;
        overflow-y: scroll;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media (min-width:1025px) {
    .bloque-scroll__body {
        max-height: 95%;
        height: auto;
        overflow-y: scroll;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.bloque-scroll__body::-webkit-scrollbar {
    display: none;
}

@media (max-width:991px) {
    .bloque-scroll__body .index__title {
        display: none;
    }
}

.bloque-scroll__tipo {
    font-size: 1.26562rem;
    line-height: 28px;
    font-weight: bold;
    color: #e3735f;
}

.bloque-scroll__data {
    font-size: 1.26562rem;
    line-height: 28px;
    font-weight: bold;
}

.academico-relacionado {
    width: 192px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width:767px) {
    .academico-relacionado {
        width: 100%;
    }
}

.bloque-academico-relacionados .vista {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:767px) {
    .bloque-academico-relacionados .vista {
        display: block;
    }
}

@media (min-width:768px) {
    .bloque-academico-relacionados .vista {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width:992px) {
    .bloque-academico-relacionados .vista {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
}

.academico-relacionado__title {
    font-size: 0.79012rem;
    line-height: 16px;
    font-weight: 100;
    letter-spacing: 1.4px;
    color: #666;
    text-align: center;
}

.academico-relacionado__title span {
    text-transform: uppercase;
}

.academico-navigation__img img {
    width: 100%;
    height: auto;
}

.academico-relacionado__name {
    font-size: 1.26562rem;
    line-height: 24px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
    text-align: left !important;
}

@media all and (min-width:576px) {
    .academico-relacionado__name {
        font-size: 1.42383rem;
        line-height: 32px;
    }
}

@media all and (min-width:768px) {
    .academico-relacionado__name {
        font-size: 1.60181rem;
        line-height: 32px;
    }
}

.academico-relacionado__data {
    text-align: left !important;
}

.academico-item {
    width: 100%;
}

.academico-item__title {
    font-size: 0.79012rem;
    line-height: 16px;
    font-weight: 100;
    letter-spacing: 1.4px;
    color: #666;
    text-align: center;
}

.academico-item__title span {
    text-transform: uppercase;
}

.academico-item__img img {
    width: 100%;
    height: auto;
}

.academico-item__name {
    font-size: 1.26562rem;
    line-height: 24px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
}

@media all and (min-width:576px) {
    .academico-item__name {
        font-size: 1.42383rem;
        line-height: 32px;
    }
}

@media all and (min-width:768px) {
    .academico-item__name {
        font-size: 1.60181rem;
        line-height: 32px;
    }
}

.academico-item__data {
    font-size: 0.79012rem;
    line-height: 16px;
    font-family: "Lato", Arial, sans-serif;
    color: #999;
}

.autoria-img {
    padding: 4px 12px;
    position: absolute;
    left: 24px;
    bottom: 24px;
    background: #3b4b55;
    color: #fff;
    font-size: 0.79012rem;
    line-height: 16px;
    font-weight: bold;
}

@media (max-width:767px) {
    .autoria-img {
        bottom: auto;
        top: 24px;
    }
}

.block-news,
.block-evento {
    position: relative;
}

@media (max-width:991px) {

    .block-news,
    .block-evento {
        margin-bottom: 32px;
    }
}

@media (min-width:992px) {

    .block-news,
    .block-evento {
        margin-bottom: 16px;
    }
}

.block-news__img,
.block-news__video {
    position: relative;
    margin-bottom: 16px;
    display: block;
}

.block-news__img img,
.block-news__video img {
    width: 100%;
}

.js-modal-btn:hover .overlay {
    background: rgba(0, 0, 0, 0.4);
    transition: all ease 0.3s;
}

.js-modal-btn:hover svg {
    fill: #e3735f;
    transition: all ease 0.3s;
}

.block-news__data,
.block-prensa__data {
    font-size: 0.88889rem;
    line-height: 20px;
    color: #e3735f;
    text-transform: lowercase;
}

.block-news__title,
.block-prensa__title {
    font-size: 1.26562rem;
    line-height: 28px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
}

@media all and (min-width:768px) {

    .block-news__title,
    .block-prensa__title {
        font-size: 1.42383rem;
        line-height: 28px;
    }
}

@media (max-width:991px) {

    .block-news__title,
    .block-prensa__title {
        display: block;
    }
}

.block-news__media {
    font-size: 0.79012rem;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #666;
}

.block-prensa {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:991px) {
    .block-prensa {
        display: block;
    }
}

.block-prensa__img {
    width: 50%;
}

@media (max-width:991px) {
    .block-prensa__img {
        width: 100%;
    }
}

.block-news__body {
    margin-top: 24px;
}

@media (max-width:991px) {
    .block-news__body {
        margin-top: 0;
    }
}

.block-prensa__body {
    width: 50%;
}

@media (max-width:991px) {
    .block-prensa__body {
        width: 100%;
    }
}

.block-prensa .clip {
    float: left;
}

.block-evento__img,
.block-news__img {
    position: relative;
}

.block-evento__media {
    font-size: 0.79012rem;
    line-height: 16px;
    font-weight: 100;
    letter-spacing: 1.4px;
    color: #666;
    text-transform: uppercase;
}

.block-evento__data {
    position: absolute;
    left: 0;
    bottom: 0;
}

.block-evento__data p {
    color: white;
    font-weight: bold;
    font-size: 0.88889rem;
    line-height: 20px;
}

.block-evento__data p span {
    font-size: 1.42383rem;
    line-height: 24px;
}

@media all and (min-width:768px) {
    .block-evento__data p span {
        font-size: 1.80203rem;
        line-height: 32px;
    }
}

.block-evento__title {
    font-size: 1.26562rem;
    line-height: 24px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
}

@media all and (min-width:576px) {
    .block-evento__title {
        font-size: 1.42383rem;
        line-height: 32px;
    }
}

@media all and (min-width:768px) {
    .block-evento__title {
        font-size: 1.60181rem;
        line-height: 32px;
    }
}

.data__day {
    background: #e3735f;
    text-transform: lowercase;
}

.data__hour {
    background: #3b4b55;
}

.galeria-carrusel {
    text-align: center;
    position: relative;
    max-width: 864px;
    height: auto;
}

@media (max-width:767px) {
    .galeria-carrusel {
        margin-bottom: 24px;
    }
}

.galeria-carrusel__item {
    max-width: 864px;
}

.galeria-carrusel__item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.galeria-carrusel__item .galeria-carrusel__pie {
    width: 80%;
    margin: 0 10%;
}

.carrusel__navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.carrusel__navigation a {
    position: absolute;
    bottom: 0px;
    z-index: 999;
}

.carrusel__navigation .link-left {
    left: 0;
}

.carrusel__navigation .link-right {
    right: 0;
}

.carrusel__navigation .icon {
    width: 49px;
    fill: #666;
}

.carrusel__navigation .icon:hover {
    fill: #e3735f;
}

.flickr-wrapper iframe {
    width: 100% !important;
}

.flickr-wrapper iframe .flickr-embed-photo-footer .attribution {
    display: none !important;
}

.flickr-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.flickr-embed .flickr-embed-photo .flickr-embed-photo-footer .attribution {
    display: none !important;
}

#colorbox #cboxCurrent {
    color: #3b4b55;
    font-size: 0.88889rem;
    line-height: 20px;
}

#colorbox #cboxTitle {
    color: #3b4b55;
    width: 100%;
    padding: 0.5em 20% 0.5em 20%;
    background: #fff;
    font-size: 0.9em;
}

@media (max-width:767px) {
    #colorbox #cboxTitle {
        padding: 1em 15% 2em 15%;
        font-size: 0.7em;
        line-height: 1.5em;
    }
}

.section--parallax {
    position: relative;
    text-align: center;
    background-color: #222;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:767px) {
    .section--parallax {
        height: 507px;
    }
}

@media (min-width:768px) {
    .section--parallax {
        height: 576px;
    }
}

@media (min-width:992px) {
    .section--parallax {
        height: 798px;
    }
}

.section--parallax__content {
    position: relative;
}

.section--parallax__deco {
    position: absolute;
}

.section--parallax__deco .icon {
    fill: #222;
    fill-opacity: 0.4;
}

@media (max-width:767px) {
    .section--parallax__deco .icon {
        width: 75px;
        height: 75px;
    }
}

@media (min-width:768px) {
    .section--parallax__deco .icon {
        width: 500px;
        height: 400px;
    }
}

@media (min-width:992px) {
    .section--parallax__deco .icon {
        width: 765px;
        height: 575px;
    }
}

@media (min-width:768px) {
    .section--parallax__deco {
        bottom: 10px;
        left: 10px;
    }
}

@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 10% 16%;
        transform-origin: 10% 16%;
    }

    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 10% 16%;
        transform-origin: 10% 16%;
    }

    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

.blockquote {
    background: url(/themes/custom/front/assets/images/svg/comillas.svg) left top no-repeat;
    background-size: 64px;
    font-weight: bold;
    font-style: italic;
    color: #3b4b55;
    font-family: "Merriweather", sans-serif;
    font-size: 1.26562rem;
    line-height: 28px;
}

@media (max-width:767px) {
    .blockquote {
        font-size: 100%;
        line-height: 24px;
    }
}

.blockquote .icon {
    width: 64px;
    fill: #237BC0;
}

.cita {
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-filter: none;
    filter: none;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:767px) {
    .cita {
        width: 100%;
    }
}

.cita .icon {
    width: 96px;
    height: 72px;
    fill: #237BC0;
}

.cita__text {
    font-size: 1.42383rem;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-family: "Merriweather", sans-serif;
}

@media all and (min-width:768px) {
    .cita__text {
        font-size: 1.80203rem;
        line-height: 32px;
    }
}

@media (min-width:1025px) {
    .cita__text {
        font-size: 1.42383rem;
        line-height: 24px;
    }
}

@media all and (min-width:1025px) and (min-width:768px) {
    .cita__text {
        font-size: 1.80203rem;
        line-height: 32px;
    }
}

.cita__autor {
    font-size: 19px;
    font-weight: bold;
}

.bloque-cita {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bloque-directivo {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width:768px) {
    .bloque-directivo {
        background-position: center;
    }
}

@media (max-height:650px) {
    .bloque-directivo {
        background-position: bottom !important;
    }
}

.cita-palabra {
    position: relative;
}

.cita-palabra__icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 1;
    width: 170px;
    height: 130px;
}

.cita-palabra__icon svg {
    fill: #fff;
    width: 170px;
    height: 130px;
}

.cita-palabra__body {
    position: relative;
    z-index: 2;
}

.cita-palabra__word {
    font-size: 1.26562rem;
    line-height: 28px;
    color: #3b4b55;
    text-decoration: underline;
}

@media all and (min-width:768px) {
    .cita-palabra__word {
        font-size: 1.42383rem;
        line-height: 28px;
    }
}

.portadilla-intro {
    text-align: center;
}

.portadilla-intro__text {
    max-width: 80%;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
    font-style: italic;
}

.portadilla-intro__text a {
    text-decoration: underline;
    color: #222;
}

.section-result {
    border-top: 1px solid #d9d9d9;
}

.section-result form {
    margin-bottom: 32px;
}

.section-result .form-select {
    padding-right: 24px;
}

.form-item {
    position: relative;
}

.form-item button {
    min-width: auto !important;
}

.form-item__border {
    border-bottom: 1px solid #ebece6;
}

.form-item__border--dark {
    border-bottom: 1px solid #d9d9d9;
}

.form-item__icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-item__icon .form-item__input {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.form-item__input {
    font-size: 1.26562rem;
    line-height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #ededed;
    background: transparent;
}

@media (max-width:767px) {
    .form-item__input {
        font-size: 0.79012rem;
        line-height: 16px;
    }
}

.form-item__input::-webkit-input-placeholder {
    color: #d9d9d9;
}

.form-item__input::-moz-placeholder {
    color: #d9d9d9;
}

.form-item__input::-ms-input-placeholder {
    color: #d9d9d9;
}

.form-item__input::placeholder {
    color: #d9d9d9;
}

.hide-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    border: 0;
}

.form-item__select {
    position: relative;
}

.form-item__select select {
    width: 100%;
    font-size: 1.26562rem;
    line-height: 28px;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #666;
}

@media (max-width:991px) {
    .form-item__select select {
        font-size: 0.88889rem;
        line-height: 20px;
    }
}

.form-item__select .icon {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 20px;
}

.form-select {
    width: 100%;
    color: #222;
    border-top: none;
    border-left: none;
    border-right: none;
    background: url(/themes/custom/front/assets/images/svg/arrowbottom.svg) right center no-repeat;
}

.filter-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.filter-form .form-item {
    min-width: 300px;
}

@media (max-width:767px) {
    .filter-form .form-item {
        width: 100%;
    }
}

.form-text,
.form-search {
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #666;
    background-color: transparent;
    transition: all 0.6s ease;
    outline: none;
}

@media (max-width:767px) {

    .form-text,
    .form-search {
        width: 100%;
    }
}

.form-text::-webkit-input-placeholder,
.form-search::-webkit-input-placeholder {
    color: #999;
}

.form-text::-moz-placeholder,
.form-search::-moz-placeholder {
    color: #999;
}

.form-text::-ms-input-placeholder,
.form-search::-ms-input-placeholder {
    color: #999;
}

.form-text::placeholder,
.form-search::placeholder {
    color: #999;
}

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection.select2-selection--single {
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 4px 0;
}

.select2.select2-container .select2-selection.select2-selection--single:focus {
    color: #e3735f !important;
    outline: none !important;
}

.select2.select2-container .select2-selection.select2-selection--single:focus .select2-selection__rendered {
    color: #e3735f !important;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #666;
    border-bottom: 1px solid #ebece6;
    transition: all 0.6s ease;
    outline: none;
}

.select2.select2-container .select2-selection .select2-selection__rendered:focus {
    border-bottom: 1px solid #e3735f;
}

.select2.select2-container .select2-selection__arrow {
    top: 15px !important;
}

.select2-dropdown {
    top: 0;
    border-radius: 0 !important;
}

.select2-results__option {
    padding: 16px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e3735f !important;
}

.fieldset-wrapper,
.form-item-diccionario-select {
    border-bottom: 1px solid #ebece6;
}

.fieldset-wrapper:focus,
.fieldset-wrapper:hover,
.form-item-diccionario-select:focus,
.form-item-diccionario-select:hover {
    border-bottom: 1px solid #e3735f;
}

.form--inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form--inline .form-item {
    min-width: 250px;
    margin-right: 12px;
    border-bottom: 1px solid #d9d9d9;
}

.form--inline .form-item:last-child {
    margin-right: 0;
}

.form--inline .form-item:focus,
.form--inline .form-item:hover {
    border-bottom: 1px solid #e3735f;
}

.form--inline .form-item.form-item-categoria {
    border-bottom: none;
}

.form-checkboxes .form-item {
    border-bottom: 0;
}

.search-full-container,
.dle-full-container,
.menu-adicional-container {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 103;
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-full-container.visible,
.dle-full-container.visible,
.menu-adicional-container.visible {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.search-full-container .menu-buttom__close,
.dle-full-container .menu-buttom__close,
.menu-adicional-container .menu-buttom__close {
    display: block;
    cursor: pointer;
    z-index: 99;
}

.search-full-container .diccionarios-container__title,
.search-full-container .dudas-container__title,
.dle-full-container .diccionarios-container__title,
.dle-full-container .dudas-container__title,
.menu-adicional-container .diccionarios-container__title,
.menu-adicional-container .dudas-container__title {
    font-size: 1.26562rem;
    line-height: 24px;
    font-family: "Merriweather", sans-serif;
}

@media all and (min-width:576px) {

    .search-full-container .diccionarios-container__title,
    .search-full-container .dudas-container__title,
    .dle-full-container .diccionarios-container__title,
    .dle-full-container .dudas-container__title,
    .menu-adicional-container .diccionarios-container__title,
    .menu-adicional-container .dudas-container__title {
        font-size: 1.42383rem;
        line-height: 32px;
    }
}

@media all and (min-width:768px) {

    .search-full-container .diccionarios-container__title,
    .search-full-container .dudas-container__title,
    .dle-full-container .diccionarios-container__title,
    .dle-full-container .dudas-container__title,
    .menu-adicional-container .diccionarios-container__title,
    .menu-adicional-container .dudas-container__title {
        font-size: 1.60181rem;
        line-height: 32px;
    }
}

.dle-full-container {
    z-index: 103;
}

.contenedor-full {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    overflow-y: auto;
}

@media (max-width:991px) {
    .contenedor-full {
        display: block;
        overflow-y: scroll;
    }
}

.contenedor-full .dudas-container,
.contenedor-full .diccionarios-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width:991px) {

    .contenedor-full .dudas-container,
    .contenedor-full .diccionarios-container {
        height: auto;
    }
}

.contenedor-full .dudas-container .fieldset-wrapper,
.contenedor-full .dudas-container .form-item-diccionario,
.contenedor-full .diccionarios-container .fieldset-wrapper,
.contenedor-full .diccionarios-container .form-item-diccionario {
    border-bottom: 1px solid #222;
}

.contenedor-full .dudas-container .fieldset-wrapper input,
.contenedor-full .dudas-container .form-item-diccionario input,
.contenedor-full .diccionarios-container .fieldset-wrapper input,
.contenedor-full .diccionarios-container .form-item-diccionario input {
    font-size: 20px;
}

.contenedor-full .dudas-container .fieldset-wrapper:focus,
.contenedor-full .dudas-container .fieldset-wrapper:hover,
.contenedor-full .dudas-container .form-item-diccionario:focus,
.contenedor-full .dudas-container .form-item-diccionario:hover,
.contenedor-full .diccionarios-container .fieldset-wrapper:focus,
.contenedor-full .diccionarios-container .fieldset-wrapper:hover,
.contenedor-full .diccionarios-container .form-item-diccionario:focus,
.contenedor-full .diccionarios-container .form-item-diccionario:hover {
    border-bottom: 1px solid #e3735f;
}

.contenedor-full .dudas-container input.image-button,
.contenedor-full .diccionarios-container input.image-button {
    position: absolute;
    right: 15px;
    bottom: 17px;
    width: 20px;
    height: 20px;
}

.contenedor-full .diccionarios-container {
    background: #fff;
}

.diccionarios-form {
    position: relative;
}

.diccionarios-form .logo {
    position: relative;
}

.diccionarios-form .form-wrapper {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.diccionarios-form .form-composite {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.diccionarios-form .form-composite .form-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#edit-diccionario .form-item,
#edit-diccionario .form-type-radio,
#edit-diccionario--2 .form-item,
#edit-diccionario--2 .form-type-radio {
    border: none !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#edit-diccionario .form-item input,
#edit-diccionario .form-type-radio input,
#edit-diccionario--2 .form-item input,
#edit-diccionario--2 .form-type-radio input {
    height: 20px;
    width: 20px;
    margin-right: 16px;
}

.bloque-filtros-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width:767px) {
    .bloque-filtros-content {
        display: block;
    }
}

.num-result {
    font-weight: bold;
}

.bloque-filtros {
    padding: 0 16px;
}

@media (max-width:767px) {
    .bloque-filtros {
        padding: 0;
    }
}

.bloque-filtros .form-item-tipo {
    width: 100%;
}

.recursos-container {
    border-top: 1px solid #d9d9d9;
}

.recursos-container .title__medium {
    cursor: pointer;
}

.recursos-container .title__medium svg {
    fill: #222;
}

.recursos-container .title__medium:hover {
    color: #e3735f;
}

.recursos-container .title__medium:hover svg {
    fill: #e3735f;
}

.recursos-container .menu-list__item {
    width: 100%;
}

@media (min-width:992px) {
    .recursos-container .menu-list__item {
        width: 45%;
    }
}

@media (min-width:992px) {
    .recursos-container .menu-list__item {
        width: 30%;
        margin-right: 24px;
    }

    .recursos-container .menu-list__item:nth-child(3n) {
        margin-right: 0;
    }
}

.recursos-container .menu-list__item .menu-list__item {
    width: 100%;
}

.recursos-container .menu-list__item .menu-list__item svg {
    margin-right: 12px;
}

.recursos-container .menu-list__item .menu-list__item a {
    font-weight: bold;
    color: #237BC0;
}

.recursos-container .menu-list__item .menu-list__item a:visited {
    color: #237BC0;
}

.recursos-container .menu-list__item .menu-list__item a:hover {
    color: #e3735f;
}

.recursos-container .lista-recursos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:767px) {
    .recursos-container .lista-recursos {
        display: block;
    }
}

.recursos-container .lista-recursos::nth-child(3n) {
    margin-right: 0;
}

.search-full-container .menu-buttom__close {
    display: block;
    cursor: pointer;
    z-index: 99;
}

.search-full-container .header__logo {
    display: block;
    text-align: center;
}

.search-full-container .header__logo .img {
    margin: 0 auto;
}

.search-full-container .header__logo .img a {
    display: block;
}

.search-full-container .header__logo .icon-logo {
    width: 225px !important;
    height: 100px !important;
}

.search-full-container .search__title {
    font-size: 1.26562rem;
    line-height: 24px;
}

@media all and (min-width:576px) {
    .search-full-container .search__title {
        font-size: 1.42383rem;
        line-height: 32px;
    }
}

@media all and (min-width:768px) {
    .search-full-container .search__title {
        font-size: 1.60181rem;
        line-height: 32px;
    }
}

.search-full-container .search-block-form {
    position: relative;
}

.search-full-container .search-block-form .form-type-search {
    border-bottom: 1px solid #222 !important;
}

.search-full-container .search-block-form .form-type-search:focus,
.search-full-container .search-block-form .form-type-search:hover {
    border-bottom: 1px solid #e3735f !important;
}

.search-full-container .search-block-form .form-type-search input {
    max-width: 95%;
    font-size: 1.42383rem;
    line-height: 24px;
}

@media all and (min-width:768px) {
    .search-full-container .search-block-form .form-type-search input {
        font-size: 1.80203rem;
        line-height: 32px;
    }
}

.search-full-container .search-block-form .form-wrapper {
    position: absolute;
    right: 15px;
    bottom: 17px;
}

.search-full-container .search-block-form .form-wrapper input.image-button {
    width: 20px;
    height: 20px;
}

header .form--inline {
    margin-bottom: 24px;
    border-bottom: none !important;
}

header .form--inline .button {
    background: #e3735f;
    padding: 12px 48px;
    color: #fff !important;
    font-weight: bold;
    border: none;
}

header .form--inline .button:hover {
    background: #bb3821;
}

.form-filtros {
    background: #ebece6;
}

.form-filtros label {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 24px;
}

.form-filtros .form--inline {
    display: block;
    border: none;
}

.form-filtros .form-select {
    background: none;
}

.form-filtros ul {
    color: #3b4b55;
    margin-bottom: 16px;
}

.form-filtros .form-actions .button {
    background: #e3735f;
    color: #fff;
    font-weight: bold;
    border: none;
    width: 100%;
}

.form-filtros .form-item-field-noticia-fecha-value,
.form-filtros .form-item-fecha {
    margin-bottom: 16px;
}

.search-form {
    margin-bottom: 24px;
}

.search-form .container-inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #ededed;
    padding: 0 12px;
    width: 400px;
}

.search-form .container-inline .form-search {
    width: 100%;
}

.no-result {
    font-size: 1.125rem;
    line-height: 24px;
}

.resultados-page h2 {
    display: none;
}

.tabs {
    width: 100%;
    height: 650px;
    z-index: 0;
    position: absolute;
    top: 0;
    background: #ebece6;
}

@media (max-width:767px) {
    .tabs {
        height: 70px;
        background: #fff;
    }
}

.tabs .section__decoration {
    top: 40%;
}

@media (max-width:767px) {
    .tab-content {
        margin-top: 24px;
    }
}

.tabs__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}

.tabs__link-item {
    font-family: "Merriweather", sans-serif;
}

.tabs__link-item span {
    cursor: pointer;
    display: inline-block;
    font-size: 1.26562rem;
    line-height: 28px;
    position: relative;
}

.tabs__link-item span:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #e3735f;
    transition: width 0.3s ease-in-out;
}

.tabs__link-item span:hover:after,
.tabs__link-item span.active:after {
    width: 100%;
}

.tab-content-intro {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative;
}

@media (min-width:992px) {
    .tab-content-intro .img {
        min-width: 600px;
    }
}

@media (min-width:1025px) {
    .tab-content-intro .img {
        min-width: 750px;
    }
}

@media (max-height:680px) {
    .tab-content-intro .img {
        min-width: 650px;
        margin-bottom: 64px;
    }
}

@media (max-width:991px) {
    .tab-content-intro .img {
        min-width: 100%;
    }
}

.tab-content-intro .img img {
    max-width: 100%;
}

@media (max-width:991px) {
    .tab-content-intro {
        display: block;
    }
}

.tab-content-text {
    max-width: 100%;
}

@media (max-width:991px) {
    .tab-content-text {
        max-width: 100%;
    }
}

.tab-content-text p a {
    color: #237BC0 !important;
}

.tab-content-text p a:hover {
    color: #e3735f !important;
}

.tab-content-text p a:visited {
    color: #237BC0 !important;
}

.tab-content-text ul {
    margin-left: 16px;
    list-style: disc;
    list-style-position: outside;
}

.tab-content-text ul li {
    padding-left: 4px;
    margin-bottom: 4px;
}

.tab-pane {
    overflow: hidden;
}

.tab-pane.show {
    display: block;
}

.menu-tabs .select2-selection.select2-selection--single {
    display: block;
    height: auto;
}

.nodetype--obra .tabs {
    height: auto;
    background-color: #3b4b55;
}

.nodetype--obra .tabs__link-item {
    color: #fff;
}

.nodetype--obra .tabs__link-item .active {
    color: #fff;
}

.nodetype--obra .tab-content p,
.nodetype--obra .tab-content a {
    color: #fff;
}

.nodetype--obra .tab-content a {
    color: #fff !important;
    text-decoration: underline;
}

.nodetype--obra .tab-content a:hover {
    text-decoration: none;
}

.nodetype--obra .tab-content a:visited {
    color: #fff !important;
}

.nodetype--obra .tab-content ul {
    list-style: disc;
    list-style-position: outside;
}

.nodetype--obra .tab-content ul li {
    color: #fff;
}

@media (max-width:991px) {
    .nodetype--obra .tab-content-intro .img {
        min-width: 100%;
    }
}

.nodetype--obra .tab-content-intro {
    display: block;
}

.nodetype--obra .tab-content-intro .img {
    float: left;
    width: 400px;
    min-width: 200px;
    margin-bottom: 16px;
}

@media (max-width:991px) {
    .nodetype--obra .tab-content-intro .img {
        float: none;
        width: 100%;
    }
}

.block-tabs {
    text-align: center;
}

.block-tabs ul {
    text-align: left;
}

.block-tabs ul li {
    display: inline-block;
}

.block-tabs ul li a {
    color: #e3735f;
}

.block-tabs ul li a.is-active {
    color: #222;
}

.block-tabs ul li a:hover {
    color: #e3735f;
    border-color: #2ba633;
    opacity: 0.8;
}

.user-login-form .form-text,
.user-pass .form-text {
    border: 1px solid #d9d9d9;
    max-width: 300px;
}

.user-login-form .description,
.user-pass .description {
    font-size: 13px;
    margin-top: 4px;
}

.user-login-form p,
.user-pass p {
    font-size: 13px;
    margin-bottom: 24px;
}

.logged-in .block-tabs a {
    border: 1px solid #002a5c;
}

.alias--user-login,
.path--user {
    text-align: center;
}

.alias--user-login .block-page-title-block h1,
.path--user .block-page-title-block h1 {
    font-size: 1.80203rem;
    line-height: 32px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
}

@media all and (min-width:576px) {

    .alias--user-login .block-page-title-block h1,
    .path--user .block-page-title-block h1 {
        font-size: 2.02729rem;
        line-height: 52px;
    }
}

@media all and (min-width:768px) {

    .alias--user-login .block-page-title-block h1,
    .path--user .block-page-title-block h1 {
        font-size: 3.65324rem;
        line-height: 60px;
    }
}

.alias--user-login #content-area,
.path--user #content-area {
    margin: 0 auto;
    max-width: 900px;
}

.user-login-form,
.user-pass {
    text-align: left;
}

.user-login-form .form-item input,
.user-pass .form-item input {
    color: #666;
}

.user-login-form .button,
.user-pass .button {
    background: #e3735f;
    border: none;
    color: #fff;
}

.user-login-form .button:hover,
.user-pass .button:hover {
    background: #bb3821;
}

.addtoany_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    overflow: hidden;
}

.addtoany_list .a2a_svg {
    vertical-align: top;
}

.addtoany_list .a2a_kit {
    background: transparent;
}

.addtoany_list .a2a_kit a {
    vertical-align: top;
}

.addtoany_list .a2a_share {
    cursor: pointer;
}

.addtoany_list svg {
    fill: #666 !important;
    cursor: pointer;
}

.addtoany_list .points,
.addtoany_list .close {
    fill: #666 !important;
    cursor: pointer;
    display: block;
}

.addtoany_list .points:hover svg,
.addtoany_list .close:hover svg {
    fill: #e3735f !important;
}

.addtoany_list .close {
    width: 24px !important;
    height: 24px !important;
    vertical-align: middle;
}

.addtoany_list .points {
    width: 32px !important;
    height: 32px !important;
    -webkit-animation: semi-rotate-center 0.2s ease-out both;
    animation: semi-rotate-center 0.2s ease-out both;
}

.addtoany_list.open a {
    display: block !important;
    -webkit-animation: roll-in-left 0.2s ease-out both;
    animation: roll-in-left 0.2s ease-out both;
}

.addtoany_list.open .points {
    display: none;
    -webkit-animation: roll-in-left 0.2s ease-out both;
    animation: roll-in-left 0.2s ease-out both;
}

.addtoany_list.open .close {
    -webkit-animation: rotate-center 0.33s ease-out both;
    animation: rotate-center 0.33s ease-out both;
}

.addtoany_list.off a {
    -webkit-animation: roll-in-right 0.5s ease-out both;
    animation: roll-in-right 0.5s ease-out both;
}

@-webkit-keyframes semi-rotate-center {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes semi-rotate-center {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes roll-in-left {
    0% {
        -webkit-transform: translateX(-800px) rotate(-540deg);
        transform: translateX(-800px) rotate(-540deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes roll-in-left {
    0% {
        -webkit-transform: translateX(-800px) rotate(-540deg);
        transform: translateX(-800px) rotate(-540deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes roll-in-right {
    0% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-800px) rotate(-540deg);
        transform: translateX(-800px) rotate(-540deg);
        opacity: 0;
    }
}

@keyframes roll-in-right {
    0% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-800px) rotate(-540deg);
        transform: translateX(-800px) rotate(-540deg);
        opacity: 0;
    }
}

.share-social .antetitulo {
    margin-bottom: 12px !important;
}

.share-social a {
    margin-right: 12px;
}

.share-social a:last-child {
    margin-right: 0;
}

.share-social a:hover svg {
    fill: #e3735f;
}

.rae-twitter-api--block .tweet-wrapper {
    margin-bottom: 24px;
}

@media (max-width:767px) {
    .bloque__masonry {
        height: auto !important;
    }
}

.bloque__masonry,
.bloque__masonry_images {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width:767px) {

    .bloque__masonry,
    .bloque__masonry_images {
        margin: 0;
    }
}

.bloque__masonry_images {
    width: 100%;
}

.bloque__masonry_images .item {
    width: calc(33% - 20px);
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .bloque__masonry_images .item {
        width: 100%;
    }
}

.bloque__masonry_images .item img {
    width: 100%;
}

@media (max-width:767px) {
    .section-relacionados-3col .item {
        width: 100%;
        position: relative !important;
        top: auto !important;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width:768px) {
    .section-relacionados-3col .item {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width:992px) {
    .section-relacionados-3col .item {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width:767px) {
    .section-relacionados-4col .item {
        width: 100%;
        position: relative !important;
        top: auto !important;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width:768px) {
    .section-relacionados-4col .item {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width:992px) {
    .section-relacionados-4col .item {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width:767px) {

    .section-relacionados-4col .u-text-center.boton-cargar,
    .section-relacionados-3col .u-text-center.boton-cargar {
        margin-top: 8rem !important;
    }
}

.section-diccionarios {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:991px) {
    .section-diccionarios {
        display: block;
    }
}

.section-diccionarios .form-item {
    width: 100%;
}

.section-diccionarios #edit-caja-diccionario-select {
    width: 70%;
}

.section-diccionarios input.image-button {
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: 17px;
    width: 16px;
    height: 16px;
}

.section-diccionarios .form-text {
    margin-top: 0;
    padding-right: 30px;
}

.section-diccionarios .form-select {
    padding-right: 30px;
}

.section-diccionarios .title {
    font-weight: bold;
    font-size: 100%;
    line-height: 24px;
    font-family: "Lato", Arial, sans-serif;
    margin-bottom: 12px !important;
}

.bloque-diccionarios {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 60%;
}

@media (max-width:991px) {
    .bloque-diccionarios {
        width: 100%;
        margin-bottom: 24px;
    }
}

.bloque-diccionarios input {
    color: #222;
    font-size: 0.88889rem;
    line-height: 20px;
}

.bloque-diccionarios input::-webkit-input-placeholder {
    color: #ccc;
}

.bloque-diccionarios input::-moz-placeholder {
    color: #ccc;
}

.bloque-diccionarios input::-ms-input-placeholder {
    color: #ccc;
}

.bloque-diccionarios input::placeholder {
    color: #ccc;
}

.diccionarios-form-select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    overflow: hidden;
}

@media (max-width:991px) {
    .diccionarios-form-select {
        display: block;
    }
}

.diccionarios-form-select .fieldset-wrapper {
    position: relative;
}

@media (max-width:991px) {
    .diccionarios-form-select .fieldset-wrapper {
        width: 100%;
    }
}

.diccionarios-form-select .form-item-diccionario-select {
    width: 70%;
    min-width: 300px;
    line-height: 24px;
    font-size: 0.88889rem;
    line-height: 20px;
}

@media (max-width:991px) {
    .diccionarios-form-select .form-item-diccionario-select {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width:991px) {
    .diccionarios-form-select fieldset {
        float: left;
        width: 65%;
    }
}

.diccionarios-form-select .logo {
    width: 30%;
    float: right;
    margin: 16px 0;
    max-width: 150px;
}

@media (min-width:992px) {
    .diccionarios-form-select .logo {
        margin: 0;
        float: none;
    }
}

.diccionarios-form-select .logo img {
    width: 100%;
    margin: 0 auto;
}

.icon-logo {
    width: 155px;
}

@media (max-width:767px) {
    .icon-logo {
        width: 95px;
    }
}

.bloque-dudas {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    clear: both;
}

@media (max-width:991px) {
    .bloque-dudas {
        width: 100%;
    }
}

.bloque-dudas .dudas-form input {
    color: #222;
    font-size: 0.88889rem;
    line-height: 20px;
}

.bloque-dudas .dudas-form input::-webkit-input-placeholder {
    color: #ccc;
}

.bloque-dudas .dudas-form input::-moz-placeholder {
    color: #ccc;
}

.bloque-dudas .dudas-form input::-ms-input-placeholder {
    color: #ccc;
}

.bloque-dudas .dudas-form input::placeholder {
    color: #ccc;
}

.deepbanner {
    margin: 16px 0 0;
    overflow: hidden;
    min-height: 325px;
}

@media (min-width:992px) {
    .deepbanner {
        min-height: 700px;
        border-bottom: 1px solid #ededed;
    }
}

@media (min-width:992px) {
    .deepbanner .rsOverflow {
        overflow: visible;
    }
}

@media (min-width:992px) {
    .deepbanner__container {
        min-height: auto;
    }
}

@media (min-width:1025px) {
    .deepbanner__container {
        min-height: 675px;
    }
}

@media (max-width:991px) {
    .deepbanner__container {
        position: relative;
        min-height: auto;
    }
}

.deepbanner__item {
    color: inherit;
}

.deepbanner__item:hover {
    text-decoration: none;
}

.deepbanner__item:hover .deepbanner__item__title {
    color: #e3735f;
}

@media (max-width:767px) {
    .deepbanner__item__image {
        height: auto;
    }
}

@media (min-width:768px) {
    .deepbanner__item__image {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex-basis: 68.5%;
        -ms-flex-preferred-size: 68.5%;
        flex-basis: 68.5%;
        min-height: auto;
    }
}

.deepbanner__item__image img {
    width: 100%;
}

.deepbanner__item__caption {
    padding: 20px 0 15px;
}

@media (min-width:768px) {
    .deepbanner__item__caption {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-basis: 31.5%;
        -ms-flex-preferred-size: 31.5%;
        flex-basis: 31.5%;
        padding: 16px;
        background-color: #fff;
    }
}

.deepbanner__item__caption> :last-child {
    margin-bottom: 0;
}

.deepbanner__item__tag {
    margin-bottom: 16px;
    color: #e3735f;
    font-size: 0.79012rem;
    line-height: 16px;
}

@media (min-width:992px) {
    .deepbanner__item__tag {
        font-size: 1.26562rem;
        line-height: 28px;
    }
}

.deepbanner__item__title {
    font-size: 1.26562rem;
    line-height: 28px;
    font-family: "Merriweather", sans-serif;
    transition: all 0.3s ease-in;
    margin-bottom: 12px;
}

@media (min-width:992px) {
    .deepbanner__item__title {
        font-size: 1.60181rem;
        line-height: 32px;
        padding-right: 64px;
    }
}

@media all and (min-width:992px) and (min-width:576px) {
    .deepbanner__item__title {
        font-size: 2.02729rem;
        line-height: 48px;
    }
}

@media all and (min-width:992px) and (min-width:768px) {
    .deepbanner__item__title {
        font-size: 2.56578rem;
        line-height: 48px;
    }
}

.deepbanner__item__subtitle {
    font-size: 100%;
    line-height: 24px;
    color: #666;
}

@media (min-width:992px) {
    .deepbanner__item__subtitle {
        font-size: 1.26562rem;
        line-height: 28px;
        font-weight: normal;
    }
}

.deepbanner__item__intro {
    margin-bottom: 16px;
}

.deepbanner__item__intro> :last-child {
    margin-bottom: 0;
}

.deepbanner .rsBullets {
    display: none;
}

.deepbanner .rsArrow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    transition: all 0.3s ease-in;
}

@media (max-width:991px) {
    .deepbanner .rsArrow {
        display: none !important;
    }
}

.deepbanner .rsArrowLeft {
    right: 60px;
    bottom: 100px;
}

@media (max-width:1024px) {
    .deepbanner .rsArrowLeft {
        right: 30px;
    }
}

.deepbanner .rsArrowRight {
    right: 5px;
    bottom: 100px;
}

.deepbanner .rsArrowIcn {
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e3735f;
    transition: all 0.3s ease-in;
}

@media (max-width:991px) {
    .deepbanner .rsArrowIcn {
        width: 24px;
        height: 24px;
    }
}

.deepbanner .rsArrowIcn:hover {
    background-color: #3b4b55;
}

.deepbanner .rsArrowLeft .rsArrowIcn {
    background-image: url(/themes/custom/front/assets/images/iconos/arrow-left-small.svg);
}

@media (max-width:991px) {
    .deepbanner .rsArrowLeft .rsArrowIcn {
        background-size: 15px;
    }
}

.deepbanner .rsArrowRight .rsArrowIcn {
    background-image: url(/themes/custom/front/assets/images/iconos/arrow-right-small.svg);
}

@media (max-width:991px) {
    .deepbanner .rsArrowRight .rsArrowIcn {
        background-size: 15px;
    }
}

.deepbanner-galeria {
    min-height: auto !important;
}

@media (min-width:992px) {
    .deepbanner-galeria {
        border-bottom: none;
    }
}

.deepbanner-galeria .deepbanner__container {
    width: 1060px !important;
    min-height: auto !important;
}

@media (max-width:991px) {
    .deepbanner-galeria .deepbanner__container {
        width: 100% !important;
    }
}

.deepbanner-galeria .deepbanner__container .rsOverflow {
    width: 100%;
}

.deepbanner-galeria .deepbanner__item__caption {
    display: block;
}

@media (min-width:768px) {
    .deepbanner-galeria .deepbanner__item__image {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.deepbanner-galeria .deepbanner__item__image img {
    width: 100%;
}

.deepbanner-galeria .rsArrowLeft {
    right: 45px;
    top: 170px;
}

@media (min-width:768px) {
    .deepbanner-galeria .rsArrowLeft {
        top: 62%;
    }
}

@media (min-width:992px) {
    .deepbanner-galeria .rsArrowLeft {
        top: 88%;
        right: 70px;
    }
}

.deepbanner-galeria .rsArrowRight {
    right: 15px;
    top: 170px;
}

@media (min-width:768px) {
    .deepbanner-galeria .rsArrowRight {
        top: 62%;
    }
}

@media (min-width:992px) {
    .deepbanner-galeria .rsArrowRight {
        top: 88%;
    }
}

.deepbanner__item__texto {
    font-size: 0.79012rem;
    line-height: 16px;
}

.destacado-full {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:991px) {
    .destacado-full {
        width: 100%;
        display: block;
    }
}

.destacado-full__texto {
    background: #222;
    text-align: center;
    width: 50%;
}

@media (max-width:991px) {
    .destacado-full__texto {
        width: 100%;
    }
}

@media (max-width:991px) {
    .destacado-full__texto .cita {
        width: 100%;
    }
}

@media (max-width:991px) {
    .destacado-full__texto .cita__text {
        font-size: 1.26562rem;
        line-height: 28px;
    }
}

.destacado-full__texto--trans {
    background: transparent;
}

.destacado-full__img {
    width: 50%;
}

@media (max-width:991px) {
    .destacado-full__img {
        width: 100%;
    }
}

.destacado-full__img img {
    width: 100%;
}

.bloque-recursos {
    position: relative;
}

.bloque-recursos img {
    width: 100%;
    object-fit: cover;
}

.bloque-recursos .bloque-recursos__title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-family: "Merriweather", sans-serif;
    font-size: 1.26562rem;
    line-height: 28px;
    font-weight: bold;
}

@media all and (min-width:768px) {
    .bloque-recursos .bloque-recursos__title {
        font-size: 1.42383rem;
        line-height: 28px;
    }
}

.bloque-recursos:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.bloque-agenda-home {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:991px) {
    .bloque-agenda-home .order-sm-0 {
        width: 100%;
    }
}

.bloque-agenda-home .order-sm-2 {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

@media (max-width:767px) {

    .bloque-agenda-home .order-sm-2,
    .bloque-agenda-home .order-sm-3 {
        width: 100%;
    }
}

@media (min-width:768px) {

    .bloque-agenda-home .order-sm-2,
    .bloque-agenda-home .order-sm-3 {
        width: 50%;
    }
}

@media (min-width:992px) {

    .bloque-agenda-home .order-sm-2,
    .bloque-agenda-home .order-sm-3 {
        width: auto;
    }
}

.agenda-form {
    text-align: center;
    width: 100%;
}

.agenda-form .views-exposed-form {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.agenda-form .views-exposed-form .form-select {
    min-width: 200px;
    border-bottom: 1px solid #ebece6;
}

.agenda-form .views-exposed-form .form-select:focus {
    border-bottom: 1px solid #e3735f;
}

@media (max-width:767px) {
    .agenda-form .views-exposed-form .form-select {
        width: 50%;
        min-width: 50%;
    }
}

.agenda-form .views-exposed-form .form-item-nombre input {
    background: url(/themes/custom/front/assets/images/lupa.svg) no-repeat 97% 22px;
}

.agenda-form .views-exposed-form .form-item-calendario input {
    background: url(/themes/custom/front/assets/images/calendar.svg) no-repeat 97% 22px;
}

.agenda-share {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:767px) {
    .agenda-share {
        display: block;
    }
}

.home-share__social a:hover svg {
    fill: #e3735f !important;
}

.agenda .section__title {
    text-align: left;
}

@media (max-width:767px) {
    .home-share {
        text-align: center;
    }
}

@media (min-width:768px) {
    .home-share {
        min-width: 40%;
        text-align: center;
        padding: 0 24px 0 0;
    }
}

@media (min-width:992px) {
    .home-share {
        padding: 0 32px;
    }
}

.home-share .divider {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:991px) {
    .home-portal {
        max-width: 100%;
    }
}

.home-portal p {
    text-align: center;
    font-weight: bold;
    font-family: "Merriweather", sans-serif;
    font-size: 1.26562rem;
    line-height: 28px;
}

.container-block__destacado {
    position: relative;
    height: auto;
}

@media (min-width:992px) {
    .container-block__destacado {
        height: 100vh;
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
    }
}

@media (min-width:992px) {
    .container-block__destacado .scroll-content {
        max-height: 100vh;
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
    }

    .container-block__destacado .scroll-content .teaser {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        max-height: 100vh;
    }
}

.container-block__destacado .scroll-content .block-news__title {
    font-size: 1.60181rem;
    line-height: 32px;
}

@media all and (min-width:576px) {
    .container-block__destacado .scroll-content .block-news__title {
        font-size: 2.02729rem;
        line-height: 48px;
    }
}

@media all and (min-width:768px) {
    .container-block__destacado .scroll-content .block-news__title {
        font-size: 2.56578rem;
        line-height: 48px;
    }
}

.bloque-scroll__container {
    position: relative;
}

@media (min-width:992px) {
    .bloque-scroll__container {
        height: calc(100vh - 90px);
    }
}

.bloque-scroll__container .bloque-obra {
    position: relative;
    width: 268px;
    margin: 0 !important;
}

@media (max-width:767px) {
    .bloque-scroll__container .bloque-obra {
        top: -35px;
        right: 0;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (min-width:768px) {
    .bloque-scroll__container .bloque-obra {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
}

@media (min-width:992px) {
    .bloque-scroll__container .bloque-obra {
        position: absolute;
        top: 144px;
        right: -118px;
        padding: 0 !important;
    }
}

.bloque-scroll__container .blockquote {
    position: absolute;
}

@media (max-width:767px) {
    .bloque-scroll__container .blockquote {
        top: 10px;
        left: 15px;
        width: 90%;
    }
}

@media (min-width:768px) {
    .bloque-scroll__container .blockquote {
        top: 5%;
        left: 5%;
        width: 90%;
        padding: 0;
    }
}

@media (min-width:992px) {
    .bloque-scroll__container .blockquote {
        top: 70%;
        left: 5%;
        width: 55%;
    }
}

.bloque-scroll__container .blockquote p {
    color: #fff;
}

.container-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:991px) {
    .container-block {
        display: block;
    }
}

@media (max-width:991px) {
    .container-block .index__title {
        padding: 16px;
    }
}

.bloque-scroll__img {
    position: -webkit-sticky;
    position: sticky;
}

@media (max-width:991px) {
    .bloque-scroll__img {
        position: relative;
    }
}

.bloque-scroll__body {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

@media (max-width:991px) {
    .bloque-scroll__body {
        position: relative;
    }
}

.bloque-direccion {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:767px) {
    .bloque-direccion {
        display: block;
    }
}

.bloque-direccion__link {
    position: relative;
    width: 350px;
    border-bottom: 1px solid #222;
}

.bloque-direccion__link a {
    display: block;
    color: #237BC0;
    font-weight: bold;
}

.bloque-direccion__link a:hover {
    color: #e3735f;
}

.bloque-direccion__link .icon {
    position: absolute;
    top: 20px;
    left: 0;
}

.bloque-direccion__link li {
    font-size: 0.88889rem;
    line-height: 20px;
}

.bloque-direccion__title {
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
}

.texto-columnas {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
}

@media (max-width:767px) {
    .texto-columnas {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.accordion {
    border-bottom: 1px solid #d9d9d9;
}

.accordion__title {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-family: "Merriweather", sans-serif;
}

.accordion__title .icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.accordion__title .icon.menos {
    display: none;
}

.accordion.open .accordion__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:991px) {
    .accordion.open .accordion__content {
        display: block;
    }
}

.accordion.open .accordion__content--text {
    color: #666;
}

.accordion.open .accordion__content--title {
    font-size: 1.125rem;
    line-height: 24px;
    font-weight: bold;
    color: #222;
}

.accordion.open .botonera {
    text-align: right;
}

.accordion.open .number-date {
    color: #e3735f;
}

.accordion.open svg.plus {
    display: none;
}

.accordion.open svg.menos {
    display: block;
}

@media screen and (min-width:0\0) {
    .accordion__content .row {
        display: block;
    }

    .accordion__content--img {
        margin-bottom: 30px !important;
    }
}

.accordion--variante__content--title {
    font-size: 1.125rem;
    line-height: 24px;
    font-family: "Lato", Arial, sans-serif;
    font-weight: bold;
    color: #222;
}

.accordion--variante__title {
    position: relative;
    cursor: pointer;
    font-family: "Lato", Arial, sans-serif;
}

.accordion--variante__title .icon.menos {
    display: none;
}

.accordion--variante__content--subtitle {
    font-weight: normal;
}

.number-date--variante {
    color: #e3735f;
    font-size: 1.125rem;
    border-left: 1px solid #ededed;
    font-weight: bold;
}

.icon-action--variante {
    position: relative;
    left: -6px;
    top: -1px;
}

.accordion--variante__content--text {
    color: #666;
}

.accordion--variante__content--text ul {
    font-weight: bold;
}

.accordion__content--img img {
    max-width: 100%;
    height: auto;
}

.page img,
.page .img,
figure img {
    max-width: 100%;
    height: auto !important;
}

.img {
    position: relative;
}

.img img {
    width: 100%;
    height: auto;
}

.pie-img,
figcaption {
    background: #ededed;
    font-size: 0.88889rem;
    line-height: 20px;
}

.bloque-text p:last-child {
    margin-bottom: 0 !important;
}

.bloque-text p a {
    font-weight: bold;
    color: #237BC0 !important;
}

.bloque-text p a:hover {
    color: #e3735f !important;
}

.bloque-text:last-child {
    margin-bottom: 0 !important;
}

.bloque-text h2,
.bloque-text h3,
.bloque-text h4 {
    font-size: 1.26562rem;
    line-height: 28px;
    font-weight: bold;
}

.bloque-texto h2,
.bloque-texto h3,
.bloque-texto h4,
.bloque-texto h5,
.bloque-academico__texto h2,
.bloque-academico__texto h3,
.bloque-academico__texto h4,
.bloque-academico__texto h5 {
    font-weight: bold;
}

.bloque-texto h2,
.bloque-academico__texto h2 {
    font-size: 1.26562rem;
    line-height: 28px;
}

@media all and (min-width:768px) {

    .bloque-texto h2,
    .bloque-academico__texto h2 {
        font-size: 1.42383rem;
        line-height: 28px;
    }
}

.bloque-texto .title,
.bloque-academico__texto .title {
    font-size: 1.80203rem;
    line-height: 32px;
}

@media all and (min-width:576px) {

    .bloque-texto .title,
    .bloque-academico__texto .title {
        font-size: 2.2807rem;
        line-height: 48px;
    }
}

.bloque-texto h3,
.bloque-academico__texto h3 {
    font-size: 1.26562rem;
    line-height: 28px;
}

.bloque-texto h4,
.bloque-texto h5,
.bloque-academico__texto h4,
.bloque-academico__texto h5 {
    font-size: 100%;
    line-height: 24px;
    color: #237BC0;
}

.bloque-texto p strong,
.bloque-academico__texto p strong {
    font-weight: bold;
}

.bloque-texto a,
.bloque-academico__texto a {
    color: #237BC0 !important;
    font-weight: bold;
}

.bloque-texto a:hover,
.bloque-academico__texto a:hover {
    color: #e3735f !important;
}

.bloque-texto ul,
.bloque-texto ol,
.bloque-academico__texto ul,
.bloque-academico__texto ol {
    margin: 16px 0;
    font-size: 0.88889rem;
    line-height: 20px;
    padding-left: 12px;
}

.bloque-texto ul,
.bloque-academico__texto ul {
    margin-left: 16px;
    list-style: disc;
    list-style-position: outside;
}

.bloque-texto ul li,
.bloque-academico__texto ul li {
    padding-left: 4px;
    margin-bottom: 4px;
}

.bloque-texto ol,
.bloque-academico__texto ol {
    list-style: decimal;
}

.bloque-texto blockquote,
.bloque-academico__texto blockquote {
    float: left;
    clear: left;
    width: 40%;
    margin-right: 16px;
    margin-left: -10%;
    background: url(/themes/custom/front/assets/images/svg/comillas.svg) left top no-repeat;
    margin: 32px 48px 32px 0;
    padding-top: 96px;
    font-weight: bold;
    font-style: italic;
    font-family: "Merriweather", sans-serif;
    font-size: 1.26562rem;
    line-height: 28px;
}

.bloque-texto blockquote .icon,
.bloque-academico__texto blockquote .icon {
    width: 64px;
    fill: #237BC0;
    margin-bottom: 32px;
}

@media (max-width:991px) {

    .bloque-texto blockquote,
    .bloque-academico__texto blockquote {
        float: none;
        width: 100%;
        margin: 0;
    }
}

.bloque-texto figure,
.bloque-texto article,
.bloque-academico__texto figure,
.bloque-academico__texto article {
    margin: 16px 0;
}

.bloque-texto figure article,
.bloque-texto article article,
.bloque-academico__texto figure article,
.bloque-academico__texto article article {
    margin: 0;
}

.bloque-texto figure.align-left,
.bloque-texto article.align-left,
.bloque-academico__texto figure.align-left,
.bloque-academico__texto article.align-left {
    margin-right: 16px;
}

.bloque-texto figure.align-right,
.bloque-texto article.align-right,
.bloque-academico__texto figure.align-right,
.bloque-academico__texto article.align-right {
    margin-left: 16px;
}

.bloque-texto .image,
.bloque-academico__texto .image {
    margin: 24px 0;
}

.bloque-texto .image.align-left,
.bloque-academico__texto .image.align-left {
    margin-right: 24px;
}

.bloque-texto .image.align-right,
.bloque-academico__texto .image.align-right {
    margin-left: 24px;
}

.bloque-texto .image.align-center,
.bloque-academico__texto .image.align-center {
    text-align: center;
}

.bloque-texto .image img,
.bloque-academico__texto .image img {
    max-width: 100%;
    height: auto;
}

.bloque-texto .remote_video,
.bloque-academico__texto .remote_video {
    max-width: 100%;
    margin-bottom: 16px;
}

.bloque-texto .remote_video iframe,
.bloque-academico__texto .remote_video iframe {
    max-width: 100% !important;
}

.bloque-texto .entradilla,
.bloque-academico__texto .entradilla {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 1.26562rem;
    line-height: 28px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    color: #666;
}

.versalitas {
    font-variant: small-caps;
}

.bloque-brand p {
    font-size: 19px;
    font-weight: bold;
}

.bloque-brand__text h3 {
    margin-bottom: 12px;
}

.bloque-brand__text h4 {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1.4px;
    color: #fff;
    text-transform: uppercase;
}

.bloque-brand__text p {
    font-size: 19px;
    font-weight: bold;
}

.bloque-brand__text .btn-line {
    border: 1px solid #fff;
    color: #fff !important;
}

.bloque.bloque-brand__text p {
    margin-bottom: 24px !important;
}

.bloque.bloque-brand__text p:last-child {
    margin-bottom: 0 !important;
}

.section--secondary .bloque-brand__text {
    background: #ededed;
    color: #222;
}

.section--secondary .bloque-brand__text h4,
.section--secondary .bloque-brand__text p {
    color: #222;
}

.section--secondary .bloque-brand__text .btn-line {
    border: 1px solid #222;
    color: #222 !important;
}

.maintenance-page {
    padding: 48px 0 !important;
    text-align: center;
}

.maintenance-page .title {
    margin: 32px 0;
    padding: 24px 0;
}

.more {
    overflow: hidden;
    height: 300px;
}

@media (min-width:992px) {
    .more {
        overflow: visible;
        height: auto;
    }
}

.css-force-read-more-close {
    height: 300px;
    overflow: hidden;
}

.bloque-texto__btn {
    z-index: 3;
    position: relative;
}

@media (max-width:991px) {
    .bloque-texto__btn {
        border-bottom: 1px solid #ededed;
    }
}

.bloque-texto__btn .read-more {
    display: block;
}

.bloque-texto__btn .less {
    display: none;
}

.bloque-texto__btn.open .read-more {
    display: none;
}

.bloque-texto__btn.open .less {
    display: block;
}

.bloque-texto__btn.open svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bloque-texto__btn .btn__text {
    cursor: pointer;
    transition: all 0.4s ease;
}

.bloque-texto__btn .btn__text:hover {
    color: #e3735f;
}

@media (max-width:1024px) {
    .bloque-texto__btn .btn__text:hover {
        color: #002a5c;
    }
}

.section-obras .bloque-texto__btn {
    border-bottom: none;
}

.shadow {
    position: absolute;
    height: 180px;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, white), color-stop(100%, white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

@media (max-height:650px) {
    .shadow {
        height: 70px;
    }
}

.shadow-dark {
    background: rgba(59, 75, 85, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(59, 75, 85, 0)), color-stop(50%, #3b4b55));
    background: linear-gradient(to bottom, rgba(59, 75, 85, 0) 0%, #3b4b55 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b4b55', endColorstr='#3b4b55', GradientType=0);
}

.bloque-scroll__shadow {
    right: -60px;
    bottom: 0;
    width: 50%;
    position: fixed !important;
}

@media (max-width:991px) {
    .bloque-scroll__shadow {
        width: 100%;
        position: absolute !important;
        right: 0;
        bottom: 60px;
        display: block;
    }
}

.bloque__shadow {
    right: 0;
    bottom: 0;
    width: 50%;
    position: absolute !important;
}

@media (max-width:991px) {
    .bloque__shadow {
        width: 100%;
        bottom: 0;
        position: absolute !important;
    }
}

.bloque-texto__shadow {
    width: 100%;
    bottom: 60px;
    left: 0;
}

.bloque-texto__shadow.hidden {
    display: none;
}

.page-seccion {
    position: relative;
    padding-top: 50px;
}

@media (min-width:1025px) {
    .page-seccion {
        padding-top: 230px;
    }
}

.page-seccion .container-inner::first-letter {
    font-weight: bold;
    font-size: 1.80203rem;
    line-height: 32px;
    float: left;
    margin: 0 12px 0 0;
    font-family: "Merriweather", sans-serif;
}

@media all and (min-width:576px) {
    .page-seccion .container-inner::first-letter {
        font-size: 2.02729rem;
        line-height: 52px;
    }
}

@media all and (min-width:768px) {
    .page-seccion .container-inner::first-letter {
        font-size: 3.65324rem;
        line-height: 60px;
    }
}

.page-seccion__header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-seccion__title-content {
    text-align: center;
    position: relative;
}

.page-seccion__title-content .divider__brand {
    margin: 32px auto;
}

.page-seccion__title-content .icon--medium {
    width: 24px;
    height: 24px;
}

.page-seccion__title {
    color: #fff;
    font-size: 1.80203rem;
    line-height: 32px;
    font-family: "Merriweather", sans-serif;
}

@media all and (min-width:576px) {
    .page-seccion__title {
        font-size: 2.02729rem;
        line-height: 52px;
    }
}

@media all and (min-width:768px) {
    .page-seccion__title {
        font-size: 3.65324rem;
        line-height: 60px;
    }
}

.page-basic__header {
    max-height: 450px;
}

.page-basic__header .img {
    max-height: 450px;
    overflow: hidden;
}

.listado-obras-container {
    background: #fff;
    width: 100%;
    height: calc(100vh - 1px);
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 20;
}

.listado-obras-container.visible {
    -webkit-transform: translatey(0);
    transform: translatey(0);
    display: block;
}

.listado-obras-container .close {
    position: absolute;
    top: 25px;
    right: 25px;
}

.listado-obras-container .close .icon {
    width: 32px;
    height: 32px;
    stroke: 1px;
}

.listado-obras {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:991px) {
    .listado-obras {
        display: block;
    }
}

@media (min-width:992px) {
    .listado-obras .listado-obras__item {
        width: 28%;
    }
}

@media (min-width:1025px) {
    .listado-obras .listado-obras__item {
        width: 25%;
    }
}

.section-descubra .descubra-bloque {
    background: #222;
    text-align: center;
    position: relative;
    z-index: 5;
}

@media (max-width:767px) {
    .section-descubra .descubra-bloque {
        width: 250px;
    }
}

@media (min-width:768px) {
    .section-descubra .descubra-bloque {
        width: 500px;
    }
}

@media (min-width:992px) {
    .section-descubra .descubra-bloque {
        width: 640px;
    }
}

.section-descubra .index__title-descubra {
    font-family: "Merriweather", sans-serif;
    font-style: italic;
    color: #fff;
}

.section-descubra p {
    color: #fff;
}

.bloque-texto-scroll {
    position: relative;
}

@media (min-width:992px) {
    .bloque-texto-scroll {
        height: calc(100vh - 90px);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.bloque-texto-scroll__img {
    position: relative;
    width: 100%;
}

@media (min-width:992px) {
    .bloque-texto-scroll__img {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media (max-width:991px) {
    .bloque-texto-scroll__img {
        overflow: hidden;
    }
}

.bloque-texto-scroll__img img {
    width: 100%;
    object-fit: cover;
}

@media (min-width:992px) {
    .bloque-texto-scroll__img img {
        height: 100%;
    }
}

@media (max-width:991px) {
    .bloque-texto-scroll__img img {
        object-fit: contain;
    }
}

.bloque-texto-scroll__biografia {
    height: 300px;
    overflow: hidden;
    position: relative;
    transition: all 1s ease;
}

@media (min-width:992px) {
    .bloque-texto-scroll__biografia {
        max-height: 95%;
        height: auto;
        overflow-y: scroll;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media (min-width:1025px) {
    .bloque-texto-scroll__biografia {
        max-height: 95%;
        height: auto;
        overflow-y: scroll;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.bloque-texto-scroll__biografia::-webkit-scrollbar {
    display: none;
}

@media (max-width:991px) {
    .bloque-texto-scroll__biografia .page__title {
        display: none;
    }
}

.bloque-texto-scroll__btn .more {
    display: block;
}

.bloque-texto-scroll__btn .less {
    display: none;
}

.bloque-texto-scroll__btn.open .more {
    display: none;
}

.bloque-texto-scroll__btn.open .less {
    display: block;
}

.bloque-texto-scroll__btn.open svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bloque-texto-scroll__btn .btn__text {
    cursor: pointer;
    transition: all 0.4s ease;
}

.bloque-texto-scroll__btn .btn__text:hover {
    color: #e3735f;
}

.bloque-texto-scroll__tipo {
    font-size: 1.26562rem;
    line-height: 28px;
    font-weight: bold;
    color: #e3735f;
}

.bloque-texto-scroll__data {
    font-size: 1.26562rem;
    line-height: 28px;
    font-weight: bold;
}

.bloque-texto-scroll__texto {
    padding-bottom: 100px;
}

.bloque-texto-scroll__shadow {
    right: 0;
    bottom: 0;
    width: 50%;
    position: fixed;
}

@media (max-width:991px) {
    .bloque-texto-scroll__shadow {
        width: 100%;
        position: absolute;
    }
}

.bloque-texto-scroll__btn {
    z-index: 3;
    position: relative;
}

@media (max-width:991px) {
    .bloque-texto-scroll__btn {
        border-bottom: 1px solid #ededed;
    }
}

.academico-relacionado {
    width: 192px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width:767px) {
    .academico-relacionado {
        width: 100%;
    }
}

.bloque-texto-scroll-relacionados .vista {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:767px) {
    .bloque-texto-scroll-relacionados .vista {
        display: block;
    }
}

@media (min-width:768px) {
    .bloque-texto-scroll-relacionados .vista {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width:992px) {
    .bloque-texto-scroll-relacionados .vista {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
}

.academico-relacionado__title {
    font-size: 0.79012rem;
    line-height: 16px;
    font-weight: 100;
    letter-spacing: 1.4px;
    color: #666;
    text-align: center;
}

.academico-relacionado__title span {
    text-transform: uppercase;
}

.academico-navigation__img img {
    width: 100%;
    height: auto;
}

.academico-relacionado__name {
    font-size: 1.26562rem;
    line-height: 24px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
}

@media all and (min-width:576px) {
    .academico-relacionado__name {
        font-size: 1.42383rem;
        line-height: 32px;
    }
}

@media all and (min-width:768px) {
    .academico-relacionado__name {
        font-size: 1.60181rem;
        line-height: 32px;
    }
}

.academico-item {
    width: 100%;
}

.academico-item__title {
    font-size: 0.79012rem;
    line-height: 16px;
    font-weight: 100;
    letter-spacing: 1.4px;
    color: #666;
    text-align: center;
}

.academico-item__title span {
    text-transform: uppercase;
}

.academico-item__img img {
    width: 100%;
    height: auto;
}

.academico-item__name {
    font-size: 1.26562rem;
    line-height: 24px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
}

@media all and (min-width:576px) {
    .academico-item__name {
        font-size: 1.42383rem;
        line-height: 32px;
    }
}

@media all and (min-width:768px) {
    .academico-item__name {
        font-size: 1.60181rem;
        line-height: 32px;
    }
}

.logged-in {
    padding-top: 96px !important;
}

.logged-in .overlay-iframe {
    display: none;
}

body {
    line-height: 1.3;
    margin: 0 auto;
    padding: 10% 5% 50%;
    max-width: 42em;
    font-size: 1em;
}

h1 {
    font-size: 3.71293em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h1 {
        font-size: calc(3.71293em + 6.77283 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h1 {
        font-size: 10.48576em;
    }
}

h2 {
    font-size: 2.8561em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h2 {
        font-size: calc(2.8561em + 3.6975 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h2 {
        font-size: 6.5536em;
    }
}

h3 {
    font-size: 2.197em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h3 {
        font-size: calc(2.197em + 1.899 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h3 {
        font-size: 4.096em;
    }
}

h4 {
    font-size: 1.69em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h4 {
        font-size: calc(1.69em + 0.87 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h4 {
        font-size: 2.56em;
    }
}

h5 {
    font-size: 1.3em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h5 {
        font-size: calc(1.3em + 0.3 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h5 {
        font-size: 1.6em;
    }
}

h6 {
    font-size: 1em;
    line-height: 1;
}

@media (min-width:20em) and (max-width:60em) {
    h6 {
        font-size: calc(1em + 0 * ((100vw - 20em) / 40));
    }
}

@media (min-width:60em) {
    h6 {
        font-size: 1em;
    }
}

.m-0,
.bloque-letra {
    margin: 0 !important;
}

.mt-0,
.block-tabs ul li,
.agenda .divider__title,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.recursos-container .menu-list__item .menu-list__item,
.block-tabs ul li,
.diccionarios-form-select .form-item-diccionario-select,
.home-share__social a:last-child,
.mx-0,
.divider__small,
.divider__secundary,
.divider__title--bottom,
.agenda .divider__title,
.bloque-texto h2,
.bloque-texto h3,
.bloque-texto h4,
.bloque-texto h5,
.bloque-academico__texto h2,
.bloque-academico__texto h3,
.bloque-academico__texto h4,
.bloque-academico__texto h5 {
    margin-right: 0 !important;
}

.mb-0,
.carrusel .item__caption> :last-child,
.carrusel .item__intro> :last-child,
.bloque-letra__dato:last-child,
.block-tabs ul li,
.form-exposed form.views-exposed-form .form-item,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0,
.divider__small,
.divider__secundary,
.divider__title--bottom,
.agenda .divider__title,
.bloque-texto h2,
.bloque-texto h3,
.bloque-texto h4,
.bloque-texto h5,
.bloque-academico__texto h2,
.bloque-academico__texto h3,
.bloque-academico__texto h4,
.bloque-academico__texto h5 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.block-prensa .clip,
.addtoany_list .close,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.bloque .bloque-etiqueta,
.addtoany_list .close,
.home-share__social a,
.mx-1,
.sub-footer__social a {
    margin-right: 0.25rem !important;
}

.mb-1,
.bloque-letra__dato,
.block-news__media,
.nodetype--obra .tab-content ul li,
.form-exposed .form-item,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.diccionarios-form .form-composite .form-item label,
.mx-1,
.sub-footer__social a {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.academico-item__data,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.block-prensa .clip,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.antetitulo,
.bloque__title-small,
.bloque-brand h3,
.recursos-container .menu-list__item .menu-list__item,
.bloque-brand__text h4,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.bloque-card__link svg,
.number-date--variante,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 0.75rem !important;
}

.mt-3,
.pre-footer__title,
.form-type-one .form-row,
.form-type-one .webform-element-description,
.my-3,
.header-menu .menu-list.main .menu-list__item ul {
    margin-top: 0.75rem !important;
}

.mr-3,
.lista-descargas__item .icon,
.header-menu .menu-list.main .menu-list__item a,
.academico-relacionado:first-child,
.tabs__link-item,
.agenda-form .views-exposed-form .form-select,
.mx-3,
.title-form-type-one {
    margin-right: 0.75rem !important;
}

.mb-3,
.lista-descargas__item,
.listado-item__container .listado-item__img,
.pre-footer .form-item-correo-electronico,
.header-menu .menu-list.main .menu-list__item,
.bloque p,
.bloque ul,
.bloque__title,
.bloque__text,
.academico-relacionado__title,
.academico-navigation__img,
.academico-item__title,
.academico-item__img,
.block-news__data,
.block-prensa__data,
.block-news__title,
.block-prensa__title,
#edit-diccionario .form-item,
#edit-diccionario .form-type-radio,
#edit-diccionario--2 .form-item,
#edit-diccionario--2 .form-type-radio,
.accordion__title,
.accordion--variante__content--text li,
.my-3,
.header-menu .menu-list.main .menu-list__item ul {
    margin-bottom: 0.75rem !important;
}

.ml-3,
.header-menu .menu-list.main .menu-list__item ul,
.mx-3,
.title-form-type-one {
    margin-left: 0.75rem !important;
}

.m-4 {
    margin: 1rem !important;
}

.mt-4,
.divider__secundary,
.divider__title--bottom,
.footer-list,
.bloque-brand__text h4,
.my-4,
.divider__small {
    margin-top: 1rem !important;
}

.mr-4,
.footer-list .footer-list__item,
.listado-obras .listado-obras__item,
.mx-4,
.sub-footer__link a {
    margin-right: 1rem !important;
}

.mb-4,
.news-title,
.news__title,
.title,
.carrusel .item__tag,
.carrusel .item__intro,
.listado__container .vista .listado-item__container .item__image,
.divider__title,
.bloque-director .bloque-director__actual,
.bloque-scroll__tipo,
.bloque-scroll__data,
.block-evento__img,
.block-news__img,
.cita,
.filter-form .form-item,
.tab-content-text p,
.addtoany_list,
.agenda-form .views-exposed-form .form-select,
.agenda .divider__title,
.accordion,
.accordion.open .accordion__content--title,
.accordion.open .botonera,
.bloque-text p,
.bloque-texto p,
.bloque-academico__texto p,
.page-seccion p,
.section-descubra .index__title-descubra,
.bloque-texto-scroll__tipo,
.bloque-texto-scroll__data,
.form-type-one [class^='col-'],
.form-exposed-checks form.views-exposed-form .form-item,
.my-4,
.divider__small {
    margin-bottom: 1rem !important;
}

.ml-4,
.bloque-letra__cargo,
.nodetype--obra .tab-content ul,
.mx-4,
.sub-footer__link a {
    margin-left: 1rem !important;
}

.m-5 {
    margin: 1.5rem !important;
}

.mt-5,
.divider__big,
.bloque-card__link,
.diccionarios-form .logo,
.bloque-texto__btn,
.bloque-texto-scroll__btn,
.my-5,
.bloque-texto h2,
.bloque-texto h3,
.bloque-texto h4,
.bloque-texto h5,
.bloque-academico__texto h2,
.bloque-academico__texto h3,
.bloque-academico__texto h4,
.bloque-academico__texto h5 {
    margin-top: 1.5rem !important;
}

.mr-5,
.block-prensa__img,
.block-tabs ul li,
.detalle-titulo-site,
.mx-5 {
    margin-right: 1.5rem !important;
}

.mb-5,
.listado-item__container,
.pre-footer__title,
#main .menu-list li,
.academico-relacionado,
.block-prensa__title,
.galeria-carrusel__item img,
.cita__text,
.search-full-container .search__title,
.tabs__link,
.alias--user-login .block-page-title-block h1,
.path--user .block-page-title-block h1,
.user-login-form .form-item,
.user-pass .form-item,
.destacado-full,
.agenda-share .section__title,
.home-portal,
.accordion.open .accordion__content,
.accordion.open .accordion__content--img,
.accordion__content--img,
.bloque-texto__btn,
.bloque-texto-scroll__btn,
.my-5,
.bloque-texto h2,
.bloque-texto h3,
.bloque-texto h4,
.bloque-texto h5,
.bloque-academico__texto h2,
.bloque-academico__texto h3,
.bloque-academico__texto h4,
.bloque-academico__texto h5 {
    margin-bottom: 1.5rem !important;
}

.ml-5,
.accordion.open .number-date,
.mx-5 {
    margin-left: 1.5rem !important;
}

.m-6 {
    margin: 2rem !important;
}

.mt-6,
.my-6,
.divider,
.bloque-director .bloque-director__cita .blockquote,
.cita .icon {
    margin-top: 2rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 2rem !important;
}

.mb-6,
.index__title,
.listado__container .vista .listado-item__container,
.divider__brand,
.divider__secundary,
.sub-footer__social,
.sub-footer__link,
.bloque,
.bloque-card,
.academico-item,
.blockquote .icon,
.search-full-container .diccionarios-container__title,
.search-full-container .dudas-container__title,
.dle-full-container .diccionarios-container__title,
.dle-full-container .dudas-container__title,
.menu-adicional-container .diccionarios-container__title,
.menu-adicional-container .dudas-container__title,
.recursos-container .menu-list__item,
.search-full-container .header__logo,
.bloque-recursos,
.my-6,
.divider,
.bloque-director .bloque-director__cita .blockquote,
.cita .icon {
    margin-bottom: 2rem !important;
}

.ml-6,
.header__logo .page-pre-title,
.mx-6 {
    margin-left: 2rem !important;
}

.m-7 {
    margin: 3rem !important;
}

.mt-7,
.my-7,
.listado-obras {
    margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 3rem !important;
}

.mb-7,
.section__title,
.section__title.section__title__less,
.divider__big,
#main .menu-list,
.section-more .block-news,
.form-exposed-checks form.views-exposed-form,
.my-7,
.listado-obras {
    margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 3rem !important;
}

.m-8 {
    margin: 4rem !important;
}

.mt-8,
.recursos-container,
.agenda .views-exposed-form,
.my-8 {
    margin-top: 4rem !important;
}

.mr-8,
.tab-content-intro .img,
.mx-8 {
    margin-right: 4rem !important;
}

.mb-8,
.pre-footer,
.bloque-director,
.cita-palabra,
.portadilla-intro__text,
.tab-content-intro,
.agenda-form .views-exposed-form,
.title-form-type-one,
.my-8 {
    margin-bottom: 4rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 4rem !important;
}

.m-9 {
    margin: 6rem !important;
}

.mt-9,
.my-9 {
    margin-top: 6rem !important;
}

.mr-9,
.mx-9 {
    margin-right: 6rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 6rem !important;
}

.ml-9,
.mx-9 {
    margin-left: 6rem !important;
}

.m-10 {
    margin: 8rem !important;
}

.mt-10,
.my-10 {
    margin-top: 8rem !important;
}

.mr-10,
.bloque-director .bloque-director__cita .blockquote,
.bloque-diccionarios,
.mx-10 {
    margin-right: 8rem !important;
}

.mb-10,
.my-10 {
    margin-bottom: 8rem !important;
}

.ml-10,
.mx-10 {
    margin-left: 8rem !important;
}

.m-11 {
    margin: 12rem !important;
}

.mt-11,
.my-11 {
    margin-top: 12rem !important;
}

.mr-11,
.mx-11 {
    margin-right: 12rem !important;
}

.mb-11,
.my-11 {
    margin-bottom: 12rem !important;
}

.ml-11,
.mx-11 {
    margin-left: 12rem !important;
}

.m-12 {
    margin: 16rem !important;
}

.mt-12,
.my-12 {
    margin-top: 16rem !important;
}

.mr-12,
.mx-12 {
    margin-right: 16rem !important;
}

.mb-12,
.my-12 {
    margin-bottom: 16rem !important;
}

.ml-12,
.mx-12 {
    margin-left: 16rem !important;
}

.p-0,
.header-menu .menu-list.main .menu-list__item ul .menu-list__item,
.bloque-obra {
    padding: 0 !important;
}

.pt-0,
.block-tabs ul,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0,
.block-tabs ul {
    padding-right: 0 !important;
}

.pb-0,
.section-obra .bloque-scroll__body,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0,
.block-tabs ul {
    padding-left: 0 !important;
}

.p-1,
.pre-footer .form-item-correo-electronico,
.user-login-form .form-item input,
.user-pass .form-item input {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1,
.select2.select2-container .select2-selection .select2-selection__rendered {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.nodetype--obra .tab-content ul li,
.px-1,
.select2.select2-container .select2-selection .select2-selection__rendered {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.form-exposed-checks .form-checkboxes,
.py-2,
.header__logo .img,
.bloque .bloque-etiqueta p,
.block-evento__data p,
.form-type-one input,
.form-type-one textarea,
.form-type-one .form-text,
.form-type-one .form-email,
.form-type-one select,
.form-exposed .form-text {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2,
.header__logo .img,
.bloque .bloque-etiqueta {
    padding-right: 0.5rem !important;
}

.pb-2,
.form-type-one label,
.py-2,
.header__logo .img,
.bloque .bloque-etiqueta p,
.block-evento__data p,
.form-type-one input,
.form-type-one textarea,
.form-type-one .form-text,
.form-type-one .form-email,
.form-type-one select,
.form-exposed .form-text {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.number-date--variante,
.px-2,
.header__logo .img,
.bloque .bloque-etiqueta {
    padding-left: 0.5rem !important;
}

.p-3,
.tippy-tooltip.rae-theme,
.logged-in .block-tabs a,
.pie-img,
figcaption,
.form-exposed .form-actions {
    padding: 0.75rem !important;
}

.pt-3,
.py-3,
.btn-line,
.btn-line-slim,
.pre-footer .form-item-correo-electronico input,
.form-item__input,
.form-item__select select,
.form-select,
.form-text,
.form-search,
.select2.select2-container .select2-selection .select2-selection__rendered,
.form-filtros .form-actions .button,
.form-type-one input.form-submit {
    padding-top: 0.75rem !important;
}

.pr-3,
.px-3,
.pre-footer .form-item-correo-electronico input,
.bloque,
.block-evento__data p,
.bloque-texto-scroll-relacionados .vista {
    padding-right: 0.75rem !important;
}

.pb-3,
.py-3,
.btn-line,
.btn-line-slim,
.pre-footer .form-item-correo-electronico input,
.form-item__input,
.form-item__select select,
.form-select,
.form-text,
.form-search,
.select2.select2-container .select2-selection .select2-selection__rendered,
.form-filtros .form-actions .button,
.form-type-one input.form-submit {
    padding-bottom: 0.75rem !important;
}

.pl-3,
.form-exposed .form-text,
.px-3,
.pre-footer .form-item-correo-electronico input,
.bloque,
.block-evento__data p,
.bloque-texto-scroll-relacionados .vista {
    padding-left: 0.75rem !important;
}

.p-4,
.bloque-scroll__body,
.user-login-form .button,
.user-pass .button,
.listado-obras-container,
.section-descubra .descubra-bloque,
.bloque-texto-scroll__biografia {
    padding: 1rem !important;
}

.pt-4,
.portadilla-intro,
.section-diccionarios,
.py-4,
.pre-footer .form-actions input,
.bloque {
    padding-top: 1rem !important;
}

.pr-4,
.px-4,
.page__title,
.header-menu .search-block .menu-list__item,
.contenedor-full,
.form-filtros .form-actions .button,
.form-type-one input,
.form-type-one textarea,
.form-type-one .form-text,
.form-type-one .form-email,
.form-type-one select {
    padding-right: 1rem !important;
}

.pb-4,
.bloque-brand h3,
.py-4,
.pre-footer .form-actions input,
.bloque {
    padding-bottom: 1rem !important;
}

.pl-4,
.bloque--seconduary ul,
.bloque-brand ul,
.px-4,
.page__title,
.header-menu .search-block .menu-list__item,
.contenedor-full,
.form-filtros .form-actions .button,
.form-type-one input,
.form-type-one textarea,
.form-type-one .form-text,
.form-type-one .form-email,
.form-type-one select {
    padding-left: 1rem !important;
}

.p-5,
.bloque-academicos,
.logged-in .block-tabs,
.bloque-texto-scrolls {
    padding: 1.5rem !important;
}

.pt-5,
.section-obra .bloque-scroll__body,
.cita-palabra,
.recursos-container,
.accordion--variante__content--text ul,
.py-5 {
    padding-top: 1.5rem !important;
}

.pr-5,
.px-5,
.bloque-destacado .bloque-destacado__body,
.bloque-academico-relacionados .vista {
    padding-right: 1.5rem !important;
}

.pb-5,
.bloque-directivo,
.block-tabs ul,
.bloque-texto__btn,
.bloque-texto-scroll__btn,
.title-form-type-one,
.py-5 {
    padding-bottom: 1.5rem !important;
}

.pl-5,
.px-5,
.bloque-destacado .bloque-destacado__body,
.bloque-academico-relacionados .vista {
    padding-left: 1.5rem !important;
}

.p-6,
.bloque-card__body,
.bloque-cita,
.form-filtros {
    padding: 2rem !important;
}

.pt-6,
.bloque-directivo,
.form-type-one .form-actions,
.py-6,
.sub-footer__social,
.bloque-destacado .bloque-destacado__body,
.bloque-direccion__link,
.section-site,
.sliding-popup-bottom {
    padding-top: 2rem !important;
}

.pr-6,
.bloque-direccion__link,
.px-6,
.header__logo .page-pre-title,
.section--parallax__content {
    padding-right: 2rem !important;
}

.pb-6,
.contenedor-full,
.diccionarios-form,
.nodetype--obra .tab-content,
.py-6,
.sub-footer__social,
.bloque-destacado .bloque-destacado__body,
.bloque-direccion__link,
.section-site,
.sliding-popup-bottom {
    padding-bottom: 2rem !important;
}

.pl-6,
.px-6,
.header__logo .page-pre-title,
.section--parallax__content {
    padding-left: 2rem !important;
}

.p-7 {
    padding: 3rem !important;
}

.pt-7,
.contenedor-full .dudas-container,
.contenedor-full .diccionarios-container,
.py-7 {
    padding-top: 3rem !important;
}

.pr-7,
.px-7,
.btn-line,
.btn-line-slim,
.pre-footer .form-actions input {
    padding-right: 3rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 3rem !important;
}

.pl-7,
.bloque-direccion__link,
.px-7,
.btn-line,
.btn-line-slim,
.pre-footer .form-actions input {
    padding-left: 3rem !important;
}

.p-8 {
    padding: 4rem !important;
}

.pt-8,
.pre-footer,
.blockquote,
.tabs__link,
.py-8,
.alias--user-login #content-area,
.path--user #content-area {
    padding-top: 4rem !important;
}

.pr-8,
.px-8,
.form-type-one input.form-submit {
    padding-right: 4rem !important;
}

.pb-8,
.sub-footer,
.py-8,
.alias--user-login #content-area,
.path--user #content-area {
    padding-bottom: 4rem !important;
}

.pl-8,
.px-8,
.form-type-one input.form-submit {
    padding-left: 4rem !important;
}

.p-9 {
    padding: 6rem !important;
}

.pt-9,
.py-9 {
    padding-top: 6rem !important;
}

.pr-9,
.px-9 {
    padding-right: 6rem !important;
}

.pb-9,
.py-9 {
    padding-bottom: 6rem !important;
}

.pl-9,
.px-9 {
    padding-left: 6rem !important;
}

.p-10 {
    padding: 8rem !important;
}

.pt-10,
.header-menu .menu-list,
.py-10,
.error-content {
    padding-top: 8rem !important;
}

.pr-10,
.px-10 {
    padding-right: 8rem !important;
}

.pb-10,
.py-10,
.error-content {
    padding-bottom: 8rem !important;
}

.pl-10,
.px-10 {
    padding-left: 8rem !important;
}

.p-11 {
    padding: 12rem !important;
}

.pt-11,
.py-11,
.section-descubra {
    padding-top: 12rem !important;
}

.pr-11,
.px-11 {
    padding-right: 12rem !important;
}

.pb-11,
.py-11,
.section-descubra {
    padding-bottom: 12rem !important;
}

.pl-11,
.px-11 {
    padding-left: 12rem !important;
}

.p-12 {
    padding: 16rem !important;
}

.pt-12,
.py-12 {
    padding-top: 16rem !important;
}

.pr-12,
.px-12 {
    padding-right: 16rem !important;
}

.pb-12,
.py-12 {
    padding-bottom: 16rem !important;
}

.pl-12,
.px-12 {
    padding-left: 16rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -0.75rem !important;
}

.m-n4 {
    margin: -1rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1rem !important;
}

.m-n5 {
    margin: -1.5rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -1.5rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -1.5rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -1.5rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -1.5rem !important;
}

.m-n6 {
    margin: -2rem !important;
}

.mt-n6,
.my-n6 {
    margin-top: -2rem !important;
}

.mr-n6,
.mx-n6 {
    margin-right: -2rem !important;
}

.mb-n6,
.my-n6 {
    margin-bottom: -2rem !important;
}

.ml-n6,
.mx-n6 {
    margin-left: -2rem !important;
}

.m-n7 {
    margin: -3rem !important;
}

.mt-n7,
.my-n7 {
    margin-top: -3rem !important;
}

.mr-n7,
.mx-n7 {
    margin-right: -3rem !important;
}

.mb-n7,
.my-n7 {
    margin-bottom: -3rem !important;
}

.ml-n7,
.mx-n7 {
    margin-left: -3rem !important;
}

.m-n8 {
    margin: -4rem !important;
}

.mt-n8,
.my-n8 {
    margin-top: -4rem !important;
}

.mr-n8,
.mx-n8 {
    margin-right: -4rem !important;
}

.mb-n8,
.my-n8 {
    margin-bottom: -4rem !important;
}

.ml-n8,
.mx-n8 {
    margin-left: -4rem !important;
}

.m-n9 {
    margin: -6rem !important;
}

.mt-n9,
.my-n9 {
    margin-top: -6rem !important;
}

.mr-n9,
.mx-n9 {
    margin-right: -6rem !important;
}

.mb-n9,
.my-n9 {
    margin-bottom: -6rem !important;
}

.ml-n9,
.mx-n9 {
    margin-left: -6rem !important;
}

.m-n10 {
    margin: -8rem !important;
}

.mt-n10,
.my-n10 {
    margin-top: -8rem !important;
}

.mr-n10,
.mx-n10 {
    margin-right: -8rem !important;
}

.mb-n10,
.my-n10 {
    margin-bottom: -8rem !important;
}

.ml-n10,
.mx-n10 {
    margin-left: -8rem !important;
}

.m-n11 {
    margin: -12rem !important;
}

.mt-n11,
.my-n11 {
    margin-top: -12rem !important;
}

.mr-n11,
.mx-n11 {
    margin-right: -12rem !important;
}

.mb-n11,
.my-n11 {
    margin-bottom: -12rem !important;
}

.ml-n11,
.mx-n11 {
    margin-left: -12rem !important;
}

.m-n12 {
    margin: -16rem !important;
}

.mt-n12,
.my-n12 {
    margin-top: -16rem !important;
}

.mr-n12,
.mx-n12 {
    margin-right: -16rem !important;
}

.mb-n12,
.my-n12 {
    margin-bottom: -16rem !important;
}

.ml-n12,
.mx-n12 {
    margin-left: -16rem !important;
}

.m-auto,
.section-descubra .descubra-bloque {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto,
.divider__big,
.divider__title,
.galeria-carrusel,
.galeria-carrusel__item,
.flickr-wrapper,
.cita,
.portadilla-intro__text {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto,
.divider__big,
.divider__title,
.galeria-carrusel,
.galeria-carrusel__item,
.flickr-wrapper,
.cita,
.portadilla-intro__text {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .academico-relacionado:first-child,
    .form-exposed form.views-exposed-form .form-item,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .pre-footer .form-item-correo-electronico,
    #main .menu-list,
    .bloque-director .bloque-director__actual,
    .academico-relacionado,
    .diccionarios-form-select .form-item-diccionario-select,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .bloque-letra__fecha,
    .bloque-letra__cargo,
    .blockquote,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .pre-footer .form-item-correo-electronico,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 0.75rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 0.75rem !important;
    }

    .mr-sm-3,
    .mx-sm-3,
    .sub-footer__social a,
    .academico-relacionado {
        margin-right: 0.75rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 0.75rem !important;
    }

    .ml-sm-3,
    .mx-sm-3,
    .sub-footer__social a,
    .academico-relacionado {
        margin-left: 0.75rem !important;
    }

    .m-sm-4 {
        margin: 1rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1rem !important;
    }

    .mr-sm-4,
    .filter-form .form-item,
    .form-exposed .form-item,
    .form-exposed-checks form.views-exposed-form .form-item,
    .mx-sm-4 {
        margin-right: 1rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1rem !important;
    }

    .m-sm-5 {
        margin: 1.5rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-5,
    .bloque__title,
    .bloque-letra__dato,
    .my-sm-5 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 1.5rem !important;
    }

    .m-sm-6 {
        margin: 2rem !important;
    }

    .mt-sm-6,
    .divider__big,
    .my-sm-6,
    .divider__brand,
    .blockquote {
        margin-top: 2rem !important;
    }

    .mr-sm-6,
    .diccionarios-form-select .fieldset-wrapper,
    .diccionarios-form-select .form-item-diccionario-select,
    .mx-sm-6 {
        margin-right: 2rem !important;
    }

    .mb-sm-6,
    .my-sm-6,
    .divider__brand,
    .blockquote {
        margin-bottom: 2rem !important;
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 2rem !important;
    }

    .m-sm-7 {
        margin: 3rem !important;
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 3rem !important;
    }

    .mr-sm-7,
    .blockquote,
    .mx-sm-7 {
        margin-right: 3rem !important;
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 3rem !important;
    }

    .m-sm-8 {
        margin: 4rem !important;
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 4rem !important;
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 4rem !important;
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 4rem !important;
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 4rem !important;
    }

    .m-sm-9 {
        margin: 6rem !important;
    }

    .mt-sm-9,
    .my-sm-9 {
        margin-top: 6rem !important;
    }

    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 6rem !important;
    }

    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 6rem !important;
    }

    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 6rem !important;
    }

    .m-sm-10 {
        margin: 8rem !important;
    }

    .mt-sm-10,
    .my-sm-10 {
        margin-top: 8rem !important;
    }

    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 8rem !important;
    }

    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 8rem !important;
    }

    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 8rem !important;
    }

    .m-sm-11 {
        margin: 12rem !important;
    }

    .mt-sm-11,
    .my-sm-11 {
        margin-top: 12rem !important;
    }

    .mr-sm-11,
    .mx-sm-11 {
        margin-right: 12rem !important;
    }

    .mb-sm-11,
    .search-full-container .header__logo,
    .my-sm-11 {
        margin-bottom: 12rem !important;
    }

    .ml-sm-11,
    .mx-sm-11 {
        margin-left: 12rem !important;
    }

    .m-sm-12 {
        margin: 16rem !important;
    }

    .mt-sm-12,
    .my-sm-12 {
        margin-top: 16rem !important;
    }

    .mr-sm-12,
    .mx-sm-12 {
        margin-right: 16rem !important;
    }

    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: 16rem !important;
    }

    .ml-sm-12,
    .mx-sm-12 {
        margin-left: 16rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0,
    .bloque-academico-relacionados .vista,
    .bloque-texto-scroll-relacionados .vista {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0,
    .bloque-academico-relacionados .vista,
    .bloque-texto-scroll-relacionados .vista {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 0.75rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 0.75rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 0.75rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 0.75rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 0.75rem !important;
    }

    .p-sm-4 {
        padding: 1rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1rem !important;
    }

    .p-sm-5 {
        padding: 1.5rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 1.5rem !important;
    }

    .p-sm-6 {
        padding: 2rem !important;
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2rem !important;
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 2rem !important;
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2rem !important;
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 2rem !important;
    }

    .p-sm-7 {
        padding: 3rem !important;
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 3rem !important;
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 3rem !important;
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 3rem !important;
    }

    .p-sm-8 {
        padding: 4rem !important;
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 4rem !important;
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 4rem !important;
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 4rem !important;
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 4rem !important;
    }

    .p-sm-9 {
        padding: 6rem !important;
    }

    .pt-sm-9,
    .py-sm-9 {
        padding-top: 6rem !important;
    }

    .pr-sm-9,
    .px-sm-9 {
        padding-right: 6rem !important;
    }

    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 6rem !important;
    }

    .pl-sm-9,
    .px-sm-9 {
        padding-left: 6rem !important;
    }

    .p-sm-10 {
        padding: 8rem !important;
    }

    .pt-sm-10,
    .bloque-directivo,
    .py-sm-10 {
        padding-top: 8rem !important;
    }

    .pr-sm-10,
    .px-sm-10,
    .section--parallax__content {
        padding-right: 8rem !important;
    }

    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 8rem !important;
    }

    .pl-sm-10,
    .px-sm-10,
    .section--parallax__content {
        padding-left: 8rem !important;
    }

    .p-sm-11 {
        padding: 12rem !important;
    }

    .pt-sm-11,
    .py-sm-11 {
        padding-top: 12rem !important;
    }

    .pr-sm-11,
    .px-sm-11 {
        padding-right: 12rem !important;
    }

    .pb-sm-11,
    .py-sm-11 {
        padding-bottom: 12rem !important;
    }

    .pl-sm-11,
    .px-sm-11 {
        padding-left: 12rem !important;
    }

    .p-sm-12 {
        padding: 16rem !important;
    }

    .pt-sm-12,
    .py-sm-12 {
        padding-top: 16rem !important;
    }

    .pr-sm-12,
    .px-sm-12 {
        padding-right: 16rem !important;
    }

    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: 16rem !important;
    }

    .pl-sm-12,
    .px-sm-12 {
        padding-left: 16rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -0.75rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -0.75rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -0.75rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -0.75rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -0.75rem !important;
    }

    .m-sm-n4 {
        margin: -1rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1rem !important;
    }

    .m-sm-n5 {
        margin: -1.5rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n6 {
        margin: -2rem !important;
    }

    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -2rem !important;
    }

    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -2rem !important;
    }

    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -2rem !important;
    }

    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -2rem !important;
    }

    .m-sm-n7 {
        margin: -3rem !important;
    }

    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -3rem !important;
    }

    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -3rem !important;
    }

    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -3rem !important;
    }

    .m-sm-n8 {
        margin: -4rem !important;
    }

    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -4rem !important;
    }

    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -4rem !important;
    }

    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -4rem !important;
    }

    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -4rem !important;
    }

    .m-sm-n9 {
        margin: -6rem !important;
    }

    .mt-sm-n9,
    .my-sm-n9 {
        margin-top: -6rem !important;
    }

    .mr-sm-n9,
    .mx-sm-n9 {
        margin-right: -6rem !important;
    }

    .mb-sm-n9,
    .my-sm-n9 {
        margin-bottom: -6rem !important;
    }

    .ml-sm-n9,
    .mx-sm-n9 {
        margin-left: -6rem !important;
    }

    .m-sm-n10 {
        margin: -8rem !important;
    }

    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -8rem !important;
    }

    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -8rem !important;
    }

    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -8rem !important;
    }

    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -8rem !important;
    }

    .m-sm-n11 {
        margin: -12rem !important;
    }

    .mt-sm-n11,
    .my-sm-n11 {
        margin-top: -12rem !important;
    }

    .mr-sm-n11,
    .mx-sm-n11 {
        margin-right: -12rem !important;
    }

    .mb-sm-n11,
    .my-sm-n11 {
        margin-bottom: -12rem !important;
    }

    .ml-sm-n11,
    .mx-sm-n11 {
        margin-left: -12rem !important;
    }

    .m-sm-n12 {
        margin: -16rem !important;
    }

    .mt-sm-n12,
    .my-sm-n12 {
        margin-top: -16rem !important;
    }

    .mr-sm-n12,
    .mx-sm-n12 {
        margin-right: -16rem !important;
    }

    .mb-sm-n12,
    .my-sm-n12 {
        margin-bottom: -16rem !important;
    }

    .ml-sm-n12,
    .mx-sm-n12 {
        margin-left: -16rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .bloque-card,
    .section-more .block-news,
    .filter-form .form-item,
    .destacado-full,
    .agenda-form .views-exposed-form .form-select,
    .accordion.open .accordion__content--img,
    .accordion__content--img,
    .form-exposed .form-item,
    .form-exposed form.views-exposed-form .form-item,
    .form-exposed-checks form.views-exposed-form .form-item,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 0.75rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 0.75rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 0.75rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 0.75rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 0.75rem !important;
    }

    .m-md-4 {
        margin: 1rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1rem !important;
    }

    .mr-md-4,
    .agenda-form .views-exposed-form .form-select,
    .mx-md-4 {
        margin-right: 1rem !important;
    }

    .mb-md-4,
    .block-news__title,
    .block-prensa__title,
    .my-md-4 {
        margin-bottom: 1rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1rem !important;
    }

    .m-md-5 {
        margin: 1.5rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 1.5rem !important;
    }

    .mr-md-5,
    .listado-obras .listado-obras__item,
    .mx-md-5 {
        margin-right: 1.5rem !important;
    }

    .mb-md-5,
    .form-exposed form.views-exposed-form,
    .my-md-5 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 1.5rem !important;
    }

    .m-md-6 {
        margin: 2rem !important;
    }

    .mt-md-6,
    .my-md-6,
    .divider__secundary {
        margin-top: 2rem !important;
    }

    .mr-md-6,
    .tabs__link-item,
    .mx-md-6 {
        margin-right: 2rem !important;
    }

    .mb-md-6,
    .my-md-6,
    .divider__secundary {
        margin-bottom: 2rem !important;
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 2rem !important;
    }

    .m-md-7 {
        margin: 3rem !important;
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 3rem !important;
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 3rem !important;
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 3rem !important;
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 3rem !important;
    }

    .m-md-8 {
        margin: 4rem !important;
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 4rem !important;
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 4rem !important;
    }

    .mb-md-8,
    .tabs__link,
    .my-md-8 {
        margin-bottom: 4rem !important;
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 4rem !important;
    }

    .m-md-9 {
        margin: 6rem !important;
    }

    .mt-md-9,
    .my-md-9 {
        margin-top: 6rem !important;
    }

    .mr-md-9,
    .mx-md-9 {
        margin-right: 6rem !important;
    }

    .mb-md-9,
    .section__title,
    .my-md-9 {
        margin-bottom: 6rem !important;
    }

    .ml-md-9,
    .mx-md-9 {
        margin-left: 6rem !important;
    }

    .m-md-10 {
        margin: 8rem !important;
    }

    .mt-md-10,
    .my-md-10 {
        margin-top: 8rem !important;
    }

    .mr-md-10,
    .mx-md-10 {
        margin-right: 8rem !important;
    }

    .mb-md-10,
    .my-md-10 {
        margin-bottom: 8rem !important;
    }

    .ml-md-10,
    .mx-md-10 {
        margin-left: 8rem !important;
    }

    .m-md-11 {
        margin: 12rem !important;
    }

    .mt-md-11,
    .my-md-11 {
        margin-top: 12rem !important;
    }

    .mr-md-11,
    .mx-md-11 {
        margin-right: 12rem !important;
    }

    .mb-md-11,
    .my-md-11 {
        margin-bottom: 12rem !important;
    }

    .ml-md-11,
    .mx-md-11 {
        margin-left: 12rem !important;
    }

    .m-md-12 {
        margin: 16rem !important;
    }

    .mt-md-12,
    .my-md-12 {
        margin-top: 16rem !important;
    }

    .mr-md-12,
    .mx-md-12 {
        margin-right: 16rem !important;
    }

    .mb-md-12,
    .my-md-12 {
        margin-bottom: 16rem !important;
    }

    .ml-md-12,
    .mx-md-12 {
        margin-left: 16rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .portadilla-intro,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0,
    .page__title,
    .header__logo .img,
    .bloque-academicos,
    .bloque-texto-scrolls {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0,
    .page__title,
    .header__logo .img,
    .bloque-academicos,
    .bloque-texto-scrolls {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2,
    .header__logo .img {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2,
    .header__logo .img {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 0.75rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 0.75rem !important;
    }

    .pr-md-3,
    .px-md-3,
    .header,
    .nav-variante {
        padding-right: 0.75rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 0.75rem !important;
    }

    .pl-md-3,
    .px-md-3,
    .header,
    .nav-variante {
        padding-left: 0.75rem !important;
    }

    .p-md-4 {
        padding: 1rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1rem !important;
    }

    .p-md-5,
    .listado-obras-container {
        padding: 1.5rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 1.5rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 1.5rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 1.5rem !important;
    }

    .p-md-6 {
        padding: 2rem !important;
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 2rem !important;
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 2rem !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2rem !important;
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 2rem !important;
    }

    .p-md-7 {
        padding: 3rem !important;
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 3rem !important;
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 3rem !important;
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 3rem !important;
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 3rem !important;
    }

    .p-md-8 {
        padding: 4rem !important;
    }

    .pt-md-8,
    .recursos-container,
    .py-md-8,
    .bloque-academicos,
    .section-descubra .descubra-bloque {
        padding-top: 4rem !important;
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 4rem !important;
    }

    .pb-md-8,
    .py-md-8,
    .bloque-academicos,
    .section-descubra .descubra-bloque {
        padding-bottom: 4rem !important;
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 4rem !important;
    }

    .p-md-9 {
        padding: 6rem !important;
    }

    .pt-md-9,
    .contenedor-full .dudas-container,
    .contenedor-full .diccionarios-container,
    .py-md-9 {
        padding-top: 6rem !important;
    }

    .pr-md-9,
    .px-md-9,
    .section-descubra .descubra-bloque {
        padding-right: 6rem !important;
    }

    .pb-md-9,
    .py-md-9 {
        padding-bottom: 6rem !important;
    }

    .pl-md-9,
    .px-md-9,
    .section-descubra .descubra-bloque {
        padding-left: 6rem !important;
    }

    .p-md-10 {
        padding: 8rem !important;
    }

    .pt-md-10,
    .py-md-10,
    .bloque-texto-scrolls {
        padding-top: 8rem !important;
    }

    .pr-md-10,
    .px-md-10 {
        padding-right: 8rem !important;
    }

    .pb-md-10,
    .py-md-10,
    .bloque-texto-scrolls {
        padding-bottom: 8rem !important;
    }

    .pl-md-10,
    .px-md-10 {
        padding-left: 8rem !important;
    }

    .p-md-11 {
        padding: 12rem !important;
    }

    .pt-md-11,
    .py-md-11 {
        padding-top: 12rem !important;
    }

    .pr-md-11,
    .px-md-11,
    .section--parallax__content {
        padding-right: 12rem !important;
    }

    .pb-md-11,
    .py-md-11 {
        padding-bottom: 12rem !important;
    }

    .pl-md-11,
    .px-md-11,
    .section--parallax__content {
        padding-left: 12rem !important;
    }

    .p-md-12 {
        padding: 16rem !important;
    }

    .pt-md-12,
    .py-md-12 {
        padding-top: 16rem !important;
    }

    .pr-md-12,
    .px-md-12 {
        padding-right: 16rem !important;
    }

    .pb-md-12,
    .py-md-12 {
        padding-bottom: 16rem !important;
    }

    .pl-md-12,
    .px-md-12 {
        padding-left: 16rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -0.75rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -0.75rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -0.75rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -0.75rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -0.75rem !important;
    }

    .m-md-n4 {
        margin: -1rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1rem !important;
    }

    .m-md-n5 {
        margin: -1.5rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -1.5rem !important;
    }

    .m-md-n6 {
        margin: -2rem !important;
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -2rem !important;
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -2rem !important;
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -2rem !important;
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -2rem !important;
    }

    .m-md-n7 {
        margin: -3rem !important;
    }

    .mt-md-n7,
    .my-md-n7 {
        margin-top: -3rem !important;
    }

    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -3rem !important;
    }

    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -3rem !important;
    }

    .m-md-n8 {
        margin: -4rem !important;
    }

    .mt-md-n8,
    .my-md-n8 {
        margin-top: -4rem !important;
    }

    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -4rem !important;
    }

    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -4rem !important;
    }

    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -4rem !important;
    }

    .m-md-n9 {
        margin: -6rem !important;
    }

    .mt-md-n9,
    .my-md-n9 {
        margin-top: -6rem !important;
    }

    .mr-md-n9,
    .mx-md-n9 {
        margin-right: -6rem !important;
    }

    .mb-md-n9,
    .my-md-n9 {
        margin-bottom: -6rem !important;
    }

    .ml-md-n9,
    .mx-md-n9 {
        margin-left: -6rem !important;
    }

    .m-md-n10 {
        margin: -8rem !important;
    }

    .mt-md-n10,
    .my-md-n10 {
        margin-top: -8rem !important;
    }

    .mr-md-n10,
    .mx-md-n10 {
        margin-right: -8rem !important;
    }

    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -8rem !important;
    }

    .ml-md-n10,
    .mx-md-n10 {
        margin-left: -8rem !important;
    }

    .m-md-n11 {
        margin: -12rem !important;
    }

    .mt-md-n11,
    .my-md-n11 {
        margin-top: -12rem !important;
    }

    .mr-md-n11,
    .mx-md-n11 {
        margin-right: -12rem !important;
    }

    .mb-md-n11,
    .my-md-n11 {
        margin-bottom: -12rem !important;
    }

    .ml-md-n11,
    .mx-md-n11 {
        margin-left: -12rem !important;
    }

    .m-md-n12 {
        margin: -16rem !important;
    }

    .mt-md-n12,
    .my-md-n12 {
        margin-top: -16rem !important;
    }

    .mr-md-n12,
    .mx-md-n12 {
        margin-right: -16rem !important;
    }

    .mb-md-n12,
    .my-md-n12 {
        margin-bottom: -16rem !important;
    }

    .ml-md-n12,
    .mx-md-n12 {
        margin-left: -16rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .header-menu .menu-list.main .menu-list__item a,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .home-portal,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .form-type-one [class^='col-'],
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2,
    .title-form-type-one {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2,
    .title-form-type-one {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 0.75rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 0.75rem !important;
    }

    .mr-lg-3,
    .home-share__social a,
    .mx-lg-3 {
        margin-right: 0.75rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 0.75rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 0.75rem !important;
    }

    .m-lg-4 {
        margin: 1rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1rem !important;
    }

    .m-lg-5 {
        margin: 1.5rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-5,
    .accordion--variante__content--text li,
    .my-lg-5 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 1.5rem !important;
    }

    .m-lg-6 {
        margin: 2rem !important;
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2rem !important;
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 2rem !important;
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2rem !important;
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 2rem !important;
    }

    .m-lg-7 {
        margin: 3rem !important;
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 3rem !important;
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 3rem !important;
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 3rem !important;
    }

    .m-lg-8 {
        margin: 4rem !important;
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 4rem !important;
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 4rem !important;
    }

    .mb-lg-8,
    .listado__container .vista .listado-item__container,
    .my-lg-8 {
        margin-bottom: 4rem !important;
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 4rem !important;
    }

    .m-lg-9 {
        margin: 6rem !important;
    }

    .mt-lg-9,
    .my-lg-9 {
        margin-top: 6rem !important;
    }

    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 6rem !important;
    }

    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 6rem !important;
    }

    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 6rem !important;
    }

    .m-lg-10 {
        margin: 8rem !important;
    }

    .mt-lg-10,
    .my-lg-10 {
        margin-top: 8rem !important;
    }

    .mr-lg-10,
    .listado-obras .listado-obras__item,
    .eu-cookie-compliance-message,
    .mx-lg-10 {
        margin-right: 8rem !important;
    }

    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 8rem !important;
    }

    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 8rem !important;
    }

    .m-lg-11 {
        margin: 12rem !important;
    }

    .mt-lg-11,
    .my-lg-11 {
        margin-top: 12rem !important;
    }

    .mr-lg-11,
    .mx-lg-11 {
        margin-right: 12rem !important;
    }

    .mb-lg-11,
    .my-lg-11 {
        margin-bottom: 12rem !important;
    }

    .ml-lg-11,
    .mx-lg-11 {
        margin-left: 12rem !important;
    }

    .m-lg-12 {
        margin: 16rem !important;
    }

    .mt-lg-12,
    .my-lg-12 {
        margin-top: 16rem !important;
    }

    .mr-lg-12,
    .mx-lg-12 {
        margin-right: 16rem !important;
    }

    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: 16rem !important;
    }

    .ml-lg-12,
    .mx-lg-12 {
        margin-left: 16rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .contenedor-full,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2,
    .header-menu .menu-list.main .menu-list__item {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2,
    .header-menu .menu-list.main .menu-list__item {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 0.75rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 0.75rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 0.75rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 0.75rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 0.75rem !important;
    }

    .p-lg-4 {
        padding: 1rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1rem !important;
    }

    .p-lg-5 {
        padding: 1.5rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-5,
    .px-lg-5,
    .header-menu .menu-list {
        padding-right: 1.5rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-5,
    .px-lg-5,
    .header-menu .menu-list {
        padding-left: 1.5rem !important;
    }

    .p-lg-6 {
        padding: 2rem !important;
    }

    .pt-lg-6,
    .py-lg-6,
    .bloque {
        padding-top: 2rem !important;
    }

    .pr-lg-6,
    .px-lg-6,
    .header-menu .search-block .menu-list__item,
    .bloque {
        padding-right: 2rem !important;
    }

    .pb-lg-6,
    .py-lg-6,
    .bloque {
        padding-bottom: 2rem !important;
    }

    .pl-lg-6,
    .px-lg-6,
    .header-menu .search-block .menu-list__item,
    .bloque {
        padding-left: 2rem !important;
    }

    .p-lg-7 {
        padding: 3rem !important;
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 3rem !important;
    }

    .pr-lg-7,
    .px-lg-7,
    .bloque-destacado .bloque-destacado__body {
        padding-right: 3rem !important;
    }

    .pb-lg-7,
    .bloque-destacado .bloque-destacado__body,
    .py-lg-7 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-7,
    .px-lg-7,
    .bloque-destacado .bloque-destacado__body {
        padding-left: 3rem !important;
    }

    .p-lg-8 {
        padding: 4rem !important;
    }

    .pt-lg-8,
    .bloque-destacado .bloque-destacado__body,
    .py-lg-8 {
        padding-top: 4rem !important;
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 4rem !important;
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 4rem !important;
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 4rem !important;
    }

    .p-lg-9,
    .bloque-scroll__body,
    .bloque-texto-scroll__biografia {
        padding: 6rem !important;
    }

    .pt-lg-9,
    .py-lg-9,
    .section-obra .bloque-scroll__body {
        padding-top: 6rem !important;
    }

    .pr-lg-9,
    .section-obra .bloque-scroll__body,
    .px-lg-9,
    .contenedor-full {
        padding-right: 6rem !important;
    }

    .pb-lg-9,
    .py-lg-9,
    .section-obra .bloque-scroll__body {
        padding-bottom: 6rem !important;
    }

    .pl-lg-9,
    .px-lg-9,
    .contenedor-full {
        padding-left: 6rem !important;
    }

    .p-lg-10 {
        padding: 8rem !important;
    }

    .pt-lg-10,
    .py-lg-10 {
        padding-top: 8rem !important;
    }

    .pr-lg-10,
    .px-lg-10 {
        padding-right: 8rem !important;
    }

    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 8rem !important;
    }

    .pl-lg-10,
    .section-obra .bloque-scroll__body,
    .px-lg-10 {
        padding-left: 8rem !important;
    }

    .p-lg-11 {
        padding: 12rem !important;
    }

    .pt-lg-11,
    .py-lg-11 {
        padding-top: 12rem !important;
    }

    .pr-lg-11,
    .px-lg-11 {
        padding-right: 12rem !important;
    }

    .pb-lg-11,
    .py-lg-11 {
        padding-bottom: 12rem !important;
    }

    .pl-lg-11,
    .px-lg-11 {
        padding-left: 12rem !important;
    }

    .p-lg-12 {
        padding: 16rem !important;
    }

    .pt-lg-12,
    .py-lg-12 {
        padding-top: 16rem !important;
    }

    .pr-lg-12,
    .px-lg-12 {
        padding-right: 16rem !important;
    }

    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: 16rem !important;
    }

    .pl-lg-12,
    .px-lg-12 {
        padding-left: 16rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -0.75rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -0.75rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -0.75rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -0.75rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -0.75rem !important;
    }

    .m-lg-n4 {
        margin: -1rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1rem !important;
    }

    .m-lg-n5 {
        margin: -1.5rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n6 {
        margin: -2rem !important;
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -2rem !important;
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -2rem !important;
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -2rem !important;
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -2rem !important;
    }

    .m-lg-n7 {
        margin: -3rem !important;
    }

    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -3rem !important;
    }

    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -3rem !important;
    }

    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -3rem !important;
    }

    .m-lg-n8 {
        margin: -4rem !important;
    }

    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -4rem !important;
    }

    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -4rem !important;
    }

    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -4rem !important;
    }

    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -4rem !important;
    }

    .m-lg-n9 {
        margin: -6rem !important;
    }

    .mt-lg-n9,
    .my-lg-n9 {
        margin-top: -6rem !important;
    }

    .mr-lg-n9,
    .mx-lg-n9 {
        margin-right: -6rem !important;
    }

    .mb-lg-n9,
    .my-lg-n9 {
        margin-bottom: -6rem !important;
    }

    .ml-lg-n9,
    .mx-lg-n9 {
        margin-left: -6rem !important;
    }

    .m-lg-n10 {
        margin: -8rem !important;
    }

    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -8rem !important;
    }

    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -8rem !important;
    }

    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -8rem !important;
    }

    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -8rem !important;
    }

    .m-lg-n11 {
        margin: -12rem !important;
    }

    .mt-lg-n11,
    .my-lg-n11 {
        margin-top: -12rem !important;
    }

    .mr-lg-n11,
    .mx-lg-n11 {
        margin-right: -12rem !important;
    }

    .mb-lg-n11,
    .my-lg-n11 {
        margin-bottom: -12rem !important;
    }

    .ml-lg-n11,
    .mx-lg-n11 {
        margin-left: -12rem !important;
    }

    .m-lg-n12 {
        margin: -16rem !important;
    }

    .mt-lg-n12,
    .my-lg-n12 {
        margin-top: -16rem !important;
    }

    .mr-lg-n12,
    .mx-lg-n12 {
        margin-right: -16rem !important;
    }

    .mb-lg-n12,
    .my-lg-n12 {
        margin-bottom: -16rem !important;
    }

    .ml-lg-n12,
    .mx-lg-n12 {
        margin-left: -16rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1025px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 0.75rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 0.75rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 0.75rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 0.75rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 0.75rem !important;
    }

    .m-xl-4 {
        margin: 1rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1rem !important;
    }

    .m-xl-5 {
        margin: 1.5rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 1.5rem !important;
    }

    .m-xl-6 {
        margin: 2rem !important;
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2rem !important;
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 2rem !important;
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2rem !important;
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 2rem !important;
    }

    .m-xl-7 {
        margin: 3rem !important;
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 3rem !important;
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 3rem !important;
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 3rem !important;
    }

    .m-xl-8 {
        margin: 4rem !important;
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 4rem !important;
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 4rem !important;
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 4rem !important;
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 4rem !important;
    }

    .m-xl-9 {
        margin: 6rem !important;
    }

    .mt-xl-9,
    .my-xl-9 {
        margin-top: 6rem !important;
    }

    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 6rem !important;
    }

    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 6rem !important;
    }

    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 6rem !important;
    }

    .m-xl-10 {
        margin: 8rem !important;
    }

    .mt-xl-10,
    .my-xl-10 {
        margin-top: 8rem !important;
    }

    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 8rem !important;
    }

    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 8rem !important;
    }

    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 8rem !important;
    }

    .m-xl-11 {
        margin: 12rem !important;
    }

    .mt-xl-11,
    .my-xl-11 {
        margin-top: 12rem !important;
    }

    .mr-xl-11,
    .mx-xl-11 {
        margin-right: 12rem !important;
    }

    .mb-xl-11,
    .my-xl-11 {
        margin-bottom: 12rem !important;
    }

    .ml-xl-11,
    .mx-xl-11 {
        margin-left: 12rem !important;
    }

    .m-xl-12 {
        margin: 16rem !important;
    }

    .mt-xl-12,
    .my-xl-12 {
        margin-top: 16rem !important;
    }

    .mr-xl-12,
    .mx-xl-12 {
        margin-right: 16rem !important;
    }

    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: 16rem !important;
    }

    .ml-xl-12,
    .mx-xl-12 {
        margin-left: 16rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 0.75rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 0.75rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 0.75rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 0.75rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 0.75rem !important;
    }

    .p-xl-4 {
        padding: 1rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1rem !important;
    }

    .pr-xl-4,
    .px-xl-4,
    .header-menu .menu-list.main .menu-list__item {
        padding-right: 1rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-4,
    .px-xl-4,
    .header-menu .menu-list.main .menu-list__item {
        padding-left: 1rem !important;
    }

    .p-xl-5 {
        padding: 1.5rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 1.5rem !important;
    }

    .p-xl-6 {
        padding: 2rem !important;
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2rem !important;
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 2rem !important;
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2rem !important;
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 2rem !important;
    }

    .p-xl-7 {
        padding: 3rem !important;
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 3rem !important;
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 3rem !important;
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 3rem !important;
    }

    .p-xl-8 {
        padding: 4rem !important;
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 4rem !important;
    }

    .pr-xl-8,
    .px-xl-8,
    .header,
    .nav-variante {
        padding-right: 4rem !important;
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 4rem !important;
    }

    .pl-xl-8,
    .px-xl-8,
    .header,
    .nav-variante {
        padding-left: 4rem !important;
    }

    .p-xl-9 {
        padding: 6rem !important;
    }

    .pt-xl-9,
    .py-xl-9 {
        padding-top: 6rem !important;
    }

    .pr-xl-9,
    .px-xl-9 {
        padding-right: 6rem !important;
    }

    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 6rem !important;
    }

    .pl-xl-9,
    .px-xl-9 {
        padding-left: 6rem !important;
    }

    .p-xl-10 {
        padding: 8rem !important;
    }

    .pt-xl-10,
    .py-xl-10 {
        padding-top: 8rem !important;
    }

    .pr-xl-10,
    .px-xl-10 {
        padding-right: 8rem !important;
    }

    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 8rem !important;
    }

    .pl-xl-10,
    .px-xl-10 {
        padding-left: 8rem !important;
    }

    .p-xl-11 {
        padding: 12rem !important;
    }

    .pt-xl-11,
    .py-xl-11 {
        padding-top: 12rem !important;
    }

    .pr-xl-11,
    .px-xl-11 {
        padding-right: 12rem !important;
    }

    .pb-xl-11,
    .py-xl-11 {
        padding-bottom: 12rem !important;
    }

    .pl-xl-11,
    .px-xl-11 {
        padding-left: 12rem !important;
    }

    .p-xl-12 {
        padding: 16rem !important;
    }

    .pt-xl-12,
    .py-xl-12 {
        padding-top: 16rem !important;
    }

    .pr-xl-12,
    .px-xl-12 {
        padding-right: 16rem !important;
    }

    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: 16rem !important;
    }

    .pl-xl-12,
    .px-xl-12 {
        padding-left: 16rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -0.75rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -0.75rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -0.75rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -0.75rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -0.75rem !important;
    }

    .m-xl-n4 {
        margin: -1rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1rem !important;
    }

    .m-xl-n5 {
        margin: -1.5rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n6 {
        margin: -2rem !important;
    }

    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -2rem !important;
    }

    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -2rem !important;
    }

    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -2rem !important;
    }

    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -2rem !important;
    }

    .m-xl-n7 {
        margin: -3rem !important;
    }

    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -3rem !important;
    }

    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -3rem !important;
    }

    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -3rem !important;
    }

    .m-xl-n8 {
        margin: -4rem !important;
    }

    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -4rem !important;
    }

    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -4rem !important;
    }

    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -4rem !important;
    }

    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -4rem !important;
    }

    .m-xl-n9 {
        margin: -6rem !important;
    }

    .mt-xl-n9,
    .my-xl-n9 {
        margin-top: -6rem !important;
    }

    .mr-xl-n9,
    .mx-xl-n9 {
        margin-right: -6rem !important;
    }

    .mb-xl-n9,
    .my-xl-n9 {
        margin-bottom: -6rem !important;
    }

    .ml-xl-n9,
    .mx-xl-n9 {
        margin-left: -6rem !important;
    }

    .m-xl-n10 {
        margin: -8rem !important;
    }

    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -8rem !important;
    }

    .mr-xl-n10,
    .mx-xl-n10 {
        margin-right: -8rem !important;
    }

    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -8rem !important;
    }

    .ml-xl-n10,
    .mx-xl-n10 {
        margin-left: -8rem !important;
    }

    .m-xl-n11 {
        margin: -12rem !important;
    }

    .mt-xl-n11,
    .my-xl-n11 {
        margin-top: -12rem !important;
    }

    .mr-xl-n11,
    .mx-xl-n11 {
        margin-right: -12rem !important;
    }

    .mb-xl-n11,
    .my-xl-n11 {
        margin-bottom: -12rem !important;
    }

    .ml-xl-n11,
    .mx-xl-n11 {
        margin-left: -12rem !important;
    }

    .m-xl-n12 {
        margin: -16rem !important;
    }

    .mt-xl-n12,
    .my-xl-n12 {
        margin-top: -16rem !important;
    }

    .mr-xl-n12,
    .mx-xl-n12 {
        margin-right: -16rem !important;
    }

    .mb-xl-n12,
    .my-xl-n12 {
        margin-bottom: -16rem !important;
    }

    .ml-xl-n12,
    .mx-xl-n12 {
        margin-left: -16rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1400px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxl-0,
    .header-menu .menu-list.main .menu-list__item,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 0.75rem !important;
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 0.75rem !important;
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 0.75rem !important;
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 0.75rem !important;
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 0.75rem !important;
    }

    .m-xxl-4 {
        margin: 1rem !important;
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1rem !important;
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1rem !important;
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1rem !important;
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1rem !important;
    }

    .m-xxl-5 {
        margin: 1.5rem !important;
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 1.5rem !important;
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 1.5rem !important;
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 1.5rem !important;
    }

    .m-xxl-6 {
        margin: 2rem !important;
    }

    .mt-xxl-6,
    .my-xxl-6 {
        margin-top: 2rem !important;
    }

    .mr-xxl-6,
    .mx-xxl-6 {
        margin-right: 2rem !important;
    }

    .mb-xxl-6,
    .my-xxl-6 {
        margin-bottom: 2rem !important;
    }

    .ml-xxl-6,
    .mx-xxl-6 {
        margin-left: 2rem !important;
    }

    .m-xxl-7 {
        margin: 3rem !important;
    }

    .mt-xxl-7,
    .my-xxl-7 {
        margin-top: 3rem !important;
    }

    .mr-xxl-7,
    .mx-xxl-7 {
        margin-right: 3rem !important;
    }

    .mb-xxl-7,
    .my-xxl-7 {
        margin-bottom: 3rem !important;
    }

    .ml-xxl-7,
    .mx-xxl-7 {
        margin-left: 3rem !important;
    }

    .m-xxl-8 {
        margin: 4rem !important;
    }

    .mt-xxl-8,
    .my-xxl-8 {
        margin-top: 4rem !important;
    }

    .mr-xxl-8,
    .mx-xxl-8 {
        margin-right: 4rem !important;
    }

    .mb-xxl-8,
    .my-xxl-8 {
        margin-bottom: 4rem !important;
    }

    .ml-xxl-8,
    .mx-xxl-8 {
        margin-left: 4rem !important;
    }

    .m-xxl-9 {
        margin: 6rem !important;
    }

    .mt-xxl-9,
    .my-xxl-9 {
        margin-top: 6rem !important;
    }

    .mr-xxl-9,
    .mx-xxl-9 {
        margin-right: 6rem !important;
    }

    .mb-xxl-9,
    .my-xxl-9 {
        margin-bottom: 6rem !important;
    }

    .ml-xxl-9,
    .mx-xxl-9 {
        margin-left: 6rem !important;
    }

    .m-xxl-10 {
        margin: 8rem !important;
    }

    .mt-xxl-10,
    .my-xxl-10 {
        margin-top: 8rem !important;
    }

    .mr-xxl-10,
    .mx-xxl-10 {
        margin-right: 8rem !important;
    }

    .mb-xxl-10,
    .my-xxl-10 {
        margin-bottom: 8rem !important;
    }

    .ml-xxl-10,
    .mx-xxl-10 {
        margin-left: 8rem !important;
    }

    .m-xxl-11 {
        margin: 12rem !important;
    }

    .mt-xxl-11,
    .my-xxl-11 {
        margin-top: 12rem !important;
    }

    .mr-xxl-11,
    .mx-xxl-11 {
        margin-right: 12rem !important;
    }

    .mb-xxl-11,
    .my-xxl-11 {
        margin-bottom: 12rem !important;
    }

    .ml-xxl-11,
    .mx-xxl-11 {
        margin-left: 12rem !important;
    }

    .m-xxl-12 {
        margin: 16rem !important;
    }

    .mt-xxl-12,
    .my-xxl-12 {
        margin-top: 16rem !important;
    }

    .mr-xxl-12,
    .mx-xxl-12 {
        margin-right: 16rem !important;
    }

    .mb-xxl-12,
    .my-xxl-12 {
        margin-bottom: 16rem !important;
    }

    .ml-xxl-12,
    .mx-xxl-12 {
        margin-left: 16rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .pt-xxl-0,
    .header-menu .menu-list,
    .py-xxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 0.75rem !important;
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 0.75rem !important;
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 0.75rem !important;
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 0.75rem !important;
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 0.75rem !important;
    }

    .p-xxl-4 {
        padding: 1rem !important;
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1rem !important;
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1rem !important;
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1rem !important;
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1rem !important;
    }

    .p-xxl-5 {
        padding: 1.5rem !important;
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 1.5rem !important;
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 1.5rem !important;
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 1.5rem !important;
    }

    .p-xxl-6 {
        padding: 2rem !important;
    }

    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 2rem !important;
    }

    .pr-xxl-6,
    .px-xxl-6 {
        padding-right: 2rem !important;
    }

    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 2rem !important;
    }

    .pl-xxl-6,
    .px-xxl-6 {
        padding-left: 2rem !important;
    }

    .p-xxl-7 {
        padding: 3rem !important;
    }

    .pt-xxl-7,
    .py-xxl-7 {
        padding-top: 3rem !important;
    }

    .pr-xxl-7,
    .px-xxl-7 {
        padding-right: 3rem !important;
    }

    .pb-xxl-7,
    .py-xxl-7 {
        padding-bottom: 3rem !important;
    }

    .pl-xxl-7,
    .px-xxl-7 {
        padding-left: 3rem !important;
    }

    .p-xxl-8 {
        padding: 4rem !important;
    }

    .pt-xxl-8,
    .py-xxl-8 {
        padding-top: 4rem !important;
    }

    .pr-xxl-8,
    .px-xxl-8 {
        padding-right: 4rem !important;
    }

    .pb-xxl-8,
    .py-xxl-8 {
        padding-bottom: 4rem !important;
    }

    .pl-xxl-8,
    .px-xxl-8 {
        padding-left: 4rem !important;
    }

    .p-xxl-9 {
        padding: 6rem !important;
    }

    .pt-xxl-9,
    .py-xxl-9 {
        padding-top: 6rem !important;
    }

    .pr-xxl-9,
    .px-xxl-9 {
        padding-right: 6rem !important;
    }

    .pb-xxl-9,
    .py-xxl-9 {
        padding-bottom: 6rem !important;
    }

    .pl-xxl-9,
    .px-xxl-9 {
        padding-left: 6rem !important;
    }

    .p-xxl-10 {
        padding: 8rem !important;
    }

    .pt-xxl-10,
    .py-xxl-10 {
        padding-top: 8rem !important;
    }

    .pr-xxl-10,
    .px-xxl-10 {
        padding-right: 8rem !important;
    }

    .pb-xxl-10,
    .py-xxl-10 {
        padding-bottom: 8rem !important;
    }

    .pl-xxl-10,
    .px-xxl-10 {
        padding-left: 8rem !important;
    }

    .p-xxl-11 {
        padding: 12rem !important;
    }

    .pt-xxl-11,
    .py-xxl-11 {
        padding-top: 12rem !important;
    }

    .pr-xxl-11,
    .px-xxl-11 {
        padding-right: 12rem !important;
    }

    .pb-xxl-11,
    .py-xxl-11 {
        padding-bottom: 12rem !important;
    }

    .pl-xxl-11,
    .px-xxl-11 {
        padding-left: 12rem !important;
    }

    .p-xxl-12 {
        padding: 16rem !important;
    }

    .pt-xxl-12,
    .py-xxl-12 {
        padding-top: 16rem !important;
    }

    .pr-xxl-12,
    .px-xxl-12 {
        padding-right: 16rem !important;
    }

    .pb-xxl-12,
    .py-xxl-12 {
        padding-bottom: 16rem !important;
    }

    .pl-xxl-12,
    .px-xxl-12 {
        padding-left: 16rem !important;
    }

    .m-xxl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xxl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xxl-n3 {
        margin: -0.75rem !important;
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -0.75rem !important;
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -0.75rem !important;
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -0.75rem !important;
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -0.75rem !important;
    }

    .m-xxl-n4 {
        margin: -1rem !important;
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1rem !important;
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1rem !important;
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1rem !important;
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1rem !important;
    }

    .m-xxl-n5 {
        margin: -1.5rem !important;
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -1.5rem !important;
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -1.5rem !important;
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -1.5rem !important;
    }

    .m-xxl-n6 {
        margin: -2rem !important;
    }

    .mt-xxl-n6,
    .my-xxl-n6 {
        margin-top: -2rem !important;
    }

    .mr-xxl-n6,
    .mx-xxl-n6 {
        margin-right: -2rem !important;
    }

    .mb-xxl-n6,
    .my-xxl-n6 {
        margin-bottom: -2rem !important;
    }

    .ml-xxl-n6,
    .mx-xxl-n6 {
        margin-left: -2rem !important;
    }

    .m-xxl-n7 {
        margin: -3rem !important;
    }

    .mt-xxl-n7,
    .my-xxl-n7 {
        margin-top: -3rem !important;
    }

    .mr-xxl-n7,
    .mx-xxl-n7 {
        margin-right: -3rem !important;
    }

    .mb-xxl-n7,
    .my-xxl-n7 {
        margin-bottom: -3rem !important;
    }

    .ml-xxl-n7,
    .mx-xxl-n7 {
        margin-left: -3rem !important;
    }

    .m-xxl-n8 {
        margin: -4rem !important;
    }

    .mt-xxl-n8,
    .my-xxl-n8 {
        margin-top: -4rem !important;
    }

    .mr-xxl-n8,
    .mx-xxl-n8 {
        margin-right: -4rem !important;
    }

    .mb-xxl-n8,
    .my-xxl-n8 {
        margin-bottom: -4rem !important;
    }

    .ml-xxl-n8,
    .mx-xxl-n8 {
        margin-left: -4rem !important;
    }

    .m-xxl-n9 {
        margin: -6rem !important;
    }

    .mt-xxl-n9,
    .my-xxl-n9 {
        margin-top: -6rem !important;
    }

    .mr-xxl-n9,
    .mx-xxl-n9 {
        margin-right: -6rem !important;
    }

    .mb-xxl-n9,
    .my-xxl-n9 {
        margin-bottom: -6rem !important;
    }

    .ml-xxl-n9,
    .mx-xxl-n9 {
        margin-left: -6rem !important;
    }

    .m-xxl-n10 {
        margin: -8rem !important;
    }

    .mt-xxl-n10,
    .my-xxl-n10 {
        margin-top: -8rem !important;
    }

    .mr-xxl-n10,
    .mx-xxl-n10 {
        margin-right: -8rem !important;
    }

    .mb-xxl-n10,
    .my-xxl-n10 {
        margin-bottom: -8rem !important;
    }

    .ml-xxl-n10,
    .mx-xxl-n10 {
        margin-left: -8rem !important;
    }

    .m-xxl-n11 {
        margin: -12rem !important;
    }

    .mt-xxl-n11,
    .my-xxl-n11 {
        margin-top: -12rem !important;
    }

    .mr-xxl-n11,
    .mx-xxl-n11 {
        margin-right: -12rem !important;
    }

    .mb-xxl-n11,
    .my-xxl-n11 {
        margin-bottom: -12rem !important;
    }

    .ml-xxl-n11,
    .mx-xxl-n11 {
        margin-left: -12rem !important;
    }

    .m-xxl-n12 {
        margin: -16rem !important;
    }

    .mt-xxl-n12,
    .my-xxl-n12 {
        margin-top: -16rem !important;
    }

    .mr-xxl-n12,
    .mx-xxl-n12 {
        margin-right: -16rem !important;
    }

    .mb-xxl-n12,
    .my-xxl-n12 {
        margin-bottom: -16rem !important;
    }

    .ml-xxl-n12,
    .mx-xxl-n12 {
        margin-left: -16rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1600px) {
    .m-xxxl-0 {
        margin: 0 !important;
    }

    .mt-xxxl-0,
    .my-xxxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxxl-0,
    .mx-xxxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxxl-0,
    .my-xxxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxxl-0,
    .mx-xxxl-0 {
        margin-left: 0 !important;
    }

    .m-xxxl-1 {
        margin: 0.25rem !important;
    }

    .mt-xxxl-1,
    .my-xxxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxxl-1,
    .mx-xxxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxxl-1,
    .my-xxxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxxl-1,
    .mx-xxxl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xxxl-2 {
        margin: 0.5rem !important;
    }

    .mt-xxxl-2,
    .my-xxxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxxl-2,
    .mx-xxxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxxl-2,
    .my-xxxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxxl-2,
    .mx-xxxl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xxxl-3 {
        margin: 0.75rem !important;
    }

    .mt-xxxl-3,
    .my-xxxl-3 {
        margin-top: 0.75rem !important;
    }

    .mr-xxxl-3,
    .mx-xxxl-3 {
        margin-right: 0.75rem !important;
    }

    .mb-xxxl-3,
    .my-xxxl-3 {
        margin-bottom: 0.75rem !important;
    }

    .ml-xxxl-3,
    .mx-xxxl-3 {
        margin-left: 0.75rem !important;
    }

    .m-xxxl-4 {
        margin: 1rem !important;
    }

    .mt-xxxl-4,
    .my-xxxl-4 {
        margin-top: 1rem !important;
    }

    .mr-xxxl-4,
    .mx-xxxl-4 {
        margin-right: 1rem !important;
    }

    .mb-xxxl-4,
    .my-xxxl-4 {
        margin-bottom: 1rem !important;
    }

    .ml-xxxl-4,
    .mx-xxxl-4 {
        margin-left: 1rem !important;
    }

    .m-xxxl-5 {
        margin: 1.5rem !important;
    }

    .mt-xxxl-5,
    .my-xxxl-5 {
        margin-top: 1.5rem !important;
    }

    .mr-xxxl-5,
    .mx-xxxl-5 {
        margin-right: 1.5rem !important;
    }

    .mb-xxxl-5,
    .my-xxxl-5 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxxl-5,
    .mx-xxxl-5 {
        margin-left: 1.5rem !important;
    }

    .m-xxxl-6 {
        margin: 2rem !important;
    }

    .mt-xxxl-6,
    .my-xxxl-6 {
        margin-top: 2rem !important;
    }

    .mr-xxxl-6,
    .mx-xxxl-6 {
        margin-right: 2rem !important;
    }

    .mb-xxxl-6,
    .my-xxxl-6 {
        margin-bottom: 2rem !important;
    }

    .ml-xxxl-6,
    .mx-xxxl-6 {
        margin-left: 2rem !important;
    }

    .m-xxxl-7 {
        margin: 3rem !important;
    }

    .mt-xxxl-7,
    .my-xxxl-7 {
        margin-top: 3rem !important;
    }

    .mr-xxxl-7,
    .mx-xxxl-7 {
        margin-right: 3rem !important;
    }

    .mb-xxxl-7,
    .my-xxxl-7 {
        margin-bottom: 3rem !important;
    }

    .ml-xxxl-7,
    .mx-xxxl-7 {
        margin-left: 3rem !important;
    }

    .m-xxxl-8 {
        margin: 4rem !important;
    }

    .mt-xxxl-8,
    .my-xxxl-8 {
        margin-top: 4rem !important;
    }

    .mr-xxxl-8,
    .mx-xxxl-8 {
        margin-right: 4rem !important;
    }

    .mb-xxxl-8,
    .my-xxxl-8 {
        margin-bottom: 4rem !important;
    }

    .ml-xxxl-8,
    .mx-xxxl-8 {
        margin-left: 4rem !important;
    }

    .m-xxxl-9 {
        margin: 6rem !important;
    }

    .mt-xxxl-9,
    .my-xxxl-9 {
        margin-top: 6rem !important;
    }

    .mr-xxxl-9,
    .mx-xxxl-9 {
        margin-right: 6rem !important;
    }

    .mb-xxxl-9,
    .my-xxxl-9 {
        margin-bottom: 6rem !important;
    }

    .ml-xxxl-9,
    .mx-xxxl-9 {
        margin-left: 6rem !important;
    }

    .m-xxxl-10 {
        margin: 8rem !important;
    }

    .mt-xxxl-10,
    .my-xxxl-10 {
        margin-top: 8rem !important;
    }

    .mr-xxxl-10,
    .mx-xxxl-10 {
        margin-right: 8rem !important;
    }

    .mb-xxxl-10,
    .my-xxxl-10 {
        margin-bottom: 8rem !important;
    }

    .ml-xxxl-10,
    .mx-xxxl-10 {
        margin-left: 8rem !important;
    }

    .m-xxxl-11 {
        margin: 12rem !important;
    }

    .mt-xxxl-11,
    .my-xxxl-11 {
        margin-top: 12rem !important;
    }

    .mr-xxxl-11,
    .mx-xxxl-11 {
        margin-right: 12rem !important;
    }

    .mb-xxxl-11,
    .my-xxxl-11 {
        margin-bottom: 12rem !important;
    }

    .ml-xxxl-11,
    .mx-xxxl-11 {
        margin-left: 12rem !important;
    }

    .m-xxxl-12 {
        margin: 16rem !important;
    }

    .mt-xxxl-12,
    .my-xxxl-12 {
        margin-top: 16rem !important;
    }

    .mr-xxxl-12,
    .mx-xxxl-12 {
        margin-right: 16rem !important;
    }

    .mb-xxxl-12,
    .my-xxxl-12 {
        margin-bottom: 16rem !important;
    }

    .ml-xxxl-12,
    .mx-xxxl-12 {
        margin-left: 16rem !important;
    }

    .p-xxxl-0 {
        padding: 0 !important;
    }

    .pt-xxxl-0,
    .py-xxxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxxl-0,
    .px-xxxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxxl-0,
    .py-xxxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxxl-0,
    .px-xxxl-0 {
        padding-left: 0 !important;
    }

    .p-xxxl-1 {
        padding: 0.25rem !important;
    }

    .pt-xxxl-1,
    .py-xxxl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xxxl-1,
    .px-xxxl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xxxl-1,
    .py-xxxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xxxl-1,
    .px-xxxl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xxxl-2 {
        padding: 0.5rem !important;
    }

    .pt-xxxl-2,
    .py-xxxl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xxxl-2,
    .px-xxxl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xxxl-2,
    .py-xxxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xxxl-2,
    .px-xxxl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xxxl-3 {
        padding: 0.75rem !important;
    }

    .pt-xxxl-3,
    .py-xxxl-3 {
        padding-top: 0.75rem !important;
    }

    .pr-xxxl-3,
    .px-xxxl-3 {
        padding-right: 0.75rem !important;
    }

    .pb-xxxl-3,
    .py-xxxl-3 {
        padding-bottom: 0.75rem !important;
    }

    .pl-xxxl-3,
    .px-xxxl-3 {
        padding-left: 0.75rem !important;
    }

    .p-xxxl-4 {
        padding: 1rem !important;
    }

    .pt-xxxl-4,
    .py-xxxl-4 {
        padding-top: 1rem !important;
    }

    .pr-xxxl-4,
    .px-xxxl-4 {
        padding-right: 1rem !important;
    }

    .pb-xxxl-4,
    .py-xxxl-4 {
        padding-bottom: 1rem !important;
    }

    .pl-xxxl-4,
    .px-xxxl-4 {
        padding-left: 1rem !important;
    }

    .p-xxxl-5 {
        padding: 1.5rem !important;
    }

    .pt-xxxl-5,
    .py-xxxl-5 {
        padding-top: 1.5rem !important;
    }

    .pr-xxxl-5,
    .px-xxxl-5 {
        padding-right: 1.5rem !important;
    }

    .pb-xxxl-5,
    .py-xxxl-5 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xxxl-5,
    .px-xxxl-5 {
        padding-left: 1.5rem !important;
    }

    .p-xxxl-6 {
        padding: 2rem !important;
    }

    .pt-xxxl-6,
    .py-xxxl-6 {
        padding-top: 2rem !important;
    }

    .pr-xxxl-6,
    .px-xxxl-6 {
        padding-right: 2rem !important;
    }

    .pb-xxxl-6,
    .py-xxxl-6 {
        padding-bottom: 2rem !important;
    }

    .pl-xxxl-6,
    .px-xxxl-6 {
        padding-left: 2rem !important;
    }

    .p-xxxl-7 {
        padding: 3rem !important;
    }

    .pt-xxxl-7,
    .py-xxxl-7 {
        padding-top: 3rem !important;
    }

    .pr-xxxl-7,
    .px-xxxl-7 {
        padding-right: 3rem !important;
    }

    .pb-xxxl-7,
    .py-xxxl-7 {
        padding-bottom: 3rem !important;
    }

    .pl-xxxl-7,
    .px-xxxl-7 {
        padding-left: 3rem !important;
    }

    .p-xxxl-8 {
        padding: 4rem !important;
    }

    .pt-xxxl-8,
    .py-xxxl-8 {
        padding-top: 4rem !important;
    }

    .pr-xxxl-8,
    .px-xxxl-8 {
        padding-right: 4rem !important;
    }

    .pb-xxxl-8,
    .py-xxxl-8 {
        padding-bottom: 4rem !important;
    }

    .pl-xxxl-8,
    .px-xxxl-8 {
        padding-left: 4rem !important;
    }

    .p-xxxl-9 {
        padding: 6rem !important;
    }

    .pt-xxxl-9,
    .py-xxxl-9 {
        padding-top: 6rem !important;
    }

    .pr-xxxl-9,
    .px-xxxl-9 {
        padding-right: 6rem !important;
    }

    .pb-xxxl-9,
    .py-xxxl-9 {
        padding-bottom: 6rem !important;
    }

    .pl-xxxl-9,
    .px-xxxl-9 {
        padding-left: 6rem !important;
    }

    .p-xxxl-10 {
        padding: 8rem !important;
    }

    .pt-xxxl-10,
    .py-xxxl-10 {
        padding-top: 8rem !important;
    }

    .pr-xxxl-10,
    .px-xxxl-10 {
        padding-right: 8rem !important;
    }

    .pb-xxxl-10,
    .py-xxxl-10 {
        padding-bottom: 8rem !important;
    }

    .pl-xxxl-10,
    .px-xxxl-10 {
        padding-left: 8rem !important;
    }

    .p-xxxl-11 {
        padding: 12rem !important;
    }

    .pt-xxxl-11,
    .py-xxxl-11 {
        padding-top: 12rem !important;
    }

    .pr-xxxl-11,
    .px-xxxl-11 {
        padding-right: 12rem !important;
    }

    .pb-xxxl-11,
    .py-xxxl-11 {
        padding-bottom: 12rem !important;
    }

    .pl-xxxl-11,
    .px-xxxl-11 {
        padding-left: 12rem !important;
    }

    .p-xxxl-12 {
        padding: 16rem !important;
    }

    .pt-xxxl-12,
    .py-xxxl-12 {
        padding-top: 16rem !important;
    }

    .pr-xxxl-12,
    .px-xxxl-12 {
        padding-right: 16rem !important;
    }

    .pb-xxxl-12,
    .py-xxxl-12 {
        padding-bottom: 16rem !important;
    }

    .pl-xxxl-12,
    .px-xxxl-12 {
        padding-left: 16rem !important;
    }

    .m-xxxl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xxxl-n1,
    .my-xxxl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xxxl-n1,
    .mx-xxxl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xxxl-n1,
    .my-xxxl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xxxl-n1,
    .mx-xxxl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xxxl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xxxl-n2,
    .my-xxxl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xxxl-n2,
    .mx-xxxl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xxxl-n2,
    .my-xxxl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xxxl-n2,
    .mx-xxxl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xxxl-n3 {
        margin: -0.75rem !important;
    }

    .mt-xxxl-n3,
    .my-xxxl-n3 {
        margin-top: -0.75rem !important;
    }

    .mr-xxxl-n3,
    .mx-xxxl-n3 {
        margin-right: -0.75rem !important;
    }

    .mb-xxxl-n3,
    .my-xxxl-n3 {
        margin-bottom: -0.75rem !important;
    }

    .ml-xxxl-n3,
    .mx-xxxl-n3 {
        margin-left: -0.75rem !important;
    }

    .m-xxxl-n4 {
        margin: -1rem !important;
    }

    .mt-xxxl-n4,
    .my-xxxl-n4 {
        margin-top: -1rem !important;
    }

    .mr-xxxl-n4,
    .mx-xxxl-n4 {
        margin-right: -1rem !important;
    }

    .mb-xxxl-n4,
    .my-xxxl-n4 {
        margin-bottom: -1rem !important;
    }

    .ml-xxxl-n4,
    .mx-xxxl-n4 {
        margin-left: -1rem !important;
    }

    .m-xxxl-n5 {
        margin: -1.5rem !important;
    }

    .mt-xxxl-n5,
    .my-xxxl-n5 {
        margin-top: -1.5rem !important;
    }

    .mr-xxxl-n5,
    .mx-xxxl-n5 {
        margin-right: -1.5rem !important;
    }

    .mb-xxxl-n5,
    .my-xxxl-n5 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xxxl-n5,
    .mx-xxxl-n5 {
        margin-left: -1.5rem !important;
    }

    .m-xxxl-n6 {
        margin: -2rem !important;
    }

    .mt-xxxl-n6,
    .my-xxxl-n6 {
        margin-top: -2rem !important;
    }

    .mr-xxxl-n6,
    .mx-xxxl-n6 {
        margin-right: -2rem !important;
    }

    .mb-xxxl-n6,
    .my-xxxl-n6 {
        margin-bottom: -2rem !important;
    }

    .ml-xxxl-n6,
    .mx-xxxl-n6 {
        margin-left: -2rem !important;
    }

    .m-xxxl-n7 {
        margin: -3rem !important;
    }

    .mt-xxxl-n7,
    .my-xxxl-n7 {
        margin-top: -3rem !important;
    }

    .mr-xxxl-n7,
    .mx-xxxl-n7 {
        margin-right: -3rem !important;
    }

    .mb-xxxl-n7,
    .my-xxxl-n7 {
        margin-bottom: -3rem !important;
    }

    .ml-xxxl-n7,
    .mx-xxxl-n7 {
        margin-left: -3rem !important;
    }

    .m-xxxl-n8 {
        margin: -4rem !important;
    }

    .mt-xxxl-n8,
    .my-xxxl-n8 {
        margin-top: -4rem !important;
    }

    .mr-xxxl-n8,
    .mx-xxxl-n8 {
        margin-right: -4rem !important;
    }

    .mb-xxxl-n8,
    .my-xxxl-n8 {
        margin-bottom: -4rem !important;
    }

    .ml-xxxl-n8,
    .mx-xxxl-n8 {
        margin-left: -4rem !important;
    }

    .m-xxxl-n9 {
        margin: -6rem !important;
    }

    .mt-xxxl-n9,
    .my-xxxl-n9 {
        margin-top: -6rem !important;
    }

    .mr-xxxl-n9,
    .mx-xxxl-n9 {
        margin-right: -6rem !important;
    }

    .mb-xxxl-n9,
    .my-xxxl-n9 {
        margin-bottom: -6rem !important;
    }

    .ml-xxxl-n9,
    .mx-xxxl-n9 {
        margin-left: -6rem !important;
    }

    .m-xxxl-n10 {
        margin: -8rem !important;
    }

    .mt-xxxl-n10,
    .my-xxxl-n10 {
        margin-top: -8rem !important;
    }

    .mr-xxxl-n10,
    .mx-xxxl-n10 {
        margin-right: -8rem !important;
    }

    .mb-xxxl-n10,
    .my-xxxl-n10 {
        margin-bottom: -8rem !important;
    }

    .ml-xxxl-n10,
    .mx-xxxl-n10 {
        margin-left: -8rem !important;
    }

    .m-xxxl-n11 {
        margin: -12rem !important;
    }

    .mt-xxxl-n11,
    .my-xxxl-n11 {
        margin-top: -12rem !important;
    }

    .mr-xxxl-n11,
    .mx-xxxl-n11 {
        margin-right: -12rem !important;
    }

    .mb-xxxl-n11,
    .my-xxxl-n11 {
        margin-bottom: -12rem !important;
    }

    .ml-xxxl-n11,
    .mx-xxxl-n11 {
        margin-left: -12rem !important;
    }

    .m-xxxl-n12 {
        margin: -16rem !important;
    }

    .mt-xxxl-n12,
    .my-xxxl-n12 {
        margin-top: -16rem !important;
    }

    .mr-xxxl-n12,
    .mx-xxxl-n12 {
        margin-right: -16rem !important;
    }

    .mb-xxxl-n12,
    .my-xxxl-n12 {
        margin-bottom: -16rem !important;
    }

    .ml-xxxl-n12,
    .mx-xxxl-n12 {
        margin-left: -16rem !important;
    }

    .m-xxxl-auto {
        margin: auto !important;
    }

    .mt-xxxl-auto,
    .my-xxxl-auto {
        margin-top: auto !important;
    }

    .mr-xxxl-auto,
    .mx-xxxl-auto {
        margin-right: auto !important;
    }

    .mb-xxxl-auto,
    .my-xxxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxxl-auto,
    .mx-xxxl-auto {
        margin-left: auto !important;
    }
}

.flex-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1025px) {
    .flex-xl-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1400px) {
    .flex-xxl-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxl-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxl-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxl-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xxl-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xxl-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1600px) {
    .flex-xxxl-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxxl-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxxl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxxl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxxl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxxl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxxl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxxl-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxxl-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxxl-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxxl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxxl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xxxl-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxxl-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxxl-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxxl-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxxl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xxxl-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxxl-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxxl-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxxl-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxxl-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxxl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxxl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxxl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxxl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxxl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxxl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxxl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxxl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxxl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxxl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxxl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxxl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:1025px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:1400px) {
    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:1600px) {
    .d-xxxl-none {
        display: none !important;
    }

    .d-xxxl-inline {
        display: inline !important;
    }

    .d-xxxl-inline-block {
        display: inline-block !important;
    }

    .d-xxxl-block {
        display: block !important;
    }

    .d-xxxl-table {
        display: table !important;
    }

    .d-xxxl-table-row {
        display: table-row !important;
    }

    .d-xxxl-table-cell {
        display: table-cell !important;
    }

    .d-xxxl-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xxxl-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

.section-site {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-bottom: 1px solid #ededed;
}

.detalle-titulo-site {
    display: block;
    width: 20px;
    height: 20px;
    background: #e3735f;
}

.titulo-site {
    font-family: "Merriweather", sans-serif;
    font-size: 1.26562rem;
    line-height: 28px;
}

@media all and (min-width:768px) {
    .titulo-site {
        font-size: 1.42383rem;
        line-height: 28px;
    }
}

.js .cd-h-timeline {
    opacity: 0;
    transition: opacity 0.2s;
}

.js .cd-h-timeline--loaded {
    opacity: 1;
}

.js .cd-h-timeline__container {
    position: relative;
    height: 100px;
}

.js .timeline-controls {
    height: 100px;
}

@media (max-width:767.98px) {
    .js .timeline-controls {
        padding-left: 10px;
    }
}

.js .timeline-difusse {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 39%, #FFFFFF 93%);
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 88px;
    z-index: 999;
}

.js .cd-h-timeline__dates {
    position: relative;
    width: 95%;
    margin: 0 auto;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 39%, #FFFFFF 93%);
    background-size: 44px;
    background-repeat: no-repeat;
    background-position: right;
    overflow: hidden;
}

@media (max-width:767.98px) {
    .js .cd-h-timeline__dates {
        width: 90%;
    }
}

.js .cd-h-timeline__dates::after,
.js .cd-h-timeline__dates::before {
    content: '';
    position: absolute;
    z-index: 100;
    top: 0;
    height: 100%;
    width: 20px;
}

.js .cd-h-timeline__dates::before {
    left: 0;
}

.js .cd-h-timeline__dates::after {
    right: 0;
}

.js .cd-h-timeline__line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

@media (max-width:767.98px) {
    .js .cd-h-timeline__line {
        border-bottom: 0px solid transparent;
        box-shadow: 0px 1px 0px 0px #F0F0F0;
    }
}

.js .cd-h-timeline__filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width:991.98px) {
    .js .cd-h-timeline__filling-line {
        background-color: 1px solid #ccc;
    }
}

.js .cd-h-timeline__date {
    position: absolute;
    z-index: 2;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

@media (max-width:767.98px) {
    .js .cd-h-timeline__date {
        top: -15px;
        font-size: 1.125rem;
    }
}

@media (min-width:576px) {
    .js .cd-h-timeline__date {
        top: -24px;
        font-size: 1.125rem;
    }
}

@media (min-width:768px) {
    .js .cd-h-timeline__date {
        top: -28px;
        font-size: 1.5rem;
        display: inline-block;
        width: 112px;
        height: 55px;
        overflow: hidden;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.js .cd-h-timeline__date::after {
    transition: background-color 0.3s, border-color .3s;
}

.js .cd-h-timeline__date--selected {
    pointer-events: none;
}

.js .cd-h-timeline__navigation {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    transition: border-color 0.3s;
}

.js .cd-h-timeline__navigation svg {
    position: relative;
    top: 5px;
}

.js .cd-h-timeline__navigation--prev {
    left: -4px;
    background-image: url(/themes/custom/front/assets/images/bg-arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .js .cd-h-timeline__navigation--prev {
        transition: none;
    }
}

.js .cd-h-timeline__navigation--prev:hover {
    opacity: 0.6;
}

.js .cd-h-timeline__navigation--next {
    right: -5px;
    background-image: url(/themes/custom/front/assets/images/bg-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .js .cd-h-timeline__navigation--next {
        transition: none;
    }
}

.js .cd-h-timeline__navigation--next:hover {
    opacity: 0.6;
}

.js .cd-h-timeline__navigation--inactive {
    cursor: not-allowed;
}

.js .cd-h-timeline__navigation--inactive::after {
    background-position: 0 -16px;
}

.js .cd-h-timeline__events {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: height .4s;
}

.js .cd-h-timeline__event {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.js .cd-h-timeline__event--selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.js .cd-h-timeline__event--enter-right,
.js .cd-h-timeline__event--leave-right {
    -webkit-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.js .cd-h-timeline__event--enter-left,
.js .cd-h-timeline__event--leave-left {
    -webkit-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.js .cd-h-timeline__event--leave-right,
.js .cd-h-timeline__event--leave-left {
    animation-direction: reverse;
}

.js .cd-h-timeline__event-date {
    display: block;
    font-style: italic;
}

.js .cd-h-timeline__event-date::before {
    content: '- ';
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

html:not(.js) .cd-h-timeline__dates,
html:not(.js) .cd-h-timeline__navigation {
    display: none;
}

.timeline__item {
    width: 100%;
    height: 440px;
    background-position: 50% 29%;
    background-repeat: no-repeat;
}

@media (max-width:767.98px) {
    .timeline__item {
        min-height: 600px;
    }
}

.timeline__container {
    width: 100%;
}

.timeline__years {
    position: relative;
    left: -95px;
}

@media (max-width:767.98px) {
    .timeline__years {
        left: -120px;
    }
}

@media (max-width:767.98px) {
    .timeline__years li a {
        background-color: #fff;
        display: inline-block;
        padding: 0 20px;
    }
}

.timeline__years li a:hover {
    color: black;
}

@media (max-width:767.98px) {
    .timeline__years li a:not(.cd-h-timeline__date--selected) {
        opacity: 1;
        color: #ccc;
    }
}

.timeline__years li:first-child a {
    position: relative;
}

.bg-sviii .cd-h-timeline__events {
    background-image: url(/themes/custom/front/assets/images/bg-sviii.svg);
}

.bg-sxix .cd-h-timeline__events {
    background-image: url(/themes/custom/front/assets/images/bg-sxix.svg);
}

.bg-sxx .cd-h-timeline__events {
    background-image: url(/themes/custom/front/assets/images/bg-sxx.svg);
}

.bg-sxxi .cd-h-timeline__events {
    background-image: url(/themes/custom/front/assets/images/bg-sxxi.svg);
}

.cd-h-timeline__navigation--next {
    background-image: url(/themes/custom/front/assets/images/bg-arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.cd-h-timeline__navigation--prev {
    background-image: url(/themes/custom/front/assets/images/bg-arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.cd-h-timeline__date--selected {
    font-size: 2.5rem !important;
    border-bottom: 0px solid transparent;
    box-shadow: 0px 4px 0px 0px #e3735f;
    opacity: 1 !important;
    padding-bottom: 10px;
}

@media (max-width:767.98px) {
    .cd-h-timeline__date--selected::after {
        background-color: #e3735f;
        content: '';
        position: absolute;
        height: 2px;
        width: 55px;
        bottom: -6px;
        left: 21px;
    }
}

@media (max-width:767.98px) {
    .cd-h-timeline__date--selected {
        font-size: 1.5625rem !important;
        opacity: 0;
        border-bottom: 0px;
        box-shadow: none;
    }
}

.cd-h-timeline__date {
    font-size: 1.5rem;
    opacity: 0.4;
    font-family: "Merriweather", sans-serif;
}

.cd-h-timeline__events {
    background-color: #222222;
    background-position: 42% 15%;
    background-repeat: no-repeat;
}

.tabs-timeline a.active {
    border-bottom: 0px solid transparent;
    box-shadow: 0px 4px 0px 0px #e3735f;
}

@media (min-width:768px) {
    .timeline__img {
        padding-left: 15px;
    }
}

@media (max-width:991.98px) {
    .timeline__img img {
        max-width: 100%;
        width: 100%;
    }
}

.cd-h-timeline__datelarge {
    font-size: 0.875rem !important;
    line-height: 1.1;
}

@media (max-width:767.98px) {
    .cd-h-timeline__datelarge {
        width: 100px;
        overflow: hidden;
    }
}

.u-overflow-hidden {
    overflow: hidden;
}

.slider-vertical__container {
    width: 100%;
    height: 100vh;
}

.slider-vertical__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-vertical__itemwrap {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: -ms-linear-gradient(180deg, #aa263cde 0%, #aa263cde 100%);
}

.historia-bg {
    width: 100%;
    height: 2775px;
    background-image: url(/themes/custom/front/assets/images/salon-de-actos-2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.historia__item {
    color: white;
    font-weight: bold;
    font-family: "Merriweather", sans-serif;
    width: 30.125rem;
    line-height: 1.8rem;
    text-align: justify;
    font-size: 1.375rem;
}

@media (max-width:767.98px) {
    .historia__item {
        width: 100%;
        text-align: left;
        font-size: 1.25rem;
    }
}

.full {
    width: 100%;
}

.text-center {
    text-align: center;
}

.divider__big {
    width: 93px;
}

.u-wh-full {
    width: 100%;
    height: 100vh;
}

.text-first-decoration p {
    margin-bottom: 20px;
    line-height: 1.9;
}

.text-first-decoration p:nth-child(1)::first-letter {
    line-height: 0.8;
    font-size: 5.5rem;
    float: left;
    padding-right: 5px;
    padding-top: 7px;
}

.divider-custom {
    padding-top: 1380px !important;
}

@media (min-width:768px) {
    .divider-custom {
        padding-top: 1880px !important;
    }
}

@media (min-width:992px) {
    .divider-custom {
        padding-top: 1950px !important;
    }
}

@media (min-width:1025px) {
    .divider-custom {
        padding-top: 1900px !important;
    }
}

a.nav-variante__item {
    color: white;
    transition: all 150ms;
    position: relative;
}

@media (max-width:991.98px) {
    a.nav-variante__item {
        font-size: 0.875rem;
        line-height: 1.5em;
        display: inline-block;
    }
}

a.nav-variante__item:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    height: 4px;
    width: 0;
    background-color: #e3735f;
    transition: width 0.3s ease-in-out;
}

@media (max-width:767.98px) {
    a.nav-variante__item:after {
        height: 2px;
        bottom: -5px;
    }
}

a.nav-variante__item:hover:after,
a.nav-variante__item.is-active:after {
    width: 100%;
}

.nav-variante__btn {
    background: #e3735f;
    font-weight: bold;
    color: #fff !important;
    padding: 11px 8px;
}

@media (max-width:361px) {
    .nav-variante__btn {
        font-size: 12px;
        padding: 11px 8px;
    }
}

@media (min-width:768px) {
    .nav-variante__btn {
        padding: 16px 48px;
    }
}

.nav-variante__btn:hover {
    background: #bb3821;
}

.u-link-white {
    color: white;
}

.nav-variante {
    transition: all 2s;
    z-index: 2;
}

.js-nav-variante--action {
    background-color: #AA263C;
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all 2s;
}

.nav-variante__logo img {
    width: 58px;
    transition: all 0.7s ease-in-out;
}

@media (min-width:768px) {
    .nav-variante__logo img {
        width: 184px;
        height: auto;
        transition: all 0.7s ease-in-out;
    }
}

.nav-variante__logomini img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    height: auto;
    transition: all 0.7s ease-in-out;
}

@media (max-width:767.98px) {
    .nav-variante__logomini img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (min-width:992px) {
    .js-nav-variante__normal {
        -webkit-transform: translate(10px, -57px);
        transform: translate(10px, -57px);
        transition: all 1s;
    }
}

@media (min-width:768px) {
    .js-nav-variante__activado {
        -webkit-transform: translate(10px, -2px);
        transform: translate(10px, -2px);
        transition: all 1s;
    }
}

.nav-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 100;
    transition: all 1s;
}

.nav-wrap-headermod {
    overflow: hidden;
    height: 0;
    position: relative;
    top: -1px;
    transition: height 0.6s;
}

.nav-wrap-position {
    -webkit-transform: translate(0px, -82px);
    transform: translate(0px, -82px);
    transition: all 1s;
}

.toolbar-horizontal .nav-variante {
    display: none;
}

.form-type-one input,
.form-type-one select,
.form-type-one textarea {
    border: 1px solid #666;
    background: #fff;
}

.form-type-one .ajax-wrapper {
    width: 100%;
}

.form-type-one select {
    background-image: url(/themes/custom/front/assets/images/select-arrow.svg) !important;
    background-position: 98% 50% !important;
    background-repeat: no-repeat !important;
}

.form-type-one .form-type-checkbox label {
    font-size: 0.875rem;
    font-weight: normal;
}

.form-type-one .form-type-checkbox label a {
    color: #237BC0;
}

.form-type-one .form-type-checkbox label a:hover {
    color: #e3735f;
}

.form-type-one .custom-control-label {
    top: 0.25rem !important;
}

.form-type-one label {
    font-weight: bold;
}

.form-type-one [class^='col-'] {
    padding-right: 15px;
    padding-left: 15px;
}

.form-type-one .webform-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-type-one input.form-submit {
    background: #e3735f;
    border: 1px solid transparent;
    color: #fff !important;
    font-weight: bold;
    width: auto;
}

.form-type-one input.form-submit:hover {
    background: #bb3821;
}

.form-type-one #ajax-wrapper {
    width: 100% !important;
}

.form-type-one .webform-element-description {
    font-style: italic;
    color: #999;
}

.form-type-one .webform-flex--container {
    margin: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:767.98px) {
    .form-type-one .webform-flex--container {
        padding-left: 7px;
        padding-right: 0px;
    }
}

.form-type-one .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.form-type-one .form-type-webform-email-confirm {
    padding-left: 10px;
}

.form-type-one input,
.form-type-one textarea,
.form-type-one .form-text,
.form-type-one .form-email,
.form-type-one select {
    font-size: 1.26562rem;
    line-height: 28px;
    width: 100%;
    border-radius: 0;
    font-size: 0.875rem;
    color: #666;
    background: white;
    transition: all 0.6s ease;
    margin-top: 0.25rem;
}

@media (max-width:767px) {

    .form-type-one input,
    .form-type-one textarea,
    .form-type-one .form-text,
    .form-type-one .form-email,
    .form-type-one select {
        width: 100%;
    }
}

.form-type-one input::-webkit-input-placeholder,
.form-type-one textarea::-webkit-input-placeholder,
.form-type-one .form-text::-webkit-input-placeholder,
.form-type-one .form-email::-webkit-input-placeholder,
.form-type-one select::-webkit-input-placeholder {
    color: #999;
}

.form-type-one input::-moz-placeholder,
.form-type-one textarea::-moz-placeholder,
.form-type-one .form-text::-moz-placeholder,
.form-type-one .form-email::-moz-placeholder,
.form-type-one select::-moz-placeholder {
    color: #999;
}

.form-type-one input::-ms-input-placeholder,
.form-type-one textarea::-ms-input-placeholder,
.form-type-one .form-text::-ms-input-placeholder,
.form-type-one .form-email::-ms-input-placeholder,
.form-type-one select::-ms-input-placeholder {
    color: #999;
}

.form-type-one input::placeholder,
.form-type-one textarea::placeholder,
.form-type-one .form-text::placeholder,
.form-type-one .form-email::placeholder,
.form-type-one select::placeholder {
    color: #999;
}

.form-type-one input:focus,
.form-type-one textarea:focus,
.form-type-one .form-text:focus,
.form-type-one .form-email:focus,
.form-type-one select:focus {
    border: 1px solid #e3735f;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {

    .form-type-one input:focus,
    .form-type-one textarea:focus,
    .form-type-one .form-text:focus,
    .form-type-one .form-email:focus,
    .form-type-one select:focus {
        transition: none;
    }
}

.form-type-one input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form-type-one input:focus::-moz-placeholder {
    opacity: 0;
}

.form-type-one input:focus::-ms-input-placeholder {
    opacity: 0;
}

.form-type-one input:focus::placeholder {
    opacity: 0;
}

.form-type-one textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form-type-one textarea:focus::-moz-placeholder {
    opacity: 0;
}

.form-type-one textarea:focus::-ms-input-placeholder {
    opacity: 0;
}

.form-type-one textarea:focus::placeholder {
    opacity: 0;
}

.title-form-type-one {
    font-size: 1.26562rem;
    line-height: 28px;
    font-weight: bold;
}

.form-type-checkbox input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form-type-checkbox input[type="checkbox"]:focus+label:before {
    border-color: black;
}

.form-type-checkbox input[type="checkbox"]:active+label:before {
    transition-duration: 0s;
}

.form-type-checkbox input[type="checkbox"]+label {
    position: relative;
    left: 3px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-left: 2.5em;
}

.form-type-checkbox input[type="checkbox"]+label:before {
    box-sizing: content-box;
    content: '';
    color: white;
    position: absolute;
    top: 26%;
    left: -3px;
    width: 24px;
    height: 24px;
    margin-top: -9px;
    border: 1px solid #666 !important;
    text-align: center;
    transition: all 0.4s ease;
}

.form-type-checkbox input[type="checkbox"]+label:after {
    box-sizing: content-box;
    content: '';
    background-color: white;
    position: absolute;
    top: 35%;
    left: 4px;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.form-type-checkbox input[type="checkbox"]+label:after {
    background-color: white;
    top: 12px;
    left: 3px;
    width: 12px;
    height: 5px;
    margin-top: -4px;
    border-style: solid;
    border-color: #e3735f;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
}

.form-type-checkbox input[type="checkbox"]:checked+label:after {
    content: '';
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.form-type-checkbox input[type="radio"]:checked+label:before {
    -webkit-animation: borderscale 300ms ease-in;
    animation: borderscale 300ms ease-in;
    background-color: white;
}

.form-type-checkbox input[type="radio"]:checked+label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-type-checkbox input[type="radio"]+label:before {
    border-radius: 50%;
}

.form-type-checkbox input[type="checkbox"]:checked+label:before {
    -webkit-animation: borderscale 200ms ease-in;
    animation: borderscale 200ms ease-in;
    background: white;
}

.form-type-checkbox input[type="checkbox"]:checked+label:after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

@-webkit-keyframes borderscale {
    50% {
        box-shadow: 0 0 0 2px #e3735f;
    }
}

@keyframes borderscale {
    50% {
        box-shadow: 0 0 0 2px #e3735f;
    }
}

.webform-flex:last-child {
    margin-right: -7px;
}

.webform-submission-hazte-amigo-form .form-item-cuota {
    position: relative !important;
}

.webform-submission-hazte-amigo-form .form-item-cuota .field-suffix {
    position: absolute;
    right: 8%;
    top: 47px;
    font-size: 0.875rem;
    color: #666;
}

.pager {
    margin-top: 32px;
}

.pager__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pager__items a,
.pager__items .pager__item-ellipsis {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-top: 1px solid #3b4b55;
    border-bottom: 1px solid #3b4b55;
    border-left: 1px solid #3b4b55;
}

.pager__items a:hover,
.pager__items .pager__item-ellipsis:hover {
    color: #fff;
    background: #3b4b55;
}

.pager__items a:hover svg,
.pager__items .pager__item-ellipsis:hover svg {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.pager__items a span,
.pager__items .pager__item-ellipsis span {
    position: absolute;
    text-indent: -33333333px;
}

.pager__items .pager__item:last-child {
    border-right: 1px solid #3b4b55;
}

.pager__items .pager__item.is-active a {
    color: #fff;
    background: #3b4b55;
}

.pager-custom .pager__items {
    -webkit-justify-content: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
}

.modal-video-close-btn {
    right: 10px !important;
}

.bloque-destacado {
    background-image: url(/themes/custom/front/assets/images/bg-bloque.svg);
    background-repeat: no-repeat;
    background-position: 50% 19%;
}

.bloque-destacado__palabra {
    font-size: 4.10987rem;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
    text-decoration: underline;
    color: #3b4b55;
}

@media (max-width:767.98px) {
    .bloque-destacado__palabra {
        font-size: 3.24731rem;
    }
}

.bloque-destacado__descripcion {
    font-size: 1.375rem;
    font-weight: bold;
}

.bloque-destacado__descripcion:before {
    content: '';
    width: 56px;
    height: 9px;
    background-color: #237BC0;
    top: -32px;
    position: relative;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bloque-destacado__divider {
    background-color: red;
}

.form-exposed .form-text {
    width: 100%;
    border-radius: 0;
    font-size: 0.875rem;
    line-height: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    color: #666;
    background: transparent;
    transition: all 0.6s ease;
    outline: none;
}

.form-exposed .form-text::-webkit-input-placeholder {
    color: #999;
}

.form-exposed .form-text::-moz-placeholder {
    color: #999;
}

.form-exposed .form-text::-ms-input-placeholder {
    color: #999;
}

.form-exposed .form-text::placeholder {
    color: #999;
}

.form-exposed .form--inline {
    border-bottom: 1px solid #ccc;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.6s ease;
}

.form-exposed .form--inline:focus,
.form-exposed .form--inline:hover {
    outline: none;
    border-bottom: 1px solid #e3735f;
}

.form-exposed .form--inline .form-item {
    border: none;
}

.form-exposed input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form-exposed input:focus::-moz-placeholder {
    opacity: 0;
}

.form-exposed input:focus::-ms-input-placeholder {
    opacity: 0;
}

.form-exposed input:focus::placeholder {
    opacity: 0;
}

.form-exposed .image-button {
    width: 16px !important;
    height: 16px !important;
    opacity: 0.4;
    transition: all 0.6s ease;
}

.form-exposed .image-button:hover {
    opacity: 1;
    transition: all 0.6s ease;
}

.form-exposed .form-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.form-exposed .form-item {
    min-width: auto;
    margin-bottom: 0 !important;
}

@media (max-width:991.98px) {
    .form-exposed .form-item {
        min-width: auto;
    }
}

.form-exposed form.views-exposed-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-exposed input[type=text]:focus,
.form-exposed textarea:focus,
.form-exposed select {
    border-bottom: none;
}

.form-exposed-checks legend {
    font-size: 1rem;
    font-weight: bold;
}

.form-exposed-checks .form-checkboxes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-exposed-checks form.views-exposed-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-exposed-checks form.views-exposed-form .form-item {
    min-width: 50px !important;
}

.form-exposed-checks form.views-exposed-form .form-type-checkbox input[type="checkbox"]+label:before {
    box-sizing: content-box;
    content: '';
    color: white;
    position: absolute;
    top: 10px;
    left: -3px;
    width: 20px;
    height: 20px;
    margin-top: -9px;
    border: 2px solid #d9d9d9 !important;
    text-align: center;
    transition: all 0.4s ease;
}

.form-exposed-checks form.views-exposed-form .form-type-checkbox input[type="checkbox"]+label {
    position: relative;
    left: 3px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-left: 2.2em;
    margin-right: 20px;
}

.form-exposed-checks form.views-exposed-form .form-type-checkbox input[type="checkbox"]+label:after {
    left: 2px;
}

.form-exposed-checks .fieldset-wrapper,
.form-exposed-checks .form--inline .form-item {
    border: none;
}

#edit-categoria li {
    margin-bottom: 4px;
}

#edit-categoria li a {
    font-size: 0.88889rem;
    line-height: 20px;
}

.contacto-item__cargo {
    font-size: 1.125rem;
    line-height: 24px;
    color: #666;
    font-weight: bold;
}

.contacto-item__nombre {
    font-weight: bold;
}

.contacto-item__contacto span,
.contacto-item__contacto a {
    display: block;
}

.contacto-item__contacto a {
    color: #237BC0;
    font-weight: bold;
}

.sliding-popup-bottom {
    background: #3b4b55 !important;
}

.sliding-popup-bottom .popup-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:991px) {
    .sliding-popup-bottom .popup-content {
        display: block;
    }
}

.eu-cookie-compliance-message {
    margin-top: 0;
}

.eu-cookie-compliance-message p {
    font-size: 100%;
    line-height: 24px;
}

@media (max-width:991px) {
    .eu-cookie-compliance-message {
        margin-bottom: 32px;
    }
}

.eu-cookie-compliance-buttons {
    width: 20%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

@media (max-width:991px) {
    .eu-cookie-compliance-buttons {
        display: block;
        width: 100%;
    }
}

.eu-cookie-compliance-buttons .agree-button,
.eu-cookie-compliance-buttons .disagree-button {
    box-shadow: none;
    border: 1px solid #fff;
    margin: 0;
    padding: 12px 32px;
    text-shadow: none;
    width: auto;
}

.eu-cookie-compliance-buttons .agree-button {
    background: #fff;
    border-radius: 0;
    color: #002a5c;
    margin-right: 16px;
}

.eu-cookie-compliance-buttons .agree-button:hover {
    background: transparent;
    color: #fff;
}

.eu-cookie-compliance-buttons .disagree-button {
    background: transparent;
    border-radius: 0;
    color: #fff;
}

.eu-cookie-compliance-buttons .disagree-button:hover {
    background: #fff;
    color: #002a5c;
}

.section-error {
    background: url(/themes/custom/front/assets/images/bk-404.jpg) left top no-repeat;
    background-size: cover;
    text-align: center;
}

.error-content {
    width: 500px;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

@media (max-width:991px) {
    .error-content {
        width: 100%;
    }
}

.error-content .divider__brand {
    width: 96px;
}

.error_title {
    font-family: "Merriweather", sans-serif;
    font-size: 1.80203rem;
    line-height: 32px;
}

@media all and (min-width:576px) {
    .error_title {
        font-size: 2.02729rem;
        line-height: 52px;
    }
}

@media all and (min-width:768px) {
    .error_title {
        font-size: 3.65324rem;
        line-height: 60px;
    }
}

.indice-page .title-h3 {
    font-size: 1.26562rem;
    line-height: 28px;
    margin-top: 24px;
}

.indice__header {
    text-align: center;
    padding: 16px 0;
}

.indice__header img {
    margin-bottom: 24px;
}

.defError .f {
    color: #0123CE;
    font-weight: bold;
    font-size: 1.42383rem;
    line-height: 24px;
}

@media all and (min-width:768px) {
    .defError .f {
        font-size: 1.80203rem;
        line-height: 32px;
    }
}

.defError .par {
    background: #ededed;
    margin-top: 12px;
    padding: 4px;
}

.texto-error {
    padding: 64px 0;
    text-align: center;
    font-size: 1.42383rem;
    line-height: 24px;
}

@media all and (min-width:768px) {
    .texto-error {
        font-size: 1.80203rem;
        line-height: 32px;
    }
}

.texto-error a {
    text-decoration: underline;
}

.page-noticia {
    padding-top: 380px;
    position: relative;
}

@media (max-width:991px) {
    .page-noticia {
        padding: 0;
    }
}

.page-noticia.not-image {
    padding-top: 0;
}

.page-noticia p {
    margin-bottom: 16px;
}

.page-noticia a {
    color: #237BC0;
    font-weight: bold;
}

.page-noticia a:hover {
    color: #e3735f;
}

.page-noticia__header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width:991px) {
    .page-noticia__header {
        position: relative;
    }
}

.news__date {
    display: block;
    font-size: 0.88889rem;
    line-height: 20px;
    margin-bottom: 12px;
    color: #e3735f;
    text-transform: lowercase;
}

.container-news .news__date {
    font-size: 19px;
    font-weight: bold;
}

.news__intro,
.news__druashintro {
    margin-bottom: 24px !important;
    padding-bottom: 24px;
    font-size: 1.26562rem;
    line-height: 28px;
    font-family: "Merriweather", sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    color: #666;
}

.obra-dato {
    margin-right: 24px;
    margin-bottom: 24px;
}

@media (min-width:992px) {
    .obra-dato {
        margin-right: 96px;
        margin-bottom: 96px;
    }
}

.bloque-obra__version {
    max-width: 25%;
    padding: 0 12px 0 0;
}

@media (max-width:991px) {
    .bloque-obra__version {
        max-width: 100%;
    }
}

.ficha-second__header {
    position: relative;
    background: pink;
}

.ficha-second__title {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 64px;
}

.ficha-second__title .antetitulo,
.ficha-second__title .title {
    color: #fff;
}

.ficha-second__title .antetitulo a,
.ficha-second__title .title a {
    color: #fff !important;
}

.ficha-second__data-container {
    background: #3b4b55;
    padding: 96px 0;
    position: relative;
}

.ficha-second__data-container .bloque-texto {
    color: #fff;
}

.ficha-second__data-container .bloque-texto a {
    color: #fff !important;
    text-decoration: underline;
}

.ficha-second__data-container .btn__text .read-more,
.ficha-second__data-container .btn__text .less {
    color: #fff;
}

.ficha-second__data {
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:991px) {
    .ficha-second__data {
        max-width: 100%;
        display: block;
    }
}

.ficha-second__data .antetitulo {
    color: #fff;
}

.ficha-second__data--item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-bottom: 32px;
    padding: 0 24px;
}

@media (max-width:991px) {
    .ficha-second__data--item {
        margin-right: 0;
    }
}

.ficha-second__data--item .divider {
    margin: 32px auto;
}

.ficha-second__data--item .num {
    font-size: 1.60181rem;
    line-height: 32px;
    font-weight: bold;
    font-family: "Merriweather", sans-serif;
    margin-bottom: 16px;
}

@media all and (min-width:576px) {
    .ficha-second__data--item .num {
        font-size: 1.80203rem;
        line-height: 48px;
    }
}

@media all and (min-width:768px) {
    .ficha-second__data--item .num {
        font-size: 2.88651rem;
        line-height: 60px;
    }
}

@media (max-width:767px) {
    .ficha-second__data--item .num {
        font-size: 1.42383rem;
        line-height: 24px;
    }
}

@media all and (max-width:767px) and (min-width:768px) {
    .ficha-second__data--item .num {
        font-size: 1.80203rem;
        line-height: 32px;
    }
}

.ficha-second__obra-container {
    background: #ebece6;
    padding: 48px 0;
    position: relative;
}

.ficha-second__obra {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:767px) {
    .ficha-second__obra {
        display: block;
    }
}

.ficha-second__obra .bloque-obra {
    position: relative;
    top: -100px;
    padding: 0;
    margin-right: 48px;
}

@media (max-width:767px) {
    .ficha-second__obra .bloque-obra {
        top: 0;
    }
}

.ficha-second__obra .bloque-texto {
    width: 80%;
}

@media (max-width:767px) {
    .ficha-second__obra .bloque-texto {
        width: 100%;
    }
}

.nodetype--obra .select2-selection__rendered {
    color: #fff !important;
}

.nodetype--obra .bloque-texto-scroll__biografia {
    padding: 96px 96px 96px 149px;
}

@media (max-width:991px) {
    .nodetype--obra .bloque-texto-scroll__biografia {
        padding: 16px;
    }
}

.fundacion-section .cita .icon {
    fill: #AA263C !important;
}

.fundacion-landingnav .nav-variante {
    background-color: #AA263C;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.flex-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1025px) {
    .flex-xl-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1400px) {
    .flex-xxl-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxl-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxl-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxl-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xxl-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xxl-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1600px) {
    .flex-xxxl-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxxl-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxxl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxxl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxxl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxxl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxxl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxxl-fill {
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxxl-grow-0 {
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxxl-grow-1 {
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxxl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxxl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xxxl-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxxl-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxxl-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxxl-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxxl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xxxl-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxxl-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxxl-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxxl-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxxl-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxxl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxxl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxxl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxxl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxxl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxxl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxxl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxxl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxxl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxxl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xxxl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxxl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.u-border-all {
    border: solid 1px;
}

.u-border-all-gris {
    border: 1px solid #ccc;
}

.u-border-all-2 {
    border: solid 2px;
}

.u-border-top {
    border-top: solid 1px;
}

.u-border-top-grisclarodos {
    border-top: 1px solid #d9d9d9;
}

.u-border-bottom-grisclarodos {
    border-bottom: 1px solid #d9d9d9;
}

.u-border-right {
    border-right: solid 1px #ccc;
}

.u-border-gris {
    border: solid 1px #ccc;
}

.u-border-bottom {
    border-bottom: solid 1px;
}

.u-border-bottom-gris,
.title-form-type-one {
    border-bottom: solid 1px #ccc;
}

.u-border-bottom-gris-strong {
    border-bottom: solid 1px #666;
}

.u-border-top-gris {
    border-top: solid 1px #ccc;
}

.u-border-bottom-brand {
    border-bottom: solid 1px #e3735f;
}

.u-border-left {
    border-left: solid 1px #ccc;
}

.u-border-left\@desktop {
    border-left: solid 1px #ccc;
}

@media (max-width:767px) {
    .u-border-left\@desktop {
        border-left: 0;
    }
}

.u-border-right\@desktop {
    border-right: solid 1px #ccc;
}

@media (max-width:767px) {
    .u-border-right\@desktop {
        border-right: 0;
    }
}

.u-border-none {
    border: 0;
}

.u-border-style-dotted {
    border-style: dotted;
}

.u-border-style-dashed {
    border-style: dashed;
}

.u-border-style-solid {
    border-style: solid;
}

.u-border-style-none {
    border-style: 0;
}

.u-border-radius-0 {
    border-radius: 0;
}

.u-border-round {
    border-radius: 9999px;
}

.u-border-radius-100 {
    border-radius: 100%;
}

.u-border-radius-bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.u-border-radius-top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.u-border-radius-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.u-border-radius-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.u-border-radius-img {
    border-radius: 4px;
}

.u-border-rounded {
    width: 120px;
    height: 120px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 100%;
}

.u-border-brand {
    border-color: #e3735f;
}

.u-border-white {
    border-color: #fff;
}

.u-border-black {
    border-color: #222;
}

.u-vertical-align-top {
    vertical-align: top;
}

.u-text-center {
    text-align: center !important;
}

@media (max-width:767px) {
    .u-text-center\@only-mobile {
        text-align: center !important;
    }
}

.u-text-right {
    text-align: right !important;
}

.u-text-left {
    text-align: left !important;
}

.u-bg-norepeat {
    background-repeat: no-repeat;
}

.u-bg-cover {
    background-size: cover;
}

.u-column {
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    padding: 0 32px;
    height: 100%;
}

@media (max-width:767px) {
    .u-column {
        border: none;
        padding: 0;
        height: auto;
    }
}

.u-font-size-small {
    font-size: 0.79012rem;
    line-height: 16px;
}

.u-font-size-tiny {
    font-size: 0.88889rem;
    line-height: 20px;
}

.u-font-size-base {
    font-size: 100%;
    line-height: 24px;
}

.u-font-size-medium {
    font-size: 1.125rem;
    line-height: 24px;
}

.u-font-size-large {
    font-size: 1.26562rem;
    line-height: 28px;
}

.u-font-size-xmedium {
    font-size: 1.60181rem;
    line-height: 28px;
}

@media all and (min-width:576px) {
    .u-font-size-xmedium {
        font-size: 2.02729rem;
        line-height: 48px;
    }
}

.u-font-size-xlarge {
    font-size: 1.80203rem;
    line-height: 32px;
}

@media all and (min-width:576px) {
    .u-font-size-xlarge {
        font-size: 2.2807rem;
        line-height: 48px;
    }
}

.u-font-size-h5 {
    font-size: 1.26562rem;
    line-height: 28px;
}

@media all and (min-width:768px) {
    .u-font-size-h5 {
        font-size: 1.42383rem;
        line-height: 28px;
    }
}

.u-font-size-h4 {
    font-size: 1.26562rem;
    line-height: 24px;
}

@media all and (min-width:576px) {
    .u-font-size-h4 {
        font-size: 1.42383rem;
        line-height: 32px;
    }
}

@media all and (min-width:768px) {
    .u-font-size-h4 {
        font-size: 1.60181rem;
        line-height: 32px;
    }
}

.u-font-size-h3 {
    font-size: 1.42383rem;
    line-height: 24px;
}

@media all and (min-width:768px) {
    .u-font-size-h3 {
        font-size: 1.80203rem;
        line-height: 32px;
    }
}

.u-font-size-h2 {
    font-size: 1.60181rem;
    line-height: 32px;
}

@media all and (min-width:576px) {
    .u-font-size-h2 {
        font-size: 1.80203rem;
        line-height: 48px;
    }
}

@media all and (min-width:768px) {
    .u-font-size-h2 {
        font-size: 2.88651rem;
        line-height: 60px;
    }
}

.u-font-size-h1 {
    font-size: 1.80203rem;
    line-height: 32px;
}

@media all and (min-width:576px) {
    .u-font-size-h1 {
        font-size: 2.02729rem;
        line-height: 52px;
    }
}

@media all and (min-width:768px) {
    .u-font-size-h1 {
        font-size: 3.65324rem;
        line-height: 60px;
    }
}

.u-font-size-hero {
    font-size: 1.60181rem;
    line-height: 32px;
}

@media all and (min-width:576px) {
    .u-font-size-hero {
        font-size: 2.02729rem;
        line-height: 48px;
    }
}

@media all and (min-width:768px) {
    .u-font-size-hero {
        font-size: 2.56578rem;
        line-height: 48px;
    }
}

.u-font-famili-base {
    font-family: "Lato", Arial, sans-serif;
}

.u-font-famili-second {
    font-family: "Merriweather", sans-serif;
}

.u-font-size-medium {
    font-size: 1.26562rem;
    line-height: 28px;
}

.u-font-size-hero {
    font-size: 1.80203rem;
    line-height: 32px;
}

@media all and (min-width:576px) {
    .u-font-size-hero {
        font-size: 2.02729rem;
        line-height: 52px;
    }
}

@media all and (min-width:768px) {
    .u-font-size-hero {
        font-size: 3.65324rem;
        line-height: 60px;
    }
}

.u-font-size-vmedium {
    font-size: 1.125rem;
    line-height: 24px;
}

.u-font-mini {
    font-size: 0.875rem;
}

.u-font-verymini {
    font-size: 0.75rem;
}

.u-font-italic {
    font-style: italic;
}

.u-font-bold {
    font-weight: bold;
}

.u-font-underline {
    text-decoration: underline;
}

.u-font-uppercase {
    text-transform: uppercase;
}

.u-text-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.u-link-blue a {
    color: #237BC0;
}

.u-link-blue a:visited {
    color: #237BC0;
}

.u-link-brandfour a {
    color: #237BC0;
    font-weight: bold;
    font-size: 1.125rem;
}

.u-link-brandfour a:visited {
    color: #237BC0;
}

.u-full-width {
    width: 100%;
}

.divider-100 {
    height: 100px;
}

.divider-200 {
    height: 200px;
}

.divider-300 {
    height: 300px;
}

.u-bg-orange {
    background-color: #e3735f !important;
}

.u-bg-redstrong {
    background-color: #AA263C !important;
}

.u-bg-grisfour {
    background-color: #EEEFE8;
}

.u-bg-white {
    background-color: white !important;
}

.u-text-white {
    color: #fff !important;
}

.u-text-brand {
    color: #e3735f !important;
}

.u-text-brandfour {
    color: #237BC0;
}

.u-text-strong-blue strong {
    color: #237BC0;
}

.u-text-white {
    color: white !important;
}

.u-text-redstrong {
    color: #AA263C !important;
}

.u-text-brandsecondary {
    color: #3b4b55;
}

.u-text-grisclarodos {
    color: #d9d9d9;
}

@keyframes modal-video {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-video-inner {
    from {
        transform: translate(0, 100px)
    }

    to {
        transform: translate(0, 0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.modal-video-close {
    opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}

.modal-video-close-btn:before {
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    transform: rotate(-45deg)
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

.royalSlider {
    width: 600px;
    height: 400px;
    position: relative;
    direction: ltr;
    touch-action: pan-y pinch-zoom;
}

.royalSlider>* {
    float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}

.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;
}

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer;
}

.rsThumb {
    float: left;
    position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
}

.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none;
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto;
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
}

.rsPreloader {
    position: absolute;
    z-index: 0;
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
}

.rsTabs {
    float: left;
    background: none !important;
}

.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px;
}

.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
}

img.rsImg {
    max-width: none;
}

.grab-cursor {
    cursor: url(/themes/custom/front/libraries/royalslider/grab.png) 8 8, move;
}

.grabbing-cursor {
    cursor: url(/themes/custom/front/libraries/royalslider/grabbing.png) 8 8, move;
}

.rsNoDrag {
    cursor: auto;
}

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(/themes/custom/front/libraries/royalslider/blank.gif);
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos] {
    pointer-events: none
}

[data-aos].aos-animate {
    pointer-events: auto
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

@media screen {
    html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform
    }

    html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    html:not(.no-js) [data-aos=fade-up] {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    html:not(.no-js) [data-aos=fade-down] {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    html:not(.no-js) [data-aos=fade-right] {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }

    html:not(.no-js) [data-aos=fade-left] {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

    html:not(.no-js) [data-aos=fade-up-right] {
        -webkit-transform: translate3d(-100px, 100px, 0);
        transform: translate3d(-100px, 100px, 0)
    }

    html:not(.no-js) [data-aos=fade-up-left] {
        -webkit-transform: translate3d(100px, 100px, 0);
        transform: translate3d(100px, 100px, 0)
    }

    html:not(.no-js) [data-aos=fade-down-right] {
        -webkit-transform: translate3d(-100px, -100px, 0);
        transform: translate3d(-100px, -100px, 0)
    }

    html:not(.no-js) [data-aos=fade-down-left] {
        -webkit-transform: translate3d(100px, -100px, 0);
        transform: translate3d(100px, -100px, 0)
    }

    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
        opacity: 0;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform
    }

    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }

    html:not(.no-js) [data-aos=zoom-in] {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-up] {
        -webkit-transform: translate3d(0, 100px, 0) scale(.6);
        transform: translate3d(0, 100px, 0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-down] {
        -webkit-transform: translate3d(0, -100px, 0) scale(.6);
        transform: translate3d(0, -100px, 0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-right] {
        -webkit-transform: translate3d(-100px, 0, 0) scale(.6);
        transform: translate3d(-100px, 0, 0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-left] {
        -webkit-transform: translate3d(100px, 0, 0) scale(.6);
        transform: translate3d(100px, 0, 0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-out] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-up] {
        -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
        transform: translate3d(0, 100px, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-down] {
        -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
        transform: translate3d(0, -100px, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-right] {
        -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
        transform: translate3d(-100px, 0, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-left] {
        -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
        transform: translate3d(100px, 0, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        visibility: hidden
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
        visibility: visible;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    html:not(.no-js) [data-aos=slide-up] {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    html:not(.no-js) [data-aos=slide-down] {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    html:not(.no-js) [data-aos=slide-right] {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    html:not(.no-js) [data-aos=slide-left] {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform
    }

    html:not(.no-js) [data-aos=flip-left] {
        -webkit-transform: perspective(2500px) rotateY(-100deg);
        transform: perspective(2500px) rotateY(-100deg)
    }

    html:not(.no-js) [data-aos=flip-left].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }

    html:not(.no-js) [data-aos=flip-right] {
        -webkit-transform: perspective(2500px) rotateY(100deg);
        transform: perspective(2500px) rotateY(100deg)
    }

    html:not(.no-js) [data-aos=flip-right].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }

    html:not(.no-js) [data-aos=flip-up] {
        -webkit-transform: perspective(2500px) rotateX(-100deg);
        transform: perspective(2500px) rotateX(-100deg)
    }

    html:not(.no-js) [data-aos=flip-up].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }

    html:not(.no-js) [data-aos=flip-down] {
        -webkit-transform: perspective(2500px) rotateX(100deg);
        transform: perspective(2500px) rotateX(100deg)
    }

    html:not(.no-js) [data-aos=flip-down].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }
}

h1 {
    font-size: 2em
}

h1.dic {
    margin: 20px 0 10px 0;
    font-family: "Lato";
}

.bloque-txt>p {
    margin-bottom: 1rem !important
}

.bloque-txt a {
    color: #237bc0;
    border-radius: 5px;
}

.bloque-txt h2 {
    font-size: 1.2em;
    margin: .5em 0
}

.bloque-txt>ul {
    list-style-type: disc;
    margin-left: 1em
}

.o {
    text-align: center;
    border-top: 1px solid #ddd;
    margin: 1em;
    padding: 1em;
    font-style: italic
}

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333
}

.autocomplete-suggestion b {
    font-weight: 400;
    color: #1f8dd6
}

.autocomplete-suggestion.selected {
    background: #f0f0f0
}

.align-center {
    text-align: center
}

.justify {
    text-align: justify
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

#autocomplete {
    text-align: left
}

#buscador {
    padding-top: 15px;
    z-index: 500;
    position: relative;
    text-align: center;
    clear: both
}

.drae23 .button {
    background-color: #0e2752;
    color: #fff;
    min-width: 5em;
    border: 1px solid #e5e5e5
}

#resultados {
    font-family:"Petrona", serif;
    font-weight: 500;
}

hi [rend*=curs] {
    font-style: italic
}

.ui-tooltip-content {
    color: #000;
    background-color: #efe;
    padding: 5px;
    max-width: 400px;
    overflow: auto;
    font-size: .9em
}

.ui-tooltip {
    line-height: 1.5em;
    max-width: 400px;
    overflow: auto;
    position: absolute;
    z-index: 9999
}

.esquema_sintactico {
    font-style: italic;
    font-size: .8em;
    padding-left: .5em;
    line-height: 1.1em;
    color: gray;
    text-decoration: underline;
    cursor: default
}

.autor {
    font-variant: small-caps;
    font-size: 1.05em;
}

.obra {
    font-style: italic
}

.comodin {
    color: #545454
}

.descriptor_entorno {
    font-size: .85em
}

.descriptor_semantico {
    color: #365f91
}

.descriptor_comentario {
    font-size: .85em
}

.descriptor_sintactico {
    color: #47b8c7
}

.descriptor_morfosemantico {
    color: #096
}

.descriptor_elemento_combinado {
    font-style: italic;
    border-bottom: thin dashed;
    font-size: .85em
}

.descriptor_elemento_cientifico {
    font-style: italic;
    font-size: .85em
}

.descriptor_nombre_cientifico_c {
    font-style: italic;
    font-size: .85em
}

.descriptor_elemento_relacionado {
    text-decoration: underline
}

.libro {
    font-style: italic
}

.autor,
.edicion,
.fuente,
.idioma,
.obra,
.pais {
    margin-left: .5em
}

.fecha {
    font-size: 1em;
    font-weight: 700
}

.texto-obra {
    text-align: justify;
    margin-top:1px;
    margin-bottom:10px;
    font-family: "Open Sans", Helvetica, sans-serif;
}

a.familia {
    color: orange;
    border: 1px solid orange;
    border-radius: 10px;
    padding: 5px 5px 3px 5px;
    display: inline-block;
    margin: 5px 0
}

.resumen-container {
    border: 1px solid green;
    margin-bottom: 15px;
    border-radius: 10px;
    margin-top:10px;
}

.resumen_pad {
    margin: 10px 15px 10px 15px;
    text-align: justify;
    font-weight:400;

}

.resumen-menu {
    margin: 5px;
    text-align: right
}

a.etiqueta-resumen {
    color: green;
    font-size: .9em
}

.oc_res {
    margin-left: 10px
}

.resumen {
    display: block;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 9em;
    line-height: 1.5em;
    clear: both
}

.resumen p {
    display: block;
    margin: 0;
    padding: 0
}

.texto_glosa {
    font-size: .8em
}

.tab_autoridades {
    max-height: 600px;
    overflow-y: auto
}

.div_tab {
    border: 1px solid #ccc;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tab_autoridades_out {
    margin: 10px 0
}

.autoridades {
    font-size: .8em;
    line-height: 1.1em;
    font-family: "Open Sans", Helvetica, Arial, Sans-Serif;
    padding: .8em;
    background-color: #f9f9f9;
    font-weight: 400;
}

.autoridad_asignada {
    font-size: .9em;
    line-height: 1em
}

.pvt {
    color: #00f
}

cva {
    font-style: italic
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
    position: relative;
    left: -10px;
    top: 5px
}

input[type=search] {
    -webkit-appearance: none
}

.keyboard_trigger {
    cursor: hand;
    position: absolute
}

#deletex {
    position: relative;
    z-index: 2;
    left: -50px;
    top: 3px;
    color: #7b7b7b;
    cursor: pointer;
    width: 0
}

#keyfilter {
    position: relative;
    z-index: 1;
    left: -32px;
    top: 3px;
    color: #7b7b7b;
    cursor: pointer;
    width: 0
}

.keyboard {
    z-index: 300
}

.keyboard a {
    width: 1.5em;
    height: 1.4em;
    border: 1px solid #444;
    display: block;
    text-align: center;
    text-decoration: none;
    float: left;
    margin: 0 .1em .1em 0;
    line-height: 1.4em;
    background-color: #f4f4f4;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
    border-radius: .25em;
    text-align: center;
    cursor: pointer
}

.hidden {
    display: none
}

.keyboard_trigger {
    cursor: hand;
    position: absolute
}

.keyboard .cab {
    font-size: .75em;
    margin-top: 18px
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.1em;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-times-circle-o:before {
    content: "\2716"
}

.icon-keyboard-o:before {
    content: "\2328"
}

.icon-angle-up:before {
    content: "\21E7";
    font-size: 1.7em;
    line-height: 2;
    padding: 1em 1em 1em 1em
}

div.cb {
    clear: both
}

.compartir {
    margin: 10px auto;
    text-align: center
}

.resp-sharing-button__icon,
.resp-sharing-button__link {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: .5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: .5em .75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: .4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--tumblr {
    background-color: #35465c
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--whatsapp {
    background-color: #25d366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998
}

.resp-sharing-button--facebook:active,
.resp-sharing-button--facebook:hover {
    background-color: #2d4373;
    border-color: #2d4373
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee
}

.resp-sharing-button--twitter:active,
.resp-sharing-button--twitter:hover {
    background-color: #2795e9;
    border-color: #2795e9
}

.resp-sharing-button--email {
    background-color: #777;
    border-color: #777
}

.resp-sharing-button--email:active,
.resp-sharing-button--email:hover {
    background-color: #5e5e5e;
    border-color: #5e5e5e
}

.resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c
}

.resp-sharing-button--pinterest:active,
.resp-sharing-button--pinterest:hover {
    background-color: #8c0615;
    border-color: #8c0615
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5
}

.resp-sharing-button--linkedin:active,
.resp-sharing-button--linkedin:hover {
    background-color: #046293;
    border-color: #046293
}

.resp-sharing-button--whatsapp {
    background-color: #25d366;
    border-color: #25d366
}

.resp-sharing-button--whatsapp:active,
.resp-sharing-button--whatsapp:hover {
    background-color: #1da851;
    border-color: #1da851
}

.resp-sharing-button--telegram {
    background-color: #54a9eb
}

.resp-sharing-button--telegram:hover {
    background-color: #4b97d1
}

.imagenAyuda {
    width: 100%;
    display: block
}

.panelAyudaRapida {
    width: 100%;
    height: 100%
}

.bordeSuperiorMenu {
    border-top-style: solid;
    border-top-color: #a6b2a9;
    border-top-width: thick
}

.bordeInferiorLogoCabecera {
    border-bottom-style: solid;
    border-bottom-color: #a6b2a9;
    border-bottom-width: thick
}

.formatoLema {
    font-size: 2em;
    color: #365f91
}

.tamanoPanel {
    width: 100%
}

.tamanoDesplegable {
    width: 170px;
    height: 30px
}

.tamanoFila {
    width: 100%
}

.anchoDesplegable {
    width: 170px
}

.anchoFila {
    width: 290px
}

.anchoBoton {
    width: 170px
}

.botonAut {
    width: 23px;
    height: 23px
}

.colorFondoGris {
    background-color: #f7f7f7
}

.colorFondoAzul {
    background-color: #c1dbf4
}

.colorFondoVerdeGris {
    background-color: #dcdde0
}

.textoAzul {
    color: #365f91
}

.textoEsquemaSintactico {
    color: #365f91;
    font-size: .8em;
    text-decoration: underline
}

.textoRojo {
    color: red;
    font-size: .8em
}

.textoFoco {
    color: #00f;
    font-size: .8em
}

.textoRangoInservible {
    color: #e379e3;
    font-size: .8em;
    text-transform: inherit
}

.textoRangoCuarentena {
    color: #bf00ff;
    font-size: .8em;
    text-transform: uppercase
}

.textoRangoRojoUpp {
    color: #7d29ba;
    font-size: .9em;
    text-transform: uppercase
}

.textoRangoAut {
    text-transform: uppercase;
    color: #bf00ff;
    font-size: .8em
}

.textoCaracter {
    color: #f93;
    font-size: .8em
}

div.textoRelaciones {
    background-color: #fafafa;
    padding: 1px 5px;
    font-size: .9em;
    line-height: 18px;

}

span.textoRelaciones {
    color: red;
    font-size: .9em;
    text-decoration: underline
}

span.textoSinonimo {
    font-size: .9em
}

.textoEsquemaSintactico {
    color: #365f91;
    font-size: .8em;
    text-decoration: underline
}

.textoEsquemaSintacticoCursiva {
    color: #365f91;
    font-size: .8em;
    font-style: italic
}

.textoEsquemaSintacticoVersales {
    color: #365f91;
    font-size: .8em;
    font-variant: small-caps
}

.textoLema {
    color: #365f91;
    font-size: 2.3em;
    line-height: 2.3em
}

.textoLemaExtrng {
    color: #365f91;
    font-size: 3em;
    font-style: italic
}

.textoRangoLema {
    color: #365f91;
    font-size: 1.8em;
    text-decoration: none;
    vertical-align: top;
    margin-left: 5px
}

.textoRangoLemaRelacionado {
    color: #ff9222;
    text-decoration: none;
    vertical-align: top;
    margin-left: 5px
}

.textoLemaEnvio {
    color: #ab2a3e;
    font-size: 1.5em;
    text-decoration: underline
}

.textoIndiceEnvio {
    color: #ab2a3e;
    vertical-align: top;
    margin-left: 5px;
    text-decoration: none
}

ul.acep_sinlist {
    margin-left: 0
}

ul.acep_sinlist li.acepcion {
    list-style: none;
    margin-bottom: 2em;
    margin-left: 1.5em
}

div.textoLemaEnvio,
div.textoLemaFC {
    margin-bottom: .5em
}

div.textoLemaFC {
    color: #365f91;
    font-size: 1.5em
}

.textoLemaFCRelevante {
    color: #365f91;
    font-size: 1.2em
}

.textoLemaFCNoRelevante {
    color: green;
    font-size: 1.2em
}

.textoBusquedaLema {
    color: #365f91;
    text-decoration: none
}

.botonNavegarLista {
    color: #365f91;
    text-decoration: none
}

.textoHomografoBusquedaLema {
    color: #365f91;
    font-size: .8em;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 5px
}

.homografoHiperlema {
    color: #ff9222;
    font-size: .8em;
    text-decoration: none;
    vertical-align: top;
    margin-left: 5px
}

.textoBusquedaLemaConcordancia {
    color: red;
    text-decoration: none
}

.textoHomografoBusquedaLemaConcordancia {
    color: red;
    font-size: .8em;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 5px
}

.textoEstadoBusquedaLema {
    color: #000;
    text-decoration: none;
    vertical-align: middle
}

.textoOpcionesMenu {
    font-size: 1.5em;
    font-family: Garamond;
    color: #000;
    text-decoration: none
}

.textoOpcionesMenuDeshabilitado {
    font-size: 1.5em;
    font-family: Garamond;
    color: #000;
    text-decoration: none;
    color: #7e7e7e
}

P.resumen {
    font-family: book antiqua
}

.textoEtimologia {
    font-family: book antiqua
}

.textoResumen {
    font-style: italic
}

.textoOcultarResumen {
    color: #365f91;
    font-style: italic
}

.textoHomografo {
    color: #000;
    vertical-align: calc(15px)
}

.textoCategoria {
    color: #000;
    font-size: 1.2em;
    /* font-style: italic */
}

.textoEstado {
    color: red;
    font-size: 1.2em;
    font-style: italic
}

.textoFechaLema {
    color: #000;
    font-size: 1.2em;
    font-family: Georgia
}

.textoFechaLemaLxgr {
    color: #545454;
    font-size: 1.2em;
    font-family: Georgia;
    font-style: italic
}

.textoSublemas {
    color: #365f91;
    font-size: 1.4em
}

.textoSublemasGris {
    color: #9c9897;
    font-size: 1.2em
}

.textoSublemasExtrng {
    color: #365f91;
    font-size: 1.2em;
    font-style: italic
}

a.textoLemasRel {
    color: #ff9222
}

span.textoLemasRel {
    margin-left: 10px
}

.textoLemasRelExtrng {
    color: #ff9222;
    font-style: italic
}

.textoFechaLemasRel {
    color: #ff9222
}

.textoDerivadosApreciativos {
    color: green;
    font-size: 1.2em
}

.textoDerivadosApreciativosExtrng {
    color: green;
    font-size: 1.8em;
    font-style: italic
}

.textoAlertaLema {
    color: red;
    font-weight: 700
}

.textoAlertaAcep {
    font-size: .9em;
    color: red;
    font-weight: 700
}

.textoAlertaAutoridad {
    font-size: .9em;
    color: red;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px
}

.textoEntregaLema {
    color: #365f91;
    /* font-style: italic; */
    font-size: .9em
}

.textoEtimologiaManualResaltado {
    font-style: italic
}

.textoEtimo {
    color: #365f91;
    font-size: 1.2em;
    font-weight: 500;
}

.textoOrdenAcep {
    color: #365f91;
    font-size: 1.5em;
    font-family: Book Antiqua
}

.textoMarcas {
    font-size: 1.4em;
    font-family: Garamond
}

.textoMarcasCursiva {
    font-size:1.4em;
    font-family:Garamond;
    font-style:italic;
    background-color: #ededed;
    border-radius: 4px;
    padding: 1px 2px;

}

.textoCategoriaGramat {
    color: #365f91;
    font-family: "Petrona", serif;
    background-color: aliceblue;
    border-radius: 4px;
    padding: 1px 2px;
}

.textoCategoriaGramatLexico {
    font-family: "Petrona", serif;
    background-color: aliceblue;
    border-radius: 4px;
    padding: 1px 2px;
    /*font-size: 1.4em;*/
}

.textoMarcasLexico {
    color: #545454;
    font-size: 1.4em;
    font-family: "Petrona", serif;
    background-color: #ededed;
    border-radius: 4px;
    padding: 1px 4px;
}

.textoMarcasCursivaLexico {
font-size:1em;
    color: #545454;
    font-family: "Petrona", serif;
    font-style: italic;
    background-color: #ededed;
    border-radius: 4px;
    padding: 1px 4px;
}

.textoLemaComplejoAcep {
    color: #365f91;
    font-size: 25px;
    font-family: Garamond;
    font-weight: 700
}

.textoLemaComplejoAcepLexico {
    color: #365f91;
    font-size: 1.4em;
    font-family: Garamond;
    font-weight: 700;
    font-style: italic
}

.textoDefinicionAcep {
    font-size: 1.4em;
    font-family: Garamond
}

.popupDefFragmt {
    width: 70%;
    display: block;
    position: absolute !important;
    left: 4% !important
}

.textoDefDescrMorfosem {
    font-size: 1.4em;
    font-family: Garamond;
    color: #096
}

.textoDefDescrMorfosemRel {
    font-family: Garamond;
    color: #096;
    background-color: #aaf3db;
    text-align: left;
    margin-left: 1%
}

.textoDefDescrSem {
    font-size: 1.4em;
    font-family: Garamond;
    color: #365f91
}

.textoDefComun {
    font-family: Garamond;
    color: #365f91;
    background-color: #ddedff;
    text-align: left;
    margin-left: 1%
}

.textoDefDescrSemRel {
    font-family: Garamond;
    color: #365f91;
    background-color: #ddedff;
    text-align: left;
    margin-left: 1%
}

.textoArticuloComun {
    font-family: Garamond;
    color: #e60000;
    text-align: left;
    margin-left: 1%
}

.textoDefDescrSemRelComent {
    font-family: Garamond;
    color: #365f91;
    background-color: #fff;
    text-align: center
}

.textoDefContr {
    font-size: 1.4em;
    font-family: Garamond
}

.textoDefCuerpo {
    font-size: 1.4em;
    font-family: Garamond
}

.textoDefComent {
    font-size: 1.4em;
    font-family: Garamond
}

.textoDefNomCientComent {
    font-family: Garamond;
    font-style: italic
}

.textoDefComodin {
    font-size: 1.4em;
    font-family: Garamond;
    margin-left: -.1em
}

.textoDefComodinLexgr {
    font-size: 1.4em;
    font-family: Garamond;
    color: #545454
}

.textoDefEnlace {
    font-size: 1.4em;
    font-family: Garamond;
    text-decoration: underline
}

.textoDefElCombinado {
    font-family: Garamond;
    font-style: italic;
    border-bottom: thin dashed
}

.textoDefElCientifico {
    font-size: 1.4em;
    font-family: Garamond;
    font-style: italic
}

.textoDefEnlaceRel {
    font-size: 1.4em;
    font-family: Garamond;
    background-color: #eee;
    text-align: left;
    margin-left: 1%
}

.textoDescrSintact {
    color: #47b8c7;
    font-size: 1.3em;
    font-family: Garamond
}

.textoDescrSintactRel {
    font-family: Garamond;
    color: #47b8c7;
    background-color: #c1f8ff;
    text-align: left;
    margin-left: 1%
}

.textoDefNexo {
    font-size: 1.4em;
    font-family: Garamond
}

.textoDefSeparador {
    font-size: 1.4em;
    font-family: Garamond;
    margin-left: -.2em
}

.textoDefSeparadorRight {
    font-size: 1.4em;
    font-family: Garamond;
    margin-right: -.2em
}

.textoDefSeparadorLeft {
    font-size: 80px;
    font-family: Garamond;
    margin-left: -.2em
}

.caf-list-horizontal li {
    display: inline;
    padding: 0
}

.textoDefinicionAcepCursiva {
    font-family: Garamond;
    font-style: italic
}

.textoDefinicionAcepVersalita {
    font-family: Garamond;
    font-variant: small-caps
}

.textoDefinicionAcepLexicoVersalita {
    color: #545454;
    font-family: Garamond;
    font-variant: small-caps
}

.textoDefinicionComentario {
    font-family: Garamond;
    font-style: normal
}

.textoDefinicionLexicoComentario {
    color: #545454;
    font-family: Garamond;
    font-style: normal
}

.textoDefinicionAcepLexico {
    color: #545454;
    font-size: 18px;
    font-family: Garamond
}

.textoDefinicionAcepLexicoCursiva {
    color: #545454;
    font-family: Garamond;
    font-style: italic
}

span.textoMecanismo {
    color: red;
    font-size: .8em;
    margin-left: 5px;
    font-family: "Lato", sans-serif;
}

div.mecanismo {
    float: right;
    margin-left: 10px
}

.textoRelGenetica {
    text-decoration: underline
}

.textoRelacionSemantica {
    color: #365f91;
    font-size: .8em
}

.textoFechaAut {
    margin-top: 10px
}

.autoridad_lexicografica {
    color: #545454
}

.textoAutoridadAsignadaLexgr {
    font-size: .8em;
    color: #545454
}

.marcaUsoFigurado {
    font-style: italic;
    color: green
}

.marcaUsoMetalinguistico {
    font-style: italic;
    color: #ff8c00
}

.textoTituloAutoridad {
    font-style: italic
}

.textoTituloAutoridadLexicografica {
    font-style: italic;
    color: #545454
}

.textoTituloAutoridadAsignada {
    font-size: .8em;
    font-style: italic
}

.textoTituloAutoridadAsignadaLexgr {
    font-size: .8em;
    font-style: italic;
    color: #545454
}

.textoAutorAutoridad {
    font-size: 16px;
    font-variant: small-caps
}

.textoAutorAutoridadLexicografica {
    font-variant: small-caps;
    color: #545454
}

.textoAutorAutoridadAsignada {
    font-variant: small-caps
}

.textoFuenteAutoridadLexicografica {
    color: #545454
}

.textoAutorAutoridadAsignadaLexgr {
    font-variant: small-caps;
    color: #545454
}

.textoAutoridadPivote {
    font-size: inherit;
    font-family: inherit;
    color: #00f
}

.envio_acepcion {
    color: #c83838;
    font-variant: small-caps
}

.textoVolado {
    font-size: .8em;
    vertical-align: text-top
}

.textoAutoridadSolicitada {
    font-size: .8em;
    font-variant: small-caps;
    color: green;
    font-family: "Open Sans", sans-serif;
}

.textoConstruccion {
    font-family: Georgia;
    font-style: italic
}

.textoConstruccionLema {
    color: #365f91
}

.textoGrupoClasif {
    color: green;
    font-size: 1.5em;
    font-style: italic
}

.textoSubgrupoClasif {
    color: green;
    font-size: 1.2em;
    font-style: italic
}

.sombreadoAcepcion {
    background-color: #ffcd9b
}

.sombreadoSubacepcion {
    background-color: #ffe7ab
}

.margenIzq {
    margin-left: 5px
}

.margenIzqSubcategoria {
    margin-left: 5px
}

.margenIzqSimbolo {
    margin-left: 15px
}

.margenIzqMarca,
.margenIzqTexto {
    margin-left: 5px
}

.ordenAcep {
    margin-left: 15px;
    background-color: #fefaf1
}

.portlet-section-header,
.portlet-section-header td,
.portlet-section-header th {
    background-color: #fff;
    border-bottom: 0 solid #fff;
    padding: 0;
    font-size: 1.5em
}

.caf-modal-dialog .caf-dialog-title * {
    font-weight: 400
}

.imagenFondoCabecera {
    background-image: url(imagenes/frl_cintillo.png);
    background-color: #fff
}

.imagenFondoCabecera {
    background-image: url(imagenes/frl_cintillo.png);
    background-color: #fff
}

.imagen_enlace_pinchable {
    background-image: url(imagenes/camara.jpg);
    background-color: #fff
}

.tituloCabecera {
    font-size: 200%;
    font-weight: 700;
    font-style: normal;
    font-family: Garamond;
    color: #933;
    position: relative
}

.ventanaInicio {
    background-color: #669993
}

.cerrar {
    font-family: Garamond;
    font-size: 100%;
    font-weight: 700
}

.textoPaginasResult {
    font-size: .9em
}

.cell {
    padding-top: .5%;
    padding-bottom: .5%;
    background-color: #dcdde0
}

.logoAcademia {
    width: 150px;
    heigth: 50px
}

.etiquetaSubAcepcionesYVariantes {
    margin-top: 5px;
    border: 1px solid #365f91;
    display: inline-block;
    background-color: transparent;
    color: #365f91;
    font-size: .85em;
    padding: 0 5px
}

tfoot>tr>th>div>span * {
    font-family: Bookman Old Style !important;
    font-size: .8em
}

.dhletabs {
    background-color: #eee;
    /* border-bottom: 1px solid #ccc; */
    list-style: none;
    margin: 0;
    zoom: 1
}

.dhletabs:after {
    display: block;
    clear: both;
    content: " "
}

.dhletabs li {
    float: left;
    margin: 0 1px 0 0;
    /* padding-left: 5px */
}

.dhletabs a {
    font-size: .8em;
    display: block;
    position: relative;
    top: 1px;
    border: 1px solid #ccc;
    border-bottom: 0;
    z-index: 1;
    padding: 2px 9px 3px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, sans-serif;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

}

.dhletabs a:active,
.dhletabs a:focus {
    outline: 0
}

.dhletabs a:active,
.dhletabs a:focus,
.dhletabs a:hover {
    background: #fff;
    cursor: pointer
}

.ui-tabs-active a {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    padding: 2px 8px 1px;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #fabd23;
    border-left: 1px solid #fabd23;
    border-right: 1px solid #fabd23;
    margin-bottom: -1px;
    overflow: visible
}

.ui-tabs-hide {
    display: none;
    background-color: #fff
}

.ui-tabs-nav {
    padding-top: 5px
}

.ui-tabs-panel{
    padding:2px;
}

.ui-tabs-paging-next {
    float: right !important;
    padding-right: 0 !important
}

.ui-tabs-paging-next a,
.ui-tabs-paging-prev a {
    display: block;
    position: relative;
    top: 1px;
    border: 0;
    z-index: 2;
    padding: 0;
    color: #444;
    text-decoration: none;
    background: #eee;
    cursor: pointer
}

.ui-tabs-paging-next a:active,
.ui-tabs-paging-next a:focus,
.ui-tabs-paging-next a:hover,
.ui-tabs-paging-prev a:active,
.ui-tabs-paging-prev a:focus,
.ui-tabs-paging-prev a:hover {
    background: #eee
}

.tabsinfondo {
    background-color: transparent
}

ol.acepciones,
ol.subacepciones {
    list-style-type: none;
    padding-left: 0
}

ol.subacepciones {
    list-style-type: none;
    margin-left: 2em
}

ol.acepciones,
ol.subacepciones {
    counter-reset: item
}

ol.subacepciones>li {
    margin-top: 1em;
    margin-bottom: 1em
}

ol.acepciones>li:before {
    font-size: 1.1em;
    content: counter(item) ". ";
    padding-right: .3em
}

ol.subacepciones>li:before {
    font-size: 1.1em;
    content: counters(item, ".") ". ";
    padding-right: .3em
}

ol.acepciones>li,
ol.subacepciones>li {
    counter-increment: item
}

ol.acepciones>li {
    margin-bottom: 2em;
    margin-left: 1.5em
}

li ol.subacepciones>li {
    margin: .5em 0 1.5em 0
}

ol.variantes {
    list-style-type: none;
    margin-left: 2em
}

li ol.variantes>li {
    margin: .5em 0 1.5em 0
}

ol.variantes {
    counter-reset: alfa
}

ol.variantes>li {
    counter-increment: alfa
}

ol.variantes>li:before {
    font-size: 1.1em;
    content: counter(alfa, lower-alpha) ") ";
    padding-right: .3em;
}

ul.autoridades,
ul.ayuda li {
    /* margin-bottom: 1em */
}

.documentacion {
    margin: 10px 0 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
}

ol.documentacion>li:before {
    font-size: 1.4em
}

.ui-helper-hidden-accessible {
    display: none;
    height: 0;
    overflow: hidden
}

.principal {
    border-right: 1px solid #ccc
}

.select-css {
    display: block;
    text-align: right;
    font-size: .8em;
    font-family: sans-serif;
    color: #444;
    line-height: 1.3;
    padding: .2em 1.4em .2em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #fff 0, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%
}

.select-css::-ms-expand {
    display: none
}

.select-css:hover {
    border-color: #888
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: 0
}

.select-css option {
    font-weight: 400
}

.lateral {
    padding-top: 10px
}

ul.rueda li {
    margin: .3em
}

.prestamo {
    font-style: italic
}

.entrada p {
    margin-top: 15px;
    text-align: justify
}

@media (max-width:768px) {
    .principal {
        border: none
    }
}

@media(max-width:992px) {
    div.patro {
        text-align: center;
        width: 100%;
        margin-bottom: 10px
    }

    .textoLema {
        line-height: 1em
    }
}

.descriptor_cuerpo a {
    font-weight: bold;
}