.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.all {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3eeee;
}

.body {
  background-color: #f3eeee;
}

.body.img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../imagesold/s2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../imagesold/s2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  width: 100%;
  height: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 432ms ease;
  transition: all 432ms ease;
  color: #fff;
}

.navbar:hover {
  border-bottom-color: rgba(252, 251, 251, 0.1);
  background-image: none;
  opacity: 1;
}

.newcontainer {
  position: relative;
  display: block;
  width: 95%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px;
  text-align: center;
}

.newcontainer.navbar {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  width: 0px;
  height: 100%;
  min-width: 100%;
  padding: 5px 3% 0px;
  border-style: none;
  background-color: transparent;
  background-image: none;
  -webkit-transition: all 432ms ease;
  transition: all 432ms ease;
}

.newcontainer.smallest1 {
  width: 80%;
  margin-top: 2%;
  margin-bottom: 20px;
  padding-top: auto;
  padding-bottom: auto;
}

.newcontainer.whyuneed {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 20px;
}

.brand {
  position: absolute;
  left: 2%;
  top: 1%;
  right: auto;
  bottom: auto;
  padding: 5px 0px 0px;
}

.nav-menu {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-link {
  min-height: 0px;
  padding: 20px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  border-bottom: 3px solid #6f4912;
  border-radius: 0px;
  background-color: transparent;
}

.nav-link.w--current {
  border-bottom: 3px solid #fff;
  color: #fff;
  font-weight: 400;
}

.nav-link.phone {
  margin-left: 10px;
}

.nav-link.phone:hover {
  color: #08557f;
}

.textp {
  margin-bottom: 1%;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 3.2vw;
  line-height: 7vh;
  font-weight: 600;
  text-align: center;
}

.f-malternates {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 2.6vw;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.f-malternates.cor-grey {
  color: #525252;
}

.f-malternates.cor-brown {
  color: #6f4912;
}

.home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../imagesold/s1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../imagesold/s1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70px;
  min-width: 250px;
  margin-right: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: -1px 1px 12px 0 #08557f;
  font-family: Quicksand, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.boxaction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3%;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-blue {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #08557f;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
}

.boxtext {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Montserrat Alternates', sans-serif;
}

.box-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.bg-button-01 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #24326b, #08557f);
  text-align: center;
}

.bg-button-01:hover {
  border-style: solid;
  border-color: transparent;
}

.cogne {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 1200px;
  padding: 4% 5% 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3eeee;
}

.text-title {
  overflow: visible;
  width: 80%;
  margin-bottom: 5px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 4.5vw;
  line-height: 4.5vw;
  font-weight: 500;
  text-align: center;
}

.text-title.cor-blue {
  color: #08557f;
}

.vellux {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 600px;
  padding: 2% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3rdblocktext1 {
  display: block;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #525252;
  font-size: 30px;
  line-height: 40px;
  text-transform: none;
}

.line_brown {
  width: 50px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 1%;
  margin-left: auto;
  float: left;
  background-color: #6f4912;
  text-align: center;
}

.smallinfo {
  margin-left: 14px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
}

.linev {
  position: relative;
  display: block;
  width: 3px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  border: 0px none #ccc;
  background-image: url('../imagesold/s17.png');
  background-size: contain;
  background-repeat: repeat-y;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.live-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

._3bdblockround {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #6f4912;
  border-radius: 250px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 62px;
  text-decoration: none;
}

.div-block-38 {
  position: absolute;
  left: 0px;
  top: -15px;
  right: 30px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 125px;
  height: 125px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px none #f44438;
  border-radius: 250px;
  background-color: #f1eadf;
}

.div-block-38._2 {
  background-color: #f1eadf;
}

.div-block-30 {
  position: relative;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-28 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway;
  color: #888;
}

.lineh {
  position: absolute;
  top: 58px;
  z-index: 1;
  width: 80%;
  height: 3px;
  margin-right: 10%;
  margin-left: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: #000;
  background-image: url('../imagesold/s18.png');
  background-size: contain;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.type-font {
  font-family: Montserrat, sans-serif;
}

.line_blue {
  width: 50px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 1%;
  margin-left: auto;
  float: left;
  background-color: #08557f;
  text-align: center;
}

.grid {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-template-areas: ". ." ". ." ". .";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

._2ndblockgriddiv {
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block_s {
  position: relative;
  display: block;
  overflow: hidden;
  width: 140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1.5px solid #08557f;
  border-radius: 10px;
}

.image-18 {
  position: relative;
  z-index: 21;
}

.name {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #08557f;
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
}

.search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 600px;
  padding: 3% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3eeee;
}

.suporte {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 800px;
  padding: 2% 5% 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../imagesold/s2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../imagesold/s2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.forms {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 95%;
  margin-right: 0.5%;
  margin-bottom: 1%;
  margin-left: 0.5%;
  padding-top: 0%;
  padding-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 85, 127, 0.75)), to(rgba(8, 85, 127, 0.75))), url('../imagesold/s3.jpg');
  background-image: linear-gradient(180deg, rgba(8, 85, 127, 0.75), rgba(8, 85, 127, 0.75)), url('../imagesold/s3.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  box-shadow: 1px 1px 3px 0 #ccc;
}

.news {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  height: 350px;
  max-width: 90%;
  min-height: 350px;
  min-width: 900px;
  margin-right: 0%;
  margin-bottom: 4%;
  margin-left: 0%;
  padding: 1% 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ece9e9;
  box-shadow: -4px -4px 14px 0 rgba(80, 94, 120, 0.4), 0 6px 14px 0 rgba(80, 94, 120, 0.4);
}

.line_black {
  width: 50px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 1%;
  margin-left: auto;
  float: left;
  background-color: #000;
  text-align: center;
}

.text-span-12 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.ma-400-20-30 {
  margin-top: 2%;
  margin-bottom: 0px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #525252;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.text-span-15 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.text-span-17 {
  font-family: Montserrat, sans-serif;
}

.formnew {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.formnew._2 {
  z-index: 5;
  min-height: 80px;
  min-width: 700px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form_new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-5-copy {
  position: relative;
  z-index: 1;
  display: block;
  width: 420px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 600;
}

.text-field-5-copy._2 {
  z-index: 5;
  width: 60%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0px;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.submit-button-5 {
  position: relative;
  z-index: 5;
  display: block;
  width: 40%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #08557f;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
}

.newssub {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #525252;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.newstext {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #525252;
  font-size: 35px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.textforms {
  height: 50px;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: inset 0 0 0.2px 0 #000;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.textforms:active {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.textforms:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #df691a;
}

.textforms.nome {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent #ccc;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.textforms.msg {
  top: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent #ccc;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.textforms.email {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent #ccc;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.textforms.phone {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent #ccc;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.textforms.phone.tel {
  font-weight: 400;
}

.textcontact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
}

.boxforms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-width: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  font-family: Quicksand, sans-serif;
  color: #525252;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.text-formss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 420px;
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #525252;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.formstext {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 35px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.formstext.contato {
  background-color: transparent;
}

.submit-button {
  display: block;
  width: 80%;
  height: 55px;
  padding-top: auto;
  padding-bottom: auto;
  border-radius: 5px 25px;
  background-color: transparent;
  background-image: linear-gradient(135deg, #08557f, #2f86b6);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
}

.error-message {
  border: 3px solid #f73c3b;
  border-radius: 5px;
  background-color: transparent;
}

.f2 {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0%;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Montserrat Alternates', sans-serif;
}

.form-block {
  width: 100%;
  min-height: 420px;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.success-message {
  min-height: 420px;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #525252;
  border-radius: 10px;
  background-color: transparent;
}

.footer {
  position: relative;
  overflow: hidden;
  width: 99%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: transparent;
  box-shadow: inset 0 0 3px 0 #000;
}

.text-block-21 {
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.link-3 {
  margin-bottom: 0px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.link-3:hover {
  color: #08557f;
}

.image-20 {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-span-25 {
  font-family: Montserrat, sans-serif;
}

.text-span-26 {
  font-family: Montserrat, sans-serif;
}

.link-5 {
  color: #6f4912;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-5:hover {
  color: #08557f;
}

.link-6 {
  color: #6f4912;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-6:hover {
  color: #08557f;
}

.link-7 {
  color: #6f4912;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-7:hover {
  color: #08557f;
}

.columns-2 {
  z-index: 5;
  width: 100%;
  height: 100%;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px 0px 0px 20px;
  background-color: #fff;
}

.column-8 {
  min-height: 600px;
  padding-right: 0px;
  padding-left: 0px;
}

.textformscontact {
  overflow: visible;
  width: 80%;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  font-weight: 500;
  text-align: left;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 220px;
  min-width: 800px;
  margin: 10px 5px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #dedede;
  border-radius: 5px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.div-block-4:hover {
  box-shadow: 0 7px 22px 0 rgba(0, 0, 0, 0.3);
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-18 {
  margin-left: 5px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #414857;
  font-size: 16px;
  font-weight: 500;
}

.icons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.offerinfo {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #525252;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.boxsearch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 450px;
  margin-top: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search01 {
  position: relative;
  width: 100%;
  min-height: 350px;
  padding-top: 0%;
  padding-bottom: 0%;
  border-radius: 0px 0px 30px 30px;
  background-color: #f3eeee;
  box-shadow: none;
}

.grafico-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search2018 {
  min-width: 820px;
  margin-top: 1.5%;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #525252;
  font-size: 15px;
  text-align: right;
}

.text-span-27 {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 30px;
}

.suporte_text {
  display: block;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #525252;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
}

.footer_rom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cfooter {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site_dados {
  left: 2%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 350px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_footer {
  min-width: 350px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.arrowup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #08557f;
}

.boxarrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.boxtimeall {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-width: 800px;
  margin-top: 2%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #6f4912;
  border-radius: 10px;
  box-shadow: 2px 2px 14px 0 #ccc;
  text-align: center;
}

.boxtimeall:hover {
  box-shadow: 2px 2px 14px 0 #525252;
}

.texttime {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0%;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.text-span-38 {
  font-size: 30px;
  font-weight: 500;
}

.s-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  width: 120px;
  height: 4px;
  margin-left: -1px;
  border-radius: 20px;
}

.s-line.cor-brown {
  background-color: #6f4912;
}

.s-line.cor-blue {
  background-color: #08557f;
}

.text-span-39 {
  font-family: Montserrat, sans-serif;
}

.box-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.p4 {
  margin-top: 3%;
}

.title {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 2%;
  padding-right: 1%;
  padding-left: 1%;
  font-family: 'Varela Round', sans-serif;
  color: #1149f0;
  font-size: 60px;
  line-height: 70px;
  text-align: left;
}

.p1 {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-right: 1%;
  padding-left: 1%;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: justify;
}

.p2 {
  margin-top: 3%;
}

.p6 {
  margin-top: 3%;
}

.image-17 {
  position: relative;
  width: 230px;
  margin-top: 26px;
}

.p3 {
  margin-top: 3%;
}

.p5 {
  margin-top: 3%;
}

.p-privacidade {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0%;
  padding-bottom: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Montserrat Alternates', sans-serif;
}

.thankyou {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 80%, 0.75)), to(hsla(0, 0%, 80%, 0.75))), url('../imagesold/s1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 80%, 0.75), hsla(0, 0%, 80%, 0.75)), url('../imagesold/s1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.success-message-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  min-height: 60px;
  min-width: 700px;
  padding: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-radius: 10px;
  background-color: #08557f;
}

.text-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  min-height: 350px;
  min-width: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

.error-message-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: 30px;
  min-width: 700px;
  margin-top: 0px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #525252;
  font-size: 30px;
  line-height: 40px;
}

.loading {
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 50%, rgba(111, 73, 18, 0.1));
}

.textvimarkloading {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
}

.grafico-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grafico-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linkarrow {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20;
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 6px;
  border: 1px solid #525252;
  border-radius: 5px;
  font-family: 'Montserrat Alternates', sans-serif;
  text-decoration: none;
}

.linkarrow:hover {
  border-width: 2px;
  border-color: #6f4912;
}

.linkarrowpdp {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20;
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 6px;
  border: 1px solid #525252;
  border-radius: 5px;
  text-decoration: none;
}

.linkarrowpdp:hover {
  border-width: 2px;
  border-color: #6f4912;
}

.lightbox-link {
  text-decoration: none;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
}

.tab-pane-tab-1 {
  text-align: center;
}

.texttab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.tabs {
  width: 100%;
  max-width: 900px;
  border-radius: 10px 10px 30px 30px;
  box-shadow: 1px 1px 14px 0 #08557f;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 60px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ece9e9;
  color: #08557f;
}

.tab-link-tab-2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 60px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #08557f;
  color: #fff;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 60px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  background-color: #ece9e9;
  color: #08557f;
}

.tab-link-tab-3.w--current {
  width: 40%;
  background-color: #08557f;
  color: #fff;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 60px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #ece9e9;
  color: #08557f;
}

.tab-link-tab-1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 60px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right-style: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 0px;
  background-color: #08557f;
  color: #fff;
}

.tabs-content {
  overflow: visible;
}

.telefone {
  position: fixed;
  right: 0px;
  bottom: 96px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 2px;
}

.telefoneboximg {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
}

.image-15 {
  position: relative;
}

.link-block-2:hover {
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
}

.contact_footerphone {
  display: none;
  min-width: 350px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.contact_footerdesktop {
  display: block;
  min-width: 350px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 350px;
  padding: 0% 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-cogne {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textfooter {
  display: none;
  margin-top: 0px;
  font-family: Quicksand, sans-serif;
  color: #6f4912;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.cfooter-1 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site_dados1 {
  left: 2%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 350px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site_dados2 {
  left: 2%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 350px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.symbolic-links {
  display: none;
}

.arrowselecttab {
  display: none;
}

.textvimarkloading-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
}

.text-block-24 {
  overflow: visible;
  margin-top: 1%;
  margin-bottom: 2%;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #525252;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: left;
}

.link-10 {
  color: #6f4912;
  font-weight: 500;
  text-decoration: none;
}

.text-button-3 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #08557f;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.textsub-2 {
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
}

.textp-2 {
  margin-bottom: 1%;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #08557f;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
}

.link-block-3 {
  height: 65px;
  border-style: none;
  border-radius: 15px;
  box-shadow: -1px 0 13px 0 #08557f;
}

.link-block-3:hover {
  box-shadow: 0 0 10px 0 #000;
}

.button-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70px;
  min-width: 250px;
  margin-right: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: -1px 1px 12px 0 #08557f;
  font-family: Quicksand, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.logo {
  overflow: visible;
  margin-top: 0%;
  margin-bottom: 0%;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #525252;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: left;
}

.logoimg {
  width: 30%;
}

.titleprincipal {
  width: 60%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
}

.supnavbar {
  display: none;
  min-height: 0px;
  padding: 20px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.supnavbar:hover {
  border-bottom: 3px solid #6f4912;
  border-radius: 0px;
  background-color: transparent;
}

.supnavbar.w--current {
  border-bottom: 3px solid #fff;
  color: #fff;
  font-weight: 400;
}

.icon-3 {
  display: none;
}

.dropdown-list {
  padding-top: 20px;
  background-color: #6f4912;
}

.dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link-drop {
  min-height: 0px;
  padding: 0px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.nav-link-drop:hover {
  border-radius: 0px;
  background-color: transparent;
}

.nav-link-drop.w--current {
  border-bottom: 3px solid #fff;
  color: #fff;
  font-weight: 400;
}

.dropdown-link {
  min-height: 0px;
  padding: 20px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.dropdown-link:hover {
  border-bottom: 3px solid #6f4912;
  border-radius: 0px;
  background-color: transparent;
}

.dropdown-link.w--current {
  border-bottom: 3px solid #fff;
  color: #fff;
  font-weight: 400;
}

.fconosco {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 910px;
  margin-bottom: 2%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textfc {
  font-family: 'Montserrat Alternates', sans-serif;
  color: #08557f;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.textfooter-2 {
  display: none;
  margin-top: 0px;
  font-family: Quicksand, sans-serif;
  color: #6f4912;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.link-11 {
  color: #6f4912;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-11:hover {
  color: #08557f;
}

.linkarrow-2 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20;
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 6px;
  border: 1px solid #525252;
  border-radius: 5px;
  text-decoration: none;
}

.linkarrow-2:hover {
  border-width: 2px;
  border-color: #6f4912;
}

.arrowup-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #08557f;
}

.text-block-25 {
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.link-12 {
  margin-bottom: 0px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.link-12:hover {
  color: #08557f;
}

.contact_footer-2 {
  min-width: 350px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.contact_footerphone-2 {
  display: none;
  min-width: 350px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.cfooter-2 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-13 {
  color: #6f4912;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
}

.link-13:hover {
  color: #08557f;
}

.contact_footerdesktop-2 {
  display: block;
  min-width: 350px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.dropdown-link-2 {
  min-height: 0px;
  padding: 20px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.dropdown-link-2:hover {
  border-bottom: 3px solid #6f4912;
  border-radius: 0px;
  background-color: transparent;
}

.dropdown-link-2.w--current {
  border-bottom: 3px solid #fff;
  color: #fff;
  font-weight: 400;
}

.dropdown-list-2 {
  padding-top: 20px;
  background-color: #6f4912;
}

.dropdown-list-2.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link-2 {
  min-height: 0px;
  padding: 20px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.nav-link-2:hover {
  border-bottom: 3px solid #6f4912;
  border-radius: 0px;
  background-color: transparent;
}

.nav-link-2.w--current {
  border-bottom: 3px solid #fff;
  color: #fff;
  font-weight: 400;
}

.nav-link-2.phone {
  margin-left: 10px;
}

.nav-link-2.phone:hover {
  color: #08557f;
}

.nav-menu-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.faq {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  min-width: 100vw;
  padding-top: 72px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-h1 {
  text-align: center;
}

.pricing-h1.faq-h2 {
  margin-bottom: 50px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #08557f;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
}

.faq-plus-l {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: #08557f;
}

.faq-q-text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.faq-plus {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #08557f;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #08557f;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.faq-question:hover {
  color: #6f4912;
}

.container-2 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.container-2.faq-container {
  max-width: 950px;
  padding-top: 28px;
  padding-bottom: 80px;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 rgba(45, 62, 80, 0.3);
}

.faq-section {
  position: relative;
  margin-top: 73px;
  padding-bottom: 50px;
}

.faq-answer-text {
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  list-style-type: disc;
}

.full-texture {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  opacity: 0.2;
}

.faq-answer {
  overflow: hidden;
  padding-left: 45px;
  border-bottom: 1px solid rgba(45, 62, 80, 0.12);
}

.search_faq {
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 10px 10px 0px 0px;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading {
  font-family: 'Montserrat Alternates', sans-serif;
  line-height: 40px;
  font-weight: 400;
}

.text-block-26 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-span-57 {
  color: #08557f;
  font-size: 50px;
}

.image-24 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.boxfaleconosco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textvlx:hover {
  color: #6f4912;
  font-weight: 500;
}

.bold-text {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 500;
}

.heading-2 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 500;
}

.search-input {
  font-family: 'Montserrat Alternates', sans-serif;
}

.search-button {
  font-family: 'Montserrat Alternates', sans-serif;
}

.search-result-item {
  font-family: 'Montserrat Alternates', sans-serif;
}

.text-block-27 {
  font-family: 'Montserrat Alternates', sans-serif;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 500;
}

.text-field {
  font-family: Montserrat, sans-serif;
}

.submit-button-6 {
  font-family: 'Montserrat Alternates', sans-serif;
}

.error-message-3 {
  font-family: Montserrat, sans-serif;
}

.fromsbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fromsbox._22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
}

.n {
  margin-top: 0px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.m {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.t {
  position: relative;
  margin-top: 0px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.e {
  margin-top: 0px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #6f4912;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.efors {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-57 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-58 {
  position: absolute;
  width: auto;
  background-color: #fff;
}

.w500 {
  font-weight: 500;
}

.w500.cor-blue {
  color: #08557f;
}

.img-cogne {
  width: 300px;
}

.columns-3 {
  width: 90%;
  min-height: 350px;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.confira {
  margin-top: 2%;
  padding: 15px;
  border: 2px solid #08557f;
  border-radius: 10px;
  background-color: #08557f;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #ece9e9;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.confira:hover {
  background-color: #ece9e9;
  color: #08557f;
}

.link-block-4 {
  text-decoration: none;
}

.confira-text {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.t-e {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

html.w-mod-js *[data-ix="stripe-1"] {
  width: 0px;
}

html.w-mod-js *[data-ix="stripe-2"] {
  width: 1px;
}

html.w-mod-js *[data-ix="stripe-3"] {
  width: 0px;
}

html.w-mod-js *[data-ix="stripe-4"] {
  width: 0px;
}

html.w-mod-js *[data-ix="stripe"] {
  width: 1px;
}

@media (max-width: 991px) {
  .body.img {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }
  .newcontainer {
    width: 100%;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .newcontainer.navbar {
    padding-right: 2%;
  }
  .newcontainer.smallest1 {
    width: 95%;
    margin-top: 0%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 0px 2%;
  }
  .newcontainer.whyuneed {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .brand {
    top: 1%;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    min-height: 350px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #f3eeee;
    box-shadow: 0 1px 14px 0 #000;
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid transparent;
    background-color: transparent;
  }
  .nav-link:hover {
    background-color: transparent;
  }
  .nav-link.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button {
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: auto 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .textp {
    margin-bottom: 0%;
    font-size: 25px;
    line-height: 35px;
  }
  .f-malternates {
    font-size: 25px;
    line-height: 35px;
  }
  .home {
    min-height: 100vh;
  }
  .button {
    width: 260px;
    height: 65px;
  }
  .boxaction {
    padding-right: 10%;
    padding-left: 10%;
  }
  .box-bg {
    display: none;
  }
  .bg-button-01 {
    width: 260px;
    height: 300px;
  }
  .bg-button-01:hover {
    width: 260px;
    height: 300px;
  }
  .cogne {
    padding-right: 1%;
    padding-left: 1%;
  }
  .text-title {
    font-size: 45px;
    line-height: 50px;
  }
  .vellux {
    min-height: auto;
  }
  ._3rdblocktext1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  ._3bdblockround {
    width: 100px;
    height: 100px;
  }
  .div-block-38 {
    top: -10px;
    right: 25px;
    width: 100px;
    height: 100px;
  }
  .div-block-38._2 {
    width: 90px;
    height: 90px;
  }
  .div-block-28 {
    width: 170px;
  }
  .grid {
    width: 100%;
  }
  ._2ndblockgriddiv {
    width: 95%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .search {
    padding-top: 2%;
  }
  .forms {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-image: none;
  }
  .news {
    width: 90%;
    max-width: 100%;
    min-width: auto;
    padding-top: 2%;
    padding-bottom: 3%;
  }
  .formnew._2 {
    min-height: auto;
    min-width: 600px;
  }
  .text-field-5-copy._2 {
    z-index: 5;
    width: 100%;
  }
  .submit-button-5 {
    z-index: 5;
  }
  .newssub {
    display: none;
    font-size: 35px;
  }
  .newstext {
    display: block;
    margin-bottom: 5px;
    font-size: 25px;
  }
  .textforms.nome {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .textforms.msg {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .textforms.email {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .textforms.phone {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .textcontact {
    width: 100%;
    min-height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    border-radius: 10px 5px 10px 10px;
    box-shadow: none;
  }
  .boxforms {
    width: 600px;
    height: auto;
  }
  .text-formss {
    margin-top: 5px;
    color: #797979;
    font-size: 4vw;
    line-height: 5vh;
  }
  .formstext {
    font-size: 40px;
  }
  .submit-button {
    margin-top: 10px;
  }
  .f2 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #797979;
    font-size: 30px;
    font-weight: 400;
  }
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-7 {
    min-height: 450px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 5px;
  }
  .column-8 {
    min-height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 85, 127, 0.75)), to(rgba(8, 85, 127, 0.75))), url('../imagesold/s3.jpg');
    background-image: linear-gradient(180deg, rgba(8, 85, 127, 0.75), rgba(8, 85, 127, 0.75)), url('../imagesold/s3.jpg');
    background-position: 0px 0px, 0px -80px;
    background-size: auto, auto;
  }
  .textformscontact {
    font-size: 45px;
    line-height: 60px;
  }
  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    min-height: 300px;
    min-width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-55 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icons {
    height: 150px;
  }
  .offerinfo {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .search2018 {
    min-width: 680px;
    margin-top: 3%;
  }
  .text-span-27 {
    line-height: 35px;
  }
  .icon-2 {
    color: #6f4912;
    font-size: 35px;
  }
  .suporte_text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
    text-align: center;
  }
  .cfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact_footer {
    min-width: 280px;
    font-size: 18px;
  }
  .boxtimeall {
    width: 85%;
    min-width: auto;
  }
  .texttime {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #6f4912;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
  .text-span-38 {
    font-size: 25px;
  }
  .box-text {
    width: 100%;
    margin-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .image-21 {
    width: 173px;
  }
  .image-22 {
    width: 173px;
  }
  .image-23 {
    width: 173px;
  }
  .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 50px;
  }
  .p1 {
    font-size: 20px;
    line-height: 30px;
  }
  .image-17 {
    width: 80%;
    margin-top: 0px;
  }
  .p-privacidade {
    padding-top: 2%;
  }
  .thankyou {
    height: 700px;
  }
  .success-message-2 {
    min-width: 100%;
  }
  .text-block-22 {
    min-width: 100%;
  }
  .error-message-2 {
    min-width: 100%;
  }
  .text-block-23 {
    padding-bottom: 30px;
  }
  .textvimarkloading {
    font-size: 30px;
  }
  .linkarrow {
    right: auto;
  }
  .linkarrowpdp {
    right: 6%;
  }
  .tabs-menu {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
  }
  .texttab {
    font-size: 20px;
  }
  .tab-link-tab-2 {
    width: 100%;
    min-height: 50px;
  }
  .tab-link-tab-2.w--current {
    width: 100%;
    min-height: 50px;
  }
  .tab-link-tab-3 {
    width: 100%;
    min-height: 50px;
  }
  .tab-link-tab-3.w--current {
    width: 100%;
    min-height: 50px;
    border-radius: 0px;
  }
  .tab-link-tab-1 {
    width: 100%;
    min-height: 50px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }
  .tab-link-tab-1.w--current {
    width: 100%;
    min-height: 50px;
    border-top-right-radius: 10px;
  }
  .telefone {
    left: auto;
    top: auto;
    right: 0%;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 0px;
  }
  .telefoneboximg {
    bottom: 0px;
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
  }
  .contact_footerphone {
    min-width: 280px;
    font-size: 18px;
  }
  .contact_footerdesktop {
    min-width: 280px;
    font-size: 18px;
  }
  .div-block-39 {
    margin-bottom: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .textfooter {
    font-size: 40px;
  }
  .cfooter-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }
  .arrowselecttab {
    display: block;
    color: #ece9e9;
  }
  .textvimarkloading-2 {
    font-size: 30px;
  }
  .textsub-2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
  }
  .textp-2 {
    font-size: 40px;
  }
  .button-3 {
    width: 260px;
    height: 65px;
  }
  .logoimg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .titleprincipal {
    margin-left: 2%;
  }
  .supnavbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid transparent;
    background-color: transparent;
  }
  .supnavbar:hover {
    background-color: transparent;
  }
  .dropdown-list.w--open {
    padding-bottom: 0px;
  }
  .nav-link-drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid transparent;
    background-color: transparent;
  }
  .nav-link-drop:hover {
    background-color: transparent;
  }
  .dropdown-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid transparent;
    background-color: transparent;
  }
  .dropdown-link:hover {
    background-color: transparent;
  }
  .fconosco {
    min-height: 900px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../imagesold/s2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../imagesold/s2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .textfc {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 30px;
    font-weight: 600;
  }
  .textfooter-2 {
    font-size: 40px;
  }
  .linkarrow-2 {
    right: auto;
  }
  .contact_footer-2 {
    min-width: 280px;
    font-size: 18px;
  }
  .contact_footerphone-2 {
    min-width: 280px;
    font-size: 18px;
  }
  .cfooter-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact_footerdesktop-2 {
    min-width: 280px;
    font-size: 18px;
  }
  .dropdown-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid transparent;
    background-color: transparent;
  }
  .dropdown-link-2:hover {
    background-color: transparent;
  }
  .icon-4 {
    color: #6f4912;
    font-size: 35px;
  }
  .dropdown-list-2.w--open {
    padding-bottom: 0px;
  }
  .nav-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid transparent;
    background-color: transparent;
  }
  .nav-link-2:hover {
    background-color: transparent;
  }
  .nav-link-2.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    min-height: 350px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #f3eeee;
    box-shadow: 0 1px 14px 0 #000;
  }
  .container-2.faq-container {
    padding-bottom: 20px;
  }
  .faq-section {
    padding-bottom: 0px;
  }
  .utility-page-wrap {
    height: 100vh;
  }
  .boxfaleconosco {
    width: 600px;
    height: auto;
  }
  .fromsbox._22 {
    width: 600px;
    height: 50px;
  }
  .n {
    font-size: 40px;
  }
  .m {
    font-size: 40px;
  }
  .t {
    font-size: 40px;
  }
  .e {
    font-size: 40px;
  }
  .confira {
    min-width: 680px;
    margin-top: 3%;
  }
  .confira-text {
    min-width: 680px;
    margin-top: 3%;
  }
  .t-e {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .newcontainer {
    padding-top: 10px;
  }
  .newcontainer.smallest1 {
    width: 100%;
  }
  .newcontainer.whyuneed {
    padding-right: 0px;
    padding-bottom: 4%;
    padding-left: 0px;
  }
  .brand {
    top: 1%;
  }
  .nav-menu {
    margin-top: 17px;
    padding-bottom: 16px;
    -webkit-perspective-origin: 100% 0%;
    perspective-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  .textp {
    font-size: 20px;
  }
  .f-malternates {
    font-size: 22px;
    line-height: 30px;
  }
  .home {
    height: 450px;
    padding-right: 1%;
    padding-left: 1%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button {
    width: 200px;
    height: 50px;
    font-size: 18px;
  }
  .boxaction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .box-bg {
    border-radius: 10px;
  }
  .bg-button-01 {
    height: 200px;
  }
  .bg-button-01:hover {
    height: 200px;
  }
  .cogne {
    padding-top: 2%;
    padding-right: 1%;
    padding-left: 1%;
    border-top: 0.5px solid #08557f;
  }
  .text-title {
    margin-top: 0px;
    padding-left: 2%;
    font-size: 40px;
    line-height: 45px;
  }
  .vellux {
    height: auto;
    padding: 3% 3% 2%;
    border-top: 0.5px solid #6f4912;
  }
  ._3rdblocktext1 {
    font-size: 20px;
  }
  .linev {
    display: none;
  }
  .div-block-29 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._3bdblockround {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }
  .div-block-38._2 {
    width: 90px;
    height: 90px;
  }
  .div-block-28 {
    width: auto;
    margin-bottom: 15px;
  }
  .lineh {
    display: none;
  }
  ._2ndblockgriddiv {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .block_s {
    width: 130px;
  }
  .image-18 {
    width: 65px;
  }
  .search {
    border-top: 0.5px solid #08557f;
    background-color: #ece9e9;
  }
  .suporte {
    border-top: 0.5px solid #6f4912;
  }
  .news {
    z-index: 0;
    padding-bottom: 2%;
  }
  .ma-400-20-30 {
    font-size: 18px;
    line-height: 25px;
  }
  .formnew._2 {
    width: 90%;
    min-width: auto;
  }
  .text-field-5-copy._2 {
    width: 60%;
    padding-right: auto;
    padding-left: auto;
    font-size: 15px;
    text-align: center;
  }
  .submit-button-5 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
  }
  .newstext {
    font-size: 20px;
  }
  .textcontact {
    width: 100%;
    min-height: 300px;
    padding: 0% 0% 1% 2%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-color: #216c77;
    border-radius: 20px;
    background-image: none;
    box-shadow: none;
  }
  .boxforms {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-formss {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #727272;
    font-size: 4.5vw;
    line-height: 5vh;
  }
  .f2 {
    width: 0px;
    min-width: 500px;
    margin-top: 0px;
    color: #797979;
    font-weight: 400;
  }
  .form-block {
    width: 90%;
  }
  .footer {
    width: 95%;
    box-shadow: none;
  }
  .text-block-21 {
    text-align: left;
  }
  .image-20 {
    width: 40%;
  }
  .column-7 {
    padding-top: 0px;
  }
  .column-8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 85, 127, 0.75)), to(rgba(8, 85, 127, 0.75))), url('../imagesold/s3.jpg');
    background-image: linear-gradient(180deg, rgba(8, 85, 127, 0.75), rgba(8, 85, 127, 0.75)), url('../imagesold/s3.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .textformscontact {
    margin-top: 0px;
    font-size: 40px;
  }
  .div-block-4 {
    width: 90%;
  }
  .offerinfo {
    font-size: 15px;
    line-height: 21px;
  }
  .search2018 {
    min-width: 480px;
    margin-top: 4%;
    margin-bottom: 1%;
  }
  .text-span-27 {
    font-size: 25px;
    line-height: 30px;
  }
  .suporte_text {
    font-size: 20px;
  }
  .footer_rom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cfooter {
    min-height: auto;
    margin-bottom: 5px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .site_dados {
    min-height: 40px;
    min-width: auto;
    margin-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .contact_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    min-width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .boxarrow {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    padding-right: 9px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .boxtimeall {
    width: 90%;
  }
  .texttime {
    width: 0px;
    min-width: 500px;
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
  .s-line {
    display: none;
  }
  .title {
    font-size: 25px;
    line-height: 50px;
  }
  .p1 {
    padding-right: 4%;
    padding-left: 4%;
    font-size: 15px;
    line-height: 25px;
  }
  .image-17 {
    margin-top: 0px;
  }
  .p-privacidade {
    padding-right: 1%;
    padding-left: 1%;
  }
  .thankyou {
    height: 450px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .success-message-2 {
    min-width: 100%;
  }
  .text-block-22 {
    min-width: 100%;
    font-size: 25px;
  }
  .error-message-2 {
    min-width: 100%;
  }
  .text-block-23 {
    padding-right: 5px;
    padding-bottom: 30px;
    padding-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .textvimarkloading {
    margin-top: 0px;
    padding-left: 2%;
    font-size: 30px;
  }
  .linkarrow {
    left: auto;
    right: auto;
  }
  .linkarrowpdp {
    left: 6%;
    right: auto;
  }
  .lightbox-link {
    margin-bottom: 7%;
  }
  .texttab {
    width: 100%;
    margin-top: 0px;
    font-size: 18px;
    line-height: 21px;
  }
  .tabs {
    box-shadow: 0 0 20px -4px #08557f;
  }
  .tab-link-tab-2 {
    background-color: #ece9e9;
  }
  .telefone {
    z-index: 6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .telefoneboximg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 99%;
    height: 99%;
    margin: 0px;
  }
  .link-block-2 {
    display: none;
  }
  .contact_footerphone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact_footerdesktop {
    display: none;
  }
  .div-block-39 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .box-cogne {
    width: 80%;
    margin-top: 2%;
    margin-left: 20px;
  }
  .textfooter {
    display: block;
    margin-bottom: 0px;
    color: #08557f;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
  }
  .cfooter-1 {
    z-index: auto;
    min-height: auto;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 0.5px solid #6f4912;
  }
  .site_dados1 {
    min-height: 40px;
    min-width: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .site_dados2 {
    min-width: auto;
    margin-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .symbolic-links {
    display: inline;
    font-size: 12px;
  }
  .textvimarkloading-2 {
    margin-top: 0px;
    padding-left: 2%;
    font-size: 30px;
  }
  .textsub-2 {
    font-size: 20px;
    font-weight: 600;
  }
  .textp-2 {
    font-size: 30px;
    line-height: 40px;
  }
  .button-3 {
    width: 200px;
    height: 60px;
    font-size: 18px;
  }
  .logoimg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fconosco {
    height: 700px;
    min-height: auto;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .textfc {
    font-size: 25px;
    line-height: 35px;
  }
  .textfooter-2 {
    display: block;
    margin-bottom: 0px;
    color: #08557f;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
  }
  .linkarrow-2 {
    left: auto;
    right: auto;
  }
  .text-block-25 {
    text-align: left;
  }
  .contact_footer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    min-width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact_footerphone-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfooter-2 {
    min-height: auto;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 0.5px solid #6f4912;
  }
  .contact_footerdesktop-2 {
    display: none;
  }
  .nav-menu-2 {
    margin-top: 17px;
  }
  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .container-2.faq-container {
    padding-bottom: 20px;
  }
  .utility-page-wrap {
    height: auto;
    min-height: 500px;
  }
  .boxfaleconosco {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fromsbox._22 {
    width: 90%;
  }
  .img-cogne {
    width: 250px;
  }
  .column-9 {
    min-height: 300px;
  }
  .column-10 {
    min-height: 300px;
  }
  .column-11 {
    min-height: 300px;
  }
  .column-12 {
    min-height: 300px;
  }
  .confira {
    min-width: 480px;
    margin-top: 4%;
    margin-bottom: 1%;
  }
  .confira-text {
    min-width: 480px;
    margin-top: 4%;
    margin-bottom: 1%;
  }
  .t-e {
    width: 100%;
    margin-top: 0px;
    font-size: 18px;
    line-height: 21px;
  }
}

@media (max-width: 479px) {
  .newcontainer {
    padding: 5px 0px;
  }
  .newcontainer.smallest1 {
    font-family: 'Montserrat Alternates', sans-serif;
  }
  .newcontainer.whyuneed {
    padding-bottom: 0%;
  }
  .nav-menu {
    width: 90%;
    height: auto;
    margin-top: 11px;
  }
  .textp {
    font-size: 20px;
    line-height: 30px;
  }
  .f-malternates {
    font-size: 18px;
    line-height: 25px;
  }
  .f-malternates.cor-grey {
    margin-bottom: 20px;
  }
  .home {
    height: auto;
    min-height: 90vh;
  }
  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 45px;
    min-width: auto;
    margin-right: 0%;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
  }
  .boxaction {
    width: 100%;
    min-height: auto;
    margin-top: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .text-blue {
    font-size: 25px;
  }
  .boxtext {
    position: relative;
    top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .bg-button-01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .bg-button-01:hover {
    width: 90%;
    height: 150px;
    border-radius: 40px;
  }
  .cogne {
    border-top: 0.5px solid #08557f;
  }
  .text-title {
    width: 100%;
    padding-left: 0%;
    font-size: 30px;
    line-height: 35px;
  }
  .vellux {
    padding-right: 3%;
    padding-left: 3%;
    border-top: 0.5px solid #6f4912;
  }
  ._3rdblocktext1 {
    font-size: 15px;
  }
  .live-box {
    display: none;
  }
  ._3bdblockround {
    width: 70px;
    height: 70px;
  }
  .div-block-38._2 {
    width: 70px;
    height: 70px;
  }
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  ._2ndblockgriddiv {
    width: 100%;
    margin-bottom: 15px;
  }
  .block_s {
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .name {
    font-size: 20px;
  }
  .search {
    margin-top: 0px;
    padding: 4% 3% 7%;
    border-top: 0.5px solid #08557f;
    background-color: #f3eeee;
  }
  .suporte {
    padding-right: 3%;
    padding-left: 3%;
    border-top: 0.5px solid #6f4912;
  }
  .forms {
    margin-bottom: 4%;
  }
  .news {
    height: auto;
    min-height: auto;
    margin-bottom: 6%;
    padding-bottom: 6%;
  }
  .ma-400-20-30 {
    font-size: 15px;
    line-height: 20px;
  }
  .formnew._2 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-field-5-copy._2 {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .submit-button-5 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 18px;
  }
  .newstext {
    line-height: 25px;
  }
  .textforms.nome {
    height: 40px;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 20px;
  }
  .textforms.msg {
    height: auto;
    min-height: 40px;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 20px;
  }
  .textforms.email {
    height: 40px;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 20px;
  }
  .textforms.phone {
    height: 40px;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 20px;
  }
  .textcontact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 250px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 4%;
    border-style: none;
    border-radius: 10px;
    background-image: none;
    box-shadow: none;
    color: #000;
  }
  .boxforms {
    width: 100%;
    height: auto;
    min-width: auto;
  }
  .text-formss {
    margin-top: 0px;
    color: #797979;
    font-size: 4.5vw;
    line-height: 3vh;
  }
  .formstext {
    display: block;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
  }
  .submit-button {
    width: 90%;
    height: 50px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }
  .f2 {
    min-width: 300px;
    margin-bottom: 0px;
    color: #797979;
    font-size: 20px;
    line-height: 30px;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .form-block {
    width: 95%;
    min-height: auto;
  }
  .footer {
    margin-bottom: 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: none;
  }
  .text-block-21 {
    font-size: 17px;
    text-align: left;
  }
  .link-3 {
    font-size: 17px;
  }
  .link-5 {
    display: inline;
  }
  .column-7 {
    min-height: 400px;
    padding-bottom: 1%;
  }
  .textformscontact {
    width: 100%;
    font-size: 30px;
  }
  .div-block-4 {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .icons {
    height: 130px;
  }
  .search2018 {
    width: 100%;
    min-width: auto;
    margin-top: 10%;
    margin-bottom: 4%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .text-span-27 {
    font-size: 20px;
  }
  .suporte_text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
  }
  .cfooter {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .site_dados {
    width: 100%;
    min-height: 40px;
    min-width: auto;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contact_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    min-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    text-align: center;
  }
  .arrowup {
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    line-height: 12px;
    font-weight: 100;
    text-align: center;
  }
  .boxtimeall {
    width: 95%;
    border-width: 2px;
  }
  .texttime {
    width: 100%;
    min-width: auto;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
  }
  .text-span-38 {
    font-size: 20px;
  }
  .s-line {
    display: none;
  }
  .image-21 {
    width: 45%;
  }
  .image-22 {
    width: 45%;
  }
  .image-23 {
    width: 45%;
  }
  .title {
    padding-right: 0.5%;
    padding-left: 3%;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
  }
  .title.phone {
    padding-right: 0%;
    padding-left: 0%;
    font-size: 15px;
  }
  .p1 {
    padding-right: 3%;
    padding-left: 3%;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
    text-align: left;
  }
  .container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-17 {
    left: 3%;
    width: 90%;
  }
  .p-privacidade {
    padding-bottom: 7%;
  }
  .thankyou {
    height: auto;
    min-height: 90vh;
    padding-right: 0.5%;
    padding-left: 0.5%;
  }
  .text-block-22 {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 23px;
  }
  .text-block-23 {
    padding-top: 23px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 20px;
    line-height: 30px;
  }
  .textvimarkloading {
    font-size: 30px;
  }
  .linkarrow {
    left: 6%;
    right: auto;
    margin-bottom: 11px;
  }
  .linkarrowpdp {
    left: 6%;
    right: auto;
    margin-bottom: 11px;
  }
  .lightbox-link {
    width: 100%;
  }
  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .texttab {
    padding-left: 0%;
    font-size: 16px;
  }
  .tabs {
    margin-top: 5%;
    box-shadow: 1px 1px 14px 0 #08557f;
  }
  .tab-link-tab-2 {
    width: 100%;
    min-height: 30px;
  }
  .tab-link-tab-2.w--current {
    width: 100%;
    min-height: 30px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .tab-link-tab-3 {
    width: 100%;
    min-height: 30px;
  }
  .tab-link-tab-3.w--current {
    width: 100%;
    min-height: 30px;
    border-top-right-radius: 0px;
  }
  .tab-link-tab-1 {
    width: 100%;
    min-height: 30px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }
  .tab-link-tab-1.w--current {
    min-height: 30px;
  }
  .telefone {
    width: 35px;
    height: 35px;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 0px;
  }
  .telefoneboximg {
    position: relative;
    box-shadow: none;
    cursor: default;
  }
  .contact_footerphone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    min-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 17px;
    text-align: left;
  }
  .div-block-39 {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-cogne {
    width: 90%;
    margin-top: 0%;
    margin-bottom: 18px;
    margin-left: 0px;
  }
  .textfooter {
    display: block;
    margin-bottom: 0px;
    color: #08557f;
    font-size: 25px;
    font-weight: 500;
  }
  .cfooter-1 {
    display: block;
    border-top: 0.5px solid #6f4912;
    text-align: left;
  }
  .site_dados1 {
    width: 100%;
    min-height: 40px;
    min-width: auto;
    margin-top: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .site_dados2 {
    width: 100%;
    min-height: 40px;
    min-width: auto;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .arrowselecttab {
    display: block;
  }
  .textvimarkloading-2 {
    font-size: 30px;
  }
  .text-button-3 {
    font-size: 25px;
  }
  .textsub-2 {
    font-size: 23px;
    font-weight: 600;
  }
  .textp-2 {
    font-size: 30px;
    line-height: 40px;
  }
  .button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    min-width: auto;
    margin-right: 0%;
    font-size: 20px;
  }
  .logoimg {
    width: 35%;
  }
  .titleprincipal {
    width: 60%;
  }
  .text-img {
    margin-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fconosco {
    height: 620px;
    min-height: auto;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.75)), to(hsla(0, 0%, 100%, 0.75))), url('../imagesold/s2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.75), hsla(0, 0%, 100%, 0.75)), url('../imagesold/s2.jpg');
    background-position: 0px 0px, 40% 50%;
    background-size: auto, auto;
  }
  .textfc {
    font-size: 20px;
    line-height: 30px;
  }
  .textfooter-2 {
    margin-bottom: 0px;
    color: #08557f;
    font-size: 25px;
    font-weight: 500;
  }
  .linkarrow-2 {
    left: 6%;
    right: auto;
    margin-bottom: 11px;
  }
  .arrowup-2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    line-height: 12px;
    font-weight: 100;
    text-align: center;
  }
  .text-block-25 {
    font-size: 17px;
    text-align: left;
  }
  .link-12 {
    font-size: 17px;
  }
  .contact_footer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    min-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    text-align: center;
  }
  .contact_footerphone-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    min-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 17px;
    text-align: left;
  }
  .cfooter-2 {
    display: block;
    border-top: 0.5px solid #6f4912;
    text-align: left;
  }
  .link-13 {
    display: inline;
  }
  .nav-menu-2 {
    width: 90%;
    height: auto;
    margin-top: 11px;
  }
  .faq {
    padding-top: 20px;
  }
  .faq-plus-wrap {
    margin-right: 10px;
  }
  .pricing-h1.faq-h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .faq-q-text {
    font-size: 20px;
    line-height: 25px;
  }
  .faq-plus {
    width: 20px;
  }
  .container-2.faq-container {
    padding-right: 2vw;
    padding-bottom: 0px;
    padding-left: 2vw;
    background-color: transparent;
    box-shadow: none;
  }
  .faq-section {
    padding-bottom: 20px;
    background-color: transparent;
  }
  .faq-answer-text {
    padding-left: 5px;
  }
  .full-texture {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .faq-answer {
    padding-left: 20px;
  }
  .boxfaleconosco {
    position: relative;
    top: 20px;
    width: 100%;
    height: auto;
    min-width: auto;
  }
  .srtvs {
    display: none;
  }
  .image-25 {
    width: 200px;
  }
  .fromsbox._22 {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .n {
    display: block;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
  }
  .m {
    display: block;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
  }
  .t {
    display: block;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
  }
  .e {
    display: block;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
  }
  .column-10 {
    text-align: center;
  }
  .confira {
    width: 100%;
    min-width: auto;
    margin-top: 5%;
    margin-bottom: 4%;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .confira-text {
    width: 100%;
    min-width: auto;
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
    text-align: center;
  }
  .t-e {
    padding-left: 0%;
    font-size: 19px;
    text-align: center;
  }
}

#w-node-487929fa4554-4d3134d8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 767px) {
  #w-node-487929fa4554-4d3134d8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-487929fa4559-4d3134d8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-487929fa4559-4d3134d8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-487929fa4559-4d3134d8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-487929fa455e-4d3134d8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-487929fa455e-4d3134d8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-487929fa455e-4d3134d8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-487929fa4563-4d3134d8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-6f29aca0405b-4d3134d8 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6f29aca04063-4d3134d8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-2e18d02ef18a-d83134e4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2e18d02ef192-d83134e4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

