:root {
  --main-bg-color: #009d63;
  --main-text-color: #009d63;
  --bluez-text-color: #1793dd;
  --bluesis-bg-color: #034782;
  --amaril-text-color: #bae10c;
  --redlater-text-color: #fa4626;
  --lleyow-text-color: #b05cb8;
  --amanecer-text-color: #15765231;
  --second-text-color: #1d0345;
  --bluex-bg-color: #cfe2ff;
  --bluez-bg-color: #1793dd;
  --amaril-bg-color: #bae10c;
  --zfox-bg-color: #289599;
  --redlater-bg-color: #fa4626;
  --lleyow-bg-color: #b05cb8;
  --otrodia-bg-color: #4edaa782;
  --amanecer-bg-color: #15765231;
  --llanero-bg-color: #fd7e14;
  --coloriconorinfo-bg-color: #008080;
  --diagris-bg-color: #6a737b;
}

.fusionpro {
  background: rgba(40, 167, 69, 1);
  background: -moz-linear-gradient(left,
      rgba(40, 167, 69, 1) 0%,
      rgba(40, 167, 69, 1) 0%,
      rgba(39, 167, 74, 0.93) 4%,
      rgba(23, 162, 184, 0.93) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(40, 167, 69, 1)),
      color-stop(0%, rgba(40, 167, 69, 1)),
      color-stop(4%, rgba(39, 167, 74, 0.93)),
      color-stop(100%, rgba(23, 162, 184, 0.93)));
  background: -webkit-linear-gradient(left,
      rgba(40, 167, 69, 1) 0%,
      rgba(40, 167, 69, 1) 0%,
      rgba(39, 167, 74, 0.93) 4%,
      rgba(23, 162, 184, 0.93) 100%);
  background: -o-linear-gradient(left,
      rgba(40, 167, 69, 1) 0%,
      rgba(40, 167, 69, 1) 0%,
      rgba(39, 167, 74, 0.93) 4%,
      rgba(23, 162, 184, 0.93) 100%);
  background: -ms-linear-gradient(left,
      rgba(40, 167, 69, 1) 0%,
      rgba(40, 167, 69, 1) 0%,
      rgba(39, 167, 74, 0.93) 4%,
      rgba(23, 162, 184, 0.93) 100%);
  background: linear-gradient(to right,
      rgba(40, 167, 69, 1) 0%,
      rgba(40, 167, 69, 1) 0%,
      rgba(39, 167, 74, 0.93) 4%,
      rgba(23, 162, 184, 0.93) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28a745', endColorstr='#17a2b8', GradientType=1);
  color: #fff;
}

.amanecergris {
  background: linear-gradient(top, #90abb8, white);
  background: -webkit-linear-gradient(top, #90abb8, white);
  background: -moz-linear-gradient(top, #90abb8, white);
  background: -o-linear-gradient(top, #90abb8, white);
  background: -ms-linear-gradient(top, #90abb8, white);
}

.amanecerfooter {
  background: linear-gradient(top, white, white);
  background: -webkit-linear-gradient(top, white, white);
  background: -moz-linear-gradient(top, white, white);
  background: -o-linear-gradient(top, white, white);
  background: -ms-linear-gradient(top, white, white);
}

.text-amber {
  color: #e49e43;
}

.fusionorang {
  background: rgba(167, 11, 11, 1);
  background: -moz-linear-gradient(left,
      rgba(219, 119, 25) 0%,
      rgba(219, 119, 25) 0%,
      rgba(219, 119, 25, 0.93) 4%,
      rgba(100, 10, 10, 0.93) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(219, 167, 69, 1)),
      color-stop(0%, rgba(219, 167, 69, 1)),
      color-stop(4%, rgba(219, 119, 25, 0.93)),
      color-stop(100%, rgba(100, 10, 10, 0.93)));
  background: -webkit-linear-gradient(left,
      rgba(219, 167, 69, 1) 0%,
      rgba(219, 167, 69, 1) 0%,
      rgba(219, 119, 25, 0.93) 4%,
      rgba(100, 10, 10, 0.93) 100%);
  background: -o-linear-gradient(left,
      rgba(219, 167, 69, 1) 0%,
      rgba(219, 167, 69, 1) 0%,
      rgba(219, 119, 25, 0.93) 4%,
      rgba(100, 10, 10, 0.93) 100%);
  background: -ms-linear-gradient(left,
      rgba(219, 167, 69, 1) 0%,
      rgba(219, 167, 69, 1) 0%,
      rgba(219, 119, 25, 0.93) 4%,
      rgba(100, 10, 10, 0.93) 100%);
  background: linear-gradient(to right,
      rgba(219, 167, 69, 1) 0%,
      rgba(219, 167, 69, 1) 0%,
      rgba(219, 119, 25, 0.93) 4%,
      rgba(100, 10, 10, 0.93) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f0222', endColorstr='#84a896', GradientType=1);
  /* color: #fff; */
}

.fusionred {
  background: rgba(167, 11, 11, 1);
  background: -moz-linear-gradient(left,
      rgba(167, 11, 25) 0%,
      rgba(167, 11, 25) 0%,
      rgba(167, 11, 25, 0.93) 4%,
      rgba(100, 10, 10, 0.93) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(173, 22, 42, 1)),
      color-stop(0%, rgba(173, 22, 42, 1)),
      color-stop(4%, rgba(173, 22, 42, 0.93)),
      color-stop(100%, rgba(100, 10, 10, 0.93)));
  background: -webkit-linear-gradient(left,
      rgb(173, 22, 42, 1) 0%,
      rgba(173, 22, 42, 1) 0%,
      rgba(167, 11, 25, 0.93) 4%,
      rgba(100, 10, 10, 0.93) 100%);
  background: -o-linear-gradient(left,
      rgba(173, 22, 42, 1) 0%,
      rgba(173, 22, 42, 1) 0%,
      rgba(167, 11, 25, 0.93) 4%,
      rgba(100, 10, 10, 0.93) 100%);
  background: -ms-linear-gradient(left,
      rgba(173, 22, 42, 1) 0%,
      rgba(173, 22, 42, 1) 0%,
      rgba(167, 11, 25, 0.93) 4%,
      rgba(100, 10, 10, 0.93) 100%);
  background: linear-gradient(to right,
      rgba(173, 22, 42, 1) 0%,
      rgba(173, 22, 42, 1) 0%,
      rgba(167, 11, 25, 0.93) 4%,
      rgba(100, 10, 10, 0.93) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f0222', endColorstr='#84a896', GradientType=1);
  color: #fff;
}

.gradianthot {
  background: #2deda6;
  background: -moz-linear-gradient(top,
      #2deda6 3%,
      #1fa57b 11%,
      #1b8e8a 19%,
      #20aa7a 25%,
      #18826c 34%,
      #2be293 45%,
      #88fcc6 56%,
      #29dbb7 73%,
      #2be2be 87%);
  background: -webkit-linear-gradient(top,
      #2deda6 3%,
      #1fa57b 11%,
      #1b8e8a 19%,
      #20aa7a 25%,
      #18826c 34%,
      #2be293 45%,
      #88fcc6 56%,
      #29dbb7 73%,
      #2be2be 87%);
  background: linear-gradient(to bottom,
      #2deda6 3%,
      #1fa57b 11%,
      #1b8e8a 19%,
      #20aa7a 25%,
      #18826c 34%,
      #2be293 45%,
      #88fcc6 56%,
      #29dbb7 73%,
      #2be2be 87%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2deda6', endColorstr='#2be2be', GradientType=0);
}

body {
  font-family: Georgia;
}

.bluex-bg {
  background-color: var(--bluex-bg-color);
}

.bluesis-bg {
  background-color: var(--bluesis-bg-color);
}

.bluez-bg {
  background-color: var(--bluez-bg-color);
}

.diagris-bg {
  background-color: var(--diagris-bg-color);
}

.info-bg {
  background-color: var(--coloriconorinfo-bg-color);
}

.amaril-bg {
  background-color: var(--amaril-bg-color);
}

.zfox-bg {
  background-color: var(--zfox-bg-color);
}

.redlater-bg {
  background-color: var(--redlater-bg-color);
}

.llanero-bg {
  background-color: var(--llanero-bg-color);
}

.lleyow-bg {
  background-color: var(--lleyow-bg-color);
}

.otrodia-bg {
  background-color: var(--otrodia-bg-color);
}

.amanecer-bg {
  background-color: var(--amanecer-bg-color);
}

.bluez-text {
  color: var(--bluez-text-color);
}

.amaril-text {
  color: var(--amaril-text-color);
}

.lleyow-text {
  color: var(--lleyow-text-color);
}

.redlater-text {
  color: var(--redlater-text-color);
}

.amanecer-text {
  color: var(--amanecer-text-color);
}

.primary-text {
  color: var(--main-text-color);
}

.second-text {
  color: var(--second-text-color);
}

.azulty {
  background: rgb(61, 117, 164);
  background: linear-gradient(90deg,
      rgba(61, 117, 164, 1) 23%,
      rgba(48, 149, 184, 0.9261904590937937) 77%);
}

.primary-bg {
  background-color: var(--main-bg-color);
}

.ggcolor {
  background: rgb(0, 123, 92);
  background: linear-gradient(90deg,
      rgba(0, 123, 92, 0.9261904590937937) 23%,
      rgba(48, 184, 127, 0.9205882181974352) 77%);
}

.secondary-bg {
  background-color: var(--second-bg-color);
}

.rounded-full {
  border-radius: 100%;
}

/* #tablas{
  overflow: scroll;
} */

#sidebar-wrapper {
  min-height: 95vh;
  /* max-height: 93vh; */
  margin-left: -15rem;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#one {
  max-height: 7vh;
  min-height: 7vh;
  max-width: 100%;
}

#scrol {
  max-height: 88vh;
  min-height: 88vh;
  max-width: 100%;
  overflow: scroll;
}

#gg {
  /* max-height: 7vh; */
  min-height: 5vh;
}

#page-content-wrapper {
  min-width: 100vw;
  /* max-width: 100%;*/
  max-height: 100%;
  min-height: 95vh;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

#menu-toggle {
  cursor: pointer;
}

.list-group-item {
  border: none;
  padding: 20px 30px;
}

.list-group-item-active {
  background-color: transparent;
  font-weight: bold;
  border: none;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }

  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
  }
}

/* ------------MENU------------ */

.imagens {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-height: 500px;
  position: absolute;
}

/* .imagen {
  border-radius: 50%;
  margin: 200px 220px;
  width: 200px;
  height: 200px;
}

.imagen image {
  width: 100%;
  transition: all .4s ease-in-out;
  height: 100%;
}
 */
#check {
  display: none;
}

#central {
  cursor: pointer;
  width: 400px;
  height: auto;
  margin: 80px 65px;
  z-index: 1;
}

#centrals {
  cursor: pointer;
  width: auto;
  height: auto;
  margin: auto;
  margin-top: 130px;
  z-index: 1;
}

.pre {
  font-family: inherit;
  font-size: 17px;
  letter-spacing: 0px;
  word-spacing: -2.4px;
  text-decoration: rgb(68, 68, 68);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

.botons {
  width: 100px;
}

.prued {
  -webkit-box-shadow: 8px 0px 0px 0px blue, 0px 8px 0px 0px red,
    -8px 0px 0px 0px #fff, 0px 0px 0px 8px #ffc107,
    18px 18px 43px 3px rgba(0, 0, 0, 0.19);
  box-shadow: 8px 0px 0px 0px blue, 0px 8px 0px 0px red, -8px 0px 0px 0px #fff,
    0px 0px 0px 8px #ffc107, 18px 18px 43px 3px rgba(0, 0, 0, 0.19);
}

.prues {
  -webkit-box-shadow: 10px 0 0 #f0f0f0, 20px 0 0 #000, 30px 0 0 #f0f0f0,
    0 10px 0 #f0f0f0, 10px 10px 0 #000, 20px 10px 0 #f0f0f0, 30px 10px 0 #000,
    0 20px 0 #000, 10px 20px 0 #f0f0f0, 20px 20px 0 #000, 30px 20px 0 #f0f0f0,
    0 30px 0 #f0f0f0, 10px 30px 0 #000, 20px 30px 0 #f0f0f0, 30px 30px 0 #000,
    18px 18px 35px 16px rgba(0, 0, 0, 0.96);
  box-shadow: 10px 0 0 #f0f0f0, 20px 0 0 #233671, 30px 0 0 #f0f0f0,
    0 10px 0 #f0f0f0, 10px 10px 0 #233671, 20px 10px 0 #f0f0f0,
    30px 10px 0 #233671, 0 20px 0 #233671, 10px 20px 0 #f0f0f0,
    20px 20px 0 #233671, 30px 20px 0 #f0f0f0, 0 30px 0 #f0f0f0,
    10px 30px 0 #233671, 20px 30px 0 #f0f0f0, 30px 30px 0 #233671,
    18px 18px 35px 16px rgba(0, 0, 0, 0.96);
}

#central img {
  background-size: 100% 100%;
  width: auto;
  transition: all 0.4s ease-in-out;
  height: auto;
}

#centrals img {
  background-size: 100% 100%;
  width: auto;
  transition: all 0.4s ease-in-out;
  height: auto;
}

@media only screen and (max-width: 360px) {
  .prue {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 360px) {
  .imagens {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 412px) {
  .prue {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (min-width: 1300px) {
  .salir {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (min-width: 1200px) {
  .salir {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 412px) {
  .imagens {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 460px) {
  .prue {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 460px) {
  .imagens {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 485px) {
  .prue {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 485px) {
  .imagens {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 700px) {
  .prue {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 700px) {
  .imagens {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 800px) {
  .prue {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 800px) {
  .imagens {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 1200px) {
  .prue {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 1200px) {
  .imagens {
    display: none;
    visibility: hidden;
  }
}

/* ----------TITULO----------- */

@media only screen and (max-width: 360px) {
  .titulofiscal {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 412px) {
  .titulofiscal {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 460px) {
  .titulofiscal {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 485px) {
  .titulofiscal {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 700px) {
  .titulofiscal {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 800px) {
  .titulofiscal {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 1200px) {
  .titulofiscal {
    display: none;
    visibility: hidden;
  }
}

.links {
  height: 60px;
  display: block;
  transition: all 0.1s ease-out;
}

.links2 {
  height: 60px;
  display: block;
  transition: all 0.1s ease-out;
}

.bton button:hover {
  color: floralwhite;
  -webkit-box-shadow: 2px 3px 11px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 3px 11px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 3px 11px 2px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.7s 0s ease;
  -moz-transition: all 0.7s 0s ease;
  -o-transition: all 0.7s 0s ease;
  transition: all 0.7s 0s ease;
  border-top: 15px #fff;
}

.labels {
  width: 60px;
  height: 60px;
}

.parrafo {
  margin-left: 80px;
  margin-top: -40px;
}

#check:checked~div #link_01 {
  transform: translate(-400px, -180px);
}

#check:checked~div #link_02 {
  transform: translate(-400px, -100px);
  transition-delay: 0.1s;
}

#check:checked~div #link_03 {
  transform: translate(-400px, -10px);
  transition-delay: 0.2s;
}

#check:checked~div #link_04 {
  transform: translate(-400px, 80px);
  transition-delay: 0.3s;
}

#check:checked~div #link_05 {
  transform: translate(-400px, 160px);
  transition-delay: 0.3s;
}

/* ------------------------------------------------------------- */

/* .lineas1 {
  content: "";
  position: absolute;
  top: 15px;
  margin-left: -5px;
  border-style: solid;
  border-color: #034782;
  width: 0;
  height: 0;
  border-width: 60px 0px 0px 120px;
  border-radius: 0px 40px 0px 0px;
}

.lineas1::after {
  content: "";
  position: absolute;
  top: -37px;
  margin-left: -38px;
  border-style: solid;
  border-color: #add8e6 #add8e6 #1793dd;
  width: 0;
  height: 0;
  border-width: 60px 20px;
  -moz-transform: rotate(18deg) skew(25deg, -51deg);
  -webkit-transform: rotate(18deg) skew(25deg, -51deg);
  -o-transform: rotate(18deg) skew(25deg, -51deg);
  -ms-transform: rotate(18deg) skew(25deg, -51deg);
  transform: rotate(18deg) skew(25deg, -51deg);

} */

/* .lineas2 {
  content: "";
  position: absolute;
  top: 95px;
  margin-left: -5px;
  border-style: solid;
  border-color: #034782 #008080 #009d63 #1793dd;
  width: 0;
  height: 0;
  border-width: 60px 0px 0px 120px;
  border-radius: 0px 40px 0px 0px;
} */

/* .lineas3 {
  content: "";
  position: absolute;
  top: 185px;
  margin-left: -5px;
  border-style: solid;
  border-color: #034782 #008080 #009d63 #1793dd;
  width: 0;
  height: 0;
  border-width: 60px 0px 0px 120px;
  border: 5px solid #1C6EA4;
border-radius: 0px 40px 40px 0px;
}

.lineas3::after {
  content: "";
  position: absolute;
  top: -35px;
  margin-left: 0px;
  border-style: solid;
  border-color: #034782 #008080 #009d63 #1793dd;
  width: 0;
  height: 0;
  border-width: 15px 20px;

} */

#check:checked~div #link_06 {
  transform: translate(250px, -180px);
}

#check:checked~div #link_07 {
  transform: translate(250px, -100px);
  transition-delay: 0.1s;
}

#check:checked~div #link_08 {
  transform: translate(250px, -10px);
  transition-delay: 0.2s;
}

#check:checked~div #link_09 {
  transform: translate(250px, 80px);
  transition-delay: 0.3s;
}

#check:checked~div #link_10 {
  transform: translate(250px, 160px);
  transition-delay: 0.4s;
}

.sombras {
  -webkit-box-shadow: 0px 0px 23px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 23px 15px rgba(0, 0, 0, 0.3);
}

.border-azul {
  border: 1px solid rgba(5, 81, 130);
}

/* Dropdown Button */
.dropbtn {
  border: none;
  cursor: pointer;
}

/* contenido que me permite la posicion del ul */
.dropdown {
  position: relative;
  display: inline-block;
}

/* ul */
.dropdown-content {
  display: none;
  position: absolute;
}

/* ul que se mantiene */
.dropdown-content a {
  text-decoration: none;
  display: block;
}

/* color de los link, opcional */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* el que permite el hover para el submenu */
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
  display: block;
}

.mtx-1 {
  margin-top: -1px;
}

.mtx-2 {
  margin-top: -2px;
}

.mtx-3 {
  margin-top: -3px;
}

.mtx-4 {
  margin-top: -4px;
}

.mtx-5 {
  margin-top: -5px;
}

.mtx-6 {
  margin-top: -6px;
}

.mtx-7 {
  margin-top: -7px;
}

.mtx-8 {
  margin-top: -8px;
}

.mtx-9 {
  margin-top: -9px;
}

.mtx-10 {
  margin-top: -10px;
}

.mtx-11 {
  margin-top: -11px;
}

.mtx-12 {
  margin-top: -12px;
}

.mtx-13 {
  margin-top: -13px;
}

.mtx-14 {
  margin-top: -14px;
}

.mtx-15 {
  margin-top: -15px;
}

.mtx-16 {
  margin-top: -16px;
}

.mtx-17 {
  margin-top: -17px;
}

.mtx-18 {
  margin-top: -18px;
}

.mtx-19 {
  margin-top: -19px;
}

.mtx-20 {
  margin-top: -20px;
}

.spinner-3 {
  width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;

  background: radial-gradient(farthest-side, #ffa516 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, #ffa516);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: s3 1s infinite linear;
  background-color: white;
}

@keyframes s3 {
  100% {
    transform: rotate(1turn);
  }
}

.texto-item {
  white-space: wrap;
}

/* error 404 */
.not-found {
  width: 560px;
  height: 225px;
  margin-right: -10px;
}

.starry-sky {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.notfound-copy {
  color: #fff;
  position: fixed;
  top: 25px;
  right: 10%;
  text-align: right;
}

.h1404 {
  font-weight: 700;
  font-size: 40px;
}

.a404 {
  font-weight: 300;
  color: #fff;
  border-bottom: 1.5px solid #5581d4;
  text-decoration: none;
}

/* change to alternating star opacities */
.all-stars {
  animation: blinkblink 7s linear infinite;
}

@keyframes blinkblink {
  50% {
    opacity: 0.1;
  }
}

.moon {}

.bg404 {
  background: #2193b0;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right,
      #6dd5ed,
      #2193b0);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right,
      #6dd5ed,
      #2193b0);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


#terminal * {
  font-family: monospace, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 1rem;
}

#terminal {
  background-color: #222;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 5px;

  & .line {
    /*     display: flex; */
    color: #ffffff;
    height: fit-content;
    width: 100%;
    gap: 0.35em;

    & input {
      width: 100%;
      outline: none;
      border: none;
      background-color: transparent;
    }
  }
}


.bg-card-azul {
  background: #2193b0;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #b6f2ff, #73e3ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #b6f2ff, #73e3ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* color: rgb(71, 143, 214); */

}

.card-azul{
  max-height: 130px;
 
}

.text-azul{
  color: #0a4779;
}

.bg-card-azul2{
  background: #667db6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.rounded-card{
  border-radius: 25px;
}

.bg-local{
  background: #00B4DB;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
}

.bg-web{
  background: #56ab2f;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #a8e063, #56ab2f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
}