/*
Theme Name: Trigen
Theme URI: http://imaginevirtual.com
Author: the Imaginevirtual team
Author URI: http://imaginevirtual.com
Description:
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
.trigen-contact-wrap p{
    clear: both;
}

.trigen-contact-text-wrap{
    float: left;
}

.trigen-icon {
    width: 42px;
    height: 42px;
    float: left;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.trigen-adress {
    background-image: url('img/icon_contactos_sm.png');
}
.trigen-phone{
    background-image: url('img/icon_telefone_sm.png');
}
.trigen-mobile{
    background-image: url('img/icon_tlm_sm.png');
}
.trigen-fax{
    background-image: url('img/icon_fax_sm.png');
}
.trigen-email{
    background-image: url('img/icon_contactos_sm.png');
}

html{
    /*    height:100%;*/
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #6D6E70;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.091;
    width:100%;
    height:100%;
}

body.home {

    background-image:url(img/bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
}

.section-content-wrap{
    background-color: #fff;
}

/*  --------------------------------------
    MENU 
    -------------------------------------- */

.navbar-brand{
    background-image:url(img/logo.png);
    height: 75px;
    width: 230px;
    text-indent: -99999px;
    margin: 10px 0;
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;
    font-weight: 900;
    text-transform: uppercase;

}

.navbar-default .navbar-nav>li>a {
    color: #9d9d9c;
    padding-top: 40px;

}

.navbar-default .navbar-nav>li>a:hover {
    color: #006a9c;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #006a9c;
    background-color: transparent;
}



/*  --------------------------------------
    HOME 
    -------------------------------------- */

#home .container { 
    position: relative;
}

.slogan {
    position: absolute;
    left: -15px;
    bottom: 15%;
}

.slogan>h1 {
    font-size: 39px;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    padding-bottom: 10px;

}

.slogan>h2>a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    text-decoration: none;
    border-top-width: 50px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    transition: all 0.5s ease;
}

.slogan>h2>a:hover,
.slogan>h2>a:focus {
    color: #006a9c;
    border-top: 1px solid #006a9c;
}

.watermark {
    position: absolute;
    bottom: 3%;
    right: 30px;
    background-image: url(img/watermark.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 150px;
    background-size: contain;
}

.watermark h3 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    width: 200px;
    line-height: 24px;
    float: right;
    margin: 42px 165px 0 0; 
}

@media (max-width:767px){
    .watermark{
        position: relative;
    }
    .slogan {
        position: absolute;
        left: -15px;
        bottom: 34%;
    }
}

/* ------ END HOME -------*/



/*  --------------------------------------
    SOBRE NÓS 
    -------------------------------------- */

#about-us {
    padding-top: 350px
}

.about-us-title h1{
    color: #006a9c;
    font-size: 30px;    
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom: 70px;
}

.about-us-title figure {
    margin-top: -42px;
} 

.about-us-block h2 {
    color: #006a9c;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    text-transform: uppercase;
}

span.trace {
    display: block;
    border-bottom: 1px solid #006a9c;
    width: 36px;
    height: 1px;
}
span.trace-centered {
    display: block;
    border-bottom: 1px solid #006a9c;
    width: 36px;
    height: 1px;
    margin:0 auto;
}



.about-us-block p {
    line-height: 20px;
    padding-top: 25px;
    padding-bottom: 100px;
}
/* ------- END SOBRE NÓS -------- */



/*  --------------------------------------
    SERVIÇOS 
    -------------------------------------- */

#services {
    padding-top: 350px;
}

.services-title h1{
    color: #006a9c;
    font-size: 30px;    
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom: 70px;
}

.services-title figure {
    margin-top: -42px;
} 

.services-block h2 {
    color: #006a9c;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    text-transform: uppercase;
}

span.trace {
    display: block;
    border-bottom: 1px solid #006a9c;
    width: 36px;
    height: 1px;
}

.services-block p {
    line-height: 20px;
    padding-top: 25px;
    padding-bottom: 100px;
}
/* -------- END SERVIÇOS --------*/


/*  --------------------------------------
    CONTACTOS 
    -------------------------------------- */

#contacts {
    background-color: #006a9c;
    color: #fff;
    margin-top: 350px;
    padding-bottom: 60px;
    font-style : italic;
    font-size : 20px;
    line-height : 34px;
}

.contacts-title h1{
    color: #fff;
    font-size: 30px;    
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.contacts-title figure {
    margin-top: -42px;
} 


/* -- formulario  --*/

.form-control {
    font-style : italic;
    font-size : 16px;
    font-weight: 300;
    color : #FFFFFF;

}

input[type="text"], input[type="tel"], input[type="email"] {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 45px;
    margin-bottom: 25px; 
    resize: none !important;
}

textarea.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

::-webkit-input-placeholder {
    color:#fff !important;
    text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
    color:#fff !important; 
    text-transform: uppercase;
}

::-moz-placeholder {  /* Firefox 19+ */
    color:#fff !important;
    text-transform: uppercase;
}

:-ms-input-placeholder {  
    color:#fff !important;
    text-transform: uppercase;
}

#contacts .btn {
    font-style : italic;
    font-size : 16px;
    text-transform : uppercase;
    color : #FFFFFF;
    background-color: transparent;
    border: none;
    padding: 6px 1px;
}

#contacts .btn:hover {		
    color : #66afe9;
    transition: all 0.5s ease;
}


/*  --------------------------------------
    FOOTER 
    -------------------------------------- */

footer {
    background:#fff;
    font-size : 12px;
    line-height : 22px;
    padding:22px 0 8px 0;
}

.social-links li { 
    text-indent: -99999px;
    background-image: url(img/facebook.png);
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
}

ul.social-links  {
    margin-left: -40px;
}

.social-links li a {
    display: block;
    height: 32px;

}

.social-links li a:hover {
    background-color: white;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.copyright>h6 {
    text-align: right;
}

span.blue {
    font-size : 12px;
    color : #006A9C;
    font-weight: 900;
    text-transform: uppercase;  
}

.copyright>h6 a{
    font-size : 12px;
    color : #6D6E70;
    text-decoration: none;
}

.copyright>h6 a:hover{
    color: #000;
}

/* ---- END FOOTER ----*/


/*  --------------------------------------
    TRABALHOS 
    -------------------------------------- */

.works {

    margin-top: 150px;
}

.works-title h1{
    color: #006a9c;
    font-size: 30px;    
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom: 70px;
}

.works-title figure {
    margin-top: -42px;
} 

.work-title h1 {
    color: #006a9c;
    font-size: 30px;    
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 3px;
}

header.work-title {
    margin-bottom: 35px;
}

p.categoria {
    margin-top: 10px;
}

.content{
    min-height: 320px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.back span{
    float: right;
    top: 15px;

}

.nopadding{
    padding-left: 0px !important;
    padding-right:0px !important;    
}

.works-block  {
    position: relative;

    opacity: 1;
}

.works-block h2 {
    color: #006a9c;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.works-block span.trace  {
    display: block;
    border-bottom: 1px solid #006a9c;
    width: 36px;
    height: 1px;
    margin: 0 auto;

}

.works-block p.categoria {
    font-style : italic;
    font-size : 16px;
    color: #999;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
}

figcaption {
    position: absolute;
    top: -20px;
    left: -20px;
    padding: 75px;
    background: rgba(0, 0, 0, 0.7);
}

figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    backface-visibility: hidden;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-duration: 0.5s;
}

figure:hover figcaption {
    opacity: 1;
    transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    z-index: 15;
}

figcaption h3 {
    margin-top: 70px;
}

figcaption span {
    display: block;
}

figcaption a {
    margin-top: 30px;
}

*WP Default style*/

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wpcf7-captchar {
  max-width: 250px;
}

a[href^=tel] {
    color: #fff;
    text-decoration: none;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}