html, body {
    height: 100%;
}

#inicio {
    height: 100%;
}

a {
    text-decoration: none;
}

.arrow-down {
    position: absolute;
    bottom: 150px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    font-size: 2.5em;
    border: 2px solid #fff;
    max-width: 50px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
}

.arrow-down:hover {
    opacity: .5;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}


#inicio {
   
}

.logo-inicio {
    max-width: 500px;
    margin: 250px auto 0px auto;
}

.txt-logo {
    max-width: 400px;
    margin: 10px auto;
    font-size: 2em;
    font-weight: 300;
    border: 2px solid #fff;
    padding: 0px 0px 10px 0px;
}

.txt-logo span {
    font-size: 1.4em;
}

.menu-inicio {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+18,000000+100&amp;0+0,0.7+18,0.7+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 18%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 18%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.7) 18%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 */
    overflow: hidden;
    padding: 20px 0px;
    width: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.menu-inicio ul {
    float: right;
    font-size: 1.2em;
    font-weight: 300;
    margin-right: 50px;
}

.menu-inicio li {
    display: inline;
    padding: 0px 20px;
}

.menu-inicio a {
    text-decoration: none;
    color: #fff;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-inicio a:hover {
    color: #ed1c25;
}

#empresa {
    background: url(../images/bg-empresa.jpg);
    background-size: cover;
    padding: 0px;
}

.conteudo-empresa {
    width: 40%;
    min-height: 800px;
    background: rgba(0, 0, 0, .5);
    float: right;
    box-sizing: border-box;
    padding: 100px 30px 30px 30px;
    font-size: 1.2em;
    font-weight: 300;
    text-align: left;
}

.conteudo-empresa h2 {
    text-align: left;
    position: relative;
    z-index: 1;
    font-size: 1.2em;
}

.conteudo-empresa h2:before {
    content: "";
    width: 300px;
    height: 50px;
    background: #ed1c25;
    margin-top: -10px;
    margin-left: -50px;
    position: absolute;
    z-index: -1;

}

.conteudo-empresa p {
    text-align: justify;
    margin: 40px 0px;
}

.conteudo-empresa h3 {
    text-align: left;
}

.conteudo-empresa span {
    text-align: left;
}

.conteudo-empresa span:before {
    content: "-";
    float: left;
    margin-right: 5px;
    color: #ed1c25;
    font-weight: bold;
}

.conteudo-empresa a {
    color: #fff;
    text-decoration: none;
}

.bt-orcamento {
text-align: center;
border: 1px solid #ed1c25;
padding: 20px 0px;
width: 80%;
margin: 0 auto;
-o-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
}

.bt-orcamento:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}

#produtos {
    background-image: url(../images/bg-produtos.png);
    background-size: cover;
    background-color: #fff;
    padding-bottom: 100px;
}

#produtos h2 {
    font-size: 3em;
    color: #000;
    font-weight: 900;
    margin-top: 30px;
}

#produtos h2:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../images/detail-menu.png);
    background-size: cover;
    margin-top: -30px;
}

.box-prod {
    width: 100%;
    height: 200px;
    border: 2px solid #ed1c25;
    box-sizing: border-box;
    margin: 60px 0px 0px 0px;
    text-align: left;
    padding: 20px;
    color: #000;
    font-weight: 900;
    font-size: 1.8em;
    line-height: 35px;
    text-transform: uppercase;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.box-prod p {
    height: 90%;
}

.box-prod-more {
    width: 60px;
    height: 60px;
    background: #ed1c25;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    float: right;
    font-size: 1.5em;
    font-weight: 100;
    padding-top: 10px;
    margin-top: 5px;
    margin-right: -45px;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.box-prod:hover .box-prod-more {
    width: 80px;
    height: 80px;
    background: #fff;
    color: #ed1c25;
    margin-top: -100px;
    margin-right: 10px;
    font-size: 2em;
    padding-top: 18px;
    box-shadow: inset -2px -2px 10px rgba(0, 0, 0, .5);
    font-weight: bold;
}

.box-prod:hover {
    background: #ed1c25;
    color: #fff;
}

.detail-pag {
    width: 100%;
    min-height: 340px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
}

.detail-pag p {
    color: #000;
    text-align: center;
    font-size: 2.4em;
    margin-top: 80px;
    font-weight: bold;
}

.orcamento-detail {
    text-align: center;
    color: #000;
    border: 2px solid #ed1c25;
    font-size: 1.8em;
    font-weight: 300;
    padding: 10px 0px;
    width: 80%;
    margin: 30px auto;
    text-transform: uppercase;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.orcamento-detail:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}


.area-left {
    width: 50%;
    height: 550px;
    float:left;
    background: url(../images/area-left.jpg);
    background-size: cover;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.area-left h2 {
    margin-top: 100px;
    font-size: 2.5em;
    font-weight: 900;
}

.area-left p {
    width: 70%;
    margin: 50px auto 0px auto;
    font-size: 1.2em;
    font-weight: 300;
}

.area-left p:after {
    content: "";
    position: absolute;
    float: right;
    width: 130px;
    height: 130px;
    background: url(../images/detail-menu.png);
    background-size: cover;
    margin-top: 80px;
    margin-right: -100px;
}

.area-right {
    width: 50%;
    height: 550px;
    float: right;
    box-sizing: border-box;
    padding: 20px 0px 20px 20px;
    background: #fff;
    position: relative;
    z-index: 1;
    
}

.area-all {
    width: 70%;
    float: right;
    border-bottom: 2px solid #ed1c25;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
    font-size: 1.5em;
    padding: 0px 0px 10px 50px;
    overflow: hidden;
    margin: 16px 0px;
      -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.area-all:hover {
    width: 80%;
}

.icon-area {
    width: 60px;
    height: 60px;
    border: 2px solid #ed1c25;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    margin-top: -15px;
    margin-left: -90px;
    background: #fff;
}

.icon {
    width: 100%;
    height: 100%;
    background: #ed1c25;
    border-radius: 50%;
}

.icon img {
    border-radius: 50%;
    margin-top: 10px;
}

#clientes {
    width: 100%;
    min-height: 300px;
    background-image: url(../images/bg-clientes.jpg);
    background-size: cover;
    background-color: #fff;
}

#demo h2 {
    text-align: left;
    margin-left: 80px;
    font-weight: 300;
    margin-bottom: 20px;
}

#contato {
    padding: 0px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.maps {
    width: 100%;
    height: 250px;
    pointer-events: none;
}

.contato-end {
    color: #777777;
    padding-top: 50px;
    text-align: left;
    font-size: 1.5em;
    font-weight: 300;
}

.contato-end p {
    text-indent: 47px;
}

.contato-end i {
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    font-size: .75em;
    padding-top: 4px;
    color: #000;
    margin-right: 10px;
}

.contato-atendemos {
    width: 80%;
    margin: 50px 0px 0px 0px;
}

.rw-footer-developer {
  font-size: 14px;
  font-weight: bold;
  /*max-width: 100px;*/
  text-align: center;
  margin: 0 auto;
  display: flex; 
  align-items: center;
  justify-content: flex-end;
}

.rw-footer-developer img {
  opacity: 1;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;  
}

.rw-footer-developer img:hover {
  opacity: 0.6;
}

@media(max-width: 768px){
    .rw-footer-developer{
        display: flex;
        justify-content: center;
    }
}

#footer {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  color: #fff;
  background: #ed1c25;
  font-size: 18px;
  margin-top: -10px; 
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    max-width: 1200px;
    height: 90%;
    position: relative;
    margin: 2% auto;
    padding: 20px 25px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
}

.modalDialog > div::-webkit-scrollbar-track {
    background-color: #fff;
}
.modalDialog > div::-webkit-scrollbar {
    width: 6px;
    background: #fff;
}
.modalDialog > div::-webkit-scrollbar-thumb {
    background: #ccc;
}

.close {
    background: #ed1c25;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.close:hover {
    background: #fff;
    color: #ed1c25;
}

.tittle-modal {
    color: #000;
    font-weight: bold;
    font-size: 2.5em;
    margin: 50px 0px;
}

.tittle-modal:before {
    content: "";
    float: left;
    width: 50px;
    height: 50px;
    background: url(../images/detail-menu.png);
    background-size: cover;
    margin-top: -10px;
}

@media screen and (max-width: 81em) { 
      .menu-inicio { width: 70%;}
      .nav-collapse ul{ margin-right: 0px;}
    .nav-collapse a { padding-left: 1em; padding-right: 1em;}
}

@media screen and (max-width: 50em) { 
    .header { top: 0px;}
    .menu-inicio { display: none;}
    .logo-inicio { max-width: 300px; margin-top: 250px;}
    .txt-logo { font-size: 1.5em; max-width: 300px;}
    .logo { max-width: 200px;}
    .conteudo-empresa { width: 100%;}
    #produtos h2 { font-size: 2.5em; margin: 0px 0px 50px 0px}
    #produtos h2:after { width: 50px; height: 50px; margin-top: 0px;}
    .box-prod { width: 85%; margin: 50px auto;}
    .area-left { width: 100%; float: none;}
    .area-left p:after { width: 80px; height: 80px; margin-right: -20px; margin-top: 30px;}
    .area-right { width: 100%; float: none;}
    .contato-end { font-size: 1.3em; margin-bottom: 50px;}
    
}
