html{

    background: #efefef;
}
 body,
 .popup {
            touch-action: none; /* Desativa todos os gestos de toque no corpo da página */
        }

        #map {
            touch-action: pan-x pan-y pinch-zoom; /* Permite pan e pinch-zoom apenas na área do mapa */
            /* Adicione estilos adicionais para a área do mapa conforme necessário */
        }

	img{
		max-width: 100%;
	}

	#camera{
		width: 100%;
    	height: 100vh;
		background: transparent !important;
	}
	body{
		margin: 0px;
		background: transparent !important;
	}
	#marcaPincipal{
	 	position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
   		-webkit-transform: translate(-50%,-50%);
	}
	.header-locais{
    	text-align: center;
	}

	.conteudo-info{
		padding: 10px;
	}


		.conteudo-info p{
		    font-size: 17px;
	}

	.slider img{
		min-height: 100px;
	}

	.slick-arrow{
		position: absolute;
	    z-index: 9999999;
	   
	    top: 45%;
	    border: none;
	    width: 40px;
	    height: 30px;
	    font-size: 20px;
	    font-weight: 900;
	}

	.slick-prev{
		 left: 0;
	}
	.slick-next{
		 right: 0;
	}
.slick-slider{
	
    padding: 0px !important;
}

	.slick-list{

	    min-height: 200px;
	    background: white;
	}
	a{
		    text-decoration: underline;
    color: #673AB7;
	}


	.conteudo-texto{
    background: #efefef;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px !important;
    padding-bottom: 100px;
    display: flow-root;
	}

	.conteudo-texto p,
	.conteudo-texto h1,
	.conteudo-texto h2,
	.conteudo-texto h3,
	.conteudo-texto h4,
	.conteudo-texto h5,
	.conteudo-texto h6{
		    color: #798e00;
	}




.popup{
	width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background: #000000a1;
}

.fechar-pop{

    /*background: #acb20f;
    padding: 4px;
    color: white;
    font-size: 22px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;*/
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    background: #465333;
    padding: 10px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.back{
	display: none !important;
}

.conteudo-pop{
	min-height: 100vh;
	background: white;
}



div[aria-label="Minha Localização"]{
	pointer-events: none;
}

.tablea-percurso{
	width: 100%;
}
.tablea-percurso tr{
	padding: 2px;
    border-bottom: 1px solid #465333;
    height: auto;
    line-height: 44px;
}
.tablea-percurso tr td{
	padding: 3px;
}
.tablea-percurso tr td:nth-child(2){
	color: #465333;
	text-align: left;
	font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    font-family: sans-serif;
	letter-spacing: 0px;
	color: #465333;
	opacity: 1;
}
.tablea-percurso tr td:nth-child(3){
	color: #465333;
	text-align: left;
	font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    font-family: sans-serif;
	letter-spacing: 0px;
	color: #465333;
	opacity: 0.6;
}


.desc-4 table{
    padding-left: 0px;
    padding-right: 0px;
    width: 80% !important;
    margin-left: 10%;
    margin-top: 20px;
    border-collapse: separate !important;
    border-spacing: 0 8px;
}
.desc-4 tr{
	background: #f1f3e7;
	border-radius: 10px;
}
.desc-4 td{
    font-size: 14px;
    line-height: 18px;
    padding: 12px;
}
.desc-4 td:nth-child(1){
	color: black;
	text-align: left;
}

.desc-4 td:nth-child(2){
	color: #798e01;
	text-align: right;
}
.desc-4 tr td:first-child { border-top-left-radius: 10px; }
.desc-4 tr td:last-child { border-top-right-radius: 10px; }

.desc-4 tr td:first-child { border-bottom-left-radius: 10px; }
.desc-4 tr td:last-child { border-bottom-right-radius: 10px; }
