@import "fonts.css";

.text-video {
  padding: 2rem 0;
}

.text-video__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

.text-video__inner .text h2 {
  font-size: 1.5rem;
  color: var(--brand-azul);
  max-width: 500px;
  margin: 0 auto;
}

.text-video__inner .video {
  width: 100%;
  max-width: 550px;
  aspect-ratio: 550 / 460;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  display: block;
  margin: 0 auto;
}

.text-video__inner .video iframe {
  width: 100%;
  height: 100%;
}

.impacto-texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ias {
  font-size: 19px;
  text-decoration: underline;
  padding-left: 0;
}

@media (min-width: 768px) {
  .text-video__inner.left {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .text-video__inner .text {
    flex: 1;
    max-width: 500px;
  }

  .text-video__inner .video {
    flex: 1;
    display: flex;
    justify-content: center;
  }


  .impacto-texto h2 {
    order: 1; 
  }

  .impacto-texto .pt-1 {
    order: 2; 
  }

  .impacto-texto img.icon_middle {
    order: 3; 
    margin-top: 1rem;
    max-width: 120px;
  }

   .ias {
    padding-right: 10rem; 
   }
  
}
