@charset "UTF-8";

@font-face {
  font-family: "untitled-font-1";
  src:url("../fonts/untitled-font-1.eot");
  src:url("../fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("../fonts/untitled-font-1.woff") format("woff"),
    url("../fonts/untitled-font-1.ttf") format("truetype"),
    url("../fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-heart:before {
	content: "\63";
	color: #fff;
	font-size: 50px;
	margin-right: 80px;
}
.icon-location:before {
	content: "\67";
	color: #fff;
    font-size: 50px;
    margin-left: 80px;
}

body {
	font-family: "Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
	font-size: 15px;
	color: #4d4d4d;
	background: #F6F7F8;
	line-height: 20px;
}

* {
	margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
	color: #4d4d4d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#topo {
    width: 100%; 
    height: 220px; 
    background: #ffa525;
    box-shadow: 0 20px 40px rgba(0,0,0,.1);
}

#conteudo {
    width: 90%;
    margin: auto;
    float: none;
    max-width: 970px;
}

#conteudo2 {
    width: 100%;
    background: #fff;
  	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: -100px;
    padding: 100px 0;
    box-shadow: 0 20px 40px rgba(0,0,0,.1);
}

.login4 {
    line-height: 40px;
    width: 50%;
    text-align: center;
    padding-top: 30px;
    font-size: 20px;
}

.login5 {
	width: 50%; 
	text-align: center;
	padding: 0 30px;
}

.b_login_idx {
	-webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.b_login_idx {
	width: 100%;
    background: #fff;
    padding: 20px 0;
    float: left;
    margin: 10px 0;
    color: #ffa525;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none !important;
    line-height: 22px;
    border: 2px solid #ffa525;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.b_login_idx:hover {
	background: #F6F7F8;
}
.total { 
    font-size: 50px;
}
.r_links {
	width: 100%;
    padding: 30px 0;
    text-align: center;
}