@font-face {
  font-family: ok;
  src: url(../fonts/Quesha.ttf) format('truetype');
}
@font-face {
  font-family: ot;
  src: url(../fonts/UbuntuCondensed-Regular.ttf) format('truetype');
}
pre {
    white-space: pre-wrap;
}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  padding: 0;
  margin: -10px 0px 5px 0px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

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

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:500);
.news {
  text-align: center;
  position: relative;
  color: #fff;
  padding: 0;
  width: 100%;
  height: calc(600px);
  border-radius: 10px;
  margin: 0px auto;
}
  
 .f1 {
    width: 300px;
    height: 300px;
    animation: img 5s;
    position: absolute;
    opacity: 1;
    border-radius: 50%;
    margin: 75px 50px;
    align-content: center;
 }
 .f2 figure {
    width: 100%;
    height: 100%;
    margin: 10px auto;
    top: 0;
    left: 0;
 }
 .f2 figure .img2 {
  animation: f 5s;
  opacity: 0.3;
 }
 @keyframes f {
  0%,75% {opacity: 1;}
  100% {opacity: 0.3;}
 }
.f2 figure figcaption {
  padding: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.f2 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.f1 img {
  border-radius: 50%;
}
@keyframes img {
  0%,75% {opacity: 0;}
  100% {opacity: 1;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
 }
.news .pre1 {
  font-family: 'ot';
  text-shadow: #000 2px 2px 2px;
  font-size: 2.5em;
  border-top: 3px solid #fff;
  position: absolute;
  text-align: left;
  padding: 10px;
  margin: 0px;
  animation: pr 5s;
  opacity: 1;
  top: 100px;
  left: 400px;
  width: calc(100% - 425px);
}
@keyframes pr {
  0%,75% {opacity: 0;}
  100% {opacity: 1}
}
.news .pre2 {
  font-family: 'ot';
  text-shadow: #000 2px 2px 2px;
  font-size: 2em;
  position: absolute;
  text-align: center;
  padding: 10px;
  animation: pr1 5s;
  background: rgba(0, 0, 0, 0.6);
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes pr1 {
  0%,75% {opacity: 0;}
  100% {opacity: 1}
}
.news .pre3 {
  font-family: 'ot';
  font-size: 2.5em;
  text-shadow: #000 2px 2px 2px;
  border-top: 3px solid #fff;
  position: absolute;
  text-align: left;
  padding: 10px;
  margin: 0px;
  animation: pr3 5s;
  opacity: 1;
  top: 100px;
  right: 10px;
  width: calc(100% - 50px);
}
@keyframes pr3 {
  0%,75% {opacity: 0;}
  100% {opacity: 1}
}
.news .pre4 {
  font-family: 'ot';
  text-shadow: #000 2px 2px 2px;
  font-size: 2em;
  border-top: 2px solid #fff;
  position: absolute;
  text-align: left;
  padding: 10px;
  margin: 0px;
  animation: pr4 5s;
  opacity: 1;
  top: 75px;
  right: 15px;
  width: calc(100% - 50px);
}
@keyframes pr4 {
  0%,5% {opacity: 0;}
  100% {opacity: 1}
}
.news .pre5 {
  font-family: 'ok';
  text-shadow: #000 2px 2px 2px;
  font-size: 3.5em;
  position: absolute;
  text-align: center;
  padding: 10px;
  animation: pr5 5s;
  background: rgba(0, 0, 0, 0.6);
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes pr5 {
  0%,25% {opacity: 0;}
  100% {opacity: 1}
}
.cta {
  bottom: 0.5em;
  position: absolute;
  right: 1em;
}
.news_01{
  position: relative;
  background: #dd4b39;
  color: #fff;
  padding: 1em;
  width: 100%;
  border-radius: 5px;
}
@keyframes round {
  50% {
    transform: scale(1.25);
  }
  90%, 100% {
    transform: scale(1);
  
  }
}
@import url('https://fonts.googleapis.com/css?family=Roboto:300');

.muestra, .muestra1, .muestra2 {
  color:#fff;
  font-family:'ot';
  text-shadow: #000 2px 2px 2px;
  font-weight:600;
  font-size: 3rem;
  text-align: right;
}
.alter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.muestra div {
  display:inline-block;
  overflow:hidden;
  position: absolute;
  padding: 10px 15px;
  width: calc(100% - 30px);
  height: calc(100% - 20px);
  animation: m 5s;
  top: 10px;
  left: -10px;
}
.muestra1 div {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  padding: 10px 15px;
  right: 10px;
  top: 20px;
  width: calc(100%);
}
.muestra span {
  animation: anim-lineUp 2.5s;
  position: relative;
  padding: 5px 10px;
  border-radius: 10px;
}
.muestra1 span {
  animation: anim-lineUp 2.5s;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  border-radius: 10px;
}
.muestra2 div {
  display:inline-block;
  overflow:hidden;
  position: absolute;
  padding: 10px 15px;
  width: calc(100% - 30px);
  height: calc(100% - 10px);
  animation: anim-lineUP 2.5s;
  top: 10px;
  left: -10px;
}
@keyframes anim-lineUp {
  from {right: calc(100% + 20px);}
  to {right: 0px;}
}
@keyframes m {
  0% {
    opacity: 0;
  }
  50%,100% {
   opacity: 1;
  }
}
.stiky {
  background: #fff;
}
@media screen and (max-width: 1007px) { /* Specific to this particular image */
  .news {
    margin-top: 20px;
    width: 100%;
    height: 300px;
  }
  .f2 figure {
    width: 100%;
    height: 300px;
  }
  .f2 figure img {
    width: 100%;
    height: 300px;
  }
  .alter {
    width: 100%;
    height: 300px;
  }
  .muestra div {
    width: calc(100% - 30px);
    height: calc(300px - 20px);
    font-size: 0.75em;
  }
  .muestra1 div {
    width: calc(100% - 0px);
    height: calc(300px - 10px);
    top: 10px;
    right: 5px;
    font-size: 0.75em;
  }
  .muestra2 div {
    width: calc(100% - 30px);
    height: calc(300px - 20px);
    font-size: 0.75em;
  }
  .f1 {
    display: none;
  }
  .news .pre1, .news .pre3, .news .pre4 {
    left: 10px;
    top: 4em;
    width: calc(100% - 40px);
    font-size: 1em;
  }
  .news .pre2 {
    width: calc(100% - 20px);
    height: calc(300px - 20px);
    font-size: 1em;
  }
  .news .pre5 {
    width: calc(100% - 20px);
    height: calc(300px - 20px);
    font-size: 2em;
  }
}