@font-face {
  font-family: SuraSans-regular;
  src: url(../fonts/SuraSans-Regular.otf);
}
@font-face {
  font-family: Sura-negrita;
  src: url(../fonts/SuraSans-Negrita.otf);
}

p,
a,
div,
td,
h1,
h2,
h3,
h4,
h5 {
  font-family: SuraSans-regular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #53565A;
  line-height: 20px;  
}

body {
  background-color: rgb(252, 252, 252) !important;
}
.right_menu .notif-menu,
.sidebar {
  background: rgb(252, 252, 252) !important;
}
.right_menu .notif-menu {
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border-right: 1px solid #2c2c2c;
}
a {
  color: #0033a0 !important;
}
a:hover {
  color: rgb(85, 163, 165);
  text-decoration: underline;
}

.authentication::before,
.authentication-alta::before {
  background-image: url(../../assets/images/bg-login.jpg) !important;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  content: "";
  position: fixed;
}

.minileftbar .menu_list li a:hover {
  background: #fcfcfc;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 12px 0px 0px 12px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #fcfcfc;
  color: #000000;
}
.minileftbar .menu_list li a:hover i {
  color: #000000;
}
.input-group svg{
  position: absolute;
  right: 10px;
  top: 7px;

}
.form-control {
  border-radius: 5px !important;
  border: #ECF0F1 solid 1px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: border 0.2s, box-shadow 0.2s;
}
.form-control:focus{
  box-shadow: none;
  border: #8188a9 solid 1px;
}
.btn {
  height: 36px;
  padding: 0px 20px;
  transition: 0.2s;
  border-radius: 25px;
  text-transform: uppercase;
  display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary{
  background-color: #ffffff;
  color: #0033a0;
  border: #0033A0 solid 2px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #0033A0;
  color: #FFFFFF;
}

.btn-secondary{
  background-color: #0033a0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  border: transparent  solid 2px;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #ffffff;
  color: #0033a0 !important;
  border: #0033A0 solid 2px;
}

#logo{
  max-width: 250px;
}
.titulo h1{
  font-family: Sura-negrita;
  text-transform: uppercase;
  padding-right: 35px;
  font-size: 45px;
  background-color: #0033a0;
}
.card-plain h1{
  font-family: Sura-negrita;
  text-transform: uppercase;
  padding-right: 25px;
  font-size: 45px;
  color: #0033a0;
}

@media screen and (max-width: 992px) {
  .company_detail {
    display: none;
  }
}
@media screen and (max-width: 476px) {
  .titulo h1 {
    font-size: 3vh;
    padding: 8px !important;
  }
}

.authentication .company_detail .logo img {
  vertical-align: middle;
}

.sidebar .user-info {
  border-bottom: 1px solid #dedede;
}

.authentication .company_detail .logo {
  margin-bottom: 15px;
}
.authentication,
.authentication-alta {
  background: #0033a0;
}

.smart .logo,
.smart h3 {
  display: block !important;
}
.smart h3 {
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.7;
  letter-spacing: 2px;
  color: #ffffff;
}

code {
  color: #154b7d;
  font-family: monospace;
}

@media (max-width: 992px) {
  .smartphones .logo,
  .smartphones h3 {
    display: block !important;
  }
  .smartphones h3 {
    font-weight: 300;
    text-transform: uppercase;
    opacity: 0.7;
    letter-spacing: 2px;
    color: #ffffff;
  }
}
@media (min-width: 993px) {
  .smartphones {
    display: none !important;
  }
  .card_form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

.authentication .company_detail {
  color: rgb(100, 100, 100);
}

.authentication .company_detail hr {
  border-top: 1px solid rgba(0, 154, 228, 0.6);
}

.bg-login {
  left: 0;
  width: 50%;
  height: 100%;
  
}

.linea {
  margin: 0px 20px;
  width: 34%;
  border-top: 1px solid #999;
  position: relative;
  top: 10px;
  float: left;
}

.leyenda {
  font-weight: bold;
  float: left;
}
.dcs {
  font-size: 16px;
}
.ct {
  font-size: 14px;
}
.dc {
  font-size: 12px;
}

/*MAX*/
@media (max-width: 992px) {
  .bg-login {
    width: 100%;
  }
  .authentication-alta {
    height: 120vh;
  }
}
@media (max-width: 576px) {
  .authentication-alta {
    height: 150vh;
  }
}

/*MIN*/
@media (min-width: 576px) {
  .authentication-alta {
    height: 120vh;
  }
  .authentication .card-plain {
    min-width: 500px;
  }
}
@media (min-width: 648px) {
  .authentication-alta {
    height: 115vh;
  }
}
@media (min-width: 992px) {
  .bg-login {
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .bg-login {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .authentication::before {
    background-size: cover;
  }
}
