@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #494948;
  position: relative;
  font-size: 16px;
}

.Page-header {
  display: none !important;
}

.Page-header-drawer {
  display: none !important;
}

.Page-footer {
  display: none !important;
}

.Page-top {
  padding-bottom: 0 !important;
}
.padSeg {
  padding: 0 10px;
}

@media screen and (min-width: 370px) {
  .padSeg {
    padding: 0 20px;
  }
}

@media screen and (min-width: 750px) {
  .padSeg {
    padding: 0 25px;
  }
}

@media (min-width: 751px) and (max-width: 996px){
.body__img {
    width: 100%;
}
}
.body__img {
    width: 90%;
    display: block;
    margin: 0 auto;
    max-height: 411px;
    max-width: 1024px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: Roboto;
  font-weight: normal;
  color: #606060;
  line-height: 26px;
  font-size: 16px;
}

.linerH {
  background-image: url(https://tvazteca.brightspotcdn.com/cf/52/486f79c04eb087edc74ae9044c69/liner-desk.svg);
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 680px) {
  .linerH {
    background-image: url(https://tvazteca.brightspotcdn.com/cf/52/486f79c04eb087edc74ae9044c69/liner-desk.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
  }
}

.menuIco {
  display: none;
  background-image: url(https://tvazteca.brightspotcdn.com/e0/6c/c52a48f740f3ada85202e8811dd8/nav-mov.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-left: 15px;
}

.regresarIco {
  display: none;
  background-image: url(https://tvazteca.brightspotcdn.com/45/2a/675a312d4ddcb23a34f12ded8700/regresarico.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-left: 15px;
}

@media screen and (min-width: 680px) {
  .regresarIco {
    display: none;
  }
}

.icoAct {
  display: block;
}

@media screen and (min-width: 680px) {
  .icoAct {
    display: none;
  }
}

.menu__conten {
  transform: translateX(-100%);
  transition: .3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  background-color: #202427;
  z-index: 100;
}

.menu__Act {
  transform: translateX(0);
  transition: .3s;
}

.menu__close {
  width: 25px;
  height: 25px;
  background-image: url(https://tvazteca.brightspotcdn.com/7c/96/38e2cf8a421d9fe10859c6d8e908/closeico.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
  position: relative;
  left: 85%;
  margin-top: 15px;
}

.menu__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.menu__btn {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}

.menu__homeIco {
  background-image: url(https://tvazteca.brightspotcdn.com/16/03/6ad691064e68b006d05f8524a9e8/homeico.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
  width: 25px;
  height: 25px;
}

.header__conten {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (min-width: 680px) {
  .header__conten {
    margin-top: 30px;
  }
}

@media screen and (min-width: 950px) {
  .header__conten {
    margin-top: 50px;
  }
}

.header__conten .swiper-button-next {
  top: 80%;
  font-size: 0;
  width: 45px;
  height: 45px;
  background-image: url(https://tvazteca.brightspotcdn.com/55/37/0cb216684febbb96256bdac13844/icoslidernext.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: rotate(180deg);
}

@media screen and (min-width: 680px) {
  .header__conten .swiper-button-next {
    top: 50%;
  }
}

.header__conten .swiper-button-next::after {
  content: '';
}

.header__conten .swiper-button-next:hover {
  background-color: white;
}

.header__conten .swiper-button-prev {
  top: 80%;
  font-size: 0;
  width: 45px;
  height: 45px;
  background-image: url(https://tvazteca.brightspotcdn.com/55/37/0cb216684febbb96256bdac13844/icoslidernext.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

@media screen and (min-width: 680px) {
  .header__conten .swiper-button-prev {
    top: 50%;
  }
}

.header__conten .swiper-button-prev::after {
  content: '';
}

.header__conten .swiper-button-prev:hover {
  background-color: white;
}

.header__imgMov {
  display: block !important;
}

@media screen and (min-width: 680px) {
  .header__imgMov {
    display: none !important;
  }
}

.header__imgDesk {
  display: none !important;
}

@media screen and (min-width: 680px) {
  .header__imgDesk {
    display: block !important;
    border-radius: 10px;
  }
}

.title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 60px;
    color: white;
    line-height: 30px;
    background: #f90e41;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 4px;
}

@media screen and (min-width: 600px) {
  .title {
    font-size: 35px;
    line-height: 50px;
    width: 600px;
    margin: 45px auto 60px;
  }
}

.component__conten {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}

.cards__conten {
  padding-left: 15px;
}

.cards__conten .swiper-wrapper {
  padding-bottom: 30px;
}

.cards__conten .swiper-slide {
  margin-right: 30px;
  box-shadow: rgba(77, 105, 249, 0.15) 0px 5px 15px 0px;
  border: 1px solid rgba(77, 105, 249, 0.07);
  border-radius: 7px;
}

.card__item {
  width: 100%;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  height: 500px;
}

.card__imgConten {
  overflow: hidden;
  width: 100%;
  border-radius: 7px;
}

.card__text {
  margin-top: 20px;
}

.card__title {
  font-family: Poppins;
  font-weight: 600;
  color: #202427;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  min-height: 35px;
}

.line1 {
    border: 2px solid #753cbe;
    width: 30%;
}

.line2 {
    border: 2px solid #fdc526;
    width: 30%;
}

.line3 {
    border: 2px solid #00b656;
    width: 30%;
}

.line4 {
    border: 2px solid #0a71cf;
    width: 30%;
}

.card__data {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  color: #848383;
  text-align: left;
  margin-top: 10px;
}

.charlas__conten {
  width: 100%;
  background-color: #2d2c2c;
  padding-top: 100px;
  position: relative;
}

.charlas__bg {
  /*background-image: url(../img/imgs/art1.svg);*/
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 200px;
  height: 190px;
  position: absolute;
  top: 0;
  left: 0;
}

.charlas__bg2 {
  /*background-image: url(../img/imgs/art1.svg);*/
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 200px;
  height: 190px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

@media screen and (min-width: 600px) {
  .charlas__bg2 {
    bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  .charlas__bg2 {
    bottom: 210px;
  }
}

@media screen and (min-width: 1400px) {
  .charlas__bg2 {
    bottom: 0;
  }
}

@media screen and (min-width: 300px) {
  .charlas__header {
    padding: 20px;
  }
}

@media screen and (min-width: 600px) {
  .charlas__header {
    padding: 25px;
  }
}

@media screen and (min-width: 950px) {
  .charlas__header {
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 45px;
  }
}

.charlas__titleProv {
    font-size: 25px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 35px;
    color: #fdc526;
    margin-bottom: 10px;
}

.charlas__titleLink {
  font-size: 25px;
  font-family: Poppins;
  font-weight: 600;
  line-height: 35px;
  color: #2d2c2c;
  margin: 30px 0 40px; 
  text-align: center;
}
  .charlas__titleLink a{     
    font-size: 25px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 35px;
    color: #fdc526;
    text-decoration: underline;
  }
  .charlas__titleLink a:hover{ color: #202427; }

.charlas__title {
  font-size: 34px;
  color: #ffffff;
  font-family: Poppins;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 45px;
}

.charlas__body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (min-width: 680px) {
  .charlas__body {
    flex-direction: row;
    justify-content: space-around;
  }
}

.charlas__item {
  display: flex;
  margin-bottom: 25px;
  width: 100%;
  position: relative;
  text-decoration: none;
  margin: 10px;
}

@media screen and (min-width: 800px) {
  .charlas__item {
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 840px) {
  .charlas__item {
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1000px) {
  .charlas__item {
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-bottom: 0;
  }
}

.charlas__imgConten {
  width: 145px;
  min-width: 145px;
  height: 145px;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 800px) {
  .charlas__imgConten {
    width: 100%;
    height: 100%;
    margin-right: 25px;
  }
}

.charlas__img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -10;
  background-color: #202427;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 80%, black 100%);
}

.charlas__data {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
}

@media screen and (min-width: 840px) {
  .charlas__data {
    position: absolute;
    left: 0;
    bottom: 5px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 280px;
    padding: 0 6px;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 82px;
    width: 100%;
    z-index: 20;
    margin-bottom: 10px;
    padding: 0 5px;
  }
}

.charlas__media {
  width: 64%;
  display: flex;
  align-items: center;
  margin-right: auto;
}

/*.charlas__green {
  background-color: #37C82B;
}*/

.charlas__purple {
  background-color: #820AF8;
}

.charlas__pink {
  background-color: #FE11BE;
}

.charlas__calendar {
  background-image: url(https://tvazteca.brightspotcdn.com/b9/b5/cdfe629442dfb715172fa70a1772/calendar.svg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.charlas__play {
  background-image: url(https://tvazteca.brightspotcdn.com/66/b8/979a40b64ab19558956b649069d6/play.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.charlas__day {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 10px;
}

@media screen and (min-width: 840px) {
  .charlas__day {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

@media screen and (min-width: 1000px) {
  .charlas__day {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .charlas__day {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}

.charlas__month {
  font-size: 12px;
  font-family: Poppins;
  font-weight: 600;
  color: #37C82B;
  line-height: 15px;
  text-decoration: none;
  position: relative;
}

.charlas__text {
  width: 100%;
}

.charlas__textCalendar {
  text-decoration: none;
  color: #ffffff;
}

.charlas__textVideo {
  color: #ffffff;
  text-decoration: underline;
}

.charlas__name {
  font-size: 8px;
  font-family: Poppins;
  font-weight: 600;
  color: #D1D1D1;
  line-height: 10px;
  text-decoration: none;
}

.charlas__conferenceTitle {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
  text-decoration: none;
}

@media screen and (min-width: 840px) {
  .charlas__conferenceTitle {
    font-size: 14px;
    line-height: 19px;
  }
}

@media screen and (min-width: 840px) {
  .charlas__conferenceTitle {
    font-size: 14px;
    line-height: 19px;
  }
}

@media screen and (min-width: 840px) {
  .charlas__conferenceTitle {
    font-size: 16px;
    line-height: 24px;
    width: 90%;
    margin-bottom: 5px;
  }
}

.cuentanos__conten {
  min-height: 450px;
  position: relative;
}

.cuentanos__bg {
  background-image: url(../img/cuentanos/art2.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
  position: absolute;
  z-index: -30;
}

@media screen and (min-width: 1200px) {
  .cuentanos__bg {
    background-image: url(../img/cuentanos/artCuentanos_desk.svg);
  }
}

.cuentanos__text {
  padding-top: 100px;
}

@media screen and (min-width: 680px) {
  .cuentanos__text {
    max-width: 600px;
    margin: 0 auto 0;
  }
}

.cuentanos__ico {
  width: 34px;
  height: 39px;
  margin: 0 auto;
  display: block;
  background-image: url(../img/cuentanos/icoCuentanos.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95%;
  margin-bottom: 45px;
}

.cuentanos__title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  color: #202427;
  text-align: center;
  line-height: 30px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 35px;
}

@media screen and (min-width: 680px) {
  .cuentanos__title {
    font-size: 24px;
    line-height: 36px;
    width: 100%;
  }
}

.cuentanos__btn {
  display: block;
  width: 280px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #820AF8;
  border-radius: 40px;
  margin: 0 auto;
  margin-bottom: 60px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
}

.footer__conten {
  background: #1a1a1a;
  text-align: center;
  padding: 25px 0;
}

.footer__year {
  color: #ffffff;
  font-size: 12px;
}

@media screen and (min-width: 450px) {
  .footer__year {
    font-size: 15px;
  }
}

.footer__line {
  display: inline-block;
  margin: 0 2px;
}

@media screen and (min-width: 450px) {
  .footer__line {
    display: inline-block;
    margin: 0 5px;
  }
}

.footer__aviso {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
}

@media screen and (min-width: 450px) {
  .footer__aviso {
    display: inline-block;
    font-size: 15px;
  }
}
/*# sourceMappingURL=styles.css.map */