
/*Generales*/
:root {
  --lightgray: #efefef;
  --blue: steelblue;
  --white: #fff;
  --black: rgba(0, 0, 0, 0.8);
  --bounceEasing: cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
*{
    margin:0;
    padding:0;
}
body,html  {
width:100%;
height:100%;
font:12px/1.3 Arial,sans-serif;
background-image: linear-gradient(269deg, #2caeff 0%, #191919 100%);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-size:100%;
display:flex;
/*            */
text-transform: uppercase;
}
#prime {width: 100%;  height:500px; min-height:100%;padding:0px;float:left; margin-right:1%;margin-top: 25px; }
#prime2 {width: 1300px;   min-height:100%;padding:0px;clear:both;margin: 0 auto;}
input,select {
  box-sizing: border-box;
    border: 1px solid #007bff;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 2px;
  height: auto;
  min-height: 2rem;
  width: auto;
  font-size: auto;
  margin-right: 5px;
}
input[type=checkbox],input[type=radio]{
  margin-top: 5px !important;
  width: 2rem;
}

.calendar{
  width: 30px !important;
  position: absolute !important;
  z-index: 9999;
  margin-left: -30px;
}
.menu {

	width:250px;
	max-width: 250px;
    background-image: linear-gradient(195deg, #2caeff 0%, #191919 100%);
  /*width:250px;
  max-width: 250px;
  height:650px;*/
  min-height:91vh;
  margin: 1rem !important;
  border-radius: 0.75rem;
}
.menu>a{
  margin-bottom: 50px;
border-bottom: 1px solid #fff;
}
#prime div{
  border-radius: 0.75rem;
  padding: 0px 5px 5px 5px;
}
#menu-movil{
  display: none;
}
.menu1:hover {
	/* display:block;
background-image: linear-gradient(195deg, #1373af 0%, #191919 100%);
	width:250px;
/*	left:400px;
	max-width: 250px;	
	height:650px;*/
}
.menu1:hover > div {
	display:block;
	
}
.container {
width:100%;
max-width: 100%;
height:100%;
box-sizing:border-box;
display:flex;
justify-content:center;
/*align-items:center;	
background:#D6D9DA;*/
}

.botones {
    border: 0;
    line-height: 2;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-image: linear-gradient(195deg, #2caeff 0%, #191919 100%);
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
    margin-top: 5px;
}

.botones:hover {
    background-image: linear-gradient(195deg, #000 0%, #144c6f 100%);
}

.botones:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}


#nav,#nav ul {
    
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    display: block;
    padding: 5px;
    position: relative;
	width: auto;
  margin-top: 15px;

}
#nav ul {
   /* left: -9999px;*/
    display:none;
    overflow: hidden;
    padding: 0;
    position: relative;
  /*  top: -9999px;*/
background-image: linear-gradient(195deg, #2caeff 0%, #191919 100%);
  border: 1px solid #000;
   
}
#nav li {
   /* background-color: #FFFFFF;*/
    position: relative;
}
#nav > li {
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	   z-index:1;
}
.radio{
  display: flex;
  align-items: center;
  padding: 5px;
}
#nav li a {
 background-image: linear-gradient(195deg, #1373af 0%, #191919 100%);
  color: #fff;
display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   text-decoration: none;
    margin: 4px;
     width:80%;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#nav li:hover > a {
    
    background-image: linear-gradient(195deg, #000 0%, #144c6f 100%);
    /*border-color: #ABABAB;*/
    color: #FFFFFF;
     border: 1px solid #000;
     z-index: 2;

}


.activosubs >li>a {
background-image: linear-gradient(195deg, #808080 0%, #191919 100%) !important;
}

.activosubs>li>a:hover {
background-image: linear-gradient(195deg, #191919 0%, #ABABAB 100%) !important;
}
#nav ul li {
    width: 100%;
	
}
a {
	color:#000000;
}
a:hover {
	color: #705E22;
}
a:visited {
		color: #8A6B07;

}


.caja { float:left;margin-left:1%;height:50px;   
    line-height:2; 
  
    text-align:left; }
.caja1 {
	float:left;text-align:right; }



textarea{
  border: 1px solid #007bff;
  border-radius: 5px;
  height: 100px;
   width: auto;
  font-size: auto;
  margin: 5px;
}
a{
 color: #000;
}
p{
  font-size: 16px;
  font-weight:bold;
}
.prime {
  width: 100%;  
  height:500px; 
  min-height:100%;
  padding:0px;
  float:right; 
  margin-top: 25px;
  margin-right:1%;
}

/* titulo */
.titulo{
 /*background-image: linear-gradient(195deg, #2caeff 0%, #191919 100%);*/
    background-color: white;
  color: #000;
   width: 95%; 
  margin-left: 2%;
  margin-right: 2%;
   margin-top: -20px;
  margin-bottom: 10px;
  /*float: right;
  margin-right:1%;*/
  border-radius: 0.75rem;
   font-size: 14px;
   padding: 5px;
   border-radius: 0.5rem;
   box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px #2caeffb5 !important;
}
.titulo2 {
    /*background-image: linear-gradient(195deg, #2caeff 0%, #191919 100%);*/
    background-color: white;
    color: #000;
     width: 95%; 
  margin-left: 2%;
  margin-right: 2%;
  margin-top: -20px;
  margin-bottom: 10px;
    font-size: 30px;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px #2caeffb5 !important;
}
.derecha{
padding-top: 0;
padding-bottom: 0;
width: 100%;
text-align: right;
}
.izquierda{
float:left;
}
.pie{
margin-top: 1%;
margin-bottom: 1%;
}

form {
    align-items: center;
    justify-content: center;
    border: 3px solid #cfcfcf00;
    border-radius: 0.5rem;
    padding: 0.5%;
    margin: 0.5% 0.7% 15px 0.5%;
    font-weight: bold;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px #2caeffb5 !important;
  }

/* cajas principales*/
.caja-cuerpo {
  border-color: #000;
  float: right;
  margin-left:0%;
  line-height:2;
  background-color: #cfcfcf;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem;
  width: 99%;
  font: 13px tahoma, Verdana,  sans-serif;

}

.caja-vi{
   border-color: #000;
    border-width: 1px; 
    border-style: solid;
    font:bold 12px tahoma, Verdana, 
    sans-serif;width:98%; 
    clear:both;COLOR:black;
    background: #D6D9DA ;
    margin: 0 auto 0 auto;
  min-height: 70%;
}
/*tabla
table {
  height: 100% ;
  width: 100%;


}
*/
.scrollbar {
position: relative;
height: 50vh;
overflow: auto;
margin: 0.5% 0.5% 2% 0.5% ;
border: 3px solid #cfcfcf00;
border-radius: 0.5rem 8px;
padding: 0.5%;
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px #2caeffb5 !important;
padding-top: 0;
}
.scroll {
display: block;
border-radius: 10px;
}


.table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table tbody tr td {
  
  padding:5px;
  border-bottom: 1px solid #000;

}
.azul{

background-color: #78b2f3!important;
}
.check{
  background-color: #ffffff!important;
  color: #0016ff!important;
  border: 1px solid #0016ff;
  border-radius: 0.25rem;
}
.rojo{

background-color: #f37884!important;

}

.verde{

background-color: #42e567!important;
}

.morado{

background-color: #edcff3!important;
}

.blanco{

background-color: #ffffff!important;
}
.verde2{

background-color: #78f3e8!important;
}

/* botones */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   text-decoration: none;
  margin: 4px;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn-dark, input[type=submit] {
  color: #fff!important;
  background-image: linear-gradient(195deg, #1373af 0%, #191919 100%);
  border-color: #007bff;
  max-width: 200px;
  margin-top: 1%;
  padding: 5px;
  text-transform: uppercase;
}

.btn-dark:hover {
  color: #fff;
  background-image: linear-gradient(195deg, #000 0%, #144c6f 100%);
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

/*formulario*/

.miform {
  border: 1px solid #007bff;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 2px;
  height: 2rem;
  width: 100%;
  font-size: 12px;

}
thead{
    background-color: #edeef1;    position: sticky;    top: 0;    z-index: 2;border-radius: 1rem; height: 35px;
}
.right{
  text-align: right;
}
.box img{
  width:auto;
  display:none;
  margin-bottom:30px;
  height: 200px;
}
#imgver {
  display:inline-block;
    border-radius: 5%;
    border: solid 2px #8ba9c7;
}

.texto{
  color: #4A4847;
}
.formlabel{
    
    display: inline-block;
    width: 100%;
}
/*cajas tamaños*/
.box{
  width:100%;
  margin-bottom: 1%;

}
.box1{
  width:9.3%;  
  display: inline-block;

}
.box2{
  width:19.3%;  
  display: inline-block;

}
.box3{
  width:29.3%;  
  display: inline-block;

}
.box4{
  width:39.3%;  
  display: inline-block;

}
.box5{
  width:49.2%;  
  display: inline-block;
 
}
.box6{
  width:59.3%;  
  display: inline-block;
  
}
.box7{
 width:69.3%;  
  display: inline-block;
 
}
.box8{
 width:79.3%;  
  display: inline-block;
  text-align: center;
}
.box9{
  width:89.3%;  
  display: inline-block;
  
}
.box10{
  width:99.3%;  
  display: inline-block;
 
}


.img-zoom-container {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.img-zoom-lens {
  position: absolute;
  /*set the size of the lens:*/
  width: 30px;
  height: 30px;
}

.img-zoom-lens:hover {
 cursor: crosshair ;
}



.img-zoom-result {
 
  /*set the size of the result div:*/
  width: 100%;
  height: 95%;
}
/*modal*/




/* MODAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal {
  position: fixed;
  top: -20%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: var(--black);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in;
    z-index:2;


}

.modalimg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem;
  background: var(--black);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in;
    z-index:2;

}

.modalimg.is-visible {
  visibility: visible;
  opacity: 1;
}

.modal.is-visible {
  visibility: visible;
  opacity: 1;
}

.modal-dialog {
  position: relative;
  min-width: 400px;
  min-height: 30vh;
  max-width: 1000px;
  max-height: 80vh;
  border-radius: 5px;
 
  cursor: default;
}
.modal-dialog1 {
  position: relative;
  min-width: 400px;
  min-height: 30vh;
  max-width: 100wh;
  max-height: 70vh;
  border-radius: 5px;
 
 overflow:auto;
  cursor: default;
}
.modalimg > .modal-dialog {
  position: relative;
  min-width: 70vw;
  min-height: 70vh;
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 5px;
  cursor: default;
}

.modal-dialog > * {
  padding: 0.5rem;
}

.modal-header,
.modal-footer {
  background: #565656;
}
.modal-footer{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-right-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
}

.modal-header label {
  color: #fff;
}

.modal-header .close-modal {
  font-size: 1.5rem;
}

.modal p + p {
  margin-top: 1rem;
}

.modal-content {
  background-color: #cfcfcf;
  padding-top: 2%;
}
.modal-content img{
  width: 100%;
  height: 100%;
  
}



/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[data-animation] .modal-dialog {
  opacity: 0;
  transition: all 0.1s var(--bounceEasing);
}

[data-animation].is-visible .modal-dialog {
  opacity: 1;
  transition-delay: 0.1s;
}

[data-animation="slideInOutTop"] .modal-dialog {
  transform: translateY(-100%);
}

[data-animation="slideInOutLeft"] .modal-dialog {
  transform: translateX(-100%);
}
[data-animation="mixInAnimations"].is-visible .modal-dialog {
  animation: mixInAnimations 0.1s;
}
[data-animation="slideInOutTop"].is-visible .modal-dialog,
[data-animation="slideInOutLeft"].is-visible .modal-dialog,
[data-animation="slideInOutRight"].is-visible .modal-dialog {
  transform: none;
}

@keyframes mixInAnimations {
  0% {
    transform: translateX(-100%);
  }

  10% {
    transform: translateX(0);
  }

  20% {
    transform: rotate(20deg);
  }

  30% {
    transform: rotate(-20deg);
  }

  40% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(-15deg);
  }

  60% {
    transform: rotate(10deg);
  }

  70% {
    transform: rotate(-10deg);
  }

  80% {
    transform: rotate(5deg);
  }

  90% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.page-footer span {
  color: #e31b23;
}


.to {
    align-items: center;
    justify-content: center;
    border: 3px solid #cfcfcf00;
    border-radius: 1rem;
    padding: 0.5%;
    margin: 1%;
    width: auto;
    min-width: 250px;
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px #2caeffb5 !important;
}
.to2 {
    border: 3px solid #cfcfcf00;
    border-radius: 1rem;
    margin-left: 10px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px #2caeffb5 !important;
    display:flex; justify-content: center; align-items: center;
}
thead{
    background-color: #edeef1;
    position: sticky; 
    top: 0; 
    z-index: 2;
     border-radius: 1rem;
     font-size: 13px;
     height: 35px;

}
.select2-container--default .select2-selection--single {
    height: 2rem;
}


@media screen and (max-width: 1099.98px)
{
  .caja-cuerpo {
  float: right;
  margin-right:10%; 
  margin-left:10%;  
  line-height:2;
  background-color: #cfcfcf;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  width: 76%;
  padding-right: 1%;
  padding-left: 1%;
}

.img-zoom-result {
 
  /*set the size of the result div:*/
  width: 100%;
  height: 90%;
}
.box1{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.box2{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.box3{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.box4{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.box5{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.box6{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.box7{
 width:99%;  
  display: inline-block;
  text-align: center;
}
.box8{
 width:99%;  
  display: inline-block;
  text-align: center;
}
.box9{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.box10{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.to2 {       margin-left: 2px; display:block;   }
}


@media screen and (max-width: 767.98px)
{

  .prime {
  width: 100%; 
}
.titulo{
 /* width: 100%;*/
  margin-right:0%;
  padding: 2px;
}
.caja-cuerpo {
  margin-right:1%; 
  margin-left:1%; 
  line-height:2;
  background-color: #cfcfcf;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  width: 98%;
  padding-right: 1%;
  padding-left: 1%;
}

.scrollbar {
position: relative;
height: 70vh;
overflow: auto;
margin-top:10%;
margin-bottom: 2%;
max-width: 99vw;

}

.box1{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.box2{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.box3{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.box4{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.box5{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.box6{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.box7{
 width:99%;  
  display: inline-block;
  text-align: center;
}
.box8{
 width:99%;  
  display: inline-block;
  text-align: center;
}
.box9{
  width:99%;  
  display: inline-block;
  text-align: center;
}
.box10{
  width:99%;  
  display: inline-block;
  text-align: center;
}


.img-zoom-result {
 
  /*set the size of the result div:*/
  width: 100%;
  height: 90%;
}
  .container {
    width:100%;
    font-size:100%;
    max-width: 150%;
    box-sizing:border-box;
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    
  }
  .menu {
 background-image: linear-gradient(195deg, #2caeff 0%, #191919 100%);
  /*width:250px;
  max-width: 250px;
  height:650px;*/
  min-height:90vh;
  margin: 1rem !important;
  border-radius: 0.75rem;
  z-index: 9999;
  
  /* left: -9999px;*/
  
}
#menu-movil{
  top: +5px;
  right: +10px;
  display: block;
  position: fixed; 
  justify-content: right; 
  width: 100vw;
  z-index: 4;
}
#btn-movil{
  justify-content: right; 
  font-size: 24px; 
  background-image: linear-gradient(195deg, #2caeff 0%, #191919 100%);
  border-radius: 0.75rem;
  color: #fff;
}

.menu1 {
  display: none;  
  position: fixed;
  z-index: 3;
  width: 100vw;
  background-image: linear-gradient(195deg, rgb(44, 174, 255) 0%, rgb(25, 25, 25) 100%); 
  overflow-y: scroll;
  height: 100vh;

}
.calendar{
  width: 20px !important;
  position: absolute !important;
  z-index: 9999;
  margin-left: -20px;
}

  #prime {width: 100%;  height:700px; min-height:100%;padding:0px;float:left; }
  .modal-dialog1 {
  min-width: 200px !important;
}
input,select,textarea {
max-width: 330px;
}
 .to2 {       margin-left: 2px; display:block;   }
 thead, thead p{
     font-size: 12px;

}

}
