/**
Theme Name: Six Days Motos
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: six-days-motos
Template: astra
*/



strong { color:#000000 !important}
.box-blue,
 {
	margin:0 0 25px;
	overflow:hidden;
	padding:20px;
	-webkit-border-radius: 10px;
        border-radius: 10px;
}

.box-blue {
	background-color:#5BB3B6A1;
	border:1px solid #afcde3;
}


.entry-meta, .cat-links { display:none !important;}
.mega-post-meta, .mega-post-date { display:none !important}

h3, .entry-content h3 { line-height: inherit !important}

#recent-posts-2 .post-date { color:#cccccc !important}


.ap-ultimos-wrap{display:grid;gap:0}

/* Línea solo ENTRE posts */
.ap-card{
  display:flex;gap:16px;align-items:flex-start;
  padding:16px 0;
}
.ap-card + .ap-card{border-top:1px solid #ccc}

/* Imagen 170×170, recorte proporcional sin deformar */
.ap-card__img{
  flex:0 0 170px;
  width:170px;height:170px;
  object-fit:cover;border-radius:8px;
}
.ap-card__img--ph{
  flex:0 0 170px;
  width:170px;height:170px;
  border-radius:8px;background:#f3f3f3;
}

/* Cuerpo en columna para poder alinear "Ver más" a la derecha */
.ap-card__body{
  flex:1;min-width:0;
  display:flex;flex-direction:column;
}

/* Título en negro */
.ap-card__title{margin:2px 0 8px;font-size:1.2rem;line-height:1.25}
.ap-card__title a{color:#000;text-decoration:none}
.ap-card__title a:hover{opacity:.85; text-decoration:underline;}

/* Texto */
.ap-card__txt{margin:0 0 10px;line-height:none;color:#666}

/* "Ver más" alineado a la derecha */
.ap-card__more{
  align-self:flex-end;              /* 👉 lo manda a la derecha */
  display:inline-block;
  padding:.4em .8em;
  border:1px solid currentColor;
  border-radius:999px;
  text-decoration:none;
  font-weight:600;
}
.ap-card__more:hover{opacity:.9}

/* Responsive (mantén 170×170 también en móvil) */
@media (max-width:680px){
  .ap-card{flex-direction:column}
  .ap-card__img,.ap-card__img--ph{width:170px;height:170px}
}

/* "Ver más" sutil */
.ap-card__more{
  align-self:flex-end;
  display:inline-flex; align-items:center; gap:.35em;
  padding:0; border:0; background:none;
  font-weight:500;
  text-decoration:none;
  opacity:.75;
  transition:opacity .2s ease, transform .2s ease;
}
.ap-card__more::after{
  content:"›";
  font-size:1.1em;
  transform:translateX(0);
  transition:transform .2s ease;
}
.ap-card__more:hover,
.ap-card__more:focus{
  opacity:1;
  text-decoration:underline;
}
.ap-card__more:hover::after,
.ap-card__more:focus::after{
  transform:translateX(2px);
}
/* Accesibilidad foco (puedes quitarlo si prefieres el de Astra) */
.ap-card__more:focus{ outline:2px solid currentColor; outline-offset:2px; }


/* Contenedor linkeable de la imagen (recorte + hover) */
.ap-card__media{
  flex:0 0 170px;
  width:170px;
  height:170px;
  border-radius:8px;
  overflow:hidden;
  display:block;
  position:relative;
}

/* La imagen ocupa todo el contenedor y hace zoom en hover */
.ap-card__media .ap-card__img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1);
  transition:transform .25s ease;
}
.ap-card__media:hover .ap-card__img,
.ap-card__media:focus .ap-card__img{
  transform:scale(1.06);
}

/* Placeholder cuadrado cuando no hay imagen */
.ap-card__media .ap-card__img--ph{
  display:block;
  width:100%;
  height:100%;
  background:#f3f3f3;
}

/* Accesibilidad: reduce animación si el usuario lo prefiere */
@media (prefers-reduced-motion: reduce){
  .ap-card__media .ap-card__img{ transition:none }
}

