@charset "UTF-8";
/* INI PARTIALS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.dropdown-menu {
    left: -55px !important;
}
/* HTML5 display-role reset for older browsers */
.hover_div:hover {
    background: #d4d4d4;
}
.hover_div {
    background: #f5f5f5;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.block-title {
    border-bottom: 1px solid #bcbcd1;
    margin-bottom: 18px;
}
.block-title h2 {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

.block-title .custom-selector {
    min-width: 120px;
    width: auto;
    margin-bottom: 8px;
}
body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* INI MEDIA QUERIES */
/* USO: @include respond-to(small) { ... }/
/* FIN MEDIA QUERIES */
/* INI CALCULA REM */
/* USO: @include font-size(14px); */
/* FIN CALCULA REM */
/* INI CLEARFIX*/
/* USO: @include clearfix(); */
/* FIN CLEARFIX*/
/* INI BOX SIZING */
/* USO: @include box-sizing(border-box); */
/* FIN BOX SIZING */
/* INI CENTERER */
/* USO: con parent en position relative añadir a elemento child @include centerer; */
/* FIN CENTERER */
/* INI BORDER RADIUS */
/* USO: @include border-radius(5px); */
/* USO: @include border-top-radius(10px); */
/* FIN BORDER RADIUS */
/* INI OPACITY */
/* USO: @include opacity(0.8); */
/* FIN OPACITY */
/* INI CENTER BLOCK */
/* USO: @include center-block; */
/* FIN CENTER BLOCK */
/* INI TEXT OVERFLOW */
/* USO: @include text-truncate; */
/* FIN TEXT OVERFLOW */
/* INI BACKGROUND IMAGE */
/* USO: @include bgimage('../img/generic/flecha_top.png',no-repeat,100%); */
/* FIN BACKGROUND IMAGE */
/* INI TRANSITION */
/* USO: @include transition(color .3s ease); */
/* FIN TRANSITION */
/* INI TRANSFORM */
/*
  USO:
  @include skew(25,10);
  @include transform-origin(top left);
*/
/* FIN TRANSFORM */
/* INI PLACEHOLDER */
/*USO:
@include input-placeholder {
        color: $grey;
    }*/
/* FIN PLACEHOLDER */
/* INI WORD WRAPPING */
/* USO: @include mixin word-wrap; */
/* FIN WORD WRAPPING */
/* INI BACKGROUND COVER */
/* USO: @include bg-cover('../path/to/image.jpg', no-repeat 100%); */
/* FIN BACKGROUND COVER */
/* INI LINKS */
/* USO: @include linx (blue, green, red, orange); */
/* FIN LINKS */
/* INI RGBA */
/* USO: @include alpha-background-color(rgba(black, 0.5), white); */
/* FIN RGBA */
/* INI PLUGIN TO TOP */
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 6px;
  right: 10px;
  overflow: hidden;
  width: 38px;
  height: 38px;
  border: none;
  text-indent: 100%;
  background: #4db7b3;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  z-index: 1000;
  color: #9b9b9b;
}

#toTop:hover {
  color: #4db7b3;
  border: none;
  background: #FFFFFF;
}

#toTop:hover:before {
  color: #4db7b3;
}

#toTop:before {
  position: absolute;
  top: 28%;
  left: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  content: "\e260";
  color: #FFFFFF;
}

#toTop:active, #toTop:focus {
  outline: none;
}

.toTop {
  display: none;
}

.spanToTop {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* FIN PLUGIN TO TOP */
/* INI SWEET ALERT */
.sweet-alert h2 {
  width: 100%;
  padding: 15px 0;
  display: inline-block;
  margin: 15px 0 !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}

.sweet-alert p {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 400 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  text-align: center;
}

.sweet-alert button {
  display: inline-block;
  line-height: 1;
  padding: 12px 24px;
  margin: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}

.sweet-alert button.cancel {
  font-weight: 600;
  background-color: #FFF !important;
}

.sweet-alert input {
  padding: 5px 10px;
  margin: 0px auto 20px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #cccccc !important;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #666666 !important;
  width: 100%;
  max-width: 300px;
  height: auto;
  box-shadow: none;
}

.sweet-alert input:focus {
  border: 1px solid #cccccc !important;
  box-shadow: none !important;
}

/* FIN SWEET ALERT */
/* FIN PARTIALS */
/* INI TYPE */
/* FIN TYPE */
/* INI COLORS */
/*$bg-gray: #efeff4;*/
/* FIN COLORS */
/* INI GENERAL */
html, body {
  height: 100%;
  background-color: var(--main-bg-color);
}

body {
  font: 100% "Open Sans", sans-serif, sans-serif;
  font-weight: normal;
  color: #212529;
  text-decoration: none;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -200px;
}

@media (min-width: 576px) {
  .wrapper {
    margin: 0 auto -125px;
  }
}

#push, .footer {
  height: 200px;
}

@media (min-width: 576px) {
  #push, .footer {
    height: 125px;
  }
}

a {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: underline;
    outline: none;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
}

.relative {
  position: relative;
}

.btn {
  position: relative;
  outline: none !important;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  text-decoration: none;
  color: #fff;
  box-shadow: none !important;
}

.btn span, .btn img {
  display: inline-block;
  vertical-align: middle;
}

.btn:hover, .btn:active, .btn:focus {
  color: #fff;
}

.btn.btn-opinion {
  display: inline-block;
  width: 30px;
  padding: 1px 0 1px 3px;
  margin: 0 3px;
}

.btn-primary, .btn-cancel {
  width: 100%;
  color: #fff;
  background: #3C628E !important;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 600;
  padding: 6px;
  border: 3px solid #3C628E;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 15px 0 0 0;
  white-space: normal;
  outline: none !important;
}

.btn-primary:hover, .btn-cancel:hover, .btn-primary:active, .btn-cancel:active {
  color: #fff !important;
  background: #3C628E !important;
  border: 3px solid #3C628E !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary:focus, .btn-cancel:focus {
  color: #fff !important;
  border: 3px solid #3C628E;
  outline: none !important;
}

.btn-primary span, .btn-cancel span {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0 3px 10px;
  max-width: 70px;
}

@media (min-width: 576px) {
  .btn-primary span, .btn-cancel span {
    margin: 0 0 0 10px;
    max-width: none;
  }
}

.btn-primary i, .btn-cancel i {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 767px) {
  .btn-primary, .btn-cancel {
    width: auto;
    margin: 0;
    padding: 6px 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.btn-primary.btn-table, .btn-table.btn-cancel {
  display: inline-block;
  width: 24px;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0px 0 1px 1px;
  margin: 0 2px;
}

.btn-cancel {
  color: #3C628E;
  background: transparent !important;
  border: 0px !important;
}

.btn-cancel:hover, .btn-cancel:active {
  color: #3C628E !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: underline;
}

.btn-cancel:focus {
  color: #3C628E !important;
  border: none !important;
  outline: none !important;
}

.btn-fav {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #3C628E;
  width: 46px;
  min-width: 46px;
  height: 46px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  background-image: url("../img/generic/icon-fav-header.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}

.btn-seldatepicker {
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    padding: 8px 20px;
    transition: all .2s ease-in-out;
}
.btn-seldatepicker:hover, .btn-seldatepicker:focus, .btn-seldatepicker:active {
    background-color: #e9edf5;
    color: var(--secondary-color) !important;
}

.selector-fav .bootstrap-select {
  position: absolute;
  left: 30px;
  width: 50px;
  height: 50px;
}

.selector-fav .dropdown-toggle {
  opacity: 0;
  z-index: 2;
  margin-left: -15px;
  width: 50px;
  height: 50px;
}

h1 {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

@media (min-width: 767px) {
  h1 {
    text-align: left;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: .15rem;
}

@media (min-width: 767px) {
  h2 {
    text-transform: none;
    font-size: 16px;
    font-size: 1rem;
  }
}

/* INI HEADER */
.header {
  background: #3C628E;
  padding: 0.5rem 1rem;
}

@media (min-width: 767px) {
  .header {
    padding: 0.75rem 1rem;
  }
}

.header img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 85px;
  margin: 0;
}

@media (min-width: 767px) {
  .header img {
    max-width: 125px;
  }
}

.header h2 {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0 0 0 1rem;
  margin: 0;
  line-height: 1.2;
}

@media (min-width: 767px) {
  .header h2 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 0 0 2rem;
  }
}

.header .icon-user {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  text-decoration: none;
  width: 34px;
  height: 34px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header .icon-user i {
  color: #3C628E;
  font-size: 16px;
  font-size: 1rem;
}

.header .icon-user:hover {
    background-color: #5027d9;
    color: #FFF !important;
}

.header .icon-user:hover i {
    color: #FFF !important;
}

@media (min-width: 767px) {
  .header .icon-user {
    width: 44px;
    height: 44px;
  }
  .header .icon-user i {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* END HEADER */
/* INI FOOTER */
.footer {
  color: #9fa4a6;
  text-align: center;
  padding: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  background: #E8E8E8;
}

@media (min-width: 576px) {
  .footer {
    text-align: left;
  }
}

.footer .footer-logo {
  border-right: 1px solid #DDDDDD;
}

.footer .footer-logo a {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 170px;
}

@media (min-width: 992px) {
  .footer .footer-logo a {
    max-width: 200px;
  }
}

/* END FOOTER */
/* INI GENERAL */
.section {
  padding-top: 20px;
  padding-bottom: 1rem;
}

@media (min-width: 767px) {
  .section {
    padding-top: 20px;
    padding-bottom: 1rem;
  }
}

.box {
  margin: 2rem auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: #fff;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
}

@media (min-width: 767px) {
  .box {
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
  }
}

/* END GENERAL */
/* INI TAB SECTION */
@media (min-width: 767px) {
  .tab-content .tab-pane {
    min-height: 700px;
  }
}

.tab-inside-section h2 {
  font-weight: 600;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: none;
}

@media (min-width: 767px) {
  .tab-inside-section h2 {
    text-transform: none;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}

@media (min-width: 767px) {
  .tab-inside-section .tab-content .tab-pane {
    min-height: 0px;
  }
}

.tab-section .nav-tabs, .tab-inside-section .nav-tabs {
  position: relative;
  border: none;
  background-color: #3C628E;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box;
}

.tab-section .nav-tabs li, .tab-inside-section .nav-tabs li {
  margin: 0px;
  width: 33.33%;
  text-align: center;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  background-clip: padding-box;
  font-weight: 600;
  float: left;
  background-color: #3C628E;
}

.tab-section .nav-tabs li a, .tab-inside-section .nav-tabs li a {
  position: relative;
  margin-right: 0px !important;
  padding: 12px 0px !important;
  border: none !important;
  color: #fff;
  z-index: 2;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.tab-section .nav-tabs li a:first-child.active, .tab-inside-section .nav-tabs li a:first-child.active {
  margin-left: -2px !important;
}

.tab-section .nav-tabs li a:last-child.active, .tab-inside-section .nav-tabs li a:last-child.active {
  margin-right: -2px !important;
}

.tab-section .nav-tabs li a.active, .tab-inside-section .nav-tabs li a.active {
  background-color: #26B7DE !important;
  color: #fff !important;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  border: none !important;
  /*
					-moz-transform: scale(1.02);
					-webkit-transform: scale(1.02);
					transform: scale(1.02);*/
}

@media (min-width: 767px) {
  .tab-section .nav-tabs li a, .tab-inside-section .nav-tabs li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.tab-inside-section .nav-tabs {
  background-color: #e9edf5;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box;
  /*@include border-bottom-radius(0px);*/
}

.tab-inside-section .nav-tabs li {
  margin: 0px;
  width: 25%;
  text-align: center;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box;
  /*@include border-bottom-radius(0px);*/
  font-weight: 600;
  float: left;
  background-color: #e9edf5;
}

.tab-inside-section .nav-tabs li a {
  padding: 14px 0px !important;
  border: none !important;
  color: #212529;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.1;
}

.tab-inside-section .nav-tabs li a.active {
  background-color: #26B7DE !important;
  color: #fff !important;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box;
  /*@include border-bottom-radius(0px);*/
  border: none !important;
}

@media (min-width: 767px) {
  .tab-inside-section .nav-tabs li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.tab-inside-section.tab-inside-section-3 .nav-tabs li {
    width: 33.33%;
}

.tab-inside-section.tab-inside-section-3 .nav-tabs li a {
    padding: 15px 3px !important;
}
/* END TAB SECTION */
/* INI CONTACTOS */
/* ini table mb */
.box-table-mb {
  margin-top: -5px;
}

@media (min-width: 767px) {
  .box-table-mb {
    display: none;
  }
}

.box-table-mb .table.detail-table-mb {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.box-table-mb .table.detail-table-mb thead.thead-mb th {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}

.box-table-mb .table.detail-table-mb thead.thead-mb th:first-child {
  -webkit-border-bottom-left-radius: 16px;
  border-bottom-left-radius: 16px;
  -webkit-border-top-left-radius: 16px;
  border-top-left-radius: 16px;
  background-clip: padding-box;
}

.box-table-mb .table.detail-table-mb thead.thead-mb th:last-child {
  -webkit-border-bottom-right-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  border-top-right-radius: 16px;
  background-clip: padding-box;
}

.box-table-mb .table.detail-table-mb tbody tr.row-gray td {
  background-color: #f5f5f5;
}

.box-table-mb .table.detail-table-mb tbody tr.row-white td {
  background-color: #fff;
}

.box-table-mb .table.detail-table-mb tbody tr td {
  text-align: center;
  background-color: #fff;
  padding-right: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.box-table-mb .table.detail-table-mb tbody tr td a {
  display: inline-block;
  color: #212529;
  text-decoration: none;
  padding: 2px 4px;
}

.box-table-mb .table.detail-table-mb tbody tr td.nested-row {
  padding-left: 10px !important;
  padding-right: 10px !important;
  text-align: left;
}

.box-table-mb .table.detail-table-mb tbody tr td.nested-row div {
  margin: 8px 0;
}

.box-table-mb .table.detail-table-mb tbody tr td.nested-row a {
  color: #212529;
}

.box-table-mb .table.detail-table-mb tbody tr td.nested-row strong {
  display: inline-block;
  vertical-align: middle;
  min-width: 70px;
  margin-right: 1rem;
}

.box-table-mb .table.detail-table-mb tbody tr td.nested-row span, .box-table-mb .table.detail-table-mb tbody tr td.nested-row img {
  display: inline-block;
  vertical-align: middle;
}

.box-table-mb .table.detail-table-mb tbody tr td:first-child {
  padding-left: 40px;
}

.box-table-mb .table.detail-table-mb tbody tr td .plus-minus-toggle {
  position: absolute;
  top: 25%;
  left: 10px;
  background-color: #3C628E;
}

.box-table-mb .table.detail-table-mb tbody tr td:first-child {
  -webkit-border-bottom-left-radius: 16px;
  border-bottom-left-radius: 16px;
  -webkit-border-top-left-radius: 16px;
  border-top-left-radius: 16px;
  background-clip: padding-box;
}

.box-table-mb .table.detail-table-mb tbody tr td:last-child {
  -webkit-border-bottom-right-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  border-top-right-radius: 16px;
  background-clip: padding-box;
}

/* end table mb */
/* ini table */
.table {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .table {
    margin-bottom: 1rem;
  }
}

.table thead tr th {
  background: #3C628E;
  color: #fff;
  border-top: none;
  border-bottom: none;
}

.table thead tr th:first-child {
  -webkit-border-top-left-radius: 16px;
  border-top-left-radius: 16px;
  background-clip: padding-box;
}

.table thead tr th:last-child {
  -webkit-border-top-right-radius: 16px;
  border-top-right-radius: 16px;
  background-clip: padding-box;
}

.table tbody tr td {
  vertical-align: middle;
}

.table tbody tr td.td-no-mb {
  display: none !important;
}

@media (min-width: 767px) {
  .table tbody tr td.td-no-mb {
    display: table-cell !important;
  }
}

.table tbody .tr-no-mb td {
  display: none !important;
}

@media (min-width: 767px) {
  .table tbody .tr-no-mb td {
    display: table-cell !important;
  }
}

.table tfoot {
  -webkit-border-bottom-right-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  border-bottom-left-radius: 16px;
  background-clip: padding-box;
  overflow: hidden;
}

.table tfoot tr td {
  vertical-align: middle;
  width: 100.3%;
}

.table tfoot tr td a, .table tfoot tr td button {
  display: block;
  width: 240px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #1a1919;
  padding-top: 0;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .table tfoot tr td a, .table tfoot tr td button {
    display: inline-block;
    margin-top: -3px;
    margin-bottom: 0;
  }
}

.table tfoot tr td a:hover, .table tfoot tr td a:active, .table tfoot tr td a:focus, .table tfoot tr td button:hover, .table tfoot tr td button:active, .table tfoot tr td button:focus {
  color: #1a1919;
}

.table tfoot tr td a:after, .table tfoot tr td button:after {
  content: "\f078";
  /* fa-chevron-down */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  bottom: -9px;
  width: 14px;
  left: 50%;
  margin-left: -7px;
}

.table tfoot tr td button[aria-expanded="true"] .text-ver {
  display: none;
}

.table tfoot tr td button[aria-expanded="true"] .text-ocultar {
  display: inline-block;
}

.table tfoot tr td button[aria-expanded="false"] .text-ver {
  display: inline-block;
}

.table tfoot tr td button[aria-expanded="false"] .text-ocultar {
  display: none;
}

.table tfoot tr td button[aria-expanded="true"]:after {
  content: "\f077";
  /* fa-chevron-up */
}

.table tfoot tr:last-child td {
  -webkit-border-bottom-left-radius: 16px;
  border-bottom-left-radius: 16px;
  background-clip: padding-box;
  border: 1px solid #cccccc;
}

.table.main-table {
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 767px) {
  .table.main-table {
    margin-top: 0.35rem;
    margin-bottom: .20rem;
  }
}

.table.main-table thead tr th {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}

@media (min-width: 767px) {
  .table.main-table thead tr th {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.table.main-table tbody tr td {
  color: #212529;
  font-weight: 500;
  background: #FAFAFA;
  font-size: 13px;
  font-size: 0.8125rem;
}

.table.main-table tbody tr td.green {
  color: #24AA3A;
}

@media (min-width: 767px) {
  .table.main-table tbody tr td {
    padding: 1rem .75rem;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.table.detail-table {
  text-align: center;
  margin-bottom: 0;
}

.table.detail-table thead tr th {
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  /* ini th mb
					&.th-mb{
						background-color: $white !important;
						.table-responsive-stack-thead{
							display: none !important;
						}
						@include respond-to(medium) {
							display: none !important;
						}
					}
					 fin th mb */
}

@media (min-width: 767px) {
  .table.detail-table thead tr th {
    display: table-cell;
    padding: .75rem .25rem;
  }
}

.table.detail-table thead tr th img {
  vertical-align: text-top;
  max-width: 16px;
  height: auto;
}

.table.detail-table tbody {
  /* ini white gray */
  /* end white gray */
  border: 1px solid #cccccc;
  overflow: hidden;
  /* ini subrow */
  /* end subrow */
}

.table.detail-table tbody tr.row-gray td {
  background-color: #f5f5f5 !important;
}

.table.detail-table tbody tr.row-gray td:last-child {
  border-bottom-width: 0px !important;
}

@media (min-width: 767px) {
  .table.detail-table tbody tr.row-gray td:last-child {
    border-bottom-width: 1px !important;
  }
}

.table.detail-table tbody tr.row-gray .div-nested {
  background-color: #f5f5f5 !important;
}

.table.detail-table tbody tr.row-white td {
  background-color: #fff !important;
}

.table.detail-table tbody tr.row-white td:last-child {
  border-bottom-width: 0px !important;
}

@media (min-width: 767px) {
  .table.detail-table tbody tr.row-white td:last-child {
    border-bottom-width: 1px !important;
  }
}

.table.detail-table tbody tr.row-white .plus-minus-toggle {
  background-color: #f5f5f5 !important;
}

.table.detail-table tbody .tablerow {
  display: table-row !important;
}

.table.detail-table tbody tr.collapse.in {
  display: table-row;
}

.table.detail-table tbody .subrow {
  border-bottom: none !important;
}

.table.detail-table tbody .subrow td:last-child {
  padding-bottom: 3rem;
}

@media (min-width: 767px) {
  .table.detail-table tbody .subrow td:last-child {
    padding-bottom: .5rem;
  }
}

.table.detail-table tbody .subrow td {
  display: none;
  font-size: 10px;
  font-size: 0.625rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background: #fff;
  border-bottom: 1px dotted #DDD;
}

@media (min-width: 767px) {
  .table.detail-table tbody .subrow td {
    display: table-cell;
  }
}

.table.detail-table tbody tr.mes-par {
  background: #dedcdc;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1rem;
}

.table.detail-table tbody tr.mes-par.top-shadow {
  box-shadow: inset 0px 11px 8px -10px #7b7b7b;
}

.table.detail-table tbody tr.mes-par td {
  background: transparent;
}

.table.detail-table tbody tr td {
  /* ini td mb */
  /* fin td mb */
  font-size: 12px;
  font-size: 0.75rem;
  border: none;
  color: #212529;
  background: #f1f1f1;
  border-bottom: 1px solid #dddddd;
  padding-bottom: .65rem;
  -ms-word-break: break-all;
  word-break: break-all;
  min-width: 90px;
  /* ini text date */
  /* end text date */
}

.table.detail-table tbody tr td.contactos-mb .icon-plus {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 767px) {
  .table.detail-table tbody tr td.contactos-mb {
    display: none !important;
  }
  .table.detail-table tbody tr td.contactos-mb .icon-plus {
    display: none !important;
  }
}

.table.detail-table tbody tr td.td-mb {
  padding: 0;
  background-color: #fff;
  text-align: left;
  padding-left: 100px;
}

.table.detail-table tbody tr td.td-mb .table-responsive-stack-thead {
  display: none !important;
}

.table.detail-table tbody tr td.td-mb .div-nested {
  border-bottom: 1px dotted #DDD;
  background-color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 8px;
  display: inline-block;
  width: 160px;
}

@media (min-width: 360px) {
  .table.detail-table tbody tr td.td-mb .div-nested {
    width: 190px;
  }
}

@media (min-width: 440px) {
  .table.detail-table tbody tr td.td-mb .div-nested {
    width: 290px;
  }
}

.table.detail-table tbody tr td.td-mb .div-nested .div-nested-date {
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
  width: 50%;
}

.table.detail-table tbody tr td.td-mb .div-nested .div-nested-call {
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
  text-align: right;
  width: 22%;
}

.table.detail-table tbody tr td.td-mb .div-nested .div-nested-comment {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 22%;
}

@media (min-width: 767px) {
  .table.detail-table tbody tr td.td-mb {
    display: none !important;
  }
}

.table.detail-table tbody tr td a {
  color: #212529;
  text-decoration: none;
}

.table.detail-table tbody tr td a:hover {
  color: #212529;
  text-decoration: underline;
}

.table.detail-table tbody tr td a.btn-table {
  color: #1a1919;
}

@media (min-width: 767px) {
  .table.detail-table tbody tr td {
    min-width: 40px;
    padding: 0.75rem 0rem;
  }
}

@media (min-width: 992px) {
  .table.detail-table tbody tr td {
    min-width: 40px;
    padding: 0.75rem 0.25rem 0.5rem 0.25rem;
  }
}

.table.detail-table tbody tr td.table-icons a img {
  width: 23px;
  height: auto;
}

@media (min-width: 992px) {
  .table.detail-table tbody tr td.table-icons {
    min-width: 100px;
  }
}

.table.detail-table tbody tr td:first-child {
  text-align: left;
  min-width: 100px;
}

@media (min-width: 767px) {
  .table.detail-table tbody tr td:first-child {
    min-width: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .table.detail-table tbody tr td:first-child {
    min-width: 100px;
  }
}

.table.detail-table tbody tr td .btn-detail {
  background: #ffda0d !important;
  border-color: #ffda0d !important;
  color: #1a1919 !important;
}

.table.detail-table tbody tr td .btn-detail:hover {
  background: #ffda0d !important;
  border-color: #ffda0d !important;
  color: #1a1919 !important;
}

.table.detail-table tbody tr td .text-date {
  display: inline-block;
  vertical-align: middle;
  max-width: 40%;
}

@media (min-width: 767px) {
  .table.detail-table tbody tr td .text-date {
    vertical-align: middle;
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  .table.detail-table tbody tr td .text-date {
    max-width: 70%;
  }
}

.table .icon-table {
  display: inline-block;
  vertical-align: middle;
  max-width: 20px;
}

.table .icon-received {
  display: inline-block;
  vertical-align: middle;
  max-width: 16px;
  margin-left: 4px;
}

/* ini plus */
.icon-plus {
  display: none;
  text-align: center;
  width: auto;
}

@media (min-width: 767px) {
  .icon-plus {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    min-height: 29px;
  }
}

.plus-minus-toggle {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  margin-left: -1px;
  margin-right: 5px;
  background: #fff;
}

@media (min-width: 767px) {
  .plus-minus-toggle {
    margin-top: 3px;
    margin-left: 0;
    margin-right: 0;
  }
}

.plus-minus-toggle:before, .plus-minus-toggle:after {
  background: #fff;
  content: '';
  height: 3px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 12px;
  transition: transform 500ms ease;
}

@media (min-width: 767px) {
  .plus-minus-toggle:before, .plus-minus-toggle:after {
    background: #212529;
  }
}

.plus-minus-toggle:after {
  transform-origin: center;
}

.plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}

.plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}

/* end plus */
/* end table */
/* ini table responsive 
.table {
	margin-bottom: 0;
	@include respond-to(medium) {
	  .table-responsive-stack-thead {
		display: none !important;
	  }
	  thead {
		display: table-header-group !important;
	  }
	}
  }
  @media screen and (max-width: 767px) {
	.table-responsive-stack tfoot tr td .table-responsive-stack-thead{
		display: none !important;
	}
	.table-responsive-stack{
		width: 100%; //importante SAFARI IPHONE
		tr{
			td{
				text-align: left;
			}
		}
		
	}
	.table-responsive-stack tr {
	  &:first-child{
		padding-top: 0;
	  }
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: row;
	  flex-direction: row;
	  padding-top: 0rem;
	  padding-bottom: 0rem;
	  &:last-child{
		  padding-bottom: 0;
		  border-bottom: none !important;
		  
	  }
	  &:nth-child(odd) {
		border-bottom: 1px solid $gray-border;
		&.mes-impar{
			border-bottom: none;
		}
	  }
	}
  
	.table-responsive-stack td,
	.table-responsive-stack th {
	  display: block;
	  /*      
	 flex-grow | flex-shrink | flex-basis   
	  -ms-flex: 1 1 auto;
	  flex: 1 1 auto;
	  padding: 0.75rem 0.75rem 0 0.75rem;
	  span,img{
		  display: inline-block;
		  vertical-align: middle;
	  }
	  &:first-child{
		padding-top: 1rem;
		}
		&:last-child{
			padding-bottom: 1rem;
			/*border-bottom: 40px solid #FFF !important;
		}		  
	}
  
	.table-responsive-stack .table-responsive-stack-thead {
	  display: inline-block;
	  min-width: 90px;
	  font-weight: 600;
	}
  
	.table-responsive-stack tr {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  /*border-bottom: 5px solid $gray-green;
	  display: block;
	}
	/*  IE9 FIX   
	.table-responsive-stack td {
	  float: left\9;
	  width: 100%;
	}
  }
   end table responsive */
.box-table-header {
  width: 100%;
  border-bottom: 1px dotted #DDD;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box;
  text-align: center;
  padding: .4rem 0 .35rem 0;
  margin-bottom: 0;
  background-color: #E8E8E8;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 440px) {
  .box-table-header {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .box-table-header {
    padding: .4rem .75rem .35rem 0;
    text-align: right;
  }
}

.box-table-header .form-group {
  display: inline-block;
  margin: 0;
  width: 100%;
  max-width: 300px;
  overflow: visible;
  background-color: transparent;
}

.box-table-header .form-group label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  color: #212529;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 360px) {
  .box-table-header .form-group label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
}

@media (min-width: 767px) {
  .box-table-header .form-group label {
    margin-right: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.box-table-header .form-group .custom-select {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 .5rem;
  max-width: 70px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .box-table-header .form-group .custom-select {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 70px;
  }
}

.box-table {
  display: none;
  padding: 0;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  background-color: #fff;
  margin-bottom: 20px;
  overflow: auto;
}

@media (min-width: 360px) {
  .box-table {
    overflow: visible;
  }
}

@media (min-width: 767px) {
  .box-table {
    display: block;
    padding: 0;
    overflow: auto;
    box-shadow: var(--main-dropdown-shadow);
  }
}

@media (min-width: 992px) {
  .box-table {
    overflow: visible;
  }
}

.box-table h3 {
  width: 100%;
  text-align: center;
  color: #1a1919;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.box-pagination {
  padding: 1rem;
}

.box-pagination .pagination-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 767px) {
  .box-pagination .pagination-left {
    justify-content: flex-start;
  }
}

.box-pagination .pagination-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 767px) {
  .box-pagination .pagination-right {
    justify-content: flex-end;
  }
}

.box-pagination .pagination .page-link {
  text-decoration: none;
  color: #212529;
  font-size: 14px;
  font-size: 0.875rem;
}

.box-pagination label {
  font-size: 14px;
  font-size: 0.875rem;
}

.box-pagination .form-control {
  width: auto;
  font-size: 14px;
  font-size: 0.875rem;
}

.box-pagination .page-item.active .page-link {
  border-color: #3C628E;
  background-color: #3C628E;
  color: #fff;
}

/* END CONTACTOS */
/* INI GRAPHS */
.graphs {
    background-color: transparent;
    margin-top: 1.25rem;
    padding-bottom: 1rem;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-clip: padding-box;
}

.graphs .col-graph {
  margin-bottom: 20px;
}

.graphs .item-graph {
  text-align: center;
  padding: .25rem;
  margin-bottom: 20px;
  border: none;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  box-shadow: var(--main-dropdown-shadow);
}

.graphs .item-graph.pie canvas {
  margin: 0 auto;
  max-width: 240px;
}

.graphs .item-graph .card-body {
  padding: 1rem 1.25rem;
}

.graphs .item-graph h3 {
  color: #404040;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 auto;
}
.graphs .item-graph h2 {
    color: #404040;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 auto;
}


.graphs .item-graph h3 span {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

.graphs .item-graph p {
  font-size: 14px;
  font-size: 0.875rem;
}

.graphs .item-graph p.title {
  color: #212529;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.graphs .item-graph p strong {
  color: #404040;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}

/* END GRAPHS */
/* INI MODAL */
.modal-comment .modal-header {
  justify-content: flex-end;
}

@media (min-width: 767px) {
  .modal-comment .modal-header {
    justify-content: space-between;
  }
}

.modal {
  z-index: 10050;
}

.modal ul.opinion-list li .item-opinion-option {
  width: 34px;
  height: 34px;
}

@media (min-width: 767px) {
  .modal ul.opinion-list li .item-opinion-option {
    width: 34px;
    height: 34px;
  }
}

.modal ul.estado-list li .item-estado-option {
  width: 34px;
  height: 34px;
}

@media (min-width: 767px) {
  .modal ul.estado-list li .item-estado-option {
    width: 34px;
    height: 34px;
  }
}

.modal-title {
  font-weight: 600;
}

.modal-title h4 {
  color: #404040;
}

.modal-header {
  border-bottom: none;
}

.modal-header h4 {
  font-weight: 500;
  margin-bottom: 0rem;
  font-size: 22px;
  font-size: 1.375rem;
}

.modal-header .close-modal {
  display: inline-block;
  border: none;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  color: #fff;
  background-color: #3C628E;
  width: 24px;
  min-width: 24px;
  height: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 0;
  text-align: center;
}

.modal-body {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 0;
}

.modal-body.modal-body-text {
  padding: 0 15px;
}

.modal-body .modal-list {
  padding: 10px 0 10px 30px;
}

.modal-body .info-row {
  min-height: 26px;
  margin-bottom: 0.5rem;
  padding-left: 0;
}

.modal-body .info-row strong {
  display: inline-block;
  vertical-align: middle;
  min-width: 60px;
  margin-right: 1rem;
}

.modal-body .info-row span {
  display: inline-block;
  vertical-align: middle;
}

.modal-body .info-row span strong {
  min-width: 0;
  margin: 0;
}

.modal-body .info-row span img {
  width: 30px;
  height: 30px;
  display: block;
}

.modal-body h2 {
  color: #404040;
  font-weight: 700;
  margin-bottom: 20px;
}

.modal-body h3 {
  color: #404040;
  font-weight: 700;
  margin-bottom: 20px;
}

.modal-body h4 {
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.modal-body p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

.modal-body a {
  color: #212529;
  text-decoration: none;
}

.modal-body a:hover {
  text-decoration: underline;
}

.modal-body .btn-modal {
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  background-color: #F5F5F5;
  padding: 8px 10px;
  text-decoration: none;
  box-shadow: none;
  border: none;
  outline: none !important;
}

.modal-body .btn-modal:hover {
  text-decoration: none;
}

.modal-body #call-options {
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  background-color: transparent;
  vertical-align: middle;
  width: 0px;
  text-decoration: none;
  box-shadow: none;
  border: none;
  outline: none !important;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  padding-left: 4px;
}

.modal-body #call-options.in {
  width: 100px;
}

@media (min-width: 767px) {
  .modal-body #call-options.in {
    width: 80px;
  }
}

.modal-body .btn-call-options {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  box-shadow: none;
  border: none;
  outline: none !important;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  color: #fff;
  width: 40px;
  height: 40px;
  margin-right: 4px;
}

@media (min-width: 767px) {
  .modal-body .btn-call-options {
    width: 34px;
    height: 34px;
  }
}

.modal-body .btn-call-options.whatsapp {
  background-color: #25D366;
}

.modal-body .btn-call-options.whatsapp i {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 40px;
  margin-left: 1px;
}

@media (min-width: 767px) {
  .modal-body .btn-call-options.whatsapp i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 34px;
    margin-left: 1px;
  }
}

.modal-body .btn-call-options.phone {
  background-color: #3C628E;
}

.modal-body .btn-call-options.phone i {
  font-size: 16px;
  font-size: 1rem;
  line-height: 40px;
  margin-left: 3px;
}

@media (min-width: 767px) {
  .modal-body .btn-call-options.phone i {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 34px;
    margin-left: 2px;
  }
}

.modal-body .btn-call-options i {
  line-height: 34px;
}

.modal-body .note-row {
  padding: 1rem;
  margin-bottom: 0.5rem;
  background-color: #F5F5F5;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
}

.modal-body .note-row a {
  text-decoration: none;
}

.modal-body .note-row .form-group {
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
}

.modal-body .note-row .form-group textarea.form-control {
  height: auto;
  min-height: 46px;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
}

.modal-body .note-row strong {
  display: inline-block;
  vertical-align: middle;
  min-width: 70px;
  margin-right: 1rem;
}

.modal-body .note-row span {
  display: inline-block;
  vertical-align: middle;
}

.modal-body .note-user {
  margin-bottom: 15px;
  border-bottom: 1px dotted #DDDDDD;
}

.modal-body .note-user:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.modal-body .note-user:last-child p {
  margin-bottom: 0px;
}

.modal-body .note-user p {
  margin-top: 0;
  margin-bottom: 20px;
}

.modal-body .note-user p strong {
  min-width: 0px;
}

.modal-body .last-visit {
  text-align: center;
  color: #9fa4a6;
  padding: 10px 15px 8px 15px;
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.75rem;
}

.modal-body .last-visit i {
  display: inline;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 4px;
}

.modal-body .last-visit span {
  display: inline;
  vertical-align: middle;
}

.modal-footer .btn-primary, .modal-footer .btn-cancel {
  margin-top: 0;
  max-width: 100px;
  font-size: 16px;
  font-size: 1rem;
}

.modal-feedback .form-group {
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
}

.modal-feedback .form-group textarea.form-control {
  border: 1px solid #cccccc;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  font-size: 13px;
  font-size: 0.8125rem;
  height: auto;
  min-height: 90px;
}

.modal .custom-radio {
  margin-bottom: .25rem;
}

.modal .custom-radio label {
  position: relative;
  width: 100%;
  max-width: 310px;
  min-height: 24px;
}

.modal .custom-radio label span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 75%;
  line-height: 1.1;
  margin-top: 3px;
}

.modal .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #26B7DE;
  background-color: #26B7DE;
  box-shadow: none !important;
}

.modal .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e") !important;*/
}

.modal .custom-radio .icon-radio {
  position: absolute;
  top: 1px;
  right: 0;
  width: 22px;
  height: auto;
}

/* FIN MODAL */
/* INI HIGHLIGHTS */
::selection {
  color: #fff;
  background: #404040;
}

::-moz-selection {
  color: #fff;
  background: #404040;
}

::-webkit-selection {
  color: #fff;
  background: #404040;
}

/* FIN HIGHLIGHTS */
/* INI QUITAR AUTOCOMPLETAR */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/* FIN QUITAR AUTOCOMPLETAR */
/* INI FORMULARIO */
.form-group {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  overflow: hidden;
}

.form-group .form-control {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  height: 46px;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .form-group .form-control {
    height: 46px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.form-group textarea.form-control {
  height: 50px;
  padding: 5px 12px;
}

@media (min-width: 767px) {
  .form-group textarea.form-control {
    padding: 10px 12px;
    height: 111px;
  }
}

.form-group .input-group-append .btn-third {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  color: #fff;
  background: #3C628E;
}

.has-error {
  background: #404040;
}

.has-error .form-control {
  border: 3px solid #404040;
}

.checkbox-inline {
  font-size: 11px;
  color: #fff;
  padding-bottom: 15px;
  margin-top: 10px;
}

.checkbox-inline input {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px !important;
  margin-right: 5px;
}

.checkbox-inline span {
  display: inline-block;
  vertical-align: middle;
}

.checkbox-inline a {
  color: #fff;
  outline: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #404040;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #404040;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #404040;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #404040;
}

.form-box {
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}

.form-box .btn-primary, .form-box .btn-cancel {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 767px) {
  .form-box .btn-primary, .form-box .btn-cancel {
    margin-top: 0;
    padding-top: .475rem;
    height: 50px;
  }
}

@media (min-width: 992px) {
  .form-box .btn-primary, .form-box .btn-cancel {
    padding-top: .75rem;
  }
}

@media (min-width: 1200px) {
  .form-box {
    max-width: 90%;
  }
}

/* FIN FORMULARIO */
@media (min-width: 767px) {
  .modal-open {
    padding-right: 17px !important;
  }
}

#modal-chat {
  padding-right: 0px !important;
}

/* INI STYLED CHECKBOX */
ul.opinion-list {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

ul.opinion-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  /* INI CUSTOM CHECKBOX opinion */
  /* FIN CUSTOM CHECKBOX opinion */
}

ul.opinion-list li .item-opinion-option {
  display: block;
  width: 34px;
  height: 34px;
  position: relative;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  overflow: hidden;
}

@media (min-width: 767px) {
  ul.opinion-list li .item-opinion-option {
    width: 25px;
    height: 25px;
  }
}

ul.opinion-list li .item-opinion-option:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

ul.opinion-list li .item-opinion-option span {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 5px;
  font-size: 10px;
  font-size: 0.625rem;
}

ul.opinion-list li .item-opinion-option.option-bien {
  background-image: url("../img/generic/icon-emoji-ok-1-off.png");
}

ul.opinion-list li .item-opinion-option.option-nsnc {
  background-image: url("../img/generic/icon-emoji-meh-1-off.png");
}

ul.opinion-list li .item-opinion-option.option-mal {
  background-image: url("../img/generic/icon-emoji-bad-off.png");
}

ul.opinion-list li .styled-checkbox-opinion {
  position: absolute;
  opacity: 0;
}

ul.opinion-list li .styled-checkbox-opinion + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

ul.opinion-list li .styled-checkbox-opinion + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 50px;
  height: 50px;
  background: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

ul.opinion-list li .styled-checkbox-opinion:hover + label:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

ul.opinion-list li .styled-checkbox-opinion:focus + label:before {
  /*box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);*/
}

ul.opinion-list li .styled-checkbox-opinion:checked + label:before {
  background: transparent;
}

ul.opinion-list li .styled-checkbox-opinion:checked + label.item-opinion-option {
  color: #fff;
  overflow: hidden;
}

ul.opinion-list li .styled-checkbox-opinion:checked + label.item-opinion-option.option-bien {
  background-image: url("../img/generic/icon-emoji-ok-1-on.png");
}

ul.opinion-list li .styled-checkbox-opinion:checked + label.item-opinion-option.option-nsnc {
  background-image: url("../img/generic/icon-emoji-meh-1-on.png");
}

ul.opinion-list li .styled-checkbox-opinion:checked + label.item-opinion-option.option-mal {
  background-image: url("../img/generic/icon-emoji-bad-on.png");
}

/* FIN STYLED CHECKBOX */
/* INI STYLED CHECKBOX ESTADO */
ul.estado-list {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 65%;
}

@media (min-width: 767px) {
  ul.estado-list {
    vertical-align: middle;
    max-width: 100%;
  }
}

ul.estado-list li {
  display: inline-block;
  margin: 0 1px;
  /* INI CUSTOM CHECKBOX estado */
  /* FIN CUSTOM CHECKBOX estado */
}

ul.estado-list li .item-estado-option {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  overflow: hidden;
}

ul.estado-list li .item-estado-option:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

ul.estado-list li .item-estado-option span {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 5px;
  font-size: 10px;
  font-size: 0.625rem;
}

ul.estado-list li .item-estado-option.estado-ok {
  background-image: url("../img/generic/icon-estado-ok-on.png");
}

ul.estado-list li .item-estado-option.estado-enproceso {
  background-image: url("../img/generic/icon-estado-enproceso-on.png");
}

ul.estado-list li .item-estado-option.estado-pendiente {
  background-image: url("../img/generic/icon-estado-pendiente-on.png");
}

ul.estado-list li .item-estado-option.estado-cancelar {
  background-image: url("../img/generic/icon-estado-cancelar-on.png");
}

ul.estado-list li .styled-checkbox-estado {
  position: absolute;
  opacity: 0;
}

ul.estado-list li .styled-checkbox-estado + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

ul.estado-list li .styled-checkbox-estado + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 50px;
  height: 50px;
  background: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

ul.estado-list li .styled-checkbox-estado:hover + label:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

ul.estado-list li .styled-checkbox-estado:focus + label:before {
  /*box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);*/
}

ul.estado-list li .styled-checkbox-estado:checked + label:before {
  background: transparent;
}

ul.estado-list li .styled-checkbox-estado:checked + label.item-estado-option {
  color: #fff;
  overflow: hidden;
}

ul.estado-list li .styled-checkbox-estado:checked + label.item-estado-option.estado-ok {
  background-image: url("../img/generic/icon-estado-ok-on.png");
}

ul.estado-list li .styled-checkbox-estado:checked + label.item-estado-option.estado-enproceso {
  background-image: url("../img/generic/icon-estado-enproceso-on.png");
}

ul.estado-list li .styled-checkbox-estado:checked + label.item-estado-option.estado-pendiente {
  background-image: url("../img/generic/icon-estado-pendiente-on.png");
}

ul.estado-list li .styled-checkbox-estado:checked + label.item-estado-option.estado-cancelar {
  background-image: url("../img/generic/icon-estado-cancelar-on.png");
}

.estado-list-link {
  display: inline-block;
  width: auto;
  padding-left: 15px;
  margin-top: 4px;
  cursor: pointer;
}

.estado-list-link img {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: -15px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  overflow: hidden;
}

/* FIN STYLED CHECKBOX ESTADO */
/* INI STYLED CHECKBOX FAVORITO */
.favorito-modal {
  position: absolute;
  top: -39px;
  right: 10px;
  z-index: 2;
}

@media (min-width: 767px) {
  .favorito-modal {
    top: 0;
  }
}

.favorito-modal .item-favorito-option {
  display: block;
  width: 34px;
  height: 34px;
}

ul.favorito-list {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

ul.favorito-list li {
  display: inline-block;
  margin: 0 1px;
}

.item-favorito-option {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
  overflow: hidden;
  background-image: url("../img/generic/icon-fav-off.png");
}

.item-favorito-option:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.item-favorito-option span {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 5px;
  font-size: 10px;
  font-size: 0.625rem;
}

/* INI CUSTOM CHECKBOX favorito */
.styled-checkbox-favorito {
  position: absolute;
  opacity: 0;
}

.styled-checkbox-favorito + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox-favorito + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 50px;
  height: 50px;
  background: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.styled-checkbox-favorito:hover + label:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.styled-checkbox-favorito:focus + label:before {
  /*box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);*/
}

.styled-checkbox-favorito:checked + label:before {
  background: transparent;
}

.styled-checkbox-favorito:checked + label.item-favorito-option {
  color: #fff;
  overflow: hidden;
  background-image: url("../img/generic/icon-fav.png");
}

/* FIN CUSTOM CHECKBOX favorito */
/* FIN STYLED CHECKBOX favorito */
/* INI INFO */
.info {
  padding-left: 30px;
  padding-right: 30px;
}

.info .video-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 767px) {
  .info .video-container {
    margin-top: .5em;
    margin-bottom: .5rem;
  }
}

.info h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: underline;
  margin-bottom: 1.25rem;
}

@media (min-width: 767px) {
  .info h2 {
    text-transform: none;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}

.info .info-item {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.info .info-item strong {
  display: block;
  font-weight: 600;
}

@media (min-width: 767px) {
  .info .info-item strong {
    margin-bottom: 0.5rem;
  }
}

.info .info-item span {
  display: block;
  -ms-word-break: break-all;
  word-break: break-all;
}

.info .info-item a {
  display: block;
  color: #212529;
  -ms-word-break: break-all;
  word-break: break-all;
  text-decoration: none;
}

.info .info-item a:hover {
  color: #212529;
  text-decoration: underline;
}

/* END INFO */
/* INI MAS INFO */
.mas-info {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.mas-info h2 {
  width: 100%;
}

@media (min-width: 767px) {
  .mas-info h2 {
    text-align: left;
    margin-bottom: .75rem;
  }
}

.mas-info .btn-pdf {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  max-width: 300px;
  min-height: 50px;
  color: #1a1919;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 6px 6px 3px -5px rgba(0, 0, 0, 0.59);
  box-shadow: 6px 6px 3px -5px rgba(0, 0, 0, 0.59);
  margin: 0 0 .75rem 0;
  text-align: left;
}

@media (min-width: 767px) {
  .mas-info .btn-pdf:first-child span:first-child {
    margin-top: 40px;
  }
    .btn-pdf-mb {
        display: none!important;
    }
}

@media (min-width: 1200px) {
  .mas-info .btn-pdf:first-child span:first-child {
    margin-top: 45px;
  }
}

@media (min-width: 767px) {
  .mas-info .btn-pdf {
    width: 16%;
    max-width: 140px;
    margin: .75rem .75rem .20rem .75rem;
    min-height: 110px;
  }
}

@media (min-width: 992px) {
  .mas-info .btn-pdf {
    width: 140px;
    max-width: 100%;
    margin: .75rem 1rem .20rem 1rem;
  }
}

@media (min-width: 1200px) {
  .mas-info .btn-pdf {
    width: 180px;
  }
}

.mas-info .btn-pdf span {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: .75rem .75rem .75rem 3rem;
}

@media (min-width: 767px) {
  .mas-info .btn-pdf span {
    position: static;
    display: block;
    text-align: center;
    top: 0;
    bottom: 0;
    transform: none;
    padding: .75rem;
    margin-top: 45px;
    padding-bottom: 0;
  }
}

.mas-info .btn-pdf:hover {
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.mas-info .btn-pdf:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28px;
  height: 28px;
  background: url("../img/generic/icon-pdf.png") no-repeat;
  background-size: 100%;
}

@media (min-width: 767px) {
  .mas-info .btn-pdf:before {
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
  }
}

/* END MAS INFO */
/* INI VIDEO CONTAINER */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* END VIDEO CONTAINER */
/* INI CARD DECK */
@media (min-width: 576px) {
  .card-deck {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 576px) {
  .card-deck .card {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 576px) {
  [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* END CARD DECK */
.row-10 {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .row-10 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.box-search .form-group {
  margin-bottom: 10px;
}

.box-search .item-favorito-option {
  background-image: url("../img/generic/icon-fav-white-off.png");
}

.box-filter .form-group {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .box-filter .form-group {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box;
  }
}

.box-filter .form-group label {
  line-height: 1.1;
}

.box-filter .form-group select {
  height: 46px;
  padding: 0;
  border: 0;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.box-filter .form-group .select-label {
  display: inline-block;
}

.box-filter .form-group .select-label:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3C628E;
  padding: 12px 8px;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
  text-align: center;
  width: 10%;
  pointer-events: none;
  box-sizing: border-box;
}

.box-icon-table-mb {
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 2;
}

.box-icon-table-mb .icon-table-mb {
  display: block !important;
  max-width: 50px;
  text-align: center;
}

.box-icon-table-mb .icon-table-mb img {
  max-width: 28px;
  margin: 3px auto;
}

/* ini time selector */
.time-selector {
  margin-top: 12px;
  width: auto;
}

.time-selector select {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #212529 !important;
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 40px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .time-selector select {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.time-selector select option {
  font-size: 13px;
  font-size: 0.8125rem;
}

.time-selector select:focus {
  background-color: transparent;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.time-selector select.input-lg {
  height: 50px !important;
  line-height: 25px !important;
}

.time-selector select + i.far {
  float: left;
  margin-top: -43px;
  margin-right: 9px;
  font-size: 32px;
  pointer-events: none;
  background-color: transparent;
  padding-right: 5px;
}

@media (min-width: 767px) {
  .box-custom-selector-lg {
    margin-top: -5px;
  }
}

.custom-selector-lg {
  margin-top: 12px;
  width: 100%;
}

.custom-selector-lg select {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #212529 !important;
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 40px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .custom-selector-lg select {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.custom-selector-lg select option {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #212529 !important;
}

.custom-selector-lg select:focus {
  background-color: transparent;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.custom-selector-lg select.input-lg {
  height: 50px !important;
  line-height: 25px !important;
}

.custom-selector-lg .bootstrap-select > .dropdown-toggle {
  color: #212529 !important;
  background-color: transparent !important;
  border: none !important;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 40px;
  padding-right: 0;
}

@media (min-width: 992px) {
  .custom-selector-lg .bootstrap-select > .dropdown-toggle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.custom-selector-lg .bootstrap-select .dropdown-menu {
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.18);
}

.custom-selector-lg .bootstrap-select .dropdown-menu li {
  background-color: #fff;
}

.custom-selector-lg .dropdown-item {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: .45rem 1.5rem;
}

.custom-selector-lg .bootstrap-select .dropdown-toggle:focus, .custom-selector-lg .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  border: none !important;
  outline: none !important;
}

.custom-selector-lg .dropdown-item.active, .custom-selector-lg .dropdown-item:active {
  background-color: #26B7DE;
}

.custom-selector-lg .dropdown-item:hover {
  background-color: #EEEEEE;
}

.custom-selector-lg .dropdown-toggle::after {
  display: none;
}

.custom-selector-lg i.far {
  position: absolute;
  top: 13px;
  left: 10px;
  font-size: 32px;
  pointer-events: none;
  background-color: transparent;
  padding-right: 5px;
}

@media (min-width: 992px) {
  .custom-selector-lg i.far {
    top: 18px;
  }
}

.custom-selector-lg .form-control {
  background-color: transparent !important;
}

.custom-selector {
  width: 100%;
}

.custom-selector.w-auto .bootstrap-select {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 70px !important;
}

.custom-selector.w-auto .bootstrap-select > .dropdown-toggle {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.custom-selector select {
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #212529 !important;
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}

@media (min-width: 767px) {
  .custom-selector select {
    font-size: 16px;
    font-size: 1rem;
  }
}

.custom-selector select:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.custom-selector select.input-lg {
  height: 50px !important;
  line-height: 25px !important;
}

.custom-selector .bootstrap-select > .dropdown-toggle {
  color: #495057 !important;
  border: none !important;
  background-color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  padding: .6rem .75rem;
}

@media (min-width: 767px) {
  .custom-selector .bootstrap-select > .dropdown-toggle {
    font-size: 16px;
    font-size: 1rem;
  }
}

.custom-selector .bootstrap-select .dropdown-menu {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.18);
}

.custom-selector .bootstrap-select .dropdown-menu li {
  background-color: #fff;
}

.custom-selector .dropdown-item {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: .45rem 1.5rem;
}

.custom-selector .bootstrap-select .dropdown-toggle:focus, .custom-selector .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  border: none !important;
  outline: none !important;
}

.custom-selector .dropdown-item.active, .custom-selector .dropdown-item:active {
  background-color: #26B7DE;
}

.custom-selector .btn-light:not(:disabled):not(.disabled).active, .custom-selector .btn-light:not(:disabled):not(.disabled):active, .custom-selector .show > .btn-light.dropdown-toggle {
  background: #fff;
}

.custom-selector .dropdown-toggle::after {
  border-top-color: #3C628E;
}

/* end time selector */
.visto {
  font-weight: 400;
}

.modal.fade.show {
  /*padding-right: 0 !important;*/
}

.box-result-items {
  width: 100%;
  text-align: right;
}

.box-result-items .item-result {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #3C628E;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  padding: .25rem .5rem .45rem .5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 10px;
  margin-bottom: 10px;
}

.box-result-items .item-result span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
  color: #3C628E;
}

.box-result-items .item-result .item-result-close {
  margin-left: 6px;
  cursor: pointer;
  font-weight: 600;
  color: #3C628E;
}

.box-result-items .item-result .item-result-close i {
  margin-top: 1px;
  line-height: 1;
}

.modal-open .tooltip {
  z-index: 100000000;
}

.modal-body {
  margin-top: .5rem;
}

.mCSB_inside > .mCSB_container {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .tooltip {
    display: none !important;
  }
}

.mCSB_scrollTools {
  margin-right: -7px;
}

/* INI SCROLLBARS */
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}

/* FIN SCROLLBARS */
::-ms-clear, ::-ms-reveal {
  display: none;
}

input {
  box-sizing: border-box;
}

input:active, input:focus {
  outline: none;
  -moz-outline: none;
}

input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
  border: none;
}

/* main style */
.inputClear {
  position: relative;
}

.inputClear > input {
  padding-right: 36px !important;
  padding-right: 36px;
}

    .inputClear > .deleteEle {
        display: none;
        position: absolute;
        height: 26px;
        width: 26px;
        top: 50%;
        margin-top: -12px;
        right: 66px;
        background: url(image/delete.png) 50% 50% no-repeat;
        background-size: 24px 24px;
        z-index: 100;
        cursor: pointer;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        /*
	&:hover{
		background: #EEE;
	}
	&:after{
		position: absolute;
		top: 5px;
		left: 8px;
		content: "\f00d";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
	}*/
    }

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 150ms infinite linear;
            -moz-animation: spinner 150ms infinite linear;
            -ms-animation: spinner 150ms infinite linear;
            -o-animation: spinner 150ms infinite linear;
            animation: spinner 150ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.img-info {
    width: 16px;
    vertical-align: top;
    left: auto;
    float: right;
}
.icon-help {
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-clip: padding-box;
    border: 1px solid #858585;
    color: #858585;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    margin-top: -6px;
    margin-right: -5px;
    float: right;
}
.graph-section-title h2 {
    text-transform: uppercase;
    padding-bottom: .25rem;
    border-bottom: 1px solid #bcbcd1 !important;
}

.graph-section-title h2 i {
    margin-right: 3px;
}

[data-id="selectEstadoMb"] {
    background-color: #3C628E;
    color: white!important;
}

ul#menu ul {
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 2;
    width: 85%;
}

ul#menu li {
    display: grid;
}

    ul#menu li:hover ul {
        display: grid;
        z-index: 2;
    }

        ul#menu li:hover ul li a {
            display: grid;
            color: white;
            width: 100%;
        }
.overflow-table {
    display: block;
    position: relative;
    height: 600px;
    overflow: auto;
}

/* daterangepicker */
.daterangepicker {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
    background-color: var(--bs-component-bg);
    box-shadow: var(--bs-component-dropdown-shadow);
    font-family: Inter, Helvetica, "sans-serif";
    z-index: 1000;
    border-radius: var(--bs-component-border-radius);
}
.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
    padding: 1rem 1rem;
}
.daterangepicker .drp-calendar.left {
    border-left: 0 !important;
}
.daterangepicker.show-calendar .ranges {
    border-radius: 0;
    border-top-left-radius: var(--bs-component-border-radius);
    margin-top: 0;
    height: 297px;
}
.daterangepicker.show-ranges.show-calendar .ranges {
    border-right: 1px solid var(--bs-component-color-border);
}
.daterangepicker .ranges ul {
    padding: 1rem 0;
    width: 150px;
    overflow: auto;
    /*max-height: 260px;*/
}
.daterangepicker .ranges li {
    padding: 0.7rem 1.75rem;
    font-weight: 500;
    font-size: 0.85rem;
    color: var(--bs-component-color);
    transition: all .3s ease-in-out;
}
.daterangepicker .ranges li:hover {
    background-color: var(--bs-component-hover-bg);
    color: var(--secondary-color);
    transition: color 0.2s ease;
}
.daterangepicker .ranges li.active {
    background-color: var(--secondary-color);
    color: var(--bs-component-active-color);
    transition: color 0.2s ease;
}

.daterangepicker .drp-calendar th, .daterangepicker .drp-calendar td {
    font-size: 0.85rem;
    font-weight: 400;
    width: 33px;
    height: 33px;
}
.daterangepicker .drp-calendar th {
    font-weight: 500;
    color: var(--bs-component-color);
}
.daterangepicker .drp-calendar td.available.off {
    color: var(--bs-component-color-off);
}
.daterangepicker .drp-calendar td {
    color: var(--bs-component-color);
}
.daterangepicker .drp-calendar th.available:hover, .daterangepicker .drp-calendar td.available:hover {
    border-radius: var(--bs-component-border-radius);
    background-color: var(--bs-component-hover-bg);
    color: var(--secondary-color);
    transition: all .3s ease-in-out;
}
.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
    background-color: var(--bs-component-hover-bg);
    color: var(--secondary-color);
}
.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {
    background: var(--bs-component-hover-bg) !important;
    color: var(--secondary-color) !important;
    border-radius: var(--bs-component-border-radius);
}
.daterangepicker .drp-calendar td.active:not(.off) {
    background-color: var(--secondary-color) !important;
    color: var(--bs-component-active-color) !important;
    border-radius: var(--bs-component-border-radius);
}
.daterangepicker .drp-calendar td.in-range.available.today:not(.active):not(.off) {
    border-radius: 0 !important;
    background-color: var(--bs-component-hover-bg) !important;
    font-weight: 600;
}
.daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span {
    border-width: 0 1px 1px 0 !important;
    border-color: var(--bs-component-color) !important;
}
.daterangepicker .drp-calendar th.next.available:hover span, .daterangepicker .drp-calendar th.prev.available:hover span {
    border-color: var(--secondary-color) !important;
}
.daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span {
    border-width: 0 1px 1px 0;
    border-color: var(--bs-gray-600);
}
.daterangepicker .drp-calendar td.active.start-date {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.daterangepicker .drp-calendar td.active.end-date {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.daterangepicker .drp-calendar td.active.start-date.end-date {
    border-radius: var(--bs-component-border-radius);
}
.daterangepicker:after, .daterangepicker:before {
  display: none;
}

/* Utilities Bootstrap 5.x */
.gap-3 {
    gap: 1rem !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + .9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + .6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + .3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}

.fw-bold {
    font-weight: 700 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-normal {
    font-weight: 400 !important;
}

.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}

.dropdown-menu.show {
    border: 0;
    background-color: var(--bs-component-bg);
    box-shadow: var(--bs-component-dropdown-shadow) !important;
    font-family: Inter, Helvetica, "sans-serif";
    z-index: 1000;
    border-radius: var(--bs-component-border-radius);
}

.btn-float-help {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    bottom: 25px;
    right: 30px;
    background-color: #5027d9;
    color: #FFF;
    border-radius: 100%;
    text-decoration: none;
    font-size: 1.5rem;
    box-shadow: 2px 5px 10px rgba(0,0,0,0.2);
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.btn-float-help span {
    display: none;
    position: absolute;
    font-size: 0.85rem;
    left: -70px;
    padding: 3px 10px;
    background-color: #000;
    color: #FFF;
    border-radius: 4px;
}
.btn-float-help:hover, .btn-float-help:focus, .btn-float-help:active {
    background-color: #3b1ca3;
    color: #fff;
    text-decoration: none;
}
.btn-float-help:hover span {
    display: flex;
    animation-delay: 0s;
    animation-name: fadeInRight;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.btn-float-help.animated {
    animation-delay: 0s;
    animation-duration: 0.75s;
    animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}