.titleNota{
    font-size: 32px;
    font-weight: 900;
}
.etiqueta-tipoevento{
    background: #EEF2F5;
    font-size: 14px;
    color: #2D2829;
    padding: 0.5rem 1rem;
    border-radius: 18px;
    font-weight: 400;
}
.fecha_nota{
    color: #858585;
    font-weight: 400;
    font-size: 14px;
}
.img-slider-noticia{
    margin-top: 4rem;
    padding-left: 13rem;
    padding-right: 13rem;
}
.img-render-nota {
  height: 470px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.img-render-nota img {
  object-fit: cover;
  height: 100%;
}
.descripcionimagenNoticia{
    text-align: center;
    background: #EEF2F5;
    padding: 1rem;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 14px;;
}
.titlemasnoticia{
    font-size: 32px;
    font-weight: 900;
}
.contenedor-mas-noticias{
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.btn-calendarioC{
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #2D2829;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    color: #2D2829;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
.txt-card-encabezado{
    font-weight: 700;
    font-size: 16px;
}
.txt-card-resumen{
    font-weight: 400;
    font-size: 14px;
}
.etiqueta-tipoevento-noticias{
    background: #EEF2F5;
    font-size: 10px;
    color: #2D2829;
    padding: 0.5rem 0.2rem;
    border-radius: 18px;
    font-weight: 400;
}
.fecha_nota-noticias{
    font-size: 10px;
    font-weight: 400;
    color: #858585;
}
.contenedor-cuerpo-noticia{
    color: #494D55;
    font-size: 16px;
    font-weight: 400;
}
/* RESEÑA - CITA */
.card-reseña{
    background-color: #EEF2F5;
    border-radius: 20px;
    padding: 1rem 2rem;
}
.contenedor-reseña{
    padding-left: 5rem;
    padding-right: 5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.text-reseña-cita{
    font-weight: 400;
    font-size: 20px;
    font-style: italic;
}
.text-reseña-autor{
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
}
/* RESEÑA - CITA */
.noticias-card{
    display: block;
}
.noticias-card-movil{
    display: none;
}
.card-img-top-movil{
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    width: 265px;
    height: 100%;
 
}
.card-movil-noticias{
    display: flex;
    border: 1px solid #C4C4C4;
    border-radius: 20px;
}
.card-body-movil-noticias{
    border-top-left-radius: calc(1.2rem - 1px);
    border-top-right-radius: calc(1.2rem - 1px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.btn-verNoticias-movil{
    font-size: 16px;
    font-weight: 400px;
    background-color: #2D2829;
    color: #fff;
    border-radius: 20px;
    width: 100%;
    margin-top: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.etiqueta-tipoevento-noticias-movil{
    background: #EEF2F5;
    font-size: 10px;
    color: #2D2829;
    padding: 0.3rem 0.4rem;
    border-radius: 10px;
    font-weight: 400;
    margin-right: 1rem;
}


@media (max-width: 950px) {
    .img-slider-noticia{
        margin-top: 4rem;
        padding-left: 8rem;
        padding-right: 8rem;
    }
}
@media (max-width: 820px) {
    .noticias-card{
      display: none;
    }
  .noticias-card-movil{
    display: block;
  }
}
 @media  ( min-width:1200px ){

        .card-img-top{
            max-height: 35%;
            }
    }
@media (max-width: 665px) {
  .card-img-top-movil{
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    width: 140px;
    height: 100%;
 
  }
    .img-slider-noticia{
        margin-top: 4rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 600px) {
    .img-render-nota {
        height: 315px;
    }
    .text-card-prensa{
        font-size: 20px;
    }
    .contenedor-reseña{
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .img-slider-noticia{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .text-reseña-cita{
        font-size: 16px;
    }
    .text-reseña-autor{
        font-size: 14px;
    }
    .titleNota{
        font-size: 20px;
    }
    .descripcionimagenNoticia{
        font-size: 12px;
    }

    .noticias-card:last-child {
        display: none;
    }
    .noticias-card{
        display: none;
    }
    .noticias-card-movil{
        display: block;
    }

}
@media (max-width: 576px){
    .btn-calendarioC{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (max-width: 450px) {
    .img-render-nota {
        height: 315px;
    }
}
/*******************************************/
/* Revisar */











.text-noticas-mas{
    text-align: start;
    color: #c2995C;
    font-size: 32px;
    font-weight: 900;
    font-family: 'Lato';
}

.text-card-prensa{
  font-size: 18px;
    font-family: 'Lato';
    font-weight: 900;
    color: #2D2829;
    text-align: left;
    line-height: 20px;
    height: 70px;
    min-height: 70px;
    text-transform: lowercase;
    margin: 0;
}
.text-card-prensa::first-letter {
  text-transform: capitalize;
}
.cont-text-info-card{
  font-size: 13px;
  font-weight: 400;
  font-family: 'Lato';
  text-align: justify;
  padding-top: 1em;
  height: 100px;
  overflow: hidden;
  margin: 0;
}
.cont-text-info-card::first-letter {
}
.conocermas::first-letter {
  text-transform: capitalize;
}
/******** NAV CARRUSEL ********/
.owl-carousel .owl-stage:after {
    content: ".";
    display: ruby-text!important;
  }
  .owl-nav button{
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: #D9D9D9!important;
    border-radius: 50%!important;
    /*padding: 1px 4px !important;*/
    padding: 1px 4px !important;
    margin: 0;
  }

  .owl-dots {
    position: relative;
    z-index: 50%;
  }
  .owl-nav{
    background: #F1F1F1;
    border-radius: 23px;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #2D2829!important;
  }
  .owl-theme .owl-nav [class*='owl-']:hover {
    text-decoration: none;
    border: none;
    color: inherit;
    border: none;

    font: inherit;
    border-radius: 50%;
  }
  button:focus {
    outline: 0!important;
  }
.cont-img-carrousell{
  height: 150px;
  min-height: 150px;
  overflow: hidden;
  width: 100%;
}
.cont-img-carrousell img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
/******** NAV CARRUSEL ********/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-item img {
  width: 7%;
  margin-right: 2%;
}


.nav-button {
  background-color: #008CBA;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-button:hover {
  background-color: #005f5f;
}
.owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
}
.owl-carousel .owl-stage-outer{
  overflow-x: clip !important;
  overflow: visible;
}

.owl-theme .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}



.default-control {
  border: 0;
  background: transparent;
}
.carousel-control-prev-icon {
  background: url('../img/prev.svg');
}
.carousel-control-next-icon {
  background: url('../img/next.svg');
}
.owl-dots {
  width: 35%;
  margin: 3px auto;
}
.urlNotaOwl, .urlNotaOwl:hover {
  text-decoration: none;
}
/******** NAV CARRUSEL ********/

.compartirURL {
  display: flex;
  justify-content: end;
  align-items: center;
  line-height: normal;
  margin-bottom: 0.5em;
}
.compartirURL button {
  color: #186ade;
  font-size: 16px;
  font-weight: 400;
  text-decoration-line: underline;
  background: transparent;
  border: 0;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1px;
  gap: 5px;
}
.copiado:after {
  content: 'URL Copiada a portapapeles';
  font-size: 10px;
  background: #212529;
  color: white;
  padding: 0.3em 0.8em;
  text-decoration-line: none !important;
  border-radius: 5px;
  position: absolute;
  top: -4em;
  width: 100px;
  left: 0.5em;
  line-height: 10px;
}
.conocermas, .conocermas:hover {
  color: #2D2829;
  text-decoration: underline;
}

.cont-fecha {
  font-size: 11px;
    padding-top: 0;
}

.info-text-gal {
  color: #7D818B;
}

.cont-prensa{
  /* box-shadow: 0px 0px 30px 2px #2D282940; */
  background-color: #fff;
  border-radius: 18px;
  color: #000;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border: 1px solid #7d828b;
}
.cont-text-info-card {
  text-align: justify;
}
/*MEDIA*/

@media (max-width:768px){
  .text-card-prensa {
    height: 75px;
    min-height: 75px;
    line-height: 20px;
    font-size: 16px;
}

  .text-noticas-mas{
      font-size: 24px;
  }
  .cont-fecha {
    font-size: 12px;
    padding-top: 5px;
}

  .cont-text-info-card{
    font-size: 14px;
        height: 135px;
  }
}
@media ( max-width: 720px) {
.text-card-prensa{
  height: auto;
  font-size: 20px;
}
}

@media (max-width: 450px) {
  .cont-text-info-card{
    height: initial;
    min-height: min-content;
    font-size: 13px;
    line-height: 16px;
  }

  .cont-prensa{
    height: 380px;
  }
.img-render-nota {
  height: 315px;
}
.text-card-prensa{
  font-size: 18px;
      line-height: 20px;
      height: 50px;
}
.cont-fecha {
  font-size: 10px;
  padding-top: 1.3vw;
}

}
@media (max-width: 377px) {
  .cont-img-carrousell {
    min-height: 100px;
    height: 100px;
  }
.text-card-prensa{
  height: 60px;
        min-height: 60px;
      font-size: 13.5px;
  line-height: 20px;
}
.cont-prensa {
  height: 320px;
}
}
@media (max-width: 321px) {
  .cont-prensa {
    height: 285px;
}
  .cont-img-carrousell {
    min-height: 100px;
    height: 100px;
  }
.text-card-prensa{
  font-size: 14px;
  line-height: 15px;
}
.cont-fecha {
  font-size: 9px;
}
.cont-text-info-card {
  font-size: 10px ;
}
}
