/*
Theme Name:  Bioxnet Theme Child
Description: Child theme for Bioxnet Theme
Template:   bioxnet
Text Domain: bioxnet-child
Version: 1.0
*/

footer{
	position:relative;
	z-index:2;
}

.wp-block-image.size-full img{
  width: 100%; 
}

.header-absoluto header .logo-header svg path, .header-absoluto header .logo-header svg rect {
        fill: #fff !important;
}
.section-home-header{
	height:100vh;
}

header .enlace-menu-top,
header .enlace-menu-top a,
.header-sticky .enlace-menu-top,
.header-sticky .enlace-menu-top a{
  color: #000;
  padding: 5px 8px;
}
header .enlace-menu-top a:hover, .header-sticky .enlace-menu-top a:hover {
  color: var(--wp--preset--color--custom-color-1);
}

.innerSlide{
	overflow:hidden;
}

@media (min-width: 959px) {
    .header-absoluto.theme-bioxnet-child header .menu-desktop li a:hover {
        color: #fff;
		background-color: var(--wp--preset--color--custom-color-1);
    }
	 .header-absoluto.theme-bioxnet-child header .menu-desktop li ul li a:hover {
        color: var(--wp--preset--color--custom-color-1);
		background-color: inherit;
    }
	.theme-bioxnet-child header .menu-desktop li a {
        border-radius:6px;
    }
	.home header:not(.header-sticky) .menu-desktop > li > a{
	color: #fff;
}
	.theme-bioxnet-child header .menu-desktop li a:hover {
        color: #fff;
		background-color: var(--wp--preset--color--custom-color-1);
    }
	.theme-bioxnet-child header .menu-desktop li ul li a:hover {
        color: var(--wp--preset--color--custom-color-1);
		background-color: inherit;
    }
	.theme-bioxnet-child header .menu-desktop li {
       margin-right:3px;
    }
	
	.theme-bioxnet-child header .menu-desktop li a:has(+ .wp-block-navigation__submenu-container:hover) {
        color: #fff;
		background-color: var(--wp--preset--color--custom-color-1);
   }
	.theme-bioxnet-child .menu-desktop li ul li a:hover::before {
        opacity: 0;
    }
	.home header:not(.header-sticky) .tel-ventas-header a,
	.home header:not(.header-sticky) .tel-soporte-header a{
	--color-btn: #FFF !important;
	}
	.home header:not(.header-sticky) .enlace-menu-top a{
		color: #fff;
	}
}

.sidebar-template .grw-net-widget {
  margin: 0 !important;
}

.bg-gradient-grey {
  background-color: transparent;
  background-image: linear-gradient(0deg, #ffffff 0%, #f6f8f9 100%);
}
.seccion-encabezado-principal {
  border-top: 1px solid #f6f8f9;
  border-bottom: 1px solid #f6f8f9;
}
.seccion-encabezado-principal .wp-block-post-title,
.seccion-encabezado-principal h1 {
  margin-block-end: 0;
  font-size: 18px;
  font-weight: 300;
}
.seccion-encabezado-principal .yoast-breadcrumbs,
.seccion-encabezado-principal .yoast-breadcrumbs a,
.seccion-encabezado-principal .rank-math-breadcrumb,
.seccion-encabezado-principal .rank-math-breadcrumb p,
.seccion-encabezado-principal .rank-math-breadcrumb p span,
.seccion-encabezado-principal .rank-math-breadcrumb span,
.seccion-encabezado-principal .rank-math-breadcrumb a{
  margin-block-end: 0;
  font-size: 15px;
  font-weight: 300;
}
.seccion-encabezado-principal .yoast-breadcrumbs a,
.seccion-encabezado-principal .rank-math-breadcrumb a{
  color: var(--wp--preset--color--custom-color-texto);
}

.seccion-encabezado-principal .yoast-breadcrumbs a:hover,
.seccion-encabezado-principal .rank-math-breadcrumb a:hover{
  color: var(--wp--preset--color--custom-color-1);
}



.column-count-4 li {
  page-break-inside: avoid;
  break-inside: avoid-column;
}

footer .wp-block-social-links .wp-social-link svg {
    height: auto;
    width: 23px;
}

.theme-bioxnet-child .wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 0;
}
.header-der-tels{
	gap: 30px;
}
.fila-menu-top{
	gap: 10px;
}

.theme-bioxnet-child ol[style="list-style-type:lower-alpha"] li{
	    padding: 0 0 14px 0;
}
.theme-bioxnet-child ol[style="list-style-type:lower-alpha"] li:before{
	display:none;
}
ol.wp-block-list li::marker {
 display: none;
}


.single .entry-content .wp-block-post-title a:not([class]),
.wp-singular .entry-content .wp-block-post-title a:not([class])
{
	color: inherit
}
.single .entry-content .wp-block-post-title a:not([class]):after, 
.wp-singular .entry-content .wp-block-post-title a:not([class]):before{
	display:none;
}

.single .entry-content a:not([class]), .wp-singular .entry-content a:not([class]) {
  color: #000;
  position: relative;
}

.single .entry-content a:not([class]):after, .wp-singular .entry-content a:not([class]):after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--wp--preset--color--custom-color-1);
  bottom: -2px;
  left: 0;
  right:0;
  margin: 0 auto;
  z-index:2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.single .entry-content a:not([class]):hover:after, .wp-singular .entry-content a:not([class]):hover:after {
  width: 100%;
}
.single .entry-content a:not([class]):before , .wp-singular .entry-content a:not([class]):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -2px;
  left: 0;
  z-index:1;
}

.single .entry-content p, .wp-singular .entry-content p{
	line-height: 26px;
}

.wp-block-group.autor-singular-page .wp-block-post-author__name{
	margin-bottom:0;
}
.wp-block-group.autor-singular-page{
	gap:5px;
}

.theme-bioxnet-child .bioxnet-filters select {
  min-width: 200px;
}


/* css Post
------------------------------------------ */
.column:has(.col1-main-post) {
  border-right: 1px solid #e5e5e5;
}
.taxonomy-category.wp-block-post-terms {
  margin: 16px 0 2px 0;
}
.taxonomy-category.wp-block-post-terms a  {
  font-size: 15px;
  font-style: italic;
  color: #8f8f8f;
}
.taxonomy-category.wp-block-post-terms .wp-block-post-terms__separator {
  color: #8f8f8f;
}
.taxonomy-category.wp-block-post-terms a:hover {
  color: #000;
  text-decoration: underline;
}

.categorias-articulos.wp-block-categories li {
  line-height: 22px;
  margin-bottom: 10px;
}
.wrap-main-post .col1-main-post .accordion .texto {
  font-weight: normal;
}

.wrap-post-type .content-post-type  {
   gap: 50px;
   row-gap: 40px;
}
.wrap-post-type .content-post-type.content-post-portafolio  {
   gap: 0;
   row-gap: 0;
}

.wrap-post-type .content-post-type li figure a {
  overflow: hidden;
  border-radius: 10px;
}
.wrap-post-type .content-post-type li figure a img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap-post-type .content-post-type li figure a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* css Portafolio
------------------------------------------ */
.content-post-portafolio li .wp-block-cover .title-portafolio {
  opacity: 0;
  transform: translateY(-50px);
	position:relative;
	left:20px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.content-post-portafolio li .wp-block-cover .title-portafolio a {
  color: #FFF;
   font-weight:normal
}
.content-post-portafolio li .wp-block-cover .title-portafolio a:after,
.content-post-portafolio li .wp-block-cover .title-portafolio a:before{
  display:none !important
}

.content-post-portafolio li .wp-block-cover .wp-block-bioxnet-leer-mas {
  opacity: 0;
  transform: translateY(50px);
		position:relative;
	left:20px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}


.content-post-portafolio li .wp-block-cover .wp-block-cover__inner-container{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.leer-mas-hide-cover.wp-block-read-more{
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.content-post-portafolio li:hover .wp-block-cover .title-portafolio {
  opacity: 1;
  transform: translateY(0);

}

.content-post-portafolio li:hover .wp-block-cover .wp-block-bioxnet-leer-mas {
  opacity: 1;
  transform: translateY(0);
}

.content-post-portafolio li .wp-block-cover .wp-block-cover__background {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-post-portafolio li:hover .wp-block-cover .wp-block-cover__background {
  opacity: 1;
}
/* css autor
------------------------------------------ */

.author-content {
    display: grid;
    grid-template-columns: 300px repeat(1, 1fr);
    grid-column-gap: 24px;
    row-gap: 10px;
    max-width: 980px;
    margin: 0 auto;
}
.author-content .author-info{
    padding: 20px;
    border: 1px dashed #c9db2c;
    border-radius: 20px;
}
.author-content .author-info figure{
   display:inline-block;
   width:120px;
   height:120px;
	border-radius:60px;
	overflow:hidden;
}
.author-content .author-info .author-name span{
  position:relative;
}
.author-content .author-info .author-name span::after{
   content:"";
	width:100%;
	height:2px;
	background-color:  #c9db2c;
	position:absolute;
	left:0;
	bottom:-2px;
	border-radius:1px;
}
.author-content .author-description{
    font-size: 16px;
    line-height: 22px;
    color: #686868;
}

.author-content .author-posts{
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.author-content .author-posts ul {
    list-style: disc;
    list-style-position: inside;
}
.author-content .author-posts ul li{
   margin-bottom:7px;
}
@media (max-width: 800px) {
	.author-content .author-content {
    grid-template-columns: repeat(1, 1fr);
}
}

/*  css galeria
------------------------------------------ */
.wrap-single-portafolio .wp-block-gallery {
  display: flex;
  gap: 0 !important;
}

.wrap-single-portafolio
  .wp-block-gallery.has-nested-images.columns-default
  figure.wp-block-image:not(#individual-image) {
  width: 25%;
}

.wrap-single-portafolio
  .wp-block-gallery.has-nested-images.columns-default
  figure.wp-block-image:not(#individual-image):nth-of-type(3),
.wrap-single-portafolio
  .wp-block-gallery.has-nested-images.columns-default
  figure.wp-block-image:not(#individual-image):nth-of-type(6),
.wrap-single-portafolio
  .wp-block-gallery.has-nested-images.columns-default
  figure.wp-block-image:not(#individual-image):nth-of-type(9) {
  width: 100%;
}

/* Cursor Animado
------------------------------------------ */
.custom-cursor {
  position: fixed;
  width: 50px;
  height: 50px;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-out, opacity 0.2s;
  opacity: 0;
  z-index: 1000;
  cursor: none;
}

.custom-cursor svg {
  width: 50px;
  height: 50px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.custom-cursor svg circle {
  fill: #c3da00;
  fill-opacity: 0.93;
}
.custom-cursor svg path {
  fill: none;
  fill-rule: nonzero;
  stroke: #000;
  stroke-width: 2.04px;
}

.hover-target,
.hover-target a,
.hover-target a img {
  cursor: none;
}

.hovering .custom-cursor {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
/* Tabs
------------------------------------------ */
 .TabsContainer .TabsList {
     display: flex;
    margin-bottom: 10px;
    align-items: center;
    margin-block-start: 0;
    margin-block-end: 8px;
    justify-content: center;
    }
    .TabsContainer .tab {
        cursor: pointer;
    margin: 0 18px 0 0;
    background-color: #dbdbdb;
    padding: 10px 30px;
    border-radius: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
      transition: all .3s ease;
    }
 .TabsContainer .tab:last-child {
    margin: 0 0 0 0;
    }
  .TabsContainer .tab.selected, .TabsContainer .tab:hover{
    background-color: var(--wp--preset--color--custom-color-1);
	      color: #FFF;
}
    .TabsContainer .tab-content {
      display: none;
      width: 100%;
      float: left;
	margin-block-start: 0;
    margin-block-end: 0;
    text-align: center;
    }
    .TabsContainer .tab-content.selected {
      display: block;
    }
.TabsContainer .tab-content .taxonomy-term{
	display: inline-block;
    margin: 0 52px 0 0;
}
.TabsContainer .tab-content .taxonomy-term:last-child{
    margin: 0 0 0 0;
}
.TabsContainer .tab-content .taxonomy-term h3{
	display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin-block-start: 0;
    margin-block-end: 0;
}
.TabsContainer .tab-content .taxonomy-term h3 span{
   position:relative
}
.TabsContainer .tab-content .taxonomy-term h3 span:after{
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  background-color: var(--wp--preset--color--custom-color-1);
	    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
      transition: all .3s ease;
}
.TabsContainer .tab-content .taxonomy-term:hover h3 span:after{
  width: 30px;
}

.CategoriasTabs .taxonomy-term figure, .CategoriasTabs .taxonomy-term img{
  display: none !important;
}


/* Css inline
------------------------------------------ */
.line-left-bottom span {
  display: inline-block;
  position: relative;
  padding: 0 0 7px 0;
}
.line-left-bottom span:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--wp--preset--color--custom-color-1);
}

.line-center-bottom span {
  display: inline-block;
  position: relative;
  padding: 0 0 7px 0;
}
.line-center-bottom span:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--wp--preset--color--custom-color-1);
}

.line-right-bottom span {
  display: inline-block;
  position: relative;
  padding: 0 0 7px 0;
}
.line-right-bottom span:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--wp--preset--color--custom-color-1);
}

.theme-bioxnet-child input[type="email"],
.theme-bioxnet-child input[type="number"],
.theme-bioxnet-child input[type="search"],
.theme-bioxnet-child input[type="text"],
.theme-bioxnet-child input[type="tel"],
.theme-bioxnet-child input[type="url"],
.theme-bioxnet-child input[type="password"],
.theme-bioxnet-child textarea,
.theme-bioxnet-child select {
  height: 48px;
  padding: 6px 10px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
}

.theme-bioxnet-child input[type="email"]:focus,
.theme-bioxnet-child input[type="number"]:focus,
.theme-bioxnet-child input[type="search"]:focus,
.theme-bioxnet-child input[type="text"]:focus,
.theme-bioxnet-child input[type="tel"]:focus,
.theme-bioxnet-child input[type="url"]:focus,
.theme-bioxnet-child input[type="password"]:focus,
.theme-bioxnet-child textarea:focus,
.theme-bioxnet-child select:focus {
  outline: 0;
  border-right: 1px solid #25d366;
  border-left: 1px solid #25d366;
  border-top: 1px solid #25d366;
  border-bottom: 1px solid #25d366;
}

.column:has(.tabla-precio){
	box-shadow: 0 1px 18px 0 rgba(0,0,0,0.09);
}
.tabla-precio .titulo-tabla{
	padding:30px 10px 15px 10px;
	   margin-block-end: 0;
	border-radius:10px 10px 0 0;
}
.tabla-precio .listado-tabla-precio p {
	margin-bottom: 0;
	margin-block-start: 0;
    margin-block-end: 0;
	padding: 15px 0;
}
.tabla-precio .listado-tabla-precio p:nth-child(even) {
	background-color: #fafafa;
}
.tabla-precio .listado-tabla-precio p.precio{
	font-size: 22px;
}
.tabla-precio .listado-tabla-precio p.precio mark{
	font-size: 15px;
}

.tabla-precio.tabla-precio-destacado .titulo-tabla{
	    background-color: #ccc;
}
.tabla-precio.tabla-precio-destacado .listado-tabla-precio p.precio{
	    background-color: var(--wp--preset--color--custom-color-1);
}

.column:has(.tabla-precio.tabla-precio-mejor-plan){
  border:1px solid  rgb(255 108 5);
}

.tabla-precio.tabla-precio-mejor-plan  p.sub-titulo-tabla{
	background-color: rgb(255 108 5);
    color: #fff;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 6px;
    top: -22px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 15px;
	white-space: nowrap;
}
  

.titulo-animado {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  font-size: 60px;
  line-height: 64px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
}


.titulo-animado a {
  font-size: 60px;
  line-height: 64px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.item-mensaje {
  position: relative;
  overflow: hidden;
  opacity: 0; /* Inicialmente oculto */
  animation: fadeIn 1s ease-in-out forwards;
}

/* Efecto de máscara con ::before */
.item-mensaje::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: -100%;
    width: 100%;
    height: 8px;
    background: var(--wp--preset--color--custom-color-1);
  z-index: 2;
  animation: revealText 1s ease-in-out forwards;
}
.item-mensaje::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -100%;
    width: 100%;
    height: 8px;
	opacity:0;
    background: var(--wp--preset--color--custom-color-1);
  z-index: 2;
	    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
      transition: all .3s ease;
}

.item-mensaje:hover::after {
  right: 0;
  opacity:1;
}

/* Animaciones secuenciales */
.mensaje-titulo-01 {
  animation-delay: 0s;
}
.mensaje-titulo-01::before {
  animation-delay: 0s;
}

.mensaje-titulo-02 {
  animation-delay: 0.6s;
}
.mensaje-titulo-02::before {
  animation-delay: 0.6s;
}

.mensaje-titulo-03 {
  animation-delay: 1.2s;
}
.mensaje-titulo-03::before {
  animation-delay: 1.2s;
}

.mensaje-titulo-04 {
  animation-delay: 1.8s;
}
.mensaje-titulo-04::before {
  animation-delay: 1.8s;
}

/* Animación de deslizamiento */
@keyframes revealText {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

/* Animación de aparición */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.theme-bioxnet-child .sib-form, .theme-bioxnet-child iframe .sib-form{
	padding: 0 !important;
}
.theme-bioxnet-child #sib-container, .theme-bioxnet-child iframe #sib-container{
  max-width: 100% !important;
}

.search-domain .input-group{
	display: flex;
    gap: 4px;
}
.search-domain .input-group input[type="text"]{
	width:60%;
	height: 60px;
}
.search-domain .input-group select{
	width:15%;
	height: 60px;
}
.search-domain .input-group .input-group-btn{
	width:25%
}
.search-domain .input-group .input-group-btn button{
	width: 100%;
    border-radius: 5px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
.aviso-privacidad-footer a{
	color: #000;
}
.aviso-privacidad-footer a:hover{
	text-decoration:underline
}
.aviso-privacidad-footer code{
	font-family: inherit;
}

@media (max-width: 958px) {
	.header-absoluto .wp-block-bioxnet-boton.tel-ventas-header .custom-bioxnet-boton .texto,
	.header-absoluto .wp-block-bioxnet-boton.tel-soporte-header .custom-bioxnet-boton .texto{
		color: #FFF;
	}
	.header-absoluto header .logo-header svg path, .header-absoluto header .logo-header svg rect {
        fill: #fff !important;
    }
	.wp-block-group.contenedor-fila-header{
		flex-wrap: wrap;
        flex-direction: column;
		gap: 15px
	}
	.wp-block-group.header-izq{
		width:100%
	}
	.wp-block-group.header-der{
		 width: 100%;
         display: flex;
        justify-content: center;
	}
	.wp-block-group.header-der-tels{
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    }
	.enlace-menu-top, .fila-menu-top, .fila-menu-desktop{
		display:none !important
	}
	.wp-block-bioxnet-boton.tel-ventas-header .custom-bioxnet-boton .icono, .wp-block-bioxnet-boton.tel-soporte-header .custom-bioxnet-boton .icono {
    display: inline-block;
}
	.theme-bioxnet-child .wp-block-embed {
   display:block;
		width:100%;
}
	.TabsContainer .tab-content .taxonomy-term {
    margin: 0 20px;
}
	.TabsContainer .tab-content .taxonomy-term:hover h3 span:after{
  width: 0;
}
.wp-block-bioxnet-wrap.seccion-encabezado-principal .column:nth-of-type(1){
  padding-bottom: 0 !important
}
.wp-block-bioxnet-wrap.seccion-encabezado-principal .column:nth-of-type(2){
   padding-top: 4px !important;
    padding-bottom: 0 !important;
}
.titulo-animado a {
    font-size: 40px;
    line-height: 44px;
}	
	.content-post-portafolio li .wp-block-cover .title-portafolio {
  opacity: 1;
  transform: translateY(0);
		 position:relative;
   left:20px;
}

.content-post-portafolio li .wp-block-cover .wp-block-bioxnet-leer-mas {
  opacity: 1;
  transform: translateY(0);
   position:relative;
   left:20px;
}
.content-post-portafolio li .wp-block-cover .wp-block-cover__background {
  opacity: 0.2;
}
.content-post-portafolio li .wp-block-cover  {
  min-height: 300px;
}
	
}
@media screen and (max-width: 790px) {
	.section-home-header{
	height:auto;
}
    .column-count-2.nav-footer {
      column-count: 2;
      column-gap: 2em;
    }
	.tabla-precio .listado-tabla-precio p {
    padding: 10px 10px;
	}
	.tabla-precio .listado-tabla-precio p.precio {
		padding: 8px 10px;
	}
}
@media (max-width: 682px) {
.logo-header{
  width:220px;		
}
.theme-bioxnet-child .navigation-item-logo a img {
    max-width: 90%;
    height: auto;
}
.content-post-portafolio li .wp-block-cover  {
  min-height: 260px;
}
.wp-block-gallery.logos-clientes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  row-gap: 10px;
}
.wp-block-gallery.logos-clientes .wp-block-gallery, .wp-block-gallery.has-nested-images.logos-clientes figure.wp-block-image{
	width: 100% !important;
	text-align:center;
}
	
}




