.custom-control-label::before {	}
	.custom-control-label::before,
	.custom-control-label::after {
		left: -2rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	.txtDestaque {
		font-size: 22px
	}
	.jumbotron .jumbotron_body .h2, .jumbotron .jumbotron_body h2 {
		font-size: 40px;
	}
	.jumbotron .jumbotron_body h1, .jumbotron .jumbotron_body h2, .jumbotron .jumbotron_body h3, .jumbotron .jumbotron_body h4, .jumbotron .jumbotron_body h5, .jumbotron .jumbotron_body h6 {
		color: #fff;
		text-shadow: 0 2px 2px rgba(0,0,0,.5);
		font-weight: 700;
		margin-bottom: .3em;
		margin-top: 0;
		text-transform: none;
	}
	@media screen and (max-width: 767px){
        .jumbotron h1, .jumbotron h2 {
            font-size: 32px!important;
        }}
	@media screen and (max-width: 700px){
		figure img {width:100%;}
	}
    label { 
        color: #000000 !important;
     }
    .bg-celeste {
		background-color: #F8FCFE;
    }
/*
    .remove_a, .remove_m {
    	border: 0;
    	color: #000000;
    }

     .remove_a:hover, .remove_m:hover {
    	border: 0;
    	color: #000000;
    	font-weight: bold;
    	background: transparent;
    }
     .remove_a:active:focus, .remove_m:active:focus {
    	border: 0;
    	color: #000000;
    	font-weight: bold;
    	background: transparent;
    }
    
     .remove_a:onclick, .remove_m:onclick {
    	border: 0;
    	color: #000000;
    	font-weight: bold;
    	background: transparent;
    }*/

    .hide-element {
    	display: none;
    }

