	/* ESTILOS GERAIS */
	
    body{
        font-family: 'Open Sans';
		background-color: #fbf9f3;
		background-size: 100% auto;
		background-position: 50% 50%;
		background-image: url('../img/fundo.png');
		background-repeat: no-repeat;
    }

    a{
        text-decoration: none; 
    }

    .gallery-item {
	width: 100%!important;
    }
	.row{
		margin-left: 0px;
		margin-right: 0px;
	}

    .conteudo{
        max-width: 1110px;
        margin: 0 auto;
		width: 100%;
    }
	
	.heading{
		font-family: "Open Sans";
		margin-bottom: 15px;
	}
	
	.heading .subtitulo{
		font-size: 24px;
		color: rgb(133, 133, 133);
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1.292;
	}
	
	.heading .titulo{
		font-size: 36px;
		font-weight: 300;
		color: rgb(133, 133, 133);
		text-transform: uppercase;
		line-height: 0.861;
		position: relative;
		display: inline-block;
		padding-bottom: 17px
	}
	
	.heading.solo .titulo{
		display: block;
	}
	
	.heading .titulo:after{
		display: block;
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 2px;
		z-index: 5;
		background-color: #c3aa43;
	}

	hr {
		height: 2px;
		z-index: 5;
		background-color: #c3aa43;
	}
	
	/* MENU */
	

    .nagecao{
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: 50;
		background-color: white; 
        box-shadow: none;
		z-index: 50;
		-webkit-box-shadow: 0 0 50px 50px rgba(0,0,0,.1);
		box-shadow: 0 0 50px 50px rgba(0,0,0,.1);
    }

    .menu {
        display: flex; 
        justify-content: space-around;
		align-items: center;
        max-width: 980px;
        margin: 0 auto; 
		padding: 20px 0px 0px 0px;
	}

	.nagecao:before{
		position: absolute; 
		width: 100%;
		content: '';
		display: block;
		top: 98px;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0zMjAgMjhjMzIwIDAgMzIwIDg0IDY0MCA4NCAxNjAgMCAyNDAtMjEgMzIwLTQydjcwSDBWNzBjODAtMjEgMTYwLTQyIDMyMC00MnoiLz48L2c+PC9zdmc+);
		background-size: 100% 100px;
		bottom: 0;
		height: 100px;
		z-index: -1;
		transform: rotateX(180deg);
		pointer-events: none;
		background-repeat-y: no-repeat;

	}
	
    .menu .logo {
        order: 0;
        -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
	
    .menu .item {
        color: #bb9614;
        text-decoration: none;
        font-family: 'Open Sans';
        font-weight: 300;
        font-size: 16px;
		position: relative;
    }
	
	.menu .item:after{
		position: absolute;
		bottom: -11px;
		background-color: #e5a509;
		width: 100%;
		height: 4px;
		content: '';
		opacity: 0;
		left: 0px;
		display: block; 
	}
	
	.menu .item:hover:after{
		opacity: 1;
	}
	
    .menu .item:nth-of-type(n+2) {
        order: 2;
    }

    @media all and (max-width: 800px) {
        .menu {
            flex-direction: column;
            align-items: stretch;
        }
        .menu .logo {
            order: 0;
            text-align: center;
            width: 100px;
            margin: auto auto 20px;
        }
        .menu .item {
            text-align: center;
            border-bottom: 1px solid #111;
        }
    }
	
	/* Menu Mobile */
	
	.menu-mobile{
		display: none;
	}
	
	.menu-mobile .logo{
		padding: 20px 0px;
	}
	
	.menu-mobile .logo img{
		margin: 0 auto;
		display: block;
		width: 170px;
	}
	
	.menu-mobile .menus{
		display: none;
		width: 100%;
		background-color: #e5a509;
		padding: 30px 0px;
		margin: 0px;
	}
	
	.menu-mobile .menus li{
		padding: 5px;
		text-align: center;
		list-style: none;
	}
	
	.menu-mobile .menus li a{
		color: white;
		font-weight: 400;
		font-size: 25px;
		text-decoration: none;
		padding: 5px;
		display: block;
		width: 100%;
	}
	
	.menu-mobile .botao{
		background-color: #e5a509;
		width: 51px;
		height: 52px;
		font-size: 40px;
        display: flex; 
        justify-content: space-around;
        align-items: center; 
		color: white; 
		top: 26px;
		right: 20px;
		position: absolute; 
		z-index: 500;
	}
	
	
	/* Cabeçalho das Páginas */
	
	.page-header .conteudo .after{
		width: 35px;
		content: '';
		display: block;
		position: absolute;
		left: calc(50% - 17.5px);
		bottom: 82px;
		height: 82px;
		background-image: url('../img/slider.png');
		background-position: 50% 50%;
		background-repeat: no-repeat;
		z-index: 10;
	}
	
	.page-header .conteudo .after:hover{
		background-image: url('../img/slider-hover.png');	
	}
	
	
	.page-header{
		margin-top: 118px;
		width: 100%;
		height: 800px;
        display: flex; 
        justify-content: space-around;
		background-size: cover;
		background-position: 50% 50%; 
        align-items: flex-end; 
		z-index: 1;
		position: relative; 
	}
	
	.page-header:before{
		background-color: rgba(0,0,0,.3);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		content: '';
		display: block; 
	}
	
	.page-header .conteudo{
		position: relative; 
		width: 100%;
	}
		
	.page-header .conteudo .holder{
		position: relative; 
		width: 100%;
		padding: 30px 0px 180px 0px;
	}
	
	.page-header .conteudo .holder:before{
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		width: 100%;
		height: 100%;
		opacity: 0.9;
		content: '';
		z-index: -1;
		-webkit-box-shadow: 0 0 50px 50px rgba(196,170,67,1);
		box-shadow: 0 0 50px 50px rgba(196,170,67,1);
		background-color: #c3aa43;
	}
	
	.page-header .conteudo .subtitulo{
		font-weight: 300;
		font-size: 24px;
		text-transform: uppercase;
		line-height: 1.2em;
		color: #edd581; 
		margin-bottom: 0px;
	}
	
	.page-header .conteudo .titulo{
		font-weight: 600;
		font-size: 36px;
		text-transform: uppercase;
		line-height: 1.2em;
		color: white; 
		margin-bottom: 18px;
	}

	.page-header .conteudo .chamada{
		font-weight: 400;
		font-size: 18px;
		line-height: 1.3em;
		color: white; 
		margin-bottom: 30px;
	}
	
	.page-header .conteudo a.link{
		  background-image: -moz-linear-gradient( 15deg, #e6cb7d 0%, #bb9614 100%);
		  background-image: -webkit-linear-gradient( 15deg, #e6cb7d 0%, #bb9614 100%);
		  background-image: -ms-linear-gradient( 15deg, #e6cb7d 0%, #bb9614 100%);
		box-shadow: 3.762px 10.337px 24px 0px rgba(0, 0, 0, 0.19);
        color: white;
        display: inline-block;
        padding: 5px 48px;
        font-weight: 700;
        font-size: 20px;
        border-radius: 25px;
        text-decoration: none; 
    	-webkit-animation: bounce-top 0.9s both;
	    animation: bounce-top 0.9s both;
		text-transform: uppercase;
    }

	.page-header:after{
		position: absolute; 
		width: 100%;
		content: '';
		display: block;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmYmY5ZjMiPjxwYXRoIGQ9Ik0zMjAgMjhjMzIwIDAgMzIwIDg0IDY0MCA4NCAxNjAgMCAyNDAtMjEgMzIwLTQydjcwSDBWNzBjODAtMjEgMTYwLTQyIDMyMC00MnoiLz48L2c+PC9zdmc+);
		background-size: 100% 90px;
		bottom: -20px;
		height: 90px;
		z-index: 1;
		pointer-events: none;
		background-repeat-y: no-repeat;
	}	
	
	.header-mobile{
		margin-top: 118px;
		width: 100%;
        display: block; 
        justify-content: space-around;
		z-index: 1;
		position: relative; 
		padding: 0px 0px 50px 0px;
	}
	
	.header-mobile .row{
		position: relative; 
	}
	
	.header-mobile img{
		max-width: 100%;
	}
	
	.header-mobile .holder{
		padding: 50px 0px;
	}
	
	.header-mobile .conteudo .subtitulo{
		font-weight: 300;
		font-size: 20px;
		text-transform: uppercase;
		line-height: 1.2em;
		color: rgb(133, 133, 133);
		margin-bottom: 0px;
	}
	
	.header-mobile .conteudo .titulo{
		font-weight: 600;
		font-size: 30px;
		text-transform: uppercase;
		line-height: 1.2em;
		color: #edd581; 
		margin-bottom: 18px;
	}

	.header-mobile .conteudo .chamada{
		font-weight: 400;
		font-size: 16px;
		line-height: 1.3em;
		color: #7d7d7d;
		margin-bottom: 30px;
	}
	
	.header-mobile .conteudo a.link{
		  background-image: -moz-linear-gradient( 15deg, #e6cb7d 0%, #bb9614 100%);
		  background-image: -webkit-linear-gradient( 15deg, #e6cb7d 0%, #bb9614 100%);
		  background-image: -ms-linear-gradient( 15deg, #e6cb7d 0%, #bb9614 100%);
		box-shadow: 3.762px 10.337px 24px 0px rgba(0, 0, 0, 0.19);
        color: white;
        display: inline-block;
        padding: 5px 48px;
        font-weight: 700;
        font-size: 20px;
        border-radius: 25px;
        text-decoration: none; 
    	-webkit-animation: bounce-top 0.9s both;
	    animation: bounce-top 0.9s both;
		text-transform: uppercase;
    }
	
	.header-mobile .conteudo .after{
		width: 35px;
		content: '';
		display: block;
		position: absolute;
		left: calc(50% - 17.5px);
		bottom: -40px;
		height: 82px;
		background-image: url('../img/slider-mobile.png');
		background-position: 50% 50%;
		background-repeat: no-repeat;
		z-index: 10;
		animation: desliza 2s infinite;
	}
	
	@keyframes desliza {
	  0% { background-image: url('../img/slider-mobile.png'); }
	  100% { background-image: url('../img/slider-mobile-hover.png');}
	}

	
	/* Home */
	
	.home .area-um{
		width: 100%;
		display: block;
		padding-top: 118px;
		position: relative; 
	}
	
	
	.home .area-um .bx-wrapper{
		border: none; 
		margin-bottom: 0px;
		box-shadow: none; 
		position: relative; 
	}
	
	.home .area-um .after{
		width: 35px;
		content: '';
		display: block;
		position: absolute;
		left: calc(50% - 17.5px);
		bottom: 82px;
		height: 82px;
		background-image: url('../img/slider.png');
		background-position: 50% 50%;
		background-repeat: no-repeat;
		z-index: 10;
	}
	.home .area-um .after:hover{
		background-image: url('../img/slider-hover.png');
	}
	
	
	.home .area-um .bxslider li{
		width: 100%;
		height: 700px;
        display: flex; 
        justify-content: space-around;
		background-size: cover;
		background-position: 50% 50%; 
        align-items: flex-end; 
		z-index: 20;
		position: relative; 
	}
	
	.home .area-um .bxslider li:before{
		
		background-color: rgba(0,0,0,.3);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		content: '';
		display: block; 
	}
	
	.home .area-um .bxslider li .conteudo{
		position: relative; 
		width: 100%;
	}
		
	.home .area-um .bxslider li .conteudo .holder{
		position: relative; 
		width: 100%;
		padding: 30px 0px 120px 0px;
	}
	
	.home .area-um .bxslider li .conteudo .holder:before{
		position: absolute;
		top: 0px;
		left: 0px;
		display: block;
		width: 100%;
		height: 100%;
		opacity: 0.9;
		content: '';
		z-index: -1;
		-webkit-box-shadow: 0 0 50px 50px rgba(196,170,67,1);
		box-shadow: 0 0 50px 50px rgba(196,170,67,1);
		background-color: #c3aa43;
	}
	
	.home .area-um .bxslider li .conteudo .subtitulo{
		font-weight: 300;
		font-size: 24px;
		text-transform: uppercase;
		line-height: 1.2em;
		color: #edd581; 
		margin-bottom: 0px;
	}
	
	.home .area-um .bxslider li .conteudo .titulo{
		font-weight: 600;
		font-size: 36px;
		text-transform: uppercase;
		line-height: 1.2em;
		color: white; 
		margin-bottom: 18px;
	}

	.home .area-um .bxslider li .conteudo .chamada{
		font-weight: 400;
		font-size: 18px;
		line-height: 1.3em;
		color: white; 
		margin-bottom: 30px;
	}
	
	.home .area-um .bxslider li .conteudo a.link{
		  background-image: -moz-linear-gradient( 15deg, #e6cb7d 0%, #bb9614 100%);
		  background-image: -webkit-linear-gradient( 15deg, #e6cb7d 0%, #bb9614 100%);
		  background-image: -ms-linear-gradient( 15deg, #e6cb7d 0%, #bb9614 100%);
		box-shadow: 3.762px 10.337px 24px 0px rgba(0, 0, 0, 0.19);
        color: white;
        display: inline-block;
        padding: 5px 48px;
        font-weight: 700;
        font-size: 20px;
        border-radius: 25px;
        text-decoration: none; 
    	-webkit-animation: bounce-top 0.9s both;
	    animation: bounce-top 0.9s both;
		text-transform: uppercase;
    }
	
	.home .area-um #navegacao{
		width: 100%;
		display: block;
	}
	
	.home .area-um #navegacao a{
		font-size: 40px;
		color: white; 
		top: calc(50% - 26px);
	}
	
	.home .area-um #navegacao a.disabled{
		opacity: 0.3;
	}
	
	.home .area-um .anterior a{
		position: absolute;
		left: -41px;
		border-radius: 25px;
		background: -moz-linear-gradient( 15deg, rgb(10,78,135) 0%, rgb(6,41,70) 100%);
		background: -webkit-linear-gradient( 15deg, rgb(10,78,135) 0%, rgb(6,41,70) 100%);
		background: -ms-linear-gradient( 15deg, rgb(10,78,135) 0%, rgb(6,41,70) 100%);
		box-shadow: 0px 14px 24px 0px rgba(7, 47, 81, 0.2);
		width: 51px;
		height: 52px;
        display: flex; 
        justify-content: space-around;
        align-items: center; 
		text-decoration: none;
		
	}
	
	.home .area-um .anterior a i{
		margin-left: -5px;
	}

	.home .area-um .proximo a{
		position: absolute;
		right: -41px;
		border-radius: 25px;
		background: -moz-linear-gradient( 15deg, rgb(10,78,135) 0%, rgb(6,41,70) 100%);
		background: -webkit-linear-gradient( 15deg, rgb(10,78,135) 0%, rgb(6,41,70) 100%);
		background: -ms-linear-gradient( 15deg, rgb(10,78,135) 0%, rgb(6,41,70) 100%);
		box-shadow: 0px 14px 24px 0px rgba(7, 47, 81, 0.2);
		width: 51px;
		height: 52px;
        display: flex; 
        justify-content: space-around;
        align-items: center; 
		text-decoration: none;
	}
	
	.home .area-um .proximo a i{
		margin-right: -5px;
	}
	
	.home .area-um:before{
		position: absolute; 
		width: 100%;
		content: '';
		display: block;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmYmY5ZjMiPjxwYXRoIGQ9Ik0zMjAgMjhjMzIwIDAgMzIwIDg0IDY0MCA4NCAxNjAgMCAyNDAtMjEgMzIwLTQydjcwSDBWNzBjODAtMjEgMTYwLTQyIDMyMC00MnoiLz48L2c+PC9zdmc+);
		background-size: 100% 70px;
		bottom: 0px;
		height: 70px;
		z-index: 1;
		pointer-events: none;
		background-repeat-y: no-repeat;
	}
	
	.home .area-dois{
		position: relative;
		z-index: 10;
		display: block;	
		margin-bottom: 60px;
	}
	
	
	.home .area-dois .dentro{
		background-color: white; 
		display: block; 
		max-width: 1200px;
		margin: -60px auto auto auto; 
		box-shadow: 0px 10px 45px 0px rgba(140, 111, 29, 0.13);
		border-radius: 5px;
		padding: 70px 0px 60px 0px;
	}
	
	.home .area-dois .servicos{
		padding-top: 40px;
	}
	
	.home .area-dois .servicos .servico{
		background-color: #eeeeee;
		width: 100%;
		border-radius: 15px;
		padding: 35px;
		margin-top: 101px;
		margin-bottom: 60px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.home .area-dois .servicos .servico .imagem{
		display: block;
		height: 70px;
		position: relative;
		text-align: center; 
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.home .area-dois .servicos .servico .imagem img{
		position: absolute;
		bottom: 0px;
		left: calc(50% - 97.5px);
	}
	
	.home .area-dois .servicos .servico .titulo{
		font-weight: 600;
		font-size: 18px;
		text-transform: uppercase;
		line-height: 1.2em;
		color: #bb9614; 
		margin-bottom: 15px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.home .area-dois .servicos .servico .descricao{
		font-weight: 400;
		font-size: 14px;
		line-height: 1.2em;
		color: #7d7d7d; 
		margin-bottom: 16px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.home .area-dois .servicos .servico a.link{
		background-color: #c3aa43;
		box-shadow: 3.762px 10.337px 24px 0px rgba(0, 0, 0, 0.19);
        color: white;
        display: inline-block;
        padding: 5px 18px;
        font-weight: 400;
        font-size: 18px;
        border-radius: 25px;
        text-decoration: none; 
    	-webkit-animation: bounce-top 0.9s both;
	    animation: bounce-top 0.9s both;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
    }
	
	.home .area-dois .servicos .servico:hover{
		margin-top: 30px;	
		background-color: #c3aa43;
		color: white;
		background-image: url('../img/hover-servico.png');
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: 0% 0%;
	}
	
	
	.home .area-dois .servicos .servico:hover > .imagem{
		height: 120px; 
	}	
	
	.home .area-dois .servicos .servico:hover > .titulo,
	.home .area-dois .servicos .servico:hover > .descricao{
		color: white; 
	}
	
	.home .area-dois .servicos .servico:hover > a.link{
		color: #c3aa43;
		background-color: white;
	}
	
	
	.busca{
		display: block;
		width: 100%;
		position: relative; 
	}
	
	.busca input[type="text"]{
		display: block;
		width: 100%;
		font-size: 24px;
		color: #bdbdbd;
		padding: 5px 124px 5px 14px;
		border: 1px solid #c3aa43;
		border-radius: 23px;
		background-color: transparent;
	}
	
	.busca button{
		position: absolute;
		width: 110px;
		font-size: 18px;
		height: 100%;
		right: 0px;
		top: 0px;
		background-color: #c3aa43;
		border: none; 
		cursor: pointer;
		color: white;
		-webkit-border-radius: 23px;
		border-radius: 23px;

	}
	
	
	
	.home .area-tres .grid{
		margin: 30px 0px 30px;
	}
	
	
	.posts .post.grid-item,
	.posts .grid-sizer{
		width: 350px;
	}
	
	.posts .gutter-sizer{
		width: 30px;
	}
	
	.posts .post.grid-item{ 
		text-decoration: none;
		margin-bottom: 40px;
	}
	
	.posts .post .imagem{
		border-radius: 23px;
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	

	.posts .post .titulo{
		font-size: 24px;
		font-style: italic;
		color: #d3c15f;
		line-height: 24px;
		margin: 18px 0px 10px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.posts .post .resumo{
		font-size: 14px;
		font-style: italic;
		color: #a7a7a7;
		line-height: 18px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.posts .post.grid-item .hover{ 
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		border-radius: 23px;
		background-size: cover;
		background-position: 50% 50%;
		opacity: 0;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.posts .post.grid-item.com-hover:hover > .hover{
		opacity: 1;
	}
	
	.posts .post.grid-item.com-hover:hover > .descricao .titulo,
	.posts .post.grid-item.com-hover:hover > .descricao .resumo{
		opacity: 0;
	}
	
	.posts .post.grid-item .hover:before{ 
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		border-radius: 23px;
		background-image: -moz-linear-gradient( 88deg, rgb(187,150,20) 0%, rgba(255,255,255,0) 80%);
		background-image: -webkit-linear-gradient( 88deg, rgb(187,150,20) 0%, rgba(255,255,255,0) 80%);
		background-image: -ms-linear-gradient( 88deg, rgb(187,150,20) 0%, rgba(255,255,255,0) 80%);
		box-shadow: 0px 7px 29px 0px rgba(140, 111, 29, 0.44);
	}
	
	.posts .post.grid-item .hover .lower{
		position: absolute;
		bottom: 38px;
		left: 0px;	
		width: 100%;
		padding: 22px;
	} 
	
	.posts .post.grid-item .hover .lower .titulo,
	.posts .post.grid-item .hover .lower .resumo{
		color: white;
	}
	
	.depoimentos{
		padding: 50px 0px 100px 0px;
	}
	
	.depoimentos .titulo{
		font-weight: 700;
		font-size: 36px;
		text-transform: uppercase;
		line-height: 1.2em;
		color: #858585; 
		margin-bottom: 18px;
		display: inline-block;
		padding-bottom: 17px;
		position: relative; 
	}
	
	.depoimentos .titulo:after{
		display: block;
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 2px;
		z-index: 5;
		background-color: #c3aa43;
	}
	
	.depoimentos .depoimento{
		background-color: #ffffff;
		border-radius: 5px;
		box-shadow: 0px 0px 20px 2px rgba(151, 130, 43, 0.1);
		padding: 48px;
		margin: 20px;
		position: relative; 
	}
	
	.depoimentos .depoimento .nome{
		color: #c3aa43;
		font-weight: 700;
		font-size: 20px;
		line-height: 1.1em;
		margin-bottom: 18px;
		max-width: 150px;
	}
	
	.depoimentos .depoimento .texto{
		color: #838383;
		font-weight: 300;
		font-size: 12px;
		line-height: 1.2em;
	}
	
	.depoimentos .depoimento .imagem{
		width: 82px;
		height: 82px;
		display: block;
		margin: 0 auto;
		background-size: cover;
		background-position: 50% 50%;
		border-radius: 999px;
		margin-bottom: 18px;
		position: relative;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.depoimentos .depoimento .imagem:after{
		content: '';
		display: block; 
		height: 40px;
		left: calc(50% - 100px);
		bottom: -20px;
		z-index: 1;
		position: absolute;
		width: 195px;
		background-size: cover;
		background-image: url('../img/sombra.png');
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	
	.depoimentos .depoimento.slick-center{
		/*transform: scale(1.08);*/
		background-color: #c3aa43;
		background-image: url('../img/depoimento-destaque.png');
		background-position: 50% 0%;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	
	.depoimentos .depoimento.slick-center .nome{
		font-size: 20px;
		color: white; 
	}
	
	.depoimentos .depoimento.slick-center .texto{
		font-size: 14px;
		color: white; 
	}
	
	.depoimentos .depoimento.slick-center .imagem{
		width: 141px;
		height: 141px;
	}
	
	.depoimentos .slick-track {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.depoimentos .depoimento .next,
	.depoimentos .depoimento .prev{
		position: absolute;
		top: calc(50% - 20px);
		font-size: 40px;
		color: white;
		cursor: pointer; 
		line-height: 40px;
	}
	
	.depoimentos .depoimento .prev{
		left: 15px;
	}	
	
	.depoimentos .depoimento .next{
		right: 15px;
	}
	
	
	.depoimentos .holder{
		position: relative;
	}
	
	.depoimentos .holder .modal-dep{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto; 
		min-height: 100%;
		z-index: 100;
		background-color: #c3aa43;
		border-radius: 5px;
		background-image: url('../img/depoimento-fundo.png');
		background-size: 100% 279px;
		background-repeat: no-repeat;
		display: none;
	}
	
	.depoimentos .holder .modal-dep .flex{
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	.depoimentos .holder .modal-dep .hold-it{
		display: block;
		padding: 50px;
	}
	
	.depoimentos .holder .modal-dep .fechar{
		position: absolute;
		top: 10px;
		right: 20px;
		font-size: 50px;
		color: white; 
		line-height: 50px;
		z-index: 2;
	}
	
	.depoimentos .holder .modal-dep .c{
		display: inline-block;
		vertical-align: middle;
	} 
	
	.depoimentos .holder .modal-dep .coluna-1{
		width: 30%;
	}
	
	.depoimentos .holder .modal-dep .coluna-2{
		width: 60%;
	}
	
	.depoimentos .holder .modal-dep .imagem{
		width: 141px;
		height: 141px;
		display: block;
		background-size: cover;
		background-position: 50% 50%;
		border-radius: 9999999999px;
		margin-bottom: 18px;
		position: relative;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.depoimentos .holder .modal-dep .imagem:after{
		content: '';
		display: block; 
		height: 40px;
		left: calc(50% - 100px);
		bottom: -20px;
		z-index: 1;
		position: absolute;
		width: 195px;
		background-size: cover;
		background-image: url('../img/sombra.png');
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	
	.depoimentos .holder .modal-dep .nome{
		font-weight: 700;
		font-size: 30px;
		line-height: 30px;
		color: white; 
		margin-bottom: 10px;
		display: inline-block;
		position: relative; 
		max-width: 200px;
	}
	
	.depoimentos .holder .modal-dep .local{
		font-weight: 700;
		font-size: 18px;
		line-height: 18px;
		color: white; 
		margin-bottom: 18px;
		display: inline-block;
		position: relative; 
	}
	
	.depoimentos .holder .modal-dep .chamada{
		font-weight: 700;
		font-size: 30px;
		line-height: 30px;
		color: white; 
		margin-bottom: 40px;
		display: block;
		position: relative; 
	}

	.depoimentos .holder .modal-dep .depoimento-maior{
		font-weight: 400;
		font-size: 14px;
		line-height: 14px;
		color: white; 
		margin-bottom: 18px;
		display: block;
		position: relative; 
	}
	
	.depoimentos .holder .modal-dep .dep{
		display: none;
	}
	
	/* --- */
	
	/* Página de Contato */
	
	.contato .area-dois{
		position: relative;
		z-index: 10;
		display: block;
		z-index: 5;
	}
	
	
	.contato .area-dois .dentro{
		background-color: white; 
		display: block; 
		max-width: 1200px;
		margin: -60px auto auto auto; 
		box-shadow: 0px 10px 45px 0px rgba(140, 111, 29, 0.13);
		border-radius: 5px;
		padding: 100px 0px 100px 0px;
	}
	
	.contato .area-dois .servicos{
		padding-top: 40px;
	}
	
	
	.contato .mapa{
		display: block;
		height: 560px;
		margin-top: 25px;
		border-radius: 10px;
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 8px 35px 0px rgba(151, 130, 43, 0.45);
		overflow: hidden;
	}
	
	.form-contato{
		margin: 25px 0px 70px;
		background-color: #c3aa43;
		background-image: url('../img/rodape.png');
		background-size: auto 300px;
		background-repeat: no-repeat;
		color: white;
		padding: 55px 0px 20px;
		border-radius: 5px;
	}
	
	.contato .form-contato{
		padding: 55px 0px 115px;
	}
	
	.form-contato input,
	.form-contato textarea{
		border-radius: 10px;
		font-size: 18px;
		color: #9a9a9a;
		box-shadow: 0px 10px 27px 0px rgba(151, 130, 43, 0.47);
		
	}
	
	.form-contato button{
		background-color: white;
		border: none;
		outline: none;
		color: #c3aa43;
		font-size: 20px;
		padding: 5px 30px;
		border-radius: 16px;
		cursor: pointer;
		box-shadow: 0px 10px 27px 0px rgba(151, 130, 43, 0.47);
	}
	
	.form-contato .hide{
		display: none; 
	}
	
	.contato .area-dois .col-lg-6{
		position: relative; 
	}
	
	.contato .area-dois .infos{
		border-radius: 10px;
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 7px 29px 0px rgba(140, 111, 29, 0.15);
		padding: 60px;
		margin: 25px 0px 70px 32px;
		height: calc(100% - 95px);
		text-align: left;
	}
	
	.contato .area-dois .row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}
	
	.contato .area-dois .infos p{
		font-weight: 300;
		color: #858585;
		font-size: 18px;
		display: block;
		line-height: 24px;
		margin-bottom: 10px;
	}
	
	.contato .area-dois .infos hr{
		background-color: #c3aa43;
		width: 70%;
		display: inline-block;
	}
	
	.contato .area-dois .infos p a{
		color: #c3aa43;
		text-decoration: none;
	}
	
	/* ---- */
	
	/* Blog */
	
	.blog .area-dois{
		position: relative;
		z-index: 10;
		display: block;
		margin-bottom: 60px;	
		z-index: 5;
	}
	
	
	.blog .area-dois .dentro{
		background-color: white; 
		display: block; 
		max-width: 1200px;
		margin: -60px auto auto auto; 
		box-shadow: 0px 10px 45px 0px rgba(140, 111, 29, 0.13);
		border-radius: 5px;
		padding: 70px 0px 70px 0px;
	}
	
	.blog .postagens{
		padding: 50px 0px 25px;
	}

	
	.blog .postagens .post{
		margin-bottom: 30px;
		text-decoration: none;
		display: block;
	}
	
	.blog .gutter-sizer{
		width: 30px;
	}
	.blog .grid-sizer,
	.blog .postagens .post{
		width: calc(50% - 15px);
	}
	
	.blog .postagens .post .head{
	
		position: relative; 
	}

	
	.blog .postagens .post .head .imagem{
		width: 100%;
		height: 400px;
		background-size: cover;
		background-position: 50% 50%;
		border-radius: 10px;
		margin-bottom: 10px;
	}
	
	.blog .postagens .post .head .data{
		font-size: 16px;
		font-weight: 300;
		color: #d3c15f;
		line-height: 16px;
		margin-bottom: 5px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.blog .postagens .post .head .titulo{
		font-size: 30px;
		font-style: italic;
		color: #d3c15f;
		line-height: 30px;
		margin-bottom: 10px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.blog .postagens .post .descricao{
		font-size: 14px;
		font-style: italic;
		color: #a7a7a7;
		line-height: 14px;
		margin-bottom: 19px;
	}
	
	.blog .postagens .post .ler{
		text-decoration: none;
		font-size: 18px;
		font-style: italic;
		color: #d3c15f;
		line-height: 18px;
	}
	
	.blog .postagens .post.hover .head.cf:before{
		width: 100%;
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		border-radius: 10px;
		background-image: -moz-linear-gradient( 88deg, rgba(187,150,20, .8) 0%, rgba(255,255,255,0) 80%);
		background-image: -webkit-linear-gradient( 88deg, rgba(187,150,20, .8) 0%, rgba(255,255,255,0) 80%);
		background-image: -ms-linear-gradient( 88deg, rgba(187,150,20, .8) 0%, rgba(255,255,255,0) 80%);
		opacity: 0;
		z-index: 1;
	}
	
	.blog .postagens .post.hover > .head.cf:before{
		opacity: 1;
	}
	
	.blog .postagens .post.hover > .head.cf .chamada{
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		padding: 20px;	
		z-index: 2;		
	}
	
	.blog .postagens .post.hover > .head.cf .chamada .titulo,
	.blog .postagens .post.hover > .head.cf .chamada .data{
		color: white; 
	}
	
	
	.blog #mais{
		display: block;
		padding: 8px 0px;
		width: 100%;
		border-radius: 5px;
		color: white;
		background-color: #d3c15f;
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		cursor: pointer;
		margin-bottom: 40px;
	}
	
	.blog .veja-mais{
		padding: 25px 0px;
		width: 100%;
		display: block.
	}
	
	.blog .veja-mais .head{
		display: inline-block;
		width: 50%;
	}
	
	.blog .veja-mais .head,
	.blog .veja-mais .corpo{
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	
	.blog .veja-mais .corpo{
		padding: 27px;
	}
	
	.blog .veja-mais .corpo .data{
		font-size: 12px;
		font-weight: 300;
		color: #d3c15f;
		line-height: 12px;
		margin-bottom: 5px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.blog .veja-mais .corpo .titulo{
		font-size: 18px;
		font-style: italic;
		color: #d3c15f;
		line-height: 18px;
		margin-bottom: 10px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.blog .veja-mais .post .head .imagem{
		height: 206px;
	}
	
	.blog .veja-mais .grid-sizer,
	.blog .veja-mais.postagens .post{
		width: calc(50% - 15px);
	}
	
	/* --- */
	
	/* Blog post */
	
	.blog-post .area-dois{
		position: relative;
		z-index: 99;
		display: block;	
	}
	
	
	.blog-post .area-dois .dentro{
		background-color: white; 
		display: block; 
		max-width: 1200px;
		margin: -60px auto auto auto; 
		box-shadow: 0px 10px 45px 0px rgba(140, 111, 29, 0.13);
		border-radius: 5px;
		padding: 70px 0px 70px 0px;
	}
	
	.blog-post .area-dois .dentro img{
		max-width: 100%;
		height: auto;
	}
	
	.fb_iframe_widget_fluid span, iframe.fb_iframe_widget_lift { width: 100% !important; }
	
	/* --- */
	
	/* Currículos */
	
	
	.curriculo .area-dois{
		position: relative;
		z-index: 10;
		display: block;
		margin-bottom: 60px;	
		z-index: 5;
	}
	
	
	.curriculo .area-dois .dentro{
		background-color: white; 
		display: block; 
		max-width: 1200px;
		margin: -60px auto auto auto; 
		box-shadow: 0px 10px 45px 0px rgba(140, 111, 29, 0.13);
		border-radius: 5px;
		padding: 70px 0px 70px 0px;
	}
	
	.curriculo .form-curriculo{
		margin: 25px 0px 70px;
		background-color: #c3aa43;
		background-image: url('../img/curriculo.png');
		background-size: auto 240px;
		background-repeat: no-repeat;
		color: white;
		padding: 55px 0px 20px;
		border-radius: 5px;
	}
	
	.curriculo .form-curriculo input,
	.curriculo .form-curriculo textarea{
		border-radius: 10px;
		font-size: 18px;
		color: #9a9a9a;

	}
	
	.curriculo .form-curriculo input[type="text"],
	.curriculo .form-curriculo input[type="email"],
	.curriculo .form-curriculo input[type="number"],
	.curriculo .form-curriculo textarea{
		box-shadow: 0px 10px 27px 0px rgba(151, 130, 43, 0.47);
	}
	
	.curriculo .form-curriculo button{
		background-color: white;
		border: none;
		outline: none;
		color: #c3aa43;
		font-size: 20px;
		padding: 3px 40px;
		border-radius: 16px;
		cursor: pointer;
		box-shadow: 0px 10px 27px 0px rgba(151, 130, 43, 0.47);
	}
	
	.curriculo .form-curriculo span{
		font-size: 18px;
		color: white;	
	}
	
	/* --- */
	
	/* Checkboxs */
	
	
	/* The container */
	.checkbox {
	  display: inline-block;
	  vertical-align: middle;
	  position: relative;
	  padding-right: 35px;
	  padding-left: 5px;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  cursor: pointer;
	  font-size: 24px;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  background-color: white; 
	  color: #9a9a9a;
	  border-radius: 10px;
	  margin-bottom: 0px;

	}

	/* Hide the browser's default radio button */
	.checkbox input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	}

	/* Create a custom radio button */
	.checkmark {
	  position: absolute;
	  top: calc(50% - 11.5px);
	  right: 5px;
	  height: 23px;
	  width: 25px;
	  border: 3px solid #aaaaaa;
	  border-radius: 10px;
	}

	/* On mouse-over, add a grey background color */
	.checkbox:hover input ~ .checkmark {
	  background-color: white;
	}

	/* When the radio button is checked, add a blue background */
	.checkbox input:checked ~ .checkmark {
	  background-color: white;
	}

	/* Create the indicator (the dot/circle - hidden when not checked) */
	.checkmark:after {
	  content: "";
	  position: absolute;
	  display: none;
	}

	/* Show the indicator (dot/circle) when checked */
	.checkbox input:checked ~ .checkmark:after {
	  display: block;
	}

	/* Style the indicator (dot/circle) */
	.checkbox .checkmark:after {
		top: 5px;
		left: 6px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #c3aa43;
	}
	
	/* --- */
	
	/* Serviços */
	
	.serv .texto{
		white-space: pre-line;
	}
	
	/* --- */
	
	/* Eventos */
	#addconfirmacao, .rmv-pessoa {
		border: none;
		outline: none;
		color: white;
		font-size: 20px;
		padding: 5px 30px;
		border-radius: 16px;
		cursor: pointer;
	}
	.eventos.evento .tempo{
		margin-bottom: 25px;
	}
	
	.eventos.evento .tempo .grid{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		padding: 20px 0px;
		min-height: 100px;
	}
	
	.eventos.evento .tempo .titulo{
		font-size: 36px;
		font-weight: 300;
		color: rgb(133, 133, 133);
		text-transform: uppercase;
		line-height: 0.861;
		position: relative;
		display: block;
		padding: 17px 0px;
	}
	
	.eventos.evento .tempo .subtitulo{
		color: #c3aa43;
		font-size: 20px;
		padding-top: 15px; 
		text-transform: none;
	}
	
	.eventos.evento .tempo .titulo:after{
		display: block;
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 2px;
		z-index: 5;
		background-color: #c3aa43;
	}
	
	
	.eventos.evento .tempo .grid div{
		color: #c3aa43;
		font-size: 40px;
		font-weight: 700;
		display: block;
		line-height: 56px;
		text-align: center;
		width: 100%;
	}
	
	.eventos.evento .tempo .grid div span{
		color: rgb(133, 133, 133);
		font-size: 16px;
		display: block;
		font-weight: 500;
		line-height: 16px;
		text-align: center;
		width: 100%;
	}
	
	.eventos.evento .confirmacao button[type="submit"]{
		background-color: #c3aa43;
		border: none;
		outline: none;
		color: white;
		font-size: 20px;
		padding: 5px 30px;
		border-radius: 16px;
		cursor: pointer;
	}

	.eventos.evento .confirmacao button[type="submit"]:disabled{
		background-color: rgb(133, 133, 133);
		border: none;
		outline: none;
		color: white;
		font-size: 20px;
		padding: 5px 30px;
		border-radius: 16px;
		cursor: pointer;
    position: relative;
	}

  .eventos.evento .confirmacao button[type="submit"]:disabled:before{
    content: '';
    display: block;
    position: inherit;
	}

  .eventos.evento .confirmacao{
    position: relative;
    z-index: 1;
  }
  .eventos.evento .confirmacao .loader{
    position: absolute;
    z-index: 2;
    background-color: rgb(133, 133, 133);
    color: #c3aa43;
    opacity: .6;
    font-size: 50px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
	
  @-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
  }
	/* --- */	
	
	
	/* Quem Somos */
	
	.quem-somos .area-dois{
		position: relative;
		z-index: 10;
		display: block;
		margin-bottom: 60px;	
		z-index: 5;
	}
	
	
	.quem-somos .area-dois .dentro{
		background-color: white; 
		display: block; 
		max-width: 1200px;
		margin: -60px auto auto auto; 
		box-shadow: 0px 10px 45px 0px rgba(140, 111, 29, 0.13);
		border-radius: 5px;
		padding: 70px 0px 70px 0px;
	}
	
	
	.quem-somos img{
		max-width: 100%;
	}
	
	
	/* Galerias */
	
	
	.galerias .area-dois{
		position: relative;
		z-index: 10;
		display: block;
		margin-bottom: 60px;	
		z-index: 5;
	}
	
	
	.galerias .area-dois .dentro{
		background-color: white; 
		display: block; 
		max-width: 1200px;
		margin: -60px auto auto auto; 
		box-shadow: 0px 10px 45px 0px rgba(140, 111, 29, 0.13);
		border-radius: 5px;
		padding: 70px 0px 70px 0px;
	}
	
	
	.galerias .galerias-grid {	
		padding: 50px 0px 25px;
	}
	
	.galerias .galerias-grid .post{
		margin-bottom: 30px;
		text-decoration: none;
		display: block;
	}
	
	
	.galerias .galerias-grid .gutter-sizer{
		width: 20px;
	}
	
	.galerias .galerias-grid .grid-sizer{
		width: calc(50% - 15px);
	}
	
	.galerias .galerias-grid .post{
		width: calc(50% - 15px);
	}

	
	.galerias .galerias-grid .post .head{
	
		position: relative; 
	}

	
	.galerias .galerias-grid .post .head .imagem{
		width: 100%;
		height: 400px;
		background-size: cover;
		background-position: 50% 50%;
		border-radius: 10px;
		margin-bottom: 10px;
	}
	
	.galerias .galerias-grid .post .head .data{
		font-size: 16px;
		font-weight: 300;
		color: white;
		line-height: 16px;
		margin-bottom: 5px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.galerias .galerias-grid .post .head .titulo{
		font-size: 30px;
		font-style: italic;
		color: white;
		line-height: 30px;
		margin-bottom: 10px;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.galerias .galerias-grid .post .descricao{
		font-size: 14px;
		font-style: italic;
		color: #a7a7a7;
		line-height: 14px;
		margin-bottom: 19px;
	}
	
	.galerias .galerias-grid .post .ver{
		text-decoration: none;
		font-size: 18px;
		font-style: italic;
		color: #d3c15f;
		line-height: 18px;
	}
	
	.galerias .galerias-grid .post .head.cf:before{
		width: 100%;
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		border-radius: 10px;
		background-image: -moz-linear-gradient( 88deg, rgba(187,150,20, .8) 0%, rgba(255,255,255,0) 80%);
		background-image: -webkit-linear-gradient( 88deg, rgba(187,150,20, .8) 0%, rgba(255,255,255,0) 80%);
		background-image: -ms-linear-gradient( 88deg, rgba(187,150,20, .8) 0%, rgba(255,255,255,0) 80%);
		opacity: 0;
		z-index: 1;
	}
	
	.galerias .galerias-grid .post:hover > .head.cf:before{
		opacity: 1;
	}
	
	.galerias .galerias-grid .post .head .chamada{
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		padding: 20px;	
		z-index: 2;		
		opacity: 0;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	
	.galerias .galerias-grid .post:hover > .head .chamada{
		opacity: 1;
	}
	
	.galerias #mais{
		display: block;
		padding: 8px 0px;
		width: 100%;
		border-radius: 5px;
		color: white;
		background-color: #d3c15f;
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		cursor: pointer;
		margin-bottom: 40px;
	}
	
	.galeria .grid-imagens{
		display: block;
		position: relative;
		width: 100%;
	}
	
	.galeria .grid-image-item{
		margin-bottom: 20px;
		text-align: center;
	}
	
	.galeria .grid-image-item,
	.galeria .grid-sizer{
		width: calc(33.33% - 10px);
		display: block;
	}
	
	.galeria .gutter-sizer{
		width: 15px;
	}
	
	.galeria .grid-image-item img{
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	
	
	.grid-imagens .grid-image-item{
		cursor: pointer;
	}
	
	.galeria-modal{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background-color: rgba(0,0,0,.8);
		z-index: 9999999;
		display: none; 
	}
	
	.galeria-modal .bx-wrapper{
		border: none; 
		margin-bottom: 0px;
		box-shadow: none; 
		position: relative; 
		background-color: transparent;
	}

	.galeria-modal .bxslider li{
		width: 100%;
		z-index: 9999;
		position: relative; 
	}
	.galeria-modal .flex{
		width: 100%;
        display: flex; 
        justify-content: space-around;
        align-items: center; 
		position: absolute;
		height: 100%;
		left: 0px;
		top: 0px;
	}
	.galeria-modal .holder{
		width: 90%;
		display: block;
	}
	
	.galeria-modal .bx-wrapper .bx-controls-direction a{
		text-indent: 0px;
		background-image: none;
		font-size: 40px;
		color: white;
	}
	
	.galeria-modal .interacao{
		text-align: center;
	}
	
	.galeria-modal .baixar{
		color: white;
		text-decoration: none;
		display: inline-block;
		vertical-align: middle;
		padding: 3px 15px;
		background-color: #c3aa43;
		border-radius: 5px;
		font-family: Open Sans;
		font-weight: 700;
		margin: 15px 5px;
		max-width: 150px;
		text-align: center;
	}
	
	.galeria-modal .baixar i{
		margin-right: 5px;
	}
	
	.galeria-modal .compartilhar{
		color: white;
		text-decoration: none;
		display: inline-block;
		vertical-align: middle;
		padding: 3px 15px;
		background-color: #3C5A99;
		border-radius: 5px;
		font-family: Open Sans;
		font-weight: 700;
		margin: 15px 5px;
		text-align: center;
	}
	
	.galeria-modal .compartilhar i{
		margin-right: 5px;
	}
	
	.galeria-modal .holder img{
		width: auto;
		height: auto;
		max-height: 750px;
		max-width: 100%;
		margin: 0 auto;
	}
	
	/* --- */
	
	
	
	
	
	/* Rodapé */
	
	
	.rodape{
		display: block;
		width: 100%;
		background-color: #c3aa43;
		background-image: url('../img/rodape.png');
		background-size: 100% 220px;
		background-repeat: no-repeat;
		padding: 50px 0px;
	}
	
	.rodape .titulo{
		font-family: Open Sans;
		font-weight: 700;
		font-size: 21px;
		color: white;
		text-transform: uppercase;
		margin-bottom: 25px;
		text-align: left;
	}
	
	.rodape a{
		display: block;
		width: 100%;
		font-family: Open Sans;
		font-weight: 400;
		font-size: 14px;
		color: white;
		margin-bottom: 10px;	
		text-decoration: none; 
	}
	
	.rodape .redes{
		text-align: center; 
	}
	
	.rodape .redes a{
		display: inline-block;
		width: auto;
		margin-right: 10px;
	}
	
	.rodape .redes a:last-child{
		margin-right: 0px;
	}
	
	.rodape .form-contato{
		background-image: none;
		background-color: transparent;
		margin: 0px;
		padding: 0px;
	}
	
	.sub-footer{
		text-align: center;
		width: 100%;
		color: black;
		font-size: 15px;
		padding: 15px 0px; 
	}

	.sub-footer img{ 
		width: 20px;
		vertical-align: middle;
		margin-left: 10px;
	}
	
	@media all and (max-width: 700px) {
	.sub-footer{
		margin-bottom: 120px;
	}	
	}
	
	/* --- */
	
	
	/* Construção */
	
	
	
	.construcao{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background-color: #088f37;
		display: flex; 
        justify-content: space-around;
        align-items: center; 
		text-align: center;
	}
	
	.construcao h1{
		font-weight: 700;
		color: white;
		font-family: "Open Sans";
		font-size: 45px;
		padding: 0px;
		margin: 0px;
		line-height: 50px;
	}
	
	.construcao p{
		font-weight: 400;
		color: white;
		font-family: "Open Sans";
		font-size: 20px;
		padding: 0px;
		margin: 0px;
		line-height: 20px;
	}
	
	.construcao .redes-sociais{
		display: block;
		width: 100%;
		margin-top: 30px;
	}
	
	.construcao .redes-sociais a{
		font-size: 14px;
		font-weight: 700;
		color: white;
		font-family: "Open Sans";
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.construcao .redes-sociais a i{
		display: inline-block;
		vertical-align: middle;
		font-size: 25px;
		margin-right: 10px;
	}
	
	.pagination{
		padding-top: 50px;
	}
	.pagination .page-link{
		color: #088f37;
	}
	
	/* --- */
	
	/* Responsividade */
	
	@media all and (max-width: 1110px) {
		.menu-mobile{
		display: block;
		}
		.menu{
			display: none;
		}

		.conteudo{
			padding: 0 15px;
		}

	}
	
	@media all and (max-width: 990px) {
			
		.no-pad{
			margin-left: 0px;
			margin-right: 0px; 
			padding-left: 0px;
			padding-right: 0px;
		}
		
	}
	
	/* Home */
	@media all and (max-width: 1110px) {
		
		.home .area-um .bxslider li .conteudo .holder:before,
		.page-header .conteudo .holder:before{
			opacity: 0.6;
		}
		
		.home .area-um .bxslider li,
		.page-header{
			height: 800px;
		}
		.home .area-um .bxslider li .conteudo .holder,
		.page-header .holder{
			padding: 30px 0px 180px 0px;	
		}
		
		.home .area-um .bxslider li .conteudo .titulo,
		.page-header .conteudo .titulo{
			font-size: 26px;
			line-height: 26px;
		}
		
		.home .area-um .bxslider li .conteudo .chamada,
		.page-header .conteudo .chamada{
			font-size: 16px;
			line-height: 1.2em;
		}
		
		.posts .post.grid-item,
		.posts .grid-sizer{
			width: calc(50% - 30px);
		}
		
		.depoimentos .depoimento.slick-center .texto{
			font-size: 16px;
		}
		
		.depoimentos .depoimento .nome{
			max-width: 100%;
		}
		
		.depoimentos .holder .modal-dep{
			position: fixed;
			overflow-y: scroll;
		}
		
		.depoimentos .holder .modal-dep .hold-it{
			padding: 0px 20px 50px 20px;
		}
		
		.depoimentos .holder .modal-dep .coluna-1,
		.depoimentos .holder .modal-dep .coluna-2{
			width: 100%;
			display: block; 
		}
		
		.depoimentos .holder .modal-dep .nome{
			max-width: 100%;
			font-size: 20px;
			display: block;
			width: 100%;
		}
		
		.depoimentos .holder .modal-dep .imagem{
			margin: 0 auto 15px auto; 
		}
		
		.depoimentos .holder .modal-dep .chamada{
			font-size: 25px;
			line-height: 25px;
			display: block;
			width: 100%;
		}
		
		.depoimentos .holder .modal-dep .local{
			font-size: 16px;
			display: block;
			width: 100%;
		}
		
		.depoimentos .holder .modal-dep .flex{
			display: block; 
		}
		
		
	
	
	}
	
	@media all and (max-width: 990px) {
		.posts{
			width: 100% !important;
		}
		
		.posts .gutter-sizer{
			width: 0px;
		}
		
		.posts .post.grid-item,
		.posts .grid-sizer{
			width: 100%;
		}	
		
		.posts .imagem{
			margin: 0 auto;
			display: block;
		}
		
		.posts .post.grid-item.com-hover .hover{
			opacity: 1;
		}
	
		.posts .post.grid-item.com-hover .descricao .titulo,
		.posts .post.grid-item.com-hover .descricao .resumo{
			opacity: 0;
		}
		
		.depoimentos .depoimento{
			margin: 0px;
			padding: 20px;
		}
		
		.depoimentos .depoimento .texto{
			font-size: 16px;
		}
		
		.depoimentos .depoimento .next, 
		.depoimentos .depoimento .prev{
			display: none; 
		}

	
	}
	
	/* Serviço */
	/* Blog Post */
	
	@media all and (max-width: 1110px) {
		.form .form-row{
			margin-left: 0px;
			margin-right: 0px;
		}
	}
	
	@media all and (max-width: 990px) {
		
		.blog .gutter-sizer{
			width: 0px;
		}
		
		.blog .veja-mais .grid-sizer,
		.blog .veja-mais.postagens .post{
			width: 100%;
		}
		
		.blog .veja-mais .head{
			width: 40%;
		}
		.blog .veja-mais .corpo{
			width: 60%;
		}
		
	}
	
	@media all and (max-width: 450px) {
		
		.blog .veja-mais .imagem{
			margin-bottom: 0px;
		}
		
		.blog .veja-mais .head{
			width: 100%;
			margin-bottom: 0px;
		}
	
		.blog .veja-mais .corpo{
			width: 100%;
			padding: 17px;
		}	
	}
	
	/* Galerias */
	@media all and (max-width: 990px) {
		.galerias .galerias-grid .gutter-sizer{
			width: 0px;
		}
		
		.galerias .galerias-grid .grid-sizer{
			width: 100%;
		}
		
		.galerias .galerias-grid .post{
			width: 100%;
		}
		
		.galerias .galerias-grid .post .head.cf:before,
		.galerias .galerias-grid .post .head.cf .chamada{
			opacity: 1;
		}
	}
	
	/* Galeria */
	
	@media all and (max-width: 990px) {	
		.galeria .grid-image-item,
		.galeria .grid-sizer{
			width: calc(50% - 10px);
			display: block;
		}
		
		.galeria .gutter-sizer{
			width: 15px;
		}
	}
	
	@media all and (max-width: 450px) {
		.galeria .grid-image-item,
		.galeria .grid-sizer{
			width: 100%;
			display: block;
		}
		
		.galeria .gutter-sizer{
			width: 0px;
		}	
	}
	
	/* Contato */
	/* Curriculo */
	/* Blog */
	
	@media all and (max-width: 990px) {	
		.contato .form-contato,
		.blog-post .form-contato		{
			padding: 55px 15px;
		}
		
		.curriculo .form-curriculo{
			padding: 55px 20px;
		}
		
		.blog .grid-sizer, .blog .postagens .post{
			width: 100%;
		}
		.blog .gutter-sizer{
			width: 0px;
		}
		
	}
	
	
	.construcao{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background-color: #c3aa43;
		display: flex; 
        justify-content: space-around;
        align-items: center; 
		text-align: center;
	}
	
	.construcao h1{
		font-weight: 700;
		color: white;
		font-family: "Open Sans";
		font-size: 45px;
		padding: 0px;
		margin: 0px;
		line-height: 50px;
	}
	
	.construcao p{
		font-weight: 400;
		color: white;
		font-family: "Open Sans";
		font-size: 20px;
		padding: 0px;
		margin: 0px;
		line-height: 20px;
	}
	
	.construcao .redes-sociais{
		display: block;
		width: 100%;
		margin-top: 30px;
	}
	
	.construcao .redes-sociais a{
		font-size: 14px;
		font-weight: 700;
		color: white;
		font-family: "Open Sans";
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.construcao .redes-sociais a i{
		display: inline-block;
		vertical-align: middle;
		font-size: 25px;
		margin-right: 10px;
	}
	
	.construcao .depoimentos,
	.construcao .nagecao,
	.construcao .rodape{
		display: none; 
	}


	.gallery-row-full-height {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	
	

	