/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.logo{max-height: 70px;width: auto;}
.cliente-reseña {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}
.cliente-reseña:hover {
  transform: translateY(-5px);
}
.reseña-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.cliente-foto {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}
.cliente-nombre {
  margin: 0;
  font-weight: 700;
  font-size: 1.1em;
}
.cliente-empresa {
  margin: 0;
  font-size: 0.9em;
  color: #555;
}
.cliente-valoracion {
  color: #f5a623; /* color estrellas */
  font-size: 1em;
}
.reseña-body p {
  margin: 0;
  font-style: italic;
  line-height: 1.5;
}
.category-image-crop {
    width: 100%;             /* que llene el contenedor */
    height: 350px;           /* altura máxima */
    object-fit: cover;       /* recorta la imagen para llenar el contenedor */
    object-position: bottom; /* alinea el foco de la imagen abajo */
    display: block;
}
/* Limitar altura y recortar la imagen */
.category-image img {
    max-height: 350px;      /* altura máxima */
    width: 100%;            /* que llene el ancho del contenedor */
    object-fit: cover;      /* recorta sin deformar */
    object-position: bottom; /* alinea la imagen abajo */
    display: block;
}
.category-image.hidden-sm-down img {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    display: block;
}
.cbp-hrmenu > ul > li#cbp-hrmenu-tab-4 > a, .cbp-hrmenu > ul > li#cbp-hrmenu-tab-4 > span.cbp-main-link{
	height: 50px;
    line-height: 50px;
    border-radius: 10px;
}

.cbp-hrmenu .cbp-links li a {
    padding-left: 0;
    font-size: 18px;
    line-height: 28px;
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link{
	font-size: 20px;
}
.elementor-widget-icon-list .elementor-icon-list-text,.block-links ul>li a{
	font-size: 16px;
	line-height: 20px;
}
.block-categories li ul{
	margin-bottom: 15px;
}

.cbp-hrmenu .cbp-hrsub-inner span.cbp-column-title{margin-bottom: 15px;}
.cbp-hrmenu .cbp-hrsub-inner > .row:last-child, .cbp-hrmenu .cbp-hrsub-inner .iqitmegamenu-submenu-container > .row:last-child{
	max-width: 75%;
	margin: 0 auto;
}
.cbp-hrmenu .cbp-hrsub-inner > .row:last-child img, .cbp-hrmenu .cbp-hrsub-inner .iqitmegamenu-submenu-container > .row:last-child img{
	max-width: 100%;
	height: auto;
}

@media(max-width: 600px){
	.right-nav, .left-nav{display: none;}
	.mobile-menu__column img{
		max-width: 100%;
		height: auto;
	}
	#mobile-header .m-nav-btn>i {
        font-size: 2rem;
    }
}





