- /*TIMELINE MES NOTICIAS*/
 
.noticiasLineaTiempo body {
     margin: 0;
     background-color: #fff;
     font-family: 'Lato', sans-serif;
 }
 
 .noticiasLineaTiempo * {
     outline: none;
 }
 
 .noticiasLineaTiempo .timeline-carousel {
     padding: 50px 6.9444% 60px 6.9444%;
     position: relative;
     overflow: hidden;
     z-index: 0;
 }
 
 .noticiasLineaTiempo .timeline-carousel:after,
 .noticiasLineaTiempo .timeline-carousel:before {
     content: "";
     position: absolute;
     display: block;
     top: 0;
     height: 100%;
     width: 6.9444%;
     background-color: #fff;
     z-index: 3;
     width: 6.9444%;
 }
 
 .noticiasLineaTiempo .timeline-carousel:after {
     left: 0;
 }
 
 .noticiasLineaTiempo .timeline-carousel:before {
     right: 0;
     opacity: 0;
 }
 
 .noticiasLineaTiempo .slick-track {
     display: inline-flex;
 }
 /*.slick-slide {
     width: 10% !important;
 }*/
 
 .noticiasLineaTiempo .timeline-carousel .slick-list {
     overflow: visible;
 }
 
 .noticiasLineaTiempo .timeline-carousel .slick-dots {
     bottom: 0;
 }
 
 .noticiasLineaTiempo .timeline-carousel h2 {
     font-size: 4.6rem;
     line-height: 50pd;
     margin-bottom: 40px;
     font-weight: 700;
     color: #000;
 }
 
 .noticiasLineaTiempo .timeline-carousel__image {
     padding-right: 30px;
 }
 
 .noticiasLineaTiempo .timeline-carousel__item {
     cursor: pointer;
 }
 
 .noticiasLineaTiempo .timeline-carousel__item .media-wrapper {
     opacity: 0.4;
     padding-bottom: 71.4%;
     -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
     -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
     transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
 }
 
 .noticiasLineaTiempo .timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
     width: calc(100% - 30px);
 }
 
 .noticiasLineaTiempo .timeline-carousel__item-inner {
     position: relative;
     padding-top: 45px;
 }
 
 .noticiasLineaTiempo .timeline-carousel__item-inner:after {
     position: absolute;
     width: 100%;
     top: 45px;
     left: 0;
     content: "";
     border-bottom: 1px solid #2980B9;
 }
 
 .noticiasLineaTiempo .timeline-carousel__item-inner .year {
     font-size: 36px;
     line-height: 36px;
     display: table;
     letter-spacing: -1px;
     padding-right: 10px;
     background-color: #fff;
     z-index: 1;
     position: relative;
     margin: -15px 0 20px;
     font-weight: 900;
 }
 .noticiasLineaTiempo .timeline-carousel__item-inner .year.noNoticias {
     font-size: 24px;     
 }
 .noticiasLineaTiempo .timeline-carousel__item-inner .year:after {
     content: "";
     position: absolute;
     display: block;
     left: -10px;
     top: 0;
     height: 100%;
     width: 10px;
     z-index: 3;
 }
 
 .noticiasLineaTiempo .timeline-carousel__item-inner .month {
     font-size: 12px;
     text-transform: uppercase;
     display: block;
     margin-bottom: 10px;
     font-weight: 900;
 }
 
 .noticiasLineaTiempo .timeline-carousel__item-inner p {
     font-size: 12px;
     line-height: 18px;
     width: 60%;
     font-weight: 400;
     margin-bottom: 15px;
 }
 
 .noticiasLineaTiempo .timeline-carousel__item-inner .read-more {
     font-size: 12px;
     display: table;
     margin-bottom: 10px;
     font-weight: 900;
     text-decoration: none;
     position: relative;
 }
 
 .noticiasLineaTiempo .timeline-carousel__item-inner .read-more:after {
     content: "";
     position: absolute;
     left: 0;
     bottom: -1px;
     width: 0;
     /*border-bottom: 2px solid #2980B9;
     -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
     -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
     transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);*/
 }
 
 .noticiasLineaTiempo .timeline-carousel__item-inner .read-more:hover:after {
     width: 100%;
 }
 
 .noticiasLineaTiempo .timeline-carousel__item-inner .pointer {
     height: 29px;
     position: relative;
     z-index: 1;
     margin: -4px 0 16px;
 }
 
 .noticiasLineaTiempo .timeline-carousel__item-inner .pointer:after,
 .noticiasLineaTiempo .timeline-carousel__item-inner .pointer:before {
     position: absolute;
     content: "";
 }
 
 .noticiasLineaTiempo .timeline-carousel__item-inner .pointer:after {
     width: 9px;
     height: 9px;
     border-radius: 100%;
     top: 0;
     left: 0;    
 }
 
 .noticiasLineaTiempo .timeline-carousel__item-inner .pointer:before {
     width: 1px;
     height: 100%;
     top: 0;
     left: 4px;    
 }
 
 .noticiasLineaTiempo .timeline-carousel .slick-active .media-wrapper {
     opacity: 1 !important;
 }
 
 .noticiasLineaTiempo .slick-dots {
     bottom: 60px;
     list-style: none;
     position: absolute;
     width: 100%;
     left: 0;
     text-align: center;
     z-index: 2;
 }
 
 .noticiasLineaTiempo .slick-dots li {
     cursor: pointer;
     display: inline-block;
     margin: 0 6px;
     position: relative;
     width: 10px;
     height: 10px;
 }
 
 .noticiasLineaTiempo .slick-dots li:last-child {
     margin-right: 0;
 }
 
 
 
 .noticiasLineaTiempo .slick-dots li button {
     display: block;
     font-size: 0;
     width: 15px;
     height: 15px;
     padding: 0;
     /*background-color: rgba(41, 128, 185, 0.6);
     border-color: rgba(255, 255, 255, 0.6);*/
     cursor: pointer;
     -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
     -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
     transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
 }
 
 .noticiasLineaTiempo .link {
     position: absolute;
     left: 0;
     bottom: 0;
     padding: 20px;
     z-index: 9999;
 }
 
 .noticiasLineaTiempo .link a {
     display: flex;
     align-items: center;
     text-decoration: none;
 }
 
 .noticiasLineaTiempo .link .fa {
     font-size: 28px;
     margin-right: 8px;
 }