.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #4479d9 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #4479d9 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1f4a98 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uVIJldUZLE {
  z-index: 1000;
  width: 100%;
}
.cid-uVIJldUZLE nav.navbar {
  position: fixed;
}
.cid-uVIJldUZLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIJldUZLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIJldUZLE .dropdown-item:hover,
.cid-uVIJldUZLE .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIJldUZLE .dropdown-item:hover span {
  color: white;
}
.cid-uVIJldUZLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIJldUZLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIJldUZLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIJldUZLE .nav-link {
  position: relative;
}
.cid-uVIJldUZLE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIJldUZLE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown-menu,
.cid-uVIJldUZLE .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIJldUZLE .nav-item:focus,
.cid-uVIJldUZLE .nav-link:focus {
  outline: none;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIJldUZLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIJldUZLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIJldUZLE .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIJldUZLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIJldUZLE .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIJldUZLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar.collapsed {
  justify-content: center;
}
.cid-uVIJldUZLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIJldUZLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIJldUZLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIJldUZLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIJldUZLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIJldUZLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIJldUZLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIJldUZLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIJldUZLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIJldUZLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIJldUZLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIJldUZLE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIJldUZLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIJldUZLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIJldUZLE .dropdown-item.active,
.cid-uVIJldUZLE .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIJldUZLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIJldUZLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIJldUZLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIJldUZLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIJldUZLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIJldUZLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIJldUZLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIJldUZLE .navbar {
    height: 70px;
  }
  .cid-uVIJldUZLE .navbar.opened {
    height: auto;
  }
  .cid-uVIJldUZLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTO7kL4zn {
  background-image: url("../../../assets/images/fondo-cabeceras-102.webp");
}
.cid-uZTO7kL4zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTO7kL4zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTO7kL4zn .mbr-section-title {
  color: #ffffff;
}
.cid-uZTO7kL4zn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56CSvgAJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56CSvgAJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/logo-ppal-jpg.webp");
}
.cid-v56CSvgAJJ .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-v56CSvgAJJ .mbr-text,
.cid-v56CSvgAJJ .mbr-section-btn {
  color: #ffffff;
}
.cid-v56CTBZGFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56CTBZGFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/logo-ppal-jpg.webp");
}
.cid-v56CTBZGFb .mbr-section-title {
  color: #ffffff;
}
.cid-v56CTBZGFb .mbr-text,
.cid-v56CTBZGFb .mbr-section-btn {
  color: #ffffff;
}
.cid-uZTQqYoT4a {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZTQqYoT4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTQqYoT4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYJsMNzdKe {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-uYJsMNzdKe .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-uYJsMNzdKe img,
.cid-uYJsMNzdKe .item-img {
  width: 100%;
}
.cid-uYJsMNzdKe .item:focus,
.cid-uYJsMNzdKe span:focus {
  outline: none;
}
.cid-uYJsMNzdKe .item-wrapper {
  position: relative;
}
.cid-uYJsMNzdKe .slide-content {
  position: relative;
  border-radius: 4px;
  background: #c6d9bc;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYJsMNzdKe .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYJsMNzdKe .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uYJsMNzdKe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYJsMNzdKe .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uYJsMNzdKe .mbr-text,
.cid-uYJsMNzdKe .mbr-section-btn {
  text-align: left;
}
.cid-uYJsMNzdKe .item-title {
  text-align: left;
}
.cid-uYJsMNzdKe .item-subtitle {
  text-align: left;
}
.cid-uYJsMNzdKe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uYJsMNzdKe .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uYJsMNzdKe .embla__button--next,
.cid-uYJsMNzdKe .embla__button--prev {
  display: flex;
}
.cid-uYJsMNzdKe .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uYJsMNzdKe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uYJsMNzdKe .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uYJsMNzdKe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYJsMNzdKe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYJsMNzdKe .embla__button {
    top: auto;
  }
}
.cid-uYJsMNzdKe .embla {
  position: relative;
  width: 100%;
}
.cid-uYJsMNzdKe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uYJsMNzdKe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYJsMNzdKe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYJsMNzdKe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ6XbHDxXD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZ6XbHDxXD .carousel {
    min-height: 600px;
  }
  .cid-uZ6XbHDxXD .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZ6XbHDxXD .carousel {
    min-height: 390px;
  }
  .cid-uZ6XbHDxXD .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZ6XbHDxXD .carousel {
    min-height: 330px;
  }
  .cid-uZ6XbHDxXD .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uZ6XbHDxXD .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZ6XbHDxXD .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZ6XbHDxXD .carousel,
.cid-uZ6XbHDxXD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZ6XbHDxXD .item-wrapper {
  width: 100%;
}
.cid-uZ6XbHDxXD .carousel-caption {
  bottom: 40px;
}
.cid-uZ6XbHDxXD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZ6XbHDxXD .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZ6XbHDxXD .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZ6XbHDxXD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZ6XbHDxXD .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZ6XbHDxXD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ6XbHDxXD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ6XbHDxXD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZ6XbHDxXD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZ6XbHDxXD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZ6XbHDxXD .carousel-indicators li.active,
.cid-uZ6XbHDxXD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZ6XbHDxXD .carousel-indicators li::after,
.cid-uZ6XbHDxXD .carousel-indicators li::before {
  content: none;
}
.cid-uZ6XbHDxXD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZ6XbHDxXD .carousel-indicators {
    display: none !important;
  }
}
.cid-v0OLR6Ldzd {
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v0OLR6Ldzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0OLR6Ldzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0OLR6Ldzd .mbr-text,
.cid-v0OLR6Ldzd .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v0OLR6Ldzd .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v561do3oSR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v561do3oSR .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-v561do3oSR h6 {
  line-height: 1.2;
}
.cid-v561do3oSR img,
.cid-v561do3oSR .item-img {
  width: 100%;
}
.cid-v561do3oSR .item:focus,
.cid-v561do3oSR span:focus {
  outline: none;
}
.cid-v561do3oSR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v561do3oSR .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v561do3oSR .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v561do3oSR .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v561do3oSR .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v561do3oSR .mbr-section-title {
  color: #000000;
}
.cid-v561do3oSR .mbr-text,
.cid-v561do3oSR .mbr-section-btn {
  color: #000000;
}
.cid-v561do3oSR .item-title {
  color: #000000;
  text-align: center;
}
.cid-v561do3oSR .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v561do3oSR .item-text {
  color: #000000;
  text-align: center;
}
.cid-v561do3oSR .content-head {
  max-width: 800px;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-uVIJldUZLE {
  z-index: 1000;
  width: 100%;
}
.cid-uVIJldUZLE nav.navbar {
  position: fixed;
}
.cid-uVIJldUZLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIJldUZLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIJldUZLE .dropdown-item:hover,
.cid-uVIJldUZLE .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIJldUZLE .dropdown-item:hover span {
  color: white;
}
.cid-uVIJldUZLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIJldUZLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIJldUZLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIJldUZLE .nav-link {
  position: relative;
}
.cid-uVIJldUZLE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIJldUZLE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown-menu,
.cid-uVIJldUZLE .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIJldUZLE .nav-item:focus,
.cid-uVIJldUZLE .nav-link:focus {
  outline: none;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIJldUZLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIJldUZLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIJldUZLE .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIJldUZLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIJldUZLE .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIJldUZLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar.collapsed {
  justify-content: center;
}
.cid-uVIJldUZLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIJldUZLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIJldUZLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIJldUZLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIJldUZLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIJldUZLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIJldUZLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIJldUZLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIJldUZLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIJldUZLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIJldUZLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIJldUZLE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIJldUZLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIJldUZLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIJldUZLE .dropdown-item.active,
.cid-uVIJldUZLE .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIJldUZLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIJldUZLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIJldUZLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIJldUZLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIJldUZLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIJldUZLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIJldUZLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIJldUZLE .navbar {
    height: 70px;
  }
  .cid-uVIJldUZLE .navbar.opened {
    height: auto;
  }
  .cid-uVIJldUZLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4v0b7xn3g {
  background-color: #fafafa;
}
.cid-v4v0b7xn3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4v0b7xn3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4v0b7xn3g .mbr-section-title {
  text-align: center;
}
.cid-v4v0b7xn3g .mbr-text,
.cid-v4v0b7xn3g .mbr-section-btn {
  text-align: center;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-uVIY4iXwzw {
  z-index: 1000;
  width: 100%;
}
.cid-uVIY4iXwzw nav.navbar {
  position: fixed;
}
.cid-uVIY4iXwzw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIY4iXwzw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIY4iXwzw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIY4iXwzw .dropdown-item:hover,
.cid-uVIY4iXwzw .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIY4iXwzw .dropdown-item:hover span {
  color: white;
}
.cid-uVIY4iXwzw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIY4iXwzw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIY4iXwzw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIY4iXwzw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIY4iXwzw .nav-link {
  position: relative;
}
.cid-uVIY4iXwzw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIY4iXwzw .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIY4iXwzw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIY4iXwzw .dropdown-menu,
.cid-uVIY4iXwzw .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIY4iXwzw .nav-item:focus,
.cid-uVIY4iXwzw .nav-link:focus {
  outline: none;
}
.cid-uVIY4iXwzw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIY4iXwzw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIY4iXwzw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIY4iXwzw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIY4iXwzw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIY4iXwzw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIY4iXwzw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIY4iXwzw .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIY4iXwzw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIY4iXwzw .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIY4iXwzw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIY4iXwzw .navbar.collapsed {
  justify-content: center;
}
.cid-uVIY4iXwzw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIY4iXwzw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIY4iXwzw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIY4iXwzw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIY4iXwzw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIY4iXwzw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIY4iXwzw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIY4iXwzw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIY4iXwzw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIY4iXwzw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIY4iXwzw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIY4iXwzw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIY4iXwzw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIY4iXwzw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIY4iXwzw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIY4iXwzw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIY4iXwzw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIY4iXwzw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIY4iXwzw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIY4iXwzw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIY4iXwzw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIY4iXwzw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIY4iXwzw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIY4iXwzw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIY4iXwzw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIY4iXwzw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIY4iXwzw .dropdown-item.active,
.cid-uVIY4iXwzw .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIY4iXwzw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIY4iXwzw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIY4iXwzw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIY4iXwzw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIY4iXwzw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIY4iXwzw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIY4iXwzw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIY4iXwzw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIY4iXwzw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIY4iXwzw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIY4iXwzw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIY4iXwzw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIY4iXwzw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIY4iXwzw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIY4iXwzw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIY4iXwzw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIY4iXwzw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIY4iXwzw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIY4iXwzw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIY4iXwzw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIY4iXwzw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIY4iXwzw .navbar {
    height: 70px;
  }
  .cid-uVIY4iXwzw .navbar.opened {
    height: auto;
  }
  .cid-uVIY4iXwzw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSBaHZ6y9 {
  background-image: url("../../../assets/images/fondo-cabeceras-102.webp");
}
.cid-uZSBaHZ6y9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSBaHZ6y9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSBaHZ6y9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uZMScnK5dd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-uZMScnK5dd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMScnK5dd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMScnK5dd .mbr-section-title {
  text-align: center;
}
.cid-uZMRZxG5sf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZMRZxG5sf .carousel {
    min-height: 600px;
  }
  .cid-uZMRZxG5sf .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZMRZxG5sf .carousel {
    min-height: 390px;
  }
  .cid-uZMRZxG5sf .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZMRZxG5sf .carousel {
    min-height: 330px;
  }
  .cid-uZMRZxG5sf .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uZMRZxG5sf .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZMRZxG5sf .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZMRZxG5sf .carousel,
.cid-uZMRZxG5sf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZMRZxG5sf .item-wrapper {
  width: 100%;
}
.cid-uZMRZxG5sf .carousel-caption {
  bottom: 40px;
}
.cid-uZMRZxG5sf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZMRZxG5sf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZMRZxG5sf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZMRZxG5sf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZMRZxG5sf .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZMRZxG5sf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZMRZxG5sf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZMRZxG5sf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZMRZxG5sf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZMRZxG5sf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZMRZxG5sf .carousel-indicators li.active,
.cid-uZMRZxG5sf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZMRZxG5sf .carousel-indicators li::after,
.cid-uZMRZxG5sf .carousel-indicators li::before {
  content: none;
}
.cid-uZMRZxG5sf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZMRZxG5sf .carousel-indicators {
    display: none !important;
  }
}
.cid-uZMSyzChVn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMT5QBUqU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-uZMT5QBUqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMT5QBUqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMTdsJiAn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZMTdsJiAn .carousel {
    min-height: 600px;
  }
  .cid-uZMTdsJiAn .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZMTdsJiAn .carousel {
    min-height: 390px;
  }
  .cid-uZMTdsJiAn .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZMTdsJiAn .carousel {
    min-height: 330px;
  }
  .cid-uZMTdsJiAn .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uZMTdsJiAn .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZMTdsJiAn .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZMTdsJiAn .carousel,
.cid-uZMTdsJiAn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZMTdsJiAn .item-wrapper {
  width: 100%;
}
.cid-uZMTdsJiAn .carousel-caption {
  bottom: 40px;
}
.cid-uZMTdsJiAn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZMTdsJiAn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZMTdsJiAn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZMTdsJiAn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZMTdsJiAn .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZMTdsJiAn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZMTdsJiAn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZMTdsJiAn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZMTdsJiAn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZMTdsJiAn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZMTdsJiAn .carousel-indicators li.active,
.cid-uZMTdsJiAn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZMTdsJiAn .carousel-indicators li::after,
.cid-uZMTdsJiAn .carousel-indicators li::before {
  content: none;
}
.cid-uZMTdsJiAn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZMTdsJiAn .carousel-indicators {
    display: none !important;
  }
}
.cid-uZNVFxosL0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZNVFxosL0 .carousel {
    min-height: 600px;
  }
  .cid-uZNVFxosL0 .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZNVFxosL0 .carousel {
    min-height: 390px;
  }
  .cid-uZNVFxosL0 .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZNVFxosL0 .carousel {
    min-height: 330px;
  }
  .cid-uZNVFxosL0 .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uZNVFxosL0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZNVFxosL0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZNVFxosL0 .carousel,
.cid-uZNVFxosL0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZNVFxosL0 .item-wrapper {
  width: 100%;
}
.cid-uZNVFxosL0 .carousel-caption {
  bottom: 40px;
}
.cid-uZNVFxosL0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZNVFxosL0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZNVFxosL0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZNVFxosL0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZNVFxosL0 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZNVFxosL0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZNVFxosL0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZNVFxosL0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZNVFxosL0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZNVFxosL0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZNVFxosL0 .carousel-indicators li.active,
.cid-uZNVFxosL0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZNVFxosL0 .carousel-indicators li::after,
.cid-uZNVFxosL0 .carousel-indicators li::before {
  content: none;
}
.cid-uZNVFxosL0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZNVFxosL0 .carousel-indicators {
    display: none !important;
  }
}
.cid-uZMTktJsms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMTlBC3QU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-uZMTlBC3QU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMTlBC3QU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMTs3HdN1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZMTs3HdN1 .carousel {
    min-height: 600px;
  }
  .cid-uZMTs3HdN1 .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZMTs3HdN1 .carousel {
    min-height: 390px;
  }
  .cid-uZMTs3HdN1 .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZMTs3HdN1 .carousel {
    min-height: 330px;
  }
  .cid-uZMTs3HdN1 .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uZMTs3HdN1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZMTs3HdN1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZMTs3HdN1 .carousel,
.cid-uZMTs3HdN1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZMTs3HdN1 .item-wrapper {
  width: 100%;
}
.cid-uZMTs3HdN1 .carousel-caption {
  bottom: 40px;
}
.cid-uZMTs3HdN1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZMTs3HdN1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZMTs3HdN1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZMTs3HdN1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZMTs3HdN1 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZMTs3HdN1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZMTs3HdN1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZMTs3HdN1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZMTs3HdN1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZMTs3HdN1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZMTs3HdN1 .carousel-indicators li.active,
.cid-uZMTs3HdN1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZMTs3HdN1 .carousel-indicators li::after,
.cid-uZMTs3HdN1 .carousel-indicators li::before {
  content: none;
}
.cid-uZMTs3HdN1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZMTs3HdN1 .carousel-indicators {
    display: none !important;
  }
}
.cid-uZMTDi3aeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMTvywULo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-uZMTvywULo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMTvywULo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMTzgZk9q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZMTzgZk9q .carousel {
    min-height: 600px;
  }
  .cid-uZMTzgZk9q .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZMTzgZk9q .carousel {
    min-height: 390px;
  }
  .cid-uZMTzgZk9q .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZMTzgZk9q .carousel {
    min-height: 330px;
  }
  .cid-uZMTzgZk9q .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uZMTzgZk9q .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZMTzgZk9q .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZMTzgZk9q .carousel,
.cid-uZMTzgZk9q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZMTzgZk9q .item-wrapper {
  width: 100%;
}
.cid-uZMTzgZk9q .carousel-caption {
  bottom: 40px;
}
.cid-uZMTzgZk9q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZMTzgZk9q .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZMTzgZk9q .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZMTzgZk9q .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZMTzgZk9q .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZMTzgZk9q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZMTzgZk9q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZMTzgZk9q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZMTzgZk9q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZMTzgZk9q .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZMTzgZk9q .carousel-indicators li.active,
.cid-uZMTzgZk9q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZMTzgZk9q .carousel-indicators li::after,
.cid-uZMTzgZk9q .carousel-indicators li::before {
  content: none;
}
.cid-uZMTzgZk9q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZMTzgZk9q .carousel-indicators {
    display: none !important;
  }
}
.cid-uZMTFJ2Qjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMTGBFqPx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-uZMTGBFqPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMTGBFqPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMTO6ZVRb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZMTO6ZVRb .carousel {
    min-height: 600px;
  }
  .cid-uZMTO6ZVRb .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZMTO6ZVRb .carousel {
    min-height: 390px;
  }
  .cid-uZMTO6ZVRb .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZMTO6ZVRb .carousel {
    min-height: 330px;
  }
  .cid-uZMTO6ZVRb .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uZMTO6ZVRb .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZMTO6ZVRb .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZMTO6ZVRb .carousel,
.cid-uZMTO6ZVRb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZMTO6ZVRb .item-wrapper {
  width: 100%;
}
.cid-uZMTO6ZVRb .carousel-caption {
  bottom: 40px;
}
.cid-uZMTO6ZVRb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZMTO6ZVRb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZMTO6ZVRb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZMTO6ZVRb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZMTO6ZVRb .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZMTO6ZVRb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZMTO6ZVRb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZMTO6ZVRb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZMTO6ZVRb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZMTO6ZVRb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZMTO6ZVRb .carousel-indicators li.active,
.cid-uZMTO6ZVRb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZMTO6ZVRb .carousel-indicators li::after,
.cid-uZMTO6ZVRb .carousel-indicators li::before {
  content: none;
}
.cid-uZMTO6ZVRb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZMTO6ZVRb .carousel-indicators {
    display: none !important;
  }
}
.cid-uZMTPYpGux {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMTQM7zsV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-uZMTQM7zsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMTQM7zsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMU04kblW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZMU04kblW .carousel {
    min-height: 600px;
  }
  .cid-uZMU04kblW .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZMU04kblW .carousel {
    min-height: 390px;
  }
  .cid-uZMU04kblW .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZMU04kblW .carousel {
    min-height: 330px;
  }
  .cid-uZMU04kblW .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uZMU04kblW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZMU04kblW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZMU04kblW .carousel,
.cid-uZMU04kblW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZMU04kblW .item-wrapper {
  width: 100%;
}
.cid-uZMU04kblW .carousel-caption {
  bottom: 40px;
}
.cid-uZMU04kblW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZMU04kblW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZMU04kblW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZMU04kblW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZMU04kblW .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZMU04kblW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZMU04kblW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZMU04kblW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZMU04kblW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZMU04kblW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZMU04kblW .carousel-indicators li.active,
.cid-uZMU04kblW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZMU04kblW .carousel-indicators li::after,
.cid-uZMU04kblW .carousel-indicators li::before {
  content: none;
}
.cid-uZMU04kblW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZMU04kblW .carousel-indicators {
    display: none !important;
  }
}
.cid-uZMU1TKRM7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMU3wqyOv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-uZMU3wqyOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMU3wqyOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMUayEZHI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZMUayEZHI .carousel {
    min-height: 600px;
  }
  .cid-uZMUayEZHI .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZMUayEZHI .carousel {
    min-height: 390px;
  }
  .cid-uZMUayEZHI .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZMUayEZHI .carousel {
    min-height: 330px;
  }
  .cid-uZMUayEZHI .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uZMUayEZHI .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZMUayEZHI .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZMUayEZHI .carousel,
.cid-uZMUayEZHI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZMUayEZHI .item-wrapper {
  width: 100%;
}
.cid-uZMUayEZHI .carousel-caption {
  bottom: 40px;
}
.cid-uZMUayEZHI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZMUayEZHI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZMUayEZHI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZMUayEZHI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZMUayEZHI .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZMUayEZHI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZMUayEZHI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZMUayEZHI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZMUayEZHI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZMUayEZHI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZMUayEZHI .carousel-indicators li.active,
.cid-uZMUayEZHI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZMUayEZHI .carousel-indicators li::after,
.cid-uZMUayEZHI .carousel-indicators li::before {
  content: none;
}
.cid-uZMUayEZHI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZMUayEZHI .carousel-indicators {
    display: none !important;
  }
}
.cid-uZMU7CcCqB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4SnazG9x4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v4SnazG9x4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4SnazG9x4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4SnzUaPVG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v4SnzUaPVG .carousel {
    min-height: 600px;
  }
  .cid-v4SnzUaPVG .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4SnzUaPVG .carousel {
    min-height: 390px;
  }
  .cid-v4SnzUaPVG .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v4SnzUaPVG .carousel {
    min-height: 330px;
  }
  .cid-v4SnzUaPVG .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-v4SnzUaPVG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v4SnzUaPVG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v4SnzUaPVG .carousel,
.cid-v4SnzUaPVG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v4SnzUaPVG .item-wrapper {
  width: 100%;
}
.cid-v4SnzUaPVG .carousel-caption {
  bottom: 40px;
}
.cid-v4SnzUaPVG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v4SnzUaPVG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v4SnzUaPVG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v4SnzUaPVG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v4SnzUaPVG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v4SnzUaPVG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4SnzUaPVG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4SnzUaPVG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v4SnzUaPVG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v4SnzUaPVG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v4SnzUaPVG .carousel-indicators li.active,
.cid-v4SnzUaPVG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v4SnzUaPVG .carousel-indicators li::after,
.cid-v4SnzUaPVG .carousel-indicators li::before {
  content: none;
}
.cid-v4SnzUaPVG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v4SnzUaPVG .carousel-indicators {
    display: none !important;
  }
}
.cid-v4SBC18AG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4SD841XWZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v4SD841XWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4SD841XWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4SECXtpWo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v4SECXtpWo .carousel {
    min-height: 600px;
  }
  .cid-v4SECXtpWo .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4SECXtpWo .carousel {
    min-height: 390px;
  }
  .cid-v4SECXtpWo .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v4SECXtpWo .carousel {
    min-height: 330px;
  }
  .cid-v4SECXtpWo .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-v4SECXtpWo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v4SECXtpWo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v4SECXtpWo .carousel,
.cid-v4SECXtpWo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v4SECXtpWo .item-wrapper {
  width: 100%;
}
.cid-v4SECXtpWo .carousel-caption {
  bottom: 40px;
}
.cid-v4SECXtpWo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v4SECXtpWo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v4SECXtpWo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v4SECXtpWo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v4SECXtpWo .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v4SECXtpWo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4SECXtpWo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4SECXtpWo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v4SECXtpWo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v4SECXtpWo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v4SECXtpWo .carousel-indicators li.active,
.cid-v4SECXtpWo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v4SECXtpWo .carousel-indicators li::after,
.cid-v4SECXtpWo .carousel-indicators li::before {
  content: none;
}
.cid-v4SECXtpWo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v4SECXtpWo .carousel-indicators {
    display: none !important;
  }
}
.cid-v4SEG1NRHP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4SEF1YwDn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v4SEF1YwDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4SEF1YwDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4SEKnOsHg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v4SEKnOsHg .carousel {
    min-height: 600px;
  }
  .cid-v4SEKnOsHg .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4SEKnOsHg .carousel {
    min-height: 390px;
  }
  .cid-v4SEKnOsHg .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v4SEKnOsHg .carousel {
    min-height: 330px;
  }
  .cid-v4SEKnOsHg .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-v4SEKnOsHg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v4SEKnOsHg .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v4SEKnOsHg .carousel,
.cid-v4SEKnOsHg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v4SEKnOsHg .item-wrapper {
  width: 100%;
}
.cid-v4SEKnOsHg .carousel-caption {
  bottom: 40px;
}
.cid-v4SEKnOsHg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v4SEKnOsHg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v4SEKnOsHg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v4SEKnOsHg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v4SEKnOsHg .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v4SEKnOsHg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4SEKnOsHg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4SEKnOsHg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v4SEKnOsHg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v4SEKnOsHg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v4SEKnOsHg .carousel-indicators li.active,
.cid-v4SEKnOsHg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v4SEKnOsHg .carousel-indicators li::after,
.cid-v4SEKnOsHg .carousel-indicators li::before {
  content: none;
}
.cid-v4SEKnOsHg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v4SEKnOsHg .carousel-indicators {
    display: none !important;
  }
}
.cid-v4SEMlh3Qt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v56HL9Ki2U {
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v56HL9Ki2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56HL9Ki2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56HL9Ki2U .mbr-text,
.cid-v56HL9Ki2U .mbr-section-btn {
  text-align: center;
}
.cid-v56HL9Ki2U .mbr-section-title {
  text-align: center;
}
.cid-v5fJLYJA6d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v5fJLYJA6d .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-v5fJLYJA6d h6 {
  line-height: 1.2;
}
.cid-v5fJLYJA6d img,
.cid-v5fJLYJA6d .item-img {
  width: 100%;
}
.cid-v5fJLYJA6d .item:focus,
.cid-v5fJLYJA6d span:focus {
  outline: none;
}
.cid-v5fJLYJA6d .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5fJLYJA6d .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5fJLYJA6d .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v5fJLYJA6d .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5fJLYJA6d .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5fJLYJA6d .mbr-section-title {
  color: #000000;
}
.cid-v5fJLYJA6d .mbr-text,
.cid-v5fJLYJA6d .mbr-section-btn {
  color: #000000;
}
.cid-v5fJLYJA6d .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5fJLYJA6d .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5fJLYJA6d .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5fJLYJA6d .content-head {
  max-width: 800px;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-uVIY4iXwzw {
  z-index: 1000;
  width: 100%;
}
.cid-uVIY4iXwzw nav.navbar {
  position: fixed;
}
.cid-uVIY4iXwzw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIY4iXwzw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIY4iXwzw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIY4iXwzw .dropdown-item:hover,
.cid-uVIY4iXwzw .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIY4iXwzw .dropdown-item:hover span {
  color: white;
}
.cid-uVIY4iXwzw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIY4iXwzw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIY4iXwzw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIY4iXwzw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIY4iXwzw .nav-link {
  position: relative;
}
.cid-uVIY4iXwzw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIY4iXwzw .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIY4iXwzw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIY4iXwzw .dropdown-menu,
.cid-uVIY4iXwzw .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIY4iXwzw .nav-item:focus,
.cid-uVIY4iXwzw .nav-link:focus {
  outline: none;
}
.cid-uVIY4iXwzw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIY4iXwzw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIY4iXwzw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIY4iXwzw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIY4iXwzw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIY4iXwzw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIY4iXwzw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIY4iXwzw .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIY4iXwzw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIY4iXwzw .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIY4iXwzw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIY4iXwzw .navbar.collapsed {
  justify-content: center;
}
.cid-uVIY4iXwzw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIY4iXwzw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIY4iXwzw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIY4iXwzw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIY4iXwzw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIY4iXwzw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIY4iXwzw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIY4iXwzw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIY4iXwzw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIY4iXwzw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIY4iXwzw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIY4iXwzw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIY4iXwzw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIY4iXwzw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIY4iXwzw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIY4iXwzw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIY4iXwzw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIY4iXwzw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIY4iXwzw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIY4iXwzw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIY4iXwzw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIY4iXwzw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIY4iXwzw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIY4iXwzw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIY4iXwzw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIY4iXwzw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIY4iXwzw .dropdown-item.active,
.cid-uVIY4iXwzw .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIY4iXwzw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIY4iXwzw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIY4iXwzw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIY4iXwzw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIY4iXwzw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIY4iXwzw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIY4iXwzw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIY4iXwzw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIY4iXwzw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIY4iXwzw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIY4iXwzw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIY4iXwzw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIY4iXwzw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIY4iXwzw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIY4iXwzw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIY4iXwzw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIY4iXwzw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIY4iXwzw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIY4iXwzw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIY4iXwzw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIY4iXwzw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIY4iXwzw .navbar {
    height: 70px;
  }
  .cid-uVIY4iXwzw .navbar.opened {
    height: auto;
  }
  .cid-uVIY4iXwzw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vewHqDoCo4 {
  background-image: url("../../../assets/images/presupuestos.webp");
}
.cid-vewHqDoCo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vewHqDoCo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vewHqDoCo4 .mbr-section-title {
  color: #ffffff;
}
.cid-vewHqDoCo4 .mbr-text,
.cid-vewHqDoCo4 .mbr-section-btn {
  color: #ffffff;
}
.cid-v1ewCwEtMn {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v1ewCwEtMn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v1ewCwEtMn H5 {
  color: #000000;
}
.cid-v1ewCwEtMn P {
  color: #000000;
}
.cid-v1ewCwEtMn LABEL {
  color: #000000;
}
.cid-v1ewYXEwcl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1ewYXEwcl .mbr-section-subtitle {
  color: #000000;
}
.cid-v1ewYXEwcl .mbr-text {
  color: #000000;
}
.cid-v56HQzFAVl {
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v56HQzFAVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56HQzFAVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56HQzFAVl .mbr-text,
.cid-v56HQzFAVl .mbr-section-btn {
  text-align: center;
}
.cid-v56HQzFAVl .mbr-section-title {
  text-align: center;
}
.cid-v5fKbg3hDh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v5fKbg3hDh .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-v5fKbg3hDh h6 {
  line-height: 1.2;
}
.cid-v5fKbg3hDh img,
.cid-v5fKbg3hDh .item-img {
  width: 100%;
}
.cid-v5fKbg3hDh .item:focus,
.cid-v5fKbg3hDh span:focus {
  outline: none;
}
.cid-v5fKbg3hDh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5fKbg3hDh .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5fKbg3hDh .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v5fKbg3hDh .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5fKbg3hDh .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5fKbg3hDh .mbr-section-title {
  color: #000000;
}
.cid-v5fKbg3hDh .mbr-text,
.cid-v5fKbg3hDh .mbr-section-btn {
  color: #000000;
}
.cid-v5fKbg3hDh .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5fKbg3hDh .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5fKbg3hDh .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5fKbg3hDh .content-head {
  max-width: 800px;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-uVIY6sFxco {
  z-index: 1000;
  width: 100%;
}
.cid-uVIY6sFxco nav.navbar {
  position: fixed;
}
.cid-uVIY6sFxco .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIY6sFxco .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIY6sFxco .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIY6sFxco .dropdown-item:hover,
.cid-uVIY6sFxco .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIY6sFxco .dropdown-item:hover span {
  color: white;
}
.cid-uVIY6sFxco .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIY6sFxco .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIY6sFxco .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIY6sFxco .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIY6sFxco .nav-link {
  position: relative;
}
.cid-uVIY6sFxco .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIY6sFxco .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIY6sFxco .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIY6sFxco .dropdown-menu,
.cid-uVIY6sFxco .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIY6sFxco .nav-item:focus,
.cid-uVIY6sFxco .nav-link:focus {
  outline: none;
}
.cid-uVIY6sFxco .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIY6sFxco .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIY6sFxco .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIY6sFxco .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIY6sFxco .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIY6sFxco .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIY6sFxco .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIY6sFxco .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIY6sFxco .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIY6sFxco .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIY6sFxco .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIY6sFxco .navbar.collapsed {
  justify-content: center;
}
.cid-uVIY6sFxco .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIY6sFxco .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIY6sFxco .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIY6sFxco .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIY6sFxco .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIY6sFxco .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIY6sFxco .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIY6sFxco .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIY6sFxco .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIY6sFxco .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIY6sFxco .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIY6sFxco .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIY6sFxco .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIY6sFxco .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIY6sFxco .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIY6sFxco .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIY6sFxco .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIY6sFxco .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIY6sFxco .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIY6sFxco .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIY6sFxco .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIY6sFxco .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIY6sFxco .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIY6sFxco .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIY6sFxco .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIY6sFxco .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIY6sFxco .dropdown-item.active,
.cid-uVIY6sFxco .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIY6sFxco .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIY6sFxco .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIY6sFxco .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIY6sFxco .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIY6sFxco .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIY6sFxco .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIY6sFxco ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIY6sFxco .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIY6sFxco button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIY6sFxco button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIY6sFxco button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIY6sFxco button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIY6sFxco button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIY6sFxco button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIY6sFxco nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIY6sFxco nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIY6sFxco nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIY6sFxco nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIY6sFxco .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIY6sFxco a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIY6sFxco .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIY6sFxco .navbar {
    height: 70px;
  }
  .cid-uVIY6sFxco .navbar.opened {
    height: auto;
  }
  .cid-uVIY6sFxco .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVIY6w2jvI {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/fondo-cabeceras-101.webp");
}
.cid-uVIY6w2jvI .mbr-section-title {
  color: #ffffff;
}
.cid-uVIY6w2jvI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uZMZgummJW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMZgummJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMZgummJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMZgummJW .mbr-section-subtitle {
  text-align: justify;
}
.cid-uVJd9WzoTX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-uVJd9WzoTX .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uVJd9WzoTX H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uVJd9WzoTX P {
  color: #ffffff;
}
.cid-uVJd9WzoTX LABEL {
  color: #ffffff;
}
.cid-uZ9sCjUNDF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-uZ9sCjUNDF .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uZ9sCjUNDF H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uZ9sCjUNDF LABEL {
  color: #ffffff;
}
.cid-uZ9sCjUNDF P {
  color: #ffffff;
}
.cid-uZMZAtuQrY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZMZAtuQrY .carousel {
    min-height: 600px;
  }
  .cid-uZMZAtuQrY .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZMZAtuQrY .carousel {
    min-height: 390px;
  }
  .cid-uZMZAtuQrY .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZMZAtuQrY .carousel {
    min-height: 330px;
  }
  .cid-uZMZAtuQrY .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uZMZAtuQrY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZMZAtuQrY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZMZAtuQrY .carousel,
.cid-uZMZAtuQrY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZMZAtuQrY .item-wrapper {
  width: 100%;
}
.cid-uZMZAtuQrY .carousel-caption {
  bottom: 40px;
}
.cid-uZMZAtuQrY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZMZAtuQrY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZMZAtuQrY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZMZAtuQrY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZMZAtuQrY .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZMZAtuQrY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZMZAtuQrY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZMZAtuQrY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZMZAtuQrY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZMZAtuQrY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZMZAtuQrY .carousel-indicators li.active,
.cid-uZMZAtuQrY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZMZAtuQrY .carousel-indicators li::after,
.cid-uZMZAtuQrY .carousel-indicators li::before {
  content: none;
}
.cid-uZMZAtuQrY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZMZAtuQrY .carousel-indicators {
    display: none !important;
  }
}
.cid-v562Y93EIX {
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v562Y93EIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v562Y93EIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v562Y93EIX .mbr-text,
.cid-v562Y93EIX .mbr-section-btn {
  text-align: center;
}
.cid-v562Y93EIX .mbr-section-title {
  text-align: center;
}
.cid-v5fKm0Do5S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v5fKm0Do5S .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-v5fKm0Do5S h6 {
  line-height: 1.2;
}
.cid-v5fKm0Do5S img,
.cid-v5fKm0Do5S .item-img {
  width: 100%;
}
.cid-v5fKm0Do5S .item:focus,
.cid-v5fKm0Do5S span:focus {
  outline: none;
}
.cid-v5fKm0Do5S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5fKm0Do5S .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5fKm0Do5S .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v5fKm0Do5S .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5fKm0Do5S .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5fKm0Do5S .mbr-section-title {
  color: #000000;
}
.cid-v5fKm0Do5S .mbr-text,
.cid-v5fKm0Do5S .mbr-section-btn {
  color: #000000;
}
.cid-v5fKm0Do5S .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5fKm0Do5S .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5fKm0Do5S .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5fKm0Do5S .content-head {
  max-width: 800px;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-uVIJldUZLE {
  z-index: 1000;
  width: 100%;
}
.cid-uVIJldUZLE nav.navbar {
  position: fixed;
}
.cid-uVIJldUZLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIJldUZLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIJldUZLE .dropdown-item:hover,
.cid-uVIJldUZLE .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIJldUZLE .dropdown-item:hover span {
  color: white;
}
.cid-uVIJldUZLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIJldUZLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIJldUZLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIJldUZLE .nav-link {
  position: relative;
}
.cid-uVIJldUZLE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIJldUZLE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown-menu,
.cid-uVIJldUZLE .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIJldUZLE .nav-item:focus,
.cid-uVIJldUZLE .nav-link:focus {
  outline: none;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIJldUZLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIJldUZLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIJldUZLE .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIJldUZLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIJldUZLE .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIJldUZLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar.collapsed {
  justify-content: center;
}
.cid-uVIJldUZLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIJldUZLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIJldUZLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIJldUZLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIJldUZLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIJldUZLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIJldUZLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIJldUZLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIJldUZLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIJldUZLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIJldUZLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIJldUZLE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIJldUZLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIJldUZLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIJldUZLE .dropdown-item.active,
.cid-uVIJldUZLE .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIJldUZLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIJldUZLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIJldUZLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIJldUZLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIJldUZLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIJldUZLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIJldUZLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIJldUZLE .navbar {
    height: 70px;
  }
  .cid-uVIJldUZLE .navbar.opened {
    height: auto;
  }
  .cid-uVIJldUZLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ38QBbxRK {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-cabeceras-101.webp");
}
.cid-uZ38QBbxRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ38QBbxRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ38QBbxRK .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uZ38QBbxRK .mbr-section-title {
  color: #ffffff;
}
.cid-v5g0tNyUbk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5g0tNyUbk .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v5g0tNyUbk .mbr-text {
  text-align: justify;
}
.cid-uZ3ar1a4tm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ3ar1a4tm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3ar1a4tm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3ar1a4tm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ3ar1a4tm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ3ar1a4tm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ3ar1a4tm .mbr-section-title {
  text-align: justify;
}
.cid-uZ3ar1a4tm .mbr-text,
.cid-uZ3ar1a4tm .mbr-section-btn {
  text-align: justify;
}
.cid-uZ3bTF1enA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ3bTF1enA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3bTF1enA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3bTF1enA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ3bTF1enA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ3bTF1enA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ3bTF1enA .mbr-section-title {
  text-align: justify;
}
.cid-uZ3bTF1enA .mbr-text,
.cid-uZ3bTF1enA .mbr-section-btn {
  text-align: justify;
}
.cid-uZ3cNK5vZw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ3cNK5vZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3cNK5vZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3cNK5vZw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ3cNK5vZw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ3cNK5vZw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ3cNK5vZw .mbr-section-title {
  text-align: justify;
}
.cid-uZ3cNK5vZw .mbr-text,
.cid-uZ3cNK5vZw .mbr-section-btn {
  text-align: justify;
}
.cid-uZ3dKBq4Nw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ3dKBq4Nw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3dKBq4Nw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3dKBq4Nw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ3dKBq4Nw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ3dKBq4Nw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ3dKBq4Nw .mbr-section-title {
  text-align: justify;
}
.cid-uZ3dKBq4Nw .mbr-text,
.cid-uZ3dKBq4Nw .mbr-section-btn {
  text-align: justify;
}
.cid-uZ3eUd4v40 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ3eUd4v40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3eUd4v40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3eUd4v40 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ3eUd4v40 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ3eUd4v40 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ3eUd4v40 .mbr-section-title {
  text-align: justify;
}
.cid-uZ3eUd4v40 .mbr-text,
.cid-uZ3eUd4v40 .mbr-section-btn {
  text-align: justify;
}
.cid-uZ3h6Vn4WH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ3h6Vn4WH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3h6Vn4WH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3h6Vn4WH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ3h6Vn4WH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ3h6Vn4WH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ3h6Vn4WH .mbr-section-title {
  text-align: justify;
}
.cid-uZ3h6Vn4WH .mbr-text,
.cid-uZ3h6Vn4WH .mbr-section-btn {
  text-align: justify;
}
.cid-uZ3jb6IUhY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZ3jb6IUhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3jb6IUhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ3jb6IUhY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ3jb6IUhY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ3jb6IUhY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ3jb6IUhY .mbr-section-title {
  text-align: justify;
}
.cid-uZ3jb6IUhY .mbr-text,
.cid-uZ3jb6IUhY .mbr-section-btn {
  text-align: justify;
}
.cid-v56ICQAMEf {
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v56ICQAMEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56ICQAMEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56ICQAMEf .mbr-text,
.cid-v56ICQAMEf .mbr-section-btn {
  text-align: center;
}
.cid-v56ICQAMEf .mbr-section-title {
  text-align: center;
}
.cid-v5fKuquvRC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v5fKuquvRC .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-v5fKuquvRC h6 {
  line-height: 1.2;
}
.cid-v5fKuquvRC img,
.cid-v5fKuquvRC .item-img {
  width: 100%;
}
.cid-v5fKuquvRC .item:focus,
.cid-v5fKuquvRC span:focus {
  outline: none;
}
.cid-v5fKuquvRC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5fKuquvRC .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5fKuquvRC .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v5fKuquvRC .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5fKuquvRC .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5fKuquvRC .mbr-section-title {
  color: #000000;
}
.cid-v5fKuquvRC .mbr-text,
.cid-v5fKuquvRC .mbr-section-btn {
  color: #000000;
}
.cid-v5fKuquvRC .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5fKuquvRC .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5fKuquvRC .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5fKuquvRC .content-head {
  max-width: 800px;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-uVIJldUZLE {
  z-index: 1000;
  width: 100%;
}
.cid-uVIJldUZLE nav.navbar {
  position: fixed;
}
.cid-uVIJldUZLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIJldUZLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIJldUZLE .dropdown-item:hover,
.cid-uVIJldUZLE .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIJldUZLE .dropdown-item:hover span {
  color: white;
}
.cid-uVIJldUZLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIJldUZLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIJldUZLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIJldUZLE .nav-link {
  position: relative;
}
.cid-uVIJldUZLE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIJldUZLE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown-menu,
.cid-uVIJldUZLE .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIJldUZLE .nav-item:focus,
.cid-uVIJldUZLE .nav-link:focus {
  outline: none;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIJldUZLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIJldUZLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIJldUZLE .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIJldUZLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIJldUZLE .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIJldUZLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar.collapsed {
  justify-content: center;
}
.cid-uVIJldUZLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIJldUZLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIJldUZLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIJldUZLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIJldUZLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIJldUZLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIJldUZLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIJldUZLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIJldUZLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIJldUZLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIJldUZLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIJldUZLE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIJldUZLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIJldUZLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIJldUZLE .dropdown-item.active,
.cid-uVIJldUZLE .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIJldUZLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIJldUZLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIJldUZLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIJldUZLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIJldUZLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIJldUZLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIJldUZLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIJldUZLE .navbar {
    height: 70px;
  }
  .cid-uVIJldUZLE .navbar.opened {
    height: auto;
  }
  .cid-uVIJldUZLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4YCYNqfjY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fondo-cabeceras-101.webp");
}
.cid-v4YCYNqfjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YCYNqfjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4YCYNqfjY .mbr-section-title {
  color: #ffffff;
}
.cid-v4YCYNqfjY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4YD1zMxgR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v56IHXXSuZ {
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v56IHXXSuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56IHXXSuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56IHXXSuZ .mbr-text,
.cid-v56IHXXSuZ .mbr-section-btn {
  text-align: center;
}
.cid-v56IHXXSuZ .mbr-section-title {
  text-align: center;
}
.cid-v5fKBZda9Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v5fKBZda9Y .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-v5fKBZda9Y h6 {
  line-height: 1.2;
}
.cid-v5fKBZda9Y img,
.cid-v5fKBZda9Y .item-img {
  width: 100%;
}
.cid-v5fKBZda9Y .item:focus,
.cid-v5fKBZda9Y span:focus {
  outline: none;
}
.cid-v5fKBZda9Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5fKBZda9Y .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5fKBZda9Y .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v5fKBZda9Y .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5fKBZda9Y .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5fKBZda9Y .mbr-section-title {
  color: #000000;
}
.cid-v5fKBZda9Y .mbr-text,
.cid-v5fKBZda9Y .mbr-section-btn {
  color: #000000;
}
.cid-v5fKBZda9Y .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5fKBZda9Y .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5fKBZda9Y .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5fKBZda9Y .content-head {
  max-width: 800px;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-uVIYdSXkEi {
  z-index: 1000;
  width: 100%;
}
.cid-uVIYdSXkEi nav.navbar {
  position: fixed;
}
.cid-uVIYdSXkEi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIYdSXkEi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIYdSXkEi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIYdSXkEi .dropdown-item:hover,
.cid-uVIYdSXkEi .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIYdSXkEi .dropdown-item:hover span {
  color: white;
}
.cid-uVIYdSXkEi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIYdSXkEi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIYdSXkEi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIYdSXkEi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIYdSXkEi .nav-link {
  position: relative;
}
.cid-uVIYdSXkEi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIYdSXkEi .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIYdSXkEi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIYdSXkEi .dropdown-menu,
.cid-uVIYdSXkEi .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIYdSXkEi .nav-item:focus,
.cid-uVIYdSXkEi .nav-link:focus {
  outline: none;
}
.cid-uVIYdSXkEi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIYdSXkEi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIYdSXkEi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIYdSXkEi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIYdSXkEi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIYdSXkEi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIYdSXkEi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIYdSXkEi .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIYdSXkEi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIYdSXkEi .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIYdSXkEi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIYdSXkEi .navbar.collapsed {
  justify-content: center;
}
.cid-uVIYdSXkEi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIYdSXkEi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIYdSXkEi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIYdSXkEi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIYdSXkEi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIYdSXkEi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIYdSXkEi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIYdSXkEi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIYdSXkEi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIYdSXkEi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIYdSXkEi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIYdSXkEi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIYdSXkEi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIYdSXkEi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIYdSXkEi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIYdSXkEi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIYdSXkEi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIYdSXkEi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIYdSXkEi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIYdSXkEi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIYdSXkEi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIYdSXkEi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIYdSXkEi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIYdSXkEi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIYdSXkEi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIYdSXkEi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIYdSXkEi .dropdown-item.active,
.cid-uVIYdSXkEi .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIYdSXkEi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIYdSXkEi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIYdSXkEi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIYdSXkEi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIYdSXkEi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIYdSXkEi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIYdSXkEi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIYdSXkEi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIYdSXkEi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIYdSXkEi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIYdSXkEi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIYdSXkEi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIYdSXkEi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIYdSXkEi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIYdSXkEi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIYdSXkEi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIYdSXkEi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIYdSXkEi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIYdSXkEi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIYdSXkEi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIYdSXkEi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIYdSXkEi .navbar {
    height: 70px;
  }
  .cid-uVIYdSXkEi .navbar.opened {
    height: auto;
  }
  .cid-uVIYdSXkEi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVIYdV3wxp {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fondo-cabeceras-101.webp");
}
.cid-uVIYdV3wxp .mbr-section-title {
  color: #ffffff;
}
.cid-uVIYdV3wxp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4Yc55erPR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4YnnSYufu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4YnnSYufu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4YnnSYufu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4YnnSYufu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4YnnSYufu .row {
  flex-direction: row-reverse;
}
.cid-v4YnnSYufu img {
  width: 100%;
}
.cid-v4YofPUdbd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4Ysw2DjGE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v4Ysw2DjGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Ysw2DjGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4Ysw2DjGE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4Ysw2DjGE .row {
  flex-direction: row-reverse;
}
.cid-v4Ysw2DjGE img {
  width: 100%;
}
.cid-v4YsqjFYSA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v56INnq7fR {
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v56INnq7fR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56INnq7fR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56INnq7fR .mbr-text,
.cid-v56INnq7fR .mbr-section-btn {
  text-align: center;
}
.cid-v56INnq7fR .mbr-section-title {
  text-align: center;
}
.cid-v5fKKi98Cn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v5fKKi98Cn .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-v5fKKi98Cn h6 {
  line-height: 1.2;
}
.cid-v5fKKi98Cn img,
.cid-v5fKKi98Cn .item-img {
  width: 100%;
}
.cid-v5fKKi98Cn .item:focus,
.cid-v5fKKi98Cn span:focus {
  outline: none;
}
.cid-v5fKKi98Cn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5fKKi98Cn .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5fKKi98Cn .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v5fKKi98Cn .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5fKKi98Cn .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5fKKi98Cn .mbr-section-title {
  color: #000000;
}
.cid-v5fKKi98Cn .mbr-text,
.cid-v5fKKi98Cn .mbr-section-btn {
  color: #000000;
}
.cid-v5fKKi98Cn .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5fKKi98Cn .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5fKKi98Cn .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5fKKi98Cn .content-head {
  max-width: 800px;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-uVIYfRgcCt {
  z-index: 1000;
  width: 100%;
}
.cid-uVIYfRgcCt nav.navbar {
  position: fixed;
}
.cid-uVIYfRgcCt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIYfRgcCt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIYfRgcCt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIYfRgcCt .dropdown-item:hover,
.cid-uVIYfRgcCt .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIYfRgcCt .dropdown-item:hover span {
  color: white;
}
.cid-uVIYfRgcCt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIYfRgcCt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIYfRgcCt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIYfRgcCt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIYfRgcCt .nav-link {
  position: relative;
}
.cid-uVIYfRgcCt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIYfRgcCt .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIYfRgcCt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIYfRgcCt .dropdown-menu,
.cid-uVIYfRgcCt .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIYfRgcCt .nav-item:focus,
.cid-uVIYfRgcCt .nav-link:focus {
  outline: none;
}
.cid-uVIYfRgcCt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIYfRgcCt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIYfRgcCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIYfRgcCt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIYfRgcCt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIYfRgcCt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIYfRgcCt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIYfRgcCt .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIYfRgcCt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIYfRgcCt .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIYfRgcCt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIYfRgcCt .navbar.collapsed {
  justify-content: center;
}
.cid-uVIYfRgcCt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIYfRgcCt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIYfRgcCt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIYfRgcCt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIYfRgcCt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIYfRgcCt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIYfRgcCt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIYfRgcCt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIYfRgcCt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIYfRgcCt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIYfRgcCt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIYfRgcCt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIYfRgcCt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIYfRgcCt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIYfRgcCt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIYfRgcCt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIYfRgcCt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIYfRgcCt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIYfRgcCt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIYfRgcCt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIYfRgcCt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIYfRgcCt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIYfRgcCt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIYfRgcCt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIYfRgcCt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIYfRgcCt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIYfRgcCt .dropdown-item.active,
.cid-uVIYfRgcCt .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIYfRgcCt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIYfRgcCt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIYfRgcCt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIYfRgcCt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIYfRgcCt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIYfRgcCt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIYfRgcCt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIYfRgcCt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIYfRgcCt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIYfRgcCt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIYfRgcCt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIYfRgcCt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIYfRgcCt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIYfRgcCt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIYfRgcCt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIYfRgcCt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIYfRgcCt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIYfRgcCt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIYfRgcCt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIYfRgcCt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIYfRgcCt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIYfRgcCt .navbar {
    height: 70px;
  }
  .cid-uVIYfRgcCt .navbar.opened {
    height: auto;
  }
  .cid-uVIYfRgcCt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSoc0auyk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fondo-cabeceras-101.webp");
}
.cid-uZSoc0auyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSoc0auyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSoc0auyk .mbr-section-title {
  color: #ffffff;
}
.cid-uVIYfTSwKB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVIYfTSwKB .mbr-section-title {
  text-align: justify;
}
.cid-uVIYfTSwKB .mbr-section-subtitle {
  text-align: justify;
}
.cid-v5fKRkEf41 {
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v5fKRkEf41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5fKRkEf41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5fKRkEf41 .mbr-text,
.cid-v5fKRkEf41 .mbr-section-btn {
  text-align: center;
}
.cid-v5fKRkEf41 .mbr-section-title {
  text-align: center;
}
.cid-v5fKVziMWh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v5fKVziMWh .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-v5fKVziMWh h6 {
  line-height: 1.2;
}
.cid-v5fKVziMWh img,
.cid-v5fKVziMWh .item-img {
  width: 100%;
}
.cid-v5fKVziMWh .item:focus,
.cid-v5fKVziMWh span:focus {
  outline: none;
}
.cid-v5fKVziMWh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5fKVziMWh .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5fKVziMWh .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v5fKVziMWh .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5fKVziMWh .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5fKVziMWh .mbr-section-title {
  color: #000000;
}
.cid-v5fKVziMWh .mbr-text,
.cid-v5fKVziMWh .mbr-section-btn {
  color: #000000;
}
.cid-v5fKVziMWh .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5fKVziMWh .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5fKVziMWh .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5fKVziMWh .content-head {
  max-width: 800px;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-uVIJldUZLE {
  z-index: 1000;
  width: 100%;
}
.cid-uVIJldUZLE nav.navbar {
  position: fixed;
}
.cid-uVIJldUZLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIJldUZLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIJldUZLE .dropdown-item:hover,
.cid-uVIJldUZLE .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIJldUZLE .dropdown-item:hover span {
  color: white;
}
.cid-uVIJldUZLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIJldUZLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIJldUZLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIJldUZLE .nav-link {
  position: relative;
}
.cid-uVIJldUZLE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIJldUZLE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown-menu,
.cid-uVIJldUZLE .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIJldUZLE .nav-item:focus,
.cid-uVIJldUZLE .nav-link:focus {
  outline: none;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIJldUZLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIJldUZLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIJldUZLE .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIJldUZLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIJldUZLE .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIJldUZLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar.collapsed {
  justify-content: center;
}
.cid-uVIJldUZLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIJldUZLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIJldUZLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIJldUZLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIJldUZLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIJldUZLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIJldUZLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIJldUZLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIJldUZLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIJldUZLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIJldUZLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIJldUZLE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIJldUZLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIJldUZLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIJldUZLE .dropdown-item.active,
.cid-uVIJldUZLE .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIJldUZLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIJldUZLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIJldUZLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIJldUZLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIJldUZLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIJldUZLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIJldUZLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIJldUZLE .navbar {
    height: 70px;
  }
  .cid-uVIJldUZLE .navbar.opened {
    height: auto;
  }
  .cid-uVIJldUZLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4UCJ5PkED {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v4UCJ5PkED .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UCJ5PkED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4UDwaGp0T {
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v4UDwaGp0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UDwaGp0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4UDwaGp0T .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v4UDwaGp0T .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4UDwaGp0T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4UDwaGp0T .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4UDwaGp0T .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4UFtJ5gHK {
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v4UFtJ5gHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4UFtJ5gHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4UFtJ5gHK .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v4UFtJ5gHK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4UFtJ5gHK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v4UFtJ5gHK .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v4UFtJ5gHK .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v4UHURYVoW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v56GzKk73z {
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v56GzKk73z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56GzKk73z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56GzKk73z .mbr-text,
.cid-v56GzKk73z .mbr-section-btn {
  text-align: center;
}
.cid-v56GzKk73z .mbr-section-title {
  text-align: center;
}
.cid-v5fIZnCn7D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v5fIZnCn7D .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-v5fIZnCn7D h6 {
  line-height: 1.2;
}
.cid-v5fIZnCn7D img,
.cid-v5fIZnCn7D .item-img {
  width: 100%;
}
.cid-v5fIZnCn7D .item:focus,
.cid-v5fIZnCn7D span:focus {
  outline: none;
}
.cid-v5fIZnCn7D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5fIZnCn7D .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5fIZnCn7D .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v5fIZnCn7D .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5fIZnCn7D .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5fIZnCn7D .mbr-section-title {
  color: #000000;
}
.cid-v5fIZnCn7D .mbr-text,
.cid-v5fIZnCn7D .mbr-section-btn {
  color: #000000;
}
.cid-v5fIZnCn7D .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5fIZnCn7D .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5fIZnCn7D .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5fIZnCn7D .content-head {
  max-width: 800px;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-uVIYdSXkEi {
  z-index: 1000;
  width: 100%;
}
.cid-uVIYdSXkEi nav.navbar {
  position: fixed;
}
.cid-uVIYdSXkEi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIYdSXkEi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIYdSXkEi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIYdSXkEi .dropdown-item:hover,
.cid-uVIYdSXkEi .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIYdSXkEi .dropdown-item:hover span {
  color: white;
}
.cid-uVIYdSXkEi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIYdSXkEi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIYdSXkEi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIYdSXkEi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIYdSXkEi .nav-link {
  position: relative;
}
.cid-uVIYdSXkEi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIYdSXkEi .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIYdSXkEi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIYdSXkEi .dropdown-menu,
.cid-uVIYdSXkEi .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIYdSXkEi .nav-item:focus,
.cid-uVIYdSXkEi .nav-link:focus {
  outline: none;
}
.cid-uVIYdSXkEi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIYdSXkEi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIYdSXkEi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIYdSXkEi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIYdSXkEi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIYdSXkEi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIYdSXkEi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIYdSXkEi .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIYdSXkEi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIYdSXkEi .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIYdSXkEi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIYdSXkEi .navbar.collapsed {
  justify-content: center;
}
.cid-uVIYdSXkEi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIYdSXkEi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIYdSXkEi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIYdSXkEi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIYdSXkEi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIYdSXkEi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIYdSXkEi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIYdSXkEi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIYdSXkEi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIYdSXkEi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIYdSXkEi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIYdSXkEi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIYdSXkEi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIYdSXkEi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIYdSXkEi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIYdSXkEi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIYdSXkEi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIYdSXkEi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIYdSXkEi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIYdSXkEi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIYdSXkEi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIYdSXkEi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIYdSXkEi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIYdSXkEi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIYdSXkEi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIYdSXkEi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIYdSXkEi .dropdown-item.active,
.cid-uVIYdSXkEi .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIYdSXkEi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIYdSXkEi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIYdSXkEi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIYdSXkEi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIYdSXkEi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIYdSXkEi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIYdSXkEi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIYdSXkEi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIYdSXkEi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIYdSXkEi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIYdSXkEi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIYdSXkEi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIYdSXkEi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIYdSXkEi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIYdSXkEi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIYdSXkEi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIYdSXkEi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIYdSXkEi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIYdSXkEi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIYdSXkEi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIYdSXkEi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIYdSXkEi .navbar {
    height: 70px;
  }
  .cid-uVIYdSXkEi .navbar.opened {
    height: auto;
  }
  .cid-uVIYdSXkEi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4AMrUHDXJ {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v4AMrUHDXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4AMrUHDXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4vmDjrIzs {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v4vmDjrIzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4vmDjrIzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4vmDjrIzs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4vmDjrIzs .row {
  flex-direction: row-reverse;
}
.cid-v4vmDjrIzs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v4vmDjrIzs .text-wrapper {
    padding: 2rem;
  }
}
.cid-v4vmE6IKxg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v4vmE6IKxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4vmE6IKxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4vmE6IKxg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4vmE6IKxg .row {
  flex-direction: row-reverse;
}
.cid-v4vmE6IKxg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v4vmE6IKxg .text-wrapper {
    padding: 2rem;
  }
}
.cid-v4vmELjR1g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v4vmELjR1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4vmELjR1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4vmELjR1g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4vmELjR1g .row {
  flex-direction: row-reverse;
}
.cid-v4vmELjR1g img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v4vmELjR1g .text-wrapper {
    padding: 2rem;
  }
}
.cid-v56GF0Tscy {
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v56GF0Tscy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56GF0Tscy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56GF0Tscy .mbr-text,
.cid-v56GF0Tscy .mbr-section-btn {
  text-align: center;
}
.cid-v56GF0Tscy .mbr-section-title {
  text-align: center;
}
.cid-v5fJ7Cahmx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v5fJ7Cahmx .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-v5fJ7Cahmx h6 {
  line-height: 1.2;
}
.cid-v5fJ7Cahmx img,
.cid-v5fJ7Cahmx .item-img {
  width: 100%;
}
.cid-v5fJ7Cahmx .item:focus,
.cid-v5fJ7Cahmx span:focus {
  outline: none;
}
.cid-v5fJ7Cahmx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5fJ7Cahmx .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5fJ7Cahmx .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v5fJ7Cahmx .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5fJ7Cahmx .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5fJ7Cahmx .mbr-section-title {
  color: #000000;
}
.cid-v5fJ7Cahmx .mbr-text,
.cid-v5fJ7Cahmx .mbr-section-btn {
  color: #000000;
}
.cid-v5fJ7Cahmx .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5fJ7Cahmx .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5fJ7Cahmx .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5fJ7Cahmx .content-head {
  max-width: 800px;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-uVIY0wmR0k {
  z-index: 1000;
  width: 100%;
}
.cid-uVIY0wmR0k nav.navbar {
  position: fixed;
}
.cid-uVIY0wmR0k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIY0wmR0k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIY0wmR0k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIY0wmR0k .dropdown-item:hover,
.cid-uVIY0wmR0k .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIY0wmR0k .dropdown-item:hover span {
  color: white;
}
.cid-uVIY0wmR0k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIY0wmR0k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIY0wmR0k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIY0wmR0k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIY0wmR0k .nav-link {
  position: relative;
}
.cid-uVIY0wmR0k .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIY0wmR0k .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIY0wmR0k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIY0wmR0k .dropdown-menu,
.cid-uVIY0wmR0k .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIY0wmR0k .nav-item:focus,
.cid-uVIY0wmR0k .nav-link:focus {
  outline: none;
}
.cid-uVIY0wmR0k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIY0wmR0k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIY0wmR0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIY0wmR0k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIY0wmR0k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIY0wmR0k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIY0wmR0k .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIY0wmR0k .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIY0wmR0k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIY0wmR0k .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIY0wmR0k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIY0wmR0k .navbar.collapsed {
  justify-content: center;
}
.cid-uVIY0wmR0k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIY0wmR0k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIY0wmR0k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIY0wmR0k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIY0wmR0k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIY0wmR0k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIY0wmR0k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIY0wmR0k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIY0wmR0k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIY0wmR0k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIY0wmR0k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIY0wmR0k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIY0wmR0k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIY0wmR0k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIY0wmR0k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIY0wmR0k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIY0wmR0k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIY0wmR0k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIY0wmR0k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIY0wmR0k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIY0wmR0k .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIY0wmR0k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIY0wmR0k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIY0wmR0k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIY0wmR0k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIY0wmR0k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIY0wmR0k .dropdown-item.active,
.cid-uVIY0wmR0k .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIY0wmR0k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIY0wmR0k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIY0wmR0k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIY0wmR0k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIY0wmR0k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIY0wmR0k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIY0wmR0k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIY0wmR0k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIY0wmR0k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIY0wmR0k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIY0wmR0k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIY0wmR0k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIY0wmR0k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIY0wmR0k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIY0wmR0k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIY0wmR0k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIY0wmR0k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIY0wmR0k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIY0wmR0k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIY0wmR0k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIY0wmR0k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIY0wmR0k .navbar {
    height: 70px;
  }
  .cid-uVIY0wmR0k .navbar.opened {
    height: auto;
  }
  .cid-uVIY0wmR0k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ3p9kVxok {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-uZ3p9kVxok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ3p9kVxok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVIY0xmm55 .mbr-section-title {
  text-align: left;
}
.cid-v0OStkQh8L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ4ioz3oSO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZ4ioz3oSO .carousel {
    min-height: 600px;
  }
  .cid-uZ4ioz3oSO .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZ4ioz3oSO .carousel {
    min-height: 390px;
  }
  .cid-uZ4ioz3oSO .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZ4ioz3oSO .carousel {
    min-height: 330px;
  }
  .cid-uZ4ioz3oSO .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uZ4ioz3oSO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZ4ioz3oSO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZ4ioz3oSO .carousel,
.cid-uZ4ioz3oSO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZ4ioz3oSO .item-wrapper {
  width: 100%;
}
.cid-uZ4ioz3oSO .carousel-caption {
  bottom: 40px;
}
.cid-uZ4ioz3oSO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZ4ioz3oSO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZ4ioz3oSO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZ4ioz3oSO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZ4ioz3oSO .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZ4ioz3oSO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ4ioz3oSO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ4ioz3oSO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZ4ioz3oSO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZ4ioz3oSO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZ4ioz3oSO .carousel-indicators li.active,
.cid-uZ4ioz3oSO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZ4ioz3oSO .carousel-indicators li::after,
.cid-uZ4ioz3oSO .carousel-indicators li::before {
  content: none;
}
.cid-uZ4ioz3oSO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZ4ioz3oSO .carousel-indicators {
    display: none !important;
  }
}
.cid-v0OVySXUkq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ4tW6VgPe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZ4tW6VgPe .carousel {
    min-height: 600px;
  }
  .cid-uZ4tW6VgPe .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZ4tW6VgPe .carousel {
    min-height: 390px;
  }
  .cid-uZ4tW6VgPe .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZ4tW6VgPe .carousel {
    min-height: 330px;
  }
  .cid-uZ4tW6VgPe .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uZ4tW6VgPe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZ4tW6VgPe .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZ4tW6VgPe .carousel,
.cid-uZ4tW6VgPe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZ4tW6VgPe .item-wrapper {
  width: 100%;
}
.cid-uZ4tW6VgPe .carousel-caption {
  bottom: 40px;
}
.cid-uZ4tW6VgPe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZ4tW6VgPe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZ4tW6VgPe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZ4tW6VgPe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZ4tW6VgPe .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZ4tW6VgPe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ4tW6VgPe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ4tW6VgPe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZ4tW6VgPe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZ4tW6VgPe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZ4tW6VgPe .carousel-indicators li.active,
.cid-uZ4tW6VgPe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZ4tW6VgPe .carousel-indicators li::after,
.cid-uZ4tW6VgPe .carousel-indicators li::before {
  content: none;
}
.cid-uZ4tW6VgPe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZ4tW6VgPe .carousel-indicators {
    display: none !important;
  }
}
.cid-v0PmAy0aJ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0PonFHCyK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v0PonFHCyK .carousel {
    min-height: 600px;
  }
  .cid-v0PonFHCyK .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0PonFHCyK .carousel {
    min-height: 390px;
  }
  .cid-v0PonFHCyK .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v0PonFHCyK .carousel {
    min-height: 330px;
  }
  .cid-v0PonFHCyK .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-v0PonFHCyK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v0PonFHCyK .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v0PonFHCyK .carousel,
.cid-v0PonFHCyK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0PonFHCyK .item-wrapper {
  width: 100%;
}
.cid-v0PonFHCyK .carousel-caption {
  bottom: 40px;
}
.cid-v0PonFHCyK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v0PonFHCyK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v0PonFHCyK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v0PonFHCyK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v0PonFHCyK .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0PonFHCyK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0PonFHCyK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0PonFHCyK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0PonFHCyK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v0PonFHCyK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0PonFHCyK .carousel-indicators li.active,
.cid-v0PonFHCyK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0PonFHCyK .carousel-indicators li::after,
.cid-v0PonFHCyK .carousel-indicators li::before {
  content: none;
}
.cid-v0PonFHCyK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0PonFHCyK .carousel-indicators {
    display: none !important;
  }
}
.cid-v0Qt7qm4KT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0QCssCYGe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v0QCssCYGe .carousel {
    min-height: 600px;
  }
  .cid-v0QCssCYGe .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0QCssCYGe .carousel {
    min-height: 390px;
  }
  .cid-v0QCssCYGe .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v0QCssCYGe .carousel {
    min-height: 330px;
  }
  .cid-v0QCssCYGe .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-v0QCssCYGe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v0QCssCYGe .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v0QCssCYGe .carousel,
.cid-v0QCssCYGe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0QCssCYGe .item-wrapper {
  width: 100%;
}
.cid-v0QCssCYGe .carousel-caption {
  bottom: 40px;
}
.cid-v0QCssCYGe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v0QCssCYGe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v0QCssCYGe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v0QCssCYGe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v0QCssCYGe .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0QCssCYGe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0QCssCYGe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0QCssCYGe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0QCssCYGe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v0QCssCYGe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0QCssCYGe .carousel-indicators li.active,
.cid-v0QCssCYGe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0QCssCYGe .carousel-indicators li::after,
.cid-v0QCssCYGe .carousel-indicators li::before {
  content: none;
}
.cid-v0QCssCYGe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0QCssCYGe .carousel-indicators {
    display: none !important;
  }
}
.cid-v0QCvdGy6L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0QI1OO8DU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v0QI1OO8DU .carousel {
    min-height: 600px;
  }
  .cid-v0QI1OO8DU .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0QI1OO8DU .carousel {
    min-height: 390px;
  }
  .cid-v0QI1OO8DU .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v0QI1OO8DU .carousel {
    min-height: 330px;
  }
  .cid-v0QI1OO8DU .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-v0QI1OO8DU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v0QI1OO8DU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v0QI1OO8DU .carousel,
.cid-v0QI1OO8DU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0QI1OO8DU .item-wrapper {
  width: 100%;
}
.cid-v0QI1OO8DU .carousel-caption {
  bottom: 40px;
}
.cid-v0QI1OO8DU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v0QI1OO8DU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v0QI1OO8DU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v0QI1OO8DU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v0QI1OO8DU .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0QI1OO8DU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0QI1OO8DU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0QI1OO8DU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0QI1OO8DU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v0QI1OO8DU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0QI1OO8DU .carousel-indicators li.active,
.cid-v0QI1OO8DU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0QI1OO8DU .carousel-indicators li::after,
.cid-v0QI1OO8DU .carousel-indicators li::before {
  content: none;
}
.cid-v0QI1OO8DU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0QI1OO8DU .carousel-indicators {
    display: none !important;
  }
}
.cid-v0UzSFHZxW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v56H6NTIL2 {
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v56H6NTIL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56H6NTIL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56H6NTIL2 .mbr-text,
.cid-v56H6NTIL2 .mbr-section-btn {
  text-align: center;
}
.cid-v56H6NTIL2 .mbr-section-title {
  text-align: center;
}
.cid-v5fJpfniZP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v5fJpfniZP .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-v5fJpfniZP h6 {
  line-height: 1.2;
}
.cid-v5fJpfniZP img,
.cid-v5fJpfniZP .item-img {
  width: 100%;
}
.cid-v5fJpfniZP .item:focus,
.cid-v5fJpfniZP span:focus {
  outline: none;
}
.cid-v5fJpfniZP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5fJpfniZP .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5fJpfniZP .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v5fJpfniZP .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5fJpfniZP .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5fJpfniZP .mbr-section-title {
  color: #000000;
}
.cid-v5fJpfniZP .mbr-text,
.cid-v5fJpfniZP .mbr-section-btn {
  color: #000000;
}
.cid-v5fJpfniZP .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5fJpfniZP .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5fJpfniZP .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5fJpfniZP .content-head {
  max-width: 800px;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-v16Hw5Zy5J {
  z-index: 1000;
  width: 100%;
}
.cid-v16Hw5Zy5J nav.navbar {
  position: fixed;
}
.cid-v16Hw5Zy5J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v16Hw5Zy5J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v16Hw5Zy5J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v16Hw5Zy5J .dropdown-item:hover,
.cid-v16Hw5Zy5J .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-v16Hw5Zy5J .dropdown-item:hover span {
  color: white;
}
.cid-v16Hw5Zy5J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v16Hw5Zy5J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v16Hw5Zy5J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v16Hw5Zy5J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v16Hw5Zy5J .nav-link {
  position: relative;
}
.cid-v16Hw5Zy5J .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v16Hw5Zy5J .container {
    flex-wrap: nowrap;
  }
}
.cid-v16Hw5Zy5J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v16Hw5Zy5J .dropdown-menu,
.cid-v16Hw5Zy5J .navbar.opened {
  background: #ffffff !important;
}
.cid-v16Hw5Zy5J .nav-item:focus,
.cid-v16Hw5Zy5J .nav-link:focus {
  outline: none;
}
.cid-v16Hw5Zy5J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v16Hw5Zy5J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v16Hw5Zy5J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v16Hw5Zy5J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v16Hw5Zy5J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v16Hw5Zy5J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v16Hw5Zy5J .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-v16Hw5Zy5J .navbar.opened {
  transition: all 0.3s;
}
.cid-v16Hw5Zy5J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v16Hw5Zy5J .navbar .navbar-logo img {
  width: auto;
}
.cid-v16Hw5Zy5J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v16Hw5Zy5J .navbar.collapsed {
  justify-content: center;
}
.cid-v16Hw5Zy5J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v16Hw5Zy5J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v16Hw5Zy5J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v16Hw5Zy5J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v16Hw5Zy5J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v16Hw5Zy5J .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v16Hw5Zy5J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v16Hw5Zy5J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v16Hw5Zy5J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v16Hw5Zy5J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v16Hw5Zy5J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v16Hw5Zy5J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v16Hw5Zy5J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v16Hw5Zy5J .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v16Hw5Zy5J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v16Hw5Zy5J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v16Hw5Zy5J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v16Hw5Zy5J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v16Hw5Zy5J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v16Hw5Zy5J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v16Hw5Zy5J .navbar.navbar-short {
  min-height: 60px;
}
.cid-v16Hw5Zy5J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v16Hw5Zy5J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v16Hw5Zy5J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v16Hw5Zy5J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v16Hw5Zy5J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v16Hw5Zy5J .dropdown-item.active,
.cid-v16Hw5Zy5J .dropdown-item:active {
  background-color: transparent;
}
.cid-v16Hw5Zy5J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v16Hw5Zy5J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v16Hw5Zy5J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v16Hw5Zy5J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v16Hw5Zy5J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v16Hw5Zy5J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v16Hw5Zy5J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v16Hw5Zy5J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v16Hw5Zy5J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v16Hw5Zy5J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v16Hw5Zy5J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v16Hw5Zy5J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v16Hw5Zy5J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v16Hw5Zy5J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v16Hw5Zy5J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v16Hw5Zy5J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v16Hw5Zy5J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v16Hw5Zy5J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v16Hw5Zy5J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v16Hw5Zy5J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v16Hw5Zy5J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v16Hw5Zy5J .navbar {
    height: 70px;
  }
  .cid-v16Hw5Zy5J .navbar.opened {
    height: auto;
  }
  .cid-v16Hw5Zy5J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v16Hw78u6a {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v16Hw78u6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v16Hw78u6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v16Hw6MRGc .mbr-section-title {
  text-align: left;
}
.cid-v16Hw7Es4Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v16Hw7YG6D {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v16Hw7YG6D .carousel {
    min-height: 600px;
  }
  .cid-v16Hw7YG6D .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v16Hw7YG6D .carousel {
    min-height: 390px;
  }
  .cid-v16Hw7YG6D .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v16Hw7YG6D .carousel {
    min-height: 330px;
  }
  .cid-v16Hw7YG6D .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-v16Hw7YG6D .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v16Hw7YG6D .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v16Hw7YG6D .carousel,
.cid-v16Hw7YG6D .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v16Hw7YG6D .item-wrapper {
  width: 100%;
}
.cid-v16Hw7YG6D .carousel-caption {
  bottom: 40px;
}
.cid-v16Hw7YG6D .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v16Hw7YG6D .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v16Hw7YG6D .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v16Hw7YG6D .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v16Hw7YG6D .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v16Hw7YG6D .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v16Hw7YG6D .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v16Hw7YG6D .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v16Hw7YG6D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v16Hw7YG6D .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v16Hw7YG6D .carousel-indicators li.active,
.cid-v16Hw7YG6D .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v16Hw7YG6D .carousel-indicators li::after,
.cid-v16Hw7YG6D .carousel-indicators li::before {
  content: none;
}
.cid-v16Hw7YG6D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v16Hw7YG6D .carousel-indicators {
    display: none !important;
  }
}
.cid-v16Hw8UKCq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v16Hw9braz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v16Hw9braz .carousel {
    min-height: 600px;
  }
  .cid-v16Hw9braz .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v16Hw9braz .carousel {
    min-height: 390px;
  }
  .cid-v16Hw9braz .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v16Hw9braz .carousel {
    min-height: 330px;
  }
  .cid-v16Hw9braz .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-v16Hw9braz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v16Hw9braz .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v16Hw9braz .carousel,
.cid-v16Hw9braz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v16Hw9braz .item-wrapper {
  width: 100%;
}
.cid-v16Hw9braz .carousel-caption {
  bottom: 40px;
}
.cid-v16Hw9braz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v16Hw9braz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v16Hw9braz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v16Hw9braz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v16Hw9braz .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v16Hw9braz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v16Hw9braz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v16Hw9braz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v16Hw9braz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v16Hw9braz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v16Hw9braz .carousel-indicators li.active,
.cid-v16Hw9braz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v16Hw9braz .carousel-indicators li::after,
.cid-v16Hw9braz .carousel-indicators li::before {
  content: none;
}
.cid-v16Hw9braz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v16Hw9braz .carousel-indicators {
    display: none !important;
  }
}
.cid-v16Hwa3fLV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v16Hwal9qn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v16Hwal9qn .carousel {
    min-height: 600px;
  }
  .cid-v16Hwal9qn .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v16Hwal9qn .carousel {
    min-height: 390px;
  }
  .cid-v16Hwal9qn .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v16Hwal9qn .carousel {
    min-height: 330px;
  }
  .cid-v16Hwal9qn .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-v16Hwal9qn .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v16Hwal9qn .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v16Hwal9qn .carousel,
.cid-v16Hwal9qn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v16Hwal9qn .item-wrapper {
  width: 100%;
}
.cid-v16Hwal9qn .carousel-caption {
  bottom: 40px;
}
.cid-v16Hwal9qn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v16Hwal9qn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v16Hwal9qn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v16Hwal9qn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v16Hwal9qn .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v16Hwal9qn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v16Hwal9qn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v16Hwal9qn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v16Hwal9qn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v16Hwal9qn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v16Hwal9qn .carousel-indicators li.active,
.cid-v16Hwal9qn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v16Hwal9qn .carousel-indicators li::after,
.cid-v16Hwal9qn .carousel-indicators li::before {
  content: none;
}
.cid-v16Hwal9qn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v16Hwal9qn .carousel-indicators {
    display: none !important;
  }
}
.cid-v16Hwb5KKa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v16HwboLrB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v16HwboLrB .carousel {
    min-height: 600px;
  }
  .cid-v16HwboLrB .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v16HwboLrB .carousel {
    min-height: 390px;
  }
  .cid-v16HwboLrB .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v16HwboLrB .carousel {
    min-height: 330px;
  }
  .cid-v16HwboLrB .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-v16HwboLrB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v16HwboLrB .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v16HwboLrB .carousel,
.cid-v16HwboLrB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v16HwboLrB .item-wrapper {
  width: 100%;
}
.cid-v16HwboLrB .carousel-caption {
  bottom: 40px;
}
.cid-v16HwboLrB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v16HwboLrB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v16HwboLrB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v16HwboLrB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v16HwboLrB .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v16HwboLrB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v16HwboLrB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v16HwboLrB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v16HwboLrB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v16HwboLrB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v16HwboLrB .carousel-indicators li.active,
.cid-v16HwboLrB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v16HwboLrB .carousel-indicators li::after,
.cid-v16HwboLrB .carousel-indicators li::before {
  content: none;
}
.cid-v16HwboLrB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v16HwboLrB .carousel-indicators {
    display: none !important;
  }
}
.cid-v16HwckkoZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v16HwcEpih {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v16HwcEpih .carousel {
    min-height: 600px;
  }
  .cid-v16HwcEpih .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v16HwcEpih .carousel {
    min-height: 390px;
  }
  .cid-v16HwcEpih .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v16HwcEpih .carousel {
    min-height: 330px;
  }
  .cid-v16HwcEpih .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-v16HwcEpih .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v16HwcEpih .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v16HwcEpih .carousel,
.cid-v16HwcEpih .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v16HwcEpih .item-wrapper {
  width: 100%;
}
.cid-v16HwcEpih .carousel-caption {
  bottom: 40px;
}
.cid-v16HwcEpih .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v16HwcEpih .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v16HwcEpih .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v16HwcEpih .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v16HwcEpih .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v16HwcEpih .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v16HwcEpih .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v16HwcEpih .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v16HwcEpih .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v16HwcEpih .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v16HwcEpih .carousel-indicators li.active,
.cid-v16HwcEpih .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v16HwcEpih .carousel-indicators li::after,
.cid-v16HwcEpih .carousel-indicators li::before {
  content: none;
}
.cid-v16HwcEpih .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v16HwcEpih .carousel-indicators {
    display: none !important;
  }
}
.cid-v16HwdMXfV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v56HjGwAzq {
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v56HjGwAzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56HjGwAzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56HjGwAzq .mbr-text,
.cid-v56HjGwAzq .mbr-section-btn {
  text-align: center;
}
.cid-v56HjGwAzq .mbr-section-title {
  text-align: center;
}
.cid-v5fJBj8lqu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fondo-articulos-1.webp");
}
.cid-v5fJBj8lqu .mbr-overlay {
  background: #ffffff;
  opacity: 0.7;
}
.cid-v5fJBj8lqu h6 {
  line-height: 1.2;
}
.cid-v5fJBj8lqu img,
.cid-v5fJBj8lqu .item-img {
  width: 100%;
}
.cid-v5fJBj8lqu .item:focus,
.cid-v5fJBj8lqu span:focus {
  outline: none;
}
.cid-v5fJBj8lqu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5fJBj8lqu .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5fJBj8lqu .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-v5fJBj8lqu .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5fJBj8lqu .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-v5fJBj8lqu .mbr-section-title {
  color: #000000;
}
.cid-v5fJBj8lqu .mbr-text,
.cid-v5fJBj8lqu .mbr-section-btn {
  color: #000000;
}
.cid-v5fJBj8lqu .item-title {
  color: #000000;
  text-align: center;
}
.cid-v5fJBj8lqu .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v5fJBj8lqu .item-text {
  color: #000000;
  text-align: center;
}
.cid-v5fJBj8lqu .content-head {
  max-width: 800px;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-uVIJldUZLE {
  z-index: 1000;
  width: 100%;
}
.cid-uVIJldUZLE nav.navbar {
  position: fixed;
}
.cid-uVIJldUZLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIJldUZLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIJldUZLE .dropdown-item:hover,
.cid-uVIJldUZLE .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIJldUZLE .dropdown-item:hover span {
  color: white;
}
.cid-uVIJldUZLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIJldUZLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIJldUZLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIJldUZLE .nav-link {
  position: relative;
}
.cid-uVIJldUZLE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIJldUZLE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown-menu,
.cid-uVIJldUZLE .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIJldUZLE .nav-item:focus,
.cid-uVIJldUZLE .nav-link:focus {
  outline: none;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIJldUZLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIJldUZLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIJldUZLE .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIJldUZLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIJldUZLE .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIJldUZLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar.collapsed {
  justify-content: center;
}
.cid-uVIJldUZLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIJldUZLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIJldUZLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIJldUZLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIJldUZLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIJldUZLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIJldUZLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIJldUZLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIJldUZLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIJldUZLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIJldUZLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIJldUZLE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIJldUZLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIJldUZLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIJldUZLE .dropdown-item.active,
.cid-uVIJldUZLE .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIJldUZLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIJldUZLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIJldUZLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIJldUZLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIJldUZLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIJldUZLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIJldUZLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIJldUZLE .navbar {
    height: 70px;
  }
  .cid-uVIJldUZLE .navbar.opened {
    height: auto;
  }
  .cid-uVIJldUZLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5PncLlMZf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fondo-cabeceras-101.webp");
}
.cid-v5PncLlMZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5PncLlMZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5PncLlMZf .mbr-section-title {
  color: #ffffff;
}
.cid-v5PncLlMZf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5Po99Szf7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5PpGI8nKl {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-vdoz87TIdJ {
  z-index: 1000;
  width: 100%;
}
.cid-vdoz87TIdJ nav.navbar {
  position: fixed;
}
.cid-vdoz87TIdJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdoz87TIdJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vdoz87TIdJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vdoz87TIdJ .dropdown-item:hover,
.cid-vdoz87TIdJ .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-vdoz87TIdJ .dropdown-item:hover span {
  color: white;
}
.cid-vdoz87TIdJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdoz87TIdJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdoz87TIdJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdoz87TIdJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdoz87TIdJ .nav-link {
  position: relative;
}
.cid-vdoz87TIdJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vdoz87TIdJ .container {
    flex-wrap: nowrap;
  }
}
.cid-vdoz87TIdJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vdoz87TIdJ .dropdown-menu,
.cid-vdoz87TIdJ .navbar.opened {
  background: #ffffff !important;
}
.cid-vdoz87TIdJ .nav-item:focus,
.cid-vdoz87TIdJ .nav-link:focus {
  outline: none;
}
.cid-vdoz87TIdJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdoz87TIdJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdoz87TIdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdoz87TIdJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdoz87TIdJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdoz87TIdJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdoz87TIdJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-vdoz87TIdJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vdoz87TIdJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vdoz87TIdJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vdoz87TIdJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdoz87TIdJ .navbar.collapsed {
  justify-content: center;
}
.cid-vdoz87TIdJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdoz87TIdJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdoz87TIdJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vdoz87TIdJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdoz87TIdJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdoz87TIdJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vdoz87TIdJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdoz87TIdJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdoz87TIdJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdoz87TIdJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdoz87TIdJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdoz87TIdJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdoz87TIdJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdoz87TIdJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vdoz87TIdJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdoz87TIdJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdoz87TIdJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vdoz87TIdJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vdoz87TIdJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdoz87TIdJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdoz87TIdJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdoz87TIdJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vdoz87TIdJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vdoz87TIdJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdoz87TIdJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdoz87TIdJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdoz87TIdJ .dropdown-item.active,
.cid-vdoz87TIdJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vdoz87TIdJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdoz87TIdJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdoz87TIdJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdoz87TIdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdoz87TIdJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdoz87TIdJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdoz87TIdJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vdoz87TIdJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vdoz87TIdJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vdoz87TIdJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vdoz87TIdJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdoz87TIdJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdoz87TIdJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdoz87TIdJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdoz87TIdJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdoz87TIdJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdoz87TIdJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdoz87TIdJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdoz87TIdJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdoz87TIdJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdoz87TIdJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdoz87TIdJ .navbar {
    height: 70px;
  }
  .cid-vdoz87TIdJ .navbar.opened {
    height: auto;
  }
  .cid-vdoz87TIdJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdoz89okcK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondo-cabeceras-102.webp");
}
.cid-vdoz89okcK .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-vdoz89okcK .form-control,
.cid-vdoz89okcK .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vdoz89okcK .form-control::-webkit-input-placeholder,
.cid-vdoz89okcK .field-input::-webkit-input-placeholder,
.cid-vdoz89okcK .form-control::-webkit-input-placeholder,
.cid-vdoz89okcK .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vdoz89okcK .form-control:-moz-placeholder,
.cid-vdoz89okcK .field-input:-moz-placeholder,
.cid-vdoz89okcK .form-control:-moz-placeholder,
.cid-vdoz89okcK .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vdoz89okcK .form-control:hover,
.cid-vdoz89okcK .field-input:hover,
.cid-vdoz89okcK .form-control:focus,
.cid-vdoz89okcK .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vdoz89okcK .form-control:hover::-webkit-input-placeholder,
.cid-vdoz89okcK .field-input:hover::-webkit-input-placeholder,
.cid-vdoz89okcK .form-control:focus::-webkit-input-placeholder,
.cid-vdoz89okcK .field-input:focus::-webkit-input-placeholder,
.cid-vdoz89okcK .form-control:hover::-webkit-input-placeholder,
.cid-vdoz89okcK .field-input:hover::-webkit-input-placeholder,
.cid-vdoz89okcK .form-control:focus::-webkit-input-placeholder,
.cid-vdoz89okcK .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vdoz89okcK .form-control:hover:-moz-placeholder,
.cid-vdoz89okcK .field-input:hover:-moz-placeholder,
.cid-vdoz89okcK .form-control:focus:-moz-placeholder,
.cid-vdoz89okcK .field-input:focus:-moz-placeholder,
.cid-vdoz89okcK .form-control:hover:-moz-placeholder,
.cid-vdoz89okcK .field-input:hover:-moz-placeholder,
.cid-vdoz89okcK .form-control:focus:-moz-placeholder,
.cid-vdoz89okcK .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vdoz89okcK .jq-number__spin:hover,
.cid-vdoz89okcK .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vdoz89okcK .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vdoz89okcK .jq-selectbox li,
.cid-vdoz89okcK .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vdoz89okcK .jq-selectbox li:hover,
.cid-vdoz89okcK .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vdoz89okcK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vdoz89okcK .jq-number__spin.minus:hover:after,
.cid-vdoz89okcK .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vdoz89okcK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vdoz89okcK .jq-number__spin.minus:after,
.cid-vdoz89okcK .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vdoz89okcK input::-webkit-clear-button {
  display: none;
}
.cid-vdoz89okcK input::-webkit-inner-spin-button {
  display: none;
}
.cid-vdoz89okcK input::-webkit-outer-spin-button {
  display: none;
}
.cid-vdoz89okcK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vdoz89okcK H4 {
  color: #ffffff;
}
.cid-vdoz89okcK H1 {
  color: #ffffff;
}
.cid-vdoz89okcK P {
  color: #ffffff;
}
.cid-vdoz89okcK LABEL {
  color: #ffffff;
}
.cid-vdoz8cKyvd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-vdoz8cKyvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdoz8cKyvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdoz8cKyvd .mbr-section-subtitle {
  text-align: left;
}
.cid-vdoz8dnZHV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-vdoz8dnZHV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vdoz8dnZHV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdoz8dnZHV .row {
    text-align: center;
  }
  .cid-vdoz8dnZHV .row > div {
    margin: auto;
  }
  .cid-vdoz8dnZHV .social-row {
    justify-content: center;
  }
}
.cid-vdoz8dnZHV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vdoz8dnZHV .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vdoz8dnZHV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdoz8dnZHV .list {
    margin-bottom: 0rem;
  }
}
.cid-vdoz8dnZHV .mbr-text {
  color: #353535;
}
.cid-vdoz8dnZHV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vdoz8dnZHV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vdoz8dnZHV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vdoz8dnZHV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdoz8dnZHV .copyright {
  color: #ffffff;
}
.cid-vdoz8dnZHV H5 {
  color: #000000;
}
.cid-uVIJldUZLE {
  z-index: 1000;
  width: 100%;
}
.cid-uVIJldUZLE nav.navbar {
  position: fixed;
}
.cid-uVIJldUZLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIJldUZLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIJldUZLE .dropdown-item:hover,
.cid-uVIJldUZLE .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIJldUZLE .dropdown-item:hover span {
  color: white;
}
.cid-uVIJldUZLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIJldUZLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIJldUZLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIJldUZLE .nav-link {
  position: relative;
}
.cid-uVIJldUZLE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIJldUZLE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown-menu,
.cid-uVIJldUZLE .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIJldUZLE .nav-item:focus,
.cid-uVIJldUZLE .nav-link:focus {
  outline: none;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIJldUZLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIJldUZLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIJldUZLE .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIJldUZLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIJldUZLE .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIJldUZLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar.collapsed {
  justify-content: center;
}
.cid-uVIJldUZLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIJldUZLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIJldUZLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIJldUZLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIJldUZLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIJldUZLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIJldUZLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIJldUZLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIJldUZLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIJldUZLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIJldUZLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIJldUZLE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIJldUZLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIJldUZLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIJldUZLE .dropdown-item.active,
.cid-uVIJldUZLE .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIJldUZLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIJldUZLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIJldUZLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIJldUZLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIJldUZLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIJldUZLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIJldUZLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIJldUZLE .navbar {
    height: 70px;
  }
  .cid-uVIJldUZLE .navbar.opened {
    height: auto;
  }
  .cid-uVIJldUZLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdcZaOMzZh {
  background-image: url("../../../assets/images/colaboracin-1.webp");
}
.cid-vdcZaOMzZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdcZaOMzZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdcZaOMzZh .mbr-section-title {
  color: #ffffff;
}
.cid-vddkpldVul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-vddkpldVul .mbr-fallback-image.disabled {
  display: none;
}
.cid-vddkpldVul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vddkpldVul .mbr-section-title {
  text-align: left;
}
.cid-vddkpldVul .mbr-section-subtitle {
  text-align: left;
}
.cid-vddpyZHx09 {
  background-image: url("../../../assets/images/casa-nueva-1.webp");
}
.cid-vddpyZHx09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vddpyZHx09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vddpyZHx09 .mbr-section-title {
  color: #ffffff;
}
.cid-vddpNWJAF1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vddpNWJAF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vddpNWJAF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vddpNWJAF1 .mbr-section-title {
  text-align: left;
}
.cid-vddpNWJAF1 .mbr-section-subtitle {
  text-align: left;
}
.cid-vddvntj4nW {
  background-image: url("../../../assets/images/colab03-1.webp");
}
.cid-vddvntj4nW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vddvntj4nW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vddvntj4nW .mbr-section-title {
  color: #ffffff;
}
.cid-vddxrEvc0z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-vddxrEvc0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vddxrEvc0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vddxrEvc0z .mbr-section-title {
  text-align: left;
}
.cid-vddxrEvc0z .mbr-section-subtitle {
  text-align: left;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
.cid-uVIJldUZLE {
  z-index: 1000;
  width: 100%;
}
.cid-uVIJldUZLE nav.navbar {
  position: fixed;
}
.cid-uVIJldUZLE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVIJldUZLE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVIJldUZLE .dropdown-item:hover,
.cid-uVIJldUZLE .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uVIJldUZLE .dropdown-item:hover span {
  color: white;
}
.cid-uVIJldUZLE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVIJldUZLE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVIJldUZLE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVIJldUZLE .nav-link {
  position: relative;
}
.cid-uVIJldUZLE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .container {
    flex-wrap: nowrap;
  }
}
.cid-uVIJldUZLE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown-menu,
.cid-uVIJldUZLE .navbar.opened {
  background: #ffffff !important;
}
.cid-uVIJldUZLE .nav-item:focus,
.cid-uVIJldUZLE .nav-link:focus {
  outline: none;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVIJldUZLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVIJldUZLE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVIJldUZLE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVIJldUZLE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVIJldUZLE .navbar.opened {
  transition: all 0.3s;
}
.cid-uVIJldUZLE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVIJldUZLE .navbar .navbar-logo img {
  width: auto;
}
.cid-uVIJldUZLE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar.collapsed {
  justify-content: center;
}
.cid-uVIJldUZLE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVIJldUZLE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVIJldUZLE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVIJldUZLE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVIJldUZLE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVIJldUZLE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVIJldUZLE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVIJldUZLE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVIJldUZLE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVIJldUZLE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVIJldUZLE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVIJldUZLE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVIJldUZLE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVIJldUZLE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVIJldUZLE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVIJldUZLE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVIJldUZLE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVIJldUZLE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVIJldUZLE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVIJldUZLE .dropdown-item.active,
.cid-uVIJldUZLE .dropdown-item:active {
  background-color: transparent;
}
.cid-uVIJldUZLE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVIJldUZLE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVIJldUZLE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVIJldUZLE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVIJldUZLE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVIJldUZLE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVIJldUZLE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVIJldUZLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVIJldUZLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVIJldUZLE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVIJldUZLE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVIJldUZLE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVIJldUZLE .navbar {
    height: 70px;
  }
  .cid-uVIJldUZLE .navbar.opened {
    height: auto;
  }
  .cid-uVIJldUZLE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vddDfEYrsp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fondo-cabeceras-102.webp");
}
.cid-vddDfEYrsp .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-vddDfEYrsp .form-control,
.cid-vddDfEYrsp .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vddDfEYrsp .form-control::-webkit-input-placeholder,
.cid-vddDfEYrsp .field-input::-webkit-input-placeholder,
.cid-vddDfEYrsp .form-control::-webkit-input-placeholder,
.cid-vddDfEYrsp .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vddDfEYrsp .form-control:-moz-placeholder,
.cid-vddDfEYrsp .field-input:-moz-placeholder,
.cid-vddDfEYrsp .form-control:-moz-placeholder,
.cid-vddDfEYrsp .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vddDfEYrsp .form-control:hover,
.cid-vddDfEYrsp .field-input:hover,
.cid-vddDfEYrsp .form-control:focus,
.cid-vddDfEYrsp .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-vddDfEYrsp .form-control:hover::-webkit-input-placeholder,
.cid-vddDfEYrsp .field-input:hover::-webkit-input-placeholder,
.cid-vddDfEYrsp .form-control:focus::-webkit-input-placeholder,
.cid-vddDfEYrsp .field-input:focus::-webkit-input-placeholder,
.cid-vddDfEYrsp .form-control:hover::-webkit-input-placeholder,
.cid-vddDfEYrsp .field-input:hover::-webkit-input-placeholder,
.cid-vddDfEYrsp .form-control:focus::-webkit-input-placeholder,
.cid-vddDfEYrsp .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-vddDfEYrsp .form-control:hover:-moz-placeholder,
.cid-vddDfEYrsp .field-input:hover:-moz-placeholder,
.cid-vddDfEYrsp .form-control:focus:-moz-placeholder,
.cid-vddDfEYrsp .field-input:focus:-moz-placeholder,
.cid-vddDfEYrsp .form-control:hover:-moz-placeholder,
.cid-vddDfEYrsp .field-input:hover:-moz-placeholder,
.cid-vddDfEYrsp .form-control:focus:-moz-placeholder,
.cid-vddDfEYrsp .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-vddDfEYrsp .jq-number__spin:hover,
.cid-vddDfEYrsp .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vddDfEYrsp .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vddDfEYrsp .jq-selectbox li,
.cid-vddDfEYrsp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vddDfEYrsp .jq-selectbox li:hover,
.cid-vddDfEYrsp .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-vddDfEYrsp .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vddDfEYrsp .jq-number__spin.minus:hover:after,
.cid-vddDfEYrsp .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vddDfEYrsp .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vddDfEYrsp .jq-number__spin.minus:after,
.cid-vddDfEYrsp .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-vddDfEYrsp input::-webkit-clear-button {
  display: none;
}
.cid-vddDfEYrsp input::-webkit-inner-spin-button {
  display: none;
}
.cid-vddDfEYrsp input::-webkit-outer-spin-button {
  display: none;
}
.cid-vddDfEYrsp input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vddDfEYrsp H4 {
  color: #ffffff;
}
.cid-vddDfEYrsp H1 {
  color: #ffffff;
}
.cid-vddDfEYrsp P {
  color: #ffffff;
}
.cid-vddDfEYrsp LABEL {
  color: #ffffff;
}
.cid-vddFvmOfa7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-vddFvmOfa7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vddFvmOfa7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vddFvmOfa7 .mbr-section-subtitle {
  text-align: left;
}
.cid-v56hjhkfrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/portada-icl-icl-fp.webp");
}
.cid-v56hjhkfrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56hjhkfrS .row {
    text-align: center;
  }
  .cid-v56hjhkfrS .row > div {
    margin: auto;
  }
  .cid-v56hjhkfrS .social-row {
    justify-content: center;
  }
}
.cid-v56hjhkfrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56hjhkfrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56hjhkfrS .list {
    margin-bottom: 0rem;
  }
}
.cid-v56hjhkfrS .mbr-text {
  color: #353535;
}
.cid-v56hjhkfrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56hjhkfrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56hjhkfrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56hjhkfrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56hjhkfrS .copyright {
  color: #ffffff;
}
.cid-v56hjhkfrS H5 {
  color: #000000;
}
