.skin-black-light .main-header {
	border-bottom: transparent;
}

.corporate-gradientModificado {
    background: #35a096;
    background: -moz-linear-gradient(top, #35a096 0%, #5ba2ce 73%);
    background: -webkit-linear-gradient(top, #35a096 0%,#060a0c2e 73%);
    background: linear-gradient(to bottom, #35a096 0%,#5ba2ce 73%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a096', endColorstr='#5ba2ce',GradientType=0 );
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.58);
    text-align: center;
    color: white;
}
.displayText{
	color:#CCCCCC;
	margin-left:1%;
	font-style:italic;
}
.titleRegistration{
	font-family: 'Ubuntu', sans-serif;
    font-size: 1.3rem;
    color: #2e2e2e;
    margin-left:1%;
}
.form-controlModificado{
    display: block;
    width: 100%;
/*     padding: .375rem .75rem; */
	margin:1%;
	padding:2%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 0px;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control2ColumLeft{
	display: block;
    width: 49%;
    float:left;
/*     padding: .375rem .75rem; */
	margin:1%;
	padding:2%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 0px;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control2ColumRight{
	display: block;
    width: 49%;
    float:right;
/*     padding: .375rem .75rem; */
	margin:1%;
	padding:2%;
	margin-right:-1%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 0px;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.registrate{
	margin-top:2%;
	text-align: center;
}
.boton {
	background-color:#2e2e2e;
/* 	Borde redondeado */
	border: 0px;
    border-radius: .25rem;
	display: block;
    width: 40%;
    float:center;
	margin:2%;
	
	margin-left:30%;
	padding:2%;
    font-size: 1rem;
    line-height: 1.5;
	cursor:pointer;
	color:#ffffff;
	font-weight: bold;
}

.boton:active {
	background-color:#2e2e2e;
	/* 	Borde redondeado */
	border: 0px;
    border-radius: .25rem;
	border:1px solid #5fbed5;
	    display: block;
    width: 40%;
    float:center;
	margin:1%;
	margin-left:30%;
	padding:2%;
    font-size: 1rem;
    line-height: 1.5;
	cursor:pointer;
	color:#ffffff;
	font-weight: bold;
}


.contacto-form-rowModificado {
    background-color: #fff;
    padding: 5px 10px 10px 10px;
}


#section-contact .form-control:not([type="submit"]){
	padding: 5px;
	color: #000;
	text-align: left;
	padding-left:10px;
}
.table td, .table th{
	border-top:none;
	padding: 0px;
	vertical-align: middle;
/* 	height: 40px; */
}
.table td input, .table td select{
	margin-top: 5px;
}
#section-contact .form-control{
	margin-bottom: 5px;
}
#section-contact .form-controlDos{
	margin-bottom: 5px;
	margin-left:50%;
	margin-right:50%;
	padding-left:20%;
	padding-right:20%;
}

.principal h4{
	font-weight: 600;
	color: #35a096;
}

.contenidoPago{
	background-color: #fff;
	padding: 20px;
/* 	margin:5px; */
	margin-bottom: 35px;
/* 	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.58); */
}

.cajaDerecha{
	background-color: #fff;
	padding: 20px;
/* 	margin:5px; */
	margin-bottom: 265px;
/* 	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.58); */
}

.logocorporativo{
	height: auto; 
	max-width: 160px; 
	width: 100%; 
	margin-left:20%;
}
.cerrarSesion{
	float:right; margin-top:1.5%; margin-right:22%; color:white;
}

.section-title strong{
	float: left;
	margin-right: 10px;
	padding-top: 4px;
}

/*************** checkbox *******************/

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background: #35a096;
  background: -moz-linear-gradient(top, #35a096 0%, #5ba2ce 73%);
  background: -webkit-linear-gradient(top, #35a096 0%,#5ba2ce 73%);
  background: linear-gradient(to bottom, #35a096 0%,#5ba2ce 73%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a096', endColorstr='#5ba2ce',GradientType=0 );
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}