textarea {
  resize: none;
}

.contenido_titulo {
  padding-top: 20px;
}

.observacion_revision {
  font-size: 12px;
  color: #06c;
  margin-top: -10px;
}

.mensaje_confirmacion {
  font-size: 14px;
}

.body_header_con_cuadro {
  margin: 0 auto;
  margin-top: 0px;
  padding-top: 0px;
  background: transparent;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.caja-cuadro {
  background-color: rgb(0, 64, 100);
  top: -10px;
  height: 25px;
  text-transform: uppercase;
  vertical-align: bottom;
  color: #fff;
  font-size: 12px;
  padding-top: 5px;
  text-align: center;
  border-radius: 30px;
}

.caja-vacia {
  float: right;
  width: 50px;
  height: 45px;
  margin-left: 20px;
  background: url(../images/iconos/iconUnCheck_43_43.png) no-repeat;
}

.caja-agregar a {
  font-family: "Montserrat";
  float: right;
  width: 50px;
  height: 45px;
  text-transform: uppercase;
  background: url(../images/icons/base/iconAgregarTop_Naranja.png) no-repeat;
  margin-left: 20px;
}

.caja-agregar_icon a {
  font-family: "Montserrat";
  float: right;
  width: 55px;
  height: 50px;
  text-transform: uppercase;
  /*background: url(../images/iconos/iconAgregarTop_Naranja.png)no-repeat;*/

  margin-left: 20px;
}

.caja-agregar_icon_texto a {
  font-family: "Montserrat";
  float: right;
  width: 50px;
  height: 45px;
  text-transform: uppercase;
  /*background: url(../images/iconos/iconAgregarTop_Naranja.png)no-repeat;*/

  margin-right: 30px;
}

.caja-editar a {
  font-family: "Montserrat";
  float: right;
  width: 50px;
  height: 45px;
  text-transform: uppercase;
  background: url(../images/iconos/iconEditar_Naranja.png) no-repeat;

  margin-left: 20px;
}

.caja-certificado a {
  font-family: "Montserrat";
  float: right;
  width: 50px;
  height: 45px;
  text-transform: uppercase;
  background: url(../images/iconos/iconEditar_43_43.png) no-repeat;

  margin-left: 20px;
}

.caja-linea {
  border-top: 1px solid #ddd;
  top: 2px;
}

.contenido {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0%;
  margin-right: 5%;

  color: #666;
  font-size: 14px;
}

.fila {
  margin-bottom: 16px;
}

.control-label {
  font-family: "Montserrat";
  font-size: 14px;
  text-align: right;
  padding-top: 0px;
  font-weight: 500;
  vertical-align: text-bottom;
  height: auto;
}

.control-texto {
  font-family: "Montserrat";
  font-size: 13px;
  text-align: left;
  padding-top: 0px;
  font-weight: normal;
  vertical-align: text-bottom;
}

.contenido_interior {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 2%;
  margin-right: 2%;

  color: #666;
  font-size: 14px;
}

.row {
  margin-top: 0px;
  margin-bottom: 14px;
  margin-left: 0px;
  margin-right: 0px;

  color: #666;
  font-size: 14px;
}

.form-control {
  font-size: 12px;
}

.error {
  font-size: 9px;
}

.clase_titulo {
  font-size: 24px;
}

/******************************
* Contraseña
******************************/
.clave_fuerte {
  background-color: Green;
  background: #ffff00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffff00 0%, #218400 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ffff00),
    color-stop(100%, #218400)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffff00 0%, #218400 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffff00 0%, #218400 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(left, #ffff00 0%, #218400 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#218400', GradientType=1);
  /* IE6-9 */
  background: linear-gradient(left, #ffff00 0%, #218400 100%);
  /* W3C */
}

.clave_medio {
  background-color: orange;
  background: #ffff00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffff00 0%, #f98900 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ffff00),
    color-stop(100%, #f98900)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffff00 0%, #f98900 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffff00 0%, #f98900 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(left, #ffff00 0%, #f98900 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#f98900', GradientType=1);
  /* IE6-9 */
  background: linear-gradient(left, #ffff00 0%, #f98900 100%);
  /* W3C */
}

.clave_bajo {
  background-color: yellow;
  background: #ffff00;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffff00 0%, #fc1d00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #ffff00),
    color-stop(100%, #fc1d00)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffff00 0%, #fc1d00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffff00 0%, #fc1d00 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(left, #ffff00 0%, #fc1d00 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#fc1d00', GradientType=1);
  /* IE6-9 */
  background: linear-gradient(left, #ffff00 0%, #fc1d00 100%);
  /* W3C */
}

.mensaje_error {
  color: #f00;
  font-weight: 100;
  font-size: 12px;
}

.mensaje_correcto {
  color: #03c;
  font-weight: 100;
  font-size: 12px;
}

.control-label-mensaje {
  margin-top: 5px;
  font-size: 12px;
  font-family: "Montserrat";
}

.modal-title {
  font-size: 14px;
}

.modal-body {
  font-size: 14px;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/iconos/paginador/sig1.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  background-image: url("../images/iconos/paginador/pre1.png");
}

.ui-datepicker-prev {
  float: left;
  background-position: center 2.5px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 2.5px;
}

.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f7f7f7),
    color-stop(100%, #f1f1f1)
  );
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
  border-bottom: 1px solid #bbb;
}

.modal-header {
  background-color: rgb(0, 64, 100);
  color: #fff;
}

.ui-autocomplete {
  z-index: 5000;
}

/* Botones */
.boton {
  display: inline-block;
  margin-bottom: 0;

  height: 30px;
  line-height: 30px;
  margin-top: 0px;
  padding: 0px;
  font-size: 17px;
  text-align: center;

  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #ff8000;
  color: #fff;
}

.boton:focus,
.boton:active:focus,
.boton.active:focus,
.boton.focus,
.boton:active.focus,
.boton.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background: #fe9a2e;
}

.boton:hover,
.boton:focus,
.boton.focus {
  background: #fe9a2e;
  text-decoration: none;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 2px 16px;
}

input.campo-fecha {
  background: url(../images/iconos/calendar.png) no-repeat 5px 4px #f7f7f7;
  background-size: 25px 25px;
}

input.campo-fecha:focus {
  background: url(../images/iconos/calendar.png) no-repeat 5px 4px #f4f4f4;
  background-size: 25px 25px;
}

.pagado {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: block;
  float: left;
  background: url(../images/iconos/pagado.png) no-repeat;
  background-size: 20px;
}

.pagado:hover {
  opacity: 0.7;
}

.container-first-process {
  padding: 20px 0 40px;
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
}

.banner {
  max-width: 100%;
}

.card-first-process {
  max-width: 800px;
  border-radius: 10px;
  padding: 40px 60px;
  margin: 40px auto;
}

.caja-titulo {
  text-align: center;
  font-family: "Montserrat";
  color: #004064;
  font-size: 2.074rem;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.card-first-process .fila > div:last-child {
  padding: 0px;
}

.card-first-process .fila > div:nth-child(2) {
  padding-left: 0px;
}

.card-first-process button[type="submit"] {
  width: 100%;
  background-color: rgb(0 62 101 / 70%);
  padding: 5px;
  height: auto;
  border-radius: 10px;
}
.container-pay button[type="submit"]:hover,
.card-first-process button[type="submit"]:hover {
  background-color: rgb(2 46 74 / 70%);
}

.card-first-process input[type="text"] {
  border: 1px solid #4e86a9;
  border-radius: 10px;
  padding: 10px 40px 10px 8px;
  font-size: 1rem;
  position: relative;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 1px 11px -3px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 1px 11px -3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 1px 11px -3px rgb(0 0 0 / 30%);
}

.card-first-process i {
  position: absolute;
  right: 12%;
  top: 0px;
  bottom: 0px;
  left: auto;
  font-size: 1.44rem;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  color: #003e65;
}

.container-box {
  border: 1px solid #092f53;
  border-radius: 20px;
  padding: 30px 0px 15px;
}

.container-box .row {
  margin-bottom: 8px;
}

.title-box {
  font-weight: 800;
  font-size: 1.44rem;
  padding-top: 40px;
  font-family: "Montserrat";
}

.container-box p {
  margin: 0 0 16px 0;
  line-height: 1;
}

.container-box .fw-bold {
  color: #092f53;
  font-weight: 700;
  text-align: right;
  font-size: 14px;
}

.box-datos {
  max-width: 800px;
  margin: 0px auto;
  padding-bottom: 40px;
}

.input-container {
  position: relative;
  margin: 0 0 8px 0;
}

.input-container input,
.input-container textarea,
.input-container select {
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  background: #fff !important;
  border: 1px solid #4e86a9;
  border-radius: 10px;
  padding: 10px 40px 10px 8px;
  position: relative;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 3px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 3px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 3px -1px;
  outline: none;
}

.input-container input:-webkit-autofill,
.input-container input:-webkit-autofill:hover,
.input-container input:-webkit-autofill:focus,
.input-container textarea:-webkit-autofill,
.input-container textarea:-webkit-autofill:hover,
.input-container textarea:-webkit-autofill:focus,
.input-container select:-webkit-autofill,
.input-container select:-webkit-autofill:hover,
.input-container select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; /* cambia #fff por tu fondo real */
  -webkit-text-fill-color: inherit !important;
  caret-color: inherit !important;
}

.input-container select {
  appearance: none;
}

.input-container input:focus,
.input-container textarea:focus,
.input-container select:focus {
  outline: none;
}

.input-container label {
  position: absolute;
  top: 8px;
  left: 5px;
  padding: 6px 9px 6px 13px;
  background: #fff;
  color: #666;
  font-size: 16px;
  pointer-events: none;
  transition: all 0.2s ease;
  line-height: 1;
}

/* floating cuando hay valor o foco */
.input-container.has-value label,
.input-container input:focus + label,
.input-container textarea:focus + label,
.input-container select:focus + label,
.input-container.has-error label {
  top: -15px;
  color: #333;
}

.input-container i {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #666;
  pointer-events: none;
}

.box-datos textarea {
  min-height: 140px;
}

.box-datos i {
  position: absolute;
  right: 8%;
  top: 0px;
  bottom: 0px;
  left: auto;
  font-size: 17px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #003e65;
  text-align: center;
  width: 10px;
  height: 40px;
}

.box-datos select {
  appearance: none;
  /* Oculta la flecha por defecto */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.box-datos button {
  margin: 0px auto;
}

.container-pay {
  padding-top: 40px;
  font-family: "Montserrat";
}

.container-pay h4 {
  font-weight: 800;
  font-size: 1.728rem;
  color: #092f53;
}

.container-pay h5 {
  font-weight: 500;
  font-size: 2.488rem;
  color: #092f53;
}

.container-pay .term {
  font-weight: 300;
  color: #000;
}

.container-pay button[type="submit"] {
  width: 100%;
  background-color: rgb(0 62 101 / 70%);
  padding: 5px;
  height: auto;
  border-radius: 10px;
  max-width: 240px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
}

.content-confirmation {
  background-color: #eaeff1;
  padding: 80px 0px 160px 0px;
  font-family: "Montserrat";
}

.card-confirmation {
  max-width: 800px;
  width: 95%;
  margin: 0px auto;
  border-radius: 20px;
}

.card-confirmation i {
  font-size: 140px;
}
.card-confirmation i.fa-check-circle {
  color: #009e2f;
}
.card-confirmation i.fa-times-circle {
  color: #e62937;
}
.content-confirmation h6,
.content-confirmation h4 {
  color: #092f53;
  font-weight: 800;
  font-family: "Montserrat";
}

.content-confirmation h6 {
  font-size: 18px;
  margin-bottom: 20px;
}

.content-confirmation p {
  color: #092f53;
  font-size: 14px;
}
.content-confirmation .card p {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat";
  font-size: 13px;
  color: #a2a2a2;
}

.content-confirmation p:first-child {
  font-weight: bold;
  padding-right: 10px;
  color: #092f53;
}

.content-confirmation button {
  margin: 0px 5px;
  width: auto;
  padding: 12px 24px;
  height: auto;
  border-radius: 10px;
  background-color: #c8102e;
  font-family: "Montserrat";
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}

.content-confirmation button:hover {
  background: #9c0921;
}

.content-confirmation button:nth-child(2) {
  background-color: rgb(0 62 101 / 70%);
}
.content-confirmation button:nth-child(2):hover {
  background-color: rgb(0 62 101 / 100%);
}

@media (max-width: 800px) {
  .container-box .control-label {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .logo__imagen--header {
    height: 50px;
  }

  .container-title .header-centro-titulo_1 {
    font-size: 20px;
  }

  .container-title .header-centro-titulo_2 {
    font-size: 16px;
  }

  .container-first-process {
    padding-top: 0px;
  }

  .container-first-process .container-fluid:nth-child(1) .row .col-12 {
    padding: 0px;
    margin: 20px auto;
  }

  .card-first-process {
    max-width: 96%;
    margin: 30px auto auto;
    padding: 40px 20px;
  }

  .card-first-process .caja-titulo {
    font-size: 1.728rem;
  }

  .card-first-process .fila > div {
    padding: 0px;
    margin: 5px 0px;
  }

  .title-box {
    font-size: 18px;
    padding-top: 20px;
  }

  .box-datos .row .col-12:first-child {
    margin-bottom: 14px;
  }
}
