/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.button-shop {
	color: rgb(237, 224, 224);
}
.subtitle {
	font-family: Poppins;
	
}
.section-title {
	font-size: 40px;
	color: #444;
}

.span-font {
	font-family: Poppins;
}

p, .block-img {
	font-family: Poppins;
}

.col-md-6::before {
  	content: "";
  	position: absolute;
  	top: 0; left: 0; right: 0; bottom: 0;
  	z-index: 1;
}

.section-content h3 {
  	color: #f5f1f1;             
  	letter-spacing: 0.01em;
  	line-height: 1.18;
  	margin-bottom: 1.1rem;
}

.section-content span {
	font-size: 1.7 rem;
	color: #e8dede;        
  	letter-spacing: 0.01em;
  	line-height: 1.65;
  	display: block;
  	margin-bottom: 1.3rem;
}

.sumate {
	font-family: 'Montserrat';
}

li {
  	list-style: none;
}

.footer-info p {
	font-size: 13px;
}

.footer-address li {
  	display: flex;
  	gap: 10px; /* espacio entre ícono y texto */
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  align-items: center;
  padding: 10px 0;
}

.logo-item {
  flex: 0 1 120px; /* ancho base, se ajusta si hay menos espacio */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.logo-item img {
  max-height: 90%;
  max-width: 100%;
  object-fit: contain;
}

.whatsapp-chat {
    position: fixed;
    bottom: 50px;
    right: 91px;
    z-index: 9999;
}
.whatsapp-icon {
    position: absolute;
    bottom: 0;
}
.whatsapp-img {
    background-color: #00a82d !important;
    height: 50px;
    width: 50px;
    border-radius: 60px;
    /* text-align: center; */
    background: #00a82d;
    padding: 13px;
    box-shadow: 0 5px 8px rgba(0,0,0,.3);
    line-height: 25px;
    cursor: pointer;
    display: block;
    
}
.whatsapp-img i{
    vertical-align: top;
    
}

.widget h4 {
  text-transform: uppercase;
  font-family: var(--cnvs-body-font) !important;
  font-size: 14px;
  font-style: normal;
  color: #444;
}

.footer-address ul {
  margin-bottom: 0px !important;
}

.portfolio-desc h3 {
  font-weight: normal;
  font-size: 16px;
}

.portfolio-desc span {
  font-size: 12px;
}

@media (max-width: 576px) {
  .emphasis-title h2 {
    line-height: 0.9 !important;
  }

  .section-content span {
    font-size: 16px;
  }

  .section-content {
    padding: 0px 20px 0px !important;
    
  }

  .footer-address ul {
    margin-bottom: 20px !important;
  }

    .subscribe-widget {
      padding-top: 20px;
    }


}