.centerAbsolute {
  max-width: 95%;
  max-height: 95%;
  display: block;
  height: auto;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
}
header {
  z-index: 3;
  position: relative;
}
main {
  z-index: 1;
  position: relative;
}
footer {
  margin-top: 60px;
  height: auto;
  padding-top: 40px;
  position: relative;
  background: url(../../img/footer.jpg);
}
a,
a:hover,
a:focus,
a:visited {
  color: inherit;
  text-decoration: none;
}
html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  font-family: 'Droid Sans', sans-serif;
}
header {
  height: 134px;
  width: 100%;
  background: black;
}
.centralizer {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
#logo {
  float: left;
  z-index: 15;
  position: relative;
  background: url(../../img/logo.png) center no-repeat;
  width: 310px;
  height: 200px;
}
#language {
  background: url(../../img/top_img_gradient.jpg) center repeat-y;
  color: white;
  font-size: 12px;
  font-family: Arial, sans-serif;
  text-align: right;
  line-height: 55px;
  height: 55px;
  width: 100%;
  position: absolute;
  top: 0;
}
#language .fxRight {
  height: 100%;
  width: 2000px !important;
  background: url(../../img/top_img_tile.jpg) center repeat;
  position: absolute;
  left: 100%;
  top: 0;
}
#language span {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
}
#language a {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
}
#language a.active,
#language a:hover {
  opacity: 1 !important;
  -webkit-opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100)) !important;
  filter: alpha(opacity = (100)) !important;
}
.boxHeadItens {
  float: right;
  margin-top: 80px;
  color: white;
  line-height: 20px;
}
.boxHeadItens>input {
  background: white url(../../img/busca.png) 98% center no-repeat;
  margin-right: 15px;
  font-size: 14px;
  border: 0 none !important;
  color: black;
  outline: 0 none !important;
  width: 344px;
  height: 20px;
  padding: 5px 30px 5px 15px;
  border-radius: 50px;
  float: left;
  line-height: 20px;
  display: block;
}
.boxHeadItens nav {
  float: left;
  line-height: 20px;
  display: block;
}
.boxHeadItens nav a {
  position: relative;
  margin: 5px 30px;
  display: block;
  vertical-align: middle;
  float: left;
  line-height: 20px;
  height: 20px;
}
.boxHeadItens nav a:hover {
  opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.boxHeadItens nav a img {
  float: left;
  margin-right: 7px;
}
.metodo,
.metodo label {
  float: right;
  line-height: 25px;
  vertical-align: middle;
}
.metodo label {
  margin-left: 15px;
}
.metodo img,
.metodo input {
  float: left;
}
.metodo input {
  margin-top: 6px;
}
.slide {
  width: 100%;
  height: 445px;
  background-position: center;
  background-size: cover;
}
.slider {
  position: relative;
  height: 445px;
  width: 100%;
  margin-bottom: 30px;
}
#pager {
  z-index: 999999;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#pager span {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0 1px;
  float: left;
  background: url(../../img/banner_pager_deactive.png) center no-repeat;
  height: 27px;
  width: 27px;
  display: block;
  text-indent: -9999px;
}
#pager span.cycle-pager-active {
  background-image: url(../../img/banner_pager.png);
}
aside.asideDefault {
  width: 190px;
  position: relative;
  float: left;
}
section.boxDefault {
  width: 780px;
  float: right;
}
section.boxDefault h1 {
  color: #002061;
  font-size: 22px;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
.homeAside {
  display: block;
  line-height: 23px;
  vertical-align: middle;
  color: #cccccc;
  font-size: 14px;
}
.homeAside img {
  float: left;
  margin-right: 5px;
  margin-bottom: 20px;
}
.homeAside:hover {
  color: #bbbbbb !important;
}
.menuAside {
  background: #efefef;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 15px;
  box-shadow: 0 5px 10px -3px black;
  -moz-box-shadow: 0 5px 10px -3px black;
  -o-box-shadow: 0 5px 10px -3px black;
  -webkit-box-shadow: 0 5px 10px -3px black;
  -ms-box-shadow: 0 5px 10px -3px black;
}
.menuAside a {
  background: url(../../img/line.png) bottom right no-repeat;
  display: block;
  padding: 10px;
  text-align: right;
  font-size: 16px;
  color: #808080;
}
.menuAside a:last-child {
  background: none;
}
.boxDefault .item {
  float: left;
  padding: 0 10px;
  width: 238px;
  height: 329px;
  display: block;
  border: 1px dashed #CCCCCC;
  border-left: 0;
  border-top: 0;
}
.boxDefault .item .boxImg {
  position: relative;
  display: block;
  margin: 10px;
  height: 217px;
  background: #fcfcfc;
}
.boxDefault .item .boxImg img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.boxDefault .item.noMr {
  border-right: 0;
}
.noMr {
  border-right: 0;
}
.noMb {
  border-bottom: 0;
}
.boxDefault .item.noMb {
  border-bottom: 0;
}
.boxDefault .item .boxDescription {
  height: 55px;
  position: relative;
  width: 170px;
  float: left;
}
.boxDefault .item .boxPrice {
  border-left: 1px solid #cccccc;
  position: relative;
  width: 65px;
  float: right;
  text-align: right;
}
.boxDefault .item .boxDescription .title {
  letter-spacing: -1px;
  display: block;
  font-size: 13px;
  color: #245490;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boxDefault .item .boxDescription .description {
  display: block;
  font-size: 12px;
  color: #B3B3B3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boxDefault .item .boxPrice span {
  font-size: 12px;
  color: #666666;
  display: block;
}
span.stroked {
  text-decoration: line-through;
}
span.red {
  color: #FF0000 !important;
  font-weight: bold;
}
span.normal {
  color: #666666 !important;
  font-weight: bold;
  padding: 7px 0;
}
.boxDefault .item .buttons {
  font-size: 12px;
  line-height: 27px;
  cursor: pointer;
  color: white;
  text-align: center;
  display: block;
  float: left;
  background: #20477d;
  border: 1px solid #002061;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  height: 27px;
  width: 112px;
}
.boxDefault .item .buttons:hover {
  background: #1b3b6a;
}
.boxDefault .item .buttons img {
  margin: 0 0 -3px 0;
}
.sobencomenda {
  position: relative;
  background: url('../../img/sobmedida.png') center no-repeat;
  height: 260px;
  width: 403px;
}
.sobencomenda .text {
  display: block;
  text-align: center;
  color: white;
  font-size: 16px;
  margin-top: 90px;
  margin-left: 60px;
  float: left;
}
.sobencomenda .linkButton {
  position: absolute;
  bottom: 0;
  right: 60px;
  display: block;
  text-align: center;
  color: white;
  font-size: 16px;
  margin-top: 40px;
  float: left;
}
.boxFooter {
  white-space: nowrap;
  padding: 0 15px;
  float: left;
  border-right: 1px solid #002061;
  height: 279px;
}
.noBr {
  border-right: 0;
}
.linkFooter {
  cursor: pointer;
  display: block;
  line-height: 20px;
  color: white;
  margin: 10px 0;
}
.linkFooter:hover {
  display: block;
  line-height: 20px;
  color: white;
  margin: 10px 0;
}
.linkFooter img {
  width: 17px;
  float: left;
  margin-right: 10px;
}
.footerLine {
  overflow: hidden;
  margin-top: 25px;
  background: url(../../img/footer_2.jpg) center repeat-x;
  width: 100%;
  color: white;
  height: auto;
}
.blocoPagamento {
  background: url(../../img/pagamentoIcone.png) right center no-repeat;
  min-height: 28px;
  display: block;
}
.bloco1 {
  width: 430px;
  float: left;
}
.bloco1 h3 b {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 23px;
}
.bloco1 h3 {
  font-weight: normal;
  margin: 12px 0;
  color: #FFFFFF;
  font-size: 14px;
}
.bloco2 {
  margin: 0 auto;
}
.bloco3 {
  width: 239px;
}
.bloco3 p {
  font-weight: normal;
  margin: 5px 0;
  color: #FFFFFF;
  font-size: 20px;
}
.blocoFinalDoMandatoDaDilmaLoconaNemDeviaTerEntradoPovoBurro {
  height: 45px;
}
.blocoFinalDoMandatoDaDilmaLoconaNemDeviaTerEntradoPovoBurro p.one {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 45px;
  color: #fffaf1;
  font-size: 9px;
}
.blocoFinalDoMandatoDaDilmaLoconaNemDeviaTerEntradoPovoBurro p.one img {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
}
.blocoFinalDoMandatoDaDilmaLoconaNemDeviaTerEntradoPovoBurro p.two {
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 12px;
  line-height: 12px;
  color: #fffaf1;
  font-size: 12px;
  text-align: right;
}
.block {
  position: relative;
  display: block;
  float: left;
}
#prev,
#next {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  position: absolute;
  width: 100%;
  height: 25px;
  background: #000000;
}
#prev:hover,
#next:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
}
#prev {
  top: 0;
  background: #000000 url(../../img/upArrow.png) center no-repeat;
}
#next {
  bottom: 0;
  background: #000000 url(../../img/downArrow.png) center no-repeat;
}
.miniCarousel {
  position: relative;
  width: 93px;
  height: 540px;
  border-right: 1px dashed #CCCCCC;
}
.miniCarousel .slideun {
  width: 93px !important;
  height: 93px;
  position: relative !important;
}
.miniCarousel .slideun img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  cursor: pointer;
}
.bigCarousel {
  width: 548px;
  height: 540px;
  border-right: 1px dashed #CCCCCC;
}
.bigCarousel .slideun {
  width: 548px;
  height: 540px;
  position: relative;
}
.bigCarousel .slideun img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.TitlePage {
  color: #002061;
  font-size: 21px;
  margin: 0;
  padding: 0;
}
.pao {
  font-size: 12px;
  color: #808080;
  margin: 0;
  padding: 0;
}
hr {
  bordeR: 0;
  border-bottom: 1px dashed #CCCCCC;
  display: block;
  width: 100%;
  height: 0;
  padding: 0 5px;
  margin: 30px 0;
}
.divInfo hr {
  margin: 10px -10px;
}
.divInfo {
  width: 320px;
  padding-left: 10px;
}
.divInfo .nome {
  margin: 20px 0 0 0;
  padding: 0;
  color: #245490;
  font-size: 21px;
  font-weight: bold;
}
.divInfo .descricao {
  padding: 0;
  color: #B3B3B3;
  font-size: 17px;
  font-weight: normal;
}
.divInfo .valor {
  color: #666666;
  display: block;
  font-size: 22px;
  margin: 20px 0;
  font-weight: bold;
}
.divInfo input.un {
  margin-right: 5px;
  float: left;
  width: 30px;
  height: 30px;
  padding: 0 7px;
  line-height: 30px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #CCCCCC;
  outline: 0 !important;
}
.buttons2 {
  position: relative;
  border: 1px solid #1B1464;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 12px;
  line-height: 25px;
  cursor: pointer;
  color: white;
  text-align: center;
  display: block;
  float: left;
  background: #245591;
  height: 32px;
  width: 112px;
  outline: 0 !important;
}
.buttons2 img {
  margin: 0 0 -3px 0;
}
a.buttons2 {
  color: white;
  line-height: 30px;
}
.buttons2:hover {
  color: white !important;
  background: #20477d;
}
.DescriNome {
  font-size: 22px;
  color: #4D4D4D;
  margin: 20px 0 10px 0;
  padding: 0;
}
.DescriTexto {
  line-height: 22px;
  font-size: 18px;
  color: #222222;
  text-align: left;
}
.btn-orcamento {
  padding: 10px;
  background: #20477d;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  text-align: center;
}
.btn-orcamento:hover {
  color: #FFFFFF;
}
.zoomContainer {
  z-index: 900;
}
.titluloentrega {
  margin: 20px 0 10px 0;
  color: #4D4D4D;
  font-size: 14px;
  display: block;
  line-height: 17px;
  height: 17px;
  vertical-align: top;
}
.infoEntrega {
  margin: 0 0 30px 0;
  color: #222222;
  font-size: 12px;
  display: block;
  line-height: 17px;
  height: 17px;
  vertical-align: top;
}
.blockRelacionados {
  position: relative;
  display: block;
  width: 49%;
  float: left;
  border-right: 1px dashed #cccccc;
  height: 228px;
}
.boxRelacionados {
  width: 66%;
  display: block;
  float: left;
}
.boxRelacionados h2 {
  color: #245490;
  font-size: 21px;
  display: block;
  margin: 25px 0 20px 0;
  padding: 0;
  font-weight: normal;
}
.itemRelacionado {
  position: relative;
  display: block;
  height: 60%;
  margin: 20px 40px 0 40px;
  overflow: hidden;
}
.itemRelacionado img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.itemDepo {
  height: 195px;
  display: block;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
}
.depoTitulo {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #275692;
  margin: 0;
  padding: 0;
}
.depoTexto {
  color: #222222;
  margin: 0;
  padding: 0;
  display: block;
}
.depoPakas {
  color: #666666;
  margin: 0;
  padding: 0;
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin-top: 30px;
}
#custom-pager strong.cycle-pager-active {
  color: black !important;
}
.painel>div>div {
  margin-bottom: 10px;
}
.logout {
  color: #cccccc;
}
.logout:hover {
  color: #cccccc;
}
.logout.active:hover {
  color: #ee465a;
}
.logout.active {
  color: #00D0C9;
}
.cliente-cadastro>div {
  overflow: hidden;
  float: left;
  margin-bottom: 10px;
  padding-left: 11px !important;
}
.cliente-cadastro>div>input {
  outline: 0 !important;
  border: 1px solid #cccccc;
  height: auto !important;
  border-radius: 5px !important;
  padding: 14px 15px !important;
  background: #ffffff !important;
  font-size: 13px;
}
.FormLogin,
.FormCadastro {
  padding: 20px;
  border: 1px dashed #cccccc;
}
.send,
.send-cadastro {
  text-decoration: none !important;
  background-color: #000000;
  color: white !important;
  font-size: 14px;
  font-family: "ubunturegular", sans-serif;
  padding: 10px 25px;
  float: right;
  border-radius: 5px;
  margin-top: 10px;
}
.send:hover.send-cadastro:hover {
  text-decoration: none !important;
  color: white !important;
}
table.carrinho {
  font-family: 'robotoregular', sans-serif;
  color: #000000;
  border: 1px solid #000000;
  border-bottom: 0 none;
  border-spacing: 0;
  text-align: left;
  width: 100%;
  position: relative;
}
table.carrinho thead {
  background: #000000;
  color: #fff;
  font-weight: bold;
}
table.carrinho tr {
  position: relative;
}
table.carrinho tr td {
  border-bottom: 1px solid #999999;
  padding: 5px 10px;
  margin: 0;
}
table.carrinho tbody {
  border-bottom: 1px solid #999999;
  padding: 5px 10px;
  margin: 0;
}
table.carrinho tbody tr td {
  border-bottom: 1px solid #cccccc;
  padding: 5px 10px;
  margin: 0;
}
table.carrinho tbody tr td label {
  padding: 2px;
  border: 1px solid #444444;
  position: relative;
  display: block;
}
table.carrinho tbody tr td label input {
  width: 100%;
  height: 100%;
}
table.carrinho tbody tr td .circ {
  cursor: pointer;
  text-align: center;
  width: 18px;
  height: 18px;
  background: #cccccc;
  color: white;
  border-radius: 50%;
  font-size: 16px;
  line-height: 18px;
}
table.carrinho tbody tr td .circ:hover {
  background: #aaaaaa;
}
table.carrinho tbody tr td .item-delete {
  width: 25px;
  height: 25px;
  display: none;
}
table.carrinho tbody tr td .item-alterar {
  width: 25px;
  height: 25px;
  display: none;
}
table.carrinho tbody tr td img {
  width: 64px;
  padding: 5px;
  height: auto;
}
.frete label {
  float: left;
  padding: 2px;
  border: 1px solid #444444;
  position: relative;
  display: block;
  width: 150px;
}
.frete label input {
  line-height: 18px;
  width: 100%;
  height: 100%;
}
.frete span {
  float: left;
  padding: 2px 15px 2px 2px;
  line-height: 18px;
  display: block;
}
.frete {
  float: left;
  margin-top: 15px;
}
.frete .label {
  float: left;
  line-height: 24px;
}
.frete .label input,
.carrinho input {
  border: 0 none;
  outline: 0;
}
.button-submit {
  transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.button-submit {
  background: #000000;
  margin: 15px 2px 2px 2px;
  border: 2px solid #000000;
  text-align: center;
  color: white !important;
  font-weight: bold;
  float: right;
  display: block;
  width: 200px;
  padding: 5px 20px;
}
.button-submit:hover {
  color: #000000 !important;
  background: white;
  border-color: #000000;
  outline: 0 none;
}
p.ElseCarrinho {
  font-family: 'robotoregular', sans-serif;
  font-size: 18px;
  color: #444444;
  text-align: center;
}
p.ElseCarrinho a {
  font-family: 'robotoregular', sans-serif;
  font-size: 18px;
  color: #285694;
  text-align: center;
}
div.ResultadoFrete {
  width: 240px;
  height: 30px;
  float: left;
  margin: 15px 15px 0 15px;
  text-align: center;
  position: relative;
}
img.gifResultFrete {
  width: 25px;
  margin: auto;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
p.InfosCarrinho {
  clear: both;
  font-family: 'robotoregular', sans-serif;
  font-size: 11px;
  color: #444444;
  margin: 15px 0 0 0;
}
a.LinksCarrinho {
  font-family: 'robotomedium', sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  background: #000000;
  padding: 4px 6px;
  border: 2px solid #000000;
}
a {
  outline: 0 !important;
}
.numberfy-container {
  position: relative;
}
.numberfy-container .btnUp,
.numberfy-container .btnDown {
  background-size: auto 6px !important;
  text-align: center;
  right: 0;
  position: absolute;
  width: 12px;
  height: 50%;
  display: block;
  background: black;
  color: #D8A300;
}
.numberfy-container .btnUp:hover,
.numberfy-container .btnDown:hover {
  background-color: #b2b2b2;
  cursor: pointer;
}
.numberfy-container .btnUp {
  background: black url('../../img/arrowNumberUp.png') center center no-repeat;
  top: 0;
}
.numberfy-container .btnDown {
  background: black url('../../img/arrowNumberDown.png') center center no-repeat;
  bottom: 0;
}
.menuSub {
  display: none;
  position: absolute;
  top: 130%;
  right: 0;
  min-height: 50px;
  width: 200px;
  padding: 10px 20px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #1b1464;
  background: #20477d;
  z-index: 999;
}
.menuSub .title {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.menuSub input {
  color: #222222;
  outline: 0;
  display: block;
  width: 180px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #1B1464;
}
.menuSub button,
.menuSub a.button {
  color: white;
  text-align: center;
  outline: 0;
  display: block;
  width: 200px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #222222;
  border: 1px solid #000;
}
.formStyled .resposta {
  width: 70%;
  position: relative;
  float: left;
  display: block;
  margin-left: 5px;
  z-index: 900;
}
.formStyled .resposta.error {
  color: #dd0000;
}
.formStyled .resposta.warning {
  color: #ffc300;
}
.formStyled .resposta.success {
  color: #00e189;
}
.formStyled .resposta.focus {
  color: #1B1464;
}
.formStyled h1,
.formStyled h2,
.formStyled h3,
.formStyled h4,
.formStyled h5,
.formStyled legend {
  font-size: 16px;
  font-weight: normal;
  color: #759B00;
  font-family: 'conv_coneriascript', sans-serif;
  display: block;
  padding: 10px;
}
.formStyled span {
  margin-left: 5px;
  display: block;
}
.formStyled {
  float: left;
  box-sizing: border-box;
  color: white;
  position: relative;
  display: block;
  width: 50%;
  padding: 0;
}
.formStyled input[type=text],
.formStyled input[type=tel],
.formStyled input[type=email],
.formStyled textarea,
.formStyled select {
  height: 100%;
  font-style: italic;
  font-family: 'robotoregular', sans-serif;
  font-size: 14px;
  resize: none;
  width: 100%;
  background: transparent;
  border: 0 none;
  outline: 0 none;
  color: #555555;
}
.formStyled label {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
  height: 40px;
  border: 2px solid #cccccc;
  margin: 5px 0;
  width: 100%;
  display: block;
  float: left;
  background: white;
  border-radius: 3px;
  padding: 5px 10px;
  overflow: hidden;
}
.formStyled label.error {
  border-color: #dd0000;
}
.formStyled label.warning {
  border-color: #ffc300;
}
.formStyled label.success {
  border-color: #00e189;
}
.formStyled label.focus {
  border-color: #1B1464;
}
.formStyled label[for=Cidade] {
  margin: 5px 0 5px 5px;
  width: 300px;
  display: block;
  float: left;
  height: 20px;
  background: #a79c8a;
  border-radius: 3px;
  padding: 10px;
  overflow: hidden;
}
.formStyled label[for=UF] {
  margin: 5px;
  width: 60px;
  display: block;
  float: right;
  height: 20px;
  background: #a79c8a;
  border-radius: 3px;
  padding: 10px;
  overflow: hidden;
}
.formStyled label[for=Mensagem] {
  margin: 5px;
  width: 390px;
  display: block;
  float: right;
  height: 170px;
  background: #a79c8a;
  border-radius: 3px;
  padding: 10px;
  overflow: hidden;
}
.formStyled input[type=submit] {
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 14px;
  background: #20477D;
  padding: 10px 2px;
  outline: 0;
  margin: 5px 0;
  width: 25%;
  display: block;
  position: relative;
  z-index: 900;
  float: right;
  color: #fff;
  border: 1px solid #1b1464;
}
.formStyled textarea {
  height: 100%;
}
.formStyled div.CommandGroup {
  width: 100%;
  height: 60px;
  position: relative;
}
.formStyled div.progress {
  width: 70%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.formStyled div.progress img {
  margin: 10px 0;
}
.map {
  position: relative;
  float: right;
  width: 480px;
  box-sizing: border-box;
  display: block;
  margin: 5px 10px;
  height: 320px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 2px solid #cccccc;
}
.image-info {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
}
.image-info {
  overflow: hidden;
  width: 984px;
  height: 184px;
  margin: 7px 7px;
  background-size: 100% 100% !important;
}
.image-info:hover {
  opacity: 0.8;
  cursor: pointer;
  background-size: 105% 105% !important;
}
.image-border {
  margin: 20px 0;
  border: 1px solid #cccccc;
  width: 998px;
  height: 198px;
}
.empresa-text {
  float: left;
  font-size: 18px;
  text-align: justify;
  color: #777777;
  font-family: 'ubuntu', sans-serif;
  width: 530px;
  min-height: 430px;
}
.empresa-galeria {
  overflow: hidden;
  border: 1px solid #cccccc;
  width: 450px;
  height: 340px;
  float: right;
  display: block;
  position: relative;
}
.empresa-galeria img {
  position: absolute;
  margin: auto;
  max-height: 326px;
  max-width: 435px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sliderCustom {
  overflow: hidden;
  margin-bottom: 0;
  border: 5px solid #eeeeee;
  background: white !important;
}
.slide {
  position: relative;
}
.gallery-miniview {
  display: block;
  float: right;
  position: relative;
  padding-top: 15px;
  height: 65px;
  width: 450px;
}
.resizer {
  width: 400px;
  position: relative;
  margin: 0 auto;
}
.image-container {
  cursor: pointer;
  height: 68px;
  width: 90px;
}
.image-container img {
  height: 100%;
  width: 100%;
}
.arrow-right,
.arrow-left {
  height: 62px;
  width: 18px;
  top: 15px;
  border: 1px solid #cccccc;
  display: block;
  cursor: pointer;
  position: absolute;
}
.arrow-left {
  left: 0;
  background: url("../../img/setas.png") center center no-repeat;
}
.arrow-right {
  right: 0;
  background: url("../../img/setas2.png") center center no-repeat;
}
.aligner {
  position: relative;
  margin: 0 auto;
  width: 83px;
  height: 63px;
}
.car1 {
  width: 93px;
}
.car1 .slide {
  width: 93px;
  height: 70px !important;
  position: relative;
}
.car1 .slide img {
  max-width: 95%;
  max-height: 95%;
  display: block;
  height: auto;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
}
.car2 {
  width: 575px;
}
.car2 .slide {
  height: 400px;
  overflow: hidden;
  width: 575px;
}
.car2 .slide img {
  max-width: 95%;
  max-height: 95%;
  display: block;
  height: auto;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}
.pv-cookie-box {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: auto;
  padding: 16px 0;
  bottom: 0;
  left: 0;
  transition: .3s;
  background: #10213B;
  opacity: 1;
  transform: translateY(0);
}
.pv-cookie-box .centralizer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.pv-cookie-box.hide {
  opacity: 0;
  transform: translateY(150%);
  transition: .3s;
}
.pv-cookie-box .pv-text {
  color: white;
  font-size: 1.15rem;
}
.pv-cookie-box a {
  color: white;
  font-weight: bold;
}
.pv-cookie-box a:hover {
  opacity: .7;
  transition: .3s;
}
.pv-cookie-box .pv-btn {
  color: white;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  transition: .3s;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.pv-cookie-box .pv-btn i {
  display: inline-block;
  margin-right: 10px;
}
.pv-cookie-box .pv-btn:hover {
  opacity: .75;
  transition: .3s;
}
@media (max-width: 480px) {
  .pv-cookie-box .centralizer {
    flex-direction: column;
    justify-content: center;
  }
}
