/**
Theme Name: Astra Child
Author: Domobility S.L.
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@font-face {
  font-family: 'Futura PT Book';
  font-style: normal;
  font-weight: normal;
  src: local('Futura PT Book'), url('./fonts/Futura PT Book.ttf') format('truetype');
}


@font-face {
  font-family: 'Futura PT Light';
  font-style: normal;
  font-weight: normal;
  src: local('Futura PT Light'), url('./fonts/Futura PT Light.ttf') format('truetype');
}


@font-face {
  font-family: 'Futura PT Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Futura PT Medium'), url('./fonts/Futura PT Medium.ttf') format('truetype');
}


@font-face {
  font-family: 'Futura PT Demi';
  font-style: normal;
  font-weight: normal;
  src: local('Futura PT Demi'), url('./fonts/Futura PT Demi.ttf') format('truetype');
}


@font-face {
  font-family: 'Futura PT Heavy';
  font-style: normal;
  font-weight: normal;
  src: local('Futura PT Heavy'), url('./fonts/Futura PT Heavy.ttf') format('truetype');
}

* {
    font-family:'Futura PT Book';
}

h1,h2,h3,h4,h5,h6 {
    font-family:'Futura PT Heavy';
}

html {
	scroll-behavior: smooth !important;
}

.site-header {
	z-index: 1000;
}

.d-inline: {
	display: inline !important;
}

#post-285, #post-295 {
	padding-top: 100px;
}
.cookies-per-purpose, .cookies-per-purpose * {
	color: #000000 !important;
}

#dotdigital-for-wordpress_widget_signup_form-REPLACE_TO_ID-1, #joinlist {
	scroll-margin-top: 190px;
}

.dotdigital-signup-form {
	background-color: rgba(6, 34, 177, 0.6);
	border: 1px solid rgba(6, 34, 177, 0.6);
	border-radius: 18px;
	padding: 30px 30px 30px 30px;
	display: flex;
	flex-flow: row wrap;
	width: 420px;
	margin: 0 auto;
}
.dotdigital-signup-form.newsletter-form {
	background-color: #102B2D;
	width: 100%;
	gap: 20px;
	box-shadow: none;
	-webkit-box-shadow: none;
  border: none;
	margin: 0px
}
.dotdigital-for-wordpress-widget-title {
	width: 100%;
}
.dotdigital-for-wordpress-widget-title > h2 {
	font-size: 24px;
	text-align: center;
}
.dotdigital-signup-form.newsletter-form .dotdigital-for-wordpress-widget-title > h2 {
	color: #FFFFFF;
    font-size: 28px;
}
.dotdigital-for-wordpress-widget-description {
	width: 100%;
}
.dotdigital-signup-form .ddg-form-group {
	width: 100%;
	margin-bottom: 20px;
}
.dotdigital-signup-form.newsletter-form .ddg-form-group {
	width: 250px;
}
.dotdigital-signup-form label, .dotdigital-signup-form input {
    display: inline;
}
.dotdigital-signup-form label {
	color: #FFFFFF !important;
	font-size: 18px;
	/*padding-left: 15px;*/
}
.ddg-form-group > input {
	background-color: #DDDDDD;
	border: 1px solid #B1B1B1;
	border-radius: 8px;
	padding: 5px 10px 5px 10px;
	/*width: 85%;*/
}
.dotdigital-signup-form.newsletter-form .ddg-form-group > input {
	background-color: #CBCCD3;
	border-radius: 25px;
}
.dotdigital-form-submit {
	width: 100%;
	text-align: center;
}
.dotdigital-form-checkboxes {
	width: 100%;
}
.dotdigital-form-submit > button {
	background-color: #FFFF00;
    font-size: 20px;
    fill: #000000;
    color: #000000;
    border-radius: 30px 30px 30px 30px;
    padding: 16px 40px 16px 40px;
	font-family: 'Futura PT Heavy';
}
.dd-wordpress-success-msg, .dd-wordpress-error-msg {
	text-align: center;
}
.d-flex-row-wrap {
	display: flex;
    flex-flow: row wrap;
	align-items: center;
}
.ddg-custom-checkbox {
	width: 16px !important;
}

.entradas-link .elementor-button-icon {
	font-size: 35px;
}
.entradas-link .elementor-button-content-wrapper {
	align-items: center;
}
.form-container {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: center;
}

.button-submit-mobile {
	display: none;
}

.button-submit-desktop {
	display: block;
}

@media screen and (max-width: 1120px) {
	.ast-custom-button {
		position: fixed;
		bottom: 1rem;
		right: 1rem;
	}
	.ast-builder-layout-element .ast-site-identity {
		margin-right: 20px;
	}
  
    .form-container {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%
    }
    
    .dotdigital-signup-form.newsletter-form .ddg-form-group {
		width: 100%
	}
  
  .button-submit-desktop {
	display: none;
   }
  
  .button-submit-mobile {
	display: block;
  }
}

@media screen and (max-width: 767px) {
  .dotdigital-signup-form.newsletter-form .dotdigital-for-wordpress-widget-title > h2 {
      font-size: 18px;
  }
   #mas-informacion-accordion h2 {
    background-size: 28px
  }
}

#aceptarpolitica, #aceptarcomunicaciones {
	scale: 170%;
    margin-left: 5px;
    margin-right: 8px;
}

#subscription-success .premium-modal-trigger-container, #subscription-error .premium-modal-trigger-container {
    display: none;
}

#mas-informacion-accordion h2 {
	background-image: url("../../uploads/2025/06/info.png");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 15px 4px;
    padding-left: 65px !important;
    padding-top: 5px !important;
    color: #FFFF00;
}
#preguntas-frecuentes-accordion h2 {
	background-image: url("https://dev.naturalezaencendida.com/wp-content/uploads/2025/08/faq_icon_8679d70939.png");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 65px !important;
    padding-top: 5px !important;
    text-transform: none;
  	color: #FFFFFF
}

@media screen and (max-width: 767px) {
   #preguntas-frecuentes-accordion h2 {
       background-size: 30px;
       padding-left: 45px !important;
   }
}

#boton-dorado a.elementor-button {
    background: linear-gradient(90deg, #DBB800 0%, #C2A300 20.31%, #FFF7CA 50%, #C2A300 71.35%, #DBB800 100%) !important;
    border: none !important;
    transition: all 0.3s ease;
}

#boton-dorado a.elementor-button:hover {
    background: linear-gradient(90deg, #FFF7CA 0%, #C2A300 20.31%, #DBB800 50%, #C2A300 71.35%, #FFF7CA 100%) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
}

:target {
  scroll-margin-top: 100px;
}
