﻿@charset "utf-8";
/* CSS Document */
/******************/
/******************/
/*
font-family: 'Montserrat', sans-serif;
*/
/******************/
/******************/
.direita {
	text-align:right;
}
* {
	margin:0;
	padding:0;
}
a {
	outline:0;
	color:inherit;
	cursor: pointer;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	-o-transition: opacity  0.5s linear;
	-moz-transition: opacity  0.5s linear;
	-khtml-transition: opacity  0.5s linear;
	-webkit-transition: opacity  0.5s linear;
	-ms-transition: opacity  0.5s linear;
	transition: opacity  0.5s linear;
	opacity: 0.6;
}
a:active {
	text-decoration:none;
}

:focus {
	outline-color: transparent;
	outline-style: none;
}
BUTTON:hover {
	text-decoration:none;
	-o-transition: opacity  0.5s linear;
	-moz-transition: opacity  0.5s linear;
	-khtml-transition: opacity  0.5s linear;
	-webkit-transition: opacity  0.5s linear;
	-ms-transition: opacity  0.5s linear;
	transition: opacity  0.5s linear;
	opacity: 0.6;
}
IMG {
	border:none;
}
BODY {
	width:100%;
	min-height:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#353c42;
	background-color:#fff;
}
HTML {
	height:100%;
	 -webkit-text-size-adjust:100%;
	 -ms-text-size-adjust:100%
}
FIELDSET {
	border:none;
	border-color:transparent;
}
*:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
button{
	cursor: pointer;
}

INPUT::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-transform: uppercase;
}
INPUT::-moz-placeholder { /* Firefox 19+ */
	text-transform: uppercase;
}
INPUT:-ms-input-placeholder { /* IE 10+ */
	text-transform: uppercase;
}
INPUT:-moz-placeholder { /* Firefox 18- */
	text-transform: uppercase;
}
TEXTAREA::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-transform: uppercase;
}
TEXTAREA::-moz-placeholder { /* Firefox 19+ */
	text-transform: uppercase;
}
TEXTAREA:-ms-input-placeholder { /* IE 10+ */
	text-transform: uppercase;
}
TEXTAREA:-moz-placeholder { /* Firefox 18- */
	text-transform: uppercase;
}
/******************/
/******************/
/**********************/

@media screen and (max-width: 1100px) {
	
}
/* TABLETS */
@media screen and (max-width: 970px) {
	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
	
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.mobile_only{
	display: none;
}
.desk_only{
	display: block;	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.mobile_only{
	display: block;
}
.desk_only{
	display: none;	
}	
}
.main {
	width:100%;
	height:auto;
	position:relative;
	overflow: auto;
}
.img_cover{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.img_res{
	width:100%;
	height:auto;
}
.no_margin{
	margin: 0% !important;
}
header {
	display:block;
	width:100%;
	height:100px;
	position: relative;
	overflow: auto;
}
@media screen and (max-width: 767px) {
header {
	height:60px;
}
}
/******/
#logo {
	/*width:285px;
	height:21px;*/
	width:190px;
	height:14px;
	position:relative;
	margin-left: 40px;
	margin-top: 33px;
}
#logo H1 A {
	text-indent:-1500px;
	width:190px;
	height:14px;
	float:left;
	overflow:hidden;
	background-image:url(imgs/logo.svg);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/************************/
/************************/
/************************/
/* TABLETS */
@media screen and (max-width: 767px) {
#logo {
	width:150px;
	height:11px;
	margin-left: 5px;
	margin-top: 23px;
}
#logo H1 A {
	width:150px;
	height:11px;
}
}
/************************/
/************************/
.block{
	width:100%;
	height:auto;
	position:relative;
}
.block_90{
	width:90%;
	margin-left: 5%;
}
.block_95{
	width:95%;
	margin-left: 2.5%;
}
.block_80{
	width:80%;
	margin-left: 10%;
}
.full_height{
	min-height: 100vh;
}
.wraper{
	width:calc(100% - 60px);
	max-width:calc(720px - 60px);
	padding: 0 30px;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
.wraper{
	width:calc(100% - 30px);
	max-width:calc(720px - 30px);
	padding: 0 15px;
}
}
.block_row{
	width:100%;
	height:auto;
	position:relative;
}
.block_col{
	position:relative;
	float:left;
	min-height: 20px;
}
.espaco_80{
	padding: 40px 0;
}
.block_66{
	width:66.66%;
}
.block_50{
	width:50%;
}
.block_33{
	width:33.33%;
}
.block_25{
	width:25%;
}
/* TABLETS */
@media screen and (max-width: 970px) {
.block_66{
	width:50%;
}
.block_25{
	width:33.33%;
}
	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.block_95{
	width:100%;
	margin-left: 0;
}
.block_90{
	width:100%;
	margin-left: 0;
}
.block_66{
	width:100%;
}
.block_50{
	width:100%;
}
.block_33{
	width:100%;
}
.block_25{
	width:50%;
}
	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.block_25{
	width:100%;
}	
}
.flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
/***********************/
/***********************/
.fundo_gray{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F5F5F5;
}
.fundo_gray H2{
	font-size: 32px;
	line-height: 1.2em;
	color: #000;
	font-weight: 300;
	text-align: left;
	margin-bottom: 60px;
	letter-spacing: 0.2em;
}
.fundo_gray H3{
	font-size: 20px;
	line-height: 1.5em;
	color: #000;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 0.2em;
}
.fundo_gray H3.margMaior{
	margin-bottom: 50px;
}
.fundo_gray H5{
	font-size: 20px;
	line-height: normal;
	color: #000;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 28px;
	letter-spacing: 0.2em;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
.fundo_gray H2{
	font-size: 23px;
}
.fundo_gray H3{
	font-size: 13px;
}
.fundo_gray H5{
	font-size: 13px;
}
}
/********************/
/********************/
.radiosBT DIV {
	margin-bottom: 50px;
}
.radiosBT UL{
	max-width: 60%;
	display: flex;
	justify-content: space-around;
	list-style-type: none;
}
.radiosBT UL LI{
	position: relative;
	width: 12px;
	height: 12px;
    border-radius: 50%;
	border: 1px solid #000000;
	cursor: pointer;
	overflow: hidden;
	text-indent: -1500px;
}
.radiosBT UL LI:after {
    content: "";
    position: absolute;
    display: none;
 	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000000;
}
.radiosBT UL LI.select:after {
    display: block;
}
@media screen and (max-width: 400px) {
.radiosBT UL{
	max-width: 100%;
}
}
/******************/
/******************/
.radio2 {
	padding-top: 40px;
}
.radio2 UL{
	list-style-type: none;
	padding-left: 15px;
}
.radio2 UL LI{
	position: relative;
    margin-bottom: 23px;
	font-size: 20px;
	line-height: normal;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
.radio2 UL LI{
    margin-bottom: 16px;
	font-size: 13px;
}
}
.container {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #000000;
    border-radius: 50%;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
 	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000000;
}
.container input:checked ~ .checkmark:after {
    display: block;
}
@media screen and (max-width: 767px) {
.checkmark {
    top: 1px;
}
}
/************/
.texta1 {
	padding-top: 40px;
	padding-bottom: 15px;
}
.texta1 TEXTAREA{
	resize: none;
	width: 60%;
	height: 150px;
	background-color: #fff;
	border: none;
	border-color: transparent;
	-webkit-user-select: auto;
	-webkit-appearance: none;
	padding: 5px;
}
.texta1 INPUT[type=button] {
	width: 100%;
	max-width: 450px;
	height: auto;
	padding: 13px 0px;
	background-color: #000;
	border: none;
	border-color: transparent;
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	-webkit-appearance: none;
}
@media screen and (max-width: 767px) {
.texta1 TEXTAREA{
	width: calc(100% - 10px);
}
}
.btn-black {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 12px 30px;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 0;
    background-clip: padding-box;
    transition: all .2s ease;
    display: inline-block;
    margin-bottom: 0;
    font-weight:400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.428571429;
    user-select: none;
    background-image: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    -webkit-tap-highlight-color: transparent;
}

    .btn-black:hover,
    .btn-ghost {
        background: 0 0;
        border: 1px solid #000;
        color: black;
    }

        .btn-ghost:hover {
            background-color: #000;
            color: #fff
        }


/************************/
/************************/
/************************/