.reportarvenezuela .general {
  background-color: #ededed;
  padding-top: 40px;
  padding-left: 12px;
  padding-right: 12px;
}

.reportarvenezuela .code {
  padding-bottom: 40px;
}

.reportarvenezuela .code-embed {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.reportarvenezuela .b-title-content-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.reportarvenezuela .datea-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: lft-etica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.reportarvenezuela .social {
  background-color: #fff;
  border-radius: 7px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.reportarvenezuela .heading-3 {
  text-align: center;
  border-radius: 0;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: lft-etica, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 38px;
}

.reportarvenezuela .social-share-btn {
  width: 26px;
  height: 26px;
  margin-right: 0;
}

.reportarvenezuela .social-share-btn.email {
  width: 23px;
  height: 23px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.reportarvenezuela .social-share-btn.tw {
  width: 16px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.reportarvenezuela .social-share-btn.fb {
  width: 23px;
  height: 23px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.reportarvenezuela ._w-inline-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 0 10px;
  padding-left: 0;
  display: flex;
}

.reportarvenezuela .heading-5 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  font-family: lft-etica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  position: static;
}

.reportarvenezuela .redes-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
}

.reportarvenezuela .image-redees {
  width: 100%;
  height: 100%;
}

.reportarvenezuela .text-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.reportarvenezuela .contenedor-texto {
  background-color: #fff;
  border-radius: 6px;
  width: 440px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  transform: translate(0);
}

.reportarvenezuela .text {
  color: #333;
  width: auto;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: lft-etica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.reportarvenezuela .frasedestacada {
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  display: flex;
}

.reportarvenezuela .image-6 {
  margin-right: 10px;
}

.reportarvenezuela .textofrase {
  color: #141414;
  margin-top: 0;
  font-family: lft-etica, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.reportarvenezuela .link {
  color: #ea0a0a;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
.reportarvenezuela .b-title-content-copy {
    width: 100%;
  }

.reportarvenezuela .datea-2 {
    text-align: center;
    margin-bottom: 0;
  }

.reportarvenezuela .heading-3 {
    width: 50%;
  }

.reportarvenezuela .social-share-btn {
    width: 35px;
    height: 35px;
  }

.reportarvenezuela .social-share-btn.email, .reportarvenezuela .social-share-btn.tw {
    width: 26px;
    height: 26px;
  }

.reportarvenezuela ._w-inline-block-2 {
    width: 100%;
  }

.reportarvenezuela .heading-5 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
.reportarvenezuela .social {
    margin-top: 0;
    padding-top: 10px;
  }

.reportarvenezuela .heading-3 {
    font-size: 24px;
    line-height: 28px;
  }

.reportarvenezuela .contenedor-texto {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

.reportarvenezuela .text {
    text-align: center;
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
.reportarvenezuela .datea-2 {
    width: 100%;
  }

.reportarvenezuela .heading-3 {
    width: auto;
    font-size: 35px;
    line-height: 38px;
  }

.reportarvenezuela .heading-5 {
    width: 80vw;
  }

.reportarvenezuela .text {
    width: auto;
  }
}


