body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background-color: #000;
    font-family: 'AR One Sans', 'Roboto', sans-serif;
    color: #fff;
    /* background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(4) rotate(45)'><rect x='0' y='0' width='100%' height='100%' fill='%23000000ff'/><path d='M10-6V6M10 14v12M26 10H14M6 10H-6'  stroke-linejoin='round' stroke-linecap='round' stroke-width='0.5' stroke='%23161515ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>") */
}



.borde-guia {
    border: solid 3px red;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: none;
    padding: 5px;
    max-width: 500px;
    margin: auto;
}

.card:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.tituloLi {
    width: 50%;
    max-width: 130px;
    text-align: start;
}

ul.list-unstyled li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}



.key {
    text-align: left;
}

.whatsapp-btn {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
    display: block;
    /* Asegura que se comporte como un elemento bloque */
}

.logoPrincipal {
    max-width: 200px;
    max-height: 55px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.logo {
    max-width: 300px;
    margin: auto;
    /*Centrado*/
    display: block;
    /*Centrado*/
}

.logo2 {
    max-width: 400px;
    max-height: 400px;
    margin: 0px;
    padding: 0px;
    border-radius: 20px;
}

.price {
    font-size: 30px;
    color: #091039;
    font-weight: bold;
}

.subscriptionTime {
    font-size: 20px;
    font-weight: normal;
    color: #091039;
}

.streaming-container {
    max-width: 1320px;
}

.licences-container {
    max-width: 1320px;
}

.separator {
    height: 70px;
    width: 100%;
    background-color: #F47521;
    color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background-image: url('ruta-de-tu-textura.png');
    background-size: cover;
}

.streaming-section {
    background-color: #000000;
}

.licences-section {
    background-color: #ffffff;
}

.whatsapp-btn {
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.whatsapp-btn:hover {
    background-color: #1ebe57;
    color: white;
}

.whatsapp-btn i {
    margin-right: 8px;
    /* Espaciado entre el ícono y el texto */
}

.payment-section {
    background-color: rgb(233, 235, 255);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #000000;
}

.payment-logo {
    max-width: 150px;
    height: auto;
    margin-top: 20px;
}

/* Estilo para el botón flotante */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.whatsapp-icon {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.container-netflix {
    position: relative;
    background-image: url('/assets/images/netflix/fondo-netflix.jpg');
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.825);
    overflow: hidden;
}

.container-netflix::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Ajusta la opacidad según sea necesario */
    pointer-events: none;
    /* Permite interactuar con el contenido debajo del overlay */
}

.content-netflix {
    position: relative;
    z-index: 2;
    color: white;
    padding: 20px;
    margin-top: -60px;
}

.titulo-netflix {
    font-weight: 900;
    text-align: center;
    /* alineación horizontal*/
}

.precio-netflix {
    font-weight: 900;
    text-align: center;
    /* alineación horizontal*/
}

.list-group-item {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
}

.card-netflix {
    background: linear-gradient(149deg, #192247 0%, #210e17 96.86%);
    border-radius: 15px;
    color: white;
    padding: 20px;
}

.separator-netflix {
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #350814, #1b1b2f);
    border-radius: 3px;
    margin: 0px 0;
    /* Espacio superior e inferior */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    /* Efecto de sombra para mayor profundidad */
}

.card-flujoTV {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
}

.logo3 {
    margin: auto;
    /*Centrado*/
    display: block;
    /*Centrado*/
    min-width: 80px;
    max-width: 200px;
}

.container-flujotv {
    background-image:
        linear-gradient(180deg, #2d201d 0%, #141414 78%),
        radial-gradient(white 1px, transparent 1px);
    background-size:
        100% 100%,
        20px 20px; /*background-repeat; */
    color: #fff;
}

.divider {
    height: 10px;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(225, 16, 27, 0.231) 50%, rgba(0, 0, 0, 0.8));
    background-size: 300% 100%;
    animation: slide 20s linear infinite;
}

@keyframes slide {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: -300% 0;
    }
}

.btn-whatsapp {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-whatsapp-FlujoTV {
    background-color: #dc5f00;
    color: white;
}

.btn-whatsapp-FlujoTV:hover {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #e78309;
    /* Color en hover */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    color: white;
}

.btn-whatsapp-Netflix {
    background-color: #e50814;
    color: white;
}

.btn-whatsapp-Netflix:hover {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #fa202a;
    /* Color en hover */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    color: white;
}

.btn-whatsapp i {
    margin-right: 8px;
    /* Espaciado entre el ícono y el texto */
}

.focusX {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.focusX:hover {
    transform: scale(1.08);
}

.container-disney {
    min-height: 800px;
    background: radial-gradient(ellipse farthest-corner at center, #111743, #000);
}

.container-disney2 {
    color: #bab5b5 !important;
}

.btn-whatsapp-Disney {
    background-color: #03d6e8;
    color: rgb(0, 0, 0);
}

.btn-whatsapp-Disney:hover {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #b0f8ff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    color: rgb(0, 0, 0);
}

.text-gray {
    color: #dddddd;
}

.container-YT {
    min-height: 500px;
    background-color: #0f0f11;
}

.gradient-bg {
    background-color: #0f0f11;
    background: linear-gradient(0deg, #0f0f11, #0f0f11 30%, #12073c 100%);
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background-color: #4a89f3;
    border: none;
}

.btn-primary:hover {
    background-color: #357ae8;
}

.text-muted a {
    color: #4a89f3;
}

.text-muted a:hover {
    color: #357ae8;
    text-decoration: none;
}

.card {
    /*Tarjetas de membresía*/
    border: none;
}

.card-title {
    font-weight: bold;
}

.card .btn-primary {
    background-color: #4a89f3;
    border: none;
}

.card .btn-primary:hover {
    background-color: #357ae8;
}

.iconosYT {
    width: 70px;
    height: 70px;
}

.YT-caract {
    font-size: 16px;
}


.nav-link{
    color: white;
    font-size: 24px;
}












/* ====== Cards de servicios ====== */
.service-card {
  background: #111827;           /* gris muy oscuro */
  color: #e5e7eb;                /* gris claro */
  border-radius: 12px;
  overflow: hidden;
}

.service-thumb {
  position: relative;
  min-height: 220px;
  background: #0b1220;
}

.service-card img.object-cover {
  object-fit: cover;
  display: block;
}

.badge-sale {
  position: absolute;
  top: 12px;
  left: 12px;
  letter-spacing: .5px;
}

.price {
  font-weight: 800;
  font-size: clamp(1.15rem, 2.3vw, 1.5rem);
  color: #f59e0b; /* ámbar */
}

.old-price {
  color: #9ca3af;
  text-decoration: line-through;
}

.feature-list,
.rule-list {
  padding-left: 0;
  list-style: none;
}

.feature-list li,
.rule-list li {
  margin-bottom: .4rem;
  line-height: 1.4;
}

.feature-list i {
  color: #22c55e; /* verde check */
  margin-right: .5rem;
}

.rule-list i {
  color: #f59e0b; /* avisos */
  margin-right: .5rem;
}

.service-card .btn-warning {
  font-weight: 700;
  border: none;
}

.service-card .btn-warning:hover {
  filter: brightness(0.95);
}

.service-card .btn-success {
  font-weight: 600;
}

.rating i {
  margin-right: 2px;
}

/* Mejoras responsivas */
@media (max-width: 767.98px) {
  .service-thumb { min-height: 180px; }
}
