.bg-agile {
	width: 80%;
	margin: 0 auto;
	position: relative;
	padding: 2em 4em;
	background: #00ADEF;
}
h1 {
    font-size: 54px;
    /* font-weight: 700; */
    text-transform: capitalize;
    color: #fff;
    word-spacing: 11px;
    letter-spacing: 5px;
    margin:2em 0 1em;
    text-align: center;
    font-family: 'Niconne', cursive;
}
.book-appointment h2,.wthree-text h6 {
    text-align: left;
    font-size: 30px;
    color: #bbf94e;
    text-transform: capitalize;
    margin-bottom: .4em;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Niconne', cursive;
}
.wthree-text h6 {
	margin-top:.5em!important;
}
/*-- reservation --*/
.book-form input[type="text"],.book-form input[type="email"], select#uf, select#uf1 {
	width: 100%;
	color: #fff;
	font-size: 0.9em;
	padding: 15px 15px 15px 40px;
	outline: none;
	background: rgba(255, 255, 255, 0.28);
	border: none;
}
input#datepicker {
    width: 94.8%!important;
}
select#uf, select#uf1 {
	width: 100%!important;
}
select#uf option, select#uf1 option {
	background:#3b3b3b;
}
.phone_email{
	float:left;
}
.phone_email.phone_email1{
	float:right;
}
.phone_email, .phone_email1 {
	width: 49.5%;
	margin-bottom: 1.2em;
}
.cuisine {
    margin-bottom: 2em;
}
.book-form .form-text,.book_date,.section_room {
    position: relative;
} 
.span1_of_1 {
	list-style: none;
	width: 100%;
	margin-bottom: 1.2em;
}
.span1_of_1:nth-child(2) {
    margin: 1em 0;
}
.book-form i {
	position: absolute;
	color: #ffffff;
	font-size: 16px;
	top: 16px;
	left: 13px;
}
.book-form input[type="submit"] {
    text-transform: capitalize;
    background: #3b3b3b;
    color: #ffffff;
    padding: 0.7em 2em;
    border: none;
    border: 1px solid #3b3b3b;
    font-weight: 400;
    font-size: 18px;
    margin-top: 1em;
    outline: none;
    letter-spacing: 1px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
	cursor:pointer;
	/* definimos o quão arredondado irá ficar nosso box */
    border-radius: 20px;
/* Declaração para aparecer no Firefox */
    -moz-border-radius: 20px;
/* Para exibir nos outros navegadores como Chrome, safari, opera*/
    -webkit-border-radius: 20px;
}
.book-form input[type="submit"]:hover{
	background: transparent;
	color:#fff;
	border: 1px solid #fff;
} 
.book-form ::-webkit-input-placeholder {
	color:#999 !important;
}
.book-form :-moz-placeholder { /* Firefox 18- */
	color:#999 !important; 
}
.book-form ::-moz-placeholder {  /* Firefox 19+ */
	color:#999 !important;
}
.book-form :-ms-input-placeholder {  
	color:#999 !important;
}
.agile-reservation-grid {
    background: #f4f4f4;
    padding: 2em;
}
.book-form {
       margin: 0em 0;
	   width:100%
}
.map_agile iframe {
      height: 792px;
    width: 100%;
    border: none;
}
.map-grids h3 {
    color: #191818;
    font-weight: 600;
    font-size: 1.4em;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}
.agileits-login label {
	font-weight: 600;
	position: relative;
	margin-bottom: 6px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: none;
}
/*-- checkbox --*/
.agileits-login label {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.83);
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
}
input.checkbox {
      background: #3b3b3b;
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
}
input.checkbox:before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	background: inherit;
	cursor: pointer;
}
input.checkbox:after {
	content: ""; 
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
	width: 1.2em;
	height: 1.2em;
	border: 1px solid transparent; 
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out; 
	transition: .4s ease-in-out;
}
input.checkbox:checked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 1.2em;
	border-color: #fff;
	border-top-color: transparent;
	border-right-color: transparent;
}
.anim input.checkbox:checked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .6em;
	border-color: transparent;
	border-right-color: transparent;
	animation: .4s rippling .4s ease;
	animation-fill-mode: forwards;
}
@keyframes rippling {
	50% {
		border-left-color: #fff;
	}
	100% {
		border-bottom-color: #fff;
		border-left-color: #fff;
	}
} 
/*-- //checkbox --*/ 
/*-- //reservation --*/
/*--copyright--*/
.copy.w3ls {
    margin: 8em 0em;
    text-align: center;
}
.copy p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.copy p a {
    color: #bbf94c;
    text-decoration: none;
}
.copy p a:hover {
    color: #fff;
}
/*--//copyright--*/
/*--responsive--*/
@media(max-width:1680px){
	input#datepicker {
		width: 93.8%!important;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 87.5%;
	}
}
@media(max-width:1600px){
	.book-form input[type="text"],.book-form input[type="email"], select#uf, select#uf1 {
		width: 87%;
	}
	input#datepicker {
		width: 93.6%!important;
	}
	h1 {
		margin:1em 0 .5em;
	}
	.copy.w3ls {
		margin: 2em 0em;
	}
}
@media(max-width:1440px){
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 86%;
	}
	input#datepicker {
		width: 93%!important;
	}
}
@media(max-width:1366px){
	.bg-agile {
		width: 80%;
	}
}
@media(max-width:1280px){
	.bg-agile {
		width: 80%;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:1080px){
	.bg-agile {
		width: 80%;
		padding: 2em 3em;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:1050px){
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:1024px){
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:991px){
	input#datepicker {
		width: 100%!important;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
}
@media(max-width:900px){
	.bg-agile {
		width: 80%;
	}
	h1 {
		font-size: 50px;
		letter-spacing: 3px;
	}
	.book-appointment h2, .wthree-text h6 {
		font-size: 27px;
		letter-spacing: 2px;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
	.book-form input[type="submit"] {
		padding: 0.6em 5em;
	}
}
@media(max-width:800px){
	.bg-agile {
		padding: 1.5em 2.5em;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:768px){
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:767px){
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:736px){
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
	h1 {
		font-size: 48px;
	}
}
@media(max-width:667px){
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:640px){
	.bg-agile {
		width: 80%;
	}
	input#datepicker {
		width: 90%!important;
	}
	.copy p {
		font-size: 13.5px;
		letter-spacing: 1.8px;
		word-spacing: 1px;
	}
}
@media(max-width:600px){
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
	.copy p {
		padding: 0 25px;
		line-height: 28px;
	}
	.copy.w3ls {
		margin: 1.5em 0em;
	}
}
@media(max-width:568px){
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:480px){
	.phone_email, .phone_email1 {
		width: 100%;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
	h1 {
		font-size: 45px;
	}
	.book-appointment h2, .wthree-text h6 {
		font-size: 24px;
		letter-spacing: 1.5px;
	}
	.agileits-login label {
		font-size: 13px;
	}
	.book-form input[type="submit"] {
		padding: 0.6em 3em;
		font-size: 0.92em;
	}
	.copy p {
		padding: 0 30px;
		font-size: 13px;
		letter-spacing: 1.5px;
	}
	.bg-agile {
		padding: 1.5em 2em;
	}
	.phone_email, .phone_email1 {
		margin-bottom: 1em;
	}
}
@media(max-width:440px){
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
}
@media(max-width:414px){
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
	.copy p {
		padding: 0 25px;
	}
	h1 {
		font-size: 42px;
		letter-spacing: 2px;
		word-spacing: 7px;
		margin: 0.7em 0 .2em;
	}
	.bg-agile {
		padding: 1em 2em;
	}
}
@media(max-width:384px){
	input#datepicker {
		width: 100%!important;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	h1 {
		font-size: 41px;
	}
}
@media(max-width:375px){
	.bg-agile {
		padding: 1em 1.5em;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	input#datepicker {
		width: 100%!important;
	}
	h1 {
		word-spacing: 5px;
	}
}
@media(max-width:320px){
	h1 {
		word-spacing: 3px;
		font-size: 35px;
		letter-spacing: 1.5px;
	}
	.book-appointment h2, .wthree-text h6 {
		font-size: 23px;
		letter-spacing: 1.2px;
	}
	.bg-agile {
		padding: 1em 1em;
		width: 85%;
	}
	input#datepicker {
		width: 100%!important;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#uf, select#uf1 {
		width: 100%;
	}
	.copy p {
		padding: 0 17px;
		letter-spacing: 1px;
	}
}
/*--//responsive--*/
