.elementor-1095 .elementor-element.elementor-element-1a29fba{--display:flex;}/* Start custom CSS for html, class: .elementor-element-91623e1 */.prefeito-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 30px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #333;
            background-color: #f9f9f9;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .prefeito-header h1 {
            color: #2c3e50;
            text-align: center;
            margin-bottom: 30px;
            font-size: 28px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .prefeito-header h1:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background: linear-gradient(90deg, #3498db, #2ecc71);
        }
        
        .prefeito-content {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            align-items: center;
        }
        
        .prefeito-image {
            flex: 1;
            min-width: 300px;
            text-align: center;
        }
        
        .prefeito-photo {
            width: 100%;
            max-width: 350px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            transition: transform 0.3s;
        }
        
        .prefeito-photo:hover {
            transform: scale(1.02);
        }
        
        .image-caption {
            margin-top: 10px;
            font-style: italic;
            color: #7f8c8d;
        }
        
        .prefeito-info {
            flex: 1;
            min-width: 300px;
            background: white;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .info-item {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #ecf0f1;
            display: flex;
            flex-wrap: wrap;
        }
        
        .info-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .info-label {
            font-weight: bold;
            color: #2c3e50;
            width: 180px;
        }
        
        .info-value {
            flex: 1;
            color: #34495e;
        }
        
        @media (max-width: 768px) {
            .prefeito-content {
                flex-direction: column;
            }
            
            .info-label {
                width: 100%;
                margin-bottom: 5px;
            }
        }/* End custom CSS */