* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font-family: 'gill_sansregular', Arial, sans-serif;
    width: 100%;
    height: 100%;
}
.wrapper_all {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}



/* Header
-----------------------------------------------------------------------------*/
.header {
    width:100%;
    height: 86px;
    background-color: #fff;
    background-image: url("../img/sombra_header.jpg");

    background-position: center bottom;
    background-repeat: repeat-x;

    position:  fixed;
    top: 0;
    z-index: 999;

}
.header_inside {
    max-width:1000px;
    margin: 0 auto;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding: 0 0 73px;
}




/* Footer
-----------------------------------------------------------------------------*/
.footer {
    width: 100%;

    height: 73px;
    position:  fixed;
    bottom: 0;

    background: rgb(3,3,3); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzMDMwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDIwMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(3,3,3,1) 0%, rgba(32,32,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,3,3,1)), color-stop(100%,rgba(32,32,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(3,3,3,1) 0%,rgba(32,32,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(3,3,3,1) 0%,rgba(32,32,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(3,3,3,1) 0%,rgba(32,32,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(3,3,3,1) 0%,rgba(32,32,32,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#202020',GradientType=0 ); /* IE6-8 */

    z-index: 999;
}
.footer_inside {
    max-width:1000px;
    margin: 0 auto;
}

nav{
    float: left;
    line-height: 1.8em;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

nav a{
    text-decoration: none;
    color: #8f8b85;
}

#nav{
    font-family: 'gill_sansregular', Arial, sans-serif;

}

#nav li{
    display: inline;
    float: left;
    height: 43px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    color: #757575;
    line-height:14px;
    padding-top: 33px;
    cursor: pointer;   

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
#nav li span{
    color:#d90f16;
    font-size: 10px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
#nav>a:hover li {
    background-color: #d90f16;
    color:#ffffff !important;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#nav>a:hover li span{
    color: #63191c;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#nav>a li.active{
    background-color: #d90f16;
    color:#ffffff !important;
}
#nav>a li.active span{
    color: #63191c;
}

/* MOBILE NAVIGATION ------------------------------------------------*/

#mobile-nav-holder{
    z-index: 1000;
    background: #191a1a;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}

#mobile-nav{
    display: none;
    padding-top: 20px;
    padding-bottom: 30px;
}

#mobile-nav-holder a{
    display: block;
    padding: 7px 14px;
    text-decoration: none;
    color: #f5f5f5;
    font-size: 13px;
    font-weight: lighter;

    -webkit-transition: all  0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mobile-nav-holder li a{
    border-bottom: 1px solid #222;
}

#mobile-nav-holder li:last-child a,
#mobile-nav-holder li > ul a{
    border: none;
}

#mobile-nav-holder li > ul a{
    color: #888888;
    margin-left: 30px;
}

#mobile-nav-holder a:hover,
#mobile-nav-holder a:focus {
    background: #0d0d0d; 
}

#mobile-nav-holder a:hover{
    padding-left: 20px;
}

#mobile-nav-holder #nav-open{
    background: #191a1a; 
    position: absolute;
    right: 0px;

    z-index: 2000;
}

#mobile-nav-holder #nav-open a{
    display: block;
    padding: 7px 14px;


}

#mobile-nav-holder #nav-open a:hover,
#mobile-nav-holder #nav-open a:focus{
    background: #191a1a;
}

#mobile-nav-holder #nav-open:hover a{
    color: #cccccc;
}

#mobile-nav > .current-menu-item > a,
#mobile-nav > .current_page_item > a{
    color: #af0f03;	
}




#barras_footer{
    float:left;
    margin-left: 23px;
}
#barras_footer div{
    height: 37px;
    float: left;
    width: 7px;
    margin-right: 5px;
}
#footer_copy{
    float:left;
    margin-left: 30px;
    color:#898989;
    font-family: 'gill_sansregular', Arial, sans-serif;
    font-size: 10px;
    line-height: 13px;
    margin-top: 10px;
    font-weight: 400;
}
#footer_copy span{
    color:#fff;
}
#footer_copy a{
    color:#d81118;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
}
#footer_copy a:hover{
    background-color: #d81118;
    color:#fff;

}



#social{
    float:left;
    margin-left: 20px;
    margin-top: 20px;

}
#linguas{
    float:left;
    margin-left: 20px;
    margin-top: 20px;
    font-family: 'gill_sansregular', Arial, sans-serif;
}
#linguas a{
    text-decoration: none;
    color:#898787;
    margin-left: 8px;
    font-size: 10px;
}
#linguas a.active{
    color:#fff;
}


#contactos_bt{
    font-family: 'gill_sansregular', Arial, sans-serif;
    float: right;
}

#contactos_bt li{
    display: inline;
    float: left;
    height: 63px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    color: #fff;
    line-height:14px;
    padding-top: 10px;
    cursor: pointer;   
    background-color: #d90f16;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}
#contactos_bt li span{
    color:#000;
    font-size: 10px;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}
#contactos_bt>a:hover li {
    background-color: #000;
    color:#ffffff !important;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}

#contactos_bt>a:hover li span{
    color: #63191c;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
}

#wrap{
    max-width:1000px;
    margin: 0 auto;
    display: none;


}

h1{
    float:left;
    width:100%;
    margin-top:20px;
    font-family: 'gill_sans_lightregular', Arial, sans-serif;
    color:#3a3838;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 50px;

}
h1 span{
    font-family: 'gill_sans_lightregular', Arial, sans-serif;
    font-size: 55px;
    color:#bc0000;

}

.h1noticias{
    background-image: url("../img/repete.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    margin-bottom: 0px;


}

h2{
    font-family: 'gill_sansregular', Arial, sans-serif;    
    float:left;
    width:100%;
    color:#b60606;
    font-size: 11px;

}
.h2equipa{
    font-size: 13px;
}
h3{
    float:left;
    width:100%;
    font-family: 'gill_sansregular', Arial, sans-serif;    
    color:#6b6b6b;
    font-size: 11px;
}
.h3equipa{
    margin-bottom: 45px;
}
.container{
    width:100%;
    margin: 0 auto;
    float:left;
    padding-bottom: 92px;
    padding-top: 50px;
}
.size-auto{
    max-width:100%;
    height:auto;
}
.foto{
    float:left;
    max-width: 506px;
    margin-top: 160px;
    margin-left: 50px;
}
.foto_noticias{
    float:left;
    max-width: 506px;
    margin-top: 165px;
    margin-left: 50px;
}
.separador{
    width:1px;
    height:493px;
    float:left;
    margin-left: 18px;

}
.conteudo_wrapper{
    float: left;
    max-width: 395px;
    margin-left: 18px;
}
#noticias{


}
.noticias_wrapper{
    width:660px;
    margin: 0 auto;
}
.texto_wrapper{
    font-family: 'gill_sansregular', Arial, sans-serif;
    font-size: 13px;
    color:#747474 !important;
    line-height: 16px;

}
a .element_desc{
    color:#525252 !important;
   font-family: Verdana, sans-serif !important;
   font-size: 10px;
}

.menu_servicos{
    float:left;
    width: 280px;
    margin-top: 155px;
}


.menu_servicos ul{
    float:right; 
}
.menu_servicos li{   
    text-align: right;
    list-style: none;
    line-height: 27px;
    float: left;
    width:100%;

}
.menu_servicos li a{
    font-family: 'gill_sans_lightregular', Arial, sans-serif;
    text-align: right;
    font-size:17px;
    text-decoration: none;
    color:#434343;
    padding: 2px 5px 2px 35px;


    -webkit-transition: all  0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.menu_servicos li a:hover{
    color:#fff;
    padding: 2px 5px 2px 20px;
    text-align: right;

    -webkit-transition: all  0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.bt_projs_fundo{
    float:left; 
    font-family: 'gill_sansregular', Arial, sans-serif;
    font-size: 10px;
    color:#c4bcbc;
    cursor: pointer;
    margint-top:80px;

}
.bt_projs_fundo div.texto_bt{
    float:left;
}
.bt_projs_fundo div.setinha{
    float:left;
    margin-left: 10px;
    width:16px;
    height: 16px;
    background-image: url("../img/setinha.gif");
    background-color: #a6a6a6;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;

}
.bt_projs_fundo:hover{
    color:#bc0000;  
}
.bt_projs_fundo:hover div.setinha{
    background-color: #bc0000;
    margin-left: 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.bt_projs_fundo a {
    color: #747474;
}
.bt_projs_fundo a:hover {
    background-color: #77a541;
}

#servicos{

    width: 720px;
    margin: 0 auto;

}
#portofio{
    width: 720px;
    margin: 0 auto;
}
.serv_conteudos {
    position: relative;
    width: 100%;
    float: left;
}

.port_conteudos{
    position:relative;
    width:400px;
    min-height: 400px;
    float:left;
}
.serv_conteudos_div{
    display:none;
    width:395px;
    float:left;
    position:absolute; 
    top:0;
    left:0;
    margin-bottom:100px;
}
.serv_conteudos_div ul{
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.serv_conteudos_div ul li{
    margin-bottom: 4px;
}

.cont_servicos{
    width:395px;
}

.foto_equipa{
    float:left;
    width: 400px;
    margin-top: 30px;
    margin-left: 50px;
}


/*  EQUIPA */
#equipa{
    width:100%;
    margin: 0 auto; 
    float: left;
}
.separador_equipa{
    position:absolute;
    top:0px;
    left:420px;
}
.slider h1 {
    position:absolute;
    top:0px;
    left:462px;
}
.container_equipa{


}
.slider{
    position: relative;
    padding-top: 100px;

}
.slide_equipa{
    width:877px;
}
.slide_foto{
    float:left;
    width:171px;
    height: 171px;
    margin-left: 247px;
}
.slide_foto_equipa{
      float:left;
    width:258px;
    height: 171px;
    margin-left: 160px;
}
.slide_texto{
    float:left;
    width:400px;
    margin-left: 50px;
    font-family: 'gill_sansregular', Arial, sans-serif;


}

.tooltip{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

.hidden{
    font-family: 'gill_sansregular', Arial, sans-serif;
    display: none;
    height: 32px;
    width:150px;
    overflow: hidden;
    font-size: 12px;
    color:#5a5959;
}

.element{
    width:384px;
    background-image: url("../img/repete.gif");
    background-position:  center bottom;
    background-repeat: repeat-x;
    height:81px;
    cursor: pointer;
}
.element:hover{
    background-color: #eaeaea;
}

.element_foto{
    float:left;
    height:81px;
    width:140px;
    background-color: #fff;

}
.element_foto img{
    height:80px;
    width:140px;
}
.element_texto{
    float:left;
    margin-left: 10px;
    width:234px;
}
.element_tit{
    float:left;
    width:100%;
    margin-top:10px;
    font-size:11px;
    line-height: 12px;
    color:#000;
    font-family: 'gill_sansregular', Arial, sans-serif;
 
}
.element_desc{
    float:left;
    width:100%;
    font-size:11px;
    margin-top: 6px;
    line-height: 12px;
}
.email_equipa img{
    float:left;
    padding-right: 6px;
}
.email_equipa{
    float:left;  
    text-decoration: none;
    font-size: 11px;
    line-height: 12px;
    color:#747474;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 3px;
    padding-bottom: 3px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;

}
.email_equipa:hover{
    color:#b60606;

    padding-left: 10px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}


.link_donwloads{
    float:left; 
    width:100%;
    font-size: 12px;
    color:#363636;
    line-height: 16px;
    margin-bottom: 20px;  

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.link_donwloads a{ 
    float:left;
    color:#747474;
    font-weight: normal;
    text-decoration: none;
    width:100%;
    padding-left: 0px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.link_donwloads a:hover{
    color:#b60606;
    padding-left: 5px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.menu_downloads{
    float:left;
    width: 280px;
    margin-top: 155px;
}


.menu_downloads ul{
    float:right; 
}
.menu_downloads li{   
    text-align: right;
    list-style: none;
    line-height: 27px;
    float: left;
    width:100%;

}
.menu_downloads li a{
    font-family: 'gill_sans_lightregular', Arial, sans-serif;
    text-align: right;
    font-size:17px;
    text-decoration: none;
    color:#434343;
    padding: 2px 5px 2px 75px;


    -webkit-transition: all  0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.menu_downloads li a:hover{
    color:#fff;
    padding: 2px 5px 2px 20px;
    text-align: right;
    background-color: #202020;

    -webkit-transition: all  0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.activo{
    color:#fff !important;
    padding: 2px 5px 2px 20px !important;
    text-align: right;
    background-color: #202020;
}

.foto_contactos{
    width: 370px;
}

/* css form contactos */
.footer_form_input{
    float:right;
    text-align:right;
    width:100%;
    min-height:23px;
    margin-top:1px;
}

.footer_form_input input,.footer_form_input textarea{
    font-family: 'gill_sansregular', Arial, sans-serif;
    width:356px;
    padding-left:5px;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    font-size: 11px;
    color: #959595;
}
.footer_form_input input{
    height:23px;
}
.footer_form_input textarea{
    height:182px;
    resize: none;
    line-height: 14px;
    padding-top: 4px;
}
.footer_form_message{
    float:left;
    text-align:left;
    font-family: 'gill_sansregular', Arial, sans-serif;
    font-size: 11px;
    color: #6c6c6c;
    margin-top:10px;
    width:236px;
    line-height:14px;
    height:66px;
}
.footer_form_bt{
    float:right;
    text-align:right;
    width:40px;
    min-height:33px;
    margin-top:5px
}

#enviar_contacto{
    float:right;

    cursor:pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;

    border: 0px;

    width: 16px;
    height: 16px;


    background-image: url("../img/setinha.gif");
    background-color: #a6a6a6;
    background-position: center center;
    background-repeat: no-repeat;



}
#enviar_contacto:hover{
    background-color: #ce2127;
    padding-left: 10px;

}
.error{
    font-size: 11px;
    padding-left: 5px;
}


.link_contactos{
    float:left;  
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    color:#747474;


    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;

}
.link_contactos:hover{
    color:#b60606;
    padding-left: 5px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#message{
    font-family: 'gill_sansregular', Arial, sans-serif;
    font-size: 13px;
    color: #bc0000;
    text-align: right;

}

.noticia_data{
    font-family: 'gill_sansregular', Arial, sans-serif;
    float:left;
    width:100%;
    color:#bc0000;
    font-size: 10px;
    padding-bottom: 3px;
    margin-top: 5px;

}
.noticia_tit{
    font-family: 'gill_sansregular', Arial, sans-serif;
    float:left;
    width:100%;
    font-size: 14px;
    color:#323232;
    padding-bottom: 4px;
}
.noticia_texto{
    font-family: 'gill_sansregular', Arial, sans-serif;
    float:left;
    width:100%;
    color:#7d7d7d;
    font-size: 11px;
}
.noticia_texto a{
    font-family: 'gill_sansregular', Arial, sans-serif;   
    color:#7d7d7d;
    text-decoration: none;
}

.fancynoticias{
  
}
.fancyprojectos{
    width:500px;
    height: 300px;
    padding: 30px;
    background-color: #eaeaea;
}
.fancyprojectos h2{
    font-size: 14px;
    margin-bottom: 10px;
}
.fancyprojectos p{
    font-family: 'gill_sansregular', Arial, sans-serif;
    margin-bottom: 8px;
    font-size: 13px;
}
.fancyprojectos p span{
    font-weight: bold;
}


#newsletter_wrapper{
    float:left;
    width:360px;
    height: 30px;
    margin-left: 100px;
    margin-top: 22px;
}

#newsletter_tit{
    float:left;
    font-family: 'gill_sansregular', Arial, sans-serif;
    font-size:10px;
    color:#828282;
}
.news_form_input{
    float:left;
    width:115px;
    margin-left: 15px;
}
#newsletter{
    font-family: 'gill_sansregular', Arial, sans-serif;
    font-size: 11px;
    width:115px;
    height: 16px;
    background-color: #5e5e5e;
    border: none;
    color:#d4d2d2;
    padding-left: 3px;
    outline: none;

}
.news_form_bt{
    float:left;
    margin-top: 2px;
}

#enviar_news{
    float:left;

    cursor:pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;

    border: 0px;

    width: 16px;
    height: 16px;


    background-image: url("../img/setinha_preta.gif");
    background-color: #949494;
    background-position: center center;
    background-repeat: no-repeat;
    outline: none;


}
#enviar_news:hover{
    background-color: #ce2127;
    padding-left: 10px;

}

#newsletter_error{
    display: none;
    float:left;
    width:175px;    
}
.error{
    width:100%;
    color:#747474;
    font-family: 'gill_sansregular', Arial, sans-serif;
    font-size: 11px;
}
#message_news{
    float:left;
    width:100%;
    color:#747474;
    font-family: 'gill_sansregular', Arial, sans-serif;
    font-size: 12px;
}


.dropdown {
    display: none;
    width: 100%;
    margin-bottom: 10px;

}

.menu_port_inside{
    float:right;
    width:100%;
}

.texto_wrapper a{
    color: #747474;
}
