@charset "UTF-8";
html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}


/* ************************************************************** */
/* Funciones globales */
/* Habra que @import mas adelante en un fichero */
/* ************************************************************** */
/* ************************************************************** */
/* Colores */
/* ************************************************************** */
/* Conjunto principal de colores */
/* Conjunto secundario de colores */
/* Color de los botones */
/* ************************************************************** */
/* GENERAL */
/* ************************************************************** */
/* Titulos */
h1, h2, h3, h4, h5, h6,
h2.blog-entry-title.entry-title {
  color: #000;
  font-weight: lighter;
  text-transform: uppercase; }

/* Quitarle el subrayado a los enlaces */
a {
  text-decoration: none;
  font-weight: bold; }

/* corrige margenes de las columnas dentro del elemento Fondo  */
.wp-block-cover__inner-container.is-layout-flow.wp-block-cover-is-layout-flow,
.wp-block-cover__inner-container.is-layout-constrained.wp-block-cover-is-layout-constrained {
  max-width: 1140px; }

/* Corrige el fallo de margen en las columnas internas por actualizacion del WP */
.wp-block-column {
  margin-right: 3%; }

/* borde redondeado imagenes */
.wp-block-image img {
  border-radius: 3% !important; }

/* quita las mayusculas del child pages aplicado en las paginas de productos */
h3.ccpage_linked_title {
  text-transform: initial; }

/* color del boton2 aplicado en fondo escuro */
button.cboton2 {
  border-radius: 3%;
  background: #fff;
  color: #000; }

button.ctelefono {
  border-radius: 3%;
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff; }

/* oculta el banner del recaptcha v3 */
.grecaptcha-badge {
  visibility: hidden; }

/* botones normales y de formularios */
/*input[type="reset"], input[type="submit"], button {
    color: $primary-color;
    background-color: $button-color;
    width: auto;
    height: 55px;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid $primary-background-color;
    transition-duration: 0.4s; /*tiempo en cambiar de color por hover*/
/*box-shadow: 0 8px 16px 0 #00000017, 0 6px 20px 0 rgba(0, 0, 0, 0.099); sombra */
/*text-transform: uppercase; /*quitar si no quieres el texto en mayuscula*/
/*}*/
/* Corrige un fallo del wordpress en las galerías de imágenes */
.wp-block-gallery-is-layout-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

/* Fin General */
/* *************/
/* ************************************************************** */
/* BLOG */
/* ************************************************************** */
/* Cambia el tamaño del título de las publicaciones en la página del blog */
.layout-grid .content > .blog-entry-title {
  margin-bottom: 10px;
  font-size: 20px; }

/* FIN BLOG */
/* ************************************************************** */
/* FORMULARIO DE CHILD PAGES */
/* ************************************************************** */
/* Tamaño título */
h3.ccpage_linked_title {
  font-size: 1px;
  visibility: hidden; }

/* alineación del titulo child pages */
.threecol .ccchildpage {
  text-align: center;
  background: none; }

/* fondo de columnas */
.simple .ccchildpage {
  background: none; }

/* alinea todo el contenido del movil */
.onecol .ccchildpage {
  display: inline-grid;
  text-align: center; }

/* Fin child pages */
/* *****************/
/* ************************************************************** */
/* FORMULARIO DE CONTACTO */
/* ************************************************************** */
/* altura de la caja de mensaje del formulario */
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 120px; }

/* Corrige la ubicacion de la casilla de aceptacion del formulario */
.wpcf7-list-item {
  margin: 0; }

/* altura de la caja de mensaje del formulario */
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 120px; }

/* Corrige la ubicacion de la casilla de aceptacion del formulario */
.wpcf7-list-item {
  margin: 0; }

/* Corrige la posicion de las opciones de los botones de seleccion del formulario */
span.wpcf7-form-control.wpcf7-radio {
  display: grid; }

/* Fin Formulario */
/* ****************/
/* ************************************************************** */
/* RESPONSIVE */
/* ************************************************************** */
/* Clases que se aplican en Movil */
@media screen and (min-width: 0) and (max-width: 991px) {
  .visible-movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .visible-escritorio {
    display: none; }
  .wp-block-column {
    margin-bottom: 5%;
    margin-left: 3%; }
  /* boton llamanos - ocultar en escritorio */
  a.ctelefono.boton.desktop {
    display: none; }
  /* Ajustar ancho de casillas del formulario en movil */
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 300px; }
  input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    width: 300px; }
  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 300px; }
  /* Altura minima texto extracto */
  .excerpt-wrap.entry-summary {
    min-height: 130px; }
  /* invertir la ubicacion de la imagen en movil */
  .invertir {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

/* Clases que se aplican en Escritorio */
@media screen and (min-width: 992px) and (max-width: 3000px) {
  .visible-movil {
    display: none; }
  .visible-escritorio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  /* boton llamanos - ocultar en movil */
  a.ctelefono.boton.movil {
    display: none; }
  /*** BLOG ***/
  /* Altura minima del titulo hasta maximo 4 renglones */
  h2.blog-entry-title.entry-title {
    min-height: 80px; }
  /* Altura minima texto extracto */
  .excerpt-wrap.entry-summary {
    min-height: 135px; } }

/* Fin Responsive */
/* ****************/
/* initially hide all groups (even before JS is loaded), so the page will never render them while loading */
[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
    display:none;
}

.wpcf7cf_repeater_sub {
    margin-bottom: 20px;
}

.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.wpcf7cf_multistep .wpcf7cf_step {
    /* display:none; */
    width: 100%;
}

.wpcf7cf_multistep .wpcf7cf_step .step-title {
    display: none;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
    display: inline-block;
    border-radius: 50%;
    background: #dfdfdf;
    color: #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
    border-bottom: 5px solid #dfdfdf;
    text-align: center;
    flex: 1;
    padding: 15px;
    min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
    border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
    border-bottom: 5px solid #333;
    font-weight: bold;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
    background-color: #333;
    color: #ffffff;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
    background-color: #333;
    color: #ffffff;
}

.wpcf7cf_step_controls .disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5;
}/*
Theme Name: Neve Child Nubemedia
Template: neve
Author: ThemeIsle
Version: 3.4.10.1723625125
Updated: 2024-08-14 10:45:25

*/

.nv-contact-list{display:flex;align-items:center}.nv-contact-list .icon,.nv-contact-list li{display:flex;align-items:center;fill:var(--iconcolor,currentColor)}.nv-contact-list li:not(:first-child){margin-left:var(--spacing,10px)}.nv-contact-list.left .icon{margin-right:5px}.nv-contact-list.right .icon{margin-left:5px}.nv-social-icons-list{display:flex;align-items:center}.nv-social-icons-list li{margin-right:var(--spacing,10px)}.nv-social-icons-list li:last-child{margin:0}.nv-social-icons-list a{display:flex;align-items:center;justify-content:center;padding:var(--iconpadding,5px);line-height:1;border-radius:var(--borderradius,5px)}.nv-social-icons-list :is(img,svg){width:var(--icon-size,18px);height:var(--icon-size,18px)}.nv--lang-switcher{z-index:99;display:flex;align-items:center}.nv--lang-switcher li:not(:first-child){margin-left:10px}.nv--lang-switcher.nv--tlp .trp-language-switcher{display:flex;flex-direction:column}.nv--lang-switcher.nv--tlp .trp-language-switcher .trp-ls-shortcode-language{display:none}.nv--lang-switcher.nv--tlp a{display:flex;align-items:center}.nv--lang-switcher.nv--tlp a:hover{background:initial}.nv--lang-switcher.nv--wpml .wpml-ls-legacy-list-horizontal{padding:0;margin:0}.nv--lang-switcher.nv--wpml ul li a{padding:0}.nv--lang-switcher.nv--weglot a,.nv--lang-switcher.nv--weglot aside{background:var(--bgcolor)}.nv--lang-switcher.nv--weglot a,.nv--lang-switcher.nv--weglot span{font-size:inherit!important}.hfg_header{width:100%;z-index:99999}.hfg_header .header--row{height:auto;transition:height .2s ease-out;-webkit-transition:height .2s ease-out}.hfg_header .header--row.is_sticky_on_scroll{height:0;overflow:hidden}.hfg_header.is-stuck.has-sticky-rows--mobile .header--row:not(.is_sticky){overflow:hidden;height:0}.hfg_header.is-stuck.has-sticky-rows--mobile .is_sticky_on_scroll{overflow:visible}.sticky-header-placeholder{transition:height .2s ease-out 2ms;-webkit-transition:height .2s ease-out 2ms}.hfg_header.has-sticky-rows--mobile{position:fixed}.hfg_footer{bottom:0;width:100%}.hfg_footer.has-sticky-rows{z-index:1000;position:fixed}.hfg_footer.has-sticky-rows.is-stuck .footer--row:not(.is_sticky){max-height:0;overflow:hidden}.neve-transparent-header{position:absolute;width:100%;z-index:10000}.header .neve-transparent-header.has-sticky-rows--mobile:not(.is-stuck) .header--row.hide-on-desktop,.header .neve-transparent-header:not(.has-sticky-rows--mobile) .header--row.hide-on-desktop{--bgcolor:transparent;--bgimage:none;--overlaycolor:transparent}.header .neve-transparent-header.has-sticky-rows--mobile:not(.is-stuck){box-shadow:none}.my-account-wrapper{display:flex;align-items:center;position:relative;padding:var(--padding);background:var(--bgcolor);border-radius:var(--borderradius);border-width:var(--borderwidth,0);color:var(--color);border-style:solid}.my-account-wrapper:hover{background:var(--bghover,var(--bgcolor));color:var(--hovercolor)}.my-account-wrapper img{border-radius:100%;display:block}.my-account-wrapper svg{fill:currentColor}.my-account-container{position:relative}.my-account-component .sub-menu{background:var(--bgcolor);right:0;position:absolute;z-index:100;opacity:0;visibility:hidden;min-width:150px}.my-account-component .sub-menu a{display:block;white-space:nowrap;width:100%;padding:7px 14px}.my-account-component .sub-menu a:hover{background:var(--bghover);color:var(--hovercolor)}.my-account-icon{margin-right:5px;display:flex}.builder-item>.builder-item--my_account{padding:0}.nv--yoast-breadcrumb{margin:0}.nv--yoast-breadcrumb a{color:var(--linkcolor)}.nv--yoast-breadcrumb a:hover{color:var(--hovercolor)}.wl-icon-wrapper{display:flex;align-items:center}.wl-icon-wrapper svg{fill:currentColor;width:var(--iconsize);height:var(--iconsize)}.wl-icon-wrapper:hover{color:var(--hovercolor)}.has-divider{height:100%;margin:0}.row [class*=builder-item--divider]{height:100%}.row [class*=builder-item--divider] .component-wrap{margin:0;height:100%;align-items:center}.row [class*=builder-item--divider] .divider{height:var(--divsize);border-left:var(--divwidth) var(--divstyle) var(--divcolor)}.header-menu-sidebar [class*=builder-item--divider] .component-wrap{justify-content:center;margin:0 -15px}.header-menu-sidebar .divider{width:var(--divsize);border-bottom:var(--divwidth) var(--divstyle) var(--divcolor)}.menu-item .nv-icon{margin-right:5px;display:flex;align-items:center}@media (min-width:960px){.hfg_header.has-sticky-rows--desktop{position:fixed}.hfg_header.neve-transparent-header:not(.has-sticky-rows--desktop){position:absolute}.hfg_header:not(.has-sticky-rows--desktop):not(.neve-transparent-header){position:static}.hfg_header:not(.has-sticky-rows--desktop):not(.neve-transparent-header) .sticky-header-placeholder{display:none}.hfg_header:not(.has-sticky-rows--desktop):not(.neve-transparent-header).is-stuck .header--row:not(.is_sticky){overflow:initial;max-height:initial}.is-stuck.has-sticky-rows--desktop .header--row:not(.is_sticky){overflow:hidden;height:0}.is-stuck.has-sticky-rows--desktop .is_sticky_on_scroll{overflow:visible}.header .neve-transparent-header.has-sticky-rows--desktop:not(.is-stuck) .header--row,.header .neve-transparent-header:not(.has-sticky-rows--desktop) .header--row{--bgcolor:transparent;--bgimage:none;--overlaycolor:transparent}.header .neve-transparent-header.has-sticky-rows--desktop:not(.is-stuck){box-shadow:none}.my-account-container:focus-within .sub-menu,.my-account-container:hover .sub-menu{visibility:visible;opacity:1}}