/* BANNER SCROLL */

.banner_scroll {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding-bottom: 40px;
   /* background-image: url(img/background_gradient2.png);*/
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
   /* transform: scale(0.95);*/
    z-index: 9;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}

.banner_scroll:hover {
    /*transform: scale(1.05);*/
}

.banner_scroll.reduzido {
    font-size: 0.9em;
}

.banner_scroll .topo {
    width: 100%;
    margin-bottom: 0vh;
    -moz-mask-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 9;
}

.banner_scroll.reduzido .topo {
    margin-bottom: -12vh;
}

.banner_scroll .conteudo {
    position: relative;
    padding: 0;
    text-align: center;
    z-index: 10;
}

.banner_scroll .conteudo img {
    margin-bottom: 30px;
}

.banner_scroll .conteudo img:first-child {
    max-width: 40%;
}

.banner_scroll .conteudo small {
    display: block;
    padding: 30px 0;
}


.text-banner-1{

    font-size:2em;
   
}

.text-banner-2{

    font-size:1em;

}
