.flux {
  font-family: neon;
  color: #426DFB;
  font-size: 2vw;
  text-shadow: 0 0 3vw #2356FF;
  font-family: 'Electrolize', sans-serif;
}
html
{
    scroll-behavior: smooth;
}
.flux {
  animation: flux 2s linear infinite;
  -moz-animation: flux 2s linear infinite;
  -webkit-animation: flux 2s linear infinite;
  -o-animation: flux 2s linear infinite;
}
@keyframes flux {
  0%,
  100% {
    text-shadow: 0 0 1vw #ff00ff, 0 0 3vw #ff00ff, 0 0 10vw #ff00ff, 0 0 10vw #ff00ff, 0 0 .4vw #ff99ff, .5vw .5vw .1vw #cc00cc;
    color: #ff66ff;
  }
  50% {
    text-shadow: 0 0 .5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180, 0 0 5vw #082180, 0 0 .2vw #082180, .5vw .5vw .1vw #0A3940;
    color: #146C80;
  }
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}
#msform fieldset {
    background: #000;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}
.form-card {
    text-align: left
}
#msform fieldset:not(:first-of-type) {
    display: none
}
#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}
#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}
#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}
.card {
    z-index: 0;
    border: none;
    position: relative
}
.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}
.purple-text {
    color: #673AB7;
    font-weight: normal
}
.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}
.fieldlabels {
    color: gray;
    text-align: left
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}
#progressbar .active {
    color: #673AB7
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}
#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}
#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}
#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}
.progress {
    height: 20px
}
.progress-bar {
    background-color: #673AB7
}
.fit-image {
    width: 100%;
    object-fit: cover
}
.align-row-cotizador
{
  margin-top: 280px;
}
/* input[type="radio"]:checked,
/*   visibility: hidden;
  display: none; */

 input[type="radio"]
  {
    visibility: hidden;
    display: none;
  }
    
[type="checkbox"] + span {
  display:inline-block;
  padding: 0.5em;
  transition: ease-in-out 0.2s;
  border-radius: 0.4285rem;
  border: 1px solid #1d8cf8;
  color:#1d8cf8;
}

input[type="checkbox"]
  {
    visibility: hidden;
    display: none;
  }
    
[type="radio"] + span {
  display:inline-block;
  padding: 0.5em;
  transition: ease-in-out 0.2s;
  border-radius: 0.4285rem;
  border: 1px solid #1d8cf8;
  color:#1d8cf8;
}

.checkbox
{
  color: #1d8cf8;
 
  background:transparent;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  color:#1d8cf8;
}

:checked + span {
  color: #fff;
  background: linear-gradient(to bottom left,#1d8cf8,#3358f4,#1d8cf8)!important;
  cursor: pointer;
}
.checkbox:hover{
  transform: scale(1.05);
  
}
.card label.checkbox
{
  color:#1d8cf8;
  font-size: 0.9em;
}
.checkbox2
{
  color: #1d8cf8;
 
  background:transparent;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  color:#1d8cf8;
}

:checked2 + span {
  color: #fff;
  background: linear-gradient(to bottom left,#1d8cf8,#3358f4,#1d8cf8)!important;
}
.checkbox2:hover{
  transform: scale(1.05);
  
}
.card label.checkbox2
{
  color:#1d8cf8;
  font-size: 0.9em;
}

.card-footer
{
  background: transparent;
}

@media only screen and (max-width: 600px) {
  .flux {
   font-size: 5vw;
  }
  .align-row-cotizador
  {
    margin-top: 0px;
  }
}
.text-gradient 
{
  background: linear-gradient(to right, #00bbf0 0%, #f300ff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#seccion-cotizador.hovered 
{
    background: linear-gradient(90deg, rgba(0,187,240,1) 0%, rgba(179,57,207,1) 100%);
}
.text-gradient.hovered
{
      background: linear-gradient(to right, #fff 0%, #fff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#text-gradient-cotizador
{
    background: linear-gradient(to right, #00bbf0 0%, #f300ff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: ease-in-out 0.4s;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
}
#text-gradient-cotizador.hovered
{
    color:#fff;
    background: linear-gradient(to right, #fff 0%, #fff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.catalogo
{
  transition: ease-in-out 0.4s;
}
.catalogo:hover
{
  transform: scale(1.1);
}
.card
{
  background-color: #111111;
}
@media only screen and (min-width: 2500px) {
.footer
{
  position: absolute;
  bottom: 0;
  width: 100%
}
}
.card.card-coin
{
    transition: ease-in-out 0.3s;
}
.card.card-coin:hover
{
    transform: scale(1.05);
}
.btn.btn-info.btn-simple:hover
{
    background:#1d8cf8 !important;
    color:#fff;
}
.return-button h4
{
    transition: ease-in-out 0.3s;
}
.return-button:hover h4
{
    color:#ba54f5;
}
.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}

#nav-cotizador-button
{
  background: linear-gradient(90deg, rgba(0,187,240,1) 0%, rgba(179,57,207,1) 100%);
  font-size: 17px;
}

#nav-cotizador-button:hover
{
  background: linear-gradient(90deg, rgba(0,187,240,1) 0%, rgba(179,57,207,1) 100%)
  !important;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

.navbar .navbar-nav .nav-item .nav-link
{
  font-size: 17px;
}


.navbar .navbar-brand
{
  font-size: 17px;

}


#bienvenido
{
  font-family: 'Orbitron', sans-serif;
  margin-top:75px;
  font-size:50px;
  animation: showup 2s;
  color: #fff;
}

.text-gradient-beneficios
{
margin-top:50px;margin-bottom:-75px;
}

@media only screen and (max-width: 600px) {
#bienvenido
{
  margin-top: 150px;
  margin-bottom: -150px;
}

.page-header 
{
  min-height: 0;
}

.text-gradient-beneficios
{
  margin-bottom: 0;
}


}

@keyframes showup {
    0% {opacity:0;}
    25% {opacity:0.25;}
    50% {opacity:0.5;}
    100% {opacity:1;}
}


@keyframes slideup {
    0% { margin-top:800px; }
    20% { margin-top:800px; }
    35% { margin-top:0px; }
    100% { margin-top:0px; }
}


.particle {
  position: absolute;
  border-radius: 50%;
}

@-webkit-keyframes particle-animation-1 {
  100% {
    transform: translate3d(8vw, 85vh, 21px);
  }
}

@keyframes particle-animation-1 {
  100% {
    transform: translate3d(8vw, 85vh, 21px);
  }
}
.particle:nth-child(1) {
  -webkit-animation: particle-animation-1 60s infinite;
          animation: particle-animation-1 60s infinite;
  opacity: 0.15;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  transform: translate3d(67vw, 22vh, 25px);
  background: #d6d926;
}

@-webkit-keyframes particle-animation-2 {
  100% {
    transform: translate3d(30vw, 3vh, 70px);
  }
}

@keyframes particle-animation-2 {
  100% {
    transform: translate3d(30vw, 3vh, 70px);
  }
}
.particle:nth-child(2) {
  -webkit-animation: particle-animation-2 60s infinite;
          animation: particle-animation-2 60s infinite;
  opacity: 0.77;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  transform: translate3d(12vw, 2vh, 39px);
  background: #2671d9;
}

@-webkit-keyframes particle-animation-3 {
  100% {
    transform: translate3d(66vw, 76vh, 3px);
  }
}

@keyframes particle-animation-3 {
  100% {
    transform: translate3d(66vw, 76vh, 3px);
  }
}
.particle:nth-child(3) {
  -webkit-animation: particle-animation-3 60s infinite;
          animation: particle-animation-3 60s infinite;
  opacity: 0.02;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  transform: translate3d(28vw, 39vh, 93px);
  background: #2665d9;
}

@-webkit-keyframes particle-animation-4 {
  100% {
    transform: translate3d(10vw, 24vh, 93px);
  }
}

@keyframes particle-animation-4 {
  100% {
    transform: translate3d(10vw, 24vh, 93px);
  }
}
.particle:nth-child(4) {
  -webkit-animation: particle-animation-4 60s infinite;
          animation: particle-animation-4 60s infinite;
  opacity: 0.33;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  transform: translate3d(2vw, 21vh, 25px);
  background: #26d9b2;
}

@-webkit-keyframes particle-animation-5 {
  100% {
    transform: translate3d(53vw, 81vh, 83px);
  }
}

@keyframes particle-animation-5 {
  100% {
    transform: translate3d(53vw, 81vh, 83px);
  }
}
.particle:nth-child(5) {
  -webkit-animation: particle-animation-5 60s infinite;
          animation: particle-animation-5 60s infinite;
  opacity: 0.1;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  transform: translate3d(63vw, 67vh, 15px);
  background: #26d9af;
}

@-webkit-keyframes particle-animation-6 {
  100% {
    transform: translate3d(64vw, 55vh, 5px);
  }
}

@keyframes particle-animation-6 {
  100% {
    transform: translate3d(64vw, 55vh, 5px);
  }
}
.particle:nth-child(6) {
  -webkit-animation: particle-animation-6 60s infinite;
          animation: particle-animation-6 60s infinite;
  opacity: 0.45;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  transform: translate3d(87vw, 30vh, 1px);
  background: #d92688;
}

@-webkit-keyframes particle-animation-7 {
  100% {
    transform: translate3d(6vw, 22vh, 67px);
  }
}

@keyframes particle-animation-7 {
  100% {
    transform: translate3d(6vw, 22vh, 67px);
  }
}
.particle:nth-child(7) {
  -webkit-animation: particle-animation-7 60s infinite;
          animation: particle-animation-7 60s infinite;
  opacity: 0.18;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  transform: translate3d(74vw, 25vh, 52px);
  background: #26afd9;
}

@-webkit-keyframes particle-animation-8 {
  100% {
    transform: translate3d(52vw, 53vh, 55px);
  }
}

@keyframes particle-animation-8 {
  100% {
    transform: translate3d(52vw, 53vh, 55px);
  }
}
.particle:nth-child(8) {
  -webkit-animation: particle-animation-8 60s infinite;
          animation: particle-animation-8 60s infinite;
  opacity: 0.38;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  transform: translate3d(57vw, 77vh, 83px);
  background: #d9262f;
}

@-webkit-keyframes particle-animation-9 {
  100% {
    transform: translate3d(89vw, 42vh, 85px);
  }
}

@keyframes particle-animation-9 {
  100% {
    transform: translate3d(89vw, 42vh, 85px);
  }
}
.particle:nth-child(9) {
  -webkit-animation: particle-animation-9 60s infinite;
          animation: particle-animation-9 60s infinite;
  opacity: 0.62;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  transform: translate3d(57vw, 2vh, 31px);
  background: #d326d9;
}

@-webkit-keyframes particle-animation-10 {
  100% {
    transform: translate3d(67vw, 83vh, 93px);
  }
}

@keyframes particle-animation-10 {
  100% {
    transform: translate3d(67vw, 83vh, 93px);
  }
}
.particle:nth-child(10) {
  -webkit-animation: particle-animation-10 60s infinite;
          animation: particle-animation-10 60s infinite;
  opacity: 0.07;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  transform: translate3d(76vw, 54vh, 38px);
  background: #3226d9;
}

@-webkit-keyframes particle-animation-11 {
  100% {
    transform: translate3d(84vw, 58vh, 1px);
  }
}

@keyframes particle-animation-11 {
  100% {
    transform: translate3d(84vw, 58vh, 1px);
  }
}
.particle:nth-child(11) {
  -webkit-animation: particle-animation-11 60s infinite;
          animation: particle-animation-11 60s infinite;
  opacity: 0.69;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
  transform: translate3d(41vw, 75vh, 69px);
  background: #d926d9;
}

@-webkit-keyframes particle-animation-12 {
  100% {
    transform: translate3d(64vw, 67vh, 45px);
  }
}

@keyframes particle-animation-12 {
  100% {
    transform: translate3d(64vw, 67vh, 45px);
  }
}
.particle:nth-child(12) {
  -webkit-animation: particle-animation-12 60s infinite;
          animation: particle-animation-12 60s infinite;
  opacity: 0.55;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
  transform: translate3d(42vw, 88vh, 97px);
  background: #af26d9;
}

@-webkit-keyframes particle-animation-13 {
  100% {
    transform: translate3d(33vw, 83vh, 67px);
  }
}

@keyframes particle-animation-13 {
  100% {
    transform: translate3d(33vw, 83vh, 67px);
  }
}
.particle:nth-child(13) {
  -webkit-animation: particle-animation-13 60s infinite;
          animation: particle-animation-13 60s infinite;
  opacity: 0.97;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
  transform: translate3d(24vw, 43vh, 20px);
  background: #2629d9;
}

@-webkit-keyframes particle-animation-14 {
  100% {
    transform: translate3d(86vw, 83vh, 89px);
  }
}

@keyframes particle-animation-14 {
  100% {
    transform: translate3d(86vw, 83vh, 89px);
  }
}
.particle:nth-child(14) {
  -webkit-animation: particle-animation-14 60s infinite;
          animation: particle-animation-14 60s infinite;
  opacity: 0.09;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
  transform: translate3d(69vw, 21vh, 64px);
  background: #268ed9;
}

@-webkit-keyframes particle-animation-15 {
  100% {
    transform: translate3d(42vw, 88vh, 31px);
  }
}

@keyframes particle-animation-15 {
  100% {
    transform: translate3d(42vw, 88vh, 31px);
  }
}
.particle:nth-child(15) {
  -webkit-animation: particle-animation-15 60s infinite;
          animation: particle-animation-15 60s infinite;
  opacity: 1;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  transform: translate3d(6vw, 27vh, 3px);
  background: #d926bb;
}

@-webkit-keyframes particle-animation-16 {
  100% {
    transform: translate3d(21vw, 85vh, 1px);
  }
}

@keyframes particle-animation-16 {
  100% {
    transform: translate3d(21vw, 85vh, 1px);
  }
}
.particle:nth-child(16) {
  -webkit-animation: particle-animation-16 60s infinite;
          animation: particle-animation-16 60s infinite;
  opacity: 0.06;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  transform: translate3d(57vw, 1vh, 59px);
  background: #c126d9;
}

@-webkit-keyframes particle-animation-17 {
  100% {
    transform: translate3d(62vw, 57vh, 95px);
  }
}

@keyframes particle-animation-17 {
  100% {
    transform: translate3d(62vw, 57vh, 95px);
  }
}
.particle:nth-child(17) {
  -webkit-animation: particle-animation-17 60s infinite;
          animation: particle-animation-17 60s infinite;
  opacity: 0.74;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
  transform: translate3d(88vw, 7vh, 64px);
  background: #5626d9;
}

@-webkit-keyframes particle-animation-18 {
  100% {
    transform: translate3d(21vw, 65vh, 98px);
  }
}

@keyframes particle-animation-18 {
  100% {
    transform: translate3d(21vw, 65vh, 98px);
  }
}
.particle:nth-child(18) {
  -webkit-animation: particle-animation-18 60s infinite;
          animation: particle-animation-18 60s infinite;
  opacity: 0.23;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
  transform: translate3d(81vw, 7vh, 4px);
  background: #d926b8;
}

@-webkit-keyframes particle-animation-19 {
  100% {
    transform: translate3d(36vw, 26vh, 47px);
  }
}

@keyframes particle-animation-19 {
  100% {
    transform: translate3d(36vw, 26vh, 47px);
  }
}
.particle:nth-child(19) {
  -webkit-animation: particle-animation-19 60s infinite;
          animation: particle-animation-19 60s infinite;
  opacity: 0.97;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
  transform: translate3d(77vw, 72vh, 94px);
  background: #d92677;
}

@-webkit-keyframes particle-animation-20 {
  100% {
    transform: translate3d(71vw, 15vh, 25px);
  }
}

@keyframes particle-animation-20 {
  100% {
    transform: translate3d(71vw, 15vh, 25px);
  }
}
.particle:nth-child(20) {
  -webkit-animation: particle-animation-20 60s infinite;
          animation: particle-animation-20 60s infinite;
  opacity: 0.06;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  transform: translate3d(19vw, 57vh, 31px);
  background: #26d962;
}

@-webkit-keyframes particle-animation-21 {
  100% {
    transform: translate3d(60vw, 58vh, 28px);
  }
}

@keyframes particle-animation-21 {
  100% {
    transform: translate3d(60vw, 58vh, 28px);
  }
}
.particle:nth-child(21) {
  -webkit-animation: particle-animation-21 60s infinite;
          animation: particle-animation-21 60s infinite;
  opacity: 0.2;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
  transform: translate3d(33vw, 1vh, 36px);
  background: #26d9d3;
}

@-webkit-keyframes particle-animation-22 {
  100% {
    transform: translate3d(35vw, 1vh, 84px);
  }
}

@keyframes particle-animation-22 {
  100% {
    transform: translate3d(35vw, 1vh, 84px);
  }
}
.particle:nth-child(22) {
  -webkit-animation: particle-animation-22 60s infinite;
          animation: particle-animation-22 60s infinite;
  opacity: 0.17;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
  transform: translate3d(86vw, 38vh, 45px);
  background: #d98226;
}

@-webkit-keyframes particle-animation-23 {
  100% {
    transform: translate3d(76vw, 5vh, 34px);
  }
}

@keyframes particle-animation-23 {
  100% {
    transform: translate3d(76vw, 5vh, 34px);
  }
}
.particle:nth-child(23) {
  -webkit-animation: particle-animation-23 60s infinite;
          animation: particle-animation-23 60s infinite;
  opacity: 0.77;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
  transform: translate3d(35vw, 84vh, 86px);
  background: #3e26d9;
}

@-webkit-keyframes particle-animation-24 {
  100% {
    transform: translate3d(4vw, 47vh, 52px);
  }
}

@keyframes particle-animation-24 {
  100% {
    transform: translate3d(4vw, 47vh, 52px);
  }
}
.particle:nth-child(24) {
  -webkit-animation: particle-animation-24 60s infinite;
          animation: particle-animation-24 60s infinite;
  opacity: 0.36;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
  transform: translate3d(52vw, 68vh, 41px);
  background: #7726d9;
}

@-webkit-keyframes particle-animation-25 {
  100% {
    transform: translate3d(87vw, 24vh, 66px);
  }
}

@keyframes particle-animation-25 {
  100% {
    transform: translate3d(87vw, 24vh, 66px);
  }
}
.particle:nth-child(25) {
  -webkit-animation: particle-animation-25 60s infinite;
          animation: particle-animation-25 60s infinite;
  opacity: 0.98;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  transform: translate3d(38vw, 77vh, 84px);
  background: #5926d9;
}

@-webkit-keyframes particle-animation-26 {
  100% {
    transform: translate3d(43vw, 24vh, 68px);
  }
}

@keyframes particle-animation-26 {
  100% {
    transform: translate3d(43vw, 24vh, 68px);
  }
}
.particle:nth-child(26) {
  -webkit-animation: particle-animation-26 60s infinite;
          animation: particle-animation-26 60s infinite;
  opacity: 0.04;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
  transform: translate3d(30vw, 39vh, 11px);
  background: #d926bb;
}

@-webkit-keyframes particle-animation-27 {
  100% {
    transform: translate3d(2vw, 16vh, 6px);
  }
}

@keyframes particle-animation-27 {
  100% {
    transform: translate3d(2vw, 16vh, 6px);
  }
}
.particle:nth-child(27) {
  -webkit-animation: particle-animation-27 60s infinite;
          animation: particle-animation-27 60s infinite;
  opacity: 0.11;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
  transform: translate3d(65vw, 82vh, 83px);
  background: #56d926;
}

@-webkit-keyframes particle-animation-28 {
  100% {
    transform: translate3d(71vw, 14vh, 40px);
  }
}

@keyframes particle-animation-28 {
  100% {
    transform: translate3d(71vw, 14vh, 40px);
  }
}
.particle:nth-child(28) {
  -webkit-animation: particle-animation-28 60s infinite;
          animation: particle-animation-28 60s infinite;
  opacity: 0.47;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -5.6s;
          animation-delay: -5.6s;
  transform: translate3d(50vw, 52vh, 89px);
  background: #268bd9;
}

@-webkit-keyframes particle-animation-29 {
  100% {
    transform: translate3d(70vw, 83vh, 74px);
  }
}

@keyframes particle-animation-29 {
  100% {
    transform: translate3d(70vw, 83vh, 74px);
  }
}
.particle:nth-child(29) {
  -webkit-animation: particle-animation-29 60s infinite;
          animation: particle-animation-29 60s infinite;
  opacity: 0.86;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
  transform: translate3d(40vw, 34vh, 28px);
  background: #be26d9;
}

@-webkit-keyframes particle-animation-30 {
  100% {
    transform: translate3d(58vw, 38vh, 97px);
  }
}

@keyframes particle-animation-30 {
  100% {
    transform: translate3d(58vw, 38vh, 97px);
  }
}
.particle:nth-child(30) {
  -webkit-animation: particle-animation-30 60s infinite;
          animation: particle-animation-30 60s infinite;
  opacity: 0.47;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  transform: translate3d(88vw, 77vh, 75px);
  background: #d926ca;
}

.footer
{
  background-color: #151515
}



#container {
  perspective: 40px;
}

#inner {
  box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}


#container2 {
  perspective: 40px;
}

#inner2 {
  box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



.carousel-item
{
 animation: fade 1s;
}

@keyframes slide {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(100%, 0);
  }
}

a.neon-hover
{
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  color: #2196f3;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-decoration:none;
  font-size: 24px;
  overflow:hidden;
  transition:0.2s;
  font-weight: 500;
  margin-left: -30px;
  transition: ease-in-out 0.2s;

}

a.neon-hover:hover
{
  color:#255784;
  background: #2196f3;
  box-shadow: 0 0 10px #2196f3, 0 0 40px #2196f3, 0 0 80px #2196f3;
  transition-delay: 1s;
  margin:0;
}

a.neon-hover span
{
  position: absolute;
  display: block;
  transition: ease-in-out 0.2s;
}

a.neon-hover span:nth-child(1)
{
  top:0;
  left:-100%;
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg,transparent,#2196f3);
}
a.neon-hover:hover span:nth-child(1)
{
  left:100%;
  transition: 1s;
}

a span:nth-child(3)
{
  bottom:0;
  right: -100%;
  width: 100px;
  height: 2px;
  background: linear-gradient(270deg,transparent,#2196f3);
}
a.neon-hover:hover span:nth-child(3)
{
  right:100%;
  transition: 1s;
  transition-delay: 0.5s
}

a.neon-hover span:nth-child(2)
{
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg,transparent,#2196f3);
}
a.neon-hover:hover span:nth-child(2)
{
  top:100%;
  transition: 1s;
  transition-delay: 0.35s
}

a.neon-hover span:nth-child(4)
{
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg,transparent,#2196f3);
}
a.neon-hover:hover span:nth-child(4)
{
  bottom:100%;
  transition: 1s;
  transition-delay: 0.85s
}





.glow-on-hover {
    
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    animation: slideDown 3s;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;

}

.glow-on-hover:active {
    color: #000
}



.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;

}




.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
border: 1px solid linear-gradient(to-rigth,pink,blue);


}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

@keyframes slideDown {
  0% {
    transform: translateY(-300%);
  }
  50%{
    transform: translateY(8%);
  }
  65%{
    transform: translateY(-4%);
  }
  80%{
    transform: translateY(4%);
  }
  95%{
    transform: translateY(-2%);
  }     
  100% {
    transform: translateY(0%);
  }   
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-300%);
  }
  50%{
    -webkit-transform: translateY(8%);
  }
  65%{
    -webkit-transform: translateY(-4%);
  }
  80%{
    -webkit-transform: translateY(4%);
  }
  95%{
    -webkit-transform: translateY(-2%);
  }     
  100% {
    -webkit-transform: translateY(0%);
  } 
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:24px !important;
	left:40px;
	background-color:#fff;
	color:#000;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:999;
}

.my-float{
	margin-top:18px;
  font-size:28px;
}
