.elementor-67554 .elementor-element.elementor-element-4141430 > .elementor-container{min-height:350px;}.elementor-67554 .elementor-element.elementor-element-4141430 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-67554 .elementor-element.elementor-element-4141430:not(.elementor-motion-effects-element-type-background), .elementor-67554 .elementor-element.elementor-element-4141430 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://tulotero.es/wp-content/uploads/2026/04/Proyecto-nuevo-2026-04-21T122923.536.webp");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-67554 .elementor-element.elementor-element-4141430{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-67554 .elementor-element.elementor-element-4141430 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-67554 .elementor-element.elementor-element-be4e1ae.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-67554 .elementor-element.elementor-element-2639aed{text-align:left;width:var( --container-widget-width, 650px );max-width:650px;--container-widget-width:650px;--container-widget-flex-grow:0;}.elementor-67554 .elementor-element.elementor-element-2639aed .elementor-heading-title{color:#FFFFFF;font-family:"Open Sans", Sans-serif;font-size:40px;font-weight:600;line-height:44px;text-shadow:1px 1px 4px #000000;}.elementor-67554 .elementor-element.elementor-element-2935be8{text-align:left;}.elementor-67554 .elementor-element.elementor-element-2935be8 .elementor-heading-title{color:#FFFFFF;font-family:"Lato", Sans-serif;font-size:16px;font-weight:700;line-height:25px;text-shadow:1px 1px 4px #000000;}.elementor-67554 .elementor-element.elementor-element-2935be8 > .elementor-widget-container{padding:20px 0px 0px 0px;}@media(max-width:1024px){.elementor-67554 .elementor-element.elementor-element-4141430 > .elementor-container{min-height:250px;}.elementor-67554 .elementor-element.elementor-element-2639aed{text-align:center;}.elementor-67554 .elementor-element.elementor-element-2935be8{text-align:center;}}@media(max-width:767px){.elementor-67554 .elementor-element.elementor-element-4141430 > .elementor-container{min-height:150px;}.elementor-67554 .elementor-element.elementor-element-be4e1ae > .elementor-element-populated{padding:30px 30px 30px 30px;}.elementor-67554 .elementor-element.elementor-element-2639aed .elementor-heading-title{font-size:33px;line-height:42px;}}/* Start custom CSS for html, class: .elementor-element-f617f5b *//* Sección General */
.features-section {
    background-color: #ffffff;
    padding: 60px 20px;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    text-align: center;
}

/* Título principal - Suavizado a Gris Antracita */
.main-title {
    color: #333333; 
    font-size: 2.2rem;
    margin-bottom: 50px;
    font-weight: 700;
}

/* Grid de Tarjetas */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Tarjeta con contorno verde Tulotero */
.feature-card {
    background: #ffffff;
    border: 2px solid #27ae60; /* Verde Tulotero */
    border-radius: 16px;
    padding: 40px 25px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(39, 174, 96, 0.15);
}

/* Iconos en verde Rellenos */
.feature-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
    color: #27ae60;
}

.feature-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

/* Títulos de bloques - Suavizados a Gris Antracita */
.feature-title {
    font-size: 1rem;
    font-weight: 700; /* Bajado un poco de 800 a 700 para que sea menos rudo */
    color: #333333; 
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Texto descriptivo en gris suave */
.feature-text {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* Ajuste para móviles */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72f078b */.about-app-section {
    padding: 80px 20px;
    background-color: #ffffff;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* Título principal suavizado */
.main-title {
    color: #333333; /* Suavizado a gris antracita */
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 700; /* Menos negrita */
}

.subtitle {
    color: #666;
    margin-bottom: 60px;
    font-size: 1.1rem;
}

.app-showcase {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.info-column {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

/* Alineación de textos según columna */
.info-column:first-child { text-align: right; }
.info-column:last-child { text-align: left; }

.info-item {
    display: flex;
    flex-direction: column;
    align-items: inherit;
}

/* Círculos Verdes para Iconos */
.icon-box {
    width: 55px;
    height: 55px;
    background-color: #27ae60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    align-self: inherit;
    box-shadow: 0 4px 10px rgba(39, 174, 96, 0.15);
}

.info-column:first-child .icon-box { align-self: flex-end; }
.info-column:last-child .icon-box { align-self: flex-start; }

.icon-box svg {
    width: 26px;
    height: 26px;
    fill: #ffffff;
}

/* Títulos de bloques laterales suavizados */
.text-content h3 {
    color: #333333; /* Suavizado a gris antracita */
    font-size: 1rem;
    font-weight: 700; /* Menos negrita, igual que los anteriores */
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Cuerpos de texto en gris suave */
.text-content p {
    color: #555555; 
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Contenedor de la Imagen REAL */
.mobile-image-container {
    flex: 0 0 320px;
    display: flex;
    justify-content: center;
    order: 0;
}

.phone-real-image {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 15px 35px rgba(0,0,0,0.1));
}

/* Responsive para tablet/móvil */
@media (max-width: 992px) {
    .app-showcase { flex-direction: column; gap: 50px;}
    .info-column { text-align: center !important; flex: none; width: 100%;}
    .info-column .icon-box { align-self: center !important; }
    .mobile-image-container { order: -1; margin-bottom: 20px; flex: 0 0 auto; width: 280px;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9bcd429 *//* Contenedor principal con fondo blanco */
.container-apps {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 40px;
    justify-content: center;
    background-color: #ffffff; /* Fondo blanco */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Tarjeta con contorno verde */
.app-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    width: 260px;
    text-align: center;
    text-decoration: none;
    color: #333;
    /* Contorno verde fijo */
    border: 2px solid #27ae60; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Efecto al pasar el ratón */
.app-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(39, 174, 96, 0.2);
    background-color: #f9fffb; /* Un toque sutil de verde muy claro */
}

/* Iconos */
.icon-container {
    width: 55px;
    height: 55px;
    margin: 0 auto 20px;
}

.icon-container svg {
    width: 100%;
    height: 100%;
    fill: #1a1a1a;
}

/* Textos */
.app-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #1a1a1a;
}

.app-description {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

/* Botón inferior verde */
.badge {
    margin-top: 25px;
    padding: 12px 25px;
    background-color: #27ae60;
    color: white;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 1px;
    display: inline-block;
    transition: background 0.3s ease;
}

.app-card:hover .badge {
    background-color: #1e8449;
}/* End custom CSS */