.headerstrip-wrapper {
    height: 50px;
    position: relative;
  }

  .headerstrip-wrapper .headerstrip__banner-dismiss {
    width: 12px;
    height: 12px;
    background: none;
    border: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    position: absolute;
    font: inherit;
    height: 100%;
    line-height: 0;
    cursor: pointer;
    outline: inherit;
    opacity: 0.4;
    padding: 0 16px;
    color: white;
    text-decoration: none;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    right: 0;
    top: 0;
    z-index: 2;
  }

  .headerstrip-wrapper .headerstrip__banner-dismiss:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  .headerstrip-wrapper .headerstrip__banner-dismiss svg {
    fill: #000000;
  }

  .headerstrip {
    display: block;
    height: 50px;
    font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, “Helvetica Neue”,sans-serif;
    font-size: 14px;
    position: relative;
    text-decoration: none !important;
    z-index: 1;
  }

  .headerstrip .headerstrip-content-background {
    background-color: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff4961; /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(left, #3CAAFB, #0047FF); / For Safari 5.1 to 6.0 */
    /* background: linear-gradient(to right, #3CAAFB, #0047FF);/ / Standard syntax */
    /*background-image: url(https://4megatech.com/RecursosWeb/banner/amarrillo.png);*/
    background-repeat: repeat-x;
  }

  .headerstrip .headerstrip-canvas {
    height: 50px;
    margin: auto auto;
  }

  .headerstrip .headerstrip-content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 1000px 50px;
    width: 100%;
    height: 50px;
    max-width: 1408px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
  }

  .headerstrip .headerstrip-text {
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 0px;
    font-weight: 200;
    letter-spacing: 0.8px;
    position: relative;
  }

  .headerstrip .headerstrip-text strong {
    font-weight: 600;
  }

  .headerstrip .headerstrip-cta-container {
    display: flex;
  }

  .headerstrip .headerstrip-cta {
    position: relative;
    background-color: #F6304F;
    padding: 5px 30px;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    text-align: center;
    min-width: 100px;
  }

  .headerstrip .headerstrip-cta-mobile {
    color: #FFFFFF;
    text-decoration: underline;
    padding-left: 5px;
  }

  .headerstrip .headerstrip-cta-mobile:hover {
    color: #FFFFFF;
  }


  .headerstrip .is-hidden-desktop .headerstrip-content {
    text-align: center;
  }

  .headerstrip .is-hidden-desktop .headerstrip-text {
    position: relative;
    padding-right: 24px;
  }

  .headerstrip .is-hidden-desktop .headerstrip__banner-dismiss {
    margin-left: 0;
  }

  .headerstrip .headerstrip__dismiss-icon {
    width: 12px;
    height: 12px;
    fill: #FFFFFF;
    display: inline-block;
  }

  @media (max-width: 1024px) {
    .headerstrip .is-hidden-tablet-and-below {
      display: none !important;
    }
  }

  @media (min-width: 1025px) {
    .headerstrip .is-hidden-desktop {
      display: none !important
    }
  }

  #fecha {
    margin: 0 auto;      
    text-align: center;
    font-size: 180%;
  }

  /*CountDown Timer*/
  
  
  
  
  
  
  
  
  
  
  