.colorrr{
    letter-spacing: 11px;
    font-size: 80px;
    background: linear-gradient(#f797bd,#8aeff4);
    -webkit-background-clip:text;
    color: transparent;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #5398a1b0;
  }
  .color2{
    letter-spacing: 4px;
    font-size: 55px;
    background: linear-gradient(#75c2eb,#55dddd,#d138ff);
    -webkit-background-clip:text;
    color: transparent;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #17d5ee9d;
  }

  

  /*COMPUTADORA*/
  @media (min-width: 768px) and (max-width: 4190px){
    #HORARIOS{
      font-size: 46PX;
      background: linear-gradient(#52a0e0,#f1f41a,#f1f41a,#0483eb,#f1f41a);
      -webkit-background-clip: text;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #5ab8e7a3;
      font-family:monospace;
      color:transparent;
      font-style:oblique;
      text-align: center;
      line-height: 70px;
      padding-top: 18px;
      letter-spacing: 1px;
      
  }

  #PEGATINA2{
    display: none;
  }

  #PUBLICIDAD{
    line-height: 65px;
    color: whitesmoke;
    font-size: 40PX;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #17d5ee;
  }

  #INDICACION{
    font-size:25px;
    color: #75c2eb;
    text-align: center;
  }

  .scroll{
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 20px 23px;
    border-radius: 100%;
    cursor: pointer;
    font-size: 25px;
    background: #17d5ee;
    color: #faf9ff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: scale(0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
 }

 .scroll-on{
   transform: scale(1);
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
 }

.COPYRIGHT{
  background: #214761;
  font-size: 14px;
 
}
    }
 
/*MOVIL*/
@media (max-width: 767px){
  #HORARIOS{
    font-size: 44PX;
    background: linear-gradient(#52a0e0,#f1f41a,#f1f41a,#0483eb,#f1f41a);
    -webkit-background-clip: text;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5ab8e7a3;
    font-family:monospace;
    color:transparent;
    font-style:oblique;
    text-align: center;
    line-height: 65px;
    padding-top: 5px;
    letter-spacing: 1px;
    
}

#slogan {
  font-size: 44px;
  font-family:cursive;
  line-height: 1.2em;
 margin-top: 60px;
  padding-top: 25px;
  letter-spacing: 3px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #efae80e8;
      color:#f4ef95e8;
}

#slogan span {
  display: block;
  font-size: 36px;
  line-height: 1.2em;
  margin-top: -12px
}

#PEGATINA1{
  display: none;
}

#PEGATINA2{
 margin-left: -5px;
}

#PUBLICIDAD{
  line-height: 65px;
  color: whitesmoke;
  font-size: 48PX;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #17d5ee;
}

.SELLO{
  font-family:sans-serif;
  font-size: 26px;
  text-align: center;
}

#INDICACION{
  font-size:25px;
  color: #75c2eb;
  text-align: center;
}

#letras{
  line-height: 35px;
  text-align: left;
}

.scroll{
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 20px 23px;
  border-radius: 100%;
  cursor: pointer;
  font-size: 65px;
  background: #17d5ee;
  color: #fbfcff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transform: scale(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.scroll-on{
 transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}

.COPYRIGHT{
  background: #214761;
  font-size: 17px;
}
  }
  