@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: "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  font-size: 2rem;
}

p {
  font-family: "Segoe UI", sans-serif;
  color: #000000;
  font-size: 2rem;
  line-height: 1.5;
}

/*globales*/
.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

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

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

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

h4 {
  font-size: 2rem;
}

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

body > section {
  padding: 10rem 0;
}

.section-title {
  text-align: center;
  margin-bottom: 6rem;
  text-transform: uppercase;
  color: #d4a017;
}
.section-title h2 {
  font-size: 4rem;
  margin-bottom: 0.8rem;
}
.section-title p {
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.section-subtitle {
  color: #64748b;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

input,
textarea,
select {
  font-family: inherit;
}

.seccion {
  padding: 8rem 0;
}

.contenido-centrado {
  max-width: 800px;
}

.alinear-derecha {
  display: flex;
  justify-content: flex-end;
}

.w-100 {
  width: 100%;
}

.card {
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 3rem;
  border: 1px solid rgba(32, 65, 154, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.12);
}
.card h3 {
  color: #20419A;
  font-size: 2.6rem;
  margin-bottom: 1.8rem;
}
.card h4 {
  color: #334155;
  font-size: 1.9rem;
  margin: 2rem 0 1rem;
}
.card p {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.card ul {
  margin: 1rem 0 2rem 2rem;
}
.card ul li {
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 0.8rem;
}

.boton-amarillo {
  display: block;
  background-color: #d4a017;
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 35px;
  text-align: center;
  margin-top: 2.5rem;
  border-radius: 12px;
}
.boton-amarillo:hover {
  background-color: rgb(188.9957446809, 142.6382978723, 20.5042553191);
  transform: translateY(-3px);
  cursor: pointer;
}
.boton-amarillo {
  border-radius: 12px;
}

.boton-amarillo-block {
  display: block;
  background-color: #d4a017;
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 35px;
  text-align: center;
  margin-top: 2.5rem;
  border-radius: 12px;
}
.boton-amarillo-block:hover {
  background-color: rgb(188.9957446809, 142.6382978723, 20.5042553191);
  transform: translateY(-3px);
  cursor: pointer;
}
.boton-amarillo-block {
  border-radius: 12px;
}

.boton-verde {
  display: inline-block;
  background-color: #00723F;
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 35px;
  text-align: center;
  margin-top: 2.5rem;
  border-radius: 12px;
}
.boton-verde:hover {
  background-color: rgb(0, 88.5, 48.9078947368);
  transform: translateY(-3px);
  cursor: pointer;
}

.boton-verde-block {
  display: block;
  background-color: #00723F;
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 35px;
  text-align: center;
  margin-top: 2.5rem;
  border-radius: 12px;
}
.boton-verde-block:hover {
  background-color: rgb(0, 88.5, 48.9078947368);
  transform: translateY(-3px);
  cursor: pointer;
}

.boton-azul {
  display: inline-block;
  background-color: #20419A;
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 35px;
  text-align: center;
  margin-top: 2.5rem;
  border-radius: 12px;
}
.boton-azul:hover {
  background-color: rgb(27.6129032258, 56.0887096774, 132.8870967742);
  transform: translateY(-3px);
  cursor: pointer;
}

.boton-azul-block {
  display: block;
  background-color: #20419A;
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 35px;
  text-align: center;
  margin-top: 2.5rem;
  border-radius: 12px;
}
.boton-azul-block:hover {
  background-color: rgb(27.6129032258, 56.0887096774, 132.8870967742);
  transform: translateY(-3px);
  cursor: pointer;
}

.boton-rojo-block {
  display: block;
  background-color: rgb(189, 7, 7);
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 35px;
  text-align: center;
  margin-top: 2.5rem;
  border-radius: 12px;
}
.boton-rojo-block:hover {
  background-color: rgb(164.4107142857, 6.0892857143, 6.0892857143);
  transform: translateY(-3px);
  cursor: pointer;
}
.boton-rojo-block {
  width: 100%;
}

.header {
  background-color: #20419A;
}
@media (min-width: 768px) {
  .header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0.1rem 0.2rem 0.3rem #333;
  }
}
.header .contenido-header {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: min(95%, 140rem);
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header .contenido-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

.barra {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .barra {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 8rem;
  }
}

.barra > a {
  flex: 0 0 auto;
}

.barra > a img {
  width: 12rem;
  height: auto;
  display: block;
}

.derecha {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .derecha {
    flex-direction: row;
    align-items: center;
  }
}
.derecha .idiomas {
  padding-right: 1rem;
}
.derecha .dark-mode-boton {
  width: 2.8rem;
  height: 2.8rem;
  margin: 0;
  filter: invert(100%);
}
.derecha .dark-mode-boton:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .derecha .dark-mode-boton {
    margin-top: 0;
  }
}

.navegacion {
  display: none;
}
@media (min-width: 768px) {
  .navegacion {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
  }
}
.navegacion a {
  width: 100%;
  text-align: right;
  margin: 0.8rem 0;
}
@media (min-width: 768px) {
  .navegacion a {
    font-size: 1.5rem;
  }
  .navegacion a:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .navegacion a {
    font-size: 1.8rem;
  }
  .navegacion a:last-of-type {
    margin-right: 1rem;
  }
}
.navegacion a:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .navegacion-principal {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .navegacion-principal {
    gap: 2.5rem;
  }
}
.navegacion-principal a {
  color: #FFFFFF;
  align-items: center;
  font-size: 2.4rem;
  margin-right: 2rem;
}
.navegacion-principal a:hover, .navegacion-principal a.active {
  color: #d4a017;
}

.idiomas {
  display: flex;
  align-items: center;
  padding-right: 1rem;
  gap: 0.5rem;
}

.lang {
  font-size: 1.4rem;
  color: #FFFFFF;
  cursor: pointer;
}

.lang.active {
  color: #d4a017;
  font-weight: bold;
}

/**Menu hamburguesa*/
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu img {
  width: 5rem;
}

.mostrar {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.mostrar a {
  width: 100%;
  text-align: right;
}

.hero {
  min-height: 100vh;
  background: url("../../img/header.jpg") center/cover;
  position: relative;
  display: flex;
  align-items: center;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: blanco;
  width: 90%;
  max-width: 700px;
  margin-left: 5%;
}

.badge {
  background: #d4a017;
  padding: 10px 20px;
  font-size: 3rem;
  border-radius: 40px;
}

.hero h1 {
  color: #FFFFFF;
  text-align: left;
  font-size: 4rem;
  margin: 20px 0;
}

.hero h1 span {
  color: #d4a017;
}

.hero p {
  color: #FFFFFF;
}

.hero-info {
  display: flex;
  gap: 30px;
  margin: 30px 0;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .hero-info {
    flex-direction: column;
  }
  .hero h1 {
    font-size: 2.3rem;
  }
}
.info-item {
  display: flex;
  gap: 15px;
  align-items: center;
}

.info-item i {
  font-size: 3rem;
  color: #d4a017;
}

.info-item strong {
  color: #d4a017;
}

.main-section {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .main-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}
.main-section .sobre-congreso {
  margin-top: 5rem;
}
.main-section .sobre-congreso h2 {
  color: #d4a017;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.main-section .sobre-congreso .fecha {
  color: #00723F;
  font-weight: 700;
}
.main-section .sobre-congreso p {
  font-size: 1.5rem;
  text-align: justify;
}
.main-section {
  padding: 15px;
}

.objetivos {
  margin-top: 5rem;
  background: #f5f5f7;
  padding: 2rem;
  border-radius: 10px;
  height: fit-content;
  font-family: "Segoe UI", sans-serif;
}

.titulo {
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d4a017;
  margin-bottom: 2rem;
  position: relative;
}

.titulo::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #d4a017;
  margin-right: 10px;
  vertical-align: middle;
}

.objetivo {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ddd;
}

.numero {
  background: #d4a017;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.5rem 0.7rem;
  border-radius: 6px;
  min-width: 40px;
  text-align: center;
}

.objetivo p {
  margin: 0;
  color: #333;
  line-height: 1.6;
  font-size: 1.5rem;
  text-align: justify;
}

.objetivo:hover {
  background: #fff;
  padding-left: 0.5rem;
  transition: all 0.3s ease;
}

@media (max-width: 480px) {
  .objetivo {
    flex-direction: column;
  }
  .numero {
    width: fit-content;
  }
}
.topics-section {
  padding: 5rem 2rem;
  background: #f8f9fa;
}
.topics-section p {
  font-family: "Segoe UI", sans- serif;
}

.topics-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .topics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .topics-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.topic-card {
  width: 100%;
  padding: 1.8rem;
  border-radius: 12px;
  border-left: 5px solid #00723F;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.topic-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.topic-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.topic-icon {
  font-size: 3.8rem;
  color: #d4a017;
}

.topic-header h3 {
  font-size: 1.8rem;
  margin: 0;
  color: #0d233a;
  text-align: left;
}

.topic-desc {
  font-size: 1.4rem;
  padding: 0.25rem 0.6rem;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.topic-tags span {
  background: #f8f9fa;
  padding: 0.3rem 0.7rem;
  border-radius: 20px;
  font-size: 1.2rem;
  color: #64748b;
}

.ponentes-seccion {
  padding: 5rem 2rem;
  background: #FFFFFF;
}
.ponentes-seccion p {
  font-family: "Segoe UI", sans-serif;
}

.ponentes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .ponentes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .ponentes-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ponente-card {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  border-left: 5px solid #00723F;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ponente-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.ponente-card:hover img {
  transform: scale(1.05);
}

.contenido-ponente {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.contenido-ponente h3 {
  font-size: 2rem;
  color: #20419A;
  line-height: 1.4;
  margin-bottom: 1rem;
  min-height: 5.5rem;
}

@media (max-width: 768px) {
  .titulo::before,
  .titulo::after {
    width: 20%;
  }
}
.imagen-ponente {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 2rem 1rem;
  height: auto;
}
.imagen-ponente img {
  width: 170px;
  height: 170px;
  border-radius: 45%;
  object-fit: center;
  border: 5px solid #F3F4F6;
  transition: 0.3s;
}

.role {
  padding: 0.6rem 1.3rem;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.conferencista {
  background: #00723F;
  color: #FFFFFF;
}

.tallerista {
  background: #6366f1;
  color: #FFFFFF;
}

.member-desc {
  font-size: 1.45rem;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 2rem;
  flex: 1;
  display: flex;
  align-items: center;
}

.contenido-ponente .boton {
  width: 70%;
  margin-top: auto;
}

.dates-section {
  background-color: #FFFFFF;
  padding: 5rem;
}

.timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-top: 40px;
  gap: 20px;
}

@media (max-width: 768px) {
  .timeline {
    flex-direction: column;
    align-items: center;
  }
  .timeline::before {
    display: none;
  }
  .timeline-item {
    margin-bottom: 30px;
  }
}
.timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e2e8f0;
  z-index: 1;
}

.timeline-item {
  position: relative;
  z-index: 2;
  text-align: center;
  flex: 1;
  padding: 10px;
}

.timeline-icon {
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  border: 3px solid #00723F;
  color: #00723F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  font-size: 1.3rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.timeline-icon i {
  font-size: 1.8rem;
}

.timeline-item h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0d233a;
  margin-bottom: 8px;
}

.timeline-item p {
  font-size: 1.5rem;
  color: #666666;
  padding: 0 5px;
}

.timeline-item.active .timeline-icon {
  background-color: #d4a017;
  border-color: #d4a017;
  color: #0d233a;
  transform: scale(1.1);
}

.envios {
  padding: 5rem 2rem;
  background: #f8f9fa;
}
.envios h2, .envios h3 {
  color: #d4a017;
  margin-bottom: 1rem;
}
.envios p {
  max-width: 85rem;
  margin: 0 auto;
  color: #64748b;
  line-height: 1.8;
}
.envios strong {
  color: #00723F;
}

.envio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(34rem, 1fr));
  gap: 3rem;
}

.envio-card {
  background: #FFFFFF;
  border-left: 5px solid #00723F;
  border-radius: 1.2rem;
  padding: 3rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.envio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.envio-card h3, .envio-card h4 {
  color: #20419A;
  margin: 1.5rem 0;
}
.envio-card h5 {
  color: #00723F;
  margin: 2rem 0 1rem;
  font-size: 1.7rem;
}
.envio-card p {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.envio-card ul {
  padding-left: 2rem;
  margin: 0;
}
.envio-card li {
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #475569;
}

.envio-icono {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: r gba(#20419A, 0.08);
  color: #d4a017;
  font-size: 5rem;
  margin-bottom: 2rem;
}

.lineamientos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  gap: 2rem;
}

.lineamiento-card {
  background: #FFFFFF;
  border-left: 5px solid #d4a017;
  border-radius: 1.2rem;
  padding: 2.5rem;
  display: flex;
  gap: 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.lineamiento-card:hover {
  transform: translateY(-5px);
}
.lineamiento-card i {
  color: #00723F;
  font-size: 2.8rem;
  margin-top: 0.3rem;
}
.lineamiento-card h5 {
  color: #20419A;
  margin-bottom: 0.8rem;
}
.lineamiento-card p {
  color: #64748b;
  line-height: 1.7;
}

.section-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px;
}

.badge-envios {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.modalidades-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.card-envios {
  background: #FFFFFF;
  padding: 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.card-envios:hover {
  transform: translateY(-8px);
}

.icono-envios {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #d4a017;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.card-envios h4 {
  margin-bottom: 15px;
  color: #20419A;
}

.card-envios p {
  color: #475569;
  margin-bottom: 20px;
}

.card-envios ul {
  margin: 0;
  padding-left: 20px;
}

.card-envios li {
  margin-bottom: 12px;
  color: #475569;
  line-height: 1.6;
}

.lineamientos {
  margin-top: 7rem;
}

.lineamientos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
}

.lineamiento {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  margin-bottom: 1.5rem;
  background: #f8f9fa;
  border-left: 5px solid #d4a017;
  border-radius: 12px;
  transition: 0.3s;
}

.lineamiento:hover {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.item {
  display: flex;
  gap: 18px;
  background: #FFFFFF;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.item i {
  color: #d4a017;
  font-size: 2.5rem;
  margin-top: 5px;
}

.item h5 {
  margin-bottom: 10px;
  color: #0f172a;
}

.item p {
  color: #64748b;
  line-height: 1.6;
}

.modalidad-card {
  background: #FFFFFF;
  border-left: 5px solid #00723F;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.modalidad-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.modalidad-icono {
  font-size: 4rem;
  color: #d4a017;
  margin-bottom: 2rem;
}

.modalidad-card h3 {
  color: #20419A;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

.modalidad-card p,
.modalidad-card li {
  color: #475569;
  line-height: 1.8;
  font-size: 1.6rem;
}

.modalidad-card ul {
  margin-top: 2rem;
  padding-left: 2rem;
}

#formRegistro {
  width: 100%;
  margin: 2rem 0;
}

.registro {
  padding: 2rem 1rem 4rem;
}

.registro-header {
  background: #f8f9fa;
  color: #FFFFFF;
  padding: 5px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 5px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.registro-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d4a017;
  font-size: 38px;
  margin: 0 auto 20px;
}

.registro-header h1 {
  font-size: 2.3rem;
  margin-bottom: 10px;
  color: #00723F;
}

.registro-header p {
  opacity: 0.9;
}

.wizard {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.wizard-line {
  width: 90px;
  height: 2px;
  background: #cbd5e1;
  margin: 0 15px;
}

.wizard-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wizard-step span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #20419A;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.wizard-step.active span {
  background: #d4a017;
}

.wizard-step p {
  margin-top: 5px;
  font-size: 1.5rem;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.tarjeta {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.tarjeta h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 2rem;
  margin-bottom: 10px;
  padding-top: 1rem;
  color: #d4a017;
}

.tarjeta h2 i {
  font-size: 2.5rem;
  color: #00723F;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .wizard {
    flex-wrap: wrap;
    gap: 10px;
  }
  .wizard-line {
    display: none;
  }
  .tarjeta {
    padding: 25px;
  }
  .registro-header {
    padding: 30px 20px;
  }
  .acciones {
    flex-direction: column;
    gap: 1rem;
  }
  .boton-amarilloformulario {
    width: 100%;
    min-width: unset;
    max-width: none;
  }
}
.campo {
  display: flex;
  padding-top: 1rem;
  flex-direction: column;
}

.campo label {
  font-size: 1.5rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 5px;
}

.campo label span {
  color: #dc2626;
}

.campo input, .campo select,
.campo textarea {
  width: 100%;
  height: 48px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 15px;
  transition: 0.3s;
  background: white;
}

.campo input:focus,
.campo textarea:focus {
  border-color: #d4a017;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.dias-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 3rem;
}

.tab {
  flex: 1;
  border: none;
  border-radius: 16px;
  background: #FFFFFF;
  padding: 2rem;
  cursor: pointer;
  transition: 0.3s;
  border: 2px solid #e5e7eb;
}

.tab.active {
  background: #20419A;
  color: #FFFFFF;
}

.contenido-dia {
  display: none;
}

.contenido-dia.active {
  display: block;
}

.magistral {
  margin: 4rem 0;
}

.magistral-item {
  display: block;
  cursor: pointer;
}

.magistral-item input {
  display: none;
}

.magistral-item input:checked + .magistral-card {
  border-color: #d4a017;
  background: #fffdf4;
  box-shadow: 0 10px 30px rgba(212, 160, 23, 0.25);
  transform: translateY(-5px);
}

.magistral-item input:checked + .magistral-card::after {
  content: "✓";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #00723F;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.magistral-item input:checked + .magistral-card {
  border-left: 6px solid #d4a017;
}

.magistral-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-right: 6rem;
}

.magistral-header .hora {
  margin-left: 0;
  white-space: nowrap;
}

.magistral-header .hora i {
  color: #d4a017;
}

.magistral-card h3 {
  color: #00723F;
}

.magistral-card {
  background: white;
  border-left: 6px solid #00723F;
  border-radius: 18px;
  padding: 3rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  position: relative;
}

.badge {
  background: #d4a017;
  color: #FFFFFF;
  padding: 0.5rem 1.4rem;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: bold;
}

.magistral-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.magistral-info {
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
}

.magistral-info p {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
}

.magistral-info i {
  color: #d4a017;
}

.cupo {
  margin-top: 2rem;
}

.cupo-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 1.85rem;
}

.cupo-barra {
  width: 100%;
  height: 8px;
  background: #edf2f7;
  border-radius: 20px;
  overflow: hidden;
  margin: 0.7rem 0;
}

.cupo-progreso {
  width: 65%;
  height: 100%;
  background: linear-gradient(90deg, #22c55e, #16a34a);
}

.cupo-barra {
  height: 10px;
  background: #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
}

.cupo-progreso {
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, #22c55e, #16a34a);
}

.talleres {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.taller {
  cursor: pointer;
}

.taller input {
  display: none;
}

.taller-card {
  position: relative;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 18px;
  padding: 2.5rem;
  transition: 0.3s;
}

.taller-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.taller input:checked + .taller-card::after {
  content: "✓";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #16a34a;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.taller-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: #d4a017;
}

.taller-card h3 {
  font-size: 2rem;
  color: #00723F;
  margin-bottom: 2rem;
  line-height: 1.3;
}

.taller-card i {
  width: 24px;
  color: #d4a017;
}

.taller-card.agotado {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.taller input:checked + .taller-card {
  border-color: #d4a017;
  background: #fffdf4;
  box-shadow: 0 10px 30px rgba(212, 160, 23, 0.25);
  transform: translateY(-5px);
}

.taller-card.agotado::before {
  content: "AGOTADO";
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  background: #ef4444;
  color: white;
  font-size: 0.8rem;
  margin-bottom: 15px;
}

.resumen {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dato {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  border-radius: 12px;
  background: #f8fafc;
}

.dato strong {
  color: #d4a017;
}

.resumen-registro {
  padding: 3rem;
}

.resumen-descripcion {
  color: #64748b;
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

.resumen-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.resumen-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
}

.resumen-icono {
  min-width: 45px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #20419A;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.resumen-contenido {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-width: 0;
}

.resumen-contenido > span {
  color: #64748b;
  font-size: 1.3rem;
  font-weight: 600;
}

.resumen-contenido strong {
  color: #00723F;
  font-size: 1.7rem;
}

.resumen-actividad {
  min-height: 100px;
}

.lista-resumen {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.lista-resumen span {
  color: #374151;
  font-size: 1.5rem;
  line-height: 1.4;
}

.lista-resumen .sin-seleccion {
  color: #94a3b8;
  font-style: italic;
}

.resumen-aviso {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 12px;
  background: #fffdf4;
  border-left: 4px solid #d4a017;
}

.resumen-aviso i {
  color: #d4a017;
  font-size: 1.8rem;
  margin-top: 0.2rem;
}

.resumen-aviso p {
  margin: 0;
  color: #475569;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .resumen-registro {
    padding: 2rem;
  }
  .resumen-grid {
    grid-template-columns: 1fr;
  }
  .resumen-item {
    padding: 1.5rem;
  }
}
.acciones {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3rem;
}

.success {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 6rem 3rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  margin: 3rem auto;
}

.success i {
  font-size: 8rem;
  color: #16a34a;
  margin-bottom: 2rem;
}

.success h2 {
  color: #00723F;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.success p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.success strong {
  display: block;
  margin: 2rem 0 3rem;
  font-size: 1.8rem;
  color: #d4a017;
}

.error {
  color: #dc2626;
  font-size: 0.85rem;
  margin-top: 5px;
}

.input-error {
  border-color: #dc2626 !important;
}

.boton-amarilloformulario {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  padding: 0 2rem;
  margin: 0;
  border: none;
  border-radius: 10px;
  background: #d4a017;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  gap: 1rem;
  cursor: pointer;
  transition: 0.3s ease;
}

.boton-amarilloformulario:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.boton-amarilloformulario i {
  font-size: 1.5rem !important;
  color: #FFFFFF;
  line-height: 1;
  margin: 0;
}

.agenda-header {
  padding: 2rem;
  margin-bottom: 2rem;
  padding: 5rem;
  background: #f8f9fa;
}

.agenda-header h2 {
  font-size: 2.5rem;
  margin: 0;
  text-transform: uppercase;
  color: #d4a017;
}

.agenda-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 480px) {
  .agenda-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .agenda-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.agenda-day h3 {
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  color: #00723F;
}

.agenda-item {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}

.agenda-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.time {
  display: block;
  font-size: 2.5rem;
  color: #000000;
}

.badge2 {
  display: inline-block;
  background: #1e293b;
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 2rem;
  margin: 5px 0;
}

.badge2.inauguracion {
  background: #20419A;
}

.badge2.keynote {
  background: #00723F;
}

.badge2.taller {
  background: #6366f1;
}

.badge2.mesa {
  background: #d4a017;
}

.agenda-item p {
  margin: 0.3rem 0 0;
  font-weight: 700;
  color: #000000;
}

.committee-section {
  padding: 5px;
  margin: 2rem;
  margin-bottom: 5rem;
}

.committee-section .text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.committee-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 480px) {
  .committee-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .committee-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .committee-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.member-card {
  background-color: #f8f9fa;
  border-radius: 12px;
  border-left: 5px solid #00723F;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  text-align: center;
}

.member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.member-img-box {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  border: 3px solid #f3f4f6;
  background-color: #e5e7eb;
}

.member-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover center;
  display: block;
}

.member-info h3 {
  font-size: 1.5rem;
  color: #00723F;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.3;
}

.member-info .role {
  display: inline-block;
  color: #d4a017;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  background-color: rgba(32, 65, 154, 0.06);
  padding: 3px 12px;
  border-radius: 15px;
}

.member-desc {
  font-size: 1.5rem;
  color: #64748b;
  line-height: 1.6;
}

.venue-section {
  background-color: #f8f9fa;
  padding: 80px 50px;
}

.venue-container-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.venue-info-side {
  text-align: left;
}

.venue-tag {
  color: #d4a017;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.venue-info-side h2 {
  font-size: 3rem;
  color: #d4a017;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

.venue-address {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

.address-icon {
  font-size: 2.5rem;
  color: #00723F;
  margin-top: 3px;
}

.venue-address p {
  font-size: 1.8rem;
  color: #374151;
  line-height: 1.6;
}

.venue-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.venue-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 1.5rem;
  color: #1f2937;
  font-weight: 400;
}

.check-icon {
  font-size: 2.25rem;
  color: #00723F;
}

.venue-map-side {
  width: 100%;
}

.map-wrapper {
  width: 100%;
  height: 380px;
  background-color: #e9eef4;
  border-radius: 16px;
  border: 1px dashed #cbd5e1;
  padding: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px; /* Curvatura interna */
  display: block;
}

@media (max-width: 992px) {
  .venue-container-grid {
    grid-template-columns: 1fr; /* Cambia a una sola columna vertical */
    gap: 40px;
  }
  .venue-info-side h2 {
    font-size: 3rem;
  }
  .map-wrapper {
    height: 320px;
  }
}
@media (max-width: 992px) {
  .venue {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .venue-info {
    text-align: center;
  }
  .venue-img img, .mapa {
    height: 320px;
  }
}
.footer {
  padding: 2.5rem 0;
  background-color: #20419A;
}
.footer .contenedor-footer {
  padding-top: 2.5rem;
}

.footer-site {
  background: #0f172a;
  color: #e2e8f0;
  padding: 6rem 3rem;
  border-top: 4px solid #d4a017;
}

.footer-site .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 6rem;
  padding: 2rem 0;
  align-items: start;
}

.footer-brand img {
  width: 250px;
  height: auto;
  display: block;
  margin-bottom: 2rem;
}
.footer-brand .footer-tagline {
  font-size: 1.6rem;
  color: #94a3b8;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.footer-brand .copyright {
  font-size: 1.4rem;
  color: #64748b;
  line-height: 1.7;
  margin-top: 2rem;
}

.footer-brand h3 {
  color: #FFFFFF;
  font-size: 2.8rem;
  margin-bottom: 12px;
}

.footer-brand h3 span {
  color: #d4a017;
}

.footer-links h4,
.footer-contact h4 {
  color: #FFFFFF;
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 8px;
}

.footer-links h4::after,
.footer-contact h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #d4a017;
}

.footer-links ul {
  list-style: none;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 1.6rem;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  line-height: 2;
  gap: 8px;
}

.footer-links a i {
  font-size: 1.3rem;
  color: #d4a017;
}

.footer-links a:hover {
  color: #d4a017;
}

.footer-contact p {
  font-size: 1.6rem;
  color: #94a3b8;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  line-height: 1.8;
  gap: 10px;
}

.footer-contact p i {
  color: #d4a017;
}

.footer-socials {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  background-color: #1e293b;
  color: #FFFFFF;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-socials a:hover {
  background-color: #d4a017;
  color: #0f172a;
}

@media (max-width: 992px) {
  .footer-site .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer-site .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    text-align: center;
  }
  .footer-brand img {
    margin: 0 auto 1rem;
  }
  .footer-links h4::after,
  .footer-contact h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-links a {
    justify-content: center;
  }
  .footer-contact p {
    justify-content: center;
  }
  .footer-socials {
    justify-content: center;
  }
}/*# sourceMappingURL=app.css.map */
