tabs {
    height: 64px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    top: 15px;
}


.tabs li {
    height: 40px;
    padding: 0 23px;
    display: inline-block;
    z-index: 0;
    cursor: pointer;
    -webkit-box-shadow: 0px 0 3px -1px orange inset;
    -moz-box-shadow: 0px 0 3px -1px orange inset;
    box-shadow: 0px 0 3px -1px orange inset;
}

.tab {
    background-color: #d63443;
    border-bottom: 1px solid #ffff99;
    border-left: none;
    border-right: none;
}

.title-wrap {
    width: 100%;
    height: 0;
    position: relative;
}

.title {
    padding-top:inherit;
    text-align: center;
}

.title h5 {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.85rem;
}

.tab-more {
    z-index: 10;
    background-color: #ffffcc;
    right: 0;
    border-bottom: 1px solid #ffff99;
}

.tab-back {
    z-index: 10;
    background-color: #ffffcc;
    left: -999px;
    border-bottom: 1px solid #ffff99;
}

.tab.active {
    color: black;
    background-color: #fff;
    cursor: auto;
    border-bottom: none;
    border-right: 1px solid #ffff99;
    border-top: 1px solid #ffff99;
    border-left: 1px solid #ffff99;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.active h5 {
    color: black;
}

/* slider styling */
.slides {
    position: relative;
    background-color: #fff;
    box-shadow: 0 14px 28px rgba(0,0,0,0.04), 0 10px 10px rgba(0,0,0,0.04);
}

.slick-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
}

.slick-list:focus {
    outline: none;
}

.slick-slide {
    height: 50vh;
    position: relative;
    overflow: auto;
    float: left;
    padding: 1.8em 2em;
    /** height: 100%;**/
    
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: 50%;
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-button-container {
    background-color: rgba(0, 0, 0, 0.25);
}
.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}


.swiper-slide:before {
     
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.36) 50%, rgba(0, 0, 0, 0.60) 100%);
    content: "";
    height: 80%;
    opacity: .9;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in 0s;
    width: 100%;
    will-change: opacity;
    display: block;
    pointer-events: none
}
.swiper-slide h2 {
    pointer-events: none;
    opacity: 0;
    color: #ffffff;
    font-size: calc(5vw);
    letter-spacing: -1px;
    transform: translateY(-5%) scale(0.8);
    transition: 1s ease;
    text-transform: uppercase;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
}
.swiper-slide-active h2 {
    opacity: 1;
    transform: translateY(0%) scale(1);
    transition: 1s ease;
}

.card-news {
    display: block;
    background-color: #FFF;
    padding: 15px;
    margin: 20px 0px;
    /*border: 1px solid rgba(0,0,0,.09);*/
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.card-news span.section {
    color: #FFF;
    font-size: 12px;
    background: #e74c3c;
    text-transform: uppercase;
    padding: 2px 5px;
}
.card-news .card-news-img {
    margin-bottom: 15px;
}
.card-news h2.title {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    color: black;
    text-align: left;
    /* letter-spacing: -1.2px; */
    transition: all 0.5s;
}
.card-news p.copete {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.card-news.animado {
    /*opacity: 0;*/
    transition: all 0.5s;
}

.tar-news {
    display: block;
    background-color: #FFF;
    padding: 10px 0px;
    margin: 20px 0px;
    position: relative;
}
.tar-news:after {
    content: "";
    width: 100%;
    border-top: 3px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    height: 5px;
    bottom: 0px;
}
.tar-news .cont-section {
    position: relative;
    text-align: center;
    width: 100%;
}
.tar-news .cont-section:before {
    content: "";
    background: #eeeeee;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    height: 2px;
    z-index: 0;
}
.tar-news span.section {
    display: inline-block;
    color: #000;
    background-color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.2px;
    padding: 2px 5px;
    position: relative;
}
.tar-news .card-news-img {
    margin-bottom: 15px;
}
.tar-news h2.title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1px;
    margin-top: 10px;
}
.tar-news p.copete {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.tar-news.animado {
    /*opacity: 0;*/
    transition: all 0.5s;
}