/* Barra progresso */
progress {
  display: block; /* default: inline-block */
  width: 300px;
  margin: 2em auto;
  padding: 4px;
  border: 0 none;
  background: #444;
  border-radius: 14px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
    0px 1px 0px rgba(255, 255, 255, 0.2);
}
progress::-moz-progress-bar {
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.4),
    0 2px 5px 0px rgba(0, 0, 0, 0.3);
}
/* webkit */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  progress {
    height: 25px;
  }
}
progress::-webkit-progress-bar {
  background: transparent;
}
progress::-webkit-progress-value {
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.4),
    0 2px 5px 0px rgba(0, 0, 0, 0.3);
}

/* CHECKBOX */
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f35429;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
    4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

/* FADE IN OUT */
.fade-in {
  opacity: 1;
  transition: opacity 1000ms;
}

.fade-out {
  opacity: 0;
  transition: opacity 1000ms;
}

/* ***** */
.imagen {
  width: 450px;
  height: 450px;
}
.sobreNosotros {
  border-radius: 50px;
}
.text-sobre-imagen {
  background-color: rgba(77, 77, 77, 0.5);
}

/* boton block en dispositivos mobiles */
@media all and (max-width: 480px) {
  .custom-btn {
    width: 100%;
    display: block;
  }
}

/* COLORES CUSTOM */
.bg-span-foto {
  background-color: #f2f2f2;
}

/* pone el scroll en el zoom modal */
.imgZoom {
  overflow: scroll;
}

.table_box {
  margin: 1cm;
  padding: 5px;
  border: 1px solid black;
}

/* Custom Radio Button Switch */

.switch-toggle {
  display: flex;
  height: 100%;
  align-items: center;
}
.switch-btn,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button-check {
  position: relative;
  width: 70px;
  height: 30px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.checkbox-custom {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.switch-btn {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #8cf7a0;
  transition: 0.3s ease all;
  z-index: 1;
}
.div-check .switch-btn:before,
.div-check .switch-btn:after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 22px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #00921c;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-check .switch-btn:before {
  content: 'ON';
}

.div-check .switch-btn:after {
  content: 'OFF';
}

.div-check .switch-btn:after {
  right: -50px;
  left: auto;
  background-color: #f44336;
}

.div-check .checkbox-custom:checked + .switch-btn:before {
  left: -50px;
}

.div-check .checkbox-custom:checked + .switch-btn:after {
  right: 4px;
}

.div-check .checkbox-custom:checked ~ .layer {
  background-color: #fdd1d1;
}

/* CUSTOM CARD FILE */
/* ok */
.app-card {
  position: relative;
  background: #fff;
  border-radius: 0.25rem;
}

.app-card-doc:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/* ok */
.app-card-doc .app-card-thumb-holder {
  background: #e9eaf1;
  text-align: center;
  position: relative;
  height: 112px;
}

.app-card-doc .app-card-thumb-holder:hover {
  background: #fafbff;
}

/* ok */
.app-card-doc .app-card-thumb-holder .icon-holder {
  font-size: 40px;
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  padding-top: 10px;
}

/* ok */
.app-card-doc .app-doc-title {
  font-size: 0.875rem;
}
/* ok */
.app-card-doc .app-doc-title a {
  color: #252930;
}
/* ok */
.app-card-doc .app-doc-title.truncate {
  max-width: calc(100% - 30px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ok */
.app-card-doc .app-doc-meta {
  font-size: 0.75rem;
}

/* ok */
.app-card-doc .app-card-thumb-holder {
  background: #e9eaf1;
  text-align: center;
  position: relative;
  height: 112px;
}

/* ok */
.app-card-doc .app-card-thumb-holder .icon-holder {
  font-size: 40px;
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  padding-top: 10px;
}

/* ok */
.app-card-doc .app-card-thumb-holder .icon-holder .excel-file {
  color: #0da95f;
}

/* ok */
.app-card .app-card-link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

/* ok */
.app-card .app-card-body.has-card-actions {
  position: relative;
  padding-right: 1rem !important;
}

/* ok */
.app-card-doc .app-doc-title.truncate {
  max-width: calc(100% - 30px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ok */
.app-card-doc .app-doc-meta {
  font-size: 0.75rem;
}

/* ok */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* CALENDARIO INFORMES */
.calendario {
  width: 100%;
  height: 25em;
}
.anoCal {
  border-style: solid;
  width: 100%;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mesCal {
  width: 33.3%;
  height: 5em;
  border-style: solid;
}

/* .lastMes {
  width: 33.2%;
  height: 5em;
  border-style: solid;
} */

.mesCal span,
.lastMes span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
