@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: #FFFFFF;
  font-size: 2rem;
  background-color: #121212;
}
body.overflow-hidden {
  overflow: hidden;
}

p {
  color: #FFFFFF;
  line-height: 1.5;
}

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

a {
  text-decoration: none;
}

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

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 4.6rem;
}

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

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

body > section {
  margin-top: 6rem;
}

.header {
  background: linear-gradient(to right, #ffb000, #8c6000);
  position: relative;
  z-index: 1002;
}
@media (min-width: 768px) {
  .header.fixed {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0.1rem 0.2rem 0.3rem #333;
  }
}
.header .contenido-header {
  padding: 2rem;
}
@media (min-width: 768px) {
  .header .contenido-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header .header-superior {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .header .header-superior {
    display: block;
  }
}
.header h1 {
  color: #FFFFFF;
  text-align: center;
  padding-top: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .header h1 {
    text-align: left;
    padding: 0;
  }
}

.menu-hamburguesa {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
@media (min-width: 768px) {
  .menu-hamburguesa {
    display: none;
  }
}
.menu-hamburguesa .linea {
  width: 100%;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.menu-hamburguesa.active .linea:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.menu-hamburguesa.active .linea:nth-child(2) {
  opacity: 0;
}
.menu-hamburguesa.active .linea:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.navegacion-principal {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.navegacion-principal.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  max-height: 500px;
  background: linear-gradient(to bottom, #8c6000, #ffb000);
  margin-top: 2rem;
  border-radius: 0.5rem;
}
.navegacion-principal.active a {
  font-size: 2rem;
  color: #FFFFFF;
  padding: 1rem 2rem;
  width: 90%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navegacion-principal.active a:last-child {
  border-bottom: none;
}
.navegacion-principal.active a:hover, .navegacion-principal.active a.active {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  color: #121212;
}
@media (min-width: 768px) {
  .navegacion-principal {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding-bottom: 0;
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    max-height: none;
    margin-top: 0;
  }
  .navegacion-principal a {
    font-size: 2rem;
    color: #FFFFFF;
    padding: 0;
    width: auto;
    border-bottom: none;
  }
  .navegacion-principal a:hover, .navegacion-principal a.active {
    background-color: transparent;
    border-radius: 0;
    color: #242424;
  }
}

.menu-overlay {
  display: none;
}

.video {
  position: relative;
  min-height: 50rem;
  max-height: 70rem;
  overflow: hidden;
}
.video .overlay {
  position: absolute;
  background: linear-gradient(270deg, rgba(18, 18, 18, 0.5), hsla(0, 0%, -22.9411764706%, 0.9));
  inset: 0;
  display: flex;
  align-items: center;
}
.video video {
  display: block;
  width: auto;
}
@media (min-width: 1200px) {
  .video video {
    width: 100%;
  }
}

.contenido-video {
  z-index: 10;
}
.contenido-video h2 {
  color: #FFFFFF;
  font-size: 7rem;
  margin: 0;
}
.contenido-video p {
  color: #FFFFFF;
  background-color: #ffb000;
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
}

.sobreMi {
  padding-bottom: 0;
  padding-top: 5rem;
  width: 90%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sobreMi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
  .sobreMi .imagen {
    margin-top: 5rem;
  }
}

.contenido-sobreMi h2 {
  margin-bottom: 2rem;
}
.contenido-sobreMi .fecha {
  color: #D4AF37;
  font-weight: 700;
}

.lineup {
  background: linear-gradient(to bottom, #121212, #242424, #121212);
}
.lineup h3,
.lineup .subtitle {
  text-align: center;
  color: #FFFFFF;
}
.lineup .subtitle {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: bold;
}

.objetivos-contenedor {
  width: 90%;
  max-width: 120rem;
  margin: 0 auto;
  background-image: url("../img/objetivos.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 5rem;
  border-radius: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .objetivos-contenedor {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .objetivos-contenedor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}

.objetivo {
  padding-top: 2rem;
  margin-top: 2rem;
  border-radius: 1rem;
  transition: transform 0.3s ease-in-out;
}
.objetivo:hover {
  transform: scale(1.1);
}
.objetivo .nombre-objetivo {
  font-weight: 900;
  text-align: center;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .objetivo {
    margin: 0;
  }
}

.fecha-contenedor {
  width: 90%;
  max-width: 120rem;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 2rem;
  transition: transform 0.3s ease-in-out;
}
.fecha-contenedor:hover {
  transform: scale(1.1);
}
@media (min-width: 1200px) {
  .fecha-contenedor {
    width: 50%;
    max-width: 120rem;
    margin: 0 auto;
  }
}

.fecha {
  padding-top: 1rem;
  margin-top: 1rem;
  border-radius: 2rem;
}
.fecha .nombre-fecha {
  font-weight: 900;
  text-align: center;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 0;
}
.fecha .inscripcion {
  font-weight: 900;
  text-align: center;
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .fecha {
    margin: 0;
  }
}

.inscripcion {
  padding-bottom: 2rem;
}

.lista {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lista li {
  text-align: center;
  line-height: 1.5;
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-weight: 700;
}
.lista li span {
  font-weight: 400;
}

.bg-amarillo {
  background: linear-gradient(to right, #ffb000, #8c6000);
}

.bg-grey {
  background: linear-gradient(to right, #242424, #121212);
}

.bg-fecha {
  background: linear-gradient(45deg, #242424 20%, rgba(212, 175, 55, 0.2) 50%, #242424 80%);
}

.galeria {
  width: 90%;
  max-width: 120rem;
  margin: 0 auto;
}
.galeria-imagenes {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 480px) {
  .galeria-imagenes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .galeria-imagenes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .galeria-imagenes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.galeria-imagenes img {
  height: 20rem;
  object-fit: cover;
}

.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
  animation: fadeIn ease-in 0.4s;
}
.modal.fade-out {
  animation: fadeOut ease-in 0.4s;
}
.modal img {
  max-width: 80rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.btn-cerrar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: none;
  color: #000000;
  display: grid;
  place-items: center;
  font-weight: 800;
  cursor: pointer;
}
.btn-cerrar:hover {
  transition: background-color ease-in 0.07s;
  background-color: rgb(191.25, 191.25, 191.25);
}

.header-condiciones {
  text-align: center;
  padding: 40px 0;
  border-bottom: 2px solid #D4AF37;
  margin-bottom: 40px;
}
.header-condiciones::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 30%, rgba(212, 175, 55, 0.1) 50%, transparent 70%);
}
.header-condiciones h3 {
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 2.5rem;
  color: #D4AF37;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 15px;
}
.section-title::after {
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #D4AF37;
}

.content-section {
  background: linear-gradient(45deg, transparent 30%, rgba(212, 175, 55, 0.1) 50%, transparent 70%);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.content-section::before {
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #D4AF37;
}

.rules-list {
  list-style-type: none;
}
.rules-list li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  padding-left: 30px;
}
.rules-list li:last-child {
  border-bottom: none;
}
.rules-list li::before {
  content: "•";
  color: #D4AF37;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 12px;
}

.warning-box {
  background-color: rgba(212, 175, 55, 0.1);
  border-left: 4px solid #D4AF37;
  padding: 20px;
  margin: 30px 0;
  border-radius: 0 5px 5px 0;
}

.highlight {
  color: #D4AF37;
  font-weight: bold;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.step {
  flex: 1;
  min-width: 250px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 8px;
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.step-number {
  position: absolute;
  top: -15px;
  left: 20px;
  background-color: #D4AF37;
  color: #1A1A1A;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.step h3 {
  color: #D4AF37;
  margin-bottom: 10px;
  margin-top: 10px;
}

.challenge-section {
  text-align: center;
  padding: 30px;
  background: linear-gradient(135deg, #2A2A2A 0%, rgba(42, 42, 42, 0.8) 100%);
  border-radius: 10px;
  margin-top: 40px;
  border: 1px solid #D4AF37;
}

.challenge-title {
  font-size: 2rem;
  color: #D4AF37;
  margin-bottom: 20px;
}

.geometric-pattern {
  position: absolute;
  width: 200px;
  height: 200px;
  opacity: 0.05;
  pointer-events: none;
}

.pattern-1 {
  top: 10%;
  right: 5%;
  background: radial-gradient(circle, #D4AF37 0%, transparent 70%);
}

.pattern-2 {
  bottom: 10%;
  left: 5%;
  background: linear-gradient(45deg, transparent 30%, #D4AF37 50%, transparent 70%);
}

@media (min-width: 768px) {
  .reglas-contenedor .reglas-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    align-items: start;
  }
}
.reglas-contenedor .reglas-grid {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .reglas-contenedor .reglas-contenido .section-title {
    text-align: left;
  }
  .reglas-contenedor .reglas-contenido .section-title::after {
    left: 0;
    transform: none;
  }
}
.reglas-contenedor .reglas-imagen {
  display: none;
}
@media (min-width: 768px) {
  .reglas-contenedor .reglas-imagen {
    display: block;
  }
  .reglas-contenedor .reglas-imagen img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 480px) {
  .reglas-contenedor .reglas-grid {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .process-steps {
    flex-direction: column;
  }
}
.premio-section {
  padding: 6rem 0 0;
}
@media (min-width: 768px) {
  .premio-section .premio-integrado .premio-contenido {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
  }
}
.premio-section .premio-integrado .premio-texto .premio-descripcion {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .premio-section .premio-integrado .premio-texto .premio-descripcion {
    text-align: left;
  }
}
.premio-section .premio-integrado .premio-texto .criterios-premio .criterios-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 3rem;
}
.premio-section .premio-integrado .premio-texto .criterios-premio .criterios-list li {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 3rem;
}
.premio-section .premio-integrado .premio-texto .criterios-premio .criterios-list li:last-child {
  border-bottom: none;
}
.premio-section .premio-integrado .premio-texto .criterios-premio .criterios-list li::before {
  content: "•";
  color: #D4AF37;
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.premio-section .premio-integrado .premio-texto .criterios-premio .premio-monto {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: center;
  padding: 2rem;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 1rem;
  border-left: 4px solid #D4AF37;
}
@media (min-width: 768px) {
  .premio-section .premio-integrado .premio-texto .criterios-premio .premio-monto {
    text-align: left;
  }
}
.premio-section .premio-integrado .premio-texto .criterios-premio .premio-monto .highlight {
  color: #ffb000;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .premio-section .premio-integrado .testimonios-premio {
    padding-top: 7rem;
  }
}
.premio-section .premio-integrado .testimonios-premio .separador-premio {
  display: none;
}
@media (min-width: 768px) {
  .premio-section .premio-integrado .testimonios-premio .separador-premio {
    display: block;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
    margin: 0 0 3rem;
  }
}
.premio-section .premio-integrado .testimonios-premio .testimonios-title {
  font-size: 2.2rem;
  color: #D4AF37;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .premio-section .premio-integrado .testimonios-premio .testimonios-title {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.premio-section .premio-integrado .testimonios-premio .testimonios-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .premio-section .premio-integrado .testimonios-premio .testimonios-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.premio-section .premio-integrado .testimonios-premio .testimonio-item {
  text-align: center;
}
.premio-section .premio-integrado .testimonios-premio .testimonio-item .testimonio-imagen {
  width: 100px;
  height: 100px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #D4AF37;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .premio-section .premio-integrado .testimonios-premio .testimonio-item .testimonio-imagen {
    max-width: 180px;
    max-height: 180px;
  }
}
@media (min-width: 1200px) {
  .premio-section .premio-integrado .testimonios-premio .testimonio-item .testimonio-imagen {
    width: 100px;
    height: 100px;
  }
}
.premio-section .premio-integrado .testimonios-premio .testimonio-item .testimonio-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.premio-section .premio-integrado .testimonios-premio .testimonio-item .testimonio-imagen img:hover {
  transform: scale(1.05);
}
.premio-section .premio-integrado .testimonios-premio .testimonio-item .testimonio-nombre {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 768px) {
  .premio-section .premio-integrado .testimonios-premio .testimonio-item .testimonio-nombre {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .premio-section .premio-integrado .testimonios-premio .testimonio-item .testimonio-nombre {
    font-size: 1.6rem;
  }
}
.premio-section .premio-integrado .testimonios-premio .testimonios-extra {
  text-align: center;
  font-size: 1.6rem;
  color: #D4AF37;
  font-style: italic;
  margin: 1rem 0 0;
}
@media (min-width: 768px) {
  .premio-section .premio-integrado .testimonios-premio .testimonios-extra {
    text-align: left;
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .premio-section .premio-integrado .testimonios-premio .testimonios-extra {
    font-size: 1.6rem;
  }
}

@media (min-width: 480px) {
  .premio-section .premio-integrado .testimonios-premio .testimonios-grid {
    gap: 1rem;
  }
  .premio-section .premio-integrado .testimonios-premio .testimonio-item .testimonio-imagen {
    max-width: 150px;
    max-height: 150px;
  }
  .premio-section .premio-integrado .testimonios-premio .testimonio-item .testimonio-nombre {
    font-size: 1.4rem;
  }
}
.whatsapp-float {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon {
  width: 40px;
  height: 40px;
}

.title {
  font-size: 4rem;
}

.contact-section {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .contact-section .contacto-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
    align-items: start;
  }
}
.contact-section .contacto-grid {
  margin-bottom: 4rem;
}
.contact-section .contacto-mensaje .destacado {
  font-size: 2.2rem;
  font-weight: 700;
  color: #D4AF37;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.contact-section .contacto-mensaje p {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.6;
}
.contact-section .contacto-mensaje p:last-child {
  margin-bottom: 0;
}
.contact-section .contacto-info {
  background: rgba(36, 36, 36, 0.6);
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid rgba(212, 175, 55, 0.2);
}
.contact-section .contacto-info .contacto-item {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-section .contacto-info .contacto-item:last-child {
  border-bottom: none;
}
.contact-section .contacto-info .contacto-icono {
  width: 24px;
  height: 24px;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
.contact-section .contacto-info .contacto-icono svg {
  width: 100%;
  height: 100%;
  fill: #D4AF37;
}
.contact-section .contacto-info .contacto-texto,
.contact-section .contacto-info .contacto-link {
  font-size: 1.8rem;
  color: #FFFFFF;
  font-weight: 500;
}
.contact-section .contacto-info .contacto-link {
  transition: color 0.3s ease;
}
.contact-section .contacto-info .contacto-link:hover {
  color: #D4AF37;
}
.contact-section .formulario-section {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, rgba(36, 36, 36, 0.8) 0%, rgba(18, 18, 18, 0.9) 100%);
  border-radius: 1rem;
  border: 1px solid rgba(212, 175, 55, 0.3);
}
.contact-section .formulario-section .formulario-texto {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #FFFFFF;
  line-height: 1.5;
}
.contact-section .formulario-section .cta-button-container .cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #ffb000, #8c6000);
  color: #FFFFFF;
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 176, 0, 0.3);
}
.contact-section .formulario-section .cta-button-container .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 176, 0, 0.4);
  background: linear-gradient(135deg, rgb(255, 183.9, 25.5), #8c6000);
}
.contact-section .formulario-section .cta-button-container .cta-button:active {
  transform: translateY(-1px);
}

@media (min-width: 480px) {
  .contact-section .contacto-info {
    margin-top: 6rem;
    padding: 7rem;
  }
  .contact-section .formulario-section {
    padding: 3rem 1.5rem;
  }
}
.info-button-container {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}
.info-button-container .info-button {
  display: inline-block;
  background: rgba(212, 175, 55, 0.1);
  color: #D4AF37;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2.5rem;
  border: 1px solid #D4AF37;
  transition: all 0.3s ease;
}
.info-button-container .info-button:hover {
  background: rgba(212, 175, 55, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
}
.info-button-container .info-button:active {
  transform: translateY(0);
}

.footer {
  background: linear-gradient(to right, #ffb000, #8c6000);
  padding: 2rem 0;
}
.footer p {
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}/*# sourceMappingURL=app.css.map */
