abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
input,
textarea,
button,
video {
  background: 0 0;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: inherit;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  max-width: 100%;
  width: 100%;
  background: var(--azul);
}

.correcao {
  clear: both;
}

:root {
  --cinza: #9a9a9a;
  --branco: #ffffff;
  --amarelo: #fcc404;
  --azul: #10273b;
}

* {
  box-sizing: border-box;
  font-family: "Exo 2", sans-serif;
}

.margin-auto {
  margin: auto;
}

.centro {
  position: relative;
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.footer {
  background: var(--cinza);
  color: var(--branco);
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  width: 100%;
}

.jung {
  display: inherit;
  height: 27px;
  top: 9px;
  position: relative;
  margin-left: 5px;
}

.slider-desktop {
  margin-top: -90px;
}

.slider-responsivo {
  display: none !important;
}

.centro-slide {
  position: relative;
  width: 1600px;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.z9 {
  position: absolute;
  right: 10%;
  margin-top: 400px;
  z-index: 9;
}

.centromouse {
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 325px;
}

.conheca {
  position: absolute;
  bottom: 100px;
  letter-spacing: 5px;
}

.logo-home {
  width: 555px;
}

.titulo b {
  color: var(--amarelo);
  font-weight: 700;
}

.mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid var(--branco);
  animation: intro 1s;
}

.scroll {
  display: block;
  width: 3px;
  height: 9px;
  margin: 6px auto;
  border-radius: 4px;
  background: var(--branco);
  animation: finger 1s infinite;
}

@keyframes intro {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.bg-peca {
  -webkit-border-radius: 70px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius: 70px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-radius: 70px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: var(--amarelo);
  width: 80%;
  margin: auto;
}

.titulo {
  color: var(--branco);
  font-size: 40px;
  font-weight: 300;
}

.txt {
  color: var(--branco);
  font-size: 18px;
}

.peca {
  width: 100%;
  transform: scale(1.3);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}

.btn-peca {
  color: var(--branco);
  background: var(--cinza);
  padding: 10px 25px;
  letter-spacing: 8.5px;
  font-size: 18px;
  border-radius: 11px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}

.btn-peca:hover {
  background: var(--amarelo);
  color: var(--azul);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}

.btn-peca:hover .peca,
.peca:hover {
  transform: scale(1.4);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}

.pad-100 {
  padding: 100px 0;
}

.float-area {
  position: fixed;
  width: 70px;
  height: 70px;
  right: 20px;
  bottom: 40px;
  border-radius: 50px;
  text-align: center;
  z-index: 100;
  transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.85;
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--amarelo);
  float: left;
  opacity: 0.68;
}

.float-area img {
  width: 40px;
  margin-top: 14px;
}

#contato {
  background: url(/assets/img/fale_conosco.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contato .btn-snd {
  background: var(--cinza);
  color: var(--branco);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  margin-top: 30px;
  text-align: center;
  padding: 10px 25px;
  letter-spacing: 8.5px;
  font-size: 18px;
  border-radius: 11px;
  width: 200px;
}

#contato .btn-snd:hover {
  background: var(--amarelo);
  color: var(--azul);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}

#contato .card-form-contato {
  width: 100%;
  position: relative;
}

#contato .card-form-contato .input100,
#contato .card-form-contato .innertextarea {
  width: 100%;
  position: relative;
  padding: 10px 10px;
  margin-top: 12px;
  background: transparent;
  border-bottom: 1px solid var(--branco);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: var(--branco);
  font-size: 16px;
}

#contato .input33 {
  width: 49%;
  margin-left: 1%;
  position: relative;
  float: left;
  padding: 10px 10px;
  margin-top: 12px;
  background: transparent;
  border-bottom: 1px solid var(--branco);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: var(--branco);
  font-size: 16px;
}

#contato .input33m0 {
  width: 50%;
  position: relative;
  float: left;
  padding: 10px 10px;
  margin-top: 12px;
  margin-left: 0;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid var(--branco);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: var(--branco);
}

#contato .card-form-contato textarea {
  height: 90%;
  width: 100%;
  padding: 15px 10px;
  resize: none;
  margin-top: 15px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid var(--branco);
  color: var(--branco);
  font-size: 16px;
}

#contato .card-form-contato .innerCard {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 6%;
  padding-bottom: 6%;
  position: relative;
}

#contato textarea::placeholder {
  color: var(--branco);
}

#contato input::placeholder {
  color: var(--branco);
}

#contato .card-form-contato {
  margin: 0 auto;
  width: 80%;
}

.rodape {
  background: var(--azul);
  padding: 100px 0;
}

.rodape .centro {
  width: 1300px;
}

.logo-footer {
  width: 250px;
}

.titulo-footer {
  color: var(--amarelo);
  font-size: 25px;
  font-weight: 400;
}

.link-footer {
  color: var(--branco);
  font-size: 16px;
  font-weight: 300;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}

.link-footer:hover {
  color: var(--amarelo);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}

.text-footer {
  color: var(--branco);
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0;
}

.icones-footer {
  width: 25px;
  height: 25px;
  margin: 10px 10px -8px 0px;
}

@media screen and (max-width: 1500px) {
  .z9 {
    right: 5%;
    margin-top: 300px;
  }
}

@media screen and (max-width: 1350px) {
  .slider-desktop {
    margin-top: 0;
  }
}

@media screen and (max-width: 1200px) {
  .logo-home {
    width: 430px;
  }

  .z9 {
    margin-top: 230px;
  }
}

@media screen and (max-width: 1000px) {
  .slider-desktop {
    display: none !important;
  }

  .slider-responsivo {
    display: block !important;
  }

  .z9 {
    right: 0;
    left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .logo-footer {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .row-reverse {
    flex-direction: column-reverse;
  }

  .bg-peca {
    margin-top: 50px;
  }

  #contato .input33 {
    width: 100%;
    margin-left: 0%;
  }

  #contato .input33m0 {
    width: 100%;
  }

  #contato .contato {
    padding: 50px 0 50px;
  }

  .logo-footer {
    width: 250px;
  }
}

@media screen and (max-width: 550px) {
  #contato .card-form-contato {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .btn-peca {
    letter-spacing: 5px;
  }

  .titulo {
    font-size: 30px;
  }

  .txt {
    font-size: 16px;
  }

  .logo-home {
    width: 90%;
  }

  .z9 {
    margin-top: 170px;
  }

  .conheca {
    letter-spacing: 3px;
  }

  .centromouse {
    width: 255px;
  }
}

@media (max-width: 400px) {
  #contato .card-form-contato {
    width: 100%;
  }
}
