@import url("reset.css");

body {
  background: #000;
  color: #fff;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  text-transform: uppercase;
}
.overwhelm {
  position: absolute;
  height: 0px;
  width: 100%;
  z-index: 100;
  top: 0px;
  display: block;
  background: url(../images/top_close.png);
}

.redes {
  background: url(../images/REDES.png);
  height: 212px;
  width: 84px;
  position: fixed;
  right: 185px;
  bottom: 0px;
}

/* =====Cookies down===== */
.cookieConsentContainer {
  z-index: 99999999;
  width: 350px;
  min-height: 20px;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background: #232323;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
}
.cookieConsentContainer .cookieTitle a {
  font-family: OpenSans, arial, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  display: block;
}
.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  font-family: OpenSans, arial, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}
.cookieConsentContainer .cookieDesc a {
  font-family: OpenSans, arial, sans-serif;
  color: #fff;
  text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
  display: inline-block;
  font-family: OpenSans, arial, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
  background: #000;
  box-sizing: border-box;
  padding: 15px 24px;
  text-align: center;
  transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: #3e9b67;
}
@media (max-width: 980px) {
  .cookieConsentContainer {
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}

/* =====Cookies above===== */

a {
  color: #fff;
  text-decoration: none;
}
.logo {
  background: url(../images/logo.png);
  height: 144px;
  width: 143px;
  position: fixed;
  z-index: 102;
  left: 20px;
  top: 20px;
  display: block;
  text-indent: -9999px;
}

img.ac_bgimage {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  opacity: 0.8;
  display: none;
}
.ac_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: transparent url(../images/pattern.png) repeat top left;
}
.ac_loading {
  position: fixed;
  top: 10px;
  right: 10px;
  background: #000 url(../images/loader.gif) no-repeat center center;
  width: 50px;
  height: 50px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 10px 10px;
  z-index: 999;
  opacity: 0.7;
  display: none;
}
.ac_content {
  position: fixed;
  height: 90px;
  width: 100%;
  top: 0px;
  left: 0px;
}
.ac_content h1 {
  background: transparent url(../images/bg_menu.png) repeat top left;
  display: block;
  float: left;
  width: 90px;
  height: 50px;
  padding: 20px;
  font-size: 36px;
  font-weight: bold;
  line-height: 20px;
  margin-right: 1px;
}
.ac_content h1 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.ac_menu {
  float: left;
  position: relative;
  height: 90px;
  width: 0px;
  background-color: transparent;
  background-repeat: repeat;
  background-position: left top;
}
.ac_menu > ul {
  float: right;
  background: url(../images/menu.png);
  padding: 0px 20px 0px 20px;
}

.ac_menu > ul > li {
  float: left;
  position: relative;
  height: 89px;
  overflow: hidden;
}
.ac_menu > ul > li a {
  margin-top: 0px;
  opacity: 0;
  display: block;
  height: 89px;
  padding: 0px 10px;
  text-align: center;
  line-height: 90px;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  color: #484848;
}
.ac_subitem {
  width: 800px;
  margin-top: 0px; /* animate to -200px */
  position: fixed;
  z-index: 109;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../images/fundo_corner.png);
  opacity: 0;
  overflow: auto;
  left: 0px;
  height: 0px;
  bottom: 0px;
}
.ac_subitem h2 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  padding: 40px 0px 0px 40px;
}
.ac_subitem ul {
  padding: 0px 40px;
}
.ac_subitem ul li {
  margin: 10px 0px;
  color: #333;
}
.ac_subitem ul li:first-child {
  font-size: 14px;
  text-transform: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #333;
  border-bottom: 1px solid #333;
}
.ac_subitem p {
  font-variant: normal;
  text-transform: none;
  color: #333;
  padding-right: 40px;
  padding-left: 40px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 700px;
  text-align: justify;
}
.ac_subitem p strong {
  color: #000;
}

span.ac_close {
  float: right;
  margin: 0px 50px 10px 10px;
  height: 20px;
  cursor: pointer;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  overflow: auto;
  color: #fff;
  z-index: 999;
  background-color: #333;
  text-align: center;
  width: 80px;
  padding-top: 20px;
}
span.ac_close:hover {
  opacity: 1;
}
.ac_footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 13px;
  opacity: 0.9;
  height: 20px;
  padding-bottom: 5px;
  color: #333;
  background-color: #fff;
  z-index: 108;
}
.ac_footer a {
  padding: 5px 10px;
  letter-spacing: 1px;

  color: #ddd;
  float: right;
}
.footer a:hover {
  color: #999;
}
.ac_footer a span {
  font-weight: bold;
}
.ac_footer a.ac_left {
  float: left;
  color: #333;
  font-size: 14px;
}

.ac_subitem p .link {
  color: #333;
  float: left;
  opacity: 1;
  font-size: 14px;
  margin: 0px 25px 0px 0px;
  padding: 0px;
  line-height: 14px;
  height: 20px;
  font-weight: normal;
  width: 150px;
}

.ac_subitem p .linkblog {
  color: #333;
  float: left;
  opacity: 1;
  font-size: 14px;
  margin: 0px 25px 0px 0px;
  padding: 0px;
  line-height: 14px;
  height: 20px;
  font-weight: normal;
  width: 150px;
}

.redes .twitter {
  clear: left;
  float: left;
  height: 55px;
  width: 84px;
  margin-top: 75px;
  display: block;
  text-indent: -9999px;
}

.redes .facebook {
  clear: left;
  float: left;
  height: 55px;
  width: 84px;
  display: block;
  text-indent: -9999px;
}

p .sub {
  font-size: 18px;
  width: 700px;
  clear: both;
  float: left;
  background: #ebebeb;
  margin-bottom: 5px;
  margin-top: 10px;
  height: 20px;
  position: relative;
  display: table;
}
.separador {
  height: 5px;
  width: 700px;
  border-top: 1px dashed #999;
  clear: both;
  float: left;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
}

.input_g {
  height: 15px;
  color: #000;
  float: left;
  width: 190px;
}
#contato label {
  text-align: right;
  display: block;
  width: 70px;
  margin-right: 10px;
  float: left;
  color: #333;
  font-size: 13px;
}

#cadastro label {
  text-align: right;
  display: block;
  width: 110px;
  margin-right: 10px;
  float: left;
  color: #333;
  font-size: 13px;
}

form {
  clear: left;
  float: left;
  width: 640px;
  margin-left: 40px;
}

.envia {
  color: #fff;
  background: #666;
  border-style: none;
  font-variant: normal;
  text-transform: uppercase;
  padding: 8px;
}

.ac_subitem p .link:hover {
  color: #000;
  opacity: 1;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  background: #ccc;
}

.separador_form {
  display: block;
  clear: left;
  float: left;
  height: 8px;
  width: 100%;
}

.input_textarea {
  border: 1px solid #999;
}

.separador3 {
  display: block;
  clear: left;
  float: left;
  height: 15px;
  width: 100%;
}

.input_gg {
  height: 15px;
  color: #000;
  float: left;
  width: 400px;
}
.botoes {
  background: url(../images/botoes.png);
  height: 250px;
  width: 148px;
  position: fixed;
  z-index: 0;
  right: 10px;
  bottom: 0px;
}

.botoes .talent {
  text-indent: -9999px;
  display: block;
  clear: left;
  float: left;
  height: 88px;
  width: 148px;
  margin-top: 15px;
}

.botoes .luxaflex {
  text-indent: -9999px;
  display: block;
  clear: left;
  float: left;
  height: 100px;
  width: 148px;
  margin-top: 25px;
}
.botoes .form {
  text-indent: -9999px;
  display: block;
  clear: left;
  float: left;
  height: 35px;
  width: 148px;
  margin-top: 100px;
}

.botoes .somfy {
  text-indent: -9999px;
  display: block;
  clear: left;
  float: left;
  height: 35px;
  width: 148px;
  margin-top: 8px;
}

.cont {
  clear: both;
}

.clear {
  clear: both;
}
