/*
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 : 01/05/2017, 17:30:14
    Author     : Gleisson Neves
*/

@media only screen and (max-width: 
1024px) {
 .container-logo
{
  width: 450px;
  height: 580px;
  
}

.block-logo figure img{
     width: 450px;
  height: 625px;
  
}
.block-fundo figure
{
      margin-left: -100px;
}


.container-corpo
{
  
  width: 600px;
  height: 300px;
  margin-left: 20em;
  
}
.portifolio{
   
    margin-left: 30px;
    z-index: 1;
    width: 50%
}
.section-marketing section{
    margin-left: 250px;
    margin-top: -320px;
    z-index: -1;
   
}
.section-marketing section img{
    width: 90%;
    height: 20%;
    
}
.section-marketing{
    margin-left: 450px;
    margin-top: 290px;
    z-index: 2;
    
    
}
#slider{
    width: 80%;
    height: 80%;
}
#slider img{
    width: 70%;
    height: 70%;
}

.section-aluguel-img{
     margin-top: 235px;
}
.section-orcamento-img{
    margin-top: 750px;
}

.gallery-amostras{
    
    margin-left: 500px;
    
    width: 38.5%;
    z-index: 2;
}


.section-logos figure{
     margin-left: 10px;
     padding: 0;
    
}

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

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

.autor{
    margin-bottom: 10px;
    font-size: 10px;
}
.responsive-fundo{
        margin-top: -30px;
        margin-left: 60px;
    }
    .ico-contato{
        margin-left: -40px;
    }
     .ico-contato .correio{
        margin-left: 240px;
    }
     #sp1{
        font-size: 20px;
        margin-left: 10px;
    }
    #sp2{
        font-size: 20px;  
        margin-left: 10px;
    }
    
    ul{
        margin-left: 10px;
    }
   
            
            #image-autor img{
                 display: inline;
                width: 75%;
                height: 75%;
                margin-left: 30px;
                border-radius: 150px;
                margin-top: 100px;
            }
}

//resolução 320px
@media only screen and (max-width:320px){
   
}

