body {
  font-family: 'Hind Madurai', sans-serif;
}

.danger-msg {
  color: #FFF;
  background-color: #ff4444;
}

.warning-msg {
  color: #000;
  background-color: #ffbb33;
}

.success-msg {
  color: #FFF;
  background-color: #00C851;
}

.info-msg {
  color: #FFF;
  background-color: #33b5e5;
}

.editable-buttons {
  display: block;
  margin-left: 0;
  vertical-align: top;
  font-size: 1.2rem;
  color: #FFF;
  cursor: pointer;
}

.editable-select {
  color: #000;
  margin-bottom: 10px;
  height: 2rem;
}

.help-block {
  font-size: 0.8rem;
  color: red;
}

.tabs .indicator {
  background-color: #0277bd;
  display: none;
}

.tabs .tab a.active {
  border-bottom: 2px solid #0277bd;
}

.bg-header {
  width: 100%;
  height: 610px;
  background-image: url(bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #999;
}

.feature-content-1 {
  width: 100%;
  height: auto;
  background-image: url(feature-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #999;
}

.promo-example {
  overflow: hidden;
}

.promo {
  width: 100%;
}

.promo i {
  margin: 40px 0;
  color: #00acc1;
  font-size: 7rem;
  display: block;
}

.promo-caption {
  color: #00acc1;
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0;
}

.item-pricing-table {
  font-size: 19px;
  font-weight: bold;
  color: #4B515D !important;
  padding: 9px;
}

.basico-header-bg {
  width: 100%;
  height: auto;
  padding: 50px;
  background: #93cede;
  background: -webkit-gradient(left top, right top, color-stop(0%, #93cede), color-stop(51%, #ace1f7), color-stop(100%, #40c3ff));
  background: -webkit-gradient(linear, left top, right top, from(#93cede), color-stop(51%, #ace1f7), to(#40c3ff));
  background: linear-gradient(to right, #93cede 0%, #ace1f7 51%, #40c3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#40c3ff', GradientType=1 );
}

.estandar-header-bg {
  width: 100%;
  height: auto;
  padding: 50px;
  background: #93cede;
  background: -webkit-gradient(left top, right top, color-stop(0%, #93cede), color-stop(51%, #7bd0f2), color-stop(100%, #00aeff));
  background: -webkit-gradient(linear, left top, right top, from(#93cede), color-stop(51%, #7bd0f2), to(#00aeff));
  background: linear-gradient(to right, #93cede 0%, #7bd0f2 51%, #00aeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#00aeff', GradientType=1 );
}

.premium-header-bg {
  width: 100%;
  height: auto;
  padding: 50px;
  background: #93cede;
  background: -webkit-gradient(left top, right top, color-stop(0%, #93cede), color-stop(41%, #4dc9eb), color-stop(100%, #0090ea));
  background: -webkit-gradient(linear, left top, right top, from(#93cede), color-stop(41%, #4dc9eb), to(#0090ea));
  background: linear-gradient(to right, #93cede 0%, #4dc9eb 41%, #0090ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#0090ea', GradientType=1 );
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 600px;
  height: auto;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-footer {
  padding: 25px;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@-moz-document url-prefix() {
  .side-nav {
    height: 100%;
  }
}

@supports (-webkit-appearance: none) {
  .side-nav {
    height: 100%;
  }
}

ul.collection, .card {
  overflow: visible !important;
}

/**
* Estilos para el tooltip
 */
.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .15s, visibility .15s;
  transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}
