/* Institutional Page Styles */

#institucional {
    font-family: "Poppins", sans-serif;
}

#institucional header {
    padding: 40px 0;
}

#institucional header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

#institucional .institucional-content {
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.2px;
}

#institucional .institucional-content p {
    margin-bottom: 1.5rem;
}

#institucional .bg-danger {
    background-color: #ca131c !important;
}

#institucional .contact-form {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#institucional .form-control {
    border-radius: 0;
    padding: 12px;
    margin-bottom: 10px;
}

#institucional .btn-danger {
    background-color: #ca131c;
    border-color: #ca131c;
    border-radius: 0;
    font-weight: 600;
    padding: 10px 30px;
    transition: all 0.3s ease;
}

#institucional .btn-danger:hover {
    background-color: #b01a2c;
    border-color: #b01a2c;
}

#institucional .store-info {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    height: 100%;
    transition: all 0.3s ease;
}

#institucional .store-info:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#institucional .store-info h3 {
    color: #ca131c;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

#institucional .store-info p {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

#institucional .store-info a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

#institucional .store-info a:hover {
    color: #ca131c;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #institucional .banner-institucional {
        height: 200px;
    }

    #institucional .banner-content h1 {
        font-size: 1.8rem;
    }

    #institucional .institucional-content {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    #institucional .banner-institucional {
        height: 150px;
    }

    #institucional .banner-content h1 {
        font-size: 1.5rem;
    }
}

#visao,
#missao,
#valores {
    color: #ca131c !important;
}
