@charset "UTF-8";
/* = * = * = * = * = * = * = * = * = * = * = * =
*
*     Valores Gráficos
*
/* = * = * = * = * = * = * = * = * = * = * = */
:root {
  /* Colors */
  --primary:#998774;
  --hoverPrimary:#735E4A;
}

.mz-title {
  color: var(--primary);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.6;
}

.mz-actions a,
.ms_content_action a {
  font-size: 1rem;
  color: #fff;
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.mz-actions a:hover,
.ms_content_action a:hover {
  background: #fff;
  color: var(--primary);
}

.ms_footer_links ul li a {
  color: #fff;
  font-size: 1rem;
}

.ms_footer_description_inner a {
  text-decoration: underline;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ms_footer_description_inner a:hover {
  opacity: 0.6;
}

.ms_footer_description_inner {
  color: #fff;
  font-size: 1rem;
}

.ms_content_inner {
  color: gray;
  font-size: 1rem;
}
.ms_content_inner h1, .ms_content_inner h2, .ms_content_inner h3, .ms_content_inner h4, .ms_content_inner h5, .ms_content_inner h6, .ms_content_inner a {
  color: var(--primary);
}
.ms_content_inner h1, .ms_content_inner h2, .ms_content_inner h3, .ms_content_inner h4, .ms_content_inner h5, .ms_content_inner h6 {
  text-align: center;
  margin: 20px 0;
}

.ms_footer_copyright {
  color: var(--primary);
}

.arrow-left {
  fill: var(--primary);
}

body {
  font-size: 14px;
  color: var(--black);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select::-ms-expand {
  display: none;
}

.imgcube-100 {
  width: 100%;
  padding-bottom: -100%;
  position: relative;
}

.imgcube-50 {
  width: 50%;
  padding-bottom: -50%;
  position: relative;
}

.margin-block {
  margin: 60px 0;
}
@media (min-width: 1200px) {
  .margin-block {
    margin: 70px 0;
  }
}

.padding-block {
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .padding-block {
    padding: 70px 0;
  }
}

.ms_header {
  position: relative;
  width: 100%;
}
.ms_header_inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .ms_header_inner {
    padding: 25px 35px;
  }
}
.ms_header_inner.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ms_header_return {
  position: relative;
  width: auto;
}
.ms_header_return a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  text-decoration: none;
  color: var(--primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px;
}
.ms_header_return a .icon {
  width: 20px;
  display: block;
  margin-right: 10px;
}
.ms_header_return a .icon img {
  width: 100%;
  display: block;
}
.ms_header_languaje {
  position: relative;
  width: auto;
}
.ms_header_languaje a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--primary);
  letter-spacing: 1px;
}
.ms_header_corporative {
  position: relative;
  width: 100%;
  text-align: center;
}
.ms_header_corporative_logo {
  width: 200px;
  display: block;
  margin: 40px auto;
}
.ms_header_corporative_logo img {
  position: relative;
  width: 100%;
  display: block;
}

.ms_footer {
  position: relative;
  width: 100%;
  margin-top: auto;
}
.ms_footer_inner {
  background-color: var(--primary);
  padding: 20px;
  position: relative;
  width: 100%;
}
.ms_footer_corporative {
  position: relative;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ms_footer_corporative a {
  width: 200px;
  display: block;
  margin: 30px auto;
}
.ms_footer_corporative a img {
  position: relative;
  width: 100%;
  display: block;
}
.ms_footer_links {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.ms_footer_links ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms_footer_links ul li {
  display: inline-block;
  margin: 0 8px;
}
.ms_footer_links ul li a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ms_footer_links ul li a:hover {
  opacity: 0.6;
}
.ms_footer_social {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.ms_footer_social ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms_footer_social ul li {
  display: inline-block;
  margin: 0 10px;
}
.ms_footer_social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  min-width: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ms_footer_social ul li a:hover {
  opacity: 0.8;
}
.ms_footer_social ul li a .icon {
  height: 100%;
  display: block;
}
.ms_footer_social ul li a img {
  height: 100%;
  display: block;
}
.ms_footer_description {
  position: relative;
  width: 100%;
}
.ms_footer_description_inner {
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 768px) {
  .ms_footer_description_inner {
    max-width: 80%;
    margin: auto;
    display: block;
  }
}
.ms_footer_description_inner img {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.ms_footer_description_inner iframe {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin: 20px 0;
  background: red;
}
.ms_footer_copyright {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
}
.ms_footer_copyright p {
  margin: 0;
  letter-spacing: 1px;
}

.ms_body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ms_main {
  position: relative;
  width: 100%;
}

/* Contenedor padre */
.mz-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 20px;
}

/* Tablet en adelante */
@media (min-width: 768px) {
  .mz-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(300px, 500px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  .mz-wrapper {
    max-width: 80%;
    margin: 0 auto;
  }
}
/* Tarjeta hija */
.mz-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
  max-width: 500px;
  width: 100%;
}

/* Título */
.mz-title {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /* Altura consistente */
  min-height: 3.2em;
  /* Opcional: limitar líneas */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Lista de botones */
.mz-actions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  /* Empuja los botones al fondo */
}

/* Botón */
.mz-actions a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px; /* tamaño base cuadrado */
  padding: 15px 10px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.ms_content {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .ms_content {
    max-width: 80%;
    margin: auto;
    display: block;
  }
}
@media (min-width: 1200px) {
  .ms_content {
    max-width: 75%;
  }
}
.ms_content_inner img {
  position: relative;
  width: auto;
  max-width: 100%;
  margin: 20px auto;
  display: block;
  height: auto;
}
.ms_content_inner iframe {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin: 20px 0;
  background: red;
}
.ms_content_inner h1, .ms_content_inner h2, .ms_content_inner h3, .ms_content_inner h4, .ms_content_inner h5, .ms_content_inner h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.ms_content_action {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.ms_content_action a {
  min-height: 50px; /* tamaño base cuadrado */
  padding: 15px 30px;
  border: 1px solid var(--primary);
  border-radius: 6px;
  text-decoration: none;
}