/*menu rodapé novo*/
  #u-menutrio-bw{z-index:450;}
  #u-menutrio {
    z-index: 467;
    background-color: #CBCBCE;
    padding: 10px 0px;
    text-align: right;
    font-size: 9px;
    text-transform: uppercase;
  }
  #u-menutrio_align_to_page {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#u-menutrio a,#u-menutrio a:active{
  color:#000;
  text-decoration: none;
}
#u-menutrio a:hover{
  color:#951215;
}
/*páginas novas*/
		#u7862-4 h6{
			font-size: 50px;
		}
		#u7863-12 h5 {
	    color: #951215;
	    text-transform: uppercase;
	    font-size: 25px;
	    margin: 15px 0px;
	    line-height: 1;
	    font-family: league-gothic, sans-serif;
		}
		#u7863-12 h6 {
	    color: #951215;
	    text-transform: uppercase;
	    font-size: 20px;
	    margin: 15px 0px;
	    font-family: league-gothic, sans-serif;
	 }
		.so-texto{
			text-align:left !important;
		}
		.so-texto p{
			margin-bottom: 20px !important;
		}
		.aviso {
    color: #951215;
    padding: 20px;
    text-align: center;
    background-color: #f0f0f0;
    margin-top: 20px;
    display: none;
  }

	  .u-form fieldset,.u-form p{
	  	margin-bottom: 20px;
	  }
	  .u-form input,.u-form input[type="radio"],.u-form textarea{
	  	border: 1px solid #951215;
	  }
	  .u-form input,.u-form textarea{
	  	border-radius: 8px;
	  	color:#4B4B4B;
	  	padding: 8px;
	  }
	  .u-form textarea{
	  	width: 95%;
	  }
	  .u-form button{
	  	background-color:#4B4B4B ;
	  	color: white;
	  	border-radius: 0px 14px 14px 14px;
	  	padding:10px;
	  }
	  /* Customize the label (the container) */
		.container {
		  position: relative;
		  padding: 4px 10px 0px 30px;
		  margin-bottom: 12px;
		  cursor: pointer;
		  -webkit-user-select: none;
		  -moz-user-select: none;
		  -ms-user-select: none;
		  user-select: none;
		}

		/* Hide the browser's default radio button */
		.container input {
		  position: absolute;
		  opacity: 0;
		  cursor: pointer;
		  height: 0;
		  width: 0;
		}

		/* Create a custom radio button */
		.checkmark {
		  position: absolute;
		  top: 0;
		  left: 0;
		  height: 21px;
      width: 22px;
		  background-color: #eee;
		  border-radius: 50%;
		}

		/* On mouse-over, add a grey background color */
		.container:hover input ~ .checkmark {
		  background-color: #ccc;
		}

		/* When the radio button is checked, add a blue background */
		.container input:checked ~ .checkmark {
		  background-color: #951215;
		}

		/* Create the indicator (the dot/circle - hidden when not checked) */
		.checkmark:after {
		  content: "";
		  position: absolute;
		  display: none;
		}

		/* Show the indicator (dot/circle) when checked */
		.container input:checked ~ .checkmark:after {
		  display: block;
		}

		/* Style the indicator (dot/circle) */
		.container .checkmark:after {
		  top: 7px;
		  left: 7px;
		  width: 8px;
		  height: 8px;
		  border-radius: 50%;
		  background: white;
		}
