/* Global Styles */

html, body {
  height: 100%;
}

body {
  background-color: #2e3192;
  font-family: "Inter", sans-serif !important;
  font-size: 17px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: "Inter", sans-serif !important;
}
/* ===== BACKGROUNDS ===== */

.bg-header {
  background: #75b8e5;
  background-image: url(../images/bg-celeste.jpg);
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

.bg-1 {
  background-image: url(../images/bg-azul.jpg);
 
  background-repeat: no-repeat;
  background-color: #5fbae8;
}

.bg-blanco {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.bg-planes-financiacion {
  background-color: #f4f4f4;
}

.mundial-base {
  position: relative;
  margin-top: 10px;
  line-height: 0;
}

.base-dorada {
  display: block;
  width: 100%;
  margin-bottom: -4px;
}

.sol-mundial {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  z-index: 2;
  pointer-events: none;
}

.bg-futbol {
  background-image: url(../images/bg-jugadores.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 280px;
}

.bg-contacto {
  background-color: #2e3192;
}

.bg-footer-contacto {
  background-color: #2e3192;
}

/* ===== HEADER ===== */

.header-container {
  position: relative;
  z-index: 10;
}

.header-content {
  padding-top: 20px;
  padding-bottom: 25px;
}

.logo-header {
  margin-bottom: 5px;
}

.copa-img {
  max-width: 150px;
  margin-bottom: 5px;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
}

/* Esquinero dorado — franja diagonal ancho completo en la parte superior */
.esquinero-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  z-index: 2;
  pointer-events: none;
}

/* X doradas — una por lado, centradas verticalmente */
.x-deco {
  position: absolute;
  bottom: 10px;
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
}

.x-izq {
  left: 0;
}

/* Zócalo separador entre sección blanca y azul */
.zocalo-separador {
  display: block;
  width: 100%;
  margin-top: -2px;
}

/* ===== TIPOGRAFÍA ===== */

h1, h2, h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

h1 {
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.2;
}

h2 {
  font-size: 27px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

h3 {
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: none;
}

h5 {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.txt-gold {
  color: #d4a847;
  font-style: italic;
}

.txt-gold-sm {
  color: #d4a847;
  font-style: italic;
  font-size: 20px;
  font-weight: 900;
}

.txt-uppercase {
  text-transform: uppercase;
}

.txt-celeste {
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

/* ===== PRODUCTOS ===== */

.div-prod {
  color: #878787;
}

.div-prod h4 {
  color: #032ec3;
  margin-top: 0;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
}

.div-prod h4 strong {
  font-size: 16px;
  font-weight: 900;
  color: #2e3192;
}

.div-prod .bg-blanco .row {
  display: flex;
  align-items: center;
}


.hoy {
  color: #da3f3f;
  margin-bottom: 5px;
}

.hoy span {
  font-size: 22px;
  font-weight: bold;
}

.pagos {
  color: #000;
  margin-bottom: 5px;
}

.pagos span {
  font-weight: bold;
  font-size: 19px;
}

.modelo {
  font-size: 13px;
  color: #808080;
}

/* ===== SECCIÓN 6 MESES PACK MUNDIAL ===== */

.txt-adhesion {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0;
}

.txt-te-regalamos {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.planesfinanciacion{
  color: #032ec3;
  font-weight: normal;
}
/* Fila regalo + 6 MESES en línea */
.regalo-6meses-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 0;
}

.img-regalo {
  width: 110px;
  flex-shrink: 0;
}

.titulo-6meses {
  color: #64c7f3;
  font-size: 90px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.subtitulo-6meses {
  color: #64c7f3;
  font-size: 62px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}

.que-incluye-btn {
  display: inline-block;
  background-color: #64c7f3;
  color: #fff;
  border-radius: 40px;
  padding: 10px 45px;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 5px 0 25px;
}

.incluye-items {
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-style: italic;
  line-height: 2;
  padding: 0 20px;
  text-align: center;
}

.incluye-items p {
  margin-bottom: 8px;
}

.incluye-items strong {
  font-style: italic;
  font-weight: 900;
}

.txt-cyan-bold {
  color: #5ce1e6;
  font-weight: 900;
  font-style: italic;
}

/* ===== SECCIÓN CONTACTO ===== */

.titulo-pedi {
  color: #fff !important;
  font-size: 42px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.info-contacto {
  color: #fff;
}
.info-contacto p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 12px 0;
    margin: 0;
    color: #ffffff;
    font-weight: 500;
}

.logo-form {
  max-width: 350px;
}

.mini-header-form {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 700;
}

.mini-header-form strong {
  font-size: 17px;
}

.beneficios-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

.beneficios-list li {
  padding: 6px 0;
  font-size: 16px;
}

.beneficios-list li::before {
  content: "✓  ";
  color: #00d9f6;
  font-weight: bold;
}

.txt-contactanos {
  color: #2e3192;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
}

.subtitulo-form {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.btn-whatsapp-form {
  display: block;
  background-color: #25D366;
  color: #fff !important;
  border-radius: 10px;
  padding: 12px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none !important;
}

.btn-whatsapp-form:hover,
.btn-whatsapp-form:focus {
  background-color: #1eb857;
  color: #fff !important;
  text-decoration: none;
}

.btn-whatsapp-form .fa {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
}

/* ===== FORMULARIO ===== */

textarea, input, .form-control {
  border: 1px solid #00daf6;
  margin-bottom: 8px;
}

#btn-enviar {
  color: #fff;
  background-color: #00daf6;
  border: none;
  border-radius: 15px;
  font-size: 22px;
  padding: 10px 40px;
  letter-spacing: 5px;
  font-weight: 700;
}

.div-proteccion-datos {
  color: #000;
}

.div-proteccion-datos a {
  color: #000;
}

.modal-link-proteccion-datos {
  text-decoration: underline;
}

.modal-body-proteccion-datos a {
  text-decoration: underline;
}

/* ===== MODAL ===== */

.modal-header-proteccion-datos {
  color: #252525;
}

.modal-body-proteccion-datos {
  color: #252525;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

.modal-body-proteccion-datos a {
  color: #252525;
}

.modal-header-proteccion-datos h4 {
  font-size: 20px;
  color: #000;
}

.modal-content {
  background-color: #fff;
}

/* ===== LEGALES ===== */

.legales {
  font-size: 13px;
  margin-bottom: 25px;
  font-family: 'Roboto', sans-serif;
  color: #ccc;
}

.legales a {
  color: #ccc;
}

/* ===== WHATSAPP FLOTANTE ===== */

.bannerfijo {
  bottom: 15px;
  right: 15px;
  position: fixed;
  z-index: 99999;
  font-size: 40px;
  background: #25D366;
  border-radius: 30px;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
}

.bannerfijo:hover,
.bannerfijo:focus,
.bannerfijo:active {
  text-decoration: none;
  color: #fff;
}

/* ===== UTILIDADES ===== */

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.alinear {
  display: flex;
  align-items: center;
}

.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mr20 { margin-right: 20px; }
.ml20 { margin-left: 20px; }

/* ===== RESPONSIVE ===== */

@media (max-width: 767px) {

  #rc-imageselect, .g-recaptcha {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }

  .x-deco {
   display: none;
  }
  .header-content {    
     padding-bottom: 0px;
}

  .copa-img {
    max-width: 110px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 19px;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body {
    font-size: 14px;
  }

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

  /* Mantiene imagen + precio lado a lado en mobile */
  .div-prod .bg-blanco .row .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .div-prod h4 {
    font-size: 11px;
    padding-top: 5px;
  }
  .pagos{
            font-size: 10px;
  }
.esquinero-top {   
    width: 70%; 
}
  .div-prod h4 strong {
    font-size: 13px;
  }

  .hoy span {
    font-size: 17px;
  }

  .pagos span {
    font-size: 15px;
  }

  .modelo {
    font-size: 11px;
  }

  /* ===== SECCIÓN 6 MESES ===== */

  .txt-adhesion {
    font-size: 14px;
  }

  .txt-te-regalamos {
    font-size: 22px;
  }

  .img-regalo {
    width: 70px;
  }

  .titulo-6meses {
    font-size: 50px !important;
  }

  .subtitulo-6meses {
    font-size: 28px !important;
  }

  .que-incluye-btn {
    font-size: 15px;
    padding: 8px 22px;
  }

  .incluye-items {
    font-size: 15px;
    line-height: 1.8;
  }

  /* ===== CONTACTO ===== */

  .titulo-pedi {
    font-size: 28px !important;
  }

  .alinear {
    display: block;
  }

  .bg-futbol {
    min-height: 180px;
  }

  .info-contacto {
    text-align: center;
    margin-bottom: 20px;
  }

  .logo-form {
    margin: 0 auto 15px;
    display: block;
    max-width: 220px;
  }

  .beneficios-list li {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  h1 {
    font-size: 30px;
  }

  .titulo-6meses {
    font-size: 55px !important;
  }
}
