* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   }
html {
	max-width: 100vw;
}
body {
	max-width: 100vw;
	background-color: #de9d39;
}
.content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	/* padding-top: 30px;
	padding-bottom: 30px; */
	text-align: center;
	
}

/*	TEXT 1 inicio*/
.h1-title {
	font-family: 'Childwood Rough';
}
h2 .h2-title {
	font-family: 'Childwood Normal';
}

.text-principal {
	padding-top: 30px;
	padding-bottom: 30px;
}

.p-subtitle {
	font-family: "Tw Cen MT Condensed";
	font-size: 1.3em;

}
/*	TEXT 1 FINAL*/


/*	TEXT 2 INÍCIO*/
.text-2 {
	display: flex;
	justify-content: center;
	align-content: center;
	column-gap: 3em;
	padding-top: 30px;
	padding-bottom: 30px;
}

.p-text-2{
	font-family: "Tw Cen MT Condensed";
	font-size: 1.3em;
}

.texto-p {
	font-family: "Tw Cen MT Condensed";
	font-size: 1.3em;
}
/*	TEXT 2 FINAL*/


/*	Fontes inicio*/
	
	@font-face{
		font-family: 'Childwood Normal';
			src: url("../fonts/childwood-childwood-regular-400.otf");
	}
	
	@font-face{
		font-family: 'Childwood Rough';
			src: url("../fonts/childwood-childwood-rough-400.otf");
	}
	
	@font-face{
		font-family: 'Aquire';
			src: url("../fonts/Aquire-BW0ox.otf");
	}
	
	@font-face{
		font-family: 'Tw Cen MT Condensed';
			src: url('"../fonts/TCCM.TTF"');
	}
	
/*	Fontes final*/
