@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700|Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700)
.fonteoswald {
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Arimo', sans-serif;
	font-weight:100;
	
}
ul a {
	margin-left: 12px;
	color:#FF7BAC;
    font-size:14px;
}


ul a:hover {
	color: #FFF;
	font-weight:500;
}
ul a:active {
	color: #FFF;
}
label {
	font-family: 'Arimo', sans-serif;
	font-size:13px;
	
}

.nl {
	font-family: 'Arimo', sans-serif;
	font-size:14px;
	color:#FFF;
	
}
.n2 {
	font-family: 'Arimo', sans-serif;
	font-size:14px;
	color:#FFF;
	
}

body {font-family: 'Arimo', sans-serif;
}


.btnFranquia {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  background: #DA316B;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border:0px;
  float: right;
    margin-top: 62px;
	
    cursor: pointer;
  
  
}

.btnFranquia:hover {
  background: #eb7ca9;
  text-decoration: none;
  border:0px;
}

/*Incluido JUNIOR*/

.modal-box {
  display: block;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  max-width:650px;
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-body { padding: 2em 1.5em; }

.modal-box footer,
.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

@media (min-width: 32em) {
  .modal-box { width: 70%; }
}