@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

.slider-container { 
  position: relative;
  width: 100%; 
  height: 400px;
  margin-top: 3px;
}

.slider {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-flex;
  overflow: hidden;
}

svg {
  position: absolute;
  width: 100%;  
  height: 400px;
}

.svg-display-none {
  display: none;
}
.svg-display-block {
  display: block;
}

.slider > svg {
  z-index: 40;
}

.slider > button {
  position: absolute;
  z-index: 50;
  width: 40px;
  overflow: hidden;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
}
.slider > button:focus {
  outline-width: 0;
}

.slider > .right {
  top: calc(100% / 2 - 25px);
  left: calc(100% - 53px);
  border: 1px solid #849494;
  background-color: transparent;
  transition: .5s;
}

.slider > .left {
  top: calc(100% / 2 - 25px);
  left: 14px;

  border: 1px solid #849494;
  background-color: transparent;
  transition: .5s;
}

.slider > .left:hover, 
.slider > .right:hover {
  background-color: #fff;
}

circle {
  stroke: #fff;
  fill: none;
  stroke-opacity: 1;
  transition: 0.3s;
}

#svg1 circle {
  transition-timing-function: linear;
}

#svg2 circle {
  transition-timing-function: linear;
}

#Capa_1 {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-7px, -8px);
}

#Capa_2 {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-9px, -8px);
}

.slide {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 62px;
  font-weight: 800;
  font-family: 'Heebo', sans-serif;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: 1.4s;
}

.tran {
  transform: scale(1.3);
}

.up1 {
  z-index: 20;
}

.steap {
  stroke-width: 0;
}

.streak {
  stroke-width: 81px;
}

@media (max-width: 768px) {
}














.text-on-slide {
  margin: 80px 0 0 90px;
  transition: .8s all;
}

.text-on-slide .title {
  font-size: 34px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  color: white;
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  font-weight: 400;
  position: relative;
}
.text-on-slide.text-on .title {
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.text-on-slide.text-out .title {
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}

.text-on-slide .subtitle {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  color: white;
  opacity: .8;
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.6s;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  font-weight: 300;
  position: relative;
}
.text-on-slide.text-on .subtitle {
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.6s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.text-on-slide.text-out .subtitle {
  transition: 0.3s all cubic-bezier(0.65, 0.05, 0.36, 1) 0.6s;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}

@media (max-width: 768px) {
 .text-on-slide {
     padding-top: 30px;
     margin: 80px 0 0 70px;
 }
 .text-on-slide .title {
    font-size: 25px;
 }
 .text-on-slide .subtitle {
    font-size: 12px;
 }
}
