.ra_Banner {
  font: open-sans-condensed, sans-serif;
  background: #0063a0;
  color: #ADD036;
  text-align: center;
  margin: 0;
  height: 190px;
}

.co_Banner {
  font: open-sans-condensed, sans-serif;
  background: #0063a0;
  color: #FFF;
  text-align: center;
  margin: auto;
  height: 150px;
}

.bannercm {
  font: open-sans-condensed, sans-serif;
  background: #F5F5F5;
  /*background: #F0F0E9;*/
  /*background: #0063a0;*/
  color: #ADD036;
  text-align: center;
  /*margin: 0;*/
  /*height: 100px;
  margin-right: 20%;
  margin-left: 20%;*/
  border-radius: 5px;
}

.listabannercm {
  list-style: none;
  display: inline-flex;
  /*margin-top: 5px;*/
  /*margin-bottom: 10px*/
}

.ulBanner {
  list-style: none;
  display: inline-flex;
  margin-top: 120px;
  margin-bottom: 10px
}

.ulBanner li {
  font-size: 18px;
  margin-right: 10px;
}

.iBanner {
  color: #fff;
}

.pBanner {
  text-transform: uppercase;
  letter-spacing: .5em;
  display: inline-block;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  position: absolute;
  /*top: 18%;*/
  left: 50%;
  width: 40em;
  margin: 0 0 0 -20em;
}
.cBanner {
  text-transform: uppercase;
  letter-spacing: .5em;

  /* border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em; */
  font-size: 28px;
  color: #FFFFFF;
  line-height: 48px;
  font-family: league-gothic, sans-serif;
  font-weight: 400;
}
.spanBanner{
  padding: 30px 50px;
}
/* Por debajo de 700px */
@media screen and (max-width: 700px){
  .cBanner {
    text-transform: uppercase;
    letter-spacing: .5em;
    font-size: 20px; 
  }
  .spanBanner{
    padding: 25px 10px; 
  }
  .ulBanner {
    list-style: none;
    display: inline-flex;
    margin-top: 120px;
    margin-bottom: 10px
  }
  
  .ulBanner li {
    font-size: 14px;
    margin-right: 10px;
  }
  .pBanner {
    padding: 1em 0em;
  }
  .pBanner span {
    font: 700 2em/1 "Oswald", sans-serif !important;
  }
}
/* Por debajo de 400px */
@media screen and (max-width: 400px){
  .cBanner {
    text-transform: uppercase;
    letter-spacing: .5em;
    font-size: 15px;
  }
}


.pBanner span {
  font: 700 3em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: .25em 0 .325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  background: url(../images/animated.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

/* Animate Background Image */
/* @-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
} */
