.elementor-kit-7008{--e-global-color-primary:#000000;--e-global-color-secondary:#6A6A6A;--e-global-color-text:#000000;--e-global-color-accent:#A7A7A7;--e-global-color-62e1037:#AD2835;--e-global-color-430ecc6:#FFFFFF;--e-global-color-335a312:#231F20;--e-global-typography-primary-font-family:"LinLibertine_RZ";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:50px;--e-global-typography-primary-letter-spacing:0.5px;--e-global-typography-secondary-font-family:"LinLibertine_DR";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"lte50533";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"lte50533";--e-global-typography-accent-font-weight:600;color:var( --e-global-color-text );font-family:"lte50533", Sans-serif;font-size:16px;line-height:24px;}.elementor-kit-7008 button,.elementor-kit-7008 input[type="button"],.elementor-kit-7008 input[type="submit"],.elementor-kit-7008 .elementor-button{background-color:var( --e-global-color-430ecc6 );color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-radius:0px 0px 0px 0px;}.elementor-kit-7008 button:hover,.elementor-kit-7008 button:focus,.elementor-kit-7008 input[type="button"]:hover,.elementor-kit-7008 input[type="button"]:focus,.elementor-kit-7008 input[type="submit"]:hover,.elementor-kit-7008 input[type="submit"]:focus,.elementor-kit-7008 .elementor-button:hover,.elementor-kit-7008 .elementor-button:focus{background-color:#F1F1F1;color:var( --e-global-color-primary );}.elementor-kit-7008 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7008 a{color:#000000;}.elementor-kit-7008 a:hover{color:var( --e-global-color-62e1037 );text-decoration:underline;}.elementor-kit-7008 h1{color:#000000;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-kit-7008 h2{color:#231F20;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7008 h3{color:#000000;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7008 h4{color:var( --e-global-color-primary );}.elementor-kit-7008 h5{color:var( --e-global-color-primary );}.elementor-kit-7008 h6{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7008 h1{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:767px){.elementor-kit-7008 h1{line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* SOLO PARA SINGLE POSTS */
body.single-post {

  /* Tipografía de títulos dentro del contenido del post */
  .elementor-widget-theme-post-content h1 {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 600;
  }
  .elementor-widget-theme-post-content h2 {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 600;
  }
  .elementor-widget-theme-post-content h3 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
  }
  .elementor-widget-theme-post-content h4 {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
  }

  /* Títulos fuertes heredan tamaño y peso */
  .elementor-widget-theme-post-content h1 strong,
  .elementor-widget-theme-post-content h2 strong,
  .elementor-widget-theme-post-content h3 strong,
  .elementor-widget-theme-post-content h4 strong {
    font-size: inherit;
    font-weight: inherit;
  }

  /* Párrafos y figuras */
  .elementor-widget-theme-post-content p {
    margin: 0 0 1.15rem 0;
    line-height: 1.6;
  }
  .elementor-widget-theme-post-content figure {
    margin: 0 0 1.25rem 0;
  }

  /* Captions */
  .elementor-widget-theme-post-content figcaption,
  .elementor-widget-theme-post-content .wp-caption-text,
  .elementor-widget-theme-post-content .wp-element-caption,
  .elementor-widget-theme-post-content .elementor-image-caption,
  .elementor-widget-theme-post-content .elementor-image-carousel-caption {
    font-size: 14px;
    line-height: 1.55;
    color: var(--e-global-color-text, rgba(0,0,0,.65));
    margin-top: .6rem;
  }

  /* Imágenes destacadas */
  .wp-post-image,
  .elementor-post__thumbnail img,
  .elementor-widget-theme-post-featured-image img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* VV-POST: contenido y grids */
  .vv-post {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .vv-post * { box-sizing: border-box; }

  /* Párrafos y listas */
  .vv-post p:empty { display: none; }
  .vv-post p { margin: 0 0 1.15rem 0; line-height: 1.6; }
  .vv-post ul, .vv-post ol { margin: 0 0 1.15rem 1.15rem; padding: 0; }
  .vv-post li { margin: .3rem 0; line-height: 1.6; }
  .vv-post h3 { margin: 1.8rem 0 .9rem 0; line-height: 1.25; }
  .vv-post h4 { margin: 1.35rem 0 .65rem 0; line-height: 1.25; font-weight: 700; }
  .vv-post figure { margin: 0 0 1.25rem 0; }
  .vv-post figcaption { margin: .85rem 0 0 0; font-size: 14px; line-height: 1.55; color: inherit; }
  .vv-post img,
  .vv-post > img,
  .vv-post > a > img,
  .vv-post .wp-block-image {
    display: block;
    margin: 0 0 1.25rem 0;
    max-width: 100%;
    height: auto;
  }

  /* GRIDS: solo afectan single posts y mantienen tus tamaños */
  .vv-post .vv-grid {
    display: grid;
    gap: 18px;
    align-items: start;
    /* No tocamos columnas fijas ni aspect-ratio */
  }
  @media (max-width: 640px) {
    .vv-post .vv-grid { grid-template-columns: 1fr; }
  }

  .vv-post .vv-imgwrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* Aspect-ratio y tamaños específicos los maneja Elementor */
  }

  .vv-post .vv-embed {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 1.35rem 0;
    height: auto;
  }
  .vv-post .vv-embed iframe,
  .vv-post .vv-embed video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .vv-post audio { width: 100%; height: 54px; display: block; }

  .vv-post .vv-flickr__frame {
    position: relative;
    width: 100%;
    height: clamp(360px,50vh,560px);
    overflow: hidden;
  }
  .vv-post .vv-flickr__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'LinLibertine_RZ';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://blog.vilaviniteca.es/wp-content/uploads/2025/07/LinLibertine_RZ.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'LinLibertine_DR';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://blog.vilaviniteca.es/wp-content/uploads/2025/07/LinLibertine_DR.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'lte50533';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://blog.vilaviniteca.es/wp-content/uploads/2025/07/lte50533.ttf') format('truetype');
}
/* End Custom Fonts CSS */