﻿@charset "UTF-8";
/* Estilos Básicos */
/* Mixins */
/* Skin v4.6 - White / Dark / Blue */
@import url("https://fonts.googleapis.com/css?family=Barlow:500");
body {
  background: #ECEFF1;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  min-height: 100vh;
  position: relative;
  overflow-y: hidden;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAwIiBoZWlnaHQ9IjMwMCI+CjxmaWx0ZXIgaWQ9Im4iIHg9IjAiIHk9IjAiPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC43IiBudW1PY3RhdmVzPSIxMCIgc3RpdGNoVGlsZXM9InN0aXRjaCI+PC9mZVR1cmJ1bGVuY2U+CjwvZmlsdGVyPgo8cmVjdCB3aWR0aD0iMzAwIiBoZWlnaHQ9IjMwMCIgZmlsbD0iI0ZGRiI+PC9yZWN0Pgo8cmVjdCB3aWR0aD0iMzAwIiBoZWlnaHQ9IjMwMCIgZmlsdGVyPSJ1cmwoI24pIiBvcGFjaXR5PSIwLjIiPjwvcmVjdD4KPC9zdmc+"); }

html {
    height: 100%;
    margin: 0;
}

.container-fluid {
  width: 100%; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

h1 {
  margin: 0;
  font-size: 15px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

a {
  color: #2196f3;
  font-weight: 400;
  transition: all ease-in-out .3s; }
  a:hover {
    color: #ff1744;
    text-decoration: none; }
  a:focus {
    outline: 0;
    text-decoration: none; }

header, footer {
  color: #fff; }

canvas {
  vertical-align: inherit; }

.text-blue {
  color: #2196f3; }

.text-muted {
  color: #9e9e9e !important; }

.main-color {
  color: #2196f3; }

small {
  font-size: 92%; }

/* Font Weight*/
.fw-1 {
  font-weight: 100; }

.fw-2 {
  font-weight: 200; }

.fw-4 {
  font-weight: 400 !important; }

.fw-5,
strong {
  font-weight: 500; }

.fw-6 {
  font-weight: 600 !important; }

.fw-7 {
  font-weight: 700; }

.fw-8 {
  font-weight: 800; }

/* Custom Width */
.w-2 {
  width: 2% !important; }

.w-3 {
  width: 3% !important; }

.w-5 {
  width: 5% !important; }

.w-6 {
  width: 6% !important; }

.w-7 {
  width: 7% !important; }

.w-8 {
  width: 8% !important; }

.w-9 {
  width: 9% !important; }

.w-10 {
  width: 10% !important; }

.w-12 {
  width: 12% !important; }

.w-15 {
  width: 15% !important; }

.w-18 {
  width: 18% !important; }

.w-20 {
  width: 20% !important; }

.w-25 {
  width: 25% !important; }

.w-30 {
  width: 30% !important; }

.w-40 {
  width: 40% !important; }

.spacer {
  height: 20em; }

/* min-widths */
.mw-none {
  min-width: 0 !important; }

.mw-80 {
  min-width: 80px !important; }

.mw-85 {
  min-width: 85px !important; }

.mw-90 {
  min-width: 90px !important; }

.mw-95 {
  min-width: 95px !important; }

.mw-100 {
  min-width: 100px !important; }

.mw-120 {
  min-width: 120px !important; }

.mw-140 {
  min-width: 140px !important; }

.mw-160 {
  min-width: 160px !important; }

.mw-200 {
  min-width: 200px !important; }

.mw-210 {
  min-width: 210px !important; }

.mw-220 {
  min-width: 220px !important; }

.mw-230 {
  min-width: 230px !important; }

.mw-240 {
  min-width: 240px !important; }

.mw-250 {
  min-width: 250px !important; }

.mw-260 {
  min-width: 260px !important; }

.mw-270 {
  min-width: 270px !important; }

.mw-280 {
  min-width: 280px !important; }

.mw-290 {
  min-width: 290px !important; }

.mw-300 {
  min-width: 300px !important; }

.mw-310 {
  min-width: 310px !important; }

.mw-320 {
  min-width: 320px !important; }

.mw-330 {
  min-width: 330px !important; }

.mw-340 {
  min-width: 340px !important; }

.mw-350 {
  min-width: 350px !important; }
.mw-380 {
    min-width: 380px !important;
}

/* Fixes widths */
.wf-100 {
  width: 100px; }

.wf-200 {
  width: 200px; }

.wf-220 {
  width: 220px; }

.wf-300 {
  width: 300px; }

.wf-400 {
  width: 400px; }

.wf-500 {
  width: 500px; }

.wf-300 {
  width: 300px; }

/* Custom padding */
.p-help {
  padding: 0.10rem 0.4rem !important; }

/* Loading */
.loader {
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top; }

#loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(69, 90, 100, 0.5);
  z-index: 9999; }

/* Colors */
.text-info {
  color: #2196f3 !important; }

/* Images */
.image-list {
  display: block; }

.image-gallery {
  width: 7.2rem;
  height: 7.2rem;
  border: 1px solid #e0e0e0;
  margin: 0.2rem;
  border-radius: 2px;
  transition: all ease-in-out .3s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .image-gallery:hover {
    border: 1px solid #2196f3; }
  .image-gallery img {
    max-width: 100%; }
  .image-gallery .icon {
    text-align: center;
    padding: 0.5rem; }
    .image-gallery .icon p {
      line-height: 1em; }

.image-gallery-full img {
  width: 80%;
  height: 100%;
  border: 1px solid #90a4ae;
  box-shadow: 0 0 2px #90a4ae;
  margin: 0 auto;
  display: block;
  border-radius: 2px; }

/* overflow break word */
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word; }

/* Tooltips */
.tooltip {
  font-size: 0.8rem !important;
  font-weight: 500;
  text-transform: none !important; }

.tooltip.show {
  opacity: 0.8; }

/* logo */
.logo {
  width: 130px;
  max-height: 30px; }

.logo-ico {
  padding-left: 0.1em;
  color: #fff; }

/* colors */
.text-danger {
  color: #ff1744 !important; }

.text-success {
  color: #00bfa5 !important; }

.text-orange {
  color: #ffab00; }

/* Badges */
.badge {
  font-size: 75%; }

.badge-danger {
  background-color: #ff1744; }

.badge-success {
  background-color: #00bfa5; }

.badge-tag {
  background-color: #607d8b;
  color: #fff; }
  .badge-tag a {
    color: #fff; }

.counter-class {
  font-size: 100%; }

.badge-warning {
  color: #fff8e1; }

/* Buttons */
.btn-danger {
  background: #ff1744 !important;
  border: 1px solid #ff1744 !important; }
  .btn-danger:hover {
    background: #d50000 !important;
    border: 1px solid #d50000 !important; }

.btn-success {
  background: #00bfa5 !important;
  border: 1px solid #00bfa5 !important; }
  .btn-success:hover {
    background: #00b098 !important;
    border: 1px solid #00bfa5 !important; }

/* Icons SVG Lineals */
.icon-svg-lineal {
  fill: #fff; }

/* ui-helper-hidden-accessible */
.ui-helper-hidden-accessible {
  position: absolute;
  left: -9999px; }

/* Round Items */
.round-item {
  border-radius: 50%;
  text-align: center;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  color: #fff;
  font-weight: 500;
  font-size: 0.9em; }
  .round-item a {
    color: #fff; }

/* Modals */
.modal {
  z-index: 9999 !important; }
  .modal .modal-header {
    padding: 0.8rem;
    background-color: #2196f3;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzAwIiBoZWlnaHQ9IjMwMCI+CjxmaWx0ZXIgaWQ9Im4iIHg9IjAiIHk9IjAiPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC43IiBudW1PY3RhdmVzPSIxMCIgc3RpdGNoVGlsZXM9InN0aXRjaCI+PC9mZVR1cmJ1bGVuY2U+CjwvZmlsdGVyPgo8cmVjdCB3aWR0aD0iMzAwIiBoZWlnaHQ9IjMwMCIgZmlsbD0iIzFFODhFNSI+PC9yZWN0Pgo8cmVjdCB3aWR0aD0iMzAwIiBoZWlnaHQ9IjMwMCIgZmlsdGVyPSJ1cmwoI24pIiBvcGFjaXR5PSIwLjQiPjwvcmVjdD4KPC9zdmc+");
    color: #fff; }
    .modal .modal-header a {
      color: #fff; }
      .modal .modal-header a:hover {
        color: #ff1744; }

hr.divider {
  border-bottom: 1px solid #cfd8dc;
  border-top: none; }

/* Delays */
.animation-delay-100 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.animation-delay-200 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.animation-delay-300 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.animation-delay-400 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.animation-delay-500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animation-delay-600 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.animation-delay-700 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.animation-delay-800 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.animation-delay-800 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.animation-delay-900 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.animation-delay-1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

/* Zooms */
/* Galerías */
.gallery-thumb {
  border-radius: 2px;
  border: 2px solid #2196f3; }
  .gallery-thumb:hover {
    border: 2px solid #ff1744; }
