body {
  background-image: url("assets/dist/img/formulario_fondo.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-color: #3c4240;
}
.logo {
  max-width: 100%;
  height: auto;
  width: 450px;
}
.vloque {
  background-color: #267a7d4f;
  padding: 20px;
  box-shadow: 0px 1px 5px 1px #2c3333d4;
}
.form-control-mc {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border-radius: 0px;
}

.select-mc {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  background: url("assets/dist/img/flechas2.png") no-repeat right 0.75rem
    center/20px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.select-mc option {
  margin: 40px;
  background: #267a7d;
  color: #fff;
  border: 1px solid #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.btn-mc {
  background: #68a53c;
  color: #fff;
  box-shadow: 0px 2px 1px #2c3333d4;
}

.disrow,
.ubirow {
  display: none;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.container {
  max-width: 960px;
}

.lh-condensed { line-height: 1.25; }


#popCookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.70);
  z-index: 9999;
}
