.brand-logo {
	height: 38px;
}
.banner-top {
    background: url(../img/default_background.jpg) fixed center center;
    background-size: cover;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    text-shadow: 3px 3px 3px #333;
    margin-bottom: 30px;
}
footer {
	padding-top: 15px;
}
.footer-text {
	display: block;
    width: 100%;
    font-size: 10pt;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding: 10px;
    text-align: center;
    background-color: #e9ecef;
}
.seccion {
	padding-bottom: 40px;
	padding-top: 20px;
}
.requisitos {
  font-size: 10pt;
}
.upper-text {
	text-transform: uppercase;
}
.submit-group {
	margin-top: 20px;
}
.text-sm {
	font-size: 9pt;
}

.radio_personalizado { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio_personalizado + label {
    cursor: pointer;
    filter: grayscale(100%);
    text-align: center;
}

.radio_personalizado:checked + label {
    filter: grayscale(0%);
    font-weight: bold;
}

.grid_radio {
    display: grid;
    font-size: 10pt;
    padding: 25px;
}

.contenedor_empresas {
    margin-top: 40px;
    display: block;
    width: 100%;
}

.captura_datos {
    padding-top: 40px;
    display: none;
}

.btn-submit-custom {
    margin-top: 30px;
}

.lista_preguntas {
    display: block;
    width: 100%;
}

.ico_empresa {
    max-width: 100px;
    max-height: 100px;
}

.borrar_pregunta {
    padding: 1px;
    line-height: 12px;
    margin-right: 5px;
}

.lista_facturas {
    font-size: 8pt;
}

.texto-largo {
    font-size: 8pt;
}

.btn-action {
    font-size: 9pt;
    padding: 2px;
}
.tr-danger {
    background-color: rgba(255, 0, 0, 0.25) !important;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #0069d9;
  font-size: 10px;
  height: 10px;
  margin: -16px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.l-txt-1{
  margin-top: -30px;
  text-align: center;
}
.l-txt-2{
  margin-top: 0px;
  text-align: center;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}