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





.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  line-height: 1.44230769;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #39c0b9 !important;
}
.bg-success {
  background-color: #06df9e !important;
}
.bg-info {
  background-color: #39c0b9 !important;
}
.bg-warning {
  background-color: #06df9e !important;
}
.bg-danger {
  background-color: #39c0b9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #39c0b9 !important;
  border-color: #39c0b9 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #39c0b9;
  border-color: #39c0b9;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #39c0b9 !important;
  border-color: #39c0b9 !important;
}
.btn-primary:hover {
  background-color: #2d9993 !important;
  border-color: #2d9993 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #424242 !important;
  border-color: #424242 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #424242;
  border-color: #424242;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #424242 !important;
  border-color: #424242 !important;
}
.btn-secondary:hover {
  background-color: #292929 !important;
  border-color: #292929 !important;
}
.btn-info,
.btn-info:active {
  background-color: #39c0b9 !important;
  border-color: #39c0b9 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #39c0b9;
  border-color: #39c0b9;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #39c0b9 !important;
  border-color: #39c0b9 !important;
}
.btn-info:hover {
  background-color: #2d9993 !important;
  border-color: #2d9993 !important;
}
.btn-success,
.btn-success:active {
  background-color: #06df9e !important;
  border-color: #06df9e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #06df9e;
  border-color: #06df9e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-success:hover {
  background-color: #05ad7b !important;
  border-color: #05ad7b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #06df9e !important;
  border-color: #06df9e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #06df9e;
  border-color: #06df9e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-warning:hover {
  background-color: #1ff9b8 !important;
  border-color: #1ff9b8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #39c0b9 !important;
  border-color: #39c0b9 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #39c0b9;
  border-color: #39c0b9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #39c0b9 !important;
  border-color: #39c0b9 !important;
}
.btn-danger:hover {
  background-color: #5dcfc9 !important;
  border-color: #2d9993 !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #39c0b9;
  color: #39c0b9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #39c0b9 !important;
  border-color: #39c0b9;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #39c0b9 !important;
  border-color: #39c0b9 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #424242;
  color: #424242;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #424242 !important;
  border-color: #424242;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #424242 !important;
  border-color: #424242 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #39c0b9;
  color: #39c0b9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #39c0b9 !important;
  border-color: #39c0b9;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #39c0b9 !important;
  border-color: #39c0b9 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #06df9e;
  color: #06df9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #06df9e !important;
  border-color: #06df9e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #06df9e;
  color: #06df9e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #06df9e !important;
  border-color: #06df9e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #39c0b9;
  color: #39c0b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #39c0b9 !important;
  border-color: #39c0b9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #39c0b9 !important;
  border-color: #39c0b9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  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 {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #39c0b9 !important;
}
.text-secondary {
  color: #424242 !important;
}
.text-success {
  color: #06df9e !important;
}
.text-info {
  color: #39c0b9 !important;
}
.text-warning {
  color: #06df9e !important;
}
.text-danger {
  color: #39c0b9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #22716d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f0f0f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #037c58 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #22716d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #06df9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #22716d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #39c0b9 !important;
}
.alert-success {
  background-color: #06df9e;
}
.alert-info {
  background-color: #39c0b9;
}
.alert-warning {
  background-color: #06df9e;
}
.alert-danger {
  background-color: #39c0b9;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #39c0b9;
  border-color: #39c0b9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #39c0b9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #98e0dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4fde7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #98e0dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4fde7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #98e0dd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #39c0b9;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #39c0b9;
  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: #39c0b9;
  border-bottom-color: #39c0b9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #39c0b9 !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: #424242 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sy8hw4QZ8I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/infraestructura-2000x1200.jpg");
}
.cid-sy8hw4QZ8I .mbr-overlay {
  background: #000000;
  opacity: 0.7;
}
.cid-sy8hw4QZ8I img,
.cid-sy8hw4QZ8I .item-img {
  width: 100%;
}
.cid-sy8hw4QZ8I .item:focus,
.cid-sy8hw4QZ8I span:focus {
  outline: none;
}
.cid-sy8hw4QZ8I .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sy8hw4QZ8I .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sy8hw4QZ8I .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sy8hw4QZ8I .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sy8hw4QZ8I .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sy8hw4QZ8I .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sy8hw4QZ8I .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sy8hw4QZ8I .mbr-section-title {
  color: #ffffff;
}
.cid-sy8hw4QZ8I .mbr-text,
.cid-sy8hw4QZ8I .mbr-section-btn {
  text-align: center;
}
.cid-sy8hw4QZ8I .item-title {
  text-align: center;
}
.cid-sy8hw4QZ8I .item-subtitle {
  text-align: center;
}
.cid-sy8hw4QZ8I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rWYJupNzPS {
  min-height: 114px !important;
  position: static;
  background: #e9e9e9;
}
.cid-rWYJupNzPS .nav-item,
.cid-rWYJupNzPS .nav-link,
.cid-rWYJupNzPS .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-rWYJupNzPS .nav-item:hover,
.cid-rWYJupNzPS .nav-link:hover,
.cid-rWYJupNzPS .navbar-caption:hover {
  color: #39c0b9 !important;
}
.cid-rWYJupNzPS .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-rWYJupNzPS .container,
.cid-rWYJupNzPS .container-fluid {
  position: static;
}
.cid-rWYJupNzPS .container-fluid,
.cid-rWYJupNzPS .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-rWYJupNzPS .navbar-brand {
  padding: 0;
}
.cid-rWYJupNzPS .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-rWYJupNzPS .nav-link:hover:before {
  width: 100%;
}
.cid-rWYJupNzPS .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-rWYJupNzPS .nav-link {
    margin: 0 !important;
  }
}
.cid-rWYJupNzPS .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rWYJupNzPS .widget p,
.cid-rWYJupNzPS .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-rWYJupNzPS .widget p a,
.cid-rWYJupNzPS .widget .icons-menu a {
  margin-left: 15px;
}
.cid-rWYJupNzPS .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(57, 192, 185, 0.8);
  font-size: 17px;
  color: rgba(57, 192, 185, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-rWYJupNzPS .icons__wrap:hover {
  color: #ffffff;
  background-color: #39c0b9;
  border-color: #39c0b9;
}
.cid-rWYJupNzPS .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rWYJupNzPS .block__phone,
  .cid-rWYJupNzPS .icons-menu {
    display: none;
  }
  .cid-rWYJupNzPS .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-rWYJupNzPS .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #39c0b9 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-rWYJupNzPS .mbr-section-btn .btn-secondary:hover {
  background-color: #39c0b9 !important;
  color: #ffffff !important;
}
.cid-rWYJupNzPS .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-rWYJupNzPS .navbar > .container,
.cid-rWYJupNzPS .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-rWYJupNzPS .btn {
    white-space: nowrap;
  }
  .cid-rWYJupNzPS .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-rWYJupNzPS .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-rWYJupNzPS .dropdown-toggle::after,
  .cid-rWYJupNzPS .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-rWYJupNzPS .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-rWYJupNzPS .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-rWYJupNzPS .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-rWYJupNzPS .dropdown-menu .dropdown-item:hover {
  color: #39c0b9 !important;
}
.cid-rWYJupNzPS .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rWYJupNzPS .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rWYJupNzPS .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-rWYJupNzPS .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-rWYJupNzPS .nav-item:focus,
.cid-rWYJupNzPS .nav-link:focus {
  outline: none;
}
.cid-rWYJupNzPS .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-rWYJupNzPS .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-rWYJupNzPS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rWYJupNzPS .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rWYJupNzPS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rWYJupNzPS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWYJupNzPS .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rWYJupNzPS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWYJupNzPS .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #e9e9e9;
}
.cid-rWYJupNzPS .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #e9e9e9 !important;
}
.cid-rWYJupNzPS .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-rWYJupNzPS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWYJupNzPS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rWYJupNzPS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 110px - 1rem);
  }
}
.cid-rWYJupNzPS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rWYJupNzPS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWYJupNzPS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rWYJupNzPS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWYJupNzPS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWYJupNzPS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rWYJupNzPS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWYJupNzPS .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rWYJupNzPS .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rWYJupNzPS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rWYJupNzPS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rWYJupNzPS .navbar.navbar-short {
  background: #e9e9e9 !important;
  min-height: 70px;
  height: 70px;
}
.cid-rWYJupNzPS .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-rWYJupNzPS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWYJupNzPS .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-rWYJupNzPS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-rWYJupNzPS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWYJupNzPS .dropdown-item.active,
.cid-rWYJupNzPS .dropdown-item:active {
  background-color: transparent;
}
.cid-rWYJupNzPS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-rWYJupNzPS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rWYJupNzPS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWYJupNzPS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #39c0b9;
}
.cid-rWYJupNzPS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWYJupNzPS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWYJupNzPS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWYJupNzPS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWYJupNzPS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWYJupNzPS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWYJupNzPS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWYJupNzPS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWYJupNzPS .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rWYJupNzPS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-rWYJupNzPS a.nav-link:hover {
  color: #39c0b9 !important;
}
@media (max-width: 991px) {
  .cid-rWYJupNzPS .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-rWYJupNzPS .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-rWYJupNzPS .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-rWYJupNzPS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-rWYJupNzPS .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-rWYJupNzPS .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-rWYJupNzPS .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-rWYJupNzPS .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-rWYJupNzPS .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-rWYJupNzPS .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-rWYJupNzPS a.nav-link {
    justify-content: flex-start;
  }
  .cid-rWYJupNzPS ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-rWYJupNzPS .navbar-brand {
    padding: 0;
  }
  .cid-rWYJupNzPS .block__phone,
  .cid-rWYJupNzPS .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-rWYJupNzPS .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWYJupNzPS .navbar {
    height: 97px;
  }
  .cid-rWYJupNzPS .navbar.opened {
    height: auto;
  }
  .cid-rWYJupNzPS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sw3vMJLCZw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sw3vMJLCZw .container {
    max-width: 1400px;
  }
}
.cid-sw3vMJLCZw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sw3vMJLCZw .card-wrapper {
  margin-top: 3rem;
}
.cid-sw3vMJLCZw .row {
  justify-content: center;
}
.cid-sw3wQdisr3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rWZGyNbG1E {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/comodidades-2000x1062.jpg");
}
.cid-rWZGyNbG1E .container {
  pointer-events: none;
}
.cid-rWZGyNbG1E .subtitle__block,
.cid-rWZGyNbG1E .title__block,
.cid-rWZGyNbG1E .buttons__block {
  pointer-events: all;
}
.cid-rWZGyNbG1E .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-rWZGyNbG1E .subtitle__block SPAN {
  color: #39c0b9;
}
.cid-rWZGyNbG1E .mbr-section-subtitle {
  display: inline-block;
}
.cid-rWZGyNbG1E .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-rWZGyNbG1E .mbr-text {
  margin-top: 35px;
}
.cid-rWZGyNbG1E .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-rWZGyNbG1E .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-rWZGyNbG1E .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #39c0b9 0%, rgba(57, 192, 185, 0.85) 100%) !important;
}
.cid-rWZGyNbG1E .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-rWZGyNbG1E .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-rWZGyNbG1E .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-rWZGyNbG1E .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-rWZGyNbG1E .mbr-figure:hover {
  color: #39c0b9;
  cursor: pointer;
}
.cid-rWZGyNbG1E .mbr-figure:hover .mbr-media {
  border-color: #39c0b9;
  color: #39c0b9;
}
@media (max-width: 575px) {
  .cid-rWZGyNbG1E .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-rWZGyNbG1E .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-rWZGyNbG1E .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-rWZGyNbG1E .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-rWZGyNbG1E .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-rWZGyNbG1E .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rWZGyNbG1E .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rWZGyNbG1E .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rWZGyNbG1E a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rWZGyNbG1E a.close:hover {
  color: #ffffff;
}
.cid-rWZGyNbG1E .mbr-section-title,
.cid-rWZGyNbG1E .subtitle__wrap {
  color: #ffffff;
}
.cid-rWZN31zfuK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rWZN31zfuK .mbr-section-title {
  color: #233d63;
}
.cid-rWZN31zfuK .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-rWZN31zfuK .mbr-section-title,
.cid-rWZN31zfuK .icon__wrap {
  text-align: center;
  color: #39c0b9;
}
.cid-rWZN31zfuK .mbr-section-subtitle {
  text-align: center;
}
.cid-suDWmiAcoL {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #06df9e;
  background: linear-gradient(-135deg, rgba(6, 223, 158, 0.8), #39c0b9);
}
.cid-suDWmiAcoL .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-suDWmiAcoL:before {
  content: "";
  width: 150%;
  height: 200px;
  background: #ffffff;
  transform: rotate(-4deg);
  position: absolute;
  top: -125px;
  right: 0;
}
.cid-suDWmiAcoL:after {
  content: "";
  width: 150%;
  height: 150px;
  background: #ffffff;
  transform: rotate(-4deg);
  position: absolute;
  bottom: -45px;
  left: -3px;
}
.cid-suDWmiAcoL .container {
  pointer-events: none;
}
.cid-suDWmiAcoL .title__block,
.cid-suDWmiAcoL .card {
  pointer-events: all;
}
.cid-suDWmiAcoL .mbr-section-subtitle {
  opacity: 0.5;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.cid-suDWmiAcoL .mbr-section-title {
  text-decoration: underline;
}
.cid-suDWmiAcoL .title__block {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-suDWmiAcoL .title__block {
    margin-bottom: 50px;
  }
}
.cid-suDWmiAcoL .card__wrap {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 7px;
  padding: 45px 60px 40px 40px;
  margin-bottom: 40px;
  height: 100%;
}
.cid-suDWmiAcoL .card__wrap:before {
  content: "";
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 7px;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: transform 0.4s ease-out;
}
.cid-suDWmiAcoL .card__wrap:hover:before {
  transform-origin: center top;
  transform: scaleY(1);
}
.cid-suDWmiAcoL .card__wrap:hover .card-title {
  color: #39c0b9;
}
.cid-suDWmiAcoL .card__wrap:hover .mbr-text {
  color: #424242;
}
.cid-suDWmiAcoL .card__wrap:hover .btn__more a {
  color: #39c0b9 !important;
  opacity: 1;
}
.cid-suDWmiAcoL .card__icon {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-suDWmiAcoL .card__icon span {
  font-size: 50px;
  color: #b3cffc;
}
.cid-suDWmiAcoL .card-box {
  padding-left: 20px;
  word-break: break-word;
  width: 100%;
}
.cid-suDWmiAcoL .mbr-text {
  line-height: 30px;
  opacity: 0.8;
  padding: 12px 0 25px;
}
.cid-suDWmiAcoL .btn__more a {
  color: #ffffff !important;
  opacity: 0.9;
}
.cid-suDWmiAcoL .btn__more a:hover {
  color: #39c0b9 !important;
  text-decoration: underline;
}
.cid-suDWmiAcoL .btn__more .mbr-iconfont {
  font-size: 18px;
  vertical-align: -1px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .cid-suDWmiAcoL .card__wrap {
    padding: 35px 15px 30px 40px;
  }
  .cid-suDWmiAcoL .card-box {
    margin-top: 20px;
    padding-left: 0;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-sw3yJzV6Ei {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sw3yJzV6Ei .content {
    text-align: center;
  }
  .cid-sw3yJzV6Ei .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sw3yJzV6Ei .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sw3yJzV6Ei .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sw3yJzV6Ei .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sw3yJzV6Ei .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sw3yJzV6Ei .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sw3yJzV6Ei .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sw3yJzV6Ei .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sw3yJzV6Ei .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sw3yJzV6Ei .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sw3yJzV6Ei .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sw3yJzV6Ei .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sw3CQkFkPE {
  min-height: 114px !important;
  position: static;
  background: #e9e9e9;
}
.cid-sw3CQkFkPE .nav-item,
.cid-sw3CQkFkPE .nav-link,
.cid-sw3CQkFkPE .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sw3CQkFkPE .nav-item:hover,
.cid-sw3CQkFkPE .nav-link:hover,
.cid-sw3CQkFkPE .navbar-caption:hover {
  color: #39c0b9 !important;
}
.cid-sw3CQkFkPE .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sw3CQkFkPE .container,
.cid-sw3CQkFkPE .container-fluid {
  position: static;
}
.cid-sw3CQkFkPE .container-fluid,
.cid-sw3CQkFkPE .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sw3CQkFkPE .navbar-brand {
  padding: 0;
}
.cid-sw3CQkFkPE .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sw3CQkFkPE .nav-link:hover:before {
  width: 100%;
}
.cid-sw3CQkFkPE .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-sw3CQkFkPE .nav-link {
    margin: 0 !important;
  }
}
.cid-sw3CQkFkPE .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sw3CQkFkPE .widget p,
.cid-sw3CQkFkPE .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sw3CQkFkPE .widget p a,
.cid-sw3CQkFkPE .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sw3CQkFkPE .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(57, 192, 185, 0.8);
  font-size: 17px;
  color: rgba(57, 192, 185, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-sw3CQkFkPE .icons__wrap:hover {
  color: #ffffff;
  background-color: #39c0b9;
  border-color: #39c0b9;
}
.cid-sw3CQkFkPE .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sw3CQkFkPE .block__phone,
  .cid-sw3CQkFkPE .icons-menu {
    display: none;
  }
  .cid-sw3CQkFkPE .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sw3CQkFkPE .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #39c0b9 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sw3CQkFkPE .mbr-section-btn .btn-secondary:hover {
  background-color: #39c0b9 !important;
  color: #ffffff !important;
}
.cid-sw3CQkFkPE .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-sw3CQkFkPE .navbar > .container,
.cid-sw3CQkFkPE .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sw3CQkFkPE .btn {
    white-space: nowrap;
  }
  .cid-sw3CQkFkPE .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-sw3CQkFkPE .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-sw3CQkFkPE .dropdown-toggle::after,
  .cid-sw3CQkFkPE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sw3CQkFkPE .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sw3CQkFkPE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-sw3CQkFkPE .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-sw3CQkFkPE .dropdown-menu .dropdown-item:hover {
  color: #39c0b9 !important;
}
.cid-sw3CQkFkPE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sw3CQkFkPE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sw3CQkFkPE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sw3CQkFkPE .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-sw3CQkFkPE .nav-item:focus,
.cid-sw3CQkFkPE .nav-link:focus {
  outline: none;
}
.cid-sw3CQkFkPE .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-sw3CQkFkPE .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sw3CQkFkPE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-sw3CQkFkPE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sw3CQkFkPE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sw3CQkFkPE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sw3CQkFkPE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sw3CQkFkPE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sw3CQkFkPE .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #e9e9e9;
}
.cid-sw3CQkFkPE .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #e9e9e9 !important;
}
.cid-sw3CQkFkPE .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sw3CQkFkPE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sw3CQkFkPE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sw3CQkFkPE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 110px - 1rem);
  }
}
.cid-sw3CQkFkPE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sw3CQkFkPE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sw3CQkFkPE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sw3CQkFkPE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sw3CQkFkPE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sw3CQkFkPE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sw3CQkFkPE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sw3CQkFkPE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sw3CQkFkPE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sw3CQkFkPE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sw3CQkFkPE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sw3CQkFkPE .navbar.navbar-short {
  background: #e9e9e9 !important;
  min-height: 70px;
  height: 70px;
}
.cid-sw3CQkFkPE .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sw3CQkFkPE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sw3CQkFkPE .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sw3CQkFkPE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sw3CQkFkPE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sw3CQkFkPE .dropdown-item.active,
.cid-sw3CQkFkPE .dropdown-item:active {
  background-color: transparent;
}
.cid-sw3CQkFkPE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-sw3CQkFkPE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sw3CQkFkPE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sw3CQkFkPE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #39c0b9;
}
.cid-sw3CQkFkPE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sw3CQkFkPE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sw3CQkFkPE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sw3CQkFkPE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sw3CQkFkPE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sw3CQkFkPE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sw3CQkFkPE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sw3CQkFkPE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sw3CQkFkPE .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sw3CQkFkPE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sw3CQkFkPE a.nav-link:hover {
  color: #39c0b9 !important;
}
@media (max-width: 991px) {
  .cid-sw3CQkFkPE .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sw3CQkFkPE .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-sw3CQkFkPE .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sw3CQkFkPE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-sw3CQkFkPE .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sw3CQkFkPE .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sw3CQkFkPE .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sw3CQkFkPE .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sw3CQkFkPE .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sw3CQkFkPE .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sw3CQkFkPE a.nav-link {
    justify-content: flex-start;
  }
  .cid-sw3CQkFkPE ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sw3CQkFkPE .navbar-brand {
    padding: 0;
  }
  .cid-sw3CQkFkPE .block__phone,
  .cid-sw3CQkFkPE .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sw3CQkFkPE .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sw3CQkFkPE .navbar {
    height: 97px;
  }
  .cid-sw3CQkFkPE .navbar.opened {
    height: auto;
  }
  .cid-sw3CQkFkPE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sw3D2V9rWR {
  background-image: url("../../../assets/images/top-servicios-2000x1335.jpg");
}
.cid-sw3IFKsDhJ {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sw3IFKsDhJ .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sw3IFKsDhJ .mbr-section-title,
.cid-sw3IFKsDhJ .mbr-section-subtitle {
  text-align: center;
}
.cid-sw3IFKsDhJ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sw3IFKsDhJ .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sw3IFKsDhJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sw3IFKsDhJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sw3IFKsDhJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sw3IFKsDhJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sw3CQs7lY8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sw3CQs7lY8 .content {
    text-align: center;
  }
  .cid-sw3CQs7lY8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sw3CQs7lY8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sw3CQs7lY8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sw3CQs7lY8 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sw3CQs7lY8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sw3CQs7lY8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sw3CQs7lY8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sw3CQs7lY8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sw3CQs7lY8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sw3CQs7lY8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sw3CQs7lY8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sw3CQs7lY8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sw3Wk3knZG {
  min-height: 114px !important;
  position: static;
  background: #e9e9e9;
}
.cid-sw3Wk3knZG .nav-item,
.cid-sw3Wk3knZG .nav-link,
.cid-sw3Wk3knZG .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sw3Wk3knZG .nav-item:hover,
.cid-sw3Wk3knZG .nav-link:hover,
.cid-sw3Wk3knZG .navbar-caption:hover {
  color: #39c0b9 !important;
}
.cid-sw3Wk3knZG .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sw3Wk3knZG .container,
.cid-sw3Wk3knZG .container-fluid {
  position: static;
}
.cid-sw3Wk3knZG .container-fluid,
.cid-sw3Wk3knZG .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sw3Wk3knZG .navbar-brand {
  padding: 0;
}
.cid-sw3Wk3knZG .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sw3Wk3knZG .nav-link:hover:before {
  width: 100%;
}
.cid-sw3Wk3knZG .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-sw3Wk3knZG .nav-link {
    margin: 0 !important;
  }
}
.cid-sw3Wk3knZG .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sw3Wk3knZG .widget p,
.cid-sw3Wk3knZG .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sw3Wk3knZG .widget p a,
.cid-sw3Wk3knZG .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sw3Wk3knZG .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(57, 192, 185, 0.8);
  font-size: 17px;
  color: rgba(57, 192, 185, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-sw3Wk3knZG .icons__wrap:hover {
  color: #ffffff;
  background-color: #39c0b9;
  border-color: #39c0b9;
}
.cid-sw3Wk3knZG .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sw3Wk3knZG .block__phone,
  .cid-sw3Wk3knZG .icons-menu {
    display: none;
  }
  .cid-sw3Wk3knZG .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sw3Wk3knZG .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #39c0b9 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sw3Wk3knZG .mbr-section-btn .btn-secondary:hover {
  background-color: #39c0b9 !important;
  color: #ffffff !important;
}
.cid-sw3Wk3knZG .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-sw3Wk3knZG .navbar > .container,
.cid-sw3Wk3knZG .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sw3Wk3knZG .btn {
    white-space: nowrap;
  }
  .cid-sw3Wk3knZG .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-sw3Wk3knZG .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-sw3Wk3knZG .dropdown-toggle::after,
  .cid-sw3Wk3knZG .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sw3Wk3knZG .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sw3Wk3knZG .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-sw3Wk3knZG .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-sw3Wk3knZG .dropdown-menu .dropdown-item:hover {
  color: #39c0b9 !important;
}
.cid-sw3Wk3knZG .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sw3Wk3knZG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sw3Wk3knZG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sw3Wk3knZG .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-sw3Wk3knZG .nav-item:focus,
.cid-sw3Wk3knZG .nav-link:focus {
  outline: none;
}
.cid-sw3Wk3knZG .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-sw3Wk3knZG .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sw3Wk3knZG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-sw3Wk3knZG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sw3Wk3knZG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sw3Wk3knZG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sw3Wk3knZG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sw3Wk3knZG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sw3Wk3knZG .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #e9e9e9;
}
.cid-sw3Wk3knZG .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #e9e9e9 !important;
}
.cid-sw3Wk3knZG .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sw3Wk3knZG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sw3Wk3knZG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sw3Wk3knZG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 110px - 1rem);
  }
}
.cid-sw3Wk3knZG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sw3Wk3knZG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sw3Wk3knZG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sw3Wk3knZG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sw3Wk3knZG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sw3Wk3knZG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sw3Wk3knZG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sw3Wk3knZG .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sw3Wk3knZG .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sw3Wk3knZG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sw3Wk3knZG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sw3Wk3knZG .navbar.navbar-short {
  background: #e9e9e9 !important;
  min-height: 70px;
  height: 70px;
}
.cid-sw3Wk3knZG .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sw3Wk3knZG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sw3Wk3knZG .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sw3Wk3knZG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sw3Wk3knZG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sw3Wk3knZG .dropdown-item.active,
.cid-sw3Wk3knZG .dropdown-item:active {
  background-color: transparent;
}
.cid-sw3Wk3knZG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-sw3Wk3knZG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sw3Wk3knZG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sw3Wk3knZG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #39c0b9;
}
.cid-sw3Wk3knZG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sw3Wk3knZG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sw3Wk3knZG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sw3Wk3knZG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sw3Wk3knZG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sw3Wk3knZG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sw3Wk3knZG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sw3Wk3knZG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sw3Wk3knZG .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sw3Wk3knZG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sw3Wk3knZG a.nav-link:hover {
  color: #39c0b9 !important;
}
@media (max-width: 991px) {
  .cid-sw3Wk3knZG .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sw3Wk3knZG .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-sw3Wk3knZG .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sw3Wk3knZG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-sw3Wk3knZG .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sw3Wk3knZG .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sw3Wk3knZG .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sw3Wk3knZG .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sw3Wk3knZG .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sw3Wk3knZG .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sw3Wk3knZG a.nav-link {
    justify-content: flex-start;
  }
  .cid-sw3Wk3knZG ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sw3Wk3knZG .navbar-brand {
    padding: 0;
  }
  .cid-sw3Wk3knZG .block__phone,
  .cid-sw3Wk3knZG .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sw3Wk3knZG .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sw3Wk3knZG .navbar {
    height: 97px;
  }
  .cid-sw3Wk3knZG .navbar.opened {
    height: auto;
  }
  .cid-sw3Wk3knZG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sw3Wk41azD {
  background-image: url("../../../assets/images/top-contrataciones-2000x1335.jpg");
}
.cid-sw3XJvrCrw {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sw3XJvrCrw .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sw3XJvrCrw .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-sw3XJvrCrw .separline .step-wrapper {
    position: relative;
  }
  .cid-sw3XJvrCrw .separline .step-wrapper:before,
  .cid-sw3XJvrCrw .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-sw3XJvrCrw .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-sw3XJvrCrw .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-sw3XJvrCrw .separline.last-child .step-wrapper:after,
  .cid-sw3XJvrCrw .separline:nth-child(3n) .step-wrapper:after,
  .cid-sw3XJvrCrw .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-sw3XJvrCrw .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-sw3Wk5vMcX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sw3Wk5vMcX .content {
    text-align: center;
  }
  .cid-sw3Wk5vMcX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sw3Wk5vMcX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sw3Wk5vMcX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sw3Wk5vMcX .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sw3Wk5vMcX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sw3Wk5vMcX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sw3Wk5vMcX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sw3Wk5vMcX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sw3Wk5vMcX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sw3Wk5vMcX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sw3Wk5vMcX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sw3Wk5vMcX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sw3YRGMPZl {
  min-height: 114px !important;
  position: static;
  background: #e9e9e9;
}
.cid-sw3YRGMPZl .nav-item,
.cid-sw3YRGMPZl .nav-link,
.cid-sw3YRGMPZl .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sw3YRGMPZl .nav-item:hover,
.cid-sw3YRGMPZl .nav-link:hover,
.cid-sw3YRGMPZl .navbar-caption:hover {
  color: #39c0b9 !important;
}
.cid-sw3YRGMPZl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sw3YRGMPZl .container,
.cid-sw3YRGMPZl .container-fluid {
  position: static;
}
.cid-sw3YRGMPZl .container-fluid,
.cid-sw3YRGMPZl .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sw3YRGMPZl .navbar-brand {
  padding: 0;
}
.cid-sw3YRGMPZl .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sw3YRGMPZl .nav-link:hover:before {
  width: 100%;
}
.cid-sw3YRGMPZl .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-sw3YRGMPZl .nav-link {
    margin: 0 !important;
  }
}
.cid-sw3YRGMPZl .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sw3YRGMPZl .widget p,
.cid-sw3YRGMPZl .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sw3YRGMPZl .widget p a,
.cid-sw3YRGMPZl .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sw3YRGMPZl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(57, 192, 185, 0.8);
  font-size: 17px;
  color: rgba(57, 192, 185, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-sw3YRGMPZl .icons__wrap:hover {
  color: #ffffff;
  background-color: #39c0b9;
  border-color: #39c0b9;
}
.cid-sw3YRGMPZl .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sw3YRGMPZl .block__phone,
  .cid-sw3YRGMPZl .icons-menu {
    display: none;
  }
  .cid-sw3YRGMPZl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sw3YRGMPZl .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #39c0b9 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sw3YRGMPZl .mbr-section-btn .btn-secondary:hover {
  background-color: #39c0b9 !important;
  color: #ffffff !important;
}
.cid-sw3YRGMPZl .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-sw3YRGMPZl .navbar > .container,
.cid-sw3YRGMPZl .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sw3YRGMPZl .btn {
    white-space: nowrap;
  }
  .cid-sw3YRGMPZl .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-sw3YRGMPZl .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-sw3YRGMPZl .dropdown-toggle::after,
  .cid-sw3YRGMPZl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sw3YRGMPZl .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sw3YRGMPZl .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-sw3YRGMPZl .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-sw3YRGMPZl .dropdown-menu .dropdown-item:hover {
  color: #39c0b9 !important;
}
.cid-sw3YRGMPZl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sw3YRGMPZl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sw3YRGMPZl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sw3YRGMPZl .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-sw3YRGMPZl .nav-item:focus,
.cid-sw3YRGMPZl .nav-link:focus {
  outline: none;
}
.cid-sw3YRGMPZl .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-sw3YRGMPZl .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sw3YRGMPZl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-sw3YRGMPZl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sw3YRGMPZl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sw3YRGMPZl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sw3YRGMPZl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sw3YRGMPZl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sw3YRGMPZl .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #e9e9e9;
}
.cid-sw3YRGMPZl .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #e9e9e9 !important;
}
.cid-sw3YRGMPZl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sw3YRGMPZl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sw3YRGMPZl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sw3YRGMPZl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 110px - 1rem);
  }
}
.cid-sw3YRGMPZl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sw3YRGMPZl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sw3YRGMPZl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sw3YRGMPZl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sw3YRGMPZl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sw3YRGMPZl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sw3YRGMPZl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sw3YRGMPZl .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sw3YRGMPZl .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sw3YRGMPZl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sw3YRGMPZl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sw3YRGMPZl .navbar.navbar-short {
  background: #e9e9e9 !important;
  min-height: 70px;
  height: 70px;
}
.cid-sw3YRGMPZl .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sw3YRGMPZl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sw3YRGMPZl .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sw3YRGMPZl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sw3YRGMPZl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sw3YRGMPZl .dropdown-item.active,
.cid-sw3YRGMPZl .dropdown-item:active {
  background-color: transparent;
}
.cid-sw3YRGMPZl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-sw3YRGMPZl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sw3YRGMPZl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sw3YRGMPZl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #39c0b9;
}
.cid-sw3YRGMPZl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sw3YRGMPZl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sw3YRGMPZl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sw3YRGMPZl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sw3YRGMPZl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sw3YRGMPZl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sw3YRGMPZl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sw3YRGMPZl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sw3YRGMPZl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sw3YRGMPZl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sw3YRGMPZl a.nav-link:hover {
  color: #39c0b9 !important;
}
@media (max-width: 991px) {
  .cid-sw3YRGMPZl .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sw3YRGMPZl .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-sw3YRGMPZl .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sw3YRGMPZl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-sw3YRGMPZl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sw3YRGMPZl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sw3YRGMPZl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sw3YRGMPZl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sw3YRGMPZl .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sw3YRGMPZl .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sw3YRGMPZl a.nav-link {
    justify-content: flex-start;
  }
  .cid-sw3YRGMPZl ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sw3YRGMPZl .navbar-brand {
    padding: 0;
  }
  .cid-sw3YRGMPZl .block__phone,
  .cid-sw3YRGMPZl .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sw3YRGMPZl .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sw3YRGMPZl .navbar {
    height: 97px;
  }
  .cid-sw3YRGMPZl .navbar.opened {
    height: auto;
  }
  .cid-sw3YRGMPZl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sw3ZaGY9Ep {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/top-contacto-2000x1335.jpg");
}
.cid-sw3ZaGY9Ep .title {
  margin-bottom: 2rem;
}
.cid-sw3ZaGY9Ep .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sw3ZaGY9Ep a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sw3ZaGY9Ep a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sw3ZaGY9Ep textarea.form-control {
  min-height: 188px;
}
.cid-sw3ZaGY9Ep H2 {
  color: #ffffff;
}
.cid-sw3ZaGY9Ep LABEL {
  color: #ffffff;
}
.cid-sw3YRIRqam {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sw3YRIRqam .content {
    text-align: center;
  }
  .cid-sw3YRIRqam .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sw3YRIRqam .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sw3YRIRqam .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sw3YRIRqam .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sw3YRIRqam .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sw3YRIRqam .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sw3YRIRqam .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sw3YRIRqam .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sw3YRIRqam .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sw3YRIRqam .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sw3YRIRqam .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sw3YRIRqam .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sw3L8Uw1Cy {
  min-height: 114px !important;
  position: static;
  background: #e9e9e9;
}
.cid-sw3L8Uw1Cy .nav-item,
.cid-sw3L8Uw1Cy .nav-link,
.cid-sw3L8Uw1Cy .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sw3L8Uw1Cy .nav-item:hover,
.cid-sw3L8Uw1Cy .nav-link:hover,
.cid-sw3L8Uw1Cy .navbar-caption:hover {
  color: #39c0b9 !important;
}
.cid-sw3L8Uw1Cy .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sw3L8Uw1Cy .container,
.cid-sw3L8Uw1Cy .container-fluid {
  position: static;
}
.cid-sw3L8Uw1Cy .container-fluid,
.cid-sw3L8Uw1Cy .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sw3L8Uw1Cy .navbar-brand {
  padding: 0;
}
.cid-sw3L8Uw1Cy .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sw3L8Uw1Cy .nav-link:hover:before {
  width: 100%;
}
.cid-sw3L8Uw1Cy .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-sw3L8Uw1Cy .nav-link {
    margin: 0 !important;
  }
}
.cid-sw3L8Uw1Cy .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sw3L8Uw1Cy .widget p,
.cid-sw3L8Uw1Cy .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sw3L8Uw1Cy .widget p a,
.cid-sw3L8Uw1Cy .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sw3L8Uw1Cy .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(57, 192, 185, 0.8);
  font-size: 17px;
  color: rgba(57, 192, 185, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-sw3L8Uw1Cy .icons__wrap:hover {
  color: #ffffff;
  background-color: #39c0b9;
  border-color: #39c0b9;
}
.cid-sw3L8Uw1Cy .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sw3L8Uw1Cy .block__phone,
  .cid-sw3L8Uw1Cy .icons-menu {
    display: none;
  }
  .cid-sw3L8Uw1Cy .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sw3L8Uw1Cy .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #39c0b9 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sw3L8Uw1Cy .mbr-section-btn .btn-secondary:hover {
  background-color: #39c0b9 !important;
  color: #ffffff !important;
}
.cid-sw3L8Uw1Cy .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-sw3L8Uw1Cy .navbar > .container,
.cid-sw3L8Uw1Cy .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sw3L8Uw1Cy .btn {
    white-space: nowrap;
  }
  .cid-sw3L8Uw1Cy .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-sw3L8Uw1Cy .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-sw3L8Uw1Cy .dropdown-toggle::after,
  .cid-sw3L8Uw1Cy .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sw3L8Uw1Cy .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sw3L8Uw1Cy .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-sw3L8Uw1Cy .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-sw3L8Uw1Cy .dropdown-menu .dropdown-item:hover {
  color: #39c0b9 !important;
}
.cid-sw3L8Uw1Cy .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sw3L8Uw1Cy .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sw3L8Uw1Cy .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sw3L8Uw1Cy .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-sw3L8Uw1Cy .nav-item:focus,
.cid-sw3L8Uw1Cy .nav-link:focus {
  outline: none;
}
.cid-sw3L8Uw1Cy .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-sw3L8Uw1Cy .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sw3L8Uw1Cy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-sw3L8Uw1Cy .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sw3L8Uw1Cy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sw3L8Uw1Cy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sw3L8Uw1Cy .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sw3L8Uw1Cy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sw3L8Uw1Cy .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #e9e9e9;
}
.cid-sw3L8Uw1Cy .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #e9e9e9 !important;
}
.cid-sw3L8Uw1Cy .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sw3L8Uw1Cy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sw3L8Uw1Cy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sw3L8Uw1Cy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 110px - 1rem);
  }
}
.cid-sw3L8Uw1Cy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sw3L8Uw1Cy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sw3L8Uw1Cy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sw3L8Uw1Cy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sw3L8Uw1Cy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sw3L8Uw1Cy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sw3L8Uw1Cy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sw3L8Uw1Cy .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sw3L8Uw1Cy .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sw3L8Uw1Cy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sw3L8Uw1Cy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sw3L8Uw1Cy .navbar.navbar-short {
  background: #e9e9e9 !important;
  min-height: 70px;
  height: 70px;
}
.cid-sw3L8Uw1Cy .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sw3L8Uw1Cy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sw3L8Uw1Cy .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sw3L8Uw1Cy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sw3L8Uw1Cy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sw3L8Uw1Cy .dropdown-item.active,
.cid-sw3L8Uw1Cy .dropdown-item:active {
  background-color: transparent;
}
.cid-sw3L8Uw1Cy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-sw3L8Uw1Cy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sw3L8Uw1Cy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sw3L8Uw1Cy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #39c0b9;
}
.cid-sw3L8Uw1Cy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sw3L8Uw1Cy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sw3L8Uw1Cy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sw3L8Uw1Cy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sw3L8Uw1Cy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sw3L8Uw1Cy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sw3L8Uw1Cy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sw3L8Uw1Cy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sw3L8Uw1Cy .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sw3L8Uw1Cy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sw3L8Uw1Cy a.nav-link:hover {
  color: #39c0b9 !important;
}
@media (max-width: 991px) {
  .cid-sw3L8Uw1Cy .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sw3L8Uw1Cy .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-sw3L8Uw1Cy .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sw3L8Uw1Cy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-sw3L8Uw1Cy .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sw3L8Uw1Cy .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sw3L8Uw1Cy .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sw3L8Uw1Cy .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sw3L8Uw1Cy .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sw3L8Uw1Cy .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sw3L8Uw1Cy a.nav-link {
    justify-content: flex-start;
  }
  .cid-sw3L8Uw1Cy ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sw3L8Uw1Cy .navbar-brand {
    padding: 0;
  }
  .cid-sw3L8Uw1Cy .block__phone,
  .cid-sw3L8Uw1Cy .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sw3L8Uw1Cy .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sw3L8Uw1Cy .navbar {
    height: 97px;
  }
  .cid-sw3L8Uw1Cy .navbar.opened {
    height: auto;
  }
  .cid-sw3L8Uw1Cy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sw3LNV93ZY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/top-san-juan-2000x1335.jpg");
}
.cid-sw3LNV93ZY div.b {
  padding-top: 2rem;
}
.cid-sw3LNV93ZY .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-sw3LNV93ZY a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sw3LNV93ZY .google-map {
  height: 25rem;
  position: relative;
}
.cid-sw3LNV93ZY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sw3LNV93ZY .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sw3LNV93ZY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sw3LNV93ZY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sw3LNV93ZY div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-sw3LNV93ZY div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-sw3LNV93ZY H2 {
  color: #ffffff;
}
.cid-sw3LNV93ZY H5 {
  color: #ffffff;
}
.cid-sw3OtbtZIG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sw3OtbtZIG .mbr-section-subtitle {
  color: #767676;
}
.cid-sw3MLtKVmF {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sw3MLtKVmF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sw3MLtKVmF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sw3MLtKVmF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sw3MLtKVmF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sw3MLtKVmF .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;
}
.cid-sw3MLtKVmF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sw3MLtKVmF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sw3MLtKVmF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sw3MLtKVmF .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;
}
.cid-sw4piN6vam {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sw4piN6vam .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sw4piN6vam .mbr-section-title,
.cid-sw4piN6vam .mbr-section-subtitle {
  text-align: center;
}
.cid-sw4piN6vam .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sw4piN6vam .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sw4piN6vam .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sw4piN6vam .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sw4piN6vam .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sw4piN6vam .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sw3L8WSehJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sw3L8WSehJ .content {
    text-align: center;
  }
  .cid-sw3L8WSehJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sw3L8WSehJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sw3L8WSehJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sw3L8WSehJ .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sw3L8WSehJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sw3L8WSehJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sw3L8WSehJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sw3L8WSehJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sw3L8WSehJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sw3L8WSehJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sw3L8WSehJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sw3L8WSehJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sw3OM3IgT4 {
  min-height: 114px !important;
  position: static;
  background: #e9e9e9;
}
.cid-sw3OM3IgT4 .nav-item,
.cid-sw3OM3IgT4 .nav-link,
.cid-sw3OM3IgT4 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sw3OM3IgT4 .nav-item:hover,
.cid-sw3OM3IgT4 .nav-link:hover,
.cid-sw3OM3IgT4 .navbar-caption:hover {
  color: #39c0b9 !important;
}
.cid-sw3OM3IgT4 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sw3OM3IgT4 .container,
.cid-sw3OM3IgT4 .container-fluid {
  position: static;
}
.cid-sw3OM3IgT4 .container-fluid,
.cid-sw3OM3IgT4 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sw3OM3IgT4 .navbar-brand {
  padding: 0;
}
.cid-sw3OM3IgT4 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sw3OM3IgT4 .nav-link:hover:before {
  width: 100%;
}
.cid-sw3OM3IgT4 .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-sw3OM3IgT4 .nav-link {
    margin: 0 !important;
  }
}
.cid-sw3OM3IgT4 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sw3OM3IgT4 .widget p,
.cid-sw3OM3IgT4 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sw3OM3IgT4 .widget p a,
.cid-sw3OM3IgT4 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sw3OM3IgT4 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(57, 192, 185, 0.8);
  font-size: 17px;
  color: rgba(57, 192, 185, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-sw3OM3IgT4 .icons__wrap:hover {
  color: #ffffff;
  background-color: #39c0b9;
  border-color: #39c0b9;
}
.cid-sw3OM3IgT4 .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sw3OM3IgT4 .block__phone,
  .cid-sw3OM3IgT4 .icons-menu {
    display: none;
  }
  .cid-sw3OM3IgT4 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sw3OM3IgT4 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #39c0b9 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sw3OM3IgT4 .mbr-section-btn .btn-secondary:hover {
  background-color: #39c0b9 !important;
  color: #ffffff !important;
}
.cid-sw3OM3IgT4 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-sw3OM3IgT4 .navbar > .container,
.cid-sw3OM3IgT4 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sw3OM3IgT4 .btn {
    white-space: nowrap;
  }
  .cid-sw3OM3IgT4 .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-sw3OM3IgT4 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-sw3OM3IgT4 .dropdown-toggle::after,
  .cid-sw3OM3IgT4 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sw3OM3IgT4 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sw3OM3IgT4 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-sw3OM3IgT4 .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-sw3OM3IgT4 .dropdown-menu .dropdown-item:hover {
  color: #39c0b9 !important;
}
.cid-sw3OM3IgT4 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sw3OM3IgT4 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sw3OM3IgT4 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sw3OM3IgT4 .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-sw3OM3IgT4 .nav-item:focus,
.cid-sw3OM3IgT4 .nav-link:focus {
  outline: none;
}
.cid-sw3OM3IgT4 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-sw3OM3IgT4 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sw3OM3IgT4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-sw3OM3IgT4 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sw3OM3IgT4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sw3OM3IgT4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sw3OM3IgT4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sw3OM3IgT4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sw3OM3IgT4 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #e9e9e9;
}
.cid-sw3OM3IgT4 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #e9e9e9 !important;
}
.cid-sw3OM3IgT4 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sw3OM3IgT4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sw3OM3IgT4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sw3OM3IgT4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 110px - 1rem);
  }
}
.cid-sw3OM3IgT4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sw3OM3IgT4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sw3OM3IgT4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sw3OM3IgT4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sw3OM3IgT4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sw3OM3IgT4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sw3OM3IgT4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sw3OM3IgT4 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sw3OM3IgT4 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sw3OM3IgT4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sw3OM3IgT4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sw3OM3IgT4 .navbar.navbar-short {
  background: #e9e9e9 !important;
  min-height: 70px;
  height: 70px;
}
.cid-sw3OM3IgT4 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sw3OM3IgT4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sw3OM3IgT4 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sw3OM3IgT4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sw3OM3IgT4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sw3OM3IgT4 .dropdown-item.active,
.cid-sw3OM3IgT4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sw3OM3IgT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-sw3OM3IgT4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sw3OM3IgT4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sw3OM3IgT4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #39c0b9;
}
.cid-sw3OM3IgT4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sw3OM3IgT4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sw3OM3IgT4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sw3OM3IgT4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sw3OM3IgT4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sw3OM3IgT4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sw3OM3IgT4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sw3OM3IgT4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sw3OM3IgT4 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sw3OM3IgT4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sw3OM3IgT4 a.nav-link:hover {
  color: #39c0b9 !important;
}
@media (max-width: 991px) {
  .cid-sw3OM3IgT4 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sw3OM3IgT4 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-sw3OM3IgT4 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sw3OM3IgT4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-sw3OM3IgT4 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sw3OM3IgT4 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sw3OM3IgT4 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sw3OM3IgT4 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sw3OM3IgT4 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sw3OM3IgT4 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sw3OM3IgT4 a.nav-link {
    justify-content: flex-start;
  }
  .cid-sw3OM3IgT4 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sw3OM3IgT4 .navbar-brand {
    padding: 0;
  }
  .cid-sw3OM3IgT4 .block__phone,
  .cid-sw3OM3IgT4 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sw3OM3IgT4 .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sw3OM3IgT4 .navbar {
    height: 97px;
  }
  .cid-sw3OM3IgT4 .navbar.opened {
    height: auto;
  }
  .cid-sw3OM3IgT4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sw3OM57yLn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/top-don-emilio-1-2000x1335.jpg");
}
.cid-sw3OM57yLn div.b {
  padding-top: 2rem;
}
.cid-sw3OM57yLn .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-sw3OM57yLn a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sw3OM57yLn .google-map {
  height: 25rem;
  position: relative;
}
.cid-sw3OM57yLn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sw3OM57yLn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sw3OM57yLn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sw3OM57yLn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sw3OM57yLn div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-sw3OM57yLn div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-sw3OM57yLn H2 {
  color: #ffffff;
}
.cid-sw3OM57yLn H5 {
  color: #ffffff;
}
.cid-sw3OM5PwwK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sw3OM5PwwK .mbr-section-subtitle {
  color: #767676;
}
.cid-sw3OM6btw3 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sw3OM6btw3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sw3OM6btw3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sw3OM6btw3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sw3OM6btw3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sw3OM6btw3 .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;
}
.cid-sw3OM6btw3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sw3OM6btw3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sw3OM6btw3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sw3OM6btw3 .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;
}
.cid-sw4psPhgas {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sw4psPhgas .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sw4psPhgas .mbr-section-title,
.cid-sw4psPhgas .mbr-section-subtitle {
  text-align: center;
}
.cid-sw4psPhgas .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sw4psPhgas .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sw4psPhgas .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sw4psPhgas .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sw4psPhgas .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sw4psPhgas .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sw3OM77SYF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sw3OM77SYF .content {
    text-align: center;
  }
  .cid-sw3OM77SYF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sw3OM77SYF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sw3OM77SYF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sw3OM77SYF .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sw3OM77SYF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sw3OM77SYF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sw3OM77SYF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sw3OM77SYF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sw3OM77SYF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sw3OM77SYF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sw3OM77SYF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sw3OM77SYF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sw3QAcHfHL {
  min-height: 114px !important;
  position: static;
  background: #e9e9e9;
}
.cid-sw3QAcHfHL .nav-item,
.cid-sw3QAcHfHL .nav-link,
.cid-sw3QAcHfHL .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sw3QAcHfHL .nav-item:hover,
.cid-sw3QAcHfHL .nav-link:hover,
.cid-sw3QAcHfHL .navbar-caption:hover {
  color: #39c0b9 !important;
}
.cid-sw3QAcHfHL .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sw3QAcHfHL .container,
.cid-sw3QAcHfHL .container-fluid {
  position: static;
}
.cid-sw3QAcHfHL .container-fluid,
.cid-sw3QAcHfHL .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sw3QAcHfHL .navbar-brand {
  padding: 0;
}
.cid-sw3QAcHfHL .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sw3QAcHfHL .nav-link:hover:before {
  width: 100%;
}
.cid-sw3QAcHfHL .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-sw3QAcHfHL .nav-link {
    margin: 0 !important;
  }
}
.cid-sw3QAcHfHL .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sw3QAcHfHL .widget p,
.cid-sw3QAcHfHL .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sw3QAcHfHL .widget p a,
.cid-sw3QAcHfHL .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sw3QAcHfHL .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(57, 192, 185, 0.8);
  font-size: 17px;
  color: rgba(57, 192, 185, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-sw3QAcHfHL .icons__wrap:hover {
  color: #ffffff;
  background-color: #39c0b9;
  border-color: #39c0b9;
}
.cid-sw3QAcHfHL .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sw3QAcHfHL .block__phone,
  .cid-sw3QAcHfHL .icons-menu {
    display: none;
  }
  .cid-sw3QAcHfHL .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sw3QAcHfHL .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #39c0b9 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sw3QAcHfHL .mbr-section-btn .btn-secondary:hover {
  background-color: #39c0b9 !important;
  color: #ffffff !important;
}
.cid-sw3QAcHfHL .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-sw3QAcHfHL .navbar > .container,
.cid-sw3QAcHfHL .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sw3QAcHfHL .btn {
    white-space: nowrap;
  }
  .cid-sw3QAcHfHL .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-sw3QAcHfHL .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-sw3QAcHfHL .dropdown-toggle::after,
  .cid-sw3QAcHfHL .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sw3QAcHfHL .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sw3QAcHfHL .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-sw3QAcHfHL .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-sw3QAcHfHL .dropdown-menu .dropdown-item:hover {
  color: #39c0b9 !important;
}
.cid-sw3QAcHfHL .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sw3QAcHfHL .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sw3QAcHfHL .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sw3QAcHfHL .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-sw3QAcHfHL .nav-item:focus,
.cid-sw3QAcHfHL .nav-link:focus {
  outline: none;
}
.cid-sw3QAcHfHL .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-sw3QAcHfHL .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sw3QAcHfHL .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-sw3QAcHfHL .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sw3QAcHfHL .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sw3QAcHfHL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sw3QAcHfHL .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sw3QAcHfHL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sw3QAcHfHL .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #e9e9e9;
}
.cid-sw3QAcHfHL .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #e9e9e9 !important;
}
.cid-sw3QAcHfHL .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sw3QAcHfHL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sw3QAcHfHL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sw3QAcHfHL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 110px - 1rem);
  }
}
.cid-sw3QAcHfHL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sw3QAcHfHL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sw3QAcHfHL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sw3QAcHfHL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sw3QAcHfHL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sw3QAcHfHL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sw3QAcHfHL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sw3QAcHfHL .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sw3QAcHfHL .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sw3QAcHfHL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sw3QAcHfHL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sw3QAcHfHL .navbar.navbar-short {
  background: #e9e9e9 !important;
  min-height: 70px;
  height: 70px;
}
.cid-sw3QAcHfHL .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sw3QAcHfHL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sw3QAcHfHL .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sw3QAcHfHL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sw3QAcHfHL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sw3QAcHfHL .dropdown-item.active,
.cid-sw3QAcHfHL .dropdown-item:active {
  background-color: transparent;
}
.cid-sw3QAcHfHL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-sw3QAcHfHL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sw3QAcHfHL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sw3QAcHfHL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #39c0b9;
}
.cid-sw3QAcHfHL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sw3QAcHfHL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sw3QAcHfHL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sw3QAcHfHL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sw3QAcHfHL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sw3QAcHfHL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sw3QAcHfHL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sw3QAcHfHL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sw3QAcHfHL .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sw3QAcHfHL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sw3QAcHfHL a.nav-link:hover {
  color: #39c0b9 !important;
}
@media (max-width: 991px) {
  .cid-sw3QAcHfHL .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sw3QAcHfHL .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-sw3QAcHfHL .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sw3QAcHfHL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-sw3QAcHfHL .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sw3QAcHfHL .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sw3QAcHfHL .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sw3QAcHfHL .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sw3QAcHfHL .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sw3QAcHfHL .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sw3QAcHfHL a.nav-link {
    justify-content: flex-start;
  }
  .cid-sw3QAcHfHL ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sw3QAcHfHL .navbar-brand {
    padding: 0;
  }
  .cid-sw3QAcHfHL .block__phone,
  .cid-sw3QAcHfHL .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sw3QAcHfHL .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sw3QAcHfHL .navbar {
    height: 97px;
  }
  .cid-sw3QAcHfHL .navbar.opened {
    height: auto;
  }
  .cid-sw3QAcHfHL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sw3QAdXys1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/top-del-pilar-2000x1335.jpg");
}
.cid-sw3QAdXys1 div.b {
  padding-top: 2rem;
}
.cid-sw3QAdXys1 .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-sw3QAdXys1 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sw3QAdXys1 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sw3QAdXys1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sw3QAdXys1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sw3QAdXys1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sw3QAdXys1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sw3QAdXys1 div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-sw3QAdXys1 div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-sw3QAdXys1 H2 {
  color: #ffffff;
}
.cid-sw3QAdXys1 H5 {
  color: #ffffff;
}
.cid-sw3QAeGt7u {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sw3QAeGt7u .mbr-section-subtitle {
  color: #767676;
}
.cid-sw3QAf0OTL {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sw3QAf0OTL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sw3QAf0OTL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sw3QAf0OTL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sw3QAf0OTL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sw3QAf0OTL .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;
}
.cid-sw3QAf0OTL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sw3QAf0OTL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sw3QAf0OTL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sw3QAf0OTL .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;
}
.cid-sw4pAe0wby {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sw4pAe0wby .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sw4pAe0wby .mbr-section-title,
.cid-sw4pAe0wby .mbr-section-subtitle {
  text-align: center;
}
.cid-sw4pAe0wby .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sw4pAe0wby .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sw4pAe0wby .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sw4pAe0wby .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sw4pAe0wby .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sw4pAe0wby .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sw3QAfLIFM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sw3QAfLIFM .content {
    text-align: center;
  }
  .cid-sw3QAfLIFM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sw3QAfLIFM .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sw3QAfLIFM .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sw3QAfLIFM .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sw3QAfLIFM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sw3QAfLIFM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sw3QAfLIFM .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sw3QAfLIFM .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sw3QAfLIFM .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sw3QAfLIFM .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sw3QAfLIFM .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sw3QAfLIFM .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sw3TY1DEzZ {
  min-height: 114px !important;
  position: static;
  background: #e9e9e9;
}
.cid-sw3TY1DEzZ .nav-item,
.cid-sw3TY1DEzZ .nav-link,
.cid-sw3TY1DEzZ .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-sw3TY1DEzZ .nav-item:hover,
.cid-sw3TY1DEzZ .nav-link:hover,
.cid-sw3TY1DEzZ .navbar-caption:hover {
  color: #39c0b9 !important;
}
.cid-sw3TY1DEzZ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sw3TY1DEzZ .container,
.cid-sw3TY1DEzZ .container-fluid {
  position: static;
}
.cid-sw3TY1DEzZ .container-fluid,
.cid-sw3TY1DEzZ .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-sw3TY1DEzZ .navbar-brand {
  padding: 0;
}
.cid-sw3TY1DEzZ .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-sw3TY1DEzZ .nav-link:hover:before {
  width: 100%;
}
.cid-sw3TY1DEzZ .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-sw3TY1DEzZ .nav-link {
    margin: 0 !important;
  }
}
.cid-sw3TY1DEzZ .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sw3TY1DEzZ .widget p,
.cid-sw3TY1DEzZ .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-sw3TY1DEzZ .widget p a,
.cid-sw3TY1DEzZ .widget .icons-menu a {
  margin-left: 15px;
}
.cid-sw3TY1DEzZ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(57, 192, 185, 0.8);
  font-size: 17px;
  color: rgba(57, 192, 185, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-sw3TY1DEzZ .icons__wrap:hover {
  color: #ffffff;
  background-color: #39c0b9;
  border-color: #39c0b9;
}
.cid-sw3TY1DEzZ .block__phone {
  color: #A2ADBD;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-sw3TY1DEzZ .block__phone,
  .cid-sw3TY1DEzZ .icons-menu {
    display: none;
  }
  .cid-sw3TY1DEzZ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sw3TY1DEzZ .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #39c0b9 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-sw3TY1DEzZ .mbr-section-btn .btn-secondary:hover {
  background-color: #39c0b9 !important;
  color: #ffffff !important;
}
.cid-sw3TY1DEzZ .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
}
.cid-sw3TY1DEzZ .navbar > .container,
.cid-sw3TY1DEzZ .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-sw3TY1DEzZ .btn {
    white-space: nowrap;
  }
  .cid-sw3TY1DEzZ .dropdown-menu {
    min-width: 150px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    left: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    opacity: 0;
    padding: 18px 0 !important;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-sw3TY1DEzZ .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .cid-sw3TY1DEzZ .dropdown-toggle::after,
  .cid-sw3TY1DEzZ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-sw3TY1DEzZ .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-sw3TY1DEzZ .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  top: 20px;
  left: -5px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.cid-sw3TY1DEzZ .dropdown-menu .dropdown-item {
  line-height: 45px;
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-sw3TY1DEzZ .dropdown-menu .dropdown-item:hover {
  color: #39c0b9 !important;
}
.cid-sw3TY1DEzZ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sw3TY1DEzZ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sw3TY1DEzZ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-sw3TY1DEzZ .dropdown-item {
  justify-content: center;
  font-weight: 400;
}
.cid-sw3TY1DEzZ .nav-item:focus,
.cid-sw3TY1DEzZ .nav-link:focus {
  outline: none;
}
.cid-sw3TY1DEzZ .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.cid-sw3TY1DEzZ .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-sw3TY1DEzZ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-sw3TY1DEzZ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sw3TY1DEzZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sw3TY1DEzZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sw3TY1DEzZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sw3TY1DEzZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sw3TY1DEzZ .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #e9e9e9;
}
.cid-sw3TY1DEzZ .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #e9e9e9 !important;
}
.cid-sw3TY1DEzZ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sw3TY1DEzZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sw3TY1DEzZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sw3TY1DEzZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 110px - 1rem);
  }
}
.cid-sw3TY1DEzZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sw3TY1DEzZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sw3TY1DEzZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sw3TY1DEzZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sw3TY1DEzZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sw3TY1DEzZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sw3TY1DEzZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sw3TY1DEzZ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sw3TY1DEzZ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sw3TY1DEzZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sw3TY1DEzZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sw3TY1DEzZ .navbar.navbar-short {
  background: #e9e9e9 !important;
  min-height: 70px;
  height: 70px;
}
.cid-sw3TY1DEzZ .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sw3TY1DEzZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sw3TY1DEzZ .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-sw3TY1DEzZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-sw3TY1DEzZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sw3TY1DEzZ .dropdown-item.active,
.cid-sw3TY1DEzZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sw3TY1DEzZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e9e9e9;
}
.cid-sw3TY1DEzZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sw3TY1DEzZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sw3TY1DEzZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #39c0b9;
}
.cid-sw3TY1DEzZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sw3TY1DEzZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sw3TY1DEzZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sw3TY1DEzZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sw3TY1DEzZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sw3TY1DEzZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sw3TY1DEzZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sw3TY1DEzZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sw3TY1DEzZ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sw3TY1DEzZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-sw3TY1DEzZ a.nav-link:hover {
  color: #39c0b9 !important;
}
@media (max-width: 991px) {
  .cid-sw3TY1DEzZ .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-sw3TY1DEzZ .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid  #F3F3F3;
  }
  .cid-sw3TY1DEzZ .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-sw3TY1DEzZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-sw3TY1DEzZ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sw3TY1DEzZ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-sw3TY1DEzZ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sw3TY1DEzZ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sw3TY1DEzZ .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-sw3TY1DEzZ .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-sw3TY1DEzZ a.nav-link {
    justify-content: flex-start;
  }
  .cid-sw3TY1DEzZ ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-sw3TY1DEzZ .navbar-brand {
    padding: 0;
  }
  .cid-sw3TY1DEzZ .block__phone,
  .cid-sw3TY1DEzZ .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-sw3TY1DEzZ .widget {
    flex-direction: column;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sw3TY1DEzZ .navbar {
    height: 97px;
  }
  .cid-sw3TY1DEzZ .navbar.opened {
    height: auto;
  }
  .cid-sw3TY1DEzZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sw3TY3bGeq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/top-senillosa-2000x1335.jpg");
}
.cid-sw3TY3bGeq div.b {
  padding-top: 2rem;
}
.cid-sw3TY3bGeq .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-sw3TY3bGeq a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sw3TY3bGeq .google-map {
  height: 25rem;
  position: relative;
}
.cid-sw3TY3bGeq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sw3TY3bGeq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sw3TY3bGeq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sw3TY3bGeq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sw3TY3bGeq div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-sw3TY3bGeq div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-sw3TY3bGeq H2 {
  color: #ffffff;
}
.cid-sw3TY3bGeq H5 {
  color: #ffffff;
}
.cid-sw3TY3TiRn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sw3TY3TiRn .mbr-section-subtitle {
  color: #767676;
}
.cid-sw3TY4ftA9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sw3TY4ftA9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sw3TY4ftA9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sw3TY4ftA9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sw3TY4ftA9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sw3TY4ftA9 .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;
}
.cid-sw3TY4ftA9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sw3TY4ftA9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sw3TY4ftA9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sw3TY4ftA9 .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;
}
.cid-sw4pHegCHU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sw4pHegCHU .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-sw4pHegCHU .mbr-section-title,
.cid-sw4pHegCHU .mbr-section-subtitle {
  text-align: center;
}
.cid-sw4pHegCHU .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sw4pHegCHU .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-sw4pHegCHU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sw4pHegCHU .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sw4pHegCHU .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sw4pHegCHU .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sw3TY4YIzp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sw3TY4YIzp .content {
    text-align: center;
  }
  .cid-sw3TY4YIzp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sw3TY4YIzp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sw3TY4YIzp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sw3TY4YIzp .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-sw3TY4YIzp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sw3TY4YIzp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sw3TY4YIzp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sw3TY4YIzp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sw3TY4YIzp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sw3TY4YIzp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sw3TY4YIzp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sw3TY4YIzp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
