/* PAGINA NOTICIAS */
.header-notice{
  height: 250px;
}

/* 
.header-notice div img{
  width: 700px !important;
}  */

.section-label{
  font-size: 0.87rem;
  padding-left: 400px;
}
.line-separator{
  border-bottom: 3px solid #8a8a8a;
}
.notice-main .label {
    font-size: 11px !important;
    font-family: Georgia, 'Times New Roman', Times, serif !important;
}
.label p {
    font-size: 12px !important;
    font-family: Georgia, 'Times New Roman', Times, serif !important;
}
.notice-main-title{
  font-family: var(--font);
  /* max-width: 490px; */
  
}
.notice-main-title h2 {
  padding-right:20px;
  max-width: 580px;
  font-size: var(--font-md);
  background-color: var(--dRose);
  color: #fff;
  border-radius: 0px 50px 50px 0px;
  position: relative;
}
.notice-main-title h2::before {
  position: absolute;
  top: 0px;
  left: -100px;
  content: "";
  width: 100px;
  height: 100%;
  background-color: var(--dRose);
}
.notice-main-title p{
  font-family: var(--font);
  font-size: var(--font-smd);
  max-width: 620px;
  /* background-color: #000; */


}
.notice-doc a{
  text-decoration: underline !important;
}

.anounce-notice {
  border: 8px solid var(--yellow);
  /* width:130px;
  height: 130px; */
  /* min-width: 450px; */
}


.anounce-notice .img-anounce-notice {
  width: 30%;
}

.anounce-notice div {
  width: 100%;
}
.anounce-notice div {
  font-size: 0.8rem;
  background-color: #1d1d1d;
  color: #ffffff;
  font-family: var(--mainFont);
}
.anounce-notice div #titleAds1 {
  font-size: 0.8rem;
  color: rgb(219, 218, 218);

}

.anounce-notice div #TextAds1{
  width: 100%;
  font-size: 0.6rem;
  color: rgb(219, 218, 218);
}

.authors article{
  flex-grow: 1;
  flex-basis: 228px;
   /* background-color: #000; */

}

/* .authors article:nth-child(2){
margin-left: -30px;

} */
.authors article > div{
 width: 60%;

}

.authors article img{
  width: 100px;
  max-width: 100px;
  max-height: 100px;
  margin: 6px;
  object-fit:contain;
}

.authors article .post{
  font-size: var(--font-xxs)
}
.authors-redes{
  font-size: var(--font-xxs);
  align-items: end;
  width: 80%;
}
.authors-redes a{
  text-decoration: underline !important;
}
.authors-redes .ico-social{
  width: 20px;
  height: 20px;
}

.interest-section{
  width: 100%;
}
.interest-section article{
  width: 33%;
  /* flex-grow: 1;
  flex-basis:250px;
  max-width: 400px; */

}
.interest-section article img{
  height: 250px;

}
.interest-body span{
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.interest-body a{
  font-size: 1.1rem;
  font-weight: bold;
}
.title-interest {
  font-family: var(--font);
  font-size: 1.2rem;
  line-height: 1;
}

.aside-notice{
  position: relative;
}
.aside-notice::before{
  content: "";
  border-left: 1px solid #bcbaba;
  position: absolute;
  width: 10px;

  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  z-index: -1;
  

}
.aside-notice p{
 font-family: var(--font);
 font-size: var(--font-md);

}

.aside-notice  img{
    max-width: 400px;
}

.side-icons-notice {
  background: url(../Assets/side-dots-left.png), url(../Assets/side-dots-right.png) ;
  background-repeat: no-repeat;
  background-position: 0% 40%, 100% 70%;
  background-size: 50px;
}

@media (width < 768px){
  
    .interest-section article{
      width: 100% !important;
      margin: 10px;
    }  
    .interest-section article img{
      height: 200px !important ;
      }
      .side-icons-notice {
        background:none !important;
      }
      .aside-notice{
        display: none;
    }
  }
  
@media (width < 992px) {
    .aside-notice  article{
        display: flex;
        flex-direction: column;
        padding: 20px;
        justify-content: center !important;
        align-items: center !important
    }

}

@media (width < 576px){
    .header-notice img{
        height: 200px !important;
      
      }

    .header-notice div{
      width: 100% !important;
  
    }  
    .header-notice div img{
      width: 100% !important;
      /* display: none; */
    }  
  
    .anounce-notice{
      width: 100%;
      /*height:200px !important;*/
  
    }
    .anounce-notice .img-anounce-notice {
      width: 100%;
      height: 200px;
    }
  
    .anounce-notice div{
      width: 100%;
      min-height:150px !important;
    }

    .interest-section article img {
        height: 180px !important;
    }

  }

  

/* .aside-notice article{
  margin-bottom: 16px;
} */

/* .aside-notice > article:first-child{
  border-bottom: 10px solid #030303;
} */

/*
.Notice-main{
  flex-wrap: wrap;

  flex-basis:inherit;
}
.notice{
  background-color: blue;
  width: 200px;
  height: 50px;
}
.notices-side{
  background-color: #000;
  width: 200px;
  height: 50px;
} */