/* Services Cards Display - Estilos basados en hola.css */
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700&display=swap');

:root {
    --bg-light-blue: #E8F4FF;
    --text-color: #053661;
    --btn-color: #0A73CE;
    --border-color: #0C87F2;
    --font-primary: 'Gabarito', sans-serif;
}

.hero-description {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #666;
}

.past-text {
    font-weight: 600;
    color: #333;
}

.services-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	box-shadow:none !important;
}

.service-card {
    background-color: var(--bg-light-blue);
    border: 2px solid var(--border-color);
    border-radius: 20px;
    padding: 64px 0px 40px 64px;
    max-width: 1140px;
    margin: 20px auto;
    font-family: var(--font-primary);
    width: 1140px;
    height: 610px;
    transition: all 0.3s ease;
	box-shadow:none !important;
}

.contenedor {
    display: flex;
    align-items: center;
    gap: 30px;
	box-shadow:none !important;
}

.div-contenido {
    flex: 1;
    margin-top: -145px;
}

.service-icon {
    /*background: #D1E9FF;*/
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    font-size: 30px;
    margin-bottom: 20px;
    color: var(--text-color);
}

.service-title {
    color: var(--text-color);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
}

.service-subtitle {
    color: var(--text-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.3;
}

.service-description {
    color: var(--text-color) !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px;
    opacity: 0.9;
}

.service-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    color: var(--text-color);
}

.service-bullets li {
    padding: 0.5rem 0;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    opacity: 0.9;
}

.service-button {
    display: inline-flex;
    align-items: center;
    background-color: var(--btn-color);
    color: #fff !important;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.service-button span {
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
}

.service-button:hover {
    background-color: #085da8;
    color: #fff;
}

.service-button:hover span {
    color: #fff;
}

.div-imagen {
    flex: 1;
    display: flex;
    justify-content: center;
}

.div-imagen img {
    max-width: 99% !important;
    height: auto;
   box-shadow:none !important;
}

/* Colores específicos para cada tarjeta */
.service-card[data-index="1"] {
    background-color: #E8F4FF !important;
    border:2px solid var(--border-color) !important;
}

.service-card[data-index="1"] .service-title,
.service-card[data-index="1"] .service-subtitle,
.service-card[data-index="1"] .service-description,
.service-card[data-index="1"] .service-icon {
    color: #053661;
}

.service-card[data-index="1"] .service-button {
    background-color: #0C87F2;
}

.service-card[data-index="1"] .service-button:hover {
    background-color: #042745;
}

.service-card[data-index="2"] {
    background-color: #ecebf6 !important;
    border-color: #251C5D !important;
}

.service-card[data-index="2"] .service-title,
.service-card[data-index="2"] .service-subtitle,
.service-card[data-index="2"] .service-description,
.service-card[data-index="2"] .service-icon {
    color: #251C5D;
}

.service-card[data-index="2"] .service-button {
    background-color: #251C5D;
}

.service-card[data-index="2"] .service-button:hover {
    background-color: #1a1442;
}

.service-card[data-index="3"] {
    background-color: #fef1e6 !important;
    border-color: #BC5A04 !important;
}

.service-card[data-index="3"] .service-title,
.service-card[data-index="3"] .service-subtitle,
.service-card[data-index="3"] .service-description,
.service-card[data-index="3"] .service-icon {
    color: #BC5A04;
}

.service-card[data-index="3"] .service-button {
    background-color: #BC5A04;
}

.service-card[data-index="3"] .service-button:hover {
    background-color: #8f4403;
}

.service-card[data-index="4"] {
    background-color: #ecebf6 !important;
    border-color: #342881 !important;
}

.service-card[data-index="4"] .service-title,
.service-card[data-index="4"] .service-subtitle,
.service-card[data-index="4"] .service-description,
.service-card[data-index="4"] .service-icon {
    color: #342881;
}

.service-card[data-index="4"] .service-button {
    background-color: #342881;
}

.service-card[data-index="4"] .service-button:hover {
    background-color: #271e5f;
}

.service-card[data-index="5"] {
    background-color: #e9f9f0 !important;
    border-color: #047D3D !important;
}

.service-card[data-index="5"] .service-title,
.service-card[data-index="5"] .service-subtitle,
.service-card[data-index="5"] .service-description,
.service-card[data-index="5"] .service-icon {
    color: #047D3D;
}

.service-card[data-index="5"] .service-button {
    background-color: #047D3D;
}

.service-card[data-index="5"] .service-button:hover {
    background-color: #035a2b;
}

.service-card[data-index="6"] {
    background-color: #fef1e6 !important;
    border-color: #BC5A04 !important;
}

.service-card[data-index="6"] .service-title,
.service-card[data-index="6"] .service-subtitle,
.service-card[data-index="6"] .service-description,
.service-card[data-index="6"] .service-icon {
    color: #BC5A04;
}

.service-card[data-index="6"] .service-button {
    background-color: #BC5A04;
}

.service-card[data-index="6"] .service-button:hover {
    background-color: #8f4403;
}

.service-card[data-index="7"] {
    background-color: #e7f3fe !important;
    border-color: #074A85 !important;
}

.service-card[data-index="7"] .service-title,
.service-card[data-index="7"] .service-subtitle,
.service-card[data-index="7"] .service-description,
.service-card[data-index="7"] .service-icon {
    color: #074A85;
}

.service-card[data-index="7"] .service-button {
    background-color: #074A85;
}

.service-card[data-index="7"] .service-button:hover {
    background-color: #053560;
}

.service-card[data-index="8"] {
    background-color: #ddd9f3 !important;
    border-color: #4333A6 !important;
}

.service-card[data-index="8"] .service-title,
.service-card[data-index="8"] .service-subtitle,
.service-card[data-index="8"] .service-description,
.service-card[data-index="8"] .service-icon {
    color: #4333A6;
}

.service-card[data-index="8"] .service-button {
    background-color: #4333A6;
}

.service-card[data-index="8"] .service-button:hover {
    background-color: #33277d;
}

.service-card[data-index="9"] {
    background-color: #e9f9f0 !important;
    border-color: #047D3D !important;
}

.service-card[data-index="9"] .service-title,
.service-card[data-index="9"] .service-subtitle,
.service-card[data-index="9"] .service-description,
.service-card[data-index="9"] .service-icon {
    color: #047D3D;
}

.service-card[data-index="9"] .service-button {
    background-color: #047D3D;
}

.service-card[data-index="9"] .service-button:hover {
    background-color: #035a2b;
}

/* Responsivo para móviles */
@media (max-width: 768px) {
    .service-card {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 30px 20px;
        margin: 10px 0;
        border-radius: 0;
    }
    
    .contenedor {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
	
	.contenedor div {
    width: 100% !important;
}
	
	.services-container {
    
    padding: 0px !important;
    
}
    
    .div-contenido {
        margin-top: 0;
        width: 100%;
        padding: 0 10px;
    }
    
    .service-icon {
        margin: 0 auto 20px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .service-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .service-subtitle {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .service-description {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .service-bullets li {
        font-size: 14px;
    }
    
    .div-imagen {
        order: 1;
        margin-top: 20px;
        margin-bottom: 0;
    }
    
    .div-imagen img {
        max-width: 100%;
        height: auto;
    }
    
    .service-button {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
}
