@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* padronizar o width contando pelas bordas */

  -webkit-font-smoothing: subpixel-antialiased !important; /* renderizar melhor as fontes no chrome */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
select {
  cursor: pointer;
  text-indent: 1px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  display: block;
}
img {
  display: block;
}
a {
  display: block;
  text-decoration: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.transition {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.relative {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.aux-hidden-wow {
  visibility: hidden;
}
.none {
  display: none;
}
/** fim css reset **/

body {
  position: relative;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  background-color: #f6f6f6;
  font-size: 10px;
  color: #000;
}
button {
  font-family: "Open Sans", sans-serif;
}
input,
textarea {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}
.container {
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}

/** header **/
.header {
  padding: 20px 0;
}
.logo {
  display: table;
  margin: 0 auto;
}
.logo img {
  width: 160px;
}

@media (max-width: 992px) {
  .header {
    padding: 15px 0;
  }
  .logo img {
    width: 120px;
  }
}

/** Página de obrigado **/

.section-banner-typ {
  position: relative;
  width: 100%;
  height: 700px;
  background: url(https://image.news.cpetecnologia.com/lib/fe3011747364047c701373/m/1/4c688d2d-97a3-4c7a-91a9-4e0260290315.jpg)
    center no-repeat;
  background-size: cover;
}
.section-banner-typ h1 {
  font-size: 40px;
  line-height: 55px;
  max-width: 600px;
  font-weight: 700;
}
.content-banner-typ {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1366px) {
  .section-banner-typ {
    position: relative;
    width: 100%;
    height: 650px;
    background: url(https://image.news.cpetecnologia.com/lib/fe3011747364047c701373/m/1/4c688d2d-97a3-4c7a-91a9-4e0260290315.jpg)
      center no-repeat;
    background-size: cover;
  }
}

@media (max-width: 992px) {
  .section-banner-typ {
    position: relative;
    width: 100%;
    height: 380px;
    background: url(https://image.news.cpetecnologia.com/lib/fe3011747364047c701373/m/1/4c688d2d-97a3-4c7a-91a9-4e0260290315.jpg)
      center no-repeat;
    background-size: cover;
  }
  .section-banner-typ h1 {
    font-size: 30px;
    line-height: 40px;
    max-width: 600px;
    font-weight: 700;
  }
}

/** section-hero **/
.section-hero {
  position: relative;
  width: 100%;
  background: url(https://image.news.cpetecnologia.com/lib/fe3011747364047c701373/m/1/ca988660-e945-49ca-b427-a28494c3d6b2.jpg)
    center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.content-hero {
  display: flex;
  align-items: center;
  height: 100%;
}
.content-hero img {
  width: 100%;
  height: auto;
}
.btn-consultor { cursor: pointer; }

@media(max-width: 992px) {
  .section-hero {
    padding: 60px 0;
  }
}

/** section-locacao **/

.section-locacao {
  padding: 80px 0 0;
}

@media(max-width: 992px) {
  .section-locacao {
    padding: 60px 0 0;
  }
}

/** section-products **/

.section-products {
  padding: 100px 0;
}
.content-banner-solucoes {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 40px;
}
.content-banner-solucoes img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.content-products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-products a {
  width: 31%;
}
.content-products a img {
  width: 100%;
  height: auto;
}

@media(max-width: 992px) {
  .section-products {
    padding: 70px 0;
  }
}

@media(max-width: 600px) {
  .content-products a {
    width: 48%;
  }
}

/** section-banner-cursos **/

.section-banner-cursos {
  position: relative;
  width: 100%;
  height: 700px;
  background: url(https://image.news.cpetecnologia.com/lib/fe3011747364047c701373/m/1/f57a69b5-43cd-4e22-bacd-d2c5a1deca28.jpg)
    center no-repeat;
  background-size: cover;
}
.content-banner-cursos {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.title-banner-cursos-1 {
  width: 100%;
  max-width: 650px;
  margin-bottom: 40px;
}
.conteudo-banner-cursos-2 {
  width: 100%;
  max-width: 950px;
  height: auto;
}

@media (max-width: 1366px) {
  .section-banner-cursos {
    position: relative;
    width: 100%;
    height: 650px;
    background: url(https://image.news.cpetecnologia.com/lib/fe3011747364047c701373/m/1/a39fd231-3ded-4f38-9a87-db3cb31d327b.jpg)
      center no-repeat;
    background-size: cover;
  }
}

@media (max-width: 992px) {
  .section-banner-cursos {
    position: relative;
    width: 100%;
    height: 380px;
    background: url(https://image.news.cpetecnologia.com/lib/fe3011747364047c701373/m/1/72de6036-2ac7-400a-8107-a9a9a4318710.jpg)
      center no-repeat;
    background-size: cover;
  }
  .title-banner-cursos-1 {
    width: 100%;
    max-width: 800px;
    margin-bottom: 20px;
  }
}

/** section-cursos **/

.section-cursos {
  padding: 100px 0;
  background: #ffb300;
}
.section-cursos h2 {
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
.content-cursos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-cursos a {
  width: 23%;
  height: auto;
  padding: 15px 10px;
}
.content-cursos a img {
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .content-cursos {
    padding: 0 20px;
  }
  .content-cursos a {
    width: 32%;
  }
  .section-cursos {
    padding: 70px 0;
  }
  .section-cursos h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (max-width: 550px) {
  .content-cursos a {
    width: 48%;
  }
}

/** section-form **/

.section-form {
  padding: 80px 0;
  background: #000;
}
.content-form h2 {
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  font-weight: 700;
  max-width: 700px;
  margin: 0 auto;
  color: #ffffff;
}
.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 35px auto 0;
}
.form label {
  width: 100%;
  color: #fff;
  font-size: 16px;
}
.form input,
.form select {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0 20px;
  background: #ffffff;
  border: 1px solid #000000;
  font-size: 16px;
  border-radius: 7px;
}
.form textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #000000;
  font-size: 16px;
  border-radius: 7px;
  resize: none;
}
.form select {
  cursor: pointer;
  text-indent: 1px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://image.news.cpetecnologia.com/lib/fe3011747364047c701373/m/1/8799053b-2891-407b-81c0-6bacbc2167e4.png)
    #fff 98% 50% no-repeat;
}
.form input::placeholder,
.form select::placeholder {
  color: #000000;
}
.background-img {
  opacity: 0.5 !important;
  pointer-events: none;
}
.button-submit {
  margin: 15px auto 0;
  width: 260px;
  height: 55px;
  border: 1px solid #ffd000;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  background: #ffd000;
  color: #000;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 10px;
}
.button-submit:hover {
  opacity: .8;
}

@media (max-width: 992px) {
  .section-form {
    padding: 50px 0;
  }
  .form input,
  .form select {
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .button-submit {
    height: 50px;
    font-size: 16px;
  }
  .section-form h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .form label {
    font-size: 14px;
  }
}

/** section-banner4 **/
.section-banner4 {
  position: relative;
  width: 100%;
  height: 700px;
  background: url(https://image.news.cpetecnologia.com/lib/fe3011747364047c701373/m/1/7387ad94-9c3a-4cfa-a64f-76bcbadcf91a.jpg)
    center no-repeat;
  background-size: cover;
}
.section-banner4 .container {
  max-width: 900px;
}
.content-banner-04 {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.content-banner-04 img {
  width: 100%;
  height: auto;
}

@media (max-width: 1366px) {
  .section-banner4 {
    position: relative;
    width: 100%;
    height: 650px;
    background: url(https://image.news.cpetecnologia.com/lib/fe3011747364047c701373/m/1/5f771889-5a07-4241-baa2-28afc3042057.jpg)
      center no-repeat;
    background-size: cover;
  }
  .content-banner-04 img {
    width: 100%;
    height: auto;
    max-height: 550px;
  }
}

@media (max-width: 992px) {
  .section-banner4 {
    position: relative;
    width: 100%;
    height: 420px;
    background: url(https://image.news.cpetecnologia.com/lib/fe3011747364047c701373/m/1/ccad11a2-4db5-4849-9f73-59e812918713.jpg)
      center no-repeat;
    background-size: cover;
  }
  .content-banner-04 {
    justify-content: center;
  }
  .content-banner-04 img {
    width: 100%;
    height: auto;
    max-height: 350px;
  }
}

/** section-experience **/
.section-experience {
  position: relative;
  width: 100%;
  max-width: 1366px;
  height: 700px;
  background: url(https://image.news.cpetecnologia.com/lib/fe3011747364047c701373/m/1/90c08234-7036-4c1e-a41f-088b4a4b3181.jpg)
    center top no-repeat;
  background-size: cover;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 50px;
}

@media (max-width: 1366px) {
  .section-experience {
    position: relative;
    width: 100%;
    height: 650px;
    background: url(https://image.news.cpetecnologia.com/lib/fe3011747364047c701373/m/1/ccd18994-e9be-4cc0-ac7b-0f38ccda8f09.jpg)
      center top no-repeat;
    background-size: cover;
  }
}

@media (max-width: 992px) {
  .section-experience {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 300px;
    background: url(https://image.news.cpetecnologia.com/lib/fe3011747364047c701373/m/1/369d9862-5cad-41fe-8f79-9aada1e6254c.jpg)
      center top no-repeat;
    background-size: contain;
  }
}

/** footer **/
.footer {
  padding: 80px 0 60px;
}
.media-footer {
  max-width: 220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.media-footer a {
  width: 22%;
  transition: 0.3s;
}
.media-footer a:hover {
  opacity: 0.8;
}
.media-footer a img {
  width: 100%;
  height: auto;
}
.content-footer {
  border-top: 2px solid #000;
  padding-top: 40px;
  text-align: center;
}
.content-footer p {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #000;
  opacity: 0.4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 30px;
}
.link-site-footer {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  padding-top: 30px;
  transition: 0.3s;
}
.link-site-footer:hover {
  opacity: 0.8;
}
.tel-site-footer {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  transition: 0.3s;
  font-weight: 800;
}
.tel-site-footer:hover {
  opacity: 0.8;
}

@media (max-width: 1100px) {
  .footer {
    padding: 70px 0 50px;
  }
  .media-footer {
    max-width: 180px;
  }
  .link-site-footer {
    font-size: 18px;
    line-height: 26px;
    padding-top: 20px;
  }
  .tel-site-footer {
    font-size: 25px;
    line-height: 35px;
  }
  .content-footer p {
    font-size: 18px;
    line-height: 25px;
  }
}
