body{
       background-color: #fff;
}

.videoBanner{
  height: auto;
}

#videoModal-9, #videoModal-22, #videoModal2-10{
  width: 280px;
  height: auto;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

.noScroll {
    overflow: hidden;
}

.imgImpacto{
    -webkit-transform: translateZ(-1400px) translateY(800px);
    transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
}

.slide-in-fwd-bottom {
    transition: all 0.4s;
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
}

.principalTitle {
    color: var(--primary);
    font-family: Rubik;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 105px;
}

.digital{
   max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.cardBanner .title{
    margin: 15px auto;
}

#container-tradicionales, #container-ritchMedia,#container-cpm-display{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
   /* max-width: 900px;*/
    margin: 50px auto;
    align-items: flex-end;
}

#container-ritchMedia .slideBanner:first-child .btnSwitch, 
#container-ritchMedia .slideBanner:nth-child(2) .btnSwitch{
  display: none;
}

#container-tradicionales{
    margin-bottom: 107px;
}

.cardDigital{
    text-align: center;
    cursor:pointer;
}

.title{
    color: var(--darkgreen);
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.digital .first{
    padding: 50px 0px;
}

.titleFirst {
    text-align: center;
    font-family: Rubik;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color: var(--primary);
    margin-bottom: 15px;
}

.container-impacto{
    display: flex;
}

.second{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 38px;
}

.titleSection{
    font-size: 48px;
    font-weight: 600;
    color:var(--darkgreen);
}

.titleFormat {
    font-size: 18px;
    font-family: "Lato";
    font-weight: 600;
    text-transform: uppercase;
    color: #3763AE;
    margin-bottom: 30px;
}

.column1, .column2{
    width: calc(50% - 20px);
    margin-right: 20px;
}

.column, .column1,
.column2{
    font-family: "Lato";
}

.column h4,
.column1 h4,
.column2 h4 {
    text-transform: uppercase;
}

.container-impacto ul{
    list-style: disc;
    padding-left: 20px;
}

.container-impacto h4{
    font-size: 18px;
    margin-bottom: 10px;
}

.container-impacto ul li{
    font-size: 16px;
    margin-bottom: 5px;
}
.btnGroup{
    display: flex;
    flex-direction: column;
}
.btnFormato {
    background-color: var(--darkgreen);
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    width: 60%;
    margin-bottom: 10px;
}


.btnFormato:first-child{
    margin-right: 10px;
}


.content{
    width: 50%;
}
.content--image{
    background: #fff;
    border-radius: 20px 0 0 0;
    padding: 20px;
}
.content--image img{
    width: 100%;
    height: auto;
    /* max-height: 237px; */
}

.content--text{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 20px;
}


.popup {
    display: none;
    position: fixed;
    z-index: 999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-color: white;
    width: 50%;
    max-width: 630px;
    margin: 50px auto;
    border-radius: 5px;
    padding: 10px 10px 10px 0;
    position: relative;
}

.close {
    color: #000;
    float: right;
    font-size: 45px;
    font-weight: bold;
    cursor: pointer;
    background-color: #F9FD70;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    padding: 4px;
    position: absolute;
    top: 16px;
    right: 14px;
  }

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.cardDigital{
    border: 1px transparent dashed;
    transition: all 0.3s;
}

/*.cardDigital:hover{
    -webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.75);
    border: 1px var(--darkgreen) dashed;
}*/

.modal-text{
    display: flex;
    color:var(--darkgreen);
    margin: 30px auto;
    max-width: 430px;
    padding: 30px 0px;
}

.caracteristicas {
    display: grid;
    align-items: center;
    list-style: none;
}

.caracteristicas:nth-child(2){
  color: #000;
}

.caracteristicas:first-child {
    text-transform: uppercase;
}

.caracteristicas:first-child li {
    font-weight: 600;
}

.caracteristicas li{
    padding: 4px 10px;
    font-family: "Lato";
    font-size: 14px;
}

.modal-header{
    text-align: center;
    color: var(--darkgreen);
}

.modal-header h2{
    color: #FFF;
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    background-color: var(--hover);
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    padding: 5px;
}

video{
    margin-bottom: 10px;
}

.manual{
    background-color: #2FBDBA;
    padding: 10px 20px;
    border-radius: 23px;
    color: #fff;
    font-family: "Lato";
    text-decoration: none;
    font-size: 14px;
    line-height: 60px;
}
.contentBtnManual{
    text-align: center;
    margin: 20px auto;
}

.imgPerson{
    height: auto;
}

@media only screen and (max-width: 600px) {
    
    .digital .first {
        padding: 50px 20px 0px 20px;
    }

    .second{
        display: block;
        margin: 20px 25px 60px 25px;
    }

    .second{
        text-align: center;
    }

    #container-tradicionales,
    #container-ritchMedia,
    #container-cpm-display {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 20px;
        max-width: 900px;
        margin: 50px auto;
    }

    .container-impacto ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    .second img{
        width: 100%;
        height: auto;
        margin: 90px auto;
    }

    .titleSection, .titleFormat {
        text-align: left;
    }

    .titleFirst {
        font-size: 21px;
        text-align: center;
    }

    .principalTitle {
        font-size: 24px;
        margin: 0px auto 30px auto;
        text-align: center;
        height: initial;
        opacity: 1;
    }

    .popup-content {
        width: 95%;
    }

    .second img {
        max-width: 320px;
        margin: 30px auto;
    }

    .columnThird {
        margin: 0 auto 30px auto;
    }

    .titleSection {
        font-size: 30px;
    }

    .titleSection br{
        display: none;
    }

    .btnFormato{
        width: 100%;
        font-size: 14px;
    }
}

@media only screen and (min-width: 720px) and (max-width: 1080px) and (orientation: portrait) {
    .digital .first {
        padding: 50px 20px;
    }
    #container-tradicionales,
    #container-ritchMedia,
    #container-cpm-display {
        grid-template-columns: repeat(2, 1fr);
        
    }
    .imgImpacto {
        max-width: 400px;
        height: auto;
    }
    .second {
        margin-bottom: 110px;
    }
    .titleSection {
        font-size: 45px;
    }
    .titleSection br{
        display: none;
    }
   
 
    .columnThird {
        max-width: initial;
        margin: 0 auto;
    }
    .column-format {
        display: block;
        margin: 25px auto;
    }
    .column-format h5{
        text-align: center;
    }

    .column-format h6{
        text-align: center;
    }
}


@media only screen and (min-width: 720px) and (max-width: 1080px) and (orientation: landscape) {
    .digital .first {
        padding: 50px 40px;
    }
    #container-tradicionales,
    #container-ritchMedia{
        max-width: initial;
    }
    .imgImpacto {
        max-width: 580px;
        height: auto;
    }

}


.cardBanner.is-desktop .desktopChange {
  display: inline;
}

.cardBanner.is-desktop .mobileChange {
  display: none;
}

.cardBanner.is-mobile .desktopChange {
  display: none;
}

.cardBanner.is-mobile .mobileChange {
  display: inline;
}

.btnSwitch, .btnModal{
    border-radius: 50px;
    border: 1px solid var(--darkgreen);
    padding: 15px 20px;
    margin-bottom: 30px;
    background-color: transparent;
}

.btnVideoLink{
    border-radius: 50px;
    padding: 15px 20px;
    margin-bottom: 30px;
    background-color: var(--darkgreen);
    color: #fff;
    display: block;
    max-width: 200px;
    margin: 15px auto;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btnSwitch, .btnModal span{
    color: #000;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.btnSwitch::after {
  content: ">";
  margin-left: 8px;
  font-weight: 700;
}

.phoneMobile{
  display: none;
}


/* solo mobile */
@media (max-width: 768px) {

  .phoneMobile{
    position: relative;
  display: flex;
  margin: 73px auto 30px auto
}

.phoneMobile a{
  position: relative;
  left: -25%;
  top: -50px;
}


.phoneMobile a:first-child{
  left: -23%;
  top: 30px;
  z-index: 2;
}

  #container-tradicionales {
    width: 100%;
  }

  #container-tradicionales .cardBanner {
    padding: 0 10px;
    box-sizing: border-box;
  }

  #container-tradicionales .cardDigital {
    width: 100%;
  }

  #container-tradicionales .videoBannerMobile {
    width: 100%;
    height: auto;
    display: block;
    background-color: #F8F8F8;
  }

  /* slick */
  .slick-slide {
    height: auto;
  }

  .slick-list {
    overflow: hidden;
  }

  .features  .slick-list{
    height: 240px;
  }


  /* dots */
  .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
  }

  .slick-dots li {
    list-style: none;
  }

  .slick-dots button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #ccc;
  }

  .slick-dots .slick-active button {
    background: var(--primary);
  }

  .slick-dots li.slick-active button::before{
     color: var(--primary);
  }

}

.circulos{
  width: 50%;
}

.desktop{
  width: 50%;
}

.sponsor{
    max-width:1440px;
    margin:auto;
    padding:60px 20px;
}

.sponsor h1{
    color: var(--primary);
    font-family: Rubik;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    margin-bottom: 54px;
}

.sponsor .right{
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.sponsor .pink{
    color: var(--hover);
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
    margin-left: 40px;
}

.sponsor .devices{
    display:flex;
    gap:20px;
    align-items:center;
    margin-bottom:20px;
}

.sponsor .caption{
    color: #000;
    font-family: Lato;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 50px;
    margin-left: 50%;
}

.caption span{
    font-weight: 400;
}

.sponsor .countries{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.sponsor .sections{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-bottom:40px;
}

.sponsor .circle{
    width:120px;
    height:120px;
    background:#0c8e8a;
    color:white;
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sponsor .desktop img{
    width: 100%;
    max-width: 985px;
}


.section-ia{
  position:relative;
  width:100%;
  padding:80px 0;
  text-align:center;
  background:#F8F8F8;
  overflow:hidden;
}

.section-ia h1{
    color: var(--primary);
    font-family: Rubik;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 48px */
    margin-bottom:80px;
}

.subtitle{
    color: var(--hover);
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin:20px auto 69px auto;
}

.center-icon{
  width:135px;
  margin:10px auto;
}

.bullets{
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:center;
}

.bullet{
  padding:10px 25px;
  border-radius:25px;
  font-size:14px;
  font-weight:400;
}

.bullet.green{
  background:var(--primary-2);
color: #000;
font-family: Lato;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.bullet.pink{
  background-color:#ff5a8a;
  color: #FFF;
    font-family: Lato;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.phone{
  position:absolute;
  max-width:320px;
}

.phone img{
  width:100%;
  max-width: 320px;
}

.phone.left{
  left:0px;
  top:200px;
  margin-left: -17px;
}

.phone.left img{
  position: relative;
  top: 22px;
}

.phone.right{
  right:0px;
  top:200px;
  margin-right: -12px;
}

.impacto .right{
    position: relative;
    top: 93px;
}

.btn-note{
  position:absolute;
  background:var(--hover);
  color:white;
  padding:6px 14px;
  border-radius:20px;
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 42px;
  line-height: 27px;
}

.phone.left .btn-note{
  right:20px;
}

.phone.right .btn-note{
  top:-10px;
  right:32px;
}


.section-segmentacion{
  position:relative;
  padding:0px 40px 90px;
  text-align:center;
  overflow:hidden;
}

/* fondo con líneas */
.section-segmentacion::before{
  content:"";
  position:absolute;
  inset:0;
  background:url("fondo-lineas.png") center/cover no-repeat;
  opacity:.35;
  z-index:0;
}

.section-segmentacion .container{
  position:relative;
  z-index:2;
  margin:auto;
}

/* titulo */
.section-segmentacion .title{
  font-size:48px;
  font-weight:700;
  color:var(--primary);
  margin-bottom:115px;
}

/* bloque izquierdo */
.section-segmentacion .info{
  text-align:left;
  margin-bottom:50px;
}

.section-segmentacion .info h2{
  color: var(--hover);
    font-family: Rubik;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.section-segmentacion .info p{
  color: var(--primary);
font-family: Lato;
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

/* iconos */

.section-segmentacion .features{
  display:flex;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap;
}

.section-segmentacion .feature{
  width:170px;
  text-align:center;
}

.section-segmentacion .icon{
  width:90px;
  height:90px;
  border-radius:50%;
  background:#F9FD70;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:auto;
  margin-bottom:15px;
}

.section-segmentacion .container{
    background-image: url("../img/fond-lineas-2.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right 186px;
    padding: 50px 0px 150px 0px;
}

.section-segmentacion .icon img{
  width:40px;
}

.section-segmentacion .feature p{
  color: #000;
font-family: Lato;
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.data-calendario h1{
    color: var(--primary);
    text-align: center;
    font-family: Rubik;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
}

.data-calendario h2{
    color: var(--hover);
    text-align: center;
    font-family: Lato;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 auto 85px;
    width: 50%;
}

.calendar-slider .card{
  background:#fff;
  padding:30px;
  border-radius:12px;
  margin:0 15px;
  min-height:280px;
  transition:0.3s ease;
}

.calendar-slider .slick-current .card{
  border:2px solid #2aa6a4;
  box-shadow:0 15px 25px rgba(0,0,0,0.15);
  background:#fff;
}

.iconContent .imgIcon{
   margin: 0 auto 18px auto;
   height: 50px;
}

.titleAudienciaCard{
    color: var(--hover);
    text-align: center;
    font-family: Lato;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 28px;
}

.event{
  color: #000;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

.event h3{
  color:var(--darkgreen);
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom:28px;
}

.event h4{
  color: #000;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom:6px;
}

.event p{
    color: #000;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.event p span{
    font-weight: 600;
}

/* Flechas */
.slick-prev,
.slick-next{
  bottom:-60px;
  top:auto;
  transform: translate(-275%, -66%) !important;
}

.slick-prev{
  left:auto;
  right:60px;
}

.slick-next{
  right:20px;
}

.slick-prev:before,
.slick-next:before{
  font-size:26px;
  color:var(--hover);
}
.calendar-slider .slick-track {
  display: flex !important;
}

.calendar-slider .slick-slide {
  height: auto;
  display: flex !important;
}

.calendar-slider .slick-slide > div {
  display: flex;
  width: 100%;
}

.calendar-slider .card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.slick-prev::before, .slick-next::before{
    font-family: initial;
}

.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before{
    color: #D5D5D5;
}

.calendar-slider{
  padding-left: 40px;
}

.data-calendario{
  overflow: hidden;
  padding-bottom: 130px;
}

.container{
  margin:auto;
  padding:40px;
}

.top{
  display:grid;
  grid-template-columns: 1fr 1fr;
  align-items:center;
  gap:40px;
}

.left h2{
  color: #000;
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.impacto .left span{
  color:#1bb3a7;
}

.right h3{
  color: #000;
  font-family: Rubik;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 50%;
}

.right span{
  color:#1bb3a7;
}

.circle span{
  color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.circles{
  display:flex;
  gap:37px;
  margin-top:20px;
}

.circle{
  width:212px;
  height:212px;
  background:#F9FD70;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  font-size:13px;
}

.circle p{
    color: #000;
text-align: center;
font-family: Rubik;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.circle strong{
  color: #000;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.phones{
  display:flex;
  justify-content:center;
  gap:10px;
  position: relative;
  top: -28px;
  right: -30px;
}

.phones img{
  max-width:600px;
  /*transform:rotate(-15deg);*/
}

.content-podcast{
    display: flex;
    align-items: end;
    margin-top: 99px;
    margin-left: -260px;
}

.podcast{
   margin:0 0 60px 0;
}

.podcast h4{
  color: var(--primary);
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.podcast h5{
    color: #000;
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.stats{
  display:flex;
  gap:100px;
}

.stat{
  text-align:center;
  margin-right: 20px;
}

.poscastStats .stat{
  margin-right: 10px;
}

.stat h2{
  color: #000;
text-align: center;
font-family: Rubik;
font-size: 48px;
font-style: normal;
font-weight: 900;
line-height: normal;
}

.stat p{
  margin: 20px 0 0;
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.newsletters{
  padding:140px 0px 0px 0px;
}

.newsletters .container{
  margin:auto;
  background-color: #F8F8F8;
}

.newsletters h2{
    color: var(--primary);
    font-family: Rubik;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom:80px;
}

.newsletters .grid{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:20px;
}

.newsletters .card{
  background:#fff;
  border-radius:12px;
  padding:16px;
  box-shadow: none;
  text-align:center;
  min-height:110px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border: 0;
  height: 200px;
}

.newsletters .card h3{
  color: var(--primary);
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin:0;
}

.newsletters .card p{
  font-size:11px;
 color: #8B8B8B;
text-align: center;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
  margin:6px 0;
}

.newsletters .download{
  color:var(--hover);
  font-size:16px;
  display: none;
}

/* Basic styling for modal */
.modal {
  display: none;
  position: fixed;
  z-index: 4;
  top: 50%; /* Centro vertical */
  left: 50%; /* Centro horizontal */
  transform: translate(-50%, -50%); /* Ajuste para asegurar que se centre correctamente */
  height: 600px;
  background-color: white;
  border: 3px solid var(--hover);
  width: 100%; /* Ancho del modal, puedes ajustarlo */
  max-width: 600px; /* Maximo ancho para dispositivos grandes */
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  animation: slideUp 0.5s ease-out forwards;
}

#modal-title{
    color: var(--primary);
    text-align: center;
    font-family: Rubik;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
}

#modal-author {
    color: #FF589A;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

#modal-description{
    color: #272727;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#modal-date{
    color: var(--primary);
    text-align: center;
    font-family: Lato;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

#myModal .stats {
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 45px;
  justify-content: center;
}

.circleStats{
    width: 152px;
    height: 152px;
    border-radius: 100%;
    background-color: #F9FD70;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.circleStats p:first-child{
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.circleStats p:nth-child(2){
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.close-btn {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
}

@keyframes slideUp {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}

.newsletter-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.card {
  border: 1px solid #ddd;
  padding: 15px;
  cursor: pointer;
  /*width: 200px;*/
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.card:hover {
  background-color: #f0f0f0;
}

.modal-content{
  height: 100%;
}

.contentModal{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  align-content: center;
  height: 100%;
}

#blackOut{
  display: none;
  position:fixed;
  background-color: #0000006e;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.left{
  display: flex;
}

.impacto .left {
  display: flex;
  flex-direction: column;
}

.mobile{
  display: none;
}

.stat.statMobile img{
  display: none;
}

.podcast{
  display: flex;
}

@media (max-width: 768px)  {
  .podcast {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .phones{
    position: static;
  }

  .sponsor .grid{
    grid-template-columns:1fr;
  }

  .sponsor .sections{
    grid-template-columns:repeat(2,1fr);
    justify-items:center;
    max-width: 270px;
    margin: 0 auto;
  }

  .sponsor .circle{
    width:100px;
    height:100px;
    font-size:12px;
    margin: 0 auto;
  }

  .left h2{
    font-size: 21px;
  }

  .left h2 br{
    display: none;
  }

  .sponsor h1{
    text-align: center;
    font-family: Rubik;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .sponsor .devices img{
    max-width: 360px;
    height: auto;
    margin: 0 auto;
  }
  .sponsor .caption{
    margin-left:5%;
  }
  .sponsor .left{
    flex-direction: column;
  }

  .phone{
    position: static;
  }

  .phones img{
    max-width:320px;
    transform:rotate(0deg);
    margin: 60px auto;
  }

  .top{
    display: block;
  }

  .sponsor .countries{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 270px;
    margin: 0 auto;
  }

  .desktop{
    display: none;
  }

  .box-title-mobile{
    display: flex;
    margin: 60px auto;
    justify-content: space-between;
  }

  .mobile{
    display: block;
  }

  .mobile img{
    position: relative;
    left: 0px;
    width: 370px;
  }

  .newsletters .grid{
    display: block;
  }

  .newslettersGrid{
    display: flex;
  }

  .stats{
    gap:10px
  }

  .stat h2{
    font-size: 32px;
  }

  .content-calendario{
    width: initial;
    float: none;
  }

  .calendar-slider .slick-slide > div{
    max-width: 320px;
  }

  .data-calendario h1{
    font-size: 28px;
  }

  .data-calendario h2, .right h3{
    font-size: 21px;
  }

  .data-calendario h2{
    margin-bottom: 20px;
  }

  .impacto .right{
    position: static;
  }

  .newsletters, .container{
    padding: 0;
  }

  .circulos{
    width: 100%;
    margin: 0 auto;
  }

  .newsletters h2{
    font-size: 28px;
    margin-bottom: 20px;
  }

  .phone.left img, .phone.right img{
    display: none;
  }

  .section-segmentacion .container{
    padding: 0;
  }

  .section-segmentacion .info h2, .section-segmentacion .info p{
    font-size: 28px;
    padding: 0 10px;
  }

  .section-segmentacion .info p{
    font-size: 21px;
  }

  .section-segmentacion .title{
    font-size: 24px;
    margin-bottom: 75px;
  }

  .section-ia h1{
    font-size: 28px;
    margin-bottom: 38px;
  }

  .slick-slide img{
    margin: 0 auto;
  }

  .content-podcast{
    margin: 0 auto;
    justify-content: center;
  }

  .stat.statImg img{
   display: none;
  }

  .stat.statMobile img{
   display: block;
  }

  .section-segmentacion{
    padding: 0;
  }

  .newsletters .card{
    margin: 0 10px;
  }

  .circle {
    width: 170px;
    height: 170px;
  }
  
  .stat{
    margin: 0;
  }

  .circle p, .circle span{
    font-size: 15px;
  }

  .btn-note{
    display: none;
  }

  .sponsor .pink{
    font-size: 21px;
  }

  .first, .sponsor, .section-ia, .data-calendario, .impacto, .newsletters{
    padding: 0 10px;
    margin-bottom: 60px;
  }

  .circles{
    margin-bottom: 25px;
    justify-content: center;
  }

  .section-segmentacion{
    margin-bottom: 60px;
  }

  .modal{
    height: 490px;
  }

  #modal-title{
    font-size: 24px;
  }

  #modal-description{
    font-size: 21px;
    margin-bottom: 20px;
  }

  .circleStats p:first-child{
    font-size: 32px;
  }

  .contentModal{
    height: initial;
  }
  
  .calendar-slider {
    padding-left: 0px;
  }
  
  .impacto .right h3, .data-calendario h2{
    width: initial;
  }

  .data-calendario{
    overflow: initial;
    margin-bottom: 120px;
  }

  .features  .slick-prev, .features  .slick-next{
    bottom: 0;
  }

  .section-segmentacion .feature p{
    font-size: 18px;
  }

  .videoBanner{
    width: 100%;
  }
}
