/*
Theme Name: Florecer Theme
Author: Florecer
Description: Tema oficial de Florecer — Centro para la Equidad Educativa en Chocó, Colombia
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: florecer-theme
*/

* {
  box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family: 'BC Civitas Inktrap';
  src: url('assets/font/BCCivitasInktrap-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3 {
  font-family: 'BC Civitas Inktrap', sans-serif;
}



/* ===================== TOKENS GLOBALES ===================== */
:root {
  --verde-esmeralda: #014722;
  --verde-pasto:     #0ba85d;
  --verde-limon:     #9cd15e;
  --azul-turquesa:   #00a6bc;
  --magenta:         #f42c5c;
  --amarillo:        #f7be2f;
  --beige:           #f4efdc;
  --gris-1:          #494c4a;
  --gris-2:          #a5aaa7;
  --gris-3:          #d4d5d4;
  --gris-4:          #f8f8f8;
  --gris-5:          #fdfffb;
  --negro:           #252625;
  --rosa:            #f4a8d6;
  --naranja:         #F97B3D;
}

/* ===================== BOTONES GLOBALES ===================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
}

.btn--primary {
  background-color: var(--verde-esmeralda);
  color: #f9f6f2;
}
.btn--primary:hover { opacity: 0.88; }

.btn--outline {
  background-color: transparent;
  color: var(--azul-turquesa);
  border: 1px solid var(--azul-turquesa);
}
.btn--outline:hover {
  background-color: var(--azul-turquesa);
  color: #fff;
}

.btn-group {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.topwave{width: 100%; height: auto;}
.bottomwave{width: 100%; height: auto;}

.topwave.beigewave{position: relative; top: 3px;}

.topwave.orangewave{position: relative; top: 3px;}

.topwave.footerwave{position: relative; top: 3px;}

.topwave.bluewave{position: relative; top: 6px;}


.backimage{position: absolute;}
.backimage.topright{top: 0; right: 0;}
.backimage.bottomleft{bottom: 0; left: 0;}

.page-template-servicios .topwave.footerwave{background-color: var(--amarillo);}
.page-template-servicios .footer{background-color: var(--amarillo);}

.page-template-equipo .topwave.footerwave{background-color: var(--azul-turquesa);}

.page-template-historia .footer{background-color: var(--amarillo);}

.single-post .topwave.footerwave{background-color: var(--azul-turquesa);}

.page-template-servicio-interno .topwave.footerwave{background-color: var(--azul-turquesa);}

.eq-cta__deco-left, .eq-cta__deco-right{opacity: 1!important;}

.wpml-ls-legacy-dropdown{width: auto!important;}

/* ===== Image alt captions ===== */
.alt-text {
  display: block;
  text-align: center;
  font-size: 0.78rem;
  color: #666;
  font-style: italic!important;
  padding: 6px 4px 0;
  line-height: 1.4!important;
  max-width: 100%;
  margin: 0;
  position: relative;
  z-index: 20;
}
@media (max-width: 768px) {
  .alt-text { font-size: 0.72rem; padding: 5px 2px 0; }
}

.wpcf7-acceptance span{font-size: 12px; line-height: normal; margin: 5px 0 0 0;}

.alt-text{font-size: 12px!important; margin: 5px 0 0; text-align: center;}
.alt-text.altblanco{color: #f4efdc!important;}
.alt-text.impactoalt{position: relative;top: 3px;}

.footer-container6 .hi-newsletter__label{font-size: 12px;font-weight: 600;font-family: "Poppins", sans-serif;}