/*General*/
.btn-blue-eyp{
    padding: 10px 30px;
}
.btn-green-cde{
    padding: 10px 30px;
}
.btn-blue-ges{
    padding: 10px 30px;
}
.btn-teal-gyh{
    padding: 10px 30px;
}
.btn-dark-not{
    padding: 10px 30px;
}
/*End General*/

/*Header*/
header .top-bar-header .top-bar-nav {
    display: none;
}
header .top-bar-header .top-bar-search {
    display: none;
}
header .top-bar-header .hamb-mobile {
    display: flex !important;
}
header .top-bar-header .top-bar-logo {
    max-width: 160px;
}
/*End Header*/

/*Footer*/
footer .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
footer .footer-nav {
    grid-template-columns: 1fr;
    gap: 28px;
}
footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
footer .footer-nav-col{
  justify-self: center;
  width: 100%;
  text-align: center;
}
footer .footer-nav-col:nth-child(2) {
    justify-self: center;
}
footer .footer-nav-col:nth-child(3) {
    justify-self: center;
}
/*End Footer*/
/*Hero Block*/
.hero-block .center-block {
  grid-template-columns: 1fr;
  gap: 12px;
}
.hero-featured {
  min-height: 290px;
  text-decoration: none;
}
.hero-featured .featured-img{
    position: relative;
    height: 250px;
    border-radius: 6px;
}
.hero-featured .featured-content {
  padding: 20px 16px;
  position: relative;
  text-align: center;
}
.hero-featured .featured-overlay{
    height: 250px;
    border-radius: 6px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.45) 15%, rgba(0, 0, 0, 0.00) 75%);
}
.hero-featured .featured-title {
  font-size: 1.4rem;
  color: var(--main-text-color);
  font-weight: 600;
  line-height: 1.1em;
}
.section-label h2 {
  font-size: 1.4rem;
}
.latest-card {
  min-height: 250px;
}
.latest-card .card-title {
  font-size: 1.1rem;
}
/*End Hero Block*/

/*Category Block*/
.cat-block-title-wrap{
    justify-content: stretch;
}
.cat-block-title-wrap .label-bar{
    min-height: 100px;
    height: 100%;
}
.cat-block-btn {
    display: block;
    width: 20px;
    font-weight: 700;
    font-size: 1.2rem;
} 
.cat-block-btn::before{
    content: "→";
    font-weight: 700;
}
.btn-blue-eyp span{
    display: none;
}
.btn-green-cde span{
    display: none;
}
.btn-blue-ges span{
    display: none;
}
.btn-teal-gyh span{
    display: none;
}
.not-block-btn span{
    display: none;
}
.cat-block-title {
  font-size: 1.4rem;
}
.cat-block-content {
  grid-template-columns: 1fr;
  gap: 20px;
}
.cat-block-main {
  grid-template-columns: 1fr;
  gap: 20px;
}
.cat-block-sidebar {
  display: none;
}
/*End Category Block*/

/*YouTube Block*/
.yt-block .center-block {
  width: calc(100% - 64px);
  padding: 28px 16px;
  border-radius: 10px;
}
.yt-block-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.yt-block-title {
  font-size: 1.4rem;
}
.yt-block-content {
  grid-template-columns: 1fr;
  gap: 20px;
}
.yt-sidebar {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
}
.yt-sidebar-list {
  max-height: none;
  overflow-y: visible;
}
.yt-video-item {
  grid-template-columns: 100px 1fr;
  padding: 12px 0;
}
.yt-video-item-thumb {
  width: 100px;
}
/*End YouTube Block*/

/*Guías y Herramientas Block*/
.gyh-block-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}
.gyh-block-title-wrap{
    justify-content: stretch;
}
.gyh-block-title-wrap .label-bar {
    min-height: 100px;
    height: 100%;
}
.gyh-block-title {
  font-size: 1.4rem;
}
.gyh-block-content {
  grid-template-columns: 1fr;
  gap: 16px;
}
.gyh-featured {
  min-height: 260px;
  order: -1;
}
.gyh-featured-title {
  font-size: 1.1rem;
}
/*End Guías y Herramientas Block*/

/*Noticias Block*/
.not-block-title-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}
.not-block-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
}
.not-block-title {
  font-size: 1.4rem;
}
.not-card {
  flex: 0 0 100%;
}
/*End Noticias Block*/

/*Suscripción Block*/
.subs-block .center-block {
  width: calc(100% - 20px);
}
.subs-inner {
  grid-template-columns: 1fr;
  padding: 30px 24px 0 24px;
}
.subs-title {
  font-size: 1.3rem;
}
.subs-title em {
  font-size: 1.5rem;
}
.subs-desc {
  font-size: 0.95rem;
}
.subs-form {
  max-width: 100%;
}
.subs-image {
  justify-content: flex-end;
  display: none;
}
.subs-image img {
  max-width: 200px;
}
/*End Suscripción Block*/

/*Category Page – Breadcrumb*/
.cat-hero-title {
  font-size: 1.4rem;
}
.breadcrumb-list{
  display: block;
}
.breadcrumb-list li{
  display: inline-block;
}
/*End Category Page – Breadcrumb*/

/*Category Page – Hero*/
.cat-hero-block {
    padding: 10px 0 20px;
}
.cat-hero-content {
  grid-template-columns: 1fr;
  gap: 12px;
}
.cat-hero-featured {
  min-height: 290px;
  text-decoration: none;
}
.cat-hero-featured .featured-img {
  position: relative;
  height: 250px;
  border-radius: 6px;
}
.cat-hero-featured .featured-overlay {
  height: 250px;
  border-radius: 6px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.45) 15%, rgba(0, 0, 0, 0.00) 75%);
}
.cat-hero-featured .featured-content {
  padding: 20px 16px;
  position: relative;
  text-align: center;
}
.cat-hero-featured .featured-title {
  font-size: 1.4rem;
  color: var(--main-text-color);
  font-weight: 600;
  line-height: 1.1em;
}
/*End Category Page – Hero*/

/*Category Page – Main + Sidebar*/
.cat-main-section {
    padding: 0px 0 20px;
}
.cat-main-layout {
  grid-template-columns: 1fr;
  gap: 32px;
}
.cat-main-grid {
  grid-template-columns: 1fr;
  gap: 24px;
}
.cat-sidebar-popular {
  display: none;
}
.cat-sidebar-videos-inner {
  padding: 20px 16px 16px;
}
.cat-sidebar-videos-title {
  font-size: 1.2rem;
}
.cat-pagination .page-numbers {
  width: 32px;
  height: 32px;
  font-size: 0.8rem;
}
/*End Category Page – Main + Sidebar*/

/* ══════════════════════════════════════
   single-630x320.css
══════════════════════════════════════ */

/*Single – Layout*/
.single-section {
  padding: 12px 0 32px;
}
.single-layout {
  grid-template-columns: 1fr;
  gap: 32px;
}
/*End Single – Layout*/

/*Single – Contenido*/
.single-title {
  font-size: 1.4rem;
}
.single-content h2 {
  font-size: 1.1rem;
}
.single-content p, .single-content strong, .single-content a{
  font-size: 0.95rem;
}
/*End Single – Contenido*/

/*Single – Sidebar*/
.single-more-articles {
  display: none;
}
/*End Single – Sidebar*/

/*Single – Relacionados*/
.single-related-grid {
  grid-template-columns: 1fr;
  gap: 24px;
}
.single-related-title {
  font-size: 1.4rem;
}
/*End Single – Relacionados*/

/* ══════════════════════════════════════
   HERO – ANÚNCIATE  |  630x320
══════════════════════════════════════ */
.hero-anunciate{
  margin-bottom: 0px;
}
.hero-anunciate__inner {
	grid-template-columns: 1fr;
}

.hero-anunciate__content {
	padding: 40px 20px;
	gap: 18px;
}

.hero-anunciate__title {
	font-size: 1.6rem;
}
.hero-anunciate__cta{
  margin: 0 auto;
  display: block;
}
.hero-anunciate__desc {
	font-size: 0.9rem;
}

.hero-anunciate__image {
	aspect-ratio: 4 / 3;
}

/* ══════════════════════════════════════
   BLOQUE ¿CÓMO PODEMOS AYUDARTE?  |  630x320
══════════════════════════════════════ */

.anunciate-ayuda-block {
	padding: 20px 0;
}

.anunciate-ayuda-block__title {
	font-size: 1.5rem;
}

.anunciate-ayuda-card {
	grid-template-columns: 1fr;
	border-radius: 16px;
}

.anunciate-ayuda-card__content {
	padding: 32px 24px;
}

.anunciate-ayuda-card__image {
	aspect-ratio: 4 / 3;
	border-radius: 0 0 16px 16px;
	order: 1;
}

.anunciate-ayuda-card__content {
	order: -1;
}

/* ══════════════════════════════════════
   BLOQUE ¿POR QUÉ ELEGIRNOS?  |  630x320
══════════════════════════════════════ */

.elegirnos-block {
	padding: 40px 0;
}

.elegirnos-block__title {
	font-size: 1.4rem;
	margin: 0 0 28px 0;
}

.elegirnos-grid {
	grid-template-columns: 1fr;
	gap: 16px;
}

.elegirnos-card {
	padding: 28px 24px;
}

/* ══════════════════════════════════════
   BLOQUE COMIENZA HOY MISMO  |  630x320
══════════════════════════════════════ */

.anunciate-cta-block {
	padding: 40px 0;
}

.anunciate-cta-card {
	grid-template-columns: 1fr;
	border-radius: 16px;
}

.anunciate-cta-card__content {
	padding: 36px 24px;
}

.anunciate-cta-card__title {
	font-size: 1.5rem;
}

/* Imagen oculta en mobile – el PNG recortado no aporta en pantalla chica */
.anunciate-cta-card__image {
	display: none;
}

/* ══════════════════════════════════════
   PAGE CONTACTO  |  630x320
══════════════════════════════════════ */

.contacto-block {
	padding: 40px 0 60px 0;
}

.contacto-inner {
	grid-template-columns: 1fr;
	gap: 32px;
}

.contacto-info__title {
	font-size: 2rem;
}

.contacto-card {
	padding: 28px 24px;
}

/* ══════════════════════════════════════
   HERO QUIÉNES SOMOS  |  630x320
══════════════════════════════════════ */

.qs-hero-block {
	padding: 24px 0;
}

.qs-hero {
	aspect-ratio: 4 / 3;
	border-radius: 16px;
}

.qs-hero__content {
	padding: 28px 24px;
	max-width: 100%;
	gap: 10px;
}

.qs-hero__title {
	font-size: 1.4rem;
}

.qs-hero__desc {
	font-size: 0.88rem;
}

/* ══════════════════════════════════════
   BLOQUE NUESTRO PROPÓSITO  |  630x320
══════════════════════════════════════ */

.qs-proposito-block {
	padding: 20px 0;
}

.qs-proposito-inner {
	grid-template-columns: 1fr;
	gap: 32px;
}

/* Imagen arriba en mobile para dar contexto visual antes del texto */
.qs-proposito-image {
	order: -1;
}

.qs-proposito-image img {
	max-width: 280px;
	margin: 0 auto;
}

.qs-proposito-title , .qs-proposito-title * {
	font-size: 1.4rem;
}

/* ══════════════════════════════════════
   BLOQUE NUESTRA PROPUESTA DE VALOR  |  630x320
══════════════════════════════════════ */

.qs-valor-block {
	padding: 20px 0;
}

.qs-valor-title {
	font-size: 1.4rem;
}
.qs-valor-title__accent {
  font-size: 1.4rem;
}
.qs-valor-header {
	margin-bottom: 28px;
}

.qs-valor-grid {
	grid-template-columns: 1fr;
	gap: 16px;
}

.qs-valor-card {
	padding: 28px 24px;
}

/* ══════════════════════════════════════
   BLOQUE ESCRIBIMOS PARA QUIENES  |  630x320
══════════════════════════════════════ */

.qs-cta-block {
	padding: 20px 0 50px;
}

.qs-cta-card {
	border-radius: 16px;
	padding: 44px 24px;
	gap: 14px;
}

.qs-cta-title {
	font-size: 1.4rem;
}
.qs-cta-title__accent {
  font-size: 1.4rem;
}
.qs-cta-desc {
	font-size: 0.9rem;
}

/* ══════════════════════════════════════
   SEARCH RESULTS  |  630x320
══════════════════════════════════════ */

.search-main-section {
	padding: 24px 0 60px 0;
}

.search-inline-form form {
	max-width: 100%;
}

.search-result-item {
	grid-template-columns: 100px 1fr;
	gap: 12px;
	padding: 16px 0;
}

.search-result-item__title {
	font-size: 0.9rem;
}

.search-result-item__excerpt {
	display: none;
}

/*Hero Home Block*/
.hero-home-block {
  min-height: 420px;
}
.hero-home-titulo {
  font-size: 1.8rem;
}
.hero-home-subtitulo,
.hero-home-descripcion {
  font-size: 0.95rem;
}
.hero-home-content {
  padding: 50px 20px;
  gap: 14px;
}
.hero-home-btn {
  padding: 14px 28px;
  font-size: 0.95rem;
}
/*End Hero Home Block*/