
@-webkit-keyframes move1 {
    0% {
        -webkit-transform: translateX(0) scale(1);
    }

    50% {
        -webkit-transform: translateX(105px) scale(1);
    }

    75% {
        -webkit-transform: scale(1.25);
    }

    100% {
        z-index: 1;
        -webkit-transform: translateX(0) scale(1);
    }
}

@keyframes move1 {
    0% {
        transform: translateX(0) scale(1);
    }

    50% {
        transform: translateX(105px) scale(1);
    }

    75% {
        transform: scale(1.25);
    }

    100% {
        z-index: 1;
        transform: translateX(0) scale(1);
    }
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: translateX(0);
    }

    25% {
        -webkit-transform: scale(1.25);
    }

    50% {
        -webkit-transform: translateX(-105px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes move2 {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: scale(1.25);
    }

    50% {
        transform: translateX(-105px);
    }

    100% {
        transform: translateX(0);
    }
}

.box-banner-responsive{
    height: 780px;
}

@media (max-width: 560px) {
    /*Trocar imagem banner responsivo*/
    .box-banner-all{
        display: none!important;
    }
    .box-banner-responsive{  
        display: block!important;
        height: auto!important;
    }
}

.banner-container {
    margin-top: 130px;
}

a,
a:link,
a:visited,
a:active,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


.nopadding {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 17 - BLOCK "TYPE 10" */


/*-------------------------------------------------------------------------------------------------------------------------------*/

.block.type-10 {
    padding: 0;
    position: relative;
    background-color: #fff;
}

.block.type-10 .swiper-slide {
    background-size: cover;
    background-position: center center;
}

.block.type-10 .swiper-container,
.block.type-10 .swiper-wrapper,
.block.type-10 .swiper-slide,
.block.type-10 .container,
.block.type-10 .slide-container,
.block.type-10 .slide-block {
    height: inherit !important;
    min-height: 500px !important;
}

.block.type-10 .pagination {
    position: absolute;
    left: 0;
    bottom: 20px;
    display: none;
}

.block.type-10 .slide-container {
    position: relative;
}

.block.type-10 .swiper-slide-active .image-overlay {
    transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
}

.block.type-10 .vertical-align {
    position: absolute;
    top: 90%;
    left: 0;
    transform: translateY(-52%);
    -moz-transform: translateY(-52%);
    -webkit-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    width: 100%;
    height: auto;
}

.block.type-10 .content {
    padding: 0 15px;
    text-align: center;
}

.block.type-10 .content img {
    max-width: 95%;
    height: auto;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    display: inline-block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.block.type-10 .swiper-slide-active .content img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.block.type-10 .content .button {
    margin: 0 15px 15px 0;
}

.block.type-10 .content .price {
    font-size: 20px;
    line-height: 30px;
    color: #008ab2;
    font-family: 'bold', sans-serif, Arial;
    margin-bottom: 10px;
}

.block.type-10 .content .price b {
    font-size: 30px;
    font-family: 'black', sans-serif, Arial;
}

.block.type-10 .content .price small {
    font-size: 14px;
    font-family: 'regular', sans-serif, Arial;
}

.block.type-10 .content .title {
    font-size: 54px;
    line-height: 54px;
    color: #232c3b;
    font-family: 'black', sans-serif, Arial;
    margin-bottom: 17px;
}

.block.type-10 .content .subtitle {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #232c3b;
    font-family: 'bold', sans-serif, Arial;
    margin-top: -15px;
}

.block.type-10 .content .text {
    font-size: 18px;
    line-height: 24px;
    color: #6a7483;
    margin-bottom: 22px;
}

.block.type-10 .content.text-entry {
    position: relative;
    left: 500px;
    opacity: 0;
    text-align: center;
}

.block.type-10 .swiper-slide-active .content.text-entry {
    left: 0;
    opacity: 1;
}

.banner-tabs {
    height: 106px;
    padding-top: 1px;
    overflow: hidden;
}

.banner-tabs:first-child {
    padding-top: 0;
    padding-bottom: 1px;
}

.banner-tabs .tab-entry {
    cursor: pointer;
    text-align: center;
    padding-top: 27px;
    height: 105px;
    background: #f9f9f9;
    border-left: 1px #f2f2f2 solid;
    position: relative;
    border-top: 1px #f2f2f2 solid;
}

.banner-tabs:first-child .tab-entry {
    border-top: none;
    border-bottom: 1px #f2f2f2 solid;
}

.banner-tabs .tab-entry:before {
    position: absolute;
    width: 100%;
    height: 120%;
    left: 0;
    top: 100%;
    margin-top: -1px;
    content: "";
    background: #fff;
}

.banner-tabs:first-child .tab-entry:before {
    top: auto;
    bottom: 100%;
}

.banner-tabs .tab-entry.active:before,
.banner-tabs .tab-entry:hover:before {
    top: 0;
}

.banner-tabs:first-child .tab-entry.active:before,
.banner-tabs:first-child .tab-entry:hover:before {
    top: auto;
    bottom: -1px;
}

.banner-tabs .title {
    font-size: 18px;
    line-height: 22px;
    color: #232c3b;
    font-family: 'bold', sans-serif, Arial;
    margin-bottom: 10px;
    position: relative;
}

.banner-tabs .text {
    font-size: 13px;
    line-height: 18px;
    color: #6a7483;
    position: relative;
}

.swiper-arrow {
    position: absolute;
    top: 50%;
    left: 3%;
    font-size: 35px;
    line-height: 35px;
    margin-top: -17px;
    color: #232c3b;
    cursor: pointer;
}

.swiper-arrow:hover {
    color: #254062;
}

.swiper-arrow:active {
    transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
}

.swiper-arrow.right {
    left: auto;
    right: 3%;
}

@media (max-width: 991px) {
    .block.type-10 .content img {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

    .block.type-10 .content.text-entry {
        left: 0;
        opacity: 1;
    }

    .block.type-10,
    .block.type-10 .swiper-container,
    .block.type-10 .swiper-wrapper,
    .block.type-10 .swiper-slide,
    .block.type-10 .container,
    .block.type-10 .slide-container,
    .block.type-10 .slide-block {
        /* height: 500px !important; */
        min-height: 0px !important;
    }

    .block.type-10 .pagination {
        display: block;
    }

    .banner-tabs {
        display: none;
    }

    .swiper-arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    /* .block.type-10 .swiper-slide {
        padding-bottom: 55px;
        padding-top: 25px;
    } */

    .block.type-10 .container {
        position: absolute;
        top: 20%;
        width: 100%;   
    }

    .block.type-10 .vertical-align {
        position: relative;
        top: auto;
        transform: translateY(210%);
        -moz-transform: translateY(210%);
        -webkit-transform: translateY(210%);
        -ms-transform: translateY(210%);
    }

    .block.type-10 .content {
        padding: 0;
    }

    .block.type-10 .content .title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .block.type-10 .content .subtitle {
        margin-top: 5px;
    }

    .block.type-10 .content .text {
        margin-bottom: 15px;
    }

    .banner-responsive {  
        display: block!important;
        position: relative;
        /* height: auto!important; */
    }

    .banner-container {
        margin-top: 80px;
    }

    .main-banner-height {
        height: auto !important;
        position: relative;
    }

}

.center-image {
    width: 100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 23 - BLOCK "TYPE 10" - MODIFICATION WITH BACKGROUND IMAGES */


/*-------------------------------------------------------------------------------------------------------------------------------*/

.block.type-10.style-1:before {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.block.type-10.style-1 .vertical-align {
    margin-top: 0;
}

.block.type-10.style-1 .pagination {
    display: block;
}

.block.type-10.style-1 .swiper-slide {
    position: relative;
}

.block.type-10.style-1 .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2); 
}

.block.type-10.style-1.video-slider .content.text-entry {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 20px 0;
}

.link-total {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.block.type-10.style-1.video-slider .swiper-slide:before,
.block.type-10.style-1.video-slider:before {
    background: rgba(0, 0, 0, 0.5);
}

.block.type-10.style-1 .content .title {
    color: #fff;
}

.block.type-10.style-1 .content .subtitle {
    color: #c6cad2;
}

.block.type-10.style-1 .content .text {
    color: #c6cad2;
}


.block.type-10.style-1 .block-header {
    margin-bottom: 0;
}

.block.type-10.style-1 .block-header .title {
    color: #fff;
}

.block.type-10.style-1 .block-header .text {
    color: #c6cad2;
}

.block.type-10.style-1 .container.min-height-0 {
    min-height: 0 !important;
    height: auto !important;
    padding: 35px 0;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .block.type-10.style-1 .swiper-slide {
        background: none !important;
    }

    .block.type-10.style-1 .swiper-slide:before {
        display: none;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/


/* 38 - CSS ANIMATIONS */


/*-------------------------------------------------------------------------------------------------------------------------------*/



.button {
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
}


/*transition delay*/

.block.type-10 .swiper-slide-active .content img,
.block.type-10 .swiper-slide-active .text-entry,
.block.type-10 .swiper-slide-active .image-overlay {
    transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
}

