@media (min-width: 600px) and (max-width: 1100px) {
    .buttondriven {
        font-size: 16px;
    }
}

@media (min-width: 500px) and (max-width: 600px) {
    .buttondriven {
        font-size: 14px;
    }
}

@media (min-width: 000px) and (max-width: 500px) {
    .buttondriven {
        font-size: 13px;
    }
}

@media (max-width: 375px) {
    .buttondriven-white {
        font-size: 13px !important;
    }
}

.buttondriven {
    font-size: 18px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #C25200;
    border-radius: 20px 20px 20px 20px;
}

.buttondriven:hover {
    background-color: #F06400;
    color: #FFFFFF;
}

.buttondriven-white {
    font-size: 14px;
    font-weight: 500;
    fill: #C25200;
    color: #C25200;
    background-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
}


.buttondriven2,
.caja-naranja {
    padding: 3px 15px 3px 15px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #f06400;
    color: #C25200;
    border-radius: 16px 16px 16px 16px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.buttondriven2-head {
    border-radius: 13px 13px 0px 0px;
    background-color: #f06400;
}

.buttondriven2-sinpadding {
    padding: 0px !important;
}

.buttondriven2-sinpadding .box-tu-profesor {
    padding: 15px;
}

.buttondriven2-head-main {
    padding: 15px;
    height: 75px;
}

.buttondriven2-consombra {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2)
}

/** Inicio estilos promocion test dgt */
.caja {
    margin: 3rem auto;
    max-width: 1200px;
    padding: 0 1rem;
}

.caja-card-modern {
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    background: linear-gradient(135deg, #C25200 0%, #e37111 100%);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
    position: relative;
}

/*.test-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
    pointer-events: none;
}*/

/*.test-card-header {
    text-align: center;
    padding: 1rem 1rem 1rem;
    position: relative;
    z-index: 1;
}*/

.test-icon-badge {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*margin-bottom: 1.5rem;*/
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    float: left;
}

.test-icon-badge i {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #C25200 0%, #e37111 100%);
    /*-webkit-background-clip: text;*/
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.test-main-title {
    color: white !important;
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.test-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin: 0;
    font-weight: 400;
}

.caja-card-body {
    background: white;
    padding: 2.5rem;
    /*border-radius: 24px 24px 0 0;*/
    position: relative;
    z-index: 1;
}

.caja-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.caja-item-card {
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
    border: 2px solid #e8ecf1;
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.caja-item-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    /*background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);*/
    background: linear-gradient(135deg, #C25200 0%, #e37111 100%);
    transform: scaleY(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.caja-item-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(102, 126, 234, 0.15);
    border-color: #C25200;
    /*#667eea;*/
}

.caja-item-card:hover::before {
    transform: scaleY(1);
}

.test-item-icon {
    width: 50px;
    height: 50px;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    background: linear-gradient(135deg, #C25200 0%, #e37111 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.caja-item-card:hover .test-item-icon {
    transform: rotate(5deg) scale(1.05);
}

.test-item-icon i {
    color: white;
    font-size: 1.5rem;
}

.test-item-content {
    flex: 1;
}

.test-item-title {
    color: #2d3748;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
}

.test-item-desc {
    color: #718096;
    font-size: 0.9rem;
    margin: 0;
}

.test-item-arrow {
    color: #cbd5e0;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.caja-item-card:hover .test-item-arrow {
    color: #C25200;
    /*#667eea;*/
    transform: translateX(4px);
}

.test-cta-section {
    text-align: center;
    padding-top: 1rem;
    border-top: 2px solid #f7fafc;
}

.test-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}


.test-cta-btn i {
    font-size: 1.3rem;
}

.help-text {
    color: #718096;
    font-size: 0.95rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.help-text i {
    color: #C25200;
    /*#667eea;*/
}

/* Responsive */
@media (max-width: 768px) {
    .test-main-title {
        font-size: 1.5rem;
    }

    .test-subtitle {
        font-size: 1rem;
    }

    .caja-card-body {
        padding: 1.5rem;
    }

    .caja-grid {
        grid-template-columns: 1fr;
    }

    .test-cta-btn {
        width: 100%;
        justify-content: center;
    }
}