@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 14px; 
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.form {
  width: 450px;
  min-height: 300px;
  height: 100%;
}

.f15{
  font-size: 24px;
}

/* Hacer iframe resposive */
.responsive-iframe {
  display: block;       /* iframes are inline by default */
  border: none;         /* Reset default border */
  height: 100vh;        /* Viewport-relative units */
  width: 100%; 
}

.anyClass {
  height:500px;
  overflow-y: scroll;
}

.titulo{
  font-weight: bold;
}

.loader {
  z-index: 9999;
  background: url('../image/pageLoader.gif') 50% 50% no-repeat rgba(250, 240, 245, 0.5);
  opacity: .5;
}



.bg-orange-disabled {
  background-color: #F8C471 !important;
}

/* Bootstrap disabled (alert tones) */
.bg-primary-disabled   { background-color: #cce5ff !important; color: #004085 !important; }
.bg-secondary-disabled { background-color: #e2e3e5 !important; color: #383d41 !important; }
.bg-success-disabled   { background-color: #d4edda !important; color: #155724 !important; }
.bg-danger-disabled    { background-color: #f8d7da !important; color: #721c24 !important; }
.bg-warning-disabled   { background-color: #fff3cd !important; color: #856404 !important; }
.bg-info-disabled      { background-color: #d1ecf1 !important; color: #0c5460 !important; }
.bg-dark-disabled      { background-color: #d6d8d9 !important; color: #1b1e21 !important; }
.bg-light-disabled     { background-color: #fefefe !important; color: #818182 !important; }

.bg-gris-table {
  background-color: #D6D8DB !important; 
}


.bg-rosa-claro{
  background-color: #996699 !important;
}

.bg-rosa-2{
  background-color: #886688 !important;
}

.bg-rosa{
  background-color: #9966CC !important;
}

.bg-darker {
  background-color: #200144 !important;
}

.bg-push {
  background-color: #ecdcfa !important;
}

.text-darker {
  color: #200144 !important;
}

.text-inoffice {
  color: #1551a8 !important;
}

.bg-inoffice {
  background-color: #1551a8 !important;
  color:white;
}

.border-inoffice {
  border: 0.15rem solid #1551a8 !important;
}

.bg-gradient-inoffice {
  background: rgb(0,0,0);
  background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(21,81,168,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(21,81,168,1) 100%);
  background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(21,81,168,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1551a8",GradientType=1);
  background-attachment: fixed;
}

.bg-gradient-purple {
  background: rgb(197, 61, 226);
  background: -moz-linear-gradient(126deg,rgba(197, 61, 226, 1) 0%,rgba(18, 20, 144, 1) 100%);
  background: -webkit-linear-gradient(126deg,rgba(197, 61, 226, 1) 0%,rgba(18, 20, 144, 1) 100%);
  background: linear-gradient(126deg,rgba(197, 61, 226, 1) 0%,rgba(18, 20, 144, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c53de2",endColorstr="#121490",GradientType=1);
  background-attachment: fixed;
}


.opacity-0 {
  opacity:0!important;
}
.opacity-1 {
  opacity:0.2!important;
}
.opacity-2 {
  opacity:0.4!important;
}
.opacity-3 {
  opacity:0.6!important;
}
.opacity-4 {
  opacity:.8!important;
}
.opacity-5 {
  opacity:1!important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
  opacity:0!important;
  transition: opacity .25s ease-in-out!important;
  -moz-transition: opacity .25s ease-in-out!important;
  -webkit-transition: opacity .25s ease-in-out!important;
}
.opacity-0h5:hover {
  opacity:1!important;
}

.bg-gradient-header{
  background: rgb(232,156,249);
  background: -moz-linear-gradient(-126deg, rgba(232,156,249,1) 0%, rgba(46,11,54,1) 100%);
  background: -webkit-linear-gradient(-126deg, rgba(232,156,249,1) 0%, rgba(46,11,54,1) 100%);
  background: linear-gradient(-126deg, rgba(232,156,249,1) 0%, rgba(46,11,54,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e89cf9",endColorstr="#2e0b36",GradientType=1);
}

/* Para cargar logo de carga */
#contenedor_carga {
  background-color: rgba(250, 240, 245, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 10000;
}

#carga {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../image/pageLoader.gif") 50% 50% no-repeat
    rgb(249, 249, 249);
}

.bg-darker {
  background-color: #200144 !important;
}

.text-darker {
  color: #200144 !important;
}

/* Gray CSS */
.bg-gray-100 {
  background-color: #f8f9fc !important;
}

.bg-gray-200 {
  background-color: #eaecf4 !important;
}

.bg-gray-300 {
  background-color: #dddfeb !important;
}

.bg-gray-400 {
  background-color: #d1d3e2 !important;
}

.bg-gray-500 {
  background-color: #b7b9cc !important;
}

.bg-gray-600 {
  background-color: #858796 !important;
}

.bg-gray-700 {
  background-color: #6e707e !important;
}

.bg-gray-800 {
  background-color: #5a5c69 !important;
}

.bg-gray-900 {
  background-color: #3a3b45 !important;
}

.bg-rosado {
  background-color: #DBD2FA !important;
}

.link{
  cursor: pointer;
}

.btn-wsp{
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  bottom: 40px;
  right: 20px;
  background-color: #00bb2d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index: 100;
  cursor: pointer;
}

.btn-wsp:hover{
  text-decoration:none;
  color:#00bb2d;
  background-color: #fff;
}

.border-left-primary {
  border-left: 0.25rem solid #4e73df !important;
}

.border-bottom-primary {
  border-bottom: 0.25rem solid #4e73df !important;
}

.border-left-secondary {
  border-left: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
  border-bottom: 0.25rem solid #858796 !important;
}

.border-left-success {
  border-left: 0.25rem solid #1cc88a !important;
}

.border-bottom-success {
  border-bottom: 0.25rem solid #1cc88a !important;
}

.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
  border-bottom: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}

.border-bottom-warning {
  border-bottom: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
  border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-danger {
  border-bottom: 0.25rem solid #e74a3b !important;
}

.border-left-light {
  border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
  border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
  border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
  border-bottom: 0.25rem solid #5a5c69 !important;
}

