/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/* NUEVA WEB JUNIO 2025 */

/* GENERAL*/
h2 span {
	background: var(--color-content-primary);
	padding:0 0.5rem;
	border-radius:16px;
}

.l-section:first-of-type h1,
.l-section:first-of-type h3 {
    margin: 0;
	padding:0;
}

p span {color:#7c994c;}

/* MENU */
.l-subheader .menu-item.level_1 > .w-nav-anchor {
    padding: 5px 20px ;
}

.w-nav-title span {
  font-size: 0.9rem !important;
}

.w-nav-title {
  font-size: 1rem !important;
}

/* HOME */
.video-home-sobre-nosotros video {object-fit:cover; height:100%;}
.video-home-sobre-nosotros .wpb_wrapper {height:100%;}

/* CABECERAS */
#cabecera .g-cols,
.cabeceras .l-section-h, 
.cabeceras .g-cols
{
	height:100%;
}

/*#cabecera img {
	max-width: 20vw;
    margin: auto;
}*/


/* HOME */
/* Slide */
.owl-carousel>.owl-nav {height:100%;}

/* MENÚ LATERAL CATEGORÍAS */
#menu-lateral-categorias .wpb_text_column:not(:last-child) {margin-bottom:0.5rem;}

/* Carrusel proceso */
.carrusel-proceso .post_image  {aspect-ratio:21/19; border-radius:16px;}

/* Nuestra Marca */
.linea-separacion-marca .vc_column-inner, .linea-separacion-marca .w-vwrapper {height:100%;}

/* ENLACE HISTORIA ALMAZARA */

/* Timeline */
.tl-basic{
  position: relative;
  max-width: 980px;
  margin: 80px auto;
  padding: 0 20px;
}

.tl-basic .timeline-line{
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #e6e6e6;
  transform: translateX(-50%);
}

.tl-basic .timeline-progress{
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 0;
  background: #111;
  transition: height .25s ease;
}

.tl-basic .timeline-item{
  position: relative;
  min-height: 90px;
  margin: 90px 0;
}

.tl-basic .dot{
  position: absolute;
  left: 50%;
  top: 12px;
  width: 14px; height: 14px;
  background: #111;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.tl-basic .content{
  width: calc(50% - 44px);
  opacity: 0;
  transition: opacity .6s ease, transform .6s ease;
}

.tl-basic .content h4{ margin: 0 0 8px; }
.tl-basic .content p{ margin: 0; }

/* Impares: izquierda (empieza por left) */
.tl-basic .timeline-item:nth-child(odd) .content{
  margin-right: auto;
  text-align: right;
  transform: translateX(-40px);
  padding-right: 20px;
}

/* Pares: derecha */
.tl-basic .timeline-item:nth-child(even) .content{
  margin-left: auto;
  text-align: left;
  transform: translateX(40px);
  padding-left: 20px;
}

/* Activación al hacer scroll */
.tl-basic .timeline-item.active .content{
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {

  .tl-basic {
    padding-left: 40px;
  }

  .tl-basic .timeline-line {
    left: 20px;
    transform: none;
  }

  .tl-basic .dot {
    left: 10px;
    transform: none;
  }

  .tl-basic .timeline-item {
    margin: 60px 0;
  }

  .tl-basic .content {
    width: 100%;
    margin-left: 40px !important;
    margin-right: 0 !important;
    text-align: left !important;
    padding: 0 !important;
    transform: translateX(40px);
  }

  .tl-basic .timeline-item.active .content {
    transform: translateX(0);
  }

}

/* Texto familia */
.us_custom_0ccc3812.w-hwrapper {
  display: flex;
}

.texto-historia-almazara,
.texto-historia-almazara .wpb_text_column,
.texto-historia-almazara .wpb_wrapper,
.texto-historia-almazara p
{
  display: flex;
  align-items: center;
}

/* PORTFOLIO */
body.single-us_portfolio h3 {font-size:22px;}
.us_portfolio img {aspect-ratio:1/1;}