
/* TOP SLIDE HEADER */
.swiper-slide {
    text-align: center;
    font-size: 18px;
    padding: 10px 20px;
    /* Center slide text vertically */
    -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;
}

@media (max-width: 992px) {
    .swiper-slide {
        padding: 0;
    }
    #header-swipe {
        width: 100%;
        height:100%;
    }
}

@media (min-width: 992px) {
    .swiper-slide {
        padding: 0;
    }
    #header-swipe {
        width: 100%;
        height: 100%;
    }
}

.swiper-slide-inner {
    padding: 0;
    background-position: center;
    background-size: cover;
    height:100%;
    width:100%;
}

.swiper-pagination-bullet-active {
    background: #febf34!important;
}

.swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 3px!important;
}

/*
#swiper-info.swiper-container{
    margin-top:79px;
}
*/

#swiper-info.swiper-container.swiper-client-area {
    margin-top:15px
}

@media (min-width:769px)
{
    #swiper-info .swiper-conteudo {
        height:270px;
        background-size: cover;
        background-position: center;
        position:relative;
    }
    #swiper-info .swiper-conteudo .swiper-info {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 25px 20px;
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
        text-align: left;
    }
    .swiper-info .titulo{
        font-size: 50px;
    }
    .btn-swiper {
        position: absolute;
        bottom: 25px;
        right: 20px;
        padding: 5px 15px;
        min-width: 140px;
        text-align: center;
        background: #febf34;
        color: #fff;
    }
    .container .swiper-info .titulo{
        font-size: 36px;
    }
    .container .swiper-info .subtitulo{
        font-size: 18px;
        font-weight: 400;
    }
}

@media (max-width:768px)
{
    #swiper-info .swiper-conteudo {
        height:150px;
        background-size: cover;
        background-position: center;
        position:relative;
    }
    #swiper-info .swiper-conteudo .swiper-info {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 15px 10px;
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
        text-align: left;
    }
    .swiper-info .titulo{
        font-size: 22px;
    }
    .swiper-info .subtitulo{
        font-size: 12px;
    }
    .btn-swiper {
        position: absolute;
        top: 15px;
        right: 20px;
        padding: 5px 15px;
        min-width: 70px;
        text-align: center;
        background: #febf34;
        font-size: 12px;
        color: #fff;
    }
}

