/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2026 | 11:47:28 */
/*
Theme Name: Blog UY
Theme URI: https://example.com/
Author: Tu Nombre
Author URI: https://example.com/
Description: Tema artesanal para un blog (Uruguay).
Version: 0.1
Text Domain: blog-uy
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

:root{
  --container: 1200px;
  --bg: #ffffff;
  --text: #111111;
  --muted: #666666;
  --border: #e6e6e6;
  --red: #e31b23;
  --btn: #4a4a4a;
}

*{ box-sizing: border-box; }
html, body{ margin: 0; padding: 0; }

html, body, button, input, select, textarea{
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

body{
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 16px;
}

.site-header{ width: 100%; }

/* ===== Top bar ===== */
.topbar{
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.topbar-inner{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 16px;
}

.brand{
  display: flex;
  align-items: center;
  min-width: 180px;
}

.brand-link{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #111;
  font-weight: 700;
}

.brand-logo{
  height: 44px;
  width: auto;
  display: block;
}

/* Search */
.top-search{
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 260px;
}

.search-form{
  position: relative;
  width: 100%;
}

.search-input{
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  padding: 0 14px 0 44px;
  font-size: 16px;
  outline: none;
  background: #fff;
}

.search-input:focus{
  border-color: #d6d6d6;
}

.search-icon{
  position: absolute;
  left: 14px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #666;
}

.search-icon::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #666;
  right: -7px;
  bottom: -2px;
  transform: rotate(45deg);
  border-radius: 2px;
}

/* Actions */
.top-actions{
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}

.top-badges{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #444;
}

.badge18{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

.top-buttons{
  display: flex;
  gap: 10px;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.4px;
  line-height: 1;
}

.top-buttons .btn{
  min-width: 140px;
}

.btn-solid{
  background: var(--btn);
  color: #fff;
}

.btn-outline{
  border: 2px solid var(--btn);
  color: var(--btn);
  background: transparent;
}

/* ===== Red nav ===== */
.nav-red{
  background: var(--red);
}

.nav-inner{
  padding: 0 16px;
}

.main-menu{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 26px;
  align-items: center;
  min-height: 54px;
}

.main-menu > li{
  position: relative;
}

.main-menu > li > a{
  display: inline-flex;
  align-items: center;
  height: 54px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.main-menu > li > a:hover{
  opacity: 0.9;
}

/* ===== Content (temporary) ===== */
main.container{
  padding-top: 18px;
  padding-bottom: 18px;
}

/* ===== Responsive ===== */
@media (max-width: 920px){
  .topbar-inner{
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }

  .brand{
    min-width: 0;
  }

  .top-actions{
    margin-left: auto;
    gap: 12px;
  }

  .top-search{
    order: 3;
    flex: 0 0 100%;
    min-width: 0;
  }

  .search-input{
    height: 42px;
    font-size: 15px;
  }

  .top-buttons .btn{
    min-width: 0;
    padding: 0 14px;
    height: 38px;
    font-size: 13px;
    border-radius: 10px;
    letter-spacing: 0.2px;
  }
}

@media (max-width: 560px){
  .container{
    padding: 0 12px;
  }

  .topbar-inner{
    padding: 12px 12px;
    gap: 10px;
  }

  .brand-logo{
    height: 40px;
  }

  .top-actions{
    width: auto;
    margin-left: auto;
    gap: 10px;
  }

  .top-badges{
    display: none;
  }

  .top-buttons{
    gap: 8px;
  }

  .top-buttons .btn{
    height: 36px;
    padding: 0 12px;
    font-size: 12px;
    border-radius: 9px;
    letter-spacing: 0.2px;
  }

  .search-input{
    height: 40px;
    border-radius: 10px;
    padding: 0 12px 0 40px;
    font-size: 14px;
  }

  .search-icon{
    left: 12px;
    width: 16px;
    height: 16px;
  }

  .nav-inner{
    padding: 0 12px;
  }

  .main-menu{
    gap: 18px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .main-menu::-webkit-scrollbar{
    display: none;
  }

  .main-menu > li > a{
    font-size: 15px;
  }
}

@media (max-width: 360px){
  .top-buttons .btn{
    padding: 0 10px;
    font-size: 11px;
  }

  .brand-logo{
    height: 36px;
  }
}




















/* ===== Sections (reusable) ===== */
.section{
  margin-top: 34px;
}

.section-title{
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
}

.home-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  background-image: url("/wp-content/uploads/top-shape-home.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}

body{
  position: relative;
}









/* ===== Tips section (4 cards) ===== */
.tips-section{
  margin: 26px 0 10px;
}

.tips-title{
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.tips-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tip-card{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

.tip-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: var(--red);
}

.tip-card__title{
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
}

.tip-card__text{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.tip-card:hover{
  border-color: #d8d8d8;
  transform: translateY(-1px);
  transition: transform 140ms ease, border-color 140ms ease;
}

@media (max-width: 560px){
  .tips-grid{
    grid-template-columns: 1fr;
  }
}


/* ===== FAQ (no JS) ===== */
.faq-section{
  margin: 26px 0 10px;
}

.faq-title{
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.faq-list{
  display: grid;
  gap: 12px;
}

.faq-item{
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.faq-q{
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  position: relative;
}

.faq-q::-webkit-details-marker{
  display: none;
}

.faq-q::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: var(--red);
}

.faq-q::after{
  content: "+";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #111;
  opacity: 0.7;
}

.faq-item[open] .faq-q::after{
  content: "–";
  opacity: 0.9;
}

.faq-a{
  padding: 0 16px 14px;
  color: #333;
  font-size: 14px;
  line-height: 1.65;
}

.faq-item[open]{
  border-color: #d8d8d8;
}

.faq-item[open] .faq-q{
  background: #fafafa;
}

@media (max-width: 560px){
  .faq-q{
    font-size: 14px;
    padding: 13px 14px;
  }
  .faq-a{
    padding: 0 14px 13px;
  }
}



