/* ==============================
   CONTENEDOR GENERAL
   ============================== */
#ic-benefits3-section-wrapper {
  width: 100%;
  padding: 80px 20px;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var( --tj-color-grey-1);
  border-radius: 20px;

}

#ic-benefits3-wrap {
  max-width: 1250px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 50px;
  position: relative;
}

/* ==============================
   TÍTULO
   ============================== */
#ic-benefits3-title {
  grid-column: 1 / 4;
  text-align: center;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: -200px;
}

/* ==============================
   TARJETAS MÁS CHICAS
   ============================== */
#ic-benefits3-wrap .ic-benefits3-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 18px 20px;
  width: 240px;              /* 📌 MÁS PEQUEÑAS */
  box-shadow: 0 6px 16px rgba(0,0,0,0.07);
  border-left: 4px solid #00b860;
}

#ic-benefits3-wrap .ic-benefits3-title {
  font-size: 16px;           /* tamaño reducido */
  font-weight: 700;
  color: #00a355;
  margin-bottom: 6px;
}

#ic-benefits3-wrap .ic-benefits3-text {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

/* ==============================
   MARCADORES
   ============================== */
#ic-benefits3-wrap .ic-benefits3-marker {
  width: 12px;
  height: 12px;
  background: #00b860;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 18px;
}

/* ==============================
   COLUMNAS IZQ / DER
   ============================== */
#ic-benefits3-left-col,
#ic-benefits3-right-col {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

#ic-benefits3-left-col .ic-benefits3-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 12px;
}

#ic-benefits3-right-col .ic-benefits3-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* ==============================
   📌 IMAGEN CENTRAL MUCHO MÁS GRANDE
   ============================== */
#ic-benefits3-phone-wrapper {
  display: flex;
  justify-content: center;
}

#ic-benefits3-phone {
  height: 760px;     /* 📌 MÁS GRANDE */
  width: auto;
  object-fit: contain;
}

/* ==============================
   RESPONSIVE
   ============================== */
@media (max-width: 1024px) {
  #ic-benefits3-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "title title"
      "left  phone"
      "right phone";
  }

  #ic-benefits3-phone {
    height: 600px;
  }
}

@media (max-width: 768px) {
  #ic-benefits3-wrap {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "phone"
      "left"
      "right";
    gap: 40px;
  }

  #ic-benefits3-phone {
    height: 420px;
  }

  #ic-benefits3-left-col,
  #ic-benefits3-right-col {
    align-items: center;
  }

  #ic-benefits3-wrap .ic-benefits3-card {
    width: 100%;
    max-width: 300px;
  }

  #ic-benefits3-wrap .ic-benefits3-marker {
    margin: 0 auto;
  }
}


/* Banner Inicial Case Study Zoho */
.section-banner-inicial-analytics{
    width: calc(100%) - 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 60px;
    margin-bottom: 40px;
    border-radius: 20px;
}
.container-banner-inicial-analytics{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    background-image: url("/assets/images/solutions-analytics/z-analytics.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.container-banner-inicial-analytics p {
    color: black;
}
.img-banner-incial-analytics{
    margin-top: 40px; 
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}
.title-banner-incial-analytics{
    width: 800px;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 15px;
    color: white;
}
.text-banner-incial-analytics{
    width: 1000px;
    font-size: 20px;
    color:white;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 1000px) {
    .section-banner-inicial-analytics{
        width: calc(100%) - 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
        border-radius: 20px;
    }
    .title-banner-incial-analytics{
        width: 90%;
        font-size: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .text-banner-incial-analytics{
        width: 90%;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
}



#container-conecta-zoho-analytics{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
#container-texts-conecta-zoho-analytics{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}
#seccion-right-gartner-content{
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
}
#seccion-right-gartner-title{
    font-size: 40px;
    
}
#seccion-right-gartner-content p{
 text-align: center;
}
#seccion-right-gartner-content a span{
 color: var(--tj-color-theme-primary);
 text-decoration:underline;
}

#title-section-conecta-zoho-analytics{
    font-size: 28px;
    font-weight: 500;
    width: 85%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#text-section-conecta-zoho-analytics{
    text-align: start;
     width: 80%;
     justify-content: center;
    align-items: center;
}
/*TAMI*/
.tami-box-container{
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}


/* === Contenedor general del video === */
.home-what-is-interconnecta-ai-video-container {
		width: 80%;
		height: 400px;
        margin-top: 20px;
        margin-bottom: 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: 80%;
			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;
			}

	}

.home-what-is-interconnecta-ai-video-container-caption-container{
  display: flex;
	flex-direction: row;
	align-items:center;
	justify-content: end;
}

/*REAL DASHBOARDS SECTION*/
#section-dashboards{
  justify-items: center;
}
#section-dashboards-container-cards{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
#dashboards-container-cards{
  width: auto;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#section-dashboards-cards{
  width: 380px;
  height: auto;
  margin-right: 5px;
  margin-left: 5px;
}
#container-text-and-btn-card{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#section-dashboards-cards-title{
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
#section-dashboards-cards-text-btn{
  color: var(--tj-color-theme-primary);
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  text-align: center;
}

#text-section-dashboard{
  text-align: start;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top:10px ;
  margin-bottom: 15px;
  margin-left: 15px;
}
