@media (max-width: 1280px) {
    .prensa_section .container {
        max-width: 968px;
    }
}

.prensa_section .prensa-banner {
    padding-bottom: 15.42%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
    position: relative;
}

@media (max-width: 1024px) {
    .prensa_section .prensa-banner {
        padding-bottom: 23.7%;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .prensa_section .prensa-banner {
        padding-bottom: 39.5%;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    .prensa_section .link-list-banner {
        min-height: 120px;
    }
}

.prensa_section .link-list-banner .container {
    position: relative;
}

.prensa_section .prensa-banner-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-54%);
}

.prensa_section .prensa-banner-content h2 {
    font-size: 55px;
    color: #fff;
            text-shadow: 0px 0px 10px #000;

}

@media only screen and (max-width: 1279px) {
    .prensa_section .prensa-banner-content h2 {
        font-size: 45px;
        top: 61px;
        padding-left: 47px;
    }
}

@media only screen and (max-width: 479px) {
    .prensa_section .prensa-banner-content h2 {
        font-size: 25px;
        top: 61px;
        padding-left: 0;
    }
}

.prensa_content {
    display: block;
    float: left;
    width: 100%;
}

.prensa_content h1 {
    display: block;
    float: left;
    color: #641F2D;
    font-family: montserratbold;
    font-size: 24px;
    font-weight: normal;
    width: 100%;
}

.prensa_content .year_container {
    display: block;
    float: left;
    margin-top: 20px;
    width: 100%;
}

.prensa_content .move_btn {
    display: block;
    float: left;
    position: relative;
    background-color: #F6F5F3;
    width: 61px;
    height: 58px;
    transition: background-color 150ms;
}

.prensa_content .move_btn:hover {
    background-color: #E3D6D8;
}

.prensa_content .move_btn.disabled {
    background-color: #F6F5F3;
    opacity: 0.5;
}

.prensa_content .move_btn:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0px 0px -12px;
    border-top: 2px solid #934958;
    border-right: 2px solid #934958;
    transform: rotate(45deg);
    content: '';
    width: 16px;
    height: 16px;
    box-sizing: border-box;
}

.prensa_content .move_btn#prev:after {
    margin-left: -4px;
    transform: rotate(-135deg);
}

.year_container .year_carousel {
    display: block;
    float: left;
    margin: 0px 2.7027%;
    padding-bottom: 10px;
    width: calc(94.5946% - 122px);
    overflow: hidden;
}

@media(min-width:768px) {
    .year_container .year_carousel {
        margin: 0px 0.8391%;
        width: calc(98.3218% - 122px);
    }
}

.year_carousel ul {
    display: block;
    float: left;
    width: 2000%;
}

.year_carousel ul li {
    display: block;
    float: left;
    padding-right: 0.0236%;
    width: 2.4906%;
    box-sizing: content-box;
}

@media(min-width:768px) {
    .year_carousel ul li {
        width: 0.5839%;
    }
}

.year_carousel ul li a {
    display: block;
    float: left;
    position: relative;
    background-color: #F6F5F3;
    color: #CAB4B7;
    font-family: 'montserratbold';
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    line-height: 54px;
    padding-top: 4px;
    width: 100%;
    transition: background-color 150ms, color 150ms;
}

.year_carousel ul li a:hover,
.year_carousel ul li a.active {
    background-color: #E3D6D8;
    color: #934958;
}

@media(min-width:768px) {
    .year_carousel ul li a {
        font-size: 20px;
    }
}

@media(min-width:1024px) {
    .year_carousel ul li a {
        font-size: 30px;
    }
}

@media(min-width:1440px) {
    .year_carousel ul li a {
        font-size: 40px;
    }
}

.year_carousel ul li a.active:after {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -9px;
    border-top: 8px solid #E3D6D8;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: '';
    width: 0px;
    height: 0px;
    ;
}

.prensa_content .prensa_listados {
    display: block;
    float: left;
    margin-top: 15px;
    padding-bottom: 70px;
    width: 100%;
}

.prensa_listados ul {
    display: none;
    float: left;
    width: 100%;
}
.prensa_listados ul:last-child {
    display: block;
}

.prensa_listados ul li {
    display: block;
    float: left;
    position: relative;
    margin-top: 30px;
    color: #1C1C1C;
    font-size: 16px;
    line-height: 24px;
    padding-left: 21px;
    width: 100%;
}

.prensa_listados ul li:before {
    display: block;
    position: absolute;
    top: 8px;
    left: 1px;
    border-top: 1px solid #824A56;
    border-right: 1px solid #824A56;
    transform: rotate(45deg);
    content: '';
    width: 8px;
    height: 8px;
}

.prensa_listados ul li strong {
    display: inline;
    float: none;
    color: #1C1C1C;
    font-family: montserratsemibold;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.prensa_listados ul li a {
    display: inline;
    float: none;
    color: #824A56;
    text-decoration: underline;
}