/**
Theme Name: DigitalChills
Author: DigitalChills
Author URI: https://digitalchills.com
Description: DigitalChills 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, DigitalChills comes with schema.org code integrated so search engines will love your site. DigitalChills 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. DigitalChills 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: dc
Template: astra
*/

 /* ─── BRAND TOKENS ─── */
  :root {
    --azul-celeste: #92B0CC;
    --terracotta:   #AF7D5A;
    --azul-acero:   #36424A;
    --tiza:         #FBFAF9;
    --carbon:       #2A2623;

    --font-display: 'League Spartan', sans-serif;
    --font-body:    'Work Sans', sans-serif;

    --max-w: 1200px;
    --section-pad: 100px 40px;
    --radius: 4px;
  }
.hero-title{font-size: clamp(46px, 5.5vw, 76px) !important;}

.wp-block-uagb-advanced-heading h1, .wp-block-uagb-advanced-heading h2, .wp-block-uagb-advanced-heading h3, .wp-block-uagb-advanced-heading h4, .wp-block-uagb-advanced-heading h5, .wp-block-uagb-advanced-heading h6, .wp-block-uagb-advanced-heading p, .wp-block-uagb-advanced-heading div {
  word-break: normal;       /* Deshabilita break-all/break-word */
  overflow-wrap: normal;    /* Deshabilita break-word */
}
blockquote{padding: 10px 10px 10px 20px; margin: 0px;}

.links-footer a, footer p a{color: rgba(250,249,247,0.52) !important;}
.links-footer a:hover, footer p a:hover{color: var(--azul-celeste) !important;}
.site-footer-below-section-2 a, .ast-footer-copyright a{color: #7b7d84 !important;}

/*   SERVICES    */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
  }
  .service-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: var(--azul-acero);
  }
  .service-card-bg {
    width: 100%; height: 100%;
    transition: transform .5s cubic-bezier(.22,.68,0,1.2);
    display: flex; align-items: flex-end;
  }
  .service-card:hover .service-card-bg { transform: scale(1.04); }
  .service-card-bg.familiar {
    background: linear-gradient(175deg, #4a5e6a 0%, #2a3b44 100%);
  }
  .service-card-bg.pareja {
    background: linear-gradient(175deg, #5a6e7a 0%, #36464f 100%);
  }
  .service-card-bg.individual {
    background: linear-gradient(175deg, #3d5060 0%, #243038 100%);
  }
  .service-card-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(42,38,35,.4) 0%, transparent 50%);
    transition: opacity .3s;
  }
  .service-card:hover .service-card-overlay {
    background: linear-gradient(to top, rgba(42,38,35,.98) 0%, transparent 50%);
  }
  .service-card-content {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 40px 36px;
  }
  .service-card-label {
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--azul-acero);
    font-weight: 500;
    margin-bottom: 8px;
  }
  .service-card-title {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 700;
    color: var(--tiza);
    line-height: 1.1;
    letter-spacing: -.01em;
    margin-bottom: 12px;
  }
  .service-card-desc {
    font-size: 15px;
    color: rgba(251,250,249,.7);
    font-weight: 400;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, opacity .3s;
    opacity: 0;
  }
  .service-card:hover .service-card-desc {
    max-height: 100px;
    opacity: 1;
  }
  .service-card-arrow a{
    margin-top: 16px;
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--terracotta);
    font-weight: 600;
    display: flex; align-items: center; gap: 8px;
    max-height: 0; overflow: hidden; opacity: 0;
    transition: max-height .4s ease, opacity .3s .1s;
  }
  .service-card:hover .service-card-arrow a{ max-height: 30px; opacity: 1; }
  
  
  /* ─── ABOUT ─── */
  
  .about-values { margin-top: 40px; display: flex; flex-direction: column; gap: 0; }
  .about-value {
    display: flex; align-items: baseline; gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(146,176,204,.15);
  }
  .about-value-word {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--azul-celeste);
    flex-shrink: 0;
    width: 120px;
  }
  .about-value-def {
    font-size: 14px;
    color: var(--azul-acero);
    font-weight: 300;
  }
 
  /* ─── BLOG ─── */
  
  .uagb-post__text.uagb-post__excerpt {
  border-bottom: 1px solid rgba(146, 176, 204, .12);
}
 .uagb-post__taxonomy.default, .entry-header .ast-terms-link a {
    font-family: var(--font-display);
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--terracotta);
    font-weight: 500;
  }
  .uagb-post-grid .uagb-post__title a, .uagb-post-grid .uagb-post__title a:focus, .uagb-post-grid .uagb-post__title a:active {
  letter-spacing: -.01em !important;
  }
  .uagb-post-grid .uagb-post__inner-wrap .wp-block-button.uagb-post__text.uagb-post__cta a{
  box-shadow: none;
  padding: 0px;
  }
  .uagb-post__inner-wrap .uagb-post__cta {
  padding-top: 20px;
  float: right;
}

.ast-blog-single-element.ast-read-more-container.read-more{text-align: right;}
.entry-header.ast-blog-single-element.ast-blog-meta-container{margin-bottom: 5px !important;}
article.post .entry-meta {margin-bottom: 5px;}
article.post .ast-terms-link{margin-bottom: 20px;}

/*   OVERLAY IMAGES    */

.wp-block-uagb-image--layout-overlay__color-wrapper {
	
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper {
  height: 100%;
}

/*   BUTTON CTA    */

.btn-cta a.wp-block-button__link{
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(128, 201, 196, .5);
  outline-offset: 0px;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-cta a.wp-block-button__link:hover
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(128, 201, 196, 0);
  outline-offset: 15px; 
}

/*   ANIMATION DELAY    */

.delay-1 { animation-delay: .15s; }
.delay-2 { animation-delay: .3s; }
.delay-3 { animation-delay: .45s; }
.delay-4 { animation-delay: .6s; }

/* FORMS  */

#gform_wrapper_2.gravity-theme label.gfield_label{
  font-family: var(--font-display);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--azul-acero);
  font-weight: 500;
  margin-bottom: 6px;
  margin-bottom: 0px;
}
#gform_wrapper_2.gravity-theme .gfield_consent_label, #gform_wrapper_2.gravity-theme .gfield_consent_description {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--azul-acero);
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
  border: none;
}
#gform_wrapper_2.gravity-theme input[type="email"], #gform_wrapper_2.gravity-theme input[type="number"], #gform_wrapper_2.gravity-theme input[type="text"], #gform_wrapper_2.gravity-theme select, #gform_wrapper_2.gravity-theme textarea{
  background: transparent !important;
  background-color: rgba(255, 255, 255, 0.1); 
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 300;
  color: var(--carbon);
  border: 1px solid rgba(54,66,74,.2);
  border-radius: 4px;
  padding: 12px 16px;
}
input[type="radio"].gfield-choice-input:checked, input[type="checkbox"].gfield-choice-input:checked, .ginput_container_consent input[type="checkbox"]:checked {
	background-color: #FBFAF9 !important; 
	background: #FBFAF9 !important;
}
input#gform_submit_button_2{
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  background: var(--carbon);
  color: var(--tiza);
  border: none;
  cursor: pointer;
  padding: 16px 36px;
  border-radius: 4px;
  transition: background .2s, transform .15s;
  align-self: flex-start;
}
input#gform_submit_button_2:hover {
  background: var(--azul-acero);
  transform: translateY(-2px);
}

#gform_wrapper_2.gravity-theme span.gfield_required{display: none !important;}
#gform_wrapper_2.gravity-theme .gform_validation_errors{border: none;}
#gform_wrapper_2.gravity-theme .gform_validation_errors:focus{outline: 0px;}
#gform_wrapper_2.gravity-theme .gfield_validation_message, #gform_wrapper_2.gravity-theme .validation_message {
  background: none;
  border: none;
  font-size: 12px;
  margin-block-start: 0px;
  padding: 0px;
}
/* gform placeholders*/
::-webkit-input-placeholder { color:#313333; }
:-moz-placeholder { opacity: 1; color:#313333; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color:#313333; } /* firefox 19+ */
:-ms-input-placeholder { color:#313333; } /* ie */
input:-moz-placeholder { color:#313333; }