/* 
Theme Name: jessicafinochetti
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* =======================================
 * 1. CARACTERÍSTICAS GERAIS
 * ======================================= */
a {
  font-family: "Cormorant SC", serif !important;
  color: #000;
}
a.email {
  text-transform: none;
  font-family: "Cormorant SC", serif !important;
}
.home body {
  padding-top: 80vh !important;
}
/* =======================================
 * 2. CÓDIGOS GLOBAIS DE CORREÇÃO (HEADER)
 * ======================================= */
.header-smart.elementor-sticky--effects {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.mnr-site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: var(--e-global-color-c62ea52);
}

.mnr-site-header.is-sticky {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.home .mnr-site-header:not(.is-sticky) {
  background-color: transparent !important;
  box-shadow: none !important;
}

.home .mnr-site-header.is-sticky {
  background-color: var(--e-global-color-c62ea52) !important;
}

.home .mnr-site-header img {
  transition: filter 0.3s ease;
}

.home .mnr-site-header:not(.is-sticky) img {
  filter: invert(1) !important;
}

.home .mnr-site-header:not(.is-sticky) .e-search-form svg,
.home .mnr-site-header:not(.is-sticky) .elementor-nav-menu a svg,
.home .mnr-site-header:not(.is-sticky) .elementor-icon svg,
.home .mnr-site-header:not(.is-sticky) .elementor-button svg {
  fill: var(--e-global-color-c3b8469) !important;
}

.home .mnr-site-header:not(.is-sticky) .e-search-input::placeholder,
.home .mnr-site-header:not(.is-sticky) .elementor-nav-menu a {
  color: var(--e-global-color-c3b8469) !important;
}

.home .mnr-site-header:not(.is-sticky) .sub-menu a {
  color: var(--e-global-color-f561794) !important;
}

.home .elementor-button-icon-qty[data-counter] {
  font-size: 11px !important;
}

/* =======================================
 * 3. SETA TOPO (FOOTER)
 * ======================================= */
.voltar-topo {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* Mostrar o botão */
.voltar-topo.show {
  opacity: 1;
  visibility: visible;
}

.voltar-topo .elementor-widget-container,
.voltar-topo .elementor-icon-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.voltar-topo .elementor-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.voltar-topo svg {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0;
  padding: 0;
}
/* =======================================
 * 4. COOKIES
 * ======================================= */
.cky-notice-des {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
button.cky-btn.cky-btn-accept,
.cky-btn-revisit-wrapper {
  border-color: #000 !important;
  background-color: #000 !important;
  font-family: "Cormorant SC", serif;
  max-width: 50%;
  margin: 0 auto;
}
button.cky-btn.cky-btn-preferences,
button.cky-btn.cky-btn-reject,
.cky-accordion-header .cky-always-active,
button.cky-show-desc-btn:not(:hover):not(:active),
button.cky-btn.cky-btn-customize {
  color: #000 !important;
  font-family: "Cormorant SC", serif;
}
.cky-dma-content-wrapper a.cky-policy,
a.cky-policy {
  text-decoration: none !important;
  border: 0px solid !important;
  color: #000 !important;
  font-family: "Cormorant SC", serif;
  font-weight: 400;
  font-size: 1.25rem !important;
}
.cky-btn.cky-btn-customize,
.cky-btn.cky-btn-reject {
  border: 1px solid;
  border-color: #000 !important;
  max-width: 50%;
}
.cky-revisit-bottom-left{
    margin-bottom:70px;
}