/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.lista-programas {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lista-programas li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
}
.lista-programas li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #6b7280; 
    font-weight: bold;
}
.lista-elegibilidad {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lista-elegibilidad li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #FFFFFF;     
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 12px;
    color: #374151;          
    font-size: 16px;
    line-height: 1.4;
}
.lista-elegibilidad .le-check {
    width: 22px;
    height: 22px;
    flex-shrink: 0;           
    margin-top: 1px;
}
/******************************/
.csa-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.csa-card {
    flex: 1 1 180px;
    min-width: 180px;
    max-width: 300px;
    background: var(--csa-bg);
    color: var(--csa-fg);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    min-height: 340px;
}
.csa-icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    margin-bottom: 22px;
}
.csa-card--dark .csa-icon img {
    filter: brightness(0) invert(1);
}
.csa-title {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
    color: var(--csa-fg) !important;
}
.csa-line {
    display: block;
    height: 1px;
    width: 100%;
    background: var(--csa-fg);
    opacity: 0.35;
    margin: auto 0 14px;
}
.csa-desc {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    opacity: 0.95;
    color: var(--csa-fg) !important;
}
/************************************************************************/
.ipd-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ipd-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 32px;
}
.ipd-tag {
    display: inline-block;
    background: #d1fae5;
    color: #065f46;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
}
.ipd-title {
    font-size: 26px;
    font-weight: 700;
    color: #14342b;
    line-height: 1.2;
    margin: 0 0 12px;
}
.ipd-desc {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0 0 16px;
}
.ipd-list {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}
.ipd-list li {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.7;
}

#hero-title {
  font-size: 24px !important;
  font-weight: 600 !important;
}

/******************************************************************************/
@media (min-width: 1025px) {
	.card-size-left{
		max-width: 575px;
		margin-left: auto;
	}
	.card-size-right {
		max-width: 575px;
	}
}
@media (max-width: 1024px) {
    .csa-card {
        flex: 1 1 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
}
@media (max-width: 768px) {
    .csa-card {
        flex: 1 1 100%;
        max-width: 100%;
        min-height: auto;
    }
}