.bannerderechos .contenedor {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: static;
}

.bannerderechos .div-block-2 {
  background-color: #f2be2a;
  border: 3px solid #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bannerderechos .image {
  width: 16%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.bannerderechos .heading {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ainsdale, sans-serif;
  font-size: 67px;
  display: flex;
}

.bannerderechos .text-span {
  color: #000;
  font-family: azo-sans-uber, sans-serif;
  font-size: 50px;
}

.bannerderechos .div-block-3 {
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.bannerderechos .heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 0;
}

.bannerderechos .div-block-4 {
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 35px;
  margin-left: 10px;
  margin-right: 60px;
  font-family: lft-etica-compressed, sans-serif;
  line-height: 14px;
  display: flex;
}

.bannerderechos .div-block-5 {
  background-color: #0000;
  border: 1px solid #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-bottom: 1%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.bannerderechos .image-2 {
  width: 15%;
  padding: 10px;
}

.bannerderechos .heading-3 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: ainsdale, sans-serif;
  font-size: 50px;
  line-height: 0;
  display: flex;
}

.bannerderechos .text-span-2 {
  color: #000;
  font-family: azo-sans-uber, sans-serif;
  font-size: 50px;
  line-height: 0;
}

.bannerderechos .div-block-5-copy {
  background-color: #f2be2a;
  border-style: solid;
  border-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: flex;
}

.bannerderechos .text-span-3 {
  padding-left: 10px;
  font-family: azo-sans-uber, sans-serif;
  font-size: 26px;
}

@media screen and (max-width: 991px) {
.bannerderechos .contenedor {
    flex-flow: column;
  }

.bannerderechos .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding-top: 33px;
    padding-bottom: 33px;
  }

.bannerderechos .image {
    width: 61%;
  }

.bannerderechos .heading {
    text-align: center;
    font-size: 100px;
    line-height: 83px;
  }

.bannerderechos .text-span {
    line-height: 0;
  }

.bannerderechos .div-block-3 {
    display: none;
  }

.bannerderechos .div-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

.bannerderechos .div-block-5 {
    width: 75%;
    display: flex;
  }

.bannerderechos .image-2 {
    width: 29%;
    padding-bottom: 0;
  }

.bannerderechos .heading-3 {
    flex-flow: column;
    line-height: 73px;
  }

.bannerderechos .div-block-5-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-bottom: 2%;
    display: flex;
  }

.bannerderechos .text-span-3 {
    padding-left: 0;
    font-size: 26px;
    line-height: 0;
  }
}

@media screen and (max-width: 767px) {
.bannerderechos .div-block-2 {
    width: 60%;
  }

.bannerderechos .div-block-5 {
    width: 95%;
  }

.bannerderechos .image-2 {
    width: 39%;
  }
}

@media screen and (max-width: 479px) {
.bannerderechos .div-block-2 {
    justify-content: center;
    align-items: center;
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

.bannerderechos .heading {
    font-size: 107px;
    line-height: 51px;
  }

.bannerderechos .text-span {
    font-size: 49px;
    line-height: 40px;
  }

.bannerderechos .div-block-4 {
    height: 20px;
    margin-top: 20px;
  }

.bannerderechos .div-block-5 {
    width: 100%;
  }

.bannerderechos .text-span-2 {
    font-size: 47px;
    line-height: 37px;
  }

.bannerderechos .div-block-5-copy {
    width: 100%;
  }
}


