
.titulo-propuesta{
  font-family: Lato;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: center;

}
.text-fecha-prensa{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
    color: #2D2829;
}

.tamano-contenedor{
    width: 70%;
    padding-top: 3rem !important;
}
.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 ********/
.previou{
  background: #fff;
  border-radius: 50px;
  padding: 10px 15px;
  opacity: 50%;
}
.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;
}


.img-render-nota {
  height: 470px;
  overflow: hidden;
  border-radius: 20px;
}
.img-render-nota img {
  object-fit: cover;
  height: 100%;
}
.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: left;
}
/*MEDIA*/

@media (max-width:768px){
  .text-card-prensa {
    height: 75px;
    min-height: 75px;
    line-height: 20px;
    font-size: 16px;
}
  .tamano-contenedor{
      width: 100%;
      padding-top: 0rem !important;
  }
  .text-noticas-mas{
      font-size: 24px; 
  }
  .cont-fecha {
    font-size: 12px;
    padding-top: 5px;
}
  .titulo-propuesta {
    font-size: 32px;
    line-height: 40px;
  }
  .cont-header-nota {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .cont-text-info-card{
    font-size: 14px;
        height: 135px;
  }
}
@media ( max-width: 720px) {
.text-card-prensa{
  height: auto;
  font-size: 20px;
}
}
@media (max-width: 600px) {
.img-render-nota {
  height: 315px;
}
.text-card-prensa{
  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: 360px;
  }
.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: 315px;
}
}
@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 ;
}
}
