@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800);
.top-buffer-sm {
  margin-top: 30px;
}
.iconlabel-wrapper {
  width: 100%;
  display: table;
}
.iconlabel-wrapper .iconlabel-icon {
  width: 32px;
  text-align: center;
  display: table-cell;
}
.iconlabel-wrapper .iconlabel-control {
  width: auto;
  display: table-cell;
}
p.back {
  margin-top: 50px;
}
p.back a {
  text-transform: uppercase;
  color: #00837b;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
}
p.back a:before {
  content: "\e251";
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  margin-right: 10px;
}
p.more {
  margin-top: 50px;
}
p.more a {
  text-transform: uppercase;
  color: #00837b;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
}
p.more a:after {
  content: "\e094";
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  margin-left: 10px;
}
.popup-wrapper {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  z-index: 9998;
}
.popup-wrapper .popup {
  display: none;
  position: relative;
  background-color: white;
  padding: 50px;
  max-width: 400px;
  margin: 30px auto;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .rwd-break {
    display: none;
  }
}
.toppanel {
  position: relative;
  height: 250px;
  background: #00837b url(../Images/bg-home-top.jpg) no-repeat;
  border: 0;
  margin-bottom: 30px;
}
.toppanel img {
  position: absolute;
  width: 34%;
  bottom: 20px;
  left: 70px;
}
@media screen and (max-width: 767px) {
  .toppanel img {
    width: 68%;
  }
}
form.form-simples label {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}
form.form-simples input,
form.form-simples textarea,
form.form-simples select {
  border: 1px solid #7f7f7f;
  width: 100%;
  padding: 5px;
}
form.form-simples button {
  padding: 5px 50px;
  margin-bottom: 15px;
}
/*.arrowbox {
	position: relative;
	background: #fff;
	border: 1px solid @grey;
	text-transform: uppercase;
	padding: 5px;

	@size: 15px;

	&:after, &:before {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	&:after {
		border-color: rgba(255, 255, 255, 0);
		border-left-color: #fff;
		border-width: @size;
		margin-top: -@size;
	}

	&:before {
		border-color: rgba(0, 0, 0, 0);
		border-left-color: @grey;
		border-width: @size + 1;
		margin-top: -(@size + 1);
	}
}*/

.btn {
  text-transform: uppercase;
  border-radius: 0;
  border: none;
}
.btn.btn-default,
.btn.btn-default:focus,
.btn.btn-default:active {
  color: white;
  background-color: #00837b;
}
.btn.btn-success,
.btn.btn-success:focus,
.btn.btn-success:active {
  color: white;
  background-color: #840f43;
}
.btn.btn-primary,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  color: white;
  background-color: #7f7f7f;
}
.btn.btn-warning,
.btn.btn-warning:focus,
.btn.btn-warning:active {
  color: #00837b;
  background-color: white;
  border: 1px solid #00837b;
}
.form-control {
  border-color: #7f7f7f;
  -webkit-box-shadow: none;
  -webkit-transition: none;
  box-shadow: none;
  -o-transition: none;
  transition: none;
  border-radius: 0;
}
.form-control:focus {
  border-color: #00837b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel {
  border-radius: 0;
}
.navbar-brand {
  height: inherit;
  padding-left: 0;
}
.navbar-brand > img {
  display: inline-block;
}
.nav {
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav > li > a {
  font-size: 12px;
  padding: 15px 5px;
  margin-right: 5px;
  margin-left: 5px;
}
.navbar {
  margin-bottom: 0;
}
.navbar .navbar-toggle,
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  margin: 20px 0;
}
.navbar .navbar-toggle .icon-bar,
.navbar .navbar-toggle:focus .icon-bar,
.navbar .navbar-toggle:hover .icon-bar {
  background-color: white;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* NAV */

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
div#home .popup {
  padding: 0;
}
div#home .popup figure img {
  width: 100%;
}
div#home .popup figure figcaption {
  text-align: right;
  text-transform: uppercase;
  padding: 5px;
}
div#home .popup.popup-acessivel {
  max-width: 70%;
}
div#home .popup.popup-acessivel .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
div#home .popup.popup-acessivel .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  div#home .popup.popup-acessivel {
    max-width: unset;
  }
}
div#home .popup.popup-planta {
  max-width: 550px;
}
div#home .popup.popup-perspectiva {
  max-width: 527px;
}
div#home .popup.popup-lista-compra {
  max-width: 700px;
}
div#home .popup.popup-acabamento {
  max-width: 640px;
}
div#home .popup.popup-newsletter {
  max-width: 640px;
}
div#home .popup.popup-newsletter div.logo {
  background-image: url(../Images/newsletter-logo.jpg);
  height: 170px;
  width: 167px;
}
div#home .popup.popup-newsletter form {
  padding: 30px;
}
div#home .banner {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 9997;
}
@media (max-width: 1160px) {
  div#home .banner {
    display: none;
  }
}
@media (max-height: 740px) {
  div#home .banner {
    top: 15%;
  }
}
@media (max-height: 480px) {
  div#home .banner {
    display: none;
  }
}
@media (min-width: 1465px) {
  div#home .banner {
    right: 20%;
  }
}
div#home .painel {
  position: relative;
  min-height: 250px;
  background: #00837b url(../Images/bg-home-top.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px;
  color: white;
  text-transform: uppercase;
}
div#home .painel h1 {
  color: white;
  font-weight: 800;
}
div#home .painel .subtitulo {
  font-size: 24px;
}
div#home .painel .detalhe {
  font-size: 18px;
  font-weight: 300;
}
div#home .painel .detalhe a,
div#home .painel .detalhe a:focus {
  color: white;
  font-weight: 600;
}
div#home .painel .detalhe ul {
  padding-left: 20px;
}
div#home .painel .detalhe ul li {
  list-style-type: square;
  list-style-position: outside;
}
div#home .mosaico .bloco {
  float: left;
  position: relative;
  width: 33.333%;
  padding-bottom: 33.333%;
  background-repeat: no-repeat;
  background-size: contain;
  text-transform: uppercase;
}
div#home .mosaico .bloco .content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10%;
}
div#home .mosaico .bloco .middle-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
div#home .mosaico .bloco .middle {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
}
div#home .mosaico .bloco.simples {
  background-image: url(../Images/bg-home-simples.jpg);
}
div#home .mosaico .bloco.yellow {
  color: white;
  background-color: #db9000;
}
div#home .mosaico .bloco.acessivel {
  background-image: url(../Images/bg-home-acessivel.jpg);
}
div#home .mosaico .bloco.magenta {
  color: white;
  background-color: #840f43;
}
div#home .mosaico .bloco.pratico {
  background-image: url(../Images/bg-home-pratico.jpg);
}
div#home .mosaico .bloco.acessivel2 {
  color: white;
  text-align: center;
  background-color: #55a94c;
}
div#home .mosaico .bloco.acessivel2 span.normal {
  text-transform: none;
}
div#home .mosaico .bloco.acessivel2 img {
  margin-top: 30px;
  width: 20%;
}
div#home .mosaico .bloco.acessivel2 a {
  color: white;
  text-decoration: underline;
}
div#home .mosaico .bloco.rapido {
  background-image: url(../Images/bg-home-rapido.jpg);
}
div#home .mosaico .bloco.purple {
  color: white;
  background-color: #570f84;
}
div#home .mosaico .bloco.purple a,
div#home .mosaico .bloco.purple a:focus {
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid white;
  padding: 6px 10px;
  margin-top: 30px;
  text-decoration: none;
}
div#home .mosaico .bloco.exclusivo {
  background-image: url(../Images/bg-home-exclusivo.jpg);
}
@media (max-width: 767px) {
  div#home .mosaico .bloco {
    float: none;
    width: 100%;
    padding-bottom: 100%;
  }
}
div#home .rodape {
  margin-top: 30px;
  padding-right: 5px;
  padding-left: 5px;
}
div#home .rodape .content {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 100%;
  overflow: hidden;
}
div#home .rodape .content a {
  position: absolute;
  margin-left: 20px;
  width: 100%;
  height: 100%;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
div#home .rodape .content a.blog {
  background-image: url(../Images/bg-home-rodape-blog.jpg);
}
div#home .rodape .content a.faq {
  background-image: url(../Images/bg-home-rodape-faq.jpg);
}
div#home .rodape .content a.depoimentos {
  background-image: url(../Images/bg-home-rodape-depoimentos.jpg);
}
div#home .rodape .content a.newsletter {
  background-image: url(../Images/bg-home-rodape-newsletter.jpg);
}
div#home .rodape .content a.valepresente {
  background-image: url(../Images/bg-home-rodape-vale-presente.jpg);
  margin-right: 0;
}
div#home .rodape .content:first-child a {
  margin-left: 0;
}
div#projeto {
  text-transform: uppercase;
}
div#projeto .step-wrapper {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 130px;
}
div#projeto .step-wrapper .step {
  color: white;
  padding: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}
div#projeto .step-wrapper .step span {
  display: block;
  line-height: 1.1em;
}
div#projeto .step-wrapper .step span.rotulo {
  font-size: 14px;
  font-weight: lighter;
}
div#projeto .step-wrapper .step span.number {
  font-weight: 600;
  font-size: 60px;
}
div#projeto .step-wrapper .step span.name {
  font-size: 14px;
}
div#projeto .step-wrapper a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
div#projeto .step-wrapper a .arrow-up {
  width: 100%;
  margin-top: 10px;
}
div#projeto .step-wrapper a .arrow-down {
  width: 100%;
  margin-bottom: 10px;
}
div#projeto .step-wrapper a.arrow-ambiente {
  color: #00837b;
}
div#projeto .step-wrapper a.arrow-ambiente polygon {
  fill: #00837b;
}
div#projeto .step-wrapper a.arrow-orcamento {
  color: #104b85;
}
div#projeto .step-wrapper a.arrow-orcamento polygon {
  fill: #104b85;
}
div#projeto .step-wrapper a.arrow-estilo {
  color: #570f84;
}
div#projeto .step-wrapper a.arrow-estilo polygon {
  fill: #570f84;
}
div#projeto .step-wrapper a.arrow-cores {
  color: #840f43;
}
div#projeto .step-wrapper a.arrow-cores polygon {
  fill: #840f43;
}
div#projeto .step-wrapper a.arrow-layout {
  color: #55a94c;
}
div#projeto .step-wrapper a.arrow-layout polygon {
  fill: #55a94c;
}
div#projeto .step-wrapper a.arrow-finalizar {
  color: #db9000;
}
div#projeto .step-wrapper a.arrow-finalizar polygon {
  fill: #db9000;
}
div#projeto .box {
  padding: 30px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}
div#projeto .box h2 {
  color: white;
  font-size: 24px;
  margin: 0 0 10px;
}
div#projeto .box .complemento {
  margin: 30px -30px -30px -30px;
  padding: 30px;
}
div#projeto .box .complemento textarea {
  width: 100%;
}
div#projeto .box .icon-chat {
  width: 100%;
}
div#projeto .box textarea {
  color: white;
  font-size: 14px;
  border: 1px solid white;
  background-color: transparent;
  text-transform: uppercase;
  /* Firefox 18- */

  /* Firefox 19+ */

}
div#projeto .box textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #7f7f7f;
}
div#projeto .box textarea:-moz-placeholder {
  text-transform: uppercase;
  color: #7f7f7f;
}
div#projeto .box textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #7f7f7f;
}
div#projeto .box textarea:-ms-input-placeholder {
  text-transform: uppercase;
  color: #7f7f7f;
}
div#projeto .step-ambiente .step {
  background-color: #00837b;
}
div#projeto .step-ambiente .box {
  background-color: #00837b;
}
div#projeto .step-ambiente .box ul.tipo {
  list-style: none;
  padding: 0;
  margin-right: -30px;
}
div#projeto .step-ambiente .box ul.tipo li {
  position: relative;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
div#projeto .step-ambiente .box ul.tipo li .selected {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url(../Icons/check.svg) no-repeat center center;
}
div#projeto .step-ambiente .box ul.tipo li div {
  position: relative;
  width: 127px;
  height: 120px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: top center;
  border: 1px solid white;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
div#projeto .step-ambiente .box ul.tipo li div.quarto-casal {
  background-image: url(../Icons/ambiente/quarto-casal.svg);
}
div#projeto .step-ambiente .box ul.tipo li div.quarto-adolescente {
  background-image: url(../Icons/ambiente/quarto-adolescente.svg);
}
div#projeto .step-ambiente .box ul.tipo li div.quarto-infantil {
  background-image: url(../Icons/ambiente/quarto-infantil.svg);
}
div#projeto .step-ambiente .box ul.tipo li div.quarto-bebe {
  background-image: url(../Icons/ambiente/quarto-bebe.svg);
}
div#projeto .step-ambiente .box ul.tipo li div.sala-estar {
  background-image: url(../Icons/ambiente/sala-estar.svg);
}
div#projeto .step-ambiente .box ul.tipo li div.sala-jantar {
  background-image: url(../Icons/ambiente/sala-jantar.svg);
}
div#projeto .step-ambiente .box ul.tipo li div.sala-tv {
  background-image: url(../Icons/ambiente/sala-tv.svg);
}
div#projeto .step-ambiente .box ul.tipo li div.lavabo {
  background-image: url(../Icons/ambiente/lavabo.svg);
}
div#projeto .step-ambiente .box ul.tipo li div.escritorio-casa {
  background-image: url(../Icons/ambiente/escritorio-casa.svg);
}
div#projeto .step-ambiente .box ul.tipo li div.varanda-terraco {
  background-image: url(../Icons/ambiente/terraco.svg);
}
div#projeto .step-ambiente .box ul.tipo li div.salas-integradas {
  background-image: url(../Icons/ambiente/salas-integradas.svg);
}
div#projeto .step-ambiente .box ul.tipo li div.hall {
  background-image: url(../Icons/ambiente/hall.svg);
}
div#projeto .step-ambiente .box ul.tipo li span.legenda {
  position: absolute;
  display: block;
  text-align: center;
  line-height: 1em;
  width: 125px;
  padding: 5px;
  bottom: 3px;
}
div#projeto .step-ambiente .box ul.tamanho {
  list-style: none;
}
div#projeto .step-ambiente .box ul.tamanho li {
  display: inline-block;
  margin-right: 30px;
  color: white;
}
div#projeto .step-ambiente .box .complemento {
  background-color: #09524b;
}
@media (min-width: 768px) {
  div#projeto .step-ambiente .box .complemento {
    background: #09524b url(../Icons/chat.svg) no-repeat right center;
  }
}
div#projeto .step-ambiente ul.tamanho label {
  font-size: 18px;
  font-weight: 400;
}
div#projeto .step-ambiente ul.tamanho input[type=radio]:not(old) {
  width: 200px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
div#projeto .step-ambiente ul.tamanho input[type=radio]:not(old) + label {
  cursor: pointer;
  display: block;
  margin-left: -46px;
  padding-left: 46px;
  background: url(../Images/img-check.svg) no-repeat;
  line-height: 1.5em;
  text-transform: none;
}
div#projeto .step-ambiente ul.tamanho input[type=radio]:not(old) + label span.large {
  font-size: 30px;
}
div#projeto .step-ambiente ul.tamanho input[type=radio]:not(old):checked + label {
  background: url(../Images/img-checked.svg) no-repeat;
}
div#projeto .step-orcamento .step {
  background-color: #104b85;
}
div#projeto .step-orcamento .box {
  background-color: #104b85;
}
div#projeto .step-orcamento .box #orcamento {
  margin: 50px 30px 100px;
}
div#projeto .step-orcamento .box #orcamento.noUi-target {
  border: none;
  box-shadow: none;
}
div#projeto .step-orcamento .box #orcamento.noUi-horizontal {
  height: 2px;
}
div#projeto .step-orcamento .box #orcamento.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 34px;
  left: -17px;
  top: -17px;
}
div#projeto .step-orcamento .box #orcamento.noUi-horizontal .noUi-tooltip {
  top: 32px;
  left: -16px;
}
div#projeto .step-orcamento .box #orcamento .noUi-handle {
  border: 4px solid white;
  border-radius: 50%;
  background: #eca61e;
  box-shadow: none;
}
div#projeto .step-orcamento .box #orcamento .noUi-handle:after,
div#projeto .step-orcamento .box #orcamento .noUi-handle:before {
  display: none;
}
div#projeto .step-orcamento .box #orcamento .noUi-tooltip {
  color: white;
  border: none;
  background: none;
}
div#projeto .step-orcamento .box #orcamento .noUi-background {
  background-color: red;
}
div#projeto .step-orcamento .box table {
  font-size: 18px;
  color: white;
  width: 55%;
  margin-top: 30px;
}
div#projeto .step-orcamento .box table td,
div#projeto .step-orcamento .box table th {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
div#projeto .step-orcamento .box table td:first-child,
div#projeto .step-orcamento .box table th:first-child {
  text-align: left;
}
div#projeto .step-orcamento .box table tbody::after {
  content: "";
  display: block;
  height: 15px;
}
div#projeto .step-orcamento .box table input[type=checkbox]:not(old) {
  width: 38px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
div#projeto .step-orcamento .box table input[type=checkbox]:not(old) + label {
  display: inline;
  cursor: pointer;
  margin-left: -38px;
  padding-left: 38px;
  background: url(../Images/img-check-off.png) no-repeat;
  line-height: 21px;
}
div#projeto .step-orcamento .box table input[type=checkbox]:not(old):checked + label {
  background: url(../Images/img-check-on.png) no-repeat;
}
@media (max-width: 767px) {
  div#projeto .step-orcamento .box table {
    width: 100%;
  }
}
div#projeto .step-orcamento .box .complemento {
  background-color: #092d50;
}
@media (min-width: 768px) {
  div#projeto .step-orcamento .box .complemento {
    background: #092d50 url(../Icons/chat.svg) no-repeat right center;
  }
}
div#projeto .step-estilo .step {
  background-color: #570f84;
}
div#projeto .step-estilo .popup-estilo {
  position: absolute;
  top: 10px;
}
div#projeto .step-estilo .popup-estilo div {
  background-color: white;
  padding: 30px;
  z-index: 9999;
  text-align: left;
}
div#projeto .step-estilo .popup-estilo div span {
  float: right;
  cursor: pointer;
}
div#projeto .step-estilo .popup-estilo div h2 {
  color: #360952;
  font-size: 20px;
}
div#projeto .step-estilo .popup-estilo div p {
  font-size: 10px;
}
@media (max-width: 767px) {
  div#projeto .step-estilo .popup-estilo {
    position: fixed;
    z-index: 9999;
  }
}
div#projeto .step-estilo .box {
  background-color: #570f84;
}
div#projeto .step-estilo .box div.tipo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
  padding: 0;
}
div#projeto .step-estilo .box div.tipo div.item {
  margin: 15px;
  text-align: center;
}
div#projeto .step-estilo .box div.tipo div.item div.wrapper {
  position: relative;
  display: block;
  width: 182px;
  height: 182px;
  cursor: pointer;
}
div#projeto .step-estilo .box div.tipo div.item div.wrapper .selected {
  position: relative;
  width: 100%;
  height: 100%;
  border: 8px solid white;
}
div#projeto .step-estilo .box div.tipo div.item div.wrapper .selected img {
  max-width: 100%;
}
div#projeto .step-estilo .box div.tipo div.item span {
  display: inline-block;
  margin-top: 10px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
}
div#projeto .step-estilo .box .complemento {
  background-color: #360952;
}
@media (min-width: 768px) {
  div#projeto .step-estilo .box .complemento {
    background: #360952 url(../Icons/chat.svg) no-repeat right center;
  }
}
div#projeto .step-cores .step {
  background-color: #840f43;
}
div#projeto .step-cores .box {
  background-color: #840f43;
}
div#projeto .step-cores .box h3 {
  font-size: 14px;
  color: white;
}
div#projeto .step-cores .box h3 small {
  font-size: 10px;
  color: white;
}
div#projeto .step-cores .box path {
  cursor: pointer;
}
div#projeto .step-cores .box .complemento {
  background-color: #52092a;
}
@media (min-width: 768px) {
  div#projeto .step-cores .box .complemento {
    background: #52092a url(../Icons/chat.svg) no-repeat right center;
  }
}
div#projeto .step-layout .step {
  background-color: #55a94c;
}
div#projeto .step-layout .box {
  color: white;
  background-color: #55a94c;
}
div#projeto .step-layout .box label {
  font-size: 20px;
  font-weight: 400;
}
div#projeto .step-layout .box table {
  margin-top: 30px;
  max-width: 700px;
}
div#projeto .step-layout .box table tbody::after {
  content: "";
  display: block;
  height: 15px;
}
div#projeto .step-layout .box table tbody div.content {
  display: none;
}
div#projeto .step-layout .box table tbody#content-link div.content input[type='text'] {
  width: 100%;
}
div#projeto .step-layout .box table tbody#content-software div.icon-software {
  float: left;
  margin-right: 40px;
}
@media (max-width: 635px) {
  div#projeto .step-layout .box table tbody#content-software div.icon-software {
    float: none;
    margin-right: 0;
    text-align: center;
  }
}
div#projeto .step-layout .box table tbody#content-software div.content {
  height: 420px;
}
div#projeto .step-layout .box table tbody#content-software div.content div.content-center {
  float: left;
  width: 350px;
  text-align: justify;
}
div#projeto .step-layout .box table tbody#content-software div.content div.content-center p {
  font-size: 11px !important;
}
@media (max-width: 635px) {
  div#projeto .step-layout .box table tbody#content-software div.content div.content-center {
    width: 100%;
  }
}
div#projeto .step-layout .box table tbody#content-software div.content div.content-right {
  float: left;
  margin: 20px 0 0 20px;
}
div#projeto .step-layout .box table tbody#content-rascunho div.content {
  padding-left: 223px;
  height: 131px;
  background: url(../Images/img-layout-planta.jpg) no-repeat;
}
@media (max-width: 991px) {
  div#projeto .step-layout .box table tbody#content-software div.content {
    padding-left: unset;
    min-height: unset;
    background: none;
  }
}
@media (max-width: 767px) {
  div#projeto .step-layout .box table tbody#content-rascunho div.content {
    padding-left: unset;
    min-height: unset;
    background: none;
  }
}
div#projeto .step-layout .box table tbody p {
  font-size: 14px;
  text-transform: none;
}
div#projeto .step-layout .box input[type='text'],
div#projeto .step-layout .box input[type='number'] {
  color: #7f7f7f;
  border: 0;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
}
div#projeto .step-layout .box input[type='number'] {
  padding-right: 0;
}
div#projeto .step-layout .box .btn {
  display: inline-block;
  color: white;
  background-color: transparent;
  border: 1px solid white;
}
div#projeto .step-layout .box .frame {
  border: 1px solid white;
  padding: 10px;
  margin-bottom: 30px;
  color: white;
}
div#projeto .step-layout .box .frame h3 {
  font-size: 12px;
  margin-top: 0;
}
div#projeto .step-layout .box .frame p {
  font-size: 12px;
  text-transform: none;
}
div#projeto .step-layout .box .frame input[type='text'] {
  width: 100%;
}
div#projeto .step-layout .box .frame .btn {
  font-size: 10px;
}
div#projeto .step-layout .box .complemento {
  background-color: #3b7535;
}
@media (min-width: 768px) {
  div#projeto .step-layout .box .complemento {
    background: #3b7535 url(../Icons/chat.svg) no-repeat right center;
  }
}
div#projeto .step-finalizar .step {
  background-color: #db9000;
}
div#projeto .step-finalizar .box {
  color: white;
  background-color: #db9000;
  line-height: 2em;
}
div#projeto .step-finalizar .box p {
  font-size: 14px;
}
div#projeto .step-finalizar .box p span.preco {
  font-size: 36px;
  font-weight: 600;
}
div#projeto .step-finalizar .box p span.prazo {
  font-size: 24px;
  font-weight: 600;
}
div#projeto .step-finalizar .box div.pagseguro {
  background: url(../Images/icon-cartao.png) no-repeat left center;
  padding-left: 50px;
}
div#projeto .step-finalizar .box div.valepresente {
  background: url(../Images/icon-vale.png) no-repeat left center;
  padding-left: 50px;
  margin-bottom: 10px;
}
div#projeto .step-finalizar .box div.footer {
  line-height: 1.5em;
}
div#projeto .step-finalizar .box div.footer .step {
  padding-left: 70px;
}
div#projeto .step-finalizar .box div.footer .step.step1 {
  background: url(../Icons/footer-at.svg) no-repeat top left;
}
div#projeto .step-finalizar .box div.footer .step.step2 {
  background: url(../Icons/footer-check.svg) no-repeat top left;
}
div#projeto .step-finalizar .box div.footer .step.step3 {
  background: url(../Icons/footer-replay.svg) no-repeat top left;
}
div#projeto .step-finalizar .box div.footer .step.step4 {
  background: url(../Icons/footer-mail.svg) no-repeat top left;
}
div#projeto .step-finalizar .box .btn {
  color: white;
  font-size: 14px;
  background-color: #ab9b21;
  min-width: 200px;
}
div#projeto .step-finalizar .box .btn.btn-pagseguro {
  background-color: #7a7a7c;
}
div#projeto .step-finalizar .box .btn.btn-valepresente {
  background-color: #840f43;
}
div#projeto .popup.popup-pedireito {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  text-transform: none;
  max-width: 700px;
  padding: 15px;
}
div#projeto .popup.popup-pedireito div {
  padding: 15px;
  margin: auto;
}
div#projeto .popup.popup-pedireito h2 {
  color: #104b85;
}
@media (max-width: 700px) {
  div#projeto .popup.popup-pedireito {
    flex-wrap: wrap;
  }
}
div#perfil h1 {
  font-size: 30px;
  font-weight: 600;
}
div#perfil .menu {
  color: white;
  text-transform: uppercase;
  background-color: #7f7f7f;
}
div#perfil .menu .wrapper-avatar {
  text-align: center;
  padding-top: 30px;
}
div#perfil .menu .wrapper-avatar .avatar {
  width: 150px;
  height: 150px;
  border: 4px solid white;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
div#perfil .menu .wrapper-avatar .avatar img {
  width: 100%;
  height: 100%;
}
div#perfil .menu .wrapper-avatar .nome {
  font-size: 24px;
}
div#perfil .menu .wrapper-avatar .cidade {
  font-weight: bold;
}
div#perfil .menu .score {
  text-align: center;
  background-color: #00837b;
  margin-top: 30px;
  padding: 10px;
  font-size: 10px;
}
div#perfil .menu .score .number {
  font-size: 18px;
  font-weight: bold;
}
div#perfil .menu ul {
  list-style: none;
  padding: 0;
}
div#perfil .menu ul li {
  padding: 10px;
  text-align: center;
}
div#perfil .menu ul li a {
  display: block;
  color: white;
  font-size: 14px;
  text-decoration: none;
}
div#perfil .menu ul li:nth-child(odd) {
  background-color: #7a7a7c;
}
div#perfil .menu ul li:nth-child(even) {
  background-color: #7f7f7f;
}
div#perfil .projeto {
  color: white;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: 30px;
}
div#perfil .projeto .steps {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
div#perfil .projeto .steps .step {
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 180px;
  min-width: 66px;
  margin-top: -30px;
}
div#perfil .projeto .steps .step span.subtitle {
  position: absolute;
  display: block;
  bottom: 15px;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height: 30px;
}
@media (max-width: 767px) {
  div#perfil .projeto .steps {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  div#perfil .projeto .steps .step {
    background-position: center left;
    min-height: 80px;
    margin-top: 0;
  }
  div#perfil .projeto .steps .step span.subtitle {
    bottom: unset;
    width: unset;
    margin: 25px 0 0 124px;
    text-align: left;
  }
}
div#perfil .projeto .status {
  font-size: 18px;
  text-align: right;
  padding: 10px;
}
div#perfil .projeto .title {
  position: relative;
  display: table;
}
div#perfil .projeto .title h2 {
  color: white;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}
div#perfil .projeto .title h2 small {
  color: white;
  font-size: 24px;
}
div#perfil .projeto .title .icon {
  display: table-cell;
  width: 125px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
}
div#perfil .projeto .title .text {
  display: table-cell;
  vertical-align: middle;
}
div#perfil .projeto.item {
  background-color: #00837b;
}
div#perfil .projeto.item-alternate {
  background-color: #104b85;
}
div#perfil .projeto.projeto-sala-estar .icon {
  background-image: url(../Icons/ambiente/sala-estar.svg);
}
div#perfil .projeto.projeto-sala-jantar .icon {
  background-image: url(../Icons/ambiente/sala-jantar.svg);
}
div#perfil .projeto.projeto-sala-tv .icon {
  background-image: url(../Icons/ambiente/sala-tv.svg);
}
div#perfil .projeto.projeto-salas-integradas .icon {
  background-image: url(../Icons/ambiente/salas-integradas.svg);
}
div#perfil .projeto.projeto-escritorio-casa .icon {
  background-image: url(../Icons/ambiente/escritorio-casa.svg);
}
div#perfil .projeto.projeto-quarto-casal .icon {
  background-image: url(../Icons/ambiente/quarto-casal.svg);
}
div#perfil .projeto.projeto-quart-bebe .icon {
  background-image: url(../Icons/ambiente/quarto-bebe.svg);
}
div#perfil .projeto.projeto-quarto-adolescente .icon {
  background-image: url(../Icons/ambiente/quarto-adolescente.svg);
}
div#perfil .projeto.projeto-quarto-infantil .icon {
  background-image: url(../Icons/ambiente/quarto-infantil.svg);
}
div#perfil .projeto.projeto-varanda-terraco .icon {
  background-image: url(../Icons/ambiente/terraco.svg);
}
div#perfil .projeto.projeto-hall .icon {
  background-image: url(../Icons/ambiente/hall.svg);
}
div#perfil .projeto.projeto-cantinho {
  background-color: #00837b;
}
div#perfil .projeto.projeto-cantinho .icon {
  background-image: url(../Icons/ambiente/escritorio-casa.svg);
}
div#perfil .popup-valepresente {
  max-width: 450px;
}
div#perfil .popup-valepresente .title {
  color: #00837b;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
div#perfil .valespresente {
  width: 100%;
  margin-bottom: 30px;
}
div#perfil .valespresente tr {
  border-bottom: 1px solid #7a7a7c;
}
div#perfil .valespresente tr td {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
div#perfil .valespresente tr td.order {
  color: #00837b;
  font-size: 24px;
  font-weight: 600;
}
div#perfil .valespresente tr td .price {
  font-size: 24px;
  font-weight: 600;
}
div#perfil .valespresente tr td.vale {
  vertical-align: middle;
}
div#perfil .valespresente tr td.vale img {
  width: 60px;
}
div#perfil .valespresente tr td:first-child {
  min-width: 30px;
}
div#perfil .valespresente tr td:last-child {
  text-align: right;
}
div#perfil .valespresente tr.available .price {
  color: #00837b;
}
div#perfil .valespresente td.print a {
  text-transform: uppercase;
  color: #00837b;
  font-size: 14px;
  text-decoration: none;
}
div#perfil .valespresente td.print a:after {
  content: "\e045";
  font-family: "Glyphicons Halflings";
  font-size: 24px;
  margin-left: 10px;
}
div#perfil .valespresente td.send a {
  text-transform: uppercase;
  color: #00837b;
  font-size: 14px;
  text-decoration: none;
}
div#perfil .valespresente td.send a:after {
  content: "\e102";
  font-family: "Glyphicons Halflings";
  font-size: 24px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  div#perfil .valespresente td.print span,
  div#perfil .valespresente td.send span {
    display: none;
  }
}
div#conclusao .box {
  color: white;
  background: #00837b url(../Images/bg-conclusao.jpg) no-repeat center right;
  padding: 70px;
  width: 100%;
  text-transform: uppercase;
}
div#conclusao .box p {
  font-size: 24px;
}
div#contato h1 {
  font-size: 72px;
}
div#contato ul {
  margin-left: 70px;
}
div#contato ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
div#contato ul li img.icon {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}
div#contato .fornecedor {
  color: #00837b;
  font-size: 14px;
  text-transform: uppercase;
}
div#contato .fornecedor a {
  color: #00837b;
  text-decoration: underline;
}
div#sobre h1 {
  font-size: 72px;
}
div#sobre h2 {
  color: #00837b;
  font-size: 18px;
  font-weight: 600;
}
div#sobre .text {
  margin-left: 70px;
  text-align: justify;
}
div#sobre .text .pull-left {
  margin: 0 10px 10px 0;
}
div#blog h1 {
  font-size: 72px;
  font-weight: 300;
}
div#blog form.search {
  margin-top: 30px;
  margin-bottom: 30px;
}
div#blog .item {
  margin-bottom: 20px;
}
div#blog .item .panel {
  position: relative;
  min-height: 250px;
  background: url(../Images/bg-temp.jpg) no-repeat;
  border: 0;
  margin-bottom: 20px;
}
div#blog .item .panel .text-wrapper {
  display: table;
  padding: 20px 70px;
  max-width: 50%;
  min-height: 250px;
  color: white;
}
div#blog .item .panel .text-wrapper.cyan {
  background-color: rgba(0, 131, 123, 0.8);
}
div#blog .item .panel .text-wrapper.purple {
  background-color: rgba(87, 15, 132, 0.8);
}
div#blog .item .panel .text-wrapper.yellow {
  background-color: rgba(219, 144, 0, 0.8);
}
div#blog .item .panel .text-wrapper.blue {
  background-color: rgba(16, 75, 133, 0.8);
}
div#blog .item .panel .text-wrapper .text {
  display: table-cell;
  vertical-align: bottom;
  text-transform: uppercase;
}
div#blog .item .panel .text-wrapper .text a {
  color: white;
}
div#blog .item .panel .text-wrapper .text span {
  font-size: 18px;
  font-weight: 300;
}
div#blog .item .panel .text-wrapper .text h2 {
  font-size: 24px;
  margin: 0;
}
div#blog .item .content {
  padding-left: 70px;
}
div#blog .item .content .brief p {
  font-size: 14px;
  margin-right: 10px;
  text-align: justify;
}
div#blog .item .content .brief p a,
div#blog .item .content .brief p a:hover {
  color: #00837b;
  font-weight: bold;
}
div#blog .item .content ul.comment {
  list-style: none;
  margin: 30px 10px 30px 0;
  padding: 0;
}
div#blog .item .content ul.comment li {
  position: relative;
  background-color: #e9e9e9;
  padding: 10px 30px;
  margin-left: 25px;
  margin-bottom: 10px;
}
div#blog .item .content ul.comment li img.avatar {
  position: absolute;
  width: 50px;
  height: 50px;
  left: -25px;
  background-color: #55a94c;
  border-radius: 50%;
}
div#blog .item .content ul.comment li h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
div#blog .item .content ul.comment li p {
  font-size: 14px;
  margin-bottom: 10px;
}
div#blog .item .content ul.comment li p:last-child {
  margin-bottom: 0;
}
div#blog .item .content ul.comment li .answer {
  background: url(../Images/logo-answer.png) no-repeat left top;
  padding-left: 60px;
}
div#blog .item .content ul.comment li .answer h3 {
  color: #00837b;
}
div#blog .item .options {
  font-size: 12px;
  margin: 30px 10px 30px 70px;
  text-transform: uppercase;
}
div#blog .item .options .glyphicon {
  margin-right: 10px;
}
div#blog .item .options a {
  margin-right: 30px;
}
div#blog .item .options-interna {
  font-size: 12px;
  margin: 30px 10px 30px 0px;
  text-transform: uppercase;
}
div#blog .item .options-interna .glyphicon {
  margin-right: 10px;
}
div#blog .item .options-interna a {
  margin-right: 30px;
}
@media (max-width: 767px) {
  div#blog .item .panel .text-wrapper {
    min-width: 100%;
  }
}
div#depoimentos h1 {
  font-size: 72px;
  margin-bottom: 70px;
}
div#depoimentos .item {
  background: url(../Icons/aspas.svg) no-repeat left top;
  padding-left: 90px;
  margin-bottom: 60px;
}
div#depoimentos .item p {
  font-size: 20px;
  font-style: italic;
  text-align: justify;
}
div#depoimentos .item p.author {
  font-style: normal;
  font-weight: 600;
  color: #00837b;
}
div#faq h1 {
  font-size: 72px;
}
div#faq h2 {
  color: #00837b;
  font-size: 20px;
  font-weight: 600;
}
div#faq ul {
  margin-bottom: 50px;
}
div#faq ul li {
  margin-top: 15px;
  margin-bottom: 15px;
}
div#faq ul li h3 {
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}
div#faq ul li .item {
  display: none;
  font-size: 18px;
  font-weight: 400;
  color: #7f7f7f;
}
div#faq ul li.selected {
  color: #00837b;
}
div#faq ul li.selected:before {
  content: "\e252";
}
div#faq ul li:before {
  content: "\e250";
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  float: left;
  margin-top: 1px;
  padding-right: 10px;
  -webkit-font-smoothing: antialiased;
}
div#faq .contato {
  font-size: 20px;
  font-weight: 600;
}
div#faq .contato a,
div#faq .contato a:focus {
  color: #00837b;
  text-decoration: underline;
}
div#valepresente h1 {
  font-size: 72px;
  color: #840f43;
}
div#valepresente .toppanel {
  background: #840f43 url(../Images/bg-temp-magenta.jpg) no-repeat;
}
div#valepresente .form-simples {
  margin-left: 70px;
}
div#comofunciona h1 {
  font-size: 72px;
}
@media (max-width: 479px) {
  div#comofunciona h1 {
    font-size: 60px;
  }
}
@media (max-width: 319px) {
  div#comofunciona h1 {
    font-size: 50px;
  }
}
div#comofunciona h2 {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
div#comofunciona .step {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  color: white;
  min-height: 160px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
}
div#comofunciona .step .bg {
  min-width: 170px;
  min-height: 160px;
}
div#comofunciona .step h3 {
  font-size: 125px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
@media (max-width: 639px) {
  div#comofunciona .step h3 {
    font-size: 95px;
  }
}
div#comofunciona .step.step1 {
  background-color: #00837b;
}
div#comofunciona .step.step1 .bg {
  background: url(../Images/bg-comofunciona-step1.png) no-repeat center center;
}
div#comofunciona .step.step2 {
  background-color: #840f43;
}
div#comofunciona .step.step2 .bg {
  background: url(../Images/bg-comofunciona-step2.png) no-repeat center center;
}
div#comofunciona .step.step3 {
  background-color: #104b85;
}
div#comofunciona .step.step3 .bg {
  background: url(../Images/bg-comofunciona-step3.png) no-repeat center center;
}
div#comofunciona .step.step4 {
  background-color: #db9000;
}
div#comofunciona .step.step4 .bg {
  background: url(../Images/bg-comofunciona-step4.png) no-repeat center center;
}
div#comofunciona .step.step5 {
  background-color: #55a94c;
}
div#comofunciona .step.step5 .bg {
  background: url(../Images/bg-comofunciona-step5.png) no-repeat center center;
}
div#comofunciona .step.step6 {
  background-color: #570f84;
}
div#comofunciona .step.step6 .bg {
  background: url(../Images/bg-comofunciona-step6.png) no-repeat center center;
}
div#comofunciona .step.step7 {
  background-color: #00837b;
}
div#comofunciona .step.step7 .bg {
  background: url(../Images/bg-comofunciona-step7.png) no-repeat center center;
}
@media (max-width: 767px) {
  div#comofunciona .step .bg {
    display: none;
  }
}
div#comofunciona .spacer {
  background: url(../Images/dotline-vertical.png) repeat-y center center;
  height: 65px;
}
div#comofunciona .question {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
div#comofunciona .question a,
div#comofunciona .question a:hover,
div#comofunciona .question a:active,
div#comofunciona .question a:visited {
  color: #00837b;
}
div#cadastrar h2 {
  color: #00837b;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
div#cadastrar h4 {
  color: #00837b;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
div#cadastrar .toppanel {
  margin-bottom: 10px;
}
div#login h2 {
  color: #00837b;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 30px;
}
div#login .toppanel {
  margin-bottom: 10px;
}
.cssload-thecube {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00837b;
  animation: cssload-fold-thecube 2.76s infinite linear both;
  -o-animation: cssload-fold-thecube 2.76s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
  animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
}
@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes cssload-fold-thecube {
  0%, 10% {
    -o-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -o-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -o-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
@-ms-keyframes cssload-fold-thecube {
  0%, 10% {
    -ms-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -ms-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -ms-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cssload-fold-thecube {
  0%, 10% {
    -moz-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -moz-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -moz-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
.loading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background-color: rgba(11, 11, 11, 0.8);
}
* {
  font-family: "Open Sans", sans-serif;
}
body {
  color: #7f7f7f;
  background-color: white;
}
header {
  padding-top: 30px;
  padding-bottom: 30px;
}
header small {
  color: #00837b;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
header .login {
  display: table-cell;
  height: 34px;
  width: 82px;
  padding-right: 8px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  background: url(../Images/bg-login.svg) no-repeat;
}
header .menu {
  color: #7a7a7c;
  margin-top: 30px;
  margin-bottom: 10px;
}
header .menu input[type='email'] {
  width: 180px;
}
header .menu input[type='password'] {
  width: 120px;
}
header .menu input[type='email'],
header .menu input[type='password'] {
  font-size: 11px;
  padding: 7px 4px;
}
header .menu input[type='email']::-webkit-input-placeholder,
header .menu input[type='password']::-webkit-input-placeholder {
  color: #e9e9e9;
}
header .menu input[type='email']:-moz-placeholder,
header .menu input[type='password']:-moz-placeholder {
  /* Firefox 18- */
  color: #e9e9e9;
}
header .menu input[type='email']::-moz-placeholder,
header .menu input[type='password']::-moz-placeholder {
  /* Firefox 19+ */
  color: #e9e9e9;
}
header .menu input[type='email']:-ms-input-placeholder,
header .menu input[type='password']:-ms-input-placeholder {
  color: #e9e9e9;
}
header .link {
  font-size: 10px;
  text-transform: uppercase;
}
section#content h1 {
  margin-top: 0;
}
section#content p {
  font-size: 18px;
}
footer {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-top: 50px;
}
footer img.logo {
  max-height: 22px;
  max-width: 100%;
  margin-bottom: 30px;
}
footer li {
  font-size: 12px;
  margin-bottom: 6px;
}
footer li img.certisign {
  max-width: 70px;
}
footer li img.internetsegura {
  max-width: 65px;
}
footer .menu {
  margin-bottom: 30px;
}
footer .copyright {
  margin-top: 30px;
  text-align: center;
  font-size: 10px;
}
h1 {
  color: #00837b;
  font-size: 48px;
  font-weight: normal;
  text-transform: uppercase;
}
strong,
b {
  font-weight: 600;
}
input {
  border: 1px solid #7f7f7f;
}
em {
  color: #00837b;
  font-style: normal;
}
a,
a:hover,
a:focus {
  color: #7f7f7f;
}
