* {
  margin: 0;
  padding: 0;
  font-family: "roboto_condensedlight"; }

body {
  overflow-x: hidden; }

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: #FFF; }

/*img[alt=""],
img:not([alt]){
	border:5px dashed red;
}*/
.container {
  width: 95%;
  margin: 0 auto; }
  @media (max-width: 1400px) {
    .container {
      width: 95%; } }

h2 {
  font-family: "alex_brushregular";
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: center;
  color: #242f67; }
  @media (max-width: 1024px) {
    h2 {
      font-size: 40px; } }
  h2 span {
    font-family: "Gill Sans MT";
    font-size: 80px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: -4px;
    text-align: center;
    color: #3d3d3d;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      h2 span {
        font-size: 45px; } }

.over-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5); }

.menu_mobile {
  width: 70%;
  height: 100%;
  clear: both;
  position: fixed;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 300ms;
  z-index: 9999;
  box-sizing: border-box;
  padding-top: 20px;
  background: #242f67; }
  .menu_mobile .logo {
    margin-left: 10px; }
  .menu_mobile.fade {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  .menu_mobile ul {
    list-style: none; }
    .menu_mobile ul li {
      display: inline-block;
      float: left;
      clear: both;
      width: 100%;
      box-sizing: border-box;
      border-bottom: 1px solid #FFF;
      position: relative; }
      .menu_mobile ul li a {
        display: block;
        width: 100%;
        font-family: "Gill Sans MT";
        float: left;
        box-sizing: border-box;
        padding: 15px 10px;
        text-decoration: none;
        color: #FFF;
        font-size: 14px; }

.mob {
  width: 100%;
  height: 153px;
  float: left;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 99;
  display: none; }
  @media (max-width: 1024px) {
    .mob {
      display: flex;
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .mob img {
    width: 150px; }
  .mob .menu_btn {
    cursor: pointer; }
    .mob .menu_btn svg {
      width: 32px;
      height: 32px;
      fill: #FFF; }

nav.desk {
  width: 100%;
  height: 123px;
  float: left;
  padding-top: 36px;
  padding-bottom: 36px;
  position: relative;
  z-index: 99; }
  @media (max-width: 1600px) {
    nav.desk .logo_topo img {
      width: 200px; } }
  nav.desk.topo_menu_paginas {
    height: 220px;
    background: url(images/menu_bg.png) no-repeat top center;
    padding-top: 0;
    padding-bottom: 0; }
    nav.desk.topo_menu_paginas ul {
      margin-top: 35px; }
    nav.desk.topo_menu_paginas a {
      color: #000; }
      nav.desk.topo_menu_paginas a:after {
        background: url("images/cow_black.png") top center/cover; }
    nav.desk.topo_menu_paginas .container {
      height: 220px;
      align-items: flex-start;
      padding-top: 35px; }
  @media (max-width: 1024px) {
    nav.desk {
      display: none; } }
  nav.desk .container {
    display: flex;
    height: 123px;
    align-items: center;
    justify-content: space-between; }
  nav.desk ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    nav.desk ul li {
      display: inline-block;
      padding-right: 41px;
      padding-left: 41px;
      display: flex;
      align-items: center;
      height: 26px; }
      @media (max-width: 1340px) {
        nav.desk ul li {
          padding-right: 10px;
          padding-left: 10px; } }
      nav.desk ul li a {
        font-family: "roboto_condensedlight";
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: condensed;
        line-height: normal;
        letter-spacing: 0.7px;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        position: relative; }
        nav.desk ul li a:hover:after {
          opacity: 1;
          transform: translateX(-50%) translate3d(0, 0, 0); }
        nav.desk ul li a:after {
          content: "";
          opacity: 0;
          transition: all 400ms;
          position: absolute;
          top: 20px;
          left: 50%;
          transform: translateX(-50%) translate3d(-50px, 0, 0);
          width: 30px;
          height: 30px;
          background: url(images/cow.png) top center/cover; }

.slider-home {
  width: 100%;
  float: left;
  height: 944px;
  margin-top: -195px; }
  .slider-home .swiper-container {
    width: 100%;
    height: 944px; }
  .slider-home .texto_slide {
    margin-top: 226px; }
    .slider-home .texto_slide .t1 {
      font-family: "alex_brushregular";
      font-size: 80px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 25px;
      letter-spacing: normal;
      text-align: center;
      color: #243a67;
      transition: all 700ms; }
      .slider-home .texto_slide .t1.fade {
        opacity: 0;
        transform: translate3d(800px, 0, 0); }
      @media (max-width: 500px) {
        .slider-home .texto_slide .t1 {
          font-size: 50px; } }
    .slider-home .texto_slide .t2 {
      font-family: "Gill Sans MT";
      font-size: 120px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 120px;
      letter-spacing: -6px;
      text-align: center;
      color: #ffffff;
      text-transform: uppercase;
      transition: all 1000ms; }
      .slider-home .texto_slide .t2.fade {
        opacity: 0;
        transform: translate3d(-800px, 0, 0); }
      @media (max-width: 500px) {
        .slider-home .texto_slide .t2 {
          font-size: 80px; } }
    .slider-home .texto_slide p {
      font-family: "roboto_condensedlight";
      font-size: 18px;
      font-weight: 300;
      font-style: normal;
      font-stretch: condensed;
      line-height: 1.67;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      transition: all 1300ms; }
      .slider-home .texto_slide p.fade {
        opacity: 0;
        transform: translate3d(800px, 0, 0); }
      @media (max-width: 500px) {
        .slider-home .texto_slide p {
          font-size: 16px; } }
    .slider-home .texto_slide a {
      display: block;
      text-decoration: none;
      float: left;
      margin-left: 50%;
      transform: translateX(-50%);
      margin-top: 24px;
      width: 200px;
      height: 64px;
      border-radius: 8px;
      background-color: #242f67;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "roboto_condensedlight";
      font-size: 15.5px;
      font-weight: bold;
      font-style: normal;
      font-stretch: condensed;
      line-height: normal;
      letter-spacing: 1.6px;
      text-align: center;
      color: #ffffff;
      transition: all 1600ms; }
      .slider-home .texto_slide a.fade {
        opacity: 0;
        transform: translate3d(-800px, 0, 0); }

.qualidade-home {
  width: 100%;
  float: left;
  height: 611px;
  background: url(images/animais_sobre.png) no-repeat top right #f3f3f3;
  padding-top: 70px; }
  @media (max-width: 1400px) {
    .qualidade-home {
      height: auto;
      padding-bottom: 30px; }
      .qualidade-home h2 span {
        font-size: 50px; } }
  @media (max-width: 1024px) {
    .qualidade-home h2 span {
      font-size: 45px; } }
  .qualidade-home .esq {
    width: 45%;
    background: url(images/pintinhos.png) no-repeat top center/cover;
    float: left;
    height: 752px;
    transition: all 700ms; }
    .qualidade-home .esq.fade {
      opacity: 0;
      transform: translate3d(-100%, 0, 0); }
    @media (max-width: 1400px) {
      .qualidade-home .esq {
        height: 611px; } }
    @media (max-width: 1024px) {
      .qualidade-home .esq {
        width: 100%; } }
  .qualidade-home .dir {
    width: 45%;
    padding-top: 80px;
    float: left;
    box-sizing: border-box;
    padding-left: 109px;
    transition: all 700ms; }
    .qualidade-home .dir.fade {
      opacity: 0;
      transform: translate3d(100%, 0, 0); }
    @media (max-width: 1024px) {
      .qualidade-home .dir {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    .qualidade-home .dir h2 {
      float: left; }
      @media (max-width: 1024px) {
        .qualidade-home .dir h2 {
          float: none; } }
    .qualidade-home .dir p {
      font-family: "roboto_condensedlight";
      font-size: 18px;
      font-weight: 300;
      font-style: normal;
      font-stretch: condensed;
      line-height: 2.67;
      letter-spacing: normal;
      text-align: left;
      color: #464646;
      padding-top: 46px; }
    .qualidade-home .dir a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      margin-top: 40px;
      width: 200px;
      height: 64px;
      border-radius: 8px;
      border: 2px solid #243a67;
      font-family: "roboto_condensedlight";
      font-size: 15.5px;
      font-weight: bold;
      font-style: normal;
      font-stretch: condensed;
      line-height: normal;
      letter-spacing: 1.6px;
      text-align: center;
      color: #243a67;
      transition: all 200ms; }
      @media (max-width: 1080px) {
        .qualidade-home .dir a {
          float: left;
          margin-left: 50%;
          transform: translateX(-50%); } }
      .qualidade-home .dir a:hover {
        background: #243a67;
        color: #FFF; }

.segmentos-home {
  width: 100%;
  float: left;
  margin-top: 200px;
  position: relative;
  z-index: 20; }
  .segmentos-home h2 {
    transition: all 700ms; }
    .segmentos-home h2.fade {
      opacity: 0;
      transform: translate3d(-100%, 0, 0); }
  .segmentos-home .fundo_animais {
    width: 100%;
    float: left;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .segmentos-home .fundo_animais.fade .item {
      opacity: 0;
      transform: translate3d(0, -100px, 0); }
    .segmentos-home .fundo_animais .item {
      width: 16.66%;
      text-decoration: none;
      transition: 700ms; }
      .segmentos-home .fundo_animais .item:nth-child(1) {
        transition-delay: 0s; }
      .segmentos-home .fundo_animais .item:nth-child(2) {
        transition-delay: 0.2s; }
      .segmentos-home .fundo_animais .item:nth-child(3) {
        transition-delay: 0.4s; }
      .segmentos-home .fundo_animais .item:nth-child(4) {
        transition-delay: 0.6s; }
      .segmentos-home .fundo_animais .item:nth-child(5) {
        transition-delay: 0.8s; }
      .segmentos-home .fundo_animais .item:nth-child(6) {
        transition-delay: 1s; }
      .segmentos-home .fundo_animais .item:nth-child(7) {
        transition-delay: 1.2s; }
      .segmentos-home .fundo_animais .item:nth-child(8) {
        transition-delay: 1.4s; }
      .segmentos-home .fundo_animais .item:nth-child(9) {
        transition-delay: 1.6s; }
      .segmentos-home .fundo_animais .item:nth-child(10) {
        transition-delay: 1.8s; }
      .segmentos-home .fundo_animais .item:nth-child(11) {
        transition-delay: 2s; }
      .segmentos-home .fundo_animais .item:nth-child(12) {
        transition-delay: 2.2s; }
      .segmentos-home .fundo_animais .item:nth-child(13) {
        transition-delay: 2.4s; }
      .segmentos-home .fundo_animais .item:nth-child(14) {
        transition-delay: 2.6s; }
      .segmentos-home .fundo_animais .item:nth-child(15) {
        transition-delay: 2.8s; }
      .segmentos-home .fundo_animais .item:nth-child(16) {
        transition-delay: 3s; }
      .segmentos-home .fundo_animais .item:nth-child(17) {
        transition-delay: 3.2s; }
      .segmentos-home .fundo_animais .item:nth-child(18) {
        transition-delay: 3.4s; }
      .segmentos-home .fundo_animais .item:nth-child(19) {
        transition-delay: 3.6s; }
      .segmentos-home .fundo_animais .item:nth-child(20) {
        transition-delay: 3.8s; }
      @media (max-width: 1400px) {
        .segmentos-home .fundo_animais .item {
          width: 33.33%; } }
      @media (max-width: 800px) {
        .segmentos-home .fundo_animais .item {
          width: 50%; } }
      @media (max-width: 550px) {
        .segmentos-home .fundo_animais .item {
          width: 100%; } }
      .segmentos-home .fundo_animais .item:hover {
        box-shadow: 0 0 32.9px 2.1px rgba(2, 1, 2, 0.14); }
        .segmentos-home .fundo_animais .item:hover .effect {
          opacity: 1; }
      .segmentos-home .fundo_animais .item .foto {
        width: 100%;
        height: 256px; }
        .segmentos-home .fundo_animais .item .foto img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .segmentos-home .fundo_animais .item .nome {
        width: 100%;
        font-family: "Gill Sans MT";
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.73;
        letter-spacing: normal;
        text-align: center;
        color: #242f67; }
      .segmentos-home .fundo_animais .item .effect {
        width: 100%;
        height: 98px;
        background: url("images/effect.png");
        opacity: 0;
        transition: all 200ms;
        display: flex;
        align-items: center;
        justify-content: center; }
        .segmentos-home .fundo_animais .item .effect .confira {
          width: 172px;
          height: 56px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          border-radius: 8px;
          border: 2px solid #ffffff;
          font-family: "roboto_condensedlight";
          font-size: 13px;
          font-weight: bold;
          font-style: normal;
          font-stretch: condensed;
          line-height: normal;
          letter-spacing: 1.3px;
          text-align: center;
          color: #ffffff; }

.blog-home {
  width: 95%;
  float: left;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: -89px;
  box-sizing: border-box;
  padding-top: 224px;
  padding-left: 62px;
  padding-bottom: 32px;
  position: relative;
  z-index: 10;
  float: left;
  background: linear-gradient(180deg, #3b3b3b 50%, #f3f3f3 50%); }
  @media (max-width: 1024px) {
    .blog-home {
      padding-top: 100px;
      padding-left: 0px; } }
  .blog-home h2 {
    float: left;
    color: #FFF;
    margin-top: 50px; }
    @media (max-width: 1024px) {
      .blog-home h2 {
        float: none; } }
    .blog-home h2 span {
      color: #FFF; }
  .blog-home .fundo-blog-home {
    float: right;
    width: calc(100% - 332px);
    margin-top: -73px; }
    @media (max-width: 1024px) {
      .blog-home .fundo-blog-home {
        width: 100%;
        float: left;
        padding-top: 140px; }
        .blog-home .fundo-blog-home h2 span {
          font-size: 45px; } }
    .blog-home .fundo-blog-home .swiper-container {
      width: 100%; }
    .blog-home .fundo-blog-home .swiper-slide {
      display: flex;
      height: initial; }
    @media (max-width: 1024px) {
      .blog-home .fundo-blog-home .fundo_flechas {
        width: 100%;
        float: left;
        margin-left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center; } }
    .blog-home .fundo-blog-home .flechas {
      width: 140px;
      display: flex;
      align-items: center;
      justify-content: center;
      float: left;
      height: 64px;
      border-radius: 8px;
      background-color: #ffffff;
      margin-right: 8px;
      margin-top: 51px;
      cursor: pointer; }
    .blog-home .fundo-blog-home .acessar-blog {
      width: 200px;
      height: 64px;
      margin-top: 51px;
      border-radius: 8px;
      background-color: #242f67;
      border: 2px solid #242f67;
      float: right;
      margin-right: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "roboto_condensedlight";
      font-size: 15.5px;
      font-weight: bold;
      font-style: normal;
      font-stretch: condensed;
      line-height: normal;
      letter-spacing: 1.6px;
      text-align: center;
      color: #ffffff;
      transition: all 200ms; }
      .blog-home .fundo-blog-home .acessar-blog:hover {
        background: #ffffff;
        color: #242f67; }
      @media (max-width: 1024px) {
        .blog-home .fundo-blog-home .acessar-blog {
          float: left;
          margin-left: 50%;
          transform: translateX(-50%);
          margin-right: 0; } }
  .blog-home .box_blog {
    width: 100%;
    background: #FFF;
    display: flex;
    flex-direction: column; }
    .blog-home .box_blog .foto {
      width: 100%;
      height: 300px;
      overflow: hidden; }
      .blog-home .box_blog .foto img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .blog-home .box_blog .baixo {
      padding: 32px;
      display: flex;
      flex-direction: column;
      height: 300px;
      box-sizing: border-box; }
    .blog-home .box_blog .titulo {
      font-family: "roboto_condensedlight";
      font-size: 25px;
      font-weight: bold;
      font-style: normal;
      font-stretch: condensed;
      line-height: 1.44;
      letter-spacing: normal;
      text-align: left;
      color: #464646; }
    .blog-home .box_blog .resumo {
      flex: 1;
      font-family: "roboto_condensedlight";
      font-size: 18px;
      font-weight: 300;
      font-style: normal;
      font-stretch: condensed;
      line-height: 25px;
      letter-spacing: normal;
      text-align: left;
      color: #464646; }
    .blog-home .box_blog a {
      display: flex;
      transition: all 200ms;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      text-transform: uppercase;
      width: 143px;
      height: 57px;
      border-radius: 8px;
      border: 2px solid #243a67;
      font-family: "roboto_condensedlight";
      font-size: 15.5px;
      font-weight: bold;
      font-style: normal;
      font-stretch: condensed;
      line-height: normal;
      letter-spacing: 1.6px;
      text-align: center;
      color: #243a67;
      transition: all 200ms; }
      .blog-home .box_blog a:hover {
        background: #243a67;
        color: #FFF; }

footer {
  width: 100%;
  float: left; }
  footer .container {
    height: 336px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      footer .container {
        flex-direction: column;
        padding-top: 30px; } }
  @media (max-width: 1024px) {
    footer .item {
      text-align: center; } }
  footer .item.email {
    font-size: 20px; }
  footer .item span {
    font-family: "roboto_condensedlight";
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: 2px;
    text-align: left;
    color: #3d3d3d; }
  footer .rodape_foto {
    width: 100%;
    float: left;
    height: 561px;
    background: url(images/rodape_foto.jpg) no-repeat top center; }

.contato {
  width: 100%;
  float: left;
  margin-top: -220px;
  background: url(images/titulo_contato_bg.jpg) #f5f5f5 no-repeat top center;
  padding-top: 250px; }
  .contato .fundo_contato {
    width: 70%;
    float: left;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 7px 40px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff; }
    @media (max-width: 600px) {
      .contato .fundo_contato {
        width: 95%; } }
  .contato form {
    width: 70%;
    float: left;
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px; }
    .contato form input[type="text"] {
      width: 100%;
      height: 50px;
      padding-left: 10px;
      font-family: "roboto_condensedlight";
      box-sizing: border-box;
      border: none;
      border-bottom: 1px solid #243a67;
      margin-bottom: 70px;
      font-size: 20px;
      font-weight: bold;
      font-style: normal;
      font-stretch: condensed;
      line-height: normal;
      letter-spacing: 1px;
      text-align: left;
      color: #243a67; }
    .contato form textarea {
      width: 100%;
      height: 150px;
      padding-left: 10px;
      font-family: "roboto_condensedlight";
      font-size: 20px;
      font-weight: bold;
      font-style: normal;
      font-stretch: condensed;
      line-height: normal;
      letter-spacing: 1px;
      text-align: left;
      color: #243a67;
      box-sizing: border-box;
      border: none;
      border-bottom: 1px solid #243a67;
      margin-bottom: 70px; }
    .contato form input[type="submit"] {
      width: 215px;
      height: 69px;
      border-radius: 8px;
      background-color: #0f1531;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-family: "roboto_condensedlight";
      margin-left: 50%;
      float: left;
      transform: translateX(-50%);
      font-size: 16.5px;
      font-weight: bold;
      font-style: normal;
      font-stretch: condensed;
      line-height: normal;
      letter-spacing: 1.7px;
      text-align: center;
      color: #ffffff; }

.endereco {
  width: 100%;
  height: 588px; }
  .endereco .esq {
    width: 50%;
    height: 100%;
    float: left; }
    @media (max-width: 920px) {
      .endereco .esq {
        width: 100%;
        height: 300px;
        overflow: hidden; } }
  .endereco .dir {
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: url(images/dados_contato_bg.jpg) no-repeat top center; }
    @media (max-width: 920px) {
      .endereco .dir {
        width: 100%; } }
    .endereco .dir img {
      margin-bottom: 23px; }
    .endereco .dir .end {
      font-family: "roboto_condensedlight";
      font-size: 21.5px;
      font-weight: normal;
      font-style: normal;
      font-stretch: condensed;
      line-height: 1.77;
      letter-spacing: 2.2px;
      text-align: center;
      color: #ffffff;
      margin-bottom: 29px; }

.topo_paginas {
  width: 100%;
  height: 573px;
  float: left;
  margin-top: -220px;
  padding-top: 244px;
  box-sizing: border-box; }
  .topo_paginas.topo_sobre {
    background: url("images/sobre_bg.jpg") no-repeat center center; }
  .topo_paginas.topo_servicos {
    background: url("images/sobre_bg.jpg") no-repeat center center; }
  .topo_paginas.topo_blog {
    background: url("images/blog_bg.jpg") no-repeat top center; }
  .topo_paginas.topo_solucoes {
    background: url("images/solucoes_bg.jpg") no-repeat top center; }
  .topo_paginas h3 {
    font-family: "alex_brushregular";
    font-size: 80px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fefeff; }
    @media (max-width: 1024px) {
      .topo_paginas h3 {
        font-size: 40px; } }
    .topo_paginas h3 span {
      font-family: "Gill Sans MT";
      font-size: 120px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -6px;
      text-align: center;
      color: #ffffff;
      text-transform: uppercase; }
      @media (max-width: 1024px) {
        .topo_paginas h3 span {
          font-size: 60px; } }

.sobre {
  width: 100%;
  float: left;
  margin-top: 75px; }
  .sobre .esq {
    width: 50%;
    float: left; }
    @media (max-width: 1024px) {
      .sobre .esq {
        width: 100%; } }
    .sobre .esq img {
      width: 100%;
      object-fit: cover; }
  .sobre .dir {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 33px; }
    @media (max-width: 1024px) {
      .sobre .dir {
        width: 100%;
        padding-left: 10px; } }
    .sobre .dir h4 {
      font-family: "alex_brushregular";
      font-weight: normal;
      font-size: 52.5px;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -2.6px;
      text-align: left;
      color: #384777; }
      @media (max-width: 1024px) {
        .sobre .dir h4 {
          text-align: center; } }
      .sobre .dir h4 span {
        font-family: "Gill Sans MT";
        font-weight: bold;
        text-transform: uppercase; }
    .sobre .dir p {
      width: 80%;
      font-family: "roboto_condensedlight";
      font-size: 18px;
      font-weight: 300;
      font-style: normal;
      font-stretch: condensed;
      line-height: 2;
      letter-spacing: normal;
      text-align: left;
      color: #464646; }
      @media (max-width: 1024px) {
        .sobre .dir p {
          text-align: center;
          width: 100%; } }

.infos_sobre {
  width: 80%;
  float: left;
  margin-left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 30px 21px 0 rgba(24, 24, 24, 0.32);
  background-color: #ededed;
  border-top: 10px solid #384777;
  margin-top: 25px;
  box-sizing: border-box;
  padding-top: 66px;
  padding-bottom: 66px;
  transition: all 200ms; }
  .infos_sobre .fundo_bolas {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center; }
  .infos_sobre .bola {
    width: 101px;
    height: 101px;
    background-color: transparent;
    border: 2px solid #384777;
    border-radius: 50%;
    margin-right: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Gill Sans MT";
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    text-align: center;
    color: #384777;
    transition: all 200ms;
    text-transform: uppercase;
    cursor: pointer; }
    @media (max-width: 1024px) {
      .infos_sobre .bola {
        margin-right: 0;
        border: 0; } }
    .infos_sobre .bola:hover {
      color: #FFF;
      background: #384777; }
    .infos_sobre .bola.active {
      color: #FFF;
      background: #384777; }
    .infos_sobre .bola:last-of-type {
      margin-right: 0px; }
  .infos_sobre .textos {
    width: 90%;
    float: left;
    margin-left: 50%;
    transform: translateX(-50%);
    font-family: "roboto_condensedlight";
    margin-top: 88px;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: condensed;
    line-height: 2.67;
    letter-spacing: normal;
    text-align: center;
    color: #464646; }
    .infos_sobre .textos div {
      display: none; }

.confira-solucoes {
  width: 100%;
  height: 699px;
  float: left;
  margin-top: -170px;
  background: url("images/conheca_solucoes.jpg") no-repeat top center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .confira-solucoes h4 {
    font-family: "alex_brushregular";
    font-size: 52.5px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -2.6px;
    text-align: center;
    color: #ffffff; }
    .confira-solucoes h4 span {
      font-family: "Gill Sans MT";
      font-size: 52.5px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -2.6px;
      text-align: left;
      color: #ffffff; }
  .confira-solucoes a {
    width: 200px;
    height: 64px;
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "roboto_condensedlight";
    font-size: 15.5px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: 1.6px;
    text-align: center;
    text-decoration: none;
    color: #384777;
    margin-top: 20px;
    transition: all 200ms; }
    .confira-solucoes a:hover {
      background: #384777;
      color: #FFF; }

.produtos {
  width: 100%;
  float: left; }
  .produtos .menu_lateral {
    width: 23%;
    float: left;
    margin-top: 61px; }
    @media (max-width: 1450px) {
      .produtos .menu_lateral {
        width: 30%; } }
    @media (max-width: 1080px) {
      .produtos .menu_lateral {
        width: 100%;
        margin-top: 30px; } }
    .produtos .menu_lateral ul {
      list-style: none; }
      .produtos .menu_lateral ul li {
        display: inline-block;
        width: 100%;
        float: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 10px;
        border-bottom: 1px solid #b5b5b5; }
        .produtos .menu_lateral ul li li {
          border: none; }
        @media (max-width: 1080px) {
          .produtos .menu_lateral ul li {
            justify-content: center; } }
        .produtos .menu_lateral ul li a {
          height: 140px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-right: 10px;
          text-decoration: none; }
          .produtos .menu_lateral ul li a.link_pai {
            font-family: "Gill Sans MT";
            font-size: 20px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 3.28;
            letter-spacing: normal;
            text-align: left;
            color: #242f67;
            text-transform: uppercase; }
          .produtos .menu_lateral ul li a img {
            margin-right: 10px;
            width: 137px; }
        .produtos .menu_lateral ul li .more {
          cursor: pointer;
          color: #FFF;
          font-family: "Gill Sans MT";
          width: 25px;
          height: 25px;
          border-radius: 5px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #242f67; }
        .produtos .menu_lateral ul li .sub-menu {
          display: none;
          width: calc(100% - 140px);
          margin-left: 140px; }
          .produtos .menu_lateral ul li .sub-menu .sub-menu {
            margin-left: 30px;
            display: none;
            width: calc(100% - 30px); }
          .produtos .menu_lateral ul li .sub-menu a {
            height: 38px;
            font-family: "Gill Sans MT";
            box-sizing: border-box;
            font-size: 16px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            line-height: 2.5;
            letter-spacing: normal;
            text-align: left;
            color: #242f67;
            transition: all 200ms;
            text-transform: uppercase; }
          .produtos .menu_lateral ul li .sub-menu .sub-menu a {
            font-family: "roboto_condensedlight";
            text-transform: uppercase; }
  .produtos .dir {
    width: 70%;
    float: right; }
    @media (max-width: 1450px) {
      .produtos .dir {
        width: 70%; } }
    @media (max-width: 1080px) {
      .produtos .dir {
        width: 100%; } }
    .produtos .dir .fundo_produtos {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-top: 50px;
      flex-wrap: wrap;
      float: left;
      flex-flow: row wrap;
      margin-bottom: 130px; }
      .produtos .dir .fundo_produtos:after {
        content: "";
        width: 30%; }
      .produtos .dir .fundo_produtos .box_item {
        width: 30%;
        margin-bottom: 30px;
        display: block;
        text-decoration: none; }
        @media (max-width: 1080px) {
          .produtos .dir .fundo_produtos .box_item {
            width: 100%; } }
        .produtos .dir .fundo_produtos .box_item .foto {
          width: 100%;
          height: 300px;
          text-align: center; }
          .produtos .dir .fundo_produtos .box_item .foto img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .produtos .dir .fundo_produtos .box_item .titulo {
          font-family: "Gill Sans MT";
          font-size: 20px;
          text-align: center;
          color: #243a67; }
        .produtos .dir .fundo_produtos .box_item .saiba_mais {
          display: flex;
          transition: all 200ms;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          text-transform: uppercase;
          width: 143px;
          float: left;
          margin-left: 50%;
          transform: translateX(-50%);
          margin-top: 30px;
          height: 37px;
          border-radius: 8px;
          border: 2px solid #243a67;
          font-family: "Gill Sans MT";
          font-size: 15.5px;
          font-weight: bold;
          font-style: normal;
          font-stretch: condensed;
          line-height: normal;
          letter-spacing: 1.6px;
          text-align: center;
          color: #243a67;
          transition: all 200ms; }
          .produtos .dir .fundo_produtos .box_item .saiba_mais:hover {
            background: #243a67;
            color: #FFF; }
  .produtos .titulo_categoria {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box; }
    .produtos .titulo_categoria ol {
      list-style: none;
      margin-bottom: 30px; }
      .produtos .titulo_categoria ol li {
        display: inline-block;
        padding-right: 10px;
        position: relative;
        color: #242f67; }
        .produtos .titulo_categoria ol li:not(:first-child) {
          padding-left: 10px; }
        .produtos .titulo_categoria ol li:last-of-type:after {
          display: none; }
        .produtos .titulo_categoria ol li:after {
          position: absolute;
          right: -5px;
          content: ">"; }
        .produtos .titulo_categoria ol li a {
          color: #242f67;
          font-family: "roboto_condensedlight"; }
    .produtos .titulo_categoria h1 {
      font-family: "Gill Sans MT";
      font-size: 30px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.6;
      letter-spacing: normal;
      text-align: left;
      text-transform: uppercase;
      color: #242f67; }

.servicos {
  width: 100%;
  float: left;
  margin-top: 100px; }
  .servicos .container {
    width: 90%; }
  .servicos h4 {
    font-family: "Gill Sans MT";
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #242f67;
    text-transform: uppercase;
    margin-bottom: 33px; }
  .servicos p {
    margin-bottom: 33px;
    font-family: "roboto_condensedlight";
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: condensed;
    line-height: 2.67;
    letter-spacing: normal;
    text-align: left;
    color: #464646; }
  .servicos .fundo_servicos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .servicos .fundo_servicos .item {
      width: 45%;
      margin-bottom: 30px; }
      @media (max-width: 1080px) {
        .servicos .fundo_servicos .item {
          width: 100%; } }
      .servicos .fundo_servicos .item img {
        width: 100%; }

.blog {
  width: 100%;
  float: left;
  background: #FFF;
  padding-top: 76px; }
  .blog .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .blog .container:after {
      content: "";
      width: 30%; }
    .blog .container .box_blog {
      width: 30%;
      margin-bottom: 100px;
      display: block;
      text-decoration: none; }
      @media (max-width: 1023px) {
        .blog .container .box_blog {
          width: 100%; } }
      .blog .container .box_blog .foto {
        width: 100%;
        height: 384px; }
        .blog .container .box_blog .foto img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .blog .container .box_blog .desc {
        width: 100%;
        background: #FFF;
        box-sizing: border-box;
        padding: 30px; }
        .blog .container .box_blog .desc .titulo {
          font-family: "roboto_condensedlight";
          font-size: 25px;
          font-weight: bold;
          font-style: normal;
          font-stretch: condensed;
          line-height: 1.44;
          letter-spacing: normal;
          text-align: left;
          color: #464646;
          text-transform: uppercase;
          margin-bottom: 36px; }
        .blog .container .box_blog .desc .resumo {
          font-family: "roboto_condensedlight";
          font-size: 18px;
          font-weight: 300;
          font-style: normal;
          font-stretch: condensed;
          line-height: 2;
          letter-spacing: normal;
          text-align: left;
          color: #464646; }
        .blog .container .box_blog .desc .leia_mais {
          width: 143px;
          height: 57px;
          border-radius: 8px;
          border: 2px solid #243a67;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: "roboto_condensedlight";
          font-size: 15.5px;
          font-weight: bold;
          font-style: normal;
          font-stretch: condensed;
          line-height: normal;
          letter-spacing: 1.6px;
          text-align: center;
          color: #243a67;
          text-decoration: none;
          margin-top: 37px; }
  .blog .navegacao {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 30px; }
    .blog .navegacao strong {
      font-family: "Gill Sans MT";
      color: #1667b9; }
    .blog .navegacao a {
      font-family: "Gill Sans MT";
      text-decoration: none;
      margin-left: 5px;
      margin-right: 5px;
      color: #3f3f3f; }

.produto_detalhe {
  width: 100%;
  float: left; }
  .produto_detalhe .container {
    width: 70%; }
    @media (max-width: 1600px) {
      .produto_detalhe .container {
        width: 80%; } }
    @media (max-width: 1080px) {
      .produto_detalhe .container {
        width: 95%; } }
  .produto_detalhe .breadcrumbs {
    width: 100%;
    height: 82px;
    float: left;
    display: flex;
    align-items: center; }
    .produto_detalhe .breadcrumbs .container {
      width: 60%; }
      @media (max-width: 1080px) {
        .produto_detalhe .breadcrumbs .container {
          width: 95%; } }
    .produto_detalhe .breadcrumbs ol {
      list-style: none; }
      .produto_detalhe .breadcrumbs ol li {
        display: inline-block;
        padding-right: 10px;
        position: relative;
        color: #4d4d4d;
        font-family: "Gill Sans MT"; }
        .produto_detalhe .breadcrumbs ol li:not(:first-child) {
          padding-left: 10px; }
        .produto_detalhe .breadcrumbs ol li:last-of-type:after {
          display: none; }
        .produto_detalhe .breadcrumbs ol li:after {
          position: absolute;
          right: -5px;
          content: ">"; }
        .produto_detalhe .breadcrumbs ol li a {
          color: #4d4d4d;
          font-family: "roboto_condensedlight"; }
  .produto_detalhe .esq {
    width: 40%;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 1080px) {
      .produto_detalhe .esq {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .produto_detalhe .esq .foto {
      width: 100%;
      height: 591px;
      padding: 83px;
      display: block;
      box-sizing: border-box;
      background: #FFF;
      box-shadow: -3.8px -3.3px 49px 0 rgba(24, 24, 24, 0.11); }
      @media (max-width: 1080px) {
        .produto_detalhe .esq .foto {
          height: auto; } }
      .produto_detalhe .esq .foto img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .produto_detalhe .esq .fotos-min {
      width: 100%;
      float: left;
      display: flex;
      justify-content: space-between;
      margin-top: 30px; }
      .produto_detalhe .esq .fotos-min a {
        display: block;
        width: 30%;
        height: 183px;
        box-sizing: border-box;
        padding: 20px;
        background: #FFF;
        box-shadow: -3.8px -3.3px 49px 0 rgba(24, 24, 24, 0.11); }
        .produto_detalhe .esq .fotos-min a img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
  .produto_detalhe .dir {
    width: 55%;
    float: right;
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (max-width: 1080px) {
      .produto_detalhe .dir {
        width: 100%;
        float: left;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .produto_detalhe .dir h1 {
      font-family: "Gill Sans MT";
      font-size: 35px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #4d4d4d;
      margin: 0; }
    .produto_detalhe .dir .descricao-produto {
      font-family: "roboto_condensedlight";
      font-size: 15px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.6;
      letter-spacing: normal;
      text-align: left;
      color: #4d4d4d;
      margin-top: 63px;
      margin-bottom: 23px; }
      .produto_detalhe .dir .descricao-produto table {
        max-width: 100% !important;
        width: 100% !important; }
      .produto_detalhe .dir .descricao-produto p {
        font-family: "roboto_condensedlight";
        font-size: 15px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.6;
        letter-spacing: normal;
        text-align: left;
        color: #4d4d4d; }
    .produto_detalhe .dir .ficha_tecnica {
      font-family: "Gill Sans MT";
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
      text-transform: uppercase;
      text-decoration: none;
      display: flex;
      width: 200px;
      align-items: center;
      justify-content: center;
      height: 58px;
      background-color: #920f33; }
      .produto_detalhe .dir .ficha_tecnica img {
        margin-right: 10px; }
      @media (max-width: 1080px) {
        .produto_detalhe .dir .ficha_tecnica {
          float: left;
          margin-left: 50%;
          transform: translateX(-50%); } }
    .produto_detalhe .dir .interesse {
      width: 344px;
      height: 64px;
      border-radius: 8px;
      border: solid 2px #243a67;
      background-color: #FFF;
      font-family: "roboto_condensedlight";
      font-size: 15.5px;
      font-weight: bold;
      font-style: normal;
      font-stretch: condensed;
      line-height: normal;
      letter-spacing: 1.6px;
      text-align: center;
      color: #243a67;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 200ms; }
      .produto_detalhe .dir .interesse:hover {
        background: #243a67;
        color: #FFF; }
        .produto_detalhe .dir .interesse:hover svg {
          fill: #FFF; }
      .produto_detalhe .dir .interesse.active {
        background: #243a67;
        color: #FFF; }
        .produto_detalhe .dir .interesse.active svg {
          transform: rotate(-90deg);
          fill: #FFF; }
      .produto_detalhe .dir .interesse svg {
        width: 14px;
        height: 14px;
        fill: #243a67;
        transform: rotate(90deg);
        transition: all 200ms;
        margin-left: 10px; }
    .produto_detalhe .dir form {
      display: none;
      width: 100%;
      float: left;
      margin-left: 50%;
      transform: translateX(-50%);
      transition: all 200ms;
      flex-wrap: wrap;
      margin-top: 30px; }
      .produto_detalhe .dir form.formActive {
        display: flex; }
      .produto_detalhe .dir form input[type="text"] {
        width: 100%;
        height: 50px;
        padding-left: 10px;
        font-family: "roboto_condensedlight";
        box-sizing: border-box;
        border: none;
        border-bottom: 1px solid #243a67;
        margin-bottom: 70px;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: condensed;
        line-height: normal;
        letter-spacing: 1px;
        text-align: left;
        color: #243a67; }
      .produto_detalhe .dir form textarea {
        width: 100%;
        height: 150px;
        padding-left: 10px;
        font-family: "roboto_condensedlight";
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: condensed;
        line-height: normal;
        letter-spacing: 1px;
        text-align: left;
        color: #243a67;
        box-sizing: border-box;
        border: none;
        border-bottom: 1px solid #243a67;
        margin-bottom: 70px; }
      .produto_detalhe .dir form input[type="submit"] {
        width: 215px;
        height: 69px;
        border-radius: 8px;
        background-color: #0f1531;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-family: "roboto_condensedlight";
        margin-left: 50%;
        float: left;
        transform: translateX(-50%);
        font-size: 16.5px;
        font-weight: bold;
        font-style: normal;
        font-stretch: condensed;
        line-height: normal;
        letter-spacing: 1.7px;
        text-align: center;
        color: #ffffff; }

.blog-detalhe {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding-top: 55px;
  background: #FFF; }
  .blog-detalhe .container {
    width: 58%; }
    @media (max-width: 1000px) {
      .blog-detalhe .container {
        width: 90%; } }
  .blog-detalhe h1 {
    font-family: "Gill Sans MT";
    text-align: center;
    font-size: 58px;
    margin-top: 0px;
    color: #666; }
  .blog-detalhe .foto {
    width: 100%;
    height: 647px; }
    .blog-detalhe .foto img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog-detalhe .data {
    text-align: center;
    width: 100%;
    font-family: "Gill Sans MT";
    font-size: 13px;
    margin-top: 20px;
    letter-spacing: 2px;
    margin-bottom: 20px; }
  .blog-detalhe .descricao {
    width: 90%;
    margin: 0 auto;
    font-family: "roboto_condensedlight";
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 30px; }
    .blog-detalhe .descricao p {
      font-family: "roboto_condensedlight";
      font-size: 15px;
      line-height: 30px;
      margin-bottom: 20px; }
      .blog-detalhe .descricao p img {
        margin-left: 50%;
        transform: translateX(-50%);
        float: left;
        max-width: 100%;
        object-fit: cover; }

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