.menu-item-active {
  border-right: solid 2px green;
}
.menu-item-active .menu-titulo {
  background-color: #fff;
}
.menu-item-background {
  background-color: #fff;
}

.correcta {
  color: green;
  font-weight: 400;
}

.incorrecta {
  color: red;
  font-weight: 400;
}

.form_list_container {
  width: 100%;
  height: 250px;
  max-height: 240px;
  overflow: hidden;
  overflow-y: scroll;
  border-radius: 5px;
  border: solid 1px #ccc;
}

.form_list_container a {
  border-bottom: dashed 0.04rem #ccc;
  background-color: #fff;
  display: block;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  padding: 0.6rem;
  margin: 0;
}

.form_list_container a:hover {
  background-color: rgb(210, 229, 246);
}

.custom-control-label {
  padding-top: 3px;
}

#ciudades_list {
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: solid 1px #ccc;
}

.hour_box {
  width: 13px;
  height: 21px;
  border: solid 0.05rem #ccc;
  margin-left: 1px;
  padding: 1px;
  padding-top: 5px;
  font-size: 7px;
  color: #ccc;
  text-align: center;
  border-radius: 2px;
  font-family: Verdana, serif;
}

.hour_box_selected {
  background-color: #566985;
  color: #fff;
}

.table-custom-sm {
}

.table-custom-sm td {
  padding: 0.4rem;
  margin: 0;
  text-align: center;
  font-size: 10px;
  border: dashed 0.025rem #ddd;
}

.table-custom-sm th {
  padding: 0.25rem;
  text-align: center;
  font-size: 11px;
}

@media print {
  .col-print-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media print {
  .col-print-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media print {
  .col-print-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media print {
  .col-print-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media print {
  .col-print-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media print {
  .col-print-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media print {
  .col-print-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media print {
  .col-print-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media print {
  .col-print-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media print {
  .col-print-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media print {
  .col-print-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media print {
  .col-print-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  table {
    width: 100%;
  }

  thead {
    display: none;
  }
  tr:nth-of-type(2n) {
    background-color: inherit;
  }

  tr td:first-child {
    /* background: #f0f0f0; */
    font-weight: 400;
    font-size: 1.3em;
  }

  tbody td {
    display: block;
    text-align: center;
  }

  tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
  }
}

.wrap-form {
  margin-top: 5%;
  background: red;
  height: 400px;
  padding: 30px;
}
.border-b {
  border-bottom: 1px solid #c9c9c9 !important;
}
.formato {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  height: 75px;
  margin-left: 0;
}
.form-control-new {
  cursor: pointer !important;
  display: block !important;
  /* position: relative !important; */
  z-index: 2 !important;
  -webkit-transition: border-color 0.2s ease !important;
  -moz-transition: border-color 0.2s ease !important;
  border: 2px solid #fff !important;
  border-radius: 12px !important;
  font-size: 17px;
  outline: none;
}

/* input {
outline: none;
} */

.btn-continue {
  width: 70% !important;
  height: 51px !important;
  font-size: 1.8em !important;
  border-radius: 20px !important;
}
.b-right {
  border-right: 1px solid #c9c9c9;
}

p,
h6,
h6 .font {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-smoothing: none !important;
  -webkit-font-smoothing: none !important;
  font-weight: 400 !important;
  font-size: 15px !important;
}

/* responsivo */

.formato-responsive {
  background-color: #fff !important;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  height: 265px;
  margin-left: 0;
  border-bottom: 3px solid #007bff;
}

.btn-responsive {
  width: 100% !important;
  height: 35px !important;
  font-size: 1.8em !important;
  border-radius: 20px !important;
}

.bgWhite {
  background: #fff;
}

.box {
  border-left: 12px solid #e5e7f2;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
}

.hr_color_secondary {
  width: 100% !important;
  height: 2px !important;
  background: #ff8772 !important;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}

@media screen and (max-width: 1025px) {
  /* .logo_top{
		width: 78%;
	} */

  h1,
  .font-max {
    font-weight: 400;
    font-size: 2.2rem !important;
    letter-spacing: -0.04rem !important;
  }

  h2 {
    font-weight: 400;
    font-size: 1.7rem !important;
    letter-spacing: -0.04rem !important;
  }

  h4 {
    font-weight: 400;
    font-size: 1.2rem !important;
    letter-spacing: -0.04rem !important;
  }

  h5 {
    font-weight: 400;
    font-size: 1.1rem !important;
    letter-spacing: -0.04rem !important;
  }
}

/* menu responsive */
.no_list {
  list-style: none !important;
}
.label_button span {
  float: right;
  line-height: 73px;
  transition: 0.5s;
  color: #ff8772;
  font-size: 30px;
}
.input_responsive {
  display: none;
}
.hide {
  display: none;
}
.itop {
  display: none;
}
.navbar {
  padding-left: 0 !important;
}
.parallax-window {
  background-size: 80%;
}
.breadcrumb {
  background: none;
  padding: none;
  margin: none;
}

.btn-xxs {
  font-size: 9px !important;
  font-weight: 500 !important;
  padding: 4px 9px !important;
}

.btn-xs {
  font-size: 11px !important;
  font-weight: 500 !important;
  padding: 5px 11px !important;
}

.btn-sm {
  font-size: 11.5px !important;
  font-weight: 500 !important;
  padding: 6px 13px !important;
}

.btn-md {
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 8px 16px !important;
}

.btn-normalize-xs .btn {
  font: Verdana 400 11px;
  font-size: 0.65em !important;
  /* -webkit-font-smoothing: antialiased; */
  /* -webkit-font-smoothing: never; */
  /* font-smooth: never; */
}
.btn-normalize .btn {
  /* font: Verdana 400 11px; */
  font-size: 0.9em !important;
  /* -webkit-font-smoothing: antialiased; */
  /* -webkit-font-smoothing: never; */
  /* font-smooth: never; */
}

a.btn-secondary { color: #fff !important; }
a.btn-light     { color: #222 !important; }

.pull-left,
.left {
  float: left;
}

.pull-right,
.right {
  float: left;
}

.p20 {
  padding: 20px;
}

.bold {
  font-weight: 600 !important;
}

.input-group select {
  margin: 0px !important;
}
.itop {
  display: none !important;
}

.dropdown-sm ul li a {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.dropdown-menu {
  background-color: #fff !important;
  margin: 0px !important;
}
