body {
	background-image: url('../img/background-home.jpg');
}
@media (min-width: 1389px) {
    .container {
        width: 1389px;
    }
}
@media (max-width: 480px) {
    .logo-box img {
        margin-left: -25% !important;

    }
    html {
        font-size: 50% !important;
    }
    .header-home .block-logo {
        min-height: 80px !important;
    }
    .header-home h2{
        padding-top: 5% !important;
    }
}   
@media (max-width: 767px) {
    .logo-box img, .swiper-container img {
        width: 50%;    
    }
    .logo-box img {
        margin-left: -25% !important;

    }
    .header-home h2{
        padding-top: 10% !important;
    }
    html {
        font-size: 80%;
    }
}
.header-home .col-md-3, .header-home .col-md-4, .header-home .col-md-5, .header-home .row {
    margin:0;
    padding:0;
}
.header-home {
    padding-top: 3.5%;
    /*min-height: 600px;*/
}
.header-home .block-logo {
    min-height: 120px;
}
.header-home h2{
    padding-top: 30%;
    padding-bottom: 30px;
    font-size: 4.5em;
}
.header-home .logo {
    /*width: 280px;*/
    margin: 0 auto;
}
.header-home .logo-box img{
    position: absolute;
    z-index: 9999;
    left: 50%;
    margin-left: -188px;
}

.header-home .cafe, .header-home .pacote {
    /*width: 280px;*/
    padding-top: 5%;
    /*margin: 0 auto;*/
}

.swiper-button-prev, .swiper-button-next {
    width: 82px;
    height: 82px;
    background-size: 82px 82px;
    top: 37%;
}
.header-home .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../img/arrow-left-slider.png') !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../img/arrow-right-slider.png') !important;   
}
.swiper-pagination nav ul li.slide-count {
    height: 25px;
    width: 25px;
    background-image: url('../img/pagination-slider.png');  
    background-repeat: no-repeat;
    background-position: center;    
    list-style: outside none none;
    display: inline-block;
    padding: 0px 10px;
}
.swiper-pagination {
    /*height: 40px;*/
    /*position: relative !important;*/
}
.swiper-container-horizontal > .swiper-pagination {
    bottom: 5px;
}
.swiper-pagination nav ul li.selected {
    background-image: url('../img/pagination-selected-slider.png') !important;  
}

.experimente-1 .col-md-5 {
    padding-right: 0px;
}