/* Estilos personalizados para los contenedores de los servicios */
.titulo-plan {
    font-weight: bold; /* Texto en negrita */
    font-size: 60px; /* Tamaño de fuente */
    font-family:'Courier New', Courier, monospace; /* Tipo de letra */
    text-align: center; /* Alinea el texto a la izquierda */


}
.item-servicios {
    border-radius: 20px; /* Bordes ovalados */
    
    padding: 0px; /* Espaciado interno */
    margin-bottom: 20px; /* Espaciado entre contenedores */
    text-align: center; /* Centrar texto */
    
     overflow: hidden;
}

/* Estilos para las imágenes dentro de los contenedores */
.imagen-contenedor {
    margin-bottom: 10px; /* Espaciado entre la imagen y el texto */
}

.imagen-contenedor img {
    max-width: 100%; /* Asegura que la imagen no sobrepase el contenedor */
    border-radius: 10px; /* Bordes ovalados para la imagen */
    
}

.rounded{
    filter: drop-shadow(20px 20px 25px rgb(62, 62, 62));
}

/* Estilos para el título del servicio */
.titulo-servicio {
    font-weight: bold; /* Texto en negrita */
    margin-bottom: 10px; /* Espaciado entre el título y el siguiente elemento */ 
}

/* Estilos para el separador horizontal */
.divider {
    border: 1px solid black;
    margin-top: 1px;
    margin-bottom: 1px;
    
}

/* Estilos para el precio */
.precio {
    margin-top: 20px; /* Espaciado superior para el precio */
    font-family: 'Montserrat', sans-serif; /* Fuente personalizada */
    font-weight: bold; /* Texto en negrita */
}
.cabecera-verde {
    background-color: #70b2f7;
    border: 2px solid #007bff;
    padding: 20px; /* Ajusta el relleno según sea necesario */
    border-top-left-radius: 20px; /* Bordes ovalados en la esquina superior izquierda */
    border-top-right-radius: 20px; /* Bordes ovalados en la esquina superior derecha */
    
}
.item-servicios p {
    text-align: left; /* Alinea el texto a la izquierda */
    margin-left: 20px; /* Espacio entre el icono y el texto */
}

.item-servicios i {
    margin-right: 10px; /* Espacio entre el icono y el texto */
    color: #98f37f;
}
.item-servicios .men{
    text-align: center; /* Alinea el texto a la izquierda */
}




.additional-content {
    display: none; /* Oculta el border: 2px solid blue; */
}


.nuevo-contenido {
    width: 88%; /* Cambia el valor según tu preferencia */
    margin: 0 auto; /* Centra el contenedor horizontalmente */
    background-color: transparent;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    border: 2px solid blue;
    border-radius: 30px; /* Ajusta el valor según el radio de curvatura deseado */
    display: flex;
    flex-direction: column; /* Establece el contenido en columna */
    align-items: center; /* Centra los elementos horizontalmente */
}

.title1 {
    font-size: 30px;
    margin-right: 1000px;
}

.contenido {
    display: flex;
    justify-content: space-between; /* Coloca los elementos alineados a los extremos */
    align-items: center;
    width: 100%; /* Ajusta el ancho del contenedor */
}

.contenido p {
    margin-top: 10px; /* Ajusta el margen entre el título y el texto */
    margin-left: 20px;
}

.whatsapp-btn {
    background-color: green;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 10px 6px 8px rgb(42, 42, 42); /* Agrega una sombra al botón */
    transition: all 0.3s ease; /* Agrega transición para el efecto hover */
    margin-top: -30px;
    margin-right: 50px;
    transform: scale(1);
}
.whatsapp-btn:hover {
    background-color: #4CAF50; /* Cambia el color al hacer hover */
    transform: scale(1.1); /* Agranda el botón al hacer hover */
}

.whatsapp-btn i {
    margin-left: 5px;
}

.ribbon-container {
    position: relative; /* Posición relativa para el contenedor de la cinta */
    overflow: hidden; /* Oculta el contenido que sobrepase el tamaño del contenedor */
    
    border: 2px solid #007bff; /* Borde azul para simular el corte */
}

.ribbon {
    position: absolute;
    top: 30px; /* Ajusta la posición vertical para que se vea más grande */
    right: -40px; /* Ajusta la posición horizontal */
    padding: 8px 35px; /* Ajusta el espaciado interno para que la cinta sea más grande */
    background-color: red;
    color: white;
    transform: rotate(45deg);
    font-size: 16px; /* Incrementa el tamaño de fuente para hacer la cinta más grande */
    line-height: 1.2;
    z-index: 1;
    
}
.additional-content p{
    text-shadow: 1px 1px 15px rgba(80, 80, 80, 0.5); 
}
@media (min-width: 990px) {
    .ribbon-container:hover {
        background-color: #70b2f7;
        /* Otros estilos hover para pantallas grandes */
    }
}

.btn {
    margin-right: 10px; /* Espacio entre los botones */
    border: 2px solid #0379f7; /* Borde del botón celeste */
    color: #070707; /* Color del texto */
    background-color: #55a4f8;; /* Fondo celeste */
    transition: background-color 0.3s, color 0.3s; /* Transición suave */
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.3); /* Sombra suave */
  }
  
  .btn:hover {
    background-color: #046bd9; /* Fondo celeste */
    color: white; /* Texto blanco */
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.2); /* Aumentar la sombra al pasar el ratón */
  }
@media only screen and (max-width: 768px) {
    .titulo-plan {
        font-size: 28px; /* Reducir el tamaño de la fuente en pantallas más pequeñas */
    }
    /* Estilos para pantallas móviles */
    .additional-content.visible-mobile {
        display: block; /* Muestra el contenido adicional en pantallas móviles cuando es visible */
    }

    .btnShowMoreMobile {
        display: flex;
        justify-content: center; /* Centra horizontalmente el botón */
        align-items: center; /* Centra verticalmente el botón */
        width: 100%; /* Para que ocupe todo el ancho disponible */
        margin-top: 10px; /* Ajusta el margen superior según tu diseño */
        margin-bottom: 30px;
    }






    .title1 {
        font-size: 24px; /* Tamaño de fuente ajustado para dispositivos móviles */
        margin-right: 0; /* Eliminar margen derecho en dispositivos móviles */
        text-align: center; /* Centrar texto */
    }

    .contenido {
        flex-direction: column; /* Contenido en columna para dispositivos móviles */
        align-items: flex-start; /* Alinear elementos al inicio */
    }

    .whatsapp-btn {
        margin-right: 0; /* Eliminar margen derecho en dispositivos móviles */
        margin-top: 10px; /* Ajustar margen superior */
    }
}

@media only screen and (min-width: 769px) {
    /* Estilos para pantallas de computadora */
    .additional-content {
        display: block; /* Muestra todo el contenido adicional en pantallas de computadora */
    }

    .btnShowMoreMobile {
        display: none; /* Oculta el botón en pantallas de computadora */
    }
}

.resaltartexto{
    background-color: yellow;
    padding: 2px;
    border-radius: 3px;
}







/* Estilos generales */
.cielosoft-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #f9f9f9;
}

.cielosoft-section h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #040404;
    font-weight: bold;
    font-family:'Courier New', Courier, monospace;
}

/* Estilos para los contenedores */
.contenedores {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.contenedorcito {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
    width: 30%;
    min-width: 280px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contenedorcito:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.contenedorcito h2 {
    font-size: 1.5rem;
    color: #007bff;
    margin-bottom: 10px;
}

.contenedorcito img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
}

.contenedorcito p {
    font-size: 1rem;
    color: #555;
}

/* Responsividad */
@media (max-width: 768px) {
    .contenedores {
        flex-direction: column;
        align-items: center;
    }
}



/* --------------------------------------------- */
/* ================= PRICING ================= */
.pricing-section {
    padding: 80px 20px;
    text-align: center;
}

/* Toggle */
.pricing-toggle {
    display: inline-flex;
    background: #f1f5f9;
    padding: 6px;
    border-radius: 50px;
    gap: 6px;
    margin-bottom: 5px;
}

.toggle-btn {
    border: none;
    background: transparent;
    padding: 10px 22px;
    border-radius: 40px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toggle-btn.active {
    background: #ffffff;
    color: #1f2937;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* Contenido */
.pricing-content {
    max-width: 1300px;
    margin: auto;
}

/* Grupos */
.pricing-group {
    display: none;
    animation: fadePricing 0.4s ease;
}

.pricing-group.active {
    display: block;
}

@keyframes fadePricing {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

/* .pricing-grid2 {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 1fr);
    gap: 30px;
    overflow-x: auto;
    padding-bottom: 10px;
}


.pricing-grid2::-webkit-scrollbar {
    height: 8px;
}

.pricing-grid2::-webkit-scrollbar-thumb {
    background: #c7d2fe;
    border-radius: 10px;
} */

.pricing-grid2 {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 20px;
}






/* Card base */
.pricing-card {
    background: #ffffff;
    border-radius: 26px;
   padding: 22px 18px;
   border-radius: 22px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

/* Destacado */
.pricing-card.featured {
    border: 2px solid #6366f1;
}

/* Badge */
.badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #6366f1;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

/* Icono */
.plan-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    background: #eef2ff;
    border-radius: 16px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Texto */
.plan-title {
    font-size: 22px;
    font-weight: 700;
}

.plan-desc {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Precio */
.plan-price {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 16px;
}

.plan-price small {
    display: block;
    font-size: 13px;
    color: #64748b;
}

/* Métricas */
.plan-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #f8fafc;
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 25px;
}

.plan-metrics strong {
    font-size: 18px;
}

.plan-metrics span {
    display: block;
    font-size: 12px;
    color: #64748b;
}

/* Features */
.plan-features {
    text-align: left;
    margin-bottom: 25px;
}

.plan-features li {
    font-size: 13px;
    list-style: none;
    margin-bottom: 8px;
    padding-left: 28px;
    position: relative;
}

.plan-features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #111827;
    font-weight: bold;
}

/* Botón */
.plan-btn {
    width: 100%;
    background: #0f172a;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;

}

.plan-btn.primary {
    background: linear-gradient(90deg, #6366f1, #3b82f6);
}
/* .pricing-card:last-child {
    border: 2px solid #f59e0b;
} */

.pricing-card:last-child .plan-icon {
    background: #fff7ed;
}

/* ================= PLAN STATS ================= */
.plan-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    background: #f8fafc;
    border-radius: 16px;
    padding: 14px 10px;
    margin: 20px 0 30px;
    border: 1px solid #e5e7eb;
}

.stat-item {
    text-align: center;
}

.stat-item i {
    font-size: 18px;
    color: #64748b;
    display: block;
    margin-bottom: 6px;
}

.stat-item strong {
    font-size: 18px;
    font-weight: 800;
    display: block;
    color: #0f172a;
}

.stat-item span {
    font-size: 11px;
    color: #64748b;
    line-height: 1.3;
    display: block;
}
@media (max-width: 768px) {
    .pricing-grid2 {
        grid-auto-columns: minmax(260px, 1fr);
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .pricing-grid2::-webkit-scrollbar {
        height: 6px;
    }

    .pricing-grid2::-webkit-scrollbar-thumb {
        background: #c7d2fe;
        border-radius: 10px;
    }
}


@media (max-width: 768px) {
    .pricing-card {
        padding: 20px 16px;
    }

    .plan-title {
        font-size: 17px;
    }

    .plan-price {
        font-size: 32px;
    }

    .plan-features li {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .pricing-grid2 {
        scroll-snap-type: x mandatory;
    }

    .pricing-card {
        scroll-snap-align: start;
    }
}
