.logo-banner{
 width: 180px;
 height: auto;
 margin-bottom: 20px;
}
#p-text{
    margin-top: 20px;
}

#zoho-one-section-zohoZia-ai{
    margin-top: 15px;
    margin-bottom: 15px;
    
}
#zoho-one-section-zohoZia{
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #03cd5c;
}
#ic-one-zoho-section-video{
    background: var(--tj-color-grey-1);
}
#zia-tag-larga{
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
   
}
#zia-tag{
    margin-bottom: 5px;
   
}
#ic-one-video-title {
    color: #3c434d;
}




.zoho-creator-container-implementations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Responsive */
@media (max-width: 992px) {
  .zoho-creator-container-implementations {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .zoho-creator-container-implementations {
    grid-template-columns: 1fr;
  }
}

#zoho-creator-implementations-title {
  color: whitesmoke;
}   

.medidas-reconocido-zoho-creator {
  background: #03cd5c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: auto;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
}
/* === Contenedor general del video === */
.home-what-is-interconnecta-ai-video-container {
		width: 100%;
		height: 350px;
        margin-bottom: 20px;
        border-radius: 20px;
        overflow: hidden;
		
	}
@media (max-width: 1024px) {
    .home-what-is-interconnecta-ai-video-container {
			display: flex;
			flex-direction: column;
			align-items:center;
			justify-content: center;
			width: 100%;
			margin-right: 0;
			height: 400px;
		}
}

	@media (max-width: 600px) {

		.home-what-is-interconnecta-ai-video-container {
				display: flex;
				flex-direction: column;
				align-items:center;
				justify-content: center;
				width: 80%;
				margin-right: 0;
				height: 250px;
			}

	}



@media (max-width: 600px) {

	.spam-button-zoho-one{
		font-size: 14px;
  }

}


.ic-zoho-one-card {
    background: var(--do-pill);
    border-radius: 12px;
    box-shadow: var(--do-shadow);
    padding: 14px 16px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ic-zoho-one-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(3, 205, 92, 0.25); /* sombra verde sutil */
  z-index: 5;
}
.ic-zoho-one-card-title {
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: 800;
    color: var(--do-green);
}
.ic-zoho-one-card-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: var(--do-text);
}

@media (max-width: 600px){
 
  /* cards full width y texto normal (sin cortes raros) */
  .ic-zoho-one-card{
    width:340px !important;
    text-align:left;
    box-shadow:0 6px 16px rgba(17,24,39,.08);
  }
  .ic-zoho-one-card-title,
  .ic-zoho-one-card-text{
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere;   /* permite romper si hay palabros muy largos */
    hyphens: auto;
  }
}
