body {
    margin: 0;
}

.home-card {
    min-height: 150px;
    max-height: 150px;
    overflow: auto;
}

.hero-section {
    background-color: #f8f9fa;
    padding: 100px 0;
    text-align: center;
}

.hero-section h4 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 1.2rem;
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto 30px;
}

.hero-section .btn-primary {
    font-size: 1.1rem;
    padding: 10px 30px;
    border-radius: 25px;
}

.tools-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.tools-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #343a40;
    text-align: center;
    margin-bottom: 50px;
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

/* .card:hover { investigar para que era
    transform: translateY(-10px);
} */

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 0;
}

.altura { /* para cards especificos */
    min-height: 190px;
    max-height: 199px;
}
.icon {
    font-size: 2rem;
    color: #007bff;
}

.plans-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.plans-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #343a40;
    text-align: center;
    margin-bottom: 50px;
}

.plans-section p {
    font-size: 1.2rem;
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto 30px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.table th,
.table td {
    padding: 15px;
    text-align: center;
    border: 1px solid #dee2e6;
}

.table th {
    background-color: #ffffff;
    font-weight: bold;
}

.table td {
    color: #343a40;
}

.icon-check {
    color: #28a745;
    font-size: 1.2rem;
}

.icon-cross {
    color: #dc3545;
    font-size: 1.2rem;
}

.contact-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.contact-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #343a40;
    text-align: center;
    margin-bottom: 30px;
}

.contact-section p {
    font-size: 1.2rem;
    color: #6c757d;
    text-align: center;
    margin-bottom: 50px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: bold;
}

.btn-submit {
    width: 100%;
    padding: 10px;
    font-size: 1.1rem;
    border-radius: 25px;
}

.app-notice {
    margin-top: 50px;
    text-align: center;
}

.app-notice h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 20px;
}

.app-notice p {
    font-size: 1.2rem;
    color: #6c757d;
}

.footer {
    padding: 20px 0;
    background-color: #343a40;
    color: #ffffff;
    text-align: center;
}

.footer a {
    color: #007bff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}