html{
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  font-family: "roboto", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container-fluid{
  max-width: 1440px;
  height: auto;
  z-index: 2;
}
.container{
  height: auto;
  z-index: 2;
}
footer {
  background-color:#7a8b2e;
  color: #fff;
  text-align:center;
  padding: 20px 0;
  margin-top: auto;
}
.row{
  margin: 10px 0;
}
.titles, .h2, h2{
font-size: 2rem;
text-align: center;
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 600;
line-height: 1.8;
font-family: "roboto", sans-serif;
}
/*Barra de Navegación ======================================= */
header{
  height: 90px;
  background: #fff;
  border-bottom: 2px solid #ebebeb;
}

.inner-width{
  max-width: 1440px;
  padding: 0 10px;
  margin: auto;
}

.logo{
  float: left;
  padding: 10px 0;
}

.logo img{
  height: 70px;
}

.navigation-menu{
  float: right;
  position: relative;
  left: auto;
  display: flex;
  align-items: center;
  min-height: 90px;
}
.navigation-menu ul{
  margin: 0px;
}
.navigation-menu li{
  float: left;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight:500;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  padding: 10px 10px;
  transition: .3s linear;
}
.navigation-menu ul li a {
  color: #6b67ab;
  text-decoration: none;
}

.navigation-menu ul li:hover a{
  color: #7a8b2e;
}

.menu-toggle-btn{
  float: right;
  height: 90px;
  line-height: 90px !important;
  color: #6b67ab;
  font-size: 32px;
  display: none !important;
  cursor: pointer;
}
@media screen and (max-width:1110px) {
  .navigation-menu{
    position: fixed;
    max-width: 400px;
    background: #6b67ab;
    top: 90px;
    right: 0;
    display: none;
    padding: 20px 0;
    box-sizing: border-box;
    z-index: 100;
  }

  .navigation-menu::before{
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #6b67ab;
    position: absolute;
    top: -10px;
    right: 10px;
  }
  .navigation-menu ul{
      margin: 0;
      padding: 0;
  }

  .navigation-menu li{
    display: block;
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px solid #565295;
  }

  .navigation-menu ul li a {
      color: #fff;
      text-decoration: none;
    }
    .navigation-menu ul li:hover a{
      color: #34315a;
    }

  .navigation-menu.active{
    display: block;
  }
  .menu-toggle-btn{
    display: block !important;
  }
  a.aj_btn {
background: #273b91;
color: #fff;
font-weight: 500;
letter-spacing: 2px;
}

a.aj_btn:hover{
background: #fff;
color: #273b91;
font-weight: 500;
letter-spacing: 2px;
}
}

/*Formulario de Login ======================================= */
.fondo-log{
  background-image: url(images/background.webp);
  background-size: cover;
  height: 100vh;
}
.row.centrado {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px 0;
  transform: translate(-50%, -50%);
  width: 350px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.card.login_card.rounded-3{
padding: 0px;
margin: 10px 0px;
}
.card-header h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight:600;
  font-size: 16px;
}
.card-header{
  text-align: center;
}
.card-body form{
  padding: 0 40px;
  box-sizing: border-box;
}
form .userlog {
  position:relative;
  border-bottom: 2px solid #adadad;
  margin: 30px 0;
}
.userlog input{
  width: 100%;
  padding: 0 5px;
  height: 40px;
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
}
.userlog label{
  position: absolute;
  top: 50%;
  left: 5px;
  color: #adadad;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight:600;
  pointer-events: none;
  transition: all 0.3s ease;
}
.userlog span::before{
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(107, 103, 171, 1);
}
.userlog input:focus + label,
.userlog input:valid + label{
  top: -5px;
  font-size: 14px;
  color: #6e68b3;
}

button.btn.btn-primary.boton02{
  text-transform: uppercase;
  outline: 0;
  border-radius: 30px;
  background: #6e68b3;
  width: 100%;
  height: 50px;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}
button.btn.btn-primary.boton02:hover, .btn.btn-warning:hover{
  background-color: #7a8b2e;
  color: #ffffff;
  transition: all 0.5s ease 0s;
}
.alert.alert-danger {
  text-align: center;
  margin-top: 20px;
  color: #c80909;
}

/*Dashboard ======================================= */
.container-fluid.dash {
margin-top: 20px;
margin-bottom: 20px;
}
.btn-card {
  text-transform: uppercase;
  outline: 0;
  border-radius: 30px;
  background: #6e68b3;
  width: 200px;
  height: 50px;
  border: 0;
  padding: 15px 20px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}
.btn-card:hover {
background-color: #7a8b2e;
color: #FFFFFF;
transition: all 0.5s ease 0s;
}
.card{
  padding: 20px;
  margin: 20px 0px;
}

/*Registrar Visitas ======================================= */
form#f1 {
padding: 40px 0;
}
input.btn.btn-secondary{
text-transform: uppercase;
border-radius: 30px;
background: #6e68b3;
width: 100%;
border: 0;
color: #FFFFFF;
font-size: 14px;
cursor: pointer;
opacity: unset;
}
input.btn.btn-secondary:hover{
background-color: #7a8b2e;
transition: all 0.5s ease 0s;
}

.card-header {
padding: 0;
background: none;
border: none;
margin: 20px 0 0 0;
}
.form-group {
margin: 10px 0;
}
.form-select, .form-control, {
width: 100%;
height: 1.4375em;
padding: 5px 5px 5px 10px;
margin: 0px;
border-color: rgb(153, 153, 153);
border-radius: 0.5rem;
box-sizing: content-box;
-webkit-tap-highlight-color: transparent;
display: block;
min-width: 0px;
line-height: 1.5rem;
color: rgb(77, 77, 77);
font-weight: 500;
}
.form-select:focus, .form-control:focus {
color: #212529;
background-color: #fff;
border: rgb(153, 153, 153);
outline: 0;
box-shadow: 0 0 0 0.1rem #6e68b3;
}
.form-select:hover, .form-control:hover {
box-shadow: 0 0 0 0.1rem #6e68b3;
}
label.FormLabel {
letter-spacing: 0px;
padding: 0px;
position: relative;
font-size: 0.875rem;
display: inline-flex;
-webkit-box-align: center;
align-items: center;
font-weight: 500;
line-height: 1.25rem;
margin-bottom: 4px;
color: rgb(0, 0, 0);
align-self: flex-end;
}
.btn.btn-primary.btn-sm, .btn.btn-warning {
text-transform: uppercase;
outline: 0;
border-radius: 30px;
background: #6e68b3;
border: 1px solid #6e68b3;
padding: 10px 20px;
color: #FFFFFF;
font-size: 14px;
opacity: unset;
margin-bottom: 10px;
}
.btn.boton02.btn-sm, button.btn.boton02{
text-transform: uppercase;
outline: 0;
border: 1px solid #adadad;
border-radius: 30px;
padding: 10px 20px;
font-size: 14px;
opacity: unset;
margin-bottom: 10px;
}
.btn.boton02.btn-sm:hover, button.btn.boton02:hover{
background: #7a8b2e;
border: 1px solid #7a8b2e;
color: #FFFFFF;
transition: all 0.5s ease 0s;
}

.btn.boton02.btn-sm:hover i.fas.fa-print {
  color: #FFFFFF !important;
}
.btn.boton02.btn-sm:hover i.fa-solid.fa-file-excel{
  color: #FFFFFF !important;
}

.col-6.col-md-6.col-lg-6.btnr{
text-align: right;
}
.col-6.col-md-6.col-lg-6.btnl{
text-align: left;
}
.separador {
position: relative;
color: #adadad;
text-align: center;
margin: 50px 0;
&:before,
&:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  height: 1px;
  background-color: #adadad;
}

&:before {
  left: 0;
}

&:after {
  right: 0;
}
}

/*Usuarios Registrados/Eventos ======================================= */
.row.text-center{
margin-top: 40px;
}
.col-12.col-md-10.col-lg-10.navigation, .col-12.col-md-2.col-lg-2.navigation{
margin: 20px 0;
}
li.page-item.active {
--bs-pagination-active-bg: #6e68b3;
--bs-pagination-active-border-color: rgba(107, 103, 171, 1);
}
a.page-link {
--bs-pagination-color: #6e68b3;
}
.input-group-text{
padding: 5px 5px 5px 10px;
}
thead {
position: sticky;
top: 0;
border-bottom: 2px solid #adadad;
background: #6e68b3;
color: #ffffff;
}
tbody, td, tfoot, th, thead, tr {
  padding: 0.5rem 1rem !important;
  text-transform: uppercase;
}
td, th{
  text-align: left;
}
.tabs-center {
display: flex;
align-items: center;
justify-content: center;
}

select#can_reg {
padding: 0.55rem;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
}
select#can_reg {
height: 37.6px;
position: relative;
display: flex;
align-items: center;
max-width: 80px;
padding: 0px 15px;
}
label.labmost {
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
color: #ffffff;
text-align: center;
white-space: nowrap;
background-color: #6e68b3;
border: 1px solid #6e68b3;
border-radius: 0.25rem;
}

/*Color estados de tabla ======================================= */
td.bg-danger.text-end {
  background-color: #e74c3c !important;
  color: #fff !important;
}
td.bg-warning.text-end {
  background-color: #ffae03 !important;
  color: #fff !important;
}
td.bg-success.text-end {
  background-color: #27ae60 !important;
  color: #fff !important;
}

/*Buscador de Personas ======================================= */
.search {
width: 100%;
position: relative;
display: flex;
}

.searchpers {
width: 100%;
border: 3px solid #6e68b3;
border-right: none;
padding: 5px;
height: 20px;
border-radius: 5px 0 0 5px;
outline: none;
color: #9DBFAF;
height: 37.6px;
}

.searchpers:focus{
color: #59539c;
}

.searchButton {
width: 40px;
height: 37.6px;
border: 1px solid #6e68b3;
background: #6e68b3;
text-align: center;
color: #fff;
border-radius: 0 5px 5px 0;
cursor: pointer;
font-size: 20px;
}
.regist-input {
  width: fit-content;
  padding: 7px 15px;
  border: 1px solid #6e68b3;
  border-radius: 5px;
}
/*Formulario de eventos ======================================= */
div#evento_fechai, div#evento_fechaf {
  position: relative;
  display: flex;
  justify-content: space-between;
}
select#evento_fechai_month, select#evento_fechai_day, select#evento_fechai_year, select#evento_fechaf_month, select#evento_fechaf_day, select#evento_fechaf_year {
  width: 33%;
  float: left;
}

/*Adaptaciones Mobil ======================================= */
@media screen and (max-width:768px) {
  tbody, td, tfoot, th, thead, tr {
    font-size: 12px;
  }
  label.FormLabel.mobhid {
    display: none;
  }
  .btn.boton02.btn-sm, button.btn.boton02 {
    padding: 10px;
    margin-bottom: 10px;
  }
  .col-12.col-md-6.col-lg-6.movil {
    position: relative;
    display: flex;
    justify-content: space-around;
  }
  .card {
    padding: 10px;
    margin: 10px 10px;
  }
  .card-header h2{
    font-size: 24px;
  }
  .img-thumbnail{
    margin-bottom: 20px;
  }
  .card-body{
    padding: 0px;
  }
  .separador {
    margin: 50px 0;
    &:before,
    &:after {
      width: 23%;
    }
  }
  .container, .container-fluid{
    margin-bottom: 10em;
  }
}

/*Sorteo ======================================= */
.fondo-sort {
  background-image: url(images/fondo_sorteo.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.fondo-sort2 {
  background-image: url(images/fondo_sorteo.jpg);
  background-size: cover;
    background-attachment: fixed;
    background-position: center top;
  width: 100%;
  height: 100vh;
}

.fondo-sort3 {
  background-image: url(images/fondo_sorteo.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

.img-fluid.log {
  border: 2px solid #ffffff;
  border-radius: 0px !important;
  width: 250px;
  margin-top: 30px;
}

img.img-fluid.gan {
  width: 165px;
}

label#p1 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}

.btn.btn.btn-boton-com {
  text-transform: uppercase;
  width: 100%;
  outline: 0;
  border-radius: 30px;
  background: #6e68b3;
  height: 50px;
  border: 0;
  padding: 16px;
  color: #FFFFFF;
  font-size: 14px;
}

a.btn.btn.btn-boton-com:hover {
  background-color: #7a8b2e;
  color: #ffffff;
  transition: all 0.5s ease 0s;
}