
h1, h2, h3, h4, h5 {
    color: #c09941;    
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}
p, span, a {
    /*color: #333;*/
}

p.sub-text {
    color: #999;
    line-height: 24px;
    width: 80%;
    margin: 40px auto 10px;
}

div.divider {
    padding: 0;
    border: none;
    border-top: medium double #e5e5e5;
    color: #333;
    text-align: center;
    height: 4px;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    max-width: 1140px;
    margin: 0 auto;
}
section.padding {
    padding: 25px 0;
}
section.margin {
    margin: 25px 0;
}

.social {
    position: absolute;
    top: 115px;
    right: 10px;
    z-index: 10;
}

.social a {
    color: #ccc;
    font-size: 18px;
    margin-right: 8px;
}
.social a.facebook:hover {
    color: #3c5a98;
}
.social a.linkedin:hover {
    color: #0077b4;
}
.social a.twitter:hover {
    color: #00aced;
}

#content {
    display: block;
    width: 100%;
    margin-top: 130px;
}
#content.no-margin {
    margin: 0;
}

#entrada {
    display: block;
    width: 100%;
    min-height: 400px;
    outline: black 1px solid;   
    position: relative;

    background: url('../img/background-entrada.jpg') no-repeat center center;
    background-size: cover; 
    background-attachment: fixed; 
}

#entrada div {
    font-family: 'Montserrat', sans-serif;

    display: block;
    width: 960px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -480px;

    font-size: 45px;
    color: white;
    text-align: center;
    line-height: 100px;
    outline: 2px solid white;

    text-transform: uppercase;
    font-weight: 400;
}
#entrada div:hover {
    outline: 2px solid #c09941;
}
#entrada a.intranet {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    bottom: 25px;
    right: 25px;
    color: #aaa;
    font-size: 10px;
}
#entrada a.intranet:hover {
    color: white;
    text-decoration: none;
}
#entrada a.arrow {
    font-size: 50px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -10px;
    color: #c6a349;
}


#areas-atuacao .area {
    display: block;
    width: 100%;
    height: 190px;
    border: 1px solid #ddd;
    position: relative;
    margin-top: 40px;
}
#areas-atuacao .area i {
    font-size: 100px;
    display: block;
    margin: 15px 0 10px;
}
#areas-atuacao .area span {
    font-size: 16px;
    text-transform: uppercase;
}
#areas-atuacao .area a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    background: white;
    color: #999;
}
#areas-atuacao .area a i {
    font-size: 18px;
    margin: 0;
    line-height: 40px;
}
#areas-atuacao .area:hover {
    background: #333;
}
#areas-atuacao .area:hover i, #areas-atuacao .area:hover span {
    color: #ddd;
}
#areas-atuacao .area:hover a i {
    color: #c09941;
}

#itapema {
    height: 320px;
    background: url(../img/background-itapema.jpg) no-repeat center center;
    background-size: cover;
    /*background: url(http://placehold.it/2000x1040) no-repeat center center;*/
    background-attachment: fixed;
    margin-top: 70px;
}
#itapema a {
    display: block;
    margin: 115px auto 20px;
    background: #c09941;
    width: 280px;
    height: 55px;
    line-height: 55px;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
}
#itapema span {
    color: white;
    text-shadow: 0 0 3px rgba(0,0,0,1);
}
#blog .chamada {
    margin: 40px 16px 5px;
    outline: #ddd solid 1px;
}
#blog .chamada .categoria {
    height: 35px;
    line-height: 35px;    outline: #ddd solid 1px;
    padding: 0 10px;
}
#blog .chamada .previa {
    padding: 10px 10px 5px;
    min-height: 120px;
}
#blog .chamada .previa .titulo {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
#blog a {
    color: #333;
    transition: all .2s linear;
}
#blog .chamada:hover a {
    color: #c09941;
}
#blog .chamada .previa .texto {
    font-size: 12px;
}
#blog .todas {
    margin: 30px auto;
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    background: #ddd;
    color: #999;
    text-align: center;
}
#blog .todas:hover {
    background: #c6a349;
    color: white;
}

.fb-like-box {
    margin-top: 40px;
}
.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important;
}


#pgEscritorio .equipe .container-imagem {
    position: relative;
    margin-bottom: 20px;
}
#pgEscritorio .equipe .container-imagem span {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 18px;
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#pgEscritorio .equipe p {
    font-size: 12px;
    text-align: left;
    line-height: 20px;
}
#pgEscritorio .equipe-info li {
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    font-weight: 300;
    color: #c09941;
}



#pgAreasAtuacao .area {
    display: block;
    width: 100%;
    height: 190px;
    border: 1px solid #ddd;
    position: relative;
    margin-top: 40px;
}
#pgAreasAtuacao .area i {
    font-size: 100px;
    display: block;
    margin: 15px 0 10px;
}
#pgAreasAtuacao .area span {
    font-size: 16px;
    text-transform: uppercase;
}
#pgAreasAtuacao .area a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    background: white;
}
#pgAreasAtuacao .area a i {
    font-size: 18px;
    margin: 0;
    line-height: 40px;
}
#pgAreasAtuacao .area:hover {
    background: #333;
}
#pgAreasAtuacao .area:hover i, #pgAreasAtuacao .area:hover span {
    color: #ddd;
}
#pgAreasAtuacao .area:hover a i {
    color: #c09941;
}
#pgAreasAtuacao p {
    color: #666;
    font-size: 12px;
    line-height: 23px;
    margin-top: 10px;
}
#pgAreasAtuacao #rodape {
    margin-top: 40px;
}
#pgAreasAtuacao #rodape span {
    background: whitesmoke;
    text-align: center;
    color: #666;
}
#pgAreasAtuacao #rodape span:hover {
    background: #333;
}
#pgAreasAtuacao #rodape span:hover a {
    color: whitesmoke;
}
#pgAreasAtuacao #rodape span {
    display: block;
    color: #C7A34A;
}
#pgAreasAtuacao #rodape span a {
    color: #333;
}
#pgAreasAtuacao #rodape .titulo {
    font-size: 16px;
    line-height: 46px;
}


#pgAdvocaciaApoio .subtitulo {
    text-transform: uppercase;
    color: #999;
    font-size: 18px;
    margin: 0 0 20px;
    display: block;
}
#pgAdvocaciaApoio .assinatura {
    font-weight: bold;
    color: #333;
    margin-top: 50px;
}
#pgAdvocaciaApoio .assinatura span {
    display: block;
}

#pgAdvocaciaApoio form select {
    background: #fff;
}

#pgAdvocaciaApoio form input, #pgAdvocaciaApoio form select, #pgAdvocaciaApoio form textarea {
    width: 100%;
    height: 40px;
    padding: 5px;
    margin: 5px 0;
    font-family: 'PT Sans', sans-serif;
    outline: none;
    border: 1px solid #ccc;
    color: #999;
}
#pgAdvocaciaApoio form input:focus, #pgAdvocaciaApoio form textarea:focus {
    border-color: #C7A34A;
    color: #C7A34A;
}
#pgAdvocaciaApoio form textarea {
    height: 150px;
}
#pgAdvocaciaApoio #floatable.fixed {
    position: fixed;
    top: 145px;
    right: 0;
}

#pgAdvocaciaApoio #floatable.absolute.md {
    position: absolute;
    bottom: 0;
    right: 100px;
}
#pgAdvocaciaApoio #floatable.absolute.lg {
    position: absolute;
    bottom: 100px;
    right: 100px;
}

#pgAdvocaciaApoio form input.error-required, #pgAdvocaciaApoio form select.error-required, #pgAdvocaciaApoio form textarea.error-required {
    border-color: red;
}

#pgAdvocaciaApoio form button {
    font-family: 'PT Sans', sans-serif;
    background: #ddd;
    color: #999;
    padding: 5px 20px;
    font-size: 16px;
    border: none;
    float: right;
}
#pgAdvocaciaApoio form button:hover {
    color: white;
    background: #C7A34A;
}
#pgAdvocaciaApoio #email-warning span {
    font-size: 12px;
    line-height: 32px;
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: center;
    background: #C7A34A;
    color: white;
}


#pgContato {
    margin-bottom: 50px;
}

#pgContato #start {
    margin-bottom: 50px;
}
#pgContato #start span {
    background-position: center center;
}

#pgContato form input, #pgContato form textarea {
    width: 100%;
    height: 40px;
    padding: 5px;
    margin: 5px 0;
    font-family: 'PT Sans', sans-serif;
    outline: none;
    border: 1px solid #ccc;
    color: #999;
}
#pgContato form input:focus, #pgContato form textarea:focus {
    border-color: #C7A34A;
    color: #C7A34A;
}
#pgContato form textarea {
    height: 150px;
}

#pgContato form input.error-required, #pgContato form textarea.error-required {
    border-color: red;
}

#pgContato form button {
    font-family: 'PT Sans', sans-serif;
    background: #ddd;
    color: #999;
    padding: 5px 20px;
    font-size: 16px;
    border: none;
    float: right;
}
#pgContato form button:hover {
    color: white;
    background: #C7A34A;
}
#pgContato #email-warning span {
    font-size: 12px;
    line-height: 32px;
    margin-top: 10px;
    display: block;
    width: 100%;
    text-align: center;
    background: #C7A34A;
    color: white;
}

#pgContato #mapa {
    display: block;
    width: 100%;
    height: 400px;
    background: whitesmoke;
    border: 6px solid #C7A34A;
}


/* Large desktop */
@media (min-width: 1200px) { 

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) { 
    #entrada div {

        width: 650px;
        height: 80px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -50px 0 0 -325px;
        font-size: 30px;
        line-height: 80px;
    }

    #entrada {
        background-attachment: scroll;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) { 

    #entrada div {

        width: 540px;
        height: 80px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -50px 0 0 -270px;

        font-size: 25px;
        line-height: 80px;
    }

    #entrada {
        background-attachment: scroll;
    }

    #itapema {
        background-attachment: scroll;
    }
    
    #start span {
        background-attachment: scroll !important;
    }

}

/* Landscape phones and down */
@media (max-width: 480px) { 

    #entrada {
        background-attachment: scroll;
    }
    #itapema {
        background-attachment: scroll;
    }

    #entrada div {
        display: block;
        width: 270px;
        height: 140px;
        padding-top: 7px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -70px 0 0 -135px;

        font-size: 30px;
        color: white;
        text-align: center;
        line-height: 43px;
        outline: 2px solid white;

        text-transform: uppercase;
        font-weight: 400;
    }
    
        #start span {
        background-attachment: scroll !important;
    }

}