#miniatura {
    margin-top:20px;
    margin-left: 20px;
    border: 1px solid #ccc;
    float: left;
    height: 840px;
    width: 130px;
    overflow-y: scroll;
}
#miniatura:hover {
    border: 1px solid #777;
}
#miniatura img{
    width: 90%;
    height: auto;
}
#miniaturaPrincipal {
    margin-top:20px;
    margin-left: 230px;
    border: 1px solid #ccc;
    height: 840px;
    width: 1020px;   
}
#miniaturaPrincipal img{
    width: 100%;
    height: 100%;
}
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#containerCanvas {
    margin:0px 0px;
    display: flex;
    max-width: 100%;
    overflow-x: scroll;
    justify-content: center;
    background-color: black;
}
#canvas {
    margin: 0px 0px;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
}
@media (orientation:landscape){
    #canvas {
        margin: 0px 0px;
        width: 45%;
        cursor: pointer;
        border-radius: 10px;
    }
}
#containerPrincipal{
    display: none;
    width: 100%;
    margin: auto;
    height: 100%;
}
#contentImagen{
    margin: 0px 0px;
    display: flex;
}
#boxLarge{
    width: 100%;
}
#boxLarge figure{
    position: relative;
}
#boxLarge figure a{
    transition: all 1s;
    cursor: pointer;
}
#boxLarge img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#containerSecundario{
    width: 100%;
    margin: auto;
    height: 100%;
    display: flex;
}
#contentImagenes{
    margin: 10px 10px;
    display: none;
}
#box{
    position: relative;
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    height: 190px;
    overflow-y: scroll;
}
#box figure{
    position: relative;
    transition: all 1s;
    cursor: pointer;
}
#box figure:hover:before{
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.286);
    width: 10%;
    height: 10%;
    border-radius: 10px;
}
#box img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 4px, 4px 4px rgba(0, 0, 0, 0.25);
}

 @media (max-width: 530px) {
    #tools{
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    }
 }
#tools::-webkit-scrollbar {
  display: none;               /* Chrome, Safari, Edge moderno */
}
#back{
    width: 40px;
}
  
#back button{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
}
#info a{
    margin-top: 3px;
    margin-left: 10px;
    border-radius: 15px;
}
#thumbnails a{
    margin-top: 3px;
    margin-left: 8px;
    border-radius: 15px;
}
#measurement a{
    margin-top: 3px;
    margin-left: 8px;
    border-radius: 15px;
}
#measurement2 a{
    margin-top: 3px;
    margin-left: 8px;
    border-radius: 15px;
}
#measurement3 a{
    margin-top: 3px;
    margin-left: 8px;
    border-radius: 15px;
}
#zoom a{
    margin-top: 3px;
    margin-left: 8px;
    border-radius: 15px;
}
#negative a{
    margin-top: 3px;
    margin-left: 8px;
    border-radius: 15px;
}
#mediciones a{
    margin-top: 3px;
    margin-left: 8px;
}
#contrastShine a{
    margin-top: 3px;
    margin-left: 14px;
}
#prevImage a{
    margin-top: 12px;
    margin-left: 12px;
    cursor: pointer;
}
#nextImage a{
    margin-top: 12px;
    margin-left: 12px;
    cursor: pointer;
}
#originalBtn a{
    margin-top: 10px;
    margin-left: 12px;
    cursor: pointer;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:300,700);

.circles { 
	
	text-align: center;
	position: relative;
}

.circles p {
	font-size: 240px;
	color: #fff;
	padding-top: 60px;
	position: relative;
  z-index: 9;
  line-height: 100%;
}

.circles p small { 
  font-size: 40px; 
  line-height: 100%; 
  vertical-align: top;   
}

.circles .circle.small {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: #48A9E6;
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 50%;
	animation: 7s smallmove infinite cubic-bezier(1,.22,.71,.98);	
	-webkit-animation: 7s smallmove infinite cubic-bezier(1,.22,.71,.98);
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}

.circles .circle.med {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #48A9E6;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 10%;
	animation: 7s medmove infinite cubic-bezier(.32,.04,.15,.75);	
	-webkit-animation: 7s medmove infinite cubic-bezier(.32,.04,.15,.75);
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

.circles .circle.big {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: #48A9E6;
	position: absolute;
	z-index: 1;
	top: 200px;
	right: 0;
	animation: 8s bigmove infinite;	
	-webkit-animation: 8s bigmove infinite;
	animation-delay: 3s;
	-webkit-animation-delay: 1s;
}

@-webkit-keyframes smallmove {
	0% { top: 10px; left: 45%; opacity: 1; }
	25% { top: 300px; left: 40%; opacity:0.7; }
	50% { top: 240px; left: 55%; opacity:0.4; }
	75% { top: 100px; left: 40%;  opacity:0.6; }
	100% { top: 10px; left: 45%; opacity: 1; }
}
@keyframes smallmove {
	0% { top: 10px; left: 45%; opacity: 1; }
	25% { top: 300px; left: 40%; opacity:0.7; }
	50% { top: 240px; left: 55%; opacity:0.4; }
	75% { top: 100px; left: 40%;  opacity:0.6; }
	100% { top: 10px; left: 45%; opacity: 1; }
}

@-webkit-keyframes medmove {
	0% { top: 0px; left: 20%; opacity: 1; }
	25% { top: 300px; left: 80%; opacity:0.7; }
	50% { top: 240px; left: 55%; opacity:0.4; }
	75% { top: 100px; left: 40%;  opacity:0.6; }
	100% { top: 0px; left: 20%; opacity: 1; }
}

@keyframes medmove {
	0% { top: 0px; left: 20%; opacity: 1; }
	25% { top: 300px; left: 80%; opacity:0.7; }
	50% { top: 240px; left: 55%; opacity:0.4; }
	75% { top: 100px; left: 40%;  opacity:0.6; }
	100% { top: 0px; left: 20%; opacity: 1; }
}

@-webkit-keyframes bigmove {
	0% { top: 0px; right: 4%; opacity: 0.5; }
	25% { top: 100px; right: 40%; opacity:0.4; }
	50% { top: 240px; right: 45%; opacity:0.8; }
	75% { top: 100px; right: 35%;  opacity:0.6; }
	100% { top: 0px; right: 4%; opacity: 0.5; }
}
@keyframes bigmove {
	0% { top: 0px; right: 4%; opacity: 0.5; }
	25% { top: 100px; right: 40%; opacity:0.4; }
	50% { top: 240px; right: 45%; opacity:0.8; }
	75% { top: 100px; right: 35%;  opacity:0.6; }
	100% { top: 0px; right: 4%; opacity: 0.5; }
}

#loader{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ring{
    width: 200px;
    height: 200px;
    border: 0px solid black;
    border-radius: 50%;
    position: absolute;
}
.ring:nth-child(1){
    border-bottom-width: 8px;
    border-color: rgb(255, 0, 255);
    animation: rotate1 2s linear infinite;
}

.ring:nth-child(2){
    border-right-width: 8px;
    border-color: rgb(0, 247, 255);
    animation: rotate2 2s linear infinite;
}
.ring:nth-child(3){
    border-top-width: 8px;
    border-color: rgb(0, 255, 13);
    animation: rotate3 2s linear infinite;
}

@keyframes rotate1{
    0%{
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100%{
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate2{
    0%{
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100%{
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate3{
    0%{
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100%{
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.loading{
    color:white;
}

#btnReport {
    margin-left: 0px;
    border-radius: 10px;
}
#btnReport:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

#btnReportStop {
    margin-left: 8px;
    border-radius: 10px;
}
#btnReportStop:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  }

#wave-container {
    margin-left: 1px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: 10px;
    opacity: 0;
    transition: display 0.3s, opacity 0.3s;
  }
.wave {
    width: 2px;
    height: 5px;
    background-color: #4CAF50;
    border-radius: 5px;
    animation: wave 1s infinite ease-in-out;
  }
.wave:nth-child(1) {
    animation-delay: 0s;
  }
.wave:nth-child(2) {
    animation-delay: 0.2s;
  }
.wave:nth-child(3) {
    animation-delay: 0.4s;
  }

@keyframes wave {
    0%, 100% {
      height: 20px;
      opacity: 0.6;
    }
    50% {
      height: 50px;
      opacity: 1;
    }
  }
#btnReportText {
    margin-left: 4px;
    border-radius: 10px;
    background-color: DodgerBlue;
}
#btnReportText:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  }
#usuario {
    margin-left: 0px;
}
#divReporte {
    position: fixed;
    width: 100%;
    top:60px;
    border-radius: 0px;
    background: #f0f0f0;
}

#editor-container {
    flex-grow: 1;
    max-height: 180px;
    overflow-y: scroll;
}
#savereportBtn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  }
#checksavereportBtn {
    border-radius: 100%;
  }

#estilo {
    color: black;
    font-family:verdana;
    text-align: justify;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 0px;
    line-height: 100%;
  }

#reportPage {
    height: 11in;
  }
  @page {
    size: 8.5in 11in;
  }