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

	.titulo{
	    font-size: 36px;
	    font-weight: bold;
	    color: #401b10;
	    text-align: center;
	    margin: 60px auto 40px;
	}


	/*************************************************************************/
	/******************************* Cabeçalho *******************************/
	/*************************************************************************/
	#cabecalho{
	    width: 100%;
	    height: 200px;
	    display: table;
	    background-color: #7bad10;
	    background-image: url(../img/background-patas.png);
	    background-repeat: repeat;
	}

	#cabecalho-faixa-contato{
	    width: 100%;
	    height: 40px;
	    background-color: #401b10;
	    display: table;
	}

	#cabecalho-faixa-contato p{
	    font-size: 14px;
	    color: #fff;
	    margin: 0px 10%;
	    line-height: 40px;
	    float: right;
	}

	#cabecalho-logo{
    width: 120px;
    height: auto;
    float: left;
    margin: 15px 0px 15px 5%;
	}

	#cabecalho-logo img{
        width: 115px;
	    height: auto;
	}

	#cabecalho-menu{
	    width: 580px;
	    height: 40px;
	    margin: 65px 1% 65px 0;
	    float: right;
	}

	.cabecalho-menu-botao{
	    width: 114px;
	    height: 40px;
	    float: left;
	    text-align: center;
	    font-size: 18px;
	}

	.cabecalho-menu-botao a{
	    text-decoration: none;
	    color: #401b10;
	    line-height: 40px;
	    font-weight: bold;
	    display: block;
	}

	.cabecalho-menu-botao-ativo{
	    width: 120px;
	    height: 40px;
	    float: left;
	    text-align: center;
	    font-size: 18px;
	}

	.cabecalho-menu-botao-ativo a{
	    text-decoration: none;
	    background-color: #fff;
	    color: #7bad10;
	    line-height: 40px;
	    font-weight: bold;
	    display: block;
	}
	/*******************************************************************************/
	/******************************* Final Cabeçalho *******************************/
	/*******************************************************************************/





	/********************************************************************/
	/******************************* Home *******************************/
	/********************************************************************/



	/******************************* Home serviços oferecidos *******************************/
	#home-servicos-oferecidos{
    width: 100%;
    display: table;
    background-color: #401b10;
    padding-bottom: 25px;
	}

	#home-servicos-oferecidos-titulo{
	    text-align: center;
	    color: #fff;
	    font-weight: bold;
	    font-size: 38px;
	    margin: 60px auto 40px auto;
	}

	.home-servicos-oferecidos-blocos{
    width: 100%;
    height: auto;
    margin: 0 auto;
	}

	.home-servicos-oferecidos-bloco{
    width: 47%;
    height: auto;
    float: left;
    padding: 0 8px;
	}

	.home-servicos-oferecidos-item{
    width: 100%;
    height: 60px;
    margin: 30px 0;
	}

	.home-servicos-oferecidos-icone{
	    width: 60px;
	    height: 60px;
	    -webkit-border-radius: 30px;
	    border-radius: 30px;
	    background-color: #fff;
	    position: relative;
	    float: left;
	}

	.home-servicos-oferecidos-icone img{
	    width: 30px;
	    height: 30px;
	    margin: auto;
	    position: absolute;
	    top: 0; right: 0; bottom: 0; left: 0;
	}

	.home-servicos-oferecidos-texto{
    width: 76%;
    height: 60px;
    float: left;
    vertical-align: middle;
	}

	.home-servicos-oferecidos-texto p{
	    float: left;
	    color: #fff;
	    margin: 16px;
	}



	/******************************* Home quem somos *******************************/
	#home-quem-somos{
	width: 100%;
    /* height: 600px; */
    display: table;
    position: relative;
    background-image: url(../img/home/home-quem-somos-background.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0 0 50px 10px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 50px 10px rgba(0,0,0,0.3);
    /* background-attachment: fixed; */
    padding-bottom: 36px;
	}

	#home-quem-somos-interno{
    width: 100%;
    margin: 70px auto;
	}

	#home-quem-somos-logo{
	width: 215px;
	    height: auto;
	    margin: 22px 0px;
	    float: left;
	}

	#home-quem-somos-logo img{
	        width: 96%;
	    height: auto;
	}

	#home-quem-somos-informacoes{
	    width: 500px;
	    height: 300px;
	    margin: 0px;
	    float: right;
	}

	#home-quem-somos-informacoes-titulo{
	    text-align: center;
	    color: #401b10;
	    font-weight: bold;
	    font-size: 48px;
	    margin: auto auto 6px auto;
	}

	#home-quem-somos-informacoes p{
	    text-align: center;
	    margin: 6px;
	}

	#home-quem-somos-botao{
	    width: 400px;
	    height: 70px;
	    position: relative;
	    margin: auto;
	    clear: both;
	}

	#home-quem-somos-botao-baixo{
	    width: 400px;
	    height: 60px;
	    background-color: #5f830d;
	    -webkit-border-radius: 16px;
	    border-radius: 16px;
	    display: block;
	    bottom: 0;
	    position: absolute;
	}

	#home-quem-somos-botao-cima{
	    width: 400px;
	    height: 60px;
	    background-color: #7bad10;
	    -webkit-border-radius: 16px;
	    border-radius: 16px;
	    display: block;
	    color: #fff;
	    text-align: center;
	    line-height: 60px;
	    font-size: 18px;
	    position: absolute;
	    top: 0px;
	}

	#home-quem-somos-botao-cima:active{
	    top: 10px;
	}



	/******************************* Home serviços *******************************/
	#home-servicos{
	    width: 100%;
	    height: 500px;
	    display: table;
	    position: relative;
	}

	#home-servicos-interno{
    width: 100%;
    height: 160px;
    margin: 170px auto;
	}

	#home-servicos img{
	    float: right;
	}

	#home-servicos-informacoes{
	    width: 400px;
	    height: 160px;
	    float: left;
	}

	#home-servicos-informacoes-titulo{
	    text-align: center;
	    color: #401b10;
	    font-weight: bold;
	    font-size: 48px;
	    margin: auto auto 6px auto;
	}

	#home-servicos-informacoes p{
	    text-align: center;
	    margin: 6px;
	}

	#home-servicos-botao{
    height: 70px;
    position: relative;
    /* margin: auto; */
    clear: both;
    text-align: center;
    display: table;
    margin-left: 15px;
	}

	#home-servicos-botao-baixo{
	    width: 360px;
	    height: 60px;
	    background-color: #5f830d;
	    -webkit-border-radius: 16px;
	    border-radius: 16px;
	    display: block;
	    bottom: 0;
	    position: absolute;
	}

	#home-servicos-botao-cima{
	    width: 360px;;
	    height: 60px;
	    background-color: #7bad10;
	    -webkit-border-radius: 16px;
	    border-radius: 16px;
	    display: block;
	    color: #fff;
	    text-align: center;
	    line-height: 60px;
	    font-size: 18px;
	    position: absolute;
	    top: 0px;
	}

	#home-servicos-botao-cima:active{
	    top: 10px;
	}



	/******************************* Home fotos e videos *******************************/
	#home-fotos-e-videos{
	    width: 100%;
	    height: 500px;
	    background-color: #7bad10;
	    background-image: url(../img/background-patas.png);
	    background-repeat: repeat;
	    display: table;
	}

	#home-fotos-e-videos-blocos{
	    width: 100%;
	    height: auto;
	    margin: 60px auto;
	    display: table;
	}

	.home-fotos-e-videos-bloco{
	    width: 50%;
	    float: left;
	}

	.home-fotos-e-videos-bloco-titulo{
	    text-align: center;
	    color: #401b10;
	    font-weight: bold;
	    font-size: 48px;
	    margin: auto auto 20px auto;
	}

	#home-fotos-e-videos-bloco-video{
	    width: 325px;
    	height: 193px;
	    margin: 10px;
	    float: left;
	    overflow: hidden;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	    position: relative;
	}

	#home-fotos-e-videos-bloco-video img{
	    min-width: 100%;
	    min-height: 100%;
	}

	.home-fotos-e-videos-bloco-video-icone{
	    width: 60px;
	    height: 55px;
	    margin: auto;
	    position: absolute;
	    top: 0; left: 0; bottom: 0; right: 0;
	    background-image: url(../img/fotos-e-videos/icone-play.png);
	}

	#home-fotos-e-videos-bloco-fotos{
	    width: 100%;
	    height: auto;
	    margin: 0 auto;
	}

	.home-fotos-e-videos-blocos-foto{
    width: 102px;
    height: 92px;
    margin: 5px;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	}

	.home-fotos-e-videos-blocos-foto img{
	/* min-width: 100%; */
	/* min-height: 100%; */
	width: 100%;
	}

	#home-fotos-e-videos-botao{
	    width: 400px;
	    height: 70px;
	    position: relative;
	    margin: 40px auto;
	    clear: both;
	}

	#home-fotos-e-videos-botao-baixo{
	    width: 400px;
	    height: 60px;
	    background-color: #26100a;
	    -webkit-border-radius: 16px;
	    border-radius: 16px;
	    display: block;
	    bottom: 0;
	    position: absolute;
	}

	#home-fotos-e-videos-botao-cima{
	    width: 400px;
	    height: 60px;
	    background-color: #401b10;
	    -webkit-border-radius: 16px;
	    border-radius: 16px;
	    display: block;
	    color: #fff;
	    text-align: center;
	    line-height: 60px;
	    font-size: 18px;
	    position: absolute;
	    top: 0px;
	}

	#home-fotos-e-videos-botao-cima:active{
	    top: 10px;
	}



	/******************************* Home contato *******************************/
	#home-contato{
	    width: 100%;
	    height: 500px;
	    display: table;
	    position: relative;
	    background-color: #fff;
	}

	#home-contato-interno{
    width: 90%;
    height: 330px;
    margin: 170px auto 0;
    position: relative;
    bottom: 0;
	}

	#home-contato-informacoes{
	    width: 600px;
	    height: 200px;
	    margin: 40px 0px;
	    background-color: #401b10;
	    position: absolute;
	    display: table;
	    top: 0; right: 0;
	    -webkit-border-radius: 20px;
	    border-radius: 20px;
	    overflow: hidden;
	}

	#home-contato-informacoes a{
	    width: 600px;
	    height: 200px;
	    display: block;
	    -webkit-border-radius: 20px;
	    border-radius: 20px;
	    overflow: hidden;
	}

	#home-contato-informacoes-interno{
	    width: 600px;
	    height: 100px;
	    display: table;
	    margin: 0px 0 0 0;
	}

	#home-contato-informacoes-interno p, #home-contato-informacoes-interno h2{
	    margin: 16px 0 10px 120px;
	    color: #fff;
	    font-weight: normal;
	}

	#home-contato-informacoes-titulo{
	    color: #7bad10 !important;
	    font-weight: bold;
	    font-size: 36px;
	}

	#home-contato-imagem img{
	    height: auto;
	    position: absolute;
	    bottom: 0; left: 0;
	}
	/**************************************************************************/
	/******************************* Final Home *******************************/
	/**************************************************************************/





	/**************************************************************************/
	/******************************* Quem somos *******************************/
	/**************************************************************************/
	#quem-somos-texto{
	    width: 90%;
	    height: auto;
	    margin: 40px auto;
	}

	#quem-somos-texto p{
	    text-indent: 20px;
	}

	#quem-somos-info{
	    width: 725px;
	    height: 400px;
	    margin: 80px auto;
	    background-color: #7bad10;
	    background-image: url(../img/background-patas.png);
	    background-repeat: repeat;
	    overflow: hidden;
	    -webkit-border-radius: 20px;
	    border-radius: 20px;
	}

	#quem-somos-info-foto{
	    width: 300px;
	    height: 400px;
	    position: relative;
	    float: left;
	}

	#quem-somos-info-foto img{
	    max-width: 100%;
	    max-height: 100%;
	    margin: 0;
	    position: absolute;
	    top: 0; right: 0; bottom: 0; left: 0;
	}

	#quem-somos-info-informacoes{
	    width: 424px;
	    height: 400px;
	    float: left;
	    display: table;
	}

	#quem-somos-info-informacoes > h2, #quem-somos-info-informacoes > h3{
	    margin: 20px 0 0 20px;
	    color: #401b10;
	}

	#quem-somos-info-informacoes p{
	    color: #fff;
	    margin: 5px 20px 0 20px;
	    font-size: 14px;
	}
	/********************************************************************************/
	/******************************* Final Quem somos *******************************/
	/********************************************************************************/





	/************************************************************************/
	/******************************* Serviços *******************************/
	/************************************************************************/
	#servicos-texto{
	    width: 90%;
	    height: auto;
	    margin: 40px auto;
	}

	#servicos-texto p{
	    text-indent: 20px;
	    clear: left;
	}

	.servicos-titulo{
	    font-size: 24px;
	    font-weight: bold;
	    color: #401b10;
	    margin: 20px 0 0 0;
	}

	#servicos-itens{
	    width: 100%;
	    height: auto;
	    margin: 40px auto;
	    display: table;
	    text-align: center;
	}

	.servicos-item{
	    width: 156px;
	    height: 260px;
	    margin: 8px;
	    background-color: #7bad10;
	    -webkit-border-radius: 20px;
	    border-radius: 20px;
	    position: relative;
	    display: inline-block;
	}

	.servicos-item-titulo{
	    text-align: center;
	    color: #fff;
	    font-size: 24px;
	    font-weight: bold;
	    text-indent: 0 !important;
	    margin: 10px 0 0 0;
	}

	.servicos-item img{
	    margin: auto;
	    position: absolute;
	    top: 0; left: 0; bottom: 0; right: 0;
	}

	.servicos-item-texto{
	    color: #fff;
	    font-size: 14px;
	    text-align: center;
	    text-indent: 0 !important;
	    margin: 160px 10px 0;
	}

	#servicos-como{
	    width: 100%;
	    height: auto;
	    margin: 40px auto;
	    background-color: #7bad10;
	    -webkit-border-radius: 20px;
	    border-radius: 20px;
	    display: table;
	}

	.servicos-coluna1-3{
	width: 30%;
    height: 574px;
    float: left;
    position: relative;
    display: table;
	}

	.servicos-coluna2-3{
    width: 68%;
    height: 500px;
    float: left;
    position: relative;
    display: table;
	}

	.servicos-coluna1-3 p, .servicos-coluna2-3 p{
	    margin: 20px;
	}

	.servicos-coluna1-3 img, .servicos-coluna2-3 img{
	    margin: 107px auto;
	    /*position: absolute;
	    top: 0; left: 0; bottom: 0; right: 0;*/
	}

	.servicos-coluna1-3 span{
	    width: 100%;
	    height: 10%;
	}
	/******************************************************************************/
	/******************************* Final Serviços *******************************/
	/******************************************************************************/





	/******************************************************************************/
	/******************************* Fotos e Vídeos *******************************/
	/******************************************************************************/
	#fotos_e_videos{
		width: 100%;
	    /*width: 725px;*/
	    height: auto;
	    display: table;
	    margin: 0 auto 180px;
	    padding: 10px;
	}

	.fotos_e_videos-blocos{
    width: 100%;
    height: auto;
    margin: 10px;
    float: none;
    display: table;
	}

	.fotos_e_videos-video{
		width: 300px;
		height: 215px;
	    margin: 10px;
	    float: left;
	    overflow: hidden;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	    position: relative;
	}
	.fotos_e_videos-video h1{
	    font-size: 16px;
	font-weight: bold;
	color: #401b10;
	}

	.fotos_e_videos-video img{
	    min-width: 100%;
	    min-height: 100%;
	}

	.fotos_e_videos-video-icone{
	    width: 60px;
	    height: 55px;
	    margin: auto;
	    position: absolute;
	    top: 0; left: 0; bottom: 0; right: 0;
	    background-image: url(../img/fotos-e-videos/icone-play.png);
	}

	.fotos_e_videos-foto{
		width: 102px;
		height: 86px;
	    margin: 5px;
	    float: left;
	    overflow: hidden;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	}

	.fotos_e_videos-foto img{
	    /*min-width: 100%;
	    min-height: 100%;*/
	    width: 100%;
	}
	/************************************************************************************/
	/******************************* Final Fotos e Vídeos *******************************/
	/************************************************************************************/





	/***********************************************************************/
	/******************************* Contato *******************************/
	/***********************************************************************/
	#contato{
	    width: 100%;
	    height: auto;
	    display: table;
	    margin: 0 auto 180px;
	}

	#contato p{
	    text-align: center;
	    color: #401b10;
	    margin: 10px;
	}

	.contato-bloco{
	    width: 280px;
	    height: auto;
	    float: left;
	    margin: 0 10px;
	}

	::-webkit-input-placeholder, ::-webkit-textarea-placeholder {
	   color: #000;
	    font-size: 16px;
	}
	:-moz-placeholder { /* Firefox 18- */
	   color: #000;  
	    font-size: 16px;
	}
	::-moz-placeholder {  /* Firefox 19+ */
	   color: #000;  
	    font-size: 16px;
	}
	:-ms-input-placeholder, :-ms-textarea-placeholder {  
	   color: #000;  
	    font-size: 16px;
	}

	input, textarea{
	    border: 0px;
	    background-color: #e6e6e6;
	    padding: 10px;
	}

	input{
	    width: 97%;
	    height: 20px;
	    margin: 10px auto;
	    font-family: 'calibri',Sans-Serif !important;
	}

	textarea{
	    width: 97%;
	    height: 200px;
	    margin: 10px auto;
	    font-size: 18px;
	    resize: none;
	    font-family: 'calibri',Sans-Serif !important;
	}

	.enviar{
	    width: 122px;
	    height: 220px;
	    float: left;
	    background-color: #7bad10;
	    color: #fff;
	    font-size: 26px;
	    margin: 10px;
	}
	/*****************************************************************************/
	/******************************* Final Contato *******************************/
	/*****************************************************************************/





	/**********************************************************************/
	/******************************* Rodapé *******************************/
	/**********************************************************************/
	#rodape{
	    width: 100%;
	    height: 340px;
	    margin: 0;
	    display: table;
	}

	#rodape-interno{
	    width: 100%;
	    height: 300px;
	    background-color: #7bad10;
	    background-image: url(../img/rodape-background.png);
	    background-repeat: no-repeat;
	    background-position: right center;
	    display: table;
	}

	#rodape-interno-logo{
    width: 178px;
    height: auto;
    margin: 38px 20px 38px 3%;
    float: left;
	}

	#rodape-interno-logo img{
    width: 176px;
    height: auto;
	}

	#rodape-interno-menu{
    width: 170px;
    height: 150px;
    margin: 75px 20px 75px 44px;
    float: left;
	}

	.rodape-interno-menu-botao{
	    width: 120px;
	    height: 30px;
	    font-size: 18px;
	}

	.rodape-interno-menu-botao a{
	    text-decoration: none;
	    color: #401b10;
	    line-height: 30px;
	    font-weight: bold;
	    display: block;
	}

	#rodape-interno-contato{
	    width: 250px;
	    height: 80px;
	    margin: 75px 0 0 20px;
	    float: left;
	}

	#rodape-interno-contato p{
	    font-size: 20px;
	    color: #401b10;
	    margin: 0px;
	}

	#rodape-faixa-informacoes{
	    width: 100%;
	    height: 40px;
	    background-color: #401b10;
	}

	#rodape-faixa-informacoes-informacao{
	    width: 440px;
	    height: 40px;
	    margin: 0 0 0 7%;
	    float: left;
	}

	#rodape-faixa-informacoes-informacao p{
	    text-align: center;
	    color: #fff;
	    margin: 5px 0;
	    font-size: 12px;
	}

	#rodape-faixa-informacoes-infodahora{
	    width: 220px;
	    height: 40px;
	    margin: 0 3% 0 0;
	    float: right;
	}

	#rodape-faixa-informacoes-infodahora a{
	    color: #fff;
	    line-height: 40px;
	    text-decoration: none;
	    display: block;
	}

	#rodape-faixa-informacoes-infodahora p{
	    margin: 0;
	    line-height: 40px;
	    float: left;
	}

	#rodape-faixa-informacoes-infodahora img{
	    float: left;
    width: 97px;
    margin-left: 3px;
    margin-top: 9px;
	}
	/****************************************************************************/
	/******************************* Final Rodapé *******************************/
	/****************************************************************************/

	.botaoMenu{
		display: none;
	}



	.paginacao{
		display: block;
		clear: both;
	}
	.paginacao a{
	display: inline-block;
    padding: 1px 12px;
    border: 0;
    border-radius: 5px;
    background-color: #7bad10;
    color: #FFF;
	}
	.paginacao a.active{
		background-color: #401b10
	}

	.menuFotosVideos{
		display: block;
		clear: both;
	}
	.menuFotosVideos a{
		display: inline-block;
	    border: 0;
	    padding: 7px;
	    background-color: #7bad10;
	    color: #FFF;
	}
	.menuFotosVideos a.active{
		background-color: #401b10;
	}
}