@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.1rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.36rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.95rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.52rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #dd2c2c !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #5b686b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dd2c2c !important;
  border-color: #dd2c2c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a21a1a !important;
  border-color: #a21a1a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a21a1a !important;
  border-color: #a21a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dd2c2c !important;
  border-color: #dd2c2c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a21a1a !important;
  border-color: #a21a1a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a21a1a !important;
  border-color: #a21a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #8c1717;
  color: #8c1717;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #dd2c2c;
  border-color: #dd2c2c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dd2c2c !important;
  border-color: #dd2c2c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #8c1717;
  color: #8c1717;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #dd2c2c;
  border-color: #dd2c2c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dd2c2c !important;
  border-color: #dd2c2c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2c3234;
  color: #2c3234;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #dd2c2c !important;
}
.text-secondary {
  color: #dd2c2c !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #5b686b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #8c1717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8c1717 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2c3234 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5b686b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dd2c2c;
  border-color: #dd2c2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #dd2c2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9dcdc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #dd2c2c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #dd2c2c;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #dd2c2c;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dd2c2c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #dd2c2c;
  border-bottom-color: #dd2c2c;
}
.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: #dd2c2c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #dd2c2c !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23dd2c2c' %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.3;
}
.cid-rZIcHKnDCn .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rZIcHKnDCn .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rZIcHKnDCn a {
  font-style: normal;
}
.cid-rZIcHKnDCn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rZIcHKnDCn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rZIcHKnDCn .nav-item:focus,
.cid-rZIcHKnDCn .nav-link:focus {
  outline: none;
}
.cid-rZIcHKnDCn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZIcHKnDCn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rZIcHKnDCn .menu-logo {
  margin-right: auto;
}
.cid-rZIcHKnDCn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZIcHKnDCn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rZIcHKnDCn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rZIcHKnDCn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rZIcHKnDCn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rZIcHKnDCn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rZIcHKnDCn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rZIcHKnDCn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rZIcHKnDCn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rZIcHKnDCn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZIcHKnDCn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rZIcHKnDCn .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rZIcHKnDCn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rZIcHKnDCn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZIcHKnDCn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rZIcHKnDCn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZIcHKnDCn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rZIcHKnDCn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rZIcHKnDCn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rZIcHKnDCn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rZIcHKnDCn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rZIcHKnDCn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rZIcHKnDCn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rZIcHKnDCn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rZIcHKnDCn button.navbar-toggler:focus {
  outline: none;
}
.cid-rZIcHKnDCn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rZIcHKnDCn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZIcHKnDCn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZIcHKnDCn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZIcHKnDCn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZIcHKnDCn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZIcHKnDCn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZIcHKnDCn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZIcHKnDCn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZIcHKnDCn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZIcHKnDCn .collapsed .btn {
  display: -webkit-flex;
}
.cid-rZIcHKnDCn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rZIcHKnDCn .collapsed .navbar-collapse.collapsing,
.cid-rZIcHKnDCn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rZIcHKnDCn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rZIcHKnDCn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rZIcHKnDCn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rZIcHKnDCn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rZIcHKnDCn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rZIcHKnDCn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rZIcHKnDCn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rZIcHKnDCn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rZIcHKnDCn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rZIcHKnDCn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rZIcHKnDCn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rZIcHKnDCn .collapsed button.navbar-toggler {
  display: block;
}
.cid-rZIcHKnDCn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rZIcHKnDCn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZIcHKnDCn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rZIcHKnDCn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rZIcHKnDCn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rZIcHKnDCn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rZIcHKnDCn.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZIcHKnDCn img {
    height: 3.8rem !important;
  }
  .cid-rZIcHKnDCn .btn {
    display: -webkit-flex;
  }
  .cid-rZIcHKnDCn button.navbar-toggler {
    display: block;
  }
  .cid-rZIcHKnDCn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rZIcHKnDCn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZIcHKnDCn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rZIcHKnDCn .navbar-collapse.collapsing,
  .cid-rZIcHKnDCn .navbar-collapse.show {
    display: block !important;
  }
  .cid-rZIcHKnDCn .navbar-collapse.collapsing .navbar-nav,
  .cid-rZIcHKnDCn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rZIcHKnDCn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rZIcHKnDCn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rZIcHKnDCn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rZIcHKnDCn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZIcHKnDCn .navbar-collapse.collapsing .navbar-buttons,
  .cid-rZIcHKnDCn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rZIcHKnDCn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rZIcHKnDCn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZIcHKnDCn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rZIcHKnDCn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rZIcHKnDCn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rZIcHKnDCn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rZIcHKnDCn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rZIcHKnDCn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rZIcHKnDCn .nav-link:hover,
.cid-rZIcHKnDCn .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rZIk3xwELU {
  background-image: url("../../../assets/images/orbe-d-verdad-936x468.png");
}
.cid-rZIk3xwELU .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rZIk3xwELU .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rZIk3xwELU .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rZIk3xwELU H1 {
  color: #ed3e3e;
}
.cid-rZIk3xwELU .mbr-text,
.cid-rZIk3xwELU .mbr-section-btn {
  color: #073b4c;
}
.cid-rZIk3xwELU H3 {
  color: #073b4c;
}
.cid-saMwDTaeN3 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-saMwDTaeN3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-saMwDTaeN3 a {
  font-style: normal;
}
.cid-saMwDTaeN3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-saMwDTaeN3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-saMwDTaeN3 .nav-item:focus,
.cid-saMwDTaeN3 .nav-link:focus {
  outline: none;
}
.cid-saMwDTaeN3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-saMwDTaeN3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-saMwDTaeN3 .menu-logo {
  margin-right: auto;
}
.cid-saMwDTaeN3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saMwDTaeN3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-saMwDTaeN3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-saMwDTaeN3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-saMwDTaeN3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-saMwDTaeN3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-saMwDTaeN3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-saMwDTaeN3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-saMwDTaeN3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-saMwDTaeN3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-saMwDTaeN3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-saMwDTaeN3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-saMwDTaeN3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saMwDTaeN3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saMwDTaeN3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-saMwDTaeN3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saMwDTaeN3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-saMwDTaeN3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-saMwDTaeN3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-saMwDTaeN3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-saMwDTaeN3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-saMwDTaeN3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-saMwDTaeN3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-saMwDTaeN3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-saMwDTaeN3 button.navbar-toggler:focus {
  outline: none;
}
.cid-saMwDTaeN3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-saMwDTaeN3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saMwDTaeN3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saMwDTaeN3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saMwDTaeN3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saMwDTaeN3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saMwDTaeN3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saMwDTaeN3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saMwDTaeN3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saMwDTaeN3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saMwDTaeN3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-saMwDTaeN3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-saMwDTaeN3 .collapsed .navbar-collapse.collapsing,
.cid-saMwDTaeN3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-saMwDTaeN3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saMwDTaeN3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-saMwDTaeN3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saMwDTaeN3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-saMwDTaeN3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-saMwDTaeN3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-saMwDTaeN3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saMwDTaeN3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-saMwDTaeN3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saMwDTaeN3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-saMwDTaeN3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-saMwDTaeN3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-saMwDTaeN3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-saMwDTaeN3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saMwDTaeN3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-saMwDTaeN3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-saMwDTaeN3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-saMwDTaeN3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-saMwDTaeN3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saMwDTaeN3 img {
    height: 3.8rem !important;
  }
  .cid-saMwDTaeN3 .btn {
    display: -webkit-flex;
  }
  .cid-saMwDTaeN3 button.navbar-toggler {
    display: block;
  }
  .cid-saMwDTaeN3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-saMwDTaeN3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saMwDTaeN3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-saMwDTaeN3 .navbar-collapse.collapsing,
  .cid-saMwDTaeN3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-saMwDTaeN3 .navbar-collapse.collapsing .navbar-nav,
  .cid-saMwDTaeN3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-saMwDTaeN3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-saMwDTaeN3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-saMwDTaeN3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-saMwDTaeN3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-saMwDTaeN3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-saMwDTaeN3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-saMwDTaeN3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-saMwDTaeN3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-saMwDTaeN3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-saMwDTaeN3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-saMwDTaeN3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-saMwDTaeN3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-saMwDTaeN3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-saMwDTaeN3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-saMwDTaeN3 .nav-link:hover,
.cid-saMwDTaeN3 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-saMwDTzx80 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-saMwDTzx80 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-saMwDTzx80 H2 {
  color: #cccccc;
}
.cid-saMwDU8ylb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saMwDU8ylb .mbr-text,
.cid-saMwDU8ylb blockquote {
  color: #767676;
}
.cid-saMwDU8ylb .mbr-text {
  color: #8e1332;
}
.cid-teo3IjDprc {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-teo3IjDprc .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-teo3IjDprc H2 {
  color: #465052;
  text-align: center;
}
.cid-teo3IjDprc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s2KiMXGTKq .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2KiMXGTKq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2KiMXGTKq a {
  font-style: normal;
}
.cid-s2KiMXGTKq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2KiMXGTKq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2KiMXGTKq .nav-item:focus,
.cid-s2KiMXGTKq .nav-link:focus {
  outline: none;
}
.cid-s2KiMXGTKq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2KiMXGTKq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2KiMXGTKq .menu-logo {
  margin-right: auto;
}
.cid-s2KiMXGTKq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2KiMXGTKq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2KiMXGTKq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2KiMXGTKq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2KiMXGTKq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2KiMXGTKq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2KiMXGTKq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2KiMXGTKq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2KiMXGTKq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2KiMXGTKq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2KiMXGTKq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2KiMXGTKq .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2KiMXGTKq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2KiMXGTKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2KiMXGTKq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2KiMXGTKq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2KiMXGTKq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2KiMXGTKq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2KiMXGTKq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2KiMXGTKq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2KiMXGTKq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2KiMXGTKq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2KiMXGTKq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2KiMXGTKq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2KiMXGTKq button.navbar-toggler:focus {
  outline: none;
}
.cid-s2KiMXGTKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2KiMXGTKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2KiMXGTKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2KiMXGTKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2KiMXGTKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2KiMXGTKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2KiMXGTKq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2KiMXGTKq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2KiMXGTKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2KiMXGTKq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2KiMXGTKq .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2KiMXGTKq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2KiMXGTKq .collapsed .navbar-collapse.collapsing,
.cid-s2KiMXGTKq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2KiMXGTKq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2KiMXGTKq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2KiMXGTKq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2KiMXGTKq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2KiMXGTKq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2KiMXGTKq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2KiMXGTKq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2KiMXGTKq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2KiMXGTKq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2KiMXGTKq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2KiMXGTKq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2KiMXGTKq .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2KiMXGTKq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2KiMXGTKq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2KiMXGTKq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2KiMXGTKq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2KiMXGTKq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2KiMXGTKq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2KiMXGTKq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2KiMXGTKq img {
    height: 3.8rem !important;
  }
  .cid-s2KiMXGTKq .btn {
    display: -webkit-flex;
  }
  .cid-s2KiMXGTKq button.navbar-toggler {
    display: block;
  }
  .cid-s2KiMXGTKq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2KiMXGTKq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2KiMXGTKq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2KiMXGTKq .navbar-collapse.collapsing,
  .cid-s2KiMXGTKq .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2KiMXGTKq .navbar-collapse.collapsing .navbar-nav,
  .cid-s2KiMXGTKq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2KiMXGTKq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2KiMXGTKq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2KiMXGTKq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2KiMXGTKq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2KiMXGTKq .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2KiMXGTKq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2KiMXGTKq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2KiMXGTKq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2KiMXGTKq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2KiMXGTKq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2KiMXGTKq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2KiMXGTKq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2KiMXGTKq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2KiMXGTKq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2KiMXGTKq .nav-link:hover,
.cid-s2KiMXGTKq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2KiMY63Oa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s2KiMY63Oa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2KiMY63Oa H2 {
  color: #efefef;
}
.cid-saGU5jD1s7 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saGU5jD1s7 .mbr-text,
.cid-saGU5jD1s7 blockquote {
  color: #767676;
}
.cid-saGU5jD1s7 .mbr-text P {
  text-align: center;
}
.cid-saGU5jD1s7 .mbr-text {
  color: #073b4c;
}
.cid-sNYGC2mZOD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sNYGC2mZOD .mbr-text,
.cid-sNYGC2mZOD blockquote {
  color: #767676;
}
.cid-sNYGC2mZOD .mbr-text {
  text-align: center;
  color: #82786e;
}
.cid-saFN4J0pJo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-saFN4J0pJo .mbr-text,
.cid-saFN4J0pJo blockquote {
  color: #767676;
}
.cid-saFN4J0pJo .mbr-text P {
  text-align: center;
}
.cid-saFN4J0pJo .mbr-text {
  color: #8e1332;
  text-align: center;
}
.cid-s6ZxrxouDu {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #cebfaf;
}
.cid-s6ZxrxouDu .counter-container {
  color: #767676;
}
.cid-s6ZxrxouDu .counter-container ul {
  margin-bottom: 0;
}
.cid-s6ZxrxouDu .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s6ZxrxouDu .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #530519;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-s6ZxrxouDu .mbr-text {
  color: #7f1933;
}
.cid-rZIsHzsUaC .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rZIsHzsUaC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rZIsHzsUaC a {
  font-style: normal;
}
.cid-rZIsHzsUaC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rZIsHzsUaC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rZIsHzsUaC .nav-item:focus,
.cid-rZIsHzsUaC .nav-link:focus {
  outline: none;
}
.cid-rZIsHzsUaC .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZIsHzsUaC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rZIsHzsUaC .menu-logo {
  margin-right: auto;
}
.cid-rZIsHzsUaC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZIsHzsUaC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rZIsHzsUaC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rZIsHzsUaC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rZIsHzsUaC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rZIsHzsUaC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rZIsHzsUaC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rZIsHzsUaC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rZIsHzsUaC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rZIsHzsUaC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZIsHzsUaC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rZIsHzsUaC .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rZIsHzsUaC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rZIsHzsUaC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZIsHzsUaC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rZIsHzsUaC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZIsHzsUaC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rZIsHzsUaC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rZIsHzsUaC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rZIsHzsUaC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rZIsHzsUaC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rZIsHzsUaC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rZIsHzsUaC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rZIsHzsUaC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rZIsHzsUaC button.navbar-toggler:focus {
  outline: none;
}
.cid-rZIsHzsUaC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rZIsHzsUaC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZIsHzsUaC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZIsHzsUaC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZIsHzsUaC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZIsHzsUaC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZIsHzsUaC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZIsHzsUaC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZIsHzsUaC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZIsHzsUaC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZIsHzsUaC .collapsed .btn {
  display: -webkit-flex;
}
.cid-rZIsHzsUaC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rZIsHzsUaC .collapsed .navbar-collapse.collapsing,
.cid-rZIsHzsUaC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rZIsHzsUaC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rZIsHzsUaC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rZIsHzsUaC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rZIsHzsUaC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rZIsHzsUaC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rZIsHzsUaC .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rZIsHzsUaC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rZIsHzsUaC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rZIsHzsUaC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rZIsHzsUaC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rZIsHzsUaC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rZIsHzsUaC .collapsed button.navbar-toggler {
  display: block;
}
.cid-rZIsHzsUaC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rZIsHzsUaC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZIsHzsUaC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rZIsHzsUaC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rZIsHzsUaC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rZIsHzsUaC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rZIsHzsUaC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZIsHzsUaC img {
    height: 3.8rem !important;
  }
  .cid-rZIsHzsUaC .btn {
    display: -webkit-flex;
  }
  .cid-rZIsHzsUaC button.navbar-toggler {
    display: block;
  }
  .cid-rZIsHzsUaC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rZIsHzsUaC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZIsHzsUaC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rZIsHzsUaC .navbar-collapse.collapsing,
  .cid-rZIsHzsUaC .navbar-collapse.show {
    display: block !important;
  }
  .cid-rZIsHzsUaC .navbar-collapse.collapsing .navbar-nav,
  .cid-rZIsHzsUaC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rZIsHzsUaC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rZIsHzsUaC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rZIsHzsUaC .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rZIsHzsUaC .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZIsHzsUaC .navbar-collapse.collapsing .navbar-buttons,
  .cid-rZIsHzsUaC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rZIsHzsUaC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rZIsHzsUaC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZIsHzsUaC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rZIsHzsUaC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rZIsHzsUaC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rZIsHzsUaC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rZIsHzsUaC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rZIsHzsUaC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rZIsHzsUaC .nav-link:hover,
.cid-rZIsHzsUaC .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rZIuvE8BYn {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-rZIuvE8BYn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZIuvE8BYn H2 {
  color: #f7ed4a;
}
.cid-rZK2Z3xrVX {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rZK2Z3xrVX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZK2Z3xrVX .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rZK2Z3xrVX .mbr-text {
  color: #073b4c;
}
.cid-rZK30IxvTz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rZK30IxvTz .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rZK30IxvTz .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rZK30IxvTz .mbr-text {
  color: #073b4c;
}
.cid-sCcxRtgvNR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-sCcxRtgvNR .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sCcxRtgvNR .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-sCcxRtgvNR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sCcxRtgvNR .inner-container {
    width: 100% !important;
  }
}
.cid-s2zqYx3afO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2zqYx3afO .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2zqYx3afO .section-text {
  padding: 2rem 0;
  color: #073b4c;
  text-align: left;
}
.cid-s2zqYx3afO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2zqYx3afO .inner-container {
    width: 100% !important;
  }
}
.cid-s2zqYx3afO .section-text DIV {
  text-align: left;
}
.cid-snv8zx3Afb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snv8zx3Afb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-snv8zx3Afb p {
  color: #767676;
  text-align: left;
}
.cid-snv8zx3Afb .card-box {
  padding-top: 2rem;
}
.cid-snv8zx3Afb .card-wrapper {
  height: 100%;
}
.cid-snvalEQLrt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snvalEQLrt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-snvalEQLrt p {
  color: #767676;
  text-align: left;
}
.cid-snvalEQLrt .card-box {
  padding-top: 2rem;
}
.cid-snvalEQLrt .card-wrapper {
  height: 100%;
}
.cid-sA85iV1CGo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #879a9f;
}
.cid-sA85iV1CGo .mbr-text,
.cid-sA85iV1CGo blockquote {
  color: #767676;
}
.cid-sA85iV1CGo .mbr-text P {
  text-align: center;
}
.cid-sA85iV1CGo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-s1pEI9Nwvn .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s1pEI9Nwvn .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s1pEI9Nwvn a {
  font-style: normal;
}
.cid-s1pEI9Nwvn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1pEI9Nwvn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s1pEI9Nwvn .nav-item:focus,
.cid-s1pEI9Nwvn .nav-link:focus {
  outline: none;
}
.cid-s1pEI9Nwvn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1pEI9Nwvn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1pEI9Nwvn .menu-logo {
  margin-right: auto;
}
.cid-s1pEI9Nwvn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1pEI9Nwvn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s1pEI9Nwvn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1pEI9Nwvn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1pEI9Nwvn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1pEI9Nwvn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1pEI9Nwvn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1pEI9Nwvn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s1pEI9Nwvn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1pEI9Nwvn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1pEI9Nwvn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1pEI9Nwvn .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1pEI9Nwvn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1pEI9Nwvn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1pEI9Nwvn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1pEI9Nwvn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1pEI9Nwvn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s1pEI9Nwvn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s1pEI9Nwvn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s1pEI9Nwvn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1pEI9Nwvn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1pEI9Nwvn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1pEI9Nwvn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1pEI9Nwvn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s1pEI9Nwvn button.navbar-toggler:focus {
  outline: none;
}
.cid-s1pEI9Nwvn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s1pEI9Nwvn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1pEI9Nwvn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1pEI9Nwvn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1pEI9Nwvn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1pEI9Nwvn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1pEI9Nwvn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1pEI9Nwvn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1pEI9Nwvn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1pEI9Nwvn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1pEI9Nwvn .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1pEI9Nwvn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1pEI9Nwvn .collapsed .navbar-collapse.collapsing,
.cid-s1pEI9Nwvn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1pEI9Nwvn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1pEI9Nwvn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1pEI9Nwvn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1pEI9Nwvn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1pEI9Nwvn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s1pEI9Nwvn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s1pEI9Nwvn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1pEI9Nwvn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1pEI9Nwvn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1pEI9Nwvn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s1pEI9Nwvn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1pEI9Nwvn .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1pEI9Nwvn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s1pEI9Nwvn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1pEI9Nwvn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s1pEI9Nwvn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1pEI9Nwvn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1pEI9Nwvn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s1pEI9Nwvn.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1pEI9Nwvn img {
    height: 3.8rem !important;
  }
  .cid-s1pEI9Nwvn .btn {
    display: -webkit-flex;
  }
  .cid-s1pEI9Nwvn button.navbar-toggler {
    display: block;
  }
  .cid-s1pEI9Nwvn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s1pEI9Nwvn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1pEI9Nwvn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1pEI9Nwvn .navbar-collapse.collapsing,
  .cid-s1pEI9Nwvn .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1pEI9Nwvn .navbar-collapse.collapsing .navbar-nav,
  .cid-s1pEI9Nwvn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1pEI9Nwvn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1pEI9Nwvn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1pEI9Nwvn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s1pEI9Nwvn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1pEI9Nwvn .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1pEI9Nwvn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1pEI9Nwvn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1pEI9Nwvn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1pEI9Nwvn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s1pEI9Nwvn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1pEI9Nwvn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1pEI9Nwvn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s1pEI9Nwvn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s1pEI9Nwvn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1pEI9Nwvn .nav-link:hover,
.cid-s1pEI9Nwvn .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s1pEIay1GB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s1pEIay1GB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s1pEIay1GB H2 {
  color: #f7ed4a;
}
.cid-sCcCSv0Lu0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcCSv0Lu0 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sCcCSv0Lu0 .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-sCcCSv0Lu0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sCcCSv0Lu0 .inner-container {
    width: 100% !important;
  }
}
.cid-s2Uy5dE9je {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2Uy5dE9je .mbr-text,
.cid-s2Uy5dE9je blockquote {
  color: #767676;
}
.cid-s2Uy5dE9je .mbr-text {
  color: #073b4c;
}
.cid-sCbBzLrxTY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sCbBzLrxTY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCbBzLrxTY .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sCbBzLrxTY .mbr-text {
  color: #073b4c;
}
.cid-sYyJgwEJfY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sYyJgwEJfY .mbr-text,
.cid-sYyJgwEJfY blockquote {
  color: #767676;
}
.cid-sYyJgwEJfY .mbr-text {
  color: #073b4c;
}
.cid-sYyJgwEJfY .mbr-text P {
  text-align: left;
}
.cid-s3mKPExpug {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s3mKPExpug .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s3mKPExpug .modal-body .close {
  background: #1b1b1b;
}
.cid-s3mKPExpug .modal-body .close span {
  font-style: normal;
}
.cid-s3mKPExpug .carousel-inner > .active,
.cid-s3mKPExpug .carousel-inner > .next,
.cid-s3mKPExpug .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-s3mKPExpug .carousel-control .icon-next,
.cid-s3mKPExpug .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s3mKPExpug .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3mKPExpug .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-s3mKPExpug .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-s3mKPExpug .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s3mKPExpug .boxed-slider > div {
  position: relative;
}
.cid-s3mKPExpug .container img {
  width: 100%;
}
.cid-s3mKPExpug .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s3mKPExpug .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s3mKPExpug .mbr-table-cell {
  padding: 0;
}
.cid-s3mKPExpug .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s3mKPExpug .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s3mKPExpug .mbr-overlay {
  z-index: 1;
}
.cid-s3mKPExpug .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s3mKPExpug .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s3mKPExpug .carousel-item .container {
    width: 100%;
  }
}
.cid-s3mKPExpug .carousel-item-next.carousel-item-left,
.cid-s3mKPExpug .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s3mKPExpug .active.carousel-item-right,
.cid-s3mKPExpug .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s3mKPExpug .active.carousel-item-left,
.cid-s3mKPExpug .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s3mKPExpug .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s3mKPExpug .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3mKPExpug .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3mKPExpug .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s3mKPExpug .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s3mKPExpug .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s3mKPExpug .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-s3mKPExpug .mbr-slider .carousel-indicators li.active,
.cid-s3mKPExpug .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s3mKPExpug .mbr-slider .carousel-indicators li::after,
.cid-s3mKPExpug .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s3mKPExpug .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s3mKPExpug .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s3mKPExpug .mbr-slider > .container img {
  width: 100%;
}
.cid-s3mKPExpug .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s3mKPExpug .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s3mKPExpug .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s3mKPExpug .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s3mKPExpug .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s3mKPExpug .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s3mKPExpug .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s3mKPExpug .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s3mKPExpug .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s3mKPExpug .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s3mKPExpug .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s3mKPExpug .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s3mKPExpug .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s3mKPExpug .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-s3mKPExpug .carousel-inner {
  height: 100%;
}
.cid-s3mKPExpug .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-s3mKPExpug .image_wrapper {
  height: 300px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-s3mKPExpug .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-s3mKPExpug .carousel-item .container-slide {
  text-align: center;
}
.cid-s3mKPExpug .content-slider-wrap {
  width: 50%;
}
.cid-s2l36M4rWA .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2l36M4rWA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2l36M4rWA a {
  font-style: normal;
}
.cid-s2l36M4rWA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2l36M4rWA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2l36M4rWA .nav-item:focus,
.cid-s2l36M4rWA .nav-link:focus {
  outline: none;
}
.cid-s2l36M4rWA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2l36M4rWA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2l36M4rWA .menu-logo {
  margin-right: auto;
}
.cid-s2l36M4rWA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2l36M4rWA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2l36M4rWA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2l36M4rWA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2l36M4rWA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2l36M4rWA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2l36M4rWA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2l36M4rWA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2l36M4rWA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2l36M4rWA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2l36M4rWA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2l36M4rWA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2l36M4rWA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2l36M4rWA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2l36M4rWA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2l36M4rWA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2l36M4rWA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2l36M4rWA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2l36M4rWA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2l36M4rWA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2l36M4rWA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2l36M4rWA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2l36M4rWA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2l36M4rWA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2l36M4rWA button.navbar-toggler:focus {
  outline: none;
}
.cid-s2l36M4rWA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2l36M4rWA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2l36M4rWA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2l36M4rWA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2l36M4rWA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2l36M4rWA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2l36M4rWA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2l36M4rWA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2l36M4rWA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2l36M4rWA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2l36M4rWA .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2l36M4rWA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2l36M4rWA .collapsed .navbar-collapse.collapsing,
.cid-s2l36M4rWA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2l36M4rWA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2l36M4rWA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2l36M4rWA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2l36M4rWA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2l36M4rWA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2l36M4rWA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2l36M4rWA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2l36M4rWA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2l36M4rWA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2l36M4rWA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2l36M4rWA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2l36M4rWA .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2l36M4rWA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2l36M4rWA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2l36M4rWA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2l36M4rWA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2l36M4rWA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2l36M4rWA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2l36M4rWA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2l36M4rWA img {
    height: 3.8rem !important;
  }
  .cid-s2l36M4rWA .btn {
    display: -webkit-flex;
  }
  .cid-s2l36M4rWA button.navbar-toggler {
    display: block;
  }
  .cid-s2l36M4rWA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2l36M4rWA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2l36M4rWA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2l36M4rWA .navbar-collapse.collapsing,
  .cid-s2l36M4rWA .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2l36M4rWA .navbar-collapse.collapsing .navbar-nav,
  .cid-s2l36M4rWA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2l36M4rWA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2l36M4rWA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2l36M4rWA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2l36M4rWA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2l36M4rWA .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2l36M4rWA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2l36M4rWA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2l36M4rWA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2l36M4rWA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2l36M4rWA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2l36M4rWA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2l36M4rWA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2l36M4rWA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2l36M4rWA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2l36M4rWA .nav-link:hover,
.cid-s2l36M4rWA .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2l36MBgRp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s2l36MBgRp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2l36MBgRp H2 {
  color: #f7ed4a;
}
.cid-s2l36Nadw7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2l36Nadw7 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2l36Nadw7 .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-s2l36Nadw7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2l36Nadw7 .inner-container {
    width: 100% !important;
  }
}
.cid-s3jjaYjJcT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s3jjaYjJcT .item {
  padding-bottom: 2rem;
}
.cid-s3jjaYjJcT .item-wrapper {
  height: 100%;
}
.cid-s3jjaYjJcT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-s3jjaYjJcT .carousel-control,
.cid-s3jjaYjJcT .close {
  background: #1b1b1b;
}
.cid-s3jjaYjJcT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-s3jjaYjJcT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-s3jjaYjJcT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-s3jjaYjJcT .close::before {
  content: '\e91a';
}
.cid-s3jjaYjJcT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-s3jjaYjJcT .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-s3jjaYjJcT .carousel-inner > .active {
  display: block;
}
.cid-s3jjaYjJcT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3jjaYjJcT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3jjaYjJcT .carousel-control .icon-next,
.cid-s3jjaYjJcT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s3jjaYjJcT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-s3jjaYjJcT .carousel-control,
  .cid-s3jjaYjJcT .carousel-indicators,
  .cid-s3jjaYjJcT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-s3jjaYjJcT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-s3jjaYjJcT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s3jjaYjJcT .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-s3jjaYjJcT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-s3jjaYjJcT .carousel-indicators {
    display: none;
  }
}
.cid-s3jjaYjJcT .carousel-indicators .active,
.cid-s3jjaYjJcT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-s3jjaYjJcT .carousel-indicators .active {
  background: #fff;
}
.cid-s3jjaYjJcT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-s3jjaYjJcT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-s3jjaYjJcT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s3jjaYjJcT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-s3jjaYjJcT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-s3jjaYjJcT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
  height: fit-content;
}
.cid-s3jjaYjJcT .carousel {
  width: 100%;
}
.cid-s3jjaYjJcT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-s3jjaYjJcT .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-s3jjaYjJcT .modal.fade .modal-dialog,
.cid-s3jjaYjJcT .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-s3jjaYjJcT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-s3jjaYjJcT a {
  display: block;
}
.cid-s3jjaYjJcT a.img {
  pointer-events: none;
}
.cid-sCcINZET3m {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCcINZET3m .mbr-text,
.cid-sCcINZET3m blockquote {
  color: #767676;
}
.cid-sCcINZET3m .mbr-text {
  color: #073b4c;
}
.cid-sCcINZET3m .mbr-text P {
  text-align: left;
}
.cid-s2Ravoyv7f {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2Ravoyv7f .mbr-text,
.cid-s2Ravoyv7f blockquote {
  color: #767676;
}
.cid-s2Ravoyv7f .mbr-text {
  color: #073b4c;
}
.cid-sCcIsOMg8w {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCcIsOMg8w .mbr-text,
.cid-sCcIsOMg8w blockquote {
  color: #767676;
}
.cid-sCcIsOMg8w .mbr-text {
  color: #073b4c;
}
.cid-sCcIsOMg8w .mbr-text P {
  text-align: left;
}
.cid-sCcIrlj4vB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCcIrlj4vB .mbr-text,
.cid-sCcIrlj4vB blockquote {
  color: #767676;
}
.cid-sCcIrlj4vB .mbr-text {
  color: #073b4c;
}
.cid-sCcIrlj4vB .mbr-text P {
  text-align: left;
}
.cid-sCcHecHf6x {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCcHecHf6x .mbr-text,
.cid-sCcHecHf6x blockquote {
  color: #767676;
}
.cid-sCcHecHf6x .mbr-text {
  color: #073b4c;
}
.cid-sCcHu6HiQS {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCcHu6HiQS .mbr-text,
.cid-sCcHu6HiQS blockquote {
  color: #767676;
}
.cid-sCcHu6HiQS .mbr-text {
  color: #073b4c;
}
.cid-s6Iobw6nTt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6Iobw6nTt .mbr-text,
.cid-s6Iobw6nTt blockquote {
  color: #767676;
}
.cid-s6Iobw6nTt .mbr-text {
  color: #073b4c;
}
.cid-s2l5Ug5iOK .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2l5Ug5iOK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2l5Ug5iOK a {
  font-style: normal;
}
.cid-s2l5Ug5iOK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2l5Ug5iOK .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2l5Ug5iOK .nav-item:focus,
.cid-s2l5Ug5iOK .nav-link:focus {
  outline: none;
}
.cid-s2l5Ug5iOK .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2l5Ug5iOK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2l5Ug5iOK .menu-logo {
  margin-right: auto;
}
.cid-s2l5Ug5iOK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2l5Ug5iOK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2l5Ug5iOK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2l5Ug5iOK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2l5Ug5iOK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2l5Ug5iOK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2l5Ug5iOK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2l5Ug5iOK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2l5Ug5iOK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2l5Ug5iOK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2l5Ug5iOK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2l5Ug5iOK .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2l5Ug5iOK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2l5Ug5iOK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2l5Ug5iOK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2l5Ug5iOK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2l5Ug5iOK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2l5Ug5iOK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2l5Ug5iOK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2l5Ug5iOK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2l5Ug5iOK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2l5Ug5iOK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2l5Ug5iOK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2l5Ug5iOK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2l5Ug5iOK button.navbar-toggler:focus {
  outline: none;
}
.cid-s2l5Ug5iOK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2l5Ug5iOK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2l5Ug5iOK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2l5Ug5iOK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2l5Ug5iOK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2l5Ug5iOK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2l5Ug5iOK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2l5Ug5iOK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2l5Ug5iOK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2l5Ug5iOK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2l5Ug5iOK .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2l5Ug5iOK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2l5Ug5iOK .collapsed .navbar-collapse.collapsing,
.cid-s2l5Ug5iOK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2l5Ug5iOK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2l5Ug5iOK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2l5Ug5iOK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2l5Ug5iOK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2l5Ug5iOK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2l5Ug5iOK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2l5Ug5iOK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2l5Ug5iOK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2l5Ug5iOK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2l5Ug5iOK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2l5Ug5iOK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2l5Ug5iOK .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2l5Ug5iOK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2l5Ug5iOK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2l5Ug5iOK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2l5Ug5iOK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2l5Ug5iOK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2l5Ug5iOK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2l5Ug5iOK.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2l5Ug5iOK img {
    height: 3.8rem !important;
  }
  .cid-s2l5Ug5iOK .btn {
    display: -webkit-flex;
  }
  .cid-s2l5Ug5iOK button.navbar-toggler {
    display: block;
  }
  .cid-s2l5Ug5iOK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2l5Ug5iOK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2l5Ug5iOK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2l5Ug5iOK .navbar-collapse.collapsing,
  .cid-s2l5Ug5iOK .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2l5Ug5iOK .navbar-collapse.collapsing .navbar-nav,
  .cid-s2l5Ug5iOK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2l5Ug5iOK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2l5Ug5iOK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2l5Ug5iOK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2l5Ug5iOK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2l5Ug5iOK .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2l5Ug5iOK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2l5Ug5iOK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2l5Ug5iOK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2l5Ug5iOK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2l5Ug5iOK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2l5Ug5iOK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2l5Ug5iOK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2l5Ug5iOK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2l5Ug5iOK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2l5Ug5iOK .nav-link:hover,
.cid-s2l5Ug5iOK .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2l5UgFgG9 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s2l5UgFgG9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2l5UgFgG9 H2 {
  color: #f7ed4a;
}
.cid-s2l5Uhfm9M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2l5Uhfm9M .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2l5Uhfm9M .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-s2l5Uhfm9M .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2l5Uhfm9M .inner-container {
    width: 100% !important;
  }
}
.cid-sA8gofzIWd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sA8gofzIWd .line {
  background-color: #f7ed4a;
  color: #f7ed4a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sA8gofzIWd .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-sA8gofzIWd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sA8gofzIWd .inner-container {
    width: 100% !important;
  }
}
.cid-seIgxI1PCW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seIgxI1PCW .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-seIgxI1PCW .modal-body .close {
  background: #1b1b1b;
}
.cid-seIgxI1PCW .modal-body .close span {
  font-style: normal;
}
.cid-seIgxI1PCW .carousel-inner > .active,
.cid-seIgxI1PCW .carousel-inner > .next,
.cid-seIgxI1PCW .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-seIgxI1PCW .carousel-control .icon-next,
.cid-seIgxI1PCW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-seIgxI1PCW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seIgxI1PCW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-seIgxI1PCW .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-seIgxI1PCW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-seIgxI1PCW .boxed-slider > div {
  position: relative;
}
.cid-seIgxI1PCW .container img {
  width: 100%;
}
.cid-seIgxI1PCW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-seIgxI1PCW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-seIgxI1PCW .mbr-table-cell {
  padding: 0;
}
.cid-seIgxI1PCW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-seIgxI1PCW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-seIgxI1PCW .mbr-overlay {
  z-index: 1;
}
.cid-seIgxI1PCW .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-seIgxI1PCW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-seIgxI1PCW .carousel-item .container {
    width: 100%;
  }
}
.cid-seIgxI1PCW .carousel-item-next.carousel-item-left,
.cid-seIgxI1PCW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-seIgxI1PCW .active.carousel-item-right,
.cid-seIgxI1PCW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-seIgxI1PCW .active.carousel-item-left,
.cid-seIgxI1PCW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-seIgxI1PCW .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-seIgxI1PCW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seIgxI1PCW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seIgxI1PCW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-seIgxI1PCW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-seIgxI1PCW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-seIgxI1PCW .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-seIgxI1PCW .mbr-slider .carousel-indicators li.active,
.cid-seIgxI1PCW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-seIgxI1PCW .mbr-slider .carousel-indicators li::after,
.cid-seIgxI1PCW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-seIgxI1PCW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-seIgxI1PCW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-seIgxI1PCW .mbr-slider > .container img {
  width: 100%;
}
.cid-seIgxI1PCW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-seIgxI1PCW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-seIgxI1PCW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-seIgxI1PCW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-seIgxI1PCW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-seIgxI1PCW .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-seIgxI1PCW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-seIgxI1PCW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-seIgxI1PCW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-seIgxI1PCW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-seIgxI1PCW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-seIgxI1PCW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-seIgxI1PCW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-seIgxI1PCW .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-seIgxI1PCW .carousel-inner {
  height: 100%;
}
.cid-seIgxI1PCW .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-seIgxI1PCW .image_wrapper {
  height: 580px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-seIgxI1PCW .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-seIgxI1PCW .carousel-item .container-slide {
  text-align: center;
}
.cid-seIgxI1PCW .content-slider-wrap {
  width: 71%;
}
.cid-seIcbWwhW5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seIcbWwhW5 .mbr-text,
.cid-seIcbWwhW5 blockquote {
  color: #767676;
}
.cid-seIcbWwhW5 .mbr-text {
  color: #073b4c;
}
.cid-s8uQSrR9PN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8uQSrR9PN .mbr-text,
.cid-s8uQSrR9PN blockquote {
  color: #767676;
}
.cid-s8uQSrR9PN .mbr-text {
  color: #073b4c;
}
.cid-sA8iLMmcUa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f7ebc5;
}
.cid-sA8iLMmcUa .mbr-text,
.cid-sA8iLMmcUa blockquote {
  color: #767676;
}
.cid-sA8iLMmcUa .mbr-text {
  color: #073b4c;
}
.cid-sA8iLMmcUa .mbr-text P {
  text-align: left;
}
.cid-s2t0wVegEj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f7ebc5;
}
.cid-s2t0wVegEj .mbr-text,
.cid-s2t0wVegEj blockquote {
  color: #767676;
}
.cid-s2t0wVegEj .mbr-text {
  color: #073b4c;
}
.cid-s2t0wVegEj .mbr-text P {
  text-align: left;
}
.cid-s4QbSQ66qo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4QbSQ66qo .mbr-text,
.cid-s4QbSQ66qo blockquote {
  color: #767676;
}
.cid-s4QbSQ66qo .mbr-text {
  color: #073b4c;
}
.cid-sA8jWUXbqr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sA8jWUXbqr .mbr-text,
.cid-sA8jWUXbqr blockquote {
  color: #767676;
}
.cid-sA8jWUXbqr .mbr-text {
  color: #073b4c;
}
.cid-s3Is7L6onc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s3Is7L6onc .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s3Is7L6onc .modal-body .close {
  background: #1b1b1b;
}
.cid-s3Is7L6onc .modal-body .close span {
  font-style: normal;
}
.cid-s3Is7L6onc .carousel-inner > .active,
.cid-s3Is7L6onc .carousel-inner > .next,
.cid-s3Is7L6onc .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-s3Is7L6onc .carousel-control .icon-next,
.cid-s3Is7L6onc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s3Is7L6onc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3Is7L6onc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-s3Is7L6onc .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-s3Is7L6onc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s3Is7L6onc .boxed-slider > div {
  position: relative;
}
.cid-s3Is7L6onc .container img {
  width: 100%;
}
.cid-s3Is7L6onc .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s3Is7L6onc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s3Is7L6onc .mbr-table-cell {
  padding: 0;
}
.cid-s3Is7L6onc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s3Is7L6onc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s3Is7L6onc .mbr-overlay {
  z-index: 1;
}
.cid-s3Is7L6onc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s3Is7L6onc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s3Is7L6onc .carousel-item .container {
    width: 100%;
  }
}
.cid-s3Is7L6onc .carousel-item-next.carousel-item-left,
.cid-s3Is7L6onc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s3Is7L6onc .active.carousel-item-right,
.cid-s3Is7L6onc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s3Is7L6onc .active.carousel-item-left,
.cid-s3Is7L6onc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s3Is7L6onc .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s3Is7L6onc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3Is7L6onc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3Is7L6onc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s3Is7L6onc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s3Is7L6onc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s3Is7L6onc .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-s3Is7L6onc .mbr-slider .carousel-indicators li.active,
.cid-s3Is7L6onc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s3Is7L6onc .mbr-slider .carousel-indicators li::after,
.cid-s3Is7L6onc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s3Is7L6onc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s3Is7L6onc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s3Is7L6onc .mbr-slider > .container img {
  width: 100%;
}
.cid-s3Is7L6onc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s3Is7L6onc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s3Is7L6onc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s3Is7L6onc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s3Is7L6onc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s3Is7L6onc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s3Is7L6onc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s3Is7L6onc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s3Is7L6onc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s3Is7L6onc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s3Is7L6onc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s3Is7L6onc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s3Is7L6onc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s3Is7L6onc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-s3Is7L6onc .carousel-inner {
  height: 100%;
}
.cid-s3Is7L6onc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-s3Is7L6onc .image_wrapper {
  height: 300px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-s3Is7L6onc .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-s3Is7L6onc .carousel-item .container-slide {
  text-align: center;
}
.cid-s3Is7L6onc .content-slider-wrap {
  width: 50%;
}
.cid-saXXMDJQ1j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-saXXMDJQ1j .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-saXXMDJQ1j .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-saXXMDJQ1j .mbr-text {
  color: #073b4c;
}
.cid-s3pj9ngqoP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s3pj9ngqoP .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s3pj9ngqoP .modal-body .close {
  background: #1b1b1b;
}
.cid-s3pj9ngqoP .modal-body .close span {
  font-style: normal;
}
.cid-s3pj9ngqoP .carousel-inner > .active,
.cid-s3pj9ngqoP .carousel-inner > .next,
.cid-s3pj9ngqoP .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-s3pj9ngqoP .carousel-control .icon-next,
.cid-s3pj9ngqoP .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s3pj9ngqoP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3pj9ngqoP .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-s3pj9ngqoP .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-s3pj9ngqoP .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s3pj9ngqoP .boxed-slider > div {
  position: relative;
}
.cid-s3pj9ngqoP .container img {
  width: 100%;
}
.cid-s3pj9ngqoP .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s3pj9ngqoP .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s3pj9ngqoP .mbr-table-cell {
  padding: 0;
}
.cid-s3pj9ngqoP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s3pj9ngqoP .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s3pj9ngqoP .mbr-overlay {
  z-index: 1;
}
.cid-s3pj9ngqoP .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s3pj9ngqoP .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s3pj9ngqoP .carousel-item .container {
    width: 100%;
  }
}
.cid-s3pj9ngqoP .carousel-item-next.carousel-item-left,
.cid-s3pj9ngqoP .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s3pj9ngqoP .active.carousel-item-right,
.cid-s3pj9ngqoP .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s3pj9ngqoP .active.carousel-item-left,
.cid-s3pj9ngqoP .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s3pj9ngqoP .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s3pj9ngqoP .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3pj9ngqoP .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3pj9ngqoP .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s3pj9ngqoP .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s3pj9ngqoP .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s3pj9ngqoP .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-s3pj9ngqoP .mbr-slider .carousel-indicators li.active,
.cid-s3pj9ngqoP .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s3pj9ngqoP .mbr-slider .carousel-indicators li::after,
.cid-s3pj9ngqoP .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s3pj9ngqoP .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s3pj9ngqoP .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s3pj9ngqoP .mbr-slider > .container img {
  width: 100%;
}
.cid-s3pj9ngqoP .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s3pj9ngqoP .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s3pj9ngqoP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s3pj9ngqoP .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s3pj9ngqoP .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s3pj9ngqoP .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s3pj9ngqoP .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s3pj9ngqoP .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s3pj9ngqoP .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s3pj9ngqoP .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s3pj9ngqoP .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s3pj9ngqoP .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s3pj9ngqoP .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s3pj9ngqoP .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-s3pj9ngqoP .carousel-inner {
  height: 100%;
}
.cid-s3pj9ngqoP .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-s3pj9ngqoP .image_wrapper {
  height: 300px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-s3pj9ngqoP .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-s3pj9ngqoP .carousel-item .container-slide {
  text-align: center;
}
.cid-s3pj9ngqoP .content-slider-wrap {
  width: 50%;
}
.cid-sA87wUQegq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
.cid-sA87wUQegq .mbr-text,
.cid-sA87wUQegq blockquote {
  color: #767676;
}
.cid-sA87wUQegq .mbr-text {
  color: #ffffff;
}
.cid-sCc8dQooMN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
@media (min-width: 992px) {
  .cid-sCc8dQooMN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCc8dQooMN .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sCc8dQooMN .mbr-text {
  color: #ffffff;
}
.cid-sCccrzJ1rK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-sCccrzJ1rK .mbr-text,
.cid-sCccrzJ1rK blockquote {
  color: #767676;
}
.cid-sCccrzJ1rK .mbr-text {
  color: #f9f295;
}
.cid-sCcP2YrgMg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
.cid-sCcP2YrgMg .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sCcP2YrgMg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCcP2YrgMg .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sCcP2YrgMg .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sCcP2YrgMg .mbr-text {
  color: #232323;
}
.cid-s6iRamqGfp {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
@media (min-width: 992px) {
  .cid-s6iRamqGfp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6iRamqGfp .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s6iRamqGfp .mbr-text {
  color: #ffffff;
}
.cid-sCc8G2whOQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
.cid-sCc8G2whOQ .mbr-text,
.cid-sCc8G2whOQ blockquote {
  color: #767676;
}
.cid-sCc8G2whOQ .mbr-text {
  color: #ffffff;
}
.cid-sCcc0gC3AV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
@media (min-width: 992px) {
  .cid-sCcc0gC3AV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCcc0gC3AV .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sCcc0gC3AV .mbr-text {
  color: #ffffff;
}
.cid-toNlgZpPZz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toNlgZpPZz .mbr-text,
.cid-toNlgZpPZz blockquote {
  color: #767676;
}
.cid-toNlgZpPZz .mbr-text {
  color: #d3230f;
}
.cid-toNlgZpPZz .mbr-text P {
  text-align: center;
}
.cid-toNcSNVIYO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toNcSNVIYO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-toNcSNVIYO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toNcSNVIYO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-toNcSNVIYO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-toNcSNVIYO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-toNcSNVIYO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-toNcSNVIYO .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-toNcSNVIYO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-toNcSNVIYO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-toNcTYndJ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-toNcTYndJ1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-toNcTYndJ1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toNcTYndJ1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-toNcTYndJ1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-toNcTYndJ1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-toNcTYndJ1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-toNcTYndJ1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-toNcTYndJ1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-toNcTYndJ1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-toNiQE7YxC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toNiQE7YxC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-toNiQE7YxC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toNiQE7YxC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-toNiQE7YxC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-toNiQE7YxC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-toNiQE7YxC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-toNiQE7YxC .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-toNiQE7YxC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-toNiQE7YxC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-toNcUVkZhT {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 90px;
}
.cid-toNcUVkZhT .image-block {
  margin: auto;
}
.cid-toNcUVkZhT figcaption {
  position: relative;
}
.cid-toNcUVkZhT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-toNcUVkZhT .image-block {
    width: 100% !important;
  }
}
.cid-toNcUVkZhT DIV {
  color: #ff3838;
}
.cid-toQotueDPF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-toQotueDPF .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-toQotueDPF H2 {
  color: #465052;
  text-align: center;
}
.cid-toQotueDPF .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s2DrSGjcj7 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2DrSGjcj7 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2DrSGjcj7 a {
  font-style: normal;
}
.cid-s2DrSGjcj7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2DrSGjcj7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2DrSGjcj7 .nav-item:focus,
.cid-s2DrSGjcj7 .nav-link:focus {
  outline: none;
}
.cid-s2DrSGjcj7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2DrSGjcj7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2DrSGjcj7 .menu-logo {
  margin-right: auto;
}
.cid-s2DrSGjcj7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2DrSGjcj7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2DrSGjcj7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2DrSGjcj7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2DrSGjcj7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2DrSGjcj7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2DrSGjcj7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2DrSGjcj7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2DrSGjcj7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2DrSGjcj7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2DrSGjcj7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2DrSGjcj7 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2DrSGjcj7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2DrSGjcj7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2DrSGjcj7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2DrSGjcj7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2DrSGjcj7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2DrSGjcj7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2DrSGjcj7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2DrSGjcj7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2DrSGjcj7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2DrSGjcj7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2DrSGjcj7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2DrSGjcj7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2DrSGjcj7 button.navbar-toggler:focus {
  outline: none;
}
.cid-s2DrSGjcj7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2DrSGjcj7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2DrSGjcj7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2DrSGjcj7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2DrSGjcj7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2DrSGjcj7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2DrSGjcj7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2DrSGjcj7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2DrSGjcj7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2DrSGjcj7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2DrSGjcj7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2DrSGjcj7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2DrSGjcj7 .collapsed .navbar-collapse.collapsing,
.cid-s2DrSGjcj7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2DrSGjcj7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2DrSGjcj7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2DrSGjcj7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2DrSGjcj7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2DrSGjcj7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2DrSGjcj7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2DrSGjcj7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2DrSGjcj7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2DrSGjcj7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2DrSGjcj7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2DrSGjcj7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2DrSGjcj7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2DrSGjcj7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2DrSGjcj7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2DrSGjcj7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2DrSGjcj7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2DrSGjcj7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2DrSGjcj7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2DrSGjcj7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2DrSGjcj7 img {
    height: 3.8rem !important;
  }
  .cid-s2DrSGjcj7 .btn {
    display: -webkit-flex;
  }
  .cid-s2DrSGjcj7 button.navbar-toggler {
    display: block;
  }
  .cid-s2DrSGjcj7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2DrSGjcj7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2DrSGjcj7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2DrSGjcj7 .navbar-collapse.collapsing,
  .cid-s2DrSGjcj7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2DrSGjcj7 .navbar-collapse.collapsing .navbar-nav,
  .cid-s2DrSGjcj7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2DrSGjcj7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2DrSGjcj7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2DrSGjcj7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2DrSGjcj7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2DrSGjcj7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2DrSGjcj7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2DrSGjcj7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2DrSGjcj7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2DrSGjcj7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2DrSGjcj7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2DrSGjcj7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2DrSGjcj7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2DrSGjcj7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2DrSGjcj7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2DrSGjcj7 .nav-link:hover,
.cid-s2DrSGjcj7 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2DrSGHXiA {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s2DrSGHXiA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2DrSGHXiA H2 {
  color: #f7ed4a;
}
.cid-s2DrSH6eTr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2DrSH6eTr .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2DrSH6eTr .section-text {
  padding: 2rem 0;
  color: #787324;
}
.cid-s2DrSH6eTr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2DrSH6eTr .inner-container {
    width: 100% !important;
  }
}
.cid-sCcKz05ELJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCcKz05ELJ .mbr-text,
.cid-sCcKz05ELJ blockquote {
  color: #767676;
}
.cid-sCcKz05ELJ .mbr-text {
  color: #073b4c;
}
.cid-sCcKz05ELJ .mbr-text P {
  text-align: center;
}
.cid-s6MFSDHKKE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f8ffef;
}
.cid-s6MFSDHKKE .mbr-text,
.cid-s6MFSDHKKE blockquote {
  color: #767676;
}
.cid-s6MFSDHKKE .mbr-text {
  color: #232323;
}
.cid-s6MFTM0y3w {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f8ffef;
}
.cid-s6MFTM0y3w .mbr-text,
.cid-s6MFTM0y3w blockquote {
  color: #767676;
}
.cid-s6MFTM0y3w .mbr-text {
  color: #232323;
}
.cid-snuRQjbpVQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8ffef;
}
.cid-snuRQjbpVQ .mbr-section-subtitle,
.cid-snuRQjbpVQ .mbr-text {
  color: #767676;
}
.cid-snuRQjbpVQ .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-snuRQjbpVQ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-snuRQjbpVQ .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-snuRQjbpVQ .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-snuRQjbpVQ .card-wrapper .card-img img {
  width: 100%;
}
.cid-snuRQjbpVQ .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-snuRQjbpVQ .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-snuRQjbpVQ .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-snuRQjbpVQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-snuRQjbpVQ .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-snuRQjbpVQ .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-s6MI8dcwGd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6MI8dcwGd .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s6MI8dcwGd .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6MI8dcwGd .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-s6MI8dcwGd .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-s6MI8dcwGd .mbr-text {
  color: #763125;
}
.cid-sKMWi06UaJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sKMWi06UaJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sKMWi06UaJ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sKMWi06UaJ .mbr-text {
  color: #073b4c;
}
.cid-u06KN94Kim {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u06KN94Kim .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-u06KN94Kim .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u06KN94Kim .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-u06KN94Kim .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-u06KN94Kim .mbr-text {
  color: #073b4c;
}
.cid-u06VPvwwrw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u06VPvwwrw .mbr-text,
.cid-u06VPvwwrw blockquote {
  color: #767676;
}
.cid-u06VPvwwrw .mbr-text {
  color: #232323;
}
.cid-u06VPvwwrw .mbr-text P {
  text-align: left;
}
.cid-sKGfTIdzXV {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #fffbed;
}
@media (min-width: 992px) {
  .cid-sKGfTIdzXV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sKGfTIdzXV .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sKGfTIdzXV .mbr-text {
  color: #073b4c;
}
.cid-sd1AaOUP8O {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcf6e5;
}
.cid-sd1AaOUP8O .mbr-text,
.cid-sd1AaOUP8O blockquote {
  color: #767676;
}
.cid-sd1AaOUP8O .mbr-text {
  color: #4f4943;
}
.cid-sd1Bd88s23 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fcf6e5;
}
.cid-sd1Bd88s23 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sd1Bd88s23 .modal-body .close {
  background: #1b1b1b;
}
.cid-sd1Bd88s23 .modal-body .close span {
  font-style: normal;
}
.cid-sd1Bd88s23 .carousel-inner > .active,
.cid-sd1Bd88s23 .carousel-inner > .next,
.cid-sd1Bd88s23 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sd1Bd88s23 .carousel-control .icon-next,
.cid-sd1Bd88s23 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sd1Bd88s23 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd1Bd88s23 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sd1Bd88s23 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sd1Bd88s23 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sd1Bd88s23 .boxed-slider > div {
  position: relative;
}
.cid-sd1Bd88s23 .container img {
  width: 100%;
}
.cid-sd1Bd88s23 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sd1Bd88s23 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sd1Bd88s23 .mbr-table-cell {
  padding: 0;
}
.cid-sd1Bd88s23 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sd1Bd88s23 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sd1Bd88s23 .mbr-overlay {
  z-index: 1;
}
.cid-sd1Bd88s23 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sd1Bd88s23 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sd1Bd88s23 .carousel-item .container {
    width: 100%;
  }
}
.cid-sd1Bd88s23 .carousel-item-next.carousel-item-left,
.cid-sd1Bd88s23 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sd1Bd88s23 .active.carousel-item-right,
.cid-sd1Bd88s23 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sd1Bd88s23 .active.carousel-item-left,
.cid-sd1Bd88s23 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sd1Bd88s23 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sd1Bd88s23 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd1Bd88s23 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd1Bd88s23 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sd1Bd88s23 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sd1Bd88s23 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sd1Bd88s23 .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-sd1Bd88s23 .mbr-slider .carousel-indicators li.active,
.cid-sd1Bd88s23 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sd1Bd88s23 .mbr-slider .carousel-indicators li::after,
.cid-sd1Bd88s23 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sd1Bd88s23 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sd1Bd88s23 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sd1Bd88s23 .mbr-slider > .container img {
  width: 100%;
}
.cid-sd1Bd88s23 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sd1Bd88s23 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sd1Bd88s23 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sd1Bd88s23 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sd1Bd88s23 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sd1Bd88s23 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sd1Bd88s23 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sd1Bd88s23 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sd1Bd88s23 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sd1Bd88s23 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sd1Bd88s23 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sd1Bd88s23 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sd1Bd88s23 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sd1Bd88s23 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sd1Bd88s23 .carousel-inner {
  height: 100%;
}
.cid-sd1Bd88s23 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sd1Bd88s23 .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sd1Bd88s23 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sd1Bd88s23 .carousel-item .container-slide {
  text-align: center;
}
.cid-sd1Bd88s23 .content-slider-wrap {
  width: 63%;
}
.cid-sCbnFt3xuA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbed;
}
.cid-sCbnFt3xuA .mbr-text,
.cid-sCbnFt3xuA blockquote {
  color: #767676;
}
.cid-sCbnFt3xuA .mbr-text {
  color: #787324;
}
.cid-sKLMXKpdDh {
  background: #fcf6e5;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-sKLMXKpdDh .image-block {
  margin: auto;
}
.cid-sKLMXKpdDh figcaption {
  position: relative;
}
.cid-sKLMXKpdDh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKLMXKpdDh .image-block {
    width: 100% !important;
  }
}
.cid-sKLMXKpdDh DIV {
  color: #787324;
}
.cid-sdCj2RJpaP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e4ffe3;
}
@media (min-width: 992px) {
  .cid-sdCj2RJpaP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sdCj2RJpaP .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sdCj2RJpaP .mbr-text {
  color: #073b4c;
}
.cid-stHFHi3tA8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9ffe9;
}
.cid-stHFHi3tA8 .mbr-text,
.cid-stHFHi3tA8 blockquote {
  color: #767676;
}
.cid-stHFHi3tA8 .mbr-text {
  color: #787324;
}
.cid-sCbDQ1qRfF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbDQ1qRfF .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sCbDQ1qRfF .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCbDQ1qRfF .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sCbDQ1qRfF .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sCbDQ1qRfF .mbr-text {
  color: #787324;
}
.cid-sCbDQXRV8C {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCbDQXRV8C .mbr-text,
.cid-sCbDQXRV8C blockquote {
  color: #767676;
}
.cid-sCbDQXRV8C .mbr-text {
  color: #787324;
}
.cid-s6MQ7El98y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-s6MQ7El98y .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6MQ7El98y .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s6MQ7El98y .mbr-text {
  color: #7f1933;
}
.cid-s6MQ8ROJoV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s6MQ8ROJoV .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-s6MQ8ROJoV .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-s6MQ8ROJoV .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-u06phjQyUj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u06phjQyUj .mbr-text,
.cid-u06phjQyUj blockquote {
  color: #767676;
}
.cid-u06phjQyUj .mbr-text {
  color: #232323;
}
.cid-u06phjQyUj .mbr-text P {
  text-align: left;
}
.cid-sb8QI1XP0O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sb8QI1XP0O .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sb8QI1XP0O .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sb8QI1XP0O .mbr-text {
  color: #7f1933;
}
.cid-sb8RhwiJ1U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sb8RhwiJ1U .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sb8RhwiJ1U .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sb8RhwiJ1U .mbr-text {
  color: #7f1933;
  text-align: center;
}
.cid-sb8S8AvW4f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sb8S8AvW4f .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sb8S8AvW4f .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sb8S8AvW4f .mbr-text {
  color: #7f1933;
}
.cid-sb8Sa00ZCq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sb8Sa00ZCq .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sb8Sa00ZCq .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sb8Sa00ZCq .mbr-text {
  color: #7f1933;
}
.cid-s6MQbBoYFp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s6MQbBoYFp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6MQbBoYFp .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s6MQbBoYFp .mbr-text {
  color: #7f1933;
}
.cid-s6MQd4CxW7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s6MQd4CxW7 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-s6MQd4CxW7 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-s6MQd4CxW7 .mbr-text {
  color: #073b4c;
}
.cid-s6MI4CbEGA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-s6MI4CbEGA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6MI4CbEGA .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s6MI4CbEGA .mbr-text {
  color: #232323;
}
.cid-s6MI5orXTW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s6MI5orXTW .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-s6MI5orXTW .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-s6MI5orXTW .mbr-text {
  color: #073b4c;
}
.cid-sdBRaWbK8g {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sdBRaWbK8g .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sdBRaWbK8g .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sdBRaWbK8g .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sdBRaWbK8g .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sdBRaWbK8g .mbr-text {
  color: #073b4c;
}
.cid-sg3vDw0GYy {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sg3vDw0GYy .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sg3vDw0GYy .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sg3vDw0GYy .mbr-text {
  color: #232323;
}
.cid-snv1y8R9v7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snv1y8R9v7 .mbr-text,
.cid-snv1y8R9v7 blockquote {
  color: #767676;
}
.cid-snv1y8R9v7 .mbr-text {
  color: #a01907;
}
.cid-sdtKC9A33J {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sdtKC9A33J .image-block {
  margin: auto;
}
.cid-sdtKC9A33J figcaption {
  position: relative;
}
.cid-sdtKC9A33J figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdtKC9A33J .image-block {
    width: 100% !important;
  }
}
.cid-sdtGQOTdMG {
  background: #efefef;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sdtGQOTdMG .image-block {
  margin: auto;
}
.cid-sdtGQOTdMG figcaption {
  position: relative;
}
.cid-sdtGQOTdMG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdtGQOTdMG .image-block {
    width: 100% !important;
  }
}
.cid-s2lNYcT2P7 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2lNYcT2P7 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2lNYcT2P7 a {
  font-style: normal;
}
.cid-s2lNYcT2P7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2lNYcT2P7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2lNYcT2P7 .nav-item:focus,
.cid-s2lNYcT2P7 .nav-link:focus {
  outline: none;
}
.cid-s2lNYcT2P7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2lNYcT2P7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2lNYcT2P7 .menu-logo {
  margin-right: auto;
}
.cid-s2lNYcT2P7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2lNYcT2P7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2lNYcT2P7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2lNYcT2P7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2lNYcT2P7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2lNYcT2P7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2lNYcT2P7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2lNYcT2P7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2lNYcT2P7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2lNYcT2P7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2lNYcT2P7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2lNYcT2P7 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2lNYcT2P7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2lNYcT2P7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2lNYcT2P7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2lNYcT2P7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2lNYcT2P7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2lNYcT2P7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2lNYcT2P7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2lNYcT2P7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2lNYcT2P7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2lNYcT2P7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2lNYcT2P7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2lNYcT2P7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2lNYcT2P7 button.navbar-toggler:focus {
  outline: none;
}
.cid-s2lNYcT2P7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2lNYcT2P7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2lNYcT2P7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2lNYcT2P7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2lNYcT2P7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2lNYcT2P7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2lNYcT2P7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2lNYcT2P7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2lNYcT2P7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2lNYcT2P7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2lNYcT2P7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2lNYcT2P7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2lNYcT2P7 .collapsed .navbar-collapse.collapsing,
.cid-s2lNYcT2P7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2lNYcT2P7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2lNYcT2P7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2lNYcT2P7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2lNYcT2P7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2lNYcT2P7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2lNYcT2P7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2lNYcT2P7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2lNYcT2P7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2lNYcT2P7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2lNYcT2P7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2lNYcT2P7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2lNYcT2P7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2lNYcT2P7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2lNYcT2P7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2lNYcT2P7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2lNYcT2P7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2lNYcT2P7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2lNYcT2P7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2lNYcT2P7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2lNYcT2P7 img {
    height: 3.8rem !important;
  }
  .cid-s2lNYcT2P7 .btn {
    display: -webkit-flex;
  }
  .cid-s2lNYcT2P7 button.navbar-toggler {
    display: block;
  }
  .cid-s2lNYcT2P7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2lNYcT2P7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2lNYcT2P7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2lNYcT2P7 .navbar-collapse.collapsing,
  .cid-s2lNYcT2P7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2lNYcT2P7 .navbar-collapse.collapsing .navbar-nav,
  .cid-s2lNYcT2P7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2lNYcT2P7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2lNYcT2P7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2lNYcT2P7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2lNYcT2P7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2lNYcT2P7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2lNYcT2P7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2lNYcT2P7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2lNYcT2P7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2lNYcT2P7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2lNYcT2P7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2lNYcT2P7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2lNYcT2P7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2lNYcT2P7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2lNYcT2P7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2lNYcT2P7 .nav-link:hover,
.cid-s2lNYcT2P7 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2lNYdr0FC {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s2lNYdr0FC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2lNYdr0FC H2 {
  color: #f7ed4a;
}
.cid-s2lNYe1nFM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2lNYe1nFM .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2lNYe1nFM .section-text {
  padding: 2rem 0;
  color: #530519;
}
.cid-s2lNYe1nFM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2lNYe1nFM .inner-container {
    width: 100% !important;
  }
}
.cid-s6MwfId6om {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffe0e3;
}
@media (min-width: 992px) {
  .cid-s6MwfId6om .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6MwfId6om .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s6MwfId6om .mbr-text {
  color: #073b4c;
}
.cid-s6Mz6Z28Ud {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffe0e3;
}
.cid-s6Mz6Z28Ud .mbr-text,
.cid-s6Mz6Z28Ud blockquote {
  color: #767676;
}
.cid-s6Mz6Z28Ud .mbr-text {
  color: #073b4c;
}
.cid-s6MvpmBuAE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6MvpmBuAE .mbr-text,
.cid-s6MvpmBuAE blockquote {
  color: #767676;
}
.cid-s6MvpmBuAE .mbr-text {
  color: #073b4c;
}
.cid-s3sszq3nLS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffe0e3;
}
.cid-s3sszq3nLS .mbr-text,
.cid-s3sszq3nLS blockquote {
  color: #767676;
}
.cid-s3sszq3nLS .mbr-text {
  color: #530519;
}
.cid-s3sxeTjBHu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s3sxeTjBHu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3sxeTjBHu .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s3sxeTjBHu .mbr-text {
  color: #530519;
}
.cid-s6qWuLt8pr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fde4ea;
}
.cid-s6qWuLt8pr .mbr-text,
.cid-s6qWuLt8pr blockquote {
  color: #767676;
}
.cid-s6qWuLt8pr .mbr-text {
  color: #073b4c;
}
.cid-s6kOhLFtfr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6kOhLFtfr .mbr-text,
.cid-s6kOhLFtfr blockquote {
  color: #767676;
}
.cid-s6kOhLFtfr .mbr-text {
  color: #073b4c;
}
.cid-s3LvuWKyHQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffe0e3;
}
.cid-s3LvuWKyHQ .mbr-text,
.cid-s3LvuWKyHQ blockquote {
  color: #767676;
}
.cid-s3LvuWKyHQ .mbr-text {
  color: #073b4c;
}
.cid-sd1LF8nNZ7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd1LF8nNZ7 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sd1LF8nNZ7 .modal-body .close {
  background: #1b1b1b;
}
.cid-sd1LF8nNZ7 .modal-body .close span {
  font-style: normal;
}
.cid-sd1LF8nNZ7 .carousel-inner > .active,
.cid-sd1LF8nNZ7 .carousel-inner > .next,
.cid-sd1LF8nNZ7 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sd1LF8nNZ7 .carousel-control .icon-next,
.cid-sd1LF8nNZ7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sd1LF8nNZ7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd1LF8nNZ7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sd1LF8nNZ7 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sd1LF8nNZ7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sd1LF8nNZ7 .boxed-slider > div {
  position: relative;
}
.cid-sd1LF8nNZ7 .container img {
  width: 100%;
}
.cid-sd1LF8nNZ7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sd1LF8nNZ7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sd1LF8nNZ7 .mbr-table-cell {
  padding: 0;
}
.cid-sd1LF8nNZ7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sd1LF8nNZ7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sd1LF8nNZ7 .mbr-overlay {
  z-index: 1;
}
.cid-sd1LF8nNZ7 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sd1LF8nNZ7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sd1LF8nNZ7 .carousel-item .container {
    width: 100%;
  }
}
.cid-sd1LF8nNZ7 .carousel-item-next.carousel-item-left,
.cid-sd1LF8nNZ7 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sd1LF8nNZ7 .active.carousel-item-right,
.cid-sd1LF8nNZ7 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sd1LF8nNZ7 .active.carousel-item-left,
.cid-sd1LF8nNZ7 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sd1LF8nNZ7 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sd1LF8nNZ7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd1LF8nNZ7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd1LF8nNZ7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sd1LF8nNZ7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sd1LF8nNZ7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sd1LF8nNZ7 .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-sd1LF8nNZ7 .mbr-slider .carousel-indicators li.active,
.cid-sd1LF8nNZ7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sd1LF8nNZ7 .mbr-slider .carousel-indicators li::after,
.cid-sd1LF8nNZ7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sd1LF8nNZ7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sd1LF8nNZ7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sd1LF8nNZ7 .mbr-slider > .container img {
  width: 100%;
}
.cid-sd1LF8nNZ7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sd1LF8nNZ7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sd1LF8nNZ7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sd1LF8nNZ7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sd1LF8nNZ7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sd1LF8nNZ7 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sd1LF8nNZ7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sd1LF8nNZ7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sd1LF8nNZ7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sd1LF8nNZ7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sd1LF8nNZ7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sd1LF8nNZ7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sd1LF8nNZ7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sd1LF8nNZ7 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sd1LF8nNZ7 .carousel-inner {
  height: 100%;
}
.cid-sd1LF8nNZ7 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sd1LF8nNZ7 .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sd1LF8nNZ7 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sd1LF8nNZ7 .carousel-item .container-slide {
  text-align: center;
}
.cid-sd1LF8nNZ7 .content-slider-wrap {
  width: 63%;
}
.cid-s6kX0KhbQk {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s6kX0KhbQk .mbr-text,
.cid-s6kX0KhbQk blockquote {
  color: #767676;
}
.cid-s6kX0KhbQk .mbr-text {
  color: #073b4c;
}
.cid-s6kX0KhbQk .mbr-text P {
  text-align: center;
}
.cid-s2Dz8gWfhP .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2Dz8gWfhP .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2Dz8gWfhP a {
  font-style: normal;
}
.cid-s2Dz8gWfhP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2Dz8gWfhP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2Dz8gWfhP .nav-item:focus,
.cid-s2Dz8gWfhP .nav-link:focus {
  outline: none;
}
.cid-s2Dz8gWfhP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2Dz8gWfhP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2Dz8gWfhP .menu-logo {
  margin-right: auto;
}
.cid-s2Dz8gWfhP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2Dz8gWfhP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2Dz8gWfhP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2Dz8gWfhP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2Dz8gWfhP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2Dz8gWfhP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2Dz8gWfhP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2Dz8gWfhP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2Dz8gWfhP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2Dz8gWfhP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2Dz8gWfhP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2Dz8gWfhP .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2Dz8gWfhP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2Dz8gWfhP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2Dz8gWfhP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2Dz8gWfhP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2Dz8gWfhP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2Dz8gWfhP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2Dz8gWfhP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2Dz8gWfhP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2Dz8gWfhP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2Dz8gWfhP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2Dz8gWfhP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2Dz8gWfhP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2Dz8gWfhP button.navbar-toggler:focus {
  outline: none;
}
.cid-s2Dz8gWfhP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2Dz8gWfhP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2Dz8gWfhP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2Dz8gWfhP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2Dz8gWfhP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2Dz8gWfhP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2Dz8gWfhP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2Dz8gWfhP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2Dz8gWfhP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2Dz8gWfhP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2Dz8gWfhP .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2Dz8gWfhP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2Dz8gWfhP .collapsed .navbar-collapse.collapsing,
.cid-s2Dz8gWfhP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2Dz8gWfhP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2Dz8gWfhP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2Dz8gWfhP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2Dz8gWfhP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2Dz8gWfhP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2Dz8gWfhP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2Dz8gWfhP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2Dz8gWfhP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2Dz8gWfhP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2Dz8gWfhP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2Dz8gWfhP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2Dz8gWfhP .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2Dz8gWfhP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2Dz8gWfhP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2Dz8gWfhP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2Dz8gWfhP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2Dz8gWfhP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2Dz8gWfhP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2Dz8gWfhP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2Dz8gWfhP img {
    height: 3.8rem !important;
  }
  .cid-s2Dz8gWfhP .btn {
    display: -webkit-flex;
  }
  .cid-s2Dz8gWfhP button.navbar-toggler {
    display: block;
  }
  .cid-s2Dz8gWfhP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2Dz8gWfhP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2Dz8gWfhP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2Dz8gWfhP .navbar-collapse.collapsing,
  .cid-s2Dz8gWfhP .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2Dz8gWfhP .navbar-collapse.collapsing .navbar-nav,
  .cid-s2Dz8gWfhP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2Dz8gWfhP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2Dz8gWfhP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2Dz8gWfhP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2Dz8gWfhP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2Dz8gWfhP .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2Dz8gWfhP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2Dz8gWfhP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2Dz8gWfhP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2Dz8gWfhP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2Dz8gWfhP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2Dz8gWfhP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2Dz8gWfhP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2Dz8gWfhP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2Dz8gWfhP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2Dz8gWfhP .nav-link:hover,
.cid-s2Dz8gWfhP .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2Dz8hm5y0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s2Dz8hm5y0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2Dz8hm5y0 H2 {
  color: #f7ed4a;
}
.cid-s2Dz8hQuzW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2Dz8hQuzW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2Dz8hQuzW .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-s2Dz8hQuzW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2Dz8hQuzW .inner-container {
    width: 100% !important;
  }
}
.cid-s3nASoMPJu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s3nASoMPJu .item {
  padding-bottom: 2rem;
}
.cid-s3nASoMPJu .item-wrapper {
  height: 100%;
}
.cid-s3nASoMPJu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-s3nASoMPJu .carousel-control,
.cid-s3nASoMPJu .close {
  background: #1b1b1b;
}
.cid-s3nASoMPJu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-s3nASoMPJu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-s3nASoMPJu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-s3nASoMPJu .close::before {
  content: '\e91a';
}
.cid-s3nASoMPJu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-s3nASoMPJu .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-s3nASoMPJu .carousel-inner > .active {
  display: block;
}
.cid-s3nASoMPJu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3nASoMPJu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3nASoMPJu .carousel-control .icon-next,
.cid-s3nASoMPJu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s3nASoMPJu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-s3nASoMPJu .carousel-control,
  .cid-s3nASoMPJu .carousel-indicators,
  .cid-s3nASoMPJu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-s3nASoMPJu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-s3nASoMPJu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s3nASoMPJu .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-s3nASoMPJu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-s3nASoMPJu .carousel-indicators {
    display: none;
  }
}
.cid-s3nASoMPJu .carousel-indicators .active,
.cid-s3nASoMPJu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-s3nASoMPJu .carousel-indicators .active {
  background: #fff;
}
.cid-s3nASoMPJu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-s3nASoMPJu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-s3nASoMPJu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s3nASoMPJu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-s3nASoMPJu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-s3nASoMPJu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
  height: fit-content;
}
.cid-s3nASoMPJu .carousel {
  width: 100%;
}
.cid-s3nASoMPJu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-s3nASoMPJu .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-s3nASoMPJu .modal.fade .modal-dialog,
.cid-s3nASoMPJu .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-s3nASoMPJu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-s3nASoMPJu a {
  display: block;
}
.cid-s3nASoMPJu a.img {
  pointer-events: none;
}
.cid-s2Dz8ic7KC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2Dz8ic7KC .mbr-text,
.cid-s2Dz8ic7KC blockquote {
  color: #767676;
}
.cid-s2Dz8ic7KC .mbr-text {
  color: #073b4c;
}
.cid-sf5fukcLsy {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sf5fukcLsy .image-block {
  margin: auto;
}
.cid-sf5fukcLsy figcaption {
  position: relative;
}
.cid-sf5fukcLsy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sf5fukcLsy .image-block {
    width: 100% !important;
  }
}
.cid-svf4dkX2oz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svf4dkX2oz .mbr-text,
.cid-svf4dkX2oz blockquote {
  color: #767676;
}
.cid-svf4dkX2oz .mbr-text {
  color: #073b4c;
}
.cid-svf6TadhC3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-svf6TadhC3 .mbr-text,
.cid-svf6TadhC3 blockquote {
  color: #767676;
}
.cid-s2DAgK8rCm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2DAgK8rCm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2DAgK8rCm a {
  font-style: normal;
}
.cid-s2DAgK8rCm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2DAgK8rCm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2DAgK8rCm .nav-item:focus,
.cid-s2DAgK8rCm .nav-link:focus {
  outline: none;
}
.cid-s2DAgK8rCm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2DAgK8rCm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2DAgK8rCm .menu-logo {
  margin-right: auto;
}
.cid-s2DAgK8rCm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2DAgK8rCm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2DAgK8rCm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2DAgK8rCm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2DAgK8rCm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2DAgK8rCm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2DAgK8rCm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2DAgK8rCm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2DAgK8rCm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2DAgK8rCm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2DAgK8rCm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2DAgK8rCm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2DAgK8rCm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2DAgK8rCm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2DAgK8rCm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2DAgK8rCm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2DAgK8rCm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2DAgK8rCm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2DAgK8rCm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2DAgK8rCm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2DAgK8rCm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2DAgK8rCm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2DAgK8rCm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2DAgK8rCm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2DAgK8rCm button.navbar-toggler:focus {
  outline: none;
}
.cid-s2DAgK8rCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2DAgK8rCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2DAgK8rCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2DAgK8rCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2DAgK8rCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2DAgK8rCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2DAgK8rCm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2DAgK8rCm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2DAgK8rCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2DAgK8rCm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2DAgK8rCm .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2DAgK8rCm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2DAgK8rCm .collapsed .navbar-collapse.collapsing,
.cid-s2DAgK8rCm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2DAgK8rCm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2DAgK8rCm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2DAgK8rCm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2DAgK8rCm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2DAgK8rCm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2DAgK8rCm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2DAgK8rCm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2DAgK8rCm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2DAgK8rCm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2DAgK8rCm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2DAgK8rCm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2DAgK8rCm .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2DAgK8rCm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2DAgK8rCm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2DAgK8rCm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2DAgK8rCm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2DAgK8rCm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2DAgK8rCm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2DAgK8rCm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2DAgK8rCm img {
    height: 3.8rem !important;
  }
  .cid-s2DAgK8rCm .btn {
    display: -webkit-flex;
  }
  .cid-s2DAgK8rCm button.navbar-toggler {
    display: block;
  }
  .cid-s2DAgK8rCm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2DAgK8rCm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2DAgK8rCm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2DAgK8rCm .navbar-collapse.collapsing,
  .cid-s2DAgK8rCm .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2DAgK8rCm .navbar-collapse.collapsing .navbar-nav,
  .cid-s2DAgK8rCm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2DAgK8rCm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2DAgK8rCm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2DAgK8rCm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2DAgK8rCm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2DAgK8rCm .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2DAgK8rCm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2DAgK8rCm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2DAgK8rCm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2DAgK8rCm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2DAgK8rCm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2DAgK8rCm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2DAgK8rCm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2DAgK8rCm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2DAgK8rCm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2DAgK8rCm .nav-link:hover,
.cid-s2DAgK8rCm .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2DAgKBSPd {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s2DAgKBSPd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2DAgKBSPd H2 {
  color: #f7ed4a;
}
.cid-sCcRuAxYqm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCcRuAxYqm .mbr-text,
.cid-sCcRuAxYqm blockquote {
  color: #767676;
}
.cid-sCcRuAxYqm .mbr-text {
  color: #073b4c;
}
.cid-s2DAgLge5A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2DAgLge5A .mbr-text,
.cid-s2DAgLge5A blockquote {
  color: #767676;
}
.cid-s2DAgLge5A .mbr-text {
  color: #073b4c;
}
.cid-sY0l61KZal {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sY0l61KZal .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sY0l61KZal .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sY0l61KZal .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sY0l61KZal .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sY0l61KZal .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sY0l61KZal .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sY0l61KZal .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sY0l61KZal .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sY0l61KZal .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sY0l61KZal .mbr-gallery-item > div > span {
  text-align: center;
  color: #f8ffef;
}
.cid-sY0l7aFd0x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sY0l7aFd0x .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sY0l7aFd0x .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sY0l7aFd0x .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sY0l7aFd0x .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sY0l7aFd0x .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sY0l7aFd0x .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sY0l7aFd0x .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sY0l7aFd0x .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sY0l7aFd0x .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sY0l7aFd0x .mbr-gallery-item > div > span {
  text-align: center;
  color: #f8ffef;
}
.cid-sY0jRxaiu9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sY0jRxaiu9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sY0jRxaiu9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sY0jRxaiu9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sY0jRxaiu9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sY0jRxaiu9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sY0jRxaiu9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sY0jRxaiu9 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sY0jRxaiu9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sY0jRxaiu9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sY0jRxaiu9 .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-sY6QWaeplM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sY6QWaeplM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sY6QWaeplM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sY6QWaeplM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sY6QWaeplM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sY6QWaeplM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sY6QWaeplM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sY6QWaeplM .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sY6QWaeplM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sY6QWaeplM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sY6QWaeplM .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-teo4D90Ck1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-teo4D90Ck1 .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-teo4D90Ck1 H2 {
  color: #465052;
  text-align: center;
}
.cid-teo4D90Ck1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s2DAL1a82q .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2DAL1a82q .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2DAL1a82q a {
  font-style: normal;
}
.cid-s2DAL1a82q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2DAL1a82q .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2DAL1a82q .nav-item:focus,
.cid-s2DAL1a82q .nav-link:focus {
  outline: none;
}
.cid-s2DAL1a82q .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2DAL1a82q .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2DAL1a82q .menu-logo {
  margin-right: auto;
}
.cid-s2DAL1a82q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2DAL1a82q .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2DAL1a82q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2DAL1a82q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2DAL1a82q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2DAL1a82q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2DAL1a82q .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2DAL1a82q .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2DAL1a82q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2DAL1a82q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2DAL1a82q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2DAL1a82q .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2DAL1a82q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2DAL1a82q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2DAL1a82q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2DAL1a82q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2DAL1a82q .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2DAL1a82q .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2DAL1a82q .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2DAL1a82q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2DAL1a82q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2DAL1a82q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2DAL1a82q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2DAL1a82q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2DAL1a82q button.navbar-toggler:focus {
  outline: none;
}
.cid-s2DAL1a82q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2DAL1a82q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2DAL1a82q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2DAL1a82q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2DAL1a82q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2DAL1a82q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2DAL1a82q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2DAL1a82q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2DAL1a82q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2DAL1a82q .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2DAL1a82q .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2DAL1a82q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2DAL1a82q .collapsed .navbar-collapse.collapsing,
.cid-s2DAL1a82q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2DAL1a82q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2DAL1a82q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2DAL1a82q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2DAL1a82q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2DAL1a82q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2DAL1a82q .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2DAL1a82q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2DAL1a82q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2DAL1a82q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2DAL1a82q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2DAL1a82q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2DAL1a82q .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2DAL1a82q .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2DAL1a82q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2DAL1a82q .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2DAL1a82q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2DAL1a82q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2DAL1a82q .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2DAL1a82q.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2DAL1a82q img {
    height: 3.8rem !important;
  }
  .cid-s2DAL1a82q .btn {
    display: -webkit-flex;
  }
  .cid-s2DAL1a82q button.navbar-toggler {
    display: block;
  }
  .cid-s2DAL1a82q .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2DAL1a82q .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2DAL1a82q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2DAL1a82q .navbar-collapse.collapsing,
  .cid-s2DAL1a82q .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2DAL1a82q .navbar-collapse.collapsing .navbar-nav,
  .cid-s2DAL1a82q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2DAL1a82q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2DAL1a82q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2DAL1a82q .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2DAL1a82q .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2DAL1a82q .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2DAL1a82q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2DAL1a82q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2DAL1a82q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2DAL1a82q .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2DAL1a82q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2DAL1a82q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2DAL1a82q .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2DAL1a82q .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2DAL1a82q .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2DAL1a82q .nav-link:hover,
.cid-s2DAL1a82q .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2DAL1OhN2 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s2DAL1OhN2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2DAL1OhN2 H2 {
  color: #f7ed4a;
}
.cid-s2DAL2otPn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2DAL2otPn .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2DAL2otPn .section-text {
  padding: 2rem 0;
  color: #787324;
}
.cid-s2DAL2otPn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2DAL2otPn .inner-container {
    width: 100% !important;
  }
}
.cid-sCcUTUyJBA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcUTUyJBA .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sCcUTUyJBA .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-sCcUTUyJBA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sCcUTUyJBA .inner-container {
    width: 100% !important;
  }
}
.cid-s6FtHCHOua {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s6FtHCHOua .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6FtHCHOua .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s6FtHCHOua .mbr-text {
  color: #787324;
}
.cid-s6FtJV5O9k {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s6FtJV5O9k .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6FtJV5O9k .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s6FtJV5O9k .mbr-text {
  color: #787324;
}
.cid-s6FtMVhIVJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s6FtMVhIVJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6FtMVhIVJ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s6FtMVhIVJ .mbr-text {
  color: #787324;
}
.cid-s6FtOKDDdb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s6FtOKDDdb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6FtOKDDdb .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s6FtOKDDdb .mbr-text {
  color: #787324;
}
.cid-s6FtPospK2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s6FtPospK2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6FtPospK2 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s6FtPospK2 .mbr-text {
  color: #787324;
}
.cid-s6FtQ3iBit {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s6FtQ3iBit .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6FtQ3iBit .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s6FtQ3iBit .mbr-text {
  color: #787324;
}
.cid-s6FxunrH5A {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6FxunrH5A .mbr-text,
.cid-s6FxunrH5A blockquote {
  color: #767676;
}
.cid-s6FxunrH5A .mbr-text {
  color: #787324;
}
.cid-s6FwI9nclH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s6FwI9nclH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6FwI9nclH .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s6FwI9nclH .mbr-text {
  color: #787324;
}
.cid-s6I0TRl3Y7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6I0TRl3Y7 .mbr-text,
.cid-s6I0TRl3Y7 blockquote {
  color: #767676;
}
.cid-s6I0TRl3Y7 .mbr-text {
  color: #787324;
}
.cid-s6Fxwju9ot {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6Fxwju9ot .mbr-text,
.cid-s6Fxwju9ot blockquote {
  color: #767676;
}
.cid-s6Fxwju9ot .mbr-text {
  color: #787324;
}
.cid-s2DAL2ETOj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeeee;
}
.cid-s2DAL2ETOj .mbr-text,
.cid-s2DAL2ETOj blockquote {
  color: #767676;
}
.cid-s2DAL2ETOj .mbr-text {
  color: #073b4c;
}
.cid-s7a6XxdrjG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s7a6XxdrjG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7a6XxdrjG .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s7a6XxdrjG .mbr-text {
  color: #787324;
}
.cid-s3oC8yerJn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s3oC8yerJn .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s3oC8yerJn .modal-body .close {
  background: #1b1b1b;
}
.cid-s3oC8yerJn .modal-body .close span {
  font-style: normal;
}
.cid-s3oC8yerJn .carousel-inner > .active,
.cid-s3oC8yerJn .carousel-inner > .next,
.cid-s3oC8yerJn .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-s3oC8yerJn .carousel-control .icon-next,
.cid-s3oC8yerJn .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s3oC8yerJn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3oC8yerJn .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-s3oC8yerJn .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-s3oC8yerJn .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s3oC8yerJn .boxed-slider > div {
  position: relative;
}
.cid-s3oC8yerJn .container img {
  width: 100%;
}
.cid-s3oC8yerJn .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s3oC8yerJn .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s3oC8yerJn .mbr-table-cell {
  padding: 0;
}
.cid-s3oC8yerJn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s3oC8yerJn .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s3oC8yerJn .mbr-overlay {
  z-index: 1;
}
.cid-s3oC8yerJn .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s3oC8yerJn .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s3oC8yerJn .carousel-item .container {
    width: 100%;
  }
}
.cid-s3oC8yerJn .carousel-item-next.carousel-item-left,
.cid-s3oC8yerJn .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s3oC8yerJn .active.carousel-item-right,
.cid-s3oC8yerJn .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s3oC8yerJn .active.carousel-item-left,
.cid-s3oC8yerJn .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s3oC8yerJn .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s3oC8yerJn .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3oC8yerJn .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3oC8yerJn .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s3oC8yerJn .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s3oC8yerJn .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s3oC8yerJn .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-s3oC8yerJn .mbr-slider .carousel-indicators li.active,
.cid-s3oC8yerJn .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s3oC8yerJn .mbr-slider .carousel-indicators li::after,
.cid-s3oC8yerJn .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s3oC8yerJn .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s3oC8yerJn .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s3oC8yerJn .mbr-slider > .container img {
  width: 100%;
}
.cid-s3oC8yerJn .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s3oC8yerJn .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s3oC8yerJn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s3oC8yerJn .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s3oC8yerJn .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s3oC8yerJn .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s3oC8yerJn .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s3oC8yerJn .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s3oC8yerJn .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s3oC8yerJn .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s3oC8yerJn .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s3oC8yerJn .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s3oC8yerJn .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s3oC8yerJn .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-s3oC8yerJn .carousel-inner {
  height: 100%;
}
.cid-s3oC8yerJn .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-s3oC8yerJn .image_wrapper {
  height: 300px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-s3oC8yerJn .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-s3oC8yerJn .carousel-item .container-slide {
  text-align: center;
}
.cid-s3oC8yerJn .content-slider-wrap {
  width: 50%;
}
.cid-teo4Hv3bMB {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-teo4Hv3bMB .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-teo4Hv3bMB H2 {
  color: #465052;
  text-align: center;
}
.cid-teo4Hv3bMB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s2DBc5KjfM .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2DBc5KjfM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2DBc5KjfM a {
  font-style: normal;
}
.cid-s2DBc5KjfM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2DBc5KjfM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2DBc5KjfM .nav-item:focus,
.cid-s2DBc5KjfM .nav-link:focus {
  outline: none;
}
.cid-s2DBc5KjfM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2DBc5KjfM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2DBc5KjfM .menu-logo {
  margin-right: auto;
}
.cid-s2DBc5KjfM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2DBc5KjfM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2DBc5KjfM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2DBc5KjfM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2DBc5KjfM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2DBc5KjfM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2DBc5KjfM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2DBc5KjfM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2DBc5KjfM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2DBc5KjfM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2DBc5KjfM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2DBc5KjfM .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2DBc5KjfM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2DBc5KjfM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2DBc5KjfM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2DBc5KjfM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2DBc5KjfM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2DBc5KjfM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2DBc5KjfM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2DBc5KjfM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2DBc5KjfM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2DBc5KjfM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2DBc5KjfM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2DBc5KjfM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2DBc5KjfM button.navbar-toggler:focus {
  outline: none;
}
.cid-s2DBc5KjfM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2DBc5KjfM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2DBc5KjfM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2DBc5KjfM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2DBc5KjfM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2DBc5KjfM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2DBc5KjfM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2DBc5KjfM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2DBc5KjfM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2DBc5KjfM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2DBc5KjfM .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2DBc5KjfM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2DBc5KjfM .collapsed .navbar-collapse.collapsing,
.cid-s2DBc5KjfM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2DBc5KjfM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2DBc5KjfM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2DBc5KjfM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2DBc5KjfM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2DBc5KjfM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2DBc5KjfM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2DBc5KjfM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2DBc5KjfM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2DBc5KjfM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2DBc5KjfM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2DBc5KjfM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2DBc5KjfM .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2DBc5KjfM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2DBc5KjfM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2DBc5KjfM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2DBc5KjfM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2DBc5KjfM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2DBc5KjfM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2DBc5KjfM.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2DBc5KjfM img {
    height: 3.8rem !important;
  }
  .cid-s2DBc5KjfM .btn {
    display: -webkit-flex;
  }
  .cid-s2DBc5KjfM button.navbar-toggler {
    display: block;
  }
  .cid-s2DBc5KjfM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2DBc5KjfM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2DBc5KjfM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2DBc5KjfM .navbar-collapse.collapsing,
  .cid-s2DBc5KjfM .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2DBc5KjfM .navbar-collapse.collapsing .navbar-nav,
  .cid-s2DBc5KjfM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2DBc5KjfM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2DBc5KjfM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2DBc5KjfM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2DBc5KjfM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2DBc5KjfM .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2DBc5KjfM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2DBc5KjfM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2DBc5KjfM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2DBc5KjfM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2DBc5KjfM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2DBc5KjfM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2DBc5KjfM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2DBc5KjfM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2DBc5KjfM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2DBc5KjfM .nav-link:hover,
.cid-s2DBc5KjfM .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2DBc6fkLG {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s2DBc6fkLG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2DBc6fkLG H2 {
  color: #f7ed4a;
}
.cid-sCcVmOQ8Ot {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcVmOQ8Ot .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sCcVmOQ8Ot .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-sCcVmOQ8Ot .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sCcVmOQ8Ot .inner-container {
    width: 100% !important;
  }
}
.cid-sf2riNlVzC {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sf2riNlVzC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sf2riNlVzC .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sf2riNlVzC .mbr-text {
  color: #073b4c;
}
.cid-s4V8ptTOXP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff6d7;
}
@media (min-width: 992px) {
  .cid-s4V8ptTOXP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4V8ptTOXP .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s4V8ptTOXP .mbr-text {
  color: #073b4c;
}
.cid-s4V1sldXd2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s4V1sldXd2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4V1sldXd2 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s4V1sldXd2 .mbr-text {
  color: #073b4c;
}
.cid-s51jLPV84w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff6d7;
}
@media (min-width: 992px) {
  .cid-s51jLPV84w .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s51jLPV84w .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s51jLPV84w .mbr-text {
  color: #073b4c;
}
.cid-sf2EkfNM76 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sf2EkfNM76 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sf2EkfNM76 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sf2EkfNM76 .mbr-text {
  color: #073b4c;
}
.cid-sYz5VInmhF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #635a51;
}
.cid-sYz5VInmhF .mbr-text,
.cid-sYz5VInmhF blockquote {
  color: #767676;
}
.cid-sYz5VInmhF .mbr-text P {
  text-align: center;
}
.cid-sYz5VInmhF .mbr-text {
  color: #635a51;
}
.cid-sL8B0yKf7j {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-sL8B0yKf7j .mbr-text,
.cid-sL8B0yKf7j blockquote {
  color: #767676;
}
.cid-sL8B0yKf7j .mbr-text {
  color: #073b4c;
}
.cid-sL8zddkne7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-sL8zddkne7 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sL8zddkne7 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sL8zddkne7 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sL8zddkne7 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sL8zddkne7 .mbr-text {
  color: #073b4c;
}
.cid-sL8BzirGdn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
.cid-sL8BzirGdn .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sL8BzirGdn .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sL8BzirGdn .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sL8BzirGdn .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sL8BzirGdn .mbr-text {
  color: #073b4c;
}
.cid-sL8zenZpNy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #55b4d4;
}
.cid-sL8zenZpNy .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sL8zenZpNy .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sL8zenZpNy .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sL8zenZpNy .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sL8zenZpNy .mbr-text {
  color: #073b4c;
}
.cid-sYyO5iHM6L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sYyO5iHM6L .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sYyO5iHM6L .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sYyO5iHM6L .mbr-text {
  color: #073b4c;
}
.cid-sYyNJ3v9zt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sYyNJ3v9zt .mbr-text,
.cid-sYyNJ3v9zt blockquote {
  color: #767676;
}
.cid-sYyNJ3v9zt .mbr-text {
  color: #073b4c;
}
.cid-sYyNJ3v9zt .mbr-text P {
  text-align: left;
}
.cid-sYz3rVTHk6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sYz3rVTHk6 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sYz3rVTHk6 .modal-body .close {
  background: #1b1b1b;
}
.cid-sYz3rVTHk6 .modal-body .close span {
  font-style: normal;
}
.cid-sYz3rVTHk6 .carousel-inner > .active,
.cid-sYz3rVTHk6 .carousel-inner > .next,
.cid-sYz3rVTHk6 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sYz3rVTHk6 .carousel-control .icon-next,
.cid-sYz3rVTHk6 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sYz3rVTHk6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sYz3rVTHk6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sYz3rVTHk6 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sYz3rVTHk6 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sYz3rVTHk6 .boxed-slider > div {
  position: relative;
}
.cid-sYz3rVTHk6 .container img {
  width: 100%;
}
.cid-sYz3rVTHk6 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sYz3rVTHk6 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sYz3rVTHk6 .mbr-table-cell {
  padding: 0;
}
.cid-sYz3rVTHk6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sYz3rVTHk6 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sYz3rVTHk6 .mbr-overlay {
  z-index: 1;
}
.cid-sYz3rVTHk6 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sYz3rVTHk6 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sYz3rVTHk6 .carousel-item .container {
    width: 100%;
  }
}
.cid-sYz3rVTHk6 .carousel-item-next.carousel-item-left,
.cid-sYz3rVTHk6 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sYz3rVTHk6 .active.carousel-item-right,
.cid-sYz3rVTHk6 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sYz3rVTHk6 .active.carousel-item-left,
.cid-sYz3rVTHk6 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sYz3rVTHk6 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sYz3rVTHk6 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sYz3rVTHk6 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sYz3rVTHk6 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sYz3rVTHk6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sYz3rVTHk6 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sYz3rVTHk6 .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-sYz3rVTHk6 .mbr-slider .carousel-indicators li.active,
.cid-sYz3rVTHk6 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sYz3rVTHk6 .mbr-slider .carousel-indicators li::after,
.cid-sYz3rVTHk6 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sYz3rVTHk6 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sYz3rVTHk6 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sYz3rVTHk6 .mbr-slider > .container img {
  width: 100%;
}
.cid-sYz3rVTHk6 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sYz3rVTHk6 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sYz3rVTHk6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sYz3rVTHk6 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sYz3rVTHk6 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sYz3rVTHk6 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sYz3rVTHk6 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sYz3rVTHk6 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sYz3rVTHk6 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sYz3rVTHk6 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sYz3rVTHk6 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sYz3rVTHk6 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sYz3rVTHk6 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sYz3rVTHk6 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sYz3rVTHk6 .carousel-inner {
  height: 100%;
}
.cid-sYz3rVTHk6 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sYz3rVTHk6 .image_wrapper {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sYz3rVTHk6 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-sYz3rVTHk6 .carousel-item .container-slide {
  text-align: center;
}
.cid-sYz3rVTHk6 .content-slider-wrap {
  width: 60%;
}
.cid-sYz5PJbSQt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #635a51;
}
.cid-sYz5PJbSQt .mbr-text,
.cid-sYz5PJbSQt blockquote {
  color: #767676;
}
.cid-sYz5PJbSQt .mbr-text P {
  text-align: center;
}
.cid-sYz5PJbSQt .mbr-text {
  color: #635a51;
}
.cid-sx4aW8mL9E {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f7ebc5;
}
@media (min-width: 992px) {
  .cid-sx4aW8mL9E .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sx4aW8mL9E .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sx4aW8mL9E .mbr-text {
  color: #073b4c;
}
.cid-sx4aUYW0RX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7ebc5;
}
@media (min-width: 992px) {
  .cid-sx4aUYW0RX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sx4aUYW0RX .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sx4aUYW0RX .mbr-text {
  color: #073b4c;
}
.cid-sx4dfL7boa {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f7ebc5;
}
@media (min-width: 992px) {
  .cid-sx4dfL7boa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sx4dfL7boa .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sx4dfL7boa .mbr-text {
  color: #073b4c;
}
.cid-sx4deN173a {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f7ebc5;
}
@media (min-width: 992px) {
  .cid-sx4deN173a .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sx4deN173a .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sx4deN173a .mbr-text {
  color: #073b4c;
}
.cid-sx4nUIt7Fl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7ebc5;
}
@media (min-width: 992px) {
  .cid-sx4nUIt7Fl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sx4nUIt7Fl .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sx4nUIt7Fl .mbr-text {
  color: #073b4c;
}
.cid-sx4h4VlG6M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7ebc5;
}
@media (min-width: 992px) {
  .cid-sx4h4VlG6M .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sx4h4VlG6M .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sx4h4VlG6M .mbr-text {
  color: #073b4c;
}
.cid-szlCa7CqVW {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f7ebc5;
}
.cid-szlCa7CqVW .mbr-text,
.cid-szlCa7CqVW blockquote {
  color: #767676;
}
.cid-szlCa7CqVW .mbr-text {
  color: #073b4c;
}
.cid-sYz5Yd3I4c {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #635a51;
}
.cid-sYz5Yd3I4c .mbr-text,
.cid-sYz5Yd3I4c blockquote {
  color: #767676;
}
.cid-sYz5Yd3I4c .mbr-text P {
  text-align: center;
}
.cid-sYz5Yd3I4c .mbr-text {
  color: #635a51;
}
.cid-sCbwtpUfBZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sCbwtpUfBZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCbwtpUfBZ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sCbwtpUfBZ .mbr-text {
  color: #073b4c;
}
.cid-sCbwugVKld {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbwugVKld .mbr-text,
.cid-sCbwugVKld blockquote {
  color: #767676;
}
.cid-sCbwugVKld .mbr-text {
  color: #073b4c;
}
.cid-sCbwv2dcm6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbwv2dcm6 .mbr-text,
.cid-sCbwv2dcm6 blockquote {
  color: #767676;
}
.cid-sCbwv2dcm6 .mbr-text {
  color: #073b4c;
}
.cid-teo4KXKDcf {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-teo4KXKDcf .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-teo4KXKDcf H2 {
  color: #465052;
  text-align: center;
}
.cid-teo4KXKDcf .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s2DCwEUrtx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2DCwEUrtx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2DCwEUrtx a {
  font-style: normal;
}
.cid-s2DCwEUrtx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2DCwEUrtx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2DCwEUrtx .nav-item:focus,
.cid-s2DCwEUrtx .nav-link:focus {
  outline: none;
}
.cid-s2DCwEUrtx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2DCwEUrtx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2DCwEUrtx .menu-logo {
  margin-right: auto;
}
.cid-s2DCwEUrtx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2DCwEUrtx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2DCwEUrtx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2DCwEUrtx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2DCwEUrtx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2DCwEUrtx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2DCwEUrtx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2DCwEUrtx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2DCwEUrtx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2DCwEUrtx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2DCwEUrtx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2DCwEUrtx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2DCwEUrtx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2DCwEUrtx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2DCwEUrtx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2DCwEUrtx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2DCwEUrtx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2DCwEUrtx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2DCwEUrtx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2DCwEUrtx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2DCwEUrtx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2DCwEUrtx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2DCwEUrtx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2DCwEUrtx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2DCwEUrtx button.navbar-toggler:focus {
  outline: none;
}
.cid-s2DCwEUrtx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2DCwEUrtx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2DCwEUrtx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2DCwEUrtx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2DCwEUrtx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2DCwEUrtx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2DCwEUrtx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2DCwEUrtx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2DCwEUrtx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2DCwEUrtx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2DCwEUrtx .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2DCwEUrtx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2DCwEUrtx .collapsed .navbar-collapse.collapsing,
.cid-s2DCwEUrtx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2DCwEUrtx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2DCwEUrtx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2DCwEUrtx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2DCwEUrtx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2DCwEUrtx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2DCwEUrtx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2DCwEUrtx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2DCwEUrtx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2DCwEUrtx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2DCwEUrtx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2DCwEUrtx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2DCwEUrtx .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2DCwEUrtx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2DCwEUrtx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2DCwEUrtx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2DCwEUrtx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2DCwEUrtx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2DCwEUrtx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2DCwEUrtx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2DCwEUrtx img {
    height: 3.8rem !important;
  }
  .cid-s2DCwEUrtx .btn {
    display: -webkit-flex;
  }
  .cid-s2DCwEUrtx button.navbar-toggler {
    display: block;
  }
  .cid-s2DCwEUrtx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2DCwEUrtx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2DCwEUrtx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2DCwEUrtx .navbar-collapse.collapsing,
  .cid-s2DCwEUrtx .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2DCwEUrtx .navbar-collapse.collapsing .navbar-nav,
  .cid-s2DCwEUrtx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2DCwEUrtx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2DCwEUrtx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2DCwEUrtx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2DCwEUrtx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2DCwEUrtx .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2DCwEUrtx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2DCwEUrtx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2DCwEUrtx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2DCwEUrtx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2DCwEUrtx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2DCwEUrtx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2DCwEUrtx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2DCwEUrtx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2DCwEUrtx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2DCwEUrtx .nav-link:hover,
.cid-s2DCwEUrtx .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2DCwFprto {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s2DCwFprto .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2DCwFprto H2 {
  color: #f7ed4a;
}
.cid-s2DCwFTFN9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2DCwFTFN9 .line {
  background-color: #f7ed4a;
  color: #f7ed4a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2DCwFTFN9 .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-s2DCwFTFN9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2DCwFTFN9 .inner-container {
    width: 100% !important;
  }
}
.cid-ug4bTcdlxk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ug4bTcdlxk .mbr-text,
.cid-ug4bTcdlxk blockquote {
  color: #767676;
}
.cid-ug4bTcdlxk .mbr-text {
  color: #073b4c;
}
.cid-ug4bTcdlxk .mbr-text P {
  text-align: center;
}
.cid-ufVZLOfyP7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ufVZLOfyP7 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ufVZLOfyP7 .modal-body .close {
  background: #1b1b1b;
}
.cid-ufVZLOfyP7 .modal-body .close span {
  font-style: normal;
}
.cid-ufVZLOfyP7 .carousel-inner > .active,
.cid-ufVZLOfyP7 .carousel-inner > .next,
.cid-ufVZLOfyP7 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-ufVZLOfyP7 .carousel-control .icon-next,
.cid-ufVZLOfyP7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ufVZLOfyP7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufVZLOfyP7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ufVZLOfyP7 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-ufVZLOfyP7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ufVZLOfyP7 .boxed-slider > div {
  position: relative;
}
.cid-ufVZLOfyP7 .container img {
  width: 100%;
}
.cid-ufVZLOfyP7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ufVZLOfyP7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ufVZLOfyP7 .mbr-table-cell {
  padding: 0;
}
.cid-ufVZLOfyP7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ufVZLOfyP7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ufVZLOfyP7 .mbr-overlay {
  z-index: 1;
}
.cid-ufVZLOfyP7 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ufVZLOfyP7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ufVZLOfyP7 .carousel-item .container {
    width: 100%;
  }
}
.cid-ufVZLOfyP7 .carousel-item-next.carousel-item-left,
.cid-ufVZLOfyP7 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ufVZLOfyP7 .active.carousel-item-right,
.cid-ufVZLOfyP7 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-ufVZLOfyP7 .active.carousel-item-left,
.cid-ufVZLOfyP7 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-ufVZLOfyP7 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-ufVZLOfyP7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufVZLOfyP7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufVZLOfyP7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-ufVZLOfyP7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufVZLOfyP7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ufVZLOfyP7 .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-ufVZLOfyP7 .mbr-slider .carousel-indicators li.active,
.cid-ufVZLOfyP7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ufVZLOfyP7 .mbr-slider .carousel-indicators li::after,
.cid-ufVZLOfyP7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ufVZLOfyP7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ufVZLOfyP7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ufVZLOfyP7 .mbr-slider > .container img {
  width: 100%;
}
.cid-ufVZLOfyP7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ufVZLOfyP7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ufVZLOfyP7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ufVZLOfyP7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ufVZLOfyP7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ufVZLOfyP7 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-ufVZLOfyP7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ufVZLOfyP7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ufVZLOfyP7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ufVZLOfyP7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ufVZLOfyP7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ufVZLOfyP7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ufVZLOfyP7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ufVZLOfyP7 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-ufVZLOfyP7 .carousel-inner {
  height: 100%;
}
.cid-ufVZLOfyP7 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-ufVZLOfyP7 .image_wrapper {
  height: 420px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-ufVZLOfyP7 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-ufVZLOfyP7 .carousel-item .container-slide {
  text-align: center;
}
.cid-ufVZLOfyP7 .content-slider-wrap {
  width: 60%;
}
.cid-s79YjtW655 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
@media (min-width: 992px) {
  .cid-s79YjtW655 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s79YjtW655 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s79YjtW655 .mbr-text {
  color: #073b4c;
}
.cid-s5M4IY8zZH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-s5M4IY8zZH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5M4IY8zZH .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s5M4IY8zZH .mbr-text {
  color: #073b4c;
}
.cid-s5M4Oxdhi6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s5M4Oxdhi6 .mbr-text,
.cid-s5M4Oxdhi6 blockquote {
  color: #767676;
}
.cid-s5M4Oxdhi6 .mbr-text {
  color: #073b4c;
}
.cid-s5hqd0fZGb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
@media (min-width: 992px) {
  .cid-s5hqd0fZGb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5hqd0fZGb .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s5hqd0fZGb .mbr-text {
  color: #073b4c;
}
.cid-svjQ5Mt3Cr {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-svjQ5Mt3Cr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-svjQ5Mt3Cr .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-svjQ5Mt3Cr .mbr-text {
  color: #073b4c;
}
.cid-svjQ7jg7vF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-svjQ7jg7vF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-svjQ7jg7vF .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-svjQ7jg7vF .mbr-text {
  color: #073b4c;
}
.cid-s5hqb1t8wk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s5hqb1t8wk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5hqb1t8wk .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s5hqb1t8wk .mbr-text {
  color: #073b4c;
}
.cid-s5hqc8BREJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
@media (min-width: 992px) {
  .cid-s5hqc8BREJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5hqc8BREJ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s5hqc8BREJ .mbr-text {
  color: #073b4c;
}
.cid-s5iwOTMiEc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-s5iwOTMiEc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5iwOTMiEc .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s5iwOTMiEc .mbr-text {
  color: #073b4c;
}
.cid-sbsewJx5fP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sbsewJx5fP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbsewJx5fP .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sbsewJx5fP .mbr-text {
  color: #073b4c;
}
.cid-sdb0QaL0FR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdb0QaL0FR .mbr-text,
.cid-sdb0QaL0FR blockquote {
  color: #767676;
}
.cid-sdb0QaL0FR .mbr-text {
  color: #073b4c;
}
.cid-tegRCG18nZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-tegRCG18nZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tegRCG18nZ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tegRCG18nZ .mbr-text {
  color: #073b4c;
}
.cid-s6rj8025Ar {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s6rj8025Ar .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-s6rj8025Ar .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-s6rj8025Ar .mbr-text {
  color: #073b4c;
}
.cid-teo4iM80d3 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-teo4iM80d3 .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-teo4iM80d3 H2 {
  color: #465052;
  text-align: center;
}
.cid-teo4iM80d3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s2DCwG5dtT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2DCwG5dtT .mbr-text,
.cid-s2DCwG5dtT blockquote {
  color: #767676;
}
.cid-s2DCwG5dtT .mbr-text {
  color: #073b4c;
}
.cid-s2DCR4wUIv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2DCR4wUIv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2DCR4wUIv a {
  font-style: normal;
}
.cid-s2DCR4wUIv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2DCR4wUIv .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2DCR4wUIv .nav-item:focus,
.cid-s2DCR4wUIv .nav-link:focus {
  outline: none;
}
.cid-s2DCR4wUIv .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2DCR4wUIv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2DCR4wUIv .menu-logo {
  margin-right: auto;
}
.cid-s2DCR4wUIv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2DCR4wUIv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2DCR4wUIv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2DCR4wUIv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2DCR4wUIv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2DCR4wUIv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2DCR4wUIv .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2DCR4wUIv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2DCR4wUIv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2DCR4wUIv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2DCR4wUIv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2DCR4wUIv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2DCR4wUIv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2DCR4wUIv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2DCR4wUIv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2DCR4wUIv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2DCR4wUIv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2DCR4wUIv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2DCR4wUIv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2DCR4wUIv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2DCR4wUIv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2DCR4wUIv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2DCR4wUIv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2DCR4wUIv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2DCR4wUIv button.navbar-toggler:focus {
  outline: none;
}
.cid-s2DCR4wUIv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2DCR4wUIv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2DCR4wUIv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2DCR4wUIv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2DCR4wUIv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2DCR4wUIv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2DCR4wUIv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2DCR4wUIv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2DCR4wUIv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2DCR4wUIv .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2DCR4wUIv .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2DCR4wUIv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2DCR4wUIv .collapsed .navbar-collapse.collapsing,
.cid-s2DCR4wUIv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2DCR4wUIv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2DCR4wUIv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2DCR4wUIv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2DCR4wUIv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2DCR4wUIv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2DCR4wUIv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2DCR4wUIv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2DCR4wUIv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2DCR4wUIv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2DCR4wUIv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2DCR4wUIv .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2DCR4wUIv .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2DCR4wUIv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2DCR4wUIv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2DCR4wUIv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2DCR4wUIv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2DCR4wUIv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2DCR4wUIv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2DCR4wUIv.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2DCR4wUIv img {
    height: 3.8rem !important;
  }
  .cid-s2DCR4wUIv .btn {
    display: -webkit-flex;
  }
  .cid-s2DCR4wUIv button.navbar-toggler {
    display: block;
  }
  .cid-s2DCR4wUIv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2DCR4wUIv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2DCR4wUIv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2DCR4wUIv .navbar-collapse.collapsing,
  .cid-s2DCR4wUIv .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2DCR4wUIv .navbar-collapse.collapsing .navbar-nav,
  .cid-s2DCR4wUIv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2DCR4wUIv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2DCR4wUIv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2DCR4wUIv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2DCR4wUIv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2DCR4wUIv .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2DCR4wUIv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2DCR4wUIv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2DCR4wUIv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2DCR4wUIv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2DCR4wUIv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2DCR4wUIv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2DCR4wUIv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2DCR4wUIv .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2DCR4wUIv .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2DCR4wUIv .nav-link:hover,
.cid-s2DCR4wUIv .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2DCR51Irb {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s2DCR51Irb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2DCR51Irb H2 {
  color: #f7ed4a;
}
.cid-s2DCR5qCZO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2DCR5qCZO .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2DCR5qCZO .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-s2DCR5qCZO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2DCR5qCZO .inner-container {
    width: 100% !important;
  }
}
.cid-sCbS0a07z9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbS0a07z9 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sCbS0a07z9 .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-sCbS0a07z9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sCbS0a07z9 .inner-container {
    width: 100% !important;
  }
}
.cid-s8tHDIGiuU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s8tHDIGiuU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s8tHDIGiuU .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s8tHDIGiuU .mbr-text {
  color: #073b4c;
}
.cid-s8tSGsOuA6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s8tSGsOuA6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s8tSGsOuA6 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s8tSGsOuA6 .mbr-text {
  color: #073b4c;
}
.cid-s8tW6RyqOW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8tW6RyqOW .mbr-text,
.cid-s8tW6RyqOW blockquote {
  color: #767676;
}
.cid-s8tW6RyqOW .mbr-text {
  color: #073b4c;
}
.cid-tcEBHIwOLe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tcEBHIwOLe .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tcEBHIwOLe .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tcEBHIwOLe .mbr-text {
  color: #073b4c;
}
.cid-s2DCR5KhW7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2DCR5KhW7 .mbr-text,
.cid-s2DCR5KhW7 blockquote {
  color: #767676;
}
.cid-s2DCR5KhW7 .mbr-text {
  color: #073b4c;
}
.cid-sCbV5JnE8x {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbV5JnE8x .mbr-text,
.cid-sCbV5JnE8x blockquote {
  color: #767676;
}
.cid-sCbV5JnE8x .mbr-text {
  color: #073b4c;
}
.cid-sbsgE8giGO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbsgE8giGO .mbr-text,
.cid-sbsgE8giGO blockquote {
  color: #767676;
}
.cid-sbsgE8giGO .mbr-text {
  color: #073b4c;
}
.cid-tC2Qn6BPeB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tC2Qn6BPeB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tC2Qn6BPeB .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tC2Qn6BPeB .mbr-text {
  color: #073b4c;
}
.cid-tC2QkPxThZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tC2QkPxThZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tC2QkPxThZ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tC2QkPxThZ .mbr-text {
  color: #073b4c;
}
.cid-sNYYOy7IRM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNYYOy7IRM .mbr-text,
.cid-sNYYOy7IRM blockquote {
  color: #767676;
}
.cid-sNYYOy7IRM .mbr-text {
  color: #073b4c;
}
.cid-sNYUGwXgjB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sNYUGwXgjB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sNYUGwXgjB .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sNYUGwXgjB .mbr-text {
  color: #073b4c;
}
.cid-sbsgK8bMVk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbsgK8bMVk .mbr-text,
.cid-sbsgK8bMVk blockquote {
  color: #767676;
}
.cid-sbsgK8bMVk .mbr-text {
  color: #073b4c;
}
.cid-sbsgwfQ22u {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sbsgwfQ22u .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbsgwfQ22u .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sbsgwfQ22u .mbr-text {
  color: #073b4c;
}
.cid-s4NNlRPzhV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s4NNlRPzhV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4NNlRPzhV .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s4NNlRPzhV .mbr-text {
  color: #073b4c;
}
.cid-s5Gj3HcViP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5Gj3HcViP .mbr-text,
.cid-s5Gj3HcViP blockquote {
  color: #767676;
}
.cid-s5Gj3HcViP .mbr-text {
  color: #073b4c;
}
.cid-sbGOkJMFut {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sbGOkJMFut .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbGOkJMFut .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sbGOkJMFut .mbr-text {
  color: #073b4c;
}
.cid-sbGRJ4SdOl {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sbGRJ4SdOl .mbr-text,
.cid-sbGRJ4SdOl blockquote {
  color: #767676;
}
.cid-sbGRJ4SdOl .mbr-text {
  color: #073b4c;
}
.cid-sbRUlHuIgW {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sbRUlHuIgW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbRUlHuIgW .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sbRUlHuIgW .mbr-text {
  color: #073b4c;
}
.cid-sCbYNW67Ua {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a3c4a0;
}
.cid-sCbYNW67Ua .mbr-text,
.cid-sCbYNW67Ua blockquote {
  color: #767676;
}
.cid-sbsiJCFNrX {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sbsiJCFNrX .mbr-text,
.cid-sbsiJCFNrX blockquote {
  color: #767676;
}
.cid-sbsiJCFNrX .mbr-text {
  color: #073b4c;
}
.cid-sCbYOOC2HZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a46a51;
}
.cid-sCbYOOC2HZ .mbr-text,
.cid-sCbYOOC2HZ blockquote {
  color: #767676;
}
.cid-s3N9uUKwz9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s3N9uUKwz9 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s3N9uUKwz9 .modal-body .close {
  background: #1b1b1b;
}
.cid-s3N9uUKwz9 .modal-body .close span {
  font-style: normal;
}
.cid-s3N9uUKwz9 .carousel-inner > .active,
.cid-s3N9uUKwz9 .carousel-inner > .next,
.cid-s3N9uUKwz9 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-s3N9uUKwz9 .carousel-control .icon-next,
.cid-s3N9uUKwz9 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s3N9uUKwz9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3N9uUKwz9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-s3N9uUKwz9 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-s3N9uUKwz9 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s3N9uUKwz9 .boxed-slider > div {
  position: relative;
}
.cid-s3N9uUKwz9 .container img {
  width: 100%;
}
.cid-s3N9uUKwz9 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s3N9uUKwz9 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s3N9uUKwz9 .mbr-table-cell {
  padding: 0;
}
.cid-s3N9uUKwz9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s3N9uUKwz9 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s3N9uUKwz9 .mbr-overlay {
  z-index: 1;
}
.cid-s3N9uUKwz9 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s3N9uUKwz9 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s3N9uUKwz9 .carousel-item .container {
    width: 100%;
  }
}
.cid-s3N9uUKwz9 .carousel-item-next.carousel-item-left,
.cid-s3N9uUKwz9 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s3N9uUKwz9 .active.carousel-item-right,
.cid-s3N9uUKwz9 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s3N9uUKwz9 .active.carousel-item-left,
.cid-s3N9uUKwz9 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s3N9uUKwz9 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s3N9uUKwz9 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3N9uUKwz9 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3N9uUKwz9 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s3N9uUKwz9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s3N9uUKwz9 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s3N9uUKwz9 .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-s3N9uUKwz9 .mbr-slider .carousel-indicators li.active,
.cid-s3N9uUKwz9 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s3N9uUKwz9 .mbr-slider .carousel-indicators li::after,
.cid-s3N9uUKwz9 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s3N9uUKwz9 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s3N9uUKwz9 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s3N9uUKwz9 .mbr-slider > .container img {
  width: 100%;
}
.cid-s3N9uUKwz9 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s3N9uUKwz9 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s3N9uUKwz9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s3N9uUKwz9 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s3N9uUKwz9 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s3N9uUKwz9 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s3N9uUKwz9 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s3N9uUKwz9 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s3N9uUKwz9 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s3N9uUKwz9 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s3N9uUKwz9 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s3N9uUKwz9 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s3N9uUKwz9 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s3N9uUKwz9 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-s3N9uUKwz9 .carousel-inner {
  height: 100%;
}
.cid-s3N9uUKwz9 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-s3N9uUKwz9 .image_wrapper {
  height: 300px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-s3N9uUKwz9 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-s3N9uUKwz9 .carousel-item .container-slide {
  text-align: center;
}
.cid-s3N9uUKwz9 .content-slider-wrap {
  width: 50%;
}
.cid-sCbYQp13fb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a46a51;
}
.cid-sCbYQp13fb .mbr-text,
.cid-sCbYQp13fb blockquote {
  color: #767676;
}
.cid-teo46ellN4 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-teo46ellN4 .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-teo46ellN4 H2 {
  color: #465052;
  text-align: center;
}
.cid-teo46ellN4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sa0ML3pb3D .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sa0ML3pb3D .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sa0ML3pb3D a {
  font-style: normal;
}
.cid-sa0ML3pb3D .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sa0ML3pb3D .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sa0ML3pb3D .nav-item:focus,
.cid-sa0ML3pb3D .nav-link:focus {
  outline: none;
}
.cid-sa0ML3pb3D .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sa0ML3pb3D .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sa0ML3pb3D .menu-logo {
  margin-right: auto;
}
.cid-sa0ML3pb3D .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sa0ML3pb3D .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sa0ML3pb3D .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sa0ML3pb3D .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sa0ML3pb3D .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sa0ML3pb3D .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sa0ML3pb3D .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sa0ML3pb3D .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sa0ML3pb3D .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sa0ML3pb3D .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sa0ML3pb3D .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sa0ML3pb3D .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sa0ML3pb3D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sa0ML3pb3D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sa0ML3pb3D .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sa0ML3pb3D .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sa0ML3pb3D .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sa0ML3pb3D .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sa0ML3pb3D .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sa0ML3pb3D .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sa0ML3pb3D .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sa0ML3pb3D .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sa0ML3pb3D .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sa0ML3pb3D button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sa0ML3pb3D button.navbar-toggler:focus {
  outline: none;
}
.cid-sa0ML3pb3D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sa0ML3pb3D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sa0ML3pb3D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sa0ML3pb3D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sa0ML3pb3D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sa0ML3pb3D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa0ML3pb3D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sa0ML3pb3D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sa0ML3pb3D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sa0ML3pb3D .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sa0ML3pb3D .collapsed .btn {
  display: -webkit-flex;
}
.cid-sa0ML3pb3D .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sa0ML3pb3D .collapsed .navbar-collapse.collapsing,
.cid-sa0ML3pb3D .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sa0ML3pb3D .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sa0ML3pb3D .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sa0ML3pb3D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sa0ML3pb3D .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sa0ML3pb3D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sa0ML3pb3D .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sa0ML3pb3D .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sa0ML3pb3D .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sa0ML3pb3D .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sa0ML3pb3D .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sa0ML3pb3D .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sa0ML3pb3D .collapsed button.navbar-toggler {
  display: block;
}
.cid-sa0ML3pb3D .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sa0ML3pb3D .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sa0ML3pb3D .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sa0ML3pb3D .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sa0ML3pb3D .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sa0ML3pb3D .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sa0ML3pb3D.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sa0ML3pb3D img {
    height: 3.8rem !important;
  }
  .cid-sa0ML3pb3D .btn {
    display: -webkit-flex;
  }
  .cid-sa0ML3pb3D button.navbar-toggler {
    display: block;
  }
  .cid-sa0ML3pb3D .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sa0ML3pb3D .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sa0ML3pb3D .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sa0ML3pb3D .navbar-collapse.collapsing,
  .cid-sa0ML3pb3D .navbar-collapse.show {
    display: block !important;
  }
  .cid-sa0ML3pb3D .navbar-collapse.collapsing .navbar-nav,
  .cid-sa0ML3pb3D .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sa0ML3pb3D .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sa0ML3pb3D .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sa0ML3pb3D .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sa0ML3pb3D .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sa0ML3pb3D .navbar-collapse.collapsing .navbar-buttons,
  .cid-sa0ML3pb3D .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sa0ML3pb3D .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sa0ML3pb3D .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sa0ML3pb3D .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sa0ML3pb3D .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sa0ML3pb3D .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sa0ML3pb3D .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sa0ML3pb3D .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sa0ML3pb3D .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sa0ML3pb3D .nav-link:hover,
.cid-sa0ML3pb3D .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sa0ML3US8x {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-sa0ML3US8x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sa0ML3US8x H2 {
  color: #f7ed4a;
}
.cid-sCbP4c7CMr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbP4c7CMr .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sCbP4c7CMr .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-sCbP4c7CMr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sCbP4c7CMr .inner-container {
    width: 100% !important;
  }
}
.cid-sXYJEVr53C {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-sXYJEVr53C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sXYJEVr53C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXYJEVr53C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXYJEVr53C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sXYJEVr53C .row > .row {
  display: block;
}
.cid-sXYJEVr53C .mbr-gallery-item {
  width: 100%;
}
.cid-sXYJEVr53C .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sXYJEVr53C .mbr-gallery-item > div {
  position: relative;
}
.cid-sXYJEVr53C .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sXYJEVr53C .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sXYJEVr53C .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.cid-sXYJEVr53C .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sXYuhsIAEG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXYuhsIAEG .mbr-section-subtitle {
  color: #073b4c;
  text-align: left;
}
.cid-sXYuhsIAEG H2 {
  color: #465052;
  text-align: center;
}
.cid-sXYHci3QfA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXYHci3QfA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sXYHci3QfA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXYHci3QfA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXYHci3QfA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sXYHci3QfA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sXYHci3QfA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sXYHci3QfA .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sXYHci3QfA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sXYHci3QfA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sXYHci3QfA .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-sNpQ5JYCZ6 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-sNpQ5JYCZ6 .mbr-text,
.cid-sNpQ5JYCZ6 blockquote {
  color: #767676;
}
.cid-sNpQ5JYCZ6 .mbr-text {
  color: #073b4c;
}
.cid-sNpQ5JYCZ6 .mbr-text P {
  text-align: left;
}
.cid-sx4rJLS6ym {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sx4rJLS6ym .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sx4rJLS6ym .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sx4rJLS6ym .mbr-text {
  color: #073b4c;
}
.cid-sx4wyAKqgf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sx4wyAKqgf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sx4wyAKqgf .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sx4wyAKqgf .mbr-text {
  color: #073b4c;
}
.cid-sxuY4PSlf5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sxuY4PSlf5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sxuY4PSlf5 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sxuY4PSlf5 .mbr-text {
  color: #073b4c;
}
.cid-sgLUasdqAa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-sgLUasdqAa .mbr-text,
.cid-sgLUasdqAa blockquote {
  color: #767676;
}
.cid-sgLUasdqAa .mbr-text {
  color: #073b4c;
}
.cid-sgLUwDs0ln {
  background: #cebfaf;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-sgLUwDs0ln .image-block {
  margin: auto;
}
.cid-sgLUwDs0ln figcaption {
  position: relative;
}
.cid-sgLUwDs0ln figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sgLUwDs0ln .image-block {
    width: 100% !important;
  }
}
.cid-sf2mWaMY7d {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sf2mWaMY7d .mbr-text,
.cid-sf2mWaMY7d blockquote {
  color: #767676;
}
.cid-sf2mWaMY7d .mbr-text {
  color: #073b4c;
}
.cid-sgMXw3FTr7 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-sgMXw3FTr7 .image-block {
  margin: auto;
}
.cid-sgMXw3FTr7 figcaption {
  position: relative;
}
.cid-sgMXw3FTr7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sgMXw3FTr7 .image-block {
    width: 100% !important;
  }
}
.cid-sa0ML4mYUw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-sa0ML4mYUw .mbr-text,
.cid-sa0ML4mYUw blockquote {
  color: #767676;
}
.cid-sa0ML4mYUw .mbr-text {
  color: #073b4c;
}
.cid-sa0Oi9aA97 {
  background: #cebfaf;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-sa0Oi9aA97 .image-block {
  margin: auto;
}
.cid-sa0Oi9aA97 figcaption {
  position: relative;
}
.cid-sa0Oi9aA97 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sa0Oi9aA97 .image-block {
    width: 100% !important;
  }
}
.cid-sg8JDTZdtD {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sg8JDTZdtD .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sg8JDTZdtD .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sg8JDTZdtD .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sg8JDTZdtD .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sg8JDTZdtD .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sg8JDTZdtD .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sg8JDTZdtD .img-item {
    width: 100% !important;
  }
  .cid-sg8JDTZdtD .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sCbNtdvtVv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-sCbNtdvtVv .mbr-text,
.cid-sCbNtdvtVv blockquote {
  color: #767676;
}
.cid-sCbNtdvtVv .mbr-text {
  color: #073b4c;
}
.cid-tenZkwCvN0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tenZkwCvN0 .mbr-text,
.cid-tenZkwCvN0 blockquote {
  color: #767676;
}
.cid-tenZkwCvN0 .mbr-text {
  color: #4f4943;
}
.cid-tenZlvwDJb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tenZlvwDJb .mbr-text,
.cid-tenZlvwDJb blockquote {
  color: #767676;
}
.cid-tenZlvwDJb .mbr-text {
  color: #4f4943;
}
.cid-teo3v6l9Ai {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-teo3v6l9Ai .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-teo3v6l9Ai H2 {
  color: #465052;
  text-align: center;
}
.cid-teo3v6l9Ai .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sCbOtkVC9j {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #cebfaf;
}
.cid-sCbOtkVC9j .mbr-text,
.cid-sCbOtkVC9j blockquote {
  color: #767676;
}
.cid-s7hA3xNVUx .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s7hA3xNVUx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s7hA3xNVUx a {
  font-style: normal;
}
.cid-s7hA3xNVUx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s7hA3xNVUx .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s7hA3xNVUx .nav-item:focus,
.cid-s7hA3xNVUx .nav-link:focus {
  outline: none;
}
.cid-s7hA3xNVUx .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7hA3xNVUx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s7hA3xNVUx .menu-logo {
  margin-right: auto;
}
.cid-s7hA3xNVUx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7hA3xNVUx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s7hA3xNVUx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s7hA3xNVUx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s7hA3xNVUx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s7hA3xNVUx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s7hA3xNVUx .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s7hA3xNVUx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s7hA3xNVUx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s7hA3xNVUx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7hA3xNVUx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s7hA3xNVUx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s7hA3xNVUx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s7hA3xNVUx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7hA3xNVUx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s7hA3xNVUx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7hA3xNVUx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s7hA3xNVUx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s7hA3xNVUx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s7hA3xNVUx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s7hA3xNVUx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s7hA3xNVUx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s7hA3xNVUx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s7hA3xNVUx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s7hA3xNVUx button.navbar-toggler:focus {
  outline: none;
}
.cid-s7hA3xNVUx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s7hA3xNVUx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7hA3xNVUx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7hA3xNVUx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7hA3xNVUx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7hA3xNVUx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7hA3xNVUx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7hA3xNVUx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7hA3xNVUx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7hA3xNVUx .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s7hA3xNVUx .collapsed .btn {
  display: -webkit-flex;
}
.cid-s7hA3xNVUx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s7hA3xNVUx .collapsed .navbar-collapse.collapsing,
.cid-s7hA3xNVUx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s7hA3xNVUx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s7hA3xNVUx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s7hA3xNVUx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s7hA3xNVUx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s7hA3xNVUx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s7hA3xNVUx .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s7hA3xNVUx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s7hA3xNVUx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s7hA3xNVUx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s7hA3xNVUx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s7hA3xNVUx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s7hA3xNVUx .collapsed button.navbar-toggler {
  display: block;
}
.cid-s7hA3xNVUx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s7hA3xNVUx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s7hA3xNVUx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s7hA3xNVUx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s7hA3xNVUx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s7hA3xNVUx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s7hA3xNVUx.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s7hA3xNVUx img {
    height: 3.8rem !important;
  }
  .cid-s7hA3xNVUx .btn {
    display: -webkit-flex;
  }
  .cid-s7hA3xNVUx button.navbar-toggler {
    display: block;
  }
  .cid-s7hA3xNVUx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s7hA3xNVUx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s7hA3xNVUx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s7hA3xNVUx .navbar-collapse.collapsing,
  .cid-s7hA3xNVUx .navbar-collapse.show {
    display: block !important;
  }
  .cid-s7hA3xNVUx .navbar-collapse.collapsing .navbar-nav,
  .cid-s7hA3xNVUx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s7hA3xNVUx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s7hA3xNVUx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s7hA3xNVUx .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s7hA3xNVUx .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7hA3xNVUx .navbar-collapse.collapsing .navbar-buttons,
  .cid-s7hA3xNVUx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s7hA3xNVUx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s7hA3xNVUx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7hA3xNVUx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s7hA3xNVUx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s7hA3xNVUx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s7hA3xNVUx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s7hA3xNVUx .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s7hA3xNVUx .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s7hA3xNVUx .nav-link:hover,
.cid-s7hA3xNVUx .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7hA3yjw4B {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s7hA3yjw4B .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s7hA3yjw4B H2 {
  color: #f7ed4a;
}
.cid-sCbJzaYKGS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCbJzaYKGS .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sCbJzaYKGS .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-sCbJzaYKGS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sCbJzaYKGS .inner-container {
    width: 100% !important;
  }
}
.cid-sKLWy4uGbo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sKLWy4uGbo .mbr-text,
.cid-sKLWy4uGbo blockquote {
  color: #767676;
}
.cid-sKLWy4uGbo .mbr-text {
  color: #7f1933;
}
.cid-sKLWy4uGbo .mbr-text P {
  text-align: left;
}
.cid-sYyF9N4ik0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #635a51;
}
.cid-sYyF9N4ik0 .mbr-text,
.cid-sYyF9N4ik0 blockquote {
  color: #767676;
}
.cid-sYyF9N4ik0 .mbr-text P {
  text-align: center;
}
.cid-sYyF9N4ik0 .mbr-text {
  color: #635a51;
}
.cid-tcMNm1p7aA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tcMNm1p7aA .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tcMNm1p7aA .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tcMNm1p7aA .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tcMNm1p7aA .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-tcMNm1p7aA .mbr-text {
  color: #232323;
}
.cid-sKLUTj4rI7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKLUTj4rI7 .mbr-text,
.cid-sKLUTj4rI7 blockquote {
  color: #767676;
}
.cid-sKLUTj4rI7 .mbr-text {
  color: #0f7699;
}
.cid-snBEb0IZwE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-snBEb0IZwE .mbr-text,
.cid-snBEb0IZwE blockquote {
  color: #767676;
}
.cid-snBEb0IZwE .mbr-text {
  color: #c11903;
}
.cid-sbkKWndrz2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbkKWndrz2 .mbr-text,
.cid-sbkKWndrz2 blockquote {
  color: #767676;
}
.cid-sbkKWndrz2 .mbr-text {
  color: #073b4c;
}
.cid-sb835w6dTm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #635a51;
}
.cid-sb835w6dTm .mbr-text,
.cid-sb835w6dTm blockquote {
  color: #767676;
}
.cid-sb835w6dTm .mbr-text P {
  text-align: center;
}
.cid-sb835w6dTm .mbr-text {
  color: #635a51;
}
.cid-sb7gj1OF6l {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sb7gj1OF6l .mbr-text,
.cid-sb7gj1OF6l blockquote {
  color: #767676;
}
.cid-sb7gj1OF6l .mbr-text {
  color: #232323;
}
.cid-saJpoI4aGO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-saJpoI4aGO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-saJpoI4aGO .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-saJpoI4aGO .mbr-text {
  color: #232323;
}
.cid-sYyBQdadpj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYyBQdadpj .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-sYyBQdadpj H2 {
  color: #465052;
  text-align: center;
}
.cid-sYyBQdadpj .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sYyF05nuLo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #635a51;
}
.cid-sYyF05nuLo .mbr-text,
.cid-sYyF05nuLo blockquote {
  color: #767676;
}
.cid-sYyF05nuLo .mbr-text P {
  text-align: center;
}
.cid-sYyF05nuLo .mbr-text {
  color: #635a51;
}
.cid-s7hA3zBupS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7hA3zBupS .mbr-text,
.cid-s7hA3zBupS blockquote {
  color: #767676;
}
.cid-s7hA3zBupS .mbr-text {
  color: #073b4c;
}
.cid-sBVJ25A1rD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sBVJ25A1rD .mbr-text,
.cid-sBVJ25A1rD blockquote {
  color: #767676;
}
.cid-sBVJ25A1rD .mbr-text {
  color: #073b4c;
}
.cid-seS6tFGfyR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-seS6tFGfyR .mbr-text,
.cid-seS6tFGfyR blockquote {
  color: #767676;
}
.cid-sCcaeGJpTP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sCcaeGJpTP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCcaeGJpTP .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sCcaeGJpTP .mbr-text {
  color: #073b4c;
}
.cid-sCcahaauAt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a3c4a0;
}
.cid-sCcahaauAt .mbr-text,
.cid-sCcahaauAt blockquote {
  color: #767676;
}
.cid-sCcNyt07sr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sCcNyt07sr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCcNyt07sr .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sCcNyt07sr .mbr-text {
  color: #000000;
}
.cid-sCcNzysM0q {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCcNzysM0q .mbr-text,
.cid-sCcNzysM0q blockquote {
  color: #767676;
}
.cid-sCcNzysM0q .mbr-text {
  color: #000000;
}
.cid-sCcNS4MSu7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a3c4a0;
}
.cid-sCcNS4MSu7 .mbr-text,
.cid-sCcNS4MSu7 blockquote {
  color: #767676;
}
.cid-sCdjSkN2n0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a3c4a0;
}
.cid-sCdjSkN2n0 .mbr-text,
.cid-sCdjSkN2n0 blockquote {
  color: #767676;
}
.cid-teo3Tb9Kvu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-teo3Tb9Kvu .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-teo3Tb9Kvu H2 {
  color: #465052;
  text-align: center;
}
.cid-teo3Tb9Kvu .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sCbObsUmHD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #635a51;
}
.cid-sCbObsUmHD .mbr-text,
.cid-sCbObsUmHD blockquote {
  color: #767676;
}
.cid-sHhkyZ6yVe .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sHhkyZ6yVe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sHhkyZ6yVe a {
  font-style: normal;
}
.cid-sHhkyZ6yVe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sHhkyZ6yVe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sHhkyZ6yVe .nav-item:focus,
.cid-sHhkyZ6yVe .nav-link:focus {
  outline: none;
}
.cid-sHhkyZ6yVe .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sHhkyZ6yVe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sHhkyZ6yVe .menu-logo {
  margin-right: auto;
}
.cid-sHhkyZ6yVe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHhkyZ6yVe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sHhkyZ6yVe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sHhkyZ6yVe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sHhkyZ6yVe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sHhkyZ6yVe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sHhkyZ6yVe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sHhkyZ6yVe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sHhkyZ6yVe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sHhkyZ6yVe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHhkyZ6yVe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sHhkyZ6yVe .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sHhkyZ6yVe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sHhkyZ6yVe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHhkyZ6yVe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sHhkyZ6yVe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHhkyZ6yVe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sHhkyZ6yVe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sHhkyZ6yVe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sHhkyZ6yVe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sHhkyZ6yVe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sHhkyZ6yVe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sHhkyZ6yVe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sHhkyZ6yVe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sHhkyZ6yVe button.navbar-toggler:focus {
  outline: none;
}
.cid-sHhkyZ6yVe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sHhkyZ6yVe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHhkyZ6yVe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHhkyZ6yVe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHhkyZ6yVe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHhkyZ6yVe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHhkyZ6yVe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHhkyZ6yVe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHhkyZ6yVe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHhkyZ6yVe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHhkyZ6yVe .collapsed .btn {
  display: -webkit-flex;
}
.cid-sHhkyZ6yVe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sHhkyZ6yVe .collapsed .navbar-collapse.collapsing,
.cid-sHhkyZ6yVe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sHhkyZ6yVe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sHhkyZ6yVe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sHhkyZ6yVe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sHhkyZ6yVe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sHhkyZ6yVe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sHhkyZ6yVe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sHhkyZ6yVe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sHhkyZ6yVe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sHhkyZ6yVe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sHhkyZ6yVe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sHhkyZ6yVe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sHhkyZ6yVe .collapsed button.navbar-toggler {
  display: block;
}
.cid-sHhkyZ6yVe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sHhkyZ6yVe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHhkyZ6yVe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sHhkyZ6yVe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sHhkyZ6yVe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sHhkyZ6yVe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sHhkyZ6yVe.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHhkyZ6yVe img {
    height: 3.8rem !important;
  }
  .cid-sHhkyZ6yVe .btn {
    display: -webkit-flex;
  }
  .cid-sHhkyZ6yVe button.navbar-toggler {
    display: block;
  }
  .cid-sHhkyZ6yVe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sHhkyZ6yVe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHhkyZ6yVe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sHhkyZ6yVe .navbar-collapse.collapsing,
  .cid-sHhkyZ6yVe .navbar-collapse.show {
    display: block !important;
  }
  .cid-sHhkyZ6yVe .navbar-collapse.collapsing .navbar-nav,
  .cid-sHhkyZ6yVe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sHhkyZ6yVe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sHhkyZ6yVe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sHhkyZ6yVe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sHhkyZ6yVe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sHhkyZ6yVe .navbar-collapse.collapsing .navbar-buttons,
  .cid-sHhkyZ6yVe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sHhkyZ6yVe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sHhkyZ6yVe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sHhkyZ6yVe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sHhkyZ6yVe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sHhkyZ6yVe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sHhkyZ6yVe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sHhkyZ6yVe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sHhkyZ6yVe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sHhkyZ6yVe .nav-link:hover,
.cid-sHhkyZ6yVe .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sHhkyZukqQ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-sHhkyZukqQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sHhkyZukqQ H2 {
  color: #cc2952;
}
.cid-sHiEsfDStW {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sHiEsfDStW .image-block {
  margin: auto;
}
.cid-sHiEsfDStW figcaption {
  position: relative;
}
.cid-sHiEsfDStW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sHiEsfDStW .image-block {
    width: 100% !important;
  }
}
.cid-sPpJ0mjKVk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPpJ0mjKVk .mbr-text,
.cid-sPpJ0mjKVk blockquote {
  color: #767676;
}
.cid-sPpJ0mjKVk .mbr-text {
  color: #0f7699;
}
.cid-sPpJ0mjKVk .mbr-text P {
  text-align: center;
}
.cid-sHiLBjyczc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHiLBjyczc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHiLBjyczc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHiLBjyczc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHiLBjyczc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHiLBjyczc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sHiLBjyczc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHiLBjyczc .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sHiLBjyczc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sHiLBjyczc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sHiPHZKRRE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHiPHZKRRE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHiPHZKRRE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHiPHZKRRE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHiPHZKRRE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHiPHZKRRE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sHiPHZKRRE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHiPHZKRRE .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sHiPHZKRRE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sHiPHZKRRE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sHiVyr4Ijd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHiVyr4Ijd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHiVyr4Ijd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHiVyr4Ijd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHiVyr4Ijd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHiVyr4Ijd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sHiVyr4Ijd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHiVyr4Ijd .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-sHiVyr4Ijd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sHiVyr4Ijd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sHj4f1RPO3 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHj4f1RPO3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHj4f1RPO3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHj4f1RPO3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHj4f1RPO3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHj4f1RPO3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sHj4f1RPO3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHj4f1RPO3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sHj4f1RPO3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sHj4f1RPO3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tkpLbN2CN0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tkpLbN2CN0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tkpLbN2CN0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkpLbN2CN0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkpLbN2CN0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tkpLbN2CN0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tkpLbN2CN0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tkpLbN2CN0 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-tkpLbN2CN0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tkpLbN2CN0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tuwiknxCYu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tuwiknxCYu P {
  color: #767676;
}
.cid-tuwiknxCYu H1 {
  color: #062f3d;
}
.cid-tuwiknxCYu .mbr-text,
.cid-tuwiknxCYu .mbr-section-btn {
  color: #0e0202;
  text-align: left;
}
.cid-tuwiknxCYu DIV {
  text-align: left;
}
.cid-tuwiknxCYu H3 {
  color: #073b4c;
}
.cid-tkpWFE1zCH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tkpWFE1zCH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tkpWFE1zCH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tkpWFE1zCH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tkpWFE1zCH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tkpWFE1zCH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tkpWFE1zCH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tkpWFE1zCH .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tkpWFE1zCH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tkpWFE1zCH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tkpWFE1zCH .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-sPpKsmPjlP {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x3330.jpg");
}
.cid-sPpKsmPjlP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sPpKsmPjlP H2 {
  color: #4af74e;
}
.cid-sHhkyZOvbb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHhkyZOvbb .mbr-text,
.cid-sHhkyZOvbb blockquote {
  color: #767676;
}
.cid-sHhkyZOvbb .mbr-text {
  color: #0a3008;
}
.cid-sHhkyZOvbb .mbr-text P {
  text-align: left;
}
.cid-sPq5n6Y5Ji {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPq5n6Y5Ji .item {
  padding-bottom: 2rem;
}
.cid-sPq5n6Y5Ji .item-wrapper {
  height: 100%;
}
.cid-sPq5n6Y5Ji .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sPq5n6Y5Ji .carousel-control,
.cid-sPq5n6Y5Ji .close {
  background: #1b1b1b;
}
.cid-sPq5n6Y5Ji .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sPq5n6Y5Ji .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sPq5n6Y5Ji .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sPq5n6Y5Ji .close::before {
  content: '\e91a';
}
.cid-sPq5n6Y5Ji .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sPq5n6Y5Ji .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sPq5n6Y5Ji .carousel-inner > .active {
  display: block;
}
.cid-sPq5n6Y5Ji .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sPq5n6Y5Ji .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sPq5n6Y5Ji .carousel-control .icon-next,
.cid-sPq5n6Y5Ji .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sPq5n6Y5Ji .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sPq5n6Y5Ji .carousel-control,
  .cid-sPq5n6Y5Ji .carousel-indicators,
  .cid-sPq5n6Y5Ji .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sPq5n6Y5Ji .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sPq5n6Y5Ji .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sPq5n6Y5Ji .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sPq5n6Y5Ji .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sPq5n6Y5Ji .carousel-indicators {
    display: none;
  }
}
.cid-sPq5n6Y5Ji .carousel-indicators .active,
.cid-sPq5n6Y5Ji .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sPq5n6Y5Ji .carousel-indicators .active {
  background: #fff;
}
.cid-sPq5n6Y5Ji .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sPq5n6Y5Ji .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sPq5n6Y5Ji .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sPq5n6Y5Ji .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sPq5n6Y5Ji .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sPq5n6Y5Ji .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
  height: fit-content;
}
.cid-sPq5n6Y5Ji .carousel {
  width: 100%;
}
.cid-sPq5n6Y5Ji .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sPq5n6Y5Ji .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sPq5n6Y5Ji .modal.fade .modal-dialog,
.cid-sPq5n6Y5Ji .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sPq5n6Y5Ji .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sPq5n6Y5Ji a {
  display: block;
}
.cid-sPq5n6Y5Ji a.img {
  pointer-events: none;
}
.cid-tu8Ue22dbr {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x3335.jpg");
}
.cid-tu8Ue22dbr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tu8Ue22dbr H2 {
  color: #f7ed4a;
}
.cid-sHjcFbNV5F {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHjcFbNV5F .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sHjcFbNV5F .section-text {
  padding: 2rem 0;
  color: #c11903;
}
.cid-sHjcFbNV5F .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sHjcFbNV5F .inner-container {
    width: 100% !important;
  }
}
.cid-sHiJaZ3KOf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHiJaZ3KOf .mbr-text,
.cid-sHiJaZ3KOf blockquote {
  color: #767676;
}
.cid-sHiJaZ3KOf .mbr-text {
  color: #0f7699;
}
.cid-sHiJaZ3KOf .mbr-text P {
  text-align: center;
}
.cid-sPqByQyDUM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sPqByQyDUM .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sPqByQyDUM .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sPqByQyDUM .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sPqByQyDUM .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sPqByQyDUM .mbr-text {
  color: #0f7699;
  text-align: left;
}
.cid-sHhrhffTjn {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHhrhffTjn .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sHhrhffTjn .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sHhrhffTjn .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sHhrhffTjn .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sHhrhffTjn .mbr-text {
  color: #0f7699;
}
.cid-sHywtqhQuT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHywtqhQuT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHywtqhQuT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHywtqhQuT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHywtqhQuT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHywtqhQuT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sHywtqhQuT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHywtqhQuT .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sHywtqhQuT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sHywtqhQuT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sHywtqhQuT .mbr-gallery-item > div > span {
  text-align: left;
}
.cid-sHiyIBWJbk {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-sHiyIBWJbk .image-block {
  margin: auto;
}
.cid-sHiyIBWJbk figcaption {
  position: relative;
}
.cid-sHiyIBWJbk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sHiyIBWJbk .image-block {
    width: 100% !important;
  }
}
.cid-sHji8Fib5s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHji8Fib5s .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHji8Fib5s .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHji8Fib5s .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHji8Fib5s .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHji8Fib5s .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sHji8Fib5s .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHji8Fib5s .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sHji8Fib5s .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sHji8Fib5s .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sHiEtpWF4N {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sHiEtpWF4N .image-block {
  margin: auto;
}
.cid-sHiEtpWF4N figcaption {
  position: relative;
}
.cid-sHiEtpWF4N figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sHiEtpWF4N .image-block {
    width: 100% !important;
  }
}
.cid-sHnesI2kwz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHnesI2kwz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHnesI2kwz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHnesI2kwz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHnesI2kwz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHnesI2kwz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sHnesI2kwz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHnesI2kwz .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sHnesI2kwz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sHnesI2kwz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sHiEsWZ8B2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 120px;
}
.cid-sHiEsWZ8B2 .image-block {
  margin: auto;
}
.cid-sHiEsWZ8B2 figcaption {
  position: relative;
}
.cid-sHiEsWZ8B2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sHiEsWZ8B2 .image-block {
    width: 100% !important;
  }
}
.cid-tu8QtlCfC6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-tu8QtlCfC6 .mbr-text,
.cid-tu8QtlCfC6 blockquote {
  color: #767676;
}
.cid-tu8QtlCfC6 .mbr-text P {
  text-align: center;
}
.cid-tu8QtlCfC6 .mbr-text {
  color: #f9f295;
  text-align: center;
}
.cid-sHniQzA23k {
  background: #0f7699;
  padding-top: 105px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #cc2952, #0f7699);
}
.cid-sHniQzA23k .image-block {
  margin: auto;
}
.cid-sHniQzA23k figcaption {
  position: relative;
}
.cid-sHniQzA23k figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sHniQzA23k .image-block {
    width: 100% !important;
  }
}
.cid-sHhDvscQZk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7f1933;
}
.cid-sHhDvscQZk .mbr-text,
.cid-sHhDvscQZk blockquote {
  color: #767676;
}
.cid-sHhDvscQZk .mbr-text {
  color: #f8ffef;
}
.cid-teo3iSM9hI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3feff;
}
.cid-teo3iSM9hI .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-teo3iSM9hI H2 {
  color: #465052;
  text-align: center;
}
.cid-teo3iSM9hI .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sHuyzjQYtQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sHuyzjQYtQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sHuyzjQYtQ a {
  font-style: normal;
}
.cid-sHuyzjQYtQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sHuyzjQYtQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sHuyzjQYtQ .nav-item:focus,
.cid-sHuyzjQYtQ .nav-link:focus {
  outline: none;
}
.cid-sHuyzjQYtQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sHuyzjQYtQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sHuyzjQYtQ .menu-logo {
  margin-right: auto;
}
.cid-sHuyzjQYtQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHuyzjQYtQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sHuyzjQYtQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sHuyzjQYtQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sHuyzjQYtQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sHuyzjQYtQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sHuyzjQYtQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sHuyzjQYtQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sHuyzjQYtQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sHuyzjQYtQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHuyzjQYtQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sHuyzjQYtQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sHuyzjQYtQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sHuyzjQYtQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHuyzjQYtQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sHuyzjQYtQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHuyzjQYtQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sHuyzjQYtQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sHuyzjQYtQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sHuyzjQYtQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sHuyzjQYtQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sHuyzjQYtQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sHuyzjQYtQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sHuyzjQYtQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sHuyzjQYtQ button.navbar-toggler:focus {
  outline: none;
}
.cid-sHuyzjQYtQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sHuyzjQYtQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHuyzjQYtQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHuyzjQYtQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHuyzjQYtQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHuyzjQYtQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHuyzjQYtQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHuyzjQYtQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHuyzjQYtQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHuyzjQYtQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHuyzjQYtQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sHuyzjQYtQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sHuyzjQYtQ .collapsed .navbar-collapse.collapsing,
.cid-sHuyzjQYtQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sHuyzjQYtQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sHuyzjQYtQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sHuyzjQYtQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sHuyzjQYtQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sHuyzjQYtQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sHuyzjQYtQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sHuyzjQYtQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sHuyzjQYtQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sHuyzjQYtQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sHuyzjQYtQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sHuyzjQYtQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sHuyzjQYtQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sHuyzjQYtQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sHuyzjQYtQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHuyzjQYtQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sHuyzjQYtQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sHuyzjQYtQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sHuyzjQYtQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sHuyzjQYtQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHuyzjQYtQ img {
    height: 3.8rem !important;
  }
  .cid-sHuyzjQYtQ .btn {
    display: -webkit-flex;
  }
  .cid-sHuyzjQYtQ button.navbar-toggler {
    display: block;
  }
  .cid-sHuyzjQYtQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sHuyzjQYtQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHuyzjQYtQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sHuyzjQYtQ .navbar-collapse.collapsing,
  .cid-sHuyzjQYtQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sHuyzjQYtQ .navbar-collapse.collapsing .navbar-nav,
  .cid-sHuyzjQYtQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sHuyzjQYtQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sHuyzjQYtQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sHuyzjQYtQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sHuyzjQYtQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sHuyzjQYtQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sHuyzjQYtQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sHuyzjQYtQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sHuyzjQYtQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sHuyzjQYtQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sHuyzjQYtQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sHuyzjQYtQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sHuyzjQYtQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sHuyzjQYtQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sHuyzjQYtQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sHuyzjQYtQ .nav-link:hover,
.cid-sHuyzjQYtQ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sHuyzkrcPh {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-sHuyzkrcPh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sHuyzkrcPh H2 {
  color: #cccccc;
}
.cid-sXOudtGiWO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXOudtGiWO .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sXOudtGiWO .section-text {
  padding: 2rem 0;
  color: #073b4c;
  text-align: left;
}
.cid-sXOudtGiWO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sXOudtGiWO .inner-container {
    width: 100% !important;
  }
}
.cid-ttFqwCZvok {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-ttFqwCZvok .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ttFqwCZvok .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ttFqwCZvok .mbr-text {
  color: #073b4c;
}
.cid-ttFBqswcUq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttFBqswcUq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ttFBqswcUq .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ttFBqswcUq .mbr-text {
  color: #073b4c;
}
.cid-sHAweRNRkW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sHAweRNRkW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sHAweRNRkW .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sHAweRNRkW .mbr-text {
  color: #073b4c;
}
.cid-ttFKjVVOCm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttFKjVVOCm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ttFKjVVOCm .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ttFKjVVOCm .mbr-text {
  color: #073b4c;
}
.cid-sPQaBoIWzJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffef;
}
@media (min-width: 992px) {
  .cid-sPQaBoIWzJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sPQaBoIWzJ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sPQaBoIWzJ .mbr-text {
  color: #073b4c;
}
.cid-sOslNwZdbB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sOslNwZdbB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sOslNwZdbB .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sOslNwZdbB .mbr-text {
  color: #073b4c;
}
.cid-sOrIZnKh4w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffef;
}
@media (min-width: 992px) {
  .cid-sOrIZnKh4w .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sOrIZnKh4w .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sOrIZnKh4w .mbr-text {
  color: #073b4c;
}
.cid-sHzaFxoTno {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sHzaFxoTno .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sHzaFxoTno .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sHzaFxoTno .mbr-text {
  color: #073b4c;
}
.cid-sOsrF0xuHD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffef;
}
@media (min-width: 992px) {
  .cid-sOsrF0xuHD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sOsrF0xuHD .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sOsrF0xuHD .mbr-text {
  color: #073b4c;
}
.cid-sOsoILP1M6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sOsoILP1M6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sOsoILP1M6 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sOsoILP1M6 .mbr-text {
  color: #073b4c;
}
.cid-sHuAleriVh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f8ffef;
}
@media (min-width: 992px) {
  .cid-sHuAleriVh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sHuAleriVh .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sHuAleriVh .mbr-text {
  color: #073b4c;
}
.cid-sHuAkCae1Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sHuAkCae1Y .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sHuAkCae1Y .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sHuAkCae1Y .mbr-text {
  color: #073b4c;
}
.cid-sHyXwGzB6K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffef;
}
@media (min-width: 992px) {
  .cid-sHyXwGzB6K .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sHyXwGzB6K .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sHyXwGzB6K .mbr-text {
  color: #073b4c;
}
.cid-sHGnwhuJ7i {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sHGnwhuJ7i .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sHGnwhuJ7i .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sHGnwhuJ7i .mbr-text {
  color: #073b4c;
}
.cid-sOrIYmwwAS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffef;
}
@media (min-width: 992px) {
  .cid-sOrIYmwwAS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sOrIYmwwAS .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sOrIYmwwAS .mbr-text {
  color: #073b4c;
}
.cid-sKzpCqBqKx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sKzpCqBqKx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sKzpCqBqKx .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sKzpCqBqKx .mbr-text {
  color: #073b4c;
}
.cid-sHArMFnGno {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8ffef;
}
@media (min-width: 992px) {
  .cid-sHArMFnGno .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sHArMFnGno .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sHArMFnGno .mbr-text {
  color: #073b4c;
}
.cid-sKBaKnAEiN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sKBaKnAEiN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sKBaKnAEiN .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sKBaKnAEiN .mbr-text {
  color: #073b4c;
}
.cid-sOrJ08uUBC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e4ffe3;
}
@media (min-width: 992px) {
  .cid-sOrJ08uUBC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sOrJ08uUBC .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sOrJ08uUBC .mbr-text {
  color: #073b4c;
}
.cid-teo40u2Slc {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-teo40u2Slc .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-teo40u2Slc H2 {
  color: #465052;
  text-align: center;
}
.cid-teo40u2Slc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tbK3iIFp4U .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tbK3iIFp4U .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tbK3iIFp4U a {
  font-style: normal;
}
.cid-tbK3iIFp4U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tbK3iIFp4U .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tbK3iIFp4U .nav-item:focus,
.cid-tbK3iIFp4U .nav-link:focus {
  outline: none;
}
.cid-tbK3iIFp4U .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbK3iIFp4U .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tbK3iIFp4U .menu-logo {
  margin-right: auto;
}
.cid-tbK3iIFp4U .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tbK3iIFp4U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tbK3iIFp4U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tbK3iIFp4U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbK3iIFp4U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbK3iIFp4U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbK3iIFp4U .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tbK3iIFp4U .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tbK3iIFp4U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbK3iIFp4U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbK3iIFp4U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbK3iIFp4U .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tbK3iIFp4U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tbK3iIFp4U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbK3iIFp4U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbK3iIFp4U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbK3iIFp4U .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tbK3iIFp4U .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tbK3iIFp4U .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tbK3iIFp4U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tbK3iIFp4U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbK3iIFp4U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbK3iIFp4U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbK3iIFp4U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tbK3iIFp4U button.navbar-toggler:focus {
  outline: none;
}
.cid-tbK3iIFp4U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tbK3iIFp4U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbK3iIFp4U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbK3iIFp4U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbK3iIFp4U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbK3iIFp4U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbK3iIFp4U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tbK3iIFp4U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tbK3iIFp4U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbK3iIFp4U .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbK3iIFp4U .collapsed .btn {
  display: -webkit-flex;
}
.cid-tbK3iIFp4U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbK3iIFp4U .collapsed .navbar-collapse.collapsing,
.cid-tbK3iIFp4U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbK3iIFp4U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbK3iIFp4U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbK3iIFp4U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbK3iIFp4U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbK3iIFp4U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tbK3iIFp4U .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tbK3iIFp4U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbK3iIFp4U .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tbK3iIFp4U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbK3iIFp4U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tbK3iIFp4U .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tbK3iIFp4U .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbK3iIFp4U .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tbK3iIFp4U .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbK3iIFp4U .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tbK3iIFp4U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbK3iIFp4U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbK3iIFp4U .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tbK3iIFp4U.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbK3iIFp4U img {
    height: 3.8rem !important;
  }
  .cid-tbK3iIFp4U .btn {
    display: -webkit-flex;
  }
  .cid-tbK3iIFp4U button.navbar-toggler {
    display: block;
  }
  .cid-tbK3iIFp4U .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tbK3iIFp4U .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbK3iIFp4U .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tbK3iIFp4U .navbar-collapse.collapsing,
  .cid-tbK3iIFp4U .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbK3iIFp4U .navbar-collapse.collapsing .navbar-nav,
  .cid-tbK3iIFp4U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbK3iIFp4U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbK3iIFp4U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbK3iIFp4U .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tbK3iIFp4U .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbK3iIFp4U .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbK3iIFp4U .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tbK3iIFp4U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbK3iIFp4U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbK3iIFp4U .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tbK3iIFp4U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbK3iIFp4U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbK3iIFp4U .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tbK3iIFp4U .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tbK3iIFp4U .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tbK3iIFp4U .nav-link:hover,
.cid-tbK3iIFp4U .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tbK3iJ8SQd {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-tbK3iJ8SQd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tbK3iJ8SQd H2 {
  color: #83d27f;
}
.cid-tbLr8LjWjY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbLr8LjWjY .mbr-section-subtitle {
  color: #073b4c;
  text-align: center;
}
.cid-tbLr8LjWjY H2 {
  color: #465052;
  text-align: center;
}
.cid-tbLr8LjWjY .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tbK3iLhnTS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbK3iLhnTS .mbr-text,
.cid-tbK3iLhnTS blockquote {
  color: #767676;
}
.cid-tbK3iLhnTS .mbr-text {
  color: #0f7699;
}
.cid-tbK3iLhnTS .mbr-text P {
  text-align: center;
}
.cid-tbLrXrow6g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbLrXrow6g .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tbLrXrow6g .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbLrXrow6g .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbLrXrow6g .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tbLrXrow6g .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tbLrXrow6g .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tbLrXrow6g .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tbLrXrow6g .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tbLrXrow6g .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tbLsfK1thj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-tbLsfK1thj .mbr-text,
.cid-tbLsfK1thj blockquote {
  color: #767676;
}
.cid-tbLsfK1thj .mbr-text P {
  text-align: center;
}
.cid-tbLsfK1thj .mbr-text {
  color: #6eab92;
}
.cid-tbLsh0YIQD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-tbLsh0YIQD .mbr-text {
  color: #cc2952;
}
.cid-tbLsh0YIQD .mbr-text p {
  background: #b2ccd2;
}
.cid-tbLsh0YIQD .mbr-text P {
  text-align: center;
}
.cid-tbLuEsoQWX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #635a51;
}
.cid-tbLuEsoQWX .mbr-text,
.cid-tbLuEsoQWX blockquote {
  color: #767676;
}
.cid-tbLuEsoQWX .mbr-text P {
  text-align: center;
}
.cid-tbLuEsoQWX .mbr-text {
  color: #635a51;
}
.cid-teo3dNAPC7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f3feff;
}
.cid-teo3dNAPC7 .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-teo3dNAPC7 H2 {
  color: #465052;
  text-align: center;
}
.cid-teo3dNAPC7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tbK4efoNj8 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tbK4efoNj8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tbK4efoNj8 a {
  font-style: normal;
}
.cid-tbK4efoNj8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tbK4efoNj8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tbK4efoNj8 .nav-item:focus,
.cid-tbK4efoNj8 .nav-link:focus {
  outline: none;
}
.cid-tbK4efoNj8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbK4efoNj8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tbK4efoNj8 .menu-logo {
  margin-right: auto;
}
.cid-tbK4efoNj8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tbK4efoNj8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tbK4efoNj8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tbK4efoNj8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbK4efoNj8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbK4efoNj8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbK4efoNj8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tbK4efoNj8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tbK4efoNj8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbK4efoNj8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbK4efoNj8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbK4efoNj8 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tbK4efoNj8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tbK4efoNj8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbK4efoNj8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbK4efoNj8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbK4efoNj8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tbK4efoNj8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tbK4efoNj8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tbK4efoNj8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tbK4efoNj8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbK4efoNj8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbK4efoNj8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbK4efoNj8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tbK4efoNj8 button.navbar-toggler:focus {
  outline: none;
}
.cid-tbK4efoNj8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tbK4efoNj8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbK4efoNj8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbK4efoNj8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbK4efoNj8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbK4efoNj8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbK4efoNj8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tbK4efoNj8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tbK4efoNj8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbK4efoNj8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbK4efoNj8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tbK4efoNj8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbK4efoNj8 .collapsed .navbar-collapse.collapsing,
.cid-tbK4efoNj8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbK4efoNj8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbK4efoNj8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbK4efoNj8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbK4efoNj8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbK4efoNj8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tbK4efoNj8 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tbK4efoNj8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbK4efoNj8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tbK4efoNj8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbK4efoNj8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tbK4efoNj8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tbK4efoNj8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbK4efoNj8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tbK4efoNj8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tbK4efoNj8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tbK4efoNj8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbK4efoNj8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbK4efoNj8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tbK4efoNj8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbK4efoNj8 img {
    height: 3.8rem !important;
  }
  .cid-tbK4efoNj8 .btn {
    display: -webkit-flex;
  }
  .cid-tbK4efoNj8 button.navbar-toggler {
    display: block;
  }
  .cid-tbK4efoNj8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tbK4efoNj8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tbK4efoNj8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tbK4efoNj8 .navbar-collapse.collapsing,
  .cid-tbK4efoNj8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbK4efoNj8 .navbar-collapse.collapsing .navbar-nav,
  .cid-tbK4efoNj8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbK4efoNj8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbK4efoNj8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbK4efoNj8 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tbK4efoNj8 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbK4efoNj8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbK4efoNj8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tbK4efoNj8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbK4efoNj8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbK4efoNj8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tbK4efoNj8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbK4efoNj8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbK4efoNj8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tbK4efoNj8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tbK4efoNj8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tbK4efoNj8 .nav-link:hover,
.cid-tbK4efoNj8 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tbK4efU41d {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-tbK4efU41d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tbK4efU41d H2 {
  color: #83d27f;
}
.cid-tdZ3pxtS9w {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f3feff;
}
.cid-tdZ3pxtS9w .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-tdZ3pxtS9w H2 {
  color: #465052;
  text-align: center;
}
.cid-tdZ3pxtS9w .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tbK4ego83G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tbK4ego83G .mbr-text,
.cid-tbK4ego83G blockquote {
  color: #767676;
}
.cid-tbK4ego83G .mbr-text {
  color: #0f7699;
}
.cid-tbK4ego83G .mbr-text P {
  text-align: center;
}
.cid-tbK4egGFpZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tbK4egGFpZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tbK4egGFpZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbK4egGFpZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbK4egGFpZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tbK4egGFpZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tbK4egGFpZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tbK4egGFpZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tbK4egGFpZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tbK4egGFpZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tbK4ejtd4C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbK4ejtd4C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tbK4ejtd4C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbK4ejtd4C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbK4ejtd4C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tbK4ejtd4C .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tbK4ejtd4C .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tbK4ejtd4C .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tbK4ejtd4C .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tbK4ejtd4C .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tbK4ek5l8o {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tbK4ek5l8o .image-block {
  margin: auto;
}
.cid-tbK4ek5l8o figcaption {
  position: relative;
}
.cid-tbK4ek5l8o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tbK4ek5l8o .image-block {
    width: 100% !important;
  }
}
.cid-tbKy13pRQy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbKy13pRQy .mbr-text {
  color: #cc2952;
}
.cid-tbKy13pRQy .mbr-text p {
  background: #ffffff;
}
.cid-tbKy13pRQy .mbr-text P {
  text-align: center;
}
.cid-te1B0Unplx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-te1B0Unplx P {
  color: #767676;
}
.cid-te1B0Unplx H1 {
  color: #062f3d;
}
.cid-te1B0Unplx .mbr-text,
.cid-te1B0Unplx .mbr-section-btn {
  color: #0e0202;
  text-align: left;
}
.cid-te1B0Unplx DIV {
  text-align: center;
}
.cid-te1B0Unplx H3 {
  color: #6a8c7e;
}
.cid-te1ukW14bg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-te1ukW14bg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-te1ukW14bg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-te1ukW14bg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-te1ukW14bg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-te1ukW14bg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-te1ukW14bg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-te1ukW14bg .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-te1ukW14bg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-te1ukW14bg .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tbK4elwJmT {
  background: #0f7699;
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #cc2952, #0f7699);
}
.cid-tbK4elwJmT .image-block {
  margin: auto;
}
.cid-tbK4elwJmT figcaption {
  position: relative;
}
.cid-tbK4elwJmT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tbK4elwJmT .image-block {
    width: 100% !important;
  }
}
.cid-tbK4elSJdg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f7699;
}
.cid-tbK4elSJdg .mbr-text,
.cid-tbK4elSJdg blockquote {
  color: #767676;
}
.cid-tbK4elSJdg .mbr-text {
  color: #f8ffef;
}
.cid-tdZ5bdQhJ9 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f3feff;
}
.cid-tdZ5bdQhJ9 .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-tdZ5bdQhJ9 H2 {
  color: #465052;
  text-align: center;
}
.cid-tdZ5bdQhJ9 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s2DBCn5bSA .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2DBCn5bSA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2DBCn5bSA a {
  font-style: normal;
}
.cid-s2DBCn5bSA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2DBCn5bSA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2DBCn5bSA .nav-item:focus,
.cid-s2DBCn5bSA .nav-link:focus {
  outline: none;
}
.cid-s2DBCn5bSA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2DBCn5bSA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2DBCn5bSA .menu-logo {
  margin-right: auto;
}
.cid-s2DBCn5bSA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2DBCn5bSA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2DBCn5bSA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2DBCn5bSA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2DBCn5bSA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2DBCn5bSA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2DBCn5bSA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2DBCn5bSA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2DBCn5bSA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2DBCn5bSA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2DBCn5bSA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2DBCn5bSA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2DBCn5bSA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2DBCn5bSA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2DBCn5bSA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2DBCn5bSA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2DBCn5bSA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2DBCn5bSA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2DBCn5bSA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2DBCn5bSA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2DBCn5bSA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2DBCn5bSA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2DBCn5bSA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2DBCn5bSA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2DBCn5bSA button.navbar-toggler:focus {
  outline: none;
}
.cid-s2DBCn5bSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2DBCn5bSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2DBCn5bSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2DBCn5bSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2DBCn5bSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2DBCn5bSA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2DBCn5bSA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2DBCn5bSA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2DBCn5bSA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2DBCn5bSA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2DBCn5bSA .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2DBCn5bSA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2DBCn5bSA .collapsed .navbar-collapse.collapsing,
.cid-s2DBCn5bSA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2DBCn5bSA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2DBCn5bSA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2DBCn5bSA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2DBCn5bSA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2DBCn5bSA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2DBCn5bSA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2DBCn5bSA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2DBCn5bSA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2DBCn5bSA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2DBCn5bSA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2DBCn5bSA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2DBCn5bSA .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2DBCn5bSA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2DBCn5bSA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2DBCn5bSA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2DBCn5bSA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2DBCn5bSA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2DBCn5bSA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2DBCn5bSA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2DBCn5bSA img {
    height: 3.8rem !important;
  }
  .cid-s2DBCn5bSA .btn {
    display: -webkit-flex;
  }
  .cid-s2DBCn5bSA button.navbar-toggler {
    display: block;
  }
  .cid-s2DBCn5bSA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2DBCn5bSA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2DBCn5bSA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2DBCn5bSA .navbar-collapse.collapsing,
  .cid-s2DBCn5bSA .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2DBCn5bSA .navbar-collapse.collapsing .navbar-nav,
  .cid-s2DBCn5bSA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2DBCn5bSA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2DBCn5bSA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2DBCn5bSA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2DBCn5bSA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2DBCn5bSA .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2DBCn5bSA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2DBCn5bSA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2DBCn5bSA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2DBCn5bSA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2DBCn5bSA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2DBCn5bSA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2DBCn5bSA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2DBCn5bSA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2DBCn5bSA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2DBCn5bSA .nav-link:hover,
.cid-s2DBCn5bSA .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2DBCnzPWM {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s2DBCnzPWM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2DBCnzPWM H2 {
  color: #f7ed4a;
}
.cid-s2DBCo2CWc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2DBCo2CWc .line {
  background-color: #f7ed4a;
  color: #f7ed4a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2DBCo2CWc .section-text {
  padding: 2rem 0;
  color: #4b405c;
}
.cid-s2DBCo2CWc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2DBCo2CWc .inner-container {
    width: 100% !important;
  }
}
.cid-sCcXEx7GDX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sCcXEx7GDX .line {
  background-color: #f8ffef;
  color: #f8ffef;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sCcXEx7GDX .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-sCcXEx7GDX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sCcXEx7GDX .inner-container {
    width: 100% !important;
  }
}
.cid-tn4Qk4CwzS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tn4Qk4CwzS .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tn4Qk4CwzS .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tn4Qk4CwzS .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tn4Qk4CwzS .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-tn4Qk4CwzS .mbr-text {
  color: #073b4c;
}
.cid-sbslP9xBIN {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f7e5ea;
}
@media (min-width: 992px) {
  .cid-sbslP9xBIN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbslP9xBIN .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sbslP9xBIN .mbr-text {
  color: #073b4c;
}
.cid-sbsnyrVt2n {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f7e5ea;
}
.cid-sbsnyrVt2n .mbr-text,
.cid-sbsnyrVt2n blockquote {
  color: #767676;
}
.cid-sbsnyrVt2n .mbr-text {
  color: #073b4c;
}
.cid-s2DBCofjAq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2DBCofjAq .mbr-text,
.cid-s2DBCofjAq blockquote {
  color: #767676;
}
.cid-s2DBCofjAq .mbr-text {
  color: #073b4c;
}
.cid-tZW8lxEdam {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tZW8lxEdam .mbr-text,
.cid-tZW8lxEdam blockquote {
  color: #767676;
}
.cid-tZW8lxEdam .mbr-text {
  color: #073b4c;
}
.cid-tZWbk5pmyk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tZWbk5pmyk .mbr-text,
.cid-tZWbk5pmyk blockquote {
  color: #767676;
}
.cid-tZWbk5pmyk .mbr-text {
  color: #073b4c;
}
.cid-sbsjyaRnXc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbsjyaRnXc .mbr-text,
.cid-sbsjyaRnXc blockquote {
  color: #767676;
}
.cid-sbsjyaRnXc .mbr-text {
  color: #d3230f;
}
.cid-sCd2i3Oskk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sCd2i3Oskk .mbr-text,
.cid-sCd2i3Oskk blockquote {
  color: #767676;
}
.cid-sCd2i3Oskk .mbr-text {
  color: #073b4c;
}
.cid-tZWaHcrlHQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tZWaHcrlHQ .mbr-text,
.cid-tZWaHcrlHQ blockquote {
  color: #767676;
}
.cid-tZWaHcrlHQ .mbr-text {
  color: #073b4c;
}
.cid-s6ZFz9N1JK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-s6ZFz9N1JK .mbr-text,
.cid-s6ZFz9N1JK blockquote {
  color: #767676;
}
.cid-s6ZFz9N1JK .mbr-text {
  color: #073b4c;
}
.cid-s6ZyVNshNa {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-s6ZyVNshNa .mbr-text,
.cid-s6ZyVNshNa blockquote {
  color: #767676;
}
.cid-s6ZyVNshNa .mbr-text {
  color: #073b4c;
}
.cid-s7007Bnhhv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-s7007Bnhhv .mbr-text,
.cid-s7007Bnhhv blockquote {
  color: #767676;
}
.cid-s7007Bnhhv .mbr-text {
  color: #073b4c;
}
.cid-s703ID1ASo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-s703ID1ASo .mbr-text,
.cid-s703ID1ASo blockquote {
  color: #767676;
}
.cid-s703ID1ASo .mbr-text {
  color: #073b4c;
}
.cid-s75b58wrKS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-s75b58wrKS .mbr-text,
.cid-s75b58wrKS blockquote {
  color: #767676;
}
.cid-s75b58wrKS .mbr-text {
  color: #073b4c;
}
.cid-s75zCWRDuX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-s75zCWRDuX .mbr-text,
.cid-s75zCWRDuX blockquote {
  color: #767676;
}
.cid-s75zCWRDuX .mbr-text {
  color: #4f4943;
}
.cid-sctGIX6Vui {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
.cid-sctGIX6Vui .mbr-text,
.cid-sctGIX6Vui blockquote {
  color: #767676;
}
.cid-sctGIX6Vui .mbr-text {
  color: #4f4943;
}
.cid-s6XHKnwckd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-s6XHKnwckd .mbr-text,
.cid-s6XHKnwckd blockquote {
  color: #767676;
}
.cid-s6XHKnwckd .mbr-text {
  color: #4f4943;
}
.cid-tedVLStuVX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-tedVLStuVX .mbr-text,
.cid-tedVLStuVX blockquote {
  color: #767676;
}
.cid-tedVLStuVX .mbr-text P {
  text-align: center;
}
.cid-tedVLStuVX .mbr-text {
  color: #f7ed4a;
}
.cid-sCd06MBopb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-sCd06MBopb .mbr-text,
.cid-sCd06MBopb blockquote {
  color: #767676;
}
.cid-sCd06MBopb .mbr-text {
  color: #000000;
}
.cid-teh6oREDoB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f295;
}
@media (min-width: 992px) {
  .cid-teh6oREDoB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-teh6oREDoB .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-teh6oREDoB .mbr-text {
  color: #000000;
}
.cid-teh6q3xk7N {
  background: #f9f295;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-teh6q3xk7N .image-block {
  margin: auto;
}
.cid-teh6q3xk7N figcaption {
  position: relative;
}
.cid-teh6q3xk7N figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-teh6q3xk7N .image-block {
    width: 100% !important;
  }
}
.cid-teh6q3xk7N DIV {
  color: #f7ed4a;
}
.cid-s75LQT0qzY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-s75LQT0qzY .mbr-text,
.cid-s75LQT0qzY blockquote {
  color: #767676;
}
.cid-s75LQT0qzY .mbr-text {
  color: #000000;
}
.cid-teo0il360m {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9f295;
}
.cid-teo0il360m .mbr-text,
.cid-teo0il360m blockquote {
  color: #767676;
}
.cid-teo0il360m .mbr-text {
  color: #000000;
}
.cid-sIahzZmd8I {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9f295;
}
.cid-sIahzZmd8I .mbr-text,
.cid-sIahzZmd8I blockquote {
  color: #767676;
}
.cid-sIahzZmd8I .mbr-text {
  color: #232323;
}
.cid-trFsg5ccWa {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #f9f295;
}
.cid-trFsg5ccWa .mbr-section-subtitle {
  color: #767676;
}
.cid-trFsg5ccWa .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-trFsg5ccWa .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-trFsg5ccWa .team-item .item-image img {
  width: 100%;
}
.cid-trFsg5ccWa .team-item .item-name p {
  margin-bottom: 0;
}
.cid-trFsg5ccWa .team-item .item-role p {
  margin-bottom: 0;
}
.cid-trFsg5ccWa .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-trFsg5ccWa .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-trFsg5ccWa .team-item .item-caption {
  background: #f9f295;
}
.cid-trFxa911SR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-trFxa911SR .mbr-text,
.cid-trFxa911SR blockquote {
  color: #767676;
}
.cid-trFxa911SR .mbr-text {
  color: #000000;
}
.cid-trFxKJAlJd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9f295;
}
.cid-trFxKJAlJd .mbr-text,
.cid-trFxKJAlJd blockquote {
  color: #767676;
}
.cid-trFxKJAlJd .mbr-text {
  color: #000000;
}
.cid-trFxKJAlJd .mbr-text P {
  text-align: left;
}
.cid-trFxLItf3R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-trFxLItf3R .mbr-text,
.cid-trFxLItf3R blockquote {
  color: #767676;
}
.cid-trFxLItf3R .mbr-text {
  color: #000000;
}
.cid-trFxLItf3R .mbr-text P {
  text-align: left;
}
.cid-trFxMxJfsf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9f295;
}
.cid-trFxMxJfsf .mbr-text,
.cid-trFxMxJfsf blockquote {
  color: #767676;
}
.cid-trFxMxJfsf .mbr-text {
  color: #000000;
}
.cid-trFxMxJfsf .mbr-text P {
  text-align: left;
}
.cid-s3dRT2GHwk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7ed4a;
}
.cid-s3dRT2GHwk .item {
  padding-bottom: 2rem;
}
.cid-s3dRT2GHwk .item-wrapper {
  height: 100%;
}
.cid-s3dRT2GHwk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-s3dRT2GHwk .carousel-control,
.cid-s3dRT2GHwk .close {
  background: #1b1b1b;
}
.cid-s3dRT2GHwk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-s3dRT2GHwk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-s3dRT2GHwk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-s3dRT2GHwk .close::before {
  content: '\e91a';
}
.cid-s3dRT2GHwk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-s3dRT2GHwk .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-s3dRT2GHwk .carousel-inner > .active {
  display: block;
}
.cid-s3dRT2GHwk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3dRT2GHwk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3dRT2GHwk .carousel-control .icon-next,
.cid-s3dRT2GHwk .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s3dRT2GHwk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-s3dRT2GHwk .carousel-control,
  .cid-s3dRT2GHwk .carousel-indicators,
  .cid-s3dRT2GHwk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-s3dRT2GHwk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-s3dRT2GHwk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s3dRT2GHwk .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-s3dRT2GHwk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-s3dRT2GHwk .carousel-indicators {
    display: none;
  }
}
.cid-s3dRT2GHwk .carousel-indicators .active,
.cid-s3dRT2GHwk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-s3dRT2GHwk .carousel-indicators .active {
  background: #fff;
}
.cid-s3dRT2GHwk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-s3dRT2GHwk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-s3dRT2GHwk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s3dRT2GHwk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-s3dRT2GHwk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-s3dRT2GHwk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
  height: fit-content;
}
.cid-s3dRT2GHwk .carousel {
  width: 100%;
}
.cid-s3dRT2GHwk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-s3dRT2GHwk .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-s3dRT2GHwk .modal.fade .modal-dialog,
.cid-s3dRT2GHwk .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-s3dRT2GHwk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-s3dRT2GHwk a {
  display: block;
}
.cid-s3dRT2GHwk a.img {
  pointer-events: none;
}
.cid-teh6F57rJS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f295;
}
@media (min-width: 992px) {
  .cid-teh6F57rJS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-teh6F57rJS .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-teh6F57rJS .mbr-text {
  color: #000000;
}
.cid-teh6tZPKpZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f7ed4a;
}
.cid-teh6tZPKpZ .mbr-text,
.cid-teh6tZPKpZ blockquote {
  color: #767676;
}
.cid-teh6tZPKpZ .mbr-text {
  color: #000000;
}
.cid-teh6v1jCEl {
  background: #f7ed4a;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-teh6v1jCEl .image-block {
  margin: auto;
}
.cid-teh6v1jCEl figcaption {
  position: relative;
}
.cid-teh6v1jCEl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-teh6v1jCEl .image-block {
    width: 100% !important;
  }
}
.cid-teh6v1jCEl DIV {
  color: #f7ed4a;
}
.cid-teo4f282KO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-teo4f282KO .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-teo4f282KO H2 {
  color: #465052;
  text-align: center;
}
.cid-teo4f282KO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tehSC0QU3K {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-tehSC0QU3K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tehSC0QU3K H2 {
  color: #83d27f;
}
.cid-tehUDKa6kL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tehUDKa6kL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tehUDKa6kL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tehUDKa6kL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tehUDKa6kL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tehUDKa6kL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tehUDKa6kL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tehUDKa6kL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tehUDKa6kL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tehUDKa6kL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tehYWlECFf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tehYWlECFf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tehYWlECFf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tehYWlECFf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tehYWlECFf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tehYWlECFf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tehYWlECFf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tehYWlECFf .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tehYWlECFf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tehYWlECFf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tehSC5vSYg {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tehSC5vSYg .image-block {
  margin: auto;
}
.cid-tehSC5vSYg figcaption {
  position: relative;
}
.cid-tehSC5vSYg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tehSC5vSYg .image-block {
    width: 100% !important;
  }
}
.cid-tehSC6h8DM {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tehSC6h8DM P {
  color: #767676;
}
.cid-tehSC6h8DM H1 {
  color: #062f3d;
}
.cid-tehSC6h8DM .mbr-text,
.cid-tehSC6h8DM .mbr-section-btn {
  color: #0e0202;
  text-align: left;
}
.cid-tehSC6h8DM DIV {
  text-align: center;
}
.cid-tehSC6h8DM H3 {
  color: #6a8c7e;
}
.cid-tehSC76dSp {
  background: #0f7699;
  padding-top: 105px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #0f7699);
}
.cid-tehSC76dSp .image-block {
  margin: auto;
}
.cid-tehSC76dSp figcaption {
  position: relative;
}
.cid-tehSC76dSp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tehSC76dSp .image-block {
    width: 100% !important;
  }
}
.cid-tehSC7tKK3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tehSC7tKK3 .mbr-text,
.cid-tehSC7tKK3 blockquote {
  color: #767676;
}
.cid-tehSC7tKK3 .mbr-text {
  color: #635a51;
}
.cid-temFHGea0f {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cc2952;
}
@media (min-width: 992px) {
  .cid-temFHGea0f .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-temFHGea0f .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-temFHGea0f .mbr-text {
  color: #ffffff;
}
.cid-temMlQc1Bo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cc2952;
}
.cid-temMlQc1Bo .mbr-text,
.cid-temMlQc1Bo blockquote {
  color: #767676;
}
.cid-temMlQc1Bo .mbr-text {
  color: #ffffff;
}
.cid-temMlQc1Bo .mbr-text P {
  text-align: left;
}
.cid-tehSC8bocO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f3feff;
}
.cid-tehSC8bocO .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-tehSC8bocO H2 {
  color: #465052;
  text-align: center;
}
.cid-tehSC8bocO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s2rVBtpFuZ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2rVBtpFuZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2rVBtpFuZ a {
  font-style: normal;
}
.cid-s2rVBtpFuZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2rVBtpFuZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2rVBtpFuZ .nav-item:focus,
.cid-s2rVBtpFuZ .nav-link:focus {
  outline: none;
}
.cid-s2rVBtpFuZ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2rVBtpFuZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2rVBtpFuZ .menu-logo {
  margin-right: auto;
}
.cid-s2rVBtpFuZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2rVBtpFuZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2rVBtpFuZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2rVBtpFuZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2rVBtpFuZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2rVBtpFuZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2rVBtpFuZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2rVBtpFuZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2rVBtpFuZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2rVBtpFuZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2rVBtpFuZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2rVBtpFuZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2rVBtpFuZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2rVBtpFuZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2rVBtpFuZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2rVBtpFuZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2rVBtpFuZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2rVBtpFuZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2rVBtpFuZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2rVBtpFuZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2rVBtpFuZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2rVBtpFuZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2rVBtpFuZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2rVBtpFuZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2rVBtpFuZ button.navbar-toggler:focus {
  outline: none;
}
.cid-s2rVBtpFuZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2rVBtpFuZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2rVBtpFuZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2rVBtpFuZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2rVBtpFuZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2rVBtpFuZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2rVBtpFuZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2rVBtpFuZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2rVBtpFuZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2rVBtpFuZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2rVBtpFuZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2rVBtpFuZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2rVBtpFuZ .collapsed .navbar-collapse.collapsing,
.cid-s2rVBtpFuZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2rVBtpFuZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2rVBtpFuZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2rVBtpFuZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2rVBtpFuZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2rVBtpFuZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2rVBtpFuZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2rVBtpFuZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2rVBtpFuZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2rVBtpFuZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2rVBtpFuZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2rVBtpFuZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s2rVBtpFuZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2rVBtpFuZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2rVBtpFuZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2rVBtpFuZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2rVBtpFuZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2rVBtpFuZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2rVBtpFuZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2rVBtpFuZ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2rVBtpFuZ img {
    height: 3.8rem !important;
  }
  .cid-s2rVBtpFuZ .btn {
    display: -webkit-flex;
  }
  .cid-s2rVBtpFuZ button.navbar-toggler {
    display: block;
  }
  .cid-s2rVBtpFuZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2rVBtpFuZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2rVBtpFuZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2rVBtpFuZ .navbar-collapse.collapsing,
  .cid-s2rVBtpFuZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2rVBtpFuZ .navbar-collapse.collapsing .navbar-nav,
  .cid-s2rVBtpFuZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2rVBtpFuZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2rVBtpFuZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2rVBtpFuZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2rVBtpFuZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2rVBtpFuZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2rVBtpFuZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2rVBtpFuZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2rVBtpFuZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2rVBtpFuZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2rVBtpFuZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2rVBtpFuZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2rVBtpFuZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2rVBtpFuZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2rVBtpFuZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2rVBtpFuZ .nav-link:hover,
.cid-s2rVBtpFuZ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2rVBtRNXx {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s2rVBtRNXx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2rVBtRNXx H2 {
  color: #f7ed4a;
}
.cid-s2rVBumkJA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2rVBumkJA .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2rVBumkJA .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-s2rVBumkJA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2rVBumkJA .inner-container {
    width: 100% !important;
  }
}
.cid-tpBVeuBPFm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tpBVeuBPFm .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tpBVeuBPFm .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-tpBVeuBPFm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tpBVeuBPFm .inner-container {
    width: 100% !important;
  }
}
.cid-sy80lR0HG3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sy80lR0HG3 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sy80lR0HG3 .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-sy80lR0HG3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sy80lR0HG3 .inner-container {
    width: 100% !important;
  }
}
.cid-s4JDg6AD6X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4JDg6AD6X .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s4JDg6AD6X .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4JDg6AD6X .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-s4JDg6AD6X .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-s4JDg6AD6X .mbr-text {
  color: #073b4c;
}
.cid-s4CjJkEYy2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4CjJkEYy2 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s4CjJkEYy2 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4CjJkEYy2 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-s4CjJkEYy2 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-s4CjJkEYy2 .mbr-text {
  color: #073b4c;
}
.cid-s4CxVLikXe {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4CxVLikXe .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s4CxVLikXe .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4CxVLikXe .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-s4CxVLikXe .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-s4CxVLikXe .mbr-text {
  color: #073b4c;
}
.cid-tuqnTM1Bzd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tuqnTM1Bzd .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tuqnTM1Bzd .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tuqnTM1Bzd .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tuqnTM1Bzd .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-tuqnTM1Bzd .mbr-text {
  color: #073b4c;
}
.cid-tuqnb9O5gK {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuqnb9O5gK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tuqnb9O5gK .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tuqnb9O5gK .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tuqnb9O5gK .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-tuqnb9O5gK .mbr-text {
  color: #073b4c;
}
.cid-sySQrxoz3s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sySQrxoz3s .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sySQrxoz3s .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sySQrxoz3s .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sySQrxoz3s .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sySQrxoz3s .mbr-text {
  color: #073b4c;
}
.cid-s2rVBuIzqB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s2rVBuIzqB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2rVBuIzqB .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s2rVBuIzqB .mbr-text {
  color: #073b4c;
}
.cid-sAFMqXaMQm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAFMqXaMQm .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sAFMqXaMQm .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sAFMqXaMQm .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sAFMqXaMQm .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sAFMqXaMQm .mbr-text {
  color: #073b4c;
}
.cid-s2UAGb9Mwd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s2UAGb9Mwd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s2UAGb9Mwd .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s2UAGb9Mwd .mbr-text {
  color: #073b4c;
}
.cid-sx4pFoN2Yl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sx4pFoN2Yl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sx4pFoN2Yl .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sx4pFoN2Yl .mbr-text {
  color: #073b4c;
}
.cid-sy7cdSjaT2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sy7cdSjaT2 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sy7cdSjaT2 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sy7cdSjaT2 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sy7cdSjaT2 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sy7cdSjaT2 .mbr-text {
  color: #073b4c;
}
.cid-sy7e6gBXWD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sy7e6gBXWD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sy7e6gBXWD .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sy7e6gBXWD .mbr-text {
  color: #073b4c;
}
.cid-temAe2OXwx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a46a51;
}
.cid-temAe2OXwx .mbr-text,
.cid-temAe2OXwx blockquote {
  color: #767676;
}
.cid-temAe2OXwx .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-ti39FZGddm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ti39FZGddm .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti39FZGddm .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-ti39FZGddm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti39FZGddm .inner-container {
    width: 100% !important;
  }
}
.cid-teo4rrZsAq {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-teo4rrZsAq .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-teo4rrZsAq H2 {
  color: #465052;
  text-align: center;
}
.cid-teo4rrZsAq .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s7kqemQQDB .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s7kqemQQDB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s7kqemQQDB a {
  font-style: normal;
}
.cid-s7kqemQQDB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s7kqemQQDB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s7kqemQQDB .nav-item:focus,
.cid-s7kqemQQDB .nav-link:focus {
  outline: none;
}
.cid-s7kqemQQDB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7kqemQQDB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s7kqemQQDB .menu-logo {
  margin-right: auto;
}
.cid-s7kqemQQDB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7kqemQQDB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s7kqemQQDB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s7kqemQQDB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s7kqemQQDB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s7kqemQQDB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s7kqemQQDB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s7kqemQQDB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s7kqemQQDB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s7kqemQQDB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7kqemQQDB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s7kqemQQDB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s7kqemQQDB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s7kqemQQDB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7kqemQQDB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s7kqemQQDB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7kqemQQDB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s7kqemQQDB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s7kqemQQDB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s7kqemQQDB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s7kqemQQDB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s7kqemQQDB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s7kqemQQDB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s7kqemQQDB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s7kqemQQDB button.navbar-toggler:focus {
  outline: none;
}
.cid-s7kqemQQDB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s7kqemQQDB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7kqemQQDB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7kqemQQDB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7kqemQQDB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7kqemQQDB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7kqemQQDB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7kqemQQDB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7kqemQQDB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7kqemQQDB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s7kqemQQDB .collapsed .btn {
  display: -webkit-flex;
}
.cid-s7kqemQQDB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s7kqemQQDB .collapsed .navbar-collapse.collapsing,
.cid-s7kqemQQDB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s7kqemQQDB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s7kqemQQDB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s7kqemQQDB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s7kqemQQDB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s7kqemQQDB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s7kqemQQDB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s7kqemQQDB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s7kqemQQDB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s7kqemQQDB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s7kqemQQDB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s7kqemQQDB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s7kqemQQDB .collapsed button.navbar-toggler {
  display: block;
}
.cid-s7kqemQQDB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s7kqemQQDB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s7kqemQQDB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s7kqemQQDB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s7kqemQQDB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s7kqemQQDB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s7kqemQQDB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s7kqemQQDB img {
    height: 3.8rem !important;
  }
  .cid-s7kqemQQDB .btn {
    display: -webkit-flex;
  }
  .cid-s7kqemQQDB button.navbar-toggler {
    display: block;
  }
  .cid-s7kqemQQDB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s7kqemQQDB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s7kqemQQDB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s7kqemQQDB .navbar-collapse.collapsing,
  .cid-s7kqemQQDB .navbar-collapse.show {
    display: block !important;
  }
  .cid-s7kqemQQDB .navbar-collapse.collapsing .navbar-nav,
  .cid-s7kqemQQDB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s7kqemQQDB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s7kqemQQDB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s7kqemQQDB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s7kqemQQDB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7kqemQQDB .navbar-collapse.collapsing .navbar-buttons,
  .cid-s7kqemQQDB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s7kqemQQDB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s7kqemQQDB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7kqemQQDB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s7kqemQQDB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s7kqemQQDB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s7kqemQQDB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s7kqemQQDB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s7kqemQQDB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s7kqemQQDB .nav-link:hover,
.cid-s7kqemQQDB .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7kqenq1k7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s7kqenq1k7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s7kqenq1k7 H2 {
  color: #f9f295;
}
.cid-thZuVFTKrw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thZuVFTKrw .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-thZuVFTKrw .section-text {
  padding: 2rem 0;
  color: #763125;
}
.cid-thZuVFTKrw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-thZuVFTKrw .inner-container {
    width: 100% !important;
  }
}
.cid-snXiodc5Bc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #763125;
}
.cid-snXiodc5Bc .mbr-text,
.cid-snXiodc5Bc blockquote {
  color: #767676;
}
.cid-snXiodc5Bc .mbr-text P {
  text-align: center;
}
.cid-snXiodc5Bc .mbr-text {
  color: #f9f295;
}
.cid-snXlpQRvqz {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #763125;
}
.cid-snXlpQRvqz .mbr-text,
.cid-snXlpQRvqz blockquote {
  color: #767676;
}
.cid-snXlpQRvqz .mbr-text P {
  text-align: left;
}
.cid-snXlpQRvqz .mbr-text {
  color: #ffffff;
}
.cid-thZrc8CKtA {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thZrc8CKtA .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-thZrc8CKtA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thZrc8CKtA .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-thZrc8CKtA .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-thZrc8CKtA .mbr-text {
  color: #073b4c;
}
.cid-thZrd3nlHZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-thZrd3nlHZ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-thZrd3nlHZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thZrd3nlHZ .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-thZrd3nlHZ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-thZrd3nlHZ .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-thZrelzqv7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-thZrelzqv7 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-thZrelzqv7 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thZrelzqv7 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-thZrelzqv7 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-thZrelzqv7 .mbr-text {
  color: #073b4c;
}
.cid-thZrfFk0Ky {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thZrfFk0Ky .mbr-text,
.cid-thZrfFk0Ky blockquote {
  color: #767676;
}
.cid-thZrfFk0Ky .mbr-text {
  color: #073b4c;
}
.cid-snHkEF2EaQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7e5ea;
}
.cid-snHkEF2EaQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-snHkEF2EaQ p {
  color: #767676;
  text-align: left;
}
.cid-snHkEF2EaQ .card-box {
  padding-top: 2rem;
}
.cid-snHkEF2EaQ .card-wrapper {
  height: 100%;
}
.cid-snHkEF2EaQ .card-title {
  color: #a01907;
  text-align: center;
}
.cid-so4gTqilBF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f7e5ea;
}
.cid-so4gTqilBF .mbr-text,
.cid-so4gTqilBF blockquote {
  color: #767676;
}
.cid-so4gTqilBF .mbr-text {
  color: #a01907;
}
.cid-snXlZXqoIo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #763125;
}
.cid-snXlZXqoIo .mbr-text,
.cid-snXlZXqoIo blockquote {
  color: #767676;
}
.cid-snXlZXqoIo .mbr-text P {
  text-align: center;
}
.cid-snXlZXqoIo .mbr-text {
  color: #f9f295;
}
.cid-snXlpiA7sL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #763125;
}
.cid-snXlpiA7sL .mbr-text,
.cid-snXlpiA7sL blockquote {
  color: #767676;
}
.cid-snXlpiA7sL .mbr-text P {
  text-align: left;
}
.cid-snXlpiA7sL .mbr-text {
  color: #f7e5ea;
}
.cid-snXm1b8P1k {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #763125;
}
.cid-snXm1b8P1k .mbr-text,
.cid-snXm1b8P1k blockquote {
  color: #767676;
}
.cid-snXm1b8P1k .mbr-text P {
  text-align: center;
}
.cid-snXm1b8P1k .mbr-text {
  color: #f9f295;
}
.cid-snXlnrDvAx {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #763125;
}
.cid-snXlnrDvAx .mbr-text,
.cid-snXlnrDvAx blockquote {
  color: #767676;
}
.cid-snXlnrDvAx .mbr-text P {
  text-align: left;
}
.cid-snXlnrDvAx .mbr-text {
  color: #fff7de;
}
.cid-ti3NulUq3O {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ti3NulUq3O .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-ti3NulUq3O H2 {
  color: #465052;
  text-align: center;
}
.cid-ti3NulUq3O .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-thZruuOxGv .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thZruuOxGv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-thZruuOxGv a {
  font-style: normal;
}
.cid-thZruuOxGv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thZruuOxGv .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-thZruuOxGv .nav-item:focus,
.cid-thZruuOxGv .nav-link:focus {
  outline: none;
}
.cid-thZruuOxGv .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-thZruuOxGv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-thZruuOxGv .menu-logo {
  margin-right: auto;
}
.cid-thZruuOxGv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thZruuOxGv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-thZruuOxGv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thZruuOxGv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thZruuOxGv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-thZruuOxGv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thZruuOxGv .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thZruuOxGv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-thZruuOxGv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thZruuOxGv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thZruuOxGv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thZruuOxGv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-thZruuOxGv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-thZruuOxGv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thZruuOxGv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thZruuOxGv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thZruuOxGv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thZruuOxGv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-thZruuOxGv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-thZruuOxGv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-thZruuOxGv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thZruuOxGv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thZruuOxGv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thZruuOxGv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-thZruuOxGv button.navbar-toggler:focus {
  outline: none;
}
.cid-thZruuOxGv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-thZruuOxGv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thZruuOxGv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thZruuOxGv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thZruuOxGv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thZruuOxGv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thZruuOxGv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thZruuOxGv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thZruuOxGv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thZruuOxGv .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thZruuOxGv .collapsed .btn {
  display: -webkit-flex;
}
.cid-thZruuOxGv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thZruuOxGv .collapsed .navbar-collapse.collapsing,
.cid-thZruuOxGv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thZruuOxGv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thZruuOxGv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thZruuOxGv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thZruuOxGv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thZruuOxGv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-thZruuOxGv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-thZruuOxGv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thZruuOxGv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thZruuOxGv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thZruuOxGv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-thZruuOxGv .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-thZruuOxGv .collapsed button.navbar-toggler {
  display: block;
}
.cid-thZruuOxGv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thZruuOxGv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thZruuOxGv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thZruuOxGv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thZruuOxGv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thZruuOxGv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-thZruuOxGv.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thZruuOxGv img {
    height: 3.8rem !important;
  }
  .cid-thZruuOxGv .btn {
    display: -webkit-flex;
  }
  .cid-thZruuOxGv button.navbar-toggler {
    display: block;
  }
  .cid-thZruuOxGv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-thZruuOxGv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thZruuOxGv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thZruuOxGv .navbar-collapse.collapsing,
  .cid-thZruuOxGv .navbar-collapse.show {
    display: block !important;
  }
  .cid-thZruuOxGv .navbar-collapse.collapsing .navbar-nav,
  .cid-thZruuOxGv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thZruuOxGv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thZruuOxGv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thZruuOxGv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-thZruuOxGv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-thZruuOxGv .navbar-collapse.collapsing .navbar-buttons,
  .cid-thZruuOxGv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thZruuOxGv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thZruuOxGv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thZruuOxGv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thZruuOxGv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thZruuOxGv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thZruuOxGv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-thZruuOxGv .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thZruuOxGv .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thZruuOxGv .nav-link:hover,
.cid-thZruuOxGv .dropdown-item:hover {
  color: #767676 !important;
}
.cid-thZruvOhWJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-thZruvOhWJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-thZruvOhWJ H2 {
  color: #f9f295;
}
.cid-thZw8D8Mjn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thZw8D8Mjn .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-thZw8D8Mjn .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-thZw8D8Mjn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-thZw8D8Mjn .inner-container {
    width: 100% !important;
  }
}
.cid-ucLfjGSJXf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ucLfjGSJXf .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ucLfjGSJXf .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ucLfjGSJXf .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-ucLfjGSJXf .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-ucLfjGSJXf .mbr-text {
  color: #073b4c;
}
.cid-ucLxRY1niT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ucLxRY1niT .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ucLxRY1niT .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ucLxRY1niT .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-ucLxRY1niT .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-ucLxRY1niT .mbr-text {
  color: #073b4c;
}
.cid-thZruyulmT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fcf6e5;
}
.cid-thZruyulmT .mbr-text,
.cid-thZruyulmT blockquote {
  color: #767676;
}
.cid-thZruyulmT .mbr-text {
  color: #c21d08;
}
.cid-thZruyulmT .mbr-text P {
  text-align: center;
}
.cid-thZruyKgKo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thZruyKgKo .mbr-text,
.cid-thZruyKgKo blockquote {
  color: #767676;
}
.cid-thZruyKgKo .mbr-text {
  color: #c11903;
}
.cid-thZruyKgKo .mbr-text P {
  text-align: left;
}
.cid-thZruz00tt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thZruz00tt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-thZruz00tt p {
  color: #767676;
  text-align: left;
}
.cid-thZruz00tt .card-box {
  padding-top: 2rem;
}
.cid-thZruz00tt .card-wrapper {
  height: 100%;
}
.cid-thZruz00tt .card-title DIV {
  text-align: center;
}
.cid-thZruz00tt .card-title {
  text-align: center;
  color: #a01907;
}
.cid-thZruzGR9h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thZruzGR9h h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-thZruzGR9h p {
  color: #767676;
  text-align: left;
}
.cid-thZruzGR9h .card-box {
  padding-top: 2rem;
}
.cid-thZruzGR9h .card-wrapper {
  height: 100%;
}
.cid-thZruzGR9h .card-title {
  text-align: center;
  color: #a01907;
}
.cid-thZruAneHx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thZruAneHx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-thZruAneHx p {
  color: #767676;
  text-align: left;
}
.cid-thZruAneHx .card-box {
  padding-top: 2rem;
}
.cid-thZruAneHx .card-wrapper {
  height: 100%;
}
.cid-thZruAneHx .card-title {
  color: #a01907;
  text-align: center;
}
.cid-thZz1abHM5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-thZz1abHM5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thZz1abHM5 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-thZz1abHM5 .mbr-text {
  color: #ffffff;
}
.cid-thZruCYnZ8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-thZruCYnZ8 P {
  color: #767676;
}
.cid-thZruCYnZ8 H1 {
  color: #062f3d;
}
.cid-thZruCYnZ8 .mbr-text,
.cid-thZruCYnZ8 .mbr-section-btn {
  color: #0e0202;
  text-align: left;
}
.cid-thZruCYnZ8 DIV {
  text-align: center;
}
.cid-thZruCYnZ8 H3 {
  color: #6a8c7e;
}
.cid-s7Q9mSGxnm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s7Q9mSGxnm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s7Q9mSGxnm a {
  font-style: normal;
}
.cid-s7Q9mSGxnm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s7Q9mSGxnm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s7Q9mSGxnm .nav-item:focus,
.cid-s7Q9mSGxnm .nav-link:focus {
  outline: none;
}
.cid-s7Q9mSGxnm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7Q9mSGxnm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s7Q9mSGxnm .menu-logo {
  margin-right: auto;
}
.cid-s7Q9mSGxnm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7Q9mSGxnm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s7Q9mSGxnm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s7Q9mSGxnm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s7Q9mSGxnm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s7Q9mSGxnm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s7Q9mSGxnm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s7Q9mSGxnm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s7Q9mSGxnm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s7Q9mSGxnm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7Q9mSGxnm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s7Q9mSGxnm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s7Q9mSGxnm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s7Q9mSGxnm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7Q9mSGxnm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s7Q9mSGxnm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7Q9mSGxnm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s7Q9mSGxnm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s7Q9mSGxnm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s7Q9mSGxnm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s7Q9mSGxnm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s7Q9mSGxnm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s7Q9mSGxnm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s7Q9mSGxnm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s7Q9mSGxnm button.navbar-toggler:focus {
  outline: none;
}
.cid-s7Q9mSGxnm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s7Q9mSGxnm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7Q9mSGxnm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7Q9mSGxnm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7Q9mSGxnm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7Q9mSGxnm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7Q9mSGxnm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7Q9mSGxnm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7Q9mSGxnm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7Q9mSGxnm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s7Q9mSGxnm .collapsed .btn {
  display: -webkit-flex;
}
.cid-s7Q9mSGxnm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s7Q9mSGxnm .collapsed .navbar-collapse.collapsing,
.cid-s7Q9mSGxnm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s7Q9mSGxnm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s7Q9mSGxnm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s7Q9mSGxnm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s7Q9mSGxnm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s7Q9mSGxnm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s7Q9mSGxnm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s7Q9mSGxnm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s7Q9mSGxnm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s7Q9mSGxnm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s7Q9mSGxnm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s7Q9mSGxnm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s7Q9mSGxnm .collapsed button.navbar-toggler {
  display: block;
}
.cid-s7Q9mSGxnm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s7Q9mSGxnm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s7Q9mSGxnm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s7Q9mSGxnm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s7Q9mSGxnm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s7Q9mSGxnm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s7Q9mSGxnm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s7Q9mSGxnm img {
    height: 3.8rem !important;
  }
  .cid-s7Q9mSGxnm .btn {
    display: -webkit-flex;
  }
  .cid-s7Q9mSGxnm button.navbar-toggler {
    display: block;
  }
  .cid-s7Q9mSGxnm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s7Q9mSGxnm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s7Q9mSGxnm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s7Q9mSGxnm .navbar-collapse.collapsing,
  .cid-s7Q9mSGxnm .navbar-collapse.show {
    display: block !important;
  }
  .cid-s7Q9mSGxnm .navbar-collapse.collapsing .navbar-nav,
  .cid-s7Q9mSGxnm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s7Q9mSGxnm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s7Q9mSGxnm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s7Q9mSGxnm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s7Q9mSGxnm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7Q9mSGxnm .navbar-collapse.collapsing .navbar-buttons,
  .cid-s7Q9mSGxnm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s7Q9mSGxnm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s7Q9mSGxnm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7Q9mSGxnm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s7Q9mSGxnm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s7Q9mSGxnm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s7Q9mSGxnm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s7Q9mSGxnm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s7Q9mSGxnm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s7Q9mSGxnm .nav-link:hover,
.cid-s7Q9mSGxnm .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s7Q9mTt2sZ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-s7Q9mTt2sZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s7Q9mTt2sZ H2 {
  color: #f7ed4a;
}
.cid-s7Q9mU8qao {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7Q9mU8qao .mbr-text,
.cid-s7Q9mU8qao blockquote {
  color: #767676;
}
.cid-s7Q9mU8qao .mbr-text {
  color: #0f7699;
}
.cid-saGl3yzMrI {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-saGl3yzMrI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-saGl3yzMrI .video-block {
    width: 100% !important;
  }
}
.cid-saGnEknQnd {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saGnEknQnd .mbr-text,
.cid-saGnEknQnd blockquote {
  color: #767676;
}
.cid-saGnEknQnd .mbr-text {
  color: #0f7699;
}
.cid-saGnEknQnd .mbr-text P {
  text-align: center;
}
.cid-teo3p1zzdG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f3feff;
}
.cid-teo3p1zzdG .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-teo3p1zzdG H2 {
  color: #465052;
  text-align: center;
}
.cid-teo3p1zzdG .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ti34DDaIFo .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ti34DDaIFo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ti34DDaIFo a {
  font-style: normal;
}
.cid-ti34DDaIFo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ti34DDaIFo .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ti34DDaIFo .nav-item:focus,
.cid-ti34DDaIFo .nav-link:focus {
  outline: none;
}
.cid-ti34DDaIFo .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ti34DDaIFo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ti34DDaIFo .menu-logo {
  margin-right: auto;
}
.cid-ti34DDaIFo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ti34DDaIFo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ti34DDaIFo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ti34DDaIFo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ti34DDaIFo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ti34DDaIFo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ti34DDaIFo .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ti34DDaIFo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ti34DDaIFo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ti34DDaIFo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ti34DDaIFo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ti34DDaIFo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ti34DDaIFo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ti34DDaIFo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ti34DDaIFo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ti34DDaIFo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ti34DDaIFo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ti34DDaIFo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ti34DDaIFo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ti34DDaIFo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ti34DDaIFo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ti34DDaIFo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ti34DDaIFo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ti34DDaIFo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ti34DDaIFo button.navbar-toggler:focus {
  outline: none;
}
.cid-ti34DDaIFo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-ti34DDaIFo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ti34DDaIFo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ti34DDaIFo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ti34DDaIFo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ti34DDaIFo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ti34DDaIFo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ti34DDaIFo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ti34DDaIFo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ti34DDaIFo .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ti34DDaIFo .collapsed .btn {
  display: -webkit-flex;
}
.cid-ti34DDaIFo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ti34DDaIFo .collapsed .navbar-collapse.collapsing,
.cid-ti34DDaIFo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ti34DDaIFo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ti34DDaIFo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ti34DDaIFo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ti34DDaIFo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ti34DDaIFo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ti34DDaIFo .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ti34DDaIFo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ti34DDaIFo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ti34DDaIFo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ti34DDaIFo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ti34DDaIFo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ti34DDaIFo .collapsed button.navbar-toggler {
  display: block;
}
.cid-ti34DDaIFo .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ti34DDaIFo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ti34DDaIFo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ti34DDaIFo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ti34DDaIFo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ti34DDaIFo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-ti34DDaIFo.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ti34DDaIFo img {
    height: 3.8rem !important;
  }
  .cid-ti34DDaIFo .btn {
    display: -webkit-flex;
  }
  .cid-ti34DDaIFo button.navbar-toggler {
    display: block;
  }
  .cid-ti34DDaIFo .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ti34DDaIFo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ti34DDaIFo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ti34DDaIFo .navbar-collapse.collapsing,
  .cid-ti34DDaIFo .navbar-collapse.show {
    display: block !important;
  }
  .cid-ti34DDaIFo .navbar-collapse.collapsing .navbar-nav,
  .cid-ti34DDaIFo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ti34DDaIFo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ti34DDaIFo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ti34DDaIFo .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ti34DDaIFo .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ti34DDaIFo .navbar-collapse.collapsing .navbar-buttons,
  .cid-ti34DDaIFo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ti34DDaIFo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ti34DDaIFo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ti34DDaIFo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ti34DDaIFo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ti34DDaIFo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ti34DDaIFo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ti34DDaIFo .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ti34DDaIFo .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ti34DDaIFo .nav-link:hover,
.cid-ti34DDaIFo .dropdown-item:hover {
  color: #767676 !important;
}
.cid-ti34DDFqNM {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mapa-extens-geogr-imperio-esp-549x333.jpg");
}
.cid-ti34DDFqNM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ti34DDFqNM H2 {
  color: #f7ed4a;
}
.cid-ti34DEp57v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ti34DEp57v .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti34DEp57v .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-ti34DEp57v .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti34DEp57v .inner-container {
    width: 100% !important;
  }
}
.cid-ti34DEVfOh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ti34DEVfOh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ti34DEVfOh .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ti34DEVfOh .mbr-text {
  color: #073b4c;
}
.cid-ti34DFc3KA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ti34DFc3KA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ti34DFc3KA .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ti34DFc3KA .mbr-text {
  color: #073b4c;
}
.cid-ti34DFsBz3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ti34DFsBz3 .mbr-text,
.cid-ti34DFsBz3 blockquote {
  color: #767676;
}
.cid-ti34DFsBz3 .mbr-text {
  color: #073b4c;
}
.cid-ti34DH7p8L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a46a51;
}
.cid-ti34DH7p8L .mbr-text,
.cid-ti34DH7p8L blockquote {
  color: #767676;
}
.cid-ti34DHmS8P {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ti34DHmS8P .mbr-text,
.cid-ti34DHmS8P blockquote {
  color: #767676;
}
.cid-ti34DHmS8P .mbr-text {
  color: #073b4c;
}
.cid-ti34DHEXLr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ti34DHEXLr .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ti34DHEXLr .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-ti34DHEXLr .mbr-text {
  color: #073b4c;
}
.cid-ti34DIfqhg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ti34DIfqhg .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ti34DIfqhg .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-ti34DIfqhg .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-ti34DJwi1o {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a46a51;
}
.cid-ti34DJwi1o .mbr-text,
.cid-ti34DJwi1o blockquote {
  color: #767676;
}
.cid-ti34DJPQtO {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ti34DJPQtO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ti34DJPQtO .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ti34DJPQtO .mbr-text {
  color: #073b4c;
}
.cid-ti34DKcwZQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ti34DKcwZQ .mbr-text,
.cid-ti34DKcwZQ blockquote {
  color: #767676;
}
.cid-ti34DKcwZQ .mbr-text {
  color: #073b4c;
}
.cid-ti34DKvauU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ti34DKvauU .mbr-text,
.cid-ti34DKvauU blockquote {
  color: #767676;
}
.cid-ti34DKvauU .mbr-text {
  color: #073b4c;
}
.cid-ti34DKPRRv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ti34DKPRRv .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ti34DKPRRv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ti34DKPRRv .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-ti34DKPRRv .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ti34DKPRRv .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-uWRQJZw6lY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #635a51;
}
.cid-uWRQJZw6lY .mbr-text,
.cid-uWRQJZw6lY blockquote {
  color: #767676;
}
.cid-uWRQJZw6lY .mbr-text P {
  text-align: center;
}
.cid-uWRQJZw6lY .mbr-text {
  color: #635a51;
}
.cid-uWRNxTdZHO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWRNxTdZHO P {
  color: #767676;
}
.cid-uWRNxTdZHO H1 {
  color: #062f3d;
}
.cid-uWRNxTdZHO .mbr-text,
.cid-uWRNxTdZHO .mbr-section-btn {
  color: #0e0202;
  text-align: left;
}
.cid-uWRNxTdZHO DIV {
  text-align: center;
}
.cid-uWRNxTdZHO H3 {
  color: #cc2952;
}
.cid-uWRLoXloNS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWRLoXloNS .mbr-text {
  color: #7f1933;
}
.cid-uWRLoXloNS .mbr-text p {
  background: #ffffff;
}
.cid-uWRKYWtabN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #635a51;
}
.cid-uWRKYWtabN .mbr-text,
.cid-uWRKYWtabN blockquote {
  color: #767676;
}
.cid-uWRKYWtabN .mbr-text P {
  text-align: center;
}
.cid-uWRKYWtabN .mbr-text {
  color: #635a51;
}
.cid-ti34DLh4jx {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ti34DLh4jx .mbr-text,
.cid-ti34DLh4jx blockquote {
  color: #767676;
}
.cid-ti34DLh4jx .mbr-text {
  color: #073b4c;
}
.cid-ti34DLM2xr {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-ti34DLM2xr .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-ti34DLM2xr .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-ti34DLM2xr .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-ti34DLM2xr .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-ti34DLM2xr .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-ti34DLM2xr .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-ti34DLM2xr .img-item {
    width: 100% !important;
  }
  .cid-ti34DLM2xr .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-ti34DMdW44 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ti34DMdW44 .mbr-text,
.cid-ti34DMdW44 blockquote {
  color: #767676;
}
.cid-ti34DMdW44 .mbr-text {
  color: #073b4c;
}
.cid-ti34DMDou3 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ti34DMDou3 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-ti34DMDou3 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-ti34DMDou3 .mbr-text {
  color: #073b4c;
}
.cid-tpBDUMgj9y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a46a51;
}
.cid-tpBDUMgj9y .mbr-text,
.cid-tpBDUMgj9y blockquote {
  color: #767676;
}
.cid-tpBDUMgj9y .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-tpBDM8fwKk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tpBDM8fwKk .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tpBDM8fwKk .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tpBDM8fwKk .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tpBDM8fwKk .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-tpBDM8fwKk .mbr-text {
  color: #073b4c;
}
.cid-ti34DN6Xv5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a46a51;
}
.cid-ti34DN6Xv5 .mbr-text,
.cid-ti34DN6Xv5 blockquote {
  color: #767676;
}
.cid-ti34DN6Xv5 .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-ti34DNt80M {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ti34DNt80M .mbr-text,
.cid-ti34DNt80M blockquote {
  color: #767676;
}
.cid-ti34DNt80M .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-ti34DOiT3T {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ti34DOiT3T .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ti34DOiT3T .video-block {
    width: 100% !important;
  }
}
.cid-ti34DOCYv8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a46a51;
}
.cid-ti34DOCYv8 .mbr-text,
.cid-ti34DOCYv8 blockquote {
  color: #767676;
}
.cid-ti34DOCYv8 .mbr-text {
  text-align: center;
  color: #232323;
}
.cid-ti34DOU5dZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ti34DOU5dZ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ti34DOU5dZ .section-text {
  padding: 2rem 0;
  color: #000000;
}
.cid-ti34DOU5dZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ti34DOU5dZ .inner-container {
    width: 100% !important;
  }
}
.cid-ti34DPcKLW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ti34DPcKLW .mbr-section-subtitle {
  color: #0f7699;
  text-align: center;
}
.cid-ti34DPcKLW H2 {
  color: #465052;
  text-align: center;
}
.cid-ti34DPcKLW .mbr-section-subtitle DIV {
  text-align: left;
}
