.section-top {
  height: 80px;
  max-width: 1800px;
  min-width: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.section-top.header-assinante {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  max-width: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #000;
}

.container {
  position: static;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-bottom: 0px;
  padding-right: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
}

.link-header-assinante {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #666060;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

#idiomas .link-header-assinante {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #666060;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13px;
  text-decoration: none;
}

.link-header-assinante:hover {
  color: #b6b6b6;
}

.link-header-assinante.link-cadastro {
  border-right-width: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #4ec5cd;
  font-size: 15px;
}

.link-header-assinante.link-cadastro:hover {
  color: #1d8c94;
}

.link-header-assinante.last-link-top {
  border-right-width: 0px;
}

.body {
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #707070;
  border-radius: 4px;
  font-family: 'Nunito Sans', sans-serif;
}

.div-block {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.form-block {
  display: block;
  margin-bottom: 0px;
}

.text-field {
  max-width: 150px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.text-field.top-input {
  border-style: solid;
  border-width: 1px;
  border-color: #696969;
  border-radius: 4px;
  background-color: #555;
}

.text-field-2 {
  max-width: 100px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-3.download-footer {
  margin-bottom: 10px;
}

.link-block {
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 4px;
  background-color: #727272;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.amazing-container {
  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;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-input {
  max-width: 120px;
  margin-right: 10px;
  margin-bottom: 0px;
  border-radius: 4px;
  background-color: #7e7e7e;
}

.top-input:active {
  background-color: #e6e6e6;
}

.top-input:focus {
  background-color: #ddd;
}

.submit-button {
  margin-right: 5px;
  border-radius: 4px;
  background-color: #4ec5cd;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #2ca0a8;
}

.submit-button.bt-trabalhe {
  display: none;
  margin-top: 20px;
}

.heading {
  text-align: center;
  text-transform: uppercase;
}

.heading.h2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Hwt artz w00', sans-serif;
  color: #000;
  font-size: 60px;
  text-align: center;
	padding-top: 20px;
	
	margin-top:10px;
}

.oquefazemos{

}

 .heading.h2 strong {
    font-size: 54px;
    line-height: 48px;
		 color: #4ec5cd;
  }

.heading.h2.h2-servicos {
  margin-left: 30px;
  color: #bcbdc0;
  font-size: 38px;
  text-align: left;
}

.heading.h2.oq-fazemos {
  margin-bottom: 20px;
}

.heading.h2.titulo-modal {
  margin-top: 40px;
}

.heading.h2-negocio {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Hwt artz w00', sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  text-align: left;
}

#fluxo .heading.h2-negocio {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Hwt artz w00', sans-serif;
  color: #000;
  font-size: 10vw;
  line-height: 10vw;
  text-align: center;
}

 .heading.h2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Hwt artz w00', sans-serif;
  color: #000;
  font-size: 4vw;
	 line-height: 4vw;
  text-align: center;
	padding-top: 0px;
	
	margin-top:0px;
}
.heading.h2-moldavel {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Hwt artz w00', sans-serif;
  color: #01bfc2;
  font-size: 5vw;
  line-height: 5vw;
  text-align: left;
}

.heading.h2-acelere {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Hwt artz w00', sans-serif;
  color: #01bfc2;
  font-size: 4vw;
  line-height: 4vw;
  text-align: left;
}

.heading.h2-moldavel {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Hwt artz w00', sans-serif;
  color: #01bfc5;
  font-size: 4vw;
  line-height: 4vw;
  text-align: left;
}

.heading.h1-config-email {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Hwt artz w00', sans-serif;
  color: #000;
  font-size: 45px;
  text-align: center;
}

.heading.h1-config-email.h2-servicos {
  margin-left: 30px;
  color: #bcbdc0;
  font-size: 38px;
  text-align: left;
}

.heading.h1-config-email.oq-fazemos {
  margin-bottom: 20px;
}

.heading.h1-config-email.titulo-modal {
  margin-top: 40px;
}

.section-1 {
  position: static;
  overflow: hidden;
  width: 100vw;
  height: 80vh;
  margin-top: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.paragraph-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.image {
  height: 50px;
  text-align: center;
}

.div-block-5 {
  text-align: center;
}

.layout-ushi {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layout-ushi.sec1 {

	height: auto;
    margin: 0px auto 0px;
    padding-bottom: 0px;
  
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
   
   
	
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 
  height: 100%;
  max-width: 1400px;
  margin-top: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
 
  background-position:top;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-size: 15px;
}

.div-block-7 {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  max-width: none;
  margin-top: 10%;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: opacity 500ms ease, box-shadow 200ms ease;
  transition: opacity 500ms ease, box-shadow 200ms ease;
}

.container-2:hover {
  background-color: #fff;
  box-shadow: 0 0 20px -11px #000;
}

.nav-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  clear: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #4ec5cd;
}

.nav-link.w--current {
  color: #38bfc3;
  text-decoration: underline;
  white-space: normal;
}

.nav-link-2 {
  display: block;
}

.nav-link-3 {
  display: block;
}

.nav-menu {
  min-width: 170px;
  float: none;
}

.brand {
  display: block;
  float: none;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: 10%;
  background-color: #be5151;
}

.container-ushibar {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000;
}

.section-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  min-height: 0vh;
  margin-top: 0px;
  background-color: #4ec5cd;
  color: #fff;
}

.loginbar {
  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;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
	background-color: #000;
}

.container-sec1 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  height: auto;
  max-width: 1400px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: transparent;
 background-image: url('../images/ushi_fundo_splash.png');
  background-size: 100%;
	
	background-repeat: no-repeat;
	
}
#bpm{
	
left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  
  overflow: visible;
  height: auto;
  padding-top: 100px;

}
#fluxo{
	
left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  
  overflow: visible;
  height: auto;
  padding-top: 100px;

}


.infoimg {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  height: 145vh;
  max-width: 100%;
  margin-bottom: 30px;
	margin-top: 10px;
  margin-right: 5px;
  margin-left: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
 background-image: url('../images/fluxo.jpg');
	 background-size: 100%;
	background-repeat: no-repeat;

}

.infoimgen {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  height: 125vh;
  max-width: 100%;
  margin-bottom: 30px;
	margin-top:10px;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
 background-image: url('../images/flow.jpg');
	 background-size: 100%;
	background-repeat: no-repeat;

}

.image-2 {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #4ec5cd;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-3 {
  width: 210px;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 10px 15px;
  float: none;
  clear: none;
  white-space: normal;
}

.container-sec2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.div-block-9 {
  width: auto;
  min-height: 0px;
  min-width: 0px;
  border-radius: 50%;
  background-color: #fff;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:flex ;
  width: 250px;
  height: 200px;
  margin-top: auto;
	margin-bottom: 10px;;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 5%;
  background-color: #fff;
  box-shadow: 1px 1px 19px -9px #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: center;
}

.div-block-11 {
  background-color: #fff;
}

.box-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 100%;
  margin-top: 0px;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.box-50.box-50-titulo {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: 100vh;
  clear: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.box-50.box-50-conteudo {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.box-50.box-5-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  position: -webkit-sticky;
  position: sticky;
  width: auto;
  max-width: 50%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.multi-imagem-legenda {
  max-width: 310px;
  margin-right: 15px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.box-conteudo {
	width: 90%;
	align-content: center;
  display: block;
  overflow: visible;
  min-height: 0vh;
  margin-top: auto;
  margin-right: 5%;
	margin-left: 5%;
  margin-bottom: auto;
  padding: 0px 40px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: none;
 
    box-shadow: none;
  text-align: center;
}

.box-conteudo.div-gray {
  background-color: #f5f5f5;
}

.box-conteudo.missao {
  padding-bottom: 0px;
}

.box-conteudo.first {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-conteudo.case {
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #37bfc3;
}

.image-5 {
  max-width: 100%;
  padding: 0px;
}

.paragrafo-conteudo {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.paragrafo-conteudo.text-sec3 {
  text-align: left;
}

.text-block-2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.div-block-15 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  background-color: #fff;
  color: #fff;
}

.container-sec3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.h3-sec3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.h3-sec3.h3-comunicacao {
  margin-bottom: 0px;
  color: #4ec4cc;
  font-size: 20px;
}

.h3-sec3.h3-design {
  margin-bottom: 0px;
  color: #f8be28;
  font-size: 20px;
}

.h3-sec3.h3-bpm {
  color: #ff4266;
  font-size: 20px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image-6 {
  width: 60px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-17 {
  margin-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-3 {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}

.image-4-copy {
  position: relative;
  height: auto;
  max-width: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f6f8f0;
  color: #f6f8f0;
}

.paragrafo-moldavel {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 1.2vw;
  line-height: 1.4vw;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.image-servicos {
  position: relative;
  height: auto;
  max-width: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-15-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-4 {
  overflow: visible;
  margin-left: 30px;
	margin-bottom: 30px;
  color: #000;
  font-size: 18px;
}

.div-block-18 {
  display: block;
  overflow: visible;
  max-width: none;
  margin-right: 0px;
  margin-left: -40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.list-item {
  display: block;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  list-style-type: none;
}

.list-item-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #d8d8d8;
  font-size: 15px;
  text-transform: uppercase;
}

.section-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f6f8f0;
  background-image: url('../images/background-cases.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #f6f8f0;
}

.container-3 {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0px auto;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid transparent;
  background-color: #fff;
}

.nav-link-4 {
  margin-top: 30px;
  padding: 0px 20px 0px 12px;
  border-right: 1px solid #cacaca;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 15px;
  text-transform: uppercase;
}

.nav-link-4:hover {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #000 #cacaca #000 #000;
  border-radius: 0px;
  color: #4ec5cd;
}

.nav-link-4.w--current {
  color: #37bfc3;
}

.nav-link-4.w--current:hover {
  border-right-width: 1px;
  border-right-color: #cacaca;
}

.nav-link-4.last-item-menu {
  border-right-width: 0px;
}

.section-6 {
  display: none;
}

.image-7 {
  width: 80px;
  max-width: 100%;
  margin: 0px 0px 10px;
}

.div-block-19 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h3-sec1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.h3-sec1.h3-comunicacao {
  margin-bottom: 0px;
  color: #4ec4cc;
  font-size: 20px;
}

.h3-sec1.h3-design {
  margin-bottom: 0px;
  color: #f8be28;
  font-size: 20px;
}

.h3-sec1.h3-bpm {
  color: #ff4266;
  font-size: 20px;
}

.brand-2 {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-perspective-origin: 0% 0%;
  perspective-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-22 {
  max-width: none;
}

.div-block-23 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
	margin-bottom: 10px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-multi-conteudo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-right: 0px;
	margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #4ec5cd;
}

.multi-imagem {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.multi-imagem.cola-acima {
  top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.multi-conteudo {
  overflow: visible;
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-3 {
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.text-block-5 {
  font-size: 40px;
  line-height: 40px;
  text-align: left;
}

.image-8 {
  max-width: none;
}

.imagem-section {
  position: static;
  width: auto;
  height: 50%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.multi-conteudo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 100vh;
}

.multi-conteudo-box.none {
  display: none;
}

.container-ushi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  min-height: 0vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.div-block-29 {
  position: relative;
}

.section-7-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  -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;
  background-color: #36bfc1;
}

.section-7-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  -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;
  background-color: #e9e9e9;
}

.section-multi-conteudo-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #fff;
}

.section-multi-conteudo-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #f6f8f0;
}

.paragrafo-unico {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 1.6vw;
  line-height: 2vw;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

#bpm .paragrafo-unico {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 1.6vw;
  line-height: 2vw;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.multi-imagem-legenda-2 {
  max-width: 310px;
  margin-right: 15px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	text-align: right !important;
}

.box-somos-ushi-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #ddd;
}

.box-somos-ushi-img.last {
  border-right-width: 0px;
}

.box-somos-ushi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: -20px;
}

#consultoria{
	
	background-color: #3dc1cd;	
}

#design{
	
	background-color: #ff4266;
}

#bpm{
	
	background-color: #f7c028;
}


.image-9 {
  width: auto;
  height: 70px;
  max-width: 100%;
}

.text-block-6 {
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.propsito-palavras {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  width: 90px;
  margin-right: 10px;
}

.paragrafo-conteudo-frase {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.paragrafo-conteudo-frase.text-sec3 {
  text-align: left;
}

.box-conteudo-imagem {
  max-width: 100%;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.box-conteudo-imagem.infografico {
  margin-right: -40px;
}

.proposito-text {
  color: #385193;
  font-size: 17px;
  font-weight: 700;
}

.image-10-copy {
  width: auto;
  margin-right: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.paragrafo-conteudo-legenda {
  padding-bottom: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-align: left;
}

.paragrafo-conteudo-legenda.text-sec3 {
  text-align: left;
}

.proposito-text-2 {
  color: #9266c4;
  font-size: 17px;
  font-weight: 700;
}

.proposito-text-3 {
  color: #ff0e79;
  font-size: 17px;
  font-weight: 700;
}

.proposito-text-4 {
  color: #ff8201;
  font-size: 17px;
  font-weight: 700;
}

.div-block-31-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -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;
}

.frase-business {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.titulo-oq-fazemos {
  color: #01bfc2;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.list-item-3 {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.list {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.oq-fazemos1 {
  margin-right: 10%;
  margin-left: 10%;
  padding-bottom: 20px;
}

.titulo-oq-fazemos-2 {
  color: #e8af2f;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.titulo-oq-fazemos-3 {
  color: #fc4569;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.plataforma {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.box-conteudo-excelencia {
  display: block;
  overflow: visible;
  min-height: 0vh;
  margin-top: auto;
  margin-right: 10px;
  margin-bottom: auto;
  padding: 20px 40px 60px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: #fff;
  background-image: url('../images/excelencia-folha.jpg');
  background-position: 100% 100%;
  background-size: 140px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 15px -5px #000;
  color: #1d1d1d;
  text-align: center;
}

.box-conteudo-excelencia.div-gray {
  background-color: #f5f5f5;
}

.box-conteudo-excelencia.missao {
  padding-bottom: 0px;
}

.box-conteudo-imagem-20 {
  max-width: 100%;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.multi-imagem-legenda-moldavel {
  max-width: 310px;
  margin-right: 15px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.multi-imagem-legenda-decole {
  max-width: 310px;
  margin-right: 15px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-multi-conteudo-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #f6f8f0;
  background-image: url('../images/supersized-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.section-multi-conteudo-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 40vh;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #f6f8f0;
  background-image: url('../images/work-us-background.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 0vh;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
  background-color: #000;
}

.image-11 {
  width: 180px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-31 {
  width: 20%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-32 {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-33 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-34 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.text-block-7 {
  margin-left: 4px;
  color: #37bfc3;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-8 {
  display: block;
  padding-top: 0px;
  padding-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #b4b4b4;
  text-decoration: none;
}

.link-rodape {
  display: block;
  padding-top: 0px;
  padding-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #b4b4b4;
  text-decoration: none;
}

.link-rodape strong {
 
  color: #fff;
  text-decoration: none;
}
.link-rodape:hover {
  color: #8d8d8d;
}

.link-2 {
  display: block;
}

.link-3 {
  display: block;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-3-copy {
  width: 210px;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 10px 15px;
  float: none;
  clear: none;
  white-space: normal;
}

.image-3-copy.footer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.multi-conteudo-100 {
  overflow: visible;
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.multi-conteudo-box-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 0vh;
}

.text-block-9 {
  min-width: 70vw;
}

.bold-text {
  min-width: 30vw;
}

.atendimento-global {
  min-width: 0vw;
  font-family: 'Hwt artz w00', sans-serif;
  color: #fff;
  font-size: 3.5vw;
  line-height: 4vw;
}

.paragraph-4 {
  margin-bottom: 0px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-37 {
  margin-left: 32px;
}

.div-modal-termos-uso {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
  -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: #000;
}

.div-modal {
  position: relative;
  z-index: 600;
  display: block;
  overflow: auto;
  width: 90%;
  height: 90vh;
  max-height: none;
  max-width: 800px;
  border-radius: 0px;
  background-color: #fff;
}

.div-modal.trabalhe {
  max-width: 400px;
}

.paragrafo-conteudo-modal {
  margin-right: 5%;
  margin-left: 5%;
  padding-left: 0px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.paragrafo-conteudo-modal.text-sec3 {
  text-align: left;
}

.image-12 {
  position: static;
  width: 32px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
}

.bt-close-modal {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: visible;
  background-color: transparent;
}

.close-modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
}

.div-modal-politica {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
  -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: #000;
}

.div-modal-trabalhe {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
  -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: #000;
}

.div-modal-config-email {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
  -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: #000;
}

.form-block-2 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.label-ushi {
  margin-top: 20px;
}

.div-block-38 {
  max-width: 1200px;
  margin-right: 10%;
  margin-left: auto;
}

.config-email {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}

.box-conteudo-email {
  display: block;
  overflow: visible;
  min-height: 0vh;
  margin: auto 10% 40px;
  padding: 20px 40px 30px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  border-radius: 20px;
  background-color: #fff;
  color: #1d1d1d;
  text-align: center;
}

.box-conteudo-email.div-gray {
  background-color: #f5f5f5;
}

.box-conteudo-email.missao {
  padding-bottom: 0px;
}

.box-conteudo-email.first {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.box-conteudo-email.case {
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #37bfc3;
}

.paragrafo-config-email {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.paragrafo-config-email.text-sec3 {
  text-align: left;
}

.paragrafo-config-email.bold-email {
  font-weight: 800;
}

.h2-config-email {
  position: static;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.list-2 {
  padding-left: 20px;
}

.lista-ordenada-email {
  padding-left: 20px;
}

.list-item-4 {
  text-align: left;
}

.lista-item-config-email {
  font-family: 'Nunito Sans', sans-serif;
  text-align: left;
}

.body-2 {
  background-color: #eee;
}

.link-block-2 {
  font-family: 'Nunito Sans', sans-serif;
  text-align: left;
}

.voltar-home {
  display: block;
  margin-top: 30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #37c5bf;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.voltar-home:hover {
  color: #07a39d;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.image-13 {
  margin-right: auto;
  margin-left: auto;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.list-3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0px;
  list-style-type: none;
}

.lista-nao-ordenada-email {
  padding-left: 15px;
}

.lista-item-config-email-nao-ordenada {
  font-family: 'Nunito Sans', sans-serif;
  text-align: left;
  list-style-type: disc;
}

@media (max-width: 991px) {
  .heading.h2 {
    font-size: 5vw;
    line-height: 5vw;
  }
	 .heading.h2 strong {
    font-size: 5vw;
    line-height: 5vw;
		 color: #4ec5cd;
  }
  .heading.h2.h2-servicos {
    text-align: left;
  }
  .heading.h2-negocio {
    font-size: 5vw;
    line-height: 5vw;
  }
  .heading.h2-acelere {
    font-size: 5vw;
    line-height: 5vw;
  }
  .heading.h2-moldavel {
    font-size: 5vw;
    line-height: 5vw;
  }
  .heading.h1-config-email {
    font-size: 38px;
    line-height: 40px;
  }
  .heading.h1-config-email.h2-servicos {
    text-align: left;
  }
  .section-1 {
    height: auto;
  }
  .paragraph-2 {
    margin-left: 0px;
  }
  .layout-ushi {
    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;
    text-align: left;
  }
  .layout-ushi.sec1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 0px auto 0px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-repeat: repeat;
  }
  .container-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0%;
    padding-bottom: 0px;
    -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;
    border-radius: 0px;
    background-color: #eee;
    -webkit-transition: opacity 500ms ease, box-shadow 200ms ease;
    transition: opacity 500ms ease, box-shadow 200ms ease;
    text-align: center;
  }
  .nav-menu {
    height: 100vh;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 17px -7px #000;
  }
  .brand {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
  }
  .navbar {
    display: none;
    margin-top: 100px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #646464;
  }
  .section-2 {
    height: auto;
  }
  .menu-button {
    display: block;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .container-sec1 {
    overflow: visible;
    height: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-image: url('../images/ushi_fundo_splash.png');
    background-position: 50% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
	
	.infoimg{
	 background-image: url('../images/fluxo.jpg');
    background-position:  50%;
    background-size:  130% auto;
		height: 100vh;
    background-repeat: no-repeat;
    background-attachment: scroll;	
		
	}
	
	.infoimgen{
	 background-image: url('../images/flow.jpg');
    background-position:  50%;
    background-size:  130% auto;
		height: 100vh;
    background-repeat: no-repeat;
    background-attachment: scroll;	
		
	}

	#fluxo{
	
		
	}
	
  .image-3 {
    display: block;
    overflow: visible;
    width: 100px;
  }
	
  .container-sec2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-10 {
    width: 210px;
    height: 210px;
    margin-top: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .box-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .box-50.box-50-titulo {
    position: static;
    margin-bottom: -20px;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .box-50.imagem-sec4 {
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-4 {
    display: block;
    width: 30%;
    max-width: none;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .multi-imagem-legenda {
    margin-left: -10px;
  }
  .box-conteudo {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .paragrafo-conteudo {
    font-size: 16px;
    line-height: 22px;
  }
  .text-block-2 {
    font-size: 16px;
    line-height: 22px;
  }
  .div-block-15 {
    position: static;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .section-3 {
    height: auto;
  }
  .image-4-copy {
    display: block;
    width: 25%;
    height: auto;
    max-width: none;
  }
  .section-4 {
    height: auto;
  }
  .paragrafo-moldavel {
    margin-left: 0px;
    font-size: 2vw;
    line-height: 2.5vw;
  }
  .image-servicos {
    display: block;
    width: 30%;
    max-width: none;
  }
  .div-block-15-copy {
    margin-left: 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;
  }
  .div-block-18 {
    margin-left: -10px;
  }
  .list-item-2 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .section-5 {
    height: auto;
  }
  .navbar-2 {
    background-color: #fff;
  }
  .nav-link-4 {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3b3b3b;
    border-right-width: 0px;
    color: #fff;
    text-align: center;
  }
  .nav-link-4:hover {
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #3b3b3b;
  }
  .h3-sec1 {
    font-size: 15px;
    line-height: 19px;
  }
  .nav-menu-2 {
    margin-top: -3px;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .menu-button-2 {
    padding: 16px;
  }
  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .section-multi-conteudo {
    min-height: 0vh;
  }
  .multi-imagem {
    top: 0px;
  }
  .imagem-section {
    height: 40vh;
  }
  .paragrafo-unico {
    margin-left: 0px;
    font-size: 2vw;
    line-height: 2.5vw;
  }
  .multi-imagem-legenda-2 {
    margin-top: -40px;
    margin-left: 0px;
  }
  .box-somos-ushi-img.last {
    border: 1px none #000;
  }
  .image-9 {
    height: 50px;
  }
  .text-block-6 {
    font-size: 14px;
    line-height: 14px;
  }
  .propsito-palavras {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-10 {
    width: 50px;
    font-size: 14px;
    text-align: left;
  }
  .paragrafo-conteudo-frase {
    font-size: 14px;
    text-align: left;
  }
  .box-conteudo-imagem {
    margin-right: 0px;
  }
  .box-conteudo-imagem.infografico {
    margin-right: 0px;
  }
  .image-10-copy {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .titulo-oq-fazemos {
    font-size: 18px;
  }
  .list-item-3 {
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
  }
  .oq-fazemos1 {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
  }
  .titulo-oq-fazemos-2 {
    font-size: 18px;
  }
  .titulo-oq-fazemos-3 {
    font-size: 18px;
  }
  .box-conteudo-excelencia {
    margin-top: 0%;
  }
  .multi-imagem-legenda-moldavel {
    margin-left: -10px;
  }
  .multi-imagem-legenda-decole {
    margin-left: -10px;
  }
  .section-multi-conteudo-5 {
    background-image: url('../images/work-us-background.jpg');
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .footer {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .image-11 {
    margin-left: 0px;
    padding-left: 20px;
  }
  .image-3-copy {
    display: block;
    overflow: visible;
    width: 100px;
  }
  .icon {
    font-size: 32px;
  }
  .atendimento-global {
    font-size: 5vw;
    line-height: 6vw;
  }
  .paragrafo-conteudo-modal {
    font-size: 16px;
    line-height: 22px;
  }
  .box-conteudo-email {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .paragrafo-config-email {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
	
	
	.box-conteudo{
		width:100%;
		margin-left: 10%;
		margin-right: 10%;
	}
	
  .link-header-assinante {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-right-width: 0px;
  }
  .div-block-3 {
    display: none;
  }
  .div-block-3.download-footer {
    display: block;
  }
  .div-block-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading.h2 {
    font-size: 7vw;
	line-height: 7vw;
  }
  .heading.h2.h2-servicos {
    text-align: left;
  }
  .heading.h2-negocio {
    font-size: 8vw;
    line-height: 8vw;
  }
  .heading.h2-acelere {
    font-size: 8vw;
    line-height: 8vw;
  }
  .heading.h2-moldavel {
    margin-top: 50px;
    font-size: 8vw;
    line-height: 8vw;
  }
  .heading.h1-config-email {
    font-size: 42px;
  }
  .heading.h1-config-email.h2-servicos {
    text-align: left;
  }
  .layout-ushi {
    overflow: hidden;
  }
  .layout-ushi.sec1 {
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-menu {
    margin-top: 30px;
  }
  .brand {
    overflow: visible;
  }
  .navbar {
    display: none;
  }
  .container-sec1 {
    background-image: url('../images/splash_mobile.jpg');
    background-position: 20%;
    background-size: contain;
    background-repeat: no-repeat;
	  
  }
  .div-block-8 {
    display: block;
  }
  .div-block-10 {
    width: 300px;
    height: 240px;
  }
  .box-50 {
    overflow: hidden;
    width: 90%;
  }
  .image-4 {
    overflow: visible;
    width: 40%;
    height: 100%;
    max-width: none;
  }
  .multi-imagem-legenda {
    overflow: visible;
  }
  .box-conteudo {
    margin-right: 0px;
    margin-left: 0px;
    
    box-shadow: none;
	  margin-left:0%;
  }
  .box-conteudo.first {
    margin-top: 0px;
  }
  .box-conteudo.case {
    border-width: 0px;
  }
  .image-4-copy {
    overflow: visible;
    width: 40%;
    height: 100%;
    max-width: none;
  }
  .paragrafo-moldavel {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .image-servicos {
    overflow: visible;
    width: 40%;
    height: 100%;
    max-width: none;
  }
  .div-block-15-copy {
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-4 {
    text-align: left;
  }
  .div-block-18 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .h3-sec1 {
    font-size: 18px;
  }
  .div-block-21 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-multi-conteudo {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .multi-imagem {
    position: static;
    width: 80%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .multi-conteudo {
    width: 90%;
  }
  .imagem-section {
    height: 50vh;
  }
  .multi-conteudo-box {
    min-height: 0vh;
    min-width: 90vw;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -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;
  }
  .container-ushi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paragrafo-unico {
    font-size: 3vw;
    line-height: 3vw;
  }
  .multi-imagem-legenda-2 {
    overflow: visible;
    margin-top: 0px;
  }
  .propsito-palavras {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image-10 {
    width: 60px;
  }
  .paragrafo-conteudo-frase {
    font-size: 16px;
  }
  .box-conteudo-imagem {
    margin-right: 0px;
  }
  .box-conteudo-imagem.infografico {
    margin-right: -30px;
  }
  .list-item-3 {
    font-weight: 400;
  }
  .oq-fazemos1 {
    margin-right: 5%;
    margin-left: 5%;
  }
  .box-conteudo-excelencia {
    margin-right: 0px;
    margin-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    box-shadow: none;
  }
  .multi-imagem-legenda-moldavel {
    overflow: visible;
    margin-right: 20px;
    margin-left: 10px;
  }
  .multi-imagem-legenda-decole {
    overflow: visible;
  }
  .footer {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
  .image-11 {
    padding-left: 0px;
  }
  .div-block-31 {
    width: 70%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-32 {
    margin-bottom: 30px;
  }
  .text-block-7 {
    font-size: 18px;
    line-height: 25px;
  }
  .text-block-8 {
    margin-left: 0px;
    font-size: 17px;
    line-height: 25px;
  }
  .link-rodape {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .div-block-35 {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .image-3-copy.footer {
    width: 150px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .multi-conteudo-100 {
    width: 90%;
  }
  .multi-conteudo-box-100 {
    min-height: 0vh;
    min-width: 0vw;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -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;
  }
  .atendimento-global {
    font-size: 11vw;
    line-height: 11vw;
  }
  .div-block-36 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-37 {
    margin-left: 0px;
  }
  .box-conteudo-email {
    margin-right: 20px;
    margin-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    box-shadow: none;
  }
  .box-conteudo-email.first {
    margin-top: 0px;
  }
  .box-conteudo-email.case {
    border-width: 0px;
  }
  .link-block-4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
	
	.infoimg{
	 background-image: url('../images/fluxo.jpg');
    background-position:  50%;
    background-size:  150% auto;
		height:70vh;
    background-repeat: no-repeat;
    background-attachment: scroll;	
		
	}
	
	.infoimgen{
	 background-image: url('../images/flow.jpg');
    background-position:  50%;
    background-size:  150% auto;
		height: 70vh;
    background-repeat: no-repeat;
    background-attachment: scroll;	
		
	}
}

@media (max-width: 479px) {
	
	#fluxo img{
		height:40%;
		
	}
	
	
	.infoimg{
		height: 50vh;
		margin-right: 0px;
		background-size: 150%;
	}
	
	.infoimgen{
		height: 50vh;
		margin-right: 0px;
		background-size: 150%;
	}
	
	.box-conteudo{
		width:90%;
		margin-left: 5%;
	}
  .link-header-assinante {
    padding-top: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-right-width: 1px;
    line-height: 19px;
  }
  .link-header-assinante.link-cadastro {
    line-height: 24px;
  }
  .div-block {
    margin-top: 0px;
    text-align: center;
  }
  .heading.h2 {
    font-size: 50px;
    line-height: 47px;
  }
  .heading.h2.h2-servicos {
    margin-left: 20px;
    font-size: 28px;
    line-height: 32px;
  }
  .heading.h2-negocio {
    font-size: 11vw;
    line-height: 11vw;
  }
  .heading.h2-moldavel {
    font-size: 28px;
    line-height: 33px;
  }
  .heading.h2-acelere {
    font-size: 11vw;
    line-height: 11vw;
  }
  .heading.h2-moldavel {
    margin-top: 20px;
    font-size: 10vw;
    line-height: 11vw;
  }
  .heading.h1-config-email {
    font-size: 32px;
    line-height: 36px;
  }
  .heading.h1-config-email.h2-servicos {
    margin-left: 20px;
    font-size: 28px;
    line-height: 32px;
  }
  .paragraph-2 {
    font-size: 16px;
    line-height: 20px;
  }
  .layout-ushi {
    width: auto;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .layout-ushi.sec1 {
    -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;
  }
  .div-block-7 {
    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;
  }
  .section-2 {
    min-height: 0vh;
  }
  .loginbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
  }
  .container-sec2 {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-10 {
    width: 210px;
    height: 210px;
  }
  .box-50 {
    width: 94%;
    margin-left: 1%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-4 {
    width: 44%;
    max-width: none;
    margin-left: -7px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .multi-imagem-legenda {
    overflow: visible;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .box-conteudo {
    display: block;
    overflow: hidden;
    margin-right: 0px;
    padding: 10px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    box-shadow: none;
  }
  .box-conteudo.first {
    padding-right: 15px;
    padding-left: 15px;
  }
  .box-conteudo.case {
    border-width: 0px;
  }
	#fluxo .box-conteudo {
    display: block;
    overflow: hidden;
    margin-right: 0px;
    padding: 0px 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0px;
    box-shadow: none;
  }
	
  .paragrafo-conteudo {
    font-size: 15px;
    line-height: 20px;
  }
	
	
  .text-block-2 {
    font-size: 15px;
    line-height: 20px;
  }
  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-3 {
    min-height: 0vh;
  }
  .container-sec3 {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .h3-sec3.h3-comunicacao {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
  .h3-sec3.h3-design {
    font-size: 18px;
    line-height: 22px;
  }
  .h3-sec3.h3-bpm {
    font-size: 18px;
    line-height: 22px;
  }
  .div-block-16 {
    display: block;
  }
  .image-6 {
    display: block;
    width: 60px;
    margin-left: 15px;
    padding-bottom: 10px;
    text-align: left;
  }
  .image-4-copy {
    width: 44%;
    max-width: none;
    margin-left: -7px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .section-4 {
    min-height: 0vh;
  }
  .paragrafo-moldavel {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
  .image-servicos {
    width: 44%;
    max-width: none;
    margin-left: -7px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .div-block-15-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block-4 {
    margin-left: 20px;
  }
  .div-block-18 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .list-item-2 {
    font-size: 14px;
  }
  .section-5 {
    min-height: 0vh;
  }
  .h3-sec1.h3-comunicacao {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
  .h3-sec1.h3-design {
    font-size: 18px;
    line-height: 22px;
  }
  .h3-sec1.h3-bpm {
    font-size: 18px;
    line-height: 22px;
  }
  .nav-menu-2 {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .div-block-20 {
    position: absolute;
    z-index: 1;
    width: 100vh;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.78);
  }
  .menu-button-2 {
    z-index: 1;
  }
  .menu-button-2.w--open {
    z-index: 2;
  }
  .multi-imagem {
    width: 90%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .multi-conteudo {
    display: block;
    width: 92%;
  }
  .imagem-section {
    height: 35vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .multi-conteudo-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0vw;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .container-ushi {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container-ushi.moldavel {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .paragrafo-unico {
    font-size: 5vw;
    line-height: 5vw;
  }
	
	.container-sec1 {
 
  padding-top: 0px;
  
	
}
	
	#bpm .paragrafo-unico {
    font-size: 5vw;
    line-height: 5vw;
	
  }
	
	
  .multi-imagem-legenda-2 {
    overflow: visible;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .multi-imagem-legenda-2.moldavel-bloco {
    margin-left: 10px;
  }
  .box-somos-ushi {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .text-block-6 {
    font-size: 13px;
  }
  .propsito-palavras {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-10 {
    width: 40px;
  }
  .paragrafo-conteudo-frase {
    font-size: 13px;
    line-height: 20px;
  }
  .box-conteudo-imagem {
    max-width: 100%;
    margin-right: 0px;
  }
  .box-conteudo-imagem.infografico {
    margin-right: -20px;
  }
  .proposito-text {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .image-10-copy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .paragrafo-conteudo-legenda {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 16px;
  }
  .proposito-text-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .proposito-text-3 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .proposito-text-4 {
    padding-top: 5px;
  }
  .list-item-3 {
    font-weight: 400;
  }
  .oq-fazemos1 {
    margin-right: 5%;
    margin-left: 5%;
  }
  .box-conteudo-excelencia {
    display: block;
    overflow: hidden;
    margin-right: 0px;
    padding: 10px 10px 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    box-shadow: none;
  }
  .box-conteudo-excelencia.last {
    margin-bottom: 20px;
  }
  .multi-imagem-legenda-moldavel {
    overflow: visible;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .multi-imagem-legenda-decole {
    overflow: visible;
    margin-right: 0px;
    margin-left: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-multi-conteudo-4 {
    background-size: 820px;
    background-repeat: repeat-y;
  }
  .section-multi-conteudo-5 {
    background-size: 800px;
    background-repeat: repeat-y;
  }
  .image-11 {
    width: auto;
  }
  .div-block-31 {
    width: 40%;
  }
  .text-block-8 {
    margin-left: 0px;
  }
  .link-rodape {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .image-3-copy.footer {
    width: 140px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .multi-conteudo-100 {
    display: block;
    width: 92%;
  }
  .multi-conteudo-box-100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0vw;
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .atendimento-global {
    font-size: 12vw;
    line-height: 13vw;
  }
  .paragrafo-conteudo-modal {
    font-size: 15px;
    line-height: 20px;
  }
  .box-conteudo-email {
    display: block;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 15px 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    box-shadow: none;
  }
  .box-conteudo-email.first {
    padding-right: 15px;
    padding-left: 15px;
  }
  .box-conteudo-email.case {
    border-width: 0px;
  }
  .paragrafo-config-email {
    font-size: 14px;
    line-height: 19px;
  }
}

@font-face {
  font-family: 'Hwt artz w00';
  src: url('../fonts/HWT-Artz-W00-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}