/*-----------------------------------------------------------------------------------
	Gran Hermano
	About: Gran Hermano Generación Dorada 2026
	Author: Mauro Romero
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background: radial-gradient(
      circle at 20% 10%,
      rgba(224, 178, 79, 0.06),
      transparent 45%
    ),
    radial-gradient(
      circle at 80% 90%,
      rgba(224, 178, 79, 0.04),
      transparent 55%
    ),
    var(--bg-main);
  color: var(--text-main);

  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.titulo-cerrada {
  font-family: "Square721BT-RomanExtended";
  font-size: 1em;
}

.subtitulo-cerrada {
  font-family: "Square721BT-RomanExtended";
  font-size: 1em;
}

.page-container {
  overflow: hidden;
} /* Prevents unwanted scroll space when scroll FX used. */
a,
button {
  transition: background 0.3s ease-in-out;
  outline: none !important;
} /* Prevent blue selection glow on Chrome and Safari */
a:hover {
  text-decoration: none;
  cursor: pointer;
}
.scroll-fx-lock-init {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
} /* ScrollFX Lock */
.blocs-grid-container {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
} /* CSS Grid */
nav .dropdown-menu .nav-link {
  color: rgba(0, 0, 0, 0.6) !important;
} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link {
  color: var(--bs-dropdown-link-color) !important;
} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
  font-family: "Square721BT-RomanExtended";
  src: url("../fonts/Square721BT-RomanExtended/square_721_extended_bt.ttf");
  src: url("../fonts/Square721BT-RomanExtended/square_721_extended_bt.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Square721BT-BoldExtended";
  src: url("../fonts/Square721BT-BoldExtended/square721_bdex_bt_bold.ttf");
  src: url("../fonts/Square721BT-BoldExtended/square721_bdex_bt_bold.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc {
  width: 100%;
  clear: both;
  background: 50% 50% no-repeat;
  padding: 0 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: flex;
}
.bloc .container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

/* Sizes */

.bloc-sm {
  padding: 20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bloc-fill-screen > .container {
  align-self: flex-middle;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row {
  flex-grow: 1;
  align-self: center;
  width: 100%;
}
.bloc-fill-screen .fill-bloc-top-edge,
.bloc-fill-screen .fill-bloc-bottom-edge {
  flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge {
  align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge {
  align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc {
  padding-left: 0;
  padding-right: 0;
}
.full-width-bloc .row {
  margin-left: 0;
  margin-right: 0;
}
.full-width-bloc .container {
  width: 100%;
  max-width: 100% !important;
}
.full-width-bloc .carousel img {
  width: 100%;
  height: auto;
}

/* Light theme */

.d-bloc .card,
.l-bloc {
  color: rgba(0, 0, 0, 0.5);
}
.d-bloc .card button:hover,
.l-bloc button:hover {
  color: rgba(0, 0, 0, 0.7);
}
.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
  border-color: rgba(0, 0, 0, 0.7);
}
.d-bloc .card .divider-h span,
.l-bloc .divider-h span {
  border-color: rgba(0, 0, 0, 0.1);
}
.d-bloc .card .a-btn,
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc a .icon-sm,
.l-bloc a .icon-md,
.l-bloc a .icon-lg,
.l-bloc a .icon-xl,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
  color: rgba(0, 0, 0, 0.6);
}
.d-bloc .card .a-btn:hover,
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc a:hover .icon-sm,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-xl,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
  color: rgba(0, 0, 0, 1);
}
.l-bloc .navbar-toggle .icon-bar {
  color: rgba(0, 0, 0, 0.6);
}
.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover,
.l-bloc .btn-wire,
.l-bloc .btn-wire:hover {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.3);
}

/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon {
  fill: none;
  stroke: rgba(0, 0, 0, 0.5);
  stroke-width: 2px;
  fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon {
  stroke: rgba(255, 255, 255, 0.5);
}
.menu-icon-thin-bars {
  stroke-width: 1px;
}
.menu-icon-thick-bars {
  stroke-width: 5px;
}
.menu-icon-rounded-bars {
  stroke-width: 3px;
  stroke-linecap: round;
}
.menu-icon-filled {
  fill: rgba(0, 0, 0, 0.5);
  stroke-width: 0px;
}
.navbar-dark .menu-icon-filled {
  fill: rgba(255, 255, 255, 0.5);
}
.navbar-toggler-icon {
  background: none !important;
  pointer-events: none;
  width: 33px;
  height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu {
  border: none;
}
@media (min-width: 576px) {
  .navbar-expand-sm .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .navbar-expand-sm .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .navbar-expand-md .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .dropdown-menu .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .navbar-expand-lg .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear {
  margin: 0;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,
.btn-d:hover,
.btn-d:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

/* Prevent ugly blue glow on chrome and safari */
button {
  outline: none !important;
}

.btn-style-none,
.btn-style-none:hover,
.btn-style-none:active,
.btn-style-none:focus {
  background: none;
  box-shadow: none;
  padding: 0;
}
.a-block {
  width: 100%;
  text-align: left;
  display: inline-block;
}
.text-center .a-block {
  text-align: center;
}

/* = Cards
-------------------------------------------------------------- */
.card-sq,
.card-sq .card-header,
.card-sq .card-footer {
  border-radius: 0;
}
.card-rd {
  border-radius: 30px;
}
.card-rd .card-header {
  border-radius: 29px 29px 0 0;
}
.card-rd .card-footer {
  border-radius: 0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* = Forms
-------------------------------------------------------------- */

.form-control {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

.close {
  color: #000;
  opacity: 0.5;
}
.close:hover {
  opacity: 1;
}
.modal-header > [data-bs-dismiss="modal"] {
  margin: calc(-0.5 * var(--bs-modal-header-padding-y))
    calc(-0.1 * var(--bs-modal-header-padding-x))
    calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
.btn,
a {
  font-family: "Square721BT-RomanExtended";
  font-size: 1em;
  color: var(--swatch-var-730) !important;
}
.container {
  max-width: 1140px;
}
.footer-link {
  font-family: "Square721BT-RomanExtended";
  text-decoration: none !important;
}
.logo-gh2026 {
  /* max-height: 10vh; */
  width: auto;
  height: auto;
}
.bloque-header {
  background: linear-gradient(
    210deg,
    #1c145c 0%,
    #020e16 30%,
    #020e16 70%,
    #1c145c 100%
  );
  /*   background-image: "./img/gh_headerweb.webp";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}
.logo-telinfor {
  max-width: 125px;
}
.tarjeta-gh {
  max-width: 20vw;
  border-radius: 15px 15px 15px 15px;
  background-color: #031927;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: transparent !important;
  margin: 1em 1em 1em 1em;
  font-size: 0.7rem !important;
}
.tarjeta-gh:hover {
  border-color: #f7d183 !important;
  background-color: #031e30 !important;
  border-width: 1px 1px 1px 1px !important;
}
.nominados-container {
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap !important;
}
.popup-medio {
  background-color: var(--swatch-var-7154);
  font-family: "Square721BT-RomanExtended" !important;
}
.foto-nominado {
  max-height: 250px;
}

.boton-accion {
  background-color: #031927;
  box-shadow: 5.66px 5.66px 17px #02101a, 5.66px 5.66px 17px #031c2b;
  background: linear-gradient(
    135deg,
    rgba(245, 231, 161, 0.8) 0%,
    #031927 20%,
    #031927 80%,
    rgba(245, 231, 161, 0.8) 100%
  );
  text-transform: uppercase;
  font-size: 0.6rem !important;
}

.boton-accion:hover {
  background-color: var(--swatch-var-5237);
  color: var(--swatch-var-7154);
}
.modal-cuerpo {
  font-family: "Square721BT-RomanExtended" !important;
}
.boton-accion:visited {
  background-color: #031927;
}
.boton-accion:focus {
  background-color: #031927;
}
.neumorfismo {
  box-shadow: -4.59px -6.55px 8px rgba(4, 29, 46, 0.75),
    5.66px 5.66px 8px rgba(1, 18, 30, 0.75);
}
.cuerpo {
  /* max-height:100vh;*/
  min-height: 80vh;
}

.h1-enviados-style {
  font-family: "Square721BT-BoldExtended";
  font-size: 3rem;
}
.h4-redirigiendo -style {
  font-family: "Square721BT-RomanExtended";
  font-size: 1.5em;
}
.conteo {
  color: #ffffff !important;
  font-family: "Square721BT-BoldExtended";
  font-size: 1.5rem;
}
.h1-abierta-style {
  font-family: "Square721BT-BoldExtended";
}
.h1-votación-style {
  font-family: "Square721BT-RomanExtended";
}
.franja-info {
  background-color: rgba(0, 0, 0, 0.3);
  position: relative; /* ya lo debe tener para ::before */
  overflow: hidden; /* esto corta todo lo que se salga */
}
.h1-style {
  font-size: 3rem;
  font-family: "Square721BT-RomanExtended";
}
.h1-votá-ahora-style {
  font-family: "Square721BT-BoldExtended";
  font-size: 0.75rem !important;
}
.h1-1-style {
  font-family: "Square721BT-RomanExtended";
  font-size: 1.5em;
}
.close {
  color: #f7d183 !important;
}
.divisor-footer {
  border-top-width: 1px;
  border-style: solid;
  border-color: #f7d183 !important;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root {
  /* Oro */
  --gold-light: #fff3c4;
  --gold-mid: #e0b24f;
  --gold-dark: #7a560e;

  /* Fondos cálidos minerales */
  --bg-main: #070605; /* negro cálido */
  --bg-surface: #12100d; /* carbón amarronado */
  --bg-elevated: #1a1712; /* cuero oscuro */

  /* Texto */
  --text-main: #f4ead2;
  --text-muted: #b7a57a;

  --radius: 6px;

  --swatch-var-5237: rgba(245, 231, 161, 1);

  --swatch-var-3902: rgba(233, 238, 243, 1);

  --swatch-var-5409: rgba(51, 51, 51, 1);

  --swatch-var-7154: rgba(3, 25, 39, 1);

  --swatch-var-730: rgba(255, 255, 255, 1);

  --swatch-var-1224: rgba(2, 16, 26, 1);

  --swatch-var-3524: rgba(0, 0, 0, 1);

  --swatch-var-1839: rgba(4, 51, 255, 1);

  --swatch-var-7736: rgba(170, 121, 66, 1);

  --swatch-var-1472: rgba(0, 253, 255, 1);

  --swatch-var-7843: rgba(0, 249, 0, 1);

  --swatch-var-7741: rgba(255, 64, 255, 1);

  --swatch-var-2169: rgba(255, 147, 0, 1);

  --swatch-var-3079: rgba(148, 33, 146, 1);

  --swatch-var-273: rgba(255, 38, 0, 1);

  --swatch-var-1331: rgba(255, 251, 0, 1);

  --swatch-var-3682: rgba(255, 255, 255, 1);
}

/* Bloc image backgrounds */

/* = Additional CSS
-------------------------------------------------------------- */
cuerpo {
  display: grid;
  min-height: 100dvh;
  grid-template-rows: auto 1fr auto;
}

.franja-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(224, 178, 79, 0.25),
    rgba(255, 243, 196, 0.6),
    rgba(224, 178, 79, 0.25),
    transparent
  );
  animation: swipe 3s linear infinite;
}

@keyframes swipe {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.franja-general::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: radial-gradient(
    circle,
    transparent,
    rgba(225, 84, 240, 0.8),
    transparent
  );
  animation: laser 2s linear infinite;
}

@keyframes laser {
  0% {
    opacity: 0%;
  }
  50% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}

/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
  .bloc-xxl-sm {
    padding: 200px 20px;
  }
  .bloc-xl-sm {
    padding: 150px 20px;
  }
  .bloc-lg-sm {
    padding: 100px 20px;
  }
  .bloc-md-sm {
    padding: 50px 20px;
  }
  .bloc-sm-sm {
    padding: 20px;
  }
  .bloc-no-padding-sm {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .bloc-xxl-md {
    padding: 200px 20px;
  }
  .bloc-xl-md {
    padding: 150px 20px;
  }
  .bloc-lg-md {
    padding: 100px 20px;
  }
  .bloc-md-md {
    padding: 50px 20px;
  }
  .bloc-sm-md {
    padding: 20px 20px;
  }
  .bloc-no-padding-md {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .bloc-xxl-lg {
    padding: 200px 20px;
  }
  .bloc-xl-lg {
    padding: 150px 20px;
  }
  .bloc-lg-lg {
    padding: 100px 20px;
  }
  .bloc-md-lg {
    padding: 50px 20px;
  }
  .bloc-sm-lg {
    padding: 20px;
  }
  .bloc-no-padding-lg {
    padding: 0 20px;
  }
}

/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px) {
  .bloc.full-width-bloc,
  .bloc-tile-2.full-width-bloc .container,
  .bloc-tile-3.full-width-bloc .container,
  .bloc-tile-4.full-width-bloc .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
  .bloc {
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
  } /* iPhone X Notch Support*/
  .bloc-group,
  .bloc-group .bloc {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bloc-tile-2 .container,
  .bloc-tile-3 .container,
  .bloc-tile-4 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .btn-dwn {
    display: none;
  }
  .voffset {
    margin-top: 5px;
  }
  .voffset-md {
    margin-top: 20px;
  }
  .voffset-lg {
    margin-top: 30px;
  }
  form {
    padding: 5px;
  }
  .close-lightbox {
    display: inline-block;
  }
  .blocsapp-device-iphone5 {
    background-size: 216px 425px;
    padding-top: 60px;
    width: 216px;
    height: 425px;
  }
  .blocsapp-device-iphone5 img {
    width: 180px;
    height: 320px;
  }
}

@media (max-width: 991px) {
  .bloque-header {
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  label,
  .btn,
  a {
    font-family: "Square721BT-RomanExtended";
    color: var(--swatch-var-730) !important;
    font-size: 1em;
  }
  .boton-accion:hover {
    background-color: var(--swatch-var-5237);
  }
  .boton-accion:active {
  }
  .boton-accion:focus {
  }
  .boton-accion:visited {
  }
  .h1-enviados-style {
    font-family: "Square721BT-BoldExtended";
    font-size: 3rem;
  }
  .h1-style {
    font-family: "Square721BT-RomanExtended";
    font-size: 3rem;
  }
  .conteo {
    font-size: 2.5rem;
  }
  .franja-info {
  }
  .boton-accion {
    background: linear-gradient(
      135deg,
      rgba(225, 84, 240, 0.5) 0%,
      #031927 20%,
      #031927 80%,
      rgba(225, 84, 240, 0.5) 100%
    );
  }
  .h1-votá-ahora-style {
    font-size: 0.75rem !important;
  }

  .h1-1-style {
    font-size: 1rem;
  }
  .close {
    color: #f7d183 !important;
  }
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  label,
  .btn,
  a {
    font-size: 1em;
    color: var(--swatch-var-730) !important;
    font-family: "Square721BT-RomanExtended";
  }
  .bloque-header {
  }
  .h1-1-style {
    font-size: 1rem;
  }
  .h1-votá-ahora-style {
    font-size: 0.75rem !important;
  }
  .close {
    color: #f7d183 !important;
  }
  .tarjeta-gh {
    height: auto;
    width: auto;
  }
  .boton-accion {
    font-size: 0.8rem;
  }
}

@media (max-width: 575px) {
  .footer-link {
    text-align: center;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  label,
  .btn,
  a {
    font-family: "Square721BT-RomanExtended";
    color: var(--swatch-var-3902) !important;
    font-size: 1em;
  }
  .bloque-header {
    background: linear-gradient(
      210deg,
      #1c145c 0%,
      #020e16 30%,
      #020e16 71%,
      #1c145c 100%
    );
  }
  .logo-telinfor {
    max-width: 100px;
  }
  .tarjeta-gh {
    max-width: 40vw;
    background-color: #031927;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 0.5em;
  }
  .foto-nominado {
    max-height: 150px;
    width: auto;
    height: auto;
  }
  .label-style {
    font-size: 0.8em;
    color: var(--swatch-var-3902) !important;
  }
  .label-bloc-3-34906-style {
    font-size: 0.8em;
  }
  .label-bloc-3-style {
    font-size: 0.8em;
    color: var(--swatch-var-3902) !important;
  }
  .label-1-style {
    font-size: 0.8em;
    color: var(--swatch-var-3902) !important;
  }
  .label-4-style {
    font-size: 0.8em;
  }
  .label-5-style {
    font-size: 0.8em;
  }
  .label-6-style {
    font-size: 0.8em;
  }
  .boton-accion {
    background-color: #031927;
  }
  .boton-accion:hover {
  }
  .logo-gh2024 {
    max-height: 7vh;
    width: auto;
    height: auto;
  }
  .h1-enviados-style {
    font-family: "Square721BT-BoldExtended";
    font-size: 2rem;
  }
  .h1-style {
    font-size: 2rem;
  }

  .h3-style {
    font-family: "Square721BT-BoldExtended";
    font-size: 1rem;
  }
  .tarjeta-gh:hover {
    border-color: #f7d183 !important;
  }
  .popup-medio {
  }
  .close {
    color: #f7d183 !important;
  }
  .input-normal {
    font-size: 0.75rem;
  }

  .h1-1-style {
    font-size: 0.8rem;
  }
  .h1-votá-ahora-style {
    font-size: 0.75rem !important;
  }
  .divisor-footer {
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
  }
}

.vota-ahora-style {
  font-size: 0.75rem !important;
}

/* ==========================================================
   GOLDEN METAL SYSTEM — CAPA FINAL NO INVASIVA
   No rompe PHP ni estilos previos
========================================================== */

:root {
  --gold-1: #fff6d5;
  --gold-2: #f3c969;
  --gold-3: #d39e2f;
  --gold-4: #b57c12;
  --gold-5: #7a5406;

  --gold-glow: rgba(255, 215, 120, 0.35);
}

/* ================= BOTONES ================= */

.boton-accion,
button,
.btn {
  position: relative;
  border-radius: 6px !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.3px;

  background: linear-gradient(
    180deg,
    var(--gold-1) 0%,
    var(--gold-2) 18%,
    var(--gold-3) 38%,
    var(--gold-4) 50%,
    var(--gold-3) 62%,
    var(--gold-2) 82%,
    var(--gold-1) 100%
  ) !important;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(90, 60, 5, 0.6), 0 0 0 1px var(--gold-glow),
    0 2px 6px rgba(0, 0, 0, 0.35);

  overflow: hidden;
}

/* capa interior metálica */
.boton-accion::before,
button::before,
.btn::before {
  content: "";
  /* position:absolute; */
  inset: 2px;
  border-radius: 4px;

  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.4));
}

/* texto encima */
.boton-accion > *,
button > *,
.btn > * {
  position: relative;
  z-index: 1;
}

/* PRESIÓN CON LUZ INTERNA */
.boton-accion:active,
button:active,
.btn:active {
  transform: translateY(1px);

  background: linear-gradient(
    180deg,
    #fffbe6,
    #ffd977 22%,
    #f0b93a 45%,
    #d19a22 55%,
    #ffd977 80%,
    #fffbe6
  ) !important;

  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 215, 120, 0.25);
}

/* brillo interno radial */
.boton-accion:active::before,
button:active::before,
.btn:active::before {
  background: radial-gradient(
    circle at 50% 40%,
    rgba(255, 230, 140, 0.35),
    rgba(255, 200, 80, 0.18) 35%,
    rgba(0, 0, 0, 0.45) 70%
  );
}

/* ================= CARDS ================= */

.tarjeta-gh,
.card {
  border-radius: var(--radius) !important;

  background: linear-gradient(
    160deg,
    var(--bg-elevated),
    var(--bg-surface)
  ) !important;

  border: 1px solid rgba(224, 178, 79, 0.387);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 25px rgba(0, 0, 0, 0.6);
}

/* ================= MODALES ================= */

.modal-content {
  background: linear-gradient(160deg, var(--bg-elevated), var(--bg-surface));
  border-radius: calc(var(--radius) + 2px);

  border: 1px solid rgba(224, 178, 79, 0.25);

  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.85), 0 0 18px rgba(224, 178, 79, 0.18),
    inset 0 1px 0 rgba(255, 243, 196, 0.05);
}

/* ================= INPUTS ================= */

.form-control,
input {
  border-radius: 6px !important;

  background: #020e16 !important;
  color: #fff !important;

  border: 1px solid rgba(255, 215, 120, 0.25) !important;
}

.form-control:focus,
input:focus {
  border-color: var(--gold-2) !important;

  box-shadow: 0 0 0 1px rgba(255, 215, 120, 0.25);
}

/* ================= HEADERS / FOOTER ================= */

.bloque-header {
  background: radial-gradient(
      circle at 20% 30%,
      rgba(243, 201, 105, 0.15),
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(255, 215, 120, 0.12),
      transparent 45%
    ),
    linear-gradient(135deg, #111 0%, #1a1a1a 40%, #000 100%) !important;

  border-bottom: 1px solid rgba(255, 215, 120, 0.25);
}

.divisor-footer {
  border-color: rgba(255, 215, 120, 0.4) !important;
}

/* =========================
   CARD CLICKEABLE REAL
========================= */

.tarjeta-gh {
  position: relative;
  cursor: pointer;
  overflow: hidden; /* asegura que el link respete el borde */
}

/* link estirado REAL */
.tarjeta-gh > .stretched-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  text-indent: -9999px;
}

.tarjeta-gh > *:not(.stretched-link) {
  position: relative;
  z-index: 1;
}

.tarjeta-gh button,
.tarjeta-gh .boton-accion,
.tarjeta-gh [data-bs-toggle="modal"] {
  position: relative;
  z-index: 4;
}

.tarjeta-gh .boton-accion,
.tarjeta-gh [data-bs-toggle="modal"] {
  position: relative;
  z-index: 3;
}

/* =========================
   CHECKBOX DORADO PREMIUM
========================= */

/* ocultamos el checkbox nativo */
.form-check-input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;

  background: #020e16;
  border: 1px solid rgba(255, 215, 120, 0.35);

  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(255, 215, 120, 0.08);

  transition: all 0.15s ease;
}

/* hover sutil */
.form-check-input[type="checkbox"]:hover {
  border-color: rgba(255, 215, 120, 0.7);
  box-shadow: 0 0 6px rgba(255, 215, 120, 0.25),
    inset 0 1px 2px rgba(0, 0, 0, 0.9);
}

/* estado tildado */
.form-check-input[type="checkbox"]:checked {
  background: linear-gradient(
    180deg,
    #fff6d5,
    #f3c969 30%,
    #d39e2f 55%,
    #b57c12 100%
  );

  border-color: rgba(255, 215, 120, 0.9);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -1px 0 rgba(90, 60, 5, 0.7), 0 0 8px rgba(255, 215, 120, 0.35);
}

/* dibujamos el tilde */
.form-check-input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;

  border: solid #fff2b3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* foco accesible */
.form-check-input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 215, 120, 0.25),
    0 0 10px rgba(255, 215, 120, 0.25);
}

/* Placeholder visible y dorado suave */
.input::placeholder,
.input::-webkit-input-placeholder {
  color: #d9b75a;
  opacity: 1; /* clave absoluta */
}

/* Cuando el input está enfocado, aún más legible */
.input:focus::placeholder,
.input:focus::-webkit-input-placeholder {
  color: #e6c873;
}

select {
  color: #e6b94a !important; /* oro puro del sistema */
}

/* Botones de selección de país */
.btn-pais {
  font-size: 0.5rem; /* tipografía máxima pedida */
  padding: 0.25rem 0.5rem;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  text-transform: uppercase;
  /* border-radius: 999px; */

  /* Dorado suave, no protagonista */
  color: rgb(255, 244, 206) !important;
  border: 1px solid rgba(212, 175, 55, 0.5);
  background: rgb(204 163 31 / 8%) !important;

  font-weight: 500;
  letter-spacing: 0.03em;

  transition: all 0.25s ease padding;
}

/* Active casi imperceptible */
.btn-pais:active {
  transform: scale(0.97);
  background: rgba(212, 175, 55, 0.22);
}

#bloc-0 {
  padding: 0 !important;
  margin: 0 !important;
}

/* Limita el ancho de todos los modales medianos */
.modal-content {
  max-width: 500px; /* ancho máximo deseado */
  width: 90%; /* ocupa 90% en pantallas pequeñas */
  margin: 1.5rem auto; /* centrado automático */
  box-sizing: border-box; /* evita overflow por padding */
}

/* Evita que el contenido interno estire el modal */
.modal-body,
.popup-medio {
  overflow-wrap: break-word; /* quiebra palabras largas */
  word-wrap: break-word;
  hyphens: auto;
}

/* Ajuste responsive */
@media (max-width: 575px) {
  .modal-content {
    width: 95%; /* casi todo el ancho en móvil */
    max-width: none; /* sin límite absoluto */
  }
}

/* ========================
   Ajustes para modales
======================== */

/* Forzar ancho máximo y centrado del modal */
.popup-medio {
  max-width: 800px; /* ancho máximo como en el primer PHP */
  margin: 0 auto; /* centrado horizontal */
  width: 100%; /* permite que se achique en pantallas pequeñas */
  background-color: var(--swatch-var-7154); /* conserva color de fondo */
}

/* Ajuste responsive para pantallas pequeñas */
@media (max-width: 992px) {
  .popup-medio {
    max-width: 95%; /* casi full width en tablets y móviles */
  }
}

/* Ajuste para imágenes dentro de los modales */
.popup-medio .foto-nominado {
  max-height: 250px; /* límite de altura */
  width: auto; /* mantiene proporción */
  margin: 0 auto; /* centrado horizontal */
  display: block;
}

/* Ajuste para el contenido del modal */
.popup-medio .modal-body {
  padding: 1.5rem 1rem; /* un poco más de espacio interno */
}

/* Botones dentro del modal */
.popup-medio .boton-accion {
  width: 100%; /* botones full-width */
  text-transform: uppercase;
  font-size: 0.75rem;
}

/* Cierre del modal */
.popup-medio .close {
  color: #f7d183 !important;
  opacity: 0.9;
}
.popup-medio .close:hover {
  opacity: 1;
}

/* Opcional: evitar que el container padre afecte el modal */
#popup-metodopago,
#modal-mp,
#modal-p360 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto;
}

/* ========================
   Ajustes para modales
======================== */

/* Limitar ancho máximo y centrar el modal */
.popup-medio {
  max-width: 800px; /* ancho máximo deseado */
  margin: 0 auto; /* centrado horizontal */
  width: 100%; /* permite que se reduzca en pantallas chicas */
  background-color: var(--swatch-var-7154); /* fondo consistente */
}

/* Ajuste responsive en tablets y móviles */
@media (max-width: 992px) {
  .popup-medio {
    max-width: 95%; /* ancho casi completo en pantallas pequeñas */
  }
}

/* Imágenes dentro de los modales */
.popup-medio .foto-nominado {
  max-height: 250px; /* limitar altura */
  width: auto; /* mantener proporción */
  display: block;
  margin: 0 auto;
}

/* Contenido interno del modal */
.popup-medio .modal-body,
.popup-medio .modal-cuerpo {
  padding: 1.5rem 1rem; /* espacio interno consistente */
}

/* Botones dentro del modal */
.popup-medio .boton-accion {
  width: 100%; /* full width */
  font-size: 0.75rem; /* tamaño uniforme */
  text-transform: uppercase;
}

/* Cierre del modal */
.popup-medio .close {
  color: #f7d183 !important;
  opacity: 0.9;
}

.popup-medio .close:hover {
  opacity: 1;
}

/* Evitar que el container padre afecte el ancho */
#popup-metodopago,
#modal-mp {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto;
}

html,
body {
  overflow-x: hidden;
}
