@media  (max-width:1450px) {
	.texto h1{
		font-size: 30px;
	}
	.logo img{
		max-width: 300px;
		width: 100%;
	}
}
@media screen and (max-width: 1380px){
  .top-option figcaption h3{
    font-size: 17px
  }

  .top-option figcaption .btns li a{
    font-size: 14px
  }
}

@media  (max-width:650px) {
	footer p{
		display: block;
		margin-left: 0;
	}
	.logo img{
		max-width: 200px;
		width: 100%;
	}
	.texto h1{
		font-size: 20px;
	}
	.top-option figcaption{
	    width: 100%;
	    height: 100%;
	  }

	  .top-option figcaption .close{
	    top: 0px;
	    right: 0px;
        -webkit-border-radius: 0%;
	    -moz-border-radius: 0%;
	    border-radius: 100%;
	  }

	  .top-option figcaption h3 {
	      font-size: 14px;
	  }

	  .top-option figcaption .btns li a{
	    font-size: 13px;
	  }

	  .top-option figcaption .btns li {
	    padding: 10px 14px;
	  }

	  .top-option figcaption h4{
	    margin-top: 45px;
	  }
	  .canal-denuncia-home{
	  	position: inherit;
	  	text-align: center;
	  	padding-top:10px;
	  }
	  .canal-denuncia-home a{
	  	display: inline-block;
	  }
}

@media  (max-width:450px) {
	.texto{
		padding:0 20px;
		margin-top: 20px;
	}
	.texto h1{
		font-size: 16px;
		text-shadow: 1px 1px 1px rgba(31, 31, 31, 1);
	}
	.logo{
		padding-top: 20px;
	}
}

@media  (max-height:350px) {
	footer {
	    position: relative;
	    padding: 10px;
	}
	p{
		margin-top:0;
	}
}