/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
} 

body {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    color: #3c3c3c;
}

p, ul, h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
}
a { text-decoration:none; color: #ffffff; }
img { border: 0; margin:0; padding: 0;}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* ------------------------------------
  STYLES
* --------------------------------------- */
#menubox {
    background: #000;
    height: 65px;
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    top: 0;
}
.logo {
    position: absolute;
    height: 65px;
    width: 140px;
    background: url(../img/logo.jpg) no-repeat center center;
}
.logo a {
    display: block;
    height: 65px;
    width: 140px;
}
.shares_box {
    position: fixed;
    right: 0;
}


ul.shares {
    z-index: 100;
    right: 0;
    padding: 22px 10px;
}
ul.shares li {
    right: 0;
    display: inline-block;
    margin: 0 5px;
}
ul.shares li a {
    color: #707070;
    font-size: 1.1em;
    display: block;
}
ul.shares li a:hover {
    color: #df1e00;
}


ul.menu {
    width:100%;
    margin: 0;
    padding: 0;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    max-width: 860px;
    margin: 0 auto;
    height: 65px;
}

ul.menu li {
    list-style-type: none;
    display: inline-block;
    height: 65px;
}
ul.menu li a {
    color: #b3b3b3;
    line-height: 4.1em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    display: block;
    padding: 0 15px;
    height: 65px;
}

ul.menu li a:hover {
    color: #df1e00;
}

ul#menu li a.active {
	color: #df1e00;

}

@media screen and (max-width: 1000px) {
    
    .shares_box {
        right: 60px;
    }
    #nav-icon {
        width: 1.4em;
        display: block;
        font-size: 2.1em;
        text-align: center;
        position: fixed;
        right: 10px;
        top: 10px;
        color: #fff;
        lineheight: 0;
        cursor: pointer;
    }
    #nav-icon:hover {
        color: #df1e00 ;
    }
    .menu.js {
        display: none;
    }
    ul.menu {
        max-width: 1000px;
        width: 100%;
        height: 45px;
        top: 65px;
        right:0;
        left: 0;
        margin: 0;
        padding: 0;
    }
    ul.menu li {
        width:100%;
        display: block;
        background: #1c1c1c;
        border-bottom: 1px solid #000;
        height: 45px;
    }
    ul.menu li a {
        padding: 0;
        display: block;
        line-height: 2.5em;
        height: 45px;
    }
    ul.menu li a:active {
        background: #000;
    }
}
@media screen and (min-width: 1000px) {
    #nav-icon {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    
    .shares_box {
        display: none;
    }
	
	
	
	
    
}





















.infografic {
    height: 200px;
    width: 240px;
    margin: 0 auto 20px auto;
}
.infografic div {
    position: absolute;
}

/* info 01 */  
.infografic .info01_1 {
    margin: -15px 0 0 0;
    -webkit-animation: info01_1 3s infinite normal;
    -moz-animation: info01_1 3s infinite normal;
    animation: info01_1 3s infinite normal;
    opacity: 0;
    opacity: 1\9;
}
.infografic .info01_2 {
    margin: 10px 0 0 85px;
    -webkit-animation: info01_2 3s infinite normal;
    -moz-animation: info01_2 3s infinite normal;
    animation: info01_2 3s infinite normal;
    opacity: 0;
    opacity: 1\9;
}

/* info 02 */  
.info02_1 {
    margin: 0px 0 0 50px;
    -webkit-animation: info02_1 1.2s infinite normal;
    -moz-animation: info02_1 1.2s infinite normal;
    animation: info02_1 1.2s infinite normal;
}
.info02_2 {
    margin: 40px 0 0 0px;
    -webkit-animation: info02_2 1.2s infinite normal;
    -moz-animation: info02_2 1.2s infinite normal;
    animation: info02_2 1.2s infinite normal;
}

/* info 03 */
.info03_1 {
    margin: 50px 0 0 -100px;
    -webkit-animation: fadein 1s 2s infinite alternate;
    -moz-animation: fadein 1s 2s infinite alternate;
    animation: fadein 1s 2s infinite alternate;
}
.info03_2 {
    margin: 0px 0 0 -30px;
    -webkit-animation: fadein 1s 1s infinite alternate;
    -moz-animation: fadein 1s 1s infinite alternate;
    animation: fadein 1s 1s infinite alternate;
}
.info03_3 {
    margin: 120px 0 0 -30px;
    -webkit-animation: fadein 1s 0.2s infinite alternate;
    -moz-animation: fadein 1s 0.2s infinite alternate;
    animation: fadein 1s 0.2s infinite alternate;
}
.info03_4 {
    margin: 10px 0 0 0px;
    -webkit-animation: fadein 1s 0.5s infinite alternate;
    -moz-animation: fadein 1s 0.5s infinite alternate;
    animation: fadein 1s 0.5s infinite alternate;
}
.info03_5 {
    margin: 0px 0 0 170px;
    -webkit-animation: fadein 1s 0.8s infinite alternate;
    -moz-animation: fadein 1s 0.8s infinite alternate;
    animation: fadein 1s 0.8s infinite alternate;
}
.info03_6 {
    margin: 90px 0 0 270px;
    -webkit-animation: fadein 1s 1.8s infinite alternate;
    -moz-animation: fadein 1s 1.8s infinite alternate;
    animation: fadein 1s 1.8s infinite alternate;
}

/* info 04 */  
.info04_1 {
    margin: 0px 0 0 5px;
    -webkit-animation: info04_1 1.6s infinite normal;
    -moz-animation: info04_1 1.6s infinite normal;
    animation: info04_1 1.6s infinite normal;
}
.info04_2 {
    margin: 10px 0 0 0 ;
    -webkit-animation: info04_2 1.6s infinite normal;
    -moz-animation: info04_2 1.6s infinite normal;
    animation: info04_2 1.6s infinite normal;
}
.info04_3 {
    margin: 90px 0 0 140px;
    -webkit-animation: info04_3 1.6s infinite normal;
    -moz-animation: info04_3 1.6s infinite normal;
    animation: info04_3 1.6s infinite normal;
}



/* ------------------------------------
   ANIMAÇÃO
* --------------------------------------- */
/* info 01_1 */
@-webkit-keyframes info01_1 {
  0% { margin: -15px 0 0 -100px; opacity:0;}
  25% { margin: -15px 0 0 0; opacity:1; } 
  90% { margin: -15px 0 0 0; opacity:1; } 
  100% { margin: -15px 0 0 0; opacity:0; } 
}
@-moz-keyframes info01_1 {
  0% { margin: -15px 0 0 -100px; opacity:0;}
  25% { margin: -15px 0 0 0; opacity:1; } 
  90% { margin: -15px 0 0 0; opacity:1; } 
  100% { margin: -15px 0 0 0; opacity:0; } 
}
@-ms-keyframes info01_1 {
  0% { margin: -15px 0 0 -100px; opacity:0;}
  25% { margin: -15px 0 0 0; opacity:1; } 
  90% { margin: -15px 0 0 0; opacity:1; } 
  100% { margin: -15px 0 0 0; opacity:0; }   
}
@keyframes info01_1 {
  0% { margin: -15px 0 0 -100px; opacity:0;}
  25% { margin: -15px 0 0 0; opacity:1; } 
  90% { margin: -15px 0 0 0; opacity:1; } 
  100% { margin: -15px 0 0 0; opacity:0; }   
}

/* info 01_2 */
@-webkit-keyframes info01_2 {
  0% { margin: 10px 0 0 185px; opacity:0;}
  25% { margin: 10px 0 0 85px; opacity:1; } 
  90% { margin: 10px 0 0 85px; opacity:1; } 
  100% { margin: 10px 0 0 85px; opacity:0; } 
}
@-moz-keyframes info01_2 {
  0% { margin: 10px 0 0 185px; opacity:0;}
  25% { margin: 10px 0 0 85px; opacity:1; } 
  90% { margin: 10px 0 0 85px; opacity:1; } 
  100% { margin: 10px 0 0 85px; opacity:0; }  
}
@-ms-keyframes info01_2 {
  0% { margin: 10px 0 0 185px; opacity:0;}
  25% { margin: 10px 0 0 85px; opacity:1; } 
  90% { margin: 10px 0 0 85px; opacity:1; } 
  100% { margin: 10px 0 0 85px; opacity:0; }  
}
@keyframes info01_2 {
  0% { margin: 10px 0 0 185px; opacity:0;}
  25% { margin: 10px 0 0 85px; opacity:1; } 
  90% { margin: 10px 0 0 85px; opacity:1; } 
  100% { margin: 10px 0 0 85px; opacity:0; }  
}


/* info 02_1 */
@-webkit-keyframes info02_1 {
  0% { opacity:0.6;}
  100% { opacity:1; } 
}
@-moz-keyframes info02_1 {
  0% { opacity:0.6;}
  100% { opacity:1; } 
}
@-ms-keyframes info02_1 {
  0% { opacity:0.6;}
  100% { opacity:1; } 
}
@keyframes info02_1 {
  0% { opacity:0.6;}
  100% { opacity:1; }   
}

/* info 02_2 */
@-webkit-keyframes info02_2 {
  0% { opacity:0; margin: 100px 0 0 0px;}
  100% { opacity:1; margin: 40px 0 0 0px; } 
}
@-moz-keyframes info02_2 {
  0% { opacity:0; margin: 100px 0 0 0px;}
  100% { opacity:1; margin: 40px 0 0 0px; } 
}
@-ms-keyframes info02_2 {
  0% { opacity:0; margin: 100px 0 0 0px;}
  100% { opacity:1; margin: 40px 0 0 0px; }  
}
@keyframes info02_2 {
  0% { opacity:0; margin: 100px 0 0 0px;}
  100% { opacity:1; margin: 40px 0 0 0px; }    
}
  
  
@-webkit-keyframes fadein {
  0% { opacity:0; }
  100% { opacity:1; } 
}
@-moz-keyframes fadein {
  0% { opacity:0; }
  100% { opacity:1; } 
}
@-ms-keyframes fadein {
  0% { opacity:0;}
  100% { opacity:1; }  
}
@keyframes fadein {
  0% { opacity:0; }
  100% { opacity:1; }    
}

/* info 04_1 */
@-webkit-keyframes info04_1 {
  0% { opacity:0; margin: 0px 0 0 150px; }
  25% { opacity:1; margin: 0px 0 0 5px; }
  90% { opacity:1; margin: 0px 0 0 5px; } 
  100% { opacity:0; margin: 0px 0 0 5px; } 
}
@-moz-keyframes info04_1 {
  0% { opacity:0; margin: 0px 0 0 150px; }
  25% { opacity:1; margin: 0px 0 0 5px; }
  90% { opacity:1; margin: 0px 0 0 5px; } 
  100% { opacity:0; margin: 0px 0 0 5px; }
}
@-ms-keyframes info04_1 {
  0% { opacity:0; margin: 0px 0 0 150px; }
  25% { opacity:1; margin: 0px 0 0 5px; }
  90% { opacity:1; margin: 0px 0 0 5px; } 
  100% { opacity:0; margin: 0px 0 0 5px; }
}
@keyframes info04_1 {
  0% { opacity:0; margin: 0px 0 0 150px; }
  25% { opacity:1; margin: 0px 0 0 5px; }
  90% { opacity:1; margin: 0px 0 0 5px; } 
  100% { opacity:0; margin: 0px 0 0 5px; }    
}


/* info 04_2 */
@-webkit-keyframes info04_2 {
  0% { opacity:0; }
  25% { opacity:1; }
  90% { opacity:1; } 
  100% { opacity:0; } 
}
@-moz-keyframes info04_2 {
  0% { opacity:0; }
  25% { opacity:1; }
  90% { opacity:1; } 
  100% { opacity:0; } 
}
@-ms-keyframes info04_2 {
  0% { opacity:0; }
  25% { opacity:1; }
  90% { opacity:1; } 
  100% { opacity:0; } 
}
@keyframes info04_2 {
  0% { opacity:0; }
  25% { opacity:1; }
  90% { opacity:1; } 
  100% { opacity:0; }     
}

/* info 04_3 */
@-webkit-keyframes info04_3 {
  0% { opacity:0; margin: 90px 0 0 0px; }
  25% { opacity:1; margin: 90px 0 0 140px; }
  90% { opacity:1; margin: 90px 0 0 140px; } 
  100% { opacity:0; margin: 90px 0 0 140px; }  
}
@-moz-keyframes info04_3 {
  0% { opacity:0; margin: 90px 0 0 0px; }
  25% { opacity:1; margin: 90px 0 0 140px; }
  90% { opacity:1; margin: 90px 0 0 140px; } 
  100% { opacity:0; margin: 90px 0 0 140px; }  
}
@-ms-keyframes info04_3 {
  0% { opacity:0; margin: 90px 0 0 0px; }
  25% { opacity:1; margin: 90px 0 0 140px; }
  90% { opacity:1; margin: 90px 0 0 140px; } 
  100% { opacity:0; margin: 90px 0 0 140px; }   
}
@keyframes info04_3 {
  0% { opacity:0; margin: 90px 0 0 0px; }
  25% { opacity:1; margin: 90px 0 0 140px; }
  90% { opacity:1; margin: 90px 0 0 140px; } 
  100% { opacity:0; margin: 90px 0 0 140px; }        
}






/* ------------------------------------
    BASE 
--------------------------------------- */
a.btn {
    background: #000;
    padding: 15px 80px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 0;
}
a:hover.btn {
    background: #d01c00;
}

/* texto */
h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 3.5em;
    line-height: 1em;
}
h6 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
	margin-top:15px;
}
/* texto fixed */
#s1_bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#s1_bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
.dialogue {
    width: 20px;
    height: 30px;
    margin: 25px auto 0 auto;
}
.dialogue .c1 {
    background: rgba(250, 250, 250, 0.6);
    width: 22px;
    height: 22px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px
}
.dialogue .c2 {
    background: rgba(250, 250, 250, 0.6);
    width: 22px;
    height: 22px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 -5px
}
.dialogue.positive .c1, .positive .c2 {
    background: rgba(0, 0, 0, 0.1);
}
.dialogue.mini .c1 {
    width: 18px;
    height: 18px;
    margin: 0 4px
}
.dialogue.mini .c2 {
    width: 18px;
    height: 18px;
    margin: 0 -4px
}
.container {
    max-width: 940px;
    margin: 0 auto;
    padding: 0px
}
.container p {
    color: #878787;
    padding: 0 50px;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

/* ------------------------------------
    SECTION 1 / HOME
--------------------------------------- */
.section {
	text-align:center;
}
#section0 img,
#section1 {
	 background: url(../img/slide_bg.jpg) no-repeat center center; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      color: #fff;
}	
    #section1 h1 {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 4.8em;
        line-height: 1em;
        width: 85%;
        margin: 0 auto;
    }
    #section1 p {
        font-size: 1.1em;
        font-weight: 200;
        font-style: italic;
        width: 70%;
        margin: 0 auto;
    }
/* ------------------------------------
    SECTION 2 / SOBRE NÓS
--------------------------------------- */    
#section2 {
    padding: 50px 0 0 0;
}

.sobre_box {
    max-width: 940px;
    margin: 25px auto;
}

ul.sobre {
    position: relative;
    width: 100%;
}
ul.sobre li {
    width: 220px;
    height: 220px;
    background: #ccc;
    margin: 3px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
}
ul.sobre li a,
ul.sobre li a img {
    display: block;
    width: 100%;
    cursor: pointer;
}
ul.sobre li a img {
    max-width: 100%;
}
ul.sobre li a:hover img {
    /*filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    -webkit-transition: all 0.2s ease-out; 
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out;*/
}
ul.sobre li a .sobre_text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    padding: 50px 0 0 0;
}
ul.sobre li a .sobre_hover {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    padding: 35% 0 0 0;
    color: #fff;
    font-size: 3em;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
}
ul.sobre li a:hover .sobre_hover {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out; 
     -moz-transition: opacity 0.2s ease-out; 
      -ms-transition: opacity 0.2s ease-out; 
       -o-transition: opacity 0.2s ease-out; 
          transition: opacity 0.2s ease-out;
}
ul.sobre li a:hover .sobre_text {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out; 
     -moz-transition: opacity 0.2s ease-out; 
      -ms-transition: opacity 0.2s ease-out; 
       -o-transition: opacity 0.2s ease-out; 
          transition: opacity 0.2s ease-out;
}

ul.sobre li a .sobre_text h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    
}
ul.sobre li a .sobre_text h3 span {
    font-weight: 600;
}



@media screen and (max-width: 940px) {
    
    .sobre_box {
        max-width: 480px;
        margin: 25px auto;
    }
    
    .container p {
        width: 700px;
        margin: 0 auto;
    }
    

    
}






/* ------------------------------------
    SECTION 3 / PROJECTOS
--------------------------------------- */    
#section3 {
    padding: 20px 0 0 0;
}
.case_logo {
    width: 75px;
    height: 45px;
    margin: 5px auto 15px auto;
}
.case_logo img {
    width: 75px;
    height: 45px;
    
}
.case_box {
    width: 100%;
    margin: 25px auto;
}
ul.case {
    position: relative;
    width: 100%;
}
ul.case li {
    width: 300px;
    height: 300px;
    margin: 1px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
}
ul.case li a,
ul.case li a img {
    display: block;
    width: 100%;
    cursor: pointer;
}
ul.case li a {
    color: #fff;
}
ul.case li a img {
    max-width: 100%;
}
ul.case li a:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    -webkit-transition: all 0.2s ease-out; 
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out;
}
ul.case li a .case_text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    padding: 50px 0 0 0;
}
ul.case li a .case_text h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0 15px;
    font-size: 1.4em;
    
}
ul.case li a .case_text h3 span {
    font-weight: 600;
}
ul.case li a:hover .case_text {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.2s ease-out; 
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out;
}


/* ------------------------------------
    SECTION 4 / EQUIPA
--------------------------------------- */ 
#section4 {
    padding: 100px 0 0 0;
}

/* ------------------------------------
    SECTION 5 / SERVIÇOS
--------------------------------------- */ 

#section5 {
    padding: 100px 0 150px 0 ;
}
.servicos_box {
    max-width: 1200px;
    margin: 25px auto;
    padding: 0 20px;
}
ul.servicos {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.servicos li {
    width: 154px;
    height: 154px;
    margin: 1px;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    display: inline-block;
}
ul.servicos li a {
    width: 154px;
    height: 154px;
    display: inline-block;
    list-style-type: none;
    background: #000;
    padding: 10px 10px;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.4em;
    text-transform: uppercase;
}
ul.servicos li a:hover {
    background: rgba(208,28,0,1) ;
}


/* ------------------------------------
    NEWSLETTER
--------------------------------------- */

.section.newsletter {
    height: 500px !important;
    padding: 80px 0 0 0;
}

.newsletter {
    height: 500px;
    background: url("../img/newsletter.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 80px 0 0 0;
    color: #fff;
}
.newsletter h6 {
    font-size: 4em;
}
.newsletter h4 {
    font-size: 3.2em;
    line-height: 1;
    text-transform: uppercase;
}
.newsletter p {
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
    padding: 0 0 20px 0;
}
.newsletter input {
    color: #222;
    font-size: 1em;
    line-height: 1.5;
    padding: 10px 20px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 0;
    margin: 8px 0;
    display: inline-block;
    width: 260px;
    font-style: italic;
}
.newsletter button {
    background: #fff;
    color: #222;
    font-size: 1em;
    line-height: 1.5;
    padding: 10px 20px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 0;
    width: 260px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}
.newsletter button:hover {
    background: #000;
    color: #fff;
}

.mensagem {
    padding: 20px;
}


/* ------------------------------------
    CONTACTOS
--------------------------------------- */
.maps {
    background: #1c1c1c;
    margin: 0;
    padding: 0;
	height:300px;
    
}
.contactos_box {
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute ;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.contactos {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
	text-align:center;
}
.contactos_l {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
}
.contactos_l_pad {
    padding: 0 15%;
}
.contactos_l_pad h5 {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}
.contactos_l_pad h4 {
    font-size: 1.1em;
    padding: 15px 0;
    font-weight: 700;
    color: #d51d00;
}
.contactos_l_pad h4 span {
    padding: 0 10px;
}
.contactos_l_pad h4 span a {
    color: #d51d00;
}
.contactos_l_pad h4 span a:hover {
    color: #d51d00;
    text-decoration: underline;
}
.contactos_l_pad p {
    font-size: 1em;
    font-weight: 400;
    font-style: italic;
    color: #aeaeae;
}

ul.contactos_lista {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #1c1c1c;
    
}
ul.contactos_lista li {
    width: 100%;
    background: #d51d00;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 80px;
    border-bottom: 1px solid #1c1c1c;
    cursor: pointer;
}
ul.contactos_lista li {
    width: 100%;
    background: #d51d00;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 80px;
    border-bottom: 1px solid #1c1c1c;
    cursor: pointer;
}
ul.contactos_lista li h6 {
    color: #fff;
    line-height: 16px;
    position:absolute;
    width: 100%;
}
ul.contactos_lista li h6 span {
    font-weight: 600;
}
.contactos_text {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 70px;
    background: #1c1c1c;
}
.contactos_text h5 {
    color: #d51d00;
    font-size: 1em;
    line-height: 16px;
    text-transform: uppercase;
}
.contactos_text h5 a {
    color: #fff;
    padding: 0 10px;
}
ul.contactos_lista li:hover .contactos_text {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out; 
     -moz-transition: opacity 0.2s ease-out; 
      -ms-transition: opacity 0.2s ease-out; 
       -o-transition: opacity 0.2s ease-out; 
          transition: opacity 0.2s ease-out;
}

/* ------------------------------------
    PROJECTOS
--------------------------------------- */
.section_pro01 {
    background: url("../img/hello_pro_01.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section_pro02 {
    background: url("../img/hello_pro_02.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hello {
    top: 15%;
    position: absolute;
    color: #fff;
    width: 80%;
    margin: 0 10%;
}
.hello h1 {
   font-size: 3.8em;
   line-height: 0.9em;
   font-weight: 300;
   text-transform: uppercase;
   margin: 0 0 10px 0;
}
.hello p {
   font-size: 1.3em;
   line-height: 1.3em;
   font-weight: 200;
}

ul.hello_tags {
    margin: 40px 0;
}

ul.hello_tags li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
}

ul.hello_tags li a {
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    padding: 5px 10px 7px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-out; 
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out;
}
ul.hello_tags.positive li a {
    color: #25211c;
    border: 2px solid #25211c;
}

ul.hello_tags li a:hover {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.2s ease-out; 
     -moz-transition: all 0.2s ease-out; 
      -ms-transition: all 0.2s ease-out; 
       -o-transition: all 0.2s ease-out; 
          transition: all 0.2s ease-out;
}

.nav_pro {
    position: fixed;
    right: 20px;
    top:90px;
}
.nav_pro a {
    display: inline-block;
    width: 40px;
    height: 29px;
    font-size: 2.5em;
    color: #000;
    padding: 0 25px;
    opacity: 0.6;
}
.nav_pro a.back {
    background: url("../img/back_bg.png") no-repeat center top;
}
.nav_pro a.next {
    background: url("../img/next_bg.png") no-repeat center top;
}
.nav_pro a.close {
    background: url("../img/close_bg.png") no-repeat center top;
}
.nav_pro a:hover {
    opacity: 1;
}

@-webkit-keyframes updown {
  0% { bottom:15px; }
  100% { bottom:25px; } 
}

@-moz-keyframes updown {
  0% { bottom:15px; }
  100% { bottom:25px; }  
}
@-ms-keyframes updown {
  0% { bottom:15px; }
  100% { bottom:25px; }  
}
@keyframes updown {
  0% { bottom:15px; }
  100% { bottom:25px; }  
}
.scrolldown {
    position: absolute;
    color: #fff;
    font-size:2em;
    opacity: 0.7;
    left:50%;
    width: 50px;
    margin:0 0 0 -25px;
    bottom: 20px;
    -webkit-animation: updown 0.5s infinite alternate;
    -moz-animation: updown 0.5s infinite alternate;
    animation: updown 0.5s infinite alternate;
}

.projecto {
    background: #fff;
}


/* ------------------------------------
    PROJECTOS
--------------------------------------- */
.pro p span {
    font-size: 0.7em;
    font-style: italic;
    line-height: 1.3em;
    font-weight: 200;
    text-transform: uppercase;
    color: #999999;
    letter-spacing: 1px;
}
.pro {
    margin: 80px 0 0 0;
    text-align: center;
}

.pro_text01 {
    width: 60%;
    margin: 0 auto 150px auto;
}
.pro_text01 h2 {
    font-size: 3em;
    
}
.pro_text01 p {
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 200;
    color: #818181;
}


ul.shares_pro {
    margin:0;
    padding: 10px 0;
}
ul.shares_pro li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.shares_pro li a {
    width: 20px;
    background: #25211c;
    color: #fff;
    padding: 8px;
    font-size: 1.5em;
        margin: 0 -1px;
    -webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out; 
    -ms-transition: all 0.2s ease-out; 
    -o-transition: all 0.2s ease-out; 
      transition: all 0.2s ease-out;
}

ul.shares_pro li a:hover {
    -webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out; 
    -ms-transition: all 0.2s ease-out; 
    -o-transition: all 0.2s ease-out; 
      transition: all 0.2s ease-out;
}

.tags_shares {
    padding: 80px 0;
}

ul.shares_pro li a.tw:hover {
   background: #00abf0;
}
ul.shares_pro li a.fb:hover {
   background: #3b5998;
}
ul.shares_pro li a.go:hover {
   background: #d94835;
}
ul.shares_pro li a.li:hover {
   background: #0073b2;
}

/* negative */
ul.shares_pro.negative li a {
    width: 20px;
    background: #fff;
    color: #25211c;
    padding: 8px;
    font-size: 1.5em;
    margin: 0 -1px;
    -webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out; 
    -ms-transition: all 0.2s ease-out; 
    -o-transition: all 0.2s ease-out; 
      transition: all 0.2s ease-out;
}

ul.shares_pro.negative li a:hover {
    color: #fff;
}


/* ------------------------------------
    PROJECTO 01 = Deco proteste - simulador de poupança
--------------------------------------- */
.pro01_img01 {
    margin: 0 auto;
    width: 286px;
}
.pro01_img02, .pro01_img03  {
    padding: 0 0 100px 0;
}
.pro01_img04  {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2RlZGVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 30%, #dedede 30%, #c8c8c8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(30%,#ffffff), color-stop(30%,#dedede), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 30%,#dedede 30%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 30%,#dedede 30%,#c8c8c8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 30%,#dedede 30%,#c8c8c8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 30%,#dedede 30%,#c8c8c8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-8 */
    padding: 0 0 150px 0;
}


/* ------------------------------------
    PROJECTO 02 = Mercedez + liberty seguros
--------------------------------------- */
.pro02_img01 {
    margin: 0 auto;
}
.pro02_img02, .pro02_img03  {
    padding: 0 0 100px 0;
}
.pro02_img03  {
    padding: 0 0 100px 0;
    background: url("../img/pro02_img04.jpg") repeat-x center bottom;
}







/* ------------------------------------
    NOTICIAS 
--------------------------------------- */
.noticia_des {
    padding: 150px 0 0 0;
    width: 940px;
    margin: 0 auto;
    text-align: center;
}
    
.noticias {
    padding: 0px 0 150px 0 ;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

ul.noticias_list {
    margin: 0;
    padding: 0;
}
ul.noticias_list li {
    margin: 0;
    padding: 0;
    width: 480px;
    display: inline-block;
    padding: 10px;
    list-style-type: none;
    vertical-align: text-top;
}
.noticias_img {
    width: 460px;
    height: 335px;
    padding: 0;
    margin: 0;
    background: #df1e00;
}
.calendario {
    position: absolute;
    margin: 0 15px;
}
    .calendario .c_dia {
        background: #fff;
        padding: 10px;
    }    
        .calendario .c_dia p {
            font-size: 3.7em;
            font-weight: 700;
            line-height: 1;
        }
        
    .calendario .c_mes {
        background: #fff;
        padding: 5px;
        margin: 1px 0 0 0;
    }    
        .calendario .c_mes p {
            font-size: 1em;
            font-weight: 300;
            line-height: 1;
            text-transform: uppercase;
        }

.noticias_text {
    padding: 15px 15px 60px 15px;;
}
.noticias_text p span{
    color: #b7b7b7 ;
    font-size: 1em;
}
.noticias_text h5 {
    font-size: 2.1em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0.9em;
    padding: 5px 0 15px 0; 
}
.noticias_text p {
    color: #3f3f3f;
}
.noticias_text a {
    line-height: 1em;
    color: #df1e00;
    display: block;
    padding: 20px 0 0 0;
}
ul.noticias_list li a:hover .noticias_img img {
    opacity: 0.2;
}
ul.noticias_list li a:hover .noticias_text {
    background: #000000;
    cursor: pointer;
}
ul.noticias_list li a:hover .noticias_text h5, ul.noticias_list li a:hover .noticias_text p {
    color: #fff;
}

.noticia {
    padding: 150px 0 ;
    width: 940px;
    margin: 0 auto;
    text-align: center;
}

.noticia_close {
    position: fixed;
    width: 29px;
    height: 29px;
}

.noticia_img {
    width: 940px;
    height: 300px;
}
.noticia_img img {
    width: 940px;
    height: 300px;
    padding: 0;
    margin: 0;
    line-height: 0;
}
.noticia_barra {
    width: 940px;
    height: 50px;
    background: #e9e9e9;
}
.barra_data {
    float: left;
}
.barra_data p {
    float: left;
    line-height: 2.5em;
    padding: 0 10px;
    color: #b7b7b7;
    font-size: 1.1em;
}
.barra_shares {
    float: right;
}

ul.shares_noticia {
    margin:0;
    padding: 13px 15px 13px 0px;
}
ul.shares_noticia li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.shares_noticia li a {
    width: 20px;
    color: #shares_noticia;
    padding: 8px;
    font-size: 1.2em;
    margin: 0 -1px;
    -webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out; 
    -ms-transition: all 0.2s ease-out; 
    -o-transition: all 0.2s ease-out; 
      transition: all 0.2s ease-out;
}
ul.shares_noticia li a:hover {
    -webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out; 
    -ms-transition: all 0.2s ease-out; 
    -o-transition: all 0.2s ease-out; 
      transition: all 0.2s ease-out;
}
ul.shares_noticia li a.tw:hover {
   color: #00abf0;
}
ul.shares_noticia li a.fb:hover {
   color: #3b5998;
}
ul.shares_noticia li a.go:hover {
   color: #d94835;
}
ul.shares_noticia li a.li:hover {
   color: #0073b2;
}

.noticia_text {
    text-align: left;
    padding: 30px 0 140px 0;
}
.noticia_text h5 {
    font-size: 2.7em;
    font-weight: 700;
    text-transform: uppercase;
}
.noticia_text p {
    font-size: 1.1em;
    line-height: 1.3em;
}
.noticia_text a {
    margin: 15px 0 0 0;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #df1e00;
    display:inline-block;
    padding:2px 10px 4px 5px;
}
.noticia_text a:hover {
    background: #df1e00;
    color: #fff;
}

.noticia_postby {
    border-top: 1px solid #e9e9e9;
    padding: 30px 0;
}
    
.postby_img {
    float: left;
}
.postby_text {
    float: left;
    max-width: 80%;
    text-align: left;
    padding: 0 0 0 30px;
}
.postby_text h6 {
    font-size: 1.6em;
    font-weight: 700;
    padding: 0 0 10px 0;
}
.postby_text p {
    font-size: 1em;
}

ul.share_postbt {
    padding: 10px 0 0 0;
}
ul.share_postbt li {
    display: inline-block;
    list-style-type: none;
}
ul.share_postbt li a {
    padding: 0 2px;
    color: #4f4f4f;
    font-size: 1.1em;
}
ul.share_postbt li a:hover {
    color: #df1e00;
}


/* ------------------------------------
    EMPRESAS
--------------------------------------- */
.empresas {
    color: #fff;
}
.empresas h1 {
    font-size: 4.5em;
    text-transform: uppercase;
    font-weight: 200;
}
.empresas h1 span {
    font-weight: 700;
}
.empresas p {
    font-size: 1.2em;
    font-weight: 200;
    width: 60%;
    margin: 0 auto;
    padding: 0 0 50px 0;
    line-height: 1.4em;
}
.empresas p span {
    font-weight: 700;
}

.creativesales {
    background: url(../img/creative.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.datasales {
    background: url(../img/data.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.digitalsales {
    background: url(../img/digital.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.leadsrus {
    background: url(../img/leads.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}





/* ------------------------------------
    PROJECTOS
--------------------------------------- */
.projectos {
    width: 80%;
    margin: 0px auto ;
    padding: 100px 0 180px 0;
    text-align: center;
}



/* ------------------------------------
    FOOTER
--------------------------------------- */
.footer_box {
    background: #1c1c1c;
    height: 335px;
    color: #fff;
    text-align: center;
}
.footer_box p.rights {
    font-size: 0.8em;
}
.footer {
    margin: 0 auto;
    padding: 60px 0;
    
    text-align: center;
	background: #1c1c1c;
	color: #fff;
	width: 100%;
}
.footer_bloc {
    width: 250px;
    display: inline-block;
}
.footer_bloc h5 {
    font-size:1.2em;
    font-weight: 600;
}
.footer_bloc p {
    font-size: 0.8em;
    font-weight:300;
}
.footer_bloc a {
    color: #fff;
    text-decoration: underline;
}
.footer_bloc a:hover {
    text-decoration: none;
}
.footer_bloc span {
    color: #df1e00;
}



















