/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Divi Child Theme for Arquitectos JC
Version: 4.27.4
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ── BASE & GLOBAL RESETS ── */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Inter', sans-serif !important;
  background-color: #F8FAFC !important;
  color: #2D3748 !important;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.et_pb_slide_title,
.et_pb_module_header {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  color: #1A1E24;
  letter-spacing: -0.02em;
}

/* ── HEADER MODERNO ── */
#main-header,
#main-header.et-fixed-header {
  background-color: #FFFFFF !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
  border-bottom: 1px solid #E2E8F0 !important;
  height: 80px !important;
}

#logo {
  max-height: 50px !important;
  margin-top: 0 !important;
  width: auto !important;
  display: block;
}

.logo_container {
  height: 80px !important;
  display: flex !important;
  align-items: center !important;
}

#top-menu-nav {
  display: flex !important;
  align-items: center !important;
  height: 80px !important;
}

#top-menu > li {
  padding-right: 28px !important;
}

#top-menu > li > a {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.88rem !important;
  color: #1A1E24 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase !important;
  transition: color 0.2s ease !important;
}

#top-menu > li > a:hover,
#top-menu > li.current-menu-item > a {
  color: #C5A880 !important;
}

/* Ocultar icono de búsqueda y buscador de Divi */
#et_search_icon, #et_top_search, .et_search_outer {
  display: none !important;
}

/* ── ESPACIADO PÁGINA ── */
#page-container {
  padding-top: 80px !important;
}

/* ── ESTILOS DEL CONTENIDO LEGAL ── */
.legal-content p {
  margin-bottom: 18px;
  line-height: 1.8;
  color: #4A5568;
}

.legal-content strong {
  color: #1A1E24;
  font-weight: 600;
}

.legal-content h3 {
  font-size: 19px !important;
  margin-top: 35px !important;
  margin-bottom: 15px !important;
  color: #1A1E24 !important;
  font-weight: 700 !important;
}

/* Enlaces del Footer */
#main-footer a:hover {
  color: #C5A880 !important;
}
