

@font-face {
	font-family: 'BlenderPro';
	src: url('Blender-Pro-Medium.otf');
	font-weight: normal;
	font-style: normal;
  }

body {
    font-family: 'BlenderPro', 'Roboto', sans-serif;
    font-size: 11pt;
    font-weight: 300;
    color: #181818;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #fff;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}


.primary-color{
	color: #181818;
}

h1, h2 {
	margin-top: 10px;
	font-size: 28px;
    font-weight: 100;
    color: #181818;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #181818;
    line-height: 30px;
}

h5 {
	font-size: 22px;
    font-weight: 300;
    line-height: 30px;
	color: #181818;
}

h4 {
	font-size: 18px;
    font-weight: 300;
    color: #181818;
    line-height: 26px;
}

img { max-width: 100%; }

::-moz-selection { background: #000000; color: #fff; text-shadow: none; }
::selection { background: #000000; color: #fff; text-shadow: none; }

.co-white{
	color: #fff !important;
}

/***** Top menu *****/

.navbar {
	margin-top: 30px;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { background: none; }

ul.navbar-nav {
	/* font-size: 16px; */
	color: #fff;
}

.navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }

.navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }

.navbar-inverse ul.navbar-nav li a {display: inline; padding: 0; color: #fff; font-size: 11px;}
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }

.navbar-inverse ul.navbar-nav li .li-social a {
	margin: 0 5px;
	font-size: 28px;
	vertical-align: middle;
}
.navbar-inverse ul.navbar-nav li .li-social a:hover, 
.navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #000000; }
.mr-75{
	margin-right: 75px;
}
.ml-15{
	margin-left: 15px;
}
.facebook, div[class^='ilustracao-'], .input-box .icon{
	background-position: center;
	background-size: cover;
}
div[class^='ilustracao-']{
	height: 150px;
}
.ilustracao-1{
	background-image: url('../img/new/ilustracao-1.png');
}
.ilustracao-2{
	background-image: url('../img/new/ilustracao-2.png');
}
.ilustracao-3{
	background-image: url('../img/new/ilustracao-3.png');
}
.ilustracao-4{
	background-image: url('../img/new/ilustracao-4.png');
}
.ilustracao-5{
	background-image: url('../img/new/ilustracao-5.png');
}
.facebook{
	background-image: url('../img/new/icone-facebook.png');
	height: 50px;
}
/***** Top content *****/

.top-content { padding: 5px 0 60px 0; }

.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; margin: 0; padding: 0;line-height: normal !important; text-transform: uppercase; font-weight: 400; font-size: 15px;}
.top-content .text h1 span{ color: #fff; margin: 0; padding: 0;line-height: normal !important; text-transform: uppercase;}
.top-content .description { margin: 0px; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }
.input-box {
	background-color: #fff;
	border-radius: 40px; 
	position: relative;
	width: 100%;
}
.input-box .icon{
	position: absolute;
}
.cep{
	left: 25px;
	top: 10px;
}
.servico

{
	left: 20px;
	top: 34px;
}
.input-box input, .input-box select{
	font-size: 15px;
	color: #000;
	background-color: transparent;
	border: none;
	height: 44px;
	width: 100%;
	padding: 12px 15px;
	box-sizing: border-box;
	border-radius: 40px;
}
.input-box textarea{
	font-size: 15px;
	color: #000;
	background-color: transparent;
	border: none;
	min-height: 44px;
}
button.input-box{height: 45px;}
.input-box .form-control[readonly]{
	border-radius: 40px;
}
.input-box input:focus, select{
	border-radius: 40px;
}
.row.d-none .form-group .input-box input{
	height: 25px !important;
}

.label{
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff !important;
	margin-bottom: 15px;
	font-size: 15px;
}
.no-border{
	border: none;
}
.f1 {
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; color: #000000; font-weight: 400;}

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; margin-bottom: 20px;}

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #000000; }

.f1-step { position: relative; float: left; width: 33.333333%; padding: 0 5px; }

.f1-step-4 { width: 25%; }
.f1-step-5 { width: 20%; }
.f1-step-6 { width: 16.66%; }

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #000000; color: #000000; line-height: 38px;
}
.f1-step.active .f1-step-icon {
	width: 48px; height: 48px; margin-top: 0; background: #000000; font-size: 22px; line-height: 48px;
}

.f1-step p { color: #ccc; }
.f1-step.activated p { color: #000000; }
.f1-step.active p { color: #000000; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: center; }
.f1-buttons button { text-align: center; font-size: 15px; padding: 15px 0; background-color: #f2bd2f; color: #000; border: none; border-radius: 40px; width: 48%;}
.f1-buttons p {
	margin-top: 15px;
	font-size: 9px;
	text-transform: uppercase;
	color: #fff;
}
.f1 .input-error { border-color: #000000; }


.container-wrapper.other-content{
	background: #fff;
}

/*Home Page*/

.card{background: #181818; padding: 1.3em; min-height: 420px;}

.card .icon{text-align: center; margin: 0 0 0.5em 0;}
.card img {}
.card h3{ text-align: center; margin-bottom: 0.7em; font-size: 1.1em; font-weight: 400; color: #fff;}
.card p { color: #fff; line-height: 1.3em; font-size: 1.1em;}


/*********** agenda *****************/
.agenda {  }

/* Dates */
.agenda .agenda-date { width: 170px; }
.agenda .agenda-date .dayofmonth {
  width: 40px;
  font-size: 36px;
  line-height: 36px;
  float: left;
  text-align: right;
  margin-right: 10px; 
}
.agenda .agenda-date .shortdate {
  font-size: 0.75em; 
}


/* Times */
.agenda .agenda-time { width: 140px; } 


/* Events */
.agenda .agenda-events {  } 
.agenda .agenda-events .agenda-event {  } 


/*common forms*/
.btn.btn-white, .btn.btn-white-outline{
	text-transform: uppercase ;
	text-align: center;
	font-size: 12px;
	border-radius: 40px;
	height: 40px;
}
.btn-white{
	background-color: #f2c811;
	border: solid 1px #000;
}
.btn-white-outline{
	color: #f2c811 !important;
	background-color: transparent !important;
	border: solid 1px #f2c811 !important;
}
.btn-primary:hover{
	background-color: #f2c811;
}

.form-errorlist{}

.form-errorlist li{color: tomato; font-size: 1.5rem;}

#form {
	text-align: left;
}

#form h1, #form h2{
	color: #fff;
}

#form .btn{
	margin-top: 1.4em;
	color: #181818;
}


/*atendentes */
.nav-center {text-align: center; float: none;}
.nav-center li{
	float: none;
	display: inline-block;
	text-align: center;
}
.clip-circle {
	width: 120px;
	margin: 20px;
	clip-path: circle(60px at center);
}
.star-rating .fa{color: #ffdb0f}


/*navbar-footer*/
.navbar-footer ul.navbar-nav li a{
	padding: 0 0.5em !important;
	font-size: 0.9em;
}

@media (max-width: 767px) {
    
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.navbar { padding-top: 0; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
	.navbar-brand { height: 60px; margin-left: 15px; }
	.navbar-collapse { border: 0; }
	.navbar-toggle { margin-top: 12px; }
	
	.top-content { padding: 40px 0 110px 0; }

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
	
	.f1 { padding-bottom: 20px; }
	.f1-buttons button { margin-bottom: 5px; }
	.card {min-height: 100%;}
}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo.png) !important; background-repeat: no-repeat !important; background-size: 162px 36px !important;
    }
	.d-none{display: none!important;}
}

.avatar{
    width: 129px;
    height: 129px;
    border-radius: 50%;
    border: solid 1px #ccc;
    margin-bottom: 5px;
	cursor: pointer;
}

select{height: 44px!important;}

.ui-datepicker {
	background-color: #fff;
	border: 1px solid #66AFE9;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(102,175,233,.6);
	display: none;
	margin-top: 4px;
	padding: 10px;
	width: 240px;
}
.ui-datepicker a{color: rgba(0, 0, 0, 0.55)
}
.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: black;
	-webkit-transition: color 0.1s ease-in-out;
	   -moz-transition: color 0.1s ease-in-out;
	     -o-transition: color 0.1s ease-in-out;
	        transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
	content: "\e079";
}
.ui-datepicker .ui-datepicker-next:before {
	content: "\e080";
}
.ui-datepicker .ui-icon {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
	border-radius: 4px;
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	     -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #eee;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
	background-color: rgba(0, 0, 0, 0.18);
}
.ui-datepicker .ui-datepicker-current-day a {
	color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}
.d-none{
	display: none;
}
.dropdown-menu {
 	width: 100%;
    margin: -1px 0 0 0;
    border-radius: 0 4px 4px 0;
	border-top: none;

}
.p-0{
	padding: 0;
}
.right{
	float: right;
}
.left{
	float: left;
}
.mt-100{
	margin-top: 100px;
}
.mt-2{
	margin-top: 2rem !important;
}
.mb-3{
	margin-bottom: 3rem;
}
.box-atendente-selected{
	border: solid 1px #fff;
}
.p-1{
	padding: 1rem;
}
.v-middle{
	vertical-align: middle;
}
.decoration-none:hover{
	text-decoration: none !important;
}