/*
*
* Arquivo para alteração pontual de estilo do site
*
*/

/* Banner */
.js-banner-rotativo > .slick-dots {
    bottom: -35px;
    width: 100%;
    text-align: center;
    padding-left: 0;
    right:0;
    left:0;
}
.dots-gray > .slick-dots {
	color: #444444 !important;
}

.section {
  padding-top: 45px;
  padding-bottom: 45px;
   }

@media only screen and (max-width: 500px) {
	.js-banner-rotativo {
		padding-bottom: 15px;
	}
    .js-banner-rotativo > .slick-dots {
        bottom: -8px;
	    left: 0!important;
	    color: white!important;
    }

}

@media only screen and (max-width: 767px) {
	.js-banner-rotativo {
		padding-bottom: 15px;
	}
    .js-banner-rotativo > .slick-dots {
        bottom: -8px;
	    left: 0!important;
	    color: white!important;
    }
    .dots-gray > .slick-dots {
		color: #444444 !important;
	}

}


/* Newsletter */

.newsletter--form div[data-error]:after {
    position: absolute;
    color: red;
    content: attr(data-error);
    transition: all 0.3s;
    left: 20px;
    top: 60px;
}

.newsletter--form button:disabled {
    background: grey;
}

.newsletter--form .done {
	text-align: center;
	font-size: 2rem;
	padding-top: 0;
	padding-bottom: 3rem;
}

.col-md-push-2 .newsletter--form  .done {
    color: white;
}

#newsletter_container {
    min-height: 260px;
}

.label-order {
    display: initial !important;
    vertical-align: text-bottom;
}


/* Busca */
/* Scrolling e transparência. Para aumentar/reduzir a transparência, 
remova/insira linhas com rgba(0,0,0,1).*/
#div-articulistas {
    overflow-y: auto;
    height: 273px;            
    -webkit-mask-image: linear-gradient(to bottom, 
    rgba(0,0,0,1), 
    rgba(0,0,0,1), 
    rgba(0,0,0,1), 
    rgba(0,0,0,0));
    mask-image: linear-gradient(to bottom, 
    rgba(0,0,0,1), 
    rgba(0,0,0,1), 
    rgba(0,0,0,1), 
    rgba(0,0,0,0));
}
        
/* Padding extra no div dentro da segunda coluna dos articulistas para 
o último item ficar fora da transparência.*/
.extra-padding {
    padding-bottom: 20%;
}

