.contain {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto
}

.fil {
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%
}

img {
  width: 100%
}

form [class*="col-"] {
  padding: 10px;
}

label {
  padding-left: 5px;
  margin-bottom: .5rem;
  display: block;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 300
}

input {
  width: 100%;
  background: none;
  border: 1px solid rgba(27, 27, 27, 0.15);
  padding: 6px 12px;
  border-radius: 2px;
  color: #1b1b1b;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  border: 1px solid #58949e;
  outline: inherit;
}

select {
  width: 100%;
  background: none;
  border: 1px solid rgba(27, 27, 27, 0.15);
  padding: 6px 12px;
  border-radius: 2px;
  color: #1b1b1b;
  cursor: pointer;
}

option {
  color: #1b1b1b
}

textarea {
  width: 100%;
  border: none;
  background: none;
  resize: none;
  border: 1px solid rgba(27, 27, 27, 0.15);
  padding: 10px 20px;
  border-radius: 2px;
  color: #1b1b1b;
}

.s1 {
  border: 2px solid #ffd900;
  border-radius: 5px;
}

.s2 {
  width: initial;
  display: inline-block;
  float: left;
  font-size: .88em;
  margin: 4px 0 0 0;
}

.label {
  position: relative;
  float: left;
  padding: 0;
  width: 25px;
  height: 25px;
  margin: 0!important;
  text-align: center;
  border: 1px solid #58949e;
  border-radius: 2px;
  transition: all .4s;
  display: inline !important;
}

[type="checkbox"] {
  transform: translate(-1000px);
}

[type="checkbox"]:not(:checked)+.label::after, [type="checkbox"]:checked+.label::after {
  content: "✔";
  font-size: 20px;
  line-height: 1.1;
  padding: 0;
  color: #58949e;
  -webkit-transition: all .2s;
}

[type="checkbox"]:not(:checked)+.label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked+.label:after {
  opacity: 1;
  transform: scale(1);
}

[type="checkbox"]:checked:focus+.label, [type="checkbox"]:not(:checked):focus+.label {
  border: 1px dotted #58949e;
}

.radio {
  position: relative;
  float: left;
  padding: 0;
  width: 20px;
  height: 20px;
  margin: 0!important;
  text-align: center;
  border: 1px solid #58949e;
  border-radius: 50%;
  transition: all .4s;
  display: inline !important;
}

.radio-text {
  font-size: .8em
}

[type="radio"] {
  transform: translate(-1000px);
}

[type="radio"]:not(:checked)+.radio::after, [type="radio"]:checked+.radio::after {
  content: "✔";
  font-size: 15px;
  line-height: 1.3;
  padding: 0;
  color: #58949e;
  transition: all 0.2s;
}

[type="radio"]:not(:checked)+.radio:after {
  opacity: 0;
  transform: scale(0);
}

[type="radio"]:checked+.radio:after {
  opacity: 1;
  transform: scale(1);
}

[type="radio"]:checked:focus+.radio, [type="radio"]:not(:checked):focus+.radio {
  border: 1px dotted #58949e;
}

.bg-contain {
  height: 100vh;
  width: 100vw;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

/*************************************** MENU *************/

nav {
  padding: 20px
}

.menu {
  display: -webkit-flex;
  padding: 0
}

.menu li {
  padding: 10px 20px;
  position: relative;
}

.menu li a {
  color: #58949e
}

.menu li::before {
  content: "";
  width: 0%;
  position: absolute;
  bottom: 2px;
  height: 2px;
  background: -webkit-linear-gradient(-50deg, #82caa5 0%, #58949e 100%);
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s ease;
  -webkit-transform: translateX(-50%);
  -webkit-transition: all .3s ease;
}

.nav li:hover>a, .menu li:hover>span, .menu li:hover .icon-submenu {
  color: #e2cb9b
}

.menu li:hover::before {
  width: 90%
}

.menu-btn {
  display: none;
  width: 70px;
  cursor: pointer;
  position: relative;
  height: 50px;
}

.linea {
  position: absolute;
  width: 50%;
  height: 2px;
  background: -webkit-linear-gradient(-50deg, #82caa5 0%, #58949e 100%);
  left: 25%;
  transition: all .4s ease;
}

.l1 {
  top: -webkit-calc(25% - 1px)
}

.l2 {
  top: -webkit-calc(50% - 1px)
}

.l3 {
  bottom: 25%
}

.vh-100 {
  height: 100vh
}

.vh-80 {
  height: 80vh
}

.vw-100 {
  width: 100vw
}

.h-100 {
  height: 100%
}

.w-100 {
  width: 100%
}

.m-auto {
  margin: auto
}

.relative {
  position: relative;
}

.ta-c {
  text-align: center;
}

.cent-mid {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center
}

.bg-white {
  background-color: -webkit-linear-gradient(-48deg, #f0f5ff 0%, #e9f0fd 100%);
}

.bg {
  background-size: inherit;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

.fl {
  background-position: top left;
  background-image: url(../../img/fl.png)
}

.fr {
  background-position: bottom right;
  background-size: contain;
  background-image: url(../../img/fr.png)
}

.bg-landing {
  box-shadow: -2px 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 13px;
  background-color: white
}

.bg-l {
  border-radius: 10px;
  background-size: contain;
  background-position: 101% 100%;
  background-image: url(../../img/bg-l.png)
}

.logo {
  position: absolute;
  right: 0;
  top: 15px;
  background: white;
  max-width: 190px;
  padding: 7px 25px 2px 7px;
  border-radius: 5px 0 0 5px;
  box-shadow: -5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  transition: all .2s;
}

.logo:hover, .logo:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  transform: translate(-1px, 1px);
}

.titulo {
  padding: 12px;
  background-color: #ececec;
  color: #1c363c;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2px
}

.titulo h1 {
  font-size: 1.3em;
}

.footer {
  padding: 10px;
  width: 100%;
  height: 40px;
  margin-top: 30px;
  position: fixed;
  bottom: 0px;
}

.alert_msj_error {
  color: red;
  text-transform: uppercase;
  font-weight: bold;
  font-family: arial;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 0px;
}

.alert_msj_info {
  color: #127fd6;
  text-transform: uppercase;
  font-weight: bold;
  font-family: arial;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 0px;
}

.alert_msj_alerta {
  color: #FF9800;
  text-transform: uppercase;
  font-weight: bold;
  font-family: arial;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 0px;
}

.text-center {
  text-align: center;
}

.seleccion:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  opacity: 0.8;
}

.btn_top {
  font-size: 28px;
}

.btn-info_ {
  background-color: #29b2e1;
  border-color: #29b2e1;
  color: #fff;
  font-weight: bold;
}

.btn-info_:hover, .btn-info_:focus, .btn-info_:active, .btn-info_.active, .open>.dropdown-toggle.btn-info_ {
  background-color: #229dc7;
  border-color: #229dc7;
  color: #fff;
  font-weight: bold;
}

.btn-info_[disabled], .btn-info.disabled {
  background: #6ccaea;
  border-color: #63c7e9;
}

.btn {
  line-height: 15px;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out !important;
  transition: transform .3s ease-out !important;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out !important;
  padding: 15px;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: #00000042;
}

table tr {
  cursor: pointer;
}


/* BOOTSTRAP DATEPICKER */
div.datepicker {
  padding: 4px;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
div.datepicker > div {
  display: none;
}
div.datepicker table {
  width: 100%;
  margin: 0;
}
div.datepicker td,
div.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}
div.datepicker td.day:hover {
  background: #F5F5F5;
  cursor: pointer;
}
div.datepicker td.day.disabled {
  color: #CCC;
}
div.datepicker td.old,
div.datepicker td.new {
  color: #999;
}
div.datepicker td.active,
div.datepicker td.active:hover {
  background: #1b1e24;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.datepicker td span {
  display: block;
  width: 31%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}
div.datepicker td span:hover {
  background: #F5F5F5;
}
div.datepicker td span.active {
  background: #1b1e24;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.datepicker td span.old {
  color: #999;
}
div.datepicker th.switch {
  width: 145px;
}
div.datepicker th.next,
div.datepicker th.prev {
  font-size: 14px;
}
div.datepicker thead tr:first-child th {
  cursor: pointer;
  padding: 8px 0px;
}
div.datepicker thead tr:first-child th:hover {
  background: #F5F5F5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker.dropdown-menu:after,
.datepicker.dropdown-menu:before {
  left: 16px;
}
.datepicker.datepicker-orient-left.dropdown-menu:after,
.datepicker.datepicker-orient-left.dropdown-menu:before {
  left: auto;
  right: 16px;
}
/* EOF BOOTSTRAP DATEPICKER */
/* BOOTSTRAP TIMEPICKER */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:before,
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:after {
  left: 15px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #E5E5E5;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #F5F5F5;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 6px;
  color: #333;
}
.bootstrap-timepicker-widget table td input {
  width: 50px;
  margin: 0;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.bootstrap-timepicker-widget {
  display: block;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
.today {
  background: #FE970A!important;
  border-radius: 3px;
  color: #fff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.h{
  display: none;
}