@import url('https://fonts.googleapis.com/css?family=Mukta:300');
body {
background-color: #f5f5f5 !important;
font-family: 'Mukta', sans-serif;
    margin-top: 15%;
	font-size: 14px;
}

/* Form Module */
.form-module {
     
  position: relative;
background-color:#f5f5f5;
  width: 100%;
margin: 0px auto;
}
 
.form-module .form {
  display: block;
  padding: 20px;
}


.form-module h2 {
  margin: 0 0 10px;
  color: #bf1522;
  font-size: 1.4em;
  font-weight: 600;
  font-family: 'Mukta', serif;
  line-height: 1.5;
}

.form-module h3 {
  margin: 0 0 10px;
  color: #444;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Mukta', serif;
  line-height: 1;
}

.fb {
  color: #444;
  font-size: 1.2em !important;
  font-family: 'Mukta', serif !important;
 padding: 7px 7px 0px 0px;
 font-weight:200;
  line-height: 1.5;
}


		#tri {
	width: 0;
	height: 0;
	border-bottom: 22px solid #f0ad4e;
	border-left: 22px solid transparent;
	display:inline;
	position: absolute;
	margin-right: 5px;
}

#tri2 {
	    width: 0;
    height: 0;
    border-top: 14px solid #ccc;
    border-right: 14px solid transparent;
    display: inline;
    position: absolute;
    margin-right: 5px;
    right: 25px;
}

#linea {
	    width: 30px;
    height: 5px;
    background: #44bb9b;
    display: block;
    position: relative;
    bottom: -15px;
}
				.titulo{
				
				line-height: 1.1em;
				font-size: 1.2em;
				font-family:'Mukta', serif !important;
				font-weight:300;
				margin-right: 0px;
				text-align: center;
				padding: 10px 0;
				}

.regreso{
				
				line-height: 0.7;
				font-family: 'Mukta', sans-serif;
				font-weight:300;
				text-align: center;
				padding: 10px;
				}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
		width: 100%;
		position:inherit !important;
	margin-left: 0px !important;
		}
.checkbox{
margin: 0px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
		
		.radio input[type=radio], .radio-inline input[type=radio] {
		width: 100%;
		height: 15px !important;
		margin-left: -30px !important;
		margin-top: auto !important;
		}


	input {display:inline-block;
border: 1px solid #767676 !important
}
	input[data-multiple] {display:inline-block;}
	
	.boton-enviar{
					cursor: pointer !important; 
					background-color: #b72b30 !important; 
					border-width: 0px !important; 
					border-style: none !important;
					color: rgb(255, 255, 255) !important; 
					font-weight: bold !important; 
					font-family: 'Mukta', serif; font-size: 16px !important; 
					line-height: 22.8571px !important; 
					padding: 7px 15px 7px 15px !important;  }
	
			.boton-enviar:hover {
			opacity: .6 !important;}
			
.form-module input {
  width: 100%;
  background-color: rgb(255, 255, 255);
  height: 25px !important;
  font-weight: 300;
  font-family: 'Mukta', serif;
	font-size: 1em;
  padding: 2px 15px 2px 15px;
	color: rgb(51, 51, 51);
	margin-bottom: 7px;
}

.form-module select {
    width: 70%;
  background-color: rgb(255, 255, 255);
  height: 30px;
  font-weight: 300;
  font-family: 'Mukta', serif;
	font-size: 1em;
	line-height: 24.285 px;
  padding: 0px 3px 0px 3px;
	color: #888;
	margin-bottom: 7px;
	padding-left: 11px;
}


.form-module textarea {
  width: 70%;
  background-color: rgb(255, 255, 255);
  height: 30px;
  font-weight: 300;
  font-family: 'Mukta', serif;
	font-size: 1em;
	line-height: 24.285 px;
  padding: 6px 15px 2px 15px;
	color: rgb(51, 51, 51);
	margin-bottom: 9px;
}


.form-module button {
  cursor: pointer;
 background-color: rgb(237, 28, 36);
  border-width:0px;
	border-style:none;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-family: 'Mukta', serif;
	font-size: 16px;
  line-height: 22.8571px;
   padding: 10px 35px 10px 35px;
}

.form-module button:hover {
  opacity: .6;
  
}

.form-module option{
  font-weight: 200;
  font-family: 'Ek Mukta', sans-serif;
	font-size: 17px;
	line-height: 24.285 px;
  padding: 0px 3px 0px 3px;
	border-color:rgb(169, 169, 169);
	border-width:1px;
	border-style:solid;
	color: rgb(81, 81, 81);
	margin-bottom: 9px;
}

.msj_buscar{
	text-align:center;
	color: rgb(237, 28, 36);
	font-size:800;
}

#cont_barra {
    width: 100%;
    height: 2em;
}

#barra {
    width: 0;
    height: 100%;

    -webkit-animation: progreso 5s linear infinite;
            animation: progreso 5s linear infinite;

    background: #bf1522;
}


@-webkit-keyframes progreso {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes progreso {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

