.newsletter_rd {
  background: #2927B9;
  display: none;
}

.newsletter_rd .newsContenido {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 50px 0;
}

.newsletter_rd .newsContenido .news_line_left.mobile__ {
  display: none;
}

.newsletter_rd .newsContenido .news_line_left img {
  /*height: 460px;*/
  height: 500px;
}

.newsletter_rd .newsContenido .news-texto-rd {
  text-align: left;
  padding-left: 30px;
  margin-top: 93px;
}

.newsletter_rd .newsContenido .news-texto-rd .esendpulse iframe {
  height: 260px;
  width: 100%;
  max-width: 100%;
}

.newsletter_rd .info-formulario {
  /*margin: 5rem 0;*/
  text-align: -webkit-center;
}

.newsletter_rd .info-formulario .news-texto-rd .newsletterh1 {
  font-family: 'Anek Malayalam';
  font-style: normal;
  font-weight: 600;
  font-size: 72px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #23dcd1;
}

.newsletter_rd .info-formulario .news-texto-rd h2 {
  color: #ffff;
  font-family: 'mattone 150';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  padding-left: 0;
  margin: 0;
  margin-top: 19px;
}

.newsletter_rd .info-formulario .news-texto-rd p {
  color: #fff;
  opacity: 0.7;
  margin-bottom: 1rem;
  margin-top: 16px;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.esendpulse,
.newsContenido{
  overflow: hidden;
  width: 100%;
}


@media (min-width: 768px) and (max-width: 993px) {
  .newsletter_rd .info-formulario .news-texto-rd .newsletterh1{
    font-size: 55px;
  }
  .newsletter_rd .info-formulario .news-tex.newsletterh1-rd h2{
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .newsletter_rd .info-formulario .news-texto-rd .newsletterh1 {
    font-size: 55px;
  }

  .newsletter_rd .newsContenido .news_line.newsletterh1eft.mobile__ {
    display: block;
  }

  .newsletter_rd .newsContenido .news_line_left {
    display: none;
  }

  .newsletter_rd .newsContenido .news-texto-rd {
    padding-left: 15px;
  }

  .newsletter_rd .newsContenido{
    padding: 50px 0;
  }
  .newsletter_rd .info-formulario .news-texto-rd h2 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 21px;
  }
  .newsletter_rd .info-formulario .news-texto-rd p{
    font-weight: 200;
  }
}

@media (max-width: 374px) {
  .newsletter_rd .newsContenido .news-texto-rd .esendpulse iframe {
    width: 265px;
  }
}