:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3065929 *//* Contenedor Principal */
.iv-redesign-wrapper {
    font-family: 'Montserrat', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #2D3748;
    background-color: #F8FAFC;
    padding: 30px 15px;
    box-sizing: border-box;
}

.iv-redesign-wrapper * {
    box-sizing: border-box;
}

/* Grilla Flexible */
.iv-row {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.iv-col-4 { flex: 0 0 33.333%; max-width: 33.333%; padding: 12px; }
.iv-col-6 { flex: 0 0 50%; max-width: 50%; padding: 12px; }
.iv-col-8 { flex: 0 0 66.666%; max-width: 66.666%; padding: 12px; }
.iv-col-12 { flex: 0 0 100%; max-width: 100%; padding: 12px; }

/* Hero Section */
.iv-hero-box {
    background: linear-gradient(135deg, #0F2C59 0%, #1864AB 100%);
    border-radius: 16px;
    padding: 40px 30px;
    color: #FFFFFF;
    box-shadow: 0 10px 25px rgba(15, 44, 89, 0.15);
    margin-bottom: 24px;
}

.iv-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #E2E8F0;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.iv-hero-title {
    font-size: 30px;
    font-weight: 800;
    color: #FFFFFF !important;
    margin: 0 0 8px 0;
}

.iv-hero-sub {
    font-size: 16px;
    color: #E2E8F0;
    margin-bottom: 16px;
}

.iv-hero-p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #F1F5F9;
    margin-bottom: 20px;
}

.iv-btn {
    display: inline-block;
    background-color: #25D366;
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 25px;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
}

.iv-btn:hover {
    background-color: #1EBE5D;
    transform: translateY(-2px);
}

/* Tarjetas */
.iv-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.iv-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0F2C59 !important;
    margin-top: 0;
    margin-bottom: 16px;
    border-bottom: 2px solid #F1F5F9;
    padding-bottom: 8px;
}

/* Listas */
.iv-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iv-list-item {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #4A5568;
}

.iv-list-item::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #1864AB;
    font-weight: bold;
}

/* Tablas de Formación */
.iv-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.iv-table th, .iv-table td {
    padding: 10px;
    font-size: 13.5px;
    text-align: left;
    border-bottom: 1px solid #EDF2F7;
}

.iv-table th {
    background-color: #F8FAFC;
    color: #0F2C59;
    font-weight: 700;
}

/* Equipo */
.iv-team-card {
    text-align: center;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
}

.iv-team-name {
    font-size: 16px;
    font-weight: 700;
    color: #0F2C59;
    margin: 8px 0 4px 0;
}

.iv-team-role {
    font-size: 13px;
    color: #1864AB;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .iv-col-4, .iv-col-6, .iv-col-8 { flex: 0 0 100%; max-width: 100%; }
    .iv-hero-title { font-size: 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a29cebe *//* Contenedor Principal de la Hoja de Vida */
.cv-piraquive-container {
    font-family: 'Montserrat', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #2D3748;
    background-color: #F8FAFC;
    padding: 30px 15px;
    box-sizing: border-box;
}

.cv-piraquive-container * {
    box-sizing: border-box;
}

/* Grilla Flexible */
.cv-row {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.cv-col-4 { flex: 0 0 33.333%; max-width: 33.333%; padding: 12px; }
.cv-col-6 { flex: 0 0 50%; max-width: 50%; padding: 12px; }
.cv-col-8 { flex: 0 0 66.666%; max-width: 66.666%; padding: 12px; }
.cv-col-12 { flex: 0 0 100%; max-width: 100%; padding: 12px; }

/* Tarjeta Principal (Header CV) */
.cv-header-card {
    background: linear-gradient(135deg, #0F2C59 0%, #1864AB 100%);
    border-radius: 16px;
    padding: 35px 30px;
    color: #FFFFFF;
    box-shadow: 0 10px 25px rgba(15, 44, 89, 0.15);
    margin-bottom: 24px;
}

.cv-rethus-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #E2E8F0;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cv-name {
    font-size: 32px;
    font-weight: 800;
    color: #FFFFFF !important;
    margin: 0 0 8px 0;
}

.cv-spec {
    font-size: 17px;
    font-weight: 500;
    color: #38BDF8;
    margin-bottom: 16px;
}

.cv-bio {
    font-size: 14.5px;
    line-height: 1.6;
    color: #F1F5F9;
    margin-bottom: 20px;
}

.cv-btn-contact {
    display: inline-block;
    background-color: #25D366;
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 25px;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
}

.cv-btn-contact:hover {
    background-color: #1EBE5D;
    transform: translateY(-2px);
}

/* Tarjetas Secundarias */
.cv-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.cv-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0F2C59 !important;
    margin-top: 0;
    margin-bottom: 16px;
    border-bottom: 2px solid #F1F5F9;
    padding-bottom: 8px;
}

/* Tablas de Información */
.cv-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.cv-table th, .cv-table td {
    padding: 10px;
    font-size: 13.5px;
    text-align: left;
    border-bottom: 1px solid #EDF2F7;
}

.cv-table th {
    background-color: #F8FAFC;
    color: #0F2C59;
    font-weight: 700;
}

/* Timeline Experiencia */
.cv-timeline {
    position: relative;
    padding-left: 20px;
    border-left: 2px solid #E2E8F0;
    margin-left: 8px;
}

.cv-item {
    position: relative;
    margin-bottom: 20px;
}

.cv-item::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1864AB;
}

.cv-item-role {
    font-size: 15px;
    font-weight: 700;
    color: #0F2C59;
}

.cv-item-company {
    font-size: 13.5px;
    color: #1864AB;
    font-weight: 600;
}

.cv-item-date {
    font-size: 12px;
    color: #A0AEC0;
    margin-bottom: 4px;
}

.cv-item-desc {
    font-size: 13.5px;
    color: #4A5568;
    margin: 0;
}

/* Listas estilizadas */
.cv-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cv-list-item {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #4A5568;
}

.cv-list-item::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #1864AB;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .cv-col-4, .cv-col-6, .cv-col-8 { flex: 0 0 100%; max-width: 100%; }
    .cv-name { font-size: 24px; }
}/* End custom CSS */