/*!
Theme Name: evx
Theme URI: http://underscores.me/
Author: Evonomix
Author URI: https://www.evonomix.com
Description: Transforming businesses through marketing & technology
Version: 8.0.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: evx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

evx is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


  #page_slabvazatori .margined {
    width:200px;
    }

@media (max-width: 767px) {
  #page_slabvazatori .margined {
    width:100%;
    }
	#main #team .asistente li{
	height:unset;
}
	#main #team .asistente li{
		margin:0px;
	}

  }
  /* Wrapper pinned to bottom-right */
  .amo-wa-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  }

  /* ---- Floating button (robot + label) ---- */
  .amo-wa-button {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #1a8fd8 0%, #0d6cb5 100%);
    color: #fff;
    padding: 10px 18px 10px 10px;
    border-radius: 60px;
    box-shadow: 0 8px 24px rgba(13, 108, 181, 0.35),
                0 2px 6px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    border: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
  }
  .amo-wa-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(13, 108, 181, 0.45);
  }

  /* Robot avatar circle */
  .amo-wa-avatar {
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 2px #e8f4fb;
  }
  .amo-wa-avatar svg {
    width: 44px;
    height: 44px;
  }

  /* Subtle floating animation */
  @keyframes amo-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-3px); }
  }
  .amo-wa-avatar {
    animation: amo-float 3s ease-in-out infinite;
  }

  /* Text block */
  .amo-wa-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    padding-right: 6px;
  }
  .amo-wa-title {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.2px;
  }
  .amo-wa-subtitle {
    font-size: 11px;
    opacity: 0.9;
    font-weight: 500;
  }

  /* Pulsing online dot */
  .amo-wa-pulse {
    position: absolute;
    top: 8px;
    left: 50px;
    width: 12px;
    height: 12px;
    background: #25d366;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    animation: amo-pulse 2s infinite;
  }
  @keyframes amo-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70%  { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
  }

  /* ---- Chat popup ---- */
  .amo-wa-popup {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 350px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .amo-wa-popup.open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .amo-wa-header {
    background: linear-gradient(135deg, #1a8fd8 0%, #0d6cb5 100%);
    color: #fff;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .amo-wa-header-avatar {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .amo-wa-header-avatar svg { width: 36px; height: 36px; }
  .amo-wa-header-text { flex: 1; }
  .amo-wa-header-name { font-weight: 700; font-size: 15px; }
  .amo-wa-header-status {
    font-size: 12px;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .amo-wa-header-status::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #25d366;
    border-radius: 50%;
    display: inline-block;
  }
  .amo-wa-close {
    background: rgba(255,255,255,0.15);
    border: none;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
	padding: unset;
  }
  .amo-wa-close:hover { background: rgba(255,255,255,0.3); }

  .amo-wa-body {
    padding: 20px;
    background: #e8f4fb;
    min-height: 140px;
    position: relative;
  }
  .amo-wa-body::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(13,108,181,0.06) 1px, transparent 1px);
    background-size: 14px 14px;
    pointer-events: none;
  }
  .amo-wa-message {
    background: #fff;
    padding: 12px 14px;
    border-radius: 4px 14px 14px 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    position: relative;
    max-width: 90%;
  }
  .amo-wa-message-sender {
    font-size: 12px;
    font-weight: 700;
    color: #0d6cb5;
    margin-bottom: 4px;
  }

  .amo-wa-footer {
    padding: 14px 20px 18px;
    background: #fff;
  }
  .amo-wa-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #25d366;
    color: #fff;
    border: none;
    padding: 12px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
  }
  .amo-wa-cta:hover {
    background: #1ebe5d;
    transform: scale(1.02);
  }
  .amo-wa-cta svg { width: 20px; height: 20px; fill: #fff; }

  /* ---- Mobile ---- */
  @media (max-width: 480px) {
    .amo-wa-widget { bottom: 16px; right: 16px; }
    .amo-wa-text { display: none; }
    .amo-wa-button { padding: 6px; }
    .amo-wa-pulse { top: 4px; left: 46px; }
    .amo-wa-popup {
      width: calc(100vw - 32px);
      right: 0;
      bottom: 80px;
    }
 	#amoWaWidget {
        bottom: 68px !important;
    }
  }