@font-face {
    font-family: 'bold';
    src: url('../fontes/nexa_bold-webfont.woff2') format('woff2'),
         url('../fontes/nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'regular';
    src: url('../fontes/nexa_book-webfont.woff2') format('woff2'),
         url('../fontes/nexa_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.form-group{
	text-align: left !important;
}
.form-group input{
	width: 100%;
	padding: 10px;
	font-family: 'regular';
	font-size:14px;
	
}
.form-group label{
	display: block;
	width: 100%;
	font-family: 'bold';
	font-size:14px;
	margin-bottom:0 !important;
	padding-bottom: 0 !important;
}
::-webkit-input-placeholder { 
	font-family: 'regular';
	font-size:14px;
}
::-moz-placeholder { 
	font-family: 'regular';
	font-size:14px;
}
:-ms-input-placeholder { 
	font-family: 'regular';
	font-size:14px;
}
:-moz-placeholder { 
	font-family: 'regular';
	font-size:14px;
}
.alert{
	display: none;
	margin-top:30px;
}
.responsive{
	width: 100%;
}
#topo{
	height: 800px;
    background-image: linear-gradient(-177deg,var(--second-color) 0,var(--first-color) 100%);
    text-align: center;
    position: relative;
    padding-top:30px;
}
#topo h1{
	font-family: 'bold';
	color:#fff;
	font-size:40px;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom:30px;
}
#topo .container .row{
	display: block;
	text-align: center;
}
.topo::after{
	position: absolute;
	content:"";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    background: url(../imagens/divisor-nuvens.png) center center repeat-x;
}

#topo .button{
	margin-top:60px;
}

.button {
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 15px 20px;
    transition: ease all .3s;
    text-decoration: none;
    white-space: nowrap;
}

.button.button-success {
    background: #43cb6f;
    border: 1px solid #43cb6f;
    color: #fff;
}

.button.button-large{
	font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    padding: 18px 30px;
}

.button:hover{
	background: #1766b0;
	border:1px solid #1766b0;
	color:#fff;
	text-decoration: none !important;
}
.info{
	padding:50px 0;
}

p{
	font-family: 'regular';
	color:#666 !important;
	font-size:16px;
}

h3{
	font-family: 'bold';
	margin-bottom:20px;
	line-height: 120%;
}
.title{
	text-align: center;
}
.title h2{
	font-family: 'bold';
	margin-bottom:40px;
	line-height: 120%;	
}
.list-compare{
	margin-top:50px;
	width: 50%;
	border-right:1px dotted #333;
	display: inline;
	float:left;
}
.list-compare:last-child{
	border-right:none;
}
.list-compare li{
	font-family: 'regular';
	color:#666 !important;
	font-size:16px;
	list-style: none;
	margin-bottom: 10px;
}
.list-compare h4{
	font-family: 'bold';
	color:#333;
	margin-bottom:20px;
	line-height: 120%;	
}
.text-right{
	text-align: right;
}
.comKit{display: none;}
#map{
	width: 100%;
	height: 400px;
}
.hora{
	width: 74%;
	padding:10px;
}
.btn_calcular{
	background: #069;
	width: 25%;
	color:#fff;
	padding:11px;
	border:none;
}
.btn_calcular:hover{
	background: #30BAE3;
}

.comKit h4{
	font-family: 'bold';
	color:#1766b0;
	font-size:20px;
	margin:30px 0 15px 0;

}
.all-info .info:nth-child(even){
	background: #f5f5f5;
}

.all-info .info:nth-child(odd) .div-txt{
	text-align: right;
}

.det {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    margin-left:0;
    padding-left:0;
    margin-top:20px;
}
.det li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 10px;
}
.det li span {
    float: left;
    font-size: 14px;
    color: #333;
    font-style: italic;
    padding-top:4px;
    font-family: 'regular';
}
.det li div {
    float: left;
    width: 15px;
    height: 15px;
    margin: 6px 6px 0 0;
}

.box_resultado{
	background: #fff;
	border:1px solid #f2f2f2;
	display: inline;
	padding: 20px;
	float:left;
	text-align: center;
	position: relative;
	width: 100%;
}
.box_resultado span{
    font-family: 'bold';
    font-size:24px;
    margin-bottom:20px;
    display: block;

}
.green{background:#43cb6f;}

.box_resultado ul{
	padding-left:0 !important;
	margin-left:0 !important;
}
.box_resultado .button{
	margin-top:30px;
	display: block;
}

.box_resultado p{
	font-size: 27px;
}
.box_resultado ul li{
    padding:10px 15px;
    color:#a0a0a0;
    list-style: none;
    text-align: left;
    border-bottom:1px solid #f2f2f2;
    font-family: 'regular';
    font-size:16px;
    
}
.tarjinha{
	background: #43cb6f;
	width: 100%;
	padding: 10px;
	display: block;
}
.circle {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
.box_resultado ul li i{
    float:right;
    margin-top:5px;
}
.btn_default{
    padding:15px 40px;
    color:#fff;
    display: block;
    font-size:15px;
    margin:15px 0 15px 0;
}
.accordion-toggle {cursor: pointer; margin: 0;}
.accordion-content {display: none;padding:5px;margin-top:10px;}
.accordion-content.default {display: block;}

#accordion h5{
    width: 100%;
    background: #fff;
    float:left;
    padding:15px;
    margin-bottom: 10px;

}
.tarja-gar{
	width: 100%;
	display: block;
	background: rgba(106,200, 120, 0.8);
	border-radius: 6px;
	border:2px solid green;
	color:#fff;
	font-family: 'bold';
	padding:10px;
	text-align: center;
	font-size:14px;
	margin-top:40px;
}
#footer{
	height: 80px;
	padding:25px 0;
    background-image: linear-gradient(-177deg,var(--second-color) 0,var(--first-color) 100%);
}
#footer ul{
	float:right;
}
#footer ul li{
	list-style:none;
}
#footer ul li a{
	text-decoration: underline;
	color:#333;
}
#footer p{
	color:#fff;
}