/* Swiper 1 ***************************************************************** */
.swiper-container.swiper1 {
    width: 100%;
    height: 100%;
    z-index: 100;
}

.swiper1 .swiper-wrapper {
    height: auto;
}

.swiper1 .swiper-slide {
    margin: 140px 0 0 0;
    padding: 0px 20px 0 20px;
}

.swiper1 .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 0 4px;
}

.swiper1 .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper1 .swiper-pagination {
    position: initial;
    text-align: left;
    margin: 16px 0 0 0;
    padding: 0px 20px 0px 20px;
}

/* Swiper 2 ***************************************************************** */
.swiper-container.swiper2 {
    width: 100%;
    height: 200px;
}

.swiper2 .swiper-wrapper {
    height: auto;
}

.swiper2 .swiper-slide {
    padding: 20px 20px 0 20px;
    /* text-align: center; */
    font-size: 16px;
    height: auto;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper2 .swiper-pagination-bullet {
    background: #fff;
}

.swiper2 .swiper-pagination-bullet-active {
    background: #ffffff;
}

.parceiros {
    width: 128px;
    height: 128px;
    
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.parceiro-nova {
    background-image: url("../images/parceiros-nova.svg");
}

.parceiro-aguettant {
    background-image: url("../images/parceiros-aguettant.svg");
}

.parceiro-dilofar {
    background-image: url("../images/parceiros-dilofar.svg");
}

.parceiro-salf {
    background-image: url("../images/parceiros-salf.svg");
}

.parceiro-nexcape {
    background-image: url("../images/parceiros-nexcape.svg");
}

.read-more-swiper {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 6px 12px;
    border-radius: 4px;
    line-height: 1.42857143;
    font-size: 14px;
}

.swiper-wrapper a:hover {
    color: #fff;
    text-decoration: none;
}

.sw-image-left {
    width: 100%;
    height: 0;
    padding-top: 60%;
    margin: 0 0 20px 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.sw-news-title {
    width: 100%;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 30px;
    height: 62px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sw-new-subtitle {
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* ************************************************************************** */
@media screen and (min-width: 768px) {/* ************************************ */
/* ************************************************************************** */

.sw-news-title {
    width: 50%;
    font-size: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 44px;
    height: 90px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sw-new-subtitle {
    width: 50%;
}

/* ************************************************************************** */    
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 980px) {/* ************************************ */
/* ************************************************************************** */



/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 992px) {/* ************************************ */
/* ************************************************************************** */



/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 1080px) {/* *********************************** */
/* ************************************************************************** */



/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 1200px) {/* *********************************** */
/* ************************************************************************** */



/* ************************************************************************** */
}/* ************************************************************************* */
/* ************************************************************************** */

/* ************************************************************************** */
@media screen and (min-width: 1900px) { /* ********************************** */
/* ************************************************************************** */



/* ************************************************************************** */
} /* ************************************************************************ */
/* ************************************************************************** */