@import url('https://fonts.googleapis.com/css2?family=Exo:wght@400;500;600;700;900&display=swap');

h1.principalTitle {
  margin-top: 30px !important;
  margin-bottom: 25px !important;
  font-size: 64px !important;
  font-weight: 600 !important;
  -webkit-transform: translateZ(-1100px);
  transform: translateZ(-1100px);
  opacity: 0;
  color: #2fbdba !important;
}

.slide-out-bck-center {
  -webkit-animation: slide-out-bck-center 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-bck-center 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes slide-out-bck-center {
  0% {
    -webkit-transform: translateZ(-1100px);
    transform: translateZ(-1100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes slide-out-bck-center {
  0% {
    -webkit-transform: translateZ(-1100px);
    transform: translateZ(-1100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.imgSoporteEvento {
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
  opacity: 0;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.third {
  padding: 25px 0;
  overflow: hidden;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

body,
.eventos {
  background-color: #f8f6ea;
}

.first,
.second,
.third,
.fourth,
.content-calendario-eventos {
  max-width: 1224px;
  margin: 0 auto 60px auto;
}

.content-eventos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  row-gap: 92px;
  max-width: 920px;
  margin: 0px auto 63px;
}

.secondaryTitle {
  text-align: center;
  margin: 80px auto 20px auto;
  color: #009490;
  font-size: 25px;
}

.subTitle {
  font-family: 'Lato';
  font-size: 21px;
  font-weight: 500;
  color: #3763ae;
}

.cardEventos {
  min-height: 272px;
  border-radius: 8px;
  background: linear-gradient(to bottom right, rgba(47, 189, 186, 1), rgba(55, 99, 174, 1));
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  font-family: 'Lato';
  color: rgba(248, 246, 234, 1);
  text-align: center;
}

.number {
  font-size: 84px;
  font-weight: 700;
  line-height: 100.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.titleCard {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  margin-top: 24px;
}

.containerDescription {
  display: flex;
}

.containerList {
  background: linear-gradient(to bottom right, rgba(47, 189, 186, 1), rgba(55, 99, 174, 1));
  padding: 20px 83px 0 65px;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 8px 0;
  width: 66%;
}

.containerList h4 {
  color: #fff;
  margin-left: -28px;
  margin-bottom: 50px;
  font-size: 18px;
}

.listDescriptionsEventos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 61px;
  flex: 1;
}

.textEventos {
  font-family: 'Lato';
  display: grid;
  grid-template-rows: calc(15% + 20px) 35% 35%;
}

.textEventos h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #f1f0dd;
  position: relative;
}

.textEventos h3:after {
  content: '';
  position: absolute;
  width: 9px;
  min-height: 43px;
  left: -28px;
  top: 0;
  background: #f1f0dd;
}

.textEventos p {
  font-size: 16px;
  color: #fff;
}

.footerList {
  background-color: #2665b5;
  background-image: url(https://panel.cronista.com/files/image/1042/1042626/6772c602d0662.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 24px;
  font-weight: 500;
  border-top: 3px solid rgb(248, 246, 234);
  border-radius: 8px;
  text-decoration: none;
  grid-column: span 5;
  position: relative;
  z-index: 1;
}

.footerList:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(35 92 165 / 77%);
  z-index: 1;
}

.footerList h3 {
  color: #2fbdba;
  position: relative;
  z-index: 2;
}

.listSoportes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.cobretura__item img {
  width: 100%;
  height: auto;
}

.listSoportes div {
  text-align: center;
  position: relative;
}

.listSoportes div:first-child div:first-child {
  text-align: left;
  top: 10px;
}

.listSoportes div:first-child div:nth-of-type(2) {
  text-align: right;
  bottom: 32px;
}

.listSoportes div:nth-of-type(2) div:first-child {
  text-align: right;
  left: -43px;
  bottom: -28%;
}

.listSoportes div:nth-of-type(2) div:nth-of-type(2) {
  text-align: right;
  left: 93px;
  bottom: -25px;
}

.btnFormat {
  background-color: #009490;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  font-family: 'Bitter';
}

.listBeneficiosEventos {
  display: flex;
  justify-content: center;
  max-width: 1120px;
  margin: 0 auto;
}

.listBeneficiosEventos h3 {
  font-size: 36px;
  font-weight: 600;
  color: #009490;
  margin-bottom: 25px;
  height: 80px;
}

.listBeneficiosEventos ul {
  list-style: disc;
  font-family: 'Lato';
  font-size: 16px;
  padding-left: 10px;
}

.listBeneficiosEventos ul li {
  margin-bottom: 10px;
}

.columnEventos {
  width: calc(50% - 30px);
  margin-right: 30px;
}

.content-calendario-eventos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 25px auto;
}

.cardCalendarioEventos {
  min-height: 190px;
  height: auto;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
}

.cardCalendarioEventos:hover {
  box-shadow: 1px 6px 9px -3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 6px 9px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 6px 9px -3px rgba(0, 0, 0, 0.75);
}

.cardCalendarioEventos a {
  text-decoration: none;
  color: #000;
  font-family: 'Exo', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 27px;
}

.titleEncuentro {
  font-size: 36px;
  color: #009490;
  text-align: center;
  margin: 10px auto 20px auto;
}
.onlyMobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .onlyMobile {
    display: block;
  }
  .titleCard {
    font-size: 15px;
    color: #3763ae;
    margin: 0;
    font-weight: 700;
  }
  .content-calendario-eventos {
    padding: 0 10px;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .cardCalendarioEventos {
    padding: 0px;
  }

  .cardCalendarioEventos h3 {
    padding: 0 10px;
  }

  .cardCalendarioEventos a {
    font-size: 19px;
    line-height: 22px;
  }

  .first,
  .second,
  .third,
  .fourth {
    max-width: 1224px;
    margin: 20px auto;
    padding: 10px;
  }

  h1.principalTitle {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 32px !important;
    opacity: 1;
  }

  .subTitle {
    font-size: 18px;
  }

  .content-eventos {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    row-gap: 16px;
    margin: 0 auto;
  }

  .imgEventos {
    max-width: 100%;
    height: auto;
    margin: 12px auto;
  }

  .containerList,
  .listDescriptionsEventos,
  .textEventos,
  .listSoportes,
  .listBeneficiosEventos,
  .containerDescription {
    display: block;
    padding: 0px;
  }

  .containerList {
    padding: 10px;
  }

  .textEventos {
    margin-bottom: 20px;
  }

  .containerList h4 {
    margin: 20px auto;
  }

  .listSoportes div {
    text-align: center !important;
    position: static;
    margin: 10px auto;
  }

  .listBeneficiosEventos h3 {
    font-size: 26px;
    height: initial;
  }

  .columnEventos {
    width: 100%;
    margin: 10px auto;
  }

  .footerList {
    border: 0;
    border-radius: 0;
    background-size: cover;
    padding: 20px 10px 5px;
    background-position: -40px center;
  }
  .footerList h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 43px;
    padding: 60px 10px 0;
  }
  .listSoportes div {
    padding: 5px 0;
  }

  .containerList {
    width: 100%;
  }

  .cardEventos {
    min-height: initial;
    padding: 5px;
    background: transparent;
  }
  .cardEventos .number {
    margin-top: 0;
    font-size: 48px;
    line-height: 54.8px;
    color: #009490;
  }
  .secondaryTitle {
    margin: 30px auto 20px auto;
    font-size: 36px;
    text-align: left;
    line-height: 43px;
  }
}

@media only screen and (min-width: 720px) and (max-width: 1080px) and (orientation: portrait) {
  .first,
  .second,
  .third,
  .fourth,
  .content-calendario-eventos {
    padding: 0 10px;
  }
  .content-eventos {
    width: initial;
  }
  .containerDescription {
    display: block;
  }
  .imgEventos {
    width: 100%;
    margin: 0 auto;
  }
  .content-eventos {
    grid-template-columns: repeat(2, 1fr);
    max-width: initial;
    margin: 0px auto 63px;
  }

  .containerList {
    width: initial;
  }

  .content-calendario-eventos {
    grid-template-columns: repeat(3, 1fr);
  }

  .listBeneficiosEventos {
    display: block;
  }

  .columnEventos {
    width: 100%;
    margin: 56px auto;
  }

  .listSoportes div {
    text-align: center !important;
    position: static;
    margin: 10px auto;
    padding: 5px 0;
  }

  .imgSoporteEvento {
    max-width: 206px;
    height: auto;
  }
}

@media only screen and (min-width: 720px) and (max-width: 1080px) and (orientation: landscape) {
  .content-calendario-eventos {
    grid-template-columns: repeat(4, 1fr);
  }
  .first,
  .second,
  .third,
  .fourth,
  .content-calendario-eventos {
    padding: 0 20px;
  }

  .textEventos p {
    margin-top: 20px;
  }

  .containerList {
    padding: 20px 30px 0 44px;
  }

  .listSoportes div {
    text-align: center !important;
    position: static;
    margin: 10px auto;
    padding: 5px 0;
  }

  .imgSoporteEvento {
    max-width: 206px;
    height: auto;
  }
}
