@font-face{
	font-family: 'Montserrat';
	font-weight: 400;
	font-style: normal;
	src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #282828 !important;
}
#contactos{
	margin-top: 78px;
}
.title-wrapper {
	margin-top: 60px;
	margin-bottom: 80px;
}

p.title-page {
    font-family: 'Montserrat';
    color: #c0a062;
    font-size: 30px;
    font-weight: 400;
    line-height: 37.333px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-left: 0px;
}
#contactos-form .row {
	margin-bottom: 20px;
}
#contactos-form input,
#contactos-form textarea {
	width: 100%;
	height: 50px;
    border: 1px solid #eeeeee;
    padding: 15px 20px;
}
#contactos-form textarea#msg-input{
	height: 150px;
	outline: none;
}
#contactos-form input::-webkit-input-placeholder {
	font-family: 'Lora';
	color:  #282828;
	font-size: 16px;
	font-style: italic;
	text-align: left;
}
#contactos-form input:-moz-placeholder {
	font-family: 'Lora';
	color:  #282828;
	font-size: 16px;
	font-style: italic;
	text-align: left;
}
#contactos-form input::-moz-placeholder {
	font-family: 'Lora';
	color:  #282828;
	font-size: 16px;
	font-style: italic;
	text-align: left;
}
#contactos-form input:-ms-input-placeholder {
	font-family: 'Lora';
	color:  #282828;
	font-size: 16px;
	font-style: italic;
	text-align: left;
}

#contactos-form textarea::-webkit-input-placeholder {
	font-family: 'Lora';
	color:  #282828;
	font-size: 16px;
	font-style: italic;
	text-align: left;
}
#contactos-form textarea:-moz-placeholder {
	font-family: 'Lora';
	color:  #282828;
	font-size: 16px;
	font-style: italic;
	text-align: left;
}
#contactos-form textarea::-moz-placeholder {
	font-family: 'Lora';
	color:  #282828;
	font-size: 16px;
	font-style: italic;
	text-align: left;
}
#contactos-form textarea:-ms-input-placeholder {
	font-family: 'Lora';
	color:  #282828;
	font-size: 16px;
	font-style: italic;
	text-align: left;
}

#obrigatorio {
	font-family: 'Montserrat';
	color:  #808080;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
}
#contactos-form button#submit{
	font-family: 'Lora';
	color:  #282828;
	font-size: 16px;
	font-style: italic;
	line-height: 29px;
	text-align: left;
	border: 0;
    background-color: transparent;
    float: right;
    padding: 0;
    padding-top: 51px;
    outline: none;
}
#contactos-form .arrow-wrapper{
	position: relative;
	display: inline-block;
	width: 26px;
	height: 12px;
	margin-left: 20px;
    transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
#contactos-form .arrow-wrapper span.top-line{
	position: absolute;
    background-color: #dcdcdc;
    width: 9px;
    height: 2px;
    top: 3px;
    right: 0;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#contactos-form .arrow-wrapper span.center-line{
	position: absolute;
    background-color: #dcdcdc;
    width: 24px;
    height: 2px;
    right: 2px;
    top: 6px;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
#contactos-form .arrow-wrapper span.bottom-line{
	position: absolute;
    background-color: #dcdcdc;
    width: 9px;
    height: 2px;
    top: 9px;
    right: 0;
    -webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

form#contactos-form input.obrigatorio.error{
	border-color: red;
}
form#contactos-form label{
    font-family: 'Lora';
    color: red;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px;
}
#contactos-form #submit:hover .arrow-wrapper span.top-line{
	background-color: #000000;
}

#contactos-form #submit:hover .arrow-wrapper span.bottom-line{
	background-color: #000000;
}
@media screen and (min-width: 768px){
	.header-wrapper-right .fa-facebook,
    .header-wrapper-right .fa-google-plus,
    .header-wrapper-right .fa-twitter{
        visibility: visible !important;
        display: inline-block;
    }
    .header-wrapper-right .fa-facebook,
    .header-wrapper-right .fa-google-plus,
    .header-wrapper-right .fa-twitter,
    .header-wrapper-right .fa-share-alt,
    .header-wrapper-right .fa-times {
        color: white;
        background-color: black;
    }
}
@media screen and (max-width:470px){
	#form-footer,
	#submit-wrapper{
		width: 100%;
	}
	#contactos-form button#submit{
		padding-top: 20px;
		float: left;
	}
}


.social-wrapper{
	position: fixed;
    display: block;
    bottom: 0;
    right: 15px;
    cursor: pointer;
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
}
.social-wrapper .fa-facebook{
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-google-plus {
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-twitter {
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-share-alt{
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-times {
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .facebook-icon-mobile,
.social-wrapper .google-icon-mobile,
.social-wrapper .twitter-icon-mobile{
    position: absolute;
    display: inline-block;
    padding-top: 18px;
    right: 0;
    top: -18px;
    z-index: -1;
    transition: right .5s ease-in-out;
    -webkit-transition: right .5s ease-in-out;
    -moz-transition: right .5s ease-in-out;
    -ms-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
}
.social-wrapper .facebook-icon-mobile.open{
	right: 150px;
}
.social-wrapper .google-icon-mobile.open{
	right: 100px;
}
.social-wrapper .twitter-icon-mobile.open{
	right: 50px;
}