input {
	outline: none;
}
input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
textarea {
  outline: none;
  border:1px solid #ccc;
  border-radius: 3px;
}
textarea:focus, input:focus {
  border:;
}
/*---------------------------------------------*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}
/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}
button:hover {
	cursor: pointer;
}
/*---------------------------------------------*/
.notification {
  width:100%;
  color:#000;
  font-size:15px;
  font-weight:600;
  padding: 5px 0;
  text-align:left;
  letter-spacing:-0.5px;
}
.notification b {
  color: #006fdf;
  font-weight: 800;
  font-size: 17px;
  margin-top: 10px;
}
.notification span {
  color: #000c42;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -1px;
}
.container-contact100 {
  width: 100%;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;  
}
.wrap-contact100 {
  width: 100%;
  background: #fff;
  overflow: hidden;
  padding: 0 20px;
}
/*---------------------------------------------*/
.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.titulo-form {
  display: block;
  width: 100%;
  font-size:18px;
  color: #048;
  line-height: 1.2;
  text-align: left;
  padding: 5px 0 18px 0;
}
.parrafo-form {
  display: block;
  width: 100%;
  font-size:11px;
  color: #555;
  line-height: 1.2;
  text-align: justify;
  text-align: left;
  padding-bottom: 10px;
}
.archivos {
  width: 100%;
  padding:15px;
  background: #f5f5f5;
}
.wrap-input100 {
  width: 100%;
  position: relative; 
  margin-bottom:15px;
}
.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}
.label-input100 {/*Titulo Label Input*/
  font-size:11px;
  color:#555;
  padding-left:5px;
  text-transform:uppercase;
  font-weight:bold;
}
.label-input100 i {
  font-size:13px;
  color:#555;
  margin-right: 8px; 
}
.label-input100 strong {
  color: #F09;
}
.input100 {/*Input*/
  display:block;
  width:100%;
  background:#FFF;
  border:1px solid #ccc;
  border-radius: 3px;
  font-size:14px;
  color:#555;
  line-height:1;
  padding:0 15px 0 10px;
}
input.input100 {/*Alto input*/
  height: 35px;
}
textarea.input100 {
  min-height: 120px;
  padding-top: 9px;
  padding-bottom: 13px;
}
.input100:focus + .focus-input100::before {
  width: 100%;
}
.has-val.input100 + .focus-input100::before {
  width: 100%;
}
.container-contact100-form-btn {
  padding-top:10px;
  float: left;
}
.contact100-form-btn {
  font-family:'Montserrat',sans-serif;
  background:#ffd500;
  color:#000;
  display:block;
  padding:0 20px;
  width:130px;
  height:40px;
  border-radius:5px;
  font-size:14px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.5px;
  text-align:center;
  float:left;
  text-transform: uppercase;
}
.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 650px) {
  .rs1-wrap-input100 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 10px 15px 50px 15px;
  }
}
/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
  position: relative;
}
.btn-hide-validate {
  font-size: 1px;/*20px*/
  color: #0f0;/*#FF0000*/
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  font-weight:bold;
  width:40px;
  height:40px;
  top:25px;
  right:10px;
}
.rs1-alert-validate.alert-validate::before {
  background-color:#fff;
}
.true-validate::after {
  content:"\f00c";
  font-size:14px;
  color:#33C700;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  font-weight:bold;
  width:40px;
  height:40px;
  top:25px;
  right:0;
}
/*---------------------------------------------*/
@media (max-width: 576px) {
  .alert-validate::before {
    padding: 0 10px 0 10px;
  }

  .true-validate::after,
  .btn-hide-validate {
    right: 0px;
    width: 30px;
  }
}
/*==================================================================
[ Restyle Radio ]*/
.wrap-contact100-form-radio {
  width: 100%;
  padding: 15px 25px 0 5px;
}
.contact100-form-radio {
  padding-bottom: 5px;
}
.input-radio100 {
  display: none;
}
.politica-privacidad {
  display:block;
  position:relative;
  padding-left:5px;
  font-size:12px;
  color:#555;
  line-height:1.2;
  margin-bottom:10px;
}
.politica-privacidad a {
  font-size: 12px;
  color: #006EDC;
}
.label-radio100::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius:5px;
  border: 1px solid #cdcdcd;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.label-radio100::after {
  content:"\f00c";
  color: #048;
  font-weight: bold;
  display: block;
  position: absolute;
  width:20px;
  height:20px;
  font-size: 13px;
  left: 3px;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.input-radio100:checked + .label-radio100::after {
  display: block;
}
/*==================================================================
[ rs NoUI ]*/
.wrap-contact100-form-range {
  width: 100%;
  padding: 20px 25px 57px 25px;
}
.contact100-form-range-value {
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 30px;
}
.contact100-form-range-value input {
  display: none;
}
#filter-bar {
  height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #f7f7f7;
}
#filter-bar .noUi-connect {
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #00ad5f;
  box-shadow: none;
}
#filter-bar .noUi-handle {
  width: 40px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 9px;
  background: #f5f5f5;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  top: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
#filter-bar .noUi-handle.noUi-handle-lower {
  left: -1px;
}
#filter-bar .noUi-handle.noUi-handle-upper {
  left: -39px;
}
#filter-bar .noUi-handle:before {
  content: "";
  display: block;
  position: unset;
  height: 12px;
  width: 9px;
  background-color: transparent;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
#filter-bar .noUi-handle:after {
  display: none;
}
@media (max-width: 576px) {
  .wrap-contact100-form-range {
    padding: 20px 0px 57px 0px;
  }

  .wrap-contact100-form-radio {
    padding: 15px 0px 0 0px;
  }
}
.select-css {
 display: block;
 font-size: 14px;
 line-height: 1.3;
 padding: 0 30px 0 15px;
 width: 100%;
 height: 35px;
 color: #444;
 margin-top: 5px;
 border:1px solid #ccc;
 border-radius:3px;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fff;
 background:url(../img/flecha.svg);
 background-repeat: no-repeat, repeat;
 background-position: right .7em top 50%, 0 0;
 background-size: 1.30em auto, 100%;
 outline: none;
}
.select-css::-ms-expand {
 display: none;
 color: #0f0;
 outline: none;
}
.select-css:focus {
 border-color: #aaa;
 box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
 box-shadow: 0 0 0 3px -moz-mac-focusring;
 color: #222; 
 outline: none;
}
.select-css option {
 font-weight:normal;
 font-size: 14px;
 line-height: 1.3;
 outline: none;
}