/*
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 : 14/01/2016, 13:21:20
    Author     : Pablo
*/

.empresa-wrapp{
    width: 100%;    
    background-image: url('images/empresa.jpg');
    position: relative;
    float: left;
    background-attachment: fixed;
    overflow: hidden;
    background-repeat: no-repeat;	
}
.empresa-wrapp .text-container{
    position: relative;
    float: left;
    margin-bottom: 60px;    
    width: 100%;
}
.empresa-wrapp h1{
     margin:5% 0 1% 0;
}

.empresa-wrapp p{    
    font-size: 18px;
    color: #ffffff;       
}
.empresa-wrapp p.icon-container{
    margin: 15px 0;
    font-size:  38px;
}
.empresa-wrapp .titulo{
    margin: 50px 0 40px 0;    
    position:relative;
    float: left;
    width: 100%;
}
@media screen and (max-width: 800px) { 
    .empresa-wrapp .titulo{text-align: center;}
    .empresa-wrapp{
        background-position-x: -500px;
        background-position-y: -250px;
    }
}