html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
}
.wrapper-all{
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.swiper-slide{
  background-position: center;
  background-size: cover;
  width: 100%;
  pointer-events: auto !important;
}
.swiper-slide img{
  width: 100%;
}

.slide-html{
  position: relative;
}

.swipe-icon{
    position: absolute;
    top: 5px;
    opacity: 1;
    z-index: 0;
    -webkit-animation: linear infinite;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: swipe;
    background: #FFF;
    border-radius: 50%;
    padding: 0px;
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #EAEAEA;
}
.swipe-icon img{
  width: 30px !important;
}
.first-slide{
  position: relative;
}
.tutorial-swipe{
    background: rgba(0, 0, 0, 0.70);
    width: 94%;
    height: 55px;
    bottom: 15%;
    position: absolute;
    left: 3%;
    right: 3%;
    border-radius: 70px;
    overflow: hidden;
}
@-webkit-keyframes swipe {
    0% { right: 0;}
    100%{ right : 100%;}
}
.tutorial-swipe h2{
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 17px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 3px 3px #000;
}
#link-video{
    position: absolute;
    height: 8%;
    top: 49%;
    opacity: 0.5;
    width: 62%;
    left: 117px;
    margin: 0 auto;
}
.link1{
    position: absolute;
    height: 8%;
    top: 21%;
    opacity: 0.5;
    width: 80%;
    left: 50px;
    margin: 0 auto;
}
.link2{
    position: absolute;
    height: 8%;
    top: 32%;
    opacity: 0.5;
    width: 80%;
    left: 50px;
    margin: 0 auto;
}
.link3{
    position: absolute;
    height: 7%;
    top: 43%;
    opacity: 0.5;
    width: 80%;
    left: 50px;
    margin: 0 auto;
}
.link4{
    position: absolute;
    height: 8%;
    top: 52%;
    opacity: 0.5;
    width: 80%;
    left: 50px;
    margin: 0 auto;
}


#swiper-free{
    background: #FFF;
    border: 2px solid #f4651e;
    position: absolute;
    right: 1px;
    z-index: 5;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 50%;
    top: 11%;
    bottom: auto;
    margin: auto 2%;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: swipenext;
    visibility: hidden;
}
#swiper-free img{
    width: 30px;
    height: 30px;
}
@-webkit-keyframes swipenext {
    0% { right: 0; opacity: 1}
    50% { right: 5%; opacity: 0.5}
    100%{ right : 10%; opacity: 1}
}
#portrait-rotate{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
}
.rotate-phone{
    background:#000;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.rotate-phone h4{
    font-size: 22px;
    margin-top: 1em;
    color: #FFFFFF;
}
#modalVideo{
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto;
}
#btn-fechar{
    color: #FFF;
    font-size: 1.5em;
    position: absolute;
    top: 20%;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.embed-video{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.embed-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.link-tela-btn{
    position: absolute;
    top: 81%;
    left: 20%;
    width: 59%;
    height: 6%;
}