body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.tit-bold {
  font-weight: 900 !important;
}
.italic {
  font-style: italic;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Rubik', 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.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.57) * ((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: #17488d !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #153f8d !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #17488d !important;
  border-color: #17488d !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #242450 !important;
  border-color: #242450 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #242450 !important;
  border-color: #242450 !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: #153f8d !important;
  border-color: #153f8d !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: #0a1d42 !important;
  border-color: #0a1d42 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a1d42 !important;
  border-color: #0a1d42 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !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.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: transparent;
  color: #17488d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #242450 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #17488d !important;
  border-color: #17488d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #153f8d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a1d42 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #153f8d !important;
  border-color: #153f8d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #17488d !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #153f8d !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: #1f1f46 !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: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #081734 !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: #17488d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #153f8d;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #17488d;
  border-color: #17488d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #17488d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8383c7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3f78e2;
}
.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: 'Rubik', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #17488d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #17488d;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #17488d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #17488d;
}
.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: #17488d;
  border-bottom-color: #17488d;
}
.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: #ffffff !important;
  background-color: #17488d !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='%233f3f8c' %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;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #17488d !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #17488d !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txVUa8v1r9 .icon-wrapper {
  margin: auto;
  background-color: #6592e6;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-txVUa8v1r9 .icon-wrapper span {
  margin-left: 10px;
}
.cid-txVUa8v1r9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-txVUa8v1r9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-txVUa8v1r9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-txVUa8v1r9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-txVUa8v1r9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-txVXgolZtN {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.cid-txVXgolZtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-txVXgolZtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVXgolZtN .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-txVXgolZtN .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-txVXgolZtN .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
}
.cid-txVYRfbXQZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-txVYRfbXQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txVYRfbXQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-txVYRfbXQZ .container {
    max-width: 1400px;
  }
}
.cid-txVYRfbXQZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-txVYRfbXQZ .card-wrapper {
  margin-top: 3rem;
}
.cid-txVYRfbXQZ .row {
  justify-content: center;
}
.cid-txVZchchmy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../images/home/fondo_section.jpeg");
}
.cid-txVZchchmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-txVZchchmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVZchchmy .content-wrapper {
  background: transparent;
}
@media (max-width: 991px) {
  .cid-txVZchchmy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txVZchchmy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-txVZchchmy .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txVZchchmy .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-txVZchchmy .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-txVZchchmy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txVZchchmy .card-title {
  color: #f72525;
}
.cid-txVZchchmy .mbr-text,
.cid-txVZchchmy .mbr-section-btn {
  color: #7f7f7f;
}
.cid-txVZQ8Jp9d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txVZQ8Jp9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-txVZQ8Jp9d .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-txVZQ8Jp9d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-txVZQ8Jp9d .row {
  flex-direction: row-reverse;
}
.cid-txVZQ8Jp9d img {
  width: 100%;
}
.cid-txW02ljXzL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.bolsa-trabajo #bolsa2 img {
    position: absolute;
    width: 30rem;
    left: -4rem;
    top: -7rem;
    height: auto;
    align-self: center;
}
.cid-txW02ljXzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-txW02ljXzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txW02ljXzL .mbr-section-title {
  color: #ffffff;
}
.cid-txW0DjvJdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #153f8d;
}
.cid-txW0DjvJdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-txW0DjvJdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txW0DjvJdW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-txW0DjvJdW .row {
    text-align: center;
  }
  .cid-txW0DjvJdW .row > div {
    margin: auto;
  }
  .cid-txW0DjvJdW .social-row {
    justify-content: center;
  }
}
.cid-txW0DjvJdW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-txW0DjvJdW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txW0DjvJdW .list {
    margin-bottom: 0rem;
  }
}
.cid-txW0DjvJdW .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-txWcn21gDz {
  background-image: url("../../../images/imagenes_secciones/Historia_Fondo.png");
}
.cid-txWcn21gDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWcn21gDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWcn21gDz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txWcn21gDz .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
    margin-top: -55x;
  }
}
.cid-txWxvNrIGW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txWxvNrIGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWxvNrIGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWxvNrIGW .mbr-section-subtitle {
  color: #15358d;
}
.cid-txWcE51yVq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txWcE51yVq .mbr-text {
  text-align: left;
  color: #7f7f7f;
}
.cid-txWcE51yVq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txWdbdBKsb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txWdbdBKsb .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-txWdbdBKsb .mbr-text {
  text-align: left;
  color: #7f7f7f;
}
.cid-txWdGmNtvP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-txWdGmNtvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWdGmNtvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWdGmNtvP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-txWdGmNtvP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-txWdGmNtvP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #17488d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txWdGmNtvP H3 {
  color: #ffffff;
}
.cid-txWdGmNtvP .list {
  color: #7f7f7f;
}
.cid-txWhMSvsI1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txWhMSvsI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWhMSvsI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWhMSvsI1 .item {
  padding-bottom: 2rem;
}
.cid-txWhMSvsI1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-txWhMSvsI1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-txWhMSvsI1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-txWhMSvsI1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-txWhMSvsI1 .carousel-control,
.cid-txWhMSvsI1 .close {
  background: #1b1b1b;
}
.cid-txWhMSvsI1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-txWhMSvsI1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-txWhMSvsI1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-txWhMSvsI1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-txWhMSvsI1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-txWhMSvsI1 .close::before {
  content: '\e91a';
}
.cid-txWhMSvsI1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-txWhMSvsI1 .carousel-control {
  display: flex;
  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-txWhMSvsI1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txWhMSvsI1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txWhMSvsI1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-txWhMSvsI1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-txWhMSvsI1 .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-txWhMSvsI1 .carousel-indicators li.active,
.cid-txWhMSvsI1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-txWhMSvsI1 .carousel-indicators li::after,
.cid-txWhMSvsI1 .carousel-indicators li::before {
  content: none;
}
.cid-txWhMSvsI1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-txWhMSvsI1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-txWhMSvsI1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-txWhMSvsI1 .carousel-indicators {
    display: none;
  }
}
.cid-txWhMSvsI1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-txWhMSvsI1 .carousel-inner > .active {
  display: block;
}
.cid-txWhMSvsI1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txWhMSvsI1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txWhMSvsI1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-txWhMSvsI1 .carousel-control,
  .cid-txWhMSvsI1 .carousel-indicators,
  .cid-txWhMSvsI1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-txWhMSvsI1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-txWhMSvsI1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-txWhMSvsI1 .carousel-indicators .active,
.cid-txWhMSvsI1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-txWhMSvsI1 .carousel-indicators .active {
  background: #fff;
}
.cid-txWhMSvsI1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-txWhMSvsI1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-txWhMSvsI1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-txWhMSvsI1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-txWhMSvsI1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-txWhMSvsI1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-txWhMSvsI1 .carousel {
  width: 100%;
}
.cid-txWhMSvsI1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-txWhMSvsI1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-txWhMSvsI1 .modal.fade .modal-dialog,
.cid-txWhMSvsI1 .modal.in .modal-dialog {
  transform: none;
}
.cid-txWhMSvsI1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-txWhMSvsI1 H6 {
  text-align: center;
}
.cid-txWhMSvsI1 H3 {
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #17488d !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #17488d !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txW0DjvJdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #153f8d;
}
.cid-txW0DjvJdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-txW0DjvJdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txW0DjvJdW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-txW0DjvJdW .row {
    text-align: center;
  }
  .cid-txW0DjvJdW .row > div {
    margin: auto;
  }
  .cid-txW0DjvJdW .social-row {
    justify-content: center;
  }
}
.cid-txW0DjvJdW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-txW0DjvJdW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txW0DjvJdW .list {
    margin-bottom: 0rem;
  }
}
.cid-txW0DjvJdW .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #17488d !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #17488d !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txW7tIPoa3 {
  background-image: url("../../../images/imagenes_secciones/Servicios_Fondo.png");
}
.cid-txW7tIPoa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txW7tIPoa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txW7tIPoa3 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txW7tIPoa3 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
    margin-top: -130px;
  }
}
.cid-txW7tIPoa3 .mbr-section-title {
  color: #ffffff;
}
.cid-txW7VGUmat {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: transparent;
  margin-top: -3rem;
}
.cid-txW7VGUmat img
{
    width: 90%;
    border: 0px;
    margin: auto;
    padding: 18px
}
.cid-txW7VGUmat .item-img {
  width: 100%;
  border: 2px solid #dddddd;
  border-bottom: 0px;
  border-radius: 15px 15px 0px 0px;
}
.cid-txW7VGUmat .item:focus,
.cid-txW7VGUmat span:focus {
  outline: none;
}
.cid-txW7VGUmat .item {
  cursor: pointer;
  margin-bottom: 2rem;
  padding: 0px 20px 0px 20px;
}
.cid-txW7VGUmat .item-wrapper {
  position: relative;
  border-radius: 15px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-txW7tIPoa3
{
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .cid-txW7VGUmat .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
}
@media (max-width: 991px) {
  .cid-txW7VGUmat .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-txW7VGUmat .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-txW7VGUmat .mbr-section-title {
  color: #232323;
}
.cid-txW7VGUmat .mbr-text,
.cid-txW7VGUmat .mbr-section-btn {
  text-align: left;
}
.cid-txW7VGUmat .item-title {
  text-align: left;
}
.cid-txW7VGUmat .item-subtitle {
  text-align: left;
}
.cid-txWc5Jzl6X {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-txWc5Jzl6X img {
  width: 120px;
  margin: auto;
}
.cid-txWc5Jzl6X .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-txWc5Jzl6X .card {
    max-width: 12.5%;
  }
}
.cid-txW0DjvJdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #153f8d;
}
.cid-txW0DjvJdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-txW0DjvJdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txW0DjvJdW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-txW0DjvJdW .row {
    text-align: center;
  }
  .cid-txW0DjvJdW .row > div {
    margin: auto;
  }
  .cid-txW0DjvJdW .social-row {
    justify-content: center;
  }
}
.cid-txW0DjvJdW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-txW0DjvJdW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txW0DjvJdW .list {
    margin-bottom: 0rem;
  }
}
.cid-txW0DjvJdW .mbr-text {
  color: #ffffff;
}
.cid-txW0DjvJdW .mbr-iconfont {
  color: #153f8d;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #17488d !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #17488d !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txWiM7QZno {
    background-image: url("../../../images/imagenes_secciones/Terminales_Fondo.png");
}
.cid-txWiM7QZno .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWiM7QZno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWiM7QZno .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txWiM7QZno .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
    margin-top: -105px;
  }
}
.cid-txWj2DCPqw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txWj2DCPqw .mbr-text {
  text-align: center;
}
.cid-txWjjkKu1H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txWjjkKu1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWjjkKu1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWjjkKu1H .img-wrapper {
  text-align: center;
}
.cid-txWjjkKu1H img {
  margin: auto;
  width: 5rem;
  padding-top: 2rem;
}
.cid-txWjjkKu1H .card-wrapper {
  border-radius: 4px;
  background: #153f8d;
}
@media (max-width: 992px) {
  .cid-txWjjkKu1H .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-txWjjkKu1H .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txWjjkKu1H .card-wrapper {
    padding: 1rem;
  }
}
.cid-txWjjkKu1H .card-title {
  color: #ffffff;
}
.cid-txWjjkKu1H .mbr-text,
.cid-txWjjkKu1H .mbr-section-btn {
  color: #ffffff;
}
.cid-txWk3d5hRr {
  background: rgb(194,194,194);
  background: linear-gradient(180deg, rgba(194,194,194,1) 0%, rgba(255,255,255,1) 100%);
}
.cid-txWk3d5hRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWk3d5hRr .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-txWk3d5hRr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-txWk3d5hRr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txWk3d5hRr .text-wrapper {
    padding: 2rem;
  }
}
.cid-txWk3d5hRr .mbr-text {
  color: #ffffff;
}
.cid-txWk3d5hRr .mbr-section-title {
  color: #ffffff;
}
.cid-txWkAnvGBs {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-txWkAnvGBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWkAnvGBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWkAnvGBs .item {
  padding-bottom: 2rem;
}
.cid-txWkAnvGBs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-txWkAnvGBs .item-wrapper img {
  height: 100%;
  object-fit: contain;
}
.cid-txWkAnvGBs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-txWkAnvGBs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-txWkAnvGBs .carousel-control,
.cid-txWkAnvGBs .close {
  background: #1b1b1b;
}
.cid-txWkAnvGBs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-txWkAnvGBs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-txWkAnvGBs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-txWkAnvGBs .carousel-control-next span {
  margin-left: 5px;
}
.cid-txWkAnvGBs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-txWkAnvGBs .close::before {
  content: '\e91a';
}
.cid-txWkAnvGBs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-txWkAnvGBs .carousel-control {
  display: flex;
  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-txWkAnvGBs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txWkAnvGBs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txWkAnvGBs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-txWkAnvGBs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-txWkAnvGBs .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-txWkAnvGBs .carousel-indicators li.active,
.cid-txWkAnvGBs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-txWkAnvGBs .carousel-indicators li::after,
.cid-txWkAnvGBs .carousel-indicators li::before {
  content: none;
}
.cid-txWkAnvGBs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-txWkAnvGBs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-txWkAnvGBs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-txWkAnvGBs .carousel-indicators {
    display: none;
  }
}
.cid-txWkAnvGBs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-txWkAnvGBs .carousel-inner > .active {
  display: block;
}
.cid-txWkAnvGBs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txWkAnvGBs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txWkAnvGBs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-txWkAnvGBs .carousel-control,
  .cid-txWkAnvGBs .carousel-indicators,
  .cid-txWkAnvGBs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-txWkAnvGBs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-txWkAnvGBs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-txWkAnvGBs .carousel-indicators .active,
.cid-txWkAnvGBs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-txWkAnvGBs .carousel-indicators .active {
  background: #fff;
}
.cid-txWkAnvGBs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-txWkAnvGBs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-txWkAnvGBs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-txWkAnvGBs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-txWkAnvGBs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-txWkAnvGBs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-txWkAnvGBs .carousel {
  width: 100%;
}
.cid-txWkAnvGBs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-txWkAnvGBs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-txWkAnvGBs .modal.fade .modal-dialog,
.cid-txWkAnvGBs .modal.in .modal-dialog {
  transform: none;
}
.cid-txWkAnvGBs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-txWkAnvGBs H6 {
  text-align: center;
}
.cid-txW0DjvJdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #153f8d;
}
.cid-txW0DjvJdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-txW0DjvJdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txW0DjvJdW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-txW0DjvJdW .row {
    text-align: center;
  }
  .cid-txW0DjvJdW .row > div {
    margin: auto;
  }
  .cid-txW0DjvJdW .social-row {
    justify-content: center;
  }
}
.cid-txW0DjvJdW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-txW0DjvJdW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txW0DjvJdW .list {
    margin-bottom: 0rem;
  }
}
.cid-txW0DjvJdW .mbr-text {
  color: #ffffff;
}
.cid-txW0DjvJdW .soc-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    height: 1.5rem;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #17488d !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #17488d !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txWoaT7EpL {
  background-image: url("../../../images/imagenes_secciones/Equipos_Fondo.png");
}
.cid-txWoaT7EpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWoaT7EpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWoaT7EpL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txWoaT7EpL .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
    margin-top: -78px;
  }
}
.cid-txWowInYHP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: transparent;
  margin-top: -3rem;
}
.cid-txWowInYHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWowInYHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWowInYHP .img-wrapper {
  text-align: center;
}
.cid-txWowInYHP img {
  margin: auto;
  width: 140px;
}
.cid-txWowInYHP .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-txWowInYHP .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-txWowInYHP .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-txWowInYHP .card-wrapper {
    padding: 1rem;
  }
}
.cid-txWpBgFQTH {
    padding-top: 0rem;
    padding-bottom: 6rem;
    background-color: #f7f7f7;
}
.cid-txWpBgFQTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWpBgFQTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWpBgFQTH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txWpBgFQTH .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-txWqiR6iqf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-txWqiR6iqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWqiR6iqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWqiR6iqf .item {
  padding-bottom: 2rem;
}
.cid-txWqiR6iqf .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-txWqiR6iqf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-txWqiR6iqf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-txWqiR6iqf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-txWqiR6iqf .carousel-control,
.cid-txWqiR6iqf .close {
  background: #1b1b1b;
}
.cid-txWqiR6iqf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-txWqiR6iqf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-txWqiR6iqf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-txWqiR6iqf .carousel-control-next span {
  margin-left: 5px;
}
.cid-txWqiR6iqf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-txWqiR6iqf .close::before {
  content: '\e91a';
}
.cid-txWqiR6iqf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-txWqiR6iqf .carousel-control {
  display: flex;
  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-txWqiR6iqf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txWqiR6iqf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txWqiR6iqf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-txWqiR6iqf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-txWqiR6iqf .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-txWqiR6iqf .carousel-indicators li.active,
.cid-txWqiR6iqf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-txWqiR6iqf .carousel-indicators li::after,
.cid-txWqiR6iqf .carousel-indicators li::before {
  content: none;
}
.cid-txWqiR6iqf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-txWqiR6iqf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-txWqiR6iqf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-txWqiR6iqf .carousel-indicators {
    display: none;
  }
}
.cid-txWqiR6iqf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-txWqiR6iqf .carousel-inner > .active {
  display: block;
}
.cid-txWqiR6iqf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txWqiR6iqf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txWqiR6iqf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-txWqiR6iqf .carousel-control,
  .cid-txWqiR6iqf .carousel-indicators,
  .cid-txWqiR6iqf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-txWqiR6iqf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-txWqiR6iqf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-txWqiR6iqf .carousel-indicators .active,
.cid-txWqiR6iqf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-txWqiR6iqf .carousel-indicators .active {
  background: #fff;
}
.cid-txWqiR6iqf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-txWqiR6iqf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-txWqiR6iqf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-txWqiR6iqf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-txWqiR6iqf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-txWqiR6iqf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-txWqiR6iqf .carousel {
  width: 100%;
}
.cid-txWqiR6iqf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-txWqiR6iqf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-txWqiR6iqf .modal.fade .modal-dialog,
.cid-txWqiR6iqf .modal.in .modal-dialog {
  transform: none;
}
.cid-txWqiR6iqf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-txWqiR6iqf H6 {
  text-align: center;
}
.cid-txW0DjvJdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #153f8d;
}
.cid-txW0DjvJdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-txW0DjvJdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txW0DjvJdW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-txW0DjvJdW .row {
    text-align: center;
  }
  .cid-txW0DjvJdW .row > div {
    margin: auto;
  }
  .cid-txW0DjvJdW .social-row {
    justify-content: center;
  }
}
.cid-txW0DjvJdW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-txW0DjvJdW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txW0DjvJdW .list {
    margin-bottom: 0rem;
  }
}
.cid-txW0DjvJdW .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #17488d !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #17488d !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 2.65rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txWrZvQqzM {
  background-image: url("../../../images/Blog/Portada.png");
}
.cid-txWrZvQqzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWrZvQqzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWrZvQqzM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txWrZvQqzM .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
    margin-top: -58px;
  }
}
.cid-txWseJaNah {
  padding-top: 5rem;
  background-color: #d9d9d9;
}
.cid-txWseJaNah .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWseJaNah .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-txWseJaNah .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-txWseJaNah .row {
  flex-direction: row-reverse;
}
.cid-txWseJaNah img {
  width: 100%;
}
.cid-txWsr8SxVy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-txWsr8SxVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWsr8SxVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWsr8SxVy .item {
  padding-bottom: 2rem;
}
.cid-txWsr8SxVy .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-txWsr8SxVy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-txWsr8SxVy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-txWsr8SxVy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-txWsr8SxVy .carousel-control,
.cid-txWsr8SxVy .close {
  background: #1b1b1b;
}
.cid-txWsr8SxVy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-txWsr8SxVy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-txWsr8SxVy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-txWsr8SxVy .carousel-control-next span {
  margin-left: 5px;
}
.cid-txWsr8SxVy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-txWsr8SxVy .close::before {
  content: '\e91a';
}
.cid-txWsr8SxVy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-txWsr8SxVy .carousel-control {
  display: flex;
  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-txWsr8SxVy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txWsr8SxVy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txWsr8SxVy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-txWsr8SxVy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-txWsr8SxVy .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-txWsr8SxVy .carousel-indicators li.active,
.cid-txWsr8SxVy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-txWsr8SxVy .carousel-indicators li::after,
.cid-txWsr8SxVy .carousel-indicators li::before {
  content: none;
}
.cid-txWsr8SxVy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-txWsr8SxVy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-txWsr8SxVy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-txWsr8SxVy .carousel-indicators {
    display: none;
  }
}
.cid-txWsr8SxVy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-txWsr8SxVy .carousel-inner > .active {
  display: block;
}
.cid-txWsr8SxVy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txWsr8SxVy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txWsr8SxVy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-txWsr8SxVy .carousel-control,
  .cid-txWsr8SxVy .carousel-indicators,
  .cid-txWsr8SxVy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-txWsr8SxVy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-txWsr8SxVy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-txWsr8SxVy .carousel-indicators .active,
.cid-txWsr8SxVy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-txWsr8SxVy .carousel-indicators .active {
  background: #fff;
}
.cid-txWsr8SxVy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-txWsr8SxVy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-txWsr8SxVy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-txWsr8SxVy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-txWsr8SxVy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-txWsr8SxVy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-txWsr8SxVy .carousel {
  width: 100%;
}
.cid-txWsr8SxVy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-txWsr8SxVy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-txWsr8SxVy .modal.fade .modal-dialog,
.cid-txWsr8SxVy .modal.in .modal-dialog {
  transform: none;
}
.cid-txWsr8SxVy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-txWsr8SxVy H6 {
  text-align: center;
}
.cid-txW0DjvJdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #153f8d;
}
.cid-txW0DjvJdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-txW0DjvJdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txW0DjvJdW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-txW0DjvJdW .row {
    text-align: center;
  }
  .cid-txW0DjvJdW .row > div {
    margin: auto;
  }
  .cid-txW0DjvJdW .social-row {
    justify-content: center;
  }
}
.cid-txW0DjvJdW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-txW0DjvJdW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txW0DjvJdW .list {
    margin-bottom: 0rem;
  }
}
.cid-txW0DjvJdW .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-txW0DjvJdW div > *:last-child {
    margin-top: 0 !important;
  }
}
.text-right
{
  text-align: right;
}
.text-left
{
  text-align: left;
}
.overflow-v
{
  overflow: visible;
}
.btn-a
{
    background-color: #1d4f93;
    padding: 8px;
    border-radius: 25px;
    display: inline-block;
}
.btn-a:hover
{
    background-color: #dc3545;
    transition: all 0.25s ease-in-out;
}
.bg-tit-white
{
    background-color: #fff;
    border-radius: 55px;
    padding: 8px;
}
.bg-tit-blue
{
    background-color: #00428d;
    border-radius: 55px;
    padding: 8px;
}
.tit-hover
{
    top: -125px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.tit-hover2
{
    top: -195px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.box-shad
{
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 0px 0px, rgba(0, 0, 0, 0.07) 0px 2px 0px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 0px;
}
.bolsa-trabajo
{
    background-color: #00428d;
    border-radius: 35px;
    align-items: center;
    color: #fff;
    flex-flow: wrap;
}
.bolsa-trabajo2
{
    background-image: url(../../../images/contacto/Fondo-Haz-Contacto.png);
    border-radius: 35px;
    align-items: center;
    color: #fff;
    background-size: 91%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.bolsa-trabajo a:hover
{
    color: #fff !important;
}
.footer4 ul
{
  display: flex;
  padding: 0px;
  flex-flow: wrap;
}
.footer4 ul li
{
    padding: 24px 46px 24px 0px;
      display: flex;
    align-items: center;
}
.footer4 ul li::before {
  content: "•";
  color: red;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 32px;
}
.cid-txW7VGUmat .item-wrapper .item-footer {
  background-color: #17488d;
  text-align: center;
  height: inherit;
  transition: all 0.2s ease-in-out;
  display: grid;
  align-items: center;
}
.cid-txW7VGUmat .item-wrapper .item-footer p {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-txW7VGUmat .item-wrapper:hover .item-footer {
  background-color: red;
}
.cid-txWjjkKu1H .img-wrapper
{
  background-color: #17488d;
}
.cid-txWjjkKu1H .item-footer
{
    background-color: #17488d;
    text-align: center;
    height: inherit;
    transition: all 0.2s ease-in-out;
    display: grid;
    align-items: center;
}
.cid-txWjjkKu1H .item-wrapper {
    position: relative;
    border-radius: 15px;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}
.cid-txWowInYHP .mbr-text, .cid-txWowInYHP .mbr-section-btn {
    color: #ffffff;
}
.cid-txWowInYHP .card-title {
    color: #ffffff;
}
.cid-txWowInYHP .item-img {
}
.cid-txWowInYHP .item-img img {
    margin: auto;
    width: 140px;
    padding-top: 2rem;
    padding-bottom: 0rem;
}
.cid-txWowInYHP .item-wrapper:hover {
    background-color: #012454;
}
.cid-txWowInYHP h4{
visibility: visible;
}
.cid-txWowInYHP img{
visibility: visible;
}
.cid-txWowInYHP .item-footer
{
    text-align: center;
    height: inherit;
    transition: all 0.2s ease-in-out;
    display: grid;
    align-items: center;
}
.cid-txWowInYHP .item-wrapper {
    position: relative;
    border-radius: 15px;
    background: #17488d;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}
.cid-txWjjkKu1H .item {
    cursor: pointer;
    margin-bottom: 2rem;
}

.cid-txWjjkKu1H .item-img {
    background-color: #17488d;
}
.mbr-blue {
    color: #04478d;
}
.cid-txWowInYHP hr
{
    border-bottom: 5px solid red;
    opacity: 1;
    width: 20%;
    margin: revert;
}
.cid-txWk3d5hRr ul
{
    display: block;
    margin: 0px;
    background-color: #fff;
        padding: 18px 0px 18px 25px;
    border-radius: 25px;
}
.mt_hover20
{
  margin-top: -20px;
}
.cid-txWk3d5hRr ul li
{
    padding: 0px 0em 0px 0px;
    width: 100%;
    display: flex;
    align-items: center;
}
.cid-txWk3d5hRr ul li p
{
    margin: 0px;
}
.cid-txWk3d5hRr ul li::before {
    content: "•";
    color: #003a83;
    display: inline-block;
    width: 1.5em;
    margin-left: -1em;
    font-size: 32px;
    height: 33px;
    text-align: center;
    margin-top: -0.5em;
}
.tit-ul
{
    margin-left: -25px;
    background-color: #17488d;
    margin-top: -20px;
    border-radius: 25px 25px 0px 0px;
}
.txt-doble
{
    text-shadow: -49px -16px 1px #3349b7;
}
.txt-doble2
{
    text-shadow: 0px -17px 1px #efefef;
}
.gradient-text {
  /* Fallback: Set a background color. */
  background-color: red;
  
  /* Create the gradient. */
  background-image: linear-gradient(183deg, #f3ec78, #fbae00 , #af4742);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.footer4 .list a:hover
{
  color: red !important;
}
.bolsa-trabajo #bolsa
{
height: 11rem;
    display: flex;
    position: inherit;
}
.bolsa-trabajo #bolsa img
{
    position: absolute;
    width: 23rem;
    left: 0rem;
    top: -7rem;
    height: fit-content;
    align-self: center;
}
.cid-txWjjkKu1H .item-wrapper *{
  transition: all 0s ease-in-out;
}
.cid-txWjjkKu1H .item-wrapper:hover *{
  background-color: red ;
}
.radar {
   position: absolute;
   top: 50%;
   left: 50%;
   border-radius: 50%;
   border: 10px solid #000;
   width: 150px;
   height: 150px;
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   -webkit-animation: radar 2s infinite;
   animation: radar 2s infinite;
   opacity: 0;
}
.radar:nth-child(2) {
    animation-delay: .4s;
}
.radar:nth-child(3) {
    animation-delay: .9s;
}
.radar:nth-child(4) {
    animation-delay: .15s;
}
@keyframes radar{
0%{
    width:75px;
    height:75px;
    border:40px 
    solid #fff;
    opacity:0
}50%{
    opacity:.1
}
90%{
    width:750px;
    height:750px
}
90%,100%{
    border:2px 
    solid #fff;
    opacity:0
}100%{
    width:1500px;
    height:1500px
}
}
.absolute-center
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
html {
  box-sizing: border-box;
}

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

figure {
  margin: 0;
}

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

.ItemCard {
        position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    cursor: pointer;
    border-radius: 6px;
    align-items: center;
    max-width: 100%;
    height: auto;
    transition: transform .5s cubic-bezier(.215,.61,.355,1), box-shadow .5s cubic-bezier(.215,.61,355,1);
    transform: perspective(1000px) translate3d(0,0,0);
    padding: 0% 10% 5% 10%;
    overflow:hidden
}

.ItemCard .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ItemCard__dest {
  z-index: 30;
  display: block;
}

.ItemCard__thumb {
  position: relative;
  z-index: 3;
  padding: 0;
  transition: transform .2s;
}

.ItemCard__thumb img {
  display: block;
  transition: all 0.2s ease-in-out;

}

.ItemCard__layer {
  z-index: 10;
  transition: opacity 1s cubic-bezier(0.215,0.61,0.355,1);
  opacity: 0;
  background: linear-gradient(120deg, #D38312 0%, #A83279 100%);
}

.ItemCard__summary {
  z-index: 20;
  padding: 25px;
  display: flex;
  flex-direction: column;
  transform: perspective(600px) translate3d(0, 100%, 0);
  text-align: center;
  color: #fff;
  justify-content: center;
}

.ItemCard__title {
  margin: 8px 0;
  font-weight: 900;
  transform: translate3d(0, 150px, 50px);
  text-transform: uppercase;
  color: #fff;
  font-family: 'Bungee Inline', cursive;
  font-size: 30px;
  line-height: 1.48;
}

.ItemCard__meta.category {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  transform: translate3d(0, 150px, 40px);
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}

.ItemCard__meta.designer {
  font-family: 'Montserrat', sans-serif;
}

.ItemCard__title,
.ItemCard__meta {
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
}

.ItemCard,
.ItemCard__summary {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.ItemCard:hover .ItemCard_meta.designer {
  transition-delay: .05s;
  transform: translate3d(0,0,20px);
}
.tit-hover-left {
    top: -30px;
    position: absolute;
    left: -50px;
}
.tit-hover-right {
    top: -30px;
    position: absolute;
    right: -50px;
}
.cajas-historia
{
    border: 2px solid #d9d9d9;
    border-radius: 15px;
}
.zoom-img:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.pulsoyizquierda {
    animation-delay: 0.1s !important;
    animation: pulse 5s linear infinite, slidein-left 1.3s linear;
}
.pulsoyderecha {
    animation-delay: 0.1s !important;
    animation: pulse 5s linear infinite, slidein-right 1.3s linear;
}
.pulsoycentro {
    animation-delay: 0.1s !important;
    animation: pulse 5s linear infinite, slidein-centro 1s linear;
}
.vibrar-anim {
    animation-delay: 3s;
    animation: rotacion 0.1s linear infinite;
}

@keyframes "pulse" {
  0% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }
  50% {
     -webkit-transform: scale(0.8);
     transform: scale(0.8);
  }
  100% {
      -webkit-transform: scale(1);
     transform: scale(1);
  }
}
@keyframes rotacion {
  0% {
    transform: rotate(0.09deg);
  }
  50% { /* el ultimo 50% del tiempo esta animacion no hace nada */
    transform: rotate(-0.09deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes slidein-right {
  from {
    margin-left: 100%;
    
  }

  to {
    margin-left: 0%;
    
  }
}
@keyframes slidein-left {
  from {
    margin-left: -100%;
    
  }

  to {
    margin-left: 0%;
    
  }
}
@keyframes slidein-centro {
  from {
    transform: scale(0.1);
  }

  to {
    transform: scale(1);
  }
}
.btn-close
{
    z-index: 99999999999;
    position: absolute;
    cursor: pointer;
    background-color: red;
    border-radius: 48px;
    right: -11px;
    top: -7px;
    opacity: 1;
}
.modales
{
    display: flex;
    height: auto;
    max-width: 70%;
}
.modal-body
{
  padding: 0px; 
}
.back-blue
{
  background-color: #17488d;
  border-radius: 25px 0px 0px 25px;
}
.modal-content
{
  border-radius: 25px;
}
.back-blue img
{
    width: 80%;
    margin: auto;
}
.tit-red
{
  color: #f72525;
}
@media (max-width: 500px) {
  .item-footer {
    height: initial;
  }
  .cid-txW02ljXzL a
  {
    width: 240px !important;
  }
  .mbr-fullscreen {
    min-height: 70vh;
  }
  .cid-txWoaT7EpL .image-wrap img {
    width: 80%;
    margin: auto;
  }
  .cid-txWcE51yVq .px-5
  {
    padding: 0px !important;
  }
  #bolsa-form .position-relative
  {
    padding: 0px !important;
    margin-bottom: 2rem;
  }
  .bolsa-trabajo #bolsa3 img {
    position: initial !important;
        height: initial !important;
  }
  .cid-txW7tIPoa3 img{
    margin-top: -50px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-txWcn21gDz img {
   margin-top: -10px !important;
    margin-left: auto;
    margin-right: auto; 
  }

  .btn-a {
    width: 270px;
    justify-content: center;
  }
  video {
    width: 130% !important;
    height: auto;
    margin-left: -18px;
  }
  .res_flex
{
  display: flex !important;
}
  .bolsa-trabajo {
    justify-content: center;
  }
  .bolsa-trabajo p {
    text-align: center !important;
  }
  .bolsa-trabajo #bolsa2 img {
    position: initial;
}
.flex_block
{
  flex-direction: column;
}
.modal_responvie
{
    visibility: visible;
    width: initial;
    border-radius: 25px 25px 0px 0px;
}
.modal_responvie img
{
    width: 120px !important;
}
  .reverse
  {
    flex-direction: column-reverse;
  }
  .mt_hover20 {
    width: 60% !important;
    padding-bottom: 0px;
    margin: 5px auto 0px auto;
  }
}
@media (max-width: 991px) {
  .modales {
    display: flex;
    height: auto;
    max-width: 95%;
  }
  .back-blue img {
    width: 100%;
    margin: auto;
  }
  .footer4 .soc-item
  {
    content-visibility: auto;
  }
  .cid-txWk3d5hRr ul {
    margin: 28px 0px 0px 0px;
    padding: 18px 0px 18px 28px;
    border-radius: 5%;
  }
  .footer4 ul li {
    display: flow-root;
    padding: 24px 0em 24px 0px;
    width: 50%;
  }
  .bolsa-trabajo #bolsa {
    height: auto;
    display: block;
  }
  .bolsa-trabajo #bolsa img {
    position: relative;
    width: -webkit-fill-available;
    left: 0;
    top: 0;
    right: 0;
    height: auto;
    align-self: center;
  }
  .cid-txW7VGUmat .item {
    padding: 0px 10px 0px 10px;
  }
}
@media (min-width: 1180px) and (max-width: 1780px) {
  .container
  {
    width: 1137px;
  }
}
.fadeTop {
  opacity: 0; 
  transform: translate(0, 35vh);
  transition: all 1s;
}

.fadeRight {
  opacity: 0;
  transform: translate(35vh, 0vh);
  transition: all 1s;
}

.fadeLeft {
  opacity: 0;
  transform: translate(-35vh, 0vh);
  transition: all 1s;
}
.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.scroll-content img 
{
    transition: all 0.2s ease-in-out;
}
.scroll-content:hover img 
{
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
.scroll-content 
{
    overflow:hidden;
}
.bolsa-trabajo #bolsa3 img {
    position: absolute;
    width: 28rem;
    left: -3rem;
    top: -4.5rem;
    height: fit-content;
    align-self: center;
}
select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #dc3545 50%), linear-gradient(135deg, #dc3545 50%, transparent 50%), linear-gradient(to right, #153f8d, #153f8d);
  background-position: calc(100% - 18px) calc(1em + 7px), calc(100% - 13px) calc(1em + 7px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 3.5em;
  background-repeat: no-repeat;
  border-radius: 9px;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
    background-position: calc(100% - 12px) 1.3em, calc(100% - 17px) 1.3em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 3.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}
video
{
  width: 100%;
}
nav .nav-item hr
{
    width: 0%;
    color: red;
    margin: auto;
    border-bottom: 2px solid red;
}
nav .nav-item a:hover ~ hr
{
    transition: all 0.2s ease-in-out;
    width: 70%;
    opacity: 1;
}
.sticky-w {
    position: fixed;
    bottom: 25px;
    right: 7px;
    z-index: 5;
    transition: all 0.5s ease-in-out;
}
.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(19 118 47 / 39%);
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 38px;
    text-decoration: none;
    transition: all 0.3s ease-out;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
    margin-bottom: 25px;
    margin-right: 10px;
}
.whatsapp img {
    width: 65%;
    transition: all 0.3s ease-in-out;
}
.whatsapp img:hover {
    width: 80%;
}
#mensaje
{
  display:block;
  background-color:#00e02c;
  font-size:20px;
  width:100%;
  text-align:center;
  padding:14px;
  color:#fff;
  z-index:99999;
}
#loader
{
  position: absolute;
    background-color: #ffffffbd;
    height: -webkit-fill-available;
    z-index: 9999;
}