@charset "UTF-8";
/*
Theme Name: BarrioDeLetras Theme
Theme URI: https://oblicua.co
Author: Néstor Goyes
Author URI: https://oblicua.co
Description: BarrioDeLetras Theme es un tema moderno y flexible diseñado
Version: 1.0.0
Tested up to: 6.6
Requires at least: 5.8
Requires PHP: 7.4
Tags: custom-theme, responsive-layout, accessibility-ready, translation-ready, block-styles, custom-header, custom-logo, custom-menu, featured-images, tourism, travel, business, events, blog
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: BarrioDeLetras-theme
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  margin: 0 !important;
}

body {
  font-family: "Gabarito", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

#adminmenu {
  width: 200px;
}
#adminmenu .wp-submenu {
  width: 200px;
}

#adminmenuback,
#adminmenuwrap {
  width: 200px;
}

#wpcontent,
#wpfooter {
  margin-left: 200px;
}

/* === HEADER STYLES === */
.site-header {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 32px 20px;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* === LOGO === */
.site-branding img {
  max-height: 48px;
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .site-branding img {
    max-height: 28px;
  }
}

.site-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

/* === NAVIGATION === */
.main-navigation {
  position: relative;
  /* === Botón Hamburguesa === */
  /* === Estado activo (abre el menú) === */
}
.main-navigation .menu {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .menu > li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .main-navigation .menu > li a {
    font-size: 12px;
  }
}
.main-navigation .menu > li a:hover {
  color: #f9b000;
}
.main-navigation .menu > li:last-child a {
  background-color: #f9b000;
  color: #000;
  padding: 14px;
  border-radius: 6px;
  font-weight: 700;
  transition: background 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .main-navigation .menu > li:last-child a {
    padding: 13px;
  }
}
.main-navigation .menu > li:last-child a:hover {
  background-color: #fff;
  color: #000;
}
.main-navigation .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 0;
  z-index: 1001;
}
.main-navigation .menu-toggle .hamburger {
  width: 28px;
  height: 3px;
  background: #fff;
  position: relative;
  border-radius: 2px;
  display: inline-block;
  transition: all 0.3s ease;
}
.main-navigation .menu-toggle .hamburger::before, .main-navigation .menu-toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  background: #fff;
  left: 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.main-navigation .menu-toggle .hamburger::before {
  top: -8px;
}
.main-navigation .menu-toggle .hamburger::after {
  top: 8px;
}
.main-navigation.active .menu {
  display: flex;
}
.main-navigation.active .hamburger {
  background: transparent;
}
.main-navigation.active .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}
.main-navigation.active .hamburger::after {
  transform: rotate(-45deg);
  top: 0;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .header-container {
    flex-direction: row;
    align-items: flex-start;
  }
  .main-navigation {
    width: 100%;
  }
  .main-navigation .menu-toggle {
    display: block;
  }
  .main-navigation .menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    position: absolute;
    top: 60px;
    right: 0;
    width: 210px;
    background: rgba(0, 0, 0, 0.95);
    padding: 1.5rem;
    border-radius: 8px;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.3s ease forwards;
  }
  .main-navigation .menu li:last-child a {
    margin-top: 0.5rem;
  }
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
/* === BOTÓN DESTACADO === */
/* === RESPONSIVE === */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-navigation .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .main-navigation .menu li:last-child a {
    margin-top: 0.5rem;
  }
}
.logoFooter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.logoFooter img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-footer {
  background: #0f0f0f;
  color: #fff;
  padding: 60px 40px;
  font-family: "Inter", sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column h4 {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #fff;
}

.footer-menu,
.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column.footer-contact li {
  margin-bottom: 25px;
  padding-left: 15px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .footer-column.footer-contact li {
    font-size: 12px;
  }
}
.footer-column.footer-contact li img {
  width: 20px;
}

.footer-menu li {
  margin-bottom: 25px;
  padding-left: 15px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .footer-menu li {
    font-size: 12px;
  }
}
.footer-menu a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-menu a:hover {
  color: #fff;
}

.footer-contact a {
  color: #ccc;
}

.footer-social a {
  color: #fff;
  margin-right: 10px;
  font-size: 1.2rem;
  transition: color 0.2s ease;
}
.footer-social a:hover {
  opacity: 0.5;
}/*# sourceMappingURL=style.css.map */