@charset "UTF-8";
/* CSS Paulon */

html, body {padding: 0px; margin: 0px;}

h2 {font-weight: 100; border-left: #d2ae59 solid 3px; padding-left: 8px; margin-bottom: 30px;}

h3 {font-weight: 100;}

h4 {color: #ffffff;}

p {font-size: 14px;}

#titulo-site {color: #ffffff;}

.white {color: #ffffff;}

.barra-dourada-inferior {border-bottom: #d2ae59 solid 5px;}


button {color: #ffffff !important; text-transform: uppercase; border: none; margin-top: 20px;}

.gradient-gold {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3af5b+0,a68011+100 */

background: rgb(211,175,91); /* Old browsers */

background: -moz-linear-gradient(-45deg,  rgba(211,175,91,1) 0%, rgba(166,128,17,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(-45deg,  rgba(211,175,91,1) 0%,rgba(166,128,17,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(135deg,  rgba(211,175,91,1) 0%,rgba(166,128,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3af5b', endColorstr='#a68011',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.parallax-window {
    min-height: 400px;
    background: transparent;
	padding-top: 50px;
	padding-bottom: 50px;
}


#home {/*background-image:url(../images/bg-home.jpg); background-position: 100% 0%; background-repeat: no-repeat; border-bottom: #d2ae59 solid 5px;*/ padding-bottom: 50px;}
#empresa {padding-bottom: 80px;}
#bloco-home {background-color: #ffffff; padding-top: 30px; padding-bottom: 30px;}

#bloco-home p {text-align: justify; padding-right: 15px;}

#advodago h1 {font-size: 20px; font-weight: 100; text-transform: uppercase; padding: 8px; margin-top: 0px; margin-bottom: 15px;}
#advodago img {margin: 0px;}

.item-especialidade {padding: 15px;}

#form-contato labe, input, textarea {
	width: 100%;
}

#form-contato input {
	height: 40px;
	border: none;
	background-color: #EBEBEB;
	padding-left: 15px;
	font-weight: normal;
}

#form-contato textarea {
    height: 120px;
	border: none;
	background-color: #EBEBEB;
	padding: 15px;
	font-weight: normal;
}


#form-contato input:focus , #form-contato textarea:focus {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3af5b+0,a68011+100 */

background: rgb(211,175,91); /* Old browsers */

background: -moz-linear-gradient(-45deg,  rgba(211,175,91,1) 0%, rgba(166,128,17,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(-45deg,  rgba(211,175,91,1) 0%,rgba(166,128,17,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(135deg,  rgba(211,175,91,1) 0%,rgba(166,128,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3af5b', endColorstr='#a68011',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#ffffff;
}

#form-contato {font-weight: 100;}

#bot-enviar {margin-top: 30px; color: #ffffff; font-weight: bold; width: 200px;}

#map {
	border-bottom: #d2ae59 solid 30px;
	border-top: #d2ae59 solid 5px;
}

i {color: #d2ae59; }

#menu-principal a {color: #ffffff !important;}

.foto-escritorio {margin-top: 25px;}


