/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03/04/2017, 18:12:08
    Author     : Gleisson Neves
*/
.container-logo
{
  display: inline-block;
  width: 600px;
  height: 650px;
  position:absolute;
    background-color: greenyellow;
   
    
}

.block-logo img{
     width: 668px;
  height: 650px;
  position:absolute;
  margin-top: -30px;
  margin-left: -40px;
  z-index: 1;
  
}


.container-corpo
{
    position:absolute;
   display: inline-block; // bloco lado a lado
  width: 600px;
  height: 300px;
  margin-left: 40em;
  margin-top: 1.5em;
  font-size: 1.5em;
  font-style: inherit;
  text-align: left;
  
  
}

.section-marketing
{
     position:absolute;
     display: inline; //ocupa a linha
    width: 600px;
    height: 310px;
   
     margin-left: 45em;
     margin-top: 18%;
    
   
}

.portifolio{
   
    margin-left: -200px;
}
a:hover
{
   
    background-color:  #0FA0CE;
    width: 75%;
}
.section-marketing section{
    margin-left: 400px;
    margin-top: -420px;
    z-index: -1;
    
    
}

.portifolio img{
display: inline-block;
}

div:hover{
    display: block;
    
}
.block-fundo img{
     width: 131%;
  height: 640px;
  position:absolute;
  margin-top: 580px;
  margin-left: -40px;
}

.fundo-img3{
     width: 118%;
  height: 640px;
  position:absolute;
  margin-top: 580px;
  margin-left: -40px;
  
}

.img4{
    position:relative;
  margin-top: -30px;
 margin-left: -70px;
    
}

.section-planos img{
    width: 100%;
    height: 100%;
    float: left;
    border-bottom: 1em;
    border-bottom-color: greenyellow;
    border-bottom-style: inset;
    border-top: 1em;
    border-top-color: greenyellow;
    border-top-style: inset;
}
.section-aluguel-img img{
   
    z-index: 1;
    width: 100%;
    height: 100%;
}
.section-aluguel-img{
     position: absolute;
    margin-top: 275px;
    margin-left: 110px;
}
.section-orcamento-img img{
    z-index: 2;
    width: 80%;
    height: 80%;
}
.section-orcamento-img{
     position: absolute;
    margin-top: 930px;
}

.gallery-amostras{
    position: absolute;
     margin-top: 195em;
    margin-left: 420px;
    /* border-bottom: 1em;
    border-bottom-color: greenyellow;
    border-bottom-style: inset;*/
    border-top: 1em;
    border-top-color: greenyellow;
    border-top-style: inset;
    width: 68.5%;
    z-index: -1;
}

.gallery-amostras .section-logos{
    display: inline-block;
}
.section-logos figure{
     margin-left: 500px;
     padding: 0;
     
     
    
    
}

.section-logos figure img{
    width: 40%;
    height: 40%;
     border-radius: 10px 10px;
     border-style: inset;
     /*padding: -10px;*/
    
    
}

.apps figure img{
     width: 80%;
    height: 80%;
}

footer div{
   
    background-color: darkgreen;
    margin-left:10px;
    border-radius:10px 10px 0 0;
    z-index: 0;
}
 pre{
     font-family: "Times New Roman", Times, serif;
     padding-top: 10px;
     font-style: normal;
     font-size: large;
}
pre b{
    color: #ADFF2F;
}

 ul{
    margin-left: 100px;
    }
 #image-autor{
                 margin-top: 10px;
                
            }
            
            #image-autor img{
                 display: inline;
                width: 75%;
                height: 75%;
                margin-left: 130px;
                border-radius: 150px;
            }





