@charset "UTF-8";
/*
Theme Name: Tenerife
Author: Genesis Moncayo
Description: Tema desarrollado a medida para base.com.
Version: 1.0
Tags: custom-theme, responsive, blog

/* ====================================================================
	TABLE OF CONTENTS
====================================================================
	# THEME SETUP
		# VARIABLES
    # FONT-FAMILY
	# UTILITIES
	# COMPONENTS		
	# SECTION
		# MWM-HERO-GENERAL
		# MWM-ABOUT-GENERAL
		# MWM-CALENDAR-GENERAL
    # MWM-INVITED-GENERAL
		# MWM-SUBSCRIPCION-GENERAL
		# MWM-SPONSORS-GENERAL
    # MWM-TESTIMONY-GENERAL
    # MWM-ACCORDION-GENERAL
    # MWM-FORM-GENERAL
*/
:root {
  --theme-font: "Montserrat", sans-serif;
  --theme-font-two: "Montserrat", sans-serif;
  --theme-font-three: "AnekLatin", sans-serif;
  --theme-primary: #012168;
  --theme-sencondary: #e6912c;
  --theme-black: #000;
  --theme-white: #ffffff;
  --theme-gray: #fafafa;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Montserrat";
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
a {
  text-decoration: none;
}

h1 {
  font-family: "AnekLatin";
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.625rem;
  margin: 0;
}
@media (max-width: 992px) {
  h1 {
    font-size: 3.5rem;
    line-height: 1;
  }
}

h2 {
  font-family: "AnekLatin";
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
@media (max-width: 992px) {
  h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
}

h3 {
  font-family: "AnekLatin";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
@media (max-width: 992px) {
  h3 {
    font-size: 1.5rem;
    line-height: 1;
  }
}

img {
  height: auto;
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p,
a,
li,
span,
button,
th,
thead {
  font-family: "Montserrat";
}

strong {
  font-weight: 600;
}

.container,
.is-layout-constrained {
  margin: 0 auto;
  max-width: calc(1200px + 2rem);
  padding: 0 1rem;
}

.text-normal {
  font-size: 1rem;
  line-height: 1.625rem;
}

.text-small {
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.text-big {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.text-white {
  color: var(--theme-white);
}

.text-black {
  color: var(--theme-black);
}

.text-primary {
  color: var(--theme-primary);
}

.text-sencondary {
  color: var(--theme-sencondary);
}

.section-title {
  font-family: "AnekLatin";
  font-weight: medium;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

.btn-simple {
  /* Estado normal */
  background: var(--theme-sencondary);
  color: var(--theme-white);
  cursor: pointer;
  overflow: hidden;
  padding: 0.5rem 1.5rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  /* Efecto hover */
}
.btn-simple:hover {
  background: var(--theme-white);
  color: var(--theme-sencondary);
}
.btn-simple:hover::before {
  transform: translateX(0);
}
.btn-simple.is-green {
  background: #2ce65a;
  color: var(--theme-white);
}
.btn-simple.is-green:hover {
  background: var(--theme-white);
  color: #2ce65a;
}

.btn-secondary {
  background: transparent;
  border: 1px solid var(--theme-sencondary);
  color: var(--theme-sencondary);
  display: inline-block;
  overflow: hidden;
  padding: 0.5rem 1.25rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.btn-secondary::before {
  background: var(--theme-sencondary);
  border-radius: 50%;
  content: "";
  height: 1.25rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s ease-in-out;
  width: 1.25rem;
  z-index: -1;
}
.btn-secondary:hover, .btn-secondary:focus {
  border-color: var(--theme-sencondary);
  color: var(--theme-white);
}
.btn-secondary:hover::before, .btn-secondary:focus::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(15);
}

/* Botón de suscripción */
.subscribe-btn {
  background-color: var(--theme-primary);
  border: none;
  color: var(--theme-sencondary);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.subscribe-btn:hover {
  background-color: var(--theme-sencondary);
  box-shadow: inset 0 0.125rem 0.8125rem 0 #7c511c;
  color: var(--theme-primary);
}
.subscribe-btn:focus {
  box-shadow: inset 0 0 0 0.1875rem rgba(230, 145, 44, 0.5);
  outline: none;
}

ç label {
  cursor: pointer;
  display: block;
  margin-bottom: 0.5em;
}

/* FIELDSET */
fieldset {
  background: transparent;
  border: 0;
  margin: 2rem 0;
  padding: 2rem;
}

fieldset legend {
  float: left;
  font-size: 1.875rem;
  font-weight: var(--mwm--font-weight--bold);
  margin-bottom: 1.5rem;
}

/* FIELDS */
input:not([type=checkbox], [type=radio]),
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  background: var(--theme-white);
  border: 2px solid #ccc;
  color: var(--theme-black);
  display: block;
  padding: 1.25rem 2rem;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  border-color: var(--theme-primary);
}

/* SELECT */
select {
  appearance: none;
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-color: var(--mwm--color--n100);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%239a9a9a' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3E%3C/path%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 2em 1em;
  border-radius: 0;
  color: #9a9a9a;
  max-width: 100%;
  padding-right: 1.25em;
  position: relative;
}

/* CHECKBOXES & RADIO BUTTONS */
input[type=radio],
input[type=checkbox] {
  background-color: var(--mwm--color--n100);
  border: 1px solid var(--mwm--color--n300);
  border-radius: 50%;
  cursor: pointer;
  height: 0.875rem;
  margin-right: 0.5rem;
  position: relative;
  vertical-align: middle;
  width: 0.875rem;
}
input[type=radio]:checked::after,
input[type=checkbox]:checked::after {
  background: var(--mwm--base-color);
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.375rem;
}

input[type=checkbox] {
  border-radius: 0;
}
input[type=checkbox]:checked::after {
  border-radius: 0;
}

/*	GPRD */
.gdpr button {
  width: unset;
}

/* PLADEHOLDER */
::-webkit-input-placeholder {
  color: #9a9a9a;
  font-family: var(--mwm--font-family);
}

:-moz-placeholder {
  color: #9a9a9a;
  font-family: var(--mwm--font-family);
}

::-moz-placeholder {
  color: #9a9a9a;
  font-family: var(--mwm--font-family);
  opacity: 1;
  /* Desde FF19, Firefox baja la opacidad de los placeholder por defecto */
}

:-ms-input-placeholder {
  color: #9a9a9a;
  font-family: var(--mwm--font-family);
}

/* CF7 */
.wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

/*	# SEARCH FORM
===================================*/
.search-form form {
  position: relative;
}

.search-form input[type=search]::-webkit-search-decoration,
.search-form input[type=search]::-webkit-search-cancel-button,
.search-form input[type=search]::-webkit-search-results-button,
.search-form input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search-form button {
  background: transparent;
  border: none;
  bottom: 0;
  color: #4c4c4c;
  display: inline-block;
  font-size: 1rem;
  min-width: unset;
  outline: none;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

label {
  color: var(--theme-primary);
  margin-bottom: 8px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
select,
textarea {
  width: 100%;
  padding: 10px;
  display: block;
  margin-top: 8px;
  border: 2px solid #cccccc;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--theme-primary);
}

select {
  /* Quitar flecha nativa */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: none;
}

textarea {
  min-height: 100px;
}

input[type=date] {
  width: 100%;
  padding: 10px;
  display: block;
  margin-top: 8px;
  border: 2px solid #cccccc;
  color: var(--theme-primary);
}
input[type=date]:focus {
  outline: none;
  border-color: var(--theme-primary);
}

input[type=submit] {
  background-color: transparent;
  border: 2px solid var(--theme-sencondary);
  color: var(--theme-sencondary);
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
input[type=submit]:hover {
  background-color: var(--theme-sencondary);
  color: var(--theme-white);
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 0;
}

input[type=file] {
  margin-top: 8px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}
.form-row .form-col {
  flex: 1 1 45%;
  min-width: 250px;
}
.form-row .form-col-full {
  flex: 1 1 100%;
}
.form-row .form-col-full a {
  color: var(--theme-sencondary);
  text-decoration: underline;
}

.wpcf7-radio {
  margin-top: 8px;
  display: flex;
  gap: 16px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-select {
  position: relative;
  padding-right: 2rem;
  /* Espacio para la flecha */
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' stroke='%23CCCCCC' stroke-width='10' fill='none'/%3E%3C/svg%3E  ") no-repeat 97% center;
  background-size: 1rem;
  cursor: pointer;
}

.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.wpcf7-form .text-right {
  text-align: right;
}

/* Ajustar estilo del input file */
.wpcf7-form-control.wpcf7-file {
  width: 100%;
  font-size: 16px;
  color: #333;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

/* Ocultar el botón nativo */
.wpcf7-form-control.wpcf7-file::-webkit-file-upload-button {
  display: inline-block;
  background: var(--theme-primary);
  color: var(--theme-white);
  border: none;
  padding: 12px 16px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
}
.wpcf7-form-control.wpcf7-file::-webkit-file-upload-button::hover::before {
  background: var(--theme-sencondary);
}

@media (max-width: 768px) {
  .form-col {
    flex: 1 1 100%;
  }
}
.header {
  background-color: var(--theme-primary);
  color: var(--theme-primary);
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  z-index: 999;
  /* Tablet styles */
}
.header .navbar .navbar-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  /* Animación cuando está activo */
}
.header .navbar .navbar-container .navbar-brand > a {
  display: block;
  height: auto;
  max-width: 300px;
}
.header .navbar .navbar-container .navbar-brand > a img {
  display: block;
  object-fit: contain;
  width: 6.25rem;
}
.header .navbar .navbar-container .navbar-toggler {
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
}
.header .navbar .navbar-container .navbar-toggler .navbar-toggler-icon {
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}
.header .navbar .navbar-container .navbar-toggler .navbar-toggler-icon .bar {
  background: var(--theme-sencondary);
  border-radius: 2px;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.header .navbar .navbar-container .navbar-toggler .navbar-toggler-icon .bar:nth-child(1) {
  top: 0;
}
.header .navbar .navbar-container .navbar-toggler .navbar-toggler-icon .bar:nth-child(2) {
  top: 15px;
}
.header .navbar .navbar-container .navbar-toggler .navbar-toggler-icon .bar:nth-child(3) {
  top: 30px;
}
.header .navbar .navbar-container .navbar-toggler.active .bar:nth-child(1) {
  transform: translateY(20px) rotate(45deg);
}
.header .navbar .navbar-container .navbar-toggler.active .bar:nth-child(2) {
  opacity: 0;
}
.header .navbar .navbar-container .navbar-toggler.active .bar:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.header .navbar .navbar-container .navbar-collapse {
  background-color: var(--theme-white);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  left: 0;
  padding: 1.8rem 1rem;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 999;
}
.header .navbar .navbar-container .navbar-collapse .navbar-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: center;
  list-style: none;
  margin-bottom: 2.5rem;
  margin-left: 0;
  width: 100%;
}
.header .navbar .navbar-container .navbar-collapse .navbar-nav li {
  margin: 0;
}
.header .navbar .navbar-container .navbar-collapse .navbar-nav a {
  color: var(--theme-primary);
  display: block;
  font-weight: 500;
  padding: 0;
  text-decoration: none;
  transition: color 0.3s ease-in;
}
.header .navbar .navbar-container .navbar-collapse .navbar-nav a:hover {
  color: var(--theme-sencondary);
}
.header .navbar .navbar-container .navbar-collapse .mwm-menu_btns {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
.header .navbar .navbar-container .navbar-collapse .mwm-menu_btns .nav-link-button {
  text-align: center;
  width: fit-content !important;
}
.header .navbar .navbar-container .navbar-collapse .mwm-menu_btns .mwm-menu_lenguaje {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
}
.header .navbar .navbar-container .navbar-collapse .mwm-menu_btns .mwm-menu_lenguaje a {
  color: inherit;
}
.header .navbar .navbar-container .navbar-collapse .mwm-menu_btns .mwm-menu_lenguaje ul ul {
  display: none;
}
.header .navbar .navbar-container .navbar-collapse .mwm-menu_btns .mwm-menu_lenguaje.is-open ul ul {
  background: #fafafa;
  color: var(--theme-black);
  display: block;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  position: absolute;
  z-index: 2;
}
.header .navbar .navbar-container .navbar-collapse .mwm-menu_btns .mwm-menu_lenguaje.is-open ul ul a {
  font-weight: 400;
  transition: color 0.3s ease-in;
}
.header .navbar .navbar-container .navbar-collapse .mwm-menu_btns .mwm-menu_lenguaje.is-open ul ul a:hover {
  color: var(--theme-sencondary);
}
.header .navbar .navbar-container .navbar-collapse.show {
  display: flex;
}
@media (min-width: 1024px) {
  .header {
    color: var(--theme-white);
  }
  .header .navbar .navbar-container .navbar-toggler {
    display: none;
  }
  .header .navbar .navbar-container .navbar-collapse {
    background-color: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    padding: 0;
    position: static;
  }
  .header .navbar .navbar-container .navbar-collapse .navbar-nav {
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .header .navbar .navbar-container .navbar-collapse .navbar-nav a {
    color: var(--theme-white);
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .header {
    font-size: 0.875rem;
  }
  .header .navbar .navbar-container .navbar-brand > a img {
    width: 6.25rem;
  }
  .header .navbar .navbar-container .navbar-collapse .navbar-nav {
    gap: 0.5rem 1rem;
  }
  .header .navbar .navbar-container .navbar-collapse .mwm-menu_btns {
    gap: 0.75rem;
  }
  .header .navbar .navbar-container .navbar-collapse .mwm-menu_btns .nav-link-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header .navbar .navbar-container .navbar-collapse .mwm-menu_lenguaje {
    font-size: 1rem;
  }
  .header .navbar .navbar-container .navbar-collapse .mwm-menu_lenguaje li {
    position: relative;
  }
  .header .navbar .navbar-container .navbar-collapse .mwm-menu_lenguaje li ul {
    right: 0;
  }
}
@media (min-width: 1280px) {
  .header .navbar-brand > a img {
    width: 8.125rem;
  }
}
.header .navbar .navbar-collapse .more-info-item {
  position: relative;
}
.header .navbar .navbar-collapse .more-info-item > a {
  position: relative;
}
.header .navbar .navbar-collapse .more-info-item > a::after {
  content: "▼";
  font-size: 0.8em;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.header .navbar .navbar-collapse .more-info-item.show-submenu > a::after {
  transform: rotate(180deg);
}
.header .navbar .navbar-collapse .more-info-item .sub-menu {
  display: none;
}
.header .navbar .navbar-collapse .more-info-item.show-submenu .sub-menu {
  background: #fafafa;
  color: var(--theme-black);
  display: block;
  padding: 0.5rem 1rem;
  position: absolute;
  z-index: 2;
}
@media (min-width: 1024px) {
  .header .navbar .navbar-collapse .more-info-item {
    position: relative;
  }
  .header .navbar .navbar-collapse .more-info-item .sub-menu {
    min-width: 180px;
    right: 0;
  }
  .header .navbar .navbar-collapse .more-info-item .sub-menu li a {
    color: var(--theme-black);
    font-size: 1rem;
  }
  .header .navbar .navbar-collapse .more-info-item .sub-menu li a:hover {
    color: var(--theme-sencondary);
  }
  .header .navbar .navbar-collapse .more-info-item:hover .sub-menu {
    background: #fafafa;
    color: var(--theme-black);
    display: block;
    padding: 0.5rem 1rem;
    position: absolute;
    z-index: 2;
  }
  .header .navbar .navbar-collapse .more-info-item:hover > a::after {
    transform: rotate(180deg);
  }
}
/*	# MWM-HERO-GENERAL ===================================*/
.mwm-home_banner {
  position: relative;
}
.mwm-home_banner .mwm-home_banner_bg {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.mwm-home_banner .mwm-home_banner_bg::after {
  background-color: var(--theme-black);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.mwm-home_banner .mwm-home_banner_bg > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mwm-home_banner .mwm-home_banner_content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  justify-content: center;
  max-width: 695px;
  padding-bottom: 13.375rem;
  padding-top: 13.375rem;
}
.mwm-home_banner .mwm-home_banner_content h1 {
  text-transform: uppercase;
}
.mwm-home_banner .mwm-home_banner_content .mwm-home_banner_body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 25rem;
}
.mwm-home_banner .mwm-home_banner_content .mwm-home_banner_body ul > li {
  margin-bottom: 0.25rem;
}
.mwm-home_banner .mwm-home_banner_content .mwm-home_banner_body a {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .mwm-home_banner .mwm-home_banner_content h1 {
    font-size: 2.5rem;
    line-height: 1;
  }
}

/*	# MWM-ABOUT-GENERAL ===================================*/
.mwm-home_about {
  margin-top: 3.125rem;
  padding: 6.25rem 0 5rem;
}
.mwm-home_about h2 {
  color: var(--theme-primary);
  line-height: 1.2;
  margin-bottom: 0;
}
.mwm-home_about .mwm-home_about_row {
  align-items: stretch;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
.mwm-home_about .mwm-home_about_row .mwm-home_about_col {
  height: fit-content;
}
.mwm-home_about .mwm-home_about_row .mwm-home_about_col > picture {
  display: block;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.mwm-home_about .mwm-home_about_row .mwm-home_about_col > picture .img {
  aspect-ratio: 1.25;
  height: 100%;
  margin-left: auto;
  max-width: 480px;
  width: 100%;
}
.mwm-home_about .mwm-home_about_row .mwm-home_about_col > picture .img > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mwm-home_about .mwm-home_about_row .mwm-home_about_col > picture::before {
  aspect-ratio: 1/1;
  background-color: var(--theme-primary);
  content: "";
  height: 85%;
  left: 0;
  position: absolute;
  top: -4rem;
  width: 85%;
  z-index: -1;
}
@media (max-width: 1200px) {
  .mwm-home_about .mwm-home_about_row .mwm-home_about_col > picture::before {
    left: -10%;
  }
}
.mwm-home_about .mwm-home_about_row .mwm-home_about_col .mwm-home_about_content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.mwm-home_about .mwm-home_about_row .mwm-home_about_col .mwm-home_about_content .mwm-home_about_content_body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mwm-home_about .mwm-home_about_row .mwm-home_about_col .mwm-home_about_content .mwm-home_about_content_body ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: disc;
  padding-left: 1.5rem;
}
.mwm-home_about .mwm-home_about_row .mwm-home_about_col .mwm-home_about_content .mwm-home_about_content_body em {
  color: var(--theme-primary);
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.625rem;
}
@media (max-width: 992px) {
  .mwm-home_about .mwm-home_about_row {
    grid-template-columns: 1fr;
  }
  .mwm-home_about .mwm-home_about_row .mwm-home_about_col {
    width: 100%;
  }
  .mwm-home_about .mwm-home_about_row .mwm-home_about_col > picture .img {
    max-width: unset;
  }
  .mwm-home_about .mwm-home_about_row .mwm-home_about_col > picture::before {
    height: 90%;
    left: -5%;
    top: -15%;
    width: 90%;
  }
  .mwm-home_about .mwm-home_about_row .mwm-home_about_col .mwm-home_about_content h2 {
    font-size: 2rem;
  }
}

/*	# MWM-CALENDAR-GENERAL ===================================*/
.mwm-home_calendar {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 6.25rem 0;
  position: relative;
}
.mwm-home_calendar::before {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.mwm-home_calendar .container {
  position: relative;
  z-index: 1;
  /* Estilos base para TablePress */
  /* Estilo para la cabecera */
  /* Opcional: quitar fondo de celdas vacías */
  /* Ajustes responsivos */
}
.mwm-home_calendar .container .mwm-calendar_row .mwm-calendar_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .mwm-home_calendar .container .mwm-calendar_row .mwm-calendar_buttons {
    gap: 1.5rem;
  }
}
.mwm-home_calendar .container .mwm-calendar_row .mwm-calendar_buttons .mwm-calendar_btn {
  background-color: transparent;
  border: 0;
  color: var(--theme-white);
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1rem 1.5rem;
}
.mwm-home_calendar .container .mwm-calendar_row .mwm-calendar_buttons .mwm-calendar_btn:hover, .mwm-home_calendar .container .mwm-calendar_row .mwm-calendar_buttons .mwm-calendar_btn.active {
  background-color: var(--theme-sencondary);
}
.mwm-home_calendar .container .mwm-calendar_row .mwm-calendar_buttons .mwm-calendar_btn::focus-visible {
  outline: none;
}
.mwm-home_calendar .container table {
  font-family: var(--theme-font) !important;
}
.mwm-home_calendar .container .tablepress > :where(thead, tfoot) > tr > * {
  font-family: var(--theme-font), sans-serif;
}
.mwm-home_calendar .container .mwm-calendar_tabla {
  display: none;
  overflow-x: auto;
}
.mwm-home_calendar .container .mwm-calendar_tabla.active {
  display: block;
}
.mwm-home_calendar .container .row-1 {
  color: var(--theme-white);
}
.mwm-home_calendar .container .tablepress {
  border-collapse: separate;
  border-spacing: 0.375rem;
  /* Espacio entre celdas */
}
.mwm-home_calendar .container .tablepress th,
.mwm-home_calendar .container .tablepress td {
  background-color: rgba(255, 255, 255, 0.05);
  border: 0.0625rem solid var(--theme-white);
  color: var(--theme-white);
  padding: 0.625rem 0.9375rem;
  text-align: center;
  vertical-align: middle;
}
.mwm-home_calendar .container .tablepress thead th {
  background-color: rgba(255, 255, 255, 0.25);
  font-family: var(--theme-font);
  font-weight: 600;
}
.mwm-home_calendar .container .tablepress td:empty {
  background-color: transparent;
  border: none;
}
.mwm-home_calendar .container caption {
  display: none;
}
@media (max-width: 768px) {
  .mwm-home_calendar .container .tablepress th,
  .mwm-home_calendar .container .tablepress td {
    font-size: 0.875rem;
    padding: 0.5rem 0.625rem;
  }
}

/*	# MWM-INVITED-GENERAL ===================================*/
.mwm-home_invited {
  padding: 1.25rem 0 2.5rem;
}
.mwm-home_invited h2 {
  color: var(--theme-primary);
}
.mwm-home_invited .mwm-home_invited_grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
.mwm-home_invited .mwm-home_invited_grid .mwm-home_invited_column .item {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: bottom 0.5s ease-in-out;
}
.mwm-home_invited .mwm-home_invited_grid .mwm-home_invited_column .item .box-img {
  aspect-ratio: 0.71;
  height: 100%;
  max-height: 400px;
  width: 100%;
}
.mwm-home_invited .mwm-home_invited_grid .mwm-home_invited_column .item .box-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mwm-home_invited .mwm-home_invited_grid .mwm-home_invited_column .item .box-content {
  padding: 1.3125rem 0.75rem 2.25rem;
  transition: bottom 0.5s ease-in-out;
  width: 100%;
}
.mwm-home_invited .mwm-home_invited_grid .mwm-home_invited_column .item .box-content span {
  display: inline-block;
  margin-bottom: 0.375rem;
}
@media (min-width: 468px) {
  .mwm-home_invited .mwm-home_invited_grid {
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .mwm-home_invited .mwm-home_invited_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .mwm-home_invited {
    padding: 2.5rem 0 5.625rem;
  }
  .mwm-home_invited .mwm-home_invited_grid {
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .mwm-home_invited .mwm-home_invited_grid .mwm-home_invited_column .item {
    max-height: 400px;
  }
  .mwm-home_invited .mwm-home_invited_grid .mwm-home_invited_column .item .box-content {
    background-color: var(--theme-white);
    bottom: -100%;
    max-height: 167px;
    overflow: auto;
    position: absolute;
    transition: bottom 0.5s ease-in-out;
  }
  .mwm-home_invited .mwm-home_invited_grid .mwm-home_invited_column .item .box-content span {
    display: inline-block;
    margin-bottom: 0.375rem;
  }
  .mwm-home_invited .mwm-home_invited_grid .mwm-home_invited_column .item:hover .box-content {
    bottom: 0;
  }
  .mwm-home_invited.is-five-columns .mwm-home_invited_grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .mwm-home_invited.is-five-columns .mwm-home_invited_grid .text-small {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .mwm-home_invited.is-five-columns .mwm-home_invited_grid .mwm-home_invited_column .item .box-content {
    padding: 1.3125rem 0.75rem;
  }
  .mwm-home_invited.is-six-columns .mwm-home_invited_grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .mwm-home_invited.is-six-columns .mwm-home_invited_grid .text-small {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .mwm-home_invited.is-six-columns .mwm-home_invited_grid .mwm-home_invited_column .item .box-content {
    padding: 1rem 0.5rem;
  }
}

/*	# MWM-SUBSCRIPCION-GENERAL ===================================*/
.mwm-home_subscript {
  background-color: var(--theme-sencondary);
  height: 100%;
  padding-top: 5.25rem;
  width: 100%;
  /* Encabezado */
  /* Versión móvil */
}
@media (max-width: 768px) {
  .mwm-home_subscript {
    padding-top: 2.5rem;
  }
}
.mwm-home_subscript .mwm-home_subscript_bottom {
  transform: translateY(1.5rem);
}
@media (max-width: 768px) {
  .mwm-home_subscript .mwm-home_subscript_bottom {
    transform: translateY(2.5rem);
  }
}
.mwm-home_subscript .subscription-header {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.mwm-home_subscript .subscription-header h2 {
  color: var(--theme-white);
  margin-bottom: 1rem;
}
.mwm-home_subscript .subscription-header p {
  color: var(--theme-white);
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.mwm-home_subscript #wpcf7-f161-p31-o1 {
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .mwm-home_subscript #wpcf7-f161-p31-o1 {
    margin-top: 2.5rem;
  }
}
.mwm-home_subscript .mwm-newsletter {
  background-color: var(--theme-white);
  display: flex;
  margin: 0 auto;
  max-width: 610px;
}
@media (max-width: 768px) {
  .mwm-home_subscript .mwm-newsletter {
    flex-direction: column;
  }
}
.mwm-home_subscript .mwm-newsletter_field {
  align-items: center;
  border: 1px solid #ccc;
  border-right: none;
  display: flex;
  flex-grow: 1;
  padding: 0.5rem 1rem;
}
.mwm-home_subscript .mwm-newsletter_field p {
  width: 100%;
}
.mwm-home_subscript .mwm-newsletter_field p .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.mwm-home_subscript .mwm-newsletter_field p .wpcf7-form-control-wrap input {
  width: 100%;
}
@media (max-width: 768px) {
  .mwm-home_subscript .mwm-newsletter_field {
    width: 100%;
  }
}
.mwm-home_subscript .mwm-newsletter_submit p {
  height: 100%;
}
.mwm-home_subscript .mwm-newsletter_submit p .wpcf7-spinner {
  position: static;
}
.mwm-home_subscript .mwm-newsletter_field input[type=email] {
  border: none;
  flex-grow: 1;
  font-size: 1rem;
  outline: none;
  padding: 0.5rem;
}
.mwm-home_subscript .mwm-newsletter_field input[type=email]::placeholder {
  color: #999;
}
.mwm-home_subscript .mwm-newsletter_submit input[type=submit] {
  background-color: var(--theme-primary);
  border: none;
  color: var(--theme-sencondary);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  height: 100%;
  letter-spacing: 1px;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
  width: 100%;
}
.mwm-home_subscript .mwm-newsletter_submit input[type=submit]:focus {
  box-shadow: inset 0 0 0 3px rgba(230, 145, 44, 0.5);
  outline: none;
}
@media (max-width: 768px) {
  .mwm-home_subscript .mwm-newsletter_submit input[type=submit] {
    padding: 0.75rem 1.5rem;
  }
}
.mwm-home_subscript .mwm-newsletter_submit input[type=submit]:hover {
  background-color: var(--theme-sencondary);
  box-shadow: inset 0 2px 0.8125rem 0 #7c511c;
  color: var(--theme-primary);
}
@media (max-width: 768px) {
  .mwm-home_subscript .subscription-section {
    margin: 1.25rem;
    padding: 1.875rem 1.25rem;
  }
  .mwm-home_subscript .subscription-header h1 {
    font-size: 1.5rem;
  }
}

/*	# MWM-SPONSORS-GENERAL ===================================*/
.mwm-home_sponsors {
  padding-bottom: 5.875rem;
  padding-top: 6.0625rem;
}
.mwm-home_sponsors .container {
  height: 100%;
}
.mwm-home_sponsors .mwm-home_sponsors_row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin: 0 auto;
  max-width: 98%;
}
.mwm-home_sponsors .mwm-home_sponsors_row .item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mwm-home_sponsors .mwm-home_sponsors_row .item > h3 {
  cursor: default;
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 0.25rem;
  position: relative;
  transition: 0.3s ease-in;
}
.mwm-home_sponsors .mwm-home_sponsors_row .item > h3::before {
  background-color: var(--theme-sencondary);
  border-radius: 100%;
  content: "";
  height: 0.5rem;
  left: -10px;
  position: absolute;
  top: 0.375rem;
  width: 0.5rem;
}
.mwm-home_sponsors .mwm-home_sponsors_row .item > h3:hover {
  color: var(--theme-sencondary);
}
.mwm-home_sponsors .mwm-home_sponsors_row .item .mwm-home_sponsors_gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.mwm-home_sponsors .mwm-home_sponsors_row .item .mwm-home_sponsors_gallery .box-img {
  aspect-ratio: 2.5;
  height: 5rem;
  width: 12.5rem;
}
.mwm-home_sponsors .mwm-home_sponsors_row .item .mwm-home_sponsors_gallery .box-img img {
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .mwm-home_sponsors .mwm-home_sponsors_row {
    max-width: unset;
  }
  .mwm-home_sponsors .mwm-home_sponsors_row .item {
    padding: 0 1.5rem;
  }
  .mwm-home_sponsors .mwm-home_sponsors_row .item > h3::before {
    left: -0.75rem;
  }
  .mwm-home_sponsors .mwm-home_sponsors_row .item .mwm-home_sponsors_gallery {
    justify-content: center;
  }
  .mwm-home_sponsors .mwm-home_sponsors_row .item .mwm-home_sponsors_gallery .box-img {
    aspect-ratio: 3;
    height: 3.75rem;
    width: 11.25rem;
  }
}

/*	# MWM-TESTIMONY-GENERAL ===================================*/
.mwm-home_testimony {
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: var(--theme-white);
  justify-content: center;
  overflow: hidden;
  padding: 6.25rem 0;
  text-align: center;
}
.mwm-home_testimony h2 {
  text-align: left;
}
.mwm-home_testimony .content-block {
  max-width: 800px;
  padding: 0 1rem 2rem;
}
.mwm-home_testimony .content-block .main-text > p {
  color: var(--theme-white);
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 1.5rem;
  max-width: 300px;
  text-align: left;
}
.mwm-home_testimony .content-block .icon-blockquote {
  display: block;
  margin-bottom: 16px;
  text-align: left;
}
.mwm-home_testimony .content-block .icon-blockquote svg {
  display: block;
}
.mwm-home_testimony .content-block .calificated {
  color: var(--theme-sencondary);
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}
.mwm-home_testimony .content-block .row-botton {
  align-items: flex-start;
  display: grid;
  gap: 16px;
  grid-template-columns: 60px 1fr;
}
.mwm-home_testimony .content-block .row-botton .box-avatar {
  background-color: grey;
  border-radius: 100%;
  display: block;
  height: 60px;
  overflow: hidden;
  width: 60px;
}
.mwm-home_testimony .content-block .row-botton .box-avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mwm-home_testimony .content-block .row-botton .signature-block {
  display: block;
  width: 100%;
}
.mwm-home_testimony .content-block .row-botton .signature-block .name {
  color: var(--theme-white);
  text-align: left;
}
.mwm-home_testimony .content-block .row-botton .signature-block span {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.mwm-home_testimony .swiper-pagination {
  margin-top: 36px;
  position: static;
}
.mwm-home_testimony .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--theme-sencondary);
  height: 8px;
  margin: 0 2px;
  opacity: 0.4;
  width: 8px;
}
.mwm-home_testimony .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-sencondary);
  border-radius: 24px;
  height: 8px;
  opacity: 1;
  width: 17px;
}
@media (max-width: 768px) {
  .mwm-home_testimony .content-block {
    max-width: 100%;
    padding: 24px;
  }
  .mwm-home_testimony .content-block .main-text > p {
    max-width: 100%;
  }
}

/*	# MWM-ACCORDION-GENERAL ===================================*/
.mwm-home_accordion {
  padding-bottom: 74px;
  padding-top: 60px;
}
.mwm-home_accordion h2 {
  color: var(--theme-primary);
  margin-bottom: 40px;
}
.mwm-home_accordion .accordion-container .ac {
  border: none;
  margin-bottom: 24px;
}
.mwm-home_accordion .accordion-container .ac:last-child {
  margin-bottom: 0;
}
.mwm-home_accordion .accordion-container .ac .ac-trigger {
  background-color: var(--theme-primary);
  color: var(--theme-white);
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding: 16px 24px;
}
.mwm-home_accordion .accordion-container .ac .ac-trigger::after {
  font-size: 24px;
  font-weight: 100;
  right: 24px;
}
.mwm-home_accordion .accordion-container .ac .ac-trigger:focus {
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.mwm-home_accordion .accordion-container .ac .ac-text {
  font-family: "Montserrat" !important;
  font-size: 16px;
  line-height: 1.5;
  padding: 24px 32px;
  position: relative;
}
.mwm-home_accordion .accordion-container .ac .ac-text::before {
  background-color: #000;
  border-radius: 1000px;
  content: " ";
  height: 5px;
  left: 12px;
  position: absolute;
  top: 32px;
  width: 5px;
}

/*	# MWM-FORM-GENERAL ===================================*/
.mwm-home_form .contact-form {
  background: var(--theme-gray);
  border-radius: 32px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  color: var(--theme-primary);
  padding: 40px;
}
@media (max-width: 768px) {
  .mwm-home_form .contact-form {
    box-shadow: none;
    padding: 0;
  }
}
.mwm-home_form .contact-form h2 {
  color: inherit;
  margin-bottom: 40px;
}

/* #MWM-PLANTILLA ===================================== */
.mwm-page {
  /* Estilos generales para la plantilla legal */
  /* Opcional: cuadros destacados (por ejemplo, avisos legales) */
  /* Opcional: tabla para términos */
}
.mwm-page .page-content {
  color: #fff;
  font-size: 1.1rem;
  /* Color de texto blanco */
  line-height: 1.8;
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 20px;
}
.mwm-page .page-content h1,
.mwm-page .page-content h2,
.mwm-page .page-content h3 {
  color: var(--theme-primary);
  margin-bottom: 0.5em;
  /* Títulos con color llamativo */
  margin-top: 1.5em;
}
.mwm-page .page-content p {
  margin-bottom: 1.2em;
}
.mwm-page .page-content ul {
  list-style: disc;
  margin-left: 1.5em;
}
.mwm-page .page-content ol {
  list-style: decimal;
  margin-left: 1.5em;
}
.mwm-page .page-content li {
  color: var(--theme-black);
  margin-bottom: 0.8em;
}
.mwm-page .page-content a,
.mwm-page p {
  color: var(--theme-black);
}
.mwm-page .page-content a {
  text-decoration: underline;
}
.mwm-page .page-content a:hover {
  color: var(--theme-sencondary);
  text-decoration: none;
}
.mwm-page .page-content .legal-box {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 4px solid #00ffff;
  border-radius: 4px;
  margin: 20px 0;
  padding: 15px 20px;
}
.mwm-page .page-content table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
}
.mwm-page .page-content table th,
.mwm-page .page-content table td {
  border: 1px solid #fff;
  padding: 10px 15px;
  text-align: left;
}
.mwm-page .page-content table th {
  background-color: rgba(255, 255, 255, 0.2);
}
.mwm-page .page-content table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}

footer.mwm-footer {
  background-color: var(--theme-primary);
  color: var(--theme-white);
  margin-top: 70px;
  padding-top: 40px;
  text-align: center;
}
footer.mwm-footer .mwm-footer_flex_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 800px;
}
footer.mwm-footer .mwm-footer_flex_content .logo {
  margin: 0 auto;
  max-width: 90px;
}
footer.mwm-footer .mwm-footer_flex_content .mwm-footer_menu {
  display: flex;
  gap: 24px;
  justify-content: center;
}
footer.mwm-footer .mwm-footer_flex_content .mwm-footer_menu a {
  color: var(--theme-white);
  display: block;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s, transform 0.3s ease-in;
}
footer.mwm-footer .mwm-footer_flex_content .mwm-footer_menu a:hover {
  color: var(--theme-sencondary);
}
@media (max-width: 768px) {
  footer.mwm-footer .mwm-footer_flex_content .mwm-footer_menu {
    flex-direction: column;
  }
}
footer.mwm-footer .mwm-footer_flex_content .mwm-footer_menu_rrss {
  display: flex;
  gap: 0.25rem;
  margin-top: 0.75rem;
}
footer.mwm-footer .mwm-footer_flex_content .mwm-footer_menu_rrss .mwm-footer_rrss {
  transition: 0.3s ease-in;
}
footer.mwm-footer .mwm_footer_copy {
  padding: 8px 16px;
  position: relative;
  text-align: left;
  z-index: 1;
}
@media (max-width: 768px) {
  footer.mwm-footer .mwm_footer_copy {
    background-color: #01133a;
    padding: 16px;
    text-align: center;
  }
}
footer.mwm-footer .mwm_footer_copy::before {
  background-color: #01133a;
  border-top-right-radius: 63px;
  bottom: 0;
  content: "";
  height: 48px;
  left: 0;
  position: absolute;
  width: 35%;
  z-index: -1;
}
@media (max-width: 1180px) {
  footer.mwm-footer .mwm_footer_copy::before {
    max-width: 480px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  footer.mwm-footer .mwm_footer_copy::before {
    display: none;
    max-width: 480px;
  }
}
footer.mwm-footer .mwm_footer_copy::after {
  background-color: #01133a;
  border-top-left-radius: 63px;
  bottom: 0;
  content: "";
  height: 48px;
  position: absolute;
  right: 0;
  width: 35%;
  z-index: -1;
}
@media (max-width: 1180px) {
  footer.mwm-footer .mwm_footer_copy::after {
    max-width: 480px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  footer.mwm-footer .mwm_footer_copy::after {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */