#top-content{
  padding-top: 0px !important;
}

.fixedstickyHeaderLP{
    position: fixed;
    z-index: 500;
    border-bottom: 1pt solid #d6d6d6;
    width: 100%;
    top: 0;
    transition: top 0.3s ease;

}

.bloqueCalculaHeader{
  transition: top 0.3s ease;
}

.bloqueCalculaHeader a{
  transition: top 0.3s ease;
}

@media only screen and (max-width: 600px) {
.fixedstickyHeaderLP{
display: none !important
}
}

.block-content-type-template_block{
      margin-left: 0px !important;
    margin-right: 0px !important;
}

.botonbloqueCalculaHeader{
  display: none;
}


@media only screen and (min-width: 601px) {
  .wrapper-header{
    display: none !important;
  }

}

