/*
 * b4st-Scimagolab CSS
 */


.bg-primary{
	background: var(--color-primary)
}
.bg-separa{
	background: var(--separator)
}
.bt-primary{
	border-top: 1px solid var(--separator)
}
.bb-primary{
	border-bottom: 1px solid var(--separator)
}
.br-primary{
	border-right: 1px solid var(--separator)
}
.bl-primary{
	/*border-left: 1px solid var(--separator)*/
}
@media (max-width: 767.98px){

	.bl-primary{
		border-left: 0
	}
}
.color-primary{
	color: var(--color-primary) !important;
}
.color-secondary{
	color: var(--color-secondary) !important;
}
@media (min-width: 1650px){
	.padding-x-custom{
		padding-left: var(--padding-x-custom) !important;
		padding-right: var(--padding-x-custom) !important;
	}
}
.bg-light{
	/*background-color: #f8f9fa*/
	background-color: var(--background-body)!important;
}

.cover{
	width: 100%;
	height: auto;
  	
}

.label-success{

}

.hidden-provisional,.hidden{
	display: none !important
}


.wp-block-quote{
	border-left-color: var(--color-secondary)
}

body.login {
	background-color: var(--color-primary) !important
}


.wp-block-pullquote {
    border-top: 2px solid  var(--color-secondary);
    border-bottom: 2px solid var(--color-secondary);
    margin-bottom: 1.75em;
    color: #555;
}

.wp-block-coblocks-alert{
	padding-left: 1rem
}

.pb-3{
	padding-bottom: 0;
}
.mt-4{
	margin-top: inherit;
}

/* Section Hero ********************************************************************/
.section-hero{
	padding: 0;
	margin-top: 0 !important;
	
	width: 1232px!important;
    border-radius: 16px;
    min-height: inherit!important
    height: 584px;
}

.section-hero .wp-block-buttons{
	text-align: center;
	margin-top: var(--m-s)
}


.section-hero-subtitle{
	max-width: 760px;
	max-width: 790px;
	margin:0 auto;
	font-weight: 900
}
.entry-content>.alignfull.newheader-home{
	margin-bottom: 80px;
	
}
.newheader-home .wp-block-cover__inner-container{
	color:#ffffff;
	/*border:1px solid fuchsia;*/
}
/* class added to blocks */
/*.header-img-home{
	border:1px solid green;
	background: url("../img/newdesign/bg-scimago-home-new.jpeg");

}*/
.bloq-nosdirigimos .wp-block-column{
	position: relative;
}
.bloq-nosdirigimos .wp-block-column figure{
	position: absolute;
	bottom: 16px;
}
.bloq-nosdirigimos > .wp-block-column figure a,
.block-ico-right-text-left .block-ico-left-right .arrow-link figure a{
	width: 40px;
	height: 40px;
	background: #EBEBEB;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.bloq-nosdirigimos > .wp-block-column figure a img,
.block-ico-right-text-left .block-ico-left-right .arrow-link figure a img{
	width: 10px;
	height: 10px;
}
#que-hacemos,
.container-como-lo-hacemos{
	border-radius: 16px;
	width: 1263px !important;
	margin-bottom: 180px !important;
}
#que-hacemos{
	margin-bottom: 120px !important;
	margin-top: 120px;
}
.container-como-lo-hacemos .wp-block-cover__inner-container{
	display: flex;
	flex-flow: row wrap;
	max-width: 90%;
}
.container-como-lo-hacemos .wp-block-columns{
	display: flex;
	flex-flow: row wrap;

}

#que-hacemos img.wp-block-cover__image-background,
.container-como-lo-hacemos img.wp-block-cover__image-background{
	width: 100%;
}
.herramientas-home{
	color:#ffffff;	
	padding:0 24px;
	max-width: 1144px;  
    display: flex;
    flex-flow: column;
    gap: 12px;
    margin: 24px auto;
    
}
.herramientas-home > *{
	margin: 0;
}
.herramientas-home h2{
	font-size: 40px;
	line-height: 48px;
}
.herramientas-home p{
	font-size: 16px;
	line-height: 24px;
}
.container-herramientas .slick-track .productos_rel-item,
/*.slick-track */
.productos_rel-item{
	position: relative;
	
}
.container-herramientas .slick-track .productos_rel-item a,
/*.slick-track */
.productos_rel-item a{
	position: absolute;
	bottom: 16px;
	
}

/*.slick-track */
.productos_rel-item a{
	color: #211B17;
    font-weight: 500;
    word-break: break-word;
    font-size: 14px;
    font-family: 'RiformaLLWeb-Medium';
}
/*.slick-track */
.productos_rel-item a:hover{
	opacity: 0.85;
	color: inherit;
}

.block-ico-right-text-left .block-ico-left-right .arrow-link{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.block-ico-right-text-left .block-ico-left-right .wp-block-heading{
	margin: 0;
}
.block-ico-right-text-left .block-ico-left-right .wp-block-heading + p{
	font-size: 16px;
	line-height: 24px;
}

/*blocks sections in pages*/
.publico .ico-jumbotron{
	display: none;
}


.wp-singular.productos-template-default.single{
	/*border:2px solid blue;*/

}

.wp-singular.productos-template-default.single p.has-text-align-center,
.wp-singular.publico-template-default.single p.has-text-align-center,
.wp-singular.clientes-template-default.single p.has-text-align-center{
	text-align: left;
	font-size: 16px;
    line-height: 24px;
	padding: 0 24px;
}

/*.wp-singular.productos-template-default.single article .entry-content p:not(.subtitle),
.wp-singular.publico-template-default.single article .entry-content p:not(.subtitle){
	background: #fff;
    border-radius: 16px;
    padding: 24px;    
    font-size: 16px;
    line-height: 24px;    
    margin-right: 1rem;
    margin-left: 1rem;

}*/

.productos-template-default.single.single-productos .entry-content>.alignfull,
.publico-template-default.single.single-publico .entry-content>.alignfull{
	/*border:1px solid fuchsia;*/
	max-width: 100%;
	padding: 0!important;
	background-color:transparent;
}
.productos-template-default.single.single-productos .jumbotron .caption,
.publico-template-default.single.single-productos .jumbotron .caption,
.archive .jumbotron .caption,
.jumbotron.bg-image,
.wp-singular.page-template .jumbotron{

	border-radius: 16px;
	/*border:1px dotted fuchsia;*/
}
.wp-singular.page-template .jumbotron{
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
}

.wp-singular.page-template.page-template-searchpage .jumbotron {
	margin-bottom: 0;
}
.search-results .jumbotron .caption{
	background-color: rgba(0, 0, 0, 0.85);
}

.search-results h3 a{
	font-size: 24px;
}
.productos-template-default.single.single-productos .jumbotron .caption,
.archive .jumbotron .caption,
.single .jumbotron .caption,
.page-template .jumbotron .caption,
.search-results .jumbotron .caption,
.blog .jumbotron .caption,
.error404 .jumbotron .caption{
	padding-left: 24px;
	padding-right: 24px;
}
.productos-template-default.single.single-productos .block-section .row,
.publico-template-default.single.single-publico .block-section .row{
    display: flex;
    flex-flow: row wrap;
    /*justify-content: center;*/
    gap: 8px;
}
.productos-template-default.single.single-productos .clientes-items,	
.publico-template-default.single.single-publico .clientes-items{	
	align-items: center;
    justify-content: center;
    margin-bottom: 120px;

}
.publico-template-default.single.single-publico .single-header .row.mt-4{
	margin-top: 24px;
}
.publico-template-default.single.single-publico .clientes-items{		
	margin-bottom: inherit;
}

.productos-template-default.single.single-productos .row .clientes_rel-item .block-card-shadow,
.publico-template-default.single.single-publico .row .clientes_rel-item .block-card-shadow{
	height: 400px;
	width: 300px;
	
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.productos-template-default.single.single-productos .row .block-head,
.publico-template-default.single.single-publico .row .block-head{
	justify-content: flex-start;
	flex-direction: column;
}
.productos-template-default.single.single-productos .entry-header h1, 
.productos-template-default.single.single-productos .h1,
.publico-template-default.single.single-publico .h1{
    
    /*display: flex;*/
    /*flex-flow: row wrap;*/
  
		display: inline-block;
    text-align: left;
	
    
}

#productos-relacionados{
	/*border:1px solid green;*/
}
#productos-relacionados.productos-publicos{
	/*border:1px solid fuchsia;*/

}
.publico-template-default.single.single-publico #productos-relacionados.productos-publicos .row{
	/*justify-content: center;*/
}
.publico-template-default.single.single-publico #productos-relacionados.productos-publicos .block-card-shadow{
	min-height: 300px;

}
#productos-relacionados.productos-publicos .productos_rel-item{
	max-width: 380px;
	height: fit-content;
}


#productos-relacionados .slick-list{
	margin-top: 24px;
}

#productos-relacionados.total-items-3 .slick-dots li.slick-active button:before{
	
	visibility: hidden;
}
.jumbotron.bg-image, .wp-singular.page-template article,
.single-premios article{
	/*border:1px solid blue;*/
	background: #ffffff;
	border-radius: 16px;
	background-repeat: no-repeat;
	background-position: center;

}








article p{
	line-height: 24px;
}
.single-premios article{
	padding: 48px 0;
}

.post-template-default figure.wp-block-gallery.has-nested-images,
.thepost-single figure.wp-block-image.alignwide,
.prensa-post figure.wp-block-image.alignwide{
	max-width: 600px;
	width: calc(100% - 24px);
}
.wp-singular.page-template.page-template-page-staff article{
	background: transparent;
	border-radius: inherit;
}
.wp-singular.page-template.page-template-page-staff article .title-equipo{
		margin-bottom: 24px;
	  display: inline-flex;
    align-items: center;

}
.wp-singular.page-template.page-template-page-staff article .wp-block-columns{
	gap: 8px;
}
.wp-singular.page-template.page-template-page-staff article .wp-block-column .block-person{
	min-height: 400px;
	padding: 24px;
}

.page-content.contact-page article{
	background: none;

}
.contact-page .block-section#form-presupuesto{
	margin-bottom: 0;
}
.post-type-archive-premios .jumbotron.bg-image{
	background-size: cover;
	
}
.search-results article,
.search-no-results article{
	background: #ffffff;
	border-radius: 16px;
	padding: 24px;
}

.page-template article{
	padding-top: 24px;
	padding-bottom: 24px;
}

.archive.post-type-archive.post-type-archive-clientes .row article .client-post{
    
    height: 400px;
}
.archive.post-type-archive.post-type-archive-clientes .row article .client-post .row{
	
    align-items: center;
    display: flex;
    flex-direction: column;
}
.archive.post-type-archive.post-type-archive-clientes .row article .client-post ul{
	list-style: none;
}
.archive.post-type-archive.post-type-archive-clientes .row article .client-post a,
.archive.post-type-archive.post-type-archive-clientes .row article .client-post a:active,
.archive.post-type-archive.post-type-archive-clientes .row article .client-post a:visited{
	color: var(--color-primary);
}
.archive.post-type-archive.post-type-archive-clientes .row article .client-post a:hover{
	color: var(--color-primary-hover);
}

.archive.post-type-archive.post-type-archive-clientes .row figure img{
	
	max-width: 200px;
}


@media (max-width: 767.98px){

	.section-hero-subtitle{
		padding-left: 30px;
		padding-right: 30px
	}
	/*#que-hacemos > div{
		border:1px solid fuchsia;
	}*/
	.container-como-lo-hacemos{
		padding: 0;
	}
	.container-como-lo-hacemos .wp-block-cover__inner-container{
	    max-width: 90%;	
	}
	
	.newformdesign form{
		width: auto!important;
	}
	.productos-template-default.single.single-productos .entry-header h1, 
	.productos-template-default.single.single-productos .h1, 
	.publico-template-default.single.single-publico .h1{
		font-size: 24px!important;
		text-align: left;
		display: inline-block;
	}
	#productos-relacionados.productos-publicos .productos_rel-item a{
		bottom:24px;
	}
	.productos-template-default.single.single-productos .row.clientes-items,
	.publico-template-default.single.single-publico .row.clientes-items{
		justify-self: center;
	}
}



/** Our Slider. move to another css*/
#sciSlider{
	/*border:1px solid;*/
	position: relative;
	
    max-width: 1170px;
    margin: auto;    
}
.wrap-slider {
    display: flex;
    flex-flow: row nowrap;
    
    width: 100%;
    
    gap: 8px;
}

#sliderHome1, #sliderHome2 {
     
    /*width: calc(100% - 274px);*/
     width: 100%; 
     /*min-height: 40px;*/

}
.slider {
    user-select: none;
    width: 100%;
    overflow-x: hidden;
     
}
.slider-controls{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 4px;
  right: 0px;
  gap: 40px;
  margin-right: 24px;
}
/* Slideshow container */
.slideshow-container {
  /*max-width: 1120px;*/
  position: relative;
  margin: auto;  
  display: flex;
  
  gap: 24px;
}
.toSlide{
  display: flex;
  /*border:1px solid aqua;*/
  /*margin-left: -276px;*/

}

/* Hide the images by default */
.mySlides {
  /*display: none;*/
  display: flex;
  flex-direction: column;
  align-items: center;  
  /*border:1px solid yellow;*/
  /*width:280px;*/
   /*width: 426px;*/
    
    width: 390px;
   
}
.container-slider{
	
}
.slideContent{
  /*border:1px solid fuchsia;*/
  /*height: 100%;*/
  background-color: #ffffff;
  border-radius:16px;
  margin: 0 24px;
  
  gap: 24px;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  padding-bottom: 16px;
  padding: 30px;
  height: 100%;
}
.slideContent .imgContainer{
  padding: 0 16px;
  text-align: center;
}
.mySlides img{
  
    object-fit: contain;
    
    max-width: 100%;
}
/* Next & previous buttons */
.btsPrevNext{    
    position: relative;
    display: flex;
    gap: 8px;
}
.prev, .next {
  cursor: pointer;
  /*position: absolute;*/
  top: 50%;
  width: auto;
  /*margin-top: -22px;*/
/*  padding: 16px;
  color: #dfdede;
  font-weight: bold;
  font-size: 18px;*/
  transition: 0.25s ease;  
  
 width: 40px;
 height: 40px;
 border-radius: 50%;
 background: #fff;
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;

}
.prev img,
.next img,
.gobackItem img{
	width: 20px;
	height: 20px;

}

/* Position the "next button" to the right */
.next {
  right: 0;
  /*border-radius: 3px 0 0 3px;*/
}

/* On hover, add a black background color with a little bit see-through */

.prev img{
    
}

/* Caption text */
.textSlides {
  color: var(--color-text-primary);
  padding: 0 16px;
  /*position: absolute;*/
  bottom: 8px;
     gap: 16px;
    display: flex;
    flex-direction: column;
 
}
.content_title_date{
 display: flex;
 flex-direction: column;
 gap: 16px; 
 padding: 0 12px;
 border-left: 1px solid #DB2432;
}
.textSlides .title,
.textSlides .author,
.textSlides .date{
  font-family: RiformaLLWeb-Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: var(--typographyline-heightbodyb200-medium,24px);
  text-align: left;
  
  /*padding: 0 12px;*/
}
.textSlides .date,
.textSlides .author{
  
  font-family: RiformaLLWeb-Regular;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #474747;

}

.textSlides .postlink{
	text-decoration: none;
	display: block;
	font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'RiformaLLWeb-Medium';
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dots{
 display: flex;
 flex-flow: row wrap;
 gap: 8px;	
 justify-content: center;
}
.dot {
  cursor: pointer;
  height: 9px;
  width: 9px;
  /*margin: 0 2px;*/
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*.active, */
.dot:hover {
  background-color: #717171;
}
.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}

/***END SLIDER***/
/***/



/* BLOCK HEAD: h2.h1 + subtítulo **************************************************/

.block-section .block-head:first-child{
	margin-top: 0
}

/*.block-head:after, h2.block-head:after{
	content: "";
	background: var(--color-secondary);
	width: 100px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -50px;
	/*transform: translate(-50%,-50%) !important;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);*/
}
h2.block-head:after{
	bottom: -20px;
}*/
.block-head{
	margin-top: var(--m-m);
	margin-bottom: var(--m-m);
}
@media (min-width: 768px){

	.block-head{
		/*margin-top: var(--m-l);
		margin-top: var(--m-m);
		margin-bottom: var(--m-m);*/
		text-align: center;
	}
	article section .block-head:first-child,
	.entry-content .block-head:first-child {
		margin-top: 0 !important;
	}
}
.has-medium-padding, .has-medium-padding.wp-block-group, .has-medium-padding.wp-block-group.has-background{
	padding: inherit;
}
#blog{
	padding: 0 1em;
}
.block-head{
	color: var(--color-primary);
	position: relative;
	display: flex;
}
.block-head div h2{
	display: flex;
}

/* SECTION  **********************************************************************/
.block-section{
	margin: var(--m-m) auto 0;
	margin: 0 auto;
	padding: var(--m-m) var(--m-m);
}
.productos-template-default .block-section.clientes-relacionados{
	padding-top: 0px!important;
	/*border:1px solid;*/
}
@media (max-width: 1300px){
	.block-section{
		margin: var(--m-s) auto;
		padding: var(--m-s) 15px;
	}
}
.block-section#form-presupuesto{
	margin-bottom: 0;
	/*background: var(--color-secondary) !important;*/
	background: #172122 !important;
    border-radius: 16px;        
    margin-bottom: 120px;   
    margin-top: 80px; 
    background: #F1F1F1 !important;
    color: #172122;
    font-size: 16px;
    line-height: 24px;
}

}
.section-bg{
	margin-top: var(--m-m) !important;
	margin-bottom: var(--m-m) !important;
	padding:  var(--m-m) 0;
}

.wp-block-cover.section-bg-primary{
	background: var(--color-primary);
	color: #FFF
}
.wp-block-cover.section-bg-secundary{
	background: var(--color-secundary);
	color: #FFF
}
.wp-block-cover.section-bg-gray{
	background: #EAEFF3;
	color:var(--color-primary);
}


/* BLOQUES CONTENIDOS ************************************************************/
.block-ico-left-arrow{
	color: var(--color-primary)
}

.wp-block-columns .wp-block-column.bloque-apartado{
	/*border:1px solid red;*/
	height: 230px!important;
	position: relative;
}
.wp-block-columns .wp-block-column.bloque-apartado figure{
	position: absolute;
	bottom: 0;
}

.consultoria .wp-block-image figure img,
.caracteristicas-img figure img{
	border-radius: 16px;

}
.wp-block-columns .wp-block-column.bloque-apartado h3{
	font-size: 18px;
	text-transform: uppercase;	
    font-family: 'RiformaLLWeb-Medium';

}
.bloque-apartado .wp-block-image a,
.bloque-apartado .arrow-link-to a{
	width: 40px;
    height: 40px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 400px;
    margin-top: 24px;
}
.bloque-apartado .wp-block-image img,
.bloque-apartado .arrow-link-to img{
	width: 10px;
	height: 10px;
}
.block-ico-right-text-left{
	gap: 8px;
}
.block-ico-left-right{
	background: #ffffff;
	border-radius: 16px;
	min-height: 207px;
	margin-bottom: 8px;
  display: flex;
  align-items: center;
}


.block-ico-left-right .wp-block-columns{
	padding: 24px;
	margin: 0;
}
.wp-container-core-columns-layout-23.wp-container-core-columns-layout-23{
	gap: 8px;
}
.block-ico-left-right .wp-block-image{
	margin:0;
}
.newtitle-head > *,
.newtitle-head .has-text-align-center {
	text-align: left!important;
	
}
.newtitle-head h2.h1{
	display: flex;
}
.container-como-lo-hacemos .wp-block-column{
	/*margin: 0 2rem;*/
	/*padding: 0 1rem;*/
	margin-top: 32px;
}
#bloq-como-lohacemos{
	background: #ffffff;
	padding: 32px;
	border-radius: 16px;
	gap: 40px;
	
}

#bloq-como-lohacemos .h1{
	margin: 0;
}
#bloq-como-lohacemos ul{
	list-style: none;
	padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
    line-height: 24px;

}
#bloq-como-lohacemos .strong{
	font-family: 'RiformaLLWeb-Medium';
	font-weight: 500;
}
.bt-black a.wp-block-button__link{
	background: #211B17!important;
	color: #ffffff!important;
	font-family: 'RiformaLLWeb-Medium';
	font-weight: 500;
	border-radius: 400px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	height: 40px;
}
.bt-black a.wp-block-button__link:after{
	content:'';
	width: 10px;
	height: 10px;
	background: url("../img/newdesign/arrow-see-more-white.png") center no-repeat;	
	background-size: 10px;    

}
.bt-premios-all{
	margin-top: 120px;    
    display: flex;
    justify-self: flex-end;
}


.wp-singular.productos-template-default.single .rankings{
	gap: 16px;
}


.objetivos,
.beneficios,
.rankings,
.block-botones.bottom-120,
.bottom-120{
	margin-bottom: 120px;
}
.bottom-24{
	margin-bottom: 24px;
}
.bottom-80{
	margin-bottom: 80px;
}
.objetivos .wp-block-column,
.rankings .wp-block-column{
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	position: relative;
}

.rankings .wp-block-column{
	
    padding-bottom: 144px;
}
.rankings .wp-block-column ul{
	list-style: none;
	display: flex;
    flex-direction: column;
    gap: 8px;

}
.rankings h2.wp-block-heading{
	margin-top: 0;
}
.rankings .wp-block-column .bt-black{
	/*margin: 0;*/
	position: absolute;
	bottom:24px;

}

/* separadores */
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){
	color:#DB2432!important;
	height: 1px!important;
	background-color: #DB2432 !important;
}


@media (max-width: 1090px){
	#que-hacemos .wp-block-columns{
		flex-direction: column;
		margin-left: 1em;
		margin-right: 1em;
	}
	#que-hacemos .wp-block-columns .wp-block-column{
		max-width: 80%;
		margin: auto;
	}

	.bloq-nosdirigimos .block-card-shadow h3 {
    	font-size: 24px;
    	line-height: 32px;
	}
}


@media (max-width: 767.98px){

	.section-hero h1{
		font-size: 40px!important;
    	line-height: 48px!important;
	}
	.section-hero .wp-block-buttons{
		flex-direction: column;
    	gap: 16px;
	}

	.block-ico-left-arrow .wp-block-column figure{
		margin-left: 0
	}
	.block-ico-left-arrow .wp-block-columns{
		background-color: rgba(256,256,256,0.8);
		padding:15px;
	}
	#bloq-como-lohacemos .wp-block-column{
		/*border:1px solid blue;*/
	}
}
.block-ico-left-arrow .wp-block-columns{
	margin-bottom: 0.75em;
}
.block-ico-left-text-right{

}
.block-ico-left-text-left{

}
.wp-block-column.bg-primary{

}

.block-prensa {
	margin-bottom: 30px;
	max-width: 960px
}

.block-prensa  .wp-block-column:last-child{
	border-bottom: 1px solid var(--custom-gray)

}

.block-person .wp-block-social-links{

}

.block-person .staff-title {
	line-height: 140%;
	margin-bottom: 0
}




/* BLoque Row CD-blocks ************************************************************************/
.entry-content > .wp-block-coblocks-row {
	padding-left: 15px;
	padding-right: 15px;
}


/* Bloque Columnas Gutenberg ************************************************************************/

@media (max-width: 767.98px){
	.wp-block-column{
		flex-basis: 100% !important;
	}
	.wp-block-column:not(:only-child) {
	    flex-basis: 100% !important;
	    flex-grow: 1;
	}
	.wp-block-column:nth-child(2n) {
	    margin-left:0;
	}

	.slider-controls{
		  bottom: 0;
		  top: inherit;
    	margin-bottom: -80px;
    	margin-right: 24px;
	}
}


@media (min-width: 768px) and (max-width: 1200px){
	.wp-block-column.block-card-shadow{
    	padding: 20px 10px;
	}
}
/* Cards ************************************************************************/
.block-card{
	border-radius:8px;
	-webkit-border-radius:8px;
    -o-border-radius:8px;
    -ms-border-radius: 8px;
    -moz-border-radius:8px;
}
.card-outline{
	border: 1px solif var(--color-primary);
}
.block-card-shadow,
ul.block-card-shadow,
ol.block-card-shadow,
.wc-block-grid__product,
.products li.product,
.wp-block-coblocks-post-carousel__item,
.block-person,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper,
/*.woocommerce-billing-fields,
.woocommerce-additional-fields,*/
.woocommerce-checkout-review-order,
.woocommerce-Addres{
	padding: 30px;
	-webkit-border-radius:16px;
    -o-border-radius:16px;
    -ms-border-radius: 16px;
    -moz-border-radius:16px;
	/*box-shadow:0px 4px 23px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.07);
	-o-box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.07);
	-ms-box-shadow:0px 4px 23px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:0px 4px 23px rgba(0, 0, 0, 0.07);*/
	background: #FFF
}
.wp-block-coblocks-accordion-item__title:not(.has-background){
	background: inherit!important;
}

.single-caso_de_exito article{
	background: #ffffff;
	padding-top: 24px;
	border-radius: 16px;
}
.sidebar-caso-exito{
	padding-left: 0;
}
.staff .block-person{
	padding: 0;
}
.testimonios-template-default.single.single-testimonios .row,
.caso_de_exito-template-default.single.single-caso_de_exito .row{
	gap: 8px;
	display: flex;
	flex-direction: column;
}
.testimonio-single{
	background: #ffffff;
	padding: 24px;
	border-radius: 16px;
}

.testimonio-single blockquote{
	font-style: italic;
	margin-left: 0;
}
.testimonios-template-default.single.single-testimonios footer .row,
.caso_de_exito-template-default.single.single-caso_de_exito footer .row{
	flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.testimonios-template-default.single.single-testimonios footer .row.pt-3.pb-5,
.caso_de_exito-template-default.single.single-caso_de_exito footer .row.pt-3.pb-5{
	padding-bottom: 2.5em;
	padding-top: 1.5em;

}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
	background-color: inherit;
}

.single article .wp-block-table.is-style-stripes tbody tr:nth-child(odd){
	background-color: #F1F1F1;
}

.wp-singular.productos-template-default.single.single-productos .block-card-shadow .wp-block-table tr td:nth-child(2){
	width: 20px;

}
.wc-block-grid__product{
	padding: 30px 15px !important
}
.products li.product{
	padding: 15px !important
}
@media (max-width: 767.98px){
	.block-card-shadow,
	ul.block-card-shadow,
	ol.block-card-shadow{
		margin-bottom: 15px
	}
	.block-card-shadow ul{
		padding-left: 0
	}

	#bloq-como-lohacemos .h1{
		font-weight: 400!important;

	}
	#bloq-como-lohacemos .h1 + p.subtitle,
	#bloq-como-lohacemos ul,
	.testimonio-item.slick-slide > p.testimonio-content,
	.exito-item.slick-slide > p.caso-exito-content{
		font-size: 16px!important;
		line-height: 24px!important;
	}
}
.block-card-shadow.ico-left{
	/*padding: 30px 15px 30px 15px*/
	padding: 24px;

}
.block-card-shadow .wp-block-columns{
	margin-bottom: 0
}
 
.block-card-shadow h3{
	font-weight: 400;
	font-size: 20px;
    margin-top: 0;
    
}
.wp-singular.single .block-card-shadow h3{
	font-size: 24px;
	font-weight: 500;
	font-family: var(--font-family-secondary);
	
}
.beneficios .wp-block-column .wp-block-image figure{
	display: none;
}
.bg-light.beneficios{
	background-color:#EBEBEB!important;
}

.wp-block-columns.bloq-nosdirigimos{
	padding-left: 0;
	padding-right: 0;
  gap: 8px;
  margin-bottom: 8px !important;
}

.bloq-nosdirigimos .block-card-shadow h3{
	font-size: 40px;
	line-height: 48px;
}
.block-card-shadow p{
	font-size: 14px;
	line-height: 19px !important;
	
}
.bloq-nosdirigimos .block-card-shadow p{
	/*margin-bottom: auto;*/
	
	max-width: 226px;
}

.block-card-shadow p.badge{
	font-size: var(--text-small);
	font-weight: 400
}
.block-card-shadow .btn-link{
	margin-top: 15px;
}

.block-card-shadow .wp-block-columns {
    padding-right:0;
    padding-left:0;
    min-height: 296px;
}
.block-card-shadow.ico-left img{
	max-width: 50px
}
.block-card-shadow .wp-block-column:not(:first-child){
	margin-left: 15px
}
.block-card-shadow .link{
	font-size: var(--text-medium);
	margin-top: 10px
}



.block-card-shadow p{
	line-height: 130%;
	padding: 12px 0;
}

/* BLOCk LIST POST de plugin Coblocks *******************************************/
/*
.wp-block-coblocks-post-carousel .slick-slider .slick-list{
	padding-bottom: 60px
}*/
.block-list-post{
	/*text-align: center !important;	*/
}
.archive .block-list-post{
	text-align: left!important;
}


.archive .fa-new-arrow-right:before,
.archive .fa-new-arrow-left:before,
.single .fa-new-arrow-right:before,
.single .fa-new-arrow-left:before,
.blog .fa-new-arrow-right:before{
	content: '';
    width: 20px;
    height: 20px;
    background: url(../img/newdesign/arrow-see-more-black.png) bottom right no-repeat;
    display: block;
    background-size: 8px;
    transform: rotate(45deg);
}

.archive .fa-new-arrow-left:before,
.single .fa-new-arrow-left:before,
.blog .fa-new-arrow-left:before{
	content: '';
    width: 20px;
    height: 20px;
	background: url(../img/newdesign/arrow-see-more-black.png) no-repeat;
	display: block;
    background-size: 8px;
    transform: rotate(-135deg);
}
.footer-meta{
	gap: 4px;
    display: flex;    
    flex-flow: row wrap;
    margin-top: 8px;
}
.tag #sidebar{
	gap: 8px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 769px){
	.post-type-archive-caso_de_exito .block-list-post figure{
		min-height: 230px;

		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;

		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}
	/*.post-type-archive-clientes .block-list-post figure,
	.category-prensa-y-medios .block-list-post figure{
		-webkit-box-align:flex-start;
		-ms-flex-align:flex-start;
		align-items:flex-start;
	}
	.category-prensa-y-medios .block-list-post figure{
		-webkit-box-align:flex-start;
		-ms-flex-align:flex-start;
		align-items:flex-start;
	}*/
}
.blog-meta-date .updated{
	display: none;
}
.wp-block-coblocks-post-carousel__date{
	font-size: 12px;
	font-weight: 400;
	text-align: center
}
.wp-block-coblocks-post-carousel__content a,
.block-list-post h3 a{
	font: var(--h3);
	text-align: center;
	color:var(--color-primary);
}
.block-list-post h3 a{
	text-align: left;
}


/* BLOCk GROUPS   *********************************************************************/
.pb-8{
	padding-bottom: 0;
}
.wp-block-coblocks-post-carousel__item{
	
	display: flex;
	flex-direction: column;
}
.wp-block-coblocks-post-carousel__content{
	
	display: flex;
    align-items: flex-start;

}
.wp-block-coblocks-post-carousel__image{
	margin-bottom: 24px;
}
.wp-block-coblocks-post-carousel__content time{
	order: 2;
	border-left: 1px solid #DB2432;
	padding-left: 12px;
	font-size: 14px;
	line-height: 20px;
	color: #474747;
}
.wp-block-coblocks-post-carousel__content a{
	text-align: left;
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	font-family:'RiformaLLWeb-Medium';
	order: 1;
	border-left: 1px solid #DB2432;
	padding-left: 12px;
	padding-bottom: 12px;
	
}
.wp-block-coblocks-post-carousel__content .wp-block-coblocks-post-carousel__excerpt{
	order: 3;
	margin-top: 16px;
	font-size: 14px;
	line-height: 20px;
	color: #474747;
	text-align: left;
}
.wp-block-coblocks-post-carousel .wp-coblocks-post-carousel-nav-button__prev,
.wp-block-coblocks-post-carousel .wp-coblocks-post-carousel-nav-button__next{
	width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background-image: url(../img/newdesign/arrow-right-slider.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top:0;
    right: 0;       
    margin-top: -128px;
}
.wp-block-coblocks-post-carousel .wp-coblocks-post-carousel-nav-button__prev{
	right: 0px!important;
    left: inherit;
    margin-right: 60px;

}

/* the post carousel for mobile. hidden here */
.show-only-in-mobile{
	display: none;
}


.wp-block-group > .wp-block-group__inner-container > * {
    max-width: 100%;
}


.entry-content>.alignfull.container-testimonio-exito{
	
	max-width: 1263px;
	margin-bottom: 120px;
}

.col-group-total-width{
	/*padding-left: 20% !important;*/
	/*padding-right:20% !important;*/

}
@media (max-width: 1700.98px){	
	.col-group-total-width{
		padding-left: 10% !important;
		padding-right:10% !important;
	}
	/*.col-group-total-width .wp-block-column{
		min-width: 50%;
		width: 50%
	}*/
}
@media (max-width: 991.98px){	
	.col-group-total-width{
		padding-left: 5% !important;
		padding-right:5% !important;
	}
	/*.col-group-total-width .wp-block-column{
		min-width: 50%
	}*/
}
@media (max-width: 781px){
	.wp-block-coblocks-post-carousel .wp-coblocks-post-carousel-nav-button__prev{
		margin-right: 52px;
	}
	/*.wp-block-coblocks-post-carousel__item{		
		width: 98%!important;
		margin-left: 5px;
	}*/
	.home-post-carousel{
		display: none;
	}
	.show-only-in-mobile{
		display: flex;		
	}

	.show-only-in-mobile .wp-coblocks-post-carousel-nav-button__prev,
	.wp-coblocks-post-carousel-nav-button__next{		
		bottom: 0 !important;
        top: inherit !important;
        margin-top: inherit !important;
        margin-bottom: -52px;
	}
	
}
/*
.col-group-total-width.products{
	display: none;
}*/

/* SLIDER SLICK *********************************************************************/
.slick-slider .prev,
.slick-slider .next{
    position: absolute;
    /*top: 50%;*/
    top: 0;
    margin-top: -90px;
    z-index: 1;
    width: 60px;
    /*color: var(--color-secondary) !important;*/
    right: 0;
    
}
.slick-slider .prev{
    /*left: -50px;*/
    margin-right: 64px;
    
}


.slick-slider .next{
    /*right: -50px;*/
    right: 16px;
}

.slick-prev, .slick-next{
    z-index: 100
}

.testimonio-home .wp-block-columns,
.caso-exito-home .wp-block-columns{
	padding-left: 0;
	padding-right: 0;
	/*border:1px solid blue;*/
}
.testimonios-items.slick-slider .next,
.testimonios-items.slick-slider .prev{

	margin-top:-119px;
	right: 0;
}
.testimonios-items.slick-slider .prev{
	
	margin-right: 48px;
}
.casos-exito-items.slick-slider .next,
.casos-exito-items.slick-slider .prev{
	margin-top:-119px;
	
}
.casos-exito-items.slick-slider .prev{
	margin-right: 48px;
}
.testimonios-items .slick-dots{
	/*top:-194px!important;*/
	margin-top: -109px !important;
    right: 94px;
	
}
.casos-exito-items .slick-dots{
	/*top:-194px!important;*/
	margin-top: -109px !important;
    right: 93px;
}
.col-testimonio-exito{
	/*border:1px solid red;*/
	background: #ffffff;
	border-radius: 16px;
	padding-bottom: 24px;
}
.col-testimonio-exito p{
	text-align: left;
}
.testimonio-item.slick-slide{
	
	text-align: left;
	/*padding-top: 24px;
	padding-bottom: 24px;*/
	display: flex!important;
	flex-direction: column;
}
.testimonio-item.slick-slide .testimonio-cliente,
.casos-exito-items .caso-exito-titulo{
	margin: 0;
    font-family: 'RiformaLLWeb-Regular';
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-transform: capitalize;

}
.testimonio-item.slick-slide .testimonio-empresa,
.casos-exito-items .caso-exito-cliente{
	color: #474747;
	 font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.testimonio-item.slick-slide > p.testimonio-content,
.exito-item.slick-slide > p.caso-exito-content{
		font-size: 16px!important;
		line-height: 24px!important;
}

.col-testimonio-exito .wp-block-button{
	padding-left: 24px;
}


@media (max-width: 767.98px){
	.wp-block-coblocks-post-carousel .slick-next,
	.wp-block-coblocks-post-carousel .slick-prev{
		background: rgba(256,256,256,0.8);
		
	}
	.wp-block-coblocks-post-carousel .slick-next:before,
	.wp-block-coblocks-post-carousel .slick-prev:before{
		color: var(--color-secondary) !important;
	}
	
	.wp-block-coblocks-post-carousel .slick-prev{
		left: 10%;
		
	}
	.wp-block-coblocks-post-carousel .slick-next {
	    right: 10%;
	}
}
.slick-productos_rel .slick-arrow,
.testimonios-items .slick-arrow,
.casos-exito-items .slick-arrow{
	width: 40px;
	height: 40px;
	/*line-height: 47px;*/
	background: #fff;
	border-radius:100px;
	-webkit-border-radius:100px;
    -o-border-radius:100px;
    -ms-border-radius: 100px;
    -moz-border-radius:100px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.casos-exito-items .slick-arrow {
right: 0;
}
.slick-productos_rel .slick-arrow img,
.testimonios-items .slick-arrow img,
.casos-exito-items .slick-arrow img{
	width: 20px;
	height: 20px;
}
/*.slick-productos_rel ul.slick-dots{
	
	padding-top: 50px !important;
	bottom: -70px !important;
}*/
.slick-dots li button::before {
    font-size: 35px;
}
.slick-productos_rel .slick-arrow .bi{
	width: 20px;
	height: 20px;
}
.slick-productos_rel .block-card-shadow{
    margin: 0 15px;    
    min-height: 300px;
    width: 300px;
}
.row.slick-productos_rel{
	margin-top: 24px;
}
.testimonios-items,
.casos-exito-items {
    margin: 0 40px;
}

/* REL PRODUCTS ***********************************************************************/
.home .productos_rel-item {
	color: var(--color-primary);
	position: relative;
}
.home .productos_rel-item  a{
	position: absolute;
	bottom: 24px;
}
@media (min-width: 1092px){
	.section-hero .wp-block-buttons a{
		padding: 0 20px;
        height: 40px;
	}
	.productos_rel-item .block-card-shadow{
		min-height: 260px
	}
	.productos-template-default.single.single-productos .entry-header h1, 
	.productos-template-default.single.single-productos .h1,
	.publico-template-default.single.single-publico .h1{
		display: flex;	
	}
}

.productos_rel-item img{
	display: inline-block !important;
	margin: 0 0 15px;
	max-height: 57px;
	margin: 0 auto 15px;
	max-width: 175px;	
	width: 45px;
}

#productos-relacionados.productos-publicos .productos_rel-item img{
	/*filter: saturate(0%);*/
}

/*#productos-relacionados.productos-publicos .productos_rel-item:nth-last-child(1) .block-card-shadow img,
#productos-relacionados.productos-publicos .productos_rel-item:nth-last-child(2) .block-card-shadow img,
#productos-relacionados.productos-publicos .productos_rel-item:nth-last-child(3) .block-card-shadow img,
#productos-relacionados.productos-publicos .productos_rel-item:nth-last-child(4) .block-card-shadow img{
	filter:opacity(0.5);
}*/


/* BLOG  *****************************************************************************/

.page-blog .entry-content ul:not(.blocks-gallery-grid) {
    max-width: 100%;
}
.author-bio, .comments-wrap{
	margin: 0px auto;
}
.block-list-post .header-meta{
	font-size: var(--text-small)
}
@media (max-width: 767.98px){
	.block-list-post .header-meta{
		font-weight: 500
	}
}
.blog-meta-author,.blog-meta-category{
	display: inline-block;
	text-align: left !important
}
.footer-meta a{
	display: inline-block;
	border:1px solid #ededed;
	background-color: #ededed;
	font-weight: var(--weight-normal);
	font-size: var(--text-small);
	margin-bottom: 0;
	border-radius:100px;
	-webkit-border-radius:100px;
    -o-border-radius:100px;
    -ms-border-radius: 100px;
    -moz-border-radius:100px;
    padding: 4px 8px;
    color: var(--medium-gray);
    margin-right:5px;
    text-decoration: none;
}


/* Cat prensa y medios*/

.block-card-shadow.prensa-post h3,
.block-card-shadow.prensa-post p,
.block-card-shadow.prensa-post .header-meta{
	text-align: left;
}

/* ACORDEON  *************************************************************************/
.wp-block-coblocks-accordion-item{
	border: 1px solid var(--custom-gray)
}

.wp-block-coblocks-accordion-item__title{
	background: transparent;
	font-weight: var(--weight-medium)
}

/* TESTIMONIOS  **********************************************************************/




@media (max-width: 781px){

		.testimonios-items.slick-slider,
		.casos-exito-items.slick-slider{
			position: relative;			
		}
		.casos-exito-items.slick-slider .prev,
		.casos-exito-items.slick-slider .next,
		.testimonios-items.slick-slider .prev,
		.testimonios-items.slick-slider .next{
			visibility: hidden;
		}
		.testimonios-items .slick-dots,
		.casos-exito-items .slick-dots{
			margin: 0 !important;
	        bottom: 0 !important;	        
	        top: inherit !important;
	        margin-bottom: -111px !important;
	        width: 100%;
	        left: 0;
	        right: 0;	        
	        justify-content: center;

		}
		.casos-exito-items .slick-dots{
		
		}
}

@media (min-width: 768px){
	.block-testimonios{
		padding-left: 30px;
		padding-right:60px;
	}
}
.testimonio-item{
	text-align: center;
}
.testimonio-content{
	position: relative;
	display: block;
	/*font-size: var(--text-medium);*/
}
/*.testimonio-content:before{
	content:'';
	position: absolute;
	top: 0;
	left: -39px;
	width: 50px;
	height: 80px;
	overflow: hidden;
	background: url(../img/comillas.svg);
	    background-repeat: no-repeat;
	    background-size: auto;
	background-size:100%;
}*/
.testimonio-cliente{
	font-weight: var(--weight-bold);
	margin-bottom: 0;
}
.testimonio-cliente strong{
	
}

.testimonios-items.slick-testiominos,
.casos-exito-items.slick-casos-exito{
	padding: 24px 24px 0;
	margin: 0;
}
.testimonio-item,
.exito-item{
	/*border:1px solid blue;*/
	min-height: 340px!important;	
	max-height: fit-content!important;
}
.short-testimonios-casos{
	/*margin-top: 120px;*/
	margin-bottom: 120px;
}

/* CASOS ÉXITO  **********************************************************************/

@media (min-width: 768px){
	.block-casos-exito{
		padding-left: 60px;
		padding-right: 30px;
	}
}

.caso-exito{
	text-align: left;
}
.caso-exito-item{
	text-align: center;
}
.caso-exito-img{
	/*border:1px solid var(--custom-gray);*/
	text-align: center;
}
.caso-exito-img img{
	margin: 0 auto;
	max-width: 150px;
}
.caso-exito-content{
	position: relative;
	display: block;
	text-align: center;
	/*font-size: var(--text-medium)*/
}
.caso-exito-cliente{
	/*font-weight: var(--weight-bold);*/
}
.caso-exito-cliente,
.caso-exito-titulo{
text-align: center;
}


@media (min-width: 1024px){
	.testimonio-home{
		/*padding-right: 60px*/
	}

	.caso-exito-home{
		/*padding-left: 60px*/
	}
}

/* LISTADOS  *************************************************************************/
.entry-content ol, .entry-content ul:not(.blocks-gallery-grid), {
    margin: 0 !important;
    padding: 0
}
.entry-content ul.woocommerce-error{
	padding: 1.4em 2em 1em 4.5em;
	margin: 0 0 2rem;
}

.entry-content li {
    margin-left: 0 !important
}
ul.block-list-angle li,
ul.block-list-arrow li,
ul.block-list-arrow-big li,
ul.block-list-check li,
ul.block-list-check-circle li{
	position: relative;
	margin: 15px 0;
	margin: 0 0 20px 0;
	list-style-type: none;
	/*padding-left:35px;*/
}
ul.block-list-arrow.wp-block-list{
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	min-height: 307px;
	font-size: 16px;
    line-height: 24px;
}
p.intro,
div.intro{
	background: #fff;
	border-radius: 16px;
	padding: 24px!important;
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 16px;
    line-height: 24px;
}
ul.block-list-arrow li{
	/*padding-left:30px;*/
}
ul.block-list-angle li:before{
	content:'';
	position: absolute;
	top: 5px;
	left: 0;
	width:15px;
	height:15px;
	overflow: hidden;
	background: url(../img/ico-angle-right.svg);
	    background-repeat: no-repeat;
	    background-size: 100%;
}
/*ul.block-list-arrow li:before{
	content:'';
	position: absolute;
	top: 4px;
	left: 0;
	width:20px;
	height:15px;
	overflow: hidden;
	background: url(../img/ico-arrow-right-small.svg);
	    background-repeat: no-repeat;
	    background-size: 100%;
}*/
ul.block-list-arrow-big li:before{
	content:'';
	position: absolute;
	top: 7px;
	left: 0;
	width:20px;
	height:15px;
	overflow: hidden;
	background: url(../img/ico-arrow-right.svg);
	    background-repeat: no-repeat;
	    background-size: 100%;
}

ul.block-list-check li:before{
	content:'';
	position: absolute;
	top: 5px;
	left: 0;
	width:15px;
	height:15px;
	overflow: hidden;
	background: url(../img/ico-check.svg);
	    background-repeat: no-repeat;
	    background-size: 100%;
}
/*ul.block-list-check-circle li:before{
	content:'';
	position: absolute;
	top: 5px;
	left: 0;
	width:20px;
	height:20px;
	overflow: hidden;
	background: url(../img/ico-check-2.svg);
	    background-repeat: no-repeat;
	    background-size: 100%;
}*/
ul.wp-block-social-links li {
	margin-left: 0
}
/* BOTONES   **************************************************************************/

.block-botones{
	margin: 120px 0;
	/*border:1px solid aqua;*/
}
.wp-block-column .block-botones{
	margin-bottom: 0;
}
/*.block-section .block-botones:last-child{
	margin-bottom: 0
}*/

@media (max-width: 575.98px){
	.block-botones{
		margin: 30px 0
	}
	.wp-block-buttons .wp-block-button,
	.block-botones .wp-block-button__link,
	.wp-block-buttons .wp-block-button__link{
		display: block;
		padding-left: 15px;
		padding-right: 15px;
		margin-right: 0 !important;
		margin-bottom: 10px
	}
	.rankings .wp-block-column .bt-black .wp-block-button{
		padding-left: 0;
	}
	.home .wp-block-buttons .wp-block-button{
		margin-bottom: 0
	}
	.wp-block-buttons .wp-block-button a,
	.wp-block-buttons .wp-block-button__link{
		width: 100%
	}
	.home .home-btn-hero .wp-block-buttons .wp-block-button{
		width: 100%
	}
}

.wp-block-button__link{
	/*padding: .567em 1.333em;*/
	padding: .667em 1.333em
}



/*Search form*/
#container-search {
    position: relative;
    max-width: 632px;
    margin-top: 16px;
}
#search {
    color: rgb(51, 51, 51);
    background: url(../img/newdesign/search1.png) no-repeat right 24px center;
    background-size: 16px 16px;
    transition: all 0.5s;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(240, 242, 245);
    box-sizing: border-box;
    background-color: #FFFFFF;
    width: 100%;
    padding: 12px 24px 12px 24px;
    gap: 8px;
    border-radius: 100px;
}
input#search:focus{
	outline-width: 0;
}

/* FORMULARIO DE MÁS INFORMACIÓN Y CONTACTO, en productos*****************************/

#form-presupuesto,
#form-presupuesto a{
	/*color: #fff;*/
	color: var(--color-primary);
}
#form-presupuesto h2{
	margin: 0 0 30px;
	font: var(--h1)
}

#form-presupuesto p.pre-title{
	font:var(--pre-title);
	margin-bottom: 10px;
	display: none;
}
form label{
	font: var(--label-form);
	margin-bottom: 15px
}
form input,textarea.form-control{
	margin-top: 7px;
}

form#searchform input{
	margin-top: 0
}
textarea.form-control{
	/*height: 140px*/
}
.newformdesign form{
	display: flex;
    flex-direction: column;
    background: #fff;
    padding: 24px;
    border-radius: 16px; 
    width: 500px;
    max-width: 100%;   
}
.newformdesign .solicitar-info-form{
	background: #172122;/*var(--brand-color);*/
	color: #fff;
	padding: 24px;
    border-radius: 16px;
    height: fit-content;
    width: 500px;
}
#form-presupuesto .newformdesign .solicitar-info-form a{
	color: #ffffff;
	font-size: 16px;
}
#form-presupuesto .containerform{
	display: flex;
	gap: 8px;
	flex-flow: row wrap;
	justify-content: center;
}
/*#form-presupuesto form label,*/
#form-presupuesto form input,
#form-presupuesto form textarea.form-control,
#form-presupuesto form select.wpcf7-select{
    width: calc(100% - 24px * 2);
    padding: 24px;
    border-radius: 34px;
    border: 0;
     margin-top: 8px; 
     margin-bottom: 8px; 
    background: #eee;
    font-family: 'RiformaLLWeb-Regular';
    outline: 0px;
    
}
form select.wpcf7-select{
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    width: 100%!important;
    cursor: pointer;
}
.wpcf7-acceptance p{
	display: flex;
	align-items: center;
}
#form-presupuesto form input#lopd{
	width: 20px;
	height: 20px;

}
#form-presupuesto form label{
	padding: inherit;
	margin-bottom: 0;
}
#form-presupuesto form input.btn{
	color:var(--color-primary) !important;
    /*background: transparent !important;*/
    /*border: 2px solid #fff !important;*/
    /*padding: .5rem 1rem;*/
	/*font-size: 1.25rem;*/

	font-family: 'RiformaLLWeb-Medium';
	font-size: 16px;
    width: fit-content;
    background: #eee !important;
    padding: 12px 24px;
    align-self: center;
    /* justify-self: center; */
    display: flex;    
}
#form-presupuesto form input.btn:hover{
	color:var(--color-secondary) !important;
   /* background: #fff  !important;*/
}
#form-presupuesto  .wpcf7-not-valid-tip{
	
	border: 1px dotted #fff;
	padding: 5px;
	background:rgba(256,256,256, 0.8);
}

#form-presupuesto .wpcf7-acceptance label{
	width: auto !important;
	margin-left: 15px
}


#form-presupuesto .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    width: 20px;
}

.newformdesign form textarea:focus-visible,{
.newformdesign form textarea:focus,{
.newformdesign form textarea:active,{
.newformdesign form input:focus-visible,{
.newformdesign form input:focus,{
.newformdesign form input:active{
	border:0;
	outline: 0px;	
	outline-offset: 0px;
	background: #f5f5f5;
}


input#lopd{
	width: 20px!important;
	height: 20px!important;
	border:1px solid red!important;
}



@media (max-width: 1024px){
	#form-presupuesto .containerform{
		flex-direction: column;
		border:1px solid red;
	}

}


/* Colunmnas con productos  *****************************/

.col-products .block-card-shadow {
	position: relative;
}
/*
.col-products .block-card-shadow .block-botones{
	position: absolute;
	bottom: 0
}*/


/* REPORTS   *****************************/

.report h4{
	/*border-bottom: 1px solid var(--separator);*/
	font-weight: 900;	
}
/*
.list-download-report a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: -2px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background: url(../img/ico-angle-right.svg);
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 75%;
}*/
.list-download-report a:before{
 	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
 	content: "\f358";
 	margin-right: 15px
}


/* FAQS   *****************************/

.wp-block-coblocks-accordion-item__title::marker{
	color: var(--color-secondary);
	background-color:var(--color-secondary);
}



/* CLIENTS ***********************************************************************/

.client-post img{
	max-width:100%;
	height:auto;
}
.client-img img{
	max-width:50%;
	height:auto;
	margin: auto
}

.client-post .country{
	display: block;
	text-transform: uppercase;
	font-weight: var(--weight-light)
}

.client-products a:before{
 	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
 	content: "\f105";
 	margin-right: 10px
 }






/* Cliente en landing público*/

.clientes_rel-item .block-card{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
}
.clientes_rel-item .cliente-img{
	width:auto;
	/*height: 160px;*/
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	/*border: 1px solid #ededed;*/
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items:center;
	/*border: 1px solid green;*/
	width: 200px;
	max-width: 100%;
    
}


.clientes_rel-item  h5{
	margin:5px 0;
}
.clientes_rel-item .cliente-img img{
	max-width: 100%;
}
.clientes_rel-item .btn-link{
	margin: 0 auto;
	font-size: 14px;
}
@media (max-width:767.98px){
	.clientes_rel-item .cliente-img{
		height: auto;
	}
	.clientes_rel-item .cliente-img img{
		max-width: 50%
	}
}

/* Woocommerce   *****************************/

.wp-block-product-category .wc-block-grid__products{
	max-width: 100% !important;
}
.wc-block-grid.wp-block-product-category.has-3-columns .wc-block-grid__product{
		margin: 10px 15px !important;
		max-width: 90% !important;
	}

@media (min-width: 768px){
	.wc-block-grid.wp-block-product-category.has-3-columns .wc-block-grid__product{

		max-width: 30.333% !important;
	}
}
.wp-block-product-category .wc-block-grid__products .wc-block-grid__product-title{
	font: var(--h3) !important;
	text-align: left;
}
.wp-block-product-category .wc-block-grid__products a.wc-block-grid__product-link{
	color: var(--color-primary) !important;
}
.wp-block-product-category .wc-block-grid__products .wc-block-grid__product-price.price{
	color: var(--color-primary) !important;
	font: var(--h2);
	font-weight: var(--weight-bold);
	text-align: left;
}
.wp-block-product-category .wc-block-grid__products .woocommerce-price-suffix{
	font-size: var(--text-root)
}

.wp-block-product-category .wc-block-grid__product .wc-block-grid__product-add-to-cart{
	text-align: left;
}

/* Imágenes   *****************************/
.img-thumbnail{
	border:0 !important
}




/* PREMIOS SCIMAGO ***********************************************************************/

.premios.type-premios h4,
.premios.type-premios .h4{
	margin-top: 30px;
	font-weight: 900
}


/* FAQS YOAST ***********************************************************************/

@media (min-width: 992px){
	.wp-block-yoast-faq-block {
		max-width: 80%;
		margin: 0 auto
	}
}

.wp-block-yoast-faq-block .schema-faq-section{
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 15px;
	border: 1px solid var(--custom-gray);

}




.testimonio-single blockquote{
	font-style: italic;
}


