.nowrap { white-space: nowrap; }
embed,
img,
object,
video {
  max-width: 100%;
}
sup {
  font-size: 58.3%;
  vertical-align: text-top;
}
sub {
  font-size: 58.3%;
  vertical-align: text-bottom;
}
.no-space-between-inline-blocks {
  *letter-spacing: normal; /*reset IE < 8*/
  letter-spacing: -0.31em; /*webkit*/
  word-spacing: -0.43em; /*IE < 8 && gecko*/
}
/*restore spacing on inner elements*/
.no-space-between-inline-blocks > * {
  letter-spacing: normal;
  word-spacing: normal;
}
.displace {
  left: -5000px;
  position: absolute;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}
.COLS_IN_ROW_WITHOUT_GAP {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-nav > li > a {
  padding: unset;
}
.navbar-nav > li > a:hover {
  background: unset;
}
a {
  color: inherit;
}
@font-face {
  font-family: 'GoodPro XCond';
  src: url('fonts/goodpro/FFGoodProXCond-Regular.woff2') format('woff2'),
       url('fonts/goodpro/FFGoodProXCond-Regular.woff') format('woff'),
       url('fonts/goodpro/FFGoodProXCond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GoodPro XCond';
  src: url('fonts/goodpro/FFGoodProXCond-Bold.woff2') format('woff2'),
       url('fonts/goodpro/FFGoodProXCond-Bold.woff') format('woff'),
       url('fonts/goodpro/FFGoodProXCond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GoodPro XCond';
  src: url('fonts/goodpro/FFGoodProXCond-Black.woff2') format('woff2'),
       url('fonts/goodpro/FFGoodProXCond-Black.woff') format('woff'),
       url('fonts/goodpro/FFGoodProXCond-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red Hat Display';
  src: url('fonts/redhat/RedHatDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red Hat Display';
  src: url('fonts/redhat/RedHatDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@media (min-width:1200px){
  .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
  .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
  .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
  .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}
html {
  font-size: 10px;
  color-scheme: light only;
  scroll-behavior: smooth;
}
body {
  color: #c6beb4;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 6.230838rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
  background-color: #e6e0d9;
  margin: 0;
  padding: 0;
  color-scheme: light only;
}

/* Force colors regardless of dark mode */
* {
  color-scheme: light only;
}

/* Override any dark mode media queries */
@media (prefers-color-scheme: dark) {
  html, body {
    background-color: #e6e0d9 !important;
    color: #c6beb4 !important;
  }

  .red-text {
    color: #b3061f !important;
  }

  .main-subtitle {
    color: #b3061f !important;
  }
}
@media (max-width: 768px) {
html {
  font-size: 8px;
}
}
.global_container_ {
  float: none;
  height: auto;
  margin: 0 auto;
  max-width: none;
  padding: 0;
  position: relative;
  background: #e6e0d9;
  width: 100%;
}
/* Hero Section Styles */
.hero-section {
  position: relative;
  background: #e6e0d9;
  text-align: center;
}
.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding-top: clamp(1rem, 2vw, 2rem);
  gap: clamp(1rem, 3vw, 3rem);
}

.logo-container {
  position: relative;
  z-index: 100;
  order: -1;
  width: fit-content;
  height: fit-content;
  margin-top: clamp(0.5rem, 2vw, 1.5rem);
}

.logo-s {
  width: clamp(45px, 8vw, 70px);
  height: auto;
  display: block;
}

.title-container {
  text-align: center;
  z-index: 50;
  position: relative;
  order: 1;
  width: 100%;
  max-width: min(90vw, 800px);
}

.main-title {
  margin: 0;
  font-family: 'GoodPro XCond', sans-serif;
  font-weight: 900;
  font-size: 13rem;
  line-height: 0.8;
  color: #c6beb4;
  letter-spacing: -0.003em;
}

.title-line-1,
.title-line-2 {
  display: block;
}

.main-subtitle {
  margin: -2rem 0 0 0;
  font-family: 'GoodPro XCond', sans-serif;
  font-weight: 900;
  font-size: 13.2rem;
  color: #b3061f;
  letter-spacing: -0.003em;
}

.decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.decoration-left {
  position: absolute;
  left: 1.5%;
  bottom: 25%;
  width: 54px;
  height: auto;
  z-index: 1;
}

.decoration-right {
  position: absolute;
  right: 2%;
  top: 8%;
  width: 27px;
  height: auto;
  z-index: 1;
}
/* Prize Sections Styles */
.prize-section {
  min-height: 420px;
  margin: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  width: 100%;
}

.prize-1 {
  background-image: url(images/rect_ngulo_2.jpg);
}

.prize-2 {
  background-image: url(images/rect_ngulo_2_3.jpg);
}

.prize-3 {
  background-image: url(images/rect_ngulo_2_5.jpg);
}

.prize-4 {
  background-image: url(images/rect_ngulo_2_7.jpg);
}

.prize-5 {
  background-image: url(images/rect_ngulo_2_9.png);
}

.prize-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.prize-content {
  position: relative;
  z-index: 2;
  max-width: 400px;
  padding: 0 2rem;
}

.prize-title {
  color: #ffffff;
  font-family: 'GoodPro XCond', sans-serif;
  font-weight: 900;
  font-size: 6.5rem;
  line-height: 0.85;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}

.last-line {
  display: inline-block;
  position: relative;
}

.prize-line {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  height: 6px;
  background: #b4061f;
  width: 100%;
}

.sponsor-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.sponsor-text {
  color: #ffffff;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}

.prize-1 .sponsor-text,
.prize-3 .sponsor-text {
  font-family: 'GoodPro XCond', sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
}

.heart-icon {
  display: inline-block;
  width: 23px;
  height: auto;
  vertical-align: middle;
  margin-left: 0.2rem;
}

.grillon-line {
  position: relative;
  display: inline-block;
}

.sponsor-heart {
  vertical-align: text-top;
  transform: translateY(-10%);
  margin-left: 0.2rem;
}

.brand-logo {
  position: absolute;
  bottom: 30px;
  right: 90px;
  z-index: 3;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo img {
  max-width: 90px;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.boda-logo img {
  max-width: 70px;
  max-height: 70px;
}
/* Participation Section Styles */
.participation-section {
  background: #fff;
  padding: 8rem 0;
  position: relative;
}

.participation-title {
  position: relative;
}

.hacelo-title {
  color: #dcd4cc;
  font-family: 'GoodPro XCond', sans-serif;
  font-weight: 900;
  font-size: 10rem;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.suenolar-title {
  color: #b3061f;
  font-family: 'GoodPro XCond', sans-serif;
  font-weight: 900;
  font-size: 7.6rem;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.diamond-icon {
  display: inline-block;
  width: 48px;
  height: auto;
  vertical-align: middle;
  margin-left: 0.3rem;
  position: relative;
  top: -0.2rem;
}

.title-text {
  display: inline-block;
  position: relative;
}

.title-line {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  height: 8px;
  background: #b4061f;
  width: 100%;
}

.participation-info {
  margin-top: 0rem;
}

.date-info {
  color: #b3061f;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}

.date-text {
  color: #4f4c47;
}

.winner-info {
  color: #4f4c47;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.asterisk {
  color: #b3061f;
}

.buttons-container {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.wrapper-18 {
  margin: 10px 0 0;
  min-height: 51px;
  position: relative;
  width: 45%;
  flex: 1;
  min-width: 280px;
}

.layer-holder {
  position: relative;
  max-width: 355px;
  min-height: 40px;
  padding: 0px 20px;
  border: 2px solid #b3061f;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #b3061f;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  gap: 8px;
}

.layer-holder:hover {
  background: #9a0519;
  text-decoration: none;
}

.text-13 {
  color: #ffffff;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.929094rem;
  font-weight: 600;
  line-height: 33px;
  text-decoration: none;
}

.text-13:hover {
  color: #ffffff;
  text-decoration: none;
}

.objeto-inteligente-vectorial-6 {
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 0;
  left: 50%;
  top: auto;
  max-width: 51px;
  margin-left: 105.5px;

}
/* Footer Section Styles */
.footer-section {
  background: #ffffff;
  padding: 4rem 0;
  position: relative;
}

.footer-texto {
  color: #dcd4cc;
  font-family: 'GoodPro XCond', sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: -0.003em;
  margin: 2rem 0;
  text-align: left;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}

.footer-scroll-link:hover {
  color: #b3061f;
  text-decoration: none;
}

.footer-scroll-link:hover .red-text {
  color: #dcd4cc;
}

.footer-link {
  color: #dcd4cc;
  font-family: 'GoodPro XCond', sans-serif;
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: -0.003em;
  text-align: right;
  margin: 2rem 0;
  cursor: pointer;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #b3061f;
  text-decoration: none;
}

.red-text {
  color: #b3061f;
}
/* Clean up old styles - these are now handled by the new structure */
@media (max-width: 768px) {
.objeto-inteligente-vectorial-3 {
  margin: 10% auto 0;
}
}
@media (max-width: 768px) {
.text {
  margin: 5.1% 0 0 11.71875%; /* 90px / 768px = 11.71875% */
}
}
@media (max-width: 768px) {
.text-2 {
  margin-top: -1.4rem;
}
}
@media (max-width: 768px) {
.objeto-inteligente-vectorial-2 {
  margin: 6.8% auto 30px;
}
}
@media (max-width: 768px) {
.objeto-inteligente-vectorial-copia-4 {
  margin: 10% auto 0;
}
}
@media (max-width: 768px) {
.objeto-inteligente-vectorial-4 {
  margin: 10% auto 0;
}
}
@media (max-width: 768px) {
.objeto-inteligente-vectorial-copia-5-3 {
  margin: 6.4% 0 0;
}
}
@media (max-width: 768px) {
.capa-2-copia {
  margin: 10% auto 0;
}
}
@media (max-width: 768px) {
.americana-posgrado-blanco-logo {
  margin: 10% auto 0;
}
}
@media (max-width: 768px) {
.objeto-inteligente-vectorial-5 {
  margin: 10% auto 0;
}
}
@media (max-width: 768px) {
.col-13 {
  margin: 8.8% auto 0;
}
}
@media (max-width: 768px) {
.col-11 {
  margin: 8.6% auto 0;
}
}
@media (max-width: 768px) {
.text-16 {
  margin: 10% auto 0;
}
}
@media (max-width: 768px) {
.text-17 {
  margin: 10% auto 0;
}
}


/* Optimizaciones para navegadores móviles */
@media (max-width: 768px) {
  .hero-content {
    transform: translateZ(0);
  }
}


/* Soporte para viewport units dinámicos */
@supports (height: 100dvh) {
  .hero-content {
    min-height: 65dvh;
  }

  @media (max-width: 768px) {
    .hero-content {
      min-height: 80dvh;
    }
  }

  @media (max-width: 480px) {
    .hero-content {
      min-height: 75dvh;
    }
  }
}

/* Desktop large screens */
@media (min-width: 1200px) {
  .hero-content {
    min-height: 70vh;
    padding-top: clamp(2rem, 3vw, 4rem);
    gap: clamp(2rem, 4vw, 5rem);
  }

  .logo-container {
    margin-top: clamp(1rem, 2.5vw, 2.5rem);
  }

  .logo-s {
    width: clamp(60px, 6vw, 80px);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    padding: 0.5rem 1rem;
  }

  .hero-content {
    padding-top: clamp(0.5rem, 2vw, 1.5rem);
    min-height: 80vh;
    gap: clamp(0.75rem, 2.5vw, 2rem);
  }

  .logo-container {
    margin-top: clamp(0.5rem, 1.5vw, 1rem);
  }

  .logo-s {
    width: clamp(50px, 10vw, 70px);
  }

  .main-title {
    font-size: 14rem;
    line-height: 0.75;
  }

  .main-subtitle {
    font-size: 14.5rem;
    margin-top: -2rem;
    line-height: 0.8;
  }

  .prize-overlay .container {
    margin-left: 0;
  }

  .decoration-left {
    left: 1%;
    bottom: 30%;
    width: 40px;
  }

  .decoration-right {
    right: 1.5%;
    top: 5%;
    width: 20px;
  }

  .prize-section {
    min-height: 300px;
  }

  .prize-content {
    padding: 0 2rem;
    text-align: left;
  }

  .prize-title {
    font-size: 4.13rem;
    line-height: 0.85;
  }

  .sponsor-text {
    font-size: 2.5rem;
  }

  .prize-1 .sponsor-text,
  .prize-3 .sponsor-text {
    font-size: 2rem;
  }

  .heart-icon {
    width: 18px;
    vertical-align: text-top;
    transform: translateY(15%);
  }

  .sponsor-heart {
    width: 14px;
    vertical-align: text-top;
    transform: translateY(-5%);
  }

  .brand-logo {
    bottom: 15px;
    right: 45px;
    width: 80px;
    height: 80px;
  }

  .brand-logo img {
    max-width: 65px;
    max-height: 65px;
  }

  .boda-logo img {
    max-width: 50px;
    max-height: 50px;
  }


  .participation-section {
    padding: 4rem 1rem;
  }

  .hacelo-title {
    font-size: 5rem;
  }

  .suenolar-title {
    font-size: 4rem;
  }

  .title-line {
    height: 4px;
    bottom: -0.8rem;
  }

  .diamond-icon {
    width: 30px;
    top: -0.1rem;
    margin-left: 0.2rem;
  }

  .participation-info {
    margin-top: 2rem;
  }

  .date-info {
    font-size: 2.2rem;
  }

  .winner-info {
    font-size: 1.8rem;
  }

  .buttons-container {
    flex-direction: column;
    gap: 0.5rem;
  }

  .wrapper-18 {
    min-height: unset;
    width: 100%;
  }

  .wrapper-18 > * {
    position: relative;
    width: 75%;
    min-width: unset;
    max-height: unset;
    min-height: unset;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
  }

  .footer-section {
    padding: 2rem 1rem;
  }

  .footer-texto {
    font-size: 2.8rem;
    margin: 1rem 0;
    line-height: 1.2;
    padding: 1rem;
    transition: all 0.3s ease;
    touch-action: manipulation;
    min-height: 44px;
  }

  .footer-texto:active {
    transform: scale(0.98);
  }

  .footer-link {
    font-size: 2.8rem;
    margin: 1rem 0;
    line-height: 1.2;
    padding: 1rem;
    transition: all 0.3s ease;
    touch-action: manipulation;
    min-height: 44px;
  }

  .footer-link:active {
    transform: scale(0.98);
  }
}

@media (max-width: 480px) {
  .hero-section {
    margin-bottom: -180px;
  }

  .hero-content {
    padding-top: clamp(0.25rem, 1.5vw, 1rem);
    min-height: 75vh;
    gap: clamp(0.5rem, 2vw, 1.5rem);
  }

  .logo-container {
    margin-top: clamp(0.25rem, 1vw, 0.75rem);
  }

  .logo-s {
    width: clamp(40px, 12vw, 60px);
  }

  .prize-overlay .container {
    margin-left: 0;
  }

  .title-container {
    margin-top: clamp(-150px, -20vw, -100px);
  }

  .main-title {
    font-size: 10rem;
    line-height: 0.85;
  }

  .main-subtitle {
    font-size: 10.5rem;
    margin-top: -1rem;
    line-height: 0.85;
  }

  .decoration-left {
    left: 0.5%;
    bottom: 35%;
    width: 35px;
  }

  .decoration-right {
    right: 1%;
    top: 10%;
    width: 18px;
  }

  .prize-content {
    padding: 0 2rem;
    text-align: left;
  }

  .prize-title {
    font-size: 3.3rem;
    line-height: 0.85;
  }

  .sponsor-text {
    font-size: 2rem;
  }

  .prize-1 .sponsor-text,
  .prize-3 .sponsor-text {
    font-size: 1.6rem;
  }

  .heart-icon {
    width: 16px;
    vertical-align: text-top;
    transform: translateY(20%);
  }

  .sponsor-heart {
    width: 12px;
    vertical-align: text-top;
    transform: translateY(-10%);
  }

  .hacelo-title {
    font-size: 4rem;
  }

  .suenolar-title {
    font-size: 3rem;
  }

  .title-line {
    height: 3px;
    bottom: -0.6rem;
  }

  .diamond-icon {
    width: 25px;
    top: -0.1rem;
    margin-left: 0.15rem;
  }

  .buttons-container {
    flex-direction: column;
    gap: 0.5rem;
  }

  .wrapper-18 {
    width: 100%;
  }


  .footer-texto {
    font-size: 2.2rem;
    margin: 1rem 0;
    line-height: 1.2;
    padding: 0.8rem;
    transition: all 0.3s ease;
    touch-action: manipulation;
    min-height: 40px;
  }

  .footer-link {
    font-size: 2.2rem;
    margin: 1rem 0;
    line-height: 1.2;
    padding: 0.8rem;
    transition: all 0.3s ease;
    touch-action: manipulation;
    min-height: 40px;
  }
}
