@charset "utf-8";
/* CSS Document */
/******************/
/******************/

/******************/
/******************/
* {
	margin:0;
	padding:0;
}
HTML {
	height:100%;
	 -webkit-text-size-adjust:100%;
	 -ms-text-size-adjust:100%;
    font-size: 15px;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    HTML {
        font-size: 13px;
    }
}
BODY {
	width:100%;
	min-height:100%;
    font-family: 'Montserrat', Helvetica, Arial, "sans-serif";
    font-weight: 300;
	color:#000;
	background-color:#fff;
}
a {
	outline:0;
	color:inherit;
	cursor: pointer;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

:focus {
	outline-color: transparent;
	outline-style: none;
}
BUTTON:hover {
	text-decoration:none;
}
IMG {
	border:none;
}
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: 1200px) {
	
}
/* 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 !important;
}
.desk_only{
	display: block !important;	
}
.mobile_only-f{
	display: none !important;
}
.desk_only-f{
	display: flex !important;	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .mobile_only{
        display: block !important;
    }
    .desk_only{
        display: none !important;	
    }	
    .mobile_only-f{
        display: flex !important;
    }
    .desk_only-f{
        display: none !important;	
    }	
}
.main {
	width:100%;
	height:auto;
	min-height:100vh;
	position:relative;
}
.img_cover{
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
}
.img_contain{
	background-repeat:no-repeat;
	background-position:center center;
	background-size: contain;
}
.img_res{
	width:100%;
	height:auto;
}
.no_margin{
	margin: 0% !important;
}
/************************/
/************************/
section{
	width:100%;
	height:auto;
	position:relative;
}
.block{
	width:100%;
	height:auto;
	position:relative;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.row_table{
    display: flex;
    flex-wrap: nowrap;
}
.block-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.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% - 30px);
	max-width:calc(1200px - 30px);
	padding: 0 15px;
	margin:0 auto;
}
.block_row{
	width:100%;
	height:auto;
	position:relative;
}
.block_row::after {
    content: "";
    clear: both;
    display: table;
}
.block_col{
	position:relative;
	float:left;
	min-height: 20px;
}
.espaco_80{
	padding: 40px 0;
}
.block_75{
	width:75%;
}
.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_75{
	width:66.66%;
    }
    .block_66{
        width:50%;
    }
    .block_25{
        width:33.33%;
    }
    .block_50.breackTablet{
        width:100%;
    }
	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .block_80{
        width:100%;
        margin-left: 0;
    }
    .block_95{
        width:100%;
        margin-left: 0;
    }
    .block_90{
        width:100%;
        margin-left: 0;
    }
    .block_75{
        width:100%;
    }
    .block_66{
        width:100%;
    }
    .block_50{
        width:100%;
    }
    .block_33{
        width:100%;
    }
    .block_25{
        width:50%;
    }
	
}
/* SMARTPHONES */
@media screen and (max-width: 467px) {
    .block_25{
        width:100%;
    }
	
}
.flex{
	display: flex;
}
/***/
.flex-hl-left{
    justify-content: flex-start;
}
.flex-hl-center{
    justify-content: center;
}
.flex-hl-right{
    justify-content: flex-end;
}
.flex-hl-space{
    justify-content: space-between;
}
.flex-hl-space-eq{
    justify-content: space-evenly;
}
/***/
.flex-vl-top{
    align-items: flex-start;
}
.flex-vl-center{
    align-items: center;
}
.flex-vl-bottom{
    align-items: flex-end;
}
.flex-vl-stretch {
    align-items: stretch;
}
/***/
/***/
.flex-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.flex-grid-eq {
  display: flex;
  flex-flow: row wrap;
    justify-content: space-evenly;
}
.flex-grid::after {
  content: "";
  flex: auto;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .flex{
        flex-wrap: wrap;
    }
}
/***********************/
/***********************/
.ba-mgn-100-tp{
	margin-top: 100px;
}
.ba-mgn-80-tp{
	margin-top: 80px;
}
.ba-mgn-801-tp{
	margin-top: 80px;
}
.ba-mgn-60-tp{
	margin-top: 60px;
}
.ba-mgn-40-tp{
	margin-top: 40px;
}
/*****/
.ba-mgn-100-bt{
	margin-bottom: 100px;
}
.ba-mgn-80-bt{
	margin-bottom: 80px;
}
.ba-mgn-60-bt{
	margin-bottom: 60px;
}
.ba-mgn-40-bt{
	margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
    .ba-mgn-100-tp{
        margin-top: 90px;
    }
    .ba-mgn-80-tp{
        margin-top: 70px;
    }
    .ba-mgn-60-tp{
        margin-top: 50px;
    }
    .ba-mgn-40-tp{
        margin-top: 30px;
    }
    /*****/
    .ba-mgn-100-bt{
        margin-bottom: 90px;
    }
    .ba-mgn-80-bt{
        margin-bottom: 70px;
    }
    .ba-mgn-60-bt{
        margin-bottom: 50px;
    }
    .ba-mgn-40-bt{
        margin-bottom: 30px;
    }
	
}
/* TABLETS */
@media screen and (max-width: 970px) {
    .ba-mgn-100-tp{
        margin-top: 80px;
    }
    .ba-mgn-80-tp{
        margin-top: 60px;
    }
    .ba-mgn-60-tp{
        margin-top: 40px;
    }
    .ba-mgn-40-tp{
        margin-top: 20px;
    }
    /*****/
    .ba-mgn-100-bt{
        margin-bottom: 80px;
    }
    .ba-mgn-80-bt{
        margin-bottom: 60px;
    }
    .ba-mgn-60-bt{
        margin-bottom: 40px;
    }
    .ba-mgn-40-bt{
        margin-bottom: 20px;
    }
	
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .ba-mgn-100-tp{
        margin-top: 60px;
    }
    .ba-mgn-80-tp{
        margin-top: 40px;
    }
    .ba-mgn-801-tp{
        margin-top: 60px;
    }
    .ba-mgn-60-tp{
        margin-top: 25px;
    }
    .ba-mgn-40-tp{
        margin-top: 10px;
    }
    /*****/
    .ba-mgn-100-bt{
        margin-bottom: 60px;
    }
    .ba-mgn-80-bt{
        margin-bottom: 40px;
    }
    .ba-mgn-60-bt{
        margin-bottom: 25px;
    }
    .ba-mgn-40-bt{
        margin-bottom: 10px;
    }
	
}

/************************/
/************************/
/************************/

header {
    
}

/************************/
/************************/
footer{
    position: absolute;
    width: 100%;
    max-width: 100vw;
    height: 40px;
    bottom: 0;
    left: 0;
    z-index: 2020;
    background-color: rgba(0,0,0,0.68);
}
/*****************/
/*****************/
/*****************/
.titulo{
	padding: 4rem 0;
    background-color: #f5f5f5;
}
.titulo H2{
	font-size: 5rem;
	font-weight: bold;
	padding-bottom: 0.5rem;
}
.titulo H3{
	font-size: 1.3rem;
	font-weight: 300;
	padding-bottom: 0.8rem;
}
/***********************/
/***********************/
.loading{
	width: 100%;
	height: auto;
	min-height: 250px;
	background-repeat: no-repeat;
	background-image: url(images/loading.gif);
	background-position: center center;
}
/************************/
/************************/
/************************/
/************************/
.tela-1, .tela-2, .tela-3{
    width: 100%;
    max-width: 100vw;
}
.tela > DIV.wraper {
    height: 100vh;
}
.tela-1{
    background-image: url("images/fundo-1.jpg");
}
.tela-2{
    background-image: url("images/fundo-2.jpg");
}
.tela-3{
    background-image: url("images/fundo-3.jpg");
}
.logo{
    position: absolute;
    width: 200px;
    height: 48px;
    z-index: 2000;
    top: 4rem;
    left: 1rem;
}
.setinha{
    position: absolute;
    bottom: 1rem;
    left: calc(50% - 20px);
    width: 40px;
    height: 36px;
    background-image: url("images/setinhas.png");
    z-index: 2010;
}
.text-1{
    position: relative;
    width: 100%;
    height: auto;
    max-width: 800px;
}
.text-2{
    position: relative;
    width: 100%;
    height: auto;
    max-width: 786px;
}
.text-3{
    position: relative;
    width: 80%;
    height: auto;
    max-width: 392px;
    padding-bottom: 15rem;
}
footer .rodape{
    width: 100%;
    height: auto;
    height: 40px;
}
footer .rodape IMG{
    max-width: 900px;
}
/************************/
/************************/