@font-face {
  font-family: 'Helvetica Neue LT Std Blk';
  src: url('fonts/HelveticaNeueLTStd-Blk.eot');
  src: url('fonts/HelveticaNeueLTStd-Blk.eot?#iefix') format('embedded-opentype'),
       url('fonts/HelveticaNeueLTStd-Blk.woff') format('woff'),
       url('fonts/HelveticaNeueLTStd-Blk.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face{
  font-family: 'Helvetica Neue LT Std Bold';
  src: url('fonts/HelveticaNeueLTStd-Bd.eot');
  src: url('fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
       url('fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
       url('fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face{
  font-family: 'HelveticaLTStd-Roman';
  src: url('fonts/HelveticaLTStd-Roman.eot');
  src: url('fonts/HelveticaLTStd-Roman.eot?#iefix') format('embedded-opentype'),
       url('fonts/HelveticaLTStd-Roman.woff2') format('woff2'),
       url('fonts/HelveticaLTStd-Roman.woff') format('woff'),
       url('fonts/HelveticaLTStd-Roman.ttf') format('truetype'),
       url('fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
/************/
html,
body{
  padding: 0;
  margin: 0;
}
body{
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  /*background: url(img/bg-img.jpg) no-repeat top center fixed;*/
  background: url(img/bg-colors.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
ul{
  margin:0px;
  padding:0px;
}
li{
  margin-bottom:0px;
  list-style: none;
}
a{
  color: #ffffff;
  text-decoration:none;
}
img{
  border:none;
}
button{
  cursor: pointer;
}
footer{
  position: absolute;
  bottom: 0px;
  font-family: 'HelveticaLTStd-Roman';
  font-size: 1.233em;
  padding-bottom: 10px;
}
footer a.selected{
  font-weight: bold;
}
footer a:hover{
  text-decoration: underline;
}
.footer-1{
  padding-bottom: 10px;
}
.footer-center{
  left: 50%;
  margin-left: -78px;
}
.clear{
  clear: both;
}
.margin-link{
  margin-right: 10px;
}
.center{
  width: 388px;
  margin: 0 auto;
}
.bt-inline{
  display: inline-block;
}
.bt-general{
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.bt-type-01{
  font-family: 'HelveticaLTStd-Roman';
  text-align: center;
  width: 96px;
  height: 31px;
  line-height: 28px;
  text-transform: uppercase;
  border: none;
}
.bt-type-02{
  font-family: 'HelveticaLTStd-Roman';
  text-align: center;
  width: 307px;
  /*height: 43px;
  line-height: 43px;*/
  text-transform: uppercase;
  border: none;
  padding: 15px 0px;
}
.bt-type-03{
  font-family: 'HelveticaLTStd-Roman';
  text-align: center;
  width: 307px;
  /*height: 43px;
  line-height: 39px;*/
  text-transform: uppercase;
  border: none;
  padding: 11px 0px;
}
.bt-color-01{
  background: #47f67f;
  color: #333333;
  border: 2px solid #47f67f;
  cursor: pointer;
}
.bt-color-01:hover{
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.bt-color-02{
  background-color: #455797;
  color: #ffffff;
}
.bt-color-02:hover{
  background-color: #689ecd;
}
.bt-color-03{
  background: none;
  color: #ffffff;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.bt-color-03:hover{
  background: #47f67f;
  border: 2px solid #47f67f;
  color: #333333;
}
.bt-face{
  margin-bottom: 25px;
  margin-top: 25px;

  background-color: #455797;
  color: #ffffff;

  font-family: 'HelveticaLTStd-Roman';
  text-align: center;
  width: 307px;
  text-transform: uppercase;
  border: none;
  padding: 15px 0px;
}
.bt-space{
  margin-bottom: 20px;
}
.call-forgot{
  font-size: 0.917em;
}
.call-forgot a{
  text-decoration: underline;
}
.border-radius{
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.input-vazado{
  background: none;
  padding: 10px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.input-size-01{
  width: 155px;
}
.input-size-02{
  width: 86px;
}
.input-size-03{
  width: 290px;
  margin-bottom: 30px;
}
.left-side,
.right-side{
  min-height: 100%;
  position: relative;
  height: 100vh;
}
.left-side{
  width: 50%;
  float: left;
  background-color: rgba(98,151,200,.4);
}
.right-side{
  width: 50%;
  float: right;
  background-color: rgba(0,0,0,.7);
}
.area-logo{
  padding-top: 29px;
  padding-bottom: 145px;
}
.area-login{
  background-color: rgba(0,0,0,.4);
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 110px;
}
.call-1{
  font-family: 'Helvetica Neue LT Std Bold';
  padding-bottom: 20px;
}
.call-1 .size-1{
  font-size: 7.390em; /*3.367em;*/
  /*letter-spacing: -7px;
  letter-spacing: -7px !important;*/
  margin-right: 15px;
}
.call-1 .size-2{
  font-size: 4.367em; /*2.067em;*/
  /*letter-spacing: -3px;
  letter-spacing: -3px !important;*/
}
.call-1 .size-3{
  font-size: 8.124em; /*4.133em;*/ /*8.624em;*/
  /*letter-spacing: -9px;*/ /*-7px;*/
  /*letter-spacing: -9px !important;*/
  line-height: 70px;
}
.call-1 .location-1 .size-1{
  letter-spacing: -7px;
  font-size: 3.367em;
}
.call-1 .location-1 .size-2{
  letter-spacing: -3px;
  font-size: 2.067em;
}
.call-1 .location-1 .size-3{
  letter-spacing: -7px;
  font-size: 4.133em;
}
.call-2{
  font-family: 'HelveticaLTStd-Roman';
  /*margin-top: 20px;*/
  width: 435px; /*Botei isso pois há textos enormes*/
}
.link-forgot-1{
  text-align: right;
  padding-right: 105px;
  padding-top: 5px;
  font-size: 0.917em;
}
.link-forgot-1 a{
  color: #aaaaab;
}
.right-content{
  text-align: center;
}
.right-content h2{
  font-family: 'Helvetica Neue LT Std Bold';
  font-size: 1.500em;
}
/*.right-content footer{
  right: 0px;
}*/
.hidden-minor-mobile{
  display: block;
}
.big-screen{
  display: block;
}
.small-screen{
  display: none;
}
.mobile-general{
  height: 100vh;
}
.mobile-center{
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.mobile-menu{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: block;
  width: 90%;
  height: 100vh;
  background: #3c3e42;
  visibility: hidden;
  opacity: 0;
  padding: 5%;
  text-align: center;

  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.mobile-menu.fixed{
    visibility: visible;
    opacity: 1;
}
.mobile-close-menu{
  text-align: left;
}
.mobile-close-menu a{
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(img/bt-close.png) center center no-repeat;
}
.mobile-menu-area{
  padding-top: 50px;
  font-family: 'Helvetica Neue LT Std Bold';
  font-size: 2.083em;
}
.mobile-menu-area li{
  padding-bottom: 15px;
}
.mobile-top{
  background-color: rgba(0,0,0,.8);
  padding: 14px 3% 14px 3%;
  margin-bottom: 45px;
}
.mobile-open-menu{
  display: inline-block;
  float: right;
  width: 24px;
  height: 21px;
  background: url(img/bt-menu.png) center center no-repeat;
  margin-top: 12px;
}
.mobile-big-call{
  margin-bottom: 15px;
}
.mobile-big-call h1{
  font-family: 'Helvetica Neue LT Std Bold';
  line-height: 35px;
  letter-spacing: -1px;
}
.mobile-big-call h1 span.minor{
  font-size: 1.533em;
}
.mobile-big-call h1 span.bigger{
  font-size: 1.733em;
}
.mobile-small-call{
  height: 40px;
}
.mobile-content input::-webkit-input-placeholder{
  color: #ffffff;
  opacity: 0.8;
}
.mobile-content input::-moz-placeholder{
  color: #ffffff;
  opacity: 0.8;
}
.mobile-content input:-ms-input-placeholder{
  color: #ffffff;
  opacity: 0.8;
}
.mobile-content input:-moz-placeholder{
  color: #ffffff;
  opacity: 0.8;
}
/******** EFEITO CHAMADA MAIOR ********/
svg.intro{
  /*background: linear-gradient(135deg, #aa3bb1, #582a7e);
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 30px 50px -20px #2e0642;*/
}
svg.intro .text{
  display: none;
}
svg.intro.go .text{
  /*font-family: Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase; */
  display: inline-block;
}
svg.intro.go .text-stroke{
  fill: none;
  stroke: #455797;
  stroke-width: 27px;
  stroke-dashoffset: -900;
  stroke-dasharray: 900;
  stroke-linecap: butt;
  stroke-linejoin: round;
  animation: dash 2.5s ease-in-out forwards;
  -webkit-animation: dash 2.5s ease-in-out forwards;
  -moz-animation: dash 2.5s ease-in-out forwards;
  -o-animation: dash 2.5s ease-in-out forwards;
}
svg.intro.go .text-stroke:nth-child(2){
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -o-animation-delay: .3s;
}
svg.intro.go .text-stroke:nth-child(3){
  animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -o-animation-delay: .9s;
}
svg.intro.go .text-stroke-2{
  stroke: #ffffff;
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
}
svg.intro.go .text-stroke:nth-child(5){
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
}
svg.intro.go .text-stroke:nth-child(6){
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
}
@keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}
/******** /EFEITO CHAMADA MAIOR ********/
/******** EFEITO FRASE MENOR ********/
.text{
  position: relative;
  /*width: 450px;
  left: 50%;
  margin-left: -225px;
  height: 40px;
  top: 50%;
  margin-top: -20px;*/
}
p{
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.word{
  position: absolute;
  /*width: 220px;*/
  opacity: 0;
  word-spacing: 20px;

  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.word2{ /*FRASES MOBILE*/
  position: absolute;
  width: auto;
  opacity: 0;
  word-spacing: 20px;

  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.word2:nth-child(1){
  left: 50%;
  margin-left: -176px;
}
.word2:nth-child(2){
  left: 50%;
  margin-left: -145px;
}
.word2:nth-child(3){
  left: 50%;
  margin-left: -166px;
}
.word2:nth-child(4){
  left: 50%;
  margin-left: -215px;
}
.word2:nth-child(5){
  left: 50%;
  margin-left: -102px;
}
.word2:nth-child(6){
  left: 50%;
  margin-left: -147px;
}
.word2:nth-child(7){
  left: 50%;
  margin-left: -103px;
}
.letter{
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}
.letter.out{
  /*opacity: 0;*/
  transform: rotateX(90deg);
  transition: transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.letter.behind{
  transform: rotateX(-90deg);
}
.letter.in{
  transform: rotateX(0deg);
  transition: transform 0.28s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.white{
  color: #ffffff;
}
.blank-space{
  display: inline-block;
  width: 6px;
  height: 1px;
  float: left;
  margin-right: 0px;
}
.hidden {
  display: none;
}
/******** /EFEITO FRASE MENOR ********/
/******** RESPONSIVO ********/
@media screen and (max-width: 860px){ /**/
  body {
    background: url(img/bg-colors-blue.jpg) no-repeat top center fixed;
  }
  /*footer{
    position: relative;
  }
  .left-side,
  .right-side{
    min-height: auto;
    height: auto;
    width: 100%;
    float: none;
  }
  .area-logo{
    padding-bottom: 29px;
  }
  .area-big-call{
    padding-bottom: 35px;
  }
  .area-login{
    margin-bottom: 25px;
  }*/
  .big-screen{
    display: none;
  }
  .small-screen{
    display: block;
  }
}
@media screen and (max-width: 600px){ /*MEDIUM MOBILE*/
}
@media screen and (max-width: 440px){
  .call-2{
    width: 100%;
  }
  .word{
    width: 80%;
  }
  .area-logo{
    text-align: center;
  }
  .area-login{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hidden-minor-mobile{
    display: none;
  }
}
@media screen and (max-width: 420px){ /*MINOR MOBILE*/
  .center{
    width: 98%;
  }
  .area-big-call{
    padding-bottom: 70px;
  }
  .area-login{
    text-align: center;
  }
  .area-login input{
    width: 90%;
    margin-bottom: 8px;
  }
  .area-login button{
    display: inline-block;
  }
  .link-forgot-1{
    text-align: center;
    padding-right: 0px;
    padding-top: 15px;
  }
  .call-forgot{
    display: inline-block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px){ /*MINOR MINOR MOBILE*/
}
@media screen and (max-width: 320px){ /*SUPER MINOR MOBILE*/
  .bt-type-02,
  .bt-type-03{
    width: 95%;
  }
  .input-size-03{
    width: 90%;
  }
}
@media screen and (max-width: 410px){
 .mobile-center{
   width: 98%;
 }
 .text{
   font-size: 0.817em;
 }
 .word2:nth-child(1){
   left: 58%;
 }
 .word2:nth-child(2){
   left: 58%;
 }
 .word2:nth-child(3){
   left: 58%;
 }
 .word2:nth-child(4){
   left: 68%;
 }
 .word2:nth-child(5){
   left: 55%;
 }
 .word2:nth-child(6){
   left: 58%;
 }
 .word2:nth-child(7){
   left: 55%;
 }
}
