@charset "UTF-8";
/*
Theme Name: Blankslate 2024
Theme URI: https://github.com/tidythemes/blankslate
Author: Missmarketing
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: Blankslate

Blankslate WordPress Theme © 2011-2023 MissMarketing
Blankslate is distributed under the terms of the GNU GPL
*/
/* Variables */
@font-face {
  font-family: 'Clash Medium';
  src: url("fonts/ClashGrotesk-Medium.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Regular';
  src: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/fonts/ClashGrotesk-Regular.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Light';
  src: url("fonts/ClashGrotesk-Light.woff") format("woff");
  display: swap;
}
/* line 3, sass/header.scss */
#header {
  position: relative;
  z-index: 999;
}

/* line 9, sass/header.scss */
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 23, sass/header.scss */
body.page-template-default .emmdat-nav,
body.especialidad-template-default .emmdat-nav,
body.masterclass-template-default .emmdat-nav,
body.horarios-template-default .emmdat-nav,
body.single-profesor .emmdat-nav,
body.single .emmdat-nav {
  position: fixed;
  top: 0;
  height: 90px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.5s ease;
}
@media (max-width: 768px) {
  /* line 31, sass/header.scss */
  body.page-template-default #content,
  body.especialidad-template-default #content,
  body.masterclass-template-default #content,
  body.horarios-template-default #content,
  body.single-profesor #content,
  body.single #content {
    padding-top: 1rem;
  }
}

/* line 39, sass/header.scss */
.emmdat-nav {
  display: flex;
  width: 100%;
  background-color: transparent;
}

/* line 45, sass/header.scss */
.emmdat-nav.scrolled {
  position: fixed;
  top: 0;
  height: 90px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.5s ease;
}

/* line 54, sass/header.scss */
:root {
  font-size: 16px;
}

/* line 58, sass/header.scss */
html {
  font-size: 100%;
}

/* line 66, sass/header.scss */
.menu-button {
  width: 2rem;
  position: fixed;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  height: calc(0.25rem * 5);
  z-index: 666;
}
/* line 75, sass/header.scss */
.menu-button::before {
  content: "";
  background-color: #F46321;
  opacity: 0.75;
  height: 55px;
  top: 15px;
  right: 13px;
  width: 70px;
  position: fixed;
  border-radius: 8px;
}
/* line 87, sass/header.scss */
.menu-button span {
  width: 2rem;
  height: 0.16rem;
  background-color: #ffff;
  display: block;
  position: absolute;
  transition: all 0.6s ease;
}
/* line 95, sass/header.scss */
.menu-button span:nth-of-type(2) {
  top: calc(0.25rem * 2);
}
/* line 99, sass/header.scss */
.menu-button span:nth-of-type(3) {
  top: calc(0.25rem * 4);
}
/* line 105, sass/header.scss */
.menu-button.active span {
  background-color: #ffff;
}
/* line 109, sass/header.scss */
.menu-button.active span:nth-of-type(1) {
  transform: translateY(0.5rem) rotate(-45deg);
}
/* line 113, sass/header.scss */
.menu-button.active span:nth-of-type(2) {
  transform: translateX(1.5rem);
  opacity: 0;
}
/* line 118, sass/header.scss */
.menu-button.active span:nth-of-type(3) {
  transform: translateY(-0.5rem) rotate(45deg);
}

/* line 124, sass/header.scss */
.menu-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #ffff;
  color: #000;
  left: 100%;
  transition: all 0.6s ease-in-out;
}
@media (min-width: 985px) {
  /* line 124, sass/header.scss */
  .menu-overlay {
    border-radius: 20px 0px 0px 20px;
  }
}
/* line 139, sass/header.scss */
.menu-overlay.open {
  left: 0;
  -webkit-box-shadow: -4px -2px 5px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 985px) {
  /* line 139, sass/header.scss */
  .menu-overlay.open {
    width: 50%;
    left: 50%;
  }
}
/* line 151, sass/header.scss */
.menu-overlay.open .menu-overlay__image img {
  animation: fadeIn 0.8s ease-in-out 0.6s forwards;
}
/* line 156, sass/header.scss */
.menu-overlay.open .nav {
  animation: fadeIn 0.8s ease-in-out 0.2s forwards;
  margin: auto;
}
/* line 162, sass/header.scss */
.menu-overlay__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

/* line 171, sass/header.scss */
.nav {
  padding: 6rem 3rem 0;
  opacity: 0;
  margin: auto;
  max-height: 90%;
  overflow-y: auto;
  box-sizing: border-box;
  scrollbar-color: transparent transparent;
}
@media (min-width: 425px) {
  /* line 171, sass/header.scss */
  .nav {
    padding: 6rem 4rem 0;
  }
}
@media (min-width: 2000px) {
  /* line 171, sass/header.scss */
  .nav {
    width: 85%;
  }
}
/* line 188, sass/header.scss */
.nav__items {
  display: flex;
  flex-direction: column;
}
/* line 192, sass/header.scss */
.nav__items:not(:first-child) {
  margin-top: 4rem;
}
/* line 196, sass/header.scss */
.nav__items p,
.nav__items a {
  color: #000;
}
/* line 202, sass/header.scss */
.nav__category {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.125em;
  opacity: 0.5;
}
/* line 209, sass/header.scss */
.nav__item {
  color: #000;
  margin-top: 1rem;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease-in-out;
}
/* line 216, sass/header.scss */
.nav__item::before {
  content: "";
  height: 1px;
  width: 0;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
/* line 228, sass/header.scss */
.nav__item:hover {
  padding-left: calc(2rem + 1rem);
}
/* line 231, sass/header.scss */
.nav__item:hover::before {
  width: 2rem;
}
/* line 237, sass/header.scss */
.nav ul {
  padding: 0;
}
/* line 240, sass/header.scss */
.nav ul li {
  cursor: pointer;
  text-rendering: optimizeLegibility;
  list-style-type: none !important;
  font-family: "Clash Medium", sans-serif;
  margin-top: 1rem;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  border-top: 1px solid;
  padding-top: 1rem;
}
/* line 252, sass/header.scss */
.nav ul li::before {
  content: "";
  height: 1px;
  width: 0;
  background: url(https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/arrow-black.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 30px;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
/* line 264, sass/header.scss */
.nav ul li:hover, .nav ul li.active {
  padding-left: calc(1rem + 1rem);
}
/* line 266, sass/header.scss */
.nav ul li:hover::before, .nav ul li.active::before {
  width: 1rem;
  height: 1rem;
}
/* line 272, sass/header.scss */
.nav ul li.menu-item-has-children {
  font-size: 2rem;
}
/* line 275, sass/header.scss */
.nav ul li.menu-item-has-children .sub-menu {
  font-size: 16px;
}
/* line 283, sass/header.scss */
.nav .social {
  margin-top: 3rem;
  padding-bottom: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
/* line 290, sass/header.scss */
.nav .social a {
  width: 35px;
  height: 35px;
  display: flex;
  background: black;
  overflow: hidden;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
/* line 300, sass/header.scss */
.nav .social a svg {
  width: 30px;
  height: 30px;
  display: flex;
  padding: 8px;
}

/* line 312, sass/header.scss */
.header-icons {
  position: fixed;
  display: flex;
  flex-direction: row;
  width: 70%;
  height: auto;
  padding: 1rem 2rem;
  gap: 1.5rem;
  top: 0;
  transition: all 0.6s ease-in-out;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  /* line 312, sass/header.scss */
  .header-icons {
    padding: 0.5rem 1rem 1.2rem 1rem;
    gap: 1.5rem;
    width: 65%;
  }
}
/* line 328, sass/header.scss */
.header-icons .logo {
  width: 176px;
  top: 1.5rem;
  left: 2rem;
  transition: all 0.6s ease-in-out;
}
@media (min-width: 768px) {
  /* line 328, sass/header.scss */
  .header-icons .logo {
    margin-right: 1rem;
  }
}
/* line 338, sass/header.scss */
.header-icons .logo-andalucia {
  transition: all 0.6s ease-in-out;
}
/* line 341, sass/header.scss */
.header-icons .logo-andalucia img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 349, sass/header.scss */
.header-icons .logo-alhaurin img {
  width: 60px;
  margin: 0 -20px 0 -5px;
}
@media (max-width: 768px) {
  /* line 349, sass/header.scss */
  .header-icons .logo-alhaurin img {
    max-width: 170%;
  }
}
/* line 358, sass/header.scss */
.header-icons .logo-andalucia.mobile {
  left: 30%;
  top: 1rem;
  display: none;
  width: 45px;
}
@media (max-width: 767px) {
  /* line 358, sass/header.scss */
  .header-icons .logo-andalucia.mobile {
    display: block !important;
  }
}
/* line 369, sass/header.scss */
.header-icons .logo-andalucia.desktop {
  left: 30%;
  top: 1.5rem;
  width: 150px;
  display: none;
}
@media (min-width: 768px) {
  /* line 369, sass/header.scss */
  .header-icons .logo-andalucia.desktop {
    display: block !important;
  }
}

/* line 381, sass/header.scss */
.intro {
  font-size: 24px;
  font-style: italic;
  line-height: 1.45;
  max-width: 550px;
  margin: 8rem auto 4rem auto;
}

/* line 389, sass/header.scss */
.copy {
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.75;
  padding-bottom: 4rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Variables */
@font-face {
  font-family: 'Clash Medium';
  src: url("fonts/ClashGrotesk-Medium.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Regular';
  src: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/fonts/ClashGrotesk-Regular.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Light';
  src: url("fonts/ClashGrotesk-Light.woff") format("woff");
  display: swap;
}
/* Generales */
/* line 4, sass/base.scss */
body {
  background-color: #ffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 10, sass/base.scss */
body.page-template-default,
body.page-template,
body.single {
  margin: 0 !important;
}

/* line 16, sass/base.scss */
body,
html {
  font-family: "Clash Light", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-style: normal;
  overflow-x: hidden;
}
/* line 25, sass/base.scss */
body #container,
html #container {
  position: relative;
}

/* line 30, sass/base.scss */
a {
  color: #000;
}

/* line 34, sass/base.scss */
h1 {
  font-family: "Clash Medium", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 3rem;
  margin: 1.5rem 0;
}
@media (max-width: 425px) {
  /* line 34, sass/base.scss */
  h1 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 985px) {
  /* line 34, sass/base.scss */
  h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 2000px) {
  /* line 34, sass/base.scss */
  h1 {
    font-size: 50px;
    line-height: 55px;
  }
}

/* line 57, sass/base.scss */
h2 {
  font-family: "Clash Regular", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  margin: 1.5rem 0;
}
@media (max-width: 425px) {
  /* line 57, sass/base.scss */
  h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}

/* line 70, sass/base.scss */
h3,
h4 {
  font-family: "Clash Light", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  margin: 1.5rem 0;
}
@media (max-width: 985px) {
  /* line 70, sass/base.scss */
  h3,
  h4 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (min-width: 2000px) {
  /* line 70, sass/base.scss */
  h3,
  h4 {
    font-size: 40px;
    line-height: 45px;
  }
}

/* line 89, sass/base.scss */
h5,
h6 {
  font-family: "Clash Regular", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin: 1rem 0;
}
@media (max-width: 425px) {
  /* line 89, sass/base.scss */
  h5,
  h6 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

/* line 104, sass/base.scss */
a {
  text-decoration: none;
}

/* line 108, sass/base.scss */
p {
  line-height: 1.5;
  font-size: 19px;
  font-family: "Clash Light", sans-serif;
  font-weight: 400;
  color: #000;
}
@media all and (max-width: 575px) {
  /* line 108, sass/base.scss */
  p {
    font-size: 18px;
  }
}
/* line 119, sass/base.scss */
p a {
  text-decoration: none;
  color: #000;
}
@media all and (max-width: 575px) {
  /* line 119, sass/base.scss */
  p a {
    font-size: 18px;
  }
}
@media (min-width: 2000px) {
  /* line 108, sass/base.scss */
  p {
    font-size: 26px;
  }
}

@media (min-width: 2000px) {
  /* line 133, sass/base.scss */
  .text-header {
    width: 70% !important;
    margin: 5rem auto !important;
  }
}

/* ancho */
/* line 141, sass/base.scss */
.entry-content {
  width: 95%;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 1% 0;
}
@media (max-width: 767px) {
  /* line 141, sass/base.scss */
  .entry-content {
    width: 90%;
    margin: auto;
  }
}
@media (min-width: 2000px) {
  /* line 141, sass/base.scss */
  .entry-content {
    width: 70%;
    padding: 3% 0;
  }
}

/* error 404 */
/* line 161, sass/base.scss */
body.error404 #content {
  margin: 15% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 169, sass/base.scss */
.content {
  padding: 1rem 0;
}
@media (min-width: 425px) {
  /* line 169, sass/base.scss */
  .content {
    width: 60%;
    text-align: left;
    padding: 1rem 1rem;
  }
}

/* line 179, sass/base.scss */
button {
  padding: 0.8rem 1.3rem;
  margin: 1rem 0;
  font-family: "Clash Medium", sans-serif;
  background-color: #ffff;
  border: 1px solid #000;
  border-radius: 8px;
  cursor: pointer;
}

/* Quiz */
/* line 190, sass/base.scss */
.qsm-quiz-container {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #000;
  border-radius: 20px;
}
/* line 196, sass/base.scss */
.qsm-quiz-container form .quiz_section {
  padding: 2rem 1rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 203, sass/base.scss */
.qsm-quiz-container form .quiz_section fieldset .qmn_radio_answers {
  display: flex;
  flex-direction: column;
}
@media (min-width: 425px) {
  /* line 202, sass/base.scss */
  .qsm-quiz-container form .quiz_section fieldset {
    width: 70%;
  }
}
/* line 214, sass/base.scss */
.qsm-quiz-container form .qsm-pagination .qsm-btn {
  background: #F46321 !important;
  margin: auto;
  border: none !important;
  border-radius: 45px !important;
}
/* line 223, sass/base.scss */
.qsm-quiz-container .qmn_results_page {
  padding: 2rem !important;
}
/* line 225, sass/base.scss */
.qsm-quiz-container .qmn_results_page form {
  text-align: center;
}
/* line 227, sass/base.scss */
.qsm-quiz-container .qmn_results_page form #qsm_retake_button {
  background: #F46321 !important;
  margin: auto;
  border: none !important;
  border-radius: 45px !important;
}
/* line 235, sass/base.scss */
.qsm-quiz-container .qsm-text-correct-option {
  color: #F46321 !important;
}

/* Variables */
@font-face {
  font-family: 'Clash Medium';
  src: url("fonts/ClashGrotesk-Medium.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Regular';
  src: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/fonts/ClashGrotesk-Regular.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Light';
  src: url("fonts/ClashGrotesk-Light.woff") format("woff");
  display: swap;
}
/* line 4, sass/page.scss */
body.page-template-default .header {
  width: 90%;
  margin: 10% auto 0;
  padding: 1% 0;
}
@media (min-width: 768px) {
  /* line 4, sass/page.scss */
  body.page-template-default .header {
    width: 70%;
  }
}
@media (min-width: 2000px) {
  /* line 4, sass/page.scss */
  body.page-template-default .header {
    width: 50%;
  }
}
/* line 15, sass/page.scss */
body.page-template-default .header .entry-title {
  font-family: "Clash Medium", sans-serif;
}
@media (min-width: 768px) {
  /* line 20, sass/page.scss */
  body.page-template-default .entry-content {
    width: 70%;
  }
}
@media (min-width: 2000px) {
  /* line 20, sass/page.scss */
  body.page-template-default .entry-content {
    width: 50%;
  }
}
/* line 28, sass/page.scss */
body.page-template-default .tnp-subscription {
  border-radius: 8px;
  margin: 0 !important;
  max-width: none;
  width: 100%;
}
/* line 33, sass/page.scss */
body.page-template-default .tnp-subscription form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* line 39, sass/page.scss */
body.page-template-default .tnp-subscription .tnp-field {
  width: 100%;
  margin-bottom: 1.5rem;
}
/* line 43, sass/page.scss */
body.page-template-default .tnp-subscription label {
  margin-bottom: 1rem;
}
/* line 46, sass/page.scss */
body.page-template-default .tnp-subscription input {
  border: 1px solid #F46321;
  border-radius: 8px;
}
/* line 49, sass/page.scss */
body.page-template-default .tnp-subscription input:focus-visible {
  outline: none;
  border-color: #000;
}
/* line 54, sass/page.scss */
body.page-template-default .tnp-subscription .tnp-email {
  background: #ffff;
}
/* line 57, sass/page.scss */
body.page-template-default .tnp-subscription input[type=checkbox]:checked {
  background-color: #F46321;
  /* Reemplaza $orange con el valor de tu color naranja */
  color: white;
  /* Cambia el color del texto cuando está marcado */
}
/* line 61, sass/page.scss */
body.page-template-default .tnp-subscription .tnp-submit {
  background: #F46321;
  padding: 1rem;
  cursor: pointer;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

/* Variables */
@font-face {
  font-family: 'Clash Medium';
  src: url("fonts/ClashGrotesk-Medium.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Regular';
  src: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/fonts/ClashGrotesk-Regular.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Light';
  src: url("fonts/ClashGrotesk-Light.woff") format("woff");
  display: swap;
}
/* line 6, sass/home.scss */
body.home .header {
  position: relative;
  height: fit-content;
  display: flex;
  transition: height 0.5s;
  flex-direction: column;
}
@media (max-width: 985px) {
  /* line 6, sass/home.scss */
  body.home .header {
    height: fit-content;
  }
}
/* line 17, sass/home.scss */
body.home .header .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-color: #000;
}
/* line 25, sass/home.scss */
body.home .header video,
body.home .header img {
  object-fit: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
/* line 34, sass/home.scss */
body.home .header .text-header {
  margin: auto 0;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 5rem 2rem 3rem;
  color: #ffff;
  font-weight: 400;
}
/* line 45, sass/home.scss */
body.home .header .text-header h1 {
  margin: 0;
  max-width: 700px;
}
@media (min-width: 768px) {
  /* line 45, sass/home.scss */
  body.home .header .text-header h1 {
    width: 60%;
  }
}
/* line 54, sass/home.scss */
body.home .header .text-header h2 {
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid #ffff;
  width: 100%;
  font-size: 28px !important;
}
@media all and (min-width: 985px) {
  /* line 54, sass/home.scss */
  body.home .header .text-header h2 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
/* line 71, sass/home.scss */
body.home .header .header-menu {
  display: flex;
  width: 100%;
}
@media (max-width: 985px) {
  /* line 71, sass/home.scss */
  body.home .header .header-menu {
    margin-top: 1rem;
  }
}
@media (min-width: 985px) {
  /* line 71, sass/home.scss */
  body.home .header .header-menu {
    padding-top: 5rem;
  }
}
/* line 84, sass/home.scss */
body.home .header .header-menu .menu-header-container {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 84, sass/home.scss */
  body.home .header .header-menu .menu-header-container {
    width: 400px;
  }
}
/* line 91, sass/home.scss */
body.home .header .header-menu .menu-header-container ul {
  padding: 0;
}
/* line 94, sass/home.scss */
body.home .header .header-menu .menu-header-container ul li.menu-item {
  list-style: none !important;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 985px) {
  /* line 94, sass/home.scss */
  body.home .header .header-menu .menu-header-container ul li.menu-item {
    padding-bottom: 1rem;
    margin: 1rem 0;
  }
}
/* line 107, sass/home.scss */
body.home .header .header-menu .menu-header-container ul li.menu-item a {
  font-size: 24px;
  line-height: 24px;
  color: #ffff;
  width: 100%;
  text-align: left;
  position: relative;
}
@media (max-width: 985px) {
  /* line 107, sass/home.scss */
  body.home .header .header-menu .menu-header-container ul li.menu-item a {
    font-size: 18px;
    line-height: 18px;
  }
  /* line 117, sass/home.scss */
  body.home .header .header-menu .menu-header-container ul li.menu-item a::after {
    top: 2px !important;
  }
}
/* line 122, sass/home.scss */
body.home .header .header-menu .menu-header-container ul li.menu-item a::after {
  content: "";
  background: url(https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/arrow-white.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 0;
  top: 7px;
  transition: transform 0.3s;
}
/* line 137, sass/home.scss */
body.home .header .header-menu .menu-header-container ul li.menu-item a.active::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
/* line 141, sass/home.scss */
body.home .header .header-menu .menu-header-container ul li.menu-item .sub-menu li.menu-item {
  border-bottom: none;
  border-top: 1px solid;
  padding: 1rem 0 0 0;
  padding-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 985px) {
  /* line 141, sass/home.scss */
  body.home .header .header-menu .menu-header-container ul li.menu-item .sub-menu li.menu-item {
    padding: 1rem 0 0 0;
    margin: 1rem 0 0 0;
  }
}
/* line 152, sass/home.scss */
body.home .header .header-menu .menu-header-container ul li.menu-item .sub-menu li.menu-item a {
  padding-left: 2rem;
  font-size: 20px;
}
/* line 155, sass/home.scss */
body.home .header .header-menu .menu-header-container ul li.menu-item .sub-menu li.menu-item a::after {
  height: 12px !important;
  width: 12px !important;
  right: 2.5rem !important;
}
@media (max-width: 985px) {
  /* line 152, sass/home.scss */
  body.home .header .header-menu .menu-header-container ul li.menu-item .sub-menu li.menu-item a {
    font-size: 18px !important;
  }
}
/* line 173, sass/home.scss */
body.home .entry-content .description {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F46321;
}
/* line 174, sass/home.scss */
body.home .entry-content .description .title {
  color: #F46321;
}
/* line 178, sass/home.scss */
body.home .entry-content .description .text {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  /* line 178, sass/home.scss */
  body.home .entry-content .description .text {
    width: 65%;
  }
}
@media (min-width: 768px) {
  /* line 193, sass/home.scss */
  body.home .entry-content .section-info .text {
    text-align: right;
    padding: 1rem 0 1rem 40%;
  }
}
/* line 200, sass/home.scss */
body.home .entry-content .section-info .boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  border-bottom: 1px solid #F46321;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  justify-content: center;
}
@media (min-width: 768px) {
  /* line 200, sass/home.scss */
  body.home .entry-content .section-info .boxes {
    flex-wrap: nowrap;
  }
}
/* line 213, sass/home.scss */
body.home .entry-content .section-info .boxes .box {
  width: 100%;
  padding: 1rem;
  color: #ffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #F46321;
}
@media (min-width: 768px) {
  /* line 213, sass/home.scss */
  body.home .entry-content .section-info .boxes .box {
    width: calc(33.3333% - 45px);
    min-height: 250px;
  }
}
@media (min-width: 1440px) {
  /* line 213, sass/home.scss */
  body.home .entry-content .section-info .boxes .box {
    padding: 2rem;
  }
}
/* line 233, sass/home.scss */
body.home .entry-content .section-info .boxes .box p.title {
  font-family: "Clash Medium", sans-serif;
  border-top: 1px solid #ffff;
  border-bottom: 1px solid #ffff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
/* line 242, sass/home.scss */
body.home .entry-content .section-info .boxes .box p {
  color: #ffff;
}
/* line 246, sass/home.scss */
body.home .entry-content .section-info .boxes .box a {
  color: #ffff;
  border-bottom: 1px solid #ffff;
  display: flex;
}
/* line 257, sass/home.scss */
body.home .entry-content .section-activity .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 3rem 0 1rem;
}
@media (min-width: 768px) {
  /* line 257, sass/home.scss */
  body.home .entry-content .section-activity .top {
    flex-direction: row;
    justify-content: space-between;
  }
}
/* line 268, sass/home.scss */
body.home .entry-content .section-activity .top h3 {
  margin-top: 0;
  font-family: "Clash Medium", sans-serif;
}
@media (min-width: 768px) {
  /* line 273, sass/home.scss */
  body.home .entry-content .section-activity .top .text {
    width: 60%;
    text-align: left;
    margin: 0 13rem 0 6rem;
  }
}
/* line 282, sass/home.scss */
body.home .entry-content .section-activity .image {
  position: relative;
  display: flex;
  width: 110%;
  margin: 1rem -5%;
  flex-direction: column;
  height: 350px;
}
@media (min-width: 768px) {
  /* line 282, sass/home.scss */
  body.home .entry-content .section-activity .image {
    min-height: 750px;
  }
}
@media (min-width: 2000px) {
  /* line 282, sass/home.scss */
  body.home .entry-content .section-activity .image {
    width: 140%;
    margin: 5rem -20%;
  }
}
/* line 299, sass/home.scss */
body.home .entry-content .section-activity .image .overlay {
  position: absolute;
  height: 100%;
  width: 110%;
  display: flex;
  opacity: 0.2;
  background-color: #000;
  margin: 0 -5%;
  align-items: center;
  transition: height 0.3s;
}
/* line 311, sass/home.scss */
body.home .entry-content .section-activity .image img {
  height: 100%;
  width: auto;
  object-fit: cover;
  margin: 0 -5%;
}
/* line 319, sass/home.scss */
body.home .entry-content .section-activity #eventos-container {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 325, sass/home.scss */
body.home .entry-content .section-activity #eventos-container .evento {
  width: calc(33.333% - 20px);
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  /* line 325, sass/home.scss */
  body.home .entry-content .section-activity #eventos-container .evento {
    width: 100%;
  }
}
/* line 334, sass/home.scss */
body.home .entry-content .section-activity #eventos-container .evento .date {
  text-transform: capitalize;
  border-top: 1px solid #590B3A;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
/* line 341, sass/home.scss */
body.home .entry-content .section-activity #eventos-container .evento .date p {
  margin: 10px 0;
}
/* line 347, sass/home.scss */
body.home .entry-content .section-activity #eventos-container .evento .evento-content {
  background-color: #fff;
}
/* line 350, sass/home.scss */
body.home .entry-content .section-activity #eventos-container .evento .evento-content img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 10px;
  clip-path: polygon(100% 0, 100% 90%, 50% 100%, 50% 90%, 0 100%, 0% 0%);
}
@media (min-width: 2000px) {
  /* line 350, sass/home.scss */
  body.home .entry-content .section-activity #eventos-container .evento .evento-content img {
    height: 350px;
  }
}
/* line 362, sass/home.scss */
body.home .entry-content .section-activity #eventos-container .evento .evento-content span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #858585;
}
/* line 369, sass/home.scss */
body.home .entry-content .section-activity #eventos-container .evento .evento-content .evento-title {
  margin: 0;
  font-size: 18px;
  font-family: "Clash Medium", sans-serif;
  color: #590B3A;
}
/* line 380, sass/home.scss */
body.home .entry-content .section-events {
  padding: 3rem 0;
  position: relative;
}
/* line 384, sass/home.scss */
body.home .entry-content .section-events::after {
  content: "";
  position: absolute;
  background-color: #E8C1AF;
  width: 120%;
  top: 0;
  right: 0;
  left: -10%;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 2000px) {
  /* line 397, sass/home.scss */
  body.home .entry-content .section-events::after {
    width: 150%;
    left: -25%;
  }
}
/* line 404, sass/home.scss */
body.home .entry-content .section-events .top {
  display: flex;
  flex-direction: column;
}
/* line 408, sass/home.scss */
body.home .entry-content .section-events .top h4 {
  margin-bottom: 0;
}
/* line 412, sass/home.scss */
body.home .entry-content .section-events .top p {
  font-size: 26px;
  border-top: 1px solid;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  /* line 412, sass/home.scss */
  body.home .entry-content .section-events .top p {
    text-align: right;
    padding-left: 40%;
    padding-top: 2rem;
  }
}
/* line 425, sass/home.scss */
body.home .entry-content .section-events .section-slider {
  margin: 4rem 0;
}
/* line 428, sass/home.scss */
body.home .entry-content .section-events .section-slider .slider-container {
  position: relative;
  max-width: 100%;
  height: 350px;
  margin: auto;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
@media (min-width: 768px) {
  /* line 428, sass/home.scss */
  body.home .entry-content .section-events .section-slider .slider-container {
    height: 600px;
  }
}
/* line 440, sass/home.scss */
body.home .entry-content .section-events .section-slider .slider-container .slider {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}
/* line 445, sass/home.scss */
body.home .entry-content .section-events .section-slider .slider-container .slider .slide {
  flex: 0 0 100%;
}
/* line 449, sass/home.scss */
body.home .entry-content .section-events .section-slider .slider-container .slider .slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* line 460, sass/home.scss */
body.home .entry-content .section-events .section-slider .prev,
body.home .entry-content .section-events .section-slider .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
}
/* line 473, sass/home.scss */
body.home .entry-content .section-events .section-slider .prev {
  left: 0;
}
/* line 477, sass/home.scss */
body.home .entry-content .section-events .section-slider .next {
  right: 0;
}

/* Variables */
@font-face {
  font-family: 'Clash Medium';
  src: url("fonts/ClashGrotesk-Medium.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Regular';
  src: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/fonts/ClashGrotesk-Regular.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Light';
  src: url("fonts/ClashGrotesk-Light.woff") format("woff");
  display: swap;
}
/* line 9, sass/custom-page.scss */
body.page-template-page-horarios .header,
body.page-template-page-masterclass .header,
body.page-template-page-especialidades .header {
  position: relative;
  height: 900px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 985px) {
  /* line 9, sass/custom-page.scss */
  body.page-template-page-horarios .header,
  body.page-template-page-masterclass .header,
  body.page-template-page-especialidades .header {
    height: 490px;
  }
}
/* line 19, sass/custom-page.scss */
body.page-template-page-horarios .header .overlay,
body.page-template-page-masterclass .header .overlay,
body.page-template-page-especialidades .header .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-color: #000;
}
/* line 27, sass/custom-page.scss */
body.page-template-page-horarios .header video,
body.page-template-page-horarios .header img,
body.page-template-page-masterclass .header video,
body.page-template-page-masterclass .header img,
body.page-template-page-especialidades .header video,
body.page-template-page-especialidades .header img {
  object-fit: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
/* line 36, sass/custom-page.scss */
body.page-template-page-horarios .header .text-header,
body.page-template-page-masterclass .header .text-header,
body.page-template-page-especialidades .header .text-header {
  margin: auto 0;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 5rem 2rem;
  color: #ffff;
  font-weight: 400;
}
/* line 48, sass/custom-page.scss */
body.page-template-page-horarios .header .text-header h1,
body.page-template-page-masterclass .header .text-header h1,
body.page-template-page-especialidades .header .text-header h1 {
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid #ffff;
  width: 100%;
  font-size: 28px !important;
}
@media (min-width: 985px) {
  /* line 48, sass/custom-page.scss */
  body.page-template-page-horarios .header .text-header h1,
  body.page-template-page-masterclass .header .text-header h1,
  body.page-template-page-especialidades .header .text-header h1 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
/* line 61, sass/custom-page.scss */
body.page-template-page-horarios .header .text-header h2,
body.page-template-page-masterclass .header .text-header h2,
body.page-template-page-especialidades .header .text-header h2 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  /* line 61, sass/custom-page.scss */
  body.page-template-page-horarios .header .text-header h2,
  body.page-template-page-masterclass .header .text-header h2,
  body.page-template-page-especialidades .header .text-header h2 {
    width: 60%;
  }
}
/* line 72, sass/custom-page.scss */
body.page-template-page-horarios #default,
body.page-template-page-masterclass #default,
body.page-template-page-especialidades #default {
  margin: 2rem auto;
  width: 95%;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 1% 0;
}
@media (min-width: 768px) {
  /* line 72, sass/custom-page.scss */
  body.page-template-page-horarios #default,
  body.page-template-page-masterclass #default,
  body.page-template-page-especialidades #default {
    max-width: 70%;
    margin: 5rem auto;
  }
}
@media (min-width: 2000px) {
  /* line 72, sass/custom-page.scss */
  body.page-template-page-horarios #default,
  body.page-template-page-masterclass #default,
  body.page-template-page-especialidades #default {
    max-width: 50%;
    margin: 8rem auto;
  }
}
/* line 91, sass/custom-page.scss */
body.page-template-page-horarios #default ol,
body.page-template-page-masterclass #default ol,
body.page-template-page-especialidades #default ol {
  line-height: 1.5;
  font-size: 19px;
  font-family: "Clash Light", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 1rem;
}
@media all and (max-width: 575px) {
  /* line 91, sass/custom-page.scss */
  body.page-template-page-horarios #default ol,
  body.page-template-page-masterclass #default ol,
  body.page-template-page-especialidades #default ol {
    font-size: 18px;
  }
}
/* line 103, sass/custom-page.scss */
body.page-template-page-horarios #default ol li,
body.page-template-page-masterclass #default ol li,
body.page-template-page-especialidades #default ol li {
  margin-bottom: 0.5rem;
}
/* line 106, sass/custom-page.scss */
body.page-template-page-horarios #default ol li::marker,
body.page-template-page-masterclass #default ol li::marker,
body.page-template-page-especialidades #default ol li::marker {
  font-weight: bold;
}
/* line 111, sass/custom-page.scss */
body.page-template-page-horarios #default ol strong,
body.page-template-page-masterclass #default ol strong,
body.page-template-page-especialidades #default ol strong {
  font-weight: 700;
}
/* line 115, sass/custom-page.scss */
body.page-template-page-horarios #default ol em,
body.page-template-page-masterclass #default ol em,
body.page-template-page-especialidades #default ol em {
  font-style: italic;
}
/* line 119, sass/custom-page.scss */
body.page-template-page-horarios #default ol a,
body.page-template-page-masterclass #default ol a,
body.page-template-page-especialidades #default ol a {
  text-decoration: none;
  color: #000;
}
@media all and (max-width: 575px) {
  /* line 119, sass/custom-page.scss */
  body.page-template-page-horarios #default ol a,
  body.page-template-page-masterclass #default ol a,
  body.page-template-page-especialidades #default ol a {
    font-size: 18px;
  }
}
@media (min-width: 2000px) {
  /* line 91, sass/custom-page.scss */
  body.page-template-page-horarios #default ol,
  body.page-template-page-masterclass #default ol,
  body.page-template-page-especialidades #default ol {
    font-size: 26px;
  }
}
/* line 133, sass/custom-page.scss */
body.page-template-page-horarios #default ul,
body.page-template-page-masterclass #default ul,
body.page-template-page-especialidades #default ul {
  line-height: 1.5;
  font-size: 19px;
  font-family: "Clash Light", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 1rem;
}
@media all and (max-width: 575px) {
  /* line 133, sass/custom-page.scss */
  body.page-template-page-horarios #default ul,
  body.page-template-page-masterclass #default ul,
  body.page-template-page-especialidades #default ul {
    font-size: 18px;
  }
}
/* line 145, sass/custom-page.scss */
body.page-template-page-horarios #default ul li,
body.page-template-page-masterclass #default ul li,
body.page-template-page-especialidades #default ul li {
  margin-bottom: 0.5rem;
}
/* line 149, sass/custom-page.scss */
body.page-template-page-horarios #default ul strong,
body.page-template-page-masterclass #default ul strong,
body.page-template-page-especialidades #default ul strong {
  font-weight: 700;
}
/* line 153, sass/custom-page.scss */
body.page-template-page-horarios #default ul em,
body.page-template-page-masterclass #default ul em,
body.page-template-page-especialidades #default ul em {
  font-style: italic;
}
/* line 157, sass/custom-page.scss */
body.page-template-page-horarios #default ul a,
body.page-template-page-masterclass #default ul a,
body.page-template-page-especialidades #default ul a {
  text-decoration: none;
  color: #000;
}
@media all and (max-width: 575px) {
  /* line 157, sass/custom-page.scss */
  body.page-template-page-horarios #default ul a,
  body.page-template-page-masterclass #default ul a,
  body.page-template-page-especialidades #default ul a {
    font-size: 18px;
  }
}
@media (min-width: 2000px) {
  /* line 133, sass/custom-page.scss */
  body.page-template-page-horarios #default ul,
  body.page-template-page-masterclass #default ul,
  body.page-template-page-especialidades #default ul {
    font-size: 26px;
  }
}
/* line 171, sass/custom-page.scss */
body.page-template-page-horarios #default .wp-block-image figure,
body.page-template-page-masterclass #default .wp-block-image figure,
body.page-template-page-especialidades #default .wp-block-image figure {
  margin: 1rem auto;
}
/* line 179, sass/custom-page.scss */
body.page-template-page-horarios .entry-content #accordion-container,
body.page-template-page-masterclass .entry-content #accordion-container,
body.page-template-page-especialidades .entry-content #accordion-container {
  margin: 2rem 0;
}
/* line 182, sass/custom-page.scss */
body.page-template-page-horarios .entry-content #accordion-container .accordion,
body.page-template-page-masterclass .entry-content #accordion-container .accordion,
body.page-template-page-especialidades .entry-content #accordion-container .accordion {
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 186, sass/custom-page.scss */
body.page-template-page-horarios .entry-content #accordion-container .accordion .accordion-header,
body.page-template-page-masterclass .entry-content #accordion-container .accordion .accordion-header,
body.page-template-page-especialidades .entry-content #accordion-container .accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  padding-bottom: 25px;
  margin-top: 10px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
/* line 196, sass/custom-page.scss */
body.page-template-page-horarios .entry-content #accordion-container .accordion .accordion-header .accordion-title,
body.page-template-page-masterclass .entry-content #accordion-container .accordion .accordion-header .accordion-title,
body.page-template-page-especialidades .entry-content #accordion-container .accordion .accordion-header .accordion-title {
  margin: 0;
  font-family: "Clash Medium", sans-serif;
  width: 85%;
}
@media (min-width: 768px) {
  /* line 196, sass/custom-page.scss */
  body.page-template-page-horarios .entry-content #accordion-container .accordion .accordion-header .accordion-title,
  body.page-template-page-masterclass .entry-content #accordion-container .accordion .accordion-header .accordion-title,
  body.page-template-page-especialidades .entry-content #accordion-container .accordion .accordion-header .accordion-title {
    font-size: 35px !important;
  }
}
/* line 206, sass/custom-page.scss */
body.page-template-page-horarios .entry-content #accordion-container .accordion .accordion-header .arrow-icon,
body.page-template-page-masterclass .entry-content #accordion-container .accordion .accordion-header .arrow-icon,
body.page-template-page-especialidades .entry-content #accordion-container .accordion .accordion-header .arrow-icon {
  width: 20px;
  height: 20px;
  background-image: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/icon-arrow-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s;
}
/* line 215, sass/custom-page.scss */
body.page-template-page-horarios .entry-content #accordion-container .accordion .accordion-header .arrow-icon.open,
body.page-template-page-masterclass .entry-content #accordion-container .accordion .accordion-header .arrow-icon.open,
body.page-template-page-especialidades .entry-content #accordion-container .accordion .accordion-header .arrow-icon.open {
  background-image: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/icon-arrow-minus.svg") !important;
}
/* line 220, sass/custom-page.scss */
body.page-template-page-horarios .entry-content #accordion-container .accordion .accordion-content,
body.page-template-page-masterclass .entry-content #accordion-container .accordion .accordion-content,
body.page-template-page-especialidades .entry-content #accordion-container .accordion .accordion-content {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  /* line 220, sass/custom-page.scss */
  body.page-template-page-horarios .entry-content #accordion-container .accordion .accordion-content,
  body.page-template-page-masterclass .entry-content #accordion-container .accordion .accordion-content,
  body.page-template-page-especialidades .entry-content #accordion-container .accordion .accordion-content {
    padding-left: 25%;
  }
}
/* line 231, sass/custom-page.scss */
body.page-template-page-horarios .entry-content #accordion-container .accordion .accordion-content p,
body.page-template-page-masterclass .entry-content #accordion-container .accordion .accordion-content p,
body.page-template-page-especialidades .entry-content #accordion-container .accordion .accordion-content p {
  margin-bottom: 10px;
}
/* line 235, sass/custom-page.scss */
body.page-template-page-horarios .entry-content #accordion-container .accordion .accordion-content a,
body.page-template-page-masterclass .entry-content #accordion-container .accordion .accordion-content a,
body.page-template-page-especialidades .entry-content #accordion-container .accordion .accordion-content a {
  display: block;
  text-decoration: none;
  font-family: "Clash Medium", sans-serif;
  color: #F46321;
  padding: 10px 0;
}
/* line 242, sass/custom-page.scss */
body.page-template-page-horarios .entry-content #accordion-container .accordion .accordion-content a:hover,
body.page-template-page-masterclass .entry-content #accordion-container .accordion .accordion-content a:hover,
body.page-template-page-especialidades .entry-content #accordion-container .accordion .accordion-content a:hover {
  color: #000;
}
/* line 247, sass/custom-page.scss */
body.page-template-page-horarios .entry-content #accordion-container .accordion .accordion-content.active,
body.page-template-page-masterclass .entry-content #accordion-container .accordion .accordion-content.active,
body.page-template-page-especialidades .entry-content #accordion-container .accordion .accordion-content.active {
  max-height: 3000px;
}
/* line 253, sass/custom-page.scss */
body.page-template-page-horarios .entry-content #accordion-container .accordion a.boton-contacto,
body.page-template-page-masterclass .entry-content #accordion-container .accordion a.boton-contacto,
body.page-template-page-especialidades .entry-content #accordion-container .accordion a.boton-contacto {
  background-color: #F46321;
  border-radius: 8px;
  padding: 0.8rem 3rem;
  margin: 2rem auto;
  font-size: 18px;
  font-family: "Clash Medium", sans-serif;
  color: #ffff;
  justify-content: center;
  display: flex;
  max-width: 40%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border: 2px solid #F46321;
  transition: background-color 0.3s ease, color 0.3s ease;
}
/* line 268, sass/custom-page.scss */
body.page-template-page-horarios .entry-content #accordion-container .accordion a.boton-contacto:hover,
body.page-template-page-masterclass .entry-content #accordion-container .accordion a.boton-contacto:hover,
body.page-template-page-especialidades .entry-content #accordion-container .accordion a.boton-contacto:hover {
  background-color: #ffff;
  color: #000;
}
@media (max-width: 575px) {
  /* line 253, sass/custom-page.scss */
  body.page-template-page-horarios .entry-content #accordion-container .accordion a.boton-contacto,
  body.page-template-page-masterclass .entry-content #accordion-container .accordion a.boton-contacto,
  body.page-template-page-especialidades .entry-content #accordion-container .accordion a.boton-contacto {
    max-width: fit-content;
  }
}
@media (min-width: 1024px) {
  /* line 253, sass/custom-page.scss */
  body.page-template-page-horarios .entry-content #accordion-container .accordion a.boton-contacto,
  body.page-template-page-masterclass .entry-content #accordion-container .accordion a.boton-contacto,
  body.page-template-page-especialidades .entry-content #accordion-container .accordion a.boton-contacto {
    min-width: 40%;
    margin: 3rem auto !important;
  }
}
@media (min-width: 1440px) {
  /* line 253, sass/custom-page.scss */
  body.page-template-page-horarios .entry-content #accordion-container .accordion a.boton-contacto,
  body.page-template-page-masterclass .entry-content #accordion-container .accordion a.boton-contacto,
  body.page-template-page-especialidades .entry-content #accordion-container .accordion a.boton-contacto {
    padding: 1rem;
    font-size: 24px;
    max-width: fit-content;
  }
}

/* Variables */
@font-face {
  font-family: 'Clash Medium';
  src: url("fonts/ClashGrotesk-Medium.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Regular';
  src: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/fonts/ClashGrotesk-Regular.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Light';
  src: url("fonts/ClashGrotesk-Light.woff") format("woff");
  display: swap;
}
/* line 6, sass/eventos.scss */
body.page-template-page-eventos .header {
  position: relative;
  height: 900px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 985px) {
  /* line 6, sass/eventos.scss */
  body.page-template-page-eventos .header {
    height: 490px;
  }
}
/* line 16, sass/eventos.scss */
body.page-template-page-eventos .header .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-color: #000;
}
/* line 24, sass/eventos.scss */
body.page-template-page-eventos .header video,
body.page-template-page-eventos .header img {
  object-fit: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
/* line 33, sass/eventos.scss */
body.page-template-page-eventos .header .text-header {
  margin: auto 0;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 5rem 2rem;
  color: #ffff;
  font-weight: 400;
}
/* line 45, sass/eventos.scss */
body.page-template-page-eventos .header .text-header h1 {
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid #ffff;
  width: 100%;
  font-size: 28px !important;
}
@media (min-width: 985px) {
  /* line 45, sass/eventos.scss */
  body.page-template-page-eventos .header .text-header h1 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
/* line 58, sass/eventos.scss */
body.page-template-page-eventos .header .text-header h2 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  /* line 58, sass/eventos.scss */
  body.page-template-page-eventos .header .text-header h2 {
    width: 60%;
  }
}
/* line 68, sass/eventos.scss */
body.page-template-page-eventos .header .header-menu {
  display: flex;
  width: 100%;
}
@media (min-width: 985px) {
  /* line 68, sass/eventos.scss */
  body.page-template-page-eventos .header .header-menu {
    padding-top: 5rem;
  }
}
/* line 76, sass/eventos.scss */
body.page-template-page-eventos .header .header-menu .menu-header-container {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 76, sass/eventos.scss */
  body.page-template-page-eventos .header .header-menu .menu-header-container {
    width: 80%;
  }
}
/* line 83, sass/eventos.scss */
body.page-template-page-eventos .header .header-menu .menu-header-container ul li {
  list-style: none !important;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  margin: 1rem 0;
  position: relative;
}
@media (max-width: 985px) {
  /* line 83, sass/eventos.scss */
  body.page-template-page-eventos .header .header-menu .menu-header-container ul li {
    padding-bottom: 0.5rem;
    margin: 0.5rem 0;
  }
}
/* line 95, sass/eventos.scss */
body.page-template-page-eventos .header .header-menu .menu-header-container ul li a {
  font-size: 24px;
  line-height: 24px;
  color: #ffff;
  width: 100%;
  text-align: left;
}
@media (max-width: 985px) {
  /* line 95, sass/eventos.scss */
  body.page-template-page-eventos .header .header-menu .menu-header-container ul li a {
    font-size: 18px;
    line-height: 18px;
  }
}
/* line 107, sass/eventos.scss */
body.page-template-page-eventos .header .header-menu .menu-header-container ul li a::after {
  content: "";
  background: url(https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/arrow-white.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 0;
  bottom: 50%;
}
/* line 126, sass/eventos.scss */
body.page-template-page-eventos .entry-content #eventos-container {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 132, sass/eventos.scss */
body.page-template-page-eventos .entry-content #eventos-container .evento {
  width: calc(33.333% - 20px);
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  /* line 132, sass/eventos.scss */
  body.page-template-page-eventos .entry-content #eventos-container .evento {
    width: 100%;
  }
}
@media all and (min-width: 576px) and (max-width: 768px) {
  /* line 132, sass/eventos.scss */
  body.page-template-page-eventos .entry-content #eventos-container .evento {
    width: 45% !important;
  }
}
/* line 145, sass/eventos.scss */
body.page-template-page-eventos .entry-content #eventos-container .evento .date {
  text-transform: capitalize;
  border-top: 1px solid #590B3A;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
/* line 152, sass/eventos.scss */
body.page-template-page-eventos .entry-content #eventos-container .evento .date p {
  margin: 10px 0;
}
/* line 157, sass/eventos.scss */
body.page-template-page-eventos .entry-content #eventos-container .evento .evento-content {
  background-color: #fff;
}
/* line 160, sass/eventos.scss */
body.page-template-page-eventos .entry-content #eventos-container .evento .evento-content img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
@media (min-width: 2000px) {
  /* line 160, sass/eventos.scss */
  body.page-template-page-eventos .entry-content #eventos-container .evento .evento-content img {
    height: 350px;
  }
}
/* line 172, sass/eventos.scss */
body.page-template-page-eventos .entry-content #eventos-container .evento .evento-content span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #858585;
}
/* line 179, sass/eventos.scss */
body.page-template-page-eventos .entry-content #eventos-container .evento .evento-content .evento-title {
  margin: 0;
  font-size: 18px;
  font-family: "Clash Medium", sans-serif;
  color: #000;
}

/* line 195, sass/eventos.scss */
body.single-evento .header {
  position: relative;
  height: 900px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 985px) {
  /* line 195, sass/eventos.scss */
  body.single-evento .header {
    height: 490px;
  }
}
/* line 205, sass/eventos.scss */
body.single-evento .header .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-color: #000;
}
/* line 213, sass/eventos.scss */
body.single-evento .header video,
body.single-evento .header img {
  object-fit: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
/* line 222, sass/eventos.scss */
body.single-evento .header .text-header {
  margin: auto 0;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 5rem 2rem;
  color: #ffff;
  font-weight: 400;
}
/* line 232, sass/eventos.scss */
body.single-evento .header .text-header h1 {
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid #ffff;
  width: 100%;
}
@media (min-width: 985px) {
  /* line 232, sass/eventos.scss */
  body.single-evento .header .text-header h1 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
/* line 242, sass/eventos.scss */
body.single-evento .header .text-header h2 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  /* line 242, sass/eventos.scss */
  body.single-evento .header .text-header h2 {
    width: 60%;
  }
}
/* line 251, sass/eventos.scss */
body.single-evento .header .header-menu {
  display: flex;
  width: 100%;
}
@media (min-width: 985px) {
  /* line 251, sass/eventos.scss */
  body.single-evento .header .header-menu {
    padding-top: 5rem;
  }
}
/* line 259, sass/eventos.scss */
body.single-evento .header .header-menu .menu-header-container {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 259, sass/eventos.scss */
  body.single-evento .header .header-menu .menu-header-container {
    width: 80%;
  }
}
/* line 266, sass/eventos.scss */
body.single-evento .header .header-menu .menu-header-container ul li {
  list-style: none !important;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  margin: 1rem 0;
  position: relative;
}
@media (max-width: 985px) {
  /* line 266, sass/eventos.scss */
  body.single-evento .header .header-menu .menu-header-container ul li {
    padding-bottom: 0.5rem;
    margin: 0.5rem 0;
  }
}
/* line 278, sass/eventos.scss */
body.single-evento .header .header-menu .menu-header-container ul li a {
  font-size: 24px;
  line-height: 24px;
  color: #ffff;
  width: 100%;
  text-align: left;
}
@media (max-width: 985px) {
  /* line 278, sass/eventos.scss */
  body.single-evento .header .header-menu .menu-header-container ul li a {
    font-size: 18px;
    line-height: 18px;
  }
}
/* line 290, sass/eventos.scss */
body.single-evento .header .header-menu .menu-header-container ul li a::after {
  content: "";
  background: url(https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/arrow-white.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 0;
  bottom: 50%;
}
/* line 307, sass/eventos.scss */
body.single-evento .evento-single-content {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 20px;
  margin-top: 2rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  /* line 307, sass/eventos.scss */
  body.single-evento .evento-single-content {
    grid-template-columns: 1fr;
    padding: 0 0rem;
  }
}
/* line 320, sass/eventos.scss */
body.single-evento .evento-single-content .date h2 {
  font-family: "Clash Medium", sans-serif;
  color: #590B3A;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
/* line 326, sass/eventos.scss */
body.single-evento .evento-single-content .date h2:first-child {
  margin-top: 0;
}
/* line 331, sass/eventos.scss */
body.single-evento .evento-single-content .date .custom-button {
  background-color: #590B3A !important;
  border: none !important;
  color: #ffff !important;
}
/* line 336, sass/eventos.scss */
body.single-evento .evento-single-content .date .location {
  padding-left: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}
/* line 341, sass/eventos.scss */
body.single-evento .evento-single-content .date .location::before {
  content: "";
  background: url(https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/icon-location.svg) no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  left: 0;
  top: 5px;
  bottom: 0;
  position: absolute;
}
/* line 357, sass/eventos.scss */
body.single-evento .evento-single-content .evento-single-info .wp-block-image img {
  margin: 1rem auto;
}
@media (min-width: 768px) {
  /* line 355, sass/eventos.scss */
  body.single-evento .evento-single-content .evento-single-info {
    padding-left: 3rem;
  }
}

/* Variables */
@font-face {
  font-family: 'Clash Medium';
  src: url("fonts/ClashGrotesk-Medium.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Regular';
  src: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/fonts/ClashGrotesk-Regular.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Light';
  src: url("fonts/ClashGrotesk-Light.woff") format("woff");
  display: swap;
}
/* line 6, sass/actividades.scss */
body.page-template-page-actividades .header {
  position: relative;
  height: 900px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 985px) {
  /* line 6, sass/actividades.scss */
  body.page-template-page-actividades .header {
    height: 490px;
  }
}
/* line 16, sass/actividades.scss */
body.page-template-page-actividades .header .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-color: #000;
}
/* line 24, sass/actividades.scss */
body.page-template-page-actividades .header video,
body.page-template-page-actividades .header img {
  object-fit: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
/* line 33, sass/actividades.scss */
body.page-template-page-actividades .header .text-header {
  margin: auto 0;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 5rem 2rem;
  color: #ffff;
  font-weight: 400;
}
/* line 45, sass/actividades.scss */
body.page-template-page-actividades .header .text-header h1 {
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid #ffff;
  width: 100%;
  font-size: 28px !important;
}
@media (min-width: 985px) {
  /* line 45, sass/actividades.scss */
  body.page-template-page-actividades .header .text-header h1 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
/* line 58, sass/actividades.scss */
body.page-template-page-actividades .header .text-header h2 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  /* line 58, sass/actividades.scss */
  body.page-template-page-actividades .header .text-header h2 {
    width: 60%;
  }
}
/* line 68, sass/actividades.scss */
body.page-template-page-actividades .header .header-menu {
  display: flex;
  width: 100%;
}
@media (min-width: 985px) {
  /* line 68, sass/actividades.scss */
  body.page-template-page-actividades .header .header-menu {
    padding-top: 5rem;
  }
}
/* line 76, sass/actividades.scss */
body.page-template-page-actividades .header .header-menu .menu-header-container {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 76, sass/actividades.scss */
  body.page-template-page-actividades .header .header-menu .menu-header-container {
    width: 80%;
  }
}
/* line 83, sass/actividades.scss */
body.page-template-page-actividades .header .header-menu .menu-header-container ul li {
  list-style: none !important;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  margin: 1rem 0;
  position: relative;
}
@media (max-width: 985px) {
  /* line 83, sass/actividades.scss */
  body.page-template-page-actividades .header .header-menu .menu-header-container ul li {
    padding-bottom: 0.5rem;
    margin: 0.5rem 0;
  }
}
/* line 95, sass/actividades.scss */
body.page-template-page-actividades .header .header-menu .menu-header-container ul li a {
  font-size: 24px;
  line-height: 24px;
  color: #ffff;
  width: 100%;
  text-align: left;
}
@media (max-width: 985px) {
  /* line 95, sass/actividades.scss */
  body.page-template-page-actividades .header .header-menu .menu-header-container ul li a {
    font-size: 18px;
    line-height: 18px;
  }
}
/* line 107, sass/actividades.scss */
body.page-template-page-actividades .header .header-menu .menu-header-container ul li a::after {
  content: "";
  background: url(https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/arrow-white.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 0;
  bottom: 50%;
}
/* line 126, sass/actividades.scss */
body.page-template-page-actividades .entry-content #eventos-container {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 132, sass/actividades.scss */
body.page-template-page-actividades .entry-content #eventos-container .evento {
  width: calc(33.333% - 20px);
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  /* line 132, sass/actividades.scss */
  body.page-template-page-actividades .entry-content #eventos-container .evento {
    width: 100%;
  }
}
@media all and (min-width: 576px) and (max-width: 768px) {
  /* line 132, sass/actividades.scss */
  body.page-template-page-actividades .entry-content #eventos-container .evento {
    width: 45% !important;
  }
}
/* line 144, sass/actividades.scss */
body.page-template-page-actividades .entry-content #eventos-container .evento .date {
  text-transform: capitalize;
  border-top: 1px solid #590B3A;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
/* line 150, sass/actividades.scss */
body.page-template-page-actividades .entry-content #eventos-container .evento .date p {
  margin: 10px 0;
}
/* line 155, sass/actividades.scss */
body.page-template-page-actividades .entry-content #eventos-container .evento .evento-content {
  background-color: #fff;
}
/* line 158, sass/actividades.scss */
body.page-template-page-actividades .entry-content #eventos-container .evento .evento-content img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 10px;
  clip-path: polygon(100% 0, 100% 90%, 50% 100%, 50% 90%, 0 100%, 0% 0%);
}
@media (min-width: 2000px) {
  /* line 158, sass/actividades.scss */
  body.page-template-page-actividades .entry-content #eventos-container .evento .evento-content img {
    height: 350px;
  }
}
/* line 169, sass/actividades.scss */
body.page-template-page-actividades .entry-content #eventos-container .evento .evento-content span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #858585;
}
/* line 176, sass/actividades.scss */
body.page-template-page-actividades .entry-content #eventos-container .evento .evento-content .evento-title {
  margin: 0;
  font-size: 18px;
  font-family: "Clash Medium", sans-serif;
  color: #590B3A;
}

/* line 191, sass/actividades.scss */
body.single-actividad .header {
  position: relative;
  height: 900px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 985px) {
  /* line 191, sass/actividades.scss */
  body.single-actividad .header {
    height: 490px;
  }
}
/* line 201, sass/actividades.scss */
body.single-actividad .header .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-color: #000;
}
/* line 209, sass/actividades.scss */
body.single-actividad .header video,
body.single-actividad .header img {
  object-fit: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
/* line 218, sass/actividades.scss */
body.single-actividad .header .text-header {
  margin: auto 0;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 5rem 2rem;
  color: #ffff;
  font-weight: 400;
}
/* line 230, sass/actividades.scss */
body.single-actividad .header .text-header h1 {
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid #ffff;
  width: 100%;
  font-size: 28px !important;
}
@media (min-width: 985px) {
  /* line 230, sass/actividades.scss */
  body.single-actividad .header .text-header h1 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
/* line 243, sass/actividades.scss */
body.single-actividad .header .text-header h2 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  /* line 243, sass/actividades.scss */
  body.single-actividad .header .text-header h2 {
    width: 60%;
  }
}
/* line 253, sass/actividades.scss */
body.single-actividad .header .header-menu {
  display: flex;
  width: 100%;
}
@media (min-width: 985px) {
  /* line 253, sass/actividades.scss */
  body.single-actividad .header .header-menu {
    padding-top: 5rem;
  }
}
/* line 261, sass/actividades.scss */
body.single-actividad .header .header-menu .menu-header-container {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 261, sass/actividades.scss */
  body.single-actividad .header .header-menu .menu-header-container {
    width: 80%;
  }
}
/* line 268, sass/actividades.scss */
body.single-actividad .header .header-menu .menu-header-container ul li {
  list-style: none !important;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  margin: 1rem 0;
  position: relative;
}
@media (max-width: 985px) {
  /* line 268, sass/actividades.scss */
  body.single-actividad .header .header-menu .menu-header-container ul li {
    padding-bottom: 0.5rem;
    margin: 0.5rem 0;
  }
}
/* line 280, sass/actividades.scss */
body.single-actividad .header .header-menu .menu-header-container ul li a {
  font-size: 24px;
  line-height: 24px;
  color: #ffff;
  width: 100%;
  text-align: left;
}
@media (max-width: 985px) {
  /* line 280, sass/actividades.scss */
  body.single-actividad .header .header-menu .menu-header-container ul li a {
    font-size: 18px;
    line-height: 18px;
  }
}
/* line 292, sass/actividades.scss */
body.single-actividad .header .header-menu .menu-header-container ul li a::after {
  content: "";
  background: url(https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/arrow-white.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 0;
  bottom: 50%;
}
/* line 309, sass/actividades.scss */
body.single-actividad .evento-single-content {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 20px;
  margin-top: 2rem;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  /* line 309, sass/actividades.scss */
  body.single-actividad .evento-single-content {
    grid-template-columns: 1fr;
    padding: 0 0rem;
  }
}
/* line 322, sass/actividades.scss */
body.single-actividad .evento-single-content .date h2 {
  font-family: "Clash Medium", sans-serif;
  color: #590B3A;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
/* line 328, sass/actividades.scss */
body.single-actividad .evento-single-content .date h2:first-child {
  margin-top: 0;
}
/* line 333, sass/actividades.scss */
body.single-actividad .evento-single-content .date .custom-button {
  background-color: #590B3A !important;
  border: none !important;
  color: #ffff !important;
}
/* line 338, sass/actividades.scss */
body.single-actividad .evento-single-content .date .location {
  padding-left: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}
/* line 343, sass/actividades.scss */
body.single-actividad .evento-single-content .date .location::before {
  content: "";
  background: url(https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/icon-location.svg) no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  left: 0;
  top: 5px;
  bottom: 0;
  position: absolute;
}
/* line 359, sass/actividades.scss */
body.single-actividad .evento-single-content .evento-single-info .wp-block-image img {
  margin: 1rem auto;
}
@media (min-width: 768px) {
  /* line 357, sass/actividades.scss */
  body.single-actividad .evento-single-content .evento-single-info {
    padding-left: 3rem;
  }
}

/* Variables */
@font-face {
  font-family: 'Clash Medium';
  src: url("fonts/ClashGrotesk-Medium.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Regular';
  src: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/fonts/ClashGrotesk-Regular.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Light';
  src: url("fonts/ClashGrotesk-Light.woff") format("woff");
  display: swap;
}
/* line 6, sass/contacto.scss */
body.page-template-page-contacto .header {
  position: relative;
  height: 900px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 985px) {
  /* line 6, sass/contacto.scss */
  body.page-template-page-contacto .header {
    height: 490px;
  }
}
/* line 16, sass/contacto.scss */
body.page-template-page-contacto .header .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-color: #000;
}
/* line 24, sass/contacto.scss */
body.page-template-page-contacto .header video,
body.page-template-page-contacto .header img {
  object-fit: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
/* line 33, sass/contacto.scss */
body.page-template-page-contacto .header .text-header {
  margin: auto 0;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 5rem 2rem;
  color: #ffff;
  font-weight: 400;
}
/* line 45, sass/contacto.scss */
body.page-template-page-contacto .header .text-header h1 {
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid #ffff;
  width: 100%;
  font-size: 28px !important;
}
@media (min-width: 985px) {
  /* line 45, sass/contacto.scss */
  body.page-template-page-contacto .header .text-header h1 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
/* line 58, sass/contacto.scss */
body.page-template-page-contacto .header .text-header h2 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  /* line 58, sass/contacto.scss */
  body.page-template-page-contacto .header .text-header h2 {
    width: 60%;
  }
}
/* line 68, sass/contacto.scss */
body.page-template-page-contacto .header .header-menu {
  display: flex;
  width: 100%;
}
@media (min-width: 985px) {
  /* line 68, sass/contacto.scss */
  body.page-template-page-contacto .header .header-menu {
    padding-top: 5rem;
  }
}
/* line 76, sass/contacto.scss */
body.page-template-page-contacto .header .header-menu .menu-header-container {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 76, sass/contacto.scss */
  body.page-template-page-contacto .header .header-menu .menu-header-container {
    width: 80%;
  }
}
/* line 83, sass/contacto.scss */
body.page-template-page-contacto .header .header-menu .menu-header-container ul li {
  list-style: none !important;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  margin: 1rem 0;
  position: relative;
}
@media (max-width: 985px) {
  /* line 83, sass/contacto.scss */
  body.page-template-page-contacto .header .header-menu .menu-header-container ul li {
    padding-bottom: 0.5rem;
    margin: 0.5rem 0;
  }
}
/* line 95, sass/contacto.scss */
body.page-template-page-contacto .header .header-menu .menu-header-container ul li a {
  font-size: 24px;
  line-height: 24px;
  color: #ffff;
  width: 100%;
  text-align: left;
}
@media (max-width: 985px) {
  /* line 95, sass/contacto.scss */
  body.page-template-page-contacto .header .header-menu .menu-header-container ul li a {
    font-size: 18px;
    line-height: 18px;
  }
}
/* line 107, sass/contacto.scss */
body.page-template-page-contacto .header .header-menu .menu-header-container ul li a::after {
  content: "";
  background: url(https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/arrow-white.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 0;
  bottom: 50%;
}
/* line 126, sass/contacto.scss */
body.page-template-page-contacto .entry-content #contacto-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  /* line 126, sass/contacto.scss */
  body.page-template-page-contacto .entry-content #contacto-container {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  /* line 133, sass/contacto.scss */
  body.page-template-page-contacto .entry-content #contacto-container .column {
    width: 50%;
  }
}
/* line 138, sass/contacto.scss */
body.page-template-page-contacto .entry-content #contacto-container .column.datos {
  margin: 1rem 0;
}
/* line 140, sass/contacto.scss */
body.page-template-page-contacto .entry-content #contacto-container .column.datos p {
  border-bottom: 1px solid #F46321;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  color: #F46321;
  font-family: "Clash Medium", sans-serif;
}
/* line 148, sass/contacto.scss */
body.page-template-page-contacto .entry-content #contacto-container .column.datos p span {
  color: #000;
  font-family: "Clash Light", sans-serif;
}
/* line 154, sass/contacto.scss */
body.page-template-page-contacto .entry-content #contacto-container .column.form {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  /* line 154, sass/contacto.scss */
  body.page-template-page-contacto .entry-content #contacto-container .column.form {
    padding: 0 0rem 0 2rem;
  }
}
/* line 159, sass/contacto.scss */
body.page-template-page-contacto .entry-content #contacto-container .column.form .wpforms-container-full {
  margin: 0;
}
/* line 163, sass/contacto.scss */
body.page-template-page-contacto .entry-content #contacto-container .column.form .wpforms-field-container input,
body.page-template-page-contacto .entry-content #contacto-container .column.form .wpforms-field-container textarea {
  border: 1px solid #F46321;
  border-radius: 8px;
}
/* line 167, sass/contacto.scss */
body.page-template-page-contacto .entry-content #contacto-container .column.form .wpforms-field-container input:focus,
body.page-template-page-contacto .entry-content #contacto-container .column.form .wpforms-field-container textarea:focus {
  border: 1px solid #000;
  box-shadow: none !important;
}
/* line 174, sass/contacto.scss */
body.page-template-page-contacto .entry-content #contacto-container .column.form button[type=submit] {
  color: #ffff !important;
  background-color: #F46321 !important;
  border-radius: 8px !important;
  padding: 0.8rem 3rem !important;
  font-size: 20px !important;
  border: 2px solid #F46321 !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
}
/* line 185, sass/contacto.scss */
body.page-template-page-contacto .entry-content #contacto-container .column.form button[type=submit]:hover {
  background: none !important;
  background-color: #ffff !important;
  color: #000 !important;
}
/* line 192, sass/contacto.scss */
body.page-template-page-contacto .entry-content #contacto-container .column.form input[type=checkbox]::before {
  border-color: #F46321;
  box-shadow: none;
}
/* line 197, sass/contacto.scss */
body.page-template-page-contacto .entry-content #contacto-container .column.form input[type=checkbox]:checked::after {
  border-color: #F46321;
}

/* Variables */
@font-face {
  font-family: 'Clash Medium';
  src: url("fonts/ClashGrotesk-Medium.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Regular';
  src: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/fonts/ClashGrotesk-Regular.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Light';
  src: url("fonts/ClashGrotesk-Light.woff") format("woff");
  display: swap;
}
/* line 6, sass/nosotros.scss */
body.page-template-page-nosotros .header {
  position: relative;
  height: 900px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 985px) {
  /* line 6, sass/nosotros.scss */
  body.page-template-page-nosotros .header {
    height: 490px;
  }
}
/* line 16, sass/nosotros.scss */
body.page-template-page-nosotros .header .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-color: #000;
}
/* line 24, sass/nosotros.scss */
body.page-template-page-nosotros .header video,
body.page-template-page-nosotros .header img {
  object-fit: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
/* line 33, sass/nosotros.scss */
body.page-template-page-nosotros .header .text-header {
  margin: auto 0;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 5rem 2rem;
  color: #ffff;
  font-weight: 400;
  padding-top: 8%;
}
/* line 46, sass/nosotros.scss */
body.page-template-page-nosotros .header .text-header h1 {
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid #ffff;
  width: 100%;
  font-size: 28px !important;
}
@media (min-width: 985px) {
  /* line 46, sass/nosotros.scss */
  body.page-template-page-nosotros .header .text-header h1 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
/* line 59, sass/nosotros.scss */
body.page-template-page-nosotros .header .text-header h2 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  /* line 59, sass/nosotros.scss */
  body.page-template-page-nosotros .header .text-header h2 {
    width: 60%;
  }
}
/* line 71, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content .description {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F46321;
}
/* line 72, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content .description .title {
  color: #F46321;
}
/* line 76, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content .description .text {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  /* line 76, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content .description .text {
    width: 65%;
  }
}
/* line 90, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content .section-info {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  /* line 94, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content .section-info .text {
    width: 60%;
    text-align: right;
  }
}
/* line 102, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content .banner {
  position: relative;
  display: flex;
  width: 110%;
  margin: 1rem -5%;
  flex-direction: column;
  height: 350px;
}
@media (min-width: 768px) {
  /* line 102, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content .banner {
    min-height: 750px;
  }
}
@media (min-width: 2000px) {
  /* line 102, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content .banner {
    margin: 5rem 0;
  }
}
@media (min-width: 2000px) {
  /* line 102, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content .banner {
    width: 140%;
    margin: 5rem -20% 8rem;
  }
}
/* line 121, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content .banner span {
  position: absolute;
  border-top: 1px solid #ffff;
  top: 30%;
  z-index: 1;
  margin: 0 5%;
}
@media (min-width: 768px) {
  /* line 121, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content .banner span {
    top: 40%;
  }
}
/* line 132, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content .banner span h3 {
  color: #ffff;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  /* line 132, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content .banner span h3 {
    width: 70%;
  }
}
/* line 142, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content .banner img {
  height: 100%;
  width: auto;
  object-fit: cover;
  margin: 0 -5%;
}
@media (max-width: 768px) {
  /* line 142, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content .banner img {
    min-height: 300px;
  }
}
@media (min-width: 2000px) {
  /* line 142, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content .banner img {
    min-height: 800px;
    margin: 0 -20%;
  }
}
/* line 158, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content .banner .overlay {
  position: absolute;
  height: 100%;
  width: 110%;
  display: flex;
  opacity: 0.2;
  background-color: #000;
  margin: 0 -5%;
  align-items: center;
}
@media (min-width: 2000px) {
  /* line 158, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content .banner .overlay {
    margin-left: -20%;
    width: 140%;
    min-height: 800px;
  }
}
/* line 176, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content #accordion-container {
  margin: 2rem 0;
}
/* line 179, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content #accordion-container .accordion {
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 183, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content #accordion-container .accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  padding-bottom: 25px;
  margin-top: 10px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
/* line 193, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content #accordion-container .accordion .accordion-header .accordion-title {
  margin: 0;
  font-family: "Clash Medium", sans-serif;
  width: 85%;
}
@media (min-width: 768px) {
  /* line 193, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content #accordion-container .accordion .accordion-header .accordion-title {
    font-size: 35px !important;
  }
}
/* line 203, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content #accordion-container .accordion .accordion-header .arrow-icon {
  width: 20px;
  height: 20px;
  background-image: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/icon-arrow-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s;
}
/* line 212, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content #accordion-container .accordion .accordion-header .arrow-icon.open {
  background-image: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/icon-arrow-minus.svg") !important;
}
/* line 217, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content #accordion-container .accordion .accordion-content {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  /* line 217, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content #accordion-container .accordion .accordion-content {
    padding-left: 25%;
  }
}
/* line 227, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content #accordion-container .accordion .accordion-content p {
  margin-bottom: 10px;
}
/* line 231, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content #accordion-container .accordion .accordion-content a {
  display: block;
  text-decoration: none;
  font-family: "Clash Medium", sans-serif;
  color: #F46321;
  padding: 10px 0;
}
/* line 238, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content #accordion-container .accordion .accordion-content a:hover {
  color: #000;
}
/* line 243, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content #accordion-container .accordion .accordion-content.active {
  max-height: 3000px;
}
/* line 248, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content #accordion-container .accordion a.boton-contacto {
  background-color: #F46321;
  border-radius: 8px;
  padding: 0.8rem 3rem;
  margin: 2rem auto;
  font-size: 18px;
  font-family: "Clash Medium", sans-serif;
  color: #ffff;
  justify-content: center;
  display: flex;
  max-width: 40%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border: 2px solid #F46321;
  transition: background-color 0.3s ease, color 0.3s ease;
}
/* line 263, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content #accordion-container .accordion a.boton-contacto:hover {
  background-color: #ffff;
  color: #000;
}
@media (max-width: 575px) {
  /* line 248, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content #accordion-container .accordion a.boton-contacto {
    max-width: fit-content;
  }
}
@media (min-width: 1024px) {
  /* line 248, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content #accordion-container .accordion a.boton-contacto {
    min-width: 40%;
    margin: 3rem auto !important;
  }
}
@media (min-width: 1440px) {
  /* line 248, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content #accordion-container .accordion a.boton-contacto {
    padding: 1rem;
    font-size: 24px;
    max-width: fit-content;
  }
}
/* line 287, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content .wp-block-eedee-block-gutenslider {
  min-height: 350px !important;
  padding: 5% 0 !important;
}
/* line 294, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-prev svg,
body.page-template-page-nosotros .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-next svg {
  display: none;
}
/* line 300, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-prev {
  top: 110% !important;
  display: flex;
  justify-content: flex-end;
  width: 48%;
}
/* line 306, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-prev::after {
  content: "";
  background: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/icon-slide-prev.svg") no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
}
@media (max-width: 425px) {
  /* line 306, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-prev::after {
    margin-right: 5px;
  }
}
/* line 320, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-next {
  top: 110% !important;
  display: flex;
  justify-content: flex-start;
  width: 48%;
}
/* line 326, sass/nosotros.scss */
body.page-template-page-nosotros .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-next::before {
  content: "";
  background: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/icon-slide-next.svg") no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
}
@media (max-width: 425px) {
  /* line 326, sass/nosotros.scss */
  body.page-template-page-nosotros .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-next::before {
    margin-left: 5px;
  }
}

/* Variables */
@font-face {
  font-family: 'Clash Medium';
  src: url("fonts/ClashGrotesk-Medium.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Regular';
  src: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/fonts/ClashGrotesk-Regular.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Light';
  src: url("fonts/ClashGrotesk-Light.woff") format("woff");
  display: swap;
}
/* line 6, sass/profesorado.scss */
body.page-template-page-profesorado .header {
  position: relative;
  height: 900px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 985px) {
  /* line 6, sass/profesorado.scss */
  body.page-template-page-profesorado .header {
    height: 490px;
  }
}
/* line 16, sass/profesorado.scss */
body.page-template-page-profesorado .header .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-color: #000;
}
/* line 24, sass/profesorado.scss */
body.page-template-page-profesorado .header video,
body.page-template-page-profesorado .header img {
  object-fit: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
/* line 33, sass/profesorado.scss */
body.page-template-page-profesorado .header .text-header {
  margin: auto 0;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 5rem 2rem;
  color: #ffff;
  font-weight: 400;
  padding-top: 8%;
}
/* line 46, sass/profesorado.scss */
body.page-template-page-profesorado .header .text-header h1 {
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid #ffff;
  width: 100%;
  font-size: 28px !important;
}
@media (min-width: 985px) {
  /* line 46, sass/profesorado.scss */
  body.page-template-page-profesorado .header .text-header h1 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
/* line 59, sass/profesorado.scss */
body.page-template-page-profesorado .header .text-header h2 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  /* line 59, sass/profesorado.scss */
  body.page-template-page-profesorado .header .text-header h2 {
    width: 60%;
  }
}
/* line 71, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content .description {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F46321;
}
/* line 72, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content .description .title {
  color: #F46321;
}
/* line 76, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content .description .text {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  /* line 76, sass/profesorado.scss */
  body.page-template-page-profesorado .entry-content .description .text {
    width: 65%;
  }
}
/* line 90, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content .section-info {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  /* line 94, sass/profesorado.scss */
  body.page-template-page-profesorado .entry-content .section-info .text {
    width: 60%;
    text-align: right;
  }
}
/* line 102, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content .team {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  justify-items: center;
  margin: 3rem 0;
}
@media (min-width: 1024px) {
  /* line 102, sass/profesorado.scss */
  body.page-template-page-profesorado .entry-content .team {
    margin: 4rem auto;
    gap: 35px;
    width: 90%;
  }
}
@media screen and (max-width: 575px) {
  /* line 102, sass/profesorado.scss */
  body.page-template-page-profesorado .entry-content .team {
    grid-template-columns: 1fr;
  }
}
/* line 118, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content .team .team-member {
  background-color: #ffff;
  height: 100%;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  /* line 118, sass/profesorado.scss */
  body.page-template-page-profesorado .entry-content .team .team-member {
    margin-bottom: 20px;
  }
}
/* line 129, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content .team .team-member:hover {
  transform: translateY(-3px);
}
/* line 133, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content .team .team-member .team-member-image {
  overflow: hidden;
  height: 300px;
}
/* line 136, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content .team .team-member .team-member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 144, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content .team .team-member .team-member-details {
  padding: 1rem;
  padding-bottom: 2rem;
  font-size: 16px;
  color: #000;
}
/* line 149, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content .team .team-member .team-member-details h2 {
  font-size: 25px;
  margin: 0 0 10px 0;
}
/* line 157, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content #accordion-container {
  margin: 2rem 0;
}
/* line 160, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content #accordion-container .accordion {
  margin-bottom: 20px;
  overflow: hidden;
}
/* line 164, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content #accordion-container .accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  padding-bottom: 25px;
  margin-top: 10px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
/* line 174, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content #accordion-container .accordion .accordion-header .accordion-title {
  margin: 0;
  font-family: "Clash Medium", sans-serif;
  width: 85%;
}
@media (min-width: 768px) {
  /* line 174, sass/profesorado.scss */
  body.page-template-page-profesorado .entry-content #accordion-container .accordion .accordion-header .accordion-title {
    font-size: 35px !important;
  }
}
/* line 184, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content #accordion-container .accordion .accordion-header .arrow-icon {
  width: 20px;
  height: 20px;
  background-image: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/icon-arrow-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s;
}
/* line 193, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content #accordion-container .accordion .accordion-header .arrow-icon.open {
  background-image: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/icon-arrow-minus.svg") !important;
}
/* line 198, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content #accordion-container .accordion .accordion-content {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  /* line 198, sass/profesorado.scss */
  body.page-template-page-profesorado .entry-content #accordion-container .accordion .accordion-content {
    padding-left: 25%;
  }
}
/* line 208, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content #accordion-container .accordion .accordion-content p {
  margin-bottom: 10px;
}
/* line 212, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content #accordion-container .accordion .accordion-content a {
  display: block;
  text-decoration: none;
  font-family: "Clash Medium", sans-serif;
  color: #F46321;
  padding: 10px 0;
}
/* line 219, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content #accordion-container .accordion .accordion-content a:hover {
  color: #000;
}
/* line 224, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content #accordion-container .accordion .accordion-content.active {
  max-height: 3000px;
}
/* line 229, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content #accordion-container .accordion a.boton-contacto {
  background-color: #F46321;
  border-radius: 8px;
  padding: 0.8rem 3rem;
  margin: 2rem auto;
  font-size: 18px;
  font-family: "Clash Medium", sans-serif;
  color: #ffff;
  justify-content: center;
  display: flex;
  max-width: 40%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border: 2px solid #F46321;
  transition: background-color 0.3s ease, color 0.3s ease;
}
/* line 244, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content #accordion-container .accordion a.boton-contacto:hover {
  background-color: #ffff;
  color: #000;
}
@media (max-width: 575px) {
  /* line 229, sass/profesorado.scss */
  body.page-template-page-profesorado .entry-content #accordion-container .accordion a.boton-contacto {
    max-width: fit-content;
  }
}
@media (min-width: 1024px) {
  /* line 229, sass/profesorado.scss */
  body.page-template-page-profesorado .entry-content #accordion-container .accordion a.boton-contacto {
    min-width: 40%;
    margin: 3rem auto !important;
  }
}
@media (min-width: 1440px) {
  /* line 229, sass/profesorado.scss */
  body.page-template-page-profesorado .entry-content #accordion-container .accordion a.boton-contacto {
    padding: 1rem;
    font-size: 24px;
    max-width: fit-content;
  }
}
/* line 268, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content .wp-block-eedee-block-gutenslider {
  min-height: 350px !important;
  padding: 5% 0 !important;
}
/* line 275, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-prev svg,
body.page-template-page-profesorado .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-next svg {
  display: none;
}
/* line 281, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-prev {
  top: 110% !important;
  display: flex;
  justify-content: flex-end;
  width: 48%;
}
/* line 287, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-prev::after {
  content: "";
  background: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/icon-slide-prev.svg") no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
}
@media (max-width: 425px) {
  /* line 287, sass/profesorado.scss */
  body.page-template-page-profesorado .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-prev::after {
    margin-right: 5px;
  }
}
/* line 301, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-next {
  top: 110% !important;
  display: flex;
  justify-content: flex-start;
  width: 48%;
}
/* line 307, sass/profesorado.scss */
body.page-template-page-profesorado .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-next::before {
  content: "";
  background: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/icon-slide-next.svg") no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
}
@media (max-width: 425px) {
  /* line 307, sass/profesorado.scss */
  body.page-template-page-profesorado .entry-content button.eedee-gutenslider-nav.eedee-gutenslider-next::before {
    margin-left: 5px;
  }
}

/* Variables */
@font-face {
  font-family: 'Clash Medium';
  src: url("fonts/ClashGrotesk-Medium.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Regular';
  src: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/fonts/ClashGrotesk-Regular.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Light';
  src: url("fonts/ClashGrotesk-Light.woff") format("woff");
  display: swap;
}
/* line 6, sass/sala-emmdat.scss */
body.page-template-page-sala .header {
  position: relative;
  height: 900px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 985px) {
  /* line 6, sass/sala-emmdat.scss */
  body.page-template-page-sala .header {
    height: 490px;
  }
}
/* line 16, sass/sala-emmdat.scss */
body.page-template-page-sala .header .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  background-color: #000;
}
/* line 24, sass/sala-emmdat.scss */
body.page-template-page-sala .header video,
body.page-template-page-sala .header img {
  object-fit: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
/* line 33, sass/sala-emmdat.scss */
body.page-template-page-sala .header .text-header {
  margin: auto 0;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 5rem 2rem;
  color: #ffff;
  font-weight: 400;
  padding-top: 8%;
}
/* line 46, sass/sala-emmdat.scss */
body.page-template-page-sala .header .text-header h1 {
  padding: 1rem 0;
  margin: 1rem 0;
  border-bottom: 1px solid #ffff;
  width: 100%;
  font-size: 28px !important;
}
@media (min-width: 985px) {
  /* line 46, sass/sala-emmdat.scss */
  body.page-template-page-sala .header .text-header h1 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
/* line 59, sass/sala-emmdat.scss */
body.page-template-page-sala .header .text-header h2 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  /* line 59, sass/sala-emmdat.scss */
  body.page-template-page-sala .header .text-header h2 {
    width: 60%;
  }
}
/* line 71, sass/sala-emmdat.scss */
body.page-template-page-sala .entry-content .description {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F46321;
}
/* line 72, sass/sala-emmdat.scss */
body.page-template-page-sala .entry-content .description .title {
  color: #F46321;
}
/* line 76, sass/sala-emmdat.scss */
body.page-template-page-sala .entry-content .description .text {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  /* line 76, sass/sala-emmdat.scss */
  body.page-template-page-sala .entry-content .description .text {
    width: 65%;
  }
}
/* line 90, sass/sala-emmdat.scss */
body.page-template-page-sala .entry-content .section-info {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  /* line 94, sass/sala-emmdat.scss */
  body.page-template-page-sala .entry-content .section-info .text {
    width: 60%;
    text-align: right;
  }
}
/* line 102, sass/sala-emmdat.scss */
body.page-template-page-sala .entry-content .banner {
  position: relative;
  display: flex;
  width: 110%;
  margin: 1rem -5%;
  flex-direction: column;
  height: 350px;
}
@media (min-width: 768px) {
  /* line 102, sass/sala-emmdat.scss */
  body.page-template-page-sala .entry-content .banner {
    min-height: 750px;
  }
}
@media (min-width: 2000px) {
  /* line 102, sass/sala-emmdat.scss */
  body.page-template-page-sala .entry-content .banner {
    margin: 5rem 0;
  }
}
/* line 118, sass/sala-emmdat.scss */
body.page-template-page-sala .entry-content .banner span {
  position: absolute;
  border-top: 1px solid #ffff;
  top: 30%;
  z-index: 1;
  margin: 0 5%;
}
@media (min-width: 768px) {
  /* line 118, sass/sala-emmdat.scss */
  body.page-template-page-sala .entry-content .banner span {
    top: 40%;
  }
}
/* line 129, sass/sala-emmdat.scss */
body.page-template-page-sala .entry-content .banner span h3 {
  color: #ffff;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  /* line 129, sass/sala-emmdat.scss */
  body.page-template-page-sala .entry-content .banner span h3 {
    width: 70%;
  }
}
/* line 139, sass/sala-emmdat.scss */
body.page-template-page-sala .entry-content .banner img {
  height: 100%;
  width: auto;
  object-fit: cover;
  margin: 0 -5%;
}
@media (max-width: 768px) {
  /* line 139, sass/sala-emmdat.scss */
  body.page-template-page-sala .entry-content .banner img {
    min-height: 300px;
  }
}
@media (min-width: 2000px) {
  /* line 139, sass/sala-emmdat.scss */
  body.page-template-page-sala .entry-content .banner img {
    min-height: 800px;
    margin: 0 -20%;
  }
}
/* line 155, sass/sala-emmdat.scss */
body.page-template-page-sala .entry-content .banner .overlay {
  position: absolute;
  height: 100%;
  width: 110%;
  display: flex;
  opacity: 0.2;
  background-color: #000;
  margin: 0 -5%;
  align-items: center;
}
@media (min-width: 2000px) {
  /* line 155, sass/sala-emmdat.scss */
  body.page-template-page-sala .entry-content .banner .overlay {
    margin-left: -20%;
    width: 140%;
    min-height: 800px;
  }
}

/* Variables */
@font-face {
  font-family: 'Clash Medium';
  src: url("fonts/ClashGrotesk-Medium.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Regular';
  src: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/fonts/ClashGrotesk-Regular.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Light';
  src: url("fonts/ClashGrotesk-Light.woff") format("woff");
  display: swap;
}
/* line 4, sass/call-to-action.scss */
body #wrapper .call-to-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
}
/* line 10, sass/call-to-action.scss */
body #wrapper .call-to-action p {
  font-family: "Clash Medium", sans-serif;
}
/* line 14, sass/call-to-action.scss */
body #wrapper .call-to-action .social {
  margin-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
/* line 21, sass/call-to-action.scss */
body #wrapper .call-to-action .social a {
  width: 30px;
  height: 30px;
  display: flex;
  background: black;
  overflow: hidden;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
/* line 31, sass/call-to-action.scss */
body #wrapper .call-to-action .social a svg {
  width: 15px;
  height: 15px;
  display: flex;
  padding: 8px;
}
/* line 41, sass/call-to-action.scss */
body #wrapper .call-to-action .phone-url,
body #wrapper .call-to-action .phone-text {
  padding: 1rem 1rem 0;
  border-top: 1px solid #E8C1AF;
  text-align: center;
  line-height: 40px;
  margin: 10px auto 0;
}
@media (max-width: 575px) {
  /* line 41, sass/call-to-action.scss */
  body #wrapper .call-to-action .phone-url,
  body #wrapper .call-to-action .phone-text {
    max-width: 90%;
  }
}
/* line 55, sass/call-to-action.scss */
body #wrapper .call-to-action .phone-url .icon-wsp {
  background-image: url(https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/icon-whatsapp.svg);
  display: inline-block;
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  margin: -5px 8px;
}
/* line 68, sass/call-to-action.scss */
body #wrapper .call-to-action .phone-text .icon-phone {
  background-image: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/icon-phone.svg");
  display: inline-block;
  width: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  margin: -3px 8px;
}
/* line 81, sass/call-to-action.scss */
body #wrapper .call-to-action .newsletter {
  margin-top: 1rem;
  border-top: 1px solid #E8C1AF;
  border-bottom: 1px solid #E8C1AF;
}
/* line 86, sass/call-to-action.scss */
body #wrapper .call-to-action .newsletter p {
  display: flex;
  justify-content: center;
}
/* line 90, sass/call-to-action.scss */
body #wrapper .call-to-action .newsletter p a {
  display: flex;
  margin-left: 6px;
}
/* line 94, sass/call-to-action.scss */
body #wrapper .call-to-action .newsletter p a::after {
  content: "";
  height: 10px;
  width: 15px;
  background: url(https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/imgs/arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto 10px;
}

/* line 113, sass/call-to-action.scss */
body a.boton-contacto {
  background-color: #F46321;
  border-radius: 8px;
  padding: 0.8rem 3rem;
  margin: 2rem auto;
  font-size: 18px;
  font-family: "Clash Medium", sans-serif;
  color: #ffff;
  justify-content: center;
  display: flex;
  max-width: 40%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border: 2px solid #F46321;
  transition: background-color 0.3s ease, color 0.3s ease;
}
/* line 128, sass/call-to-action.scss */
body a.boton-contacto:hover {
  background-color: #ffff;
  color: #000;
}
@media (max-width: 575px) {
  /* line 113, sass/call-to-action.scss */
  body a.boton-contacto {
    max-width: fit-content;
  }
}
@media (min-width: 1024px) {
  /* line 113, sass/call-to-action.scss */
  body a.boton-contacto {
    min-width: 40%;
    margin: 3rem auto !important;
  }
}
@media (min-width: 1440px) {
  /* line 113, sass/call-to-action.scss */
  body a.boton-contacto {
    padding: 1rem;
    font-size: 24px;
    max-width: fit-content;
  }
}

/* Variables */
@font-face {
  font-family: 'Clash Medium';
  src: url("fonts/ClashGrotesk-Medium.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Regular';
  src: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/fonts/ClashGrotesk-Regular.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Light';
  src: url("fonts/ClashGrotesk-Light.woff") format("woff");
  display: swap;
}
/* line 6, sass/single-post.scss */
body.single-custom #content header,
body.single-custom #content footer {
  width: 90%;
  margin: 10% auto 0;
  padding: 1% 0;
}
@media (min-width: 768px) {
  /* line 6, sass/single-post.scss */
  body.single-custom #content header,
  body.single-custom #content footer {
    width: 70%;
  }
}
@media (min-width: 2000px) {
  /* line 6, sass/single-post.scss */
  body.single-custom #content header,
  body.single-custom #content footer {
    width: 50%;
  }
}
/* line 20, sass/single-post.scss */
body.single-custom #content header .entry-title,
body.single-custom #content footer .entry-title {
  font-family: "Clash Medium", sans-serif;
}
@media (min-width: 768px) {
  /* line 25, sass/single-post.scss */
  body.single-custom #content .entry-content {
    width: 70%;
  }
}
@media (min-width: 2000px) {
  /* line 25, sass/single-post.scss */
  body.single-custom #content .entry-content {
    width: 50%;
  }
}
/* line 34, sass/single-post.scss */
body.single-custom #content .entry-content a {
  margin: 1rem auto;
  width: 100%;
}
/* line 38, sass/single-post.scss */
body.single-custom #content .entry-content a .wp-post-image {
  pointer-events: none;
  width: 100%;
  object-fit: cover;
  height: 500px;
}
@media (max-width: 768px) {
  /* line 38, sass/single-post.scss */
  body.single-custom #content .entry-content a .wp-post-image {
    width: 100%;
    object-fit: cover;
    height: 300px;
  }
}
@media (min-width: 1440px) {
  /* line 38, sass/single-post.scss */
  body.single-custom #content .entry-content a .wp-post-image {
    height: 600px;
  }
}
/* line 56, sass/single-post.scss */
body.single-custom #content .entry-content a.image-post {
  pointer-events: none;
}
/* line 59, sass/single-post.scss */
body.single-custom #content .entry-content a.image-post img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/* line 70, sass/single-post.scss */
body.single #content {
  /* Comentarios de Wordpress */
}
/* line 73, sass/single-post.scss */
body.single #content #comments {
  width: 90%;
  margin: 10% auto 0;
  padding: 1% 0;
}
@media (min-width: 768px) {
  /* line 73, sass/single-post.scss */
  body.single #content #comments {
    width: 70%;
  }
}
@media (min-width: 2000px) {
  /* line 73, sass/single-post.scss */
  body.single #content #comments {
    width: 50%;
  }
}
/* line 87, sass/single-post.scss */
body.single #content #comments #comments-list li {
  border-bottom: 1px solid #858585;
  list-style: none;
  padding: 1rem 0;
  margin-bottom: 4rem;
}
/* line 93, sass/single-post.scss */
body.single #content #comments #comments-list li .comment-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1rem 0;
}
/* line 103, sass/single-post.scss */
body.single #content #comments #respond {
  text-align: left;
}
/* line 106, sass/single-post.scss */
body.single #content #comments #respond .logged-in-as {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
/* line 112, sass/single-post.scss */
body.single #content #comments #respond .logged-in-as a {
  margin: 0;
  color: #858585;
  text-underline-offset: 8px;
  text-decoration: underline;
}
/* line 121, sass/single-post.scss */
body.single #content #comments #respond .comment-reply-title {
  margin-bottom: 15px;
}
/* line 129, sass/single-post.scss */
body.single #content #comments #respond .comment-reply-title small a {
  display: none;
}
/* line 143, sass/single-post.scss */
body.single #content #comments #respond .comment-form .comment-form-comment label {
  color: #858585;
  font-size: 16px;
}
/* line 149, sass/single-post.scss */
body.single #content #comments #respond .comment-form .comment-form-comment textarea {
  margin-top: 1rem;
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #E5E3D8;
  border-radius: 8px;
  resize: vertical;
  box-sizing: border-box;
}
/* line 167, sass/single-post.scss */
body.single #content #comments #respond .comment-form .form-submit input[type="submit"] {
  color: #000;
  border: 1px solid #F46321;
  border-radius: 8px;
  padding: 1rem 2rem;
  margin-top: 15px;
  font-size: 18px;
  font-family: "Clash Medium", sans-serif;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* line 188, sass/single-post.scss */
body.profesor-template-default {
  /* Estilos para la plantilla de profesor */
  /* Media query para dispositivos móviles */
}
/* line 191, sass/single-post.scss */
body.profesor-template-default .entry-content-profesor {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  /* line 191, sass/single-post.scss */
  body.profesor-template-default .entry-content-profesor {
    width: 90%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  /* line 191, sass/single-post.scss */
  body.profesor-template-default .entry-content-profesor {
    width: 70%;
    justify-content: space-between;
  }
}
@media (min-width: 2000px) {
  /* line 191, sass/single-post.scss */
  body.profesor-template-default .entry-content-profesor {
    width: 50%;
  }
}
/* line 209, sass/single-post.scss */
body.profesor-template-default .entry-content-profesor .profesor-thumbnail {
  flex: 0 0 45%;
}
/* line 212, sass/single-post.scss */
body.profesor-template-default .entry-content-profesor .profesor-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* line 220, sass/single-post.scss */
body.profesor-template-default .entry-content-profesor .profesor-content {
  flex: 0 0 50%;
}
/* line 223, sass/single-post.scss */
body.profesor-template-default .entry-content-profesor .profesor-content .profesor-title {
  font-size: 24px;
  margin-top: 0;
}
/* line 228, sass/single-post.scss */
body.profesor-template-default .entry-content-profesor .profesor-content .profesor-excerpt {
  margin-top: 10px;
  color: #333;
}
/* line 235, sass/single-post.scss */
body.profesor-template-default .entry-content-full {
  margin: 20px auto;
  margin-top: 1rem;
  border-top: 1px solid #858585;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  /* line 235, sass/single-post.scss */
  body.profesor-template-default .entry-content-full {
    width: 90%;
    margin: 2rem auto;
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  /* line 235, sass/single-post.scss */
  body.profesor-template-default .entry-content-full {
    width: 70%;
    margin-top: 3rem;
    padding-top: 1rem;
  }
}
@media (min-width: 2000px) {
  /* line 235, sass/single-post.scss */
  body.profesor-template-default .entry-content-full {
    width: 50%;
  }
}
@media (max-width: 768px) {
  /* line 264, sass/single-post.scss */
  body.profesor-template-default .entry-content-profesor {
    flex-direction: column;
  }
  /* line 267, sass/single-post.scss */
  body.profesor-template-default .entry-content-profesor .profesor-thumbnail {
    order: 1;
    margin-bottom: 20px;
  }
  /* line 272, sass/single-post.scss */
  body.profesor-template-default .entry-content-profesor .profesor-content {
    order: 2;
  }
}

/* line 280, sass/single-post.scss */
.profesor-tags {
  margin-bottom: 10px;
}
/* line 283, sass/single-post.scss */
.profesor-tags .profesor-tag {
  display: inline-block;
  padding: 5px 10px;
  font-family: "Clash Medium", sans-serif;
  background-color: #fff;
  color: #000;
  border-radius: 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: default;
  border: 1px solid #000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* line 297, sass/single-post.scss */
.profesor-tags .profesor-tag:hover {
  transform: translateY(-2px);
}

/* Variables */
@font-face {
  font-family: 'Clash Medium';
  src: url("fonts/ClashGrotesk-Medium.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Regular';
  src: url("https://escuelamusicaydanzaalhaurin.com/wp-content/themes/emmdat/fonts/ClashGrotesk-Regular.woff") format("woff");
  display: swap;
}
@font-face {
  font-family: 'Clash Light';
  src: url("fonts/ClashGrotesk-Light.woff") format("woff");
  display: swap;
}
/* line 3, sass/footer.scss */
#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 2rem 1rem;
  background-color: #E5E3D8;
  margin-top: 3%;
}
/* line 11, sass/footer.scss */
#footer .logo-andalucia {
  width: 200px;
  height: 100px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 19, sass/footer.scss */
#footer .logo-andalucia img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 26, sass/footer.scss */
#footer .footer-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  /* line 26, sass/footer.scss */
  #footer .footer-items {
    flex-direction: row;
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  /* line 37, sass/footer.scss */
  #footer .footer-items #copyright {
    padding-right: 1rem;
    border-right: 1px solid #000;
  }
}
/* line 44, sass/footer.scss */
#footer .footer-items #menu-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  /* line 44, sass/footer.scss */
  #footer .footer-items #menu-footer {
    flex-direction: row;
    gap: 1rem;
  }
}
/* line 57, sass/footer.scss */
#footer .footer-items #menu-footer li {
  list-style: none;
}
@media (min-width: 768px) {
  /* line 60, sass/footer.scss */
  #footer .footer-items #menu-footer li:first-child {
    padding-right: 1rem;
    border-right: 1px solid #000;
  }
}
/* line 70, sass/footer.scss */
#footer .bottom {
  margin-top: 1rem;
}
/* line 73, sass/footer.scss */
#footer .bottom svg {
  width: 11px;
  height: 11px;
  margin: 0 0.3rem;
}