.bgImageTop{
  background-color: #0059a2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 515px;
  max-width: 2500px;
  width: 100%;
  margin: auto;
}
.bgImageTop img{
  object-fit:cover;
  height: 100%;
  width: 100%;
}
.section_comunicado{
  padding: 0 20px;
}
.container_comunicado h1{
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #0059a2;
}
.container_comunicado .date{
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  margin-bottom: 10px;
  color: #00904a;
}
.meta-description{
  max-width: 765px;
  width: 100%;
}
.meta-description p{
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.meta-description p:last-child{
  margin-bottom: 0;
}
.container_comunicado{
  max-width:1115px;
  width: 100%;
  margin:auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 45px;
  margin-top: -120px;
  z-index: 1;
  position: relative;
}
.content__text{
  padding: 50px 0;
}
.sec_icon_text{
  border-top:solid 1px #707070;
  border-bottom:solid 1px #707070;
  padding: 45px 0;
  display:flex;
  column-gap: 25px;
  row-gap: 25px;
}
.sec_icon_text div{
  width: 100%;
}
.sec_icon_text > div:first-child{
  max-width:20%;
  text-align: center;
  padding: 40px 0;
}
.sec_icon_text > div:last-child{
  max-width:80%;
}
.content__text.cn_imgs{
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
}
.content__text .text__content{
  text-align: center;
  max-width: 670px;
  width: 100%;
  margin: auto;
  display: block;
}
.content__text.cn_imgs .text__content{
  text-align: left;
}
.content__text.cn_imgs .text__content{
  max-width:calc(60% - 15px);
  width: 100%;
}
.sec__imgs{
  max-width:calc(40% - 15px);
  width: 100%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  column-gap: 10px;
  row-gap: 20px;
}
.sec__imgs img{
  display: block;
  max-width: 100%;
  margin: 0;
}
.sec__imgs img:first-child{
  max-width: 356px;
  width: 100%;
}
.sec__imgs img:nth-child(2){
  max-width: 255px;
  width: 100%;
}
@media(max-width: 900px){
  .bgImageTop {
    height: 250px;
  }
  .container_comunicado h1 {
    font-size: 26px;
  }
  .container_comunicado .date, .text__content p {
    font-size: 16px;
  }
  .meta-description p {
    font-size: 18px;
  }
  .content__text.cn_imgs .text__content{
    max-width:100%;
  }
  .sec__imgs{
    max-width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .content__text.cn_imgs {
    flex-direction: column-reverse;
  }
  .content__text .text__content{
    text-align: left;
  }
@media(max-width: 700px){
  .container_comunicado{
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 15px;
  }
  .sec_icon_text{
    flex-direction:column;
  }
  .sec_icon_text > div:first-child{
    padding: 5px 0;
  }
  .sec_icon_text > div{
    max-width:100%!important;
  }
}