@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Muli');	/*importing muli font*/

/* "!important is used to overwrite the existing value for a particular property" */

body {
    color: #999 !important;
    text-decoration: none !important;
	font-family: 'Muli', sans-serif !important;
	
}


.form-width {			/*for form card*/
	padding: 0px 30px 15px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	box-shadow: 0px 2px 1px #ddd;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	
}
.form-width2 {			/*for form card*/
	padding: 0px 30px 5px;
}
.form-header {		/*header of the form*/
	margin: 0 -30px;
    margin-bottom: 30px !important;
	background: #0074b5;
	padding: 15px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.24);
	color:white !important;
}

a:focus, a:hover {
    text-decoration: none !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, input.checkbox:focus {
	outline:0px auto -webkit-focus-ring-color !important;
}
.btn-default.focus, .btn-default:focus, .btn-default:hover {
	color: #fff !important;
    background-color: #0074b5 !important;
    border: 1px solid #0074b5 !important;
    text-decoration: none;
}
.btn:active {
	box-shadow:none !important;
}
.btn-default {				/*customized buttons eg: send, register, done.... present in each form*/
	width:100%;
	border-radius: 2px !important;
	box-shadow:1px 4px 7px 0px rgba(99, 97, 97, 0.24);
	color:white !important;
	background-color: #00a5da !important;
	border-color: transparent !important;
	height:46px;
	font-size:19px;
}
.btn.focus, .btn:focus {
	box-shadow:none !important;
}
.form-group {
	height: 40px;	
}
.form-control {
	padding-left: 36px !important;	
}

.fcb {
	padding-left: 6px !important;	
}
.fcd {
	padding-left: 0px !important;	
}
.fcc {	
	cursor:default !important;		
}



.iconalign {		/*icon alignment*/
	top: -42px;
    position: relative;
    padding: 11px;
}


/*CONTACT US FORM*/
.btn-browse {		
	width:100%;			/*BROWSE button*/
	background-color:#e56021;
	color:white;
	border-radius: 0px !important;
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
	height:40px;
}
.btn-browse:hover, .btn-browse:focus {
	background-color:#ce2f17 !important;
	color:white !important;
}
.file {
	visibility:hidden;
	position:absolute;
}


/*Login-1 FORM*/
.icon-button {
	background-color: #0074b5;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 50px;
}
/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
	background-color: #4099ff;
}
/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 50px;
	z-index: 10;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
}


/*rating of the feedback form*/
.rating{
	direction: rtl;
}
/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}
.rating:not(:checked) > label {
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
}
.rating:not(:checked) > label:before {
    content: '★ ';
}
.rating > input:checked ~ label {
    color: #0074b5;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #0074b5;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #0074b5;
}
.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}


/*to avoid safari select field shadow*/
select {
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
	-o-appearance:none !important;
}
.form-control{
	color:#333}
#categoria, #categoria_individual{
	background:#f6f6f6;}	
	.file {
  visibility: hidden;
  position: absolute;
}
.imgpago{
	margin-top:4px;
	max-width:85px;
	max-height:85px;
}
.butpad{
margin-top:50px; 
margin-bottom:40px;
	}
.valig{
padding-top:5px;	
	}
.ctop{
margin-top:25px;	
	}	
@media (max-width:400px){	
.sp-cont{
	padding:0px 4px}
	.form-width,.form-width2 {			/*for form card*/
	padding: 0px 6px 2px;
	
	
}
.form-header {		/*header of the form*/
	margin: 0 -6px;
  
}

	
}

@media (max-width:991px){	
.ctop{
margin-top:0px;	
	}
.imgpago{
	margin-top:18px;
}
	.butpad{
margin-top:80px; 

	}
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.h4conv{
	color:#fff;	
	background:#e56021;
	}
.h4conv a{
	color:#fff;		
	}
.h4conv:hover{
	background:#ce2f17;
	}	
	
.badge{	
	padding-left:16px;
	padding-right:16px;
	
	font-size:16px;
	margin-bottom:7px;
	margin-top:10px;
	font-weight:normal;
	cursor: default;
}
.badge-azul{
	background:#0074b5;
	border:1px solid #0074b5;
}
	.badge-naranja{
	background:#eb652c;
	border:0px solid #eb652c;
}	
.badge-azul:hover{
	background:#0074b5;
	border:1px solid #0074b5;
	
}
	.badge-naranja:hover{
	background:#eb652c;
	border:0px solid #eb652c;
	
}