@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);@import url(https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap);@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);@import url(https://fonts.googleapis.com/css2?family=Grandstander:wght@300&display=swap);@import url(https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap);* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  /*color: #5E5D5D;*/
  color: #444343;
}

:root {
  --main-ppal-color: #256d7b;
  --main-lienzo-color: rgba(0,0,0,.3);
  --main-input-focus: rgba(37,109,123, 0.1);
}

.menu-lienzo {
  display: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.menu-lienzo-view {
  display: block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.img-fondo {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0.4;
  z-index: -1;
}

.fas,
.far {
  font-size: 22px !important;
}

/*Flecha para hacer la pagina hacia arriba*/

.ir-arriba {
  display: none;
  background-repeat: no-repeat;
  font-size: 20px;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

.ir-arriba div {
  width: 35px;
  height: 35px;
  background: var(--main-ppal-color);
  border-radius: 50%;
  border: 2px solid white;
}

.ir-arriba div i {
  color: white;
}

.zona-busqueda {
  border: 1px solid #ccc;
  border-radius: 35px;
  height: 40px;
  padding-left: 7px;
  padding-right: 7px;
}

.zona-busqueda:focus-within {
  border: 1px solid var(--main-ppal-color);
}

.input-busqueda {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0px;
}

.input-busqueda:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.input-obligatorio {
  background: #EDD1D1 !important;
}

.cabecera {
  background: var(--main-ppal-color);
}

.cabecera .input-busqueda {
  border-radius: 7px 0px 0px 7px;
  width: 100%;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*	border-radius: 3px;
	border: 1px solid #ddd;*/
  border: 0px;
}

.cabecera .input-busqueda::-webkit-input-placeholder {
  color: rgba(37, 109, 123, 0.5);
  font-style: italic;
  font-size: 14px;
}

.cabecera .input-busqueda:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 0px;
}

/*login*/

.imagen-acciones-grid-columnas {
  position: absolute;
  bottom: 0;
  left: 0;
}

.input-busqueda {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0px;
}

.input-busqueda:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.lazyload {
  /*background-color:#E5E5E5 !important;*/
  background-image: url(/images/load/64x64.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.lienzo {
  display: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  height: 100vh;
  background: var(--main-lienzo-color);
  position: absolute;
  top: 0;
  left: 0;
}

.lienzo-view {
  display: block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.lista-linea {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.lista-linea:first-child {
  border-top: 1px solid #ccc;
}

.no-seleccionado {
  color: #ccc;
}

.producto-scrolling-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 100% !important;
  padding-bottom: 0px !important;
}

#style-2::-webkit-scrollbar {
  height: 10px;
}

.producto-scrolling-wrapper::-webkit-producto-scrollbar {
  /*display: none;*/
  height: 5px !important;
}

.producto-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
}

.producto-card img,
.producto-card video {
  width: 150px;
  height: 150px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

@media (min-width: 980px) and (max-width: 1200px) {
  .producto-card img,
  .producto-card video {
    width: 130px !important;
    height: 130px !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .producto-card img,
  .producto-card video {
    width: 110px !important;
    height: 110px !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .producto-card img,
  .producto-card video {
    width: 90px !important;
    height: 90px !important;
  }

  .producto-scrolling-wrapper::-webkit-producto-scrollbar {
    display: none;
  }
}

@media (max-width: 479px) {
  .producto-card img,
  .producto-card video {
    width: 70px !important;
    height: 70px !important;
  }

  .producto-scrolling-wrapper::-webkit-producto-scrollbar {
    display: none;
  }
}

.producto-relacionado:hover {
  /*background: #eee !important;*/
  -webkit-box-shadow: 0px 0px 3px 5px #ddd;
          box-shadow: 0px 0px 3px 5px #ddd;
}

.producto-misma-categoria-tarjeta {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.producto-misma-categoria-tarjeta:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.productos-similares.scroll-style-2
.tarjeta-grid-columnas {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.tarjeta-grid-columnas:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.tarjeta-grid-columnas:hover .imagen-titulo {
  display: block !important;
}

/*    .tarjeta-grid-columnas:hover img{
        transform: scale(1.1);
    }*/

.tarjeta-grid-columnas:hover .imagen-acciones-grid-columnas {
  display: block !important;
}

.tarjeta-grid-columnas .imagen-titulo {
  position: absolute;
  top: 0;
  left: 0;
  /*        height: 40px;
        background: red;
        background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));*/
  padding: 5px;
}

.video_fondo {
  position: fixed;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100vh;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -2;
}

.img-fondo {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  z-index: -1;
}

.view_activa {
  color: #555 !important;
}

.zona-acciones {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.zona-agregar:hover .zona-agregar-btn {
  background: var(--main-ppal-color);
}

.zona-agregar:hover span,
.zona-agregar:hover i {
  color: white;
}

.zona-busqueda {
  border: 1px solid #ccc;
  border-radius: 35px;
  height: 40px;
  padding-left: 7px;
  padding-right: 7px;
}

.zona-busqueda:focus-within {
  border: 1px solid var(--main-ppal-color);
}

/*-----------> CategoriasAutocompletar*/

.panel-lista {
  position: absolute !important;
  /*border: 1px solid #E5E2E2;*/
  z-index: 10000000;
  background: white;
  overflow-y: auto;
  max-height: 250px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 3px #080808;
          box-shadow: 0px 1px 3px #080808;
  border-radius: 0px 0px 24px 24px;
}

.items {
  list-style: none;
  padding: 7px;
  padding-left: 15px;
  font-size: 14px;
  cursor: pointer;
  /*font-weight: bold;*/
}

.items:hover {
  background: #ccc;
  color: black;
}

.active {
  background: #ccc;
  color: black;
}

/* Estilo draggable */

.caracteristica-item:active {
  background: #eee !important;
  border: 1px solid blue;
  /*color: white !important;*/
}

.sortable-ghost {
  background: #eee !important;
  border: 1px solid #c4c4c4;
  /*color: white !important;*/
}

.sortable-ghost .drag_texto {
  /*color: white !important;*/
  background: #eee !important;
}

/* Producto Formulario */

.producto-formulario i {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
}

.producto-formulario .rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: -0;
}

.producto-formulario .categoria-item {
  min-width: 25%;
  max-width: 40%;
  margin: 5px;
  padding: 5pxs;
  border: 1px solid #17A6EC;
  border-radius: 20px;
}

.producto-formulario .input-ingrese-valor {
  background: #EDD1D1 !important;
}

.producto-formulario div#div_file {
  position: relative;
  cursor: pointer;
  /*margin:50px;*/
  padding: 5px;
  /*width:150px;*/
  /*background-color: #2499e3;
        -webkit-border-radius:5px;
        -webkit-box-shadow:0px 3px 0px #1a71a9;*/
}

.producto-formulario .lista-linea {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.producto-formulario .lista-linea.linea_0 {
  border-top: 1px solid #ccc !important;
}

.producto-formulario .lista-linea-activa {
  background: #ECECEC;
}

.producto-formulario input#file {
  border: 1px solid black;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.productos-productos-seleccionar .lista-linea {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.productos-productos-seleccionar .lista-linea.linea_0 {
  border-top: 1px solid #ccc !important;
}

.productos-productos-seleccionar .lista-linea-activa {
  background: #ECECEC;
}

.img_prod {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.img_prod {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.img_prod:hover {
  /*filter: grayscale(80%);
        filter: sepia(60%);*/
  -webkit-filter: saturate(180%);
          filter: saturate(180%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.tarjeta {
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.tarjeta:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.tarjeta:hover .imagen-titulo {
  display: block !important;
}

.tarjeta:hover .imagen-acciones {
  display: block !important;
}

.imagen-titulo {
  position: absolute;
  top: 0;
  left: 0;
  /*        height: 40px;
        background: red;
        background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));*/
  padding: 5px;
}

.imagen-acciones {
  position: absolute;
  bottom: 0;
  left: 0;
}

.scrollbar {
  height: 100%;
  padding: 0px !important;
}

.menu-lateral-oculto {
  margin-left: -500px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.menu-lateral-mostrar {
  margin-left: 0px !important;
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.menu-lateral-lienzo-oculto {
  display: none;
}

/*----------------------CheckBox estilo Switch-----------------------------*/

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

[v-cloak] {
  display: none;
}

.check-confirmacion > label {
  position: relative;
  height: 60px;
  width: 60px;
  display: inline-block;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border-left-color: #5cb85c;
  -webkit-animation: rotate 1.2s linear infinite;
          animation: rotate 1.2s linear infinite;
}

@-webkit-keyframes rotate {
  50% {
    border-left-color: #9b59b6;
  }

  75% {
    border-left-color: #e67e22;
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  50% {
    border-left-color: #9b59b6;
  }

  75% {
    border-left-color: #e67e22;
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.check-confirmacion > label .check-icon {
  display: none;
}

.check-confirmacion > label .check-icon:after {
  position: absolute;
  content: "";
  top: 28px;
  left: 8px;
  -webkit-transform: scaleX(-1) rotate(135deg);
          transform: scaleX(-1) rotate(135deg);
  height: 30px;
  width: 10px;
  border-top: 4px solid #5cb85c;
  border-right: 4px solid #5cb85c;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-animation: check-icon 0.5s ease;
          animation: check-icon 0.5s ease;
}

@-webkit-keyframes check-icon {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 10px;
    opacity: 1;
  }

  40% {
    height: 15px;
    width: 10px;
    opacity: 1;
  }

  100% {
    height: 30px;
    width: 10px;
    opacity: 1;
  }
}

@keyframes check-icon {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 10px;
    opacity: 1;
  }

  40% {
    height: 15px;
    width: 10px;
    opacity: 1;
  }

  100% {
    height: 30px;
    width: 10px;
    opacity: 1;
  }
}

.check-confirmacion > input {
  display: none;
}

.check-confirmacion > input:checked ~ label .check-icon {
  display: block;
}

.check-confirmacion > input:checked ~ label {
  -webkit-animation: none;
          animation: none;
  border-color: #5cb85c;
  -webkit-transition: border 0.5s ease-out;
  transition: border 0.5s ease-out;
}

.screen-vh {
  height: 100vh;
}

/* altura en px */

.alto-1px {
  height: 1px;
}

.alto-2px {
  height: 2px;
}

.alto-3px {
  height: 3px;
}

.alto-4px {
  height: 4px;
}

.alto-5px {
  height: 5px;
}

.alto-6px {
  height: 6px;
}

.alto-7px {
  height: 7px;
}

.alto-8px {
  height: 8px;
}

.alto-9px {
  height: 9px;
}

.alto-10px {
  height: 10px;
}

.alto-15px {
  height: 15px;
}

.alto-20px {
  height: 20px;
}

.alto-25px {
  height: 25px;
}

.alto-30px {
  height: 30px;
}

.alto-35px {
  height: 35px;
}

.alto-40px {
  height: 40px;
}

.alto-45px {
  height: 45px;
}

.alto-50px {
  height: 50px;
}

/* porcentaje altura*/

.alto-5 {
  height: 5%;
}

.alto-10 {
  height: 10%;
}

.alto-15 {
  height: 15%;
}

.alto-20 {
  height: 20%;
}

.alto-25 {
  height: 25%;
}

.alto-30 {
  height: 30%;
}

.alto-35 {
  height: 35%;
}

.alto-40 {
  height: 40%;
}

.alto-45 {
  height: 45%;
}

.alto-50 {
  height: 50%;
}

.alto-55 {
  height: 55%;
}

.alto-60 {
  height: 60%;
}

.alto-65 {
  height: 65%;
}

.alto-70 {
  height: 70%;
}

.alto-75 {
  height: 75%;
}

.alto-80 {
  height: 80%;
}

.alto-85 {
  height: 85%;
}

.alto-90 {
  height: 90%;
}

.alto-95 {
  height: 95%;
}

.alto-100 {
  height: 100%;
}

.ancho-5 {
  width: 5%;
}

.ancho-10 {
  width: 10%;
}

.ancho-15 {
  width: 15%;
}

.ancho-20 {
  width: 20%;
}

.ancho-25 {
  width: 25%;
}

.ancho-30 {
  width: 30%;
}

.ancho-31 {
  width: 31%;
}

.ancho-32 {
  width: 32%;
}

.ancho-33 {
  width: 33%;
}

.ancho-34 {
  width: 34%;
}

.ancho-35 {
  width: 35%;
}

.ancho-40 {
  width: 40%;
}

.ancho-45 {
  width: 45%;
}

.ancho-50 {
  width: 50%;
}

.ancho-55 {
  width: 55%;
}

.ancho-60 {
  width: 60%;
}

.ancho-65 {
  width: 65%;
}

.ancho-70 {
  width: 70%;
}

.ancho-75 {
  width: 75%;
}

.ancho-80 {
  width: 80%;
}

.ancho-85 {
  width: 85%;
}

.ancho-90 {
  width: 90%;
}

.ancho-95 {
  width: 95%;
}

.ancho-100 {
  width: 100%;
}

.borde {
  border: 1px solid #EFEFEF;
}

.borde-bottom {
  border-bottom: 1px solid #EFEFEF;
}

.borde-radio-1 {
  border-radius: 2px;
  overflow: hidden;
}

.borde-radio-2 {
  border-radius: 4px;
  overflow: hidden;
}

.borde-radio-3 {
  border-radius: 6px;
  overflow: hidden;
}

.borde-radio-4 {
  border-radius: 8px;
  overflow: hidden;
}

.borde-radio-5 {
  border-radius: 10px;
  overflow: hidden;
}

.borde-rojo {
  border: 1px solid #FF0303;
}

.btn-nuevo {
  font-size: 25px;
  padding: 5px;
  color: green;
}

.btn-editar {
  font-size: 16px;
  color: blue;
}

.btn-eliminar {
  font-size: 16px;
  color: red;
}

.cursor {
  cursor: pointer;
}

.cursor-lupa {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block;
}

.visibility-hidden {
  visibility: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*.flex>div {
	padding-right: 5px;
	padding-right: 5px;
}*/

.quitar-flex {
  display: block;
  width: 100%;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*------------------*/

.flex-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*----------------*/

.flex-item-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-item-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-item-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-item-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/*---------------------*/

.flex-container-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.flex-container-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.flex-container-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.flex-container-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

/*-------------------*/

.flex-no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-lienzo {
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 40px;
  z-index: 999;
}

.form {
  background: white;
  /*border: 1px solid  var(--main-ppal-color);*/
  /*border: 1px solid  white;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 90vh !important;
  border-radius: 3px;
}

.form-head {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: var(--main-ppal-color);
  border-bottom: 1px solid #BBBBBB;
  padding: 8px;
  width: 100%;
  border-radius: 3px;
}

.form-head .form-titulo {
  text-align: center;
  color: white;
}

.form-body {
  padding: 15px 7px 7px 7px;
  overflow-y: auto;
}

.form-foot {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-top: 1px solid #BBBBBB;
  padding: 7px;
}

.form-columna {
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.form-label {
  display: block;
  font-size: 13px;
  color: #636363;
  margin-bottom: 3px;
}

.obligatorio:after {
  content: ' (*)';
  color: red;
  font-size: 10px;
}

.form-input {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*	border-radius: 3px;
	border: 1px solid #ddd;*/
  border: 0px;
  border-bottom: 1px solid #ddd;
}

.form-input:focus,
.form-select:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: 1px solid #A8A8A8;
  background: var(--main-input-focus);
}

.form-input::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  color: rgba(37, 109, 123, 0.5);
  font-style: italic;
  font-size: 14px;
}

.form-select {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*	border-radius: 3px;
	border: 1px solid #ddd;*/
  border: 0px;
  border-bottom: 1px solid #ddd;
}

.form-textarea {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  /*	border: 1px solid #ddd;*/
  border: 1px solid #ddd;
}

.form-textarea::-webkit-input-placeholder {
  color: rgba(37, 109, 123, 0.5);
  font-style: italic;
  font-size: 14px;
}

.form-textarea:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  /* border-bottom: 1px solid #A8A8A8;*/
  background: var(--main-input-focus);
}

.form-error {
  font-size: 11px;
  color: red;
  font-style: italic;
}

/*botones*/

.form-btn {
  padding: 30px !important;
}

.form-btn-cerrar:hover {
  color: #FF3300;
}

.form-btn-cancelar,
.form-btn-aceptar {
  padding: 10px;
}

.form-btn-cancelar {
  background: white;
  padding: 7px;
  border-radius: 3px;
  color: var(--main-ppal-color);
  border: 1px solid var(--main-ppal-color);
}

.form-btn-editar {
  background: white;
  padding: 7px;
  border-radius: 3px;
  color: blue;
  border: 1px solid var(--main-ppal-color);
}

.form-btn-eliminar {
  background: white;
  padding: 7px;
  border-radius: 3px;
  color: red;
  border: 1px solid var(--main-ppal-color);
}

.form-btn-aceptar {
  background: var(--main-ppal-color);
  padding: 7px;
  border-radius: 3px;
  color: white;
  border: none;
}

.form-btn-entrar {
  background: var(--main-ppal-color);
  padding: 7px;
  border-radius: 3px;
  color: white;
  border: none;
}

/*.form-botones {
	margin-bottom: 0 !important;
}

.form-botones input {
	margin-left: 10px;
	background: white;
	padding: 8px;
	border-radius: 5px;
	color: #777;
	width: 100px;
}

.form-botones .boton-cancelar input {
	background: white;
	padding: 8px;
	border-radius: 5px;
	color: #777;
}

.form-botones .boton-cancelar input:hover {
	background: #FF3300;
	color: white;
}
.form-botones .boton-aceptar  input {
	background: grey;
	padding: 8px;
	border-radius: 5px;
	color: white;
}

.form-botones .boton-aceptar  input:hover {
	background: #00CC00;
}
*/

/*estilo de buscardor principal*/

.zona-buscador {
  background: white;
  border-radius: 24px;
}

.zona-buscador-items {
  background: white;
  border-radius: 24px 24px 0 0;
  -webkit-box-shadow: 0px 1px 3px #080808;
          box-shadow: 0px 1px 3px #080808;
}

.form-input-buscador {
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*	border-radius: 3px;
	border: 1px solid #ddd;*/
  border: 0px;
  /*border-bottom: 1px solid #ddd;*/
}

.form-input-buscador:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  /*border-bottom: 1px solid #A8A8A8;*/
  /*background: var(--main-input-focus);*/
}

.form-input-buscador::-webkit-input-placeholder {
  color: rgba(37, 109, 123, 0.5);
  font-style: italic;
  font-size: 14px;
}

.zona-buscador > .items::last-child {
  margin-bottom: 10px;
}

.fondo-gris-claro-1 {
  background: #eee;
}

.fondo-gris-claro-2 {
  background: #ddd;
}

.fondo-gris-claro-3 {
  background: #ccc;
}

.fondo-celeste-claro-1 {
  background: #E3F0F8;
}

.fondo-celeste-claro-2 {
  background: #BFE4FA;
}

.fondo-celeste-claro-3 {
  background: #66C2F8;
}

.link {
  text-decoration: none;
  cursor: pointer;
}

.margen-auto {
  margin: auto;
}

/* ---------------------- */

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 1px;
}

.m-2 {
  margin: 2px;
}

.m-3 {
  margin: 3px;
}

.m-4 {
  margin: 4px;
}

.m-5 {
  margin: 5px;
}

.m-6 {
  margin: 6px;
}

.m-7 {
  margin: 7px;
}

.m-8 {
  margin: 8px;
}

.m-9 {
  margin: 9px;
}

.m-10 {
  margin: 10px;
}

.m-11 {
  margin: 11px;
}

.m-12 {
  margin: 12px;
}

.m-13 {
  margin: 13px;
}

.m-14 {
  margin: 14px;
}

.m-15 {
  margin: 15px;
}

/*------------------------*/

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-1 {
  margin-bottom: 1px;
}

.m-b-2 {
  margin-bottom: 2px;
}

.m-b-3 {
  margin-bottom: 3px;
}

.m-b-4 {
  margin-bottom: 4px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-6 {
  margin-bottom: 6px;
}

.m-b-7 {
  margin-bottom: 7px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-b-9 {
  margin-bottom: 9px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-11 {
  margin-bottom: 11px;
}

.m-b-12 {
  margin-bottom: 12px;
}

.m-b-13 {
  margin-bottom: 13px;
}

.m-b-14 {
  margin-bottom: 14px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

/* ---------------------- */

.m-t-0 {
  margin-top: 0px;
}

.m-t-1 {
  margin-top: 1px;
}

.m-t-2 {
  margin-top: 2px;
}

.m-t-3 {
  margin-top: 3px;
}

.m-t-4 {
  margin-top: 4px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-6 {
  margin-top: 6px;
}

.m-t-7 {
  margin-top: 7px;
}

.m-t-8 {
  margin-top: 8px;
}

.m-t-9 {
  margin-top: 9px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-11 {
  margin-top: 11px;
}

.m-t-12 {
  margin-top: 12px;
}

.m-t-13 {
  margin-top: 13px;
}

.m-t-14 {
  margin-top: 14px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

/* ---------------------- */

.m-l-0 {
  margin-left: 0px;
}

.m-l-1 {
  margin-left: 1px;
}

.m-l-2 {
  margin-left: 2px;
}

.m-l-3 {
  margin-left: 3px;
}

.m-l-4 {
  margin-left: 4px;
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-6 {
  margin-left: 6px;
}

.m-l-7 {
  margin-left: 7px;
}

.m-l-8 {
  margin-left: 8px;
}

.m-l-9 {
  margin-left: 9px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-11 {
  margin-left: 11px;
}

.m-l-12 {
  margin-left: 12px;
}

.m-l-13 {
  margin-left: 13px;
}

.m-l-14 {
  margin-left: 14px;
}

.m-l-15 {
  margin-left: 15px;
}

/* ---------------------- */

.m-r-0 {
  margin-right: 0px;
}

.m-r-1 {
  margin-right: 1px;
}

.m-r-2 {
  margin-right: 2px;
}

.m-r-3 {
  margin-right: 3px;
}

.m-r-4 {
  margin-right: 4px;
}

.m-r-5 {
  margin-right: 5px;
}

.m-r-6 {
  margin-right: 6px;
}

.m-r-7 {
  margin-right: 7px;
}

.m-r-8 {
  margin-right: 8px;
}

.m-r-9 {
  margin-right: 9px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-11 {
  margin-right: 11px;
}

.m-r-12 {
  margin-right: 12px;
}

.m-r-13 {
  margin-right: 13px;
}

.m-r-14 {
  margin-right: 14px;
}

.m-r-15 {
  margin-right: 15px;
}

/* ---------------------- */

.m-v-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.m-v-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.m-v-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.m-v-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.m-v-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.m-v-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m-v-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.m-v-7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.m-v-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m-v-9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.m-v-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ---------------------- */

.m-h-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.m-h-1 {
  margin-left: 1px;
  margin-right: 1px;
}

.m-h-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.m-h-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.m-h-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.m-h-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-h-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.m-h-7 {
  margin-left: 7px;
  margin-right: 7px;
}

.m-h-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.m-h-9 {
  margin-left: 9px;
  margin-right: 9px;
}

.m-h-10 {
  margin-left: 10px;
  margin-right: 10px;
}

/* Large desktop */

/*@media (min-width: 980px) and  (max-width: 1200px){*/

@media (min-width: 1200px) {
  .ancho-lg-10 {
    width: 10% !important;
  }

  .ancho-lg-15 {
    width: 15% !important;
  }

  .ancho-lg-20 {
    width: 20% !important;
  }

  .ancho-lg-25 {
    width: 25% !important;
  }

  .ancho-lg-30 {
    width: 30% !important;
  }

  .ancho-lg-35 {
    width: 35% !important;
  }

  .ancho-lg-40 {
    width: 40% !important;
  }

  .ancho-lg-45 {
    width: 45% !important;
  }

  .ancho-lg-50 {
    width: 50% !important;
  }

  .ancho-lg-55 {
    width: 55% !important;
  }

  .ancho-lg-60 {
    width: 60% !important;
  }

  .ancho-lg-65 {
    width: 65% !important;
  }

  .ancho-lg-70 {
    width: 70% !important;
  }

  .ancho-lg-75 {
    width: 75% !important;
  }

  .ancho-lg-80 {
    width: 80% !important;
  }

  .ancho-lg-85 {
    width: 85% !important;
  }

  .ancho-lg-90 {
    width: 90% !important;
  }

  .ancho-lg-95 {
    width: 95% !important;
  }

  .ancho-lg-100 {
    width: 100% !important;
  }
}

/* Large desktop */

/*@media (min-width: 980px) and  (max-width: 1200px){*/

@media (min-width: 980px) and (max-width: 1200px) {
  .ancho-l-10 {
    width: 10% !important;
  }

  .ancho-l-15 {
    width: 15% !important;
  }

  .ancho-l-20 {
    width: 20% !important;
  }

  .ancho-l-25 {
    width: 25% !important;
  }

  .ancho-l-30 {
    width: 30% !important;
  }

  .ancho-l-35 {
    width: 35% !important;
  }

  .ancho-l-40 {
    width: 40% !important;
  }

  .ancho-l-45 {
    width: 45% !important;
  }

  .ancho-l-50 {
    width: 50% !important;
  }

  .ancho-l-55 {
    width: 55% !important;
  }

  .ancho-l-60 {
    width: 60% !important;
  }

  .ancho-l-65 {
    width: 65% !important;
  }

  .ancho-l-70 {
    width: 70% !important;
  }

  .ancho-l-75 {
    width: 75% !important;
  }

  .ancho-l-80 {
    width: 80% !important;
  }

  .ancho-l-85 {
    width: 85% !important;
  }

  .ancho-l-90 {
    width: 90% !important;
  }

  .ancho-l-95 {
    width: 95% !important;
  }

  .ancho-l-100 {
    width: 100% !important;
  }
}

/* Portrait tablet to landscape and desktop */

/*@media (min-width: 768px) and (max-width: 979px) {*/

@media (min-width: 768px) and (max-width: 979px) {
  .ancho-m-10 {
    width: 10% !important;
  }

  .ancho-m-15 {
    width: 15% !important;
  }

  .ancho-m-20 {
    width: 20% !important;
  }

  .ancho-m-25 {
    width: 25% !important;
  }

  .ancho-m-30 {
    width: 30% !important;
  }

  .ancho-m-35 {
    width: 35% !important;
  }

  .ancho-m-40 {
    width: 40% !important;
  }

  .ancho-m-45 {
    width: 45% !important;
  }

  .ancho-m-50 {
    width: 50% !important;
  }

  .ancho-m-55 {
    width: 55% !important;
  }

  .ancho-m-60 {
    width: 60% !important;
  }

  .ancho-m-65 {
    width: 65% !important;
  }

  .ancho-m-70 {
    width: 70% !important;
  }

  .ancho-m-75 {
    width: 75% !important;
  }

  .ancho-m-80 {
    width: 80% !important;
  }

  .ancho-m-85 {
    width: 85% !important;
  }

  .ancho-m-90 {
    width: 90% !important;
  }

  .ancho-m-95 {
    width: 95% !important;
  }

  .ancho-m-100 {
    width: 100% !important;
  }
}

/* Landscape phones and down */

@media (min-width: 480px) and (max-width: 767px) {
  .ancho-s-10 {
    width: 10% !important;
  }

  .ancho-s-15 {
    width: 15% !important;
  }

  .ancho-s-20 {
    width: 20% !important;
  }

  .ancho-s-25 {
    width: 25% !important;
  }

  .ancho-s-30 {
    width: 30% !important;
  }

  .ancho-s-35 {
    width: 35% !important;
  }

  .ancho-s-40 {
    width: 40% !important;
  }

  .ancho-s-45 {
    width: 45% !important;
  }

  .ancho-s-50 {
    width: 50% !important;
  }

  .ancho-s-55 {
    width: 55% !important;
  }

  .ancho-s-60 {
    width: 60% !important;
  }

  .ancho-s-65 {
    width: 65% !important;
  }

  .ancho-s-70 {
    width: 70% !important;
  }

  .ancho-s-75 {
    width: 75% !important;
  }

  .ancho-s-80 {
    width: 80% !important;
  }

  .ancho-s-85 {
    width: 85% !important;
  }

  .ancho-s-90 {
    width: 90% !important;
  }

  .ancho-s-95 {
    width: 95% !important;
  }

  .ancho-s-100 {
    width: 100% !important;
  }
}

@media (max-width: 479px) {
  .ancho-sx-10 {
    width: 10% !important;
  }

  .ancho-sx-15 {
    width: 15% !important;
  }

  .ancho-sx-20 {
    width: 20% !important;
  }

  .ancho-sx-25 {
    width: 25% !important;
  }

  .ancho-sx-30 {
    width: 30% !important;
  }

  .ancho-sx-35 {
    width: 35% !important;
  }

  .ancho-sx-40 {
    width: 40% !important;
  }

  .ancho-sx-45 {
    width: 45% !important;
  }

  .ancho-sx-50 {
    width: 50% !important;
  }

  .ancho-sx-55 {
    width: 55% !important;
  }

  .ancho-sx-60 {
    width: 60% !important;
  }

  .ancho-sx-65 {
    width: 65% !important;
  }

  .ancho-sx-70 {
    width: 70% !important;
  }

  .ancho-sx-75 {
    width: 75% !important;
  }

  .ancho-sx-80 {
    width: 80% !important;
  }

  .ancho-sx-85 {
    width: 85% !important;
  }

  .ancho-sx-90 {
    width: 90% !important;
  }

  .ancho-sx-95 {
    width: 95% !important;
  }

  .ancho-sx-100 {
    width: 100% !important;
  }
}

/* Large desktop */

/*@media (min-width: 980px) and  (max-width: 1200px){*/

@media (min-width: 1200px) {
  .display-lg {
    display: block !important;
  }

  .no-display-lg {
    display: none !important;
  }

  .m-r-250-display-m {
    margin-left: 250px;
  }
}

@media (max-width: 1199px) {
  .display-l {
    display: block !important;
  }

  .no-display-l {
    display: none !important;
  }

  .m-r-250-display-m {
    margin-left: 250px;
  }
}

/* Portrait tablet to landscape and desktop */

/*@media (min-width: 768px) and (max-width: 979px) {*/

@media (max-width: 979px) {
  .display-m {
    display: block !important;
  }

  .no-display-m {
    display: none !important;
  }

  .m-r-250-display-m {
    margin-left: 0px;
  }
}

/* Landscape phones and down */

@media (max-width: 767px) {
  .display-s {
    display: block !important;
  }

  .no-display-s {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .display-sx {
    display: block !important;
  }

  .no-display-sx {
    display: none !important;
  }
}

/* Large desktop */

/*@media (min-width: 980px) and  (min-width: 1200px){*/

@media (min-width: 1200px) {
  .flex-l {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* Portrait tablet to landscape and desktop */

/*@media (min-width: 768px) and (min-width: 979px) {*/

@media (min-width: 979px) {
  .flex-m {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* Landscape phones and down */

@media (min-width: 767px) {
  .flex-s {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 480px) {
  .flex-s {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* Large desktop */

/*@media (min-width: 980px) and  (max-width: 1200px){*/

@media (max-width: 1200px) {
  .quitar-flex-l {
    display: block;
    width: 100%;
  }
}

/* Portrait tablet to landscape and desktop */

/*@media (min-width: 768px) and (max-width: 979px) {*/

@media (max-width: 979px) {
  .quitar-flex-m {
    display: block;
    width: 100%;
  }
}

/* Landscape phones and down */

@media (max-width: 767px) {
  .quitar-flex-s {
    display: block;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .quitar-flex-sx {
    display: block;
    width: 100%;
  }
}

/* Large desktop */

/*@media (min-width: 980px) and  (max-width: 1200px){*/

/* Portrait tablet to landscape and desktop */

/*@media (min-width: 768px) and (max-width: 979px) {*/

/* Landscape phones and down */

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
  background: red;
}

/* ---------------------- */

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 1px;
}

.p-2 {
  padding: 2px;
}

.p-3 {
  padding: 3px;
}

.p-4 {
  padding: 4px;
}

.p-5 {
  padding: 5px;
}

.p-6 {
  padding: 6px;
}

.p-7 {
  padding: 7px;
}

.p-8 {
  padding: 8px;
}

.p-9 {
  padding: 9px;
}

.p-10 {
  padding: 10px;
}

.p-11 {
  padding: 11px;
}

.p-12 {
  padding: 12px;
}

.p-13 {
  padding: 13px;
}

.p-14 {
  padding: 14px;
}

.p-15 {
  padding: 15px;
}

.p-16 {
  padding: 16px;
}

.p-17 {
  padding: 17px;
}

.p-18 {
  padding: 18px;
}

.p-19 {
  padding: 19px;
}

.p-20 {
  padding: 20px;
}

/*------------------------*/

.p-b-0 {
  padding-bottom: 0px;
}

.p-b-1 {
  padding-bottom: 1px;
}

.p-b-2 {
  padding-bottom: 2px;
}

.p-b-3 {
  padding-bottom: 3px;
}

.p-b-4 {
  padding-bottom: 4px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-6 {
  padding-bottom: 6px;
}

.p-b-7 {
  padding-bottom: 7px;
}

.p-b-8 {
  padding-bottom: 8px;
}

.p-b-9 {
  padding-bottom: 9px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-11 {
  padding-bottom: 11px;
}

.p-b-12 {
  padding-bottom: 12px;
}

.p-b-13 {
  padding-bottom: 13px;
}

.p-b-14 {
  padding-bottom: 14px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-16 {
  padding-bottom: 16px;
}

.p-b-17 {
  padding-bottom: 17px;
}

.p-b-18 {
  padding-bottom: 18px;
}

.p-b-19 {
  padding-bottom: 19px;
}

.p-b-20 {
  padding-bottom: 20px;
}

/* ---------------------- */

.p-t-0 {
  padding-top: 0px;
}

.p-t-1 {
  padding-top: 1px;
}

.p-t-2 {
  padding-top: 2px;
}

.p-t-3 {
  padding-top: 3px;
}

.p-t-4 {
  padding-top: 4px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-t-6 {
  padding-top: 6px;
}

.p-t-7 {
  padding-top: 7px;
}

.p-t-8 {
  padding-top: 8px;
}

.p-t-9 {
  padding-top: 9px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-11 {
  padding-top: 1px;
}

.p-t-12 {
  padding-top: 12px;
}

.p-t-13 {
  padding-top: 13px;
}

.p-t-14 {
  padding-top: 14px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-16 {
  padding-top: 16px;
}

.p-t-17 {
  padding-top: 17px;
}

.p-t-18 {
  padding-top: 18px;
}

.p-t-19 {
  padding-top: 19px;
}

.p-t-20 {
  padding-top: 20px;
}

/* ---------------------- */

.p-l-0 {
  padding-left: 0px;
}

.p-l-1 {
  padding-left: 1px;
}

.p-l-2 {
  padding-left: 2px;
}

.p-l-3 {
  padding-left: 3px;
}

.p-l-4 {
  padding-left: 4px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-6 {
  padding-left: 6px;
}

.p-l-7 {
  padding-left: 7px;
}

.p-l-8 {
  padding-left: 8px;
}

.p-l-9 {
  padding-left: 9px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-11 {
  padding-left: 11px;
}

.p-l-12 {
  padding-left: 12px;
}

.p-l-13 {
  padding-left: 13px;
}

.p-l-14 {
  padding-left: 14px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-16 {
  padding-left: 16px;
}

.p-l-17 {
  padding-left: 17px;
}

.p-l-18 {
  padding-left: 18px;
}

.p-l-19 {
  padding-left: 19px;
}

.p-l-20 {
  padding-left: 20px;
}

/* ---------------------- */

.p-r-0 {
  padding-right: 0px;
}

.p-r-1 {
  padding-right: 1px;
}

.p-r-2 {
  padding-right: 2px;
}

.p-r-3 {
  padding-right: 3px;
}

.p-r-4 {
  padding-right: 4px;
}

.p-r-5 {
  padding-right: 5px;
}

.p-r-6 {
  padding-right: 6px;
}

.p-r-7 {
  padding-right: 7px;
}

.p-r-8 {
  padding-right: 8px;
}

.p-r-9 {
  padding-right: 9px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-11 {
  padding-right: 11px;
}

.p-r-12 {
  padding-right: 12px;
}

.p-r-13 {
  padding-right: 13px;
}

.p-r-14 {
  padding-right: 14px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-16 {
  padding-right: 16px;
}

.p-r-17 {
  padding-right: 17px;
}

.p-r-18 {
  padding-right: 18px;
}

.p-r-19 {
  padding-right: 19px;
}

.p-r-20 {
  padding-right: 20px;
}

.scrollbar {
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}

/*.force-overflow
{
	min-height: 450px;
}*/

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bbb;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track,
.scroll-style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar,
.scroll-style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb,
.scroll-style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bbb;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #bbb;
}

/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border: 2px solid #555555;
}

/*
 *  STYLE 5
 */

#style-5::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb {
  background-color: #bbb;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
}

.sombra-box {
  -webkit-box-shadow: 1px 1px 3px #9B9B9B;
          box-shadow: 1px 1px 3px #9B9B9B;
}

.sombra-box-1 {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.sombra-box-2 {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.sombra-box-3 {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.sombra-box-4 {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.sombra-box-5 {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/*table {

}

table thead {

}

table thead tr {

}

table thead tr td {

}*/

/* spacing */

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--main-ppal-color);
}

table thead tr {
  background: var(--main-ppal-color);
  border: 1px solid var(--main-ppal-color);
}

table thead tr td {
  color: white;
  text-align: center;
}

tbody tr td,
tbody tr td {
  border-bottom: 1px solid #ccc;
}

tbody tr.centrar td {
  text-align: center;
}

tbody tr:hover {
  background: #eee;
}

td {
  padding: 7px;
}

tbody tr:last-child td {
  border-bottom: 1px solid var(--main-ppal-color) !important;
}

/*thead th:nth-child(1) {
  width: 30%;
}

thead th:nth-child(2) {
  width: 20%;
}

thead th:nth-child(3) {
  width: 15%;
}

thead th:nth-child(4) {
  width: 35%;
}

th, td {
  padding: 20px;
}*/

.txt-color-ppal {
  color: var(--main-ppal-color);
}

.txt-centrar {
  text-align: center;
}

.txt-derecha {
  text-align: right;
}

.txt-blanco {
  color: white;
}

.txt-rojo {
  color: red;
}

.txt-rojo-claro {
  color: #FC6767;
}

.txt-gris {
  color: #ccc;
}

.txt-azul {
  color: blue;
}

.txt-celeste {
  color: #7BABFB;
}

.txt-verde {
  color: green;
}

.txt-negrita {
  font-weight: bold;
}

.fz-10 {
  font-size: 10px !important;
}

.fz-11 {
  font-size: 11px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-17 {
  font-size: 17px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-19 {
  font-size: 19px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-21 {
  font-size: 21px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-23 {
  font-size: 23px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-26 {
  font-size: 26px !important;
}

.fz-27 {
  font-size: 27px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-29 {
  font-size: 29px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-31 {
  font-size: 31px !important;
}

.fz-32 {
  font-size: 32px !important;
}

.fz-33 {
  font-size: 33px !important;
}

.fz-34 {
  font-size: 34px !important;
}

.fz-35 {
  font-size: 35px !important;
}

.txt-italic {
  font-style: italic;
}

.txt-mayuscula {
  text-transform: uppercase;
}

.tip {
  /*border-bottom: 1px dashed;*/
  text-decoration: none;
}

.tip:hover {
  /* cursor: help;*/
  position: relative;
}

.tip .tip-leyenda {
  display: none;
}

.tip:hover .tip-leyenda {
  color: white;
  border-radius: 10px;
  /*border: #c0c0c0 1px dotted;*/
  padding: 5px 20px 5px 5px;
  display: block;
  z-index: 100;
  left: 0px;
  margin: 10px;
  width: 200px;
  position: absolute;
  top: 15px;
  text-decoration: none;
  background: var(--main-ppal-color);
}

.z-index-1 {
  z-index: -1;
}

