/* _/|-( Base )-|\_ */
/*
* Vars
*/
/* Colors */
/* Fonts */
/* Elements */
/* mais 20px por conta do padding */
*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
ol {
  padding-left: 0;
}
input {
  border: 0;
}
/* /////////////////////////////////////////////////////////////////////////////
//   # Base
//
///////////////////////////////////////////////////////////////////////////// */
* {
  outline-color: #1649a4;
  font-family: 'gotham-light', sans-serif;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  background: #ffffff;
  font-family: 'gotham-light', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: 62.5%;
}
a {
  text-decoration: none;
  color: #1649a4;
}
video {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
ol {
  list-style-type: decimal;
}
@media (max-width: 800px) {
  /* Placeholder */
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A0A0A0;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #A0A0A0;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #A0A0A0;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #A0A0A0;
  }
}
@media (min-width: 801px) {
  /* Placeholder */
  ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909090;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    color: #909090;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    color: #909090;
  }
  :-moz-placeholder {
    /* Firefox 18- */
    color: #909090;
  }
}
/*/////////////////////////////////////////////////////////////////////////////
// # Helpers
/////////////////////////////////////////////////////////////////////////////*/
/* ## General use container
/////////////////////////////////////////////////////////////////////////////*/
.container {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
.container-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* /////////////////////////////////////////////////////////////////////////////
//   # Fonts - Font-face
//
///////////////////////////////////////////////////////////////////////////// */
/* Gotham Fonts */
@font-face {
  font-family: 'gotham-light';
  src: url('gotham-light.eot');
  src: url('gotham-light.eot?#iefix') format('embedded-opentype'), url('gotham-light.woff2') format('woff2'), url('gotham-light.woff') format('woff'), url('gotham-light.ttf') format('truetype'), url('gotham-light.svg#gotham-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham-book';
  src: url('gotham-book.eot');
  src: url('gotham-book.eot?#iefix') format('embedded-opentype'), url('gotham-book.woff2') format('woff2'), url('gotham-book.woff') format('woff'), url('gotham-book.ttf') format('truetype'), url('gotham-book.svg#gotham-book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham-black';
  src: url('gltham-black.eot');
  src: url('gotham-black.eot?#iefix') format('embedded-opentype'), url('gotham-black.woff2') format('woff2'), url('gotham-black.woff') format('woff'), url('gotham-black.ttf') format('truetype'), url('gotham-black.svg#gotham-black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham-ultra';
  src: url('gltham-ultra.eot');
  src: url('gotham-ultra.eot?#iefix') format('embedded-opentype'), url('gotham-ultra.woff') format('woff'), url('gotham-ultra.ttf') format('truetype'), url('gotham-ultra.ttf') format('truetype'), url('gotham-ultra.svg#gotham-black') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ////////////////////////////////////////////////////////////////////////////
//  # Type
//    Don't forget to style all your h's
//////////////////////////////////////////////////////////////////////////// */
div,
p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #303030;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #1649a4;
  line-height: 1.1;
  text-align: center;
  font-family: 'gotham-light', sans-serif;
  font-weight: normal;
  margin: 30px 0;
  margin: 3rem 0;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-family: 'gotham-black', sans-serif;
  width: 100%;
  clear: both;
  display: block;
  font-style: normal;
}
h1 {
  text-transform: uppercase;
}
@media (max-width: 600px) {
  h1 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
  h1 em {
    font-size: 40px;
    font-size: 4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
@media (min-width: 601px) {
  h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 60px;
    line-height: 6rem;
  }
  h1 em {
    font-size: 80px;
    font-size: 8rem;
    line-height: 80px;
    line-height: 8rem;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
  h2 em {
    font-size: 40px;
    font-size: 4rem;
    line-height: 45px;
    line-height: 4.5rem;
  }
}
@media (min-width: 601px) {
  h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 40px;
    line-height: 4rem;
  }
  h2 em {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 60px;
    line-height: 6rem;
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
    line-height: 3rem;
  }
  h3 em {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
@media (min-width: 601px) {
  h3 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 40px;
    line-height: 4rem;
  }
  h3 em {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
@media (max-width: 600px) {
  h4,
  h5,
  h6 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
  h4 em,
  h5 em,
  h6 em {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
@media (min-width: 601px) {
  h4,
  h5,
  h6 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
    line-height: 3rem;
  }
  h4 em,
  h5 em,
  h6 em {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
/* /////////////////////////////////////////////////////////////////////////////
//   # Buttons
//
///////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////
//   # Menu
//
///////////////////////////////////////////////////////////////////////////// */
.container-header {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 1460px;
}
.container-header::after {
  content: "";
  display: table;
  clear: both;
}
.logo-contech-topo {
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  z-index: 3;
  position: relative;
}
@media (min-width: 1025px) {
  .logo-contech-topo {
    padding: 25px 40px 24px 20px;
    width: 30%;
    background: white;
    transform-origin: right bottom;
    transform: skewX(-30deg);
    margin-bottom: -20px;
    margin-left: -20px;
  }
  .logo-contech-topo img {
    vertical-align: bottom;
    transform: skewX(30deg);
  }
}
.link-area-restrita {
  font-family: 'gotham-book', sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding: 25px 40px;
  text-transform: uppercase;
  text-align: center;
  visibility: hidden;
}
@media (min-width: 1025px) {
  .link-area-restrita {
    background: #1649a4;
    transform: skewX(-30deg);
    width: 25%;
    max-width: 25%;
  }
}
.texto-link-area-restrita {
  display: block;
  font-family: 'gotham-book', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
}
@media (min-width: 1025px) {
  .texto-link-area-restrita {
    color: #ffffff;
    transform: skewX(30deg);
  }
}
.menu {
  min-height: 47px;
}
.header .menu {
  display: inline-block;
  text-align: center;
}
@media (max-width: 1024px) {
  .header .menu {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .header .menu {
    width: 44%;
    max-width: 44%;
  }
}
.page_item {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  color: #1649a4;
  font-family: 'gotham-book', sans-serif;
}
.page_item a {
  color: #1649a4;
  font-family: 'gotham-book', sans-serif;
}
@media (max-width: 1280px) {
  .page_item a {
    padding: 28px 15px;
  }
}
@media (min-width: 1281px) {
  .page_item a {
    padding: 28px 30px;
  }
}
@media (min-width: 1025px) {
  .icon-menu-mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* Prevent Scroll on body */
  .no-scroll {
    overflow: hidden;
  }
  .icon-nav {
    cursor: pointer;
    border: 10px solid transparent;
    border: 1rem solid transparent;
    box-sizing: content-box;
  }
  .icon-nav line {
    transition: all .4s ease;
    stroke: #ffffff;
    stroke-width: 2px;
  }
  .icon-nav .line-middle-1,
  .icon-nav .line-middle-2 {
    transform-origin: center center;
  }
  .menu-mobile-text {
    display: inline-block;
    vertical-align: top;
    color: white;
    font-size: 16px;
    margin: 22px -18px 0 0;
  }
  .icon-nav-wrap {
    z-index: 23;
    position: absolute;
    top: 0;
    right: 0;
  }
  .show-menu .line-top,
  .show-menu .line-bottom {
    opacity: 0;
  }
  .show-menu .line-middle-1 {
    transform: rotate(45deg);
    stroke: #1649a4;
  }
  .show-menu .line-middle-2 {
    transform: rotate(-45deg);
    stroke: #1649a4;
  }
  .header {
    transition: transform ease-in 0.3s, opacity ease-in 0.3s;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    background: #ffffff;
  }
  .header a,
  .header li {
    width: 100%;
    padding: 5% 0%;
  }
  .header .container-header {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .show-menu .header {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 5;
    opacity: 1;
  }
}
/* close @media (max-width: 1024px) */
@media (max-width: 350px) {
  .menu-mobile-text {
    display: none;
  }
}
/* /////////////////////////////////////////////////////////////////////////////
//   # Rodape
//
///////////////////////////////////////////////////////////////////////////// */
.rodape {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 50px;
  text-align: center;
}
.rodape .container {
  z-index: 2;
}
.rodape a {
  line-height: 50px;
}
@media (max-width: 320px) {
  .rodape a {
    clear: both;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .rodape .page_item {
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 800px) {
  .rodape {
    padding: 120px 0 30px 0;
  }
}
@media (min-width: 801px) and (max-width: 1024px) {
  .rodape {
    padding: 280px 0 60px 0;
  }
}
@media (min-width: 1025px) {
  .rodape {
    padding: 280px 0 120px 0;
  }
}
.azul-rodape {
  position: absolute;
  bottom: 0;
  background: #1649a4;
  width: 1000px;
  height: 500px;
  transform-origin: right top;
}
@media (max-width: 400px) {
  .azul-rodape {
    transform: translateX(-100%) translateY(265px) rotateZ(22deg) skewY(-15deg);
  }
}
@media (min-width: 401px) and (max-width: 800px) {
  .azul-rodape {
    transform: translateX(-100%) translateY(260px) rotateZ(22deg) skewY(-15deg);
  }
}
@media (max-width: 800px) {
  .azul-rodape {
    left: 70%;
  }
}
@media (min-width: 801px) {
  .azul-rodape {
    left: 50%;
    transform: translateX(-100%) translateY(260px) rotateZ(24deg) skewY(-15deg);
  }
}
.cinza-rodape {
  position: absolute;
  bottom: 0;
  background: #eeeeee;
  width: 1000px;
  height: 750px;
  transform-origin: left top;
}
@media (max-width: 400px) {
  .cinza-rodape {
    left: 60%;
  }
}
@media (min-width: 401px) and (max-width: 800px) {
  .cinza-rodape {
    left: 70%;
  }
}
@media (max-width: 800px) {
  .cinza-rodape {
    transform: translateX(0) translateY(510px) rotateZ(22deg) skewY(-47deg);
  }
}
@media (min-width: 801px) {
  .cinza-rodape {
    left: 50%;
    transform: translateX(0) translateY(510px) rotateZ(37deg) skewY(-47deg);
  }
}
.rodape-esquerda {
  float: left;
}
@media (max-width: 650px) {
  .rodape-esquerda {
    width: 45%;
    text-align: left;
  }
}
@media (min-width: 651px) and (max-width: 800px) {
  .rodape-esquerda {
    width: 30%;
  }
}
@media (min-width: 801px) {
  .rodape-esquerda {
    width: 45%;
  }
}
.rodape-direita {
  float: right;
  width: 55%;
}
@media (max-width: 1024px) {
  .logo-contech-rodape {
    clear: both;
    display: block;
    margin-bottom: 20px;
  }
}
.link-social {
  display: inline-block;
  padding: 5px 0px 5px 40px;
  vertical-align: middle;
  visibility: hidden;
}
/* /////////////////////////////////////////////////////////////////////////////
//   # Contato
//
///////////////////////////////////////////////////////////////////////////// */
.site-main {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.site-main::after {
  content: "";
  display: table;
  clear: both;
}
.topo-pagina {
  float: left;
  width: 100%;
  margin-top: -1px;
  background: url(../img/bg-titulo-pagina.png) no-repeat center bottom;
}
@media (max-width: 450px) {
  .topo-pagina {
    min-height: 250px;
  }
}
@media (min-width: 351px) and (max-width: 750px) {
  .topo-pagina {
    min-height: 350px;
  }
}
@media (min-width: 751px) {
  .topo-pagina {
    min-height: 500px;
  }
}
.titulo-pagina {
  color: #ffffff;
  font-family: 'gotham-black', sans-serif;
}
@media (max-width: 750px) {
  .titulo-pagina {
    margin-top: 50px;
  }
}
@media (min-width: 751px) {
  .titulo-pagina {
    margin-top: 200px;
  }
}
.imagem-pagina {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: -225px auto 40px auto;
  padding: 0 2%;
}
/* /////////////////////////////////////////////////////////////////////////////
//   # Home
//
///////////////////////////////////////////////////////////////////////////// */
.apresentacao-contech {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 1440px;
  padding: 0;
}
.apresentacao-contech::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .apresentacao-contech {
    overflow: hidden;
  }
}
.banner-home {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 1440px;
  padding: 0;
}
.banner-home::after {
  content: "";
  display: table;
  clear: both;
}
.objetivos-contech {
  font-family: 'gotham-ultra', sans-serif;
  margin: 50px 5% 50px 0;
  margin: 5rem 5% 5rem 0;
}
@media (max-width: 1024px) {
  .objetivos-contech {
    font-size: 40px;
    font-size: 4rem;
    line-height: 42px;
    line-height: 4.2rem;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .objetivos-contech {
    font-size: 70px;
    font-size: 7rem;
    line-height: 70px;
    line-height: 7rem;
    text-align: right;
  }
}
.objetivo-contech {
  font-family: 'gotham-ultra', sans-serif;
  display: block;
  width: 100%;
  clear: both;
}
@media (max-width: 1024px) {
  .escavadeira-contech-home {
    display: none;
  }
}
@media (min-width: 1025px) {
  .escavadeira-contech-home {
    width: 100%;
    padding: 32.709% 0;
    position: relative;
    z-index: 1;
    background: url(../img/escavadeira-contech-engenharia.png) no-repeat right center;
    background-size: contain;
  }
}
@media (max-width: 1300px) {
  .escavadeira-contech-home {
    margin: 0;
  }
}
@media (min-width: 1301px) {
  .escavadeira-contech-home {
    margin: -130px 0 0 0;
  }
}
.azul-apresentacao-contech {
  background: #1649a4;
}
@media (min-width: 1025px) {
  .azul-apresentacao-contech {
    position: absolute;
    left: 0;
    z-index: 0;
    transform-origin: left top;
    padding: 20% 0;
    width: 70%;
    transform: skewY(15deg);
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .azul-apresentacao-contech {
    top: 220px;
  }
}
@media (min-width: 1301px) {
  .azul-apresentacao-contech {
    top: 120px;
  }
}
.artigo-apresentacao-contech {
  color: #ffffff;
  z-index: 2;
}
@media (max-width: 1024px) {
  .artigo-apresentacao-contech {
    background: #1649a4;
    width: 100%;
    padding: 5% 10% 0% 10%;
    margin: 150px auto;
    position: relative;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .artigo-apresentacao-contech {
    text-align: left;
    width: 30%;
    min-width: 420px;
    position: absolute;
    left: 5%;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .artigo-apresentacao-contech {
    top: 340px;
  }
}
@media (min-width: 1301px) {
  .artigo-apresentacao-contech {
    top: 300px;
  }
}
.titulo-apresentacao-contech {
  color: #ffffff;
  font-family: 'gotham-black', sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 38px;
  line-height: 3.8rem;
  margin: 0;
}
@media (min-width: 1025px) {
  .titulo-apresentacao-contech {
    text-align: left;
  }
}
.texto-apresentacao-contech {
  color: #ffffff;
  margin: 10px 0;
}
@media (min-width: 1025px) {
  .texto-apresentacao-contech {
    text-align: left;
  }
}
.link-confira {
  color: #ffffff;
  display: inline-block;
  margin: 20px 0;
  border: 2px solid #ffffff;
  padding: 10px 50px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 1024px) {
  .conteudo-apresentacao-contech {
    position: relative;
    z-index: 1;
  }
  .detalhe-topo-esquerda,
  .detalhe-topo-direita,
  .detalhe-baixo-esquerda,
  .detalhe-baixo-direita {
    background: #1649a4;
    position: absolute;
  }
  .detalhe-topo-esquerda {
    left: 0;
    top: 0;
    width: 65%;
    padding: 5% 0;
    transform: translateY(-99%) skewY(9deg);
    transform-origin: left top;
  }
  .detalhe-topo-direita {
    right: 0;
    top: 0;
    width: 45%;
    padding: 5% 0;
    transform: translateY(-99%) skewY(-12deg);
    transform-origin: right top;
  }
  .detalhe-baixo-esquerda {
    left: 0;
    bottom: 0;
    width: 40%;
    padding: 5% 0;
    transform: translateY(98%) skewY(12deg);
    transform-origin: right bottom;
  }
  .detalhe-baixo-direita {
    right: 0;
    bottom: 0;
    width: 60%;
    padding: 5% 0;
    transform: translateY(98%) skewY(-9deg);
    transform-origin: left bottom;
  }
}
.titulo-solucoes-contech {
  text-transform: none;
}
.solucoes-apresentacao-contech {
  text-align: center;
}
.link-saiba-mais-solucoes {
  color: #1649a4;
  display: inline-block;
  margin: 20px 0;
  border: 2px solid #1649a4;
  padding: 10px 40px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 18px;
}
/* /////////////////////////////////////////////////////////////////////////////
//   # Quem Somos
//
///////////////////////////////////////////////////////////////////////////// */
.main-quem-somos {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.main-quem-somos::after {
  content: "";
  display: table;
  clear: both;
}
.solucoes-quem-somos-contech {
  text-align: center;
}
.conteudo-quem-somos {
  max-width: 1020px;
  margin: 60px auto;
  padding: 0 10px;
  padding: 0 1rem;
}
@media (min-width: 751px) {
  .conteudo-quem-somos {
    column-count: 2;
    column-gap: 80px;
  }
}
.conteudo-quem-somos p {
  margin: 0 0 30px 0;
  line-height: 28px;
}
.titulo-conteudo-quem-somos {
  text-transform: none;
  padding: 0 10px;
  padding: 0 1rem;
}
.crescimento-contech {
  background: #1649a4 url(../img/bg-historico-contech.jpg) center center no-repeat;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 120px auto;
  overflow: hidden;
}
.tabela-crescimento-contech {
  width: 100%;
  visibility: hidden;
}
@media (max-width: 750px) {
  .tabela-crescimento-contech {
    vertical-align: middle;
    text-align: center;
    padding: 10% 2%;
  }
}
@media (min-width: 751px) {
  .tabela-crescimento-contech {
    display: table;
    height: 458px;
  }
}
.item-crescimento {
  vertical-align: middle;
  color: #ffffff;
}
@media (max-width: 750px) {
  .item-crescimento {
    width: 48%;
    display: inline-block;
    margin: 2.5% 0;
  }
}
@media (min-width: 751px) {
  .item-crescimento {
    display: table-cell;
    height: 100%;
    width: 25%;
  }
}
.pre-valor,
.valor,
.pos-valor {
  display: block;
  width: 100%;
  color: #ffffff;
  max-width: 220px;
  margin: auto;
}
.pre-valor {
  font-family: 'gotham-ultra', sans-serif;
}
@media (max-width: 750px) {
  .pre-valor {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 751px) and (max-width: 1024px) {
  .pre-valor {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .pre-valor {
    font-size: 27px;
    line-height: 30px;
  }
}
.valor {
  font-family: 'gotham-black', sans-serif;
}
@media (max-width: 750px) {
  .valor {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 751px) and (max-width: 1024px) {
  .valor {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (min-width: 1025px) {
  .valor {
    font-size: 97px;
    line-height: 100px;
  }
}
.pos-valor {
  font-family: 'gotham-black', sans-serif;
}
@media (max-width: 750px) {
  .pos-valor {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 751px) and (max-width: 1024px) {
  .pos-valor {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (min-width: 1025px) {
  .pos-valor {
    font-size: 27px;
    line-height: 30px;
  }
}
/* /////////////////////////////////////////////////////////////////////////////
//   # Contato
//
///////////////////////////////////////////////////////////////////////////// */
.main-obras {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-align: center;
}
.main-obras::after {
  content: "";
  display: table;
  clear: both;
}
.titulo-obras {
  margin: 100px 0;
}
@media (max-width: 600px) {
  .enfase-titulo-obras {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
@media (min-width: 601px) {
  .enfase-titulo-obras {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
.nav-obras {
  margin: 60px auto 60px auto;
  display: block;
  width: 100%;
}
.nav-obras .page_item {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  border-radius: 25px;
  background: #ffffff;
}
.nav-obras .page_item a {
  padding: 15px 50px;
  display: block;
}
.nav-obras .current_page_item {
  background: #1649a4;
  color: #ffffff;
}
.nav-obras .current_page_item a {
  color: #ffffff;
}
/* /////////////////////////////////////////////////////////////////////////////
//   # Contato
//
///////////////////////////////////////////////////////////////////////////// */
.main-contato {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.main-contato::after {
  content: "";
  display: table;
  clear: both;
}
.main-contato .wpcf7 {
  max-width: 490px;
  margin: 20px auto;
  padding: 0 2%;
}
.main-contato label {
  text-indent: -9999px;
}
.main-contato label span {
  text-indent: unset;
}
.main-contato input[type="text"],
.main-contato input[type="email"],
.main-contato textarea {
  border: 2px solid #cacaca;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  outline: none;
  max-width: 100%;
}
.main-contato input[type="submit"] {
  background: #f73230;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 60px;
  color: #ffffff;
  margin: 30px auto;
  display: block;
  border-radius: 25px;
  max-width: 100%;
}
.titulo-telefones {
  font-family: 'gotham-black', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
  margin: 60px 0;
  margin: 6rem 0;
}
.mapa {
  position: relative;
  margin: 0 0 80px 0;
  width: 100%;
  clear: both;
  display: inline-block;
  overflow: hidden;
}
.box-info-endereco {
  background: #1649a4;
  color: #ffffff;
  padding: 40px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .box-info-endereco {
    text-align: center;
    margin: 80px 0 40px 0;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .box-info-endereco {
    position: absolute;
    right: 0;
    text-align: right;
    transform: translateY(-50%) skewX(15deg);
    transform-origin: left top;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .box-info-endereco {
    width: 450px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .box-info-endereco {
    top: 22%;
  }
}
@media (min-width: 1201px) {
  .box-info-endereco {
    height: 250px;
    min-width: 600px;
    top: 50%;
  }
}
.top-info-endereco {
  position: absolute;
  width: 100%;
}
@media (max-width: 1024px) {
  .top-info-endereco {
    background: #1649a4;
    padding: 5% 0;
    transform-origin: left bottom;
    transform: skewY(-3deg) translateY(-25%) translateX(0%);
    left: 0;
    top: 0;
  }
}
@media (min-width: 1025px) {
  .top-info-endereco {
    height: 0;
    left: -50px;
    top: 1px;
    border-top: 80px solid transparent;
    border-right: 600px solid #1649a4;
    transform: translateY(-120px);
  }
}
.bottom-info-endereco {
  position: absolute;
  width: 100%;
}
@media (max-width: 1024px) {
  .bottom-info-endereco {
    background: #1649a4;
    padding: 5% 0;
    transform-origin: left bottom;
    transform: skewY(3deg) translateY(45%) translateX(0%);
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .bottom-info-endereco {
    height: 0;
    left: 15px;
    bottom: 1px;
    border-bottom: 80px solid transparent;
    border-right: 550px solid #1649a4;
    transform: translateY(139px);
  }
}
.info-endereco {
  color: #ffffff;
}
@media (min-width: 1025px) {
  .info-endereco {
    position: relative;
    text-align: right;
    transform: skewX(-15deg);
    transform-origin: left top;
    z-index: 3;
  }
}
.info-endereco p {
  color: #ffffff;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 30px;
  line-height: 3rem;
}
@media (max-width: 1024px) {
  .info-endereco p {
    position: relative;
    z-index: 1;
  }
}
.titulo-endereco {
  font-family: 'gotham-black', sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 40px;
  line-height: 4rem;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .titulo-endereco {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1025px) {
  .titulo-endereco {
    text-align: right;
  }
}
.wpcf7-response-output,
.wpcf7-display-none,
.wpcf7-mail-sent-ok,
div.wpcf7-response-output,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  background: #1649a4;
  border-color: #1649a4;
  padding: 10px;
  color: white;
}
.main-contato .wpcf7-response-output,
.main-contato .wpcf7-display-none,
.main-contato .wpcf7-mail-sent-ok,
.main-contato div.wpcf7-response-output,
.main-contato .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  color: white;
}
.main-contato div.wpcf7 .ajax-loader {
  display: block;
  margin: auto;
}
.wpcf7-not-valid-tip {
  color: #f73230;
  font-size: 1.4rem;
  padding: 0 25px;
}
.wpcf7-mail-sent-ok {
  border: 1px solid #1649a4;
  color: #1649a4;
  padding: 10px;
}
/* _/|-( Third components )-|\_ */
