html, body
{
    height: 100%;
}

body
{
    margin: 0;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #000;
    background-color: #ffffff;
}

a:link, a:visited
{
    color: #fff;
    text-decoration: none;
}
a:hover
{
    color: #bde2df;
    text-decoration: none;
}

a.current
{
    color: #0077AA;
}

h1
{
    font-size: 3.8em;
    line-height: 1em;
    font-weight: 700;
    color: #000;
}

h2
{
    font-size: 2em;
    line-height: 1em;
    font-weight: 400;
    color: #000;
}

.text-white
{
    color: #fff;
}

.menu
{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,1.0);
    z-index: 100;
}

.nav
{
    margin: 10px 0 0 0;
}


.slide
{
    width: 100%;
    
    position: relative;

    padding: 8% 0;

    text-align: center;
}


#slide1
{
    height: 100%;
    background-image: url('../images/building-crane.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#slide2
{
    height: 100%;
    background-image: url('../images/building_background.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#slide3
{
    background-image: url('../images/About-Us.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
#slide4
{
    background-image: url('../images/office.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
#slide5
{
    background-image: url('../images/activity.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#slide6
{
    background-image: url('../images/clients.jpg');
    background-color: #fff;
    background-repeat: no-repeat;
    webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
/*
#slide2, #slide4, #slide6
{
    background-color: #ffffff;
    box-shadow: 0 18px 14px -14px rgba(0,0,0,0.6), 0 -18px 14px -14px rgba(0,0,0,0.6);
    z-index: 10;
}
*/

.fade
{
    background-color: rgba(200, 200, 200, 0.8);
    color: #003355;
}

.infoSede
{
    width: 16%; border: 2px solid #66A; position:fixed; left:0px; display:none; background-color:White; font-size:smaller; z-index: 110;
}
.infoSede a
{
    color: Blue;
}
.legend
{
    font-size: xx-small; border: 2px solid #66A; width: 33%; text-align:left; padding: 10px; position:absolute; right:0px; z-index: 105;
}