:focus,:active,:hover{
	outline: none!important
}
a:focus,a:active,a:hover{
	text-decoration: none;
	color: initial;
	opacity: .9;
}
body{
	font-family: 'Roboto', sans-serif;
	background:#f0f0f0;
}
.anuncio-topo{
	position: relative;
	padding: 38px 0 35px;
	background: url(../layout/black-twill.png) #eff0f2;
}
.viewMobile{
	display: none;
}
.public-box{
	/*background: #000;*/
	position: relative;
}
.public-box:before{
	content: "Publicidade";
	position: absolute;
	top: -15px;
	color: #666;
	font-size: 10px;
	color: #9c9aa0;
}
.public-one{
	height: 91px;
    max-width: 970px;
    margin: auto;
}
.public-two{
	height: 250px;
    /*background-color: #000000;*/
}
.public-tree{
	height: 90px;
}
.public-tree:before{
	left: 10px
}
.outline{
	display: none
}
#topo{
	background: #fff;
	position: relative;
	height: 327px;
	margin-bottom: 43px
}
.rel{
	position: relative;
	width: 100%;
	min-height: 1px
}
.caca-salermo{
	position: absolute;
	z-index: 2;
	width: 287px;
	top: -32px;
	left:-75px;
	padding-top: 359px;
	background: url(../layout/caca-salermo-efinge.png) no-repeat center top;
}
.apresentacao{
  width: 190px;
  padding-left: 20px;
  margin:112px auto 0;
  font-family: Roboto;
  font-size: 14px;  
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #434040;
}
.logo{
	margin-top: 93px;
    display: block;
    position: relative;
    float: right;
    z-index: 9;
}
.logo:after{
	content: '';
    position: absolute;
    z-index: 9;
    width: 121px;
    height: 2px;
    border-radius: 1px;
    background-color: #b80116;
    left: 56%;
    transition: 850ms linear
}
.logo.ok:after{
	width: 221px;
}
.searchbox{
	background-color: #f6f7f8;
	padding: 26px 21px 24px;
	border-radius: 5px;
	position: relative;
	display: block;
}
.searchbox input:not([type="submit"]){
	width: 100%;
	border-radius: 5px;
    background-color: #ffffff;
    border: thin solid #bfbfbf;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 46px;
    color: #4c4c4c;
    font-size: 16px
}
.searchbox input[type="submit"]{
	position: absolute;
    top: 26px;
    font-size: 0;
    height: 49px;
    width: 44px;
    right: 21px;
    border-radius: 25px;
    background: url(../layout/search.png) no-repeat center center;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 9
}
.searchbox input[type="submit"]:hover{
  max-width: 100%;  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.box-select{
	background-color: #f6f7f8;
	padding: 26px 21px 24px;
	border-radius: 5px;
	margin-top:24px;
}
.box-select h3{
  font-size: 15px;
  font-weight: normal;
  color: #4c4c4c;
  overflow: hidden;
}
option small{
	font-size: 12px;
	margin-left: 15px
}
.nice-select{
	width: 100%;
	border-color: #bfbfbf
}
.nice-select.open .list  {    
	width: 100%!important;
	border-color: #bfbfbf;	
}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
   background:#fff;
}
.result-select ul{
	list-style: none;
	padding: 51px 70px 15px 6px
}
.result-select li{
	margin-top:15px;
}
.result-select a{
	font-size: 18px;
	color: #4c4c4c
}
.result-select li.act a{
	font-weight: bold;
	font-size: 20px;
	color:#b80116
}
.result-select li.act a small,
.result-select li a small{
	font-size: 13px;
	color: #4c4c4c;
	float: right;
}
.box-zebrado,
.box-interartigos{
	padding: 21px 25px;
	background: url(../layout/black-twill.png) #eff0f2;
	margin:38px 0 
}
.box-interartigos{
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	margin-bottom: 26px
}
.bt{
	display: inline-block;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.bt-facebook{
	background: #143f6f
}
/*wave effects*/
.bt:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1.4) translate(-50%);
  transform-origin: 50% 50%;
}
@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}
.bt:focus:not(:active)::after{
  animation: ripple 1.4s ease-out;
}
.content-filter{
	color: #4c4c4c;
	font-size: 16px;
	margin: 26px 0;
}
.label-filter{	
	text-align: right;
	padding-right: 10px;	
}
.box-chamada{
	background-color: #fff;
	padding:16px  19px;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 0 18px 0 rgba(2, 1, 2, 0.14);
	margin-bottom: 21px;
	transition: 250ms ease-in-out
}
.box-chamada:hover{
	border-left: 4px solid #b80116;
	left: 4px;
}
.box-chamada figure{
	margin:0;
	position: relative;
}
.box-chamada.btv figure:after{
	content: url(../layout/play.png);
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	z-index: 3;
	margin-left: -39.5px;
	margin-top: -39.5px
}
.texto-chamada{
	font-size: 20px;
	color: #434040;	
}
.tv,.data{
	color: #b80116;
	font-size: 13px;
	display: block;
}
.tv{
	display: none
}
.box-chamada.btv .tv{
	display: block;
}
.info b{
	color: #b80116
}
.btoval{
	border: none;
	padding: 17px 38px;
	color: #fff;
	font-size: 16px;
	text-align: center;
    border-radius: 35px;
    background-color: #b80116;
    cursor: pointer;
}
.btoval:hover,a.btoval:focus{
	background:#c81328;
	color: #fff!important
}
a.btoval{
	padding: 12px 55px;
}
#rodape{
	background-color: #535353;
	color: #fff;
	margin-top: 69px;
	padding: 39px 0 18px;
}
.facebook{
	max-width: 37px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.facebook:hover{
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
address{
	font-style: normal;
	font-size: 15px;	
	text-align: right;	
}
address b{
	display: block;
	font-weight: bold;
	font-size: 20px;
}
address b small{
	font-size: 14px;
}
#rodape h5{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px
}
.dicas{
	padding: 15px 0 15px 28px;
	border-left: 1px solid #fff
}
.space{
	height: 40px;
}
.copy,
.poweredby{
	font-size: 12px;
}
.poweredby img{
	padding-left: 11px;
}
.seaching {
    border-radius: 5px;
    border: none;
    padding: 15px 22px;
    background-color: #b80116;
    width: 92%;
    overflow: hidden;
    height: 68px;
    margin-left: 8px;
}
#busca-mob{
    position: absolute;
    top: 0;
    width: 0;
    right: 0;
    display: block;
    height: 100%;
    border: none;
    padding: 0;
    overflow: hidden;
    background:#fff;
    transition: 250ms;
}
#busca-mob input{
	width: 100%;
	border: none
}
#busca-mob.open{
	width: 100%;
	padding: 0 17px
}
article{
	color: #434040
}
#head-artig h2{
	font-size: 30px;
	font-weight: 400;
	margin:30px 0;
}
#body-artig{
	margin:30px 0;
	font-size: 16px;
	line-height: 1.8
}
.ssh{
    float: left;
    font-size: 20px;
    padding: 10px;
    color: #9d9d9d
}
.topi{
	margin: 30px auto;
	text-align: center;
	color: #434040
}
.topi h3{
	position: relative;
	font-weight: 900;
	font-size:30px; 
}
.topi h3:after{
	content: '';
	display: block;
	height:1px;
	width: 290px;
	margin:5px auto;
	background: #b80116
}
#contato {
	padding: 49px 0 0
}
#contato input,
#contato textarea{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border: none;
	border-radius: 5px;
	background-color: #fff;
	font-size: 16px;
	color: #3e3e3e;
	margin-bottom: 23px
}
#contato textarea{
	height: 139px;
}
#contato button{
	min-width: 200px;
	padding: 13px 38px;
}
.pre-form{
	margin-top: 21px;
	color: #3e3e3e
}
.pre-form h2{
	text-transform: uppercase;
	font-size: 30px;
    font-weight: 900;
}
.pre-form  div{
	font-size:16px;
}
.form-mobile{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000;
    top: 0;
    left: -5000px;
    transition: 450ms linear
}
.form-mobile.open{
	left: 0
}
.form-mobile .form-m{
	position: absolute;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	width: 100%;
	z-index: 1;
	padding: 0 10%;
}
.close-up{
	height: 50px;
	width: 50px;
	padding: 10px;
	position: absolute;
	top: 40px;
	right: 5%;
	z-index: 9
}
.form-mobile .form-m input{
	width: 100%;
	display: block;
	background:#000;
	border: none;
	color: #fff
}
.form-mobile button{
	position: absolute;
    bottom: 0;
    background: red;
    width: 80%;
    height: 50px;
    border: none;
    border-radius: 5px;
    left: 50%;
    margin-left: -40%;
    color: #fff;
    font-size:25px;
    cursor:pointer;
    bottom: 40px;
}
.form-mobile button span{
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: -2px;
    right: 8px;
}
.filtro-suspenso{
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top:0;
	z-index: 999;
	display: none
}
.filtro-mks{
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.8);
}
.segura-filtro{
	margin:50px;
	position: relative;
	z-index: 99;
	height: calc(100% - 100px);
	overflow: auto;
}
.before850{
	display: none
}
/*responsivo*/
@media only screen and (min-width: 1000px) and (max-width: 1200px){ 
	
	.logo{
		float: left;
		width: 480px;
	}
	.caca-salermo {
		left: -134px;
	}
/*1000-1200*/
}
@media only screen and (max-width: 999px){
	.logo{
		float: left;
	}
	.caca-salermo {
	    left: auto;
	    right: 0;
	}
	.apresentacao{
		display: none
	}
	.texto-chamada{
		margin-top: 10px
	}
	#rodape{
		text-align: center;
	}
	.dicas{
		border: none;
		padding:5px 0 
	}
	.facebook{
		margin-left: 0
	}
	address{
		text-align: center;
		margin-top: 20px;
	}
	.space {
	    height: 21px;
	}
	#rodape h5 {
	    margin-bottom: 19px;
	}
	.poweredby{
	    margin-top: 15px;
	}

/*999*/
}

@media only screen and (max-width: 850px){
	.before850{
		display: block
	}
	.after850{
		display: none
	}
	.box-zebrado{
		padding: 5px;
	}
	.public-two,
	.public-tree{
		height: auto;
	}
}
@media only screen and (max-width: 761px){
	.logo:after{
		left: 74%;
	}
	.logo.ok:after {
	    width: 129px;
	}
/*761*/
}
@media only screen and (max-width: 600px){
	.logo{
		margin-top: 99px;
	}
	aside{
		display: none
	}
	.viewMobile{
		display: block;
	}
	.box-chamada{
		
		margin-left:auto;
		margin-right:auto;
	}
	.box-chamada figure{
		text-align: center;
	}
	.label-filter{
		text-align: left;
	}
	.info{
		display: none
	}
	.rounded-Rectangle {	 
	  border-radius: 5px;
	  width: 100%;
	  padding: 10px;
	  font-size: 16px;
	  background-color: #f6f7f8;
	  margin-bottom: 23px;
	  position: relative;
	  height: 68px
	}
	.red{
		color: #b80116;
	    display: block;
	    float: none;
	    margin: 0;
	}
	.caca-salermo {
	    width: 242px;	    
	    background: url(../layout/caca-salermo-efinge-mob.png) no-repeat center top;
	    background-size: contain;
	}
	#topo{
		height: 277px;
	}
	.ssh{
		float: none
	}
	#rodap-article{
		text-align: center;
	}
	.ayoshare{
		display: inline-block;
	}
	.segura-filtro {
	    margin:40px 22px;
	}
	.rounded-Rectangle {
		font-size: 14px
	}
	#head-artig h2 {
	    font-size: 24px;
	    font-weight: 400;
	    margin: 30px 0;
	}
	.rounded-Rectangle{
		height: 82px
	} 
	.seaching {	   
	    padding: 23px 22px;	   
	    height: 82px;
	}
	.public-one{
		height: auto
	}
/*600*/	
}

.carregando {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	min-height: 219px;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #B80116;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #B80116 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}