/*--------------------------------------------

    Template Name: srtdash - Bootstrap 4 Admin and Ui Kit
    Template URI: http://tf.itech-theme.com/srtdash-preview
    Description: This is Bootstrap 4 Admin Template and Ui Kit
    Author: cdibrandstudio
    Author https://themeforest.net/user/cdibrandstudio
    Version: 1.0

----------------------------------------------

    CSS INDEX
    ===================


-----------------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  background: #000;
  color:rgba(255,255,255,.2);
  font:600 16px/18px 'Open Sans',sans-serif;
  cursor: pointer;
  overflow: hidden;
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:white;text-decoration:none}

.login-staff{
  width:100%;
  position:absolute;
  left:0;
  right:0;
  margin-top:12%;
  margin-left: auto;
  margin-right: auto;
  max-width:560px;
  padding-bottom: 1%;
  max-height:480px;
  background:rgba(87, 93, 94,.50);
  border-radius: 6px;
  box-shadow:0 12px 25px 10px rgba(0,0,0,.24),0 24px 50px 0 rgba(0,0,0,.19);
  z-index:1;
  overflow-y: scroll;
  scrollbar-width: none; /*Ocultar scrollbar Firefox*/
}
/* Ocultar scrollbar Webkit(Chrome, safari...)*/
.login-staff::-webkit-scrollbar{
  width: 0;
  height: 0;
}
.login-staff .group button{
  border: solid white 1px;
  cursor: pointer;
  margin-bottom: 4px;
  margin-left: 1%;
  width:98%;
  color:#FFF;
  display:block;
  border-radius:15px;
  background:rgb(134,26,34);
}
.login-staff h2{
  color:#FFF;
  text-align: center;
}
.login-staff .group >div:hover>button {
    color: #fff;
    background:rgba(134,26,34,.7);
}
.login-staff .group div:hover>button {
    color: #fff;
}

.login-wrap{
  width:100%;
  position:absolute;
  left:0;
  right:0;
  margin-top:14%;
  margin-left: auto;
  margin-right: auto;
  max-width:300px;
  min-height:350px;
  background:rgba(87, 93, 94,.50);
  box-shadow:0 12px 25px 10px rgba(0,0,0,.24),0 24px 50px 0 rgba(0,0,0,.19);
  z-index:1;
}

@media (min-width: 2560px)
{
  .login-wrap{
    width:100%;
    position:absolute;
    left:0;
    right:0;
    margin-top:18%;
    margin-left: auto;
    margin-right: auto;
    max-width:560px;
    min-height:460px;
    background:rgba(87, 93, 94,.50);
    box-shadow:0 12px 25px 10px rgba(0,0,0,.24),0 24px 50px 0 rgba(0,0,0,.19);
    z-index:1;
  }

  .login-form .group input{
    margin-bottom: 60px;
    height: 50px;
  }
}


@media (min-width: 1920px) and (max-width: 2560px)
{
  .login-wrap{
    width:100%;
    position:absolute;
    left:0;
    right:0;
    margin-top:14%;
    margin-left: auto;
    margin-right: auto;
    max-width:320px;
    min-height:360px;
    background:rgba(87, 93, 94,.50);
    box-shadow:0 12px 25px 10px rgba(0,0,0,.24),0 24px 50px 0 rgba(0,0,0,.19);
    z-index:1;
  }
}

@media (min-width: 768px) and (max-width: 1024px)
{
  .login-wrap{
    width:100%;
    position:absolute;
    left:0;
    right:0;
    margin-top:42%;
    margin-left: auto;
    margin-right: auto;
    max-width:300px;
    min-height:350px;
    background:rgba(87, 93, 94,.50);
    box-shadow:0 12px 25px 10px rgba(0,0,0,.24),0 24px 50px 0 rgba(0,0,0,.19);
    z-index:1;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape)
{
  .login-wrap{
    width:100%;
    position:absolute;
    left:0;
    right:0;
    margin-top:20%;
    margin-left: auto;
    margin-right: auto;
    max-width:300px;
    min-height:350px;
    background:rgba(87, 93, 94,.50);
    box-shadow:0 12px 25px 10px rgba(0,0,0,.24),0 24px 50px 0 rgba(0,0,0,.19);
    z-index:1;
  }
}

@media (min-width: 481px) and (max-width: 767px)
{
  .login-wrap{
    width:100%;
    position:absolute;
    left:0;
    right:0;
    margin-top:30%;
    margin-left: auto;
    margin-right: auto;
    max-width:300px;
    min-height:350px;
    background:rgba(87, 93, 94,.50);
    box-shadow:0 12px 25px 10px rgba(0,0,0,.24),0 24px 50px 0 rgba(0,0,0,.19);
    z-index:1;
  }
}

@media (min-width: 0px) and (max-width: 480px)
{
  .login-wrap{
    width:100%;
    position:absolute;
    left:0;
    right:0;
    margin-top:55%;
    margin-left: auto;
    margin-right: auto;
    max-width:230px;
    min-height:300px;
    background:rgba(87, 93, 94,.50);
    box-shadow:0 12px 25px 10px rgba(0,0,0,.24),0 24px 50px 0 rgba(0,0,0,.19);
    z-index:1;
  }

  .login-html .tab{
    font-size:17px !important;
  }

  .login-form .group input{
    padding:10px 15px !important;
    border-radius:20px !important;
    margin-bottom: 10px !important;
  }

  .login-form .group .button{
    margin-top: 15px !important;
  }

  .login-form .group label{
    font-size:10px !important;
  }

  .login-html {
    padding: 30px 20px 10px 20px !important;
  }
}

@media (min-width: 0px) and (max-width: 1024px) and (max-height: 767px) and (orientation: landscape)
{
  .login-wrap
  {
    display: none;
  }
}

.logo{
  width: 55%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.login-html{
  width:100%;
  height:100%;
  position:absolute;
  padding:40px 30px 10px 30px;
}

.login-html .sign-in-htm{
  top:0;
  left:0;
  right:0;
  bottom:0;
  position:absolute;
}

.login-html .sign-in {
  display:none;
}

.login-html .tab,
.login-form .group label,
.login-form .group .button{
  text-transform: uppercase;
}

.login-html .tab{
  font-size:22px;
  margin-right:15px;
  padding-bottom:5px;
  margin:0 15px 10px 0;
  display:inline-block;
  border-bottom:2px solid transparent;
}

.login-html .sign-in:checked + .tab{
  color:#fff;
  border-color: #861A22;
}

.login-form{
  min-height:345px;
  position:relative;
  transform-style:preserve-3d;
}

.login-form .group{
  margin-bottom:15px;
}

.login-form .group label,
.login-form .group input,
.login-form .group .button{
  width:100%;
  color:#fff;
  display:block;
}

.login-form .group .button{
  cursor:pointer;
  margin-top: 30px;
}

.login-form .group input,
.login-form .group .button{
  border:none;
  padding:15px 20px;
  border-radius:25px;
  background:rgba(255,255,255,.2);
}

.login-form .group label{
  color:#aaa;
  text-align: center;
  font-size:12px;
}

.login-form .group input{
  margin-bottom:15px;
}

.login-form .group .button{
  background-color: #861A22;
}

.error {
  text-align:center;
  color:rgba(255,255,255,.5);
}

/* TIERRA, NOMBRES Y PARTICULAS  */
#globe {
  /*cursor: move;*/
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
/*  background-color: white;*/
}
#current {
  position: absolute;
  color: white;
  font-family: sans-serif;
  margin-left: 3%;
  margin-top: 3%;
}

#particles-js{
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}

/****************************/

/* IMAGEN DE LOCALIZACIÓN */
.hexa, .hexa div {
  transform-origin: 50% 50%;
  overflow: hidden;
}
.hexa {
  position: absolute;
  width: 250px;
  height: 0px;
  -webkit-transition: height 1s;
  transition: height 1s;
}
.hexa div {
  width: 100%;
  height: 100%;
}
.hexa {
  transform: rotate(120deg);
}
.hex1 {
  transform: rotate(-60deg);
}
.hex2 {
  transform: rotate(-60deg);
}
.hexa img {
  position: relative;
  left: 10px;
}

.imgLoc {
  top: -30px;
}
/****************************/


/* MARCADOR DE LOCALIZACIÓN */
.pin {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 50% 0;
  background: #FFFFFF;
  position: absolute;
  transform: rotate(-45deg);
  margin: -24px 0 0 -10px;
}
.pin:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: 6px 0 0 6px;
  background: #575D5E;
  position: absolute;
  border-radius: 50%;
}
.bounce {
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1.2s;
}

.pulse {
  cursor: pointer;
  background: #575D5E;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  position: absolute;
  margin: 0px 0px 0px -3px;
  transform: rotateX(55deg);
}
.pulse:after {
  content: "";
  border-radius: 50%;
  height: 24px;
  width: 24px;
  position: absolute;
  margin: -9px 0 0 -9px;
  animation: pulsate 1.4s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  box-shadow: 0 0 1px 2px #FFFFFF;
  animation-delay: 1.1s;
}

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
/****************************/
