[v-cloak] {
  display: none !important;
}
.cardSection{
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.card-2{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 220px!important;
    height: auto!important;
    border-radius: 1.5rem!important;
    margin: 0 15px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0px 2.5px 5px 0px rgba(184,195,203,1);
  }
  
  .img-2{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    align-self: center;
    margin-bottom: .75rem;
  }
  .name-2{
    margin-bottom: .5rem;

  }

  span{
    margin-right: 0.8px;
  }
  .badge {
    display: inline-block;
    padding: .35556em .71111em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
  }
  .ButtonExportar{
    border-radius: 1.5rem;
    color: #fff;
    background: #032E50;
    width: 50%;
    cursor: pointer;
  }
  .ButtonExportar:hover{
    color: #DDC591 !important;

  }
  .modalOverlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    height: 100%;
    z-index: 98;
    background-color: rgba(0,0,0,0.3);
  }
  .modalForm{
    position: absolute;
    /* top: 50%; */
    top: calc(50% - 50px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;

    width: 100%;
    max-width: 500px;
    background-color: #fff;
    border-radius: .5rem;
    padding: 1rem;
  }
  .modalForm form{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .modalForm form h3, .modalForm form p, .modalForm form input{
    margin-bottom: 1rem;
  }
  .modalForm form button{
    align-self: flex-end;
    width: 30% !important;
    margin-bottom: 1rem;
  }
.fade-enter-active, .fade-leave-active{
transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to{
  opacity: 0;
}
  
.slide-enter-active, .slide-leave-active{
  opacity: 1;
  transition: opacity 0.5s;
}
.slide-enter, .slide-leave-to{
    opacity: 0;
}
form{
  width: calc(100% - 15rem);
}
form .notValid{
margin-left: 12px;
 color: #D93939;
}
.classPersona{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.controlPersona{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.controlPersona .item{
    margin: 0 .5rem;
}
.classInputValidarRFC, .classInputGenerarRFC{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.classInputValidarRFC input, .classInputGenerarRFC input, .wrapperCalendar{
    width: 60% !important;
    margin: 0 !important;
}

.calendar {
  margin-top: -38px;
}

/* Style for list result*/
.showComponent{
  margin: auto;
  width: 80%;
 
}

  span .current{
    background-color: #dce0ff;
      }

table{
  color: #000;
  font-size: 14px;
}
table thead{
  background-color: #032E50;
  color: #fff;
}
th, td{
  padding-left: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
table .odd, .even{
  border-bottom: 1px solid #c3c3c3;
}
table .odd:hover, .even:hover{
  cursor: pointer;
  box-shadow: 0px 2.5px 5px 0px rgba(184,195,203,1);
}

.footer-rfc{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  text-align: center;
}
.footer-rfc p{
  margin-top: 1rem;
}

.msgAlert {
  opacity: 0;
  transition: opacity 0.6s;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-align: center;
}
.swal2-loading{
  background: none;
}
.swal2-loader {
  width: 3rem;
  height: 3rem;
  border-color: #ffffff transparent #ffffff transparent;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  h3 {
    font-size: 18px;
  }
  .showComponent {
    margin: auto;
    width: 90%;
}

  .top .dataTables_filter input,
  .top .dataTables_length select,
  .top .dataTables_paginate {
    margin-left: 5px;
  }
  .top .dataTables_filter input{
    width: 100% !important;
  }
  .top .dataTables_length select{
    width: 55px !important;
  }
  .top .dataTables_paginate a, .bottom .dataTables_paginate a{
  padding: 5px 10px;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  }
  .classInputValidarRFC input, .classInputGenerarRFC input, .wrapperCalendar{
    width: 55% !important;
    margin: 0 !important;
    
  }
  .calendar{
    margin-left: -65% !important;
    margin-top: -38px;
  }
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {  }