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: #154971 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #fde8c9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #154971 !important;
  border-color: #154971 !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: #071a28 !important;
  border-color: #071a28 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #071a28 !important;
  border-color: #071a28 !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: #fde8c9 !important;
  border-color: #fde8c9 !important;
  color: #c07507 !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: #6c4204 !important;
  background-color: #fac475 !important;
  border-color: #fac475 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #c07507 !important;
  background-color: #fac475 !important;
  border-color: #fac475 !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: #154971;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #071a28 !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: #154971 !important;
  border-color: #154971 !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: #fde8c9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fac475 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #c07507 !important;
  background-color: #fde8c9 !important;
  border-color: #fde8c9 !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: #154971 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #fde8c9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #05111b !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: #f9be67 !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: #154971;
}
.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: #fde8c9;
}
.mbr-gallery-filter li.active .btn {
  background-color: #154971;
  border-color: #154971;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #154971;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2d8ed8;
}
.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: #154971 !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: #154971;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #154971;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #154971;
}
.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: #154971;
  border-bottom-color: #154971;
}
.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: #154971 !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='%23154971' %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-uXHNC2xAhH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXHNC2xAhH nav.navbar {
  position: fixed;
}
.cid-uXHNC2xAhH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXHNC2xAhH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXHNC2xAhH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXHNC2xAhH .dropdown-item:hover,
.cid-uXHNC2xAhH .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uXHNC2xAhH .dropdown-item:hover span {
  color: white;
}
.cid-uXHNC2xAhH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXHNC2xAhH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXHNC2xAhH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXHNC2xAhH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXHNC2xAhH .nav-link {
  position: relative;
}
.cid-uXHNC2xAhH .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXHNC2xAhH .container {
    flex-wrap: wrap;
  }
}
.cid-uXHNC2xAhH .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXHNC2xAhH .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uXHNC2xAhH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXHNC2xAhH .dropdown-menu,
.cid-uXHNC2xAhH .navbar.opened {
  background: #154971 !important;
}
.cid-uXHNC2xAhH .nav-item:focus,
.cid-uXHNC2xAhH .nav-link:focus {
  outline: none;
}
.cid-uXHNC2xAhH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXHNC2xAhH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXHNC2xAhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXHNC2xAhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXHNC2xAhH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXHNC2xAhH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXHNC2xAhH .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: #154971;
}
.cid-uXHNC2xAhH .navbar.opened {
  transition: all 0.3s;
}
.cid-uXHNC2xAhH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXHNC2xAhH .navbar .navbar-logo img {
  width: auto;
}
.cid-uXHNC2xAhH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXHNC2xAhH .navbar.collapsed {
  justify-content: center;
}
.cid-uXHNC2xAhH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXHNC2xAhH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXHNC2xAhH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uXHNC2xAhH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXHNC2xAhH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXHNC2xAhH .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-uXHNC2xAhH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXHNC2xAhH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXHNC2xAhH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXHNC2xAhH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXHNC2xAhH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXHNC2xAhH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXHNC2xAhH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXHNC2xAhH .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-uXHNC2xAhH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXHNC2xAhH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXHNC2xAhH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXHNC2xAhH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXHNC2xAhH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXHNC2xAhH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXHNC2xAhH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXHNC2xAhH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXHNC2xAhH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXHNC2xAhH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXHNC2xAhH .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-uXHNC2xAhH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXHNC2xAhH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXHNC2xAhH .dropdown-item.active,
.cid-uXHNC2xAhH .dropdown-item:active {
  background-color: transparent;
}
.cid-uXHNC2xAhH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXHNC2xAhH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXHNC2xAhH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXHNC2xAhH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uXHNC2xAhH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXHNC2xAhH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXHNC2xAhH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXHNC2xAhH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXHNC2xAhH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXHNC2xAhH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uXHNC2xAhH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXHNC2xAhH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXHNC2xAhH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXHNC2xAhH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXHNC2xAhH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXHNC2xAhH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXHNC2xAhH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXHNC2xAhH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXHNC2xAhH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXHNC2xAhH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXHNC2xAhH .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-uXHNC2xAhH .navbar {
    height: 70px;
  }
  .cid-uXHNC2xAhH .navbar.opened {
    height: auto;
  }
  .cid-uXHNC2xAhH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXHNCslSgH {
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva.jpg");
}
.cid-uXHNCslSgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHNCslSgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHNCslSgH .mbr-section-title {
  color: #ffffff;
}
.cid-uXHNCslSgH .mbr-text,
.cid-uXHNCslSgH .mbr-section-btn {
  color: #ffffff;
}
.cid-uXHNDhQRje {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXHNDhQRje .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHNDhQRje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXI21ZIwit {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXI21ZIwit .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXI21ZIwit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXI21ZIwit .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uXI21ZIwit .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uXI21ZIwit .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXI21ZIwit .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXI21ZIwit .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXI21ZIwit .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uXI21ZIwit .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uXI21ZIwit .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uXI21ZIwit .card-title {
  text-align: center;
}
.cid-uXI21ZIwit .mbr-text,
.cid-uXI21ZIwit .mbr-section-btn {
  text-align: center;
}
.cid-uXIgxiX4qu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXIgxiX4qu img,
.cid-uXIgxiX4qu .item-img {
  width: 100%;
}
.cid-uXIgxiX4qu .item:focus,
.cid-uXIgxiX4qu span:focus {
  outline: none;
}
.cid-uXIgxiX4qu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uXIgxiX4qu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uXIgxiX4qu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uXIgxiX4qu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXIgxiX4qu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uXIgxiX4qu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uXIgxiX4qu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uXIgxiX4qu .mbr-section-title {
  color: #232323;
}
.cid-uXIgxiX4qu .mbr-text,
.cid-uXIgxiX4qu .mbr-section-btn {
  text-align: center;
}
.cid-uXIgxiX4qu .item-title {
  text-align: center;
}
.cid-uXIgxiX4qu .item-subtitle {
  text-align: left;
}
.cid-uXNpH5BpPQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXNpH5BpPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNpH5BpPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNrEaCIpc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uXNrEaCIpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNrEaCIpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNrEaCIpc .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uXNrEaCIpc .container {
    max-width: 1400px;
  }
}
.cid-uXNrEaCIpc .card {
  margin: auto;
}
.cid-uXNrEaCIpc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uXNrEaCIpc .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uXNrEaCIpc .row {
  justify-content: center;
}
.cid-uXNrEaCIpc .card-title,
.cid-uXNrEaCIpc .card-box {
  color: #154971;
}
.cid-uXNthsc2Kc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uXNthsc2Kc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNthsc2Kc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNthsc2Kc .mbr-section-title {
  color: #154971;
}
.cid-uXNthsc2Kc .mbr-section-subtitle {
  color: #154971;
}
.cid-uXNu4cNYUV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uXNu4cNYUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNu4cNYUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNu4cNYUV .content-wrapper {
  background: #fde8c9;
}
@media (max-width: 991px) {
  .cid-uXNu4cNYUV .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uXNu4cNYUV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXNu4cNYUV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXNu4cNYUV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXNu4cNYUV .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uXNu4cNYUV .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uXNu4cNYUV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uXNu4cNYUV .card-title {
  text-align: center;
  color: #154971;
}
.cid-uXNu4cNYUV .mbr-text,
.cid-uXNu4cNYUV .mbr-section-btn {
  text-align: center;
  color: #154971;
}
.cid-uXNzYHNyRk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXNzYHNyRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNzYHNyRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uXNzYHNyRk .container {
    max-width: 1400px;
  }
}
.cid-uXNzYHNyRk .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uXNzYHNyRk .row {
  justify-content: center;
}
.cid-uXHNDSQlTn {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uXHNDSQlTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHNDSQlTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHNDSQlTn .mbr-section-title {
  color: #ffffff;
}
.cid-uXHNDSQlTn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXHNEmi1Fc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXHNEmi1Fc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXHNEmi1Fc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXHNFzn5aO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uXHNFzn5aO .content {
    text-align: center;
  }
  .cid-uXHNFzn5aO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXHNFzn5aO .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uXHNFzn5aO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXHNFzn5aO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uXHNFzn5aO .google-map {
  height: 25rem;
  position: relative;
}
.cid-uXHNFzn5aO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uXHNFzn5aO .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uXHNFzn5aO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXHNFzn5aO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uXHNFzn5aO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uXHNFzn5aO .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uXHNFzn5aO .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXHNFzn5aO .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXHNFzn5aO .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXHNFzn5aO .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXHNFzn5aO .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXNX4wsvpj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXNX4wsvpj nav.navbar {
  position: fixed;
}
.cid-uXNX4wsvpj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXNX4wsvpj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXNX4wsvpj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXNX4wsvpj .dropdown-item:hover,
.cid-uXNX4wsvpj .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uXNX4wsvpj .dropdown-item:hover span {
  color: white;
}
.cid-uXNX4wsvpj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXNX4wsvpj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXNX4wsvpj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXNX4wsvpj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXNX4wsvpj .nav-link {
  position: relative;
}
.cid-uXNX4wsvpj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXNX4wsvpj .container {
    flex-wrap: wrap;
  }
}
.cid-uXNX4wsvpj .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXNX4wsvpj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uXNX4wsvpj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXNX4wsvpj .dropdown-menu,
.cid-uXNX4wsvpj .navbar.opened {
  background: #154971 !important;
}
.cid-uXNX4wsvpj .nav-item:focus,
.cid-uXNX4wsvpj .nav-link:focus {
  outline: none;
}
.cid-uXNX4wsvpj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXNX4wsvpj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXNX4wsvpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXNX4wsvpj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXNX4wsvpj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXNX4wsvpj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXNX4wsvpj .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: #154971;
}
.cid-uXNX4wsvpj .navbar.opened {
  transition: all 0.3s;
}
.cid-uXNX4wsvpj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXNX4wsvpj .navbar .navbar-logo img {
  width: auto;
}
.cid-uXNX4wsvpj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXNX4wsvpj .navbar.collapsed {
  justify-content: center;
}
.cid-uXNX4wsvpj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXNX4wsvpj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXNX4wsvpj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uXNX4wsvpj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXNX4wsvpj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXNX4wsvpj .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-uXNX4wsvpj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXNX4wsvpj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXNX4wsvpj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXNX4wsvpj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXNX4wsvpj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXNX4wsvpj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXNX4wsvpj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXNX4wsvpj .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-uXNX4wsvpj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXNX4wsvpj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXNX4wsvpj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXNX4wsvpj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXNX4wsvpj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXNX4wsvpj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXNX4wsvpj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXNX4wsvpj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXNX4wsvpj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXNX4wsvpj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXNX4wsvpj .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-uXNX4wsvpj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXNX4wsvpj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXNX4wsvpj .dropdown-item.active,
.cid-uXNX4wsvpj .dropdown-item:active {
  background-color: transparent;
}
.cid-uXNX4wsvpj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXNX4wsvpj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXNX4wsvpj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXNX4wsvpj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uXNX4wsvpj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXNX4wsvpj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXNX4wsvpj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXNX4wsvpj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXNX4wsvpj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXNX4wsvpj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uXNX4wsvpj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXNX4wsvpj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXNX4wsvpj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXNX4wsvpj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXNX4wsvpj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXNX4wsvpj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXNX4wsvpj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXNX4wsvpj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXNX4wsvpj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXNX4wsvpj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXNX4wsvpj .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-uXNX4wsvpj .navbar {
    height: 70px;
  }
  .cid-uXNX4wsvpj .navbar.opened {
    height: auto;
  }
  .cid-uXNX4wsvpj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXNX4x6qaz {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXNX4x6qaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNX4x6qaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNX4xAHlQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXNX4xAHlQ img,
.cid-uXNX4xAHlQ .item-img {
  width: 100%;
}
.cid-uXNX4xAHlQ .item:focus,
.cid-uXNX4xAHlQ span:focus {
  outline: none;
}
.cid-uXNX4xAHlQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uXNX4xAHlQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uXNX4xAHlQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uXNX4xAHlQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXNX4xAHlQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uXNX4xAHlQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uXNX4xAHlQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uXNX4xAHlQ .mbr-section-title {
  color: #232323;
}
.cid-uXNX4xAHlQ .mbr-text,
.cid-uXNX4xAHlQ .mbr-section-btn {
  text-align: center;
}
.cid-uXNX4xAHlQ .item-title {
  text-align: center;
}
.cid-uXNX4xAHlQ .item-subtitle {
  text-align: left;
}
.cid-uXNX4y90Ln {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uXNX4y90Ln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNX4y90Ln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNX4y90Ln .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uXNX4y90Ln .container {
    max-width: 1400px;
  }
}
.cid-uXNX4y90Ln .card {
  margin: auto;
}
.cid-uXNX4y90Ln .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uXNX4y90Ln .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uXNX4y90Ln .row {
  justify-content: center;
}
.cid-uXNX4y90Ln .card-title,
.cid-uXNX4y90Ln .card-box {
  color: #154971;
}
.cid-uXNX4yZio2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXNX4yZio2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNX4yZio2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uXNX4yZio2 .container {
    max-width: 1400px;
  }
}
.cid-uXNX4yZio2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uXNX4yZio2 .row {
  justify-content: center;
}
.cid-uXNX4ziRfn {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uXNX4ziRfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNX4ziRfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNX4ziRfn .mbr-section-title {
  color: #ffffff;
}
.cid-uXNX4ziRfn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXNX4zwmm0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXNX4zwmm0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNX4zwmm0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNX4zLg6v {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uXNX4zLg6v .content {
    text-align: center;
  }
  .cid-uXNX4zLg6v .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXNX4zLg6v .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uXNX4zLg6v .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXNX4zLg6v .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uXNX4zLg6v .google-map {
  height: 25rem;
  position: relative;
}
.cid-uXNX4zLg6v .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uXNX4zLg6v .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uXNX4zLg6v .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXNX4zLg6v .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uXNX4zLg6v .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uXNX4zLg6v .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uXNX4zLg6v .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXNX4zLg6v .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXNX4zLg6v .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXNX4zLg6v .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXNX4zLg6v .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXNZb6btSW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXNZb6btSW nav.navbar {
  position: fixed;
}
.cid-uXNZb6btSW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXNZb6btSW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXNZb6btSW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXNZb6btSW .dropdown-item:hover,
.cid-uXNZb6btSW .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uXNZb6btSW .dropdown-item:hover span {
  color: white;
}
.cid-uXNZb6btSW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXNZb6btSW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXNZb6btSW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXNZb6btSW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXNZb6btSW .nav-link {
  position: relative;
}
.cid-uXNZb6btSW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXNZb6btSW .container {
    flex-wrap: wrap;
  }
}
.cid-uXNZb6btSW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXNZb6btSW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uXNZb6btSW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXNZb6btSW .dropdown-menu,
.cid-uXNZb6btSW .navbar.opened {
  background: #154971 !important;
}
.cid-uXNZb6btSW .nav-item:focus,
.cid-uXNZb6btSW .nav-link:focus {
  outline: none;
}
.cid-uXNZb6btSW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXNZb6btSW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXNZb6btSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXNZb6btSW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXNZb6btSW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXNZb6btSW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXNZb6btSW .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: #154971;
}
.cid-uXNZb6btSW .navbar.opened {
  transition: all 0.3s;
}
.cid-uXNZb6btSW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXNZb6btSW .navbar .navbar-logo img {
  width: auto;
}
.cid-uXNZb6btSW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXNZb6btSW .navbar.collapsed {
  justify-content: center;
}
.cid-uXNZb6btSW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXNZb6btSW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXNZb6btSW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uXNZb6btSW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXNZb6btSW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXNZb6btSW .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-uXNZb6btSW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXNZb6btSW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXNZb6btSW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXNZb6btSW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXNZb6btSW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXNZb6btSW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXNZb6btSW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXNZb6btSW .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-uXNZb6btSW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXNZb6btSW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXNZb6btSW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXNZb6btSW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXNZb6btSW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXNZb6btSW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXNZb6btSW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXNZb6btSW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXNZb6btSW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXNZb6btSW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXNZb6btSW .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-uXNZb6btSW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXNZb6btSW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXNZb6btSW .dropdown-item.active,
.cid-uXNZb6btSW .dropdown-item:active {
  background-color: transparent;
}
.cid-uXNZb6btSW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXNZb6btSW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXNZb6btSW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXNZb6btSW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uXNZb6btSW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXNZb6btSW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXNZb6btSW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXNZb6btSW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXNZb6btSW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXNZb6btSW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uXNZb6btSW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXNZb6btSW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXNZb6btSW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXNZb6btSW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXNZb6btSW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXNZb6btSW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXNZb6btSW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXNZb6btSW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXNZb6btSW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXNZb6btSW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXNZb6btSW .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-uXNZb6btSW .navbar {
    height: 70px;
  }
  .cid-uXNZb6btSW .navbar.opened {
    height: auto;
  }
  .cid-uXNZb6btSW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXNZb6wdum {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXNZb6wdum .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNZb6wdum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYEcIOaJzP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYEcIOaJzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYEcIOaJzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYEcIOaJzP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uYEcIOaJzP .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uYEcIOaJzP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uYEcIOaJzP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uYEcIOaJzP .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-uYEcIOaJzP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYEcIOaJzP .carousel-control,
.cid-uYEcIOaJzP .close {
  background: #1b1b1b;
}
.cid-uYEcIOaJzP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYEcIOaJzP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYEcIOaJzP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYEcIOaJzP .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYEcIOaJzP .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-uYEcIOaJzP .close::before {
  content: '\e91a';
}
.cid-uYEcIOaJzP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYEcIOaJzP .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-uYEcIOaJzP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYEcIOaJzP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYEcIOaJzP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYEcIOaJzP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYEcIOaJzP .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-uYEcIOaJzP .carousel-indicators li.active,
.cid-uYEcIOaJzP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYEcIOaJzP .carousel-indicators li::after,
.cid-uYEcIOaJzP .carousel-indicators li::before {
  content: none;
}
.cid-uYEcIOaJzP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYEcIOaJzP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYEcIOaJzP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYEcIOaJzP .carousel-indicators {
    display: none;
  }
}
.cid-uYEcIOaJzP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYEcIOaJzP .carousel-inner > .active {
  display: block;
}
.cid-uYEcIOaJzP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYEcIOaJzP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYEcIOaJzP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYEcIOaJzP .carousel-control,
  .cid-uYEcIOaJzP .carousel-indicators,
  .cid-uYEcIOaJzP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYEcIOaJzP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYEcIOaJzP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYEcIOaJzP .carousel-indicators .active,
.cid-uYEcIOaJzP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYEcIOaJzP .carousel-indicators .active {
  background: #fff;
}
.cid-uYEcIOaJzP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYEcIOaJzP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYEcIOaJzP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYEcIOaJzP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYEcIOaJzP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYEcIOaJzP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYEcIOaJzP .carousel {
  width: 100%;
}
.cid-uYEcIOaJzP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYEcIOaJzP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYEcIOaJzP .modal.fade .modal-dialog,
.cid-uYEcIOaJzP .modal.in .modal-dialog {
  transform: none;
}
.cid-uYEcIOaJzP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYEcIOaJzP H6 {
  text-align: center;
}
.cid-uXNZb77YgR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uXNZb77YgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNZb77YgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNZb77YgR .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uXNZb77YgR .container {
    max-width: 1400px;
  }
}
.cid-uXNZb77YgR .card {
  margin: auto;
}
.cid-uXNZb77YgR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uXNZb77YgR .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uXNZb77YgR .row {
  justify-content: center;
}
.cid-uXNZb77YgR .card-title,
.cid-uXNZb77YgR .card-box {
  color: #154971;
}
.cid-uXNZb7otog {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXNZb7otog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNZb7otog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uXNZb7otog .container {
    max-width: 1400px;
  }
}
.cid-uXNZb7otog .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uXNZb7otog .row {
  justify-content: center;
}
.cid-uXNZb7I5om {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uXNZb7I5om .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNZb7I5om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNZb7I5om .mbr-section-title {
  color: #ffffff;
}
.cid-uXNZb7I5om .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXNZb7Xroa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXNZb7Xroa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXNZb7Xroa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXNZb8c3j4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uXNZb8c3j4 .content {
    text-align: center;
  }
  .cid-uXNZb8c3j4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXNZb8c3j4 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uXNZb8c3j4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXNZb8c3j4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uXNZb8c3j4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uXNZb8c3j4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uXNZb8c3j4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uXNZb8c3j4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXNZb8c3j4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uXNZb8c3j4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uXNZb8c3j4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uXNZb8c3j4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXNZb8c3j4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXNZb8c3j4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXNZb8c3j4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXNZb8c3j4 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXO36XYngP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXO36XYngP nav.navbar {
  position: fixed;
}
.cid-uXO36XYngP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXO36XYngP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXO36XYngP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXO36XYngP .dropdown-item:hover,
.cid-uXO36XYngP .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uXO36XYngP .dropdown-item:hover span {
  color: white;
}
.cid-uXO36XYngP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXO36XYngP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXO36XYngP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXO36XYngP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXO36XYngP .nav-link {
  position: relative;
}
.cid-uXO36XYngP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXO36XYngP .container {
    flex-wrap: wrap;
  }
}
.cid-uXO36XYngP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXO36XYngP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uXO36XYngP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXO36XYngP .dropdown-menu,
.cid-uXO36XYngP .navbar.opened {
  background: #154971 !important;
}
.cid-uXO36XYngP .nav-item:focus,
.cid-uXO36XYngP .nav-link:focus {
  outline: none;
}
.cid-uXO36XYngP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXO36XYngP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXO36XYngP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXO36XYngP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXO36XYngP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXO36XYngP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXO36XYngP .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: #154971;
}
.cid-uXO36XYngP .navbar.opened {
  transition: all 0.3s;
}
.cid-uXO36XYngP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXO36XYngP .navbar .navbar-logo img {
  width: auto;
}
.cid-uXO36XYngP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXO36XYngP .navbar.collapsed {
  justify-content: center;
}
.cid-uXO36XYngP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXO36XYngP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXO36XYngP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uXO36XYngP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXO36XYngP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXO36XYngP .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-uXO36XYngP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXO36XYngP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXO36XYngP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXO36XYngP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXO36XYngP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXO36XYngP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXO36XYngP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXO36XYngP .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-uXO36XYngP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXO36XYngP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXO36XYngP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXO36XYngP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXO36XYngP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXO36XYngP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uXO36XYngP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uXO36XYngP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXO36XYngP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXO36XYngP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXO36XYngP .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-uXO36XYngP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXO36XYngP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXO36XYngP .dropdown-item.active,
.cid-uXO36XYngP .dropdown-item:active {
  background-color: transparent;
}
.cid-uXO36XYngP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXO36XYngP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXO36XYngP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXO36XYngP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uXO36XYngP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXO36XYngP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXO36XYngP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXO36XYngP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXO36XYngP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXO36XYngP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uXO36XYngP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXO36XYngP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXO36XYngP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXO36XYngP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXO36XYngP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXO36XYngP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXO36XYngP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXO36XYngP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXO36XYngP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXO36XYngP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXO36XYngP .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-uXO36XYngP .navbar {
    height: 70px;
  }
  .cid-uXO36XYngP .navbar.opened {
    height: auto;
  }
  .cid-uXO36XYngP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXO36YhGYa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXO36YhGYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO36YhGYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXO4rVgjar {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uXO4rVgjar .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uXO4rVgjar form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uXO4rVgjar form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uXO4rVgjar form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uXO36Z65K4 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uXO36Z65K4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO36Z65K4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXO36Z65K4 .mbr-section-title {
  color: #ffffff;
}
.cid-uXO36Z65K4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXO36YxfKR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uXO36YxfKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO36YxfKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXO36YxfKR .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uXO36YxfKR .container {
    max-width: 1400px;
  }
}
.cid-uXO36YxfKR .card {
  margin: auto;
}
.cid-uXO36YxfKR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uXO36YxfKR .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uXO36YxfKR .row {
  justify-content: center;
}
.cid-uXO36YxfKR .card-title,
.cid-uXO36YxfKR .card-box {
  color: #154971;
}
.cid-uXO36YOncq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXO36YOncq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO36YOncq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uXO36YOncq .container {
    max-width: 1400px;
  }
}
.cid-uXO36YOncq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uXO36YOncq .row {
  justify-content: center;
}
.cid-uXO36ZzUPT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uXO36ZzUPT .content {
    text-align: center;
  }
  .cid-uXO36ZzUPT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXO36ZzUPT .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uXO36ZzUPT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXO36ZzUPT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uXO36ZzUPT .google-map {
  height: 25rem;
  position: relative;
}
.cid-uXO36ZzUPT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uXO36ZzUPT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uXO36ZzUPT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXO36ZzUPT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uXO36ZzUPT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uXO36ZzUPT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uXO36ZzUPT .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uXO36ZzUPT .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXO36ZzUPT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXO36ZzUPT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uXO36ZzUPT .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYmvDzMar1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYmvDzMar1 nav.navbar {
  position: fixed;
}
.cid-uYmvDzMar1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYmvDzMar1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYmvDzMar1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYmvDzMar1 .dropdown-item:hover,
.cid-uYmvDzMar1 .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uYmvDzMar1 .dropdown-item:hover span {
  color: white;
}
.cid-uYmvDzMar1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYmvDzMar1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYmvDzMar1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYmvDzMar1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYmvDzMar1 .nav-link {
  position: relative;
}
.cid-uYmvDzMar1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYmvDzMar1 .container {
    flex-wrap: wrap;
  }
}
.cid-uYmvDzMar1 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYmvDzMar1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYmvDzMar1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYmvDzMar1 .dropdown-menu,
.cid-uYmvDzMar1 .navbar.opened {
  background: #154971 !important;
}
.cid-uYmvDzMar1 .nav-item:focus,
.cid-uYmvDzMar1 .nav-link:focus {
  outline: none;
}
.cid-uYmvDzMar1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYmvDzMar1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYmvDzMar1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYmvDzMar1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYmvDzMar1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYmvDzMar1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYmvDzMar1 .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: #154971;
}
.cid-uYmvDzMar1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYmvDzMar1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYmvDzMar1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYmvDzMar1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYmvDzMar1 .navbar.collapsed {
  justify-content: center;
}
.cid-uYmvDzMar1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYmvDzMar1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYmvDzMar1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uYmvDzMar1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYmvDzMar1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYmvDzMar1 .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-uYmvDzMar1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYmvDzMar1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYmvDzMar1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYmvDzMar1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYmvDzMar1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYmvDzMar1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYmvDzMar1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYmvDzMar1 .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-uYmvDzMar1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYmvDzMar1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYmvDzMar1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYmvDzMar1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYmvDzMar1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYmvDzMar1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYmvDzMar1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYmvDzMar1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYmvDzMar1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYmvDzMar1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYmvDzMar1 .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-uYmvDzMar1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYmvDzMar1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYmvDzMar1 .dropdown-item.active,
.cid-uYmvDzMar1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYmvDzMar1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYmvDzMar1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYmvDzMar1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYmvDzMar1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uYmvDzMar1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYmvDzMar1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYmvDzMar1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYmvDzMar1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYmvDzMar1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYmvDzMar1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uYmvDzMar1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYmvDzMar1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYmvDzMar1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYmvDzMar1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYmvDzMar1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYmvDzMar1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYmvDzMar1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYmvDzMar1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYmvDzMar1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYmvDzMar1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYmvDzMar1 .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-uYmvDzMar1 .navbar {
    height: 70px;
  }
  .cid-uYmvDzMar1 .navbar.opened {
    height: auto;
  }
  .cid-uYmvDzMar1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYmvDA3ftZ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYmvDA3ftZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmvDA3ftZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmxgA85zT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYmxgA85zT img,
.cid-uYmxgA85zT .item-img {
  width: 100%;
}
.cid-uYmxgA85zT .item:focus,
.cid-uYmxgA85zT span:focus {
  outline: none;
}
.cid-uYmxgA85zT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uYmxgA85zT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYmxgA85zT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uYmxgA85zT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYmxgA85zT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uYmxgA85zT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uYmxgA85zT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYmxgA85zT .mbr-section-title {
  color: #232323;
}
.cid-uYmxgA85zT .mbr-text,
.cid-uYmxgA85zT .mbr-section-btn {
  text-align: center;
}
.cid-uYmxgA85zT .item-title {
  text-align: center;
}
.cid-uYmxgA85zT .item-subtitle {
  text-align: left;
}
.cid-uYmzPQyhVR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYmzPQyhVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmzPQyhVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmvDAgsLH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uYmvDAgsLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmvDAgsLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmvDAgsLH .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYmvDAgsLH .container {
    max-width: 1400px;
  }
}
.cid-uYmvDAgsLH .card {
  margin: auto;
}
.cid-uYmvDAgsLH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYmvDAgsLH .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYmvDAgsLH .row {
  justify-content: center;
}
.cid-uYmvDAgsLH .card-title,
.cid-uYmvDAgsLH .card-box {
  color: #154971;
}
.cid-uYmvDAxG8x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYmvDAxG8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmvDAxG8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uYmvDAxG8x .container {
    max-width: 1400px;
  }
}
.cid-uYmvDAxG8x .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYmvDAxG8x .row {
  justify-content: center;
}
.cid-uYmvDAPNmb {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uYmvDAPNmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmvDAPNmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmvDAPNmb .mbr-section-title {
  color: #ffffff;
}
.cid-uYmvDAPNmb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYmvDB2lFJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYmvDB2lFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmvDB2lFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmvDBiZaF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYmvDBiZaF .content {
    text-align: center;
  }
  .cid-uYmvDBiZaF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYmvDBiZaF .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uYmvDBiZaF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYmvDBiZaF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uYmvDBiZaF .google-map {
  height: 25rem;
  position: relative;
}
.cid-uYmvDBiZaF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYmvDBiZaF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYmvDBiZaF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYmvDBiZaF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYmvDBiZaF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYmvDBiZaF .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYmvDBiZaF .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYmvDBiZaF .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYmvDBiZaF .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYmvDBiZaF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYmvDBiZaF .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYmHCdGSYd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYmHCdGSYd nav.navbar {
  position: fixed;
}
.cid-uYmHCdGSYd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYmHCdGSYd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYmHCdGSYd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYmHCdGSYd .dropdown-item:hover,
.cid-uYmHCdGSYd .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uYmHCdGSYd .dropdown-item:hover span {
  color: white;
}
.cid-uYmHCdGSYd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYmHCdGSYd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYmHCdGSYd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYmHCdGSYd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYmHCdGSYd .nav-link {
  position: relative;
}
.cid-uYmHCdGSYd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYmHCdGSYd .container {
    flex-wrap: wrap;
  }
}
.cid-uYmHCdGSYd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYmHCdGSYd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYmHCdGSYd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYmHCdGSYd .dropdown-menu,
.cid-uYmHCdGSYd .navbar.opened {
  background: #154971 !important;
}
.cid-uYmHCdGSYd .nav-item:focus,
.cid-uYmHCdGSYd .nav-link:focus {
  outline: none;
}
.cid-uYmHCdGSYd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYmHCdGSYd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYmHCdGSYd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYmHCdGSYd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYmHCdGSYd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYmHCdGSYd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYmHCdGSYd .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: #154971;
}
.cid-uYmHCdGSYd .navbar.opened {
  transition: all 0.3s;
}
.cid-uYmHCdGSYd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYmHCdGSYd .navbar .navbar-logo img {
  width: auto;
}
.cid-uYmHCdGSYd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYmHCdGSYd .navbar.collapsed {
  justify-content: center;
}
.cid-uYmHCdGSYd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYmHCdGSYd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYmHCdGSYd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uYmHCdGSYd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYmHCdGSYd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYmHCdGSYd .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-uYmHCdGSYd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYmHCdGSYd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYmHCdGSYd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYmHCdGSYd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYmHCdGSYd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYmHCdGSYd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYmHCdGSYd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYmHCdGSYd .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-uYmHCdGSYd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYmHCdGSYd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYmHCdGSYd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYmHCdGSYd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYmHCdGSYd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYmHCdGSYd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYmHCdGSYd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYmHCdGSYd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYmHCdGSYd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYmHCdGSYd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYmHCdGSYd .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-uYmHCdGSYd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYmHCdGSYd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYmHCdGSYd .dropdown-item.active,
.cid-uYmHCdGSYd .dropdown-item:active {
  background-color: transparent;
}
.cid-uYmHCdGSYd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYmHCdGSYd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYmHCdGSYd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYmHCdGSYd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uYmHCdGSYd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYmHCdGSYd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYmHCdGSYd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYmHCdGSYd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYmHCdGSYd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYmHCdGSYd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uYmHCdGSYd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYmHCdGSYd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYmHCdGSYd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYmHCdGSYd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYmHCdGSYd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYmHCdGSYd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYmHCdGSYd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYmHCdGSYd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYmHCdGSYd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYmHCdGSYd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYmHCdGSYd .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-uYmHCdGSYd .navbar {
    height: 70px;
  }
  .cid-uYmHCdGSYd .navbar.opened {
    height: auto;
  }
  .cid-uYmHCdGSYd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYmHCe4A0a {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYmHCe4A0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmHCe4A0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmHCeiYEC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYmHCeiYEC img,
.cid-uYmHCeiYEC .item-img {
  width: 100%;
}
.cid-uYmHCeiYEC .item:focus,
.cid-uYmHCeiYEC span:focus {
  outline: none;
}
.cid-uYmHCeiYEC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uYmHCeiYEC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYmHCeiYEC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uYmHCeiYEC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYmHCeiYEC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uYmHCeiYEC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uYmHCeiYEC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYmHCeiYEC .mbr-section-title {
  color: #232323;
}
.cid-uYmHCeiYEC .mbr-text,
.cid-uYmHCeiYEC .mbr-section-btn {
  text-align: center;
}
.cid-uYmHCeiYEC .item-title {
  text-align: center;
}
.cid-uYmHCeiYEC .item-subtitle {
  text-align: left;
}
.cid-uYmHCeyHOq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYmHCeyHOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmHCeyHOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmHCeLgyP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uYmHCeLgyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmHCeLgyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmHCeLgyP .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYmHCeLgyP .container {
    max-width: 1400px;
  }
}
.cid-uYmHCeLgyP .card {
  margin: auto;
}
.cid-uYmHCeLgyP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYmHCeLgyP .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYmHCeLgyP .row {
  justify-content: center;
}
.cid-uYmHCeLgyP .card-title,
.cid-uYmHCeLgyP .card-box {
  color: #154971;
}
.cid-uYmHCf2FlT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYmHCf2FlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmHCf2FlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uYmHCf2FlT .container {
    max-width: 1400px;
  }
}
.cid-uYmHCf2FlT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYmHCf2FlT .row {
  justify-content: center;
}
.cid-uYmHCfnelk {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uYmHCfnelk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmHCfnelk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmHCfnelk .mbr-section-title {
  color: #ffffff;
}
.cid-uYmHCfnelk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYmHCfB5QL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYmHCfB5QL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYmHCfB5QL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYmHCfQLYr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYmHCfQLYr .content {
    text-align: center;
  }
  .cid-uYmHCfQLYr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYmHCfQLYr .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uYmHCfQLYr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYmHCfQLYr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uYmHCfQLYr .google-map {
  height: 25rem;
  position: relative;
}
.cid-uYmHCfQLYr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYmHCfQLYr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYmHCfQLYr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYmHCfQLYr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYmHCfQLYr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYmHCfQLYr .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYmHCfQLYr .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYmHCfQLYr .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYmHCfQLYr .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYmHCfQLYr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYmHCfQLYr .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYn27k2IgB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYn27k2IgB nav.navbar {
  position: fixed;
}
.cid-uYn27k2IgB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYn27k2IgB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYn27k2IgB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYn27k2IgB .dropdown-item:hover,
.cid-uYn27k2IgB .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uYn27k2IgB .dropdown-item:hover span {
  color: white;
}
.cid-uYn27k2IgB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYn27k2IgB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYn27k2IgB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYn27k2IgB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYn27k2IgB .nav-link {
  position: relative;
}
.cid-uYn27k2IgB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYn27k2IgB .container {
    flex-wrap: wrap;
  }
}
.cid-uYn27k2IgB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYn27k2IgB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYn27k2IgB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYn27k2IgB .dropdown-menu,
.cid-uYn27k2IgB .navbar.opened {
  background: #154971 !important;
}
.cid-uYn27k2IgB .nav-item:focus,
.cid-uYn27k2IgB .nav-link:focus {
  outline: none;
}
.cid-uYn27k2IgB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYn27k2IgB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYn27k2IgB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYn27k2IgB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYn27k2IgB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYn27k2IgB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYn27k2IgB .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: #154971;
}
.cid-uYn27k2IgB .navbar.opened {
  transition: all 0.3s;
}
.cid-uYn27k2IgB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYn27k2IgB .navbar .navbar-logo img {
  width: auto;
}
.cid-uYn27k2IgB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYn27k2IgB .navbar.collapsed {
  justify-content: center;
}
.cid-uYn27k2IgB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYn27k2IgB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYn27k2IgB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uYn27k2IgB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYn27k2IgB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYn27k2IgB .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-uYn27k2IgB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYn27k2IgB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYn27k2IgB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYn27k2IgB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYn27k2IgB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYn27k2IgB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYn27k2IgB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYn27k2IgB .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-uYn27k2IgB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYn27k2IgB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYn27k2IgB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYn27k2IgB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYn27k2IgB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYn27k2IgB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYn27k2IgB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYn27k2IgB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYn27k2IgB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYn27k2IgB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYn27k2IgB .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-uYn27k2IgB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYn27k2IgB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYn27k2IgB .dropdown-item.active,
.cid-uYn27k2IgB .dropdown-item:active {
  background-color: transparent;
}
.cid-uYn27k2IgB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYn27k2IgB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYn27k2IgB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYn27k2IgB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uYn27k2IgB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYn27k2IgB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYn27k2IgB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYn27k2IgB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYn27k2IgB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYn27k2IgB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uYn27k2IgB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYn27k2IgB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYn27k2IgB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYn27k2IgB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYn27k2IgB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYn27k2IgB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYn27k2IgB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYn27k2IgB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYn27k2IgB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYn27k2IgB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYn27k2IgB .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-uYn27k2IgB .navbar {
    height: 70px;
  }
  .cid-uYn27k2IgB .navbar.opened {
    height: auto;
  }
  .cid-uYn27k2IgB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYn27kp7D1 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYn27kp7D1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYn27kp7D1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYn27kI6e6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYn27kI6e6 img,
.cid-uYn27kI6e6 .item-img {
  width: 100%;
}
.cid-uYn27kI6e6 .item:focus,
.cid-uYn27kI6e6 span:focus {
  outline: none;
}
.cid-uYn27kI6e6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uYn27kI6e6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYn27kI6e6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uYn27kI6e6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYn27kI6e6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uYn27kI6e6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uYn27kI6e6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYn27kI6e6 .mbr-section-title {
  color: #232323;
}
.cid-uYn27kI6e6 .mbr-text,
.cid-uYn27kI6e6 .mbr-section-btn {
  text-align: center;
}
.cid-uYn27kI6e6 .item-title {
  text-align: center;
}
.cid-uYn27kI6e6 .item-subtitle {
  text-align: left;
}
.cid-uYn27lhv81 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYn27lhv81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYn27lhv81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYn27luDd4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uYn27luDd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYn27luDd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYn27luDd4 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYn27luDd4 .container {
    max-width: 1400px;
  }
}
.cid-uYn27luDd4 .card {
  margin: auto;
}
.cid-uYn27luDd4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYn27luDd4 .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYn27luDd4 .row {
  justify-content: center;
}
.cid-uYn27luDd4 .card-title,
.cid-uYn27luDd4 .card-box {
  color: #154971;
}
.cid-uYn27lKzgc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYn27lKzgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYn27lKzgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uYn27lKzgc .container {
    max-width: 1400px;
  }
}
.cid-uYn27lKzgc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYn27lKzgc .row {
  justify-content: center;
}
.cid-uYn27m45wO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uYn27m45wO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYn27m45wO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYn27m45wO .mbr-section-title {
  color: #ffffff;
}
.cid-uYn27m45wO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYn27mifb9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYn27mifb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYn27mifb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYn27mxJOS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYn27mxJOS .content {
    text-align: center;
  }
  .cid-uYn27mxJOS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYn27mxJOS .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uYn27mxJOS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYn27mxJOS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uYn27mxJOS .google-map {
  height: 25rem;
  position: relative;
}
.cid-uYn27mxJOS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYn27mxJOS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYn27mxJOS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYn27mxJOS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYn27mxJOS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYn27mxJOS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYn27mxJOS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYn27mxJOS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYn27mxJOS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYn27mxJOS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYn27mxJOS .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYn8rGtf3g {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYn8rGtf3g nav.navbar {
  position: fixed;
}
.cid-uYn8rGtf3g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYn8rGtf3g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYn8rGtf3g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYn8rGtf3g .dropdown-item:hover,
.cid-uYn8rGtf3g .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uYn8rGtf3g .dropdown-item:hover span {
  color: white;
}
.cid-uYn8rGtf3g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYn8rGtf3g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYn8rGtf3g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYn8rGtf3g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYn8rGtf3g .nav-link {
  position: relative;
}
.cid-uYn8rGtf3g .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYn8rGtf3g .container {
    flex-wrap: wrap;
  }
}
.cid-uYn8rGtf3g .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYn8rGtf3g .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYn8rGtf3g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYn8rGtf3g .dropdown-menu,
.cid-uYn8rGtf3g .navbar.opened {
  background: #154971 !important;
}
.cid-uYn8rGtf3g .nav-item:focus,
.cid-uYn8rGtf3g .nav-link:focus {
  outline: none;
}
.cid-uYn8rGtf3g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYn8rGtf3g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYn8rGtf3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYn8rGtf3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYn8rGtf3g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYn8rGtf3g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYn8rGtf3g .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: #154971;
}
.cid-uYn8rGtf3g .navbar.opened {
  transition: all 0.3s;
}
.cid-uYn8rGtf3g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYn8rGtf3g .navbar .navbar-logo img {
  width: auto;
}
.cid-uYn8rGtf3g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYn8rGtf3g .navbar.collapsed {
  justify-content: center;
}
.cid-uYn8rGtf3g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYn8rGtf3g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYn8rGtf3g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uYn8rGtf3g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYn8rGtf3g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYn8rGtf3g .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-uYn8rGtf3g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYn8rGtf3g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYn8rGtf3g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYn8rGtf3g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYn8rGtf3g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYn8rGtf3g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYn8rGtf3g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYn8rGtf3g .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-uYn8rGtf3g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYn8rGtf3g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYn8rGtf3g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYn8rGtf3g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYn8rGtf3g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYn8rGtf3g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYn8rGtf3g .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYn8rGtf3g .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYn8rGtf3g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYn8rGtf3g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYn8rGtf3g .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-uYn8rGtf3g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYn8rGtf3g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYn8rGtf3g .dropdown-item.active,
.cid-uYn8rGtf3g .dropdown-item:active {
  background-color: transparent;
}
.cid-uYn8rGtf3g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYn8rGtf3g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYn8rGtf3g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYn8rGtf3g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uYn8rGtf3g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYn8rGtf3g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYn8rGtf3g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYn8rGtf3g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYn8rGtf3g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYn8rGtf3g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uYn8rGtf3g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYn8rGtf3g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYn8rGtf3g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYn8rGtf3g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYn8rGtf3g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYn8rGtf3g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYn8rGtf3g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYn8rGtf3g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYn8rGtf3g .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYn8rGtf3g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYn8rGtf3g .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-uYn8rGtf3g .navbar {
    height: 70px;
  }
  .cid-uYn8rGtf3g .navbar.opened {
    height: auto;
  }
  .cid-uYn8rGtf3g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYn8rGQgtZ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYn8rGQgtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYn8rGQgtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYEhojibJy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYEhojibJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYEhojibJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYEhojibJy .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uYEhojibJy .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uYEhojibJy .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uYEhojibJy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uYEhojibJy .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-uYEhojibJy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYEhojibJy .carousel-control,
.cid-uYEhojibJy .close {
  background: #1b1b1b;
}
.cid-uYEhojibJy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYEhojibJy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYEhojibJy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYEhojibJy .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYEhojibJy .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-uYEhojibJy .close::before {
  content: '\e91a';
}
.cid-uYEhojibJy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYEhojibJy .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-uYEhojibJy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYEhojibJy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYEhojibJy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYEhojibJy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYEhojibJy .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-uYEhojibJy .carousel-indicators li.active,
.cid-uYEhojibJy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYEhojibJy .carousel-indicators li::after,
.cid-uYEhojibJy .carousel-indicators li::before {
  content: none;
}
.cid-uYEhojibJy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYEhojibJy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYEhojibJy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYEhojibJy .carousel-indicators {
    display: none;
  }
}
.cid-uYEhojibJy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYEhojibJy .carousel-inner > .active {
  display: block;
}
.cid-uYEhojibJy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYEhojibJy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYEhojibJy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYEhojibJy .carousel-control,
  .cid-uYEhojibJy .carousel-indicators,
  .cid-uYEhojibJy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYEhojibJy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYEhojibJy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYEhojibJy .carousel-indicators .active,
.cid-uYEhojibJy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYEhojibJy .carousel-indicators .active {
  background: #fff;
}
.cid-uYEhojibJy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYEhojibJy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYEhojibJy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYEhojibJy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYEhojibJy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYEhojibJy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYEhojibJy .carousel {
  width: 100%;
}
.cid-uYEhojibJy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYEhojibJy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYEhojibJy .modal.fade .modal-dialog,
.cid-uYEhojibJy .modal.in .modal-dialog {
  transform: none;
}
.cid-uYEhojibJy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYEhojibJy H6 {
  text-align: center;
}
.cid-uYn8rHJYHM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYn8rHJYHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYn8rHJYHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYn8rHWIes {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uYn8rHWIes .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYn8rHWIes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYn8rHWIes .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYn8rHWIes .container {
    max-width: 1400px;
  }
}
.cid-uYn8rHWIes .card {
  margin: auto;
}
.cid-uYn8rHWIes .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYn8rHWIes .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYn8rHWIes .row {
  justify-content: center;
}
.cid-uYn8rHWIes .card-title,
.cid-uYn8rHWIes .card-box {
  color: #154971;
}
.cid-uYn8rIdUD8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYn8rIdUD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYn8rIdUD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uYn8rIdUD8 .container {
    max-width: 1400px;
  }
}
.cid-uYn8rIdUD8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYn8rIdUD8 .row {
  justify-content: center;
}
.cid-uYn8rIvRKN {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uYn8rIvRKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYn8rIvRKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYn8rIvRKN .mbr-section-title {
  color: #ffffff;
}
.cid-uYn8rIvRKN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYn8rIIj9J {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYn8rIIj9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYn8rIIj9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYn8rIWdX8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYn8rIWdX8 .content {
    text-align: center;
  }
  .cid-uYn8rIWdX8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYn8rIWdX8 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uYn8rIWdX8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYn8rIWdX8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uYn8rIWdX8 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uYn8rIWdX8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYn8rIWdX8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYn8rIWdX8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYn8rIWdX8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYn8rIWdX8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYn8rIWdX8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYn8rIWdX8 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYn8rIWdX8 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYn8rIWdX8 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYn8rIWdX8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYn8rIWdX8 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYnbar9UlU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYnbar9UlU nav.navbar {
  position: fixed;
}
.cid-uYnbar9UlU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnbar9UlU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYnbar9UlU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYnbar9UlU .dropdown-item:hover,
.cid-uYnbar9UlU .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uYnbar9UlU .dropdown-item:hover span {
  color: white;
}
.cid-uYnbar9UlU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYnbar9UlU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYnbar9UlU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYnbar9UlU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYnbar9UlU .nav-link {
  position: relative;
}
.cid-uYnbar9UlU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYnbar9UlU .container {
    flex-wrap: wrap;
  }
}
.cid-uYnbar9UlU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYnbar9UlU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYnbar9UlU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYnbar9UlU .dropdown-menu,
.cid-uYnbar9UlU .navbar.opened {
  background: #154971 !important;
}
.cid-uYnbar9UlU .nav-item:focus,
.cid-uYnbar9UlU .nav-link:focus {
  outline: none;
}
.cid-uYnbar9UlU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYnbar9UlU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYnbar9UlU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYnbar9UlU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYnbar9UlU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYnbar9UlU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYnbar9UlU .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: #154971;
}
.cid-uYnbar9UlU .navbar.opened {
  transition: all 0.3s;
}
.cid-uYnbar9UlU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYnbar9UlU .navbar .navbar-logo img {
  width: auto;
}
.cid-uYnbar9UlU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYnbar9UlU .navbar.collapsed {
  justify-content: center;
}
.cid-uYnbar9UlU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYnbar9UlU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYnbar9UlU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uYnbar9UlU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYnbar9UlU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYnbar9UlU .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-uYnbar9UlU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYnbar9UlU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYnbar9UlU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYnbar9UlU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYnbar9UlU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYnbar9UlU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYnbar9UlU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYnbar9UlU .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-uYnbar9UlU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYnbar9UlU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYnbar9UlU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYnbar9UlU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYnbar9UlU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYnbar9UlU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYnbar9UlU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYnbar9UlU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYnbar9UlU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYnbar9UlU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYnbar9UlU .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-uYnbar9UlU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYnbar9UlU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYnbar9UlU .dropdown-item.active,
.cid-uYnbar9UlU .dropdown-item:active {
  background-color: transparent;
}
.cid-uYnbar9UlU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYnbar9UlU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYnbar9UlU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYnbar9UlU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uYnbar9UlU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYnbar9UlU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYnbar9UlU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYnbar9UlU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYnbar9UlU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYnbar9UlU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uYnbar9UlU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYnbar9UlU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnbar9UlU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYnbar9UlU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYnbar9UlU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnbar9UlU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYnbar9UlU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYnbar9UlU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYnbar9UlU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYnbar9UlU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYnbar9UlU .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-uYnbar9UlU .navbar {
    height: 70px;
  }
  .cid-uYnbar9UlU .navbar.opened {
    height: auto;
  }
  .cid-uYnbar9UlU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYnbarrZRN {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYnbarrZRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnbarrZRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnbarHp4s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYnbarHp4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnbarHp4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnbarW66G {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uYnbarW66G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnbarW66G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnbarW66G .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYnbarW66G .container {
    max-width: 1400px;
  }
}
.cid-uYnbarW66G .card {
  margin: auto;
}
.cid-uYnbarW66G .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYnbarW66G .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYnbarW66G .row {
  justify-content: center;
}
.cid-uYnbarW66G .card-title,
.cid-uYnbarW66G .card-box {
  color: #154971;
}
.cid-uYnbasdk8D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYnbasdk8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnbasdk8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uYnbasdk8D .container {
    max-width: 1400px;
  }
}
.cid-uYnbasdk8D .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYnbasdk8D .row {
  justify-content: center;
}
.cid-uYnbasu305 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uYnbasu305 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnbasu305 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnbasu305 .mbr-section-title {
  color: #ffffff;
}
.cid-uYnbasu305 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYnbasHJ7p {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYnbasHJ7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYnbasHJ7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYnbasYrfE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYnbasYrfE .content {
    text-align: center;
  }
  .cid-uYnbasYrfE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYnbasYrfE .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uYnbasYrfE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYnbasYrfE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uYnbasYrfE .google-map {
  height: 25rem;
  position: relative;
}
.cid-uYnbasYrfE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYnbasYrfE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYnbasYrfE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYnbasYrfE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYnbasYrfE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYnbasYrfE .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYnbasYrfE .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYnbasYrfE .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYnbasYrfE .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYnbasYrfE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYnbasYrfE .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYsorTEbow {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYsorTEbow nav.navbar {
  position: fixed;
}
.cid-uYsorTEbow .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYsorTEbow .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYsorTEbow .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYsorTEbow .dropdown-item:hover,
.cid-uYsorTEbow .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uYsorTEbow .dropdown-item:hover span {
  color: white;
}
.cid-uYsorTEbow .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYsorTEbow .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYsorTEbow .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYsorTEbow .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYsorTEbow .nav-link {
  position: relative;
}
.cid-uYsorTEbow .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYsorTEbow .container {
    flex-wrap: wrap;
  }
}
.cid-uYsorTEbow .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYsorTEbow .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYsorTEbow .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYsorTEbow .dropdown-menu,
.cid-uYsorTEbow .navbar.opened {
  background: #154971 !important;
}
.cid-uYsorTEbow .nav-item:focus,
.cid-uYsorTEbow .nav-link:focus {
  outline: none;
}
.cid-uYsorTEbow .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYsorTEbow .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYsorTEbow .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYsorTEbow .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYsorTEbow .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYsorTEbow .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYsorTEbow .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: #154971;
}
.cid-uYsorTEbow .navbar.opened {
  transition: all 0.3s;
}
.cid-uYsorTEbow .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYsorTEbow .navbar .navbar-logo img {
  width: auto;
}
.cid-uYsorTEbow .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYsorTEbow .navbar.collapsed {
  justify-content: center;
}
.cid-uYsorTEbow .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYsorTEbow .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYsorTEbow .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uYsorTEbow .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYsorTEbow .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYsorTEbow .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-uYsorTEbow .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYsorTEbow .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYsorTEbow .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYsorTEbow .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYsorTEbow .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYsorTEbow .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYsorTEbow .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYsorTEbow .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-uYsorTEbow .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYsorTEbow .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYsorTEbow .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYsorTEbow .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYsorTEbow .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYsorTEbow .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYsorTEbow .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYsorTEbow .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYsorTEbow .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYsorTEbow .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYsorTEbow .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-uYsorTEbow .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYsorTEbow .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYsorTEbow .dropdown-item.active,
.cid-uYsorTEbow .dropdown-item:active {
  background-color: transparent;
}
.cid-uYsorTEbow .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYsorTEbow .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYsorTEbow .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYsorTEbow .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uYsorTEbow .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYsorTEbow .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYsorTEbow ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYsorTEbow .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYsorTEbow button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYsorTEbow button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uYsorTEbow button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYsorTEbow button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYsorTEbow button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYsorTEbow button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYsorTEbow nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsorTEbow nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYsorTEbow nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYsorTEbow nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsorTEbow .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYsorTEbow a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYsorTEbow .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-uYsorTEbow .navbar {
    height: 70px;
  }
  .cid-uYsorTEbow .navbar.opened {
    height: auto;
  }
  .cid-uYsorTEbow .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYsorTW90g {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsorTW90g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsorTW90g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsorUa1BD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsorUa1BD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsorUa1BD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsorUnpji {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uYsorUnpji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsorUnpji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsorUnpji .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYsorUnpji .container {
    max-width: 1400px;
  }
}
.cid-uYsorUnpji .card {
  margin: auto;
}
.cid-uYsorUnpji .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYsorUnpji .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYsorUnpji .row {
  justify-content: center;
}
.cid-uYsorUnpji .card-title,
.cid-uYsorUnpji .card-box {
  color: #154971;
}
.cid-uYsorUEvpN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsorUEvpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsorUEvpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uYsorUEvpN .container {
    max-width: 1400px;
  }
}
.cid-uYsorUEvpN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYsorUEvpN .row {
  justify-content: center;
}
.cid-uYsorUVm70 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uYsorUVm70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsorUVm70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsorUVm70 .mbr-section-title {
  color: #ffffff;
}
.cid-uYsorUVm70 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYsorV7oUk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsorV7oUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsorV7oUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsorVl8Q3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYsorVl8Q3 .content {
    text-align: center;
  }
  .cid-uYsorVl8Q3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYsorVl8Q3 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uYsorVl8Q3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYsorVl8Q3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uYsorVl8Q3 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uYsorVl8Q3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYsorVl8Q3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYsorVl8Q3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYsorVl8Q3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYsorVl8Q3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYsorVl8Q3 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYsorVl8Q3 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYsorVl8Q3 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYsorVl8Q3 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYsorVl8Q3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYsorVl8Q3 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYsqu1Ii7A {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYsqu1Ii7A nav.navbar {
  position: fixed;
}
.cid-uYsqu1Ii7A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYsqu1Ii7A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYsqu1Ii7A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYsqu1Ii7A .dropdown-item:hover,
.cid-uYsqu1Ii7A .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uYsqu1Ii7A .dropdown-item:hover span {
  color: white;
}
.cid-uYsqu1Ii7A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYsqu1Ii7A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYsqu1Ii7A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYsqu1Ii7A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYsqu1Ii7A .nav-link {
  position: relative;
}
.cid-uYsqu1Ii7A .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYsqu1Ii7A .container {
    flex-wrap: wrap;
  }
}
.cid-uYsqu1Ii7A .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYsqu1Ii7A .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYsqu1Ii7A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYsqu1Ii7A .dropdown-menu,
.cid-uYsqu1Ii7A .navbar.opened {
  background: #154971 !important;
}
.cid-uYsqu1Ii7A .nav-item:focus,
.cid-uYsqu1Ii7A .nav-link:focus {
  outline: none;
}
.cid-uYsqu1Ii7A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYsqu1Ii7A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYsqu1Ii7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYsqu1Ii7A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYsqu1Ii7A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYsqu1Ii7A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYsqu1Ii7A .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: #154971;
}
.cid-uYsqu1Ii7A .navbar.opened {
  transition: all 0.3s;
}
.cid-uYsqu1Ii7A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYsqu1Ii7A .navbar .navbar-logo img {
  width: auto;
}
.cid-uYsqu1Ii7A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYsqu1Ii7A .navbar.collapsed {
  justify-content: center;
}
.cid-uYsqu1Ii7A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYsqu1Ii7A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYsqu1Ii7A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uYsqu1Ii7A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYsqu1Ii7A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYsqu1Ii7A .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-uYsqu1Ii7A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYsqu1Ii7A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYsqu1Ii7A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYsqu1Ii7A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYsqu1Ii7A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYsqu1Ii7A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYsqu1Ii7A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYsqu1Ii7A .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-uYsqu1Ii7A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYsqu1Ii7A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYsqu1Ii7A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYsqu1Ii7A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYsqu1Ii7A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYsqu1Ii7A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYsqu1Ii7A .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYsqu1Ii7A .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYsqu1Ii7A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYsqu1Ii7A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYsqu1Ii7A .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-uYsqu1Ii7A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYsqu1Ii7A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYsqu1Ii7A .dropdown-item.active,
.cid-uYsqu1Ii7A .dropdown-item:active {
  background-color: transparent;
}
.cid-uYsqu1Ii7A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYsqu1Ii7A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYsqu1Ii7A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYsqu1Ii7A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uYsqu1Ii7A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYsqu1Ii7A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYsqu1Ii7A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYsqu1Ii7A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYsqu1Ii7A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYsqu1Ii7A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uYsqu1Ii7A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYsqu1Ii7A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYsqu1Ii7A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYsqu1Ii7A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYsqu1Ii7A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsqu1Ii7A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYsqu1Ii7A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYsqu1Ii7A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsqu1Ii7A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYsqu1Ii7A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYsqu1Ii7A .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-uYsqu1Ii7A .navbar {
    height: 70px;
  }
  .cid-uYsqu1Ii7A .navbar.opened {
    height: auto;
  }
  .cid-uYsqu1Ii7A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYsqu1Z1Ti {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsqu1Z1Ti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsqu1Z1Ti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsqu2eM44 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsqu2eM44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsqu2eM44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsqu2qJhT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uYsqu2qJhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsqu2qJhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsqu2qJhT .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYsqu2qJhT .container {
    max-width: 1400px;
  }
}
.cid-uYsqu2qJhT .card {
  margin: auto;
}
.cid-uYsqu2qJhT .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYsqu2qJhT .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYsqu2qJhT .row {
  justify-content: center;
}
.cid-uYsqu2qJhT .card-title,
.cid-uYsqu2qJhT .card-box {
  color: #154971;
}
.cid-uYsqu2HSkg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsqu2HSkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsqu2HSkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uYsqu2HSkg .container {
    max-width: 1400px;
  }
}
.cid-uYsqu2HSkg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYsqu2HSkg .row {
  justify-content: center;
}
.cid-uYsqu2Znqf {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uYsqu2Znqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsqu2Znqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsqu2Znqf .mbr-section-title {
  color: #ffffff;
}
.cid-uYsqu2Znqf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYsqu3aeik {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsqu3aeik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsqu3aeik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsqu3oEXr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYsqu3oEXr .content {
    text-align: center;
  }
  .cid-uYsqu3oEXr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYsqu3oEXr .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uYsqu3oEXr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYsqu3oEXr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uYsqu3oEXr .google-map {
  height: 25rem;
  position: relative;
}
.cid-uYsqu3oEXr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYsqu3oEXr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYsqu3oEXr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYsqu3oEXr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYsqu3oEXr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYsqu3oEXr .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYsqu3oEXr .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYsqu3oEXr .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYsqu3oEXr .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYsqu3oEXr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYsqu3oEXr .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYssPyIVPx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYssPyIVPx nav.navbar {
  position: fixed;
}
.cid-uYssPyIVPx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYssPyIVPx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYssPyIVPx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYssPyIVPx .dropdown-item:hover,
.cid-uYssPyIVPx .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uYssPyIVPx .dropdown-item:hover span {
  color: white;
}
.cid-uYssPyIVPx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYssPyIVPx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYssPyIVPx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYssPyIVPx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYssPyIVPx .nav-link {
  position: relative;
}
.cid-uYssPyIVPx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYssPyIVPx .container {
    flex-wrap: wrap;
  }
}
.cid-uYssPyIVPx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYssPyIVPx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYssPyIVPx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYssPyIVPx .dropdown-menu,
.cid-uYssPyIVPx .navbar.opened {
  background: #154971 !important;
}
.cid-uYssPyIVPx .nav-item:focus,
.cid-uYssPyIVPx .nav-link:focus {
  outline: none;
}
.cid-uYssPyIVPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYssPyIVPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYssPyIVPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYssPyIVPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYssPyIVPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYssPyIVPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYssPyIVPx .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: #154971;
}
.cid-uYssPyIVPx .navbar.opened {
  transition: all 0.3s;
}
.cid-uYssPyIVPx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYssPyIVPx .navbar .navbar-logo img {
  width: auto;
}
.cid-uYssPyIVPx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYssPyIVPx .navbar.collapsed {
  justify-content: center;
}
.cid-uYssPyIVPx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYssPyIVPx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYssPyIVPx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uYssPyIVPx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYssPyIVPx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYssPyIVPx .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-uYssPyIVPx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYssPyIVPx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYssPyIVPx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYssPyIVPx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYssPyIVPx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYssPyIVPx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYssPyIVPx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYssPyIVPx .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-uYssPyIVPx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYssPyIVPx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYssPyIVPx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYssPyIVPx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYssPyIVPx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYssPyIVPx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYssPyIVPx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYssPyIVPx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYssPyIVPx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYssPyIVPx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYssPyIVPx .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-uYssPyIVPx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYssPyIVPx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYssPyIVPx .dropdown-item.active,
.cid-uYssPyIVPx .dropdown-item:active {
  background-color: transparent;
}
.cid-uYssPyIVPx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYssPyIVPx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYssPyIVPx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYssPyIVPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uYssPyIVPx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYssPyIVPx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYssPyIVPx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYssPyIVPx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYssPyIVPx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYssPyIVPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uYssPyIVPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYssPyIVPx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYssPyIVPx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYssPyIVPx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYssPyIVPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYssPyIVPx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYssPyIVPx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYssPyIVPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYssPyIVPx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYssPyIVPx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYssPyIVPx .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-uYssPyIVPx .navbar {
    height: 70px;
  }
  .cid-uYssPyIVPx .navbar.opened {
    height: auto;
  }
  .cid-uYssPyIVPx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYssPyZILe {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYssPyZILe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYssPyZILe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYssPzcB3o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYssPzcB3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYssPzcB3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYssPzp40w {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uYssPzp40w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYssPzp40w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYssPzp40w .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYssPzp40w .container {
    max-width: 1400px;
  }
}
.cid-uYssPzp40w .card {
  margin: auto;
}
.cid-uYssPzp40w .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYssPzp40w .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYssPzp40w .row {
  justify-content: center;
}
.cid-uYssPzp40w .card-title,
.cid-uYssPzp40w .card-box {
  color: #154971;
}
.cid-uYssPzGL5D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYssPzGL5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYssPzGL5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uYssPzGL5D .container {
    max-width: 1400px;
  }
}
.cid-uYssPzGL5D .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYssPzGL5D .row {
  justify-content: center;
}
.cid-uYssPzWnSy {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uYssPzWnSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYssPzWnSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYssPzWnSy .mbr-section-title {
  color: #ffffff;
}
.cid-uYssPzWnSy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYssPAdtHe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYssPAdtHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYssPAdtHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYssPApk1B {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYssPApk1B .content {
    text-align: center;
  }
  .cid-uYssPApk1B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYssPApk1B .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uYssPApk1B .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYssPApk1B .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uYssPApk1B .google-map {
  height: 25rem;
  position: relative;
}
.cid-uYssPApk1B .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYssPApk1B .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYssPApk1B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYssPApk1B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYssPApk1B .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYssPApk1B .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYssPApk1B .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYssPApk1B .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYssPApk1B .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYssPApk1B .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYssPApk1B .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYsvc8ym07 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYsvc8ym07 nav.navbar {
  position: fixed;
}
.cid-uYsvc8ym07 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYsvc8ym07 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYsvc8ym07 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYsvc8ym07 .dropdown-item:hover,
.cid-uYsvc8ym07 .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uYsvc8ym07 .dropdown-item:hover span {
  color: white;
}
.cid-uYsvc8ym07 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYsvc8ym07 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYsvc8ym07 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYsvc8ym07 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYsvc8ym07 .nav-link {
  position: relative;
}
.cid-uYsvc8ym07 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYsvc8ym07 .container {
    flex-wrap: wrap;
  }
}
.cid-uYsvc8ym07 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYsvc8ym07 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYsvc8ym07 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYsvc8ym07 .dropdown-menu,
.cid-uYsvc8ym07 .navbar.opened {
  background: #154971 !important;
}
.cid-uYsvc8ym07 .nav-item:focus,
.cid-uYsvc8ym07 .nav-link:focus {
  outline: none;
}
.cid-uYsvc8ym07 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYsvc8ym07 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYsvc8ym07 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYsvc8ym07 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYsvc8ym07 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYsvc8ym07 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYsvc8ym07 .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: #154971;
}
.cid-uYsvc8ym07 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYsvc8ym07 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYsvc8ym07 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYsvc8ym07 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYsvc8ym07 .navbar.collapsed {
  justify-content: center;
}
.cid-uYsvc8ym07 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYsvc8ym07 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYsvc8ym07 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uYsvc8ym07 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYsvc8ym07 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYsvc8ym07 .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-uYsvc8ym07 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYsvc8ym07 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYsvc8ym07 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYsvc8ym07 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYsvc8ym07 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYsvc8ym07 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYsvc8ym07 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYsvc8ym07 .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-uYsvc8ym07 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYsvc8ym07 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYsvc8ym07 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYsvc8ym07 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYsvc8ym07 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYsvc8ym07 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYsvc8ym07 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYsvc8ym07 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYsvc8ym07 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYsvc8ym07 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYsvc8ym07 .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-uYsvc8ym07 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYsvc8ym07 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYsvc8ym07 .dropdown-item.active,
.cid-uYsvc8ym07 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYsvc8ym07 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYsvc8ym07 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYsvc8ym07 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYsvc8ym07 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uYsvc8ym07 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYsvc8ym07 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYsvc8ym07 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYsvc8ym07 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYsvc8ym07 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYsvc8ym07 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uYsvc8ym07 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYsvc8ym07 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYsvc8ym07 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYsvc8ym07 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYsvc8ym07 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsvc8ym07 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYsvc8ym07 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYsvc8ym07 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsvc8ym07 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYsvc8ym07 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYsvc8ym07 .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-uYsvc8ym07 .navbar {
    height: 70px;
  }
  .cid-uYsvc8ym07 .navbar.opened {
    height: auto;
  }
  .cid-uYsvc8ym07 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYsvc8QUKq {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsvc8QUKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsvc8QUKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsvc95nYg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsvc95nYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsvc95nYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsvc9ja4S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uYsvc9ja4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsvc9ja4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsvc9ja4S .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYsvc9ja4S .container {
    max-width: 1400px;
  }
}
.cid-uYsvc9ja4S .card {
  margin: auto;
}
.cid-uYsvc9ja4S .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYsvc9ja4S .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYsvc9ja4S .row {
  justify-content: center;
}
.cid-uYsvc9ja4S .card-title,
.cid-uYsvc9ja4S .card-box {
  color: #154971;
}
.cid-uYsvc9B8Yq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsvc9B8Yq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsvc9B8Yq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uYsvc9B8Yq .container {
    max-width: 1400px;
  }
}
.cid-uYsvc9B8Yq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYsvc9B8Yq .row {
  justify-content: center;
}
.cid-uYsvc9VXaj {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uYsvc9VXaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsvc9VXaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsvc9VXaj .mbr-section-title {
  color: #ffffff;
}
.cid-uYsvc9VXaj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYsvcaaHyE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsvcaaHyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsvcaaHyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsvcaosSK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYsvcaosSK .content {
    text-align: center;
  }
  .cid-uYsvcaosSK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYsvcaosSK .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uYsvcaosSK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYsvcaosSK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uYsvcaosSK .google-map {
  height: 25rem;
  position: relative;
}
.cid-uYsvcaosSK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYsvcaosSK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYsvcaosSK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYsvcaosSK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYsvcaosSK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYsvcaosSK .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYsvcaosSK .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYsvcaosSK .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYsvcaosSK .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYsvcaosSK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYsvcaosSK .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYsxCBEYWC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYsxCBEYWC nav.navbar {
  position: fixed;
}
.cid-uYsxCBEYWC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYsxCBEYWC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYsxCBEYWC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYsxCBEYWC .dropdown-item:hover,
.cid-uYsxCBEYWC .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uYsxCBEYWC .dropdown-item:hover span {
  color: white;
}
.cid-uYsxCBEYWC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYsxCBEYWC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYsxCBEYWC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYsxCBEYWC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYsxCBEYWC .nav-link {
  position: relative;
}
.cid-uYsxCBEYWC .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYsxCBEYWC .container {
    flex-wrap: wrap;
  }
}
.cid-uYsxCBEYWC .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYsxCBEYWC .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYsxCBEYWC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYsxCBEYWC .dropdown-menu,
.cid-uYsxCBEYWC .navbar.opened {
  background: #154971 !important;
}
.cid-uYsxCBEYWC .nav-item:focus,
.cid-uYsxCBEYWC .nav-link:focus {
  outline: none;
}
.cid-uYsxCBEYWC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYsxCBEYWC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYsxCBEYWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYsxCBEYWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYsxCBEYWC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYsxCBEYWC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYsxCBEYWC .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: #154971;
}
.cid-uYsxCBEYWC .navbar.opened {
  transition: all 0.3s;
}
.cid-uYsxCBEYWC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYsxCBEYWC .navbar .navbar-logo img {
  width: auto;
}
.cid-uYsxCBEYWC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYsxCBEYWC .navbar.collapsed {
  justify-content: center;
}
.cid-uYsxCBEYWC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYsxCBEYWC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYsxCBEYWC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uYsxCBEYWC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYsxCBEYWC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYsxCBEYWC .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-uYsxCBEYWC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYsxCBEYWC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYsxCBEYWC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYsxCBEYWC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYsxCBEYWC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYsxCBEYWC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYsxCBEYWC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYsxCBEYWC .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-uYsxCBEYWC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYsxCBEYWC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYsxCBEYWC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYsxCBEYWC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYsxCBEYWC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYsxCBEYWC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYsxCBEYWC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYsxCBEYWC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYsxCBEYWC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYsxCBEYWC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYsxCBEYWC .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-uYsxCBEYWC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYsxCBEYWC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYsxCBEYWC .dropdown-item.active,
.cid-uYsxCBEYWC .dropdown-item:active {
  background-color: transparent;
}
.cid-uYsxCBEYWC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYsxCBEYWC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYsxCBEYWC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYsxCBEYWC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uYsxCBEYWC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYsxCBEYWC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYsxCBEYWC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYsxCBEYWC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYsxCBEYWC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYsxCBEYWC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uYsxCBEYWC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYsxCBEYWC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYsxCBEYWC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYsxCBEYWC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYsxCBEYWC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsxCBEYWC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYsxCBEYWC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYsxCBEYWC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsxCBEYWC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYsxCBEYWC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYsxCBEYWC .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-uYsxCBEYWC .navbar {
    height: 70px;
  }
  .cid-uYsxCBEYWC .navbar.opened {
    height: auto;
  }
  .cid-uYsxCBEYWC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYsxCBVk0M {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsxCBVk0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsxCBVk0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsxCCbvrJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYsxCCbvrJ img,
.cid-uYsxCCbvrJ .item-img {
  width: 100%;
}
.cid-uYsxCCbvrJ .item:focus,
.cid-uYsxCCbvrJ span:focus {
  outline: none;
}
.cid-uYsxCCbvrJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uYsxCCbvrJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uYsxCCbvrJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uYsxCCbvrJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYsxCCbvrJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uYsxCCbvrJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uYsxCCbvrJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uYsxCCbvrJ .mbr-section-title {
  color: #232323;
}
.cid-uYsxCCbvrJ .mbr-text,
.cid-uYsxCCbvrJ .mbr-section-btn {
  text-align: center;
}
.cid-uYsxCCbvrJ .item-title {
  text-align: center;
}
.cid-uYsxCCbvrJ .item-subtitle {
  text-align: left;
}
.cid-uYsxCCrgDB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsxCCrgDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsxCCrgDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsxCCD9Sa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uYsxCCD9Sa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsxCCD9Sa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsxCCD9Sa .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYsxCCD9Sa .container {
    max-width: 1400px;
  }
}
.cid-uYsxCCD9Sa .card {
  margin: auto;
}
.cid-uYsxCCD9Sa .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYsxCCD9Sa .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYsxCCD9Sa .row {
  justify-content: center;
}
.cid-uYsxCCD9Sa .card-title,
.cid-uYsxCCD9Sa .card-box {
  color: #154971;
}
.cid-uYsxCCTlrS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsxCCTlrS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsxCCTlrS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uYsxCCTlrS .container {
    max-width: 1400px;
  }
}
.cid-uYsxCCTlrS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYsxCCTlrS .row {
  justify-content: center;
}
.cid-uYsxCDbAKE {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uYsxCDbAKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsxCDbAKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsxCDbAKE .mbr-section-title {
  color: #ffffff;
}
.cid-uYsxCDbAKE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYsxCDrSXd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsxCDrSXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsxCDrSXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsxCDI9ZI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYsxCDI9ZI .content {
    text-align: center;
  }
  .cid-uYsxCDI9ZI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYsxCDI9ZI .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uYsxCDI9ZI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYsxCDI9ZI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uYsxCDI9ZI .google-map {
  height: 25rem;
  position: relative;
}
.cid-uYsxCDI9ZI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYsxCDI9ZI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYsxCDI9ZI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYsxCDI9ZI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYsxCDI9ZI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYsxCDI9ZI .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYsxCDI9ZI .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYsxCDI9ZI .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYsxCDI9ZI .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYsxCDI9ZI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYsxCDI9ZI .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYsKdWgjqG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYsKdWgjqG nav.navbar {
  position: fixed;
}
.cid-uYsKdWgjqG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYsKdWgjqG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYsKdWgjqG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYsKdWgjqG .dropdown-item:hover,
.cid-uYsKdWgjqG .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uYsKdWgjqG .dropdown-item:hover span {
  color: white;
}
.cid-uYsKdWgjqG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYsKdWgjqG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYsKdWgjqG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYsKdWgjqG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYsKdWgjqG .nav-link {
  position: relative;
}
.cid-uYsKdWgjqG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYsKdWgjqG .container {
    flex-wrap: wrap;
  }
}
.cid-uYsKdWgjqG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYsKdWgjqG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYsKdWgjqG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYsKdWgjqG .dropdown-menu,
.cid-uYsKdWgjqG .navbar.opened {
  background: #154971 !important;
}
.cid-uYsKdWgjqG .nav-item:focus,
.cid-uYsKdWgjqG .nav-link:focus {
  outline: none;
}
.cid-uYsKdWgjqG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYsKdWgjqG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYsKdWgjqG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYsKdWgjqG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYsKdWgjqG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYsKdWgjqG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYsKdWgjqG .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: #154971;
}
.cid-uYsKdWgjqG .navbar.opened {
  transition: all 0.3s;
}
.cid-uYsKdWgjqG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYsKdWgjqG .navbar .navbar-logo img {
  width: auto;
}
.cid-uYsKdWgjqG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYsKdWgjqG .navbar.collapsed {
  justify-content: center;
}
.cid-uYsKdWgjqG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYsKdWgjqG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYsKdWgjqG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uYsKdWgjqG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYsKdWgjqG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYsKdWgjqG .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-uYsKdWgjqG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYsKdWgjqG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYsKdWgjqG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYsKdWgjqG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYsKdWgjqG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYsKdWgjqG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYsKdWgjqG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYsKdWgjqG .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-uYsKdWgjqG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYsKdWgjqG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYsKdWgjqG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYsKdWgjqG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYsKdWgjqG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYsKdWgjqG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYsKdWgjqG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYsKdWgjqG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYsKdWgjqG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYsKdWgjqG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYsKdWgjqG .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-uYsKdWgjqG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYsKdWgjqG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYsKdWgjqG .dropdown-item.active,
.cid-uYsKdWgjqG .dropdown-item:active {
  background-color: transparent;
}
.cid-uYsKdWgjqG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYsKdWgjqG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYsKdWgjqG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYsKdWgjqG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uYsKdWgjqG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYsKdWgjqG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYsKdWgjqG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYsKdWgjqG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYsKdWgjqG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYsKdWgjqG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uYsKdWgjqG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYsKdWgjqG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYsKdWgjqG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYsKdWgjqG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYsKdWgjqG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsKdWgjqG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYsKdWgjqG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYsKdWgjqG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsKdWgjqG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYsKdWgjqG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYsKdWgjqG .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-uYsKdWgjqG .navbar {
    height: 70px;
  }
  .cid-uYsKdWgjqG .navbar.opened {
    height: auto;
  }
  .cid-uYsKdWgjqG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYsKdWxbei {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsKdWxbei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsKdWxbei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsKdWK97F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsKdWK97F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsKdWK97F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsKdX1sL3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uYsKdX1sL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsKdX1sL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsKdX1sL3 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYsKdX1sL3 .container {
    max-width: 1400px;
  }
}
.cid-uYsKdX1sL3 .card {
  margin: auto;
}
.cid-uYsKdX1sL3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYsKdX1sL3 .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYsKdX1sL3 .row {
  justify-content: center;
}
.cid-uYsKdX1sL3 .card-title,
.cid-uYsKdX1sL3 .card-box {
  color: #154971;
}
.cid-uYsKdXhZyA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsKdXhZyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsKdXhZyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uYsKdXhZyA .container {
    max-width: 1400px;
  }
}
.cid-uYsKdXhZyA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYsKdXhZyA .row {
  justify-content: center;
}
.cid-uYsKdXyH8o {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uYsKdXyH8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsKdXyH8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsKdXyH8o .mbr-section-title {
  color: #ffffff;
}
.cid-uYsKdXyH8o .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYsKdXKDAy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsKdXKDAy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsKdXKDAy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsKdXXmC4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYsKdXXmC4 .content {
    text-align: center;
  }
  .cid-uYsKdXXmC4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYsKdXXmC4 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uYsKdXXmC4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYsKdXXmC4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uYsKdXXmC4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uYsKdXXmC4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYsKdXXmC4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYsKdXXmC4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYsKdXXmC4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYsKdXXmC4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYsKdXXmC4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYsKdXXmC4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYsKdXXmC4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYsKdXXmC4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYsKdXXmC4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYsKdXXmC4 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYsNhgOsZY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYsNhgOsZY nav.navbar {
  position: fixed;
}
.cid-uYsNhgOsZY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYsNhgOsZY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYsNhgOsZY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYsNhgOsZY .dropdown-item:hover,
.cid-uYsNhgOsZY .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uYsNhgOsZY .dropdown-item:hover span {
  color: white;
}
.cid-uYsNhgOsZY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYsNhgOsZY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYsNhgOsZY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYsNhgOsZY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYsNhgOsZY .nav-link {
  position: relative;
}
.cid-uYsNhgOsZY .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYsNhgOsZY .container {
    flex-wrap: wrap;
  }
}
.cid-uYsNhgOsZY .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYsNhgOsZY .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYsNhgOsZY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYsNhgOsZY .dropdown-menu,
.cid-uYsNhgOsZY .navbar.opened {
  background: #154971 !important;
}
.cid-uYsNhgOsZY .nav-item:focus,
.cid-uYsNhgOsZY .nav-link:focus {
  outline: none;
}
.cid-uYsNhgOsZY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYsNhgOsZY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYsNhgOsZY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYsNhgOsZY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYsNhgOsZY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYsNhgOsZY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYsNhgOsZY .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: #154971;
}
.cid-uYsNhgOsZY .navbar.opened {
  transition: all 0.3s;
}
.cid-uYsNhgOsZY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYsNhgOsZY .navbar .navbar-logo img {
  width: auto;
}
.cid-uYsNhgOsZY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYsNhgOsZY .navbar.collapsed {
  justify-content: center;
}
.cid-uYsNhgOsZY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYsNhgOsZY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYsNhgOsZY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uYsNhgOsZY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYsNhgOsZY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYsNhgOsZY .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-uYsNhgOsZY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYsNhgOsZY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYsNhgOsZY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYsNhgOsZY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYsNhgOsZY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYsNhgOsZY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYsNhgOsZY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYsNhgOsZY .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-uYsNhgOsZY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYsNhgOsZY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYsNhgOsZY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYsNhgOsZY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYsNhgOsZY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYsNhgOsZY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYsNhgOsZY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYsNhgOsZY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYsNhgOsZY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYsNhgOsZY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYsNhgOsZY .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-uYsNhgOsZY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYsNhgOsZY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYsNhgOsZY .dropdown-item.active,
.cid-uYsNhgOsZY .dropdown-item:active {
  background-color: transparent;
}
.cid-uYsNhgOsZY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYsNhgOsZY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYsNhgOsZY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYsNhgOsZY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uYsNhgOsZY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYsNhgOsZY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYsNhgOsZY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYsNhgOsZY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYsNhgOsZY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYsNhgOsZY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uYsNhgOsZY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYsNhgOsZY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYsNhgOsZY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYsNhgOsZY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYsNhgOsZY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsNhgOsZY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYsNhgOsZY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYsNhgOsZY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsNhgOsZY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYsNhgOsZY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYsNhgOsZY .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-uYsNhgOsZY .navbar {
    height: 70px;
  }
  .cid-uYsNhgOsZY .navbar.opened {
    height: auto;
  }
  .cid-uYsNhgOsZY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYsNhh6iPp {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsNhh6iPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsNhh6iPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsNhhkl9P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsNhhkl9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsNhhkl9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsNhhydVY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uYsNhhydVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsNhhydVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsNhhydVY .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYsNhhydVY .container {
    max-width: 1400px;
  }
}
.cid-uYsNhhydVY .card {
  margin: auto;
}
.cid-uYsNhhydVY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYsNhhydVY .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYsNhhydVY .row {
  justify-content: center;
}
.cid-uYsNhhydVY .card-title,
.cid-uYsNhhydVY .card-box {
  color: #154971;
}
.cid-uYsNhhPAsd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsNhhPAsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsNhhPAsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uYsNhhPAsd .container {
    max-width: 1400px;
  }
}
.cid-uYsNhhPAsd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYsNhhPAsd .row {
  justify-content: center;
}
.cid-uYsNhi6FJ7 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uYsNhi6FJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsNhi6FJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsNhi6FJ7 .mbr-section-title {
  color: #ffffff;
}
.cid-uYsNhi6FJ7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYsNhijDvg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsNhijDvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsNhijDvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsNhiA3qk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYsNhiA3qk .content {
    text-align: center;
  }
  .cid-uYsNhiA3qk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYsNhiA3qk .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uYsNhiA3qk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYsNhiA3qk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uYsNhiA3qk .google-map {
  height: 25rem;
  position: relative;
}
.cid-uYsNhiA3qk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYsNhiA3qk .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYsNhiA3qk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYsNhiA3qk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYsNhiA3qk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYsNhiA3qk .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYsNhiA3qk .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYsNhiA3qk .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYsNhiA3qk .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYsNhiA3qk .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYsNhiA3qk .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYsQ3rrkqa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYsQ3rrkqa nav.navbar {
  position: fixed;
}
.cid-uYsQ3rrkqa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYsQ3rrkqa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYsQ3rrkqa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYsQ3rrkqa .dropdown-item:hover,
.cid-uYsQ3rrkqa .dropdown-item:focus {
  background: #154971 !important;
  color: white !important;
}
.cid-uYsQ3rrkqa .dropdown-item:hover span {
  color: white;
}
.cid-uYsQ3rrkqa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYsQ3rrkqa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYsQ3rrkqa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYsQ3rrkqa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYsQ3rrkqa .nav-link {
  position: relative;
}
.cid-uYsQ3rrkqa .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYsQ3rrkqa .container {
    flex-wrap: wrap;
  }
}
.cid-uYsQ3rrkqa .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYsQ3rrkqa .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uYsQ3rrkqa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYsQ3rrkqa .dropdown-menu,
.cid-uYsQ3rrkqa .navbar.opened {
  background: #154971 !important;
}
.cid-uYsQ3rrkqa .nav-item:focus,
.cid-uYsQ3rrkqa .nav-link:focus {
  outline: none;
}
.cid-uYsQ3rrkqa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYsQ3rrkqa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYsQ3rrkqa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYsQ3rrkqa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYsQ3rrkqa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYsQ3rrkqa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYsQ3rrkqa .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: #154971;
}
.cid-uYsQ3rrkqa .navbar.opened {
  transition: all 0.3s;
}
.cid-uYsQ3rrkqa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYsQ3rrkqa .navbar .navbar-logo img {
  width: auto;
}
.cid-uYsQ3rrkqa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYsQ3rrkqa .navbar.collapsed {
  justify-content: center;
}
.cid-uYsQ3rrkqa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYsQ3rrkqa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYsQ3rrkqa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7rem);
  }
}
.cid-uYsQ3rrkqa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYsQ3rrkqa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYsQ3rrkqa .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-uYsQ3rrkqa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYsQ3rrkqa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYsQ3rrkqa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYsQ3rrkqa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYsQ3rrkqa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYsQ3rrkqa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYsQ3rrkqa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYsQ3rrkqa .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-uYsQ3rrkqa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYsQ3rrkqa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYsQ3rrkqa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYsQ3rrkqa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYsQ3rrkqa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYsQ3rrkqa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uYsQ3rrkqa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uYsQ3rrkqa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYsQ3rrkqa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYsQ3rrkqa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYsQ3rrkqa .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-uYsQ3rrkqa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYsQ3rrkqa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYsQ3rrkqa .dropdown-item.active,
.cid-uYsQ3rrkqa .dropdown-item:active {
  background-color: transparent;
}
.cid-uYsQ3rrkqa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYsQ3rrkqa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYsQ3rrkqa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYsQ3rrkqa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #154971;
}
.cid-uYsQ3rrkqa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYsQ3rrkqa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYsQ3rrkqa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYsQ3rrkqa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYsQ3rrkqa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYsQ3rrkqa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fde8c9;
}
.cid-uYsQ3rrkqa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYsQ3rrkqa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYsQ3rrkqa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYsQ3rrkqa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYsQ3rrkqa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsQ3rrkqa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYsQ3rrkqa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYsQ3rrkqa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYsQ3rrkqa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYsQ3rrkqa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYsQ3rrkqa .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-uYsQ3rrkqa .navbar {
    height: 70px;
  }
  .cid-uYsQ3rrkqa .navbar.opened {
    height: auto;
  }
  .cid-uYsQ3rrkqa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYsQ3rJ0Za {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsQ3rJ0Za .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsQ3rJ0Za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYt2LbMOON {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYt2LbMOON .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYt2LbMOON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYt2LbMOON .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uYt2LbMOON .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uYt2LbMOON .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uYt2LbMOON .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uYt2LbMOON .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-uYt2LbMOON .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYt2LbMOON .carousel-control,
.cid-uYt2LbMOON .close {
  background: #1b1b1b;
}
.cid-uYt2LbMOON .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYt2LbMOON .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYt2LbMOON .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYt2LbMOON .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYt2LbMOON .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-uYt2LbMOON .close::before {
  content: '\e91a';
}
.cid-uYt2LbMOON .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYt2LbMOON .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-uYt2LbMOON .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYt2LbMOON .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYt2LbMOON .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYt2LbMOON .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYt2LbMOON .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-uYt2LbMOON .carousel-indicators li.active,
.cid-uYt2LbMOON .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYt2LbMOON .carousel-indicators li::after,
.cid-uYt2LbMOON .carousel-indicators li::before {
  content: none;
}
.cid-uYt2LbMOON .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYt2LbMOON .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYt2LbMOON .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYt2LbMOON .carousel-indicators {
    display: none;
  }
}
.cid-uYt2LbMOON .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYt2LbMOON .carousel-inner > .active {
  display: block;
}
.cid-uYt2LbMOON .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYt2LbMOON .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYt2LbMOON .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYt2LbMOON .carousel-control,
  .cid-uYt2LbMOON .carousel-indicators,
  .cid-uYt2LbMOON .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYt2LbMOON .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYt2LbMOON .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYt2LbMOON .carousel-indicators .active,
.cid-uYt2LbMOON .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYt2LbMOON .carousel-indicators .active {
  background: #fff;
}
.cid-uYt2LbMOON .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYt2LbMOON .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYt2LbMOON .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYt2LbMOON .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYt2LbMOON .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYt2LbMOON .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYt2LbMOON .carousel {
  width: 100%;
}
.cid-uYt2LbMOON .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYt2LbMOON .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYt2LbMOON .modal.fade .modal-dialog,
.cid-uYt2LbMOON .modal.in .modal-dialog {
  transform: none;
}
.cid-uYt2LbMOON .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYt2LbMOON H6 {
  text-align: center;
}
.cid-uYsQ3rXW3w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsQ3rXW3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsQ3rXW3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsQ3sduUU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fde8c9;
}
.cid-uYsQ3sduUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsQ3sduUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsQ3sduUU .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uYsQ3sduUU .container {
    max-width: 1400px;
  }
}
.cid-uYsQ3sduUU .card {
  margin: auto;
}
.cid-uYsQ3sduUU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYsQ3sduUU .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYsQ3sduUU .row {
  justify-content: center;
}
.cid-uYsQ3sduUU .card-title,
.cid-uYsQ3sduUU .card-box {
  color: #154971;
}
.cid-uYsQ3stFme {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYsQ3stFme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsQ3stFme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uYsQ3stFme .container {
    max-width: 1400px;
  }
}
.cid-uYsQ3stFme .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #154971;
  margin-bottom: 2rem;
}
.cid-uYsQ3stFme .row {
  justify-content: center;
}
.cid-uYsQ3sKH83 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo-carpinteria-en-huelva-2.jpg");
}
.cid-uYsQ3sKH83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsQ3sKH83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsQ3sKH83 .mbr-section-title {
  color: #ffffff;
}
.cid-uYsQ3sKH83 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYsQ3sXth4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsQ3sXth4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsQ3sXth4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsQ3tb0Mr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYsQ3tb0Mr .content {
    text-align: center;
  }
  .cid-uYsQ3tb0Mr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYsQ3tb0Mr .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uYsQ3tb0Mr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYsQ3tb0Mr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uYsQ3tb0Mr .google-map {
  height: 25rem;
  position: relative;
}
.cid-uYsQ3tb0Mr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYsQ3tb0Mr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYsQ3tb0Mr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYsQ3tb0Mr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uYsQ3tb0Mr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYsQ3tb0Mr .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYsQ3tb0Mr .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uYsQ3tb0Mr .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYsQ3tb0Mr .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYsQ3tb0Mr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYsQ3tb0Mr .list {
  list-style-type: none;
  padding: 0;
}
