body {
  font-family: 'Encode Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #45494c;
}
:root {
  --rojo: #ab0033 !important;
  --rojo-o: #761830 !important;
  --beige: #ddc9a3 !important;
  --dorado: #bc955c !important;
  --gris: #54565a !important;
  --gris-oscuro: #313234 !important;
  --body: #45494c !important;
  --font: 'Encode Sans', sans-serif;
  --vino: #651128 !important;
  --bg-gris: #f8f9fa;
}
*,
::after,
::before {
  box-sizing: border-box;
}
a {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.clean-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clean-list li {
  display: inline-block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/*header*/
#header {
  background: var(--rojo);
  border-bottom: 7px solid var(--dorado);
  height: 50px;
}
#row-cabecera {
  padding: 15px 0;
}
#row-cabecera .logo-home img {
  max-height: 60px;
}
/*footer*/
#footer {
  background: #54565a;
}
div#footer-rows {
  padding: 80px 0 30px 0;
  color: #c8c9c9;
}
#footer-rows .informacion {
  line-height: 20px;
  font-size: .9em;
  /*  display: flex;
  justify-content: center;*/
}
#footer h2 {
  font-size: 1rem !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-family: 'Encode Sans', sans-serif;
  position: relative;
}
#footer .footer-line {
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #DDC9A3;
  bottom: -5px;
  left: 0;
}
img.escudo {
  max-height: 114px;
}
#footer-rows .informacion a {
  color: #fff;
}
#rds-sociales li {
  display: block;
  margin: 0 auto;
  color: #c8c9c9;
}
#rds-sociales a {
  line-height: 30px;
  color: #c8c9c9;
  display: inline-block;
  font-size: 0.9em;
  font-weight: lighter;
  text-transform: uppercase;
}
#footer-rows .informacion a:hover {
  text-decoration: underline;
}
#rds-sociales i {
  font-size: 22px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: 12px;
}
#rds-sociales li a:hover i,
#apps-gob li a:hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.terminos-y-condiciones {
  background-color: #ab0033;
  color: #fff;
  border-top: 7px solid #bc955c;
  font-size: .9em;
}
.terminos-y-condiciones a.enlaces {
  color: #fff;
}
#footer-rows .informacion {
  line-height: 20px;
  font-size: .9em;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-flex-pack: center;
}
/*css formulario*/
#form-aptra {
  font-weight: 300;
}
#form-aptra .titulo-page {
  color: var(--rojo);
}
#form-aptra .subtitulo-page {
  font-weight: 400;
}
#form-aptra .accordion-item {
  border: 0;
}
#form-aptra .accordion-button,
#form-aptra .accordion-button:not(.collapsed) {
  color: var(--body);
  background-color: var(--bg-gris);
  box-shadow: inherit;
  padding: .5rem 1.25rem .5rem 6.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: 0;
  position: relative;
  font-weight: 500;
}
#form-aptra .accordion-button:not(.collapsed)::after {
  background-image: url('./arrow.svg');
}
#form-aptra .bg-paso {
  background-color: var(--rojo);
  color: #fff;
  padding: 7px 18px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  font-size: .7rem;
}
#form-aptra .bg-paso span {
  font-size: 2rem;
}
.accordion-body span,
label span {
  color: red;
  font-weight: 500;
}
input.form-control {
  font-weight: 500;
}
#form-aptra .list-group .list-group-item {
  border: 0;
  border-radius: 0;
}
.list-group-light {
  background-color: #ecedee;
}
.list-group-dark {
  background-color: #f8f9fa;
}
/* .formato-ine {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 200px;
}
.formato-ine:before {
  content: "";
  position: absolute;
  border: 10px dashed;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}
.img-ine {
  padding: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#ine-frente,
#ine-reverso {
  opacity: 0;
  position: absolute;
}
.img-ine:hover {
  opacity: .3;
}
.ine-frente {
  background-image: url('./FRENTE_INE.png');
}
.ine-reverso {
  background-image: url('./REVERSO_INE.png');
}
.ine-frente,
.ine-reverso {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
} */
.conte-titulos h6 {
  font-weight: 300;
}
.conte-titulos h6 b {
  font-weight: 900;
  color: var(--rojo);
}
.formato-foto {
  height: 200px;
  padding: 10px;
  background-color: #ecedee;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.formato-foto:hover.formato-foto i {
  opacity: .3;
  color: var(--rojo);
}
.formato-foto i {
  font-size: 4.5rem;
}
.enviar-btn button {
  background-color: var(--rojo);
  color: #fff;
}
.enviar-btn button:hover {
  color: #fff;
}
.modal {
  font-weight: 400;
}
.tomar-foto .list-group-item {
  border: 0;
  padding: 0 1rem;
}
.tomar-foto .mensaje {
  font-weight: 900;
}
.tomar-foto button {
  background-color: var(--rojo);
}
.modal-content .modal-header {
  background-color: #ecedee;
  padding: 0.5rem 1rem;
}
.modal-content .modal-header h6 {
  font-weight: 1.2rem;
}
.modal-content .btns-previous button {
  background-color: var(--rojo);
  color: #fff;
}
#previousFoto i {
  font-size: 2.2rem;
}
.subir-foto {
  height: 200px;
  width: 200px;
  padding: 10px;
  background-color: #ecedee;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.subir-foto:before {
  content: "";
  position: absolute;
  border: 10px dashed;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}
.img-upfoto {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#up-foto {
  display: none;
}
.up-foto {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.up-foto:before {
  content: "\e09a";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 3.5rem
}
/*ejemplo imagenes borrar*/
.tomar-foto img,
.previous-foto img {
  max-height: 200px;
}
/*
AJUSTES ALAN TORRES
*/
.tomar-foto img,
.previous-foto img {
  max-height: 300px !important;
}
/* Héctor */
.inputLoader {
  position: relative;
}
.inputLoader .spinner-border.spinner-border-sm {
  display: none;
}
.inputLoader.loading .spinner-border.spinner-border-sm {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  color: var(--rojo);
}
.toast{
  background-color: #ff7b00d9;
  color: white
}