body {
    background-color: #060812;
}

.orbit {
    stroke: #E0F3F3;
    stroke-width:.8px;
    opacity:.25;
    fill: none;
}

.planet {
    stroke: #000000;
    fill: #FFFFFF;
}

.sun {
    stroke: #000000;
    fill: #000000;
}

#svgcontainer{
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.linkinfo{
    font-size:1.2rem;
    margin-right:15px;
}

.bg-dark-new{
    background-color: #121212;
}

.color-text-header{
    color: #ffb300;
}

.pront{
    color:#E0F3F3;
}

.guiamove{
    fill:none;
    stroke:none;
    stroke-miterlimit: 0;
}

.font-sizetextinfo{
    font-size:1.1rem;
}

.font-sizetexttitle{
    font-size:1.4rem;
}

.card-config{
    background-color: #060812;
}

 .item-icon {
    font-size: 1.875rem;
    color: #54B689;
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.item-icon .fa-js-square {
    color: #F1DE4F;
}

.item-icon .fa-angular {
    color: #CA3327;
}

.item-icon .fa-python {
    color: #456E9C;
}

.item-icon .fa-react {
    color: #62D4FA;
}

.item-icon .fa-php {
    color: #777BAF;
}

 .item-icon .fa-html5 {
    color: #DE6E3C;
}

.item-icon .fa-css3-alt {
    color: #53A7DC;
}
.item-icon .fa-d3js {
    color: #F57E50;
}

.parpadea {

    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
  }

  @-moz-keyframes parpadeo{
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }

  @-webkit-keyframes parpadeo {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
     100% { opacity: 1.0; }
  }

  @keyframes parpadeo {
    0% { opacity: 1.0; }
     50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
