@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap');


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* 
.rouge-script-regular {
  font-family: "Rouge Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.dancing-script-<uniquifier> {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/

.bloco_b{
	background:#231514;
	max-width: 1920px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	color: #DABC78;
}

.foto{
	max-width: 350px;
	padding-top: 30px;
}

.titulo{
	font-size: 35px;
	color: #DABC78;
	font-family: "Playfair Display", serif;
}

.nome{
	color: #DABC78;
	font-family: "Dancing Script", cursive;
}

.subtitulo{
	color: #DABC78;
}

@media(min-width:600px){
	.titulo{
		font-size: 60px;
		padding-top: 80px;
		text-align: left;} 
	.nome{
		text-align: left;}
	.subtitulo{
		text-align: left;}
	.foto{
		max-width: 500px;}
	.intro{
		text-align: left;
		padding-right: 30px;}
}

.botaoquero{
	text-align: center;
	padding-bottom: 10px;
	padding-top:10px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 30px;
	border-radius: 20px;
	background: #DABC78;;
	}

@media(min-width:1024px){
	.botaoquero{
		max-width: 500px;
		margin: auto;
		margin-bottom: 30px;
}
}

.quero{
	color:#000000;
	text-decoration: none;
}

.bio{
	background: #DABC78;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}

@media(min-width:600px){
	.bio{
		font-size: 20px;
	}
}

.pergunta{
	background:#231514;
	text-align: center;
	color: #DABC78;
	padding: 30px;
}

@media(min-width:600px){
	.pergunta{
		font-size: 20px;
	}
}


.video{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	background: #DABC78;
}

@media screen and (max-width: 500px) {
 .videoapres iframe{
		width: 380px;
		height: 250px;
	}
}
@media screen and (min-width: 501px) {
 .videoapres iframe{
		width: 580px;
		height: 350px;
	}
}


@media screen and (min-width: 800px) {
 .videoapres iframe{
		width: 680px;
		height: 450px;
	}
}


@media screen and (min-width: 950px) {
 .videoapres iframe{
		width: 947px;
		height: 558px;
	}
}

.testemunho{
	background: #231514;
	color: #DABC78;
	text-align: justify;}


.test{
	font-size: 14px;
	border: solid 2px #DABC78;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 20px;}


.invest{
	background: #DABC78;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

.final{
	background:#231514;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer .rodape{
	justify-content: center;
	padding-bottom: 10px;
	padding-top: 10px;
	background: #231514;
	color:#DABC78; }


.redes{
	width: 100%;
	text-align: center;
	font-size: 30px;
}

.redes a{
	color: #DABC78;
	text-decoration: none;	
}

@media(min-width:768px){
	.redes{
		width:auto;}
		
	footer .rodape{
		justify-content: space-between;
		padding-left: 20px;
		padding-right: 20px;
	}
	}

.copy{
	text-align: center;
}


   