body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b06d4b !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b06d4b !important;
  border-color: #b06d4b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #734731 !important;
  border-color: #734731 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #734731 !important;
  border-color: #734731 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b06d4b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #734731 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b06d4b !important;
  border-color: #b06d4b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b06d4b !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #68412d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b06d4b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b06d4b;
  border-color: #b06d4b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b06d4b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d8b5a3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #b06d4b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #b06d4b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b06d4b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b06d4b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b06d4b;
  border-bottom-color: #b06d4b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #b06d4b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b06d4b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tKnqOMSmqa .navbar-dropdown {
  position: relative !important;
}
.cid-tKnqOMSmqa .dropdown-item:before {
  font-family: Times New Roman !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKnqOMSmqa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKnqOMSmqa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKnqOMSmqa .dropdown-item:hover,
.cid-tKnqOMSmqa .dropdown-item:focus {
  background: #b06d4b !important;
  color: white !important;
}
.cid-tKnqOMSmqa .dropdown-item:hover span {
  color: white;
}
.cid-tKnqOMSmqa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKnqOMSmqa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKnqOMSmqa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKnqOMSmqa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKnqOMSmqa .nav-link {
  position: relative;
}
.cid-tKnqOMSmqa .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKnqOMSmqa .container {
    flex-wrap: wrap;
  }
}
.cid-tKnqOMSmqa .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKnqOMSmqa .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKnqOMSmqa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKnqOMSmqa .dropdown-menu,
.cid-tKnqOMSmqa .navbar.opened {
  background: #ffffff !important;
}
.cid-tKnqOMSmqa .nav-item:focus,
.cid-tKnqOMSmqa .nav-link:focus {
  outline: none;
}
.cid-tKnqOMSmqa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKnqOMSmqa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKnqOMSmqa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKnqOMSmqa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKnqOMSmqa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKnqOMSmqa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKnqOMSmqa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tKnqOMSmqa .navbar.opened {
  transition: all 0.3s;
}
.cid-tKnqOMSmqa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKnqOMSmqa .navbar .navbar-logo img {
  width: auto;
}
.cid-tKnqOMSmqa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKnqOMSmqa .navbar.collapsed {
  justify-content: center;
}
.cid-tKnqOMSmqa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKnqOMSmqa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKnqOMSmqa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tKnqOMSmqa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKnqOMSmqa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKnqOMSmqa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKnqOMSmqa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKnqOMSmqa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKnqOMSmqa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKnqOMSmqa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKnqOMSmqa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKnqOMSmqa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKnqOMSmqa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKnqOMSmqa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKnqOMSmqa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKnqOMSmqa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKnqOMSmqa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKnqOMSmqa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKnqOMSmqa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKnqOMSmqa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKnqOMSmqa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKnqOMSmqa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKnqOMSmqa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKnqOMSmqa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKnqOMSmqa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKnqOMSmqa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKnqOMSmqa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKnqOMSmqa .dropdown-item.active,
.cid-tKnqOMSmqa .dropdown-item:active {
  background-color: transparent;
}
.cid-tKnqOMSmqa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKnqOMSmqa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKnqOMSmqa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKnqOMSmqa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKnqOMSmqa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKnqOMSmqa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKnqOMSmqa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKnqOMSmqa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKnqOMSmqa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKnqOMSmqa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tKnqOMSmqa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKnqOMSmqa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKnqOMSmqa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKnqOMSmqa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKnqOMSmqa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKnqOMSmqa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKnqOMSmqa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKnqOMSmqa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKnqOMSmqa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tKnqOMSmqa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKnqOMSmqa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKnqOMSmqa .navbar {
    height: 70px;
  }
  .cid-tKnqOMSmqa .navbar.opened {
    height: auto;
  }
  .cid-tKnqOMSmqa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLU15eAgb0 .modal-body .close {
  background: #1b1b1b;
}
.cid-tLU15eAgb0 .modal-body .close span {
  font-style: normal;
}
.cid-tLU15eAgb0 .carousel-inner > .active,
.cid-tLU15eAgb0 .carousel-inner > .next,
.cid-tLU15eAgb0 .carousel-inner > .prev {
  display: flex;
}
.cid-tLU15eAgb0 .carousel-control .icon-next,
.cid-tLU15eAgb0 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tLU15eAgb0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLU15eAgb0 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tLU15eAgb0 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tLU15eAgb0 .boxed-slider > div {
  position: relative;
}
.cid-tLU15eAgb0 .container img {
  width: 100%;
}
.cid-tLU15eAgb0 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tLU15eAgb0 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tLU15eAgb0 .mbr-table-cell {
  padding: 0;
}
.cid-tLU15eAgb0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tLU15eAgb0 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tLU15eAgb0 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tLU15eAgb0 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tLU15eAgb0 .carousel-item.active.right,
.cid-tLU15eAgb0 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tLU15eAgb0 .carousel-item.active.left,
.cid-tLU15eAgb0 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tLU15eAgb0 .carousel-item.active,
.cid-tLU15eAgb0 .carousel-item.next.left,
.cid-tLU15eAgb0 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tLU15eAgb0 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tLU15eAgb0 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLU15eAgb0 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLU15eAgb0 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tLU15eAgb0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tLU15eAgb0 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tLU15eAgb0 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tLU15eAgb0 .mbr-slider .carousel-indicators li.active,
.cid-tLU15eAgb0 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tLU15eAgb0 .mbr-slider .carousel-indicators li::after,
.cid-tLU15eAgb0 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tLU15eAgb0 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tLU15eAgb0 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tLU15eAgb0 .mbr-slider > .container img {
  width: 100%;
}
.cid-tLU15eAgb0 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tLU15eAgb0 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tLU15eAgb0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tLU15eAgb0 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tLU15eAgb0 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tLU15eAgb0 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tLU15eAgb0 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tLU15eAgb0 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tLU15eAgb0 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tLU15eAgb0 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tLU15eAgb0 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tLU15eAgb0 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tLU15eAgb0 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tLU5XFPxhV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tLU5XFPxhV .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tLU5XFPxhV .mbr-text {
  color: #ffffff;
}
.cid-tLI4dG2iff {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tLI4dG2iff h6 {
  line-height: 1.2;
}
.cid-tLI4dG2iff img,
.cid-tLI4dG2iff .item-img {
  width: 100%;
}
.cid-tLI4dG2iff .item:focus,
.cid-tLI4dG2iff span:focus {
  outline: none;
}
.cid-tLI4dG2iff .item {
  cursor: pointer;
}
.cid-tLI4dG2iff .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tLI4dG2iff .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tLI4dG2iff .mbr-section-title {
  color: #ffffff;
}
.cid-tLI4dG2iff .mbr-text,
.cid-tLI4dG2iff .mbr-section-btn {
  color: #000000;
}
.cid-tLI4dG2iff .item-title {
  color: #000000;
  text-align: center;
}
.cid-tLI4dG2iff .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tLI4dG2iff .item-text {
  color: #000000;
  text-align: center;
}
.cid-tLI4dG2iff .item-title,
.cid-tLI4dG2iff .mbr-section-btn {
  color: #ffffff;
}
.cid-tLIv4OExV7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tLIv4OExV7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLIv4OExV7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLIv4OExV7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLIv4OExV7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLIv4OExV7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLIv4OExV7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLIv4OExV7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLIv4OExV7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLIv4OExV7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLIv4OExV7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLIv4OExV7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLIv4OExV7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLIv4OExV7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLIv4OExV7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tKuua61wve {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/fondo-textura-web-266x190.jpg");
}
.cid-tKuua61wve .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuua61wve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tKuua61wve .row {
    flex-direction: column-reverse;
  }
  .cid-tKuua61wve .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKuua61wve .google-map {
  height: 100%;
  position: relative;
}
.cid-tKuua61wve .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tKuua61wve .google-map [data-state-details] {
  color: #6b6763;
  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-tKuua61wve .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tKuua61wve .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tKuua61wve .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tKuua61wve .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
.cid-tKuua61wve .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tKuua61wve .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKuua61wve .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tKuua61wve .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #b06d4b;
}
.cid-tKuua61wve P {
  color: #232323;
}
.cid-tKuua61wve .card-title {
  color: #232323;
}
.cid-tKnqOMSmqa .navbar-dropdown {
  position: relative !important;
}
.cid-tKnqOMSmqa .dropdown-item:before {
  font-family: Times New Roman !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKnqOMSmqa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKnqOMSmqa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKnqOMSmqa .dropdown-item:hover,
.cid-tKnqOMSmqa .dropdown-item:focus {
  background: #b06d4b !important;
  color: white !important;
}
.cid-tKnqOMSmqa .dropdown-item:hover span {
  color: white;
}
.cid-tKnqOMSmqa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKnqOMSmqa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKnqOMSmqa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKnqOMSmqa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKnqOMSmqa .nav-link {
  position: relative;
}
.cid-tKnqOMSmqa .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKnqOMSmqa .container {
    flex-wrap: wrap;
  }
}
.cid-tKnqOMSmqa .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKnqOMSmqa .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKnqOMSmqa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKnqOMSmqa .dropdown-menu,
.cid-tKnqOMSmqa .navbar.opened {
  background: #ffffff !important;
}
.cid-tKnqOMSmqa .nav-item:focus,
.cid-tKnqOMSmqa .nav-link:focus {
  outline: none;
}
.cid-tKnqOMSmqa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKnqOMSmqa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKnqOMSmqa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKnqOMSmqa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKnqOMSmqa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKnqOMSmqa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKnqOMSmqa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tKnqOMSmqa .navbar.opened {
  transition: all 0.3s;
}
.cid-tKnqOMSmqa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKnqOMSmqa .navbar .navbar-logo img {
  width: auto;
}
.cid-tKnqOMSmqa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKnqOMSmqa .navbar.collapsed {
  justify-content: center;
}
.cid-tKnqOMSmqa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKnqOMSmqa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKnqOMSmqa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tKnqOMSmqa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKnqOMSmqa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKnqOMSmqa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKnqOMSmqa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKnqOMSmqa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKnqOMSmqa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKnqOMSmqa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKnqOMSmqa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKnqOMSmqa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKnqOMSmqa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKnqOMSmqa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKnqOMSmqa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKnqOMSmqa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKnqOMSmqa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKnqOMSmqa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKnqOMSmqa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKnqOMSmqa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKnqOMSmqa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKnqOMSmqa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKnqOMSmqa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKnqOMSmqa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKnqOMSmqa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKnqOMSmqa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKnqOMSmqa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKnqOMSmqa .dropdown-item.active,
.cid-tKnqOMSmqa .dropdown-item:active {
  background-color: transparent;
}
.cid-tKnqOMSmqa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKnqOMSmqa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKnqOMSmqa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKnqOMSmqa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKnqOMSmqa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKnqOMSmqa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKnqOMSmqa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKnqOMSmqa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKnqOMSmqa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKnqOMSmqa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tKnqOMSmqa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKnqOMSmqa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKnqOMSmqa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKnqOMSmqa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKnqOMSmqa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKnqOMSmqa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKnqOMSmqa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKnqOMSmqa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKnqOMSmqa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tKnqOMSmqa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKnqOMSmqa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKnqOMSmqa .navbar {
    height: 70px;
  }
  .cid-tKnqOMSmqa .navbar.opened {
    height: auto;
  }
  .cid-tKnqOMSmqa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKFSRH3r8C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/foto-home1-1-1435x1020.jpg");
}
.cid-tKFSRH3r8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKFSRH3r8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKFSRH3r8C .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tKFSRH3r8C .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tKFSRH3r8C .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tKFSRH3r8C .mbr-section-title {
  color: #ffffff;
}
.cid-tLO0g6ssoE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e0e0e0;
}
.cid-tLO0g6ssoE img,
.cid-tLO0g6ssoE .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tLO0g6ssoE .item:focus,
.cid-tLO0g6ssoE span:focus {
  outline: none;
}
.cid-tLO0g6ssoE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tLO0g6ssoE .item {
    margin-bottom: 1rem;
  }
}
.cid-tLO0g6ssoE .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tLO0g6ssoE .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tLO0g6ssoE .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tLO0g6ssoE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tLO0g6ssoE .mbr-section-title {
  color: #000000;
}
.cid-tLO0g6ssoE .item-title {
  text-align: center;
}
.cid-tLO0g6ssoE .item-subtitle {
  text-align: center;
}
.cid-tLO0g6ssoE .mbr-text,
.cid-tLO0g6ssoE .item .mbr-section-btn {
  text-align: center;
}
.cid-tNMSlIpxyc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e0e0e0;
}
.cid-tNMSlIpxyc img,
.cid-tNMSlIpxyc .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tNMSlIpxyc .item:focus,
.cid-tNMSlIpxyc span:focus {
  outline: none;
}
.cid-tNMSlIpxyc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tNMSlIpxyc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNMSlIpxyc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNMSlIpxyc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tNMSlIpxyc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNMSlIpxyc .mbr-section-title {
  color: #232323;
}
.cid-tNMRbvTOpv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e0e0e0;
}
.cid-tNMRbvTOpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNMRbvTOpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNMRbvTOpv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNMRbvTOpv .row {
  flex-direction: row-reverse;
}
.cid-tNMRbvTOpv img {
  width: 100%;
}
.cid-tNMU4jDhkQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e0e0e0;
}
.cid-tNMU4jDhkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNMU4jDhkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNMU4jDhkQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNMU4jDhkQ .row {
  flex-direction: row-reverse;
}
.cid-tNMU4jDhkQ img {
  width: 100%;
}
.cid-tNMU5uHiAV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e0e0e0;
}
.cid-tNMU5uHiAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNMU5uHiAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNMU5uHiAV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNMU5uHiAV .row {
  flex-direction: row-reverse;
}
.cid-tNMU5uHiAV img {
  width: 100%;
}
.cid-tNMU6ayanh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e0e0e0;
}
.cid-tNMU6ayanh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNMU6ayanh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNMU6ayanh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNMU6ayanh .row {
  flex-direction: row-reverse;
}
.cid-tNMU6ayanh img {
  width: 100%;
}
.cid-tLO5AMhvko {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e0e0e0;
}
.cid-tLO5AMhvko .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLO5AMhvko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tLO5AMhvko .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLO5AMhvko .row {
  flex-direction: row-reverse;
}
.cid-tLO5AMhvko img {
  width: 100%;
}
.cid-tLO5U1EBB2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e0e0e0;
}
.cid-tLO5U1EBB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLO5U1EBB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tLO5U1EBB2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLO5U1EBB2 .row {
  flex-direction: row-reverse;
}
.cid-tLO5U1EBB2 img {
  width: 100%;
}
.cid-tKG3awjWJX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tKG3awjWJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKG3awjWJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tKG3awjWJX .row {
    flex-direction: column-reverse;
  }
  .cid-tKG3awjWJX .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKG3awjWJX .google-map {
  height: 100%;
  position: relative;
}
.cid-tKG3awjWJX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tKG3awjWJX .google-map [data-state-details] {
  color: #6b6763;
  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-tKG3awjWJX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tKG3awjWJX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tKG3awjWJX .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tKG3awjWJX .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
.cid-tKG3awjWJX .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tKG3awjWJX .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKG3awjWJX .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tKG3awjWJX .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #b06d4b;
}
.cid-tLIv4OExV7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tLIv4OExV7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLIv4OExV7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLIv4OExV7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLIv4OExV7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLIv4OExV7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLIv4OExV7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLIv4OExV7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLIv4OExV7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLIv4OExV7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLIv4OExV7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLIv4OExV7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLIv4OExV7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLIv4OExV7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLIv4OExV7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tKG4WWa0b3 .navbar-dropdown {
  position: relative !important;
}
.cid-tKG4WWa0b3 .dropdown-item:before {
  font-family: Times New Roman !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKG4WWa0b3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKG4WWa0b3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKG4WWa0b3 .dropdown-item:hover,
.cid-tKG4WWa0b3 .dropdown-item:focus {
  background: #b06d4b !important;
  color: white !important;
}
.cid-tKG4WWa0b3 .dropdown-item:hover span {
  color: white;
}
.cid-tKG4WWa0b3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKG4WWa0b3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKG4WWa0b3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKG4WWa0b3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKG4WWa0b3 .nav-link {
  position: relative;
}
.cid-tKG4WWa0b3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKG4WWa0b3 .container {
    flex-wrap: wrap;
  }
}
.cid-tKG4WWa0b3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKG4WWa0b3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKG4WWa0b3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKG4WWa0b3 .dropdown-menu,
.cid-tKG4WWa0b3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tKG4WWa0b3 .nav-item:focus,
.cid-tKG4WWa0b3 .nav-link:focus {
  outline: none;
}
.cid-tKG4WWa0b3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKG4WWa0b3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKG4WWa0b3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKG4WWa0b3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKG4WWa0b3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKG4WWa0b3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKG4WWa0b3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tKG4WWa0b3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tKG4WWa0b3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKG4WWa0b3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tKG4WWa0b3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKG4WWa0b3 .navbar.collapsed {
  justify-content: center;
}
.cid-tKG4WWa0b3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKG4WWa0b3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKG4WWa0b3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tKG4WWa0b3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKG4WWa0b3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKG4WWa0b3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKG4WWa0b3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKG4WWa0b3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKG4WWa0b3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKG4WWa0b3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKG4WWa0b3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKG4WWa0b3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKG4WWa0b3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKG4WWa0b3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKG4WWa0b3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKG4WWa0b3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKG4WWa0b3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKG4WWa0b3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKG4WWa0b3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKG4WWa0b3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKG4WWa0b3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKG4WWa0b3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKG4WWa0b3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKG4WWa0b3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKG4WWa0b3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKG4WWa0b3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKG4WWa0b3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKG4WWa0b3 .dropdown-item.active,
.cid-tKG4WWa0b3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tKG4WWa0b3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKG4WWa0b3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKG4WWa0b3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKG4WWa0b3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKG4WWa0b3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKG4WWa0b3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKG4WWa0b3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKG4WWa0b3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKG4WWa0b3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKG4WWa0b3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tKG4WWa0b3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKG4WWa0b3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKG4WWa0b3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKG4WWa0b3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKG4WWa0b3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKG4WWa0b3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKG4WWa0b3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKG4WWa0b3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKG4WWa0b3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tKG4WWa0b3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKG4WWa0b3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKG4WWa0b3 .navbar {
    height: 70px;
  }
  .cid-tKG4WWa0b3 .navbar.opened {
    height: auto;
  }
  .cid-tKG4WWa0b3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKG4WWyPgO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/foto-cabezote-cerramientos-metalicos-1100x350.jpg");
}
.cid-tKG4WWyPgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKG4WWyPgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKG4WWyPgO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tKG4WWyPgO .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tKG4WWyPgO .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tKG4WWyPgO .mbr-section-title {
  color: #ffffff;
}
.cid-tKG4WX4fa6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebebeb;
}
.cid-tKG4WX4fa6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKG4WX4fa6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tKG4WX4fa6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKG4WX4fa6 .row {
  flex-direction: row-reverse;
}
.cid-tKG4WX4fa6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKG4WX4fa6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tKG7yhpCaN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tKG7yhpCaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKG7yhpCaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKG7yhpCaN .item {
  padding-bottom: 2rem;
}
.cid-tKG7yhpCaN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tKG7yhpCaN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tKG7yhpCaN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tKG7yhpCaN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tKG7yhpCaN .carousel-control,
.cid-tKG7yhpCaN .close {
  background: #1b1b1b;
}
.cid-tKG7yhpCaN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tKG7yhpCaN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tKG7yhpCaN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tKG7yhpCaN .carousel-control-next span {
  margin-left: 5px;
}
.cid-tKG7yhpCaN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tKG7yhpCaN .close::before {
  content: '\e91a';
}
.cid-tKG7yhpCaN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tKG7yhpCaN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKG7yhpCaN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKG7yhpCaN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKG7yhpCaN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKG7yhpCaN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tKG7yhpCaN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKG7yhpCaN .carousel-indicators li.active,
.cid-tKG7yhpCaN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKG7yhpCaN .carousel-indicators li::after,
.cid-tKG7yhpCaN .carousel-indicators li::before {
  content: none;
}
.cid-tKG7yhpCaN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKG7yhpCaN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tKG7yhpCaN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tKG7yhpCaN .carousel-indicators {
    display: none;
  }
}
.cid-tKG7yhpCaN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKG7yhpCaN .carousel-inner > .active {
  display: block;
}
.cid-tKG7yhpCaN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKG7yhpCaN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKG7yhpCaN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tKG7yhpCaN .carousel-control,
  .cid-tKG7yhpCaN .carousel-indicators,
  .cid-tKG7yhpCaN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tKG7yhpCaN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tKG7yhpCaN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tKG7yhpCaN .carousel-indicators .active,
.cid-tKG7yhpCaN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tKG7yhpCaN .carousel-indicators .active {
  background: #fff;
}
.cid-tKG7yhpCaN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tKG7yhpCaN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tKG7yhpCaN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tKG7yhpCaN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tKG7yhpCaN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tKG7yhpCaN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tKG7yhpCaN .carousel {
  width: 100%;
}
.cid-tKG7yhpCaN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tKG7yhpCaN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tKG7yhpCaN .modal.fade .modal-dialog,
.cid-tKG7yhpCaN .modal.in .modal-dialog {
  transform: none;
}
.cid-tKG7yhpCaN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tKG7yhpCaN H6 {
  text-align: center;
}
.cid-tKG4WXQAME {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tKG4WXQAME .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKG4WXQAME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tKG4WXQAME .row {
    flex-direction: column-reverse;
  }
  .cid-tKG4WXQAME .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKG4WXQAME .google-map {
  height: 100%;
  position: relative;
}
.cid-tKG4WXQAME .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tKG4WXQAME .google-map [data-state-details] {
  color: #6b6763;
  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-tKG4WXQAME .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tKG4WXQAME .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tKG4WXQAME .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tKG4WXQAME .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
.cid-tKG4WXQAME .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tKG4WXQAME .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKG4WXQAME .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tKG4WXQAME .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #b06d4b;
}
.cid-tLIv4OExV7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tLIv4OExV7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLIv4OExV7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLIv4OExV7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLIv4OExV7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLIv4OExV7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLIv4OExV7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLIv4OExV7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLIv4OExV7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLIv4OExV7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLIv4OExV7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLIv4OExV7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLIv4OExV7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLIv4OExV7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLIv4OExV7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tKL3TUhEpp .navbar-dropdown {
  position: relative !important;
}
.cid-tKL3TUhEpp .dropdown-item:before {
  font-family: Times New Roman !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKL3TUhEpp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKL3TUhEpp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKL3TUhEpp .dropdown-item:hover,
.cid-tKL3TUhEpp .dropdown-item:focus {
  background: #b06d4b !important;
  color: white !important;
}
.cid-tKL3TUhEpp .dropdown-item:hover span {
  color: white;
}
.cid-tKL3TUhEpp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKL3TUhEpp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKL3TUhEpp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKL3TUhEpp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKL3TUhEpp .nav-link {
  position: relative;
}
.cid-tKL3TUhEpp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKL3TUhEpp .container {
    flex-wrap: wrap;
  }
}
.cid-tKL3TUhEpp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKL3TUhEpp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKL3TUhEpp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKL3TUhEpp .dropdown-menu,
.cid-tKL3TUhEpp .navbar.opened {
  background: #ffffff !important;
}
.cid-tKL3TUhEpp .nav-item:focus,
.cid-tKL3TUhEpp .nav-link:focus {
  outline: none;
}
.cid-tKL3TUhEpp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKL3TUhEpp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKL3TUhEpp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKL3TUhEpp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKL3TUhEpp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKL3TUhEpp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKL3TUhEpp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tKL3TUhEpp .navbar.opened {
  transition: all 0.3s;
}
.cid-tKL3TUhEpp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKL3TUhEpp .navbar .navbar-logo img {
  width: auto;
}
.cid-tKL3TUhEpp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKL3TUhEpp .navbar.collapsed {
  justify-content: center;
}
.cid-tKL3TUhEpp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKL3TUhEpp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKL3TUhEpp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tKL3TUhEpp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKL3TUhEpp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKL3TUhEpp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKL3TUhEpp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKL3TUhEpp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKL3TUhEpp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKL3TUhEpp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKL3TUhEpp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKL3TUhEpp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKL3TUhEpp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKL3TUhEpp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKL3TUhEpp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKL3TUhEpp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKL3TUhEpp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKL3TUhEpp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKL3TUhEpp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKL3TUhEpp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKL3TUhEpp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKL3TUhEpp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKL3TUhEpp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKL3TUhEpp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKL3TUhEpp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKL3TUhEpp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKL3TUhEpp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKL3TUhEpp .dropdown-item.active,
.cid-tKL3TUhEpp .dropdown-item:active {
  background-color: transparent;
}
.cid-tKL3TUhEpp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKL3TUhEpp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKL3TUhEpp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKL3TUhEpp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tKL3TUhEpp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKL3TUhEpp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKL3TUhEpp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKL3TUhEpp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKL3TUhEpp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKL3TUhEpp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tKL3TUhEpp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKL3TUhEpp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKL3TUhEpp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKL3TUhEpp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKL3TUhEpp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKL3TUhEpp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKL3TUhEpp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKL3TUhEpp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKL3TUhEpp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tKL3TUhEpp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKL3TUhEpp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKL3TUhEpp .navbar {
    height: 70px;
  }
  .cid-tKL3TUhEpp .navbar.opened {
    height: auto;
  }
  .cid-tKL3TUhEpp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKL3TUHeSk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/foto-quienes-somos-1032x494.jpg");
}
.cid-tKL3TUHeSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKL3TUHeSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKL3TUHeSk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tKL3TUHeSk .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tKL3TUHeSk .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tKL3TUHeSk .mbr-section-title {
  color: #ffffff;
}
.cid-tKL3TVhNdB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e0e0e0;
}
.cid-tKL3TVhNdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKL3TVhNdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tKL3TVhNdB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKL3TVhNdB .row {
  flex-direction: row-reverse;
}
.cid-tKL3TVhNdB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKL3TVhNdB .text-wrapper {
    padding: 2rem;
  }
}
.cid-tKL3TWMNB8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tKL3TWMNB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKL3TWMNB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tKL3TWMNB8 .row {
    flex-direction: column-reverse;
  }
  .cid-tKL3TWMNB8 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKL3TWMNB8 .google-map {
  height: 100%;
  position: relative;
}
.cid-tKL3TWMNB8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tKL3TWMNB8 .google-map [data-state-details] {
  color: #6b6763;
  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-tKL3TWMNB8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tKL3TWMNB8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tKL3TWMNB8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tKL3TWMNB8 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
.cid-tKL3TWMNB8 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tKL3TWMNB8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKL3TWMNB8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tKL3TWMNB8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #b06d4b;
}
.cid-tLIv4OExV7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tLIv4OExV7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLIv4OExV7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLIv4OExV7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLIv4OExV7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLIv4OExV7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLIv4OExV7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLIv4OExV7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLIv4OExV7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLIv4OExV7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLIv4OExV7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLIv4OExV7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLIv4OExV7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLIv4OExV7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLIv4OExV7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMVkIU4LZQ .navbar-dropdown {
  position: relative !important;
}
.cid-tMVkIU4LZQ .dropdown-item:before {
  font-family: Times New Roman !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMVkIU4LZQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMVkIU4LZQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMVkIU4LZQ .dropdown-item:hover,
.cid-tMVkIU4LZQ .dropdown-item:focus {
  background: #b06d4b !important;
  color: white !important;
}
.cid-tMVkIU4LZQ .dropdown-item:hover span {
  color: white;
}
.cid-tMVkIU4LZQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMVkIU4LZQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMVkIU4LZQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMVkIU4LZQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMVkIU4LZQ .nav-link {
  position: relative;
}
.cid-tMVkIU4LZQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMVkIU4LZQ .container {
    flex-wrap: wrap;
  }
}
.cid-tMVkIU4LZQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMVkIU4LZQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMVkIU4LZQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMVkIU4LZQ .dropdown-menu,
.cid-tMVkIU4LZQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tMVkIU4LZQ .nav-item:focus,
.cid-tMVkIU4LZQ .nav-link:focus {
  outline: none;
}
.cid-tMVkIU4LZQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMVkIU4LZQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMVkIU4LZQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMVkIU4LZQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMVkIU4LZQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMVkIU4LZQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMVkIU4LZQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMVkIU4LZQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tMVkIU4LZQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMVkIU4LZQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tMVkIU4LZQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMVkIU4LZQ .navbar.collapsed {
  justify-content: center;
}
.cid-tMVkIU4LZQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMVkIU4LZQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMVkIU4LZQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tMVkIU4LZQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMVkIU4LZQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMVkIU4LZQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMVkIU4LZQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMVkIU4LZQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMVkIU4LZQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMVkIU4LZQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMVkIU4LZQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMVkIU4LZQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMVkIU4LZQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMVkIU4LZQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMVkIU4LZQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMVkIU4LZQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMVkIU4LZQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMVkIU4LZQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMVkIU4LZQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMVkIU4LZQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMVkIU4LZQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMVkIU4LZQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMVkIU4LZQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMVkIU4LZQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMVkIU4LZQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMVkIU4LZQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMVkIU4LZQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMVkIU4LZQ .dropdown-item.active,
.cid-tMVkIU4LZQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tMVkIU4LZQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMVkIU4LZQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMVkIU4LZQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMVkIU4LZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMVkIU4LZQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMVkIU4LZQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMVkIU4LZQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMVkIU4LZQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMVkIU4LZQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMVkIU4LZQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMVkIU4LZQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMVkIU4LZQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMVkIU4LZQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMVkIU4LZQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMVkIU4LZQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMVkIU4LZQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMVkIU4LZQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMVkIU4LZQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMVkIU4LZQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tMVkIU4LZQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMVkIU4LZQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMVkIU4LZQ .navbar {
    height: 70px;
  }
  .cid-tMVkIU4LZQ .navbar.opened {
    height: auto;
  }
  .cid-tMVkIU4LZQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMVkIUt5SZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/foto-escaleras-metalicas-cabezote-1100x435.jpg");
}
.cid-tMVkIUt5SZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVkIUt5SZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMVkIUt5SZ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tMVkIUt5SZ .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tMVkIUt5SZ .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tMVkIUt5SZ .mbr-section-title {
  color: #ffffff;
}
.cid-tMVnzfmRws {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tMVnzfmRws .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVnzfmRws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMVnSB1NeQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tMVnSB1NeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVnSB1NeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMVnSB1NeQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMVnSB1NeQ .row {
  flex-direction: row-reverse;
}
.cid-tMVnSB1NeQ img {
  width: 100%;
}
.cid-tMVkIVhCRF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tMVkIVhCRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVkIVhCRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMVkIVhCRF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMVkIVhCRF .row {
  flex-direction: row-reverse;
}
.cid-tMVkIVhCRF img {
  width: 100%;
}
.cid-tMVkIVJInw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tMVkIVJInw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVkIVJInw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tMVkIVJInw .row {
    flex-direction: column-reverse;
  }
  .cid-tMVkIVJInw .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tMVkIVJInw .google-map {
  height: 100%;
  position: relative;
}
.cid-tMVkIVJInw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tMVkIVJInw .google-map [data-state-details] {
  color: #6b6763;
  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-tMVkIVJInw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tMVkIVJInw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tMVkIVJInw .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tMVkIVJInw .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
.cid-tMVkIVJInw .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tMVkIVJInw .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMVkIVJInw .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tMVkIVJInw .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #b06d4b;
}
.cid-tMVkIW7BCz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tMVkIW7BCz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tMVkIW7BCz .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tMVkIW7BCz .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tMVkIW7BCz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tMVkIW7BCz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tMVkIW7BCz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tMVkIW7BCz .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tMVkIW7BCz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tMVkIW7BCz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMVkIW7BCz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tMVkIW7BCz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMVkIW7BCz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMVkIW7BCz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tMVkIW7BCz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMVEy6Ifv0 .navbar-dropdown {
  position: relative !important;
}
.cid-tMVEy6Ifv0 .dropdown-item:before {
  font-family: Times New Roman !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMVEy6Ifv0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMVEy6Ifv0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMVEy6Ifv0 .dropdown-item:hover,
.cid-tMVEy6Ifv0 .dropdown-item:focus {
  background: #b06d4b !important;
  color: white !important;
}
.cid-tMVEy6Ifv0 .dropdown-item:hover span {
  color: white;
}
.cid-tMVEy6Ifv0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMVEy6Ifv0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMVEy6Ifv0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMVEy6Ifv0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMVEy6Ifv0 .nav-link {
  position: relative;
}
.cid-tMVEy6Ifv0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMVEy6Ifv0 .container {
    flex-wrap: wrap;
  }
}
.cid-tMVEy6Ifv0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMVEy6Ifv0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMVEy6Ifv0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMVEy6Ifv0 .dropdown-menu,
.cid-tMVEy6Ifv0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tMVEy6Ifv0 .nav-item:focus,
.cid-tMVEy6Ifv0 .nav-link:focus {
  outline: none;
}
.cid-tMVEy6Ifv0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMVEy6Ifv0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMVEy6Ifv0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMVEy6Ifv0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMVEy6Ifv0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMVEy6Ifv0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMVEy6Ifv0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMVEy6Ifv0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tMVEy6Ifv0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMVEy6Ifv0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tMVEy6Ifv0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMVEy6Ifv0 .navbar.collapsed {
  justify-content: center;
}
.cid-tMVEy6Ifv0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMVEy6Ifv0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMVEy6Ifv0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tMVEy6Ifv0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMVEy6Ifv0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMVEy6Ifv0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMVEy6Ifv0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMVEy6Ifv0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMVEy6Ifv0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMVEy6Ifv0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMVEy6Ifv0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMVEy6Ifv0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMVEy6Ifv0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMVEy6Ifv0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMVEy6Ifv0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMVEy6Ifv0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMVEy6Ifv0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMVEy6Ifv0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMVEy6Ifv0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMVEy6Ifv0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMVEy6Ifv0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMVEy6Ifv0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMVEy6Ifv0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMVEy6Ifv0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMVEy6Ifv0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMVEy6Ifv0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMVEy6Ifv0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMVEy6Ifv0 .dropdown-item.active,
.cid-tMVEy6Ifv0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tMVEy6Ifv0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMVEy6Ifv0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMVEy6Ifv0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMVEy6Ifv0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMVEy6Ifv0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMVEy6Ifv0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMVEy6Ifv0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMVEy6Ifv0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMVEy6Ifv0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMVEy6Ifv0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMVEy6Ifv0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMVEy6Ifv0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMVEy6Ifv0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMVEy6Ifv0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMVEy6Ifv0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMVEy6Ifv0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMVEy6Ifv0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMVEy6Ifv0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMVEy6Ifv0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tMVEy6Ifv0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMVEy6Ifv0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMVEy6Ifv0 .navbar {
    height: 70px;
  }
  .cid-tMVEy6Ifv0 .navbar.opened {
    height: auto;
  }
  .cid-tMVEy6Ifv0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMVEy76P2G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/foto-cabezote-fachadas-vidrio-1330x350.jpg");
}
.cid-tMVEy76P2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVEy76P2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMVEy76P2G .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tMVEy76P2G .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tMVEy76P2G .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tMVEy76P2G .mbr-section-title {
  color: #232323;
}
.cid-tMVEy7x1Bl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tMVEy7x1Bl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVEy7x1Bl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMVEy7x1Bl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMVEy7x1Bl .row {
  flex-direction: row-reverse;
}
.cid-tMVEy7x1Bl img {
  width: 100%;
}
.cid-tNMde6ymqe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNMde6ymqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNMde6ymqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNMde6ymqe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNMde6ymqe .row {
  flex-direction: row-reverse;
}
.cid-tNMde6ymqe img {
  width: 100%;
}
.cid-tNMdeIyzFK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNMdeIyzFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNMdeIyzFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNMdeIyzFK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNMdeIyzFK .row {
  flex-direction: row-reverse;
}
.cid-tNMdeIyzFK img {
  width: 100%;
}
.cid-tMVEy8c2MX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tMVEy8c2MX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVEy8c2MX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tMVEy8c2MX .row {
    flex-direction: column-reverse;
  }
  .cid-tMVEy8c2MX .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tMVEy8c2MX .google-map {
  height: 100%;
  position: relative;
}
.cid-tMVEy8c2MX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tMVEy8c2MX .google-map [data-state-details] {
  color: #6b6763;
  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-tMVEy8c2MX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tMVEy8c2MX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tMVEy8c2MX .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tMVEy8c2MX .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
.cid-tMVEy8c2MX .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tMVEy8c2MX .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMVEy8c2MX .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tMVEy8c2MX .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #b06d4b;
}
.cid-tMVEy8DCbR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tMVEy8DCbR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tMVEy8DCbR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tMVEy8DCbR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tMVEy8DCbR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tMVEy8DCbR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tMVEy8DCbR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tMVEy8DCbR .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tMVEy8DCbR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tMVEy8DCbR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMVEy8DCbR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tMVEy8DCbR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMVEy8DCbR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMVEy8DCbR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tMVEy8DCbR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMVYsam4cg .navbar-dropdown {
  position: relative !important;
}
.cid-tMVYsam4cg .dropdown-item:before {
  font-family: Times New Roman !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMVYsam4cg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMVYsam4cg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMVYsam4cg .dropdown-item:hover,
.cid-tMVYsam4cg .dropdown-item:focus {
  background: #b06d4b !important;
  color: white !important;
}
.cid-tMVYsam4cg .dropdown-item:hover span {
  color: white;
}
.cid-tMVYsam4cg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMVYsam4cg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMVYsam4cg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMVYsam4cg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMVYsam4cg .nav-link {
  position: relative;
}
.cid-tMVYsam4cg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMVYsam4cg .container {
    flex-wrap: wrap;
  }
}
.cid-tMVYsam4cg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMVYsam4cg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMVYsam4cg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMVYsam4cg .dropdown-menu,
.cid-tMVYsam4cg .navbar.opened {
  background: #ffffff !important;
}
.cid-tMVYsam4cg .nav-item:focus,
.cid-tMVYsam4cg .nav-link:focus {
  outline: none;
}
.cid-tMVYsam4cg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMVYsam4cg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMVYsam4cg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMVYsam4cg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMVYsam4cg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMVYsam4cg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMVYsam4cg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMVYsam4cg .navbar.opened {
  transition: all 0.3s;
}
.cid-tMVYsam4cg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMVYsam4cg .navbar .navbar-logo img {
  width: auto;
}
.cid-tMVYsam4cg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMVYsam4cg .navbar.collapsed {
  justify-content: center;
}
.cid-tMVYsam4cg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMVYsam4cg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMVYsam4cg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tMVYsam4cg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMVYsam4cg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMVYsam4cg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMVYsam4cg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMVYsam4cg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMVYsam4cg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMVYsam4cg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMVYsam4cg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMVYsam4cg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMVYsam4cg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMVYsam4cg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMVYsam4cg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMVYsam4cg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMVYsam4cg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMVYsam4cg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMVYsam4cg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMVYsam4cg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMVYsam4cg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMVYsam4cg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMVYsam4cg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMVYsam4cg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMVYsam4cg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMVYsam4cg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMVYsam4cg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMVYsam4cg .dropdown-item.active,
.cid-tMVYsam4cg .dropdown-item:active {
  background-color: transparent;
}
.cid-tMVYsam4cg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMVYsam4cg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMVYsam4cg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMVYsam4cg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMVYsam4cg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMVYsam4cg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMVYsam4cg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMVYsam4cg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMVYsam4cg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMVYsam4cg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMVYsam4cg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMVYsam4cg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMVYsam4cg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMVYsam4cg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMVYsam4cg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMVYsam4cg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMVYsam4cg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMVYsam4cg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMVYsam4cg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tMVYsam4cg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMVYsam4cg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMVYsam4cg .navbar {
    height: 70px;
  }
  .cid-tMVYsam4cg .navbar.opened {
    height: auto;
  }
  .cid-tMVYsam4cg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMVYsaKBYw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/foto-cabezote-aluminio-vidrio-1040x304.jpg");
}
.cid-tMVYsaKBYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVYsaKBYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMVYsaKBYw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tMVYsaKBYw .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tMVYsaKBYw .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tMVYsaKBYw .mbr-section-title {
  color: #ffffff;
}
.cid-tMVYsb8lnO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tMVYsb8lnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVYsb8lnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMVYsb8lnO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMVYsb8lnO .row {
  flex-direction: row-reverse;
}
.cid-tMVYsb8lnO img {
  width: 100%;
}
.cid-tMVYsbjftr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tMVYsbjftr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVYsbjftr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tMVYsbjftr .row {
    flex-direction: column-reverse;
  }
  .cid-tMVYsbjftr .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tMVYsbjftr .google-map {
  height: 100%;
  position: relative;
}
.cid-tMVYsbjftr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tMVYsbjftr .google-map [data-state-details] {
  color: #6b6763;
  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-tMVYsbjftr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tMVYsbjftr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tMVYsbjftr .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tMVYsbjftr .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tMVYsbjftr .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tMVYsbjftr .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMVYsbjftr .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tMVYsbjftr .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #b06d4b;
}
.cid-tMVYsbFyBT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tMVYsbFyBT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tMVYsbFyBT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tMVYsbFyBT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tMVYsbFyBT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tMVYsbFyBT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tMVYsbFyBT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tMVYsbFyBT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tMVYsbFyBT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tMVYsbFyBT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMVYsbFyBT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tMVYsbFyBT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMVYsbFyBT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMVYsbFyBT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tMVYsbFyBT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tMVA9y8knk .navbar-dropdown {
  position: relative !important;
}
.cid-tMVA9y8knk .dropdown-item:before {
  font-family: Times New Roman !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMVA9y8knk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMVA9y8knk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMVA9y8knk .dropdown-item:hover,
.cid-tMVA9y8knk .dropdown-item:focus {
  background: #b06d4b !important;
  color: white !important;
}
.cid-tMVA9y8knk .dropdown-item:hover span {
  color: white;
}
.cid-tMVA9y8knk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMVA9y8knk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMVA9y8knk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMVA9y8knk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMVA9y8knk .nav-link {
  position: relative;
}
.cid-tMVA9y8knk .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMVA9y8knk .container {
    flex-wrap: wrap;
  }
}
.cid-tMVA9y8knk .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tMVA9y8knk .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tMVA9y8knk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMVA9y8knk .dropdown-menu,
.cid-tMVA9y8knk .navbar.opened {
  background: #ffffff !important;
}
.cid-tMVA9y8knk .nav-item:focus,
.cid-tMVA9y8knk .nav-link:focus {
  outline: none;
}
.cid-tMVA9y8knk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMVA9y8knk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMVA9y8knk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMVA9y8knk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMVA9y8knk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMVA9y8knk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMVA9y8knk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMVA9y8knk .navbar.opened {
  transition: all 0.3s;
}
.cid-tMVA9y8knk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMVA9y8knk .navbar .navbar-logo img {
  width: auto;
}
.cid-tMVA9y8knk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMVA9y8knk .navbar.collapsed {
  justify-content: center;
}
.cid-tMVA9y8knk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMVA9y8knk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMVA9y8knk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tMVA9y8knk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMVA9y8knk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMVA9y8knk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tMVA9y8knk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMVA9y8knk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMVA9y8knk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMVA9y8knk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMVA9y8knk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMVA9y8knk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMVA9y8knk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMVA9y8knk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tMVA9y8knk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMVA9y8knk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMVA9y8knk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMVA9y8knk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMVA9y8knk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMVA9y8knk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMVA9y8knk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMVA9y8knk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMVA9y8knk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMVA9y8knk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMVA9y8knk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tMVA9y8knk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMVA9y8knk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMVA9y8knk .dropdown-item.active,
.cid-tMVA9y8knk .dropdown-item:active {
  background-color: transparent;
}
.cid-tMVA9y8knk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMVA9y8knk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMVA9y8knk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMVA9y8knk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMVA9y8knk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMVA9y8knk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMVA9y8knk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMVA9y8knk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMVA9y8knk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMVA9y8knk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMVA9y8knk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMVA9y8knk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMVA9y8knk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMVA9y8knk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMVA9y8knk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMVA9y8knk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMVA9y8knk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMVA9y8knk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMVA9y8knk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tMVA9y8knk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMVA9y8knk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMVA9y8knk .navbar {
    height: 70px;
  }
  .cid-tMVA9y8knk .navbar.opened {
    height: auto;
  }
  .cid-tMVA9y8knk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMVA9yAHcr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/foto-cabezote-marquesinas-1032x265.jpg");
}
.cid-tMVA9yAHcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVA9yAHcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMVA9yAHcr .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tMVA9yAHcr .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tMVA9yAHcr .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tMVA9yAHcr .mbr-section-title {
  color: #ffffff;
}
.cid-tMVDlouYWK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tMVDlouYWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVDlouYWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMVDlouYWK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMVDlouYWK .row {
  flex-direction: row-reverse;
}
.cid-tMVDlouYWK img {
  width: 100%;
}
.cid-tNMfSDFDd8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNMfSDFDd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNMfSDFDd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNMfSDFDd8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNMfSDFDd8 .row {
  flex-direction: row-reverse;
}
.cid-tNMfSDFDd8 img {
  width: 100%;
}
.cid-tMVA9zO5Zn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tMVA9zO5Zn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVA9zO5Zn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMVA9zO5Zn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMVA9zO5Zn .row {
  flex-direction: row-reverse;
}
.cid-tMVA9zO5Zn img {
  width: 100%;
}
.cid-tMVEeWBqwY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tMVEeWBqwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVEeWBqwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMVEeWBqwY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMVEeWBqwY .row {
  flex-direction: row-reverse;
}
.cid-tMVEeWBqwY img {
  width: 100%;
}
.cid-tMVA9A3qlw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tMVA9A3qlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVA9A3qlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tMVA9A3qlw .row {
    flex-direction: column-reverse;
  }
  .cid-tMVA9A3qlw .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tMVA9A3qlw .google-map {
  height: 100%;
  position: relative;
}
.cid-tMVA9A3qlw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tMVA9A3qlw .google-map [data-state-details] {
  color: #6b6763;
  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-tMVA9A3qlw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tMVA9A3qlw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tMVA9A3qlw .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tMVA9A3qlw .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
.cid-tMVA9A3qlw .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tMVA9A3qlw .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMVA9A3qlw .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tMVA9A3qlw .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #b06d4b;
}
.cid-tMVA9Ata9B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tMVA9Ata9B .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tMVA9Ata9B .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tMVA9Ata9B .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tMVA9Ata9B .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tMVA9Ata9B .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tMVA9Ata9B .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tMVA9Ata9B .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tMVA9Ata9B .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tMVA9Ata9B .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMVA9Ata9B .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tMVA9Ata9B .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMVA9Ata9B .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMVA9Ata9B .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tMVA9Ata9B .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tNMX1oWdgb .navbar-dropdown {
  position: relative !important;
}
.cid-tNMX1oWdgb .dropdown-item:before {
  font-family: Times New Roman !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNMX1oWdgb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNMX1oWdgb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNMX1oWdgb .dropdown-item:hover,
.cid-tNMX1oWdgb .dropdown-item:focus {
  background: #b06d4b !important;
  color: white !important;
}
.cid-tNMX1oWdgb .dropdown-item:hover span {
  color: white;
}
.cid-tNMX1oWdgb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNMX1oWdgb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNMX1oWdgb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNMX1oWdgb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNMX1oWdgb .nav-link {
  position: relative;
}
.cid-tNMX1oWdgb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNMX1oWdgb .container {
    flex-wrap: wrap;
  }
}
.cid-tNMX1oWdgb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tNMX1oWdgb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tNMX1oWdgb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNMX1oWdgb .dropdown-menu,
.cid-tNMX1oWdgb .navbar.opened {
  background: #ffffff !important;
}
.cid-tNMX1oWdgb .nav-item:focus,
.cid-tNMX1oWdgb .nav-link:focus {
  outline: none;
}
.cid-tNMX1oWdgb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNMX1oWdgb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNMX1oWdgb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNMX1oWdgb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNMX1oWdgb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNMX1oWdgb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNMX1oWdgb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNMX1oWdgb .navbar.opened {
  transition: all 0.3s;
}
.cid-tNMX1oWdgb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNMX1oWdgb .navbar .navbar-logo img {
  width: auto;
}
.cid-tNMX1oWdgb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNMX1oWdgb .navbar.collapsed {
  justify-content: center;
}
.cid-tNMX1oWdgb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNMX1oWdgb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNMX1oWdgb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tNMX1oWdgb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNMX1oWdgb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNMX1oWdgb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tNMX1oWdgb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNMX1oWdgb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNMX1oWdgb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNMX1oWdgb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNMX1oWdgb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNMX1oWdgb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNMX1oWdgb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNMX1oWdgb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tNMX1oWdgb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNMX1oWdgb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNMX1oWdgb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNMX1oWdgb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNMX1oWdgb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNMX1oWdgb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tNMX1oWdgb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tNMX1oWdgb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNMX1oWdgb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNMX1oWdgb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNMX1oWdgb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNMX1oWdgb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNMX1oWdgb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNMX1oWdgb .dropdown-item.active,
.cid-tNMX1oWdgb .dropdown-item:active {
  background-color: transparent;
}
.cid-tNMX1oWdgb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNMX1oWdgb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNMX1oWdgb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNMX1oWdgb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNMX1oWdgb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNMX1oWdgb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNMX1oWdgb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNMX1oWdgb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNMX1oWdgb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNMX1oWdgb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tNMX1oWdgb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNMX1oWdgb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNMX1oWdgb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNMX1oWdgb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNMX1oWdgb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNMX1oWdgb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNMX1oWdgb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNMX1oWdgb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNMX1oWdgb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNMX1oWdgb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNMX1oWdgb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNMX1oWdgb .navbar {
    height: 70px;
  }
  .cid-tNMX1oWdgb .navbar.opened {
    height: auto;
  }
  .cid-tNMX1oWdgb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNMX1plWx5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cabezote-motores1-1040x304.jpg");
}
.cid-tNMX1plWx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNMX1plWx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNMX1plWx5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tNMX1plWx5 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tNMX1plWx5 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tNMX1plWx5 .mbr-section-title {
  color: #ffffff;
}
.cid-tNN4KNyQvC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNN4KNyQvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNN4KNyQvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNN2cKHArj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNN2cKHArj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNN2cKHArj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNN2cKHArj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNN2cKHArj .row {
  flex-direction: row-reverse;
}
.cid-tNN2cKHArj img {
  width: 100%;
}
.cid-tNMX1pLyAX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNMX1pLyAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNMX1pLyAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNMX1pLyAX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNMX1pLyAX .row {
  flex-direction: row-reverse;
}
.cid-tNMX1pLyAX img {
  width: 100%;
}
.cid-tNMX1pZMeh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tNMX1pZMeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNMX1pZMeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tNMX1pZMeh .row {
    flex-direction: column-reverse;
  }
  .cid-tNMX1pZMeh .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tNMX1pZMeh .google-map {
  height: 100%;
  position: relative;
}
.cid-tNMX1pZMeh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tNMX1pZMeh .google-map [data-state-details] {
  color: #6b6763;
  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-tNMX1pZMeh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNMX1pZMeh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNMX1pZMeh .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tNMX1pZMeh .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #bbbbbb;
}
.cid-tNMX1pZMeh .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tNMX1pZMeh .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNMX1pZMeh .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tNMX1pZMeh .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #b06d4b;
}
.cid-tNMX1qmdPN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-tNMX1qmdPN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tNMX1qmdPN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tNMX1qmdPN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tNMX1qmdPN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tNMX1qmdPN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tNMX1qmdPN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tNMX1qmdPN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tNMX1qmdPN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tNMX1qmdPN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tNMX1qmdPN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tNMX1qmdPN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tNMX1qmdPN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tNMX1qmdPN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tNMX1qmdPN .media-container-row .row-copirayt p {
  width: 100%;
}
