.elementor-324 .elementor-element.elementor-element-8e65cc4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4efa2c4 *//* --- ESTILOS DE SERVICIO FARMAVÁZQUEZ --- */
.fv-service-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #2d3748;
    background-color: #ffffff;
    line-height: 1.7;
    padding: 60px 20px;
    box-sizing: border-box;
}
.fv-service-container {
    max-width: 900px;
    margin: 0 auto;
}
.fv-service-header {
    text-align: center;
    margin-bottom: 50px;
}
.fv-service-header h1 {
    font-size: 36px;
    color: #1a202c;
    margin-bottom: 15px;
    font-weight: 800;
}
.fv-service-header p {
    font-size: 16px;
    color: #718096;
}
.fv-service-content h2 {
    font-size: 22px;
    color: #00a896;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 700;
    border-left: 4px solid #00a896;
    padding-left: 15px;
}
.fv-service-content p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #4a5568;
}
.fv-service-content ul, .fv-service-content ol {
    margin-bottom: 25px;
    padding-left: 20px;
    font-size: 15px;
    color: #4a5568;
}
.fv-service-content li {
    margin-bottom: 10px;
}
.fv-contact-card {
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
}
.fv-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}
.fv-contact-item {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #edf2f7;
    text-align: center;
}
.fv-service-btn {
    display: inline-block;
    background-color: #00a896;
    color: #ffffff !important;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 6px;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}
.fv-service-btn:hover {
    background-color: #028074;
}
.fv-service-link {
    color: #00a896;
    text-decoration: underline;
    font-weight: 600;
}
.fv-service-link:hover {
    color: #028074;
}/* End custom CSS */