/* CSS Document */

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: white;
  font-family: 'Raleway', sans-serif;
  color: black;
}
.fondo {
  float: left;
  position: relative;
  width: 100%;
}

.bm_black {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin-right: 40px;
}

.bm_black label {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17.15px;
}

legend {
  font-family: 'Raleway', sans-serif;
  font-size: 21px;
  font-weight: 600;
  /*border-color: #000000;*/
  margin-bottom: 5px;
  color: #fff;
  border: none;
}

fieldset {
  border-color: none;
}

input.form-control,
select.form-control {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  background-color: white;
  color: black;
  border: none;
  border-bottom: 1px solid #cccccc;
}

.form-control {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #212121;
  color: #fff;
  border: 1px solid #cccccc;
  height: 30px;
}
.form-control[disabled] {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #212121;
  color: #fff;
  border: 1px solid #cccccc;
  height: 30px;
}

.bm_block_forma {
  color: #212121;
}
.ui-datepicker-trigger {
  position: absolute;
  right: 25px;
  top: 33px;
}

.ui-datepicker-trigger {
  background-repeat: no-repeat;
}

.btn-enviar {
  border: 1px solid #212121;
  margin: 0;
  padding: 5px;
  text-align: left;
  width: auto;
}
.btn-enviar {
  color: #fff;
  background: #212121;
  padding: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 1.5em;
  margin: 20px 20px 0 10px;
  box-shadow: none;
  border: 1px solid #212121;
  border-radius: 5px;
}
.btn-enviar_icon {
  text-decoration: none;
  color: #515151;
}

.btn-enviar_icon:before {
  font-family: FontAwesome;
  content: '\f095';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
}

.col1 {
  margin-bottom: 4px;
}

.col-inside {
  border: solid 4px transparent;
}
.col1:first-child {
  padding: 0 4px 0 0;
}
.col1:nth-child(2) {
  padding: 0 4px;
}
.col1:last-child {
  padding: 0 0 0 4px;
}

form input[readonly] {
  background: #212121 !important;
}

form input.error {
  border-bottom: 1px solid #d6374a;
}

form label.error {
  color: #d6374a;
  padding: 0 10px;
  z-index: 10;
  /*position: absolute;*/
}

#avisosYPoliticasDePrivacidad1-error {
  border: none;
}

a,
a:hover {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
