@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

h1 {
    font-family: 'Lato';
    font-size: 50px;
    font-weight: 100;
    line-height: 60px;
}

h2 {
    font-family: 'Lato';
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

span.h2 {
    font-family: 'Lato';
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}


h3 {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.text1 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
}

.text2 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

.white{
    color:white;
}

.color1{
    color: rgba(255, 251, 244, 1);
}

.color2{
    color:rgba(129,226,168,1);
}

.color3{
    color:rgba(88, 82, 73, 1);
}

.color4{
    color:rgba(107, 101, 92, 1);
}

.color5{
    color:rgba(184, 171, 151, 1);
}

.html{
    margin: 0;
    padding:0;
}
.header_dummy{
    height:100px;
}
.centermsg{
    text-align: center;
    min-height: 400px;
    line-height: 400px;
}

.page-search-node .region-content{
    width: 1360px;
    margin:0 auto;
}

.page-search-node .content{
    width: 1360px;
    text-align: left;
}

.page-search-node .region-content #search-form{
    margin:0;
}

#header{
    z-index:100;
    position: fixed;
    background-color: white;
    width:100%;
    color: #585249;
    height:100px;
    min-width: 1180px;
}


#header #logo-header{
    height: 55px;
    width: 180px;
    display: block;
    float: left;
    margin-top: 25px;
    margin-bottom: 20px;
}

#header a.site_logo_sprite {
    background: url('/sites/default/files/sprt.png') no-repeat -1px 0;
    width: 179px;
    display: inline-block;
    height: 55px;
}

#header #menu-header{
    display: block;
    float: left;
    text-transform: uppercase;
    margin-right: 70px;
    margin-left: 60px;
    margin-top: 32px;
}

#header #menu-header ul.menu{
    margin:0;
    padding:0;
}

#header #menu-header ul.menu  li.leaf,  #language-header ul li{
    list-style-type: none;
    list-style-image:none;

}

#header #menu-header .menu li, #language-header  li{
    float: left;
    margin: 0;
    padding: 0;
}

#header #menu-header .menu li a,
#header #menu-header .menu li a:link,
#header #menu-header .menu li a:visited,
#language-header  li a,
#language-header  li a:link,
#language-header  li a:visited{
    text-decoration: none;
    color: #585249;

}

#header #menu-header .menu li a,
#header #menu-header .menu li a:link,
#header #menu-header .menu li a:visited{
    margin-right: 25px;
}

#header #menu-header .menu li a.active{
    border-bottom: 2px solid  #585249;;
}


#header #search-header .search.text2{
    font-size: 15px;
}

#header #search-header{
    display: block;
    float: left;
    margin-top: 41px;
}

#header #search-header .container-inline{
    position: relative;
}

#header #search-header .form-text::-ms-clear{
    color:rgba(107, 101, 92, 1);
    border-bottom: solid 2px rgba(184, 171, 151, 1);
    display: block;
    height:28px;
}


#header #search-header .form-text{
    all: unset;
    color:rgba(107, 101, 92, 1);
    border:0;
    /*border-bottom: solid 2px rgba(184, 171, 151, 1);*/
    display: block;
    height:28px;
}

#header #search-header .container-inline {
    border-bottom: solid 2px rgba(184, 171, 151, 1);
    padding-right: 24px;
}

#header #search-header .form-submit{
    all: unset;
    border: none;
    background: url('/sites/default/files/sprt.png') no-repeat 0 -84px;
    width: 23px;
    height: 24px;
    position: absolute;
    top: 6px;
    right: 0px;
}


#header #language-header{
    display: block;
    float: right;
    text-transform: uppercase;
    margin-top: 32px;
    margin-left: 35px;
}

#header #language-header ul{
    margin:0;
    padding:0;
}

#header .center{
    width:1180px;
    margin-left:auto;
    margin-right:auto;
}

#language-header  li a,
#language-header  li a:link,
#language-header  li a:visited{
    margin-right: 10px;
    color: #B8AB97;
}

#language-header li a.active {
    color: #585249;
    border-bottom: 2px solid #585249;
}

/*IE FIX for clear on form */
#header #search-header .form-text::-ms-clear {
    display: none;
}

#Quem-somos > .page-img-section{
    width: 100%;
    height: 400px;
}

#Quem-somos .center{
    width:1180px;
    margin:0 auto;
    
}

#Quem-somos .logo-section .center{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#Quem-somos > .page-img-section  img{

    width: 100%;
    height: inherit;
}

#Quem-somos > .sobre-nos-section{
    padding-top: 70px;
    background-color: #FFFFFF;
    text-align: center;
}

#Quem-somos > .sobre-nos-section .title{
    border-bottom-width: 10px;
    text-transform: uppercase;
}

#Quem-somos > .sobre-nos-section .dummy {
    height:0;
    width:50px;
    border-bottom: solid #81E2A8;
    display: inline-block;
    padding-bottom: 20px;
}

#Quem-somos > .sobre-nos-section .text1{
    padding-top: 20px;
    padding-bottom: 70px;
}

#Quem-somos > .logo-section{
    background-color: #B8AB97;
    min-width: 100%;
    min-height:300px;
}

#Quem-somos > .logo-section .text1{
    padding-top: 90px;
    padding-bottom: 90px;
    width: 880px;
    float:left;
}

#Quem-somos > .logo-section .logo{
    max-width: 200px;
/*    float:left;
    width: 180px;
    height:180px;
    padding-top:60px;
    padding-bottom:60px;
    padding-left: 120px;
    background-color:  #B8AB97;*/
}

#Quem-somos > .logo-section .logo img{
    width:100%;
}

#Quem-somos > .background-section{
    overflow: hidden;
    min-width: 100%;
}

#Quem-somos > .background-section .background{
    position: relative;
    height:600px;
    width: 100%;
}

#Quem-somos > .background-section .background img{
    width: 100%;
    height: inherit;
    min-width: 480px;
}


#Quem-somos > .background-section .text{
    color: #FFFFFF;

    margin-top: 230px;
    margin-bottom: 274px;

}
#Quem-somos > .background-section .text h1 {
    position: absolute;
    top: 200px;
    width:580px;
    height:96px;
}
#parceiros a:link, #parceiros a:visited {
    text-decoration: none;
    color:black
}

#parceiros   a:hover,
#parceiros   a:active {
    text-decoration: underline;
}


#Quem-somos > .partners-section .title {
    text-transform: uppercase;
    padding-top: 70px;
}

#Quem-somos > .partners-section .dummy {
    height:0;
    width:50px;
    border-bottom: solid #81E2A8;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

#Quem-somos > .partners-section td{
    /*padding-left:20px;*/
    padding-right:40px;
    vertical-align: top;
}
#Quem-somos > .partners-section  .views-view-grid > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(3){
    padding-right: 0;
}

#Quem-somos > .partners-section .views-field-body{
    width: 380px;
    height: 180px;
    padding-bottom: 70px;
}

#Quem-somos > .where-are-we-section{
    min-width: 100%;
    background-color: #B8AB97;
    float:left;
    display:block;
}
#Quem-somos > .where-are-we-section .title{
    text-transform: uppercase;
    padding-top: 100px;
}
#Quem-somos > .where-are-we-section .dummy {
    height:0;
    width:50px;
    border-bottom: solid #81E2A8;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

#Quem-somos > .where-are-we-section .text{
    width: 680px;
    margin-right: 120px;
    float:left;
    display: inline-block;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 120px; /* Chrome, Safari, Opera */
    -moz-column-gap: 120px; /* Firefox */
    column-gap:120px;
    /*padding-bottom: 147px;*/
}
#Quem-somos > .where-are-we-section .srpite_wrapper{
    position:relative;

}
#Quem-somos > .where-are-we-section  .sprite {
    background: url('/sites/default/files/sprt.png') no-repeat 0 -1301px;
    width: 380px;
    height: 347px;
    display: inline-block;
    float: left;
    /*margin-top: 40px;*/
    bottom:0;
}

#portfolio .text2{
    color: #585249;
    font-weight: 100;
}

#portfolio {
    text-align: center;
}

#portfolio .title{
    text-transform: uppercase;
    margin-top: 100px;
}

#portfolio  .center{
    width:1180px;
    margin:0 auto;
}

#portfolio  .dummy {
    height:0;
    width:50px;
    border-bottom: solid #81E2A8;
    padding-bottom: 20px;
    margin-bottom: 40px;
    display: inline-block;
}

#portfolio .view-portfolio ul{
    list-style-type: none;
    text-align: center;
}

#portfolio .view-portfolio li{
    margin:0;
    position: relative;
    float:left;
    width: 100%;
}

#portfolio .view-portfolio li.views-row-odd{
    background-color: #B8AB97;
    width:100%;

}
#portfolio .view-portfolio li.views-row-even{
    background-color: white;
}

#portfolio .views-field.views-field-title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 30px;
    width: 1180px;
    margin: 0 auto;
}

#portfolio .views-field.views-field-field-image-portfolio {
    width: 1180px;
    margin: 0 auto;
    padding-top: 55px;

}

#portfolio .views-field.views-field-field-image-portfolio img{
    float:left;
    padding-right: 20px;
    padding-bottom: 55px;
}

#portfolio .views-field.views-field-field-image-portfolio  img:nth-child(3){
    padding-right: 0;
}
#portfolio .views-field.views-field-body {
    text-align: left;
    padding-bottom: 60px;
}

#portfolio .views-field.views-field-body .field-content p{
    margin:0;
}
#portfolio .views-field.views-field-field-post-image-text{
    padding-bottom: 50px;
}

#portfolio .views-field-field-post-image-text .field-content{
    font-family: 'Lato';
    font-size: 20px;
    line-height: 29px;
    color: #413d37;
    font-weight: normal;
}

#portfolio .views-field-field-pre-image-text .field-content{
    font-family: 'Lato';
    font-size: 20px;
    line-height: 29px;
    color: #413d37;
    font-weight: normal;
    /*color: #585249;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;*/
}

.google-maps {
    position: relative;
    /********** padding-bottom: 400px; *******/
    height:400px;
    overflow: hidden;
    /******* Alteração para centrar PC **********/
    width: 1180px;
    margin: auto;
    /*** pointer-events:none; ******/
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;  height: 100%;
    /************ no events sem click general.js para alterações ************/
    pointer-events:none;
}

#contactos .contactos-wrapper{
    position: relative;
    text-align:center;
    width:1180px;
    margin:0 auto;
    padding:0;
}

#contactos .title-section{
    padding-top: 40px;
    margin:0;
    text-transform: uppercase;
}


#contactos .dummy {
    height:0;
    width:50px;
    border-bottom: solid #81E2A8;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 40px;
}


#contactos .webform-wrapper{
    position: relative;
}

#contactos .webform-component{
    display:block;
    float:left;
    margin:0;
    outline:none;
    border: none;
    margin-right: 10px;
}
#contactos div.form-item:nth-child(2){
    float:right;
    margin:0;
}

#contactos div.form-item.webform-component-textfield.webform-component--nome{
    margin-bottom: 20px;
}

#contactos div.form-item.webform-component-textfield.webform-component--email{
    margin-bottom: 40px;
}

#contactos fieldset.captcha,#contactos div.form-item input{
    outline:none;
    border: none;
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
}

#contactos legend,#contactos  div.form-item label, #contactos .form-item .form-textarea-wrapper > .grippie{
    display:none;
}

#contactos .form-textarea-wrapper {
    display: block;
    float:right;
    background-color: #B8AB97;
    color:#585249;
    overflow: hidden;
    width: 570px;
    height: 120px;
}

#contactos #edit-submitted-assunto, #edit-submitted-nome,#edit-submitted-email{color:#585249;}

#contactos .form-textarea-wrapper textarea{
    border: none;
    outline:none;
    resize: none;
    padding-top: 13px;
    background-color: #B8AB97;
    color:#585249;
    margin-left: 10px;
    line-height: 13px;
    height: 120px;
    width: 560px;
    display:inline-block;
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
}

#contactos div.form-item.webform-component-textfield{
    width: 580px;
    height: 50px;
    background-color: #B8AB97;
    color:#585249;
    overflow: hidden;
    margin-bottom: 20px;
}

#contactos div.form-item.webform-component-textfield input{
    padding-left: 10px;
    height: 50px;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    background-color: #B8AB97;
    color:#6B655C;
}
#contactos .form-actions{
    display: inline-block;
    float:right;
    margin: 0;
    margin-top: 60px;
    padding-bottom: 100px;
    color:#6B655C;
}


#contactos .form-actions .webform-submit{
    border: solid 1px #B8AB97;
    padding:112px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: none;
}

#contactos input.webform-submit{
    font-weight: bold;
    font-size: 13px;
    line-height: 28px;
    color:#6B655C;
}

#contactos  .rc-anchor{
    display: inline-block;
    float:left;
}

#contactos ::-webkit-input-placeholder {
    color:#6B655C;
}

#contactos ::-moz-placeholder {
    color:#6B655C;
}

#contactos ::-ms-placeholder {
    color:#6B655C;
}

#contactos ::placeholder {
    color: #413D37;
    font-weight: bold;
}

#contactos .webform-submit:hover{
    border: solid 1px  #6B655C;
    background-color: #6B655C;
    color: white;
    cursor: hand;
    cursor: pointer;
}

ol.search-results{
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
}

@media all and (max-width: 1180px) {

    .page-quem-somos #wrapper .region-content{
        min-width: 1180px;
    }

    #Quem-somos,
    #Quem-somos .sobre-nos-section,
    #Quem-somos .partners-section,
    #Quem-somos .background-section,
    #Quem-somos .logo-section,
    #Quem-somos .page-img-section  {
        position:relative;
        overflow: hidden;
        max-width: 100%;
        text-align: center;
        display: inline-block;
    }

    #Quem-somos .background ,  #Quem-somos.page-img-section  {
        max-width: 100%;
    }

    #Quem-somos .where-are-we-section,
    #parceiros .title{
        text-align: left;
    }

    #Quem-somos .logo-section .center{
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    #Quem-somos .logo-section {
        overflow: visible;;

    }

    #Quem-somos .logo-section .text1{
        margin-left:15px;
    }

    #Quem-somos .logo-section .logo{
        padding:0;
        float:right;
        padding-top: 100px;
        padding-bottom: 100px;

    }

    #Quem-somos .logo-section .logo img{
        position: relative;
        vertical-align: middle;
        padding:0;
    }

    #Quem-somos .partners-section{
        overflow: visible;
    }

    #Quem-somos .partners-section td{
        padding-left: 0;
        padding-right: 1em;
    }


    #portfolio{
        text-align: center;
        position:relative;
        overflow: visible;
        min-width: 1180px;
    }
}

#edit-name input.error{
    border: 2px solid red;
    display: inline-block;
}
