/* 
Theme Name: Hello Elementor Child
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.1
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 */

.btn-all a {
	padding: 12px 24px;
	border-radius: 5px;
	font-size: 18px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	border: 1px solid transparent;
}

.btn-ingredients a.activated,
.btn-nutritional-table a.activated,
.btn-composition a.activated,
.btn-all-composition a.activated {
    background-color: #FFAF6D !important;
    color: #000000 !important;
    border: 1px solid #FFAF6D !important;
}

.btn-ingredients a,
.btn-composition a,
.btn-all-composition a {
	background-color: transparent !important;
    color: #FF7300 !important;
    border: 1px solid #FF7300 !important;
}

.btn-ingredients a:hover,
.btn-composition a:hover,
.btn-all-composition a:hover {
	background-color: #FFAF6D !important;
    color: #000000 !important;
    border: 1px solid #ffaf6d !important;
}

.content.activated {
  display: block;
}

.content {
  display: block;
}

.nutritional-table tr.ha-table__head-column th:last-child,
.nutritional-table tr.ha-table__body-row td:last-child {
  text-align: right !important;
}

.nutritional-table th.ha-table__head-column-cell {
  text-align: center !important;
}

.icon-title {
}

.icon-title .elementor-image-box-img {
  width: 10% !important;
}

.icon-title h3 {
  border: 1px solid #ffffff;
  text-align: center;
  padding: 10px 15px;
  border-radius: 200px;
}

.icon-title.purple h3 {
  border-color: #045046;
}

.icon-title .elementor-image-box-img img {
  fill: #045046;
}

#content-night-day .icon-title .elementor-image-box-img img {
  width: 50px !important;
}

#content-night-day {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 10;
  transform: translateY(-50%);
}

#content-night-day img.attachment-full.size-full {
  width: 280px;
}

#night-day-icons {
  position: absolute;
  left: 0;
  bottom: 2%;
  z-index: 10;
}

#night-day-icons img {
  width: 45px;
}

.degrade {
  position: relative;
}

.degrade:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #045046;
}

.degrade:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f4e1d0;
}

.text_edit2 {
  background: -webkit-linear-gradient(20deg, #c9a07d, #f9eec1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.text_gradient {
  background: -webkit-linear-gradient(20deg, #045046, #078877);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elementor-element .swiper .elementor-swiper-button-next {
  right: -34px;
}

.elementor-element .swiper .elementor-swiper-button-prev {
  left: -34px;
}

/* FAIXA ANIMADA */
@-webkit-keyframes marquee {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  100% {
    transform: translateX(-100%);
  }
}

[data-marquee] {
  --loop-duration: 30s;
  display: block;
}

[data-marquee] [data-marquee-shadow] {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap;
}

[data-marquee] [data-marquee-overflow] {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

[data-marquee] [data-marquee-container] {
  display: flex;
  -webkit-animation: marquee var(--loop-duration) linear infinite;
  animation: marquee var(--loop-duration) linear infinite;
}

[data-marquee] [data-marquee-style],
[data-marquee] [data-marquee-style-1],
[data-marquee] [data-marquee-style-2] {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-marquee-style] {
  padding-top: 10px;
  padding-bottom: 8px;
  display: flex;
  background-color: #055a4f;
  color: #f7f7f7;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

[data-marquee-style-1] {
  padding-top: 10px;
  padding-bottom: 8px;
  display: flex;
  background-color: #f7f7f7;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

[data-marquee-style-2] {
  padding-top: 10px;
  padding-bottom: 8px;
  display: flex;
  background-color: #ff7300;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#whatsapp-content {
  position: fixed;
  bottom: 2%;
  right: 2%;
  display: none;
  z-index: 10;
}

#whatsapp-content .whatsapp-title.elementor-widget.elementor-widget-heading {
  width: auto;
  margin: 0 auto 10px auto;
}

#form-10-discount button {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  background-image: linear-gradient(129deg, #045046 20%, #078877 100%);
  border-radius: 200px 200px 200px 200px;
  padding: 15px 20px 15px 20px;
}

#pop-up-discount .elementor-widget-heading {
  margin: 0;
}

#pop-up-discount form {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  width: 70%;
  margin: 40px auto 0;
}

.elementor-form .elementor-message.elementor-message-success {
  text-align: center;
  margin-top: 20px;
  color: #078877;
}

.btn-reserv {
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    background-image: linear-gradient(129deg, #045046 20%, #078877 100%);
    border-radius: 200px 200px 200px 200px;
    padding: 15px 20px 15px 20px;
}

.elementor-nav-menu--main .btn-reserv:hover i,
.elementor-nav-menu--main .btn-reserv:hover {
	color: #ffffff !important;
}

.btn-reserv i {
	margin-right: 10px
}
	
@media (min-width: 320px) and (max-width: 600px) {
  #whatsapp-content .whatsapp-title {
    display: none;
  }

  #pop-up-discount form .elementor-form-fields-wrapper.elementor-labels- {
    max-width: 100%;
  }

  #whatsapp-content {
    right: 3%;
  }

  .icon-title .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-title .elementor-image-box-wrapper div {
    width: 70%;
  }

  .icon-title.purple.direction .elementor-image-box-wrapper {
    flex-direction: row-reverse;
  }

  .elementor-element .swiper .elementor-swiper-button-next {
    right: 0;
  }

  .elementor-element .swiper .elementor-swiper-button-prev {
    left: 0;
  }

  #slider-testimonials
    .elementor
    .elementor-widget:not(.elementor-widget-text-editor):not(
      .elementor-widget-theme-post-content
    )
    figure {
    padding: 34px;
  }

  .icon-title h3 {
    margin: 0;
  }

  .icon-title .elementor-image-box-wrapper figure {
    display: none;
  }

  .icon-title .elementor-image-box-wrapper div {
    flex: 0 0 70%;
  }
}
