.highlight-section {
    background-color: #f9f9f9;
    padding: 50px 20px;
    text-align: center;
}

.highlight-container {
    max-width: 1200px;
    margin: 0 auto;
}

.highlight-section h2 {
    font-size: 2.4em;
    color: #2c3e50;
    margin-bottom: 20px;
}

.highlight-section p {
    font-size: 1.2em;
    color: #7f8c8d;
    margin-bottom: 40px;
}

.highlight-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.highlight-item {
    flex: 1 1 calc(25% - 30px);
    max-width: 280px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
}

.highlight-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.highlight-item img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.highlight-item h3 {
    font-size: 1.4em;
    color: #3498db;
    margin-bottom: 10px;
}

.highlight-item p {
    font-size: 1em;
    color: #7f8c8d;
}


.cta-section {
    background-color: #343a40;
    color: white;
    padding: 50px 0;
    text-align: center;
}
.cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
}
.cta-section button {
    padding: 15px 40px;
    font-size: 18px;
    background-color: #ffc107;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.cta-section button:hover {
    background-color: #e0a800;
}




.checkbox-container {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.checkbox-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.checkbox-container label a {
    color: #007BFF;
    text-decoration: underline;
}

.checkbox-container label a:hover {
    text-decoration: none;
}

.declaration {
    font-size: 12px;
    color: #555;
    margin-top: 10px;
}

.declaration a {
    color: #007BFF;
    text-decoration: underline;
}

.declaration a:hover {
    text-decoration: none;
}


#asesoria-gratis{
    color:#41b300;
    font-weight: bold;
}