/* Landing (index): elegir OPCIÓN 1 (DEM) u OPCIÓN 2 (sin DEM) */

.landing-gradiente {
    min-height: calc(100vh - 51px);
}

.landing-encabezado {
    text-align: center;
    color: #fff;
    margin-bottom: 34px;
}

.landing-encabezado h1 {
font-size: 32px;
  font-weight: 700;
  margin: 0 0 30px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.35;
  margin: 0 0 46px;
  width: 100%;
  padding: 25px;
  background: linear-gradient(to right, #2095c1, #19adc5) !important;
  font-size: 43px;
}

.landing-divisor {
    max-width: 900px;
    margin: 0 auto 26px;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.landing-subtitulo {
    text-align: center;
    color: #fff;
    font-size: 19px;
    margin-bottom: 40px;
}

.landing-opciones {
    width: calc(100% - 40px);
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 40px;
}

.opcion-card {
    background: #f4f5f6;
    border-radius: 16px;
    padding: 28px 28px 50px;
    width: 420px;
    max-width: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.opcion-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.opcion-pildora {
    display: inline-block;
    border: 1px solid #2dabe1;
    color:#2dabe1;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 5px 18px;
    border-radius: 20px;
    font-size: 25px;

  font-family: 'Arial Black';
}

.opcion-logo {
    max-height: 34px;
}

.opcion-logo-dem {
    width: 120px;
    max-width: 34%;
    max-height: none;
    height: auto;
}

.opcion-logo-laplata {
    width: auto;
    max-width: 25%;
    max-height: 76px;
    height: auto;
}

.opcion-card h2 {
    font-size: 25px;
    font-weight: 800;
    color: #222;
    margin: 20px 0 14px;
    padding-top: 16px;
    border-top: 1px solid #dcdcdc;
}

.opcion-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 30px;
    padding: 14px 20px;
    font-size: 14px;
    color: #555;
    margin-top: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.opcion-desc strong {
    color: #222;
}

.opcion-desc a {
    color: #1670a6;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
    margin-left: 10px;
    text-decoration: underline;
}

.opcion-boton-wrap {
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
    text-align: center;
    margin: 0;
    z-index: 2;
}

.opcion-boton-wrap .btn-pildora {
    background: #4d8fa0;
    border-color: #4d8fa0;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.opcion-boton-wrap .btn-pildora:hover {
    background: #3f7789;
}

@media screen and (max-width: 900px) {
    .landing-opciones {
        gap: 70px;
    }

    .opcion-card {
        width: 100%;
    }
}
