/*        ---------------------   MAIN  ---------------------------       */

html,
body {
  /* height: 100%;
  margin: 0px;
  margin-bottom: 15px; */
  background-color: #f3f6f9;

  /* background-color: #dae3ed; */
}

.boton-circular {
  background-color: #f3f6f9;
  border-radius: 50%;
  /* width: 64px; */
  
}

.panel {
  margin-top: 25px;
}

.btn-atras {
  background-color: #ffffff;
  border-color: #eaecef;
  border-width: 2px;
  border-radius: 10%;
  font-family: "sfpromedium";
  color: #535863;
}

.btn-atras:hover {
  background-color: #fcfcfc;
}

.divider {
  margin-bottom: 25px;
  margin-top: 25px;
}
/* 
#header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.navbar {
  margin-bottom: 50px !important;
} */

/*        ---------------------  TABLA ---------------------------       */

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 3px !important;
}

thead tr th {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  white-space: nowrap;
}

/*        ---------------------  NAVBAR TOP ---------------------------       */

.hgroup {
  float: left;
  margin: 2px 2px 2px 10px;
}

.nav-img-perfil {
  border-radius: 50%;
  width: 34px;
}

.navbar {
  background-color: white;
  height: 100px;
  z-index: 1;
  padding: 0;
}
.navbar > li {
  float: none;
  display: inline-block;
}

.navimg {
  width: 15%;
  margin-left: 10px;
}

.img-container {
  width: 20px;
  height: 20px;
  overflow: hidden;
}
/* .img-container img{
    width:100%;
    height:100%
  } */

.navdecoin {
  font-size: 45px;
}
.links_menu {
  color: black;
  text-decoration: none;
}

.nav-title strong {
  font-family: "sfpromedium";
  font-size: 45px;
}
.nav-title-supply strong {
  font-family: "sfpromedium";
  font-size: 30px;
}
.nav-title-encuesta strong {
  font-family: "sfpromedium";
  font-size: 15px;
}
.nav-title-supply:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(#00000065);
}

.nav-title a {
  text-decoration: none;
  color: #000000;
}

.content-dash{
  max-height: 200px !important;
}

aside {
  position: absolute;
  width: 300px;
  height: 100%;
  background: #383838;
  left: -300px;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 70px;
  transition: all 0.4s ease;
}
aside.active {
  left: 0;
}
aside a {
  display: block;
  padding: 1.2rem;
  text-decoration: none;
  font-size: 1rem;
  color: #818181;
  border-bottom: 1px solid #414141;
}

.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.toggle-bar {
  width: 38px;
  margin: 10px 0;
  position: relative;
  border-top: 6px solid #303030;
  display: block;
}
.toggle-bar::before,
.toggle-bar::after {
  content: "";
  display: block;
  background: #303030;
  height: 6px;
  width: 38px;
  position: absolute;
  top: -16px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform-origin: 13%;
  -webkit-transform-origin: 13%;
  transform-origin: 13%;
}
.toggle-bar::after {
  top: 4px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*        ---------------------   FONTS  ---------------------------       */

@font-face {
  font-family: sfpromedium;
  src: url(../fonts/sfpro/SFPRODISPLAYMEDIUM.OTF) format("truetype");
}

@font-face {
  font-family: sfproregular;
  src: url(../fonts/sfpro/SFPRODISPLAYREGULAR.OTF) format("truetype");
}

@font-face {
  font-family: sfproultrali;
  src: url(../fonts/sfpro/SFPRODISPLAYULTRALIGHTITALIC.OTF) format("truetype");
}

@font-face {
  font-family: sfprobold;
  src: url(../fonts/sfpro/SFPRODISPLAYBOLD.OTF) format("truetype");
}

@font-face {
  font-family: sfprothin;
  src: url(../fonts/sfpro/SFPRODISPLAYLIGHTITALIC.OTF) format("truetype");
}

.sfpromedium {
  font-family: "sfpromedium";
}
.sfproultrali {
  font-family: "sfproultrali";
}
.sfprothin {
  font-family: "sfprothin";
}
.sfproregular {
  font-family: "sfproregular";
}
.sfprobold {
  font-family: "sfprobold";
}

/*


 /*        ---------------------  MAIN SIMULADOR  ---------------------------       */

.main-titulo strong {
  font-family: "sfpromedium";
  font-size: 30px;
}

.input-search {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #cacaca;
  padding: 0 4px 0 4px;
}

.panel-img {
  margin-left: 50px;
  display: block;
  margin-top: 180px;
}

.panel-img img {
  width: 50%;
}

.panel-imgnew {
  display: block;
  margin-top: 25px;
}

.panel-imgnew img {
  width: 150px;
  height: 150px;
}

#circulo {
  height: 10px;
  width: 10px;
  background: #f1a3c7;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-top: 25px;
  font-family: "sfpromedium";
}

#circulo p {
  font-size: 12px;
  margin-bottom: 50px;
}

#cardlinea {
  border-radius: 20%;
  margin-top: 20px;
}

.card-dashboard-ind {
  border-radius: 15px;
  
}

.card-dashboard-ind.pp-compra strong {
  font-family: "sfpromedium";
  font-size: 30px;
}

.card-dashboard-ind.pp-compra small {
  font-family: "sfpromedium";
  font-size: 13px;
  color: gray;
}

.card-dashboard-ind.pp-compra label {
  font-family: "sfpromedium";
  font-size: 18px;
  color: rgb(110 110 115);
}

.card-dashboard-ind.buyer {
  border-style: solid;
  border-width: 0.5px;
  border-color: #ecedf0;
}

.card-dashboard-ind.buyergeneral {
  border-style: solid;
  border-width: 2px;
  border-color: #ecedf0;
}


.card-dashboard-ind.buyer small {
  font-family: "sfpromedium";
  font-size: 15px;
  color: #666565;
}

.card-dashboard-ind.buyergeneral strong {
  font-family: "sfpromedium";
  font-size: 45px;
}

.card-dashboard-ind.buyer label {
  font-family: "sfpromedium";
  font-size: 15px;
  color: #8f8fa4;
}

.hr-vertical-verde {
  border: none;
  border-left: 2px solid #81cab0;
  /* height: 5vh; */
  width: 1px;
}

.loader-tracking {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("https://www.ign.gob.ar/geodesiaapp/ntrip-registro/img/loader.gif")
    50% 50% no-repeat rgb(249, 249, 249);
  opacity: 0.9;
}

.img-dash-more {
  border-style: solid;
  border-radius: 10px;
  border-width: 0.1px;
  border-color: #cccccc;
}

#materiales {
  font-family: "sfpromedium";
  font-size: 12px;
  color: rgb(172, 172, 172);
  margin-left: 20px;
}

#nombre-linea {
  font-family: "sfpromedium";
  font-size: 15px;
  margin-left: 20px;
}

#nombre-linea a {
  color: black;
  text-decoration: none;
}

#img-linea img {
  /* margin-top: 40px;
  margin-left: 60px; */
  width: 15%;
}

#main-content {
  margin-top: 20px;
}

.card {
  border: none;
}

.nac {
  background-color: #2e437c5e;
  border-radius: 15px;
  border-color: #2e437c5e;
  border-width: 10px;
  border-style: solid;
}

.linea-resumen {
  background-color: #ffffff;
  border-radius: 30px;
  margin-top: 30px;
}

.linea-resumen .title {
  font-family: "sfpromedium";
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.linea-resumen .title p {
  font-family: "sfpromedium";
  color: #a1a5ae;
  font-size: 14px;
  /* margin-bottom: 20px; */
  margin-left: 20px;
}

.linea-resumen .dinero {
  font-family: "sfprothin";
  font-size: 14px;
  /* margin-left: 20px; */
}

.linea-resumen .mini {
  font-family: "sfpromedium";
  font-size: 45px;
  margin-left: 20px;
  font-weight: bold;
}
.linea-resumen .presupuesto {
  font-family: "sfpromedium";
  font-size: 25px;
  margin-left: 20px;
  font-weight: bold;
}

.linea-resumen .mini strong {
  font-family: "sfpromedium";
  font-size: 45px;
  margin-left: 20px;
  font-weight: bold;
}

.linea-resumen .dinero strong {
  font-family: "sfpromedium";
  font-size: 45px;
  margin-left: 20px;
}

.btn_principal {
  border-radius: 15px;
  /* background-color: #ffc122; */
  /* color: white; */
  margin-top: 10px;
  margin-bottom: 18px;
}

.btn_principal strong {
  font-family: "sfproregular";
  font-size: 15px;
}

.botones {
  margin-left: 20px;
}

/* .btn_principal p{
  font-family: 'sfproregular';
  font-size: 20px;
  text-align: center;
  color: tomato;
} */

/* .btn_principal button{
  font-family: 'sfproregular';
  font-size: 20px;
  text-align: center;
  color: black;
} */

.table-condensede > thead > tr > th,
.table-condensede > tbody > tr > th,
.table-condensede > tfoot > tr > th,
.table-condensede > thead > tr > td,
.table-condensede > tbody > tr > td,
.table-condensede > tfoot > tr > td {
  padding: 3px !important;
}

.table {
  font-size: 80% !important;
}

thead tr th {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  white-space: nowrap;
}

.table-responsive {
  overflow: scroll;
}

.left {
  margin-left: 20px;
}

.circulonivel {
  height: 50px;
  width: 50px;
  display: table-cell;
  vertical-align: middle;
  /* -moz-border-radius:50px;
  -webkit-border-radius:50px; */
  border-radius: 80px;
  margin-bottom: 15px;
  margin-right: 80px;
  border: solid 1px rgb(0, 0, 0);
  text-align: center;
  font-family: "sfpromedium";
  font-size: 15px;
}

.circulonivel strong {
  text-align: center;
  font-family: "sfpromedium";
  font-size: 12px;
  margin-right: 25px;
}

.panel-admin {
  /* background-color: #edeef7; */
  background-color: #ffebeb;
  border-radius: 15px;
}

.panel-admin .info {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "sfproregular";
}

.title .admin {
  font-family: "sfprobold";
  /* color: #eb9595;
  background-color: #eb9595; */
}

.title a {
  font-family: "sfprobold";
  color: black;
  text-decoration: none;
}

.title a:hover {
  font-family: "sfprobold";
  color: rgb(131, 15, 15);
  text-decoration: none;
}

.title a:visited {
  color: red;
  background-color: blue;
}

/* .simul{
  background-color: rgba(206, 206, 206, 0.212);
 border-radius: 20%;

} */

.nostyle {
  text-decoration: none;
  color: black;
}
.verticalLine {
  width: 1px;
  height: 100%;
  float: left;
  border: 2px ridge silver;
  border-radius: 2px;
}

.card-img-top {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3%;
}

.buscador {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fecha-llegada {
  margin-left: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-family: "sfproregular";
}

.card-info-linea strong {
  font-family: "sfproregular";
  font-size: 35px;
  margin-left: 20px;
}

.card-info-linea-monetario strong {
  font-family: "sfproregular";
  font-size: 15px;
  margin-left: 20px;
}

.card-info-linea-monetario p {
  font-family: "sfproregular";
  font-size: 15px;
  margin-left: 20px;
  color: #00000065;
}

.card-info-linea-monetario {
  border-radius: 13px;
}

.card-info-compra strong {
  font-family: "sfproregular";
  font-size: 25px;
  /* margin-left: 20px; */
}

.card-info-compra small {
  font-family: "sfproregular";
  font-size: 15px;
  color: gray;
  /* margin-left: 20px; */
}

.card-info-linea p {
  font-family: "sfproregular";
  font-size: 15px;
  margin-left: 20px;
  color: #00000065;
}

.card-info-precios p {
  font-family: "sfproregular";
  font-size: 13px;
  margin-left: 20px;
  color: #00000065;
}

.circulo-info {
  background-color: #e5fbec;
  height: 40px;
  width: 40px;
  /* -moz-border-radius:50px;
  -webkit-border-radius:50px; */
  border-radius: 50px;

  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.circulo-info strong {
  font-family: "sfproregular";
  font-size: 35px;
}
.circulo-info p {
  font-family: "sfproregular";
  font-size: 25px;
}

.circulo-info-transitos {
  background-color: #e5fbec;
  height: 20px;
  width: 20px;
  /* -moz-border-radius:50px;
  -webkit-border-radius:50px; */
  border-radius: 50px;

  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.card-main-linea {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 50px;
}

.card-main-precios {
  margin-top: 10px;
  /* margin-left: 20px; */
}

.card-info-linea {
  border-radius: 13px;
}

.main-titulo .titulo-lineas {
  margin-bottom: 1px;
}

.main-detalle {
  text-align: center;
  height: 10px;
  width: 10px;
  border-radius: 90px;
  /* text-align: center; */
  /* display: table-cell; */
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 50px;
}

.main-detalle strong {
  font-family: "sfproregular";
  font-size: 15px;
  margin-left: 20px;
  color: #000000;
}

.titulo-linea-activa {
  margin-top: 45px;
}

.titulo-linea-activa strong {
  font-family: "sfpromedium";
  text-align: center;
  font-size: 35px;
}

.titulo-linea-activa-fap {
  margin-top: 20px;
}

.titulo-linea-activa-fap strong {
  font-family: "sfpromedium";
  text-align: center;
  font-size: 15px;
}

.rectangulo {
  width: 10px;
  height: 28px;
  border-radius: 25%;
}

.pequeña-desc {
  font-family: "sfproregular";
}

.title-graph {
  font-family: "sfpromedium";
  font-size: 15px;
  margin-left: 25px;
  margin-top: 20px;
}

.perfil-mod {
  font-family: "sfproregular";
}

/* --------------------- SIDEBAR ----------------------*/

.sidr {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidr a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidr a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}

.sidr .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
}
.sidr .sidr-widgets {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
.sidr ul li {
  display: block;
  margin: 0;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
}
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  color: #fff;
}
.sidr ul li a,
.sidr ul li span {
  display: block;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  text-transform: capitalize;
  line-height: normal;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.hide-dl-submenu > li {
  display: none;
}

.alerta-transito .title strong {
  font-family: "sfpromedium";
  text-align: center;
  font-size: 18px;
}
.alerta-transito small {
  font-family: "sfpromedium";
  text-align: center;
  font-size: 16px;
}

.todas_lineas .title {
  font-family: "sfpromedium";
  font-size: 15px;
  margin-bottom: 20px;
}

.todas_lineas .title small {
  font-family: "sfpromedium";
  /* font-size: 15px; */
  color: gray;
}

.todas_lineas .contenido {
  font-family: "sfpromedium";
}

.todas_lineas .contenido small {
  font-family: "sfpromedium";
  color: gray;
}

/* LOADER */

.loader {
  position: relative;
  width: 64px;
  height: 60px;
}
.loader::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 64px;
  height: 32px;
  border-radius: 0 0 50px 50px;
  animation: move 0.5s linear infinite alternate;
}
.loader::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background: #ff3d00;
  width: 24px;
  height: 24px;
  transform: translateX(-50%) rotate(0deg);
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes move {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

/* PERFIL */
.imagen-perfil {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: rgb(226, 174, 236);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3%;
  /* border-style: solid;
  border-color: #000000;
  border-width: thin; */
}

.imagen-dash-compra {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgb(226, 174, 236);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3%;
  /* border-style: solid;
  border-color: #000000;
  border-width: thin; */
}

.imagen-perfil-nav {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgb(226, 174, 236);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3%;
  color: white;
  /* border-style: solid;
  border-color: #000000;
  border-width: medium ; */
}

.card-perfil-title strong {
  font-size: 25px;
}

.card-info-perfil {
  border-radius: 13px;
}

.card-info-perfil strong {
  font-family: "sfproregular";
  font-size: 30px;
}
.card-perfil-title small {
  color: #70767c;
}

#a {
  background-color: gray;
  color: black;
}

.imgcssperfil {
  background-color: gray;
}

.login-title strong {
  font-family: "sfproregular";
  font-size: 30px;
}

.heart {
  background-image: url(/dc/public/img/funcion/web_heart_animation.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 1450px;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
}
.heart:hover {
  background-position: right;
}

@-webkit-keyframes heartTransition {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

@keyframes heartTransition {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

.heart_animate {
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: heartTransition;
  -webkit-animation-timing-function: steps(28);
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-iteration-count: infinite;
  animation-name: heartTransition;
  animation-timing-function: steps(28);
  background-position: right;
}
.globaldiv {
  border: 1px #ccc solid;
  width: 200px;
  height: 200px;
}

.porcentaje_resumen {
  font-size: 12px;
}

.navbar_img:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(#00000065);
}

.card2:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(#00000065);
}

.card2:hover .overlay {
  transform: scale(4) translateZ(0);
}

.card2:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
    0 15px 24px var(--box-shadow-color);
}

.overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(#a1a5ae);
  top: 70px;
  left: 50px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

hrv {
  border: none;
  border-left: 1px solid hsla(200, 10%, 50%, 100);
  height: 100vh;
  width: 1px;
}


