﻿.noticias {
	background: #f9f9f9;
	max-width: 100vw;
}

.noticias_contenedor{
  max-width:1140px;
  width: calc(100vw - 10em);
  margin: 0 auto;
}

.noticias_contenedor * {
  box-sizing: border-box;
}

/*body {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 1.4;
  background-color: #fff;
  margin:50px;
}*/

.noticias_contenedor .card {
  position: relative;
  overflow: hidden;
  margin-bottom:20px;
  width: 100%;
  /*top: 50%;
  left: 50%;
  
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); */
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
  border-radius: 20px;
}

.noticias_contenedor .card a {
  color: inherit;
  text-decoration: none;
}

.noticias_contenedor .card:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}

.noticias_contenedor .cardThumb {
  height: auto;
  overflow: hidden;
  border-radius: 20px;
}

.noticias_contenedor .cardThumb img {
  display: block;
  opacity: 1;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width:100%;
  height:auto;
}

.noticias_contenedor .card:hover .cardThumb img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.noticias_contenedor .card:hover .cardThumb {
  height: 90px;
}

.noticias_contenedor .noticia-principal .card:hover .cardThumb {
  height: auto;
}


.noticias_contenedor .cardBody {
  position: relative;
  padding: 20px;
  height: auto;
}

.noticias_contenedor .card:hover .cardBody {
  height: 210px;
}


.noticias_contenedor .cardBodyprincipal {
  position: relative;
  padding: 20px;
  height: auto;
}

.noticias_contenedor .card:hover .cardBodyprincipal {
  height: auto;
}

.noticias_contenedor .cardCategoryGreen {
  position: absolute;
    left: 10px;
    top: -50px;
    height: 35px;
    width: 120px;
    padding: 5px 15px;
    color: #FFF;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    background-color: #009640;
    border-radius: 20px;
}

.noticias_contenedor .cardCategoryBlue {
  position: absolute;
  left: 10px;
  top: -35px;
  height: 25px;
  padding: 0 15px;
  color: #FFF;
  font-size: 12px;
  line-height: 25px;
  background-color: #3366CC;
  border-radius: 20px;
}

.noticias_contenedor .cardCategoryBlueTw {
  position: absolute;
  left: 10px;
  top: -35px;
  height: 25px;
  padding: 0 15px;
  color: #FFF;
  font-size: 12px;
  line-height: 25px;
  background-color: #6699FF;
  border-radius: 20px;
}

.noticias_contenedor .cardCategoryGreenTw {
  position: absolute;
  left: 10px;
  top: -35px;
  height: 25px;
  padding: 0 15px;
  color: #FFF;
  font-size: 12px;
  line-height: 25px;
  background-color: #8CC63F;
  border-radius: 20px;
}

.noticias_contenedor .cardCategoryGreenD {
  position: absolute;
  left: 10px;
  top: -35px;
  height: 25px;
  padding: 0 15px;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  background-color: #009640;
  border-radius: 20px;
}

.noticias_contenedor .cardTitle {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 32px;
  color: #000;
  font-weight: bold;
}

.noticias_contenedor .card:hover .cardTitle {
  -webkit-animation: titleBlur 0.3s;
  animation: titleBlur 0.3s;
}

.noticias_contenedor .cardTitleSmall {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.noticias_contenedor .card:hover .cardTitleSmall {
  -webkit-animation: titleBlur 0.3s;
  animation: titleBlur 0.3s;
}

.noticias_contenedor .cardSubtitle {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 19px;
  color: #009640;
}

.noticias_contenedor .card:hover .cardSubtitle {
  -webkit-animation: subtitleBlur 0.3s;
  animation: subtitleBlur 0.3s;
}

.noticias_contenedor .cardDescription {
    position: initial;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 5px;
    color: #666C74;
    font-size: 14px;
    opacity: 0;
    height: 0px;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition-delay: 0s;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
}

.noticias_contenedor .card:hover .cardDescription {
  opacity: 1;
  transition-delay: 0.1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.noticias_contenedor .cardDescriptionPrincipal {
    margin: 0;
    padding: 15px;
    color: #666C74;
    font-size: 14px;
    height: auto;

}

.noticias_contenedor .card:hover .cardDescriptionPrincipal {
  opacity: 1;

}

.noticias_contenedor .cardDate {
    margin: 0;
    padding: 5px;
    color: #666C74;
    font-size: 12px;
    height: auto;

}

.noticias_contenedor .cardFooter {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 11px;
  color: #A3A9AB;
}

.noticias_contenedor .cardFooter .icon--comment {
  margin-left: 12px;
}

.noticias_contenedor .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.noticias_contenedor .icon--newsp {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAALEwAACxMBAJqcGAAAAeRJREFUOE+d07kvRFEUx3H7vocQJLYC0VCobCFCIkg0ErE0KoWgQUQsIaj9AZaEsSUShc4fMI1GoUAo/B9vfH/evXINz2Tc5DPnvnPvnHnv3DcJ7ohEIkme59URm4kt/1BnSvmDRAnecY6TOF0gbEr5g0Q5XrnDQmTEqQyXppQ/TMFnFrKInVhivhwL+0aIBcSQKeUPksUkn5CNfuyS2wjC+iZxjzhB9AvyoS8PYQTT0CNnmR9I4Vp32h2gjT1JZm8h12cq2IQwVrCNN6egHn0BiwFm2ZMaXVDHHTJfrsAzss2mRKT8Rfs0mH8reEoig/h5KFAb8shVo1a4riSmIZl5jc2btVJizILruIPeySuE2dNOzMUh7Pt3ijnWvg7lR0HmOcQ19CuPfOZb6GGeRhzEsKOVfPAdMlfBVXSoP8R0c90F3b2K7zq+vTZBBTcxiRo0Yp98L3RQWtejW5nkYvZwDCHYPh2zp4GYSzwyOevvHkIFdVd64W2fBlDEvvh7CBXsw47Fuv5qVXB7qDXFcdZj9lAH4fZJj5qMxOg8fvYQKlCKF2RiFMqrj3KAeqjAsclZ8xTUq3Wmv0wZk1uosHrzCPVKv1jkUs6KXkMbbj7/r0xmdIF7PMA9QZe9o9/y157nTX0AjifgF96wIaYAAAAASUVORK5CYII=');
  width: 20px;
  height: 20px;
  margin-top: -2px;
}

.noticias_contenedor .icon--news {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAALEwAACxMBAJqcGAAAAZ1JREFUOE+Nk0tLQlEUha2IKM2ek2wkIZYUZmYNhKhB1KhBhVQ0aCBRI6NZL/NFJEE/IIimUUHRH4im/aar9q3LuXJTrISPtfc6+6xzvHo9zqdWq7VVq9VRdBqN/ZOw2W4H+CqVyitmwbKsi79gLs/8u9nu8WD0YrygfogQuNgK1pMQZL5kttsBXownKWxS59FsI5x+iZ5AQjP2RliDHfjghB7Q8wia05YaSOK3o90EFBQwRfGIptFPE6CBKGyDgt1ssN6B1gNi5lqDGM+oVyHqYYi6Hzrlq3d5fe6ALMaAEwAZ6lu4hnv6ECxTF6HE/Cl9/Rn8CEB9eEfoOKpfpkgdp54APSuxCmOsNd/ABGQgDH4NoTMwz9wBHDKzRz/JWssbHAvqfbw76ghEmdNDFesQVnirZ6CfKy10GgxTJ5izPdiFyG8BKeorgZ+jD8CK4zF/Tj9H3fwV6BWgP1FcaN14etEcT/+RAPP2DUIUZVTf6Q3Vu7AAuqbYghGY5SDbQ1Pqmb9RQBfozXqAL07IoTmpA73W826PPWXLss6+AaD0L7kvMWN3AAAAAElFTkSuQmCC');
  width: 16px;
  height: 16px;
  margin-top: -2px;
}

.noticias_contenedor .icon--time {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAALEwAACxMBAJqcGAAAAJVJREFUOE9joBpITk62Tk1N/Q/logCgeDNWuZSUlCKQBAn4LlQr2NT/QFvPAukzRGKQ+uVwzbm5uexgDhEAqnkbnEMqRtfsCcQuRGJUzRQ5G5dmkByIBsZIC4xNtGZsAK9mkC2JiYlKMDZYEAng1QziAzU5wdhgQSSAVzMhgKGZDDwLrDktLc0EaNJuYjHQS7MZGBgYAL6H7r8J7rvoAAAAAElFTkSuQmCC');
  width: 15px;
  height: 15px;
  margin-top: -3px;
}

.noticias_contenedor .col {
  background-color: #f9f9f9;
  background-clip: content-box;
  flex: 1 1 8%;
  margin: 0 0 0.5rem 0;
  padding: 0.5em 10px;
  box-sizing: border-box;
    max-width: none;
}

.noticias_contenedor .row {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
    background-color: #f9f9f9;
}

/* nested grids */
.noticias_contenedor .row .row, .noticias_contenedor .row.nested {
  flex: 1 1 auto;
  margin-top: -0.5em;
}

/* full width grids */
.noticias_contenedor .row.wide-fit {
  margin-left: -10px;
  margin-right: -10px;
}

/* center grids */
.noticias_contenedor .row.center {
  justify-content: center;
}

.noticias_contenedor .center .col {
  flex-grow: 0;
  flex-shrink: 0;
}

/* columns widths */
.noticias_contenedor .col-span-3 {
  flex-basis: 27%;
}

.noticias_contenedor .col-span-4 {
  flex-basis: 27%;
}

.noticias_contenedor .col-span-5 {
  flex-basis: 46%;
}

/* examples */

.noticias_contenedor .fixed-width {
  flex: 0 0 500px;
  background-color: rgba(255,0,0,0.1) !important;
}

.noticias_contenedor .boton {
border: 1px solid #009640; /*anchura, estilo y color borde*/
padding: 10px; /*espacio alrededor texto*/
background-color: #009640; /*color botón*/
color: #ffffff; /*color texto*/
text-decoration: none; /*decoración texto*/
font-weight:bold;
border-radius: 20px; /*bordes redondos*/
text-align:center;
padding:5px 15px;
margin:15px 0px;
}



@-webkit-keyframes titleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px transparent;
  }
}

@keyframes titleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px transparent;
  }
}

@-webkit-keyframes subtitleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(255, 140, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px rgba(255, 140, 0, 0);
  }
}

@keyframes subtitleBlur {
  0% {
    opacity: 0.6;
    text-shadow: 0px 5px 5px rgba(255, 140, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0px 5px 5px rgba(255, 140, 0, 0);
  }
}