/*
Theme Name: Astra Child (by Winbound)
Theme URI: https://winbound.com.br/
Template: astra
Author: Winbound Marketing
Author URI: https://winbound.com.br/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try it out on a free dummy site: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.8.11.1740252742
Updated: 2025-02-22 14:32:22

*/

/* BUTTONS */
/* Call to Action Button */
#call-to-action {
	box-sizing: border-box;
    border: 4px #efea6c99;
    border-radius: 1rem !important;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: .25rem !important;
    display: flex;
    width: 100%;
    max-width: 27rem;
    background-color: #e84a5f4d !important;
}
#call-to-action:hover {
    background-color: #e84a5fb3 !important;
}
#call-to-action > span {
	box-sizing: border-box;
    border-radius: .8rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: padding .2s;
    display: flex;
    background-color: #E84C61;
    color: #FFFFFF;
    Fill: #FFFFFF;
}
/* Primary Button */
.btn-primary > div > div > a {
    box-sizing: border-box;
    border: 4px #efea6c99;
    border-radius: 1rem !important;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: .25rem !important;
    display: flex;
    width: 100%;
    max-width: 27rem;
    background-color: #e84a5f4d !important;
}
.btn-primary > div > div > a > span {
    box-sizing: border-box;
    border-radius: .8rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: padding .2s;
    display: flex;
    background-color: #E84C61;
    color: #FFFFFF;
    Fill: #FFFFFF;
}
.btn-primary > div > div {
    display: flex;
    justify-content: center;
}
.btn-primary > div > div > a:hover {
    background-color: #e84a5fb3 !important;
}
/* Secondary Button */
.btn-secondary > div > div > a {
    background-color: #ffffff00 !important;
    color: var(--e-global-color-accent) !important;
    fill: var(--e-global-color-accent) !important;
    font-weight: 600 !important;
    border: solid 2px;
    border-radius: 9rem;
    border-color: var(--e-global-color-accent) !important;
    height: 50px;
    /* display: inline-flex; */
    /* align-items: center; */
    padding-left: 1rem;
    padding-right: 1rem;
}
/* Arrow animation */
.elementor-button .elementor-button-icon svg {
  width: 1rem !important;
  height: 1rem !important;
  fill: currentColor !important;
  transition: transform 0.3s ease-in-out !important;
}
.elementor-button:hover .elementor-button-icon svg {
  transform: translateX(0.5em);
}

/* BACKGROUNDS */
/* Gradient Background Animation */
.bg-gradient-a {
  background: linear-gradient(153deg,#000000,#00374d,#e84c61) !important;
  background-size: 180% 180% !important;
  animation: gradient-animation 24s ease infinite !important;
}
#bg-gradient, .bg-gradient {
background-color:hsla(0,0%,0%,1);
background-image:
radial-gradient(at 0% 37%, hsla(214,0%,0%,1) 0px, transparent 50%),
radial-gradient(at 98% 45%, hsla(217,100%,78%,0.16) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(350,100%,0%,1) 0px, transparent 50%),
radial-gradient(at 38% 99%, hsla(197,100%,15%,1) 0px, transparent 50%),
radial-gradient(at 64% 70%, hsla(197,100%,15%,1) 0px, transparent 50%),
radial-gradient(at 83% 26%, hsla(197,100%,15%,1) 0px, transparent 50%),
radial-gradient(at 100% 100%, hsla(351,100%,78%,0.52) 0px, transparent 50%);
}

/* FAQ'S */
/* caixa */
#faq > div > div > .e-n-accordion-item {
	border-radius: 1rem !important;
    padding: 1.25rem 2rem !important;
    border: 2px solid var(--e-global-color-accent) !important;
    color: #00374d !important;
}
/* título */
#faq > div > div > .e-n-accordion-item > summary > span.e-n-accordion-item-title-header > h3 {
	color: #00374d !important;
	font-weight: 600;
}
/* conteúdo */
#faq > div > div > .e-n-accordion-item > div > div > div > p {
	color: var(--e-global-color-primary) !important;
}