/* ===================================
    Cover
====================================== */

.cover{
  width: 100%;
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 0px;
  position: relative;
  overflow-x: clip;
  background: linear-gradient(180deg, rgba(3, 3, 3, 0.7) 0%, #030303 100%),url("../../assets/img/Nosotros/Cover BG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
}


.bg-cover{
  background: rgb(0,0,0);
background: linear-gradient(176deg, rgba(0,0,0,1) 85%, rgba(255,255,255,1) 85%);
}

.inf-cover{
  width: 100%;
}

.inf-cover .description{
  width: 100%;
}

.flex-description{display: flex;flex-direction: column;align-items: flex-start;}

.inf-cover .indicador{
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #fff;
}

.inf-cover h1{
  font-family: 'Poppins', sans-serif !important;
  text-transform: uppercase;
}

.img-cover{
  width: 55%;
  position: absolute;
  top: 65%;
  right: 0px;
  transform: translate(-0%, -50%);
}

.img-deco{
  width: auto;
  position: absolute;
  top:40%;
  right: 0px;
  transform: translate(-0%, -50%);
}

.frente{
  position: relative;
  z-index: 10;
}
/* ===================================
    Global
====================================== */

.filtros{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.select-category{
  width: 300px;
}


/*-----noticias-----*/

#noticias .title-noticias{
  width: 60%;
  margin-bottom: 20px;
}

.notice-actual{
  width:100%;
  height: 450px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.notice-actual .categoria{
  padding: 3px 20px;
  background: #fff;
  position: absolute;
  top:15px;
  right: 15px;
  border-radius: 60px;
}

.notice-actual .categoria p{
  font-size: 10px;
  font-weight: 500;
  color: #FF0000;
  margin-bottom: 0;
}


.notice-actual img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 2s cubic-bezier(0.2, 1, 0.2, 1);
}

.notice-actual .content-inf-notice{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 85.5%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 0.2s ease-in-out;
    border: 1px solid #8A8A8A;
}

.content-inf-notice .title h5{
  font-weight: 700;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-inf-notice .description p{
  margin-bottom: 0;
  margin-top: 8px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content-inf-notice .date p{
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.notice-last {
  margin-bottom: 20px;
}

.notice-last .content-img{
  width:100%;
  height: 200px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #8A8A8A;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 85.5%);
}

.bg-notice-last{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 85.5%);
}

.notice-last .content-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 2s cubic-bezier(0.2, 1, 0.2, 1);
}

.notice-last .title h5{
  font-weight: 700;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.notice-last .description p{
  margin-bottom: 0;
  margin-top: 5px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.notice-last .date p{
  opacity: 0.5;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.notice-last .link-more{
  font-size: 12px;
  line-height: 14px;
}


/* ===================================
    Grid
====================================== */

.destacadas {grid-area: destacadas;}
.actuales {grid-area: actuales;}

.grid-notas{
  display: grid;
  grid-template-columns: 1fr;
  gap:50px;
  grid-template-areas:
  "destacadas"
    "actuales";
}

/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

.notice-last .content-img{height: 350px;}

}
/* md  */ @media (min-width: 768px) {

.inf-cover .description{width: 70%;}

.grid-notas{grid-template-columns: 30% auto;gap:50px;grid-template-areas:"destacadas actuales";}

.notice-last .content-img{height: 200px;}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.flex-description{flex-direction: row;justify-content: flex-start;align-items: center;;}
.inf-cover{width: 80%;}
.inf-cover .description{width: 50%;}



} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {

.inf-cover .description{
  width: 50%;
}
.inf-cover{
  width: 70%;
}

}
/* xxl */ @media (min-width: 1400px) {}
