body {
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.link-email {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #576d4b;
  font-weight: 700;
  text-decoration: none;
}

.link-email:hover {
  color: rgba(0, 102, 0, .6);
}

.rodape {
  width: 100%;
  padding: 15px 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.container-1170 {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.logo-site {
  position: relative;
  width: 22%;
  float: left;
}

.logo-site.w--current {
  z-index: 10;
  /*margin-bottom: -30px;*/
}

.menu-topo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #000;
}

.logo {
  width: 100%;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-bar.top-bar-mobile {
  display: none;
}

.sec-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-topo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.nav-link-topo {
  padding: 10px 12px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.nav-link-topo:hover {
  color: #eb0000;
}

.nav-link-topo.w--current {
  color: #eb0000;
}

.button-cadastro {
  float: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid #eb0000;
  border-radius: 10px;
  background-color: #eb0000;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.button-cadastro:hover {
  background-color: rgba(235, 0, 0, .7);
}

.navmenu {
  width: 100%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-login-topbar {
  width: 40%;
  height: 35px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
}

.input-login-topbar::-webkit-input-placeholder {
  color: #fff;
}

.input-login-topbar:-ms-input-placeholder {
  color: #fff;
}

.input-login-topbar::-ms-input-placeholder {
  color: #fff;
}

.input-login-topbar::placeholder {
  color: #fff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-block-login {
  position: relative;
  width: 45%;
  margin-bottom: 0px;
}

.wrapper-idioma {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrapper-lang {
  padding-top: 3px;
}

.link-lang {
  margin: 0px 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-lang:hover {
  opacity: 0.9;
}

.img-lang-topbar {
  height: 29px;
}

.button-form-login {
  padding: 5px 8px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.button-form-login:hover {
  border-color: #eb0000;
  background-color: #eb0000;
  color: #fff;
}

.text-form {
  margin-top: 5px;
  float: right;
  opacity: 0.4;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  text-align: right;
  text-decoration: none;
}

.text-form:hover {
  opacity: 1;
  color: hsla(0, 0%, 100%, .8);
}

.sec-hero-home {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-hero-home.bg-quem-somos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/header-interna-empresas-areas-1.jpg');
  background-position: 100% 50%;
}

.box-posts-home {
  position: relative;
  overflow: hidden;
  width: 32%;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper-intro {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.desc-wrapper-intro {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #ececec;
  font-size: 16px;
  line-height: 150%;
}

.titulo-wrapper-intro {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 120%;
}

.wrapper-video-post {
  margin-top: 30px;
  text-align: center;
}

.lightbox-video-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.sec-intro-page {
  padding: 50px 20px;
}

.button-play {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #eb0000;
}

.fa {
  width: 50px;
  height: 50px;
}

.fa.fa-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
  font-size: 30px;
}

.fa.fa-play:hover {
  color: #000;
}

.fa.fa-long-arrow-right {
  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;
  color: #fff;
  font-size: 25px;
}

.wrapper-feed-servicos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.box-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  padding: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-feed {
  max-width: 80%;
}

.wrapper-img-feed {
  margin-bottom: 20px;
}

.button-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #eb0000;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
  line-height: 150%;
  font-weight: 400;
  text-decoration: none;
}

.button-feed:hover {
  background-color: rgba(235, 0, 0, .5);
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrapper-info-footer {
  margin-bottom: 30px;
  text-align: center;
}

.button-follow-facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 90px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #006cff;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
  text-decoration: none;
}

.button-follow-facebook:hover {
  background-color: rgba(0, 108, 255, .5);
}

.titulo-button-follow-facebook {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 400;
}

.text-payment {
  margin-top: 30px;
  color: #fff;
}

.wrapper-selos {
  margin-top: 30px;
}

.logo-selo {
  margin-right: 10px;
  margin-left: 10px;
}

.wrapper-copyright {
  padding: 20px;
  color: #878787;
  text-align: center;
}

.copyright {
  margin-bottom: 0px;
}

.img-lightbox-video {
  width: 100%;
}

.bold-btn-servicos {
  font-size: 18px;
}

.menu-interno {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eb0000;
}

.text-menu-interno {
  margin-right: 2px;
  margin-left: 2px;
  padding: 10px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.text-menu-interno:hover {
  border-bottom-color: #fff;
}

.print-site {
  width: 100%;
}

.content-hero-page {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-fixo {
  font-family: Rock, sans-serif;
  color: #fff;
  font-size: 36px;
}

.h1-fixo.class-h1-404 {
  font-size: 250px;
  line-height: 100%;
}

.sec-page-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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;
}

.wrapper-content-404 {
  text-align: center;
}

.titulo-principal {
  color: #fff;
  line-height: 130%;
}

.link-img-feed {
  text-align: center;
}

.hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .4);
}

.mensagem-de-sucesso {
  position: absolute;
  top: 40px;
  background-color: #eb0000;
  color: #fff;
}

.mensagem-de-erro {
  position: absolute;
  top: 60px;
  background-color: #eb0000;
  color: #fff;
}

.img-hero {
  width: 100%;
}

.drop-menu {
  margin-right: 2px;
  margin-left: 2px;
}

.drop-menu.drop-submenu {
  display: block;
}

.btn-drop-menu {
  padding: 10px 30px 10px 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-drop-menu:hover {
  border-bottom: 2px solid #fff;
}

.btn-drop-menu.w--open {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
}

.btn-drop-menu.btn-submenu {
  display: block;
  padding-left: 20px;
  font-size: 14px;
  text-transform: none;
}

.btn-drop-menu.btn-submenu:hover {
  border-bottom-color: transparent;
  background-color: rgba(0, 0, 0, .1);
}

.lista-drop-menu {
  min-width: 200px;
}

.lista-drop-menu.w--open {
  background-color: #eb0000;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
  color: #fff;
}

.lista-drop-menu.next-level {
  left: 200px;
}

.item-submenu {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 700;
}

.item-submenu:hover {
  background-color: rgba(0, 0, 0, .1);
}

.ico-drop-menu {
  margin-right: 10px;
}

.ico-drop-menu.ico-submenu {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.bold-btn-servicos {
	font-size: 16px;
}

@media (max-width: 991px) {
  .logo-site.w--current {
    width: 25%;
  }
  .menu-topo {
    width: 80%;
  }
  .top-bar {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .top-bar.top-bar-mobile {
    display: none;
  }
  .sec-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-topo {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .nav-link-topo {
    text-align: center;
  }
  .button-cadastro {
    right: 100px;
    display: none;
  }
  .navmenu {
    top: 70px;
    padding: 100px 20px 20px;
    background-color: #000;
  }
  .wrapper-login {
    width: 100%;
  }
  .form-block-login {
    width: 100%;
  }
  .wrapper-idioma {
    width: 20%;
    margin-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sec-intro-page {
    padding: 30px 10px;
  }
  .box-feed.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button-feed {
    font-size: 12px;
  }
  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-menu-interno {
    font-size: 13px;
  }
  .menu-button {
    border: 2px solid #eb0000;
    background-color: #eb0000;
    color: #fff;
  }
  .menu-button.w--open {
    position: absolute;
    top: 10px;
    z-index: 100;
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
  }
  .drop-menu.drop-submenu {
    margin-right: 0px;
    margin-left: 0px;
  }
  .btn-drop-menu {
    font-size: 13px;
  }
  .lista-drop-menu.next-level {
    position: static;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    background-color: rgba(0, 0, 0, .1);
  }
  .ico-drop-menu.ico-submenu {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

@media (max-width: 767px) {
  .rodape {
    position: relative;
  }
  .menu-topo {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .top-bar {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .top-bar.top-bar-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }
  .sec-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-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;
  }
  .navbar-topo {
    width: 100%;
    margin-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .input-login-topbar {
    width: 42%;
    margin-right: 4%;
  }
  .form-block-login {
    margin-bottom: -15px;
  }
  .wrapper-idioma {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .text-form {
    float: left;
  }
  .button-play {
    width: 70px;
    height: 70px;
  }
  .fa.fa-play {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .box-feed {
    width: 50%;
  }
  .menu-interno {
    height: auto;
    padding: 5px 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-menu-interno {
    font-size: 12px;
  }
  .content-hero-page {
    width: 100%;
  }
  .titulo-principal {
    font-size: 30px;
  }
  .btn-drop-menu {
    font-size: 12px;
  }
  .btn-drop-menu.btn-submenu {
    font-size: 12px;
    line-height: 16px;
  }
  .item-submenu {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 479px) {
  p {
    font-size: 14px;
  }
  .logo-site {
    width: 35%;
  }
  .logo-site.w--current {
    width: 35%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .menu-topo {
    display: block;
    padding: 0px;
  }
  .top-bar {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navbar-topo {
    margin-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .nav-link-topo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .button-cadastro {
    right: 0px;
  }
  .navmenu {
    position: absolute;
    top: 70px;
    overflow: hidden;
    padding: 80px 20px 35px;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-block-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .wrapper-idioma {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .img-lang-topbar {
    height: 24px;
  }
  .text-form {
    width: 100%;
    margin-bottom: 15px;
    font-size: 10px;
    text-align: left;
  }
  .sec-hero-home.bg-quem-somos {
    min-height: 180px;
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .box-posts-home {
    width: 100%;
    margin-bottom: 15px;
  }
  .titulo-wrapper-intro {
    font-size: 28px;
  }
  .button-play {
    width: 55px;
    height: 55px;
  }
  .fa.fa-play {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .box-feed {
    width: 100%;
    text-align: center;
  }
  .button-feed {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .footer {
    padding-bottom: 0px;
  }
  .titulo-button-follow-facebook {
    font-size: 22px;
  }
  .logo-selo {
    margin-bottom: 20px;
  }
  .bold-btn-servicos {
    font-size: 16px;
  }
  .menu-interno {
    display: block;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -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;
  }
  .text-menu-interno {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .content-hero-page {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h1-fixo {
    margin-top: 0px;
    font-size: 26px;
    line-height: 40px;
  }
  .h1-fixo.class-h1-404 {
    font-size: 150px;
  }
  .sec-page-404 {
    height: 40vh;
  }
  .menu-button.w--open {
    top: 0px;
  }
  .titulo-principal {
    font-size: 28px;
  }
  .paragraph {
    line-height: 150%;
  }
  .btn-drop-menu {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@font-face {
  font-family: 'Rock';
  src: url('../fonts/ROCK.TTF') format('undefined');
  font-weight: 400;
  font-style: normal;
}


.search-form-wrap label {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 5px;
    display: block;
}

.search-form-wrap .desc-wrapper-intro {
    width: 25%;
    padding-right: 30px;
}

.search-form-wrap .desc-wrapper-intro select {
    background: transparent;
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: auto;
    color: #fff;
    padding: 7px 10px;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    height:35px;
    outline:none
}
.search-form-wrap .desc-wrapper-intro select:focus{border-color:#3898EC}

.search-form-wrap .desc-wrapper-intro:last-child {
    padding-right: 0;
}

.search-form-wrap .desc-wrapper-intro select option {
    color: #000;
}
.search-form-wrap .diretoriaBtn {
    width: 100%;
    border-radius: 5px;
    margin: 25px 0 0;
    height: 35px;
    line-height: 34px;
    box-sizing: border-box;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
}


a.button-feed {
    background-color: #AE1101;
    min-height: 97px;
}
a {
    color: #AE1101;
}
.diretoriaBtn.btn-signup {
    background-image: inherit;
    background-color: #AE1101;
}
.input.diretoriaBtn {
    background-image: inherit;
    background-color: #AE1101;
}
.diretoriaBtn:hover{ background-color: #B9352C}


.diretoriaBtn.btn-signup:hover{background-color:#B9352C }

.logo-rodape img {
    max-width: 180px;
}
.img-lang-topbar{ height: auto; width:  30px} 


.nav-link-topo:hover {
    color: #AE1101;
}

.button-play {
   
    background-color: #AE1101;
}
input.diretoriaBtn {
    background-image: inherit;
    background-color: #AE1101;
}
.cd-popup-trigger, .insurance-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #eb0000;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    color: #fff;
    line-height: 150%;
    font-weight: 400;
    text-decoration: none;
    background-color: #AE1101;
    min-height: 97px;
    flex: 1 0 auto;
}
.cd-popup, .insurance-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(20, 20, 21, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible, .insurance-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 17em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-container p {
    padding: 3em 1em;
}
.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}
.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none;
}
.cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}
@media only screen and (min-width: 1170px) {
    .insurance-container, .cd-popup-container {
        margin: 12em auto;
    }
}
.whiteMobile {
    color: #AE1101!important;
}
.contact-president{color: #AE1101;}

input.diretoriaBtn{ background-color: #AE1101;}
.contract .subtitle-highligh {
    background: none repeat scroll 0 0 #AE1101;}
.diretoriaBtn{background-image: inherit;
    background-color: #AE1101;}
.menu-interno{background-color: #AE1101;}
.lista-drop-menu.w--open{background-color: #AE1101;}
a.button-feed.w-inline-block {flex: 1 0 auto;}


/* 17-03-2020 */
.menu-topo .text-form{opacity: 2;}
.menu-topo .wrapper-idioma{width: auto;}
.menu-topo .button-form-login {font-size: 14px;background-color: #AE1101;padding: 5px 14px;margin-left: 15PX; width: 120px;}
.menu-topo .welcomeuser .button-form-login{width:auto;}
.menu-topo .form-block-login{margin-top: 20px;width: auto;}
.menu-topo .input-login-topbar{width: 185px;}
.menu-topo .wrapper-lang{padding-top: 25px;}
.menu-topo .welcomeuser{margin-top: 5px;}
.user_form_wrap .form-cadastro .tdFormCaminhoneiro .item .input_wrap{display: inline-block;}
.user_form_wrap .form-cadastro .tdFormCaminhoneiro .item .input_wrap .inerror{display: block;margin: 0;padding: 6px 8px 0;}



/*23-03-2020*/
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after{height: 2px;background-color: #ffffff;top: 14px;}
.cd-popup-container .cd-popup-close{background: #AE1101;}
.cd-popup-container{padding: 15px 0;}
.w-dropdown{z-index: 0;}
.menu-topo .top-bar .form-block-login .nav-link-topo{padding: 6px 0 0 6px;font-size: 12px;font-weight: 400;}
.menu-topo .top-bar .wrapper-idioma{margin-right: 8px;position: relative;z-index: 1;}
.menu-topo .top-bar.welcomeuser .wrapper-idioma{margin-right: 0;}
.input_wrap{display: inline-block;}
.input_wrap .inerror{display: block;margin: 0;padding: 6px 8px 0;line-height: 120%;}

/*18-05-2020*/
.bg-default-red{ background: #AE1101;}
.learn-more-tabs{ display:none;}
.learn-our-services-box{border: 1px solid #AE1101; padding: 0 20px 20px 20px; margin-bottom: 20px !important; background: #fff;}
.lorydriver-content{ }
.company-content{}
.learn-our-services-heading{margin-bottom: 35px;font-size: 20px !important;font-weight: 900!important;color: #AE1101!important;position:relative;padding-left: 24px;}
.learn-our-services-heading:after{ position: absolute; bottom: -8px;left: 27px; content: "";height: 3px; width:50px; background: #AE1101;}
.learn-our-services-heading:before{ position: absolute; top:0; left: 0; content: "\f0a9"; color:#AE1101; font-family: "FontAwesome";font-size: 16px; }
.footer-top-content .logo-rodape{ display: none;}
.footer-top-content .text-payment{  margin-top: 0!important; font-size: 30px; font-weight: 900;color: #0060B1;}
.powered_by{margin-top: 8px;display: block;color: #fff;text-decoration: none;} 
