.about_banner_360
{
	position: relative;
	width: 100%;
	padding: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../img/imagens 360º/74.jpg");
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
}

.about_banner_360::before
{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(to top, #0a2a43, transparent);
	z-index: 10000;
}

.about_banner_360 .about_content_360
{
	text-align: left;	
}
.about_banner_360 .about_content_360 h2
{
	font-size: 5em;
	color: var(--branco);	
}
.about_banner_360 .about_content_360 p
{
	font-size: 2em;
	color: var(--branco);	
}

.about_contato .about_contatoTxt
{
	position: relative;
	width: 100%;
	padding: 50px;	
	text-align: center;
}

.about_contato .about_contatoTxt h2
{
	font-size: 3em;
	font-weight: 800;
	color: #111;	
}

.about_contato .about_contatoTxt p
{
	font-size: 1.5em;
	color: #111;
}

.about_contato .about_contatoTxt img
{
	max-width: 600px	
}

.service
{
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 100px 50px;
}

.container
{
	position: relative;
	width: 1200px;
	justify-content: center;
	align-items: center;
	display: flex;
	gap: 20px; 
	flex-wrap: wrap;
}

.container h1
{
	width: 100%;
	color: var(--preto);
	font-size: 3em;
	font-weight: 500;	
	text-align: center;	
}

.container .serviceBox
{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.container .serviceBox .icon
{
	width: 80px;
	height: 80px;
	background: var(--azul);
	display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 50%;
}

.container .serviceBox .icon i
{
	font-size: 2em;
	color: var(--branco);		
}

.container .serviceBox .content a
{
    text-decoration: none;
    color: var(--preto);
	font-weight: 500;
	line-height: 1.5em;
}

.Pass
{
	min-height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f3f3f3;
}

.PassImg
{
	position: relative;
	height: 600px;
	width: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.PassImg iframe
{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.PassImg h2
{
	font-size: 2em;
	font-weight: 300;
	margin: 10px 0;
    padding: 0 10px;
}

@media (max-width: 768px)
{	
	.titleValores h2
	{
		font-size: 2em;
	}
	
	.about_banner_360 .about_content_360 h2
	{
		font-size: 3em;
	}
    
    .about_contato .about_contatoTxt  
    {
        padding: 20px;
    }
    
    .about_contato .about_contatoTxt h2
    {
        font-size: 2em;
    }
    
    .about_contato .about_contatoTxt p
    {
        font-size: 1em;
    }
    
    .about_contato .about_contatoTxt img
    {
        max-width: 300px	
    }
}