body {
    background-color: white;
    background-size: 100% 620px;
    background-repeat: no-repeat;
}

* {
  font: 400 16px/25px 'Open Sans', sans-serif;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #616161;
	font-weight: 700;
}

body {
  background: #fff;
  overflow-x: hidden;
}
::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
	font-weight: 300;
	font-size:14px;
	color: #367fa8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
	font-weight: 300;
	font-size:14px;
	color: #367fa8;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
	font-weight: 300;
	font-size:14px;
	color: #367fa8;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
	font-weight: 300;
	font-size:14px;
	color: #367fa8;
}
::placeholder { /* Recent browsers */
    text-transform: none;
	font-weight: 300;
	font-size:14px;
	color: #367fa8;
}
h1 {
  font-size: 36px;
  line-height: 36px;
}

h2 {
  font-size: 30px;
  line-height: 30px;
}

h3 {
  font-size: 26px;
  line-height: 26px;
}

h4 {
  font-size: 18px;
  line-height: 18px;
}

h5 {
  font-size: 16px;
  line-height: 16px;
}

h6 {
  font-size: 13px;
  line-height: 13px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #616161;
}

*::selection {
  background: #48A9E0;
  color: #fff;
}

*::-moz-selection {
  background: #27CDAE;
  color: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.relative {
  position: relative;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}


p {
  font-family: 'Open Sans', sans-serif;
  color: #737679;
  font-weight: 400;
  line-height: 25px;
}

i {
  color: #367fa8;
}

/* BUTTONS */

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.new-btn {
  margin: 16px;
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.25rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: transparent;
  will-change: transform, opacity;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 16px;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 2px;
  cursor: pointer;
}

.btn-txt-primary {
	color: rgb(13, 70, 120);
}

.btn-txt-primary:hover {
	background-color: rgba(13, 70, 120, 0.1);
 color: rgb(13, 70, 120);
}

.btn-txt-secondary {
	 color: rgb(13, 70, 120);
}

.btn-txt-secondary:hover {
	background-color: rgba(13, 70, 120, 0.1);
  color: rgb(13, 70, 120);
}

.btn-icon {
	display: inline-block;
	height: 18px;
	width: 18px;
  margin-right: 8px;
  font-size: 16px;
  vertical-align: middle;
}

.btn-raised {
	color: #fff;	
	-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)
}

.btn-raised-primary {
    background: #367fa8;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #48bbfb, #367fa8);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #48bbfb, #367fa8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.btn-raised-primary:hover {
  background: rgba(13, 70, 120, 0.8);  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, rgba(13, 70, 120, 0.8), rgba(13, 70, 120, 0.8));  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #48bbfb, rgba(13, 70, 120, 0.8)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

.btn-raised-secondary {
  background: #3443ef;
  background: -webkit-linear-gradient(to right, #245de0, #682cdd);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #245de0, #682cdd); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.boxPlanoBasico .btn-raised-secondary {
  background: #3443ef;
  background: -webkit-linear-gradient(to left, #7190d8, #8459d8);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #7190d8, #8459d8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.btn-raised-secondary:hover {
  background: #6a75fb;
  background: -webkit-linear-gradient(to bottom, #8790ff, #6a75fb);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #8790ff, #6a75fb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
}

.btn-stroked {
	border-style: solid;
  border-width: 2px;
  line-height: 18px;
}

/*Quando o fundo for escuro/colorido*/
.btn-txt-neg {
	color: rgb(255, 255, 255);
  background: none;
}

.btn-txt-neg:hover {
	background-color: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}

.btn-raised-neg {
	background-color: rgb(255, 255, 255);
	color: rgb(13, 70, 120);
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)
}

.btn-raised-neg:hover {
	background-color: rgba(255, 255, 255, 0.8);
  color: rgb(13, 70, 120);
}

.btn-acesse {
  border: 1px solid rgb(13, 70, 120);
  color: rgb(13, 70, 120);
  padding-right: 14px;
  padding-left: 14px;
}

a:hover {
  text-decoration: none;
  color: rgb(13, 70, 120);
}


/*********************************************************************************/
/*CABEÇALHO*/

.header {
  background-size: 100% 60px;
  background-repeat: no-repeat;
  height: 60px;
  z-index: 100;
  position: relative;
  background-color: white;
  height: 80px;
  display: block;
  -webkit-box-shadow: 0px 7px 37px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 7px 37px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 7px 37px 2px rgba(0,0,0,0.2);
}

.header .group-header {
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: auto;
  top:-5px;
}

.header .col-md-3 {
  position: relative;
  float: left;
  width: auto;
}

.header .logo {
  display: block;
}

.header .group-header .logo {
  display: block;
  width: 100px;
  height: auto;
  margin-top: 10px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.header .col-md-9 {
  position: relative;
  float: right;
  width: auto;
}

.header .menu {
  position: relative;
  width: auto;
  background: none;
  left: auto;
  top: auto;
  height: auto;
  z-index: auto;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: block;
  padding: 9px 0;
}

ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}


.header .menu> ul {
  float: right;
}

.header .menu>ul>li {
  float: left;
  margin-left: 8px;
  position: relative;
  display: inline;
}

.header .menu li {
  position: relative;
  width: auto;
  margin: 0 !important;
  list-style: none;
  text-decoration: none;
}

.header .menu>ul>li>a {
  padding: 6px 12px;
  display: block;
  font-size: 13px;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.header .menu li a {
  position: relative;
  float: left;
  width: auto;
  margin: 0;
}

footer {
  background-color: #616161;
}

footer .container {
  padding-top: 30px;
  padding-bottom: 25px;
  text-align: center;
}

footer .container p {
  color: white;
  font-size: 13px;
  margin: 0 0 10px;
  line-height: 13px;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  padding: 0;
}

footer .container a {
  color: white;
  font-size: 13px;
  margin: 0 0 10px;
  line-height: 13px;
  padding: 5px;
}

footer .infos .infos-bottom {
  padding-top: 15px;
}

footer .infos .infos-bottom p{
  margin: 5px;
}

footer .infoContato {
  display: inline-block;
  padding-left: 10px;
  text-align: left;
  color: white;
}

footer .infoContato i {
  font-size: 2em;
  padding-bottom: 10px;
  vertical-align: middle;
}

footer .infoContato .txt-info {
  display: inline-block;
  margin-top: 30px;
  text-align: center;
}


footer .infoContato span{
  font-size: 15px;
}

footer .infoContato small{
  font-size: 10px;
}

.logoRodape {
  padding: 30px;
}

.infos-bottom i {
  color: white;
  font-size: 15px;
  margin-right: 5px;
}


/*********************************************************************************/



.cover {
  position: absolute;
  width: 100%;
  height: 700px;
  overflow: hidden;
  /*background: url('../img/bg-bn-egestor.png') repeat center center fixed;*/
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 40%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 40%);
}


.cover-panel {
  background-color: rgb(13, 70, 120);
  background-image: -webkit-linear-gradient(to top, #59c0f9 20%, #367fa8 140%);
  background-image: -moz-linear-gradient(to top, #59c0f9 20%, #367fa8 140%);
  background-image: -o-linear-gradient(to top, #59c0f9 20%, #367fa8 140%);
  background-image: -ms-linear-gradient(to top, #59c0f9 20%, #367fa8 140%);
  background-image: linear-gradient(to top, #59c0f9 20%, #367fa8 140%);
  overflow:hidden;
  text-align:center;
  font-family:Helvetica, sans-serif;
  width: 100%;
  height: 100%;
}
's'
#Btn-gratis {
  margin: 10px 0;
  margin-top: 25px;
  padding: 22px 15px;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  text-shadow: 1px 1px 1px rgba(#000, .2);
  color: #fff;
  outline: none;
  background: transparent;
  transition: all 200ms ease-out;

}
 
#Btn-gratis:before {
    content: '';
    display: block;
    width: 150%;
    height: 800%;
    position: absolute;
    top: -200%;
    left: -25%;
    z-index: -100;
    animation: 5000ms infinite spin linear;
    transition: all 200ms ease-out;
    background: linear-gradient(to left, #59c0f9, #367fa8);
}

@keyframes spin{
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

body > section > div.box-1 > div > div > div.col-md-6.col-xs-12.bnHomeTitle > div > p {
  margin-top: 20px;
  font-size: 23px;
  line-height: 1.5em;
}

body > section > div.box-1 > div > div > div.col-md-6.col-xs-12.bnHomeTitle > div > a {
  font-size: 17px;
  margin-top: 25px;
  padding: 15px;
}



#menu .menu-mobile span{
 color: #616161;
 font-size: 11pt;
}

#menu-mobile{
  background-color: white;
}
#menu-mobile:hover{
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
}
#menu-mobile:active{
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.5);
}
#menu-mobile i{
  color: #367fa8;
  font-size: 18pt;
  cursor: pointer;
}
#menu .menu-mobile{
  padding-bottom: 20px;
  padding-top: 20px;
}

#menu .menu-mobile a {
  text-decoration: none;
  color: #616161;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  list-style-type: none;
  padding: 10px 10px 10px 10px;
  z-index: 10;
  border-bottom: 1px solid #d3d3d3;
  
}

#menu .dropdown {
  position: relative;
  display: inline-block;
}

#menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
}
#menu .dropdown:hover .dropdown-content {
  display: block;
}
#menu .dropdown-content a{
  display: block;
  width: 100%;
  min-height: 100%;
}
#menu .dropdown-content a:hover{
  background-color: #367fa8;
  color: #ededed;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.container {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
}

.box-1 {
  position: relative;
}

.box-1 .container {
  padding-top: 50px;
}

.box-1 .title {
  position: relative;
}

.box-1 .title {
  margin-top: 60px;
  position: relative;
  text-align: right;
  margin-left: 20px;
}

.box-2 {
  position: relative;
  text-align: center;
  margin: 100px auto;
  margin-bottom: 50px;
  width: 100%;
}

.box-3 {
  position: relative;
  text-align: center;
  width: 100%;
  background: url('../img/bg-cubos.png') repeat center center fixed;


}

.box-3 .container {
  padding: 30px 0;
}

.box-4 {
  position: relative;
  text-align: center;
  width: 100%;
}

.box-4 .container {
  margin: 50px auto;
}

.box-5 {
  position: relative;
  text-align: center;
  width: 100%;
  background: url('../img/bn-testegratis.jpg') no-repeat center;
  background-size: cover;
  z-index: 10;
}

.green-gradient {
  background: #367fa8;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, rgba(13, 70, 120, 0.6), rgba(13, 70, 120, 0.5));  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, rgba(13, 70, 120, 0.6), rgba(13, 70, 120, 0.5)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient-cont {
  position: relative;
  width: 100%;
  height: 100%;
  background: #367fa8;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, rgba(89, 192, 249, 0.7), rgba(13, 70, 120, 0.52) 150%);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, rgba(89, 192, 249, 0.7), rgba(13, 70, 120, 0.52) 150%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}



#btn-color {
  padding: 10px 20px;
    margin: 16px;


}

#btn-color span {

  line-height: 2.25rem;
    font-weight: 700;
    font-size: 14px;
   animation: textcolor 8s ease infinite;
}

.box-5 .container {
  padding: 5% 0;
}

.box-5 .container h2{
  color: white;
}

.box-6 {
  position: relative;
  width: 100%;
  background-color: #F7F6F6;
}

.box-6 .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.box-6 .container h2{
  text-align: center;
}

.box-7 {
  position: relative;
  width: 100%;
  background: url(../img/back-zipline.jpg) no-repeat center bottom fixed;
  background-size: cover;
}

.box-7 h2 {
  text-align: center;
}

.box-7 .container {
  padding: 50px 0;
}

.box-8 {
  position: relative;
  width: 100%;
  min-height: 250px;
  background: #367fa8;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, rgba(89, 192, 249, 0.7), rgba(13, 70, 120, 0.52));  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, rgba(89, 192, 249, 0.7), rgba(13, 70, 120, 0.52)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.box-8 .title {
  text-align: center;
  margin-top: 100px;

}

.box-8 .title a {
  margin-top: 30px;
}

.box-8 img {
  position: relative;
  margin-top: 30px;
}

.box-9 {
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #F7F6F6;
}

.box-9 .container {
  padding: 50px 0;
}

.box-10 {
  position: relative;
  text-align: center;
  width: 100%;
}

.box-10 .container {
  padding: 30px 0;
}

.box-11 {
  background-image: url(../img/bg-acesse.jpg);
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-12 {
  width: 100%;
  background-color: #F7F6F6;
}

.box-12 .container {
  padding: 50px 0;
}

.box-13 {
  background: url(../img/bn-trocarsenha.jpg) no-repeat center bottom;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
}


#faleconosco-topo > div > div {
  min-height: 610px;
}

.box-12 h1, .box-12 h2 {
  text-align: center;
}

.bnHomeTitle h1{
    color: white;
}

.bnHomeTitle p{
    color: white;
}

.bnHomeTitle p span {
    color: white;
}

.bnHomeTitle a {
    margin-right: 0px;
}

.boxBeneficio {
    padding: 30px;
}

.boxBeneficio i {
  font-size: 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(#59c0f9), to(#367fa8)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.boxBeneficio p {
  color: #666666;
  text-align: center;
}

.Bg-Zen {
  background-image: -webkit-linear-gradient(to right, hsla(0, 0%, 64%, 0.5) -50%, rgba(249, 249, 249, 0.5), hsla(0, 0%, 64%, 0.5) 150%);
  background-image: -moz-linear-gradient(to right, hsla(0, 0%, 64%, 0.5) -50%, rgba(249, 249, 249, 0.5), hsla(0, 0%, 64%, 0.5) 150%);
  background-image: -o-linear-gradient(to right, hsla(0, 0%, 64%, 0.5) -50%, rgba(249, 249, 249, 0.5), hsla(0, 0%, 64%, 0.5) 150%);
  background-image: -ms-linear-gradient(to right, hsla(0, 0%, 64%, 0.5) -50%, rgba(249, 249, 249, 0.5), hsla(0, 0%, 64%, 0.5) 150%);
  background-image: linear-gradient(to right, hsla(0, 0%, 64%, 0.5) -50%, rgba(249, 249, 249, 0.5), hsla(0, 0%, 64%, 0.5) 150%);
}

.boxSeguranca {
  width: 90%;
  position: relative;
  display: inline-block;
  margin: auto;
  margin-top: 50px;
}

.boxSeguranca p{
  text-align: justify;
}

.boxSeguranca i {
  font-size: 30px;
}

.boxSeguranca a {
  color: #36c690;
  text-transform: uppercase;
}

.box-duvida {
  margin: 30px 0;
  margin-bottom: 0;
}

.box-duvida ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  color: #737679;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.logo-zip {
  float: right;
  width: 40%;
  margin-top: 30px;
}

.bnImgEmissor {
  position: relative;
  width: 100%;
  min-height: 250px;
  background: url('../img/bn-testegratis.jpg') no-repeat center;
  background-size: cover;
}
.bnEmissorTitle {
  text-align: left;
}

.bnImgPlanos {
  position: relative;
  width: 100%;
  min-height: 250px;
  background: url('../img/planos.jpg') no-repeat center;
  background-size: cover;
}

.bnPLanosTitle {
  text-align: left;
}

.bnPlanosTitle h1{
  color: white;
  margin-top: 30px;
}

.tituloPlano {
  padding: 15px;
}

.preco {
  background-color: #e7f6ef;
  padding: 15px;
}

.preco small {
  font-weight: 700;
}

.box-infoGratuito {
  margin-top: 30px;
}

.box-planos {
  text-align: left;
  padding: 15px 30px;
}
.boxPlanoGratuito {
  background-color: white;
  width: 95%;
  border-top: 10px solid transparent;
  border-image-source: -webkit-linear-gradient(to right, #a9ecce, #7a8df7 50%);  /* Chrome 10-25, Safari 5.1-6 */
  border-image-source: linear-gradient(to right, #a9ecce, #7a8df7 50%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-image-slice: 1;
  border-radius: 8px;
  padding-bottom: 10px;
  margin: 15px auto;
  -webkit-box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
}
.boxPlanoBasico {
  background-color: white;
  width: 95%;
  border-top: 10px solid transparent;
  border-image-source: -webkit-linear-gradient(to right, #a9ecce, #88a5e9);  /* Chrome 10-25, Safari 5.1-6 */
  border-image-source: linear-gradient(to right, #a9ecce, #88a5e9);  border-image-slice: 1;
  border-radius: 8px;
  padding-bottom: 10px;
  margin: 15px auto;
  -webkit-box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
}
.boxPlanoIlimitado {
  background-color: white;
  width: 95%;
  border-top: 10px solid transparent;
  border-image-source: -webkit-linear-gradient(to right, #88a6e8, #7a8df7);  /* Chrome 10-25, Safari 5.1-6 */
  border-image-source: linear-gradient(to right, #88a6e8, #7a8df7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-image-slice: 1;
  border-radius: 8px;
  padding-bottom: 10px;
  margin: 15px auto;
  -webkit-box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
}
.boxCadastrok {
  padding: 30px;
}

.boxCadastrok p, .boxCadastrok a {
  color: #666666;
  text-align: center;
}

.boxCadastrok a {
  font-weight: 700;
}

#plnGratis {
  border-image-source: -webkit-linear-gradient(to right,  #e4f9f0, #a9ecce 50%);  /* Chrome 10-25, Safari 5.1-6 */
  border-image-source: linear-gradient(to right, #e4f9f0, #a9ecce 50%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-image-slice: 1;
}


.cover-contato {
  position: absolute;
  width: 55%;
  height: 100%;
  right: 0;
  background: url(../img/bn-contato.jpg) no-repeat top;
  top: 0;
}

.gradient-cont {
  position: relative;
  width: 100%;
  height: 100%;
  background: #367fa8;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, rgba(89, 192, 249, 0.7), rgba(13, 70, 120, 0.52) 150%);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, rgba(89, 192, 249, 0.7), rgba(13, 70, 120, 0.52) 150%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.boxFaleConosco {
  text-align: center;
}

.tituloForm {
  padding: 15px 0;
  text-align: left;
}

form {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #666666;
}

form button {
  width: 100%;
  margin: 16px 0 !important;
}

textarea {
    resize: none;
}

#form-contato #faleConosco_send {
  text-align: center;

}

.bn-contato .container {
  width: 100%;
  text-align: center;
}

.bn-contato h1{
  color: white;
}

.plane-contato {
  margin-top: 10px;
  width: 80%;
}

.box-login {
  padding: 30px 0;
  width: 90%;
  margin-top: 30px;
}

.box-login h1, .box-login h2, .box-login label {
  color: white;
}

.loginPanel form {
  color: white;
}

.btn-esqSenha {
  text-transform: none;
  margin-top: 0px;
}

#esqueceuSenhaBox {
  text-align: center;
}

#esqueceuSenhaBox button{
  font-size: 13px;
}

#esqueceuSenhaBox input{
  color: #666666;
}

#box-senha {
  text-align: right;
}

#esqueceuSenhaBox p {
  color: #fff;
}

.novo-cadastro {
  text-align: center;
  margin: 30px auto;
}

.novo-cadastro h4{
  color: #fff;
}

.boxFormCadastro {
  background-color: #ffffffd4;
  padding: 20px;
  -webkit-box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
  border-radius: 0 0 8px 8px;
}


.passo .faixa {
  margin-top: 30px;
  height: auto;
  padding: 5px 0;
  text-align: center;
  background: #367fa8;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3eb4f6 40%, #367fa8);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3eb4f6 40%, #367fa8);
  -webkit-box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 7px 15px 1px rgba(0,0,0,0.1);
}

.passo .faixa i {
  color: white;
}

#cadastro .voltar-passo {
  width: 30%;
  margin: auto;
}

#cadastro .proximo-passo {
  width: 60%;
  margin: auto;
}

#msgNotaServico {
  font-size: 11px;
  line-height: 15px;
  text-align: justify;
}

#msgNotaServico p{
  font-size: 14px;
  color: #89cfa1;
}

#msgNotaServico > p:nth-child(1){
  font-weight: bold;
}

#msgNotaServico > p:nth-child(1) > i{
  color:#fffb00;
}
#cadastro .box-12{
  background:url(../img/cadastro.jpg) center center no-repeat;
  background-size: cover;
}
.box-12 h1{
  color: white;
  text-align: right;
}

#msgNotaServico b {
  font-size: 13px;
}

#passo2 {
    display: none;
}

#box-termos {
  text-align: center;
}

#termosUso {
  margin: 0 20px auto auto;
}

#box-termos>span {
  font-size: 11px;
}

.botoes-cadastro {
  text-align: center;
}


#termosUso {
  padding: 10px 20px;
}

#termosUso a {
  color: #666666;
  font-weight: 700;
}

#termosUso a:hover {
  color: rgb(13, 70, 120);
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; }


.cadeado-svg {
  text-align: center;
}

#cadeado {
  width: 300px;
  margin-top: 120px;
  margin-left: 100px;
}

#cadeado {
  transition: all .2s ease-in-out;
}

#cadeado:hover {
  transform: scale(1.3);
}

#cadeado:hover > #alca {
  transform: translate(0,-1.5em);
}

/***************************************************************************/
/* BANNERS */

.bn_eGestor {
  background: url('../img/bg-bn-egestor.png') repeat center center fixed;
}

.purple_gradient {
  background: #313131c4;
  /*background: -webkit-linear-gradient(to bottom, rgba(106, 117, 251, 0.8), rgba(57, 63, 132, 0.8));
  background: linear-gradient(to bottom, rgba(106, 117, 251, 0.8), rgba(57, 63, 132, 0.8));*/
  text-align: center;
  width: 100%;
  padding: 50px 0;
}

.bn_eGestor.container {
  width: 90%;
}

.logo_eGestor {
  width: 180px;
  padding: 10px;
  padding-top: 30px;
}

.txtBn h2, .txtBn h3 {
  color: #fff;
}

.txtBn {
  padding: 10px;
}

.txtBn .btn-txt-neg:hover {
    background-color: rgba(235, 51, 56, 0.66);
}

/***************************************************************************/
/* ANIMACOES */

#vetorNote {
  width: 110%;
  margin-top: 60px;
}

#linha1 {
  animation: dash 5s linear;
  animation-iteration-count: infinite;
}

#linha2, #linha3, #Rastro {
  animation: dashn 5s linear;
  animation-iteration-count: infinite;
}


#Circle1, #Circle2, #Circle3, #Circle4 {
  stroke: white;
  stroke-width: 2px;
  animation-name: explosion-point;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-delay: initial;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-fill-mode: initial;
  animation-play-state: initial;
}


#Plane {
  animation: pulse 2s infinite alternate;
}

#Btn-gratis {
  animation: pulse 0.5s 12 alternate;
}

@keyframes dash {
  to {
    stroke-dashoffset: 200;
  }
}

@keyframes dashn {
  to {
    stroke-dashoffset: -200;
  }
}

@keyframes explosion-point {
  0% { stroke-width: 0;  stroke-opacity: 0.5;}
  25% { stroke-width: 25;  stroke-opacity: 0;}
  50% { stroke-width: 0;  stroke-opacity: 0;}
  75% { stroke-width: 0;  stroke-opacity: 0.5;}
  100% { stroke-width: 25;  stroke-opacity: 0;}
}

@-webkit-keyframes pulse {
  0%,40% { transform: translateY(0); }
  70% { transform: translateY(3px); }
}
@-moz-keyframes pulse {
  0%,40% { transform: translateY(0); }
  70% { transform: translateY(3px); }
}
@-o-keyframes pulse {
  0%,40% { transform: translateY(0); }
  70% { transform: translateY(3px); }
}
@keyframes pulse {
  0%,40% { transform: translateY(0); }
  70% { transform: translateY(3px); }
}

@keyframes grow {
  to {-webkit-transform: scale(1.5);}
  to {-moz-transform: scale(1.5);}
  to {-ms-transform: scale(1.5);}
  to {-o-transform: scale(1.5);}
  to {transform: scale(1.5);}
}

@keyframes unlock {
  0%,40% {transform: translate(0)};
  70% {transform: translate(0,-1.5em);}
}

@keyframes textcolor {
  0% {
    color: #367fa8;
  }
  50% {
    color: #4b7edf;
  }
  100% {
    color: #367fa8;
  }
}


/******************************************/
/* MEDIA QUERIES */

/* Telefones em paisagem e abaixo */
@media (max-width: 480px) { 
   .container {
    width: 90%;
   }
    .cover {
    height: 600px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 75%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 75%);
   }
 }

@media (max-width: 460px){
  #fale-conosco > div.box-14 > div > div > div > div > br{
    display: none;
  }
  #fale-conosco > div.box-14 > div > div > div > div > p:nth-child(3){
    display: none;
  }
}

 
/* Telefones em paisagem a tablet em retrato */
@media (min-width: 300px) and (max-width: 414px) {
   .cover {
    height: 620px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 75%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 75%);
   }

    #Btn-gratis {
    font-size: 15px;
  }
}

@media (min-width: 415px) and (max-width: 492px) {
  .cover {
    height: 600px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 75%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 75%);
  }

  .cover-contato {
    visibility: hidden;
  }

  #Btn-gratis {
    font-size: 15px;
  }
}

@media (min-width: 493px) and (max-width: 700px) {
  .cover {
    height: 500px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 85%);
  }

   .cover-contato {
    visibility: hidden;
   }

  #Btn-gratis {
    font-size: 15px;
  }
}


@media (max-width: 767px) {
  .container {
    width: 90%;
  }

  .cover-contato {
    visibility: hidden;
  }
}
 
/* Tablet em retrato a paisagem e desktop */
@media (min-width: 701px) {
  .container {
    width: 750px;
  }
  .cover {
    height: 400px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
  }
}

@media (max-width: 991px) {
  .cover-contato {
    visibility: hidden;
  }

}


@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .cover-contato {
    width: 50%;
   }

   body > section > div.box-1 > div > div > div.col-md-6.col-xs-12.bnHomeTitle > div > p {
    width: 80%;
    float: right;
   }

     .cover {
    height: 600px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 70%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 70%);
  }
}


 
/* Desktop grande */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .cover-contato {
    width: 55%;
  }
}
@media (max-width: 991px){
  .box-12 h1{
    text-align: center;
   }
}

/* ERROR MENSAGENS
==============================*/

.alert {
  margin-bottom: 0px !important;
}

.errorInput{
  border: 2px solid #A51600;
}

.box-alert{
  display: none;
}

#bg-alert{
 position:fixed;
 left: 0;
 right: 0;
 margin-left: auto;
 margin-right: auto;
 margin-top: 100px;
 width: 300px;
 z-index:1032; 
 background-color: rgba(19,45,48, .9);
 color: #EDEDED;
 font-size: 11pt;
 text-align: center;
 padding: 20px;
 border-radius: 4px;
}


.box-alert #close i{
  color: #367fa8;
  font-size: 28pt;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  /* display: none;*/

}

.has-error .form-control{
  box-shadow: none;
  border: 2px solid #c54f4d;;
}

.overlay-alert{
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1031;
  left: 0;
  top: 0;
  background: #0c5d37;
  background: -webkit-linear-gradient(to right, #0c5d37d9 40%, #0c1261bd);
  background: linear-gradient(to right, #0c5d37d9 40%, #0c1261bd);
}

#form-cadastro .has-feedback label~.form-control-feedback {
    top: 31px;
}

.box-14 h1{
  text-align: center;
}

.box-14 h2{
  text-align: center;
}
