.menu{
  background: #c53b3b !important;
}
.row{
justify-content:center;
align-items:center;
}
.titulo{
  background: #bdc3c7;
  color: white;
  padding: 1%;
}
.seguridad{
 -webkit-text-security: disc !important;
}
.btn_new{
	flex-direction: row !important;
    display: flex !important;
    justify-content: space-between !important;
}
.mayuscula {
 text-transform: uppercase !important;
}
/*input, select,td{
 text-transform: uppercase !important;
}*/
.login{
	background-image: url("../img/fondo_login.jpg");
  	background-size: 100%;
}
.loginb{
	background: #2322227a!important;
	border: solid 3px #ca1d1d !important;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.border-btn{
  border-radius: 3.35rem!important;
}
.num-home{
    font-size: 5rem!important;
    padding: 5%!important;
}
.home-seccion{
    background: #dde2dfeb!important;
    border-radius: 30px 30px 30px 30px!important;
}
.btn-global{
    color: #fff;
    background-color: #eb5d1e !important;
    border-color: #eb5d1e !important;
}
.imvisible{
  display: none !important;
}
.form-login{
  width: 100%;
  border-top: 3px solid #eb5d1e;
  border-bottom: 3px solid #eb5d1e;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
}
.contac-form{
    width: 100% !important;
    border-top: 3px solid #eb5d1e !important;
    border-bottom: 3px solid #eb5d1e !important;
    padding: 30px!important;
    background: #fff !important;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%) !important;
}
.btn-contact{
  background: #eb5d1e;
    color: #fff;
    padding: 10px 25px;
    margin-left: 30px;
    border-radius: 50px;
}
table.dataTable thead .sorting_asc {
    background-image: none !important;
}
table.dataTable thead .sorting {
    background-image: none !important;
}
 .modal-dialog {
    z-index: 100005 !important;
  }

  .modal {
    z-index: 100001 !important;
  }