/*@import url('https://fonts.googleapis.com/css2?family=Varela&display=swap');*/
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Anton|Titillium+Web&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Anton|Titillium+Web&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;1,100&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,400;1,300&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Georama:ital@1&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;1,200;1,300;1,400;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500&display=swap');*/

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:border-box;
}
body{
  /*font-family: 'Varela', sans-serif;*/
  /*font-family: sans-serif;*/
  /*font-family: 'Titillium Web', sans-serif;*/
  /*font-family: 'Roboto', sans-serif;*/
  /*font-family: 'Georama', sans-serif;*/
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-family: 'Poppins', sans-serif;
  /*font-family: 'Comfortaa', cursive;*/
  background:#cfd8dc;
  /*font-weight:600;*/
  font-size:16px;
}
.body{
  margin: 0;
  padding: 0;
  font-weight:400;
  font-size:16px;
}
.bodyLogin{
  /*background:#354D73;*/
  /*background:#b2b2b2;*/
background: #2980b9;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2c3e50, #2980b9);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2c3e50, #2980b9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.breadcrumb{
  background:#f5f5f5;
}

.breadcrumb, .breadcrumb-item a{
  font-size:15px;
  color:#757575;
  text-decoration: none;
  font-weight:550;
}

.breadcrumbActivo{
  font-weight: 800;
  color:#000000;
}

.conSeparador .breadcrumb-item +.breadcrumb-item::before {
  content: "›";
  vertical-align:top;
  color: #408080;
  font-size:25px;
  line-height:20px;
}

#formularioVentas fieldset:not(:first-of-type) {
    display: none;
}

.iconosView{
  color:#455a64;
}
.card{
  border-top: 4px solid rgba(034,113,179,0.7);
}
.btn{
  border-radius:10px;
}
.btnMguardar{
  background: #063971;
  color:#000000;
}
.btnMguardar:hover{
  background: #094293;
}

.modal-footer{
  background: #e0e0e0;
  justify-content: center;
}

h5,h4{
  color: #0B3881;
  font-weight: 500;
}

/*INICIO DEL EVENTO LOAD JS*/
.hidden{
  overflow: hidden;
}

.Contet-loader{
  width:100%;
  height:100vh;
  position:absolute;
  background:rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  display: flex;
}

.loader{
  padding:10px;
  width:15%;
  height:15%;
  margin: auto;
  background:rgba(255,255,255,0.9);
  border-radius: 10px;
}
.Spinner{
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-left-color: #09f;
    /*bottom: 100px;*/
    padding:10px;
    margin: auto;
    position: relative;
    display: inline-block;
    text-align: center;

    animation: spin 0.5s linear infinite;
}
@keyframes spin {
    0%{
        transform: rotate(0deg);
        border-left-color: rgb(0, 81, 255);
    }
    100%{
        transform: rotate(360deg);
        border-left-color: rgb(0, 174, 255);
    }
}


.centrado{
  position: fixed;
  width: 100vw;
  height: 100vh;
  background:rgba(0,0,0,0.7);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin: auto;*/
}
.div-load {
  /*background:rgba(034,113,179,0.7);*/
  /*background:rgba(255,255,255,0.6);*/
  padding:10px;
  display: inline-block;
  position: relative;
  width:250px;
  height:150px;
  text-align: center;
  color: #FFFFFF;
}

.div-load img{
  width:30px;
  height:30px;
}

.div-load div {
  /*display: inline-block;
  position: absolute;
  left: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #cef;*/
  /*animation: lds-facebook 5s cubic-bezier(0, 0.5, 0.5, 1) infinite;*/
}

/*.div-load div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}

.div-load div:nth-child(2) {
  left: 28px;
  animation-delay: -0.12s;
}

.div-load div:nth-child(3) {
  left: 50px;
  animation-delay: 0;
}*/
/*FIN DEL EVENTO LOAD*/
table{
  width: 100%;
}

.ColortheadTbl tr th{
  background: #0B2C4B ;
  color: #FFFFFF;
  text-align: center;
  font-weight:800;
  border:1px solid #78909c;
}

.table-striped tbody tr:nth-of-type(odd) {
      background-color: rgba(093,155,155,0.1);
}

.table-bordered tbody tr td{
      border:1px solid #78909c;
}

#contenedorUltimosCtes{
  width: 100%;
  position: relative;
}

#moverTbls{
  position: fixed;
  text-align: center;
  animation: moverTabla 20s infinite ease alternate;
}

@keyframes moverTabla{
  from{
     transform: translate(0px,-350px);
  } to {
     /*transform: translate(350px,0);*/
  }
}

nav{
	/*background: #354D73;*/

}

nav ul li a,.navbar-brand{
	color:#FFFFFF;
}

.navbar-brand{
	color:#FFFFFF;
}

nav ul li a:hover,.navbar-brand:hover{
	color:#E0E0E0;
}

.headerLogin{
  /*background:#2271B3;*/
  height:130px;
  /*border-bottom-left-radius:40px;*/
  /*border-bottom-right-radius: 40px;*/
}

.imagenHeaderLogin{
  width:120px; 
  margin: auto;
  position:absolute;
  margin-left: 10px;
  padding: 5px 5px 5px 5px;
  border-radius: 10px;
  font-weight: 100;
}

#tituloHeaderLogin{
  top: 25px;
  font-size: 27px;
  padding:15px;
  color: #FFFFFF;
}
#loginContent{
  position: relative;
  margin: auto;
  width: 400px;
  height: 400px;
  /*padding-top:100px;*/
}

#login{
  position: relative;
	/*left: 40px;*/
  top: 80px;
	border-radius:10px;
  width: 380px;
  margin: auto;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	/*border: none;*/
	/*padding:0 0 5px 0;*/
}

/*#login{
  margin: auto;
}*/

#btnSubmit{
	background: #01579b;
	color: #FFFFFF;
}

#footertitulo2{
  font-style: normal;
  font-size:14px;
  color: #FFFFFF;
}


footer{
	margin-top:40px;
}
#footer{
	background: #354D73;
	color: #FFFFFF;
}
#contenedorMenu{
	margin-top:30px;
}
/*.boxes ,.tools, .cog{
	padding:25px;
	text-align:center;
  font-size: 42px;
}*/
#cardMenu{
  /*width: 30vh;*/
  /*height: 28rem;*/
  height: 100%;
}

#textoCard{
  text-align: center;
  padding: 2px;
  font-weight:350;
}

#iconoMenu{
	color:#424242;
	text-decoration: none;
}

#cardMenu:hover, #cardMenu:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}

#cardMenu:hover .img, #cardMenu:hover #tituloMenu #textoCard{
  position: relative;
  display: inline;
  padding: 15px;
  margin:auto;
}

#tituloMenu{
  position: relative;
  padding: 5px;
  font-size: 19px;
}

#cardMenu .img{
  width:120px;
  margin:auto; 
  padding:10px;
}

@media screen and (max-width: 1024px) {
  #cardMenu .img{
    width:100px;
    margin:auto; 
    padding:20px;
  }
}

@media screen and (min-width: 900px) {
	#loginContent{
		top:-70px;
	}
}

@media screen and (max-width: 900px) {
  /*#loginContent{
    top:-70px;
  }*/
  #loginContent{
    margin: auto;
    width: 100%;
    /*height: 400px;*/
    /*padding-top:100px;*/
  }

  .imagenHeaderLogin{
    width:65px; 
    margin: auto;
    position:absolute;
    margin-left: 10px;
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
    /*bottom:100px;*/
  }

  #tituloHeaderLogin{
    font-size: 18px;
    padding:15px;
  }

  #cardMenu #tituloMenu{
    font-size:17px;
  }

  #footer{
      display: none;
    }
}
@media screen and (max-width: 475px) {
  #footer{
      display: none;
    }
}
@media screen and (max-width: 360px) {
  #loginContent{
    top:-70px;
    left: -5px;
    width: 300px;
  }
  #login{
    left: 5px;
    border-radius:10px;
    width: 100%;
    margin: auto;
  }
   #tituloHeaderLogin{
    font-size: 18px;
    padding:15px;
  }
  .imagenHeaderLogin{
    display: none;
  }
  #footer{
      display: none;
    }
}
fieldset.scheduler-border {
    border: 2px groove #bdbdbd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}
/*legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}