* {
    position: relative;
    box-sizing: border-box;
}
input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
body {
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    color: #444;
	transition: all 0.7s ease 0s;
	scroll-behavior: smooth;
}

.container {
    width: 960px;
    left: 50%;
    margin-left: -480px;   
}

#header {
    height: 200px;
    z-index: 1000;
}
    #header>.back-top {
        height: 65px;
        background-color: #e6e6e6;
    }
    #header>.menu {
        position: absolute;
        top: 10px;
        height: 190px;
        background-image: url(images/header.png);
        background-position: center;
        background-repeat: no-repeat;
        transition: all 0.7s ease 0s;
    }
    body[scrolling='1']>#header>.menu {
        position: fixed;
        top: 0px;
        height: 65px;
        background: #e6e6e6;
        box-shadow: 0px 22px 25px -25px #000;
    }
        #header>.menu>.logo {
            display: none;
            margin-left: 10px;
        }
        body[scrolling='1']>#header>.menu>.logo {
            display: block;
        }
        #header>.menu>.list {
            position: absolute;
            top: 94px;
            left: 285px;
            right: 120px;
            bottom: 0;
            display: flex;
            text-align: center;
            transition: all 0.7s ease 0s;
        }
        body[scrolling='1']>#header>.menu>.list {
            top: 0;
        }
            #header>.menu>.list>a {
                flex: 1 1 auto;
                color: #444;
                font-weight: bold;
                text-decoration: none;
                margin: 35px 0;
                height: 26px;
                line-height: 26px;
                text-transform: uppercase;
                font-size: 18px;
                border-right: 3px solid #AA9E6D;
                transition: all 0.7s ease 0s;
				cursor: pointer;
            }
            body[scrolling='1']>#header>.menu>.list>a {
                margin: 20px 0;
                height: 25px;
                line-height: 25px;
            }
        #header>.menu>.social {
            position: absolute;
            top: 94px;
            width: 120px;
            right: 0px;
            bottom: 0px;
            text-align: center;
            padding: 35px 0;
            height: 26px;
            word-spacing: 5px;
            transition: all 0.7s ease 0s;
        }
        body[scrolling='1']>#header>.menu>.social {
            top: 0;
            padding: 20px 0;
            height: 25px;
        }

.inicio {
    margin-top: -135px;
}
    .slideshow {
        height: 650px;
    }
        .slideshow>.slide {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            opacity: 0;
            transition: all 1s ease 0s;
        }
        .slideshow>.slide.show-true {
            opacity: 1;
        }
        .slideshow>.left, .slideshow>.right, #modal>.left, #modal>.right {
            position: absolute;
            height: 50px;
            width: 50px;
            top: 50%;
            margin-top: -25px;
            line-height: 50px;
            text-align: center;
            font-size: 35px;
            color: #fff;
            cursor: pointer;
        }
        .slideshow>.left, #modal>.left {
            left: 0;
        }
        .slideshow>.right, #modal>.right {
            right: 0;
        }
    .balls {
        
    }
        .balls>.container {
            overflow: hidden;
        }
            .balls>.container>.content {
                transition: all 0.7s ease 0s;
                overflow: hidden;
            }
                .balls>.container>.content>.ball {
                    float: left;
                    width: 320px;
					cursor: pointer;
                }
                    .balls>.container>.content>.ball>.img {
                        border-radius: 100%;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-position: center;
                        width: 240px;
                        height: 240px;
                        margin: 40px 40px 0 40px;
                    }
                    .balls>.container>.content>.ball>.text {
                        height: 65px;
                        line-height: 65px;
                        text-align: center;
                        text-transform: uppercase;
                        margin: 0 0 20px 0;
                    }
                        .balls>.container>.content>.ball>.text>* {
                            vertical-align: middle;
                        }
                .balls>.container>.left, .balls>.container>.right {
                    position: absolute;
                    height: 140px;
                    width: 30px;
                    top: 50%;
                    margin-top: -70px;
                    line-height: 140px;
                    text-align: center;
                    font-size: 35px;
                    color: #666;
                    cursor: pointer;
                }
                .balls>.container>.left:hover, .balls>.container>.right:hover {
                    background-color: #ccc;
                    color: #fff;
                }
                .balls>.container>.left {
                    left: 0;
                }
                .balls>.container>.right {
                    right: 0;
                }
    .inicio>.blocks.estrutura {
        background-color: #AB9E6E;
        color: #fff;
    }
    .inicio>.blocks.espaco {
        background-color: #63544A;
        color: #fff;
    }
		.inicio>.blocks.espaco>.container {
			padding: 20px;
		}
		.text>.servicos {
			display: flex;
		}
			.text>.servicos>span {
				flex: 1 1 0%;
				height: 45px;
				line-height: 45px;
				text-align: center;
				font-weight: bold;
				text-transform: uppercase;
			}
    .inicio>.blocks.local {
        background-color: #e6e6e6;
    }
        .inicio>.blocks>.container {
            overflow: hidden;
        }
            .inicio>.blocks>.container>.block {
                width: 50%;
                padding: 20px;
                float: left;
            }
                .blocks .title {
                    text-transform: uppercase;
                    text-align: center;
                    font-size: 20px;
                }
                    .blocks .title>* {
                        vertical-align: middle;
                    }
                .blocks .text {
                    text-align: justify;
                }

            .inicio>.blocks.local>.container>.block.local>.msg {
                background-color: #AA9E6D;
                color: #63544A;
                padding: 20px;
                overflow: hidden;
            }
                .inicio>.blocks.local>.container>.block.local>.msg>* {
                    float: left;
                }
                    .inicio>.blocks.local>.container>.block.local>.msg>.logo {
                        background-color: #63544A;
                        background-image: url(images/logo-branco.png);
                        background-position: center;
                        background-repeat: no-repeat;
                        width: 80px;
                        height: 80px;
                        border-radius: 100%;
                        margin-right: 20px;
                    }

            .inicio>.blocks.local>.container>.block.agendar {
                
            }
            .inicio>.blocks.local>.container>.block.agendar input, .inicio>.blocks.local>.container>.block.agendar textarea {
                border: 2px #bbb solid;
                background: none;
            }
                .inicio>.blocks.local>.container>.block.agendar>.title, .inicio>.blocks.local>.container>.block.agendar>.subtitle {
                    margin: 0 0 20px 0;
                    font-weight: bold;
                }
                .inicio>.blocks.local>.container>.block.agendar>form {

                }
                    .inicio>.blocks.local>.container>.block.agendar>form>* {
                        margin-bottom: 20px;
                    }
                    .inicio>.blocks.local>.container>.block.agendar>form>.input {
                        
                    }
                    .inicio>.blocks.local>.container>.block.agendar>form>.buttons {
                        text-align: center;
                    }
						.inicio>.blocks.local>.container>.block.agendar>form>.buttons>input {
							background-color: #AB9E6E;
							color: #fff;
							border: none;
							text-transform: uppercase;
							font-weight: bold;
							padding: 5px 10px;
							cursor: pointer;
						}
                        .inicio>.blocks.local>.container>.block.agendar>form>.input>label, .inicio>.blocks.local>.container>.block.agendar>form>.checkboxes>.subtitle {
                            display: block;
                            text-transform: uppercase;
                            font-weight: bold;
                        }
                        .inicio>.blocks.local>.container>.block.agendar>form>.input>input, .inicio>.blocks.local>.container>.block.agendar>form>.input>textarea {
                            width: 100%;
                        }
                        .inicio>.blocks.local>.container>.block.agendar>form>.input>input {
                            height: 35px;
                            padding: 0 10px;
                        }
                        .inicio>.blocks.local>.container>.block.agendar>form>.input>textarea {
                            height: 100px;
                            padding: 10px;
                        }
                    .inicio>.blocks.local>.container>.block.agendar>form>.checkboxes {
                        overflow: hidden;
                    }
                        .inicio>.blocks.local>.container>.block.agendar>form>.checkboxes>.checkbox {
                            float: left; 
                            margin-right: 10px;
                        }
                        .inicio>.blocks.local>.container>.block.agendar>form>.input>input, .inicio>.blocks.local>.container>.block.agendar>form>.input>textarea {
                            width: 100%;
                        }
						
#modal {
	position: fixed;
	overflow: hidden;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	background: rgba(0,0,0,0.9);
	z-index: 1001;
	transition: all 0.3s ease 0s;
}						
#modal.show-true {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
	#modal>.close, #modal>.left, #modal>.right {
		z-index: 1;
	}
	#modal>.close {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 50px;
		height: 35px;
		line-height: 26px;
		color: rgb(255, 255, 255);
		text-align: center;
		font-size: 35px;
		cursor: pointer;
	}
	#modal>.close:hover {
		background-color: #AB9E6E;
	}
	
	#modal>.content {
		position: absolute;
		top: 20px;
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
		#modal>.content>* {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}
		#modal>.content>.img {
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
		}
		#modal>.content>.loading {
			top: 50%;
			bottom: auto;
			height: 50px;
			line-height: 50px;
			margin-top: -25px;
			text-align: center;
			color: #fff;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 11px;
		}

.footer {
    height: 65px;
    background-color: #63544A;
    color: #A9945F;
    line-height: 65px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
}
        .footer>.container>img.logo {
            bottom: 0px;
            position: absolute;
            right: 0px;
        }

.dSel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}