@font-face {
	font-family: "Alice";
	src: url("Alice_in_Wonderland_3.ttf") format("opentype");
}

.titulos_cartas {
	text-align: center;
	font-family: 'Alice';
}


body {
	background-color: #f6f5f5;
	margin-right: 0px;
	padding: 0px;
}

ul {
	list-style:none;
    display: flex;
 
    
}

a {
	text-decoration: none;
    
    
}

section {
	width: 100%;
	height: 95vh;
	background-image: url("./img/bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/* Estilo navegador */
nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
	padding: 0px 5%;

}

nav ul {
	display: flex;
}

nav ul li a {
	margin: 30px;

	color: #505050;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Alice';

}

.logo {
	font-family: 'Alice';
	color: #4169e1;
	font-size: 70px;
     margin-left: auto;
    margin-right: auto;
 
    
    
    
}

.box1 span,
.box2 span,
.box3 span,
.box4 span,
.box5 span,
.box6 span,
.box7 span,
.box8 span
{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: calibri;
	font-weight: bold;


}

.active {
	font-weight: bold;
	color: #2d2a2a;
}

/* Estilo Textos */
.conteudo-texto p:nth-child(1) {
	font-family: 'alice';
	font-weight: bold;
	color: #4169e1;
	font-size: 50px;
   

}

.conteudo-texto p:nth-child(2) {
	font-family: calibri;
	font-weight: bold;
	letter-spacing: 1px;
	color: #b65844;
	font-size: 60px;
    
}

.conteudo-texto p:nth-child(3) {
	font-family: calibri;
	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-sobre {
	width: 80%;
	height: 350px;
	background-color: #ffffff;
	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;
	margin-bottom: 50px;
    


}

 
.conteudo-sobre img {
	height: 250px;

}

 

.texto-sobre {
	width: 550px;
	color: #000000;
    text-align: justify;
	
}

.texto-sobre p:nth-child(1) {
	color: #403e3e;
	font-family: 'Alice';
	 
	font-size: 45px;
	line-height: 0px;
	color: #5C844C;

}

.texto-sobre p:nth-child(2) {
	color: #3e3e3e;
	font-size: 16px;
	font-family: calibri;
	font-weight: bold;
	line-height: 5px;
    text-align: justify;
}

.texto-sobre p:nth-child(3),
.texto-sobre p:nth-child(4) {
	color: #000000;
	font-family: calibri;
	font-size: 16px;
	text-align: justify;
}


.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,
.box5,
.box6,
.box7,
.box8 {
	width: 300px;
	height: 398px;
	margin-bottom: 20px;
	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;
	gap: 40px;
}

.conteudo-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box1 {
	background-image: url('./img/carta00.png');

}


.box2 {
	background-image: url('./img/carta01.png');

}


.box3 {
	background-image: url('./img/carta02.png');

}

.box4 {
	background-image: url('./img/carta03.png');

}

.box5 {
	background-image:
		url('./img/carta04.png');
	width: 300px;
	height: 398px;
}


.box6 {
	background-image:
		url('./img/carta05.png');
	width: 300px;
	height: 398px;
}


.box7 {
	background-image:
		url('./img/carta06.png');
	width: 300px;
	height: 398px;
}

.box8 {
	background-image:
		url('./img/carta07.png');
	width: 300px;
	height: 398px;
}

.box3 button {
	visibility: hidden;
	width: 125px;
	height: 50px;
}

.box1 span,
.box2 span,
.box3 span,
.box4 span,
.box5 span,
.box6 span,
.box7 span,
.box8 span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: calibri;
	font-weight: bold;
	/* margin-top: 0;
	margin-bottom: 10px; */
}

.box1 p:nth-child(2),
.box2 p:nth-child(2),
.box3 p:nth-child(2),
.box4 p:nth-child(2),
.box5 p:nth-child(2),
.box6 p:nth-child(2),
.box7 p:nth-child(2),
.box8 p:nth-child(2) {
	color: #4169e1;
	font-family: 'Alice';
	font-size: 28px;
	line-height: 0px;
}

.box1 p:nth-child(3),
.box2 p:nth-child(3),
.box3 p:nth-child(3),
.box4 p:nth-child(3),
.box5 p:nth-child(3),
.box6 p:nth-child(3),
.box7 p:nth-child(3),
.box8 p:nth-child(3) {
	font-family: Calibri;
	text-align: center;
	width: 200px;
	color: #8f8f8f;
	margin: 0px 0px 20px 0px;
	color: black;

}

.botao-carta{
	width: 100px;
	height: 50px;
	border: none;
	outline: none;
	border-radius: 5px;
    margin: 0px 0px 20px 0px;
}

/* Seção fale comigo */

.contato {
	width: 100%;
	height: 200px;
	background-image: url("./img/banner.png");
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.contato p {
	color: #ffffff;
	font-size: 30px;
	font-family: calibri;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}


/* Seção footer */

footer {
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-top: 350px;
     
}

footer p {
	font-family: calibri;
    margin-bottom: 50px;
}

footer p:nth-child(1) {
	font-weight: bold;
	color: #191919;
	line-height: 10px;
	font-size: 15px;
}

footer p:nth-child(2) {
	font-size: 16px;
	color: #7e7d7d;
	width: 500px;
	text-align: center;
}

/*-----------------RESPONSIVIDADE------------------------------*/

@media (max-width: 680px) and (min-width: 300px){
  

.titulos_cartas {
	text-align: center;
	font-family: 'Alice';
}


body {
	background-color: #f6f5f5;
	margin-right: 0px;
	padding: 0px;
}

ul {
	list-style:none;
    display: flex;
 
    
}

a {
	text-decoration: none;
    
    
}

section {
	width: 100%;
	height: 35vh;
	background-image: url("./img/bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/* Estilo navegador */
nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
	padding: 0px 5%;

}

nav ul {
	display: flex;
}

nav ul li a {
	margin: 30px;

	color: #505050;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Alice';

}

.logo {
	font-family: 'Alice';
	color: #4169e1;
	font-size: 70px;
     margin-left: auto;
    margin-right: auto;
 
    
    
    
}

.box1 span,
.box2 span,
.box3 span,
.box4 span,
.box5 span,
.box6 span,
.box7 span,
.box8 span
{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: calibri;
	font-weight: bold;


}

.active {
	font-weight: bold;
	color: #2d2a2a;
}

/* Estilo Textos */
.conteudo-texto p:nth-child(1) {
	font-family: 'alice';
	font-weight: bold;
	color: #4169e1;
	font-size: 50px;
   

}

.conteudo-texto p:nth-child(2) {
	font-family: calibri;
	font-weight: bold;
	letter-spacing: 1px;
	color: #b65844;
	font-size: 55px;
    
}

.conteudo-texto p:nth-child(3) {
	font-family: calibri;
	color: #403e3e;
	font-size: 30px;
	line-height: 30px;
    margin: 0px 202px 0px 5px;   
   

}

.conteudo-texto {
	line-height: 0px;
	margin: 45px 0px 25px;
 
}

.conteudo-texto {
	position: absolute;
	left: 13%;
	top: 42%;
	transform: translate(-13%, -42%);
    
}


 


.conteudo-sobre {
	width: 80%;
	height: 350px;
	background-color: #ffffff;
	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;
	margin-bottom: 50px;
    


}

 
.conteudo-sobre img {
	height: 250px;

}

 

.texto-sobre {
	width: 550px;
	color: #000000;
    text-align: justify;
	
}

.texto-sobre p:nth-child(1) {
	color: #403e3e;
	font-family: 'Alice';
	 
	font-size: 45px;
	line-height: 0px;
	color: #5C844C;

}

.texto-sobre p:nth-child(2) {
	color: #3e3e3e;
	font-size: 16px;
	font-family: calibri;
	font-weight: bold;
	line-height: 5px;
    text-align: justify;
}

.texto-sobre p:nth-child(3),
.texto-sobre p:nth-child(4) {
	color: #000000;
	font-family: calibri;
	font-size: 16px;
	text-align: justify;
}


.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,
.box5,
.box6,
.box7,
.box8 {
	width: 450px;
	height: 597px;
	margin-bottom: 20px;
	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;
	gap: 40px;
}

.conteudo-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box1 {
	background-image: url('./img/carta00.png');

}


.box2 {
	background-image: url('./img/carta01.png');

}


.box3 {
	background-image: url('./img/carta02.png');

}

.box4 {
	background-image: url('./img/carta03.png');

}

.box5 {
	background-image:
		url('./img/carta04.png');
	 
}


.box6 {
	background-image:
		url('./img/carta05.png');
	 
}


.box7 {
	background-image:
		url('./img/carta06.png');
 
}

.box8 {
	background-image:
		url('./img/carta07.png');
 
}

.box3 button {
	visibility: hidden;
	width: 125px;
	height: 50px;
}

.box1 span,
.box2 span,
.box3 span,
.box4 span,
.box5 span,
.box6 span,
.box7 span,
.box8 span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: calibri;
	font-weight: bold;
	/* margin-top: 0;
	margin-bottom: 10px; */
}

.box1 p:nth-child(2),
.box2 p:nth-child(2),
.box3 p:nth-child(2),
.box4 p:nth-child(2),
.box5 p:nth-child(2),
.box6 p:nth-child(2),
.box7 p:nth-child(2),
.box8 p:nth-child(2) {
	color: #4169e1;
	font-family: 'Alice';
	font-size: 28px;
	line-height: 0px;
}

.box1 p:nth-child(3),
.box2 p:nth-child(3),
.box3 p:nth-child(3),
.box4 p:nth-child(3),
.box5 p:nth-child(3),
.box6 p:nth-child(3),
.box7 p:nth-child(3),
.box8 p:nth-child(3) {
	font-family: Calibri;
	text-align: center;
	width: 200px;
	color: #8f8f8f;
	margin: 0px 0px 20px 0px;
	color: black;

}

.botao-carta{
	width: 100px;
	height: 50px;
	border: none;
	outline: none;
	border-radius: 5px;
    margin: 0px 0px 20px 0px;
}

/* Seção fale comigo */

.contato {
	width: 100%;
	height: 200px;
	background-image: url("./img/banner.png");
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.contato p {
	color: #ffffff;
	font-size: 30px;
	font-family: calibri;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}


/* Seção footer */

footer {
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-top: 350px;
     
}

footer p {
	font-family: calibri;
    margin-bottom: 50px;
}

footer p:nth-child(1) {
	font-weight: bold;
	color: #191919;
	line-height: 10px;
	font-size: 15px;
}

footer p:nth-child(2) {
	font-size: 16px;
	color: #7e7d7d;
	width: 500px;
	text-align: center;
}
    
    
    
}