@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-padding-top: 0rem;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  font-size: 2rem;
}
body.overflow-hidden {
  overflow: hidden;
}

p {
  font-size: 2rem;
  color: #000000;
  line-height: 1.5;
}

.contenedor {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0 0 5rem 0;
  font-weight: 900;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 4.6rem;
}

h3 {
  font-size: 6rem;
  text-align: center;
}

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

body > section {
  padding: 11rem 0;
}

.header {
  background-color: #752F97;
  z-index: 1000;
  position: fixed;
  width: 100%;
}
.header.fixed {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .header.fixed {
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
  }
}
.header .contenido-header {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header .contenido-header img {
  width: 80px;
}
@media (min-width: 480px) {
  .header .contenido-header {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .header .contenido-header {
    justify-content: space-between;
  }
}
.header .contenido-header h1 {
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 480px) {
  .header .contenido-header h1 {
    font-size: 3rem;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .header .contenido-header h1 {
    font-size: 3rem;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header .contenido-header h1 {
    font-size: 3.5rem;
    margin: 0;
  }
}

.menu-toggle {
  font-size: 3rem;
  background: none;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 1rem;
  display: block;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

.navegacion-principal {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 25px;
}
.navegacion-principal.show {
  display: flex;
  background-color: #752F97;
}
@media (min-width: 480px) {
  .navegacion-principal {
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .navegacion-principal {
    box-shadow: none;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    width: auto;
    padding: 5px;
    gap: 2rem;
    align-items: center;
    text-align: left;
  }
}
.navegacion-principal a {
  padding-bottom: 0.8rem;
  color: #FFFFFF;
  font-size: 2rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  .navegacion-principal a {
    padding-bottom: 0.5rem;
    font-size: 2.4rem;
    margin: 0;
  }
}
.navegacion-principal a:hover, .navegacion-principal a.active {
  color: #fdda00;
}
.navegacion-principal .submenu-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .navegacion-principal .submenu-wrapper {
    width: auto;
  }
}
.navegacion-principal .submenu-wrapper .submenu-toggle {
  display: none;
}
.navegacion-principal .submenu-wrapper .submenu-toggle:checked ~ .submenu {
  display: flex;
}
.navegacion-principal .submenu-wrapper .submenu-label {
  display: block;
  color: #FFFFFF;
  font-size: 2rem;
  cursor: pointer;
  margin-top: -3px;
}
.navegacion-principal .submenu-wrapper .submenu-label:hover {
  color: #fdda00;
}
.navegacion-principal .submenu-wrapper .submenu {
  display: none;
  flex-direction: column;
  background-color: #752F97;
  margin-top: 1rem;
  gap: 1rem;
  padding-left: 1rem;
}
.navegacion-principal .submenu-wrapper .submenu a {
  color: #FFFFFF;
  font-size: 2rem;
}
.navegacion-principal .submenu-wrapper .submenu a:hover {
  color: #fdda00;
}
@media (min-width: 768px) {
  .navegacion-principal .submenu-wrapper .submenu-toggle {
    display: none;
  }
  .navegacion-principal .submenu-wrapper .submenu-label {
    -top: -5px;
    display: margin block;
    font-size: 2.4rem;
  }
  .navegacion-principal .submenu-wrapper .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #752F97;
    padding: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
  .navegacion-principal .submenu-wrapper .submenu a {
    white-space: nowrap;
  }
  .navegacion-principal .submenu-wrapper:hover .submenu {
    display: flex;
  }
}

.video {
  position: relative;
  min-height: 50rem;
  max-height: 70rem;
  overflow: hidden;
}
.video .overlay {
  position: absolute;
  background: linear-gradient(270deg, rgba(117, 47, 151, 0.6), rgba(56.7272727273, 22.7878787879, 73.2121212121, 0.9));
  inset: 0;
  display: flex;
  align-items: center;
}
.video video {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .video video {
    width: 100%;
  }
}

.contenido-video {
  z-index: 10;
  display: flex;
  justify-content: center;
}
.contenido-video img {
  padding-left: 2rem;
  width: 250px;
}
.contenido-video h2 {
  color: #FFFFFF;
  font-size: 3rem;
  margin: 0;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .contenido-video h2 {
    padding: 4rem;
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .contenido-video h2 {
    padding: 4rem;
    font-size: 4rem;
  }
}
.contenido-video p {
  background-color: #F53756;
  display: inline-block;
  padding: 1rem 2rem;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
}

.sobre-festival {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sobre-festival {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
}
@media (min-width: 480px) {
  .sobre-festival {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
}
@media (min-width: 1200px) {
  .sobre-festival {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}
.sobre-festival .imagen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}
.sobre-festival .imagen img {
  object-fit: contain;
}
@media (min-width: 768px) {
  .sobre-festival .imagen img {
    padding: 0px 101px 0px 101px;
  }
}
@media (min-width: 480px) {
  .sobre-festival .imagen img {
    padding: 0px 102px 0px 102px;
  }
}
@media (min-width: 1200px) {
  .sobre-festival .imagen img {
    padding: 0px 0px 0px 0px;
  }
}

.contenido-festival {
  margin-top: 0rem;
}
.contenido-festival h2 {
  margin-bottom: 2rem;
}
.contenido-festival .fecha {
  color: #752F97;
  font-weight: 700;
}
.contenido-festival .carousel-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.contenido-festival .carousel-slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.contenido-festival .card {
  width: 100%;
  flex: 0 0 100%;
  height: auto;
  max-height: 680px;
  background-color: #f9f9f9;
  border: none;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1em;
  box-sizing: border-box;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
@media (max-width: 480px) {
  .contenido-festival .card {
    padding: 20px;
    font-size: 0.65em;
  }
}
.contenido-festival .card::-webkit-scrollbar {
  width: 6px;
}
.contenido-festival .card::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
.contenido-festival .card h2 {
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
}
.contenido-festival .card p {
  font-size: 1em;
  line-height: 1.5;
  color: #444;
  text-align: justify;
}
.contenido-festival .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 12px;
  cursor: pointer;
  z-index: 2;
  font-size: 1.2em;
  border-radius: 12%;
}
.contenido-festival .arrow.left {
  left: 15px;
}
.contenido-festival .arrow.right {
  right: 15px;
}

.testimonio {
  background-color: #F53756;
  padding-top: 10rem;
  padding-bottom: 4rem;
}
.testimonio .testimonio-contenedor {
  display: grid;
  gap: 2rem;
  padding: 1rem 5rem 1rem 5rem;
}
@media (min-width: 768px) {
  .testimonio .testimonio-contenedor {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem 12rem 2rem 12rem;
    gap: 5rem;
  }
}
.testimonio .testimonios-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}
.testimonio .testimonios-header img {
  width: 50px;
}
.testimonio .testimonios-header h3 {
  text-align: center;
  color: #FFFFFF;
  font-size: 4rem;
}
.testimonio .testimonio-card {
  background-color: #FFFFFF;
  border-radius: 1.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.testimonio .testimonio-card:hover {
  transform: scale(1.02);
}
.testimonio .testimonio-card img {
  width: 50px;
}
.testimonio .testimonio-card .texto {
  height: 300px;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
.testimonio .testimonio-card .encabezado-testimonio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  margin-bottom: 1rem;
}
.testimonio .testimonio-card .encabezado-testimonio img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  align-self: center;
}
.testimonio .testimonio-card .nombre-testimonio {
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
  flex: 1;
  text-align: center;
}
@media (min-width: 480px) {
  .testimonio .testimonio-card .nombre-testimonio {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .testimonio .testimonio-card .nombre-testimonio {
    font-size: 2rem;
  }
}
.testimonio .testimonio-card .contenido-testimonio {
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 1rem;
  overflow-x: auto;
}
@media (min-width: 480px) {
  .testimonio .testimonio-card .contenido-testimonio {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .testimonio .testimonio-card .contenido-testimonio {
    font-size: 1.5rem;
  }
}

.bg-amarillo {
  background-color: #fdda00;
}
.bg-amarillo li:nth-child(odd) {
  background-color: rgb(255, 222.9743083004, 23.5);
}

.bg-verde {
  background-color: #752F97;
}
.bg-verde li:nth-child(odd) {
  background-color: rgb(132.0681818182, 53.053030303, 170.446969697);
}

.bg-morado {
  background-color: #752F97;
}
.bg-morado li:nth-child(odd) {
  background-color: rgb(132.0681818182, 53.053030303, 170.446969697);
}

.bg-blanco {
  background-color: #FFFFFF;
}
.bg-blanco li:nth-child(odd) {
  background-color: white;
}

.romasur {
  width: 100%;
  padding: 3rem 0;
  background-color: #f9f9f9;
}
.romasur .card-sucursal {
  max-width: 1400px;
  margin: 80px auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.romasur h2 {
  font-size: 3rem;
  color: #752F97;
  text-align: center;
  margin-bottom: 2rem;
}
.romasur .contenido-romasur {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .romasur .contenido-romasur {
    flex-direction: row;
    gap: 3rem;
  }
}
.romasur .contenido-romasur .mapa {
  flex: 1;
  padding: 1rem;
}
.romasur .contenido-romasur .mapa h3 {
  font-size: 2.2rem;
  color: #752F97;
  margin-bottom: 0.5rem;
  text-align: center;
}
.romasur .contenido-romasur .mapa h6 {
  font-size: 1.4rem;
  text-align: center;
  color: #444;
  margin-bottom: 1rem;
}
.romasur .contenido-romasur .mapa iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  border: none;
}
@media (min-width: 1200px) {
  .romasur .contenido-romasur .mapa iframe {
    height: 500px;
  }
}
.romasur .contenido-romasur .galeria {
  flex: 1;
  padding: 2rem;
}
.romasur .contenido-romasur .galeria h3 {
  font-size: 2.2rem;
  color: #752F97;
  margin-bottom: 1rem;
  text-align: center;
}
.romasur .contenido-romasur .galeria .galeria-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #752F97;
}
.romasur .contenido-romasur .galeria .galeria-header i {
  padding: 0px 0px 8px 0px;
}
.romasur .contenido-romasur .galeria .galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}
.romasur .contenido-romasur .galeria .galeria-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 1200px) {
  .romasur .contenido-romasur .galeria .galeria-grid img {
    height: 200px;
  }
}
.romasur .contenido-romasur .galeria .galeria-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.romasur .contenido-romasur .galeria .tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.romasur .contenido-romasur .galeria .tooltip .fa-video {
  font-size: 2rem;
  color: #752F97;
}
.romasur .contenido-romasur .galeria .tooltip .tooltip-text {
  visibility: hidden;
  width: max-content;
  max-width: 280px;
  background-color: rgba(117, 47, 151, 0.85);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  /* Arriba del ícono */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 1.75rem;
  white-space: nowrap;
}
.romasur .contenido-romasur .galeria .tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  /* Flecha abajo del tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(117, 47, 151, 0.85) transparent transparent transparent;
}
.romasur .contenido-romasur .galeria .tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 1rem;
}
.modal-video .video-contenido {
  position: relative;
  max-width: 900px;
  width: 100%;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10000;
}
.modal-video .video-contenido .btn-cerrar-video {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  color: #000;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  border-radius: 5px;
  z-index: 10001;
}
.modal-video .video-contenido video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  background-color: black;
}

.modal-imagen {
  animation: fadeIn 0.3s ease-out forwards;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 1rem;
}
.modal-imagen.desaparecer {
  animation: fadeOut 0.25s ease-in forwards;
}
.modal-imagen .imagen-contenido {
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
  max-width: 900px;
  width: 100%;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10000;
}
.modal-imagen .imagen-contenido img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 10px;
}
.modal-imagen .imagen-contenido .btn-cerrar-imagen {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: none;
  color: #000000;
  display: grid;
  place-items: center;
  font-weight: 700;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  width: 30px;
  height: 30px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.96);
  }
}
.realtultepec {
  width: 100%;
  padding: 3rem 0;
  background-color: #f9f9f9;
}
.realtultepec .card-sucursal {
  max-width: 1400px;
  margin: 80px auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.realtultepec h2 {
  font-size: 3rem;
  color: #752F97;
  text-align: center;
  margin-bottom: 2rem;
}
.realtultepec .contenido-realtultepec {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .realtultepec .contenido-realtultepec {
    flex-direction: row;
    gap: 3rem;
  }
}
.realtultepec .contenido-realtultepec .mapa {
  flex: 1;
  padding: 1rem;
}
.realtultepec .contenido-realtultepec .mapa h3 {
  font-size: 2.2rem;
  color: #752F97;
  margin-bottom: 0.5rem;
  text-align: center;
}
.realtultepec .contenido-realtultepec .mapa h6 {
  font-size: 1.4rem;
  text-align: center;
  color: #444;
  margin-bottom: 1rem;
}
.realtultepec .contenido-realtultepec .mapa iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  border: none;
}
@media (min-width: 1200px) {
  .realtultepec .contenido-realtultepec .mapa iframe {
    height: 500px;
  }
}
.realtultepec .contenido-realtultepec .galeria {
  flex: 1;
  padding: 2rem;
}
.realtultepec .contenido-realtultepec .galeria h3 {
  font-size: 2.2rem;
  color: #752F97;
  margin-bottom: 1rem;
  text-align: center;
}
.realtultepec .contenido-realtultepec .galeria .galeria-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #752F97;
}
.realtultepec .contenido-realtultepec .galeria .galeria-header i {
  padding: 0px 0px 8px 0px;
}
.realtultepec .contenido-realtultepec .galeria .galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}
.realtultepec .contenido-realtultepec .galeria .galeria-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 1200px) {
  .realtultepec .contenido-realtultepec .galeria .galeria-grid img {
    height: 200px;
  }
}
.realtultepec .contenido-realtultepec .galeria .galeria-grid img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.realtultepec .contenido-realtultepec .galeria .tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.realtultepec .contenido-realtultepec .galeria .tooltip .fa-video {
  font-size: 2rem;
  color: #752F97;
}
.realtultepec .contenido-realtultepec .galeria .tooltip .tooltip-text {
  visibility: hidden;
  width: max-content;
  max-width: 280px;
  background-color: rgba(117, 47, 151, 0.85);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  /* Arriba del ícono */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 1.75rem;
  white-space: nowrap;
}
.realtultepec .contenido-realtultepec .galeria .tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  /* Flecha abajo del tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(117, 47, 151, 0.85) transparent transparent transparent;
}
.realtultepec .contenido-realtultepec .galeria .tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.mision {
  background-color: #f9f9f9;
  padding: 15rem 2rem;
  text-align: center;
}
.mision .contenedor-mision {
  max-width: 900px;
  margin: 0 auto;
}
.mision .contenedor-mision .mision-icono {
  margin-bottom: 2rem;
}
.mision .contenedor-mision .mision-icono img {
  width: 100px;
  height: auto;
}
.mision .contenedor-mision .mision-texto h2 {
  font-size: 3rem;
  color: #752F97;
  margin-bottom: 2rem;
}
.mision .contenedor-mision .mision-texto p {
  font-size: 2rem;
  line-height: 1.9;
  color: #444;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  text-align: justify;
}
.mision .contenedor-mision .mision-texto .btn-valores {
  display: inline-block;
  background-color: #752F97;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.mision .contenedor-mision .mision-texto .btn-valores:hover {
  background-color: rgb(86.8636363636, 34.8939393939, 112.1060606061);
  transform: scale(1.05);
}

.vision {
  background-color: #f9f9f9;
  padding: 15rem 2rem;
  text-align: center;
}
.vision .contenedor-vision {
  max-width: 900px;
  margin: 0 auto;
}
.vision .contenedor-vision .vision-icono {
  margin-bottom: 2rem;
}
.vision .contenedor-vision .vision-icono img {
  width: 100px;
  height: auto;
}
.vision .contenedor-vision .vision-texto h2 {
  font-size: 3rem;
  color: #752F97;
  margin-bottom: 2rem;
}
.vision .contenedor-vision .vision-texto p {
  font-size: 2rem;
  line-height: 1.9;
  color: #444;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.valores {
  background-color: #f9f9f9;
  padding: 6rem 2rem;
  text-align: center;
}
.valores .contenedor-valores {
  max-width: 900px;
  margin: 0 auto;
}
.valores .contenedor-valores .valores-icono {
  margin-bottom: 2rem;
}
.valores .contenedor-valores .valores-icono img {
  width: 100px;
  height: auto;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
}
.valores .contenedor-valores .valores-texto h2 {
  font-size: 3rem;
  color: #752F97;
  margin-bottom: 2rem;
}
.valores .contenedor-valores .valores-texto p {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #444;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.valores .contenedor-valores .valores-texto p strong {
  color: #752F97;
}

.footer {
  background-color: #752F97;
  padding: 2.5rem 0;
}
.footer .whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  width: 60px;
  height: 60px;
}
.footer .whatsapp-float img {
  width: 100%;
  height: auto;
  border-radius: 20%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.footer .whatsapp-float img:hover {
  transform: scale(1.1);
}
.footer p {
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}

.modal-cita {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-cita.mostrar {
  display: flex;
}
.modal-cita .modal-cita-contenido {
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.modal-cita .modal-cita-contenido h2 {
  margin-top: 0;
  color: #6b21a8;
}
.modal-cita .modal-cita-contenido .cerrar-cita {
  position: absolute;
  top: 10px;
  right: 20px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
}
.modal-cita .modal-cita-contenido input,
.modal-cita .modal-cita-contenido textarea {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.modal-cita .modal-cita-contenido .disponibilidad {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1rem;
}
.modal-cita .modal-cita-contenido .btn-enviar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #25d366;
  color: white;
  font-size: 1.2rem;
  padding: 1rem;
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
}
.modal-cita .modal-cita-contenido .btn-enviar:hover {
  background-color: #128c7e;
}
.modal-cita .modal-cita-contenido .btn-enviar i {
  font-size: 1.5rem;
}

.contenedor-servicios {
  background-color: #FFFFFF;
}
.contenedor-servicios h3 {
  color: #752F97;
  font-size: 2.8rem;
}
@media (min-width: 480px) {
  .contenedor-servicios h3 {
    font-size: 4rem;
  }
}
.contenedor-servicios .serv_card {
  padding-top: 1.5rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contenedor-servicios .serv_card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
  }
}

.serv_info {
  text-align: center;
  transition: transform 0.3s ease-in-out;
}
.serv_info:hover {
  transform: scale(1.1);
}
.serv_info-nombre {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  color: #FFFFFF;
}
.serv_info-header, .serv_info-footer {
  padding: 0.5rem;
}
.serv_info-header p, .serv_info-footer p {
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.serv_info-header {
  background-color: #752F97;
}
.serv_info-header p {
  text-transform: uppercase;
  font-size: 2.2rem;
  padding: 1rem 0;
}
.serv_info-body {
  background-color: #FFFFFF;
  height: 42rem;
  justify-content: center;
}
.serv_info-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.serv_info-body ul li {
  padding: 2rem;
  border-bottom: 1px solid #e1e1e1;
}
.serv_info-body p {
  text-align: justify;
  font-size: 1.1rem;
  padding: 0.1rem 1rem 1rem;
}
.serv_info-body img {
  padding-top: 1rem;
  width: 40rem;
  height: 32rem;
  display: inline;
}
.serv_info-footer {
  background-color: #FFFFFF;
  padding: 3rem;
}
.serv_info-footer p {
  font-size: 2.8rem;
  font-weight: 900;
  background-color: #752F97;
  padding: 1rem 0;
  border-radius: 1rem;
  cursor: pointer;
}
.serv_info-footer p:hover {
  background-color: rgb(56.7272727273, 22.7878787879, 73.2121212121);
}

.servicios-grid {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.servicio-icono {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  color: #752F97;
}
.servicio-icono img {
  width: 6rem;
  margin-bottom: 0.7rem;
}
.servicio-icono i {
  font-size: 4rem;
  margin-bottom: 0.5rem;
}
.servicio-icono span {
  font-size: 1.2rem;
  font-weight: 600;
}
.servicio-icono:hover {
  transform: scale(1.05);
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  padding: 1rem;
}

.modal-contenido {
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: grid;
  place-items: center;
  animation: fadeIn ease-in 0.5s;
}
.modal-contenido.fade-out {
  animation: fadeOut ease-in 0.5s;
}
.modal-contenido img {
  max-width: 28rem;
  max-height: 500px;
  padding: 2rem;
}
@media (min-width: 480px) {
  .modal-contenido img {
    max-width: 50rem;
  }
}
.modal-contenido p {
  color: #752F97;
  padding: 1rem;
  text-align: center;
  max-width: 340px;
  font-weight: 900;
  font-size: 1.2rem;
}
@media (min-width: 480px) {
  .modal-contenido p {
    font-size: 1.5rem;
    max-width: 600px;
  }
}
.modal-contenido h2 {
  color: #752F97;
  padding-top: 7rem;
  font-size: 3.5rem;
  text-align: center;
}
@media (min-width: 480px) {
  .modal-contenido h2 {
    padding-top: 1rem;
    text-align: center;
  }
}

.icono-servicio {
  font-size: 5rem;
  text-align: center;
  color: #752F97;
  margin-bottom: 1rem;
}

.descripcion-servicio {
  text-align: center;
  font-size: 1rem;
  color: #333;
}

.btn-cerrar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: none;
  color: #000000;
  display: grid;
  place-items: center;
  font-weight: 700;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
  width: 50px;
  height: 50px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fidelidad {
  background-color: rgb(231.6818181818, 211.5303030303, 241.4696969697);
  padding-top: 8rem;
  padding-bottom: 5rem;
  color: #752F97;
}
.fidelidad .contenedor-fidelidad {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
@media (min-width: 768px) {
  .fidelidad .contenedor-fidelidad {
    padding: 4rem 8rem;
  }
}
.fidelidad .fidelidad-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
  text-align: center;
}
.fidelidad .fidelidad-header img {
  width: 95px;
  height: 95px;
}
.fidelidad .fidelidad-header h3 {
  font-size: 3.5rem;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
}
.fidelidad .fidelidad-intro {
  background-color: rgb(132.0681818182, 53.053030303, 170.446969697);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.6;
  font-size: 1.8rem;
}
.fidelidad .fidelidad-intro p {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .fidelidad .fidelidad-intro {
    font-size: 2rem;
  }
}
.fidelidad .fidelidad-lista {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}
.fidelidad .fidelidad-lista li {
  background-color: #FFFFFF;
  color: #752F97;
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  line-height: 1.6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fidelidad .fidelidad-lista li:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}
.fidelidad .fidelidad-lista li strong {
  color: #752F97;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.fidelidad .fidelidad-lista li:nth-child(odd) {
  background-color: white;
}
.fidelidad .fidelidad-footer {
  text-align: center;
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: rgb(147.1363636364, 59.1060606061, 189.8939393939);
  border-radius: 1rem;
  padding: 2rem;
}
.fidelidad .fidelidad-footer p {
  color: #FFFFFF;
}
.fidelidad .fidelidad-footer strong {
  color: #FFFFFF;
  font-weight: 700;
  display: block;
  margin-top: 1rem;
}/*# sourceMappingURL=app.css.map */
