body
{
	background-color: #f6f5f5;
	margin-right: 0px;
	padding: 0px;
   margin: 0px;
}

header{
    width: 100%;
    background-color: #070808;
    display: flex;
    justify-content: space-between;
    align-items: center;
  /*  padding: 8px 0;*/
    font-family: 'Poppins',sans-serif;

}

.container-cabecalho{
   display: flex;
   align-items: center;
   color: white;
   
}

.container-cabecalho li{
    display: inline-block;
    margin: 0 10px;
    padding: 8px 8px;
}

.container-cabecalho li a{
    font-size: 18px;
    text-decoration: none;
    color: white;

    
}

.container-cabecalho2 li{
    display: inline-block;
    margin: 0 10px;
    padding: 8px 8px;
}

.container-cabecalho2 li a{
    font-size: 18px;
    text-decoration: none;
    color: white;
  
}



.container-cabecalho2 li:hover{
    background-color: rgba(100,100,100,0.8);
  

}

.container-cabecalho li:hover{
    background-color: rgba(100,100,100,0.8);
    
}

.imagem{
    background-color: rgb(196, 33, 33);
    box-shadow: 0 0 2rem rgb(0, 0, 0);
}


.imagem img{
    width: 18%;
    border-radius: 0 40px 0;
    display: flex;
  
}



ul
{
	list-style: none;
}

a
{
	text-decoration: none;
}

section
{
	width: 100%;
	height: 95vh;
	background-image: url("img/bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}




.logo
{
	font-family: Arial;
	color: #000000;
	font-size: 22px;
}

.active
{
	font-weight: bold;
	color: #2d2a2a;
}

/* Estilo Textos */
.conteudo-texto p:nth-child(1)
{
	font-family: calibri;
	font-weight: bold;
	color: #6d6d6d;
	font-size: 22px;

}

.conteudo-texto p:nth-child(2)
{
	font-family: calibri;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	font-size: 60px;
}

.conteudo-texto p:nth-child(3)
{
	font-family: myriad pro regular;
	color: #403e3e;
	font-size: 30px;
	line-height: 30px;
}

.conteudo-texto 
{
	line-height: 0px;
	margin: 45px 0px 25px;
}

.conteudo-texto 
{
	position: absolute;
	left: 13%;
	top: 42%;
	transform: translate(-13%, -42%);
}

.conteudo-texto button
{
	width: 130px;
	height: 42px;
	border-radius: 10px;
	font-family: calibri;
	font-weight: bold;
	font-size: 14px;
	outline: none;
	margin: 0px 10px;
}

.btn1
{
	border: 2px solid #db2020;
	color: #792929;
   

}



button:active
{
	transform: scale(1.1);

}

/* Estilo Imagem banner sem fundo */

.imgbg
{
   
	height: 300px;
	position: absolute;
	bottom: 40px;
	right: -32%;
  border-radius: 40px;
    top: 38%;
	transform: translateX(-70%);

}







.conteudo-sobre
{
	width: 80%;
	height:330px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
	display: flex;
	margin: -7% auto 20px auto;
	position: relative;
	justify-content: space-evenly;
	align-items: center;
	
}

/* Estilo Imagem Sobre eu */
.conteudo-sobre img
{
	height: 250px;
  
}

.texto-sobre 
{
	width: 550px;
}

.cotexto-sobre  p:nth-child(1)
{
	color: #403e3e;
	font-family: myriad pro;
	font-weight: bold;
	font-size: 23px;
	line-height: 0px;

}

.texto-sobre  p:nth-child(2)
{
	color: #3e3e3e;
	font-size: 13px;
	font-family: myriad pro;
	font-weight: bold;
	line-height: 5px;
}

.texto-sobre p:nth-child(3),
.texto-sobre p:nth-child(4)
{
	color: #7e7d7d;
	font-family: calibri;
	font-size: 16px;
}

.texto-sobre button
{
	width: 120px;
	height: 40px;
	color: #ffffff;
	outline: none;
	border:none;
	font-family: calibri;
	background-color: #262525;
}


/* Seção de Serviços  */

.servicos
{
	height: 600px;
	background-color: #ffffff;

}

.servicos-textos p:nth-child(1)
{
	font-family: calibri;
	font-weight: bold;
	color: #3e3d3d;
	font-size:30px;
	line-height: 0px;

}

.servicos-textos p:nth-child(2)
{
	font-family: calibri;
	font-weight: bold;
	color: #3e3d3d;
	font-size:15px;
	line-height: 5px;

}

.servicos-textos p:nth-child(3)
{
	font-family: calibri;
	color: #7e7d7d;
	
}

 .servicos-textos
{
	width: 500px;
	margin: 50px 0px 0px 50px;
	
}

.box1, .box2, .box3, .box4
{
	width: 300px;
	height: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items:  center;
	flex-direction: column;

}

.conteudo-box 
{
	display: flex;
    justify-content: space-between;
    margin-left: 50px;
    margin-right: 50px;
	
}

.box1
{
	background-image: url("img/services-1.png");
}


.box2
{
	background-image: url("img/services-2.png");
}


.box3
{
	background-image: url("img/servies-3.png");
}

.box4
{
	background-image: url("img/servies-3.png");
}


.box1 span,
.box2 span,
.box3 span,
.box4 span
{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #c01e1e;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: calibri;
	font-weight: bold;
	margin-top: 10px;
	
}

.box1 p:nth-child(2),
.box2 p:nth-child(2),
.box3 p:nth-child(2),
.box4 p:nth-child(2)
{
	color: #ffffff;
	font-family: calibri;
	font-size: 23px;
	line-height: 0px;
}

.box1 p:nth-child(3),
.box2 p:nth-child(3),
.box3 p:nth-child(3),
.box4 p:nth-child(3)
{
	font-family: calibri;
	text-align: center;
	width: 250px;
	color: #8f8f8f;
	margin: 0px 0px 20px 0px;
	
}

.box1 button,
.box2 button,
.box3 button,
.box4 button

{
	width: 100px;
	height: 30px;
	background-color: #ffffff;
	border:none;
	outline: none;
	border-radius: 5px;
	margin-bottom: 10px;

}