@charset "utf-8";
/* CSS Document */
body{
background: url("../image/body.jpg");
}
.term-con{width:100%;float:left;}
.no {
    text-align: center;
    border: 1px dashed #e7211c;
    padding: 10px;
    background: white;
}
.en{    width: 100%;
    float: left;
    margin-top: 20px;}
p.footer {
    text-align: center;
    padding: 10px 0px;
  /* background-image:url(../image/footer.jpg) !important;*/
    background: #e7211c;
    color: #FFF;
    margin-top: 5px;
}
.content {
       padding: 5px 15px;
   
}
.iser-logo img{ margin: 0 auto; box-shadow: none;}
.en h4 {
    margin: 0;
    padding: 12px 15px;
    background: #e7211c;
    color: white;     text-align: center;
}
.background
{
	background: #333;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.butt {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #04751a), color-stop(1, #32a82b));
	background:-moz-linear-gradient(top, #04751a 5%, #32a82b 100%);
	background:-webkit-linear-gradient(top, #04751a 5%, #32a82b 100%);
	background:-o-linear-gradient(top, #04751a 5%, #32a82b 100%);
	background:-ms-linear-gradient(top, #04751a 5%, #32a82b 100%);
	background:linear-gradient(to bottom, #04751a 5%, #32a82b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04751a', endColorstr='#32a82b',GradientType=0);
	background-color:#04751a;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	padding:8px 15px;
	text-decoration:none;
}
.butt:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #32a82b), color-stop(1, #04751a));
	background:-moz-linear-gradient(top, #32a82b 5%, #04751a 100%);
	background:-webkit-linear-gradient(top, #32a82b 5%, #04751a 100%);
	background:-o-linear-gradient(top, #32a82b 5%, #04751a 100%);
	background:-ms-linear-gradient(top, #32a82b 5%, #04751a 100%);
	background:linear-gradient(to bottom, #32a82b 5%, #04751a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#32a82b', endColorstr='#04751a',GradientType=0);
	background-color:#32a82b;
}
.butt:active {
	position:relative;
	top:1px;
}
.text
{
	width: 80%;
	margin: 160px auto;
}
.form-group {
width: 100%;
float: left;}
h3 {
        color: #000;
    font-weight: 600;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img { box-shadow: 3px 3px 10px #323232;}
.payment{ width:100%; float:left;}
.paym{     width: 950px;
    margin: 0 auto;
    background: rgba(255,255,255,0.7);
    padding: 15px 25px;
    margin-top: 30px; box-shadow: 3px 3px 20px #000;}
.paym h3{     text-align: center;
    color: #099cc7;
    font-size: 28px;
    border: 5px groove #439ecc;
    padding: 10px;}
/*.paym .form-group label{width:30% !important; float:left;}

.paym .form-group .form-control{width:65% !important; float:right;}*/
.paym .content{ width:100%; float:left;}
.paym .content h3{ margin-top:5px;}
.form-control{border: 1px solid #4a4b4a}
.active1{ 
	height:50px;
	width:100%;
	background:url(../image/1.png) no-repeat;

	
}

.active1 p {
    padding: 2% 22%;
    color: aliceblue;
    font-family: serif;
    font-size: 19px;
}
.active2{
	background:url(../image/2.png)no-repeat;
    
	
}
.active2 p {
            color: rgb(77, 137, 163) !important;
}
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 5px;
  margin-left: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  height: 345px;
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #099AE1; /* link roxo  e agora tá azul*/
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #6C6C6C;
  background-image: #6C6C6C;
  color: #FFFFFF;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #6C6C6C;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
@media screen and (min-width: 320px) and (max-width:767px){
 .list-group p{
   display:none;
 }
 .paym{width:100%;}
}
@media (max-width: 470px){
 .list-group p{
   display:none;
 }
 
}


/**
 * Error color for the validation plugin
 */

.error {
  color: #e74c3c;
}
.funkyradio div {
    clear: both;
    /*margin: 0 50px;*/ 
    overflow: hidden;
}
.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #333;
    font-weight: normal;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; margin-bottom:1em;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'';
    width: 2.5em;
    background: #333;
    border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888; 
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;   
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999; 
}
.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc; 
}
.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}
.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.funkyradio-last input[type="radio"]:checked ~ label:before, .funkyradio-last input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}