body {
  font-family: 'Roboto', sans-serif;
}
body .simple-page-wrap {
  max-width: 380px;
}
:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.fixed-menu {
  position: fixed;
  right: 0;
  top: 50%;
  display: flex;
  margin-top: -255px;
  align-self: center;
  background: #fdfdf2;
  width: 106px;
  height: 510px;
  z-index: 1029;
  flex-direction: column;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.42);
  align-items: center;
}
.fixed-menu a {
  color: #747474;
}
.fixed-menu a:hover {
  text-decoration: none;
}
.fixed-menu .item {
  text-align: center;
  justify-content: center;
}
.fixed-menu .item p {
  text-align: center;
  color: #747474;
  font-size: 15px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.navbar {
  background: #ffffff;
  min-height: 102px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 0;
  align-items: unset;
  flex-direction: column;
}
.navbar .navbar-collapse {
  justify-content: flex-end;
}
.navbar .navbar-top {
  display: flex;
  height: 41px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: url('../img/bg-top-header.jpg') no-repeat center center;
}
.navbar .navbar-top .separator {
  margin: 0 12px;
}
.navbar .navbar-top .dropdown .dropdown-toggle {
  background: url("../img/bg_user.png") no-repeat center center;
  background-size: contain;
  width: 113px;
  height: 27px;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar .navbar-top .dropdown .dropdown-toggle::after {
  border: none;
}
.navbar .navbar-top .dropdown .dropdown-menu {
  width: 113px;
  background: transparent;
  min-width: 0;
  border: none;
  margin-top: -2px;
  padding: 6px 0 0;
}
.navbar .navbar-top .dropdown .dropdown-menu .arrow {
  width: 13px;
  height: 6px;
  background: url('../img/arrow1.png') no-repeat;
  position: absolute;
  top: 0px;
  right: 15px;
}
.navbar .navbar-top .dropdown .dropdown-menu .inner {
  background: #e4691a;
  padding: 7px 0 1px 0;
}
.navbar .navbar-top .dropdown .dropdown-menu .inner .dropdown-item:focus,
.navbar .navbar-top .dropdown .dropdown-menu .inner .dropdown-item:hover {
  background: #e4691a !important;
}
.navbar .navbar-top .dropdown .dropdown-menu .inner a {
  padding: 0;
  font-size: 10px;
  color: #0f006d;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  border-bottom: 1px solid #a94200;
  margin: 6px 18px 5px;
  width: auto;
  padding-bottom: 5px;
}
.navbar .navbar-top .dropdown .dropdown-menu .inner a.last {
  border: none;
}
.navbar .navbar-top .items-top {
  display: flex;
  height: 100%;
  align-items: center;
}
.navbar .navbar-top .items-top i {
  margin-top: -1px;
  margin-right: 5px;
  color: #fff;
  font-size: 18px;
}
.navbar .navbar-top .items-top p {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
.navbar .container {
  padding-top: 0;
  min-height: 61px;
}
.navbar .container .logo {
  height: 41px;
}
.navbar .container .navbar-nav li {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  padding: 0 0.2rem;
}
.navbar .container .navbar-nav li a {
  color: #10006d;
}
.navbar .container .navbar-nav li a:hover {
  color: #10006d;
}
.navbar .container .navbar-nav li .dropdown-menu {
  margin-top: -2px;
}
.navbar .container .navbar-nav li .dropdown-menu a {
  padding: 3px 10px;
}
.navbar .menu {
  background: url("../img/bg_menu.png") no-repeat center center;
  width: 100%;
  position: absolute;
  left: 0;
  height: 30px;
  top: 78px;
}
.navbar .menu .dropdown-menu {
  top: 90%;
}
.navbar .menu .dropdown-menu .dropdown-item {
  color: #10006d;
  font-style: normal;
}
.navbar .menu .nav-link {
  padding-left: 0 !important;
  padding-right: 30px !important;
}
.navbar .menu li {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}
.navbar .menu li a {
  color: #f5f5f5;
  font-size: 14px;
}
.navbar .header_items {
  float: right;
  width: 100%;
  display: block;
}
.navbar .header_items .acesso {
  display: inline;
  margin-top: 2px;
  margin-left: 45px;
  float: right;
}
.navbar .header_items .acesso .btn-secondary.focus,
.navbar .header_items .acesso .btn-secondary:focus {
  box-shadow: none;
}
.navbar .header_items .acesso .revendedor {
  font-size: 10px;
  font-weight: 500;
  color: #0f006d;
  text-transform: uppercase;
  font-style: italic;
  text-align: right;
  margin: 0;
  margin-top: 5px;
}
.navbar .header_items .acesso .revendedor a {
  color: #0f006d;
  text-decoration: underline;
}
.navbar .header_items .email {
  display: inline;
  margin-top: 7px;
  margin-left: 45px;
  float: right;
}
.navbar .header_items .email img {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}
.navbar .header_items .email .text-email {
  float: left;
}
.navbar .header_items .email p {
  color: #0f006d;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-style: italic;
  line-height: 17px;
}
.navbar .header_items .email p span {
  font-weight: 500;
  font-size: 12px;
}
.navbar .header_items .phone {
  display: inline;
  float: right;
  margin-top: 5px;
  margin-left: 45px;
}
.navbar .header_items .phone img {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.navbar .header_items .phone .text-phone {
  float: left;
  display: inline-block;
}
.navbar .header_items .phone p {
  color: #0f006d;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
}
.navbar .header_items .phone p span {
  font-weight: 500;
  font-size: 12px;
}
#slide-principal {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
#slide-principal div {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#slide-principal div h2 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 100;
  max-width: 550px;
  padding: 0 20px;
}
#slide-principal div p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  max-width: 550px;
  margin-top: 15px;
  line-height: 25px;
  padding: 0 20px;
}
#valores {
  width: 100%;
  background: url('../img/bg_estrelas.jpg') center center;
  background-size: cover;
}
#valores .row div {
  position: relative;
  margin: 70px 0;
  padding: 0 70px;
}
#valores .row div h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  position: relative;
}
#valores .row div p {
  font-size: 12px;
  color: #fff;
  font-weight: 100;
  margin: 0;
}
#valores .row div img {
  position: absolute;
  left: 45px;
  top: -29px;
}
#mosaico {
  position: relative;
  width: 100%;
  height: 499px;
  background: url('../img/mosaico.jpg') repeat-x center center;
}
#mosaico .text {
  background: #fff;
  height: 106%;
  top: -3%;
  position: absolute;
  left: 50%;
  margin-left: 200px;
  padding: 50px 30px;
  width: 320px;
}
#mosaico .text h2 {
  color: #747474;
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#mosaico .text p {
  color: #747474;
  line-height: 20px;
  font-size: 12px;
  font-weight: 100;
  margin-bottom: 20px;
}
#slide-interna {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
#slide-interna div {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#slide-interna div h2 {
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 100;
  max-width: 650px;
  padding: 0 20px;
}
#slide-interna div h2 p {
  font-size: 36px;
  font-weight: 100;
  text-transform: uppercase;
}
#slide-interna div h2 p b {
  font-weight: 800;
}
#slide-interna div p {
  font-size: 18px;
  color: #fff;
  font-weight: 100;
  text-align: center;
  max-width: 550px;
  margin: 0;
  padding: 0 20px;
}
#content-container {
  margin-top: 102px;
}
#content-container #tecsoft .banner {
  width: 100%;
  background: url('../img/banner_tecsoft.jpg') no-repeat center center;
  height: 443px;
}
#content-container #tecsoft .frase {
  width: 100%;
  height: 484px;
  background: url('../img/slide-a-tecsoft2.jpg') no-repeat center center;
  background-position: fixed;
  overflow: hidden;
  padding: 0 20px;
}
#content-container #tecsoft .frase .box-frase {
  position: relative;
  max-width: 635px;
  margin: 160px auto 0;
}
#content-container #tecsoft .frase .box-frase p {
  color: #fff;
  font-weight: 300;
  font-size: 23px;
  text-align: center;
  line-height: 50px;
  position: relative;
}
#content-container #tecsoft .frase .box-frase p strong {
  font-weight: 700;
  font-style: italic;
}
#content-container #tecsoft .frase .box-frase .left {
  width: 79px;
  height: 66px;
  background: url('../img/aspas_left.png') no-repeat center center;
  position: absolute;
  left: 0;
  top: -32px;
}
#content-container #tecsoft .frase .box-frase .right {
  width: 79px;
  height: 66px;
  background: url('../img/aspas_right.png') no-repeat center center;
  position: absolute;
  right: 0;
  bottom: -41px;
}
#content-container #tecsoft .slider {
  margin-top: 100px;
}
#content-container #tecsoft .slider .left {
  padding-bottom: 115px;
}
#content-container #tecsoft .slider .left .slider-tecsoft {
  width: 617px;
  height: 449px;
  float: right;
  position: relative;
  background-color: #ffffff;
}
#content-container #tecsoft .slider .left .slider-tecsoft .slick-dots {
  margin-top: 12px;
  text-align: right;
  padding: 0;
}
#content-container #tecsoft .slider .left .slider-tecsoft .slick-dots li {
  display: inline;
  list-style: none;
  margin: 0 3px;
  cursor: pointer;
  height: 10px;
  overflow: hidden;
}
#content-container #tecsoft .slider .left .slider-tecsoft .slick-dots li button {
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  background: #10006d;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  color: #10006d;
  cursor: pointer;
}
#content-container #tecsoft .slider .left .slider-tecsoft .slick-dots li.slick-active button {
  background: #ff6600;
  color: #ff6600;
}
#content-container #tecsoft .slider .left .slider-tecsoft .slide {
  width: 617px;
  height: 449px;
  position: absolute;
  left: 0;
  top: 0;
}
#content-container #tecsoft .slider .left .slider-tecsoft .slide img {
  width: 617px;
  height: 449px;
}
#content-container #tecsoft .slider .left .pontos {
  width: 218px;
  height: 198px;
  background: url('../img/pontos.png') no-repeat center center;
  right: 551px;
  top: 299px;
  position: absolute;
}
#content-container #tecsoft .slider .left .circuit {
  width: 412px;
  height: 412px;
  position: absolute;
  background-size: cover;
  background: url('../img/circuit.png') no-repeat center center;
  right: 348px;
  top: -40px;
}
#content-container #tecsoft .slider .right h2 {
  color: #0f006d;
  font-size: 12px;
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
#content-container #tecsoft .slider .right p {
  color: #0f006d;
  font-size: 12px;
  font-weight: 300;
  line-height: 21px;
}
#content-container #tecsoft .itens {
  background: #f5f5f5;
  padding: 70px 0;
}
#content-container #tecsoft .itens .row {
  margin: 0 auto;
  max-width: 1060px;
}
#content-container #tecsoft .itens .row .iten {
  max-width: 293px;
  margin: 0 30px 30px;
  position: relative;
}
#content-container #tecsoft .itens .row .iten .circle {
  width: 260px;
  height: 260px;
  border-radius: 130px;
  background: url('../img/blog.jpg') no-repeat center center;
  background-size: cover;
  margin-left: -30px;
  position: relative;
}
#content-container #tecsoft .itens .row .iten .local {
  position: absolute;
  top: 210px;
  left: -17px;
  width: 54px;
  height: 67px;
  background: url(../img/local.png) no-repeat center center;
}
#content-container #tecsoft .itens .row .iten .rocket {
  position: absolute;
  top: 216px;
  left: -15px;
  width: 64px;
  height: 64px;
  background: url(../img/rocket.png) no-repeat center center;
}
#content-container #tecsoft .itens .row .iten .people {
  position: absolute;
  top: 212px;
  left: -17px;
  width: 67px;
  height: 67px;
  background: url(../img/people.png) no-repeat center center;
}
#content-container #tecsoft .itens .row .iten h2 {
  color: #0f006d;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: -10px;
  position: relative;
  line-height: 18px;
}
#content-container #tecsoft .itens .row .iten h2 strong {
  font-weight: 600;
}
#content-container #tecsoft .itens .row .iten p {
  font-size: 12px;
  color: #0f006d;
  font-weight: 300;
  margin: 0;
  position: relative;
}
#carousel {
  width: 100%;
  /*height: 670px;*/
  margin-top: 40px;
  height: 384px;
}
#carousel .background {
  /*background: url("../img/bg_carousel.jpg") no-repeat top center;*/
  height: 640px;
  padding: 0 40px;
}
#carousel .background .slider-for {
  height: 270px;
  max-width: 620px;
  margin: 0 auto;
}
#carousel .background .slider-for h3 {
  color: #ffffff;
  font-size: 36px;
  text-align: right;
  text-transform: uppercase;
  margin-top: 52px;
}
#carousel .background .slider-for p {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  margin-top: 56px;
  line-height: 20px;
}
#carousel .background .slider-nav .slick-list .slick-track .slick-slide {
  outline: none;
}
#carousel .background .slider-nav .slick-list .slick-track .slick-slide .track-item {
  width: 220px;
  height: 295px;
  margin: 20px 10px;
  position: relative;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 0 4px 0 #522700;
  box-shadow: 0 0 4px 0 #522700;
  background: #2299ff;
  padding-top: 25px;
}
#carousel .background .slider-nav .slick-list .slick-track .slick-slide .track-item img {
  width: 99px;
  margin: 0 25px;
}
#carousel .background .slider-nav .slick-list .slick-track .slick-slide .track-item .gradiente {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url("../img/gradient_card.png") top center repeat-x;*/
  padding: 130px 25px 0;
}
#carousel .background .slider-nav .slick-list .slick-track .slick-slide .track-item .gradiente h2 {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  height: 54px;
}
#carousel .background .slider-nav .slick-list .slick-track .slick-slide .track-item .gradiente h2 p {
  margin: 0;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  height: auto;
  overflow: initial;
}
#carousel .background .slider-nav .slick-list .slick-track .slick-slide .track-item .gradiente p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  margin: 11px 0 14px;
  height: 40px;
  overflow: hidden;
}
#carousel .background .slider-nav .slick-list .slick-track .slick-slide .track-item .gradiente span {
  color: #ffffff;
  font-size: 14px;
  background: #0f006d;
  padding: 8px 12px;
}
#carousel .background .slider-nav .slick-list .slick-track .slick-slide .track-item .gradiente a:hover {
  text-decoration: none;
}
#carousel .background .slider-nav .slick-list .slick-track .slick-slide.slick-center .track-item {
  transform: scale(1.04);
  -webkit-box-shadow: 0 0 15px 3px #f86200;
  box-shadow: 0 0 15px 3px #f86200;
}
#carousel .background .slider-nav .slick-dots {
  margin-top: 25px;
  text-align: center;
  padding: 0;
}
#carousel .background .slider-nav .slick-dots li {
  display: inline;
  list-style: none;
  margin: 0 3px;
  cursor: pointer;
  height: 10px;
  overflow: hidden;
}
#carousel .background .slider-nav .slick-dots li button {
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  background: #10006d;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  color: #10006d;
  cursor: pointer;
}
#carousel .background .slider-nav .slick-dots li.slick-active button {
  background: #ff6600;
  color: #ff6600;
}
#carousel.interna {
  height: 440px;
  padding-top: 40px;
  margin-top: 0;
}
#carousel.interna .background {
  background: none;
  height: 600px;
}
#carousel.interna .background .slider-for {
  height: 200px;
}
#carousel.interna .background .slider-for h3 {
  color: #0f006d;
  font-weight: 200;
  text-align: center;
  margin-top: 35px;
}
#carousel.interna .background .slider-for p {
  color: #0f006d;
  text-align: center;
  margin-top: 20px;
  line-height: 20px;
}
#produtividade {
  width: 100%;
  height: 510px;
  background: url('../img/bg_jumb1.jpg') no-repeat top center;
}
#produtividade .mac_iphone {
  margin-top: 64px;
  width: 814px;
  height: 446px;
  background: url('../img/mac_iphone.png') no-repeat center center;
  background-size: cover;
  float: right;
}
#produtividade .right h2 {
  text-transform: uppercase;
  font-weight: 200;
  max-width: 300px;
  color: #fff;
  font-size: 36px;
  margin: 0;
  margin-top: 85px;
}
#produtividade .right p {
  max-width: 300px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  margin-top: 10px;
}
#me-liga {
  position: relative;
  z-index: 1;
  width: 100%;
  background: url('../img/bg-me-liga.jpg') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
#me-liga .container {
  padding: 55px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 680px;
}
#me-liga .container h2 {
  font-weight: 100;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
#me-liga .container p {
  font-size: 12px;
  color: #fff;
  max-width: 350px;
  text-align: center;
  margin-bottom: 30px;
}
#me-liga .container .row {
  width: 100%;
}
#me-liga .container .row form {
  width: 100%;
}
#me-liga .container .row form div {
  text-align: right;
}
#me-liga .container .row form div input[type=text],
#me-liga .container .row form div select {
  width: 100%;
  background: none;
  font-weight: 100;
  font-size: 15px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 5px 0;
  padding: 2px 10px 0;
}
#me-liga .container .row form div input[type=text]::placeholder,
#me-liga .container .row form div select::placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
}
#me-liga .container .row form div input[type=submit] {
  margin-top: 5px;
}
#me-liga .container .row .contatos {
  align-items: center;
}
#me-liga .container .row .contatos div {
  margin: 0 0 13px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
#me-liga .container .row .contatos div i {
  color: #fff;
  font-size: 30px;
}
#me-liga .container .row .contatos div p {
  text-align: left;
  margin: 0;
  font-style: italic;
  font-size: 20px;
  font-weight: 100;
  margin-left: 15px;
}
#newsletter {
  width: 100%;
  height: 203px;
  background: url('../img/bg-newsletter.jpg') no-repeat center center;
}
#newsletter .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 620px;
}
#newsletter .container form {
  width: 100%;
}
#newsletter .container form div.submit {
  text-align: right;
}
#newsletter .container form div.submit input[type=submit] {
  align-self: flex-end;
}
#newsletter .container form div label {
  width: 100%;
  color: #0f006d;
  font-weight: 600;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 4px;
}
#newsletter .container form div input[type=text] {
  width: 100%;
  border-image: linear-gradient(to left, #ee9e6b 0%, #0f006d 100%);
  border-image-slice: 1;
  border-width: 1px;
  color: #0f006d;
  font-size: 20px;
  font-weight: 100;
  padding: 13px 12px 13px 12px;
  margin-bottom: 12px;
}
#newsletter .container form div input[type=text]::placeholder {
  color: #0f006d;
  font-size: 20px;
  font-weight: 100;
}
#produtividade-inverse {
  width: 100%;
  height: 510px;
  background: #f5f5f5 url('../img/bg_jumb1.jpg') no-repeat top center;
}
#produtividade-inverse .mac_iphone {
  margin-top: 64px;
  width: 814px;
  height: 446px;
  background: url('../img/mac_iphone.png') no-repeat center center;
  background-size: cover;
  float: left;
  margin-left: -109px;
}
#produtividade-inverse .left h2 {
  text-transform: uppercase;
  font-weight: 200;
  max-width: 300px;
  color: #fff;
  font-size: 36px;
  margin: 0;
  margin-top: 85px;
  text-align: right;
  float: right;
}
#produtividade-inverse .left p {
  clear: both;
  max-width: 300px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  margin-top: 10px;
  text-align: right;
  float: right;
}
#guest {
  padding-top: 77px;
  padding-bottom: 30px;
  position: relative;
}
#guest .paralax-1 {
  width: 1038px;
  height: 608px;
  position: absolute;
  left: 50%;
  width: 50%;
  top: 145px;
  background: url('../img/paralax1.png') no-repeat left center;
}
#guest .left .person {
  width: 57px;
  height: 67px;
  background: url('../img/person.png') no-repeat center center;
  position: absolute;
  top: 87px;
  right: 15px;
}
#guest .left h2 {
  float: right;
  max-width: 300px;
  position: relative;
  font-size: 24px;
  color: #0f006d;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0;
  text-align: right;
  margin-top: 140px;
}
#guest .left h2 strong {
  font-weight: 700;
}
#guest .left p {
  float: right;
  clear: both;
  max-width: 300px;
  margin: 0;
  margin-top: 20px;
  text-align: right;
  font-size: 12px;
  color: #0f006d;
}
#guest .right .image {
  margin-top: -27px;
  margin-left: -27px;
  width: 642px;
  height: 592px;
  background: url('../img/flavio2.png') no-repeat center center;
  background-size: cover;
}
#guest .right .image h2 {
  color: #fff;
  font-size: 24px;
  position: absolute;
  bottom: 62px;
  left: 154px;
  font-weight: 300;
}
#guest .right .image .pontos {
  background: url("../img/pontos.png") no-repeat;
  width: 218px;
  height: 200px;
  position: absolute;
  right: -29px;
  top: 105px;
}
.social_list {
  padding: 0;
  display: inline;
}
.social_list li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-top: 3px;
  margin-right: 3px;
}
.social_list li a {
  margin: 0;
  padding: 0;
}
.social_list li a i {
  font-size: 26px;
  color: #fff;
}
#destaque-solucao {
  overflow-x: hidden;
  margin-bottom: -50px;
}
#destaque-solucao .container .row .esquerda {
  margin-top: 80px;
}
#destaque-solucao .container .row .esquerda .item {
  margin-left: 30px;
  position: relative;
  margin-bottom: 60px;
}
#destaque-solucao .container .row .esquerda .item .coroa {
  position: absolute;
  top: -26px;
  left: -53px;
}
#destaque-solucao .container .row .esquerda .item .positive {
  position: absolute;
  top: -31px;
  left: -50px;
}
#destaque-solucao .container .row .esquerda .item .local {
  position: absolute;
  top: -18px;
  left: -44px;
}
#destaque-solucao .container .row .esquerda .item .nuvem {
  position: absolute;
  top: -17px;
  left: -52px;
}
#destaque-solucao .container .row .esquerda .item h2 {
  position: relative;
  color: #747474;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
#destaque-solucao .container .row .esquerda .item h2 span {
  font-weight: 700;
}
#destaque-solucao .container .row .esquerda .item p {
  font-size: 12px;
  color: #747474;
}
#destaque-solucao .container .row .direita {
  margin-top: 77px;
  z-index: 2;
  position: relative;
}
#destaque-solucao .container .row .direita .imac {
  position: relative;
  width: 854px;
  height: 686px;
  background: url("../img/imac.png") no-repeat center center;
}
#destaque-solucao .container .row .direita .imac .telas {
  width: 785px;
  height: 441px;
  position: absolute;
  left: 35px;
  top: 35px;
}
#destaque-solucao .container .row .direita .imac .telas img {
  width: 100%;
  height: 100%;
}
#descricao-solucao {
  width: 100%;
  background: #eaeff5;
  padding: 35px 0;
}
#descricao-solucao h2 {
  color: #747474;
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 20px;
}
#descricao-solucao h2 b {
  font-weight: 900;
}
#descricao-solucao ul {
  margin: 0;
  padding: 0;
}
#descricao-solucao ul li {
  color: #747474;
  font-size: 12px;
  font-weight: 100;
  margin-left: 20px;
}
#itens-solucao {
  width: 100%;
  background: url('../img/bg_estrelas.jpg') center center;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 10px;
}
#itens-solucao .direita {
  position: relative;
}
#itens-solucao .direita .iphone {
  z-index: 2;
  position: absolute;
  top: 65px;
  left: 20px;
  width: 397px;
  height: 770px;
  background: url('../img/iphone.png') center center;
}
#itens-solucao .row .container .row div {
  position: relative;
  margin: 60px 0 0px;
  padding: 0 30px;
}
#itens-solucao .row .container .row div h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  position: relative;
}
#itens-solucao .row .container .row div p {
  font-size: 12px;
  color: #fff;
  font-weight: 100;
  margin: 0;
}
#itens-solucao .row .container .row div img {
  position: absolute;
  left: 5px;
  top: -29px;
}
#banner-solucao {
  width: 100%;
  height: 445px;
  background: url("../img/bg_solucao.jpg") no-repeat center center;
}
#banner-solucao .container {
  height: 100%;
}
#banner-solucao .container .row {
  height: 100%;
}
#banner-solucao .left {
  text-align: right;
  height: 100%;
  white-space: nowrap;
}
#banner-solucao .left .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#banner-solucao .left img {
  vertical-align: middle;
}
#banner-solucao .right h2 {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  max-width: 360px;
  margin: 0;
  text-transform: uppercase;
  margin-top: 55px;
}
#banner-solucao .right h2 p {
  margin: 0;
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.2;
}
#banner-solucao .right h2 p b {
  font-weight: 700;
}
#banner-solucao .right p {
  margin-top: 10px;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  max-width: 360px;
}
#itens-servico {
  padding-top: 80px;
  margin-bottom: 50px;
}
#itens-servico .iten {
  padding-left: 60px;
}
#itens-servico .iten h2 {
  position: relative;
  font-size: 24px;
  color: #0f006d;
  font-weight: 300;
}
#itens-servico .iten h2 p {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
#itens-servico .iten h2 p b {
  font-weight: 700;
}
#itens-servico .iten .icon {
  position: absolute;
}
#itens-servico .iten .coroa {
  top: -26px;
  left: 6px;
  width: 72px;
  height: 50px;
  background: url('../img/coroa.png') no-repeat center center;
}
#itens-servico .iten .ok {
  top: -31px;
  left: 9px;
  width: 66px;
  height: 63px;
  background: url('../img/positive.png') no-repeat center center;
}
#itens-servico .iten .local {
  top: -23px;
  left: 18px;
  width: 54px;
  height: 67px;
  background: url('../img/local.png') no-repeat center center;
}
#itens-servico .iten .nuvem {
  top: -16px;
  left: 10px;
  width: 67px;
  height: 47px;
  background: url('../img/nuvem.png') no-repeat center center;
}
#solucao-content {
  width: 100%;
  height: 580px;
  position: relative;
}
#solucao-content .paralax-2 {
  top: 0;
  right: 44%;
  width: 902px;
  height: 679px;
  position: absolute;
  background: url('../img/paralax2.png') no-repeat center center;
}
#solucao-content .mac_iphone {
  margin-top: 125px;
  width: 814px;
  height: 446px;
  background: url('../img/mac_iphone.png') no-repeat center center;
  background-size: cover;
  float: right;
}
#solucao-content .right .description_icon {
  float: left;
  margin-right: 10px;
  width: 75px;
  margin-top: 39px;
}
#solucao-content .right h2 {
  text-transform: uppercase;
  font-weight: 200;
  max-width: 300px;
  color: #0f006d;
  font-size: 24px;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 15px;
}
#solucao-content .right h2 p {
  font-weight: 200;
  margin: 0;
  font-size: 24px;
}
#solucao-content .right h2 p b {
  font-weight: 700;
}
#solucao-content .right .slider-descricao-solucao ul {
  margin: 0;
  padding: 0;
}
#solucao-content .right .slider-descricao-solucao ul li {
  list-style-position: inside;
  color: #0f006d;
  font-size: 12px;
  margin-left: 2px;
  max-width: 310px;
  line-height: 20px;
}
#solucao-content .right .slider-descricao-solucao .slick-dots {
  margin-top: 12px;
  text-align: left;
  padding: 0;
}
#solucao-content .right .slider-descricao-solucao .slick-dots li {
  display: inline;
  list-style: none;
  margin: 0 3px;
  cursor: pointer;
  height: 10px;
  overflow: hidden;
}
#solucao-content .right .slider-descricao-solucao .slick-dots li button {
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  background: #10006d;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  color: #10006d;
  cursor: pointer;
}
#solucao-content .right .slider-descricao-solucao .slick-dots li.slick-active button {
  background: #ff6600;
  color: #ff6600;
}
#infos {
  background: #f5f5f5;
  padding-bottom: 60px;
  padding-top: 20px;
}
#infos .info {
  margin-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
#infos .info .person {
  width: 57px;
  height: 67px;
  background: url('../img/person.png') no-repeat center center;
  position: absolute;
  top: -37px;
  left: -14px;
}
#infos .info h2 {
  position: relative;
  font-size: 24px;
  color: #0f006d;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0;
}
#infos .info h2 strong {
  font-weight: 700;
}
#infos .info ul {
  padding: 0;
  margin: 0;
  margin-left: 2px;
}
#infos .info ul li {
  color: #0f006d;
  font-size: 16px;
  margin-top: 15px;
  list-style-position: inside;
}
#infos.interna-revendedor {
  background: #fff;
  padding-top: 0;
}
#form-revenda {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}
#form-revenda .left img {
  width: 100%;
  max-width: 130px;
  float: right;
}
#form-revenda .right {
  padding-top: 30px;
}
#form-revenda .right h2 {
  color: #0f006d;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #0f006d;
  line-height: 35px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#form-revenda .right .form-group .form-control {
  border: 1px solid #0f006d;
  color: #0f006d;
  border-radius: 0;
  background: none;
  font-size: 17px;
  padding: 2px 10px;
}
#form-revenda .right .form-group .form-control::placeholder {
  color: #0f006d;
  opacity: 1;
  font-weight: 300;
}
#form-revenda .right .form-group .form-control:-ms-input-placeholder {
  color: #0f006d;
}
#form-revenda .right .form-group .form-control::-ms-input-placeholder {
  color: #0f006d;
}
#form-revenda .right .form-group input[type=submit] {
  background: #fff;
  font-size: 13px;
  color: #0f006d;
  text-transform: uppercase;
  padding: 4px 11px;
  margin-top: 10px;
  -webkit-box-shadow: 1px 1px 3px 0 #510028;
  box-shadow: 1px 1px 3px 0 #510028;
  float: right;
  width: 110px;
  cursor: pointer;
}
#mapa-contato {
  width: 100%;
  height: 456px;
}
#location {
  border-top: 1px solid #ffffff;
  height: 460px;
  position: relative;
  width: 100%;
}
#location .left {
  position: relative;
  height: 460px;
  width: 60%;
  float: left;
}
#location .left #map {
  width: 100%;
  height: 100%;
}
#location .right {
  position: relative;
  float: right;
  height: 460px;
  width: 40%;
  background: url("../img/bg_location.jpg") top left no-repeat;
}
#location .right h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  margin: 25px 0 0 15px;
  text-transform: uppercase;
}
#location .right .revenda {
  float: left;
  margin: 15px 10px 0 30px;
}
#location .right h3 {
  color: #ffffff;
  font-size: 18px;
  margin-top: 28px;
}
#location .right .contatos {
  padding: 0;
  margin: 0;
  clear: both;
  margin-left: 38px;
  margin-top: 27px;
}
#location .right .contatos li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
#location .right .contatos li.local img {
  padding: 9px 0;
  margin-left: 1px;
}
#location .right .contatos li.phone img {
  padding: 7px 0;
}
#location .right .contatos li.email img {
  margin-left: -7px;
  margin-top: 1px;
}
#location .right .contatos li img {
  float: left;
  margin-right: 8px;
}
#location .right .contatos li p {
  margin: 0;
  line-height: 15px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
}
#location .right .social {
  margin: 0;
  padding: 0;
  margin-left: 62px;
  margin-top: 6px;
  overflow: hidden;
}
#location .right .social li {
  list-style: none;
  float: left;
  margin-right: 4px;
}
#location .right h4 {
  margin: 36px 0 0 15px;
  clear: both;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}
#location .right .parceiro {
  float: left;
  margin: 15px 10px 0 30px;
}
#fundador {
  margin-top: 60px;
}
#fundador .container .esquerda {
  margin-bottom: 90px;
  margin-top: -48px;
  position: relative;
}
#fundador .container .esquerda .nuvens {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 100%;
  right: 100%;
  background: url("../img/nuvens.png");
  margin-top: -442px;
  margin-right: -380px;
}
#fundador .container .esquerda .rosto {
  float: right;
  max-width: 577px;
  width: 100%;
  position: relative;
  margin-right: 20px;
}
#fundador .container .esquerda .pontos {
  background: url("../img/pontos.png") no-repeat;
  width: 218px;
  height: 200px;
  position: absolute;
  right: 100%;
  margin-right: -344px;
  top: 100%;
  margin-top: -160px;
}
#fundador .container .direita .item {
  margin-left: 30px;
  position: relative;
  margin-bottom: 60px;
}
#fundador .container .direita .item .coroa {
  position: absolute;
  top: -26px;
  left: -53px;
}
#fundador .container .direita .item .positive {
  position: absolute;
  top: -31px;
  left: -50px;
}
#fundador .container .direita .item .local {
  position: absolute;
  top: -18px;
  left: -44px;
}
#fundador .container .direita .item .nuvem {
  position: absolute;
  top: -17px;
  left: -52px;
}
#fundador .container .direita .item h2 {
  position: relative;
  color: #0f006d;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
#fundador .container .direita .item h2 span {
  font-weight: 700;
}
#fundador .container .direita .item p {
  font-size: 12px;
  color: #0f006d;
}
#qualidade {
  position: relative;
  margin-bottom: -30px;
  height: 506px;
}
#qualidade .background {
  position: absolute;
  top: 0;
  height: 506px;
  width: 50%;
  background: url("../img/bg_qualidade.jpg") no-repeat center center;
  left: 50%;
}
#qualidade .container .esquerda h2 {
  color: #0f006d;
  font-size: 24px;
  text-transform: uppercase;
  text-align: right;
  font-weight: 300;
  margin-top: 75px;
}
#qualidade .container .esquerda p {
  text-align: right;
  color: #0f006d;
  font-size: 12px;
  line-height: 20px;
}
#qualidade .container .direita img {
  margin-top: 50px;
  margin-left: -30px;
}
#depoimentos {
  height: 500px;
  background: #f5f5f5;
}
#depoimentos.depoimentos-600 {
  height: 600px ;
}
#depoimentos .container .slider-depoimentos {
  top: 85px;
  max-width: 966px;
  margin: 0 auto;
}
#depoimentos .container .slider-depoimentos .slick-list {
  padding: 0 63px;
}
#depoimentos .container .slider-depoimentos .depoimento {
  outline: none;
  width: 189px;
  margin: 0 68px;
  position: relative;
}
#depoimentos .container .slider-depoimentos .depoimento .square {
  border: 1px solid #757fae;
  width: 89px;
  height: 89px;
  position: absolute;
  top: 91px;
  left: -63px;
}
#depoimentos .container .slider-depoimentos .depoimento .aspas {
  width: 79px;
  height: 66px;
  position: absolute;
  top: 132px;
  left: -48px;
  background: url("../img/aspas.png") no-repeat center center;
}
#depoimentos .container .slider-depoimentos .depoimento img {
  width: 169px;
  height: 172px;
  margin-left: 10px;
  position: relative;
}
#depoimentos .container .slider-depoimentos .depoimento h2 {
  margin-top: 8px;
}
#depoimentos .container .slider-depoimentos .depoimento h2 p {
  margin: 0;
  position: relative;
  color: #0f006d;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
#depoimentos .container .slider-depoimentos .depoimento h2 p b {
  font-weight: 700;
}
#depoimentos .container .slider-depoimentos .depoimento p {
  color: #0f006d;
  font-size: 12px;
  margin-top: 20px;
}
#depoimentos .container .slider-depoimentos .depoimento p b {
  font-weight: 700;
  font-style: italic;
}
#depoimentos .container .slider-depoimentos .depoimento h3 {
  color: #0f006d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}
#depoimentos .container .slider-depoimentos .depoimento h3 span {
  font-weight: 700;
}
#depoimentos .container .slider-depoimentos .slick-dots {
  margin-top: 25px;
  text-align: center;
  padding: 0;
}
#depoimentos .container .slider-depoimentos .slick-dots li {
  display: inline;
  list-style: none;
  margin: 0 3px;
  cursor: pointer;
  height: 10px;
  overflow: hidden;
}
#depoimentos .container .slider-depoimentos .slick-dots li button {
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  background: #10006d;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  color: #10006d;
  cursor: pointer;
}
#depoimentos .container .slider-depoimentos .slick-dots li.slick-active button {
  background: #ff6600;
  color: #ff6600;
}
#depoimentos.interna-solucao {
  margin-top: -50px;
}
#depoimentos.interna-solucao .container .slider-depoimentos {
  top: 135px;
}
#clientes {
  height: 260px;
  background: #ffffff;
  overflow: hidden;
}
#clientes .container .slider-clientes {
  padding: 0;
  margin: 0;
  padding-top: 35px;
}
#clientes .container .slider-clientes .slick-dots {
  margin-top: 10px;
  text-align: center;
  padding: 0;
}
#clientes .container .slider-clientes .slick-dots li {
  display: inline;
  list-style: none;
  margin: 0 3px;
  cursor: pointer;
  height: 10px;
  overflow: hidden;
}
#clientes .container .slider-clientes .slick-dots li button {
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
  background: #10006d;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  color: #10006d;
  cursor: pointer;
}
#clientes .container .slider-clientes .slick-dots li.slick-active button {
  background: #ff6600;
  color: #ff6600;
}
#clientes .container .slider-clientes .cliente {
  outline: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  background-size: auto;
  width: 185px;
  height: 185px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 42px;
}
#clientes .container .slider-clientes .cliente.first {
  margin-left: 0;
}
#solicitar-solucao {
  position: relative;
  width: 100%;
  height: 229px;
  background: url("../img/bg_solicitar_solucao.png") repeat-x center center;
}
#solicitar-solucao .form-solicitar-solucao {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 0;
  width: 350px;
  height: 253px;
  background: url("../img/bg_form_solicitar_solucao.jpg") repeat-x center center;
}
#solicitar-solucao .form-solicitar-solucao form {
  padding: 45px 30px 0;
}
#solicitar-solucao .form-solicitar-solucao form .form-group .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  outline: none;
  padding: 0;
}
#solicitar-solucao .form-solicitar-solucao form .form-group .form-control::placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
#solicitar-solucao .form-solicitar-solucao form .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}
#solicitar-solucao .form-solicitar-solucao form .form-group .form-control::-ms-input-placeholder {
  color: #fff;
}
#solicitar-solucao .form-solicitar-solucao form .form-group input[type=submit] {
  background: #fff;
  font-size: 13px;
  color: #0f006d;
  text-transform: uppercase;
  padding: 4px 11px;
  margin-top: 10px;
  -webkit-box-shadow: 1px 1px 3px 0 #510028;
  box-shadow: 1px 1px 3px 0 #510028;
  float: right;
  width: 110px;
  cursor: pointer;
}
#solicitar-solucao .descricao {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -310px;
}
#solicitar-solucao .descricao h2 {
  max-width: 180px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
#solicitar-solucao .descricao h2 strong {
  font-weight: 700;
}
#solicitar-solucao .descricao p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  max-width: 180px;
}
#page-header {
  background: url("../img/bg_header.jpg") repeat-x center center;
  width: 100%;
  height: 221px;
  clear: both;
  overflow: hidden;
}
#page-header h2 {
  margin-top: 35px;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
#page-header p {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
#page-header-trabalhe {
  background: url("../img/bg_header_trabalhe.jpg") repeat-x center center;
  width: 100%;
  height: 265px;
  clear: both;
  overflow: hidden;
}
#page-header-trabalhe h2 {
  margin-top: 35px;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
#page-header-trabalhe p {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
#page-header-trabalhe hr {
  border-top: 1px solid #fff;
  width: 400px;
}
#page-header-trabalhe .botoes {
  text-align: center;
  margin: 0 auto;
}
#page-header-trabalhe .botoes a {
  margin: 0 10px;
}
#page-header-trabalhe .botoes .enviar-curriculo {
  background: #fff;
  font-size: 13px;
  color: #0f006d;
  text-transform: uppercase;
  padding: 4px 11px;
  margin-top: 10px;
  -webkit-box-shadow: 1px 1px 3px 0 #510028;
  box-shadow: 1px 1px 3px 0 #510028;
}
#page-header-trabalhe .botoes .ver-vagas {
  background: #fff;
  font-size: 13px;
  color: #0f006d;
  text-transform: uppercase;
  padding: 4px 11px;
  margin-top: 10px;
  -webkit-box-shadow: 1px 1px 3px 0 #510028;
  box-shadow: 1px 1px 3px 0 #510028;
}
#banner-revendedor {
  margin-top: 40px;
}
#banner-revendedor .left {
  position: relative;
}
#banner-revendedor .left .image {
  float: right;
  z-index: 2;
  position: relative;
  width: 120%;
  height: 437px;
  background: url('../img/banner_revendedor.jpg') no-repeat top left;
  background-size: cover;
}
#banner-revendedor .right {
  position: relative;
}
#banner-revendedor .right .pontos {
  z-index: 2;
  width: 218px;
  height: 198px;
  position: absolute;
  background: url('../img/pontos.png') no-repeat center center;
  right: 105px;
  top: 95px;
}
#banner-revendedor .right .circuit {
  z-index: 1;
  width: 262px;
  height: 262px;
  position: absolute;
  background-size: contain;
  background: url('../img/circuit2.png') no-repeat center center;
  right: 208px;
  top: 31px;
}
#banner-revendedor .right .box {
  z-index: 2;
  position: relative;
  width: 120%;
  margin-left: -20%;
  padding: 20px 40px 20px 100px;
  margin-top: 155px;
  background: #e4691a;
}
#banner-revendedor .right .box h2 {
  font-weight: 300;
  color: #0f006d;
  font-size: 24px;
  text-transform: uppercase;
}
#banner-revendedor .right .box p {
  font-weight: 300;
  color: #0f006d;
  font-size: 12px;
  margin: 0;
}
#page-blog-principal .container .vitrine-blog {
  margin: 30px 0;
}
#page-blog-principal .container .vitrine-blog img {
  width: 100%;
}
#page-blog-principal .container .vitrine-blog .conteudo-vitrine-blog {
  position: absolute;
  top: 0;
  top: 335px;
  padding-left: 162px;
}
#page-blog-principal .container .vitrine-blog .conteudo-vitrine-blog .borda-titulo {
  height: 10px;
  width: 82px;
  background-color: #f77618;
  margin-bottom: 16px;
}
#page-blog-principal .container .vitrine-blog .conteudo-vitrine-blog .titulo-vitrine p {
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2px;
  line-height: 30px;
  font-size: 27px;
}
#page-blog-principal .container .vitrine-blog .conteudo-vitrine-blog .titulo-vitrine p strong {
  font-weight: 700;
}
#page-blog-principal .container .vitrine-blog .conteudo-vitrine-blog .subtitulo-vitrine {
  color: #fff;
  max-width: 55%;
  font-size: 14px;
  line-height: 18px;
}
#page-blog-principal .container .lista-posts {
  overflow: hidden;
}
#page-blog-principal .container .lista-posts .post-blog {
  border: 2px solid #e6e6e6;
}
#page-blog-principal .container .lista-posts .post-blog img {
  width: 100%;
}
#page-blog-principal .container .lista-posts .post-blog .conteudo-post {
  color: #0f006d;
  padding: 20px;
}
#page-blog-principal .container .lista-posts .post-blog .conteudo-post h3 {
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}
#page-blog-principal .container .lista-posts .post-blog .conteudo-post p {
  font-size: 12px;
  font-weight: 450;
  margin-bottom: 0;
  letter-spacing: 0px;
  line-height: 16px;
}
#page-blog-principal .container .lista-posts a {
  float: right;
  background-color: #f77618;
  color: #10006d;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 11px;
  letter-spacing: 3px;
  margin: 12px 0 25px;
}
#page-blog-principal .container .lista-posts a:hover {
  text-decoration: none;
}
#page-blog-principal .container .tags-blog {
  background-color: #f0f0f0;
  text-align: center;
  padding: 15px;
}
#page-blog-principal .container .tags-blog p {
  color: #10005d;
  font-weight: 700;
  text-align: left;
}
#page-blog-principal .container .tags-blog a {
  background-color: #aaa;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 12px;
  font-size: 13px;
}
#page-blog-principal .container .tags-blog .carregar-mais {
  text-align: right;
  margin: 15px 0;
}
#page-blog-principal .container .tags-blog .carregar-mais a {
  background-color: #f77618;
  color: #10006d;
  font-weight: 700;
  font-size: 10px;
  padding: 4px 12px;
  letter-spacing: 2px;
}
#page-blog-principal .container .tags-blog .carregar-mais a:hover {
  text-decoration: none;
}
#page-blog-principal .container .busca-blog {
  background-color: #e5e5e5;
  padding: 40px 20px;
}
#page-blog-principal .container .busca-blog .buscar {
  padding-bottom: 3px;
  border-bottom: 1px solid #10006d;
}
#page-blog-principal .container .busca-blog .buscar img {
  float: left;
}
#page-blog-principal .container .busca-blog .buscar input {
  border: none;
  background-color: transparent;
  padding-left: 5px;
  color: #10006d;
}
#page-blog-principal .container .busca-blog .pesq {
  text-align: right;
  padding-top: 10px;
}
#page-blog-principal .container .busca-blog .pesq input {
  background-color: #f77618;
  color: #10006d;
  font-weight: 700;
  font-size: 10px;
  padding: 4px 12px;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
}
#page-blog-principal .container .busca-blog .pesq input:hover {
  text-decoration: none;
}
#page-blog-principal .num-pages {
  text-align: center;
  margin: 50px 0 60px;
}
#page-blog-principal .num-pages a {
  color: #10006d;
  font-size: 14px;
  padding: 0 2px;
}
#page-blog-principal .num-pages .active {
  font-weight: 700;
}
#page-blog .container .vitrine-blog {
  margin: 30px 0;
}
#page-blog .container .vitrine-blog img {
  width: 100%;
}
#page-blog .container .vitrine-blog .conteudo-vitrine-blog {
  position: absolute;
  top: 0;
  top: 335px;
  padding-left: 162px;
}
#page-blog .container .vitrine-blog .conteudo-vitrine-blog .borda-titulo {
  height: 10px;
  width: 82px;
  background-color: #f77618;
  margin-bottom: 16px;
}
#page-blog .container .vitrine-blog .conteudo-vitrine-blog .titulo-vitrine p {
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2px;
  line-height: 30px;
  font-size: 27px;
}
#page-blog .container .vitrine-blog .conteudo-vitrine-blog .titulo-vitrine p strong {
  font-weight: 700;
}
#page-blog .container .vitrine-blog .conteudo-vitrine-blog .subtitulo-vitrine {
  color: #fff;
  max-width: 55%;
  font-size: 14px;
  line-height: 18px;
}
#page-blog .container .left {
  width: 135px;
  margin-right: 30px;
  float: left;
  height: 100%;
  margin-top: 20px;
}
#page-blog .container .left .date {
  background-color: #ff6600;
  padding-top: 14px;
}
#page-blog .container .left .date p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 54px;
  text-transform: uppercase;
  line-height: 34px;
}
#page-blog .container .left .date p.small {
  font-size: 16px;
  margin: 0;
}
#page-blog .container .left .compartilhar-post {
  border-bottom: 1px solid #f60;
}
#page-blog .container .left .compartilhar-post p {
  margin: 15px 0 5px;
  font-size: 16px;
  font-weight: 700;
  color: #f60;
}
#page-blog .container .left .compartilhar-post ul {
  list-style: none;
  padding: 0px;
  overflow: hidden;
}
#page-blog .container .left .compartilhar-post ul li {
  float: left;
  padding-right: 5px;
}
#page-blog .container .left .tags-post p {
  margin: 15px 0 5px;
  font-size: 16px;
  font-weight: 700;
  color: #f60;
}
#page-blog .container .left .tags-post ul {
  list-style: none;
  padding: 0;
}
#page-blog .container .left .tags-post ul li {
  margin: 1px 0;
}
#page-blog .container .left .tags-post ul li a {
  background-color: #f60;
  color: #fff;
  padding: 3px 10px;
  font-size: 13px;
  text-transform: uppercase;
}
#page-blog .container .right {
  margin-bottom: 45px;
}
#page-blog .container .right p {
  font-size: 14px;
  color: #10006d;
}
#page-blog .comp-post-blog {
  margin: 20px 0 40px;
}
#page-blog .comp-post-blog .compartilhar-post {
  text-align: center;
}
#page-blog .comp-post-blog .compartilhar-post span {
  font-size: 14px;
  font-weight: 700;
  color: #f70;
  margin-right: 5px;
}
#page-blog .comp-post-blog .compartilhar-post .page {
  margin-left: 40px;
}
#blog {
  min-height: 540px;
  background: url("../img/bg_blog.jpg") repeat-x top center;
}
#blog .container .first-post {
  margin-top: 85px;
  z-index: 2;
  position: relative;
}
#blog .container .first-post h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 900;
}
#blog .container .first-post h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
#blog .container .first-post h2 strong {
  font-weight: 500;
}
#blog .container .first-post p {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  line-height: 18px;
  max-width: 70%;
}
#blog .container .first-post .ver-mais {
  background: #fff;
  font-size: 16px;
  color: #0f006d;
  text-transform: uppercase;
  padding: 8px 12px;
  margin-top: 10px;
  -webkit-box-shadow: 1px 1px 3px 0 #510028;
  box-shadow: 1px 1px 3px 0 #510028;
}
#blog .container .post {
  z-index: 1;
  position: relative;
  margin-top: 85px;
}
#blog .container .post .post-body {
  background: #ffffff;
  padding: 20px 30px;
}
#blog .container .post .post-body h2 {
  font-size: 18px;
  color: #0f006d;
  font-weight: 300;
  text-transform: uppercase;
}
#blog .container .post .post-body p {
  font-size: 12px;
  color: #0f006d;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
}
#blog .container .post .leia-mais {
  background: #fff;
  font-size: 13px;
  color: #0f006d;
  text-transform: uppercase;
  padding: 4px 11px;
  float: right;
  margin-top: 10px;
  -webkit-box-shadow: 1px 1px 3px 0 #510028;
  box-shadow: 1px 1px 3px 0 #510028;
}
#blog.interna-solucao {
  background: #f5f5f5;
  min-height: 500px;
}
#blog.interna-solucao .container .post {
  margin-top: 40px;
}
#contato {
  min-height: 265px;
  width: 100%;
  background: url("../img/bg_contato.jpg") repeat-x center center;
}
#contato .container {
  max-width: 700px;
}
#contato .container h2 {
  font-weight: 700;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 107px;
}
#contato .contatos {
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
#contato .contatos li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
#contato .contatos li.local img {
  padding: 9px 0;
  margin-left: 1px;
}
#contato .contatos li.phone img {
  padding: 7px 0;
}
#contato .contatos li.email img {
  margin-left: -7px;
  margin-top: 1px;
}
#contato .contatos li img {
  float: left;
  margin-right: 8px;
}
#contato .contatos li p {
  margin: 0;
  line-height: 15px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
}
#contato .social {
  margin: 0;
  padding: 0;
  margin-left: 24px;
  margin-top: 6px;
}
#contato .social li {
  list-style: none;
  float: left;
  margin-right: 4px;
}
#contato form {
  margin-top: 50px;
}
#contato form .form-group {
  margin: 0;
  margin-bottom: 7px;
}
#contato form .form-group input[type=text],
#contato form .form-group textarea {
  border: 1px solid #ffffff;
  background: none;
  color: #ffffff;
  border-radius: 0;
  font-size: 11px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  padding: 5px 5px 4px;
}
#contato form .form-group input[type=text]::placeholder,
#contato form .form-group textarea::placeholder {
  color: #fff;
  opacity: 1;
}
#contato form .form-group input[type=text]:-ms-input-placeholder,
#contato form .form-group textarea:-ms-input-placeholder {
  color: #fff;
}
#contato form .form-group input[type=text]::-ms-input-placeholder,
#contato form .form-group textarea::-ms-input-placeholder {
  color: #fff;
}
#contato form .form-group input[type=submit] {
  background: #fff;
  color: #0f006d;
  height: 22px;
  width: 80px;
  float: right;
  font-size: 11px;
  font-weight: 300;
  line-height: 10px;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 2px 0 #510028;
  box-shadow: 2px 2px 2px 0 #510028;
  cursor: pointer;
}
#page-head-busca {
  background: url("../img/bg-page-busca.png") repeat-x center center;
  width: 100%;
  height: 215px;
  clear: both;
  overflow: hidden;
}
#page-head-busca .result-busca {
  margin: 80px 30px 10px;
  border-bottom: 4px solid #fff;
  padding-bottom: 7px;
}
#page-head-busca .result-busca img {
  float: left;
}
#page-head-busca .result-busca input {
  margin-left: 10px;
  width: 96%;
  height: 35px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
#page-head-busca .btn-pesquisa {
  letter-spacing: 2px;
  margin: 0 30px;
  float: right;
  background-color: #f77618;
  padding: 3px 24px;
  font-weight: 700;
  font-size: 12px;
  color: #10006d;
  border: none;
  cursor: pointer;
}
#page-busca {
  margin-top: 30px;
}
#page-busca .lista-posts {
  overflow: hidden;
}
#page-busca .lista-posts .post-blog {
  border: 2px solid #e6e6e6;
}
#page-busca .lista-posts .post-blog img {
  width: 100%;
}
#page-busca .lista-posts .post-blog .conteudo-post {
  color: #0f006d;
  padding: 20px;
}
#page-busca .lista-posts .post-blog .conteudo-post h3 {
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}
#page-busca .lista-posts .post-blog .conteudo-post p {
  font-size: 12px;
  font-weight: 450;
  margin-bottom: 0;
  letter-spacing: 0px;
  line-height: 16px;
}
#page-busca .lista-posts a {
  float: right;
  background-color: #f77618;
  color: #10006d;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 11px;
  letter-spacing: 3px;
  margin: 12px 0 25px;
}
#page-busca .lista-posts a:hover {
  text-decoration: none;
}
#page-busca .tags-blog {
  background-color: #f0f0f0;
  text-align: center;
  padding: 15px;
}
#page-busca .tags-blog p {
  color: #10005d;
  font-weight: 700;
  text-align: left;
}
#page-busca .tags-blog a {
  background-color: #aaa;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 12px;
  font-size: 13px;
}
#page-busca .tags-blog .carregar-mais {
  text-align: right;
  margin: 15px 0;
}
#page-busca .tags-blog .carregar-mais a {
  background-color: #f77618;
  color: #10006d;
  font-weight: 700;
  font-size: 10px;
  padding: 4px 12px;
  letter-spacing: 2px;
}
#page-busca .tags-blog .carregar-mais a:hover {
  text-decoration: none;
}
#page-busca .busca-blog {
  background-color: #e5e5e5;
  padding: 40px 20px;
}
#page-busca .busca-blog .buscar {
  padding-bottom: 3px;
  border-bottom: 1px solid #10006d;
}
#page-busca .busca-blog .buscar img {
  float: left;
}
#page-busca .busca-blog .buscar input {
  border: none;
  background-color: transparent;
  padding-left: 5px;
  color: #10006d;
}
#page-busca .busca-blog .pesq {
  text-align: right;
  padding-top: 10px;
}
#page-busca .busca-blog .pesq input {
  background-color: #f77618;
  color: #10006d;
  font-weight: 700;
  font-size: 10px;
  padding: 4px 12px;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
}
#page-busca .busca-blog .pesq input:hover {
  text-decoration: none;
}
#page-busca .num-pages {
  text-align: center;
  margin: 50px 0 60px;
}
#page-busca .num-pages a {
  color: #10006d;
  font-size: 14px;
  padding: 0 2px;
}
#page-busca .num-pages .active {
  font-weight: 700;
}
#footer {
  clear: both;
  position: relative;
  width: 100%;
  min-height: 292px;
  background: #10006d url("../img/bg_footer.jpg") repeat-x top center;
}
#footer .container .padding-footer {
  padding-bottom: 40px;
}
#footer .container h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
}
#footer .container .contatos {
  padding: 0;
  margin: 0;
}
#footer .container .contatos li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
#footer .container .contatos li.local img {
  padding: 9px 0;
  margin-left: 1px;
}
#footer .container .contatos li.phone img {
  padding: 7px 0;
}
#footer .container .contatos li.email img {
  margin-left: -7px;
  margin-top: 1px;
}
#footer .container .contatos li img {
  float: left;
  margin-right: 8px;
}
#footer .container .contatos li p {
  margin: 0;
  line-height: 15px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
}
#footer .container .social {
  margin: 0;
  padding: 0;
  margin-left: 24px;
  margin-top: 6px;
}
#footer .container .social li {
  list-style: none;
  float: left;
  margin-right: 4px;
}
#footer .container .mapa-site {
  padding: 0;
  margin: 0;
}
#footer .container .mapa-site li {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-top: 4px;
}
#footer .container .mapa-site li.title {
  text-transform: uppercase;
  font-weight: 700;
}
#footer .container .mapa-site li a {
  color: #fff;
}
#footer .container .mapa-site li a:hover {
  text-decoration: none;
}
#footer .container .mapa-site li ul {
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 21px;
}
#footer .container .mapa-site li ul.last {
  margin-right: 0;
}
#footer .container form {
  margin-top: 32px;
}
#footer .container form .form-group {
  margin: 0;
  margin-bottom: 7px;
}
#footer .container form .form-group input[type=text],
#footer .container form .form-group textarea {
  border: 1px solid #ffffff;
  background: none;
  color: #ffffff;
  border-radius: 0;
  font-size: 11px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  padding: 5px 5px 4px;
}
#footer .container form .form-group input[type=text]::placeholder,
#footer .container form .form-group textarea::placeholder {
  color: #fff;
  opacity: 1;
}
#footer .container form .form-group input[type=text]:-ms-input-placeholder,
#footer .container form .form-group textarea:-ms-input-placeholder {
  color: #fff;
}
#footer .container form .form-group input[type=text]::-ms-input-placeholder,
#footer .container form .form-group textarea::-ms-input-placeholder {
  color: #fff;
}
#footer .container form .form-group input[type=submit] {
  background: #fff;
  color: #0f006d;
  height: 22px;
  width: 80px;
  float: right;
  font-size: 11px;
  font-weight: 300;
  line-height: 10px;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 2px 0 #510028;
  box-shadow: 2px 2px 2px 0 #510028;
  cursor: pointer;
}
#footer #footer-bar {
  position: absolute;
  min-height: 56px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #0b0048;
}
#footer #footer-bar .container .copy {
  margin-top: 21px;
  float: left;
  color: #ffffff;
  font-size: 10px;
}
#footer #footer-bar .container .by {
  margin-top: 16px;
  float: right;
}
#footer #footer-bar .container .by p {
  font-size: 10px;
  margin-top: 6px;
  margin-right: 8px;
  color: #ffffff;
  float: left;
}
#footer #footer-bar .container .logo {
  top: 14px;
  position: absolute;
  left: 50%;
  width: 130px;
  margin-left: -65px;
}
#paralax3 {
  position: absolute;
  right: 0;
  top: 2200px;
  background: url('../img/paralax3.png') no-repeat;
  width: 445px;
  height: 664px;
}
#paralax4 {
  position: absolute;
  left: 0;
  top: 1600px;
  background: url('../img/paralax4.png') no-repeat;
  width: 257px;
  height: 577px;
}
#content-container #vagas {
  padding: 30px 20px;
}
#content-container #vagas .comp-vaga {
  margin: 10px 0 20px;
}
#content-container #vagas .comp-vaga.openned .bt-ver-vaga {
  display: none;
}
#content-container #vagas .comp-vaga.openned .bt-enviar-curriculo {
  display: block;
}
#content-container #vagas .comp-vaga.openned .description-job {
  display: block;
}
#content-container #vagas .comp-vaga.openned .resume-job {
  display: none;
}
#content-container #vagas .comp-vaga.closed .bt-ver-vaga {
  display: block;
}
#content-container #vagas .comp-vaga.closed .bt-enviar-curriculo {
  display: none;
}
#content-container #vagas .comp-vaga.closed .description-job {
  display: none;
}
#content-container #vagas .comp-vaga.closed .resume-job {
  display: block;
}
#content-container #vagas .descricao-vaga {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 6px;
}
#content-container #vagas .descricao-vaga .titulo-vaga {
  margin: 18px 18px 0;
}
#content-container #vagas .descricao-vaga .titulo-vaga .t-v {
  padding: 0;
}
#content-container #vagas .descricao-vaga .titulo-vaga .t-v-b {
  padding: 0;
  text-align: right;
}
#content-container #vagas .descricao-vaga .titulo-vaga p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #0f006d;
  font-weight: 700;
  text-transform: uppercase;
}
#content-container #vagas .descricao-vaga .titulo-vaga a {
  text-decoration: none;
  background-color: #e4691a;
  font-size: 12px;
  padding: 6px 15px;
  color: #0f006d;
  font-weight: 800;
  letter-spacing: 3px;
  word-spacing: 1px;
  -webkit-box-shadow: 2px 2px 2px 0 #B0B0B0;
  box-shadow: 2px 2px 2px 0 #B0B0B0;
}
#content-container #vagas .descricao-vaga .detalhes-vaga {
  border-top: 1px solid #808896;
  margin: 9px 18px 18px;
}
#content-container #vagas .descricao-vaga .detalhes-vaga .d-v {
  padding: 0;
}
#content-container #vagas .descricao-vaga .detalhes-vaga p {
  color: #727272;
  font-size: 15px;
  padding: 20px 0 10px;
  font-weight: 400;
  margin-bottom: 0;
}
#content-container #vagas .descricao-vaga .detalhes-vaga .t-v-b {
  margin: 25px 0 10px;
  padding-left: 0;
}
#content-container #vagas .descricao-vaga .detalhes-vaga a {
  text-decoration: none;
  background-color: #e4691a;
  font-size: 12px;
  padding: 6px 15px;
  color: #0f006d;
  font-weight: 800;
  letter-spacing: 3px;
  word-spacing: 1px;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 2px 0 #B0B0B0;
  box-shadow: 2px 2px 2px 0 #B0B0B0;
}
#form-curriculo {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
#form-curriculo .left img {
  width: 100%;
  max-width: 130px;
  float: right;
}
#form-curriculo .right {
  padding-top: 30px;
}
#form-curriculo .right h2 {
  color: #0f006d;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #0f006d;
  line-height: 35px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#form-curriculo .right .form-group .form-control {
  border: 1px solid #0f006d;
  color: #0f006d;
  border-radius: 0;
  background: none;
  font-size: 17px;
  padding: 2px 10px;
}
#form-curriculo .right .form-group .form-control::placeholder {
  color: #0f006d;
  opacity: 1;
  font-weight: 300;
}
#form-curriculo .right .form-group .form-control:-ms-input-placeholder {
  color: #0f006d;
}
#form-curriculo .right .form-group .form-control::-ms-input-placeholder {
  color: #0f006d;
}
#form-curriculo .right .form-group input[type=submit] {
  background: #e4691a;
  font-size: 13px;
  color: #0f006d;
  text-transform: uppercase;
  padding: 4px 11px;
  float: right;
  margin-top: 10px;
  border: none;
  -webkit-box-shadow: 2px 2px 2px 0 #B0B0B0;
  box-shadow: 2px 2px 2px 0 #B0B0B0;
  float: left;
  width: 150px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #qualidade .container .direita img {
    width: 260px;
    margin: 0 auto;
  }
  #content-container #tecsoft .frase .box-frase p {
    font-size: 18px;
    line-height: 38px;
  }
  #mosaico .text {
    left: 50%;
    margin-left: -160px;
  }
  #depoimentos .container {
    max-width: 330px;
  }
  #clientes .container {
    max-width: 210px;
  }
  #location .left {
    width: 100%;
    float: none;
  }
  #location .right {
    width: 100%;
    float: none;
  }
  #location .right h2 {
    margin-top: 0px;
    padding-top: 20px;
  }
  #location .right h4 {
    margin-top: 50px;
  }
  #location .right .parceiro {
    margin-bottom: 10px;
  }
  #footer #footer-bar .container .div-copy {
    text-align: center;
  }
  #footer #footer-bar .container .div-copy .copy {
    float: none;
  }
  #footer #footer-bar .container .div-by {
    padding-right: 36%;
  }
  #content-container #vagas .descricao-vaga .titulo-vaga .t-v {
    text-align: center;
  }
  #content-container #vagas .descricao-vaga .titulo-vaga .t-v-b {
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  #qualidade .background {
    background: transparent;
  }
  #carousel .background .slider-for h3 {
    font-size: 32px;
    text-align: center;
  }
  #page-blog .container .left {
    width: 100%;
    height: auto;
  }
  #banner-revendedor .right .box {
    margin-top: 0px;
  }
  #banner-revendedor .circuit,
  #banner-revendedor .pontos {
    display: none;
  }
  #contato {
    background: transparent;
    background-color: #ff5f1f;
  }
  #contato .container h2 {
    margin-top: 20px;
  }
  #contato .form {
    margin-bottom: 30px;
  }
  #content-container #page-header p {
    font-size: 13px;
  }
  #content-container #tecsoft .slider .left {
    padding-bottom: 0px;
  }
  #content-container #tecsoft .slider .left .slider-tecsoft {
    width: 100%;
    height: auto;
  }
  #content-container #tecsoft .slider .left .slider-tecsoft .slide {
    height: auto;
  }
  #content-container #tecsoft .slider .left .slider-tecsoft .slide img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  #itens-servico .iten {
    margin-bottom: 35px;
    left: 10%;
  }
  #blog {
    background: #e4691a;
    padding-bottom: 40px;
  }
  #blog .container .post {
    margin-top: 40px !important;
  }
}
@media (max-width: 1199.98px) {
  #fundador .container .esquerda .nuvens {
    margin-top: -418px;
    margin-right: -240px;
  }
  #fundador .container .esquerda .pontos {
    margin-right: -227px;
    margin-top: -179px;
  }
  #footer {
    background: #10006d;
  }
  #footer .container {
    padding-bottom: 100px;
  }
  #footer #footer-bar .container {
    padding-bottom: 0;
  }
  #blog .container .post {
    margin-top: 65px;
  }
}
@media (min-width: 576px) {
  .navbar .container {
    padding: 0 20px !important;
  }
  #depoimentos .container {
    max-width: 330px;
  }
  #clientes .container {
    max-width: 440px;
  }
  #mosaico .text {
    left: 50%;
    margin-left: -100px;
  }
}
@media (min-width: 768px) {
  .navbar .container {
    max-width: 100%;
  }
  .navbar .container .logo {
    height: 24px;
  }
  .navbar .container .navbar-nav li {
    font-size: 10px;
    padding: 6px;
  }
  .navbar .container .navbar-nav li a {
    padding: 0;
  }
  #depoimentos .container {
    max-width: 660px;
  }
  #clientes .container {
    max-width: 680px;
  }
  #mosaico .text {
    left: 50%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar .container {
    max-width: 97%;
  }
  .navbar .container .logo {
    height: 32px;
  }
  .navbar .container .navbar-nav li {
    font-size: 12px;
    padding: 10px;
  }
  .navbar .container .navbar-nav li a {
    padding: 0;
  }
  #depoimentos .container {
    max-width: 966px;
  }
  #clientes .container {
    max-width: 895px;
  }
  #mosaico .text {
    left: 50%;
    margin-left: 100px;
  }
}
@media (min-width: 1100px) {
  .navbar .container {
    max-width: 97%;
  }
  .navbar .container .logo {
    height: 36px;
  }
  .navbar .container .navbar-nav li {
    font-size: 13px;
    padding: 12px;
  }
  .navbar .container .navbar-nav li a {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .navbar .container {
    max-width: 1140px;
  }
  .navbar .container .logo {
    height: 41px;
  }
  .navbar .container .navbar-nav li {
    font-size: 14px;
    padding: 12px;
  }
  .navbar .container .navbar-nav li a {
    padding: 0;
  }
  #mosaico .text {
    left: 50%;
    margin-left: 200px;
  }
  #fundador .container .esquerda .nuvens {
    margin-top: -372px;
    margin-right: -320px;
  }
  #fundador .container .esquerda .pontos {
    margin-right: -363px;
    margin-top: -132px;
  }
  #clientes .container {
    max-width: 1140px;
  }
}
.bt-blue-1 {
  background: #0f006d;
  border: none;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 6px 18px 5px;
  -webkit-box-shadow: 1px 1px 5px 0px #d7621f;
  -moz-box-shadow: 1px 1px 5px 0px #d7621f;
  box-shadow: 1px 1px 5px 0px #d7621f;
  cursor: pointer;
}
.bt-white-1 {
  background: #fff;
  border: none;
  font-size: 15px;
  font-weight: 100;
  color: #0f006d;
  padding: 4px 18px 3px;
  -webkit-box-shadow: 1px 1px 5px 0px #0f006d;
  -moz-box-shadow: 1px 1px 5px 0px #0f006d;
  box-shadow: 1px 1px 5px 0px #0f006d;
  cursor: pointer;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
