/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  .v-logo-redondo{
    width: 33vw !important;
  }

  .v-fondo {
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover; min-height: 439.234px; 
    background-image: url('/dist/img/fondo.jpg');
  }

  .v-boton-panel:hover {
    color: #335BD2 !important;
  }

  .v-boton-panel {
    color: #6c757d !important;
  }

  .v-navbar-top{
    background-color: #e3eff4 !important;
  }

  .v-font-perfil {
    font-size: 0.75em;
    color: #80858b;
  }


  .navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row wrap !important;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .v-logo{
    height: 48px;
  }

  .v-logo-div{
    order: 1;
  }

  .v-colpase-div{
    order: 3;
  }
  
  .v-icons-div{
    order: 4;
    display: none;
  }

  .v-perfil-div{
    order: 2;
  }

  .fa-2x {
    font-size: 1.4em;
  }
  
  .v-usuario {
    line-height: .7;
    font-size: .76rem;
  }

  h6, h6 {
    font-size: .9rem !important;
  }


  /* FOOTER */
  .v-footer {
  flex-direction: column !important;
  }

  .v-footer-logo{
    margin-top: 1em;
    justify-items: center;
  }

  .v-footer-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .v-footer-texto{
    flex-direction: column !important;
    align-items: center;
  }

  .v-font-pie {
    font-size: .95em;
    flex-direction: column !important;  
  }

  .v-font-pie a {
    justify-content: center;
  }    

  .v-footer-texto p {
    margin-top: 1em;
  } 

  .v-footer-logo img{
    max-width: 297px
  }

  /* FOOTER */

  /* encabezados de tablas */
  .v-tabla-head {
    background-color: #858c99 !important;
    color: white !important;
  }

  .goup {
    font-size: 2.25rem;
    bottom: 0px;
    display: block;
    height: 50px;
    position: fixed;
    right: 0px;
    width: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .pagination {
    margin: 0px;
  }

  .h1,
  h1 {
    font-size: 2rem;
  }

  a {
    color: #335BD2;
  }

  .text-info {
    color: #335BD2 !important;
  }

  .btn-primary {
    background-color: #335BD2;
    border-color: #335BD2;
  }

  select.form-control {
    color: #999;
  }


  .page-link {
    color: #335BD2;
  }

  .page-item.active .page-link {
    background-color: #335BD2;
    border-color: #335BD2;
  }

  .btn-success {
    background-color: #068A24;
  }


  .swal2-title {
    font-size: 1.5em;
  }

  .swal2-styled.swal2-confirm {
    background-color: #068A24;
  }


  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #d9d9d9;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  }


  .card-navy:not(.card-outline)>.card-header {
    background-color: #5376CA;
  }

  .swal2-html-container {
    margin: 1em;
  }

  .text-success {
    color: #068A24 !important;
  }      

  .v-title-page {
    margin-top: 1.5rem !important;
  }


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

.v-logo-redondo{
  width: 28vw !important;
}

.v-fondo {
  background-repeat: no-repeat; 
  background-position: center center; 
  background-size: cover; min-height: 439.234px; 
  background-image: url('/dist/img/fondo.jpg');
}

.v-boton-panel:hover {
  color: #335BD2 !important;
}

.v-boton-panel {
  color: #6c757d !important;
}

.v-navbar-top{
  background-color: #e3eff4 !important;
}

.v-font-perfil {
  font-size: 0.85em;
  color: #80858b;
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row wrap !important;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.v-logo{
  height: 48px;
}

.v-logo-div{
  order: 1;
}

.v-colpase-div{
  order: 3;
}

.v-icons-div{
  order: 4;
  display: none;
}

.v-perfil-div{
  order: 2;
}

.fa-2x {
  font-size: 1.4em;
}

.h5, h5{
    line-height: .4;
}


.v-usuario {
  line-height: .7;
  font-size: .79rem;
}

.h6, h6 {
  font-size: .9rem;
}

/* FOOTER */
.v-footer {
  flex-direction: column !important;
  }

  .v-footer-logo{
    margin-top: 1em;
    justify-items: center;
  }

  .v-footer-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .v-footer-texto{
    flex-direction: column !important;
    align-items: center;
  }

  .v-font-pie {
    font-size: .95em;
    flex-direction: column !important;  
  }

  .v-font-pie a {
    justify-content: center;
  }    

  .v-footer-texto p {
    margin-top: 1em;
  } 

    .v-footer-logo img{
    max-width: 297px
    }

  /* FOOTER */

  /* encabezados de tablas */
  .v-tabla-head {
    background-color: #858c99 !important;
    color: white !important;
  }

  .goup {
    font-size: 2.25rem;
    bottom: 0px;
    display: block;
    height: 50px;
    position: fixed;
    right: 0px;
    width: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .pagination {
    margin: 0px;
  }

  .h1,
  h1 {
    font-size: 2rem;
  }

  a {
    color: #335BD2;
  }

  .text-info {
    color: #335BD2 !important;
  }

  .btn-primary {
    background-color: #335BD2;
    border-color: #335BD2;
  }

  select.form-control {
    color: #999;
  }


  .page-link {
    color: #335BD2;
  }

  .page-item.active .page-link {
    background-color: #335BD2;
    border-color: #335BD2;
  }

  .btn-success {
    background-color: #068A24;
  }


  .swal2-title {
    font-size: 1.5em;
  }

  .swal2-styled.swal2-confirm {
    background-color: #068A24;
  }


  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #d9d9d9;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  }


  .card-navy:not(.card-outline)>.card-header {
    background-color: #5376CA;
  }

  .swal2-html-container {
    margin: 1em;
  }

  .text-success {
    color: #068A24 !important;
  }

.v-title-page {
margin-top: 2.1rem !important;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.v-logo-redondo{
width: 17vw !important;
}

.v-item-color a:hover {
background-color: #e3eff4 !important;
}

.h6, h6 {
font-size: .9rem;
}

.v-logo-div{
order: 1;
}

.v-colpase-div{
display: none !important;
}

.v-icons-div{
order: 4;
display: flex !important;
}

div.dataTables_wrapper div.dataTables_filter label {
font-weight: normal;
white-space: nowrap;
text-align: left;
display: inline-flex;
margin-bottom: .5rem;
margin-left: .5em;
}

div.dataTables_wrapper div.dataTables_filter label input {
margin-left: .6em !important;
}  
.v-perfil-div{
order: 2;
}

/* FOOTER */
.v-footer {
flex-direction: column !important;
}

.v-footer-logo {
margin-top: 1em;
justify-items: center;
}

.v-footer-logo a {
display: flex;
align-items: center;
justify-content: center;
}

.v-footer-texto{
flex-direction: column !important;
align-items: center;
}

.v-font-pie {
font-size: .95em;
flex-direction: column !important;  
}

.v-font-pie a {
justify-content: center;
}    

.v-footer-texto p {
margin-top: 1em;
} 

.v-footer-logo img{
max-width: 297px
}

/* FOOTER */

.v-title-page {
margin-top: 3.7rem !important;
}

}  

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

.v-fondo {
margin-top: -9vh;
padding-top: 9vh;
height: 88vh;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
min-height: 439.234px;
background-image: url('/dist/img/fondo.jpg');
}
.v-logo{
height: 70px;
}

.v-logo-div{
order: 1;
}

.dropdown-item {
padding: .09rem 1rem;
}

.v-navbar-top {
background-color: #e3eff4 !important;
}
.v-icons-div{
order: 2;
display: flex;
}

.v-perfil-div{
order: 3;
}

/* FOOTER */
.v-footer {
  flex-direction: row !important;
  }

  .v-footer-logo{
    margin-top: 1em;
    justify-items: center;
  }

  .v-footer-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .v-footer-texto{
    flex-direction: column !important;
    align-items: end;
    justify-content: end;
  }

  .v-font-pie {
    font-size: .95em;
    flex-direction: row !important;  
  }

  .v-font-pie a {
    justify-content: center;
    margin-left: 5px;
  }    

  .v-footer-texto p {
    margin-top: .4em;
  }  /*versión*/

  .v-footer-logo  img{
    max-width: 297.5px;	
 }
  /* FOOTER */  

  .v-logo-redondo{
    width: 15vw !important;
  }

  .v-title-page {
    margin-top: 5.5rem !important;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

.v-menu-user {
  height: 85px !important;
}

.v-item-color a:hover {
  background-color: #e3eff4 !important; 
  }

table th {
  background-color: rgba(0, 0, 0, .03);
}

#v-listado_filter {
  text-align: right !important;
  float: right !important;
}

div.dataTables_wrapper div.dataTables_filter label{
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  display: inline-flex;
  margin-bottom: .5rem;
  margin-left: .5em;
}

div.dataTables_wrapper div.dataTables_filter label input{
  margin-left: .6em !important;
}

.dt-buttons {
  float: left;
  position: initial;
}

.v-font-pie {
  font-size: 1.10em;
}

.v-fondo {
  margin-top: -9vh;
  padding-top: 9vh;
  height: 88vh; 
  background-repeat: no-repeat; 
  background-position: center center; 
  background-size: cover; min-height: 439.234px; 
  background-image: url('/dist/img/fondo.jpg');
}

.dropdown-item{
padding: .09rem 1rem;
}

.v-wrapper{
  margin-top: calc(5.4rem + 1px) !important; 
}

/* encabezados de tablas */
.v-tabla-head {
  background-color: #858c99 !important;
  color: white !important;
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fa-2x {
  font-size: 2em;
}

.fa-2x {
  font-size: 2em;
}

.h5, h5 {
line-height: .9;
}

.h6, h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.v-usuario {
line-height: 1.2;
font-size: 1rem;
}

.v-font-perfil {
font-size: 0.85em;
color: #80858b;
}

/* FOOTER */
.v-footer {
  flex-direction: row !important;
  }

  .v-footer-logo{
    margin-top: 1em;
    justify-items: center;
  }

  .v-footer-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .v-footer-texto{
    flex-direction: column !important;
    align-items: end;
    justify-content: end;
  }

  .v-font-pie {
    font-size: .95em;
    flex-direction: row !important;  
  }

  .v-font-pie a {
    justify-content: center;
    margin-left: 5px;
  }    

  .v-footer-texto p {
    margin-top: .4em;
  }  /*versión*/

  .v-footer-logo  img{
    max-width: 297.5px;	
 }
  /* FOOTER */  

  .v-logo-redondo{
    width: 12vw !important;
  }

  .v-title-page {
    margin-top: 1.5rem !important;
  }

}

.v-submenu{
  padding-left: 0px !important;
  padding-right: 0px !important;  
}

.v-submenu:focus{
  background-color: #e3eff400 !important;
}

.v-li-submenu{
  color: #212529 !important;
 }

.v-li-submenu:hover{
 background-color: #e3eff4 !important;
 color: #212529 !important;
}



.tooltip-inner {
  max-width: 400px;
  background-color: #257EDD;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: justify;
  border-radius: 0.25rem;
}

.card-gray-light .card-header {
  background-color: #D1D2D2;
}

.card-gray-light .card-header  h3{
  color: #191E31;
}

.card-gray-light .btn-tool {
  color: #191E31;
}