@import url(css/design.css);
@import url(css/semantic_custom.css);
@import url(css/aspecto_grafico.css.php);
@import url(css/slides.css);
@import url(css/debug.css);
/*@import url(css/tamanhos_letra.css);*/
@import url(css/mediaquery.css);

HTML, BODY{
	scroll-behavior: smooth;
}

P, UL LI{
	font-weight:300;
}

*{
	font-fammily:"Archivo", sans-serif !important;
}

SECTION A{
	color:#00496e;
}

SECTION A:hover{
	color:#48bfb8;
}

.contentorSlides{
	width:100%;
	height:100%;
	display: flex;
}

.contentorSlides .textoSlides{
	
}

.textoSlides{
	/*height:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
}

.slick-slide{
    position: relative;
}

.contentorSlides{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
}

.contentorSlides H1{
	font-weight: 300;
	/*text-shadow:#000000 1px 1px 2px;*/
	padding:0px 5%;
	margin:5px;
	text-align: center;
}

.contentorSlides H2{
	font-weight: 300;
	/*text-shadow:#000000 1px 1px 2px;*/
	padding:0px 5%;
	margin:5px;
	text-align: center;
}

.contentorSlides P{
	/*text-shadow:#000000 1px 1px 2px;*/
	padding:0px 5%;
	margin:5px;
	text-align: center;
}




@media (max-width: 767px){
	.texto-banner-home A{
		font-size:12px !important;;
		line-height: 12px;
		padding:5px 10px !important;;
	}
}








.promo{
  background:#F00;
  color:#FFF;
  position: absolute;
  right: 30px;
  top:30px;
  width: 50px;
  height:50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  box-shadow: rgba(0,0,0,0.2) 5px 5px 10px;
  font-size:13px;
}