@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  overflow-x: hidden;
}

.rectangle_condovive {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;

  background-image: linear-gradient(
    -30deg,
    transparent 40%,
    transparent 0%,
    #1b69c9 15% 100%
  );
}
.container_portada {
  display: flex;
  gap: 40px;
}
.container_data {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.etiqueta_condovive {
  display: flex;
  padding: 4px 21px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 11px;
  background: rgba(213, 198, 255, 0.26);
  backdrop-filter: blur(3.799999952316284px);
}
.img_data{ 
  border-radius: 10px;
}
.etiqueta {
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
  letter-spacing: -0.154px;
  text-transform: uppercase;
}
.title_data {
  width: 365px;
  color: #fff;
  font-family: "Roboto Flex";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px; /* 110% */
  letter-spacing: -0.55px;
}
.demo_condovive {
  background: #198754;
}
.demo_condovive:hover {
  background: #56db9d;
}
.container_items {
  margin: 150px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.text_title_items {
  color: #3d3c3c;
  text-align: center;
  font-family: "Roboto Flex";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  width: 600px;
}
.container_data_items {
  display: flex;
  gap: 40px;
}
.items2 {
  display: flex;
  width: 189px;
  height: 120px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.description_items {
  color: #212529;
  text-align: center;
  font-family: "Roboto Flex";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.comunicacion_condovive {
  margin: 150px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.container_comunicacion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.title_comunicacion {
  width: 332px;
  color: #000;
  font-family: "Roboto Flex";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 93.333% */
  letter-spacing: -0.33px;
}
.description_comunicacion {
  width: 323px;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: -0.22px;
}
.container_items_comunicacion {
  display: flex;
  width: 375px;
  padding: 20px 290px 20px 16px;
  align-items: center;
  border-radius: 10px;
  background: #f0f1f2;
}
.container_items_comunicacion:hover {
  background: #c2dbfe;
}
::-webkit-scrollbar {
  width: 5px; /* Ancho de la barra de desplazamiento */
}
::-webkit-scrollbar-thumb {
  background: #c0c0c0;
}

@media (max-width: 1024px) {
  .container_portada {
    padding-top: 150px;
    flex-direction: column;
  }
  .container_data {
    align-items: center;
    text-align: center;
  }
  .container_data_items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .img_data {
    width: 500px;
    
  }
  .comunicacion_condovive {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .container_data_items {
    flex-wrap: wrap;
  }
  .demo_condovive {
    width: 200px;
    align-items: center;
  }
  .container_portada {
    width: 100%;
    margin-top: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .comunicacion_condovive {
    flex-direction: column;
  }
  .img_comunicacion {
    width: 350px;
  }
}
@media (max-width: 480px) {
  .demo_condovive {
    width: 180px;
    border-radius: 15px;
  }
  .container_portada {
    width: 100%;

    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .container_data {
    align-items: center;
  }
  .img_data {
    width: 350px;
  }
  .container_data_items {
    flex-direction: column;
  }
  .text_title_items {
    width: 350px;
  }
  .comunicacion_condovive {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .container_items_comunicacion {
    width: 350px;
  }
  .img_comunicacion {
    width: 350px;
  }
  .title_comunicacion {
    text-align: center;
  }
}
