/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:wght@100;300;400;500;700&display=swap");
/* Icons */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css");
/* Base */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  line-height: 1.5;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  position: relative;
}
body.block {
  overflow: hidden;
}

section {
  padding: 30px 0;
}
@media (max-width: 40em) {
  section {
    padding: 30px 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: unset;
}

p {
  color: #57575a;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  line-height: 1.5;
}
@media (max-width: 40em) {
  p {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}

ul {
  list-style-position: outside;
  padding-inline-start: 30px;
  margin-top: 20px;
}
ul li {
  color: #57575a;
  line-height: 1.5;
}
ul li a {
  color: #57575a;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  text-decoration: none;
  line-height: 1.5;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .container {
    width: calc(100% - 64px);
  }
}
@media (max-width: 40em) {
  .container {
    width: calc(100% - 32px);
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  position: relative;
}

.col--1 {
  width: calc(100% / $i);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .col--1 {
    width: 100%;
  }
}

.col--2 {
  width: calc(100% / $i);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .col--2 {
    width: 100%;
  }
}

.col--3 {
  width: calc(100% / $i);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .col--3 {
    width: 100%;
  }
}

.col--4 {
  width: calc(100% / $i);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .col--4 {
    width: 100%;
  }
}

.col--5 {
  width: calc(100% / $i);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .col--5 {
    width: 100%;
  }
}

.col--6 {
  width: calc(100% / $i);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .col--6 {
    width: 100%;
  }
}

.col--7 {
  width: calc(100% / $i);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .col--7 {
    width: 100%;
  }
}

.col--8 {
  width: calc(100% / $i);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .col--8 {
    width: 100%;
  }
}

.col--9 {
  width: calc(100% / $i);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .col--9 {
    width: 100%;
  }
}

.col--10 {
  width: calc(100% / $i);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .col--10 {
    width: 100%;
  }
}

.col--11 {
  width: calc(100% / $i);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .col--11 {
    width: 100%;
  }
}

.col--12 {
  width: calc(100% / $i);
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .col--12 {
    width: 100%;
  }
}

.line {
  border: none;
  border-top: 1px solid;
  margin-top: 32px;
}

.description {
  color: #57575a;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  text-align: justify;
}
.description p {
  color: #57575a;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  text-align: justify;
}
.description p + p {
  margin-top: 16px;
}
.description a {
  color: #40c057;
}

.card, .card--min, .card--principal, .card--white {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  flex: 1;
}
.card__img {
  display: block;
  width: 100%;
  height: 180px;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
}
.card__img img {
  display: block;
  width: 100%;
  object-position: center;
  object-fit: cover;
  color: #FFF;
  height: 100%;
}
.card__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  padding: 0 8px;
}
.card__title {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  text-decoration: none;
}
.card__description {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card--white .card__content .date {
  color: #FFF;
}
.card--white .card__title {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card--principal {
  text-decoration: none;
}
.card--principal .card__title {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  display: block;
  margin-bottom: 16px;
}
.card--principal .card__img {
  display: block;
  width: 713px;
  height: 428px;
}
.card--principal ~ .group--card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.card--min {
  max-width: 184px;
}
.card--min .card__img {
  height: 144px;
}
.card--min .card__content {
  min-height: 140px;
}
.card--min .card__title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.card--min .date {
  color: #57575a;
}
@media (max-width: 768px) {
  .card--principal {
    flex: unset;
  }
  .card--principal .card__img {
    width: 100%;
  }
  .card--min {
    max-width: unset;
  }
  .card--min .card__content {
    min-height: unset;
  }
}
@media (max-width: 40em) {
  .card__img {
    height: 96px;
  }
  .card__title {
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .card--principal ~ .group--card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .card--principal ~ .group--card .card__title {
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}

.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs--home {
  display: block;
  width: 24px;
}
.breadcrumbs--home img {
  display: block;
  width: 100%;
}
.breadcrumbs--category {
  display: block;
}
.breadcrumbs--single {
  color: #6B6B6B;
  font-size: 13px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}
.breadcrumbs--arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 16px;
  width: 16px;
}
.breadcrumbs--arrow i {
  font-size: 12px;
  font-weight: bold;
}

.btn__rrss, .btn__rrss--ig, .btn__rrss--ytb, .btn__rrss--fb, .btn__rrss--twt {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  gap: 8px;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  width: fit-content;
}
.btn__rrss i, .btn__rrss--ig i, .btn__rrss--ytb i, .btn__rrss--fb i, .btn__rrss--twt i {
  font-size: 24px;
}
.btn__rrss--twt {
  background-color: #000;
}
.btn__rrss--fb {
  background-color: #3B5998;
}
.btn__rrss--ytb {
  background-color: #C4302B;
}
.btn__rrss--ig {
  background-color: #C71BA5;
}

header {
  background-color: #FFF;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 9999;
}
header .container {
  flex-direction: unset;
  align-items: center;
}

.logo {
  display: block;
  width: 240px;
}
.logo img {
  display: block;
  width: 100%;
}

.rrss {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.rrss a {
  color: #40c057;
  font-size: 24px;
  display: block;
}

.title {
  color: #57575a;
  font-size: 28px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  margin: 20px 0;
}
.hero__text {
  color: #57575a;
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  flex: 1;
}
.hero__videos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.hero__videos iframe {
  display: block;
  width: 550px;
  height: 320px;
  flex: unset;
}
@media (max-width: 40em) {
  .hero__videos {
    flex-direction: column;
  }
  .hero__videos iframe {
    display: block;
    width: 350px;
    height: 200px;
  }
}

.subtitle {
  color: #57575a;
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
}

.article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.article a {
  color: #40c057;
  word-wrap: break-word;
  width: 100%;
}
.article iframe {
  display: block;
  width: 650px;
  height: 500px;
}
@media (max-width: 40em) {
  .article iframe {
    display: block;
    width: 350px;
    height: 400px;
  }
}

.title--heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.title--heading h2 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}
@media (max-width: 40em) {
  .title--heading h2 {
    font-size: 28px;
  }
}
.title--heading h4 {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}
.title--error {
  display: block;
  color: #858585;
}

.page__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.page__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.page__description {
  flex: 1;
  width: 100%;
}
.page__description p + p {
  margin-top: 20px;
}
.page__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5D5FEF;
  font-size: 19px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  gap: 8px;
  text-decoration: none;
}
.page__link i {
  font-size: 14px;
}
.page__img, .page__img--somos {
  border-radius: 16px;
  flex: 1;
  overflow: hidden;
  display: block;
  width: 100%;
}
.page__img img, .page__img--somos img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.page__img--somos img {
  display: block;
  width: 351px;
}
@media (max-width: 40em) {
  .page__img--somos img {
    display: block;
    width: 264px;
  }
}
.page__rrss {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.page__rrss .btn__rrss {
  width: fit-content;
}
.page__rrss .btn__rrss i {
  color: #FFF;
}
.page--blue {
  background-color: #140036;
}
@media (max-width: 768px) {
  .page__content {
    align-items: center;
    flex-direction: column;
    gap: 32px;
  }
  .page__content.programacion {
    flex-direction: column-reverse;
  }
}

.team {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.team h5 {
  color: #6B6B6B;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.team h4 {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

.group--team {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
}
@media (max-width: 40em) {
  .group--team {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.live__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.live__head .title--heading h2 {
  color: #FFF;
}
@media (max-width: 40em) {
  .live__head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }
}
.live__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.live__frame {
  display: block;
  width: 100%;
}
.live__frame img {
  display: block;
  width: 100%;
}
