.climg{
  display: none;
}

/*-------- head --------*/
.nomecliente{
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 20vh;
}

.nomecliente p{
  font-size: 2em;
  background-color: #717171;
  max-width: 300px;
  margin:auto;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 20px;
  font-weight: bold;
  border:5px solid #FFF;
}

.head{
  margin-bottom: 0 !important;
}

.head img{
  width: 100%;
  height: 100vh;
  margin-bottom: -6px;
}


@media screen and (max-width: 700px){
  .climg{
    display: block !important;
  }
  .pcimg{
    display: none !important;
  }

  .head img{
  width: 100%;
  height: auto !important;
  }

.nomecliente{
  margin-top: 10px !important;
}
.nomecliente p{
  border:2px solid #FFF;
  max-width: 250px;
  padding:5px;
}



}
/*-------- Barra --------*/

.barra{
  background-color: #00AFEF;
  margin-bottom: 0 !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.barra img{
  width: 100%;
  height: auto;
  margin-bottom: -6px;
}

/*-------- Joystick --------*/

.joystick{
  display: block;
  position: fixed;
  top: calc(50vh - 50px);
  right: 20px;
  z-index: 1000;
  width: 55px;
  text-align: center;
  border:2px solid #CCC;
  background-color: #B0AEAF;
}

.joystick svg{
  color: #FFF;
  width: 50px !important;
  height: 50px;
  cursor: pointer;/*
  -webkit-filter: drop-shadow( 0px 0px 4px rgba(0,0,0,0.5) ); 
  filter: drop-shadow( 0px 0px 4px rgba(0,0,0,0.5) );*/
}

@media(max-width: 600px){
  .joystick{
    width: 100%;
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
  }
  .joystick .fa-arrow-alt-circle-down{
    position: absolute;
    bottom: 0;
    right: 0px;
  }
}

.fa-arrow-alt-circle-up{
  display: none;
}

/*-------- Steps 1 --------*/

.step-1{
  background-color: #245279;
  margin-bottom: 0 !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.step-1 h1{
  font-size: 3em;
  color: white;
  font-family: 'bahnschrift';
  width: 100%;
  margin-bottom: 1em;
  margin-top: -2em;
}

.step-1 h2{
  font-size: 3em;
  color: white;
  font-family: 'bahnschrift';
  margin: 0;
  width: 100%;
}

/*-------- Steps 2 --------*/

.step-2{
  background-color: #245279;
  margin-bottom: 0 !important;
  padding: 0 5%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.step-2 h2{
  font-size: 3em;
  color: white;
  font-family: 'bahnschrift';
  margin: 0;
  border-left: 10px solid #B0AEAF;
  padding-left: 10px;
}

.step-2 p{
  font-size: 1.25em;
  color: white;
  line-height: 1.25em;
  font-family: 'caviardreams';
  margin: 0;
  padding: .5em;
}

/*-------- Steps 3 --------*/


.step-3{
  background-color: #245279;
  margin-bottom: 0 !important;
  padding: 0 5%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.step-3 h2{
  font-size: 3em;
  color: white;
  font-family: 'bahnschrift';
  margin: 0;
  border-left: 10px solid #B0AEAF;
  padding-left: 10px;
}

.step-3 p,
.step-3 ul li{
  font-size: 1.25em;
  color: white;
  line-height: 1.25em;
  font-family: 'caviardreams';
  margin: 0;
  padding: .5em;
  text-align: left;
}

.step-3 div.imgtext{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.step-3 div.imgtext img{
  height: 380px;
}

/*-------- Steps 4 --------*/

.step-4{
  background-color: #245279;
  margin-bottom: 0 !important;
  padding: 0 5%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.step-4 h2{
  font-size: 3em;
  color: white;
  font-family: 'bahnschrift';
  margin: 0;
  border-left: 10px solid #B0AEAF;
  padding-left: 10px;
}

.step-4 p{
  font-size: 1.25em;
  color: white;
  line-height: 1.25em;
  font-family: 'caviardreams';
  margin: 0;
  padding: .5em;
}

/*-------- Steps 5 --------*/

.step-5{
  background-color: #2A7991;
  margin-bottom: 0 !important;
  padding: 0 5%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.step-5 h2{
  font-size: 3em;
  color: white;
  font-family: 'bahnschrift';
  margin: 0;
  border-left: 10px solid #B0AEAF;
  padding-left: 10px;
}

.step-5 p{
  font-size: 1.7em;
  color: white;
  line-height: 1.7em;
  font-family: 'caviardreams';
  margin: 0;
  padding: .5em;
}

/*-------- Steps 6 --------*/

.step-6{
  background-color: #245279;
  margin-bottom: 0 !important;
  padding: 0 5%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.step-6 h2{
  font-size: 3em;
  color: white;
  font-family: 'bahnschrift';
  margin: 0;
  border-left: 10px solid #B0AEAF;
  padding-left: 10px;
}

.step-6 p{
  font-size: 1.25em;
  color: white;
  line-height: 1.25em;
  font-family: 'caviardreams';
  margin: 0;
  padding: .5em;
}


/*-------- Steps 7 --------*/

.step-7{
  background-color: #245279;
  margin-bottom: 0 !important;
  padding: 0 5%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.step-7 h2{
  font-size: 3em;
  color: white;
  font-family: 'bahnschrift';
  margin: 0;
  border-left: 10px solid #B0AEAF;
  padding-left: 10px;
}

.step-7 p,
.step-7 ul li{
  font-size: 1.25em;
  color: white;
  line-height: 1.25em;
  font-family: 'caviardreams';
  margin: 0;
  padding: .5em;
  text-align: left;
}

.step-7 ul{
  max-width: 700px;
}

.step-7 div.imgtext{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.step-7 div.imgtext img{
  height: 380px;
}

/*-------- Steps 9 --------*/

.step-9{
  background-color: #F5F5F5;
  margin-bottom: 0 !important;
  padding: 5%;
  min-height: 100vh;
}

.step-9 h2{
  font-size: 3em;
  color: #333;
  margin: 0;
  font-family: 'bahnschrift';
}

.step-9 .col{
  margin-top: 20vh;
}

.step-9 p{
  font-size: 1.25em;
  line-height: 1.25em;
  color: #333;
}

.step-9 img{
  width: 100%;
  height: 150px;
  object-fit: contain;
}

/*-------- TIPOGRAFIA --------*/

@font-face{
  font-family: 'bahnschrift';
  src: url(../fonts/bahnschrift.ttf);
}

@font-face{
  font-family: 'caviardreams';
  src: url(../fonts/caviardreams.ttf);
}

@font-face{
  font-family: 'segoe-ui';
  src: url(../fonts/segoe-ui.ttf);
}

address{
  font-style: normal;
}

strong{
  font-weight: bold !important;
}

figcaption{
  display: none !important;
}

figure{
  margin: 0 !important;
}

fieldset {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

input{
  width: calc(100% - 1em) !important;
  padding-left: 1em !important;
}

@media(min-width: 993px){
  html{
    overflow-y: hidden;
  }
}