.page1 {
  background-image: url("../images/background_page1_mobile.jpg");
  overflow: hidden;
  text-align: center;
  background-position: top; }
  .page1 .logo {
    width: 55vw;
    max-width: 200px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 8vh;
    margin-bottom: 2vh; }
  .page1 #arrow_mobile {
    position: absolute;
    right: 5vw;
    height: 10vh;
    width: auto;
    animation: animation 1.5s 1 ease-in;
    animation-iteration-count: 3; }
@keyframes animation {
  0% {
    bottom: 60vh;
    opacity: 1; }
  70% {
    bottom: 80vh; }
  80% {
    opacity: 0; }
  100% {
    bottom: 60vh; } }
  .page1 .desktop {
    display: none; }
  .page1 .form-group {
    margin-bottom: 0;
    margin-top: 0;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .page1 .form-group .label {
      text-align: center;
      font-family: 'americanTypewriter';
      font-weight: 400;
      font-size: 2.1vh;
      line-height: 2;
      color: #554852;
      margin-bottom: 0;
      margin-top: 0; }
    .page1 .form-group .input {
      margin: auto;
      font-family: 'americanTypewriter';
      font-weight: 400;
      font-size: 2.1vh;
      background-color: #A1404F;
      color: #FFF;
      width: 38vw;
      text-align: center;
      border-radius: 6px;
      margin-bottom: 0;
      margin-top: 0;
      height: 4vh; }
    .page1 .form-group ::placeholder {
      color: #FFF;
      opacity: 1; }
    .page1 .form-group :-ms-input-placeholder {
      color: #FFF; }
    .page1 .form-group ::-ms-input-placeholder {
      color: #FFF; }
    .page1 .form-group .button {
      margin-top: 2vh;
      font-family: 'americanTypewriter';
      font-weight: 400;
      font-size: 2.1vh;
      background-color: #A1404F;
      color: #FFF;
      border-radius: 6px;
      height: 4vh;
      width: 18vw;
      line-height: 0;
      border: none; }
    .page1 .form-group .button:hover {
    	cursor: pointer;
    }
    .page1 .form-group .buttonMenu {
      font-family: 'americanTypewriter';
      font-weight: 400;
      font-size: 2.1vh;
      border: #A1404F 1px solid;
      border-radius: 6px;
      margin-bottom: 2vh;
      height: 4vh;
      line-height: 0;
      padding-right: 2vh;
      padding-left: 2vh;
      background: rgba(255,255,255,0.5); }
    .page1 .form-group .buttonMenu:hover {
    	cursor: pointer;
    	background: rgba(193, 66, 66, 0.2);
    }
    .page1 .form-group .buttonCadastro {
    	border: #576B63 1px solid;
    	font-family: 'americanTypewriter';
	    font-weight: 400;
	    font-size: 2.1vh;
	    border-radius: 6px;
	    margin-bottom: 2vh;
	    height: 4vh;
	    line-height: 0;
	    padding-right: 2vh;
	    padding-left: 2vh;
	    background: rgba(255,255,255,0.5); 
    }
    .page1 .form-group .buttonCadastro:hover {
    	cursor: pointer;
    	background: rgba(87, 107, 99, 0.2);
    }
  @media screen and (min-width: 500px) {
    .page1 {
      background-position: 50% 80%; } }

@media screen and (min-width: 961px) {
  .page1 {
    background-image: url("../images/background_page1.jpg"); }
    .page1 .logo {
      width: 12vw;
      max-width: 300px;
      min-width: 180px;
      height: auto;
      display: block;
      margin: auto;
      margin-top: 8vh;
      margin-bottom: 2vh; }
    .page1 .desktop {
      display: block; }
    .page1 .mobile {
      display: none; }
    .page1 .stamp {
      position: absolute;
      top: 5vh;
      left: 5vw;
      height: 38vh;
      width: auto; }
    .page1 .arrow {
      position: absolute;
      bottom: 5vh;
      right: 5vw;
      height: 20vh;
      width: auto; }
    .page1 .form-group {
      position: absolute;
      top: 2vh;
      right: 2vw;
      display: flex;
      flex-direction: row;
      height: 5vh; }
      .page1 .form-group .label {
        margin: 0;
        margin-right: 0.5vw;
        font-size: 1vw; }
      .page1 .form-group .input {
        width: 12vw;
        margin: 0;
        margin-right: 1vw;
        font-size: 1vw;
        background-color: #FFF;
        color: #847B74; }
       .page1 .form-group .input_error {
      	width: 12vw;
        margin: 0;
        margin-right: 1vw;
        font-size: 1vw;
        color: #A1404F;
        background-color: #FFE8E8;}
      .page1 .form-group ::placeholder {
        color: #847B74; }
      .page1 .form-group :-ms-input-placeholder {
        color: #847B74; }
      .page1 .form-group ::-ms-input-placeholder {
        color: #847B74; }
      .page1 .form-group .button {
        width: 8vw;
        margin: 0;
        font-size: 1vw; } 
      .page1 .form-group .buttonMenu {
        margin-bottom: 0;
      	margin-right: 2vh; }
      .page1 .form-group .buttonCadastro {
        margin-bottom: 0;
      	margin-right: 2vh; }
      }
.page2 {
  background-image: url("../images/background_page2_mobile.jpg");
  background-position: center bottom;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .page2 .desktop {
    display: none; }
  .page2 .textblock {
    width: 86vw;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    .page2 .textblock .text {
      font-family: 'algerian';
      color: #554852;
      text-align: center; }
    .page2 .textblock .text1 {
      font-size: 13.5vw;
      line-height: 11.5vw; }
    .page2 .textblock .text2 {
      font-size: 19vw;
      line-height: 18vw; }
    .page2 .textblock .text3 {
      font-size: 12.5vw;
      line-height: 10.5vw; }
    .page2 .textblock .text4 {
      font-size: 17.5vw;
      line-height: 15.5vw; }
    .page2 .textblock .text5 {
      font-size: 17.5vw;
      line-height: 15.5vw;
      margin-left: 3vw; }
    .page2 .textblock .text6 {
      font-size: 14vw;
      line-height: 12vw; }
    .page2 .textblock .text7 {
      font-size: 16.5vw;
      line-height: 14.5vw; }
    .page2 .textblock .text8, .page2 .textblock .text9 {
      margin: 0;
      font-family: 'americanTypewriter';
      font-weight: 600;
      font-size: 2.8vh;
      line-height: 2.8vh;
      color: #554852;
      text-align: justify; }
    .page2 .textblock hr {
      width: 100%;
      border: 2px solid #A1404F;
      border-radius: 4px;
      width: 84vw;
      margin: 0;
      margin-bottom: 2vh;
      margin-top: 2vh; }
    .page2 .textblock .btn {
      font-family: 'americanTypewriter';
      font-weight: 400;
      font-size: 3vh;
      background-color: #A1404F;
      color: #FFF;
      border-radius: 10px;
      margin-top: 3vh; }

@media screen and (min-width: 961px) {
  .page2 {
    background-image: url("../images/background_page2.jpg");
    display: flex;
    height: auto; }
    .page2 .mobile {
      display: none; }
    .page2 .desktop {
      display: block; }
    .page2 .textblock {
      width: 80vw; }
      .page2 .textblock .text {
        font-family: 'algerian';
        color: #554852;
        text-align: center; }
      .page2 .textblock .text1, .page2 .textblock .text2 {
        font-size: 7.2vw;
        line-height: 6vw; }
      .page2 .textblock .text2 {
        margin-left: 1.5vw; }
      .page2 .textblock .text3, .page2 .textblock .text4 {
        font-size: 8.2vw;
        line-height: 7.5vw; }
      .page2 .textblock .text4 {
        margin-left: 1.5vw; }
      .page2 .textblock .text5, .page2 .textblock .text6, .page2 .textblock .text7 {
        font-size: 5.9vw;
        line-height: 5.6vw; }
      .page2 .textblock .text5 {
        margin-left: 0; }
      .page2 .textblock .text6 {
        margin-left: 1.5vw; }
      .page2 .textblock .text7 {
        margin-left: 1.5vw; }
      .page2 .textblock .text8 {
        font-size: 2.8vw;
        line-height: 3vw; }
      .page2 .textblock .text9 {
        font-size: 3vw;
        line-height: 3.5vw; }
      .page2 .textblock hr {
        border: 4px solid #A1404F;
        width: 56vw;
        margin: auto;
        margin-bottom: 2vh;
        margin-top: 2vh; }
      .page2 .textblock .btn {
        font-size: 2vw;
        margin-top: 5vh;
        cursor: pointer; } }
@media screen and (min-width: 1200px) {
  .page2 .textblock {
    width: 65vw;
    margin-top: 9vh; }
    .page2 .textblock .text1, .page2 .textblock .text2 {
      font-size: 5.9vw;
      line-height: 5vw; }
    .page2 .textblock .text2 {
      margin-left: 1vw; }
    .page2 .textblock .text3, .page2 .textblock .text4 {
      font-size: 6.7vw;
      line-height: 6.5vw; }
    .page2 .textblock .text4 {
      margin-left: 1vw; }
    .page2 .textblock .text5, .page2 .textblock .text6, .page2 .textblock .text7 {
      font-size: 4.8vw;
      line-height: 4.5vw; }
    .page2 .textblock .text5 {
      margin-left: 0; }
    .page2 .textblock .text6 {
      margin-left: 1vw; }
    .page2 .textblock .text7 {
      margin-left: 1vw; }
    .page2 .textblock .text8 {
      font-size: 2.65vw;
      line-height: 2vw;
      font-weight: 400; }
    .page2 .textblock .text9 {
      font-size: 2.8vw;
      line-height: 2.5vw;
      font-weight: 400; } }
.page3 {
  background-image: url("../images/background_page3_mobile.jpg");
  background-position: 50% 45%;
  overflow: hidden;
  height: 100%;
  position: relative; }
  .page3 .textblock {
    width: 85vw;
    margin: auto;
    margin-top: 4vh;
    text-align: center; }
    .page3 .textblock .text {
      font-family: 'algerian';
      color: #554852;
      text-align: center; }
    .page3 .textblock .text1 {
      font-size: 5.4vw;
      line-height: 8vw; }
    .page3 .textblock .text2 {
      font-size: 9.5vw;
      line-height: 9vw; }
    .page3 .textblock .text3 {
      margin: 0;
      font-family: 'americanTypewriter';
      font-weight: 600;
      font-size: 2.2vh;
      line-height: 2.2vh;
      color: #554852;
      text-align: justify; }
    .page3 .textblock hr {
      margin: 0;
      margin-top: 1vh;
      margin-bottom: 1vh;
      width: 84vw;
      border: 2px solid #A1404F;
      border-radius: 4px; }

@media screen and (min-width: 961px) {
  .page3 {
    background-image: url("../images/background_page3.jpg"); }
    .page3 .textblock {
      width: 75vw;
      margin-top: 10vh; }
      .page3 .textblock .text1, .page3 .textblock .text2 {
        display: inline-block;
        font-size: 2.90vw;
        line-height: 3vw; }
      .page3 .textblock .text3 {
        width: 72vw;
        font-size: 1.5vw;
        line-height: 1.5vw;
        margin: auto;
        text-align: center; }
      .page3 .textblock hr {
        margin: auto;
        margin-top: 1vh;
        margin-bottom: 1vh;
        width: 50vw;
        border: 4px solid #A1404F; } }
.page4 {
  background-image: url("../images/background_page4_mobile.jpg");
  background-position: center top;
  overflow: hidden;
  position: relative;
  height: 100%; }
  .page4 .transparency {
    width: 85vw;
    margin-left: 7.5vw;
    background-color: #554852;
    opacity: 0.75;
    filter: alpha(opacity=75);
    height: 100%;
    position: absolute; }
  .page4 .textblock {
    width: 60vw;
    position: absolute;
    bottom: 0;
    margin-left: 20vw;
    margin-bottom: 10vh;
    text-align: center; }
    .page4 .textblock .text {
      font-family: 'algerian';
      text-align: center;
      color: #FFF; }
    .page4 .textblock .text1 {
      font-size: 6.3vw;
      line-height: 8vw; }
    .page4 .textblock .text2 {
      color: #A1404F;
      font-size: 11vw;
      line-height: 11vw; }
    .page4 .textblock .text3 {
      font-size: 21vw;
      line-height: 20vw; }
    .page4 .textblock .text4 {
      font-size: 20vw;
      line-height: 19vw; }
    .page4 .textblock .text5 {
      font-size: 11vw;
      line-height: 10vw; }
    .page4 .textblock .text6 {
      margin: 0;
      font-family: 'americanTypewriter';
      font-weight: 400;
      font-size: 2.5vh;
      line-height: 2.5vh;
      color: #FFF;
      text-align: justify; }
    .page4 .textblock hr {
      border: 2px solid #A1404F;
      border-radius: 4px;
      margin: 0;
      margin-top: 1vh;
      margin-bottom: 1vh; }

@media screen and (min-width: 961px) {
  .page4 {
    background-image: url("../images/background_page4.jpg");
    background-position: center top; }
    .page4 .transparency {
      width: 24vw;
      margin-left: 13vw; }
    .page4 .textblock {
      width: 20vw;
      margin-left: 15vw;
      margin-top: 5vh;
      bottom: auto;
      text-align: center; }
      .page4 .textblock .text {
        font-family: 'algerian';
        text-align: center;
        color: #FFF; }
      .page4 .textblock .text1 {
        font-size: 2.1vw;
        line-height: 4vw; }
      .page4 .textblock .text2 {
        color: #A1404F;
        font-size: 3.7vw;
        line-height: 3vw; }
      .page4 .textblock .text3 {
        font-size: 6.8vw;
        line-height: 6.8vw; }
      .page4 .textblock .text4 {
        font-size: 6.5vw;
        line-height: 6.5vw; }
      .page4 .textblock .text5 {
        font-size: 3.7vw;
        line-height: 3.7vw; }
      .page4 .textblock .text6 {
        font-size: 1.5vw;
        line-height: 1.5vw; }
      .page4 .textblock hr {
        border: 4px solid #A1404F; } }
.page5 {
  background-image: url("../images/background_page5_mobile.jpg");
  background-position: center bottom;
  overflow: hidden;
  position: relative;
  height: 100%; }
  .page5 .transparency {
    width: 85vw;
    margin-left: 7.5vw;
    background-color: #554852;
    opacity: 0.75;
    filter: alpha(opacity=75);
    height: 100%;
    position: absolute; }
  .page5 .textblock {
    width: 60vw;
    position: absolute;
    bottom: 0;
    margin-left: 20vw;
    margin-bottom: 10vh;
    text-align: center; }
    .page5 .textblock .text {
      font-family: 'algerian';
      text-align: center;
      color: #FFF; }
    .page5 .textblock .text1 {
      font-size: 6.5vw;
      line-height: 6vw; }
    .page5 .textblock .text2 {
      font-size: 7.2vw;
      line-height: 7vw; }
    .page5 .textblock .text3 {
      font-size: 12vw;
      line-height: 12vw; }
    .page5 .textblock .text4 {
      color: #A1404F;
      font-size: 22vw;
      line-height: 31vw; }
    .page5 .textblock .text5 {
      font-size: 13vw;
      line-height: 13vw; }
    .page5 .textblock .text6 {
      margin: 0;
      font-family: 'americanTypewriter';
      font-weight: 400;
      font-size: 2.3vh;
      line-height: 2.3vh;
      color: #FFF;
      text-align: justify; }
    .page5 .textblock hr {
      border: 2px solid #A1404F;
      border-radius: 4px;
      margin: 0;
      margin-top: 1vh;
      margin-bottom: 1vh; }

@media screen and (min-width: 961px) {
  .page5 {
    background-image: url("../images/background_page5.jpg");
    background-position: center top; }
    .page5 .transparency {
      width: 24vw;
      margin-left: 62vw; }
    .page5 .textblock {
      width: 20vw;
      margin-left: 64vw;
      margin-top: 5vh;
      bottom: auto; }
      .page5 .textblock .text {
        font-family: 'algerian';
        text-align: center;
        color: #FFF; }
      .page5 .textblock .text1 {
        font-size: 2.1vw;
        line-height: 2.2vw; }
      .page5 .textblock .text2 {
        font-size: 2.3vw;
        line-height: 2.3vw;
        color: #FFF; }
      .page5 .textblock .text3 {
        font-size: 3.9vw;
        line-height: 3.9vw; }
      .page5 .textblock .text4 {
        font-size: 7.3vw;
        line-height: 10vw;
        color: #A1404F; }
      .page5 .textblock .text5 {
        font-size: 4.3vw;
        line-height: 5vw; }
      .page5 .textblock .text6 {
        font-size: 1.3vw;
        line-height: 1.2vw; }
      .page5 .textblock hr {
        border: 4px solid #A1404F; } }
.page6 {
  background-image: url("../images/background_page6_mobile.jpg");
  background-position: center bottom;
  overflow: hidden;
  position: relative;
  height: 100%; }
  .page6 .transparency {
    width: 85vw;
    margin-left: 7.5vw;
    background-color: rgba(64, 57, 84, 0.5);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1; }
  .page6 .textblock {
    z-index: 2;
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative; }
    .page6 .textblock .text {
      font-family: 'algerian';
      color: #FFF; }
    .page6 .textblock .text1 {
      font-size: 9.9vw;
      line-height: 9.9vw; }
    .page6 .textblock .text2 {
      font-size: 7.4vw;
      line-height: 7.4vw; }
    .page6 .textblock .text3 {
      font-size: 6.73vw;
      line-height: 6.73vw; }
    .page6 .textblock .text4 {
      font-size: 16vw;
      line-height: 16vw; }
    .page6 .textblock .text5 {
      font-size: 8vw;
      line-height: 8vw; }
    .page6 .textblock hr {
      border: 2px solid #A1404F;
      border-radius: 4px;
      margin: 0;
      margin-top: 1vh;
      margin-bottom: 1vh; }
  .page6 .imageblock {
    width: 60vw;
    height: 69%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2; }
    .page6 .imageblock .inner {
      display: flex;
      overflow: hidden;
      position: relative; }
      .page6 .imageblock .inner #anchor1 {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .page6 .imageblock .inner .items {
        height: 100%;
        width: 60vw;
        margin-right: 15vw; }
        .page6 .imageblock .inner .items .item {
          background-color: rgba(64, 57, 84, 0.6);
          width: 60vw;
          height: 24vh;
          text-align: center;
          margin-right: 10vh; }
          .page6 .imageblock .inner .items .item img {
            width: auto;
            height: 10vh;
            margin-top: 2vh;
            margin-bottom: 1vh; }
          .page6 .imageblock .inner .items .item .app-offline {
            margin-left: 8px; }
          .page6 .imageblock .inner .items .item .title {
            font-family: 'algerian';
            text-align: center;
            color: #FFF;
            font-size: 4vw; }
          .page6 .imageblock .inner .items .item .text {
            font-family: 'americanTypewriter';
            margin-left: 6vw;
            margin-right: 6vw;
            color: #FFF;
            font-size: 2vh;
            line-height: 2vh;
            text-align: justify; }
        .page6 .imageblock .inner .items .item1 {
          margin-top: 1vh; }
        .page6 .imageblock .inner .items .item2 {
          margin-top: 1vh; }
        .page6 .imageblock .inner .items .item3 {
          margin-top: 1vh; }
        .page6 .imageblock .inner .items .item4 {
          margin-top: 1vh; }
        .page6 .imageblock .inner .items .item5 {
          margin-top: 1vh; }
        .page6 .imageblock .inner .items .item6 {
          margin-top: 1vh; }
    .page6 .imageblock .carousel-control-prev {
      left: -23vw; }
    .page6 .imageblock .previous-button {
      width: 0;
      height: 0;
      margin-bottom: 23vh;
      border-right: 4vw solid #FFF;
      border-left: 4vw solid transparent;
      border-top: 6vw solid transparent;
      border-bottom: 6vw solid transparent; }
    .page6 .imageblock .carousel-control-next {
      right: -23vw; }
    .page6 .imageblock .next-button {
      width: 0;
      height: 0;
      margin-bottom: 23vh;
      border-right: 4vw solid transparent;
      border-left: 4vw solid #FFF;
      border-top: 6vw solid transparent;
      border-bottom: 6vw solid transparent; }

@media screen and (min-width: 961px) {
  .page6 {
    background-image: url("../images/background_page6.jpg");
    justify-content: flex-start; }
    .page6 .carousel-control-prev, .page6 .carousel-control-next {
      display: none; }
    .page6 .transparency {
      width: 24vw;
      margin-left: 13vw; }
    .page6 .textblock {
      width: 20vw;
      margin-left: 15vw;
      bottom: 0;
      margin-bottom: 6.25vh;
      position: absolute; }
      .page6 .textblock .text1 {
        font-size: 3.3vw;
        line-height: 3.3vw; }
      .page6 .textblock .text2 {
        font-size: 2.45vw;
        line-height: 2.4vw; }
      .page6 .textblock .text3 {
        font-size: 2.2vw;
        line-height: 2.2vw; }
      .page6 .textblock .text4 {
        font-size: 5.3vw;
        line-height: 6vw; }
      .page6 .textblock .text5 {
        font-size: 2.7vw;
        line-height: 2.7vw; }
      .page6 .textblock hr {
        border: 4px solid #A1404F; }
    .page6 .imageblock {
      position: absolute;
      right: 0;
      margin-top: auto;
      margin-bottom: auto;
      width: 62vw;
      height: 100%; }
      .page6 .imageblock .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%; }
        .page6 .imageblock .inner .items {
          width: 100%;
          display: flex;
          margin: 0;
          flex-direction: row;
          height: auto;
          justify-content: center; }
          .page6 .imageblock .inner .items .item {
            width: 26vh;
            height: 26vh;
            margin: 0; }
            .page6 .imageblock .inner .items .item img {
              height: 10vh; }
            .page6 .imageblock .inner .items .item .title {
              font-size: 2vh; }
            .page6 .imageblock .inner .items .item .text {
              margin-top: 1vh;
              font-size: 1.8vh;
              line-height: 1.8vh;
              margin-left: 2vh;
              margin-right: 2vh;
              -webkit-hyphens: manual;
              -moz-hyphens: manual;
              -ms-hyphens: manual;
              hyphens: manual; }
          .page6 .imageblock .inner .items .item1, .page6 .imageblock .inner .items .item3, .page6 .imageblock .inner .items .item5 {
            margin-right: 3vh; }
        .page6 .imageblock .inner .items12 {
          margin-top: 4vh; }
        .page6 .imageblock .inner .items12, .page6 .imageblock .inner .items34 {
          margin-bottom: 3vh; } }
          
.page7 {
  background-image: url("../images/background_page7_mobile.jpg");
  background-position: center bottom;
  overflow: hidden;
  position: relative;
  height: 100%; }
  .page7 .textblock {
    width: 85vw;
    height: 42vw;
    display: flex;
    flex-wrap: wrap;
    font-family: 'algerian';
    color: #554852;
    align-items: center;
    margin-left: auto;
    margin-right: auto; }
    .page7 .textblock .text1 {
      margin-top: 8vh;
      text-align: center;
      width: 85vw;
      font-size: 4.9vw; }
    .page7 .textblock .text2 {
      display: flex; }
      .page7 .textblock .text3 {
	     width: 85vw;
         font-size: 8.5vw; 
         text-align: center; }
      .page7 .textblock .text2 .textleft {
        font-size: 23vw;
        line-height: 20vw;
        letter-spacing: -4vw;
        margin-left: -2vw; }
      .page7 .textblock .text2 .textright {
        display: flex;
        flex-direction: column;
        margin-left: 6.5vw; }
        .page7 .textblock .text2 .textright .text3 {
          font-size: 14vw;
          line-height: 10vw;
          align-self: flex-end; }
        .page7 .textblock .text2 .textright .text4 {
          font-size: 8.8vw;
          line-height: 10vw;
          align-self: flex-end; }
    .page7 .textblock .transparency {
      width: 85vw;
      background-color: rgba(64, 57, 84, 0.5);
      height: 77vh;
      border-radius: 10px; }
  .page7 .slide {
    width: 85vw;
    margin: 0;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto; }
    .page7 .slide .inner {
      display: flex;
      overflow: hidden;
      position: relative; }
      .page7 .slide .inner #anchor2 {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .page7 .slide .inner .item .plan {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        height: 60vh;
        width: 85vw; }
        .page7 .slide .inner .item .plan .title {
          text-align: center;
          font-family: 'algerian';
          color: #FFF;
          font-size: 5vw;
          line-height: 5vw;
          margin-bottom: 2vh; }
        .page7 .slide .inner .item .plan .pricetag {
          background-color: #A1404F;
          font-family: 'algerian';
          color: #FFF;
          display: flex;
          width: 100%;
          justify-content: center;
          height: 10vh;
          margin-bottom: 2vh; }
          .page7 .slide .inner .item .plan .pricetag .currency {
            margin-top: 1vh;
            font-size: 2vh;
            align-self: flex-start; }
          .page7 .slide .inner .item .plan .pricetag .price {
            font-size: 5vh;
            align-self: center; }
          .page7 .slide .inner .item .plan .pricetag .monthly {
            font-size: 2vh;
            align-self: flex-end;
            margin-bottom: 2vh; }
        .page7 .slide .inner .item .plan .text5 {
          font-family: 'americanTypewriter';
          color: #FFF;
          font-size: 1.8vh;
          line-height: 2vh;
          font-weight: 400; }
        .page7 .slide .inner .item .plan .long-text {
          width: 90%;
          text-align: center; }
        .page7 .slide .inner .item .plan hr {
          border: 1px solid #A1404F;
          width: 40vw;
          margin: 0;
          margin-top: 0.6vh;
          margin-bottom: 0.6vh; }
        .page7 .slide .inner .item .plan .button {
          text-align: center;
          font-family: 'americanTypewriter';
          font-weight: 400;
          color: #FFF;
          font-size: 3vh;
          line-height: 5vh;
          background-color: #A1404F;
          border-radius: 5px;
          height: 5vh;
          width: 40vw;
          margin-top: auto; }
    .page7 .slide .carousel-control-prev {
      left: -6vw; }
    .page7 .slide .previous-button {
      width: 0;
      height: 0;
      border-right: 4vw solid #A1404F;
      border-left: 4vw solid transparent;
      border-top: 6vw solid transparent;
      border-bottom: 6vw solid transparent; }
    .page7 .slide .carousel-control-next {
      right: -6vw; }
    .page7 .slide .next-button {
      width: 0;
      height: 0;
      border-right: 4vw solid transparent;
      border-left: 4vw solid #A1404F;
      border-top: 6vw solid transparent;
      border-bottom: 6vw solid transparent; }

@media screen and (min-width: 961px) {
  .page7 {
    background-image: url("../images/background_page7.jpg"); }
    .page7 .textblock {
      width: 41vw;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      font-family: 'algerian';
      color: #554852;
      align-items: center;
      margin-left: auto;
      margin-right: auto; }
      .page7 .textblock .text1 {
        margin-top: 5vh;
        text-align: center;
        width: 41vw;
        font-size: 2.35vw; }
      .page7 .textblock .text2 {
        display: flex; }
        .page7 .textblock .text3 {
	     width: 41vw;
         font-size: 3.5vw;}
        .page7 .textblock .text2 .textleft {
          font-size: 11vw;
          line-height: 9vw;
          letter-spacing: -2vw;
          margin-left: -1vw; }
        .page7 .textblock .text2 .textright {
          display: flex;
          flex-direction: column;
          margin-left: 4vw; }
          .page7 .textblock .text2 .textright .text3 {
            font-size: 6.5vw;
            line-height: 5vw;
            align-self: flex-end; }
          .page7 .textblock .text2 .textright .text4 {
            font-size: 4.15vw;
            line-height: 4vw;
            align-self: flex-end; }
    .page7 .transparency {
      display: none; }
    .page7 .slide {
      width: 87vw;
      margin: 0;
      margin-top: 2vh;
      margin-left: auto;
      margin-right: auto; }
      .page7 .slide .inner {
        display: flex;
        overflow: hidden;
        position: relative; }
        .page7 .slide .inner .item {
          width: 20vw;
          height: 60vh;
          margin-right: 1.7vw;
          background-color: rgba(64, 57, 84, 0.5);
          border-radius: 15px; }
          .page7 .slide .inner .item .plan {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            flex-direction: column;
            height: 100%;
            width: 100%; }
            .page7 .slide .inner .item .plan .title {
              font-size: 1.4vw;
              line-height: 2.6vw;
              margin-bottom: 0; }
            .page7 .slide .inner .item .plan .pricetag {
              display: flex;
              width: 100%;
              justify-content: center;
              height: 10vh;
              margin-bottom: 2vh; }
              .page7 .slide .inner .item .plan .pricetag .currency {
                margin-top: 1vh;
                font-size: 2vh;
                align-self: flex-start; }
              .page7 .slide .inner .item .plan .pricetag .price {
                font-size: 5vh;
                align-self: center; }
              .page7 .slide .inner .item .plan .pricetag .monthly {
                font-size: 2vh;
                align-self: flex-end;
                margin-bottom: 2vh; }
            .page7 .slide .inner .item .plan .text5 {
              font-family: 'americanTypewriter';
              color: #FFF;
              font-size: 1.2vw;
              line-height: 2vh;
              font-weight: 400; }
            .page7 .slide .inner .item .plan .long-text {
              width: 90%;
              text-align: center; }
            .page7 .slide .inner .item .plan hr {
              border: 1px solid #A1404F;
              width: 10vw;
              margin: 0;
              margin-top: 0.6vh;
              margin-bottom: 0.6vh; }
            .page7 .slide .inner .item .plan .button {
              font-size: 3vh;
              line-height: 4vh;
              background-color: #A1404F;
              border-radius: 5px;
              height: 4vh;
              width: 12vw;
              margin-top: auto;
              margin-bottom: 2vh;
              cursor: pointer; }
      .page7 .slide .carousel-control-prev {
        display: none; }
      .page7 .slide .carousel-control-next {
        display: none; } }
        
@media screen and (min-width: 1200px) {
  .page7 .slide .inner .item .plan .text5 {
    font-size: 0.8vw; } }

    
.login {
  background-image: url("../images/background_login_mobile.jpg");
  background-position: center bottom;
  overflow: hidden;
  position: relative;
  height: 100%; }
  .login .textblock {
    width: 85vw;
    height: 42vw;
    display: flex;
    flex-wrap: wrap;
    font-family: 'algerian';
    color: #554852;
    align-items: center;
    margin-left: auto;
    margin-right: auto; }
    .login .textblock .text1 {
      margin-top: 8vh;
      text-align: center;
      width: 85vw;
      font-size: 4.9vw; }
    .login .textblock .text2 {
      display: flex; }
      .login .textblock .text2 .textleft {
        font-size: 23vw;
        line-height: 20vw;
        letter-spacing: -4vw;
        margin-left: -2vw; }
      .login .textblock .text2 .textright {
        display: flex;
        flex-direction: column;
        margin-left: 6.5vw; }
        .login .textblock .text2 .textright .text3 {
          font-size: 14vw;
          line-height: 10vw;
          align-self: flex-end; }
        .login .textblock .text2 .textright .text4 {
          font-size: 8.8vw;
          line-height: 10vw;
          align-self: flex-end; }
    .login .textblock .transparency {
      width: 85vw;
      background-color: rgba(64, 57, 84, 0.5);
      height: 77vh;
      border-radius: 10px; }
  .login .slide {
    width: 85vw;
    margin: 0;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto; }
    .login .slide .inner {
      display: flex;
      overflow: hidden;
      position: relative; }
      .login .slide .inner #anchor2 {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .login .slide .inner .item .plan {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        height: 50vh;
        width: 85vw; }
        .login .slide .inner .item .plan .title {
          text-align: center;
          font-family: 'algerian';
          color: #FFF;
          font-size: 5vw;
          line-height: 5vw;
          margin-bottom: 2vh; }
        .login .slide .inner .item .plan .pricetag {
          background-color: #A1404F;
          font-family: 'algerian';
          color: #FFF;
          display: flex;
          width: 100%;
          justify-content: center;
          height: 10vh;
          margin-bottom: 2vh; }
          .login .slide .inner .item .plan .pricetag .price {
            font-size: 5vh;
            align-self: center; }
        .login .slide .inner .item .plan .text5 {
          font-family: 'americanTypewriter';
          color: #FFF;
          font-size: 1.8vh;
          line-height: 2vh;
          font-weight: 400; }
        .login .slide .inner .item .plan .long-text {
          width: 90%;
          text-align: center; }
        .login .slide .inner .item .plan hr {
          border: 1px solid #A1404F;
          width: 40vw;
          margin: 0;
          margin-top: 0.6vh;
          margin-bottom: 0.6vh; }
        .login .slide .inner .item .plan .button {
          text-align: center;
          font-family: 'americanTypewriter';
          font-weight: 400;
          color: #FFF;
          font-size: 3vh;
          line-height: 5vh;
          background-color: #A1404F;
          border-radius: 5px;
          height: 5vh;
          width: 40vw;
          margin-top: auto; }
    .login .slide .carousel-control-prev {
      left: -6vw; }
    .login .slide .previous-button {
      width: 0;
      height: 0;
      border-right: 4vw solid #A1404F;
      border-left: 4vw solid transparent;
      border-top: 6vw solid transparent;
      border-bottom: 6vw solid transparent; }
    .login .slide .carousel-control-next {
      right: -6vw; }
    .login .slide .next-button {
      width: 0;
      height: 0;
      border-right: 4vw solid transparent;
      border-left: 4vw solid #A1404F;
      border-top: 6vw solid transparent;
      border-bottom: 6vw solid transparent; }

@media screen and (max-width: 961px) {
	.login .slide .inner .item .plan .pricetag {
	  font-size: 5vh;
      height: 8vh; }
    .login .slide .inner .item .plan .input {
      font-weight: 400;
      font-size: 2.1vh;
      width: 70vw;
      text-align: center;
      border-radius: 6px;
      margin-bottom: 0;
      margin-top: 0;
      height: 4vh; }
    .login .slide .inner .item .plan .title {
      line-height: 8vw;
      margin-bottom: 1vh; }
    .login .slide .inner .item .plan .senha {
      line-height: 8vw; }
}

@media screen and (min-width: 961px) {
  .login {
    background-image: url("../images/background_login.jpg"); }
    .login .textblock {
      width: 41vw;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      font-family: 'algerian';
      color: #554852;
      align-items: center;
      margin-left: auto;
      margin-right: auto; }
      .login .textblock .text1 {
        margin-top: 5vh;
        text-align: center;
        width: 41vw;
        font-size: 2.35vw; }
      .login .textblock .text2 {
        display: flex; }
        .login .textblock .text2 .textleft {
          font-size: 11vw;
          line-height: 9vw;
          letter-spacing: -2vw;
          margin-left: -1vw; }
        .login .textblock .text2 .textright {
          display: flex;
          flex-direction: column;
          margin-left: 4vw; }
          .login .textblock .text2 .textright .text3 {
            font-size: 6.5vw;
            line-height: 5vw;
            align-self: flex-end; }
          .login .textblock .text2 .textright .text4 {
            font-size: 4.15vw;
            line-height: 4vw;
            align-self: flex-end; }
    .login .transparency {
      display: none; }
    .login .slide {
      width: 87vw;
      margin: 0;
      margin-top: 2vh;
      margin-left: auto;
      margin-right: auto; }
      .login .slide .inner {
        display: flex;
        overflow: hidden;
        position: relative; }
        .login .slide .inner .item {
          width: 25vw;
          height: 48vh;
          margin-right: 1.7vw;
          background-color: rgba(64, 57, 84, 0.5);
          border-radius: 15px; }
          .login .slide .inner .item .plan {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            flex-direction: column;
            height: 100%;
            width: 100%; }
            .login .slide .inner .item .plan .title {
              font-size: 1.4vw;
              line-height: 2.6vw;
              margin-bottom: 0; }
            .login .slide .inner .item .plan .pricetag {
              display: flex;
              width: 100%;
              justify-content: center;
              height: 10vh;
              margin-bottom: 2vh; }
              .login .slide .inner .item .plan .pricetag .price {
                font-size: 5vh;
                align-self: center; }
            .login .slide .inner .item .plan .text5 {
              width: 20vw;
              font-family: 'americanTypewriter';
              color: #FFF;
              font-size: 1.2vw;
              line-height: 2vh;
              font-weight: 400; }
            .login .slide .inner .item .plan .long-text {
              width: 90%;
              text-align: center; }
            .login .slide .inner .item .plan hr {
              border: 1px solid #A1404F;
              width: 10vw;
              margin: 0;
              margin-top: 0.6vh;
              margin-bottom: 0.6vh; }
            .login .slide .inner .item .plan .button {
              font-size: 3vh;
              line-height: 4vh;
              background-color: #A1404F;
              border-radius: 5px;
              height: 4vh;
              width: 12vw;
              margin-top: auto;
              margin-bottom: 2vh;
              cursor: pointer; }
      .login .slide .carousel-control-prev {
        display: none; }
      .login .slide .carousel-control-next {
        display: none; } }
@media screen and (min-width: 1200px) {
  .login .slide .inner .item .plan .text5 {
    font-size: 0.8vw; } }
.footer {
  height: 40%;
  background-image: url("../images/background_footer_mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  position: relative; }
  .footer .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'americanTypewriter';
    color: #FFF;
    height: 100%;
    text-align: center; }
    .footer .content .text1 {
      font-family: 'algerian';
      font-size: 8vw;
      margin-top: 3vh;
      line-height: 7vw; }
    .footer .content hr {
      border: 1px solid #A1404F;
      width: 56vw;
      margin: 0;
      margin-top: 0.3vh;
      margin-bottom: 0.3vh; }
    .footer .content .text2 {
      font-size: 3.8vw;
      line-height: 3.9vw; }
    .footer .content .text3 {
      font-size: 4.3vw;
      line-height: 4.3vw; }
    .footer .content .text4 {
      font-size: 3.3vw;
      line-height: 3.4vw; }
    .footer .content .socialNetwork {
      margin-top: 2vh;
      display: flex; }
      .footer .content .socialNetwork .text5 {
        display: none; }
      .footer .content .socialNetwork .verticalImage {
        width: auto;
        height: 15vw;
        margin-right: 4vw; }
      .footer .content .socialNetwork .icon {
        width: auto;
        height: 15vw; }
  .footer .text6 {
    font-family: 'americanTypewriter';
    color: #FFF;
    font-size: 3.9vw;
    position: relative;
    bottom: 6vh;
    text-align: center; }

@media screen and (min-width: 961px) {
  .footer {
    height: 40%;
    background-image: url("../images/background_footer.jpg"); }
    .footer .content {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: flex-start;
      margin-top: 9vh; }
      .footer .content .block1 {
        width: 18vw;
        height: 33%;
        margin-right: 43vw;
        margin-left: -2vw; }
        .footer .content .block1 .text1 {
          font-size: 2.6vw;
          line-height: 2.6vw;
          margin-top: 0; }
        .footer .content .block1 hr {
          border: 2px solid #A1404F;
          width: 17vw;
          margin-left: auto;
          margin-right: auto; }
        .footer .content .block1 .text2 {
          font-size: 1.2vw;
          line-height: 1.2vw; }
        .footer .content .block1 .text3 {
          font-size: 1.4vw;
          line-height: 1.4vw; }
        .footer .content .block1 .text4 {
          font-size: 1.07vw;
          line-height: 1vw; }
      .footer .content .block2 {
        width: 23vw;
        height: 33%; }
        .footer .content .block2 .socialNetwork {
          margin-top: 0; }
          .footer .content .block2 .socialNetwork .text5 {
            display: block;
            font-size: 1.4vw;
            line-height: 3vw;
            font-family: 'algerian';
            writing-mode: vertical-rl;
            transform: rotate(-180deg);
            text-align: center; }
          .footer .content .block2 .socialNetwork .verticalImage {
            display: none; }
          .footer .content .block2 .socialNetwork .icon {
            height: 6.2vw; }
    .footer .centering {
      position: absolute;
      left: 50%;
      margin-top: -27vh; }
      .footer .centering .text6 {
        position: relative;
        font-size: 1.5vw;
        left: -50%;
        bottom: -10vh; } }
.cadastro {
  background-image: url("../images/background_cadastro_mobile.jpg");
  background-position: center top;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%; }
  .cadastro .content {
    display: flex;
    flex-wrap: wrap;
    width: 85vw;
    margin-left: 7.5vw;
    margin-top: 5vh;
    align-items: center;
    flex-direction: column; }
    .cadastro .content .title {
      font-family: 'algerian';
      color: #FFF;
      font-size: 16.5vw;
      line-height: 16vw; }
    .cadastro .content hr {
      border: 1px solid #A1404F;
      width: 84vw;
      margin: 0;
      margin-top: 0.6vh;
      margin-bottom: 0.6vh;
      border-radius: 5px; }
    .cadastro .content .text {
      font-family: 'americanTypewriter';
      color: #FFF;
      font-weight: 400;
      font-size: 2.5vh;
      line-height: 2.5vh;
      text-align: justify; }
    .cadastro .content .form {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      margin: auto;
      margin-top: 5vh;
      font-family: 'americanTypewriter';
      color: #FFF;
      font-weight: 400;
      font-size: 2.5vh;
      line-height: 3.8vh;
      width: 85vw; }
      .cadastro .content .form .field {
        display: flex;
        margin-bottom: 0.3vh; }
        .cadastro .content .form .field .field-name {
          align-self: flex-start;
          margin-right: 1vw; }
        .cadastro .content .form .field .field-value {
          border: none;
          align-self: flex-end;
          background-color: #A1404F;
          color: #FFF;
          border-radius: 5px;
          flex: 1 1 auto;
          padding-left: 6px;
          height: 4vh; }
          .cadastro .content .form .field .field-value.fazenda {
            width: 42vw; }
          .cadastro .content .form .field .field-value.message {
            width: 60vw; }
          .cadastro .content .form .field .field-value.atividade {
            width: 38vw; }
        .cadastro .content .form .field select {
          padding-left: 3vw;
          -webkit-appearance: none; }
      .cadastro .content .form .buttons {
        align-self: flex-end;
        margin-bottom: 5vh; }
        .cadastro .content .form .buttons .btn {
          background-color: #A1404F;
          color: #FFF; }
      .cadastro .content .form .double .number {
        width: 15vw;
        margin-right: 1.5vw; }
      .cadastro .content .form .double .region {
        width: 33vw; }

@media screen and (min-width: 961px) {
  .cadastro {
    background-image: url("../images/background_cadastro.jpg");
    background-position: center top;
    overflow: hidden; }
    .cadastro .content {
      width: 40vw;
      margin-left: 55vw;
      background-color: rgba(64, 57, 84, 0.5);
      margin-top: 0;
      height: 100%; }
      .cadastro .content .title {
        font-family: 'algerian';
        color: #FFF;
        font-size: 5.8vw;
        line-height: 5vw;
        margin-top: 3vh; }
      .cadastro .content hr {
        border: 4px solid #A1404F;
        width: 30vw; }
      .cadastro .content .text {
        margin-left: 2.5vw;
        margin-right: 2.5vw;
        font-size: 2vh;
        line-height: 2vh;
        margin-top: 1vh; }
      .cadastro .content .form {
        margin-left: 2.5vw;
        margin-right: 2.5vw;
        font-size: 2.3vh;
        line-height: 2.5vh;
        width: 36vw;
        margin-top: 4vh; }
        .cadastro .content .form .field .field-name {
          align-self: flex-start;
          margin-right: 0.6vw; }
        .cadastro .content .form .field .field-value {
          border-radius: 8px;
          height: 3vh; }
          .cadastro .content .form .field .field-value.fazenda {
            width: 15vw; }
        .cadastro .content .form .field select {
          padding-left: 3vw;
          -webkit-appearance: none; }
        .cadastro .content .form .buttons {
          align-self: flex-end;
          margin-bottom: 5vh; }
          .cadastro .content .form .buttons .btn {
            border-radius: 8px;
            font-size: 2.5vh; }
        .cadastro .content .form .double .number {
          width: 6vw; }
        .cadastro .content .form .double .region {
          width: 11vw; } }

.contratar {
  background-image: url("../images/background_page7_mobile.jpg");
  background-position: center bottom;
  overflow: hidden;
  position: relative; }
  .contratar a {
  	color: #FFF;
  	text-decoration: underline;
  }
  .contratar .cardContratar {
	background-color: rgba(64, 57, 84, 0.5);
    border-radius: 10px;
    font-family: 'americanTypewriter';
    color: #FFF;
    margin-top: 10px;
    margin-bottom: 10px; }
  .contratar .textblock {
    width: 85vw;
    height: 35vw;
    display: flex;
    flex-wrap: wrap;
    font-family: 'algerian';
    color: #554852;
    align-items: center;
    margin-left: auto;
    margin-right: auto; }
    .contratar .textblock .text1 {
      text-align: center;
      width: 85vw;
      font-size: 4.9vw; }
    .contratar .textblock .text2 {
      display: flex; }
    .contratar .textblock .text3 {
      font-size: 9.8vw;
      line-height: 10vw; }
    .contratar .textblock .text2 .text4 {
      font-size: 8.8vw;
      line-height: 10vw; }
    .contratar .slide .inner {
      display: flex;
      overflow: hidden;
      position: relative; }
      .contratar .slide .inner .item .plan {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        height: 60vh;
        width: 85vw; }
        .contratar .slide .inner .item .plan .title {
          text-align: center;
          font-family: 'algerian';
          color: #FFF;
          font-size: 5vw;
          line-height: 5vw;
          margin-bottom: 2vh; }
        .contratar .slide .inner .item .plan .pricetag {
          background-color: #A1404F;
          font-family: 'algerian';
          color: #FFF;
          display: flex;
          width: 100%;
          justify-content: center;
          height: 10vh;
          margin-bottom: 2vh; }
          .contratar .slide .inner .item .plan .pricetag .currency {
            margin-top: 1vh;
            font-size: 2vh;
            align-self: flex-start; }
          .contratar .slide .inner .item .plan .pricetag .price {
            font-size: 5vh;
            align-self: center; }
          .contratar .slide .inner .item .plan .pricetag .monthly {
            font-size: 2vh;
            align-self: flex-end;
            margin-bottom: 2vh; }
        .contratar .slide .inner .item .plan .text5 {
          font-family: 'americanTypewriter';
          color: #FFF;
          font-size: 1.8vh;
          line-height: 2vh;
          font-weight: 400; }
        .contratar .slide .inner .item .plan .long-text {
          width: 90%;
          text-align: center; }
        .contratar .slide .inner .item .plan hr {
          border: 1px solid #A1404F;
          width: 40vw;
          margin: 0;
          margin-top: 0.6vh;
          margin-bottom: 0.6vh; }
        .contratar .slide .inner .item .plan .button {
          text-align: center;
          font-family: 'americanTypewriter';
          font-weight: 400;
          color: #FFF;
          font-size: 3vh;
          line-height: 5vh;
          background-color: #A1404F;
          border-radius: 5px;
          height: 5vh;
          width: 40vw;
          margin-top: auto; }
    .contratar .slide .carousel-control-prev {
      left: -6vw; }
    .contratar .slide .previous-button {
      width: 0;
      height: 0;
      border-right: 4vw solid #A1404F;
      border-left: 4vw solid transparent;
      border-top: 6vw solid transparent;
      border-bottom: 6vw solid transparent; }
    .contratar .slide .carousel-control-next {
      right: -6vw; }
    .contratar .slide .next-button {
      width: 0;
      height: 0;
      border-right: 4vw solid transparent;
      border-left: 4vw solid #A1404F;
      border-top: 6vw solid transparent;
      border-bottom: 6vw solid transparent; }
@media screen and (min-width: 961px) {
  .contratar {
    background-image: url("../images/background_page7.jpg"); }
    .contratar .logoPag {
    	margin: 0px;
    }
    .contratar .cardContratar {
    margin-top: 0px;
    margin-bottom: 0px; }
    .contratar .textblock {
      width: 41vw;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      color: #554852;
      align-items: center;
      margin-left: auto;
      margin-right: auto; }
      .contratar .textblock .text1 {
        text-align: center;
        width: 41vw;
        font-size: 1.5vw; }
      .contratar .textblock .text2 {
        display: flex; }
      .contratar .textblock .text3 {
        font-size: 4.65vw;
        line-height: 5vw;  }
      .contratar .textblock .text2 .text4 {
        font-size: 4.15vw;
        line-height: 4vw;  }
    .contratar .transparency {
      display: none; }
    
        .contratar .slide .inner .item {
          width: 100%; }
          .contratar .slide .inner .item .plan {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            flex-direction: column;
            height: 100%;
            width: 100%; }
            .contratar .slide .inner .item .plan .title {
              font-size: 1.4vw;
              line-height: 2.6vw;
              margin-bottom: 0; }
            .contratar .slide .inner .item .plan .pricetag {
              display: flex;
              width: 100%;
              justify-content: center;
              height: 10vh;
              margin-bottom: 2vh; }
              .contratar .slide .inner .item .plan .pricetag .currency {
                margin-top: 1vh;
                font-size: 2vh;
                align-self: flex-start; }
              .contratar .slide .inner .item .plan .pricetag .price {
                font-size: 5vh;
                align-self: center; }
              .contratar .slide .inner .item .plan .pricetag .monthly {
                font-size: 2vh;
                align-self: flex-end;
                margin-bottom: 2vh; }
            .contratar .slide .inner .item .plan .text5 {
              font-family: 'americanTypewriter';
              color: #FFF;
              font-size: 1.2vw;
              line-height: 2vh;
              font-weight: 400; }
            .contratar .slide .inner .item .plan .long-text {
              width: 90%;
              text-align: center; }
            .contratar .slide .inner .item .plan hr {
              border: 1px solid #A1404F;
              width: 10vw;
              margin: 0;
              margin-top: 0.6vh;
              margin-bottom: 0.6vh; }
            .contratar .slide .inner .item .plan .button {
              font-size: 3vh;
              line-height: 4vh;
              background-color: #A1404F;
              border-radius: 5px;
              height: 4vh;
              width: 12vw;
              margin-top: auto;
              margin-bottom: 2vh;
              cursor: pointer; }
      .contratar .slide .carousel-control-prev {
        display: none; }
      .contratar .slide .carousel-control-next {
        display: none; } }
        
@media screen and (min-width: 1200px) {
  .contratar .slide .inner .item .plan .text5 {
    font-size: 0.8vw; } }
 
.pagamento {
  background-image: url("../images/background_page7_mobile.jpg");
  background-position: center bottom;
  overflow: hidden;
  position: relative;
  height: 100%; }
  .pagamento .textblock {
    width: 85vw;
    height: 42vw;
    display: flex;
    flex-wrap: wrap;
    font-family: 'algerian';
    color: #554852;
    align-items: center;
    margin-left: auto;
    margin-right: auto; }
    .pagamento .textblock .text1 {
      margin-top: 8vh;
      text-align: center;
      width: 85vw;
      font-size: 4.9vw; }
    .pagamento .textblock .text2 {
      display: flex; }
    .pagamento .textblock .text3 {
      font-size: 9.8vw;
      line-height: 10vw; }
    .pagamento .textblock .text2 .text4 {
      font-size: 8.8vw;
      line-height: 10vw; }
    .pagamento .textblock .transparency {
      width: 85vw;
      background-color: rgba(64, 57, 84, 0.5);
      height: 77vh;
      border-radius: 10px; }
  .pagamento .slide {
    width: 85vw;
    margin: 0;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto; }
    .pagamento .slide .inner {
      display: flex;
      overflow: hidden;
      position: relative; }
      .pagamento .slide .inner #anchor2 {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .pagamento .slide .inner .item .plan {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        height: 60vh;
        width: 85vw; }
        .pagamento .slide .inner .item .plan .title {
          text-align: center;
          font-family: 'algerian';
          color: #FFF;
          font-size: 5vw;
          line-height: 5vw;
          margin-bottom: 2vh; }
        .pagamento .slide .inner .item .plan .pricetag {
          background-color: #A1404F;
          font-family: 'algerian';
          color: #FFF;
          display: flex;
          width: 100%;
          justify-content: center;
          height: 10vh;
          margin-bottom: 2vh; }
          .pagamento .slide .inner .item .plan .pricetag .currency {
            margin-top: 1vh;
            font-size: 2vh;
            align-self: flex-start; }
          .pagamento .slide .inner .item .plan .pricetag .price {
            font-size: 5vh;
            align-self: center; }
          .pagamento .slide .inner .item .plan .pricetag .monthly {
            font-size: 2vh;
            align-self: flex-end;
            margin-bottom: 2vh; }
        .pagamento .slide .inner .item .plan .text5 {
          font-family: 'americanTypewriter';
          color: #FFF;
          font-size: 1.8vh;
          line-height: 2vh;
          font-weight: 400; }
        .pagamento .slide .inner .item .plan .long-text {
          width: 90%;
          text-align: center; }
        .pagamento .slide .inner .item .plan hr {
          border: 1px solid #A1404F;
          width: 40vw;
          margin: 0;
          margin-top: 0.6vh;
          margin-bottom: 0.6vh; }
        .pagamento .slide .inner .item .plan .button {
          text-align: center;
          font-family: 'americanTypewriter';
          font-weight: 400;
          color: #FFF;
          font-size: 3vh;
          line-height: 5vh;
          background-color: #A1404F;
          border-radius: 5px;
          height: 5vh;
          width: 40vw;
          margin-top: auto; }
    .pagamento .slide .carousel-control-prev {
      left: -6vw; }
    .pagamento .slide .previous-button {
      width: 0;
      height: 0;
      border-right: 4vw solid #A1404F;
      border-left: 4vw solid transparent;
      border-top: 6vw solid transparent;
      border-bottom: 6vw solid transparent; }
    .pagamento .slide .carousel-control-next {
      right: -6vw; }
    .pagamento .slide .next-button {
      width: 0;
      height: 0;
      border-right: 4vw solid transparent;
      border-left: 4vw solid #A1404F;
      border-top: 6vw solid transparent;
      border-bottom: 6vw solid transparent; }

@media screen and (min-width: 961px) {
  .pagamento {
    background-image: url("../images/background_page7.jpg"); }
    .pagamento .textblock {
      width: 41vw;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      font-family: 'algerian';
      color: #554852;
      align-items: center;
      margin-left: auto;
      margin-right: auto; }
      .pagamento .textblock .text1 {
        margin-top: 5vh;
        text-align: center;
        width: 41vw;
        font-size: 2.35vw; }
      .pagamento .textblock .text2 {
        display: flex; }
      .pagamento .textblock .text3 {
        font-size: 4.65vw;
        line-height: 5vw;  }
      .pagamento .textblock .text2 .text4 {
        font-size: 4.15vw;
        line-height: 4vw;  }
    .pagamento .transparency {
      display: none; }
    .pagamento .slide {
      width: 45vw;
      margin: 0;
      margin-top: 2vh;
      margin-left: auto;
      margin-right: auto; }
      .pagamento .slide .inner {
        display: flex;
        overflow: hidden;
        position: relative; }
        .pagamento .slide .inner .item {
          width: 20vw;
          height: 60vh;
          margin-right: 1.7vw;
          background-color: rgba(64, 57, 84, 0.5);
          border-radius: 15px; }
          .pagamento .slide .inner .item .plan {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            flex-direction: column;
            height: 100%;
            width: 100%; }
            .pagamento .slide .inner .item .plan .title {
              font-size: 1.4vw;
              line-height: 2.6vw;
              margin-bottom: 0; }
            .pagamento .slide .inner .item .plan .pricetag {
              display: flex;
              width: 100%;
              justify-content: center;
              height: 10vh;
              margin-bottom: 2vh; }
              .pagamento .slide .inner .item .plan .pricetag .currency {
                margin-top: 1vh;
                font-size: 2vh;
                align-self: flex-start; }
              .pagamento .slide .inner .item .plan .pricetag .price {
                font-size: 5vh;
                align-self: center; }
              .pagamento .slide .inner .item .plan .pricetag .monthly {
                font-size: 2vh;
                align-self: flex-end;
                margin-bottom: 2vh; }
            .pagamento .slide .inner .item .plan .text5 {
              font-family: 'americanTypewriter';
              color: #FFF;
              font-size: 1.2vw;
              line-height: 2vh;
              font-weight: 400; }
            .pagamento .slide .inner .item .plan .long-text {
              width: 90%;
              text-align: center; }
            .pagamento .slide .inner .item .plan hr {
              border: 1px solid #A1404F;
              width: 10vw;
              margin: 0;
              margin-top: 0.6vh;
              margin-bottom: 0.6vh; }
            .pagamento .slide .inner .item .plan .button {
              font-size: 3vh;
              line-height: 4vh;
              background-color: #A1404F;
              border-radius: 5px;
              height: 4vh;
              width: 12vw;
              margin-top: auto;
              margin-bottom: 2vh;
              cursor: pointer; }
      .pagamento .slide .carousel-control-prev {
        display: none; }
      .pagamento .slide .carousel-control-next {
        display: none; } }
        
@media screen and (min-width: 1200px) {
  .pagamento .slide .inner .item .plan .text5 {
    font-size: 0.8vw; } } 

.depoimento {
  background-image: url("../images/bkg_depoimento_mobile.jpg");
  background-position: center bottom;
  overflow: hidden;
  position: relative;
  height: 100%; }
  .depoimento .textblock {
    width: 85vw;
    height: 42vw;
    display: flex;
    flex-wrap: wrap;
    font-family: 'algerian';
    color: #554852;
    align-items: center;
    margin-left: auto;
    margin-right: auto; }
    .depoimento .textblock .text1 {
      margin-top: 2vh;
      text-align: center;
      width: 85vw;
      font-size: 5.5vw; }
    .depoimento .textblock .text2 {
      display: flex; }
    .depoimento .textblock .text3 {
      font-size: 9.8vw;
      line-height: 10vw; }
    .depoimento .textblock .text2 .text4 {
      font-size: 8.8vw;
      line-height: 10vw; }
    .depoimento .textblock .transparency {
      width: 85vw;
      background-color: rgba(64, 57, 84, 0.5);
      height: 75vh;
      border-radius: 10px; }
  .depoimento .slide {
    width: 85vw;
    margin: 0;
    margin-top: 0vh;
    margin-left: auto;
    margin-right: auto; }
    .depoimento .slide .inner {
      display: flex;
      overflow: hidden;
      position: relative; }
      .depoimento .slide .inner #anchorDep {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .depoimento .slide .inner .item .plan {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        height: 75vh;
        width: 85vw; }
        .depoimento .slide .inner .item .plan .title {
          text-align: center;
          font-family: 'algerian';
          color: #FFF;
          font-size: 5vw;
          line-height: 5vw;
          margin-bottom: 2vh; }
         .depoimento .slide .inner .item .plan .depoTag {
              background-color: #A1404F;
              font-family: 'algerian';
              color: #FFF;
              display: flex;
              width: 100%;
              justify-content: center;
              height: 10vh;
              margin-bottom: 2.5vh; }
              .depoimento .slide .inner .item .plan .depoTag .nome {
                font-size: 2vh; 
                text-align: center; }
              .depoimento .slide .inner .item .plan .depoTag .depoTextTitle {
                font-size: 2vh;
                width: 100%;
                font-family: 'americanTypewriter'; }
            .depoimento .slide .inner .item .plan .text5 {
              font-family: 'americanTypewriter';
              color: #FFF;
              font-size: 4vw; }
            .depoimento .slide .inner .item .plan .long-text {
              width: 90%;
              text-align: center; }
        .depoimento .slide .inner .item .plan hr {
          border: 1px solid #A1404F;
          width: 40vw;
          margin: 0;
          margin-top: 0.6vh;
          margin-bottom: 0.6vh; }
        .depoimento .slide .inner .item .plan .button {
          text-align: center;
          font-family: 'americanTypewriter';
          font-weight: 400;
          color: #FFF;
          font-size: 3vh;
          line-height: 5vh;
          background-color: #A1404F;
          border-radius: 5px;
          height: 5vh;
          width: 40vw;
          margin-top: auto; }
    .depoimento .slide .carousel-control-prev {
      left: -6vw; }
    .depoimento .slide .previous-button {
      width: 0;
      height: 0;
      border-right: 4vw solid #A1404F;
      border-left: 4vw solid transparent;
      border-top: 6vw solid transparent;
      border-bottom: 6vw solid transparent; }
    .depoimento .slide .carousel-control-next {
      right: -6vw; }
    .depoimento .slide .next-button {
      width: 0;
      height: 0;
      border-right: 4vw solid transparent;
      border-left: 4vw solid #A1404F;
      border-top: 6vw solid transparent;
      border-bottom: 6vw solid transparent; }

@media screen and (min-width: 961px) {
  .depoimento {
    background-image: url("../images/bkg_depoimento.jpg"); }
    .depoimento .textblock {
      width: 81vw;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      font-family: 'algerian';
      color: #554852;
      align-items: center;
      margin-left: auto;
      margin-right: auto; }
      .depoimento .textblock .text1 {
        margin-top: 2vh;
        text-align: center;
        font-size: 2.9vw; }
      .depoimento .textblock .text2 {
        display: flex; }
      .depoimento .textblock .text3 {
        font-size: 4.65vw;
        line-height: 5vw;  }
      .depoimento .textblock .text2 .text4 {
        font-size: 4.15vw;
        line-height: 4vw;  }
    .depoimento .transparency {
      display: none; }
    .depoimento .slide {
      width: 87vw;
      margin: 0;
      margin-top: 2vh;
      margin-left: auto;
      margin-right: auto; }     
      .depoimento .slide .inner {
        display: flex;
        overflow: hidden;
        position: relative; }
        .depoimento .slide .inner .item {
          width: 20vw;
          height: 60vh;
          margin-right: 1.7vw;
          background-color: rgba(64, 57, 84, 0.5);
          border-radius: 15px; }
          .depoimento .slide .inner .item .plan {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            flex-direction: column;
            height: 100%;
            width: 100%; }
            .depoimento .slide .inner .item .plan .title {
              font-size: 1.4vw;
              line-height: 2.6vw;
              margin-bottom: 0; }
            .depoimento .slide .inner .item .plan .depoTag {
              display: flex;
              width: 100%;
              height: 10vh;
              margin-bottom: 2vh; }
              .depoimento .slide .inner .item .plan .depoTag .nome {
                font-size: 2.5vh; 
                text-align: center; }
              .depoimento .slide .inner .item .plan .depoTag .depoTextTitle {
                font-size: 2vh;
                width: 100%;
                font-family: 'americanTypewriter'; }
            .depoimento .slide .inner .item .plan .text5 {
              font-family: 'americanTypewriter';
              color: #FFF;
              font-size: 12vw; }
            .depoimento .slide .inner .item .plan .long-text {
              width: 90%;
              text-align: center; }
            .depoimento .slide .inner .item .plan hr {
              border: 1px solid #A1404F;
              width: 10vw;
              margin: 0;
              margin-top: 0.6vh;
              margin-bottom: 0.6vh; }
            .depoimento .slide .inner .item .plan .button {
              font-size: 3vh;
              line-height: 4vh;
              background-color: #A1404F;
              border-radius: 5px;
              height: 4vh;
              width: 12vw;
              margin-top: auto;
              margin-bottom: 2vh;
              cursor: pointer; }
      .depoimento .slide .carousel-control-prev {
        display: none; }
      .depoimento .slide .carousel-control-next {
        display: none; } }
        
@media screen and (min-width: 1200px) {
  .depoimento .slide .inner .item .plan .text5 {
    font-size: 0.8vw; } } 
          
@font-face {
  font-family: 'znikomit';
  src: url("fonts/Znikomit.otf"); }
@font-face {
  font-family: 'algerian';
  src: url("fonts/Algerian Regular.ttf"); }
@font-face {
  font-family: 'americanTypewriter';
  src: url("fonts/American Typewriter Regular.ttf"); }
html,
body {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0; }

.scrollable {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.page {
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  
.selectContato {
	border: 1px solid #fff; 
	color: #fff; 
	font-family: 'americanTypewriter'; 
	background-color: transparent;
	font-size: 2.1vh;
}

.selectContato option {
    background-color: #A1404F; 
}

.logoPag {
    width: 55vw;
    max-width: 170px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 2vh; 
}

.buttonPagamento {
	top: 1vw; 
	right: 4vh; 
	position: fixed;
    font-family: 'americanTypewriter';
    font-weight: 400;
    font-size: 2.1vh;
    background-color: #A1404F;
    color: #FFF;
    border-radius: 6px;
    height: 4vh;
    width: 6vw;
    line-height: 0;
    border: none; 
}
.buttonPagamento:HOVER { cursor: pointer;}

.btnEnviar {
   border: 1px solid #A1404F;
   background-color: #A1404F;
}

.is-invalid {
	background-color: #FFE8E8;
}

.btnEnviar:HOVER { border: 1px solid #A1404F; background-color: #A1404F; cursor: pointer;}

#esqueci:HOVER { cursor: pointer; text-decoration: underline;}

.input_error { background-color: #FFE8E8;}

.overlay {
    background: #FFFFFF;     
    position: absolute;   
    top: 0;                  
    right: 0;               
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {
	.logoPag { max-width: 80px; }
	.buttonPagamento { display: none; }
}	

/*# sourceMappingURL=style.css.map */

.divIFrame{ height: 200px; width: 100%; }

@media screen and (min-width: 1300px) {
	.divIFrame{ height: 300px; width: 100%; }
}