@charset "utf-8";
/* ============
   CSS Reset 
============= */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,mark{font-size:100%;padding:0;border:0;margin:0;vertical-align:baseline;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}
ul,ol{list-style:none;}
blockquote,q {quotes:none;}blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}

/* ============ */

@font-face {
    font-family: 'myriad_pro_lightregular';
    src: url('../fontes/myriadpro-light-webfont.eot');
    src: url('../fontes/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/myriadpro-light-webfont.woff') format('woff'),
         /*url('myriadpro-light-webfont.ttf') format('truetype'),*/
         url('../fontes/myriadpro-light-webfont.svg#myriad_pro_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'myriad_pro_semibold';
    src: url('../fontes/myriadpro-semibold-webfont.eot');
    src: url('../fontes/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/myriadpro-semibold-webfont.woff') format('woff'),
         /*url('myriadpro-semibold-webfont.ttf') format('truetype'),*/
         url('../fontes/myriadpro-semibold-webfont.svg#myriad_pro_semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
    margin:0; padding:0; border:0;
    font-family: /*"Myriad Pro",*/ "myriad_pro_lightregular", Trebuchet MS,Geneva,sans-serif;
    font-size: 62.5%;
    font-weight: 500;
    color: #527589;
    overflow-x: hidden;
}
a, a:link{text-decoration: none; color: #527589;}
a:hover{color: #d5203c;}

p {font-size: 1.4em; font-family: Arial, sans-serif; margin: 10px 0; line-height: 120%;}

h2{color: #d5203c; font-size: 3.2em; font-weight: bold; text-transform: uppercase; margin: 5px 0 10px 0; font-family: /*"Myriad Pro",*/ "myriad_pro_semibold", Trebuchet MS,Geneva,sans-ser}
h3{color: #d5203c; font-size: 2.4em; font-weight: normal; /*margin: 0 0 5px 0;*/}
h4{color: #d5203c; font-size: 1.8em; font-weight: normal; margin: 5px 0 0 0;}

.clearAll{clear:both;}
.leftwards{float:left;}
.rightwards{float:right;}
.hidden{display: none;}

/* ************* */
.landing-page{
    min-height: 590px; 
    height: 100%; 
    background: url('../images/teaser.jpg') no-repeat center top;
}
.wrapper{
    width: 980px;
    padding: 0 20px;
    margin: 0 auto;
    position:relative;
}


#header{
    height:180px;
    background: #d5203c url('../images/bg-header.png') no-repeat center top;
    position: relative;
}

.corner{
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 20;
}
#header .corner{top: 30px;}
#header .corner.left{
    background: #274559 url('../images/corner-left.png') no-repeat 0 0;
    left:0;
}
#header .corner.right{
    background: #274559 url('../images/corner-right.png') no-repeat 0 0;
    right:0;
}

#header .stripe{
    background-color: #274559; 
    height:80px;
    position: absolute;
    left:0;
    top:30px;
    width: 100%;
    z-index: 10;
}
/* **************
***** MENU ******
*************** */

#nav{
    z-index: 20;
    padding: 30px 0 0 0;
    background: #d5203c url('../images/bg-header.png') no-repeat center top;
}

#nav ul{
    height: 40px; 
    padding: 20px 0;
    background-color: #3e5a6d; 
    margin-top: 20px;
}

#nav ul li{ 
    display:block;
    float: left;
    font-size: 1.34em;
    height: 30px;
    padding: 15px 0;
}
#nav ul li:first-child a{border-left: none; padding-left: 30px;}
#nav ul li.orcamentos-menu{padding-right: 25px;}


#nav ul li:hover, #nav ul li.selected{ 
    background-image: url('../images/menu-selection.png');
    background-repeat: no-repeat;
    background-position: bottom;
}
#nav ul li.selected.home-menu, #nav ul li.home-menu:hover{ 
    background-position: left bottom;
}
#nav ul li.selected.empresa-menu, #nav ul li.empresa-menu:hover{ 
    background-position: -83px bottom;
}
#nav ul li.selected.projetos-menu, #nav ul li.projetos-menu:hover{ 
    background-position: -180px bottom;
}
#nav ul li.selected.construcoes-menu, #nav ul li.construcoes-menu:hover{ 
    background-position: -272px bottom;
}
#nav ul li.selected.obras-menu, #nav ul li.obras-menu:hover{ 
    background-position: -395px bottom;
}
#nav ul li.selected.contatos-menu, #nav ul li.contatos-menu:hover{ 
    background-position: -530px bottom;
}
#nav ul li.selected.orcamentos-menu, #nav ul li.orcamentos-menu:hover{ 
    background-position: -625px bottom;
}

#nav ul li a{
    color: #ffffff; 
    padding: 12px 15px 10px 15px;
    height: 15px;
    border-right: 1px solid #4d6d83;
    border-left: 1px solid #274559;
}
#nav ul li.orcamentos-menu a{border-right: 0;}
/*#nav ul li:hover{background: url('../images/nav-menu-over.png') no-repeat center bottom;}*/

#nav h1#logo{
    padding:0;
    position: absolute;
    right:0;
    bottom:0;
    text-indent: -99999px;
    width: 270px;
    height: 110px;
    background: url('../images/logo-sublimis.png') no-repeat center bottom;
}

#nav h1#logo a{
    display: block;
    width: 270px;
    height: 110px;
}

#breadcrumbs{padding: 20px 0 0 45px; }
#breadcrumbs ul li{
    color: #ffffff; 
    font-family: Arial, sans-serif; 
    text-transform: uppercase; 
    padding: 0 0 0 4px;
    float: left;
}
#breadcrumbs ul li a{color: #274559; padding: 0 2px 0 0;}
#breadcrumbs ul li span{padding: 0 3px;}

#voltar_btn{
    position: absolute; 
    right: 30px;
    top: 14px;
    display: block; 
    width: 70px;
    height: 30px;
    color: #1c374a;
    text-indent: -9999px;
    z-index: 100;
    background: url('../images/btn-voltar.png') no-repeat right 0;
}
#voltar_btn:hover{
    background-position: right -40px; 
}

#container{
    position: relative;

}

#banner{height: 330px; width: 100%; position: relative; z-index: 10; }

#banner .slides_container {color: #1c374a; height: 390px; }
    
    .bg-slides{
        background-repeat: no-repeat;
        background-position: top center;
        height: 100%;
    }
    /*#banner .slides_container img {position: absolute; top:0; z-index: 2;}
    */
    .slides_container .text{
        padding:40px 0 0 20px; 
        height: 350px;
        width: 400px;
        z-index: 10;
    }
    
    #banner .slides_container a.saibamais_slider_btn {
        color: #1c374a; 
        font-size: 1.6em;
        font-weight: bold;
        display: block; 
        width: 120px;
        height: 30px;
        margin-top: 25px;
        text-indent: -9999px;
        background: url('../images/btn-sabermais.png') no-repeat right 0;
    }
    #banner .slides_container a.saibamais_slider_btn:hover {
        background-position: right -40px;
    }
    #banner .slides_container h3 {
        color: #1c374a; 
    }
    #banner .slides_container p {font-size: 1.6em; font-weight: 200;}
    

    ul.pagination{ position: absolute; left: 40px; bottom: 90px; z-index: 200; height: 20px;}
        ul.pagination li{
           float: left; 
           margin: 0 6px 0 0;
           
        }
        ul.pagination li a{
            display: block;
            text-indent: -99999px;
            height: 20px;
            width: 20px;
            background: url("../images/slider-bullets.png") no-repeat center 2px;
        }
        ul.pagination li.current a{
            background-position: center -18px;
        }

    .featured_bg{
        background: url("../images/section-bg.png") repeat 0 0;
    }
#featured{
    height: 300px;
    z-index: 100;
    padding-bottom: 15px;
    position: relative;
}

.teaser{
    height: 300px;
    width: 320px;
    margin-right: 10px;
    float: left;
    background-color: #ffffff;
    position: relative;
    z-index: 100;
}

.teaser:last-child{
    margin-right: 0;
}
.teaser .header{
    height: 14px;
    padding: 8px 15px;
    background-color: #274559;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: 500;
    font-family: "myriad_pro_lightregular", Trebuchet MS,Geneva,sans-serif;
}
.picHolder{
    height: 150px;
    width: 290px;
    background-color: #ffffff;
    position: relative;
}
.teaser .picHolder{width: 100%;}

.teaser .content{
    padding: 12px 6px 12px 10px;
}
.teaser .content p{
    color: #527589;
    font-weight: normal;
    font-size: 1.2em;
    margin-top: 5px;
}
.teaser a, .box a{
    color: #1c374a;
    font-weight: normal;
    font-size: 1.4em;
    padding-right: 30px;
    display: block;
    width: 85px;
    height: 15px;
    padding: 5px 5px 5px 0;
    margin: 10px 0 0 0;
    background: url('../images/btn-sabermais-small.png') no-repeat right 2px ;
}
.teaser a:hover, .box a:hover {
    background-position: right -20px;
    color: #d5203c;
}

#content{
    padding: 40px 0 40px 35px;
    min-height: 140px;
    height: auto;
    background-color: #ffffff;
    color: #527589;
    font-weight: normal;
}
.box{
    height: 245px;
    width: 320px;
    margin: 30px 8px 10px 0;
    padding:0 0 25px 0;
    float: left;
    position: relative;
    background-color: #FFFFFF;
}

.noborder{margin-right:0;}
.box.medium{height: 270px;}
.box.big{height: 295px;}

#content .box:first-child{
    margin-left: 0;
}
.box a{
    width: 115px;
    position: absolute;
    bottom: 1px;
    left:0;
    margin:0;
}

.box .content{padding: 5px 10px 0 0;}
.box .content p{margin-top: 3px; padding-right: 10px;}

.box a.gallery, .box a.galeria-btn{
    background: url("../images/plus-icon.png") no-repeat scroll right bottom transparent;
    display: block;
    height: 149px;
    left: 0;
    top:0;
    padding: 0;
    width: 289px;
}

.box a.galeria-btn.hidden{ display: none;}


/* ****************
****** FORM *******
**************** */

form{font-family: Arial, sans-serif; margin-top: 50px;}


fieldset{
    float: left;
    display: block;
    margin: 0;
}
fieldset#personal_info{
    margin-right:40px;
}

label{
    font-size: 1.5em;
    /*font-family: Arial, sans-serif;*/
    font-weight: normal;
    text-align: right;
    display: inline-block;
    width: 110px;
    margin-right: 8px;
}
.right_label{
    display: block;
    float:left;
    width: 150px;
    text-align: right; 
    margin: 8px 8px 20px 0; 
}


input, select, textarea{
    margin: 2px 0 10px 0;
    border: 1px solid #dddddd;
    padding: 5px 2px;
   
}
input, select{ width: 276px;}

textarea{
    display:inline-block;
    width: 340px;
}

#form_btns{
    width: 360px;
    margin: 25px 70px 10px 0;
}

.form_info{margin-bottom: 30px;}

#limpar_btn, #enviar_btn{
    border:0;
    color: #527589;
    width: 49%;
    height: 30px;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
}
#limpar_btn{
    background: url('../images/btn-limpar-form.png') no-repeat left 0;
} 
#limpar_btn:hover{
   background-position: left -40px;
}
#enviar_btn{
   background: url('../images/btn-enviar-form.png') no-repeat right 0;
}
#enviar_btn:hover{
   background-position: right -40px;
}

small, .error, .msg{padding: 10px 0 0 30px;  font-size: 1.2em; font-family: Arial, sans-serif;}
small{display: inline;}
.error{color: #d11f3b; width: 425px; }
.msg{color: #527589; width: 425px; }


.orcamentos-footer-img {
    /*position: absolute;
    bottom:-30px;
    left: 5px;*/
    width: 1145px;
    height: 50px;
    background: url('../images/footer-orcamentos.png') no-repeat 0 0;
    z-index: 9999;
}

/* *******************
****** CONTACTOS *******
******************* */
.mapa{
    float: right;
    width: 510px;
    padding: 0 40px 40px 0;
    height: 290px;
}

.line{
    margin: 10px 0 20px 0;
    height: 1px;
    background-color: #cccccc;
}

.contactos-footer-img {
    position: absolute;
    bottom:-30px;
    left: 5px;
    width: 980px;
    height: 60px;
    background: url('../images/footer-contatos.png') no-repeat 0 0;
    z-index: 9999;
}


/* *******************
****** FOOTER *******
******************* */

#footer{
    
    height:110px;
    font-family: Arial, sans-serif;
    position: relative;
}

#footer-bg{
    background-color: #132a3a;
    position: relative;
    z-index: 10;
}
.footer-pattern{
    position: absolute;
    z-index: 2;
    height: 170px;
    width: 100%;
    left:0;
    bottom: 90px;
    background: url("../images/section-bg.png") repeat scroll 0 0 transparent;
}
    .footer-pattern.smaller{
        height: 50px; 
    }
    .footer-generic{
       position: absolute;
       z-index:2;
       top: -30px;
       left: -7px;
    }
    .footer-empresa{
        position: absolute;
       z-index:2;
       top: -160px;
       left: -80px;
    }
    .footer-construcoes{
       position: absolute;
       z-index:2;
       right: -565px;
       top: -30px;
    }
    .footer-orcamentos{
       position: absolute;
       z-index:2;
       top: -30px;
       left: -63px;
    }
    

#info{
    background-color:#1b3648;
    height:90px;
    color: #81a5bd;
    position: relative;
}
.whiteStripe{
    background: #ffffff url("../images/section-bg.png") repeat scroll 0 0;
    height: 20px;
}

#info .corner{top: -20px;}

#info .corner.left{
    background: #132a3a url('../images/corner-bottom-left.png') no-repeat 0 0;
    left:0;
}
#info .corner.right{
    background: #132a3a url('../images/corner-bottom-right.png') no-repeat 0 0;
    right:0;
}
#info .info{padding: 15px 20px 15px 10px; float: left;}

#info .morada{width: 185px; height:50px; padding-left:0;}
#info .telefone{ padding: 0 0 4px 20px; background: url('../images/tel-icon.png') no-repeat top left;}
#info .email {padding: 0; clear: left;}
    #info .email a{padding-left:18px; background: url('../images/email-icon.png') no-repeat left 2px ;}
#info .share{padding: 10px 0;}
#info .share span{float:left; margin: 5px 5px 0 0;}
#info .share a{display: inline-block; width: 18px; height: 18px;}

#info a{color: #81a5bd;}
#info span{color:#ffffff; margin-bottom: 5px; display: block;}
#info #copyright{position: absolute; top: 43px; right: 20px; color: #4b6476;}
#info #alvara{position: absolute; top: 55px; right: 20px;color: #81a5bd;}
