body {
	font-family: 'Montserrat', 'URW Gothic', 'Century Gothic', Segoe, "Segoe UI", "DejaVu Sans", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
}

@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}

@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
}

#Promos .modal-dialog,
.modal-content {
  height: auto;
}

.mt-n1 {
  margin-top: -1rem !important;
}
.mt-n2 {
  margin-top: -2rem !important;
}
.mt-n3 {
  margin-top: -3rem !important;
}
.mt-n4 {
  margin-top: -4rem !important;
}
.mt-n5 {
  margin-top: -5rem !important;
}
.mb-n1 {
  margin-bottom: -1rem !important;
}
.mb-n2 {
  margin-bottom: -2rem !important;
}
.mb-n3 {
  margin-bottom: -3rem !important;
}
.mb-n4 {
  margin-bottom: -4rem !important;
}
.mb-n5 {
  margin-bottom: -5rem !important;
}
@media screen and (max-width:767px){
    .mb-sm-0 {
    margin-bottom: 0 !important;
    }
    .mb-sm-1 {
    margin-bottom: .25rem !important;
    }
    .mb-sm-2 {
    margin-bottom: .5rem !important;
    }
    .mb-sm-3 {
    margin-bottom: .75rem !important;
    }
     .pb-sm-0 {
    padding-bottom: 0 !important;
    }
    .pb-sm-1 {
    padding-bottom: .25rem !important;
    }
    .pb-sm-2 {
    margin-bottom: .5rem !important;
    }
    .pb-sm-3 {
    padding-bottom: .75rem !important;
    }
}
:root {
  --main-bg-color: #293740;
	--ma-blue-100: #A3BCCC;
	--ma-blue-200: #7A8F99;
	--ma-blue-300: #07456E;
	--ma-neutral-100: #DBCCC0;
	--ma-neutral-200: #888684;
	--ma-neutral-300: #293740;
	--ma-orange-200: #F26500;
	--ma-orange-300: #C24700;
	--ma-black: #14181A;	
	--animate-duration: 1s;
}

.text-blue-100 { color: var(--ma-blue-100) !important;}
.text-blue-200 { color: var(--ma-blue-200) !important;}
.text-blue-300 { color: var(--ma-blue-300);}
.text-neutral-100 { color: var(--ma-neutral-100);}
.text-neutral-200 { color: var(--ma-neutral-200);}
.text-neutral-300 { color: var(--ma-neutral-300);}
.text-orange-200 { color: var(--ma-orange-200);}
.text-orange-300 { color: var(--ma-orange-300);}
.text-black { color: var(--ma-black);}

.bg-neutral-50 { background-color: rgba(122,143,153,.5) !important;
}
.bg-blue-50 { background-color: rgba(163,188,204,.5) !important;
}
.bg-blue-100 { background-color: var(--ma-blue-100) !important;}
.bg-blue-200 { background-color: var(--ma-blue-200) !important;}
.bg-blue-300 { background-color: var(--ma-blue-300) !important;}
.bg-neutral-100 { background-color: var(--ma-neutral-100) !important;}
.bg-neutral-200 { background-color: var(--ma-neutral-200) !important;}
.bg-neutral-300 { background-color: var(--ma-neutral-300) !important;}
.bg-orange-200 { background-color: var(--ma-orange-200) !important;}
.bg-orange-300 { background-color: var(--ma-orange-300) !important;}
.bg-black { background-color: var(--ma-black) !important;}

.gradiente {
background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 50%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 50%);
background: linear-gradient(90deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}

.display-1 {
font-family: scotch-display, serif;
font-weight: 300;
font-style: normal;
  font-size: 5rem;
  line-height: 0.85;
}

.display-1.mega {
  font-size: 7rem;
  line-height: 0.85;
    margin: 0;
}
.display-1.mega-2 {
  font-weight: 100;
  font-size: 11rem;
  line-height: 0.85;
  left: -2rem;
  top: -1rem;
  z-index: -1;
  opacity: .5;
    mix-blend-mode: multiply;
}
em.display-1  {
font-family: scotch-display, serif;
font-weight: 300;
font-style: italic;
  font-size: 5rem;
  line-height: 0.85;
}

.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-weight: 300;
  font-size: 5rem;
  line-height: 0.85;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-3 {
	font-weight: 300;
  font-size: 3.157rem;
  line-height: .85;
}
.display-4 {
  font-size: 2.369rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 3rem;
}
.display-5 {
  font-size: 1.777rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}

.display-6 {
  font-size: 1.333rem;
  font-weight: 300;
  line-height: 1.25;
}

.display-7 {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5 !important;
}

.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 p {
  font-size: 1.15rem;
	line-height: 1.25;
	margin-bottom: 0.75rem}

.fw-bold {
	font-weight: 450 !important;
}

.fw-bolder {
	font-weight: 600 !important;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1, .display-1.mega {
    font-size: 2rem;
    font-size: calc( 2rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.9 * (2rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
      padding-bottom: 0 !important;
  }
    
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 2.4rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.4rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
    
  .display-3 {
    font-size: 3.157rem;
    font-size: calc( 2rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.3rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
}
    
  .display-4 {
    font-size: 1.85rem;
    font-size: calc( 1.85rem + (3 - 1.035) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.035rem + (3 - 1.035) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.65rem + (2 - 1.35) * ((100vw - 30rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 30rem) / (48 - 20))));
  }
    .display-6 {
    font-size: 1.1rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 30rem) / (48 - 20)));
/*    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 40rem) / (48 - 20))));*/
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1 - 1.07) * ((100vw - 10rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
	font-weight: 500;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 100px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 100px;
}
.bg-primary {
  background-color: #07456e !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #07456e !important;
  border-color: #07456e !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: #02121c !important;
  border-color: #02121c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #02121c !important;
  border-color: #02121c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: var(--ma-orange-300) !important;
  border-color: var(--ma-orange-300) !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: white !important;
  background-color: var(--ma-orange-200) !important;
  border-color: var(--ma-orange-200) !important;
  box-shadow: 0;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: var(--ma-orange-100)!important;
  border-color: var(--ma-orange-100) !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #07456e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #02121c !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: #07456e !important;
  border-color: #07456e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: var(--ma-orange-300);
  color: var(--ma-orange-300);
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: var(--ma-orange-200) !important;
  background-color: rgba(0,0,0,0.25);
  border-color: var(--ma-orange-300)!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #07456e !important;
  border-color: #07456e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: rgba(255,255,255,.5);
  color: #cfcfcf;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: white !important;
  background-color: transparent!important;
  border-color: white!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: var(--ma-blue-200) !important;
}
.text-secondary {
  color: var(--ma-orange-200) !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: var(--ma-blue-100) !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: var(--ma-blue-300) !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: var(--ma-orange-300) !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: var(--ma-blue-200)!important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #07456e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #07456e;
  border-color: #07456e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #07456e;
}


.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0f90e6;
}
.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*/
.form-control {
  font-family: 'Montserrat', 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: #07456e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', 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: #07456e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #07456e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #07456e;
}
.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: #07456e;
  border-bottom-color: #07456e;
}
.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: #07456e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #07456e !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='%2307456e' %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-ufOCm6f3xD .navbar-dropdown {
  position: absolute !important;
}
.cid-ufOCm6f3xD .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-ufOCm6f3xD .dropdown-menu {
	font-size: 3rem;
  /*padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);*/
}
.cid-ufOCm6f3xD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
	white-space: normal!important;
}
.cid-ufOCm6f3xD .dropdown-item:hover,
.cid-ufOCm6f3xD .dropdown-item:focus {
  /*background: #07456e !important;*/
  color: white !important;
}
.cid-ufOCm6f3xD .dropdown-item:hover span {
  color: white;
}
.cid-ufOCm6f3xD .dropdown-item:first-child {
  /*border-top-left-radius: 4px;
  border-top-right-radius: 4px;*/
}
.cid-ufOCm6f3xD .dropdown-item:last-child {
  border-bottom: none;
  /*border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;*/
}
.cid-ufOCm6f3xD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufOCm6f3xD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufOCm6f3xD .nav-link {
  position: relative;
}
.cid-ufOCm6f3xD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufOCm6f3xD .container {
    flex-wrap: nowrap;
  }
}
.cid-ufOCm6f3xD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufOCm6f3xD .dropdown-menu,
.cid-ufOCm6f3xD .navbar.opened {
  background: rgba(41,55,64,1) !important;
}

.cid-ufOCm6f3xD .nav-item:focus,
.cid-ufOCm6f3xD .nav-link:focus {
  outline: none;
}
.cid-ufOCm6f3xD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufOCm6f3xD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufOCm6f3xD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufOCm6f3xD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufOCm6f3xD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufOCm6f3xD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufOCm6f3xD .navbar {
  min-height: 70px;
  transition: all 0.3s;
 /* -- border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
  background: rgba(132, 134, 136, 0.15); --*/
}
.cid-ufOCm6f3xD .navbar.opened {
  transition: all 0.3s;
}
.cid-ufOCm6f3xD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufOCm6f3xD .navbar .navbar-logo img {
  width: auto;
}
.cid-ufOCm6f3xD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufOCm6f3xD .navbar.collapsed {
  justify-content: center;
}
.cid-ufOCm6f3xD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufOCm6f3xD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufOCm6f3xD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufOCm6f3xD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufOCm6f3xD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufOCm6f3xD .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-ufOCm6f3xD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufOCm6f3xD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufOCm6f3xD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufOCm6f3xD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufOCm6f3xD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufOCm6f3xD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufOCm6f3xD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufOCm6f3xD .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-ufOCm6f3xD .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-ufOCm6f3xD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufOCm6f3xD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufOCm6f3xD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufOCm6f3xD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufOCm6f3xD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ufOCm6f3xD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ufOCm6f3xD .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufOCm6f3xD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufOCm6f3xD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufOCm6f3xD .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: 10;
}
.cid-ufOCm6f3xD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufOCm6f3xD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufOCm6f3xD .dropdown-item.active,
.cid-ufOCm6f3xD .dropdown-item:active {
  background-color: transparent;
}
.cid-ufOCm6f3xD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufOCm6f3xD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufOCm6f3xD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufOCm6f3xD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(41,55,64,.75);
}
@media (max-width: 767px){
    .cid-ufOCm6f3xD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
      background: rgba(41,55,64,1) !important;
    }
}

.cid-ufOCm6f3xD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufOCm6f3xD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufOCm6f3xD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufOCm6f3xD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufOCm6f3xD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufOCm6f3xD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ufOCm6f3xD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufOCm6f3xD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufOCm6f3xD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufOCm6f3xD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufOCm6f3xD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufOCm6f3xD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufOCm6f3xD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufOCm6f3xD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufOCm6f3xD .navbar-dropdown {
  padding: 0;
}
.cid-ufOCm6f3xD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufOCm6f3xD .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-ufOCm6f3xD .navbar {
    height: 70px;
  }
  .cid-ufOCm6f3xD .navbar.opened {
    height: auto;
  }
  .cid-ufOCm6f3xD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufOC0xKYab {
  background-image: url("../../../assets/images/gofratto-laqueado-brillante.jpg");
}
.cid-ufOC0xKYab .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufOC0xKYab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufOC0xKYab .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-ufOC0xKYab .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #fafafa;
  transition: all 0.3s;
  color: #fafafa;
}
.cid-ufOC0xKYab .social-row .soc-item .mbr-iconfont:hover {
  background-color: #fafafa;
  color: #000000;
}
.cid-ufOC0xKYab .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ufOC0xKYab .mbr-text,
.cid-ufOC0xKYab .mbr-section-btn,
.cid-ufOC0xKYab .social-row {
  color: #ffffff;
  text-align: left;
}
.cid-ug0PuVodZo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhwhnGzkZW {
  /*padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;*/
}
.cid-uhwhnGzkZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwhnGzkZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwhnGzkZW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uhwhnGzkZW .card {
    margin-bottom: 2rem!important;
  }
  .cid-uhwhnGzkZW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhwhnGzkZW .link-wrap {
    align-items: center;
  }
}
.cid-uhwhnGzkZW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhwhoRnI6u {
}
.cid-uhwhoRnI6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwhoRnI6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwhoRnI6u .content-wrapper {
  
}
@media (max-width: 991px) {
  .cid-uhwhoRnI6u .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uhwhoRnI6u .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhwhoRnI6u .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uhwhoRnI6u .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhwhoRnI6u .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uhwhoRnI6u .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uhwhoRnI6u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhwhwlHDnL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhwhwlHDnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwhwlHDnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhwhwlHDnL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhwhwlHDnL .row {
  flex-direction: row-reverse;
}
.cid-uhwhwlHDnL img {
  width: 100%;
}
.cid-uhwhygupDQ {
  /*padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;*/
}
.cid-uhwhygupDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwhygupDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwhygupDQ .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uhwhygupDQ .img-item {
  position: relative;
}
.cid-uhwhygupDQ .img-item img {
  width: 100%;
  object-fit: cover;
}
.img-item .btn {
    position: absolute;
    margin: 0;
    font-weight: 500;
    transition: all .5s ease-in-out;
}
.cid-uhwhygupDQ .img-item .img-description {
  position: absolute;
  /*bottom: 0;
  width: 100%;*/
  z-index: 2;
  padding: 1rem 5rem 5rem 1rem;
  word-break: break-word;
  background-color: var(--ma-neutral-100);
	color: var(--ma-neutral-300);
	
}
.cid-uhwhygupDQ .img-item .img-description p {
  margin-bottom: 0;
	font-weight: 200;
}

.img-griferias {
    margin-top: -15%;
}
.img-artefactos {
    margin-top: -25%;
}
.img-purastone {
    margin-top: -20%;
}
.img-neolith {
    margin-top: -20%;
}
.img-sillas {
    margin-top: -35%;
}

@media (max-width: 768px){
    .cid-uhwhygupDQ .img-item .img-description {
        position: relative !important;
        display: inline-block !important;
        left: auto !important;
        padding: 1rem 3rem 1rem 1rem !important;
        bottom: 2rem !important;
        right: 0 !important;
        width: inherit !important;
        max-width: 70vw;
    }
    .img-item .btn {
        right: 0 !important;
        left: 0 !important;
        margin-right: 0;
        position: inherit;
        display: block;
    }
    .cid-uhwhygupDQ .img-item .img-description p {
	/*font-weight: 400;*/
    }
    .img-griferias {
        margin-top: 1rem;
    }
    .img-artefactos {
        margin-top: 1rem;
        margin-left: auto;
    }
    .img-purastone {
        margin: 1rem 0;
    }
    .img-neolith {
        margin: 1rem 0;
    }
    .img-sillas {
        margin: 1rem 0;
    }
}

.cid-uhwhAfgI4z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uhwhAfgI4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwhAfgI4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwhAfgI4z .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uhwhAfgI4z .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uhwhAfgI4z .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uhwhHrH5aB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhwgIFgZgR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhwgIFgZgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwgIFgZgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwgIFgZgR .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uhwgIFgZgR .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhwgIFgZgR .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhwgIFgZgR .card {
    margin-bottom: 2rem;
  }
  .cid-uhwgIFgZgR .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uhwgIFgZgR .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhwhPlvzOM {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-uhwhPlvzOM .carousel {
  width: 100%;
}
.cid-uhwhPlvzOM .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uhwhPlvzOM .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
/*.cid-uhwhPlvzOM .carousel-caption {
  bottom: 40px;
}*/
.cid-uhwhPlvzOM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uhwhPlvzOM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uhwhPlvzOM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uhwhPlvzOM .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhwhPlvzOM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uhwhPlvzOM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uhwhPlvzOM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uhwhPlvzOM .carousel-control {
  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-uhwhPlvzOM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
    opacity: 1 !important;
}
.cid-uhwhPlvzOM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
    opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uhwhPlvzOM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uhwhPlvzOM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uhwhPlvzOM .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-uhwhPlvzOM .carousel-indicators li.active,
.cid-uhwhPlvzOM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uhwhPlvzOM .carousel-indicators li::after,
.cid-uhwhPlvzOM .carousel-indicators li::before {
  content: none;
}
.cid-uhwhPlvzOM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uhwhPlvzOM .carousel-indicators {
    display: none !important;
  }
}
.cid-uhwhQOXQ5V {
  
}
.cid-uhwhQOXQ5V img,
.cid-uhwhQOXQ5V .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uhwhQOXQ5V .item:focus,
.cid-uhwhQOXQ5V span:focus {
  outline: none;
}
.cid-uhwhQOXQ5V .item-wrapper {
  position: relative;
}
.cid-uhwhQOXQ5V .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhwhQOXQ5V .slide-content .item-content {
    padding: 1rem;
  }
    .cid-um37C4FxRo .slide-content .item-content p {
    line-height: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uhwhQOXQ5V .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uhwhQOXQ5V .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhwhQOXQ5V .mbr-section-title {
  color: #232323;
}
.cid-uhwhQOXQ5V .mbr-text,
.cid-uhwhQOXQ5V .mbr-section-btn {
  text-align: left;
}
.cid-uhwhQOXQ5V .item-title {
  text-align: left;
}
.cid-uhwhQOXQ5V .item-subtitle {
  text-align: left;
}

.cid-uhwgwPUSAi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhwgwPUSAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwgwPUSAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwgwPUSAi .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-uhwgwPUSAi img {
  margin: auto;
  width: 140px;
}
.cid-uhwgwPUSAi .row {
  align-items: flex-start;
}
.cid-uhwgwPUSAi .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-uhwgwPUSAi .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uhwgwPUSAi .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhwgwPUSAi .item-wrapper {
    padding: 1rem;
  }
}
.cid-uhwgyLBTvS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhwgyLBTvS img {
  width: 120px;
  margin: auto;
}
.cid-uhwgyLBTvS .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uhwgyLBTvS .card {
    max-width: 12.5%;
  }
}
.cid-uhwi7PjKrF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhwi7PjKrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwi7PjKrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwi7PjKrF .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhwi7PjKrF .timeline-element {
  position: relative;
}
.cid-uhwi7PjKrF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhwi7PjKrF .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
.cid-uhwi7PjKrF .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6592e6;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-uhwi7PjKrF .iconBackground {
    left: 15px !important;
  }
  .cid-uhwi7PjKrF .separline:before {
    left: 15px !important;
  }
}
.cid-uhwi7PjKrF .mbr-section-title,
.cid-uhwi7PjKrF .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uhwi7PjKrF .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-uhwi7PjKrF .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uhwi7PjKrF .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-uhwi7PjKrF .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-uhwi7PjKrF .timeline-text-content {
  margin-left: 2rem;
}
.cid-uhwi7PjKrF .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-uhwi7PjKrF .mbr-timeline-date {
  text-align: right;
}
.cid-uhwiaK9SxC {
  /*padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;*/
}
.cid-uhwiaK9SxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwiaK9SxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwiaK9SxC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhwiaK9SxC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhwiaK9SxC .mbr-iconfont {
  padding-left: 1rem;
/*
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: var(--ma-blue-200);
*/
    width: 3rem;
}
.cid-uhwiaK9SxC .panel-body,
.cid-uhwiaK9SxC .card-header {
  padding: 1rem 0;
}
.cid-uhwiaK9SxC .panel-title-edit {
  color: #000000;
}


.panel-body ul {
  list-style-type: none;
	margin: 0;
	padding: 0;
}
.panel-body ul > li {
  /*text-indent: -5px;*/
	padding-bottom: 1rem;
}
/*.panel-body ul > li:before {
	position: absolute;
  content: "—";
  text-indent: -5px;
  margin-left: -20px;
  color:var(--ma-neutral-200);
}*/


.cid-uhwic3YGix {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhwic3YGix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwic3YGix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwic3YGix .nav-tabs .nav-item.open .nav-link:focus,
.cid-uhwic3YGix .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uhwic3YGix .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #6592e6;
}
@media (max-width: 767px) {
  .cid-uhwic3YGix .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uhwic3YGix .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-uhwic3YGix .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-uhwic3YGix .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uhwic3YGix .nav-link,
.cid-uhwic3YGix .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-uhwic3YGix .nav-tabs .nav-link.active {
  color: #6592e6;
  border-bottom: 3px solid #6592e6;
}
.cid-uhwic3YGix H4 {
  text-align: center;
}
.cid-uhwic3YGix H3 {
  text-align: center;
}
.cid-uhwieCpERX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhwieCpERX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhwieCpERX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhwieCpERX .mbr-text {
  color: #767676;
}
.cid-uhwieCpERX .mbr-section-subtitle {
  color: #767676;
}
.cid-uhwieCpERX .title .num {
  width: 100%;
  display: block;
}
.cid-uhwieCpERX .title .card-title {
  z-index: 1;
}
.cid-uhwieCpERX .num {
  color: #6592e6;
}
@media (max-width: 767px) {
  .cid-uhwieCpERX * {
    text-align: center !important;
  }
  .cid-uhwieCpERX .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uhwi4ayhUU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhwi4ayhUU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uhwi4ayhUU form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uhwi4ayhUU form.mbr-form {
    padding: 3rem 2rem;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cid-uhwi4ayhUU form.mbr-form {
    padding: 1rem;
  }
}
.cid-uhwi4ayhUU form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uhwi4ayhUU form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uhwgspFguP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uhwgspFguP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhwgspFguP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uhwgspFguP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uhwgspFguP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhwgspFguP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhwgspFguP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uhwgspFguP .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uhwgspFguP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uhwgspFguP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uhwgspFguP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uhwgspFguP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uhwgspFguP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uhwgspFguP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uhwgspFguP .media-container-row .row-copirayt p {
  width: 100%;
}

.cid-ujYmHTuirr {
  background-image: url("../../../../ftp/assets/images/Header-Home-Inauguracion.jpg");
}


#Home {
	background-color: var(--ma-neutral-300) !important;
}
#Section {
	background-color: var(--ma-neutral-100) !important;
}
#Home section, #Section section {
	background-color: transparent;
}

.cid-ujtHP8cSnB {

}
.cid-ujtHP8cSnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujtHP8cSnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujtHP8cSnB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujtHP8cSnB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--ma-neutral-300);
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujtHP8cSnB .row {
    /*text-align: center;*/
  }
  .cid-ujtHP8cSnB .social-row {
    /*justify-content: center;*/
  }
}
.cid-ujtHP8cSnB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujtHP8cSnB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujtHP8cSnB .list {
    margin-bottom: 0rem;
  }
}
.cid-ujtHP8cSnB .mbr-text {
  color: #bbbbbb;
}
.cid-ujtHP8cSnB .mbr-iconfont {
  
}

.fw-semibold {
	font-weight: 550;
}

/* DROPDOWN */
/* adds some margin below the link sets  
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}*/

.navbar .dropdown-menu {
/*	z-index: -1 !important;*/
  border: none;
  background-color:rgba(41,55,64,.75);
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  top:0;
  padding-top: 4.5rem;*/
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    /*border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;*/
      z-index: 1;
  }

}


.dropdown-menu ul {
  margin: 0;
	padding: 0;
}
.dropdown-menu ul.dashed {
  list-style-type: none;
}
.dropdown-menu ul.dashed > li {
  /*text-indent: -5px;*/
}
.dropdown-menu ul.dashed > li:before {
	position: absolute;
	line-height: 1.75;
  content: "—";
  /*text-indent: -5px;
	margin-left: -20px;*/
  color:var(--ma-blue-100);
}
@media (max-width: 922px) {
    .dropdown-menu ul.dashed > li:before {
    content: none;
    display: none
    }
}

.embla ul.dashed {
  list-style-type: none;
	margin: 0;
	/*padding: 0;*/
}

.embla ul.dashed > li {
  
}
.embla ul.dashed > li:before {
	position: absolute;
	line-height: 1.6;
	content: "—";
	margin-left: -20px;
}


.cid-um36NPl9H3 .topbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
	z-index: 0;
}
.cid-um36NPl9H3 .topbg1 {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 42%;
	z-index: -10;
}

.cid-um36NPl9H3 .mbr-overlay, .card-img-overlay {
  background-color: rgba(41,55,64,.5) !important;
    border-radius: 0;
    display: flex;
}

.bajada .text-wrap {
	/*padding: 3rem 0;
    font-size: 1.3rem;*/
	color: var(--ma-neutral-300);
    margin-top: .5rem;
}
.bajada .text-wrap p{
	line-height: 1.3;
}

/*-- EMBLA-- */

.cid-um37C4FxRo {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.cid-um37C4FxRo img,
.cid-um37C4FxRo .item-img {
  width: 100%;
  height: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-um37C4FxRo .item:focus,
.cid-um37C4FxRo span:focus {
  outline: none;
}
.cid-um37C4FxRo .item-wrapper {
  position: relative;
}
.embla .slide-content {
  position: relative;
  background: rgba(255,255,255,.25);
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
	border: solid 1px rgba(136,134,132,.65);
}
@media (min-width: 992px) {
  .cid-um37C4FxRo .slide-content .item-content {
    padding: 1.1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um37C4FxRo .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-um37C4FxRo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-um37C4FxRo .mbr-section-title {
  color: #232323;
}
.cid-um37C4FxRo .mbr-text,
.cid-um37C4FxRo .mbr-section-btn {
  text-align: left;
}
.cid-um37C4FxRo .item-title {
  text-align: left;
}
.cid-um37C4FxRo .item-subtitle {
  text-align: left;
}

#highlight1 {
  background-image: url("../../../assets/images/Cocina/Curvas.jpg");
}
#highlight2 {
  background-image: url("../../../assets/images/Cocina/Vintage.jpg");
	background-position: 10% !important;
}
#highlight3 {
  background-image: url("../../../assets/images/Placards/Interiores_vestidores.jpg");
	background-position: 10% !important;
}
#highlight4 {
  background-image: url("../../../assets/images/Acero/Enkel.jpg");
	background-position: 50% !important;
}
#highlight5 {
  background-image: url("../../../assets/images/Acero/HYDRA.jpg");
	background-position: 10% !important;
}
#highlight6 {
  background-image: url("../../../assets/images/Acero/Accesorios.jpg");
	background-position: 10% !important;
}
#highlight2a {
  background-image: url("../../../assets/images/Cocina/Layer.jpg");
	background-position: 10% !important;
}
#highlight7 {
  background-image: url("../../../assets/images/Acero/Danna.jpg");
	background-position: 10% !important;
}
.cid-ujutmVTUHX .card {
  padding: 5rem 0;
}
.texto-multiply {
	font-family: scotch-display, serif;
	font-size: 8rem;
	line-height: .85;
	font-weight: 200;
	color: var(--ma-neutral-100);
	mix-blend-mode: color-burn;
	position: absolute;
	top: 2rem;
	left: 4rem;
}
@media screen and (max-width: 678px) {
    .texto-multiply {
	font-size: 6rem;
	top: 2rem;
	left: 1rem;
    line-height: .65;
    }
}
.cid-uhwiaK9SxC .topbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  z-index: -1;
}
.cid-uhwiaK9SxC .tab-content {
	padding-top: 8rem;
}

@media screen and (max-width: 768px) {
     .cid-uhwiaK9SxC .tab-content {
	padding-top: 1rem;
    }
   
}

#footer {
	background-color: var(--ma-neutral-300) !important;
}
#CTA, .CTA {
	padding: 6rem 0 8rem 0;
}
#CTA h5, .CTA h5 {
  font-size: 7rem;
    display: block;
}
#CTA p, .CTA p {
    top: 1.75rem;
    font-weight: 350;
    letter-spacing: .1rem;
}

.cid-uhwiaK9SxC .img-vertical {
        margin-top: -9.5rem;
    }


@media screen and (max-width: 768px) {
  #CTA h5, .CTA h5 {
    font-size: calc(3.35rem + 6 * ((100vw - 320px) / 680));
      position: relative !important;
}
    #CTA p, .CTA p {
        top: 0;
        font-size: 1.2rem;
        font-weight: 350;
        letter-spacing: inherit;
        position: relative !important;
    }
    .cid-uhwiaK9SxC .img-vertical {
        margin-top: 0 !important;
    }
    #CTA, .CTA {
        padding: 3rem 0 !important;
        text-align: center;
    }
}

ul.dashed {
  list-style-type: none;
	margin: 0;
	/*padding: 0;*/
}

ul.dashed > li {
  /*margin-bottom: .5rem;*/
    min-width: 13rem;
}
ul.dashed li:before {
	position: absolute;
	line-height: 1.5;
	content: "—";
	/*margin-left: -25px;*/
}

/* listado OPEN */
#Alternativas ul.dashed {
  list-style-type: none;
	margin: 0;
	/*padding: 0;*/
}

#Alternativas ul.dashed > li {
    margin-bottom: .5rem;
    min-width: 13rem;
}
#Alternativas ul.dashed > li:before {
	position: absolute;
	line-height: 1.5;
	content: "—";
	margin-left: -25px;
    color: var(--ma-neutral-100);
    margin-bottom: .5rem;
}

.embla .list-group-item {
  border: 0;
  border-radius: initial;
  background-color: transparent;
    padding: 0 .75rem;
}
.embla li.list-group-item:not(:last-child)  {
    border-right: solid 1px var(--ma-neutral-200);
}
@media screen and (max-width:768px){
    .embla .list-group-item {
      border: 0;
      border-radius: initial;
      background-color: transparent;
      padding: .75rem 0;
    }
    .embla li.list-group-item:not(:last-child)  {
        border-right: none;
        border-bottom: solid 1px var(--ma-neutral-200);
    }
}

/* -------- MARCAS ------ */
.marca_producto a {
  display: block;
  height: 20vh;
  text-indent: -9999px;
  object-fit: cover;
}
@media screen and (max-width:768px){
    .marca_producto a {
      height: 10vh;
    }
}


a.Franke {
    background: url("../../images/Marcas/Franke.png")no-repeat center;
    background: url("../../images/Marcas/Franke.svg") no-repeat center;
      background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
a.Piazza {
    background: url("../../images/Marcas/Piazza.png")no-repeat center;
    background: url("../../images/Marcas/Piazza.svg") no-repeat center;
      background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
a.Hydros {
    background: url("../../images/Marcas/Hydros.png")no-repeat center;
    background: url("../../images/Marcas/Hydros.svg") no-repeat center;
      background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
a.Cata {
    background: url("../../images/Marcas/Cata.png")no-repeat center;
    background: url("../../images/Marcas/Cata.svg") no-repeat center;
      background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
a.Spar {
    background: url("../../images/Marcas/Spar.png")no-repeat center;
    background: url("../../images/Marcas/Spar.svg") no-repeat center;
      background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
a.Longvie {
    background: url("../../images/Marcas/Longvie.png")no-repeat center;
    background: url("../../images/Marcas/Longvie.svg") no-repeat center;
      background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
a.TST {
    background: url("../../images/Marcas/TST.png")no-repeat center;
    background: url("../../images/Marcas/TST.svg") no-repeat center;
      background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
a.Ormay {
    background: url("../../images/Marcas/Ormay.png")no-repeat center;
    background: url("../../images/Marcas/Ormay.svg") no-repeat center;
      background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
a.Simet {
    background: url("../../images/Marcas/Simet.png")no-repeat center;
    background: url("../../images/Marcas/Simet.svg") no-repeat center;
      background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
a.Tribeca {
    background: url("../../images/Marcas/Tribeca.png")no-repeat center;
    background: url("../../images/Marcas/Tribeca.svg") no-repeat center;
      background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
a.Incanto {
    background: url("../../images/Marcas/Incanto.png")no-repeat center;
    background: url("../../images/Marcas/Incanto.svg") no-repeat center;
      background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.cid-unDkikhsW7 img,
.cid-unDkikhsW7 .item-img {
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-unDkikhsW7 .item:focus,
.cid-unDkikhsW7 span:focus {
  outline: none;
}
.cid-unDkikhsW7 .item {
  margin-bottom: 2rem;
}
.cid-unDkikhsW7 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-unDkikhsW7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unDkikhsW7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-unDkikhsW7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-unDkikhsW7 .mbr-section-title {
  
}
.cid-unDkikhsW7 .mbr-text,
.cid-unDkikhsW7 .mbr-section-btn {
  text-align: left;
}
.cid-unDkikhsW7 .item-title {
  text-align: left;
    color: var(--ma-neutral-300);
}
.cid-unDkikhsW7 .item-subtitle {
  text-align: left;
  color: red;
}

.cid-unDkikhsW7 .topbg1 {
  position: absolute;
  top: 47%;
  left: 0;
  width: 100%;
  height: 55%;
  /*z-index: -10;*/
}
@media (max-width: 767px) {
    .cid-unDkikhsW7 .topbg1 {
      top: 24%;
        height: 76%;
    }
}
.cid-unVrpac7jI .mbr-section-subtitle {
    line-height: 0.85;
}

/* slider Milano */
.cid-uo6Q3KldkQ {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-uo6Q3KldkQ .carousel {
  width: 100%;
}
.cid-uo6Q3KldkQ .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uo6Q3KldkQ .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uo6Q3KldkQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uo6Q3KldkQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uo6Q3KldkQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uo6Q3KldkQ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uo6Q3KldkQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uo6Q3KldkQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uo6Q3KldkQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uo6Q3KldkQ .carousel-control {
  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-uo6Q3KldkQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 1rem;
/*    opacity: 1;*/
}
.cid-uo6Q3KldkQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 1rem;
/*    opacity: 1;*/
}
@media (max-width: 767px) {
  .cid-uo6Q3KldkQ .carousel-control {
/*
    top: auto;
    bottom: 1rem;
*/
  }
}
.cid-uo6Q3KldkQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uo6Q3KldkQ .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-uo6Q3KldkQ .carousel-indicators li.active,
.cid-uo6Q3KldkQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uo6Q3KldkQ .carousel-indicators li::after,
.cid-uo6Q3KldkQ .carousel-indicators li::before {
  content: none;
}
.cid-uo6Q3KldkQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uo6Q3KldkQ .carousel-indicators {
    display: none !important;
  }
}

/* MASONRY */
.cid-uns7NOSk3y {
  
}
.cid-uns7NOSk3y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uns7NOSk3y .item {
    margin-bottom: 1rem;
  }
}
.cid-uns7NOSk3y .item-wrapper {
  position: relative;
}
.cid-uns7NOSk3y .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 transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uns7NOSk3y .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uns7NOSk3y .carousel-control,
.cid-uns7NOSk3y .close {
  background: #1b1b1b;
}
.cid-uns7NOSk3y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uns7NOSk3y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uns7NOSk3y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uns7NOSk3y .carousel-control-next span {
  margin-left: 5px;
}
.cid-uns7NOSk3y .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-uns7NOSk3y .close::before {
  content: '\e91a';
}
.cid-uns7NOSk3y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uns7NOSk3y .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-uns7NOSk3y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uns7NOSk3y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uns7NOSk3y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uns7NOSk3y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uns7NOSk3y .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-uns7NOSk3y .carousel-indicators li.active,
.cid-uns7NOSk3y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uns7NOSk3y .carousel-indicators li::after,
.cid-uns7NOSk3y .carousel-indicators li::before {
  content: none;
}
.cid-uns7NOSk3y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uns7NOSk3y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uns7NOSk3y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uns7NOSk3y .carousel-indicators {
    display: none;
  }
}
.cid-uns7NOSk3y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uns7NOSk3y .carousel-inner > .active {
  display: block;
}
.cid-uns7NOSk3y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uns7NOSk3y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uns7NOSk3y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uns7NOSk3y .carousel-control,
  .cid-uns7NOSk3y .carousel-indicators,
  .cid-uns7NOSk3y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uns7NOSk3y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uns7NOSk3y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uns7NOSk3y .carousel-indicators .active,
.cid-uns7NOSk3y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uns7NOSk3y .carousel-indicators .active {
  background: #fff;
}
.cid-uns7NOSk3y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uns7NOSk3y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uns7NOSk3y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uns7NOSk3y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uns7NOSk3y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uns7NOSk3y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uns7NOSk3y .carousel {
  width: 100%;
}
.cid-uns7NOSk3y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uns7NOSk3y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uns7NOSk3y .modal.fade .modal-dialog,
.cid-uns7NOSk3y .modal.in .modal-dialog {
  transform: none;
}
.cid-uns7NOSk3y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uns7NOSk3y .content-head {
  max-width: 800px;
}

/* MAPA */
.cid-uns3nszAZC {
  
}
.cid-uns3nszAZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uns3nszAZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uns3nszAZC .google-map {
  height: 30rem;
  position: relative;
}
.cid-uns3nszAZC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uns3nszAZC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uns3nszAZC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uns3nszAZC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}

/* FORMULARIO */
.cid-uo7HlwjzwS {
    padding-bottom: 6rem;
}
.cid-uo7HlwjzwS .mbr-overlay {
  background-color: var(--ma-neutral-300);;
  opacity: 0.4;
}
.cid-uo7HlwjzwS form .mbr-section-btn {
  text-align: end;
  width: 100%;
}
.cid-uo7HlwjzwS form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uo7HlwjzwS form .mbr-section-btn .btn {
    width: 100%;
  }
}
.tallys {
    position: absolute;
    z-index: 10000;
    width: 36vw;
    height: 4rem;
    background-color: #406a84;
    right: 0;
    bottom: 3.5rem;
}
@media screen and (max-width:676px) {
    .tallys {
    width: 50vw;
    }
}


/* -- SLIDER HOME -- */
.cid-uoibQ39zxZ .carousel-caption {
  left: auto;
  right: 0;
  bottom: 15%;
  text-shadow: none;
	z-index: 10;
	padding: 2rem;
    text-align: left;
    transition: transform 2s ease, opacity .5s ease-out;
}
.cid-uoibQ39zxZ .carousel-caption a {
  word-break: normal;
    margin: 0;
    align-self: flex-end !important;
}
.cid-uoibQ39zxZ .carousel-caption p {
  padding: 1rem 1rem 0 0;
    margin: 0;
}

@media (max-width: 992px){
	.cid-uoibQ39zxZ .carousel-caption {
        position: relative !important;
        display: block !important;
        bottom: 0;
        padding: 1.5rem;
	}
    .cid-uoibQ39zxZ .carousel-indicators {
        top: 87vh;
    }
}


.cid-uoibQ39zxZ {
  padding-top: 5rem;  
}

.cid-uoibQ39zxZ .carousel-item img {
    margin: inherit;
}
@media (min-width: 992px) {
  .cid-uoibQ39zxZ .carousel {
    max-height: 90vh;
  }
  .cid-uoibQ39zxZ .carousel img {
    max-height: 90vh;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uoibQ39zxZ .carousel {
    min-height: 50vh;
  }
  .cid-uoibQ39zxZ .carousel img {
    min-height: 50vh;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uoibQ39zxZ .carousel {
    min-height: 50vh;
  }
  .cid-uoibQ39zxZ .carousel img {
    min-height: 50vh;
    object-fit: cover;
  }
  .cid-uoibQ39zxZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uoibQ39zxZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uoibQ39zxZ .carousel,
.cid-uoibQ39zxZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uoibQ39zxZ .item-wrapper {
  width: 100%;
/*VER*/
   position: relative; 
}

.cid-uoibQ39zxZ .carousel-control:hover {
  background: rgba(219,204,192,1);
  border-color: var(--ma-orange-200);
  opacity: 1;
}
.cid-uoibQ39zxZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uoibQ39zxZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uoibQ39zxZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uoibQ39zxZ .carousel-control {
  top: 40vh;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
/*  background-color: rgba(219,204,192,.5);*/
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uoibQ39zxZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
    opacity: 1 !important;
}
.cid-uoibQ39zxZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
    opacity: 1 !important;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cid-uoibQ39zxZ .carousel-control {
    top: 25vh;
    bottom: 1rem;
  }
}
.cid-uoibQ39zxZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uoibQ39zxZ .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-uoibQ39zxZ .carousel-indicators li.active,
.cid-uoibQ39zxZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uoibQ39zxZ .carousel-indicators li::after,
.cid-uoibQ39zxZ .carousel-indicators li::before {
  content: none;
}
.cid-uoibQ39zxZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uoibQ39zxZ .carousel-indicators {
    display: none !important;
  }
}

/* BOTÓN ANIMADO LINK INTERNO */

.icon {
    cursor: pointer;
    display: inline-block;
    /*height: 2rem;*/
    width: auto;
    text-align: left !important;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease-out;
    padding: 0 !important;
    z-index: 5;
}

.icon span {
    background-size: contain;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
    padding: .6rem 1rem;
}

.icon span:after {
  content: url("../../../assets/images/Right-long.svg");
  position: absolute;
    width: 2.25rem;
    height: auto;
  opacity: 0;
  top: 0;
  transition: 0s;
    z-index: -1;
}

.icon:hover span {
    padding-right: 5rem;
    background:  no-repeat top 0 right 1rem;
}

.icon:hover span:after {
  opacity: 1;
  right: 1rem;
}

/*  BOTÓN LINK EXTERNO */
.icon-out{
    padding-right: 2em;
}
.icon-out:after {
  content: url("../../../assets/images/Out.svg");
  filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%) hue-rotate(327deg) brightness(104%) contrast(102%); 
  position: absolute;
    width: 2em;
    height: auto;
  opacity: 1;
  top: 1px;
    right: 1rem;
  transition: 0s;
}

.multiply {
    mix-blend-mode: multiply;
}
.footer1 .container.bg-black {
    margin-top: -3rem;
}

@media (max-width: 768px) {
    .overlap {
        z-index: 10;
        position: relative;
/*        margin-bottom: -13.5%;*/
    }
    .footer1 .container.bg-black {
        margin-top: 0 !important;
    }
}


