/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Tema hijo para Astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Custom style for the contact button on the navigation bar */
.contact-nav-button {
  background-color: #0000003f;
  line-height: 36px !important;
  border-radius: 6px;
  font-weight: 900;
}

/* Custom style for H4 on FAQ section */
h4.elementor-icon-box-title {
  margin: 0px;
}

.footer-ul {
  list-style-type: none;
  display: grid;
  row-gap: 20px;
  margin: 0px;
  padding: 24px 0px;
}

.footer-anchor,
.footer-mailto {
  color: white;
  font-weight: bold;
}

.footer-anchor:hover,
.footer-mailto:hover {
  color: white;
  text-decoration: underline;
}

.footer-anchor:focus,
.footer-mailto:focus {
  color: white !important;
  text-decoration: underline;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
  border-color: #d47e23;
}

@media (width >= 48rem) {
  .footer-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.sp-ea-single {
  border-radius: 8px !important;
  overflow: hidden !important;
}

.campo-terminos {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.label-terminos {
  font-size: 14px;
  font-weight: 600;
  color: #4c4c4c;
}

.ea-header > a {
  text-transform: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
