.lltac {
}

.lltac__hero {
  background: #000;
  padding: 50px 0 80px;
}

.lltac__hero .container {
  position: relative;
  aspect-ratio: 16 / 9;
  max-width: 1000px;
}

.lltac__hero h4 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 20px;
}

.lltac__hero video {
  width: 100%;
  height: 100%;
  inset: 0;
}

@media screen and (min-width: 900px) {
  .lltac__hero h4 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin: 0 0 40px;
  }
}

.lltac-believers {
  background: url("/wp-content/themes/tpusa/assets/img/lltac/believers/bg.jpg")
    no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.lltac-believers__logo {
  display: flex;
  justify-content: center;
}

.lltac-believers__logo img {
  display: block;
  width: 100%;
  max-width: 920px;
  margin: 0;
}

.lltac-believers__text {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  max-width: 546px;
  margin: 30px auto 60px;
}

@media screen and (min-width: 900px) {
  .lltac-believers__text {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    max-width: 546px;
    margin: 0 auto 60px;
  }
}

.lltac-believers__images {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 100px;
  gap: 45px;
}

.lltac-believers__images img {
  display: block;
  margin: 0 auto;
}

/**
 Donarte
 **/
.lltac__donate {
  background: #000
    url("/wp-content/themes/tpusa/assets/img/lltac/donate/bg-mobile.jpg") center
    12% no-repeat;
  background-size: contain;
  padding: 28px 0 78px 0;
}

.lltac__donate iframe {
  height: 1460px;
}

@media screen and (min-width: 900px) {
  .lltac__donate iframe {
    height: 1390px;
  }

  .lltac__donate {
    background: #000
      url("/wp-content/themes/tpusa/assets/img/lltac/donate/bg.jpg") center
      center no-repeat;
    background-size: cover;
    padding: 137px 0 78px 0;
  }
}

.lltac__donate__row {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 0 136px;
}

.lltac__donate__row a {
  background: #c32b4b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  margin: 10px 0 0;
}

@media screen and (min-width: 900px) {
  .lltac__donate__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 0 156px;
  }
}

.lltac__donate__row div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lltac__donate__title {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
  max-width: 408px;
  margin: 0 0 10px;
}

.lltac__donate__row a {
  margin: 0 0 430px;
}

@media screen and (min-width: 900px) {
  .lltac__donate__row a {
    margin: 0;
  }
  .lltac__donate__row div:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}

@media screen and (min-width: 900px) {
  .lltac__donate__title {
    margin: 0 0 10px;
  }
}

.lltac__donate__logos-mobile {
  display: block;
  margin: 0 auto;
}

.lltac__donate__logos-desktop {
  display: none;
  margin: 0 auto;
}

@media screen and (min-width: 900px) {
  .lltac__donate__logos-mobile {
    display: none;
  }

  .lltac__donate__logos-desktop {
    display: block;
  }
}

.lltac__cast {
  background: url("/wp-content/themes/tpusa/assets/img/lltac/bg-cast.jpg")
    center center no-repeat;
  background-size: cover;
  padding: 59px 0 81px 0;
}

.lltac__cast__title {
  text-align: center;
  color: #fff;
  font-size: 80px;
  margin-bottom: 40px;
}

.lltac__cast__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 57px;
}

@media screen and (min-width: 700px) {
  .lltac__cast__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1000px) {
  .lltac__cast__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lltac__cast__item {
  display: grid;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  gap: 18px;
}

.lltac__cast__item__avatar {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  overflow: hidden;
  /* padding: 5px; */
  /* border: 3px solid rgb(206, 18, 63); */
  /* box-shadow: 0px 0px 10px 0px rgba(206, 18, 63, 0.5); */
  margin: auto;
}

@media screen and (min-width: 1000px) {
  .lltac__cast__item__avatar {
    width: 183px;
    height: 183px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
  }
}

.lltac__cast__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
