body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16pt;
}

.topo {
	position: relative;
	width: 940px;
}
 

.topo img {
	width: 300px;
	padding: 10px;
	margin-top: 10px;
}

.fale a {
	color: #ffffff;
	text-decoration: none;
}

.fale {
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	background: #33cc99;
	width:25%;
	padding: 10px 0;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	top: 25px;
	right: 50px;
	position: absolute;
}

.rosa {
	background-image: url("/img/topo.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*padding: 14em 0;*/
    text-align: center;
    position: relative;	
}

.seta:after {
	content: "\25E5";
	color: #ffffff;
	transform: rotate(135deg);
    font-size: 2em;
    margin-left: .6em;
    line-height: .18em;
    position: absolute;
	margin-top: -6px;
	z-index: 1;

}


.rosa_corpo{
	background: #ed1e79;
}

.box_rosa h1{
	font-size: 37pt;
	font-weight: 400;
	color: white;
	padding: 75px 0 10px 80px;
	text-align: left;

}

.box_rosa p {
	font-size: 20pt;
	font-weight: 300;
	color: white;
	padding: 5px 0 70px 85px;
	text-align: left;

	}

.box_rosa img {
	z-index: 1;
}


.podcast {
	height: 8.7em;
	position: relative;
	margin-bottom: 20px;
}


.podcast img {
	width: 180px;
	border-radius: 10px;
	margin-left: 85px;
	float: left;
}


.podcast p {
	position: relative;
	line-height: 1.5em;
	padding-left: 290px;
	top: 20%;               
}   


.titulo_podcast {
	margin: 50px 0 30px 0px;
	padding-left: 170px;
	color: #ed1e79;
	font-weight: 700;
	font-size: 25px;
}


.titulo_podcast c {
	color: #EDAD00;
}




.titulo h2{
	color: #ed1e79;
	font-weight: 700;
	font-size: 25px;
	padding: 20px 0 20px 65px;
}

.titulo p {
	line-height: 1.4em;
	padding-left: 50px ;
	margin-bottom: 20px;
	padding: 0px 0 20px 85px;
	
}

.titulo b {
	font-weight: 500;
}

.titulo img {
	padding-left: 60px;
	margin-bottom: 5px;
}

.video_container {
	width: 940px;
	text-align: center;
}

.video{
	box-shadow: 0 0 1em #a3a3a3;
	border: 20px solid #ffffff;
	margin-top: 20px;
}

.legenda_video {
	text-align: center;
	padding: 15px;
	margin-bottom: 30px;
}

.atuacao {
	width: 800px;
	box-sizing: border-box;
	box-shadow: 0 0 1em #eceef8;
	border: 2px solid #eceef8;
	margin-bottom: 20px;
}

.atuacao h2{
	font-size: 16pt;
	color: #ed1e79;
	padding: 20px;
}

.atuacao h3{
	font-size: 14pt;
	font-weight: 500;
	color: #ed1e79;
	margin: 1em 0 0.5em 2em;
}

.atuacao p {
	font-weight: 300;
	font-size: 14pt;
	line-height: 1.4;
	color: #666666;
	margin-left: 2.0em;
	padding-right: 20px;
}

.titulo a, .atuacao a, .podcast a {
	font-size: 12px;
	text-decoration: none;
	color: #ed1e79;
	font-weight: bold;
}

.square {
	color: #ed1e79;
	font-size: 40px;
	text-align: right;
	margin-right: 4px;
}


.rosa .box_rosa {
	width: 940px;
}



.box_rosa_corpo {
	width: 940px;
	padding: 30px;
}


.box_rosa_corpo h2{
	color: white;
	font-weight: 700;
	font-size: 25px;
	padding-left: 50px;
	margin-bottom: 15px;
}

.box_rosa_corpo p{
	color: white;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.4em;
	padding-left: 70px;
	padding-right: 10px;
}

.titulo_depoimento h2 {
	font-size: 16pt;
	color: #ed1e79;
	padding: 10px;
}

.depoimento {
	text-align: center;
	line-height: 1.4em;
	font-size: 25px;
	width: 600px;
	font-weight: bold;
}

.persona {
	font-size: 18px;
	font-weight: 300;
	text-align: center;	
}

.clientes {
	width: 940px;
	text-align: center;
	margin-top: 50px;

}

.clientes img {
	width: 150px;
	margin: 20px;
}

.grid .clientes{
	display: flex;
	gap: 1.5em;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
  }

 .texto_final {
	 text-align: center;
	 padding: 30px;
	 font-weight: 400;
  }



footer {
	background: #cccccc;
}

.contatos {
	color: #666666;
	text-align: center;
	width: 940px;
}

.contatos h2 {
	font-size: 20px;
	font-weight: 700;
	color: #999999;
	padding: 30px 0 10px 0px;
}

.contatos h3 {
	font-size: 20px;
	font-weight: 700;
	color: #999999;
	padding: 30px 0 10px 0px;
}

.contatos p{
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4em;
}


.contatos a{
	text-decoration: none;
	color: #666666;
}


#icons{
	margin: 5px;
	}


  

@media (min-width: 940px){
	.box_rosa, .box_rosa_corpo, .atuacao, .video_container, .contatos, .depoimento, .topo, .fale, .seta, .formulario, .titulo, .clientes, .podcast, .titulo_podcast {
    margin-left: auto;
    margin-right: auto;
	max-width: 940px;
}
	
	.portfolio .grid {
	 grid-template-columns: repeat(4, 240px);
	 height: calc(100vh - 8em - 48px);
	}

}


@media (max-width: 480px) {
	.body, .box_rosa, .box_rosa_corpo, .atuacao, .video_container, .contatos, .depoimento, .topo, .fale, .seta, .formulario, .titulo, .clientes, .video, .box_rosa_corpo h1, .box_rosa_corpo p, .podcast, .titulo_podcast, .titulo_podcast p, .podcast p {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
		}

		.topo {
			width: 480px;
			position: relative;

		}

 

		.topo img {
			width: 40%;
			padding: 10px;
			margin-top: 10px;
		}

	
		.fale {
			font-size: 0.6em;
			width:33%;
			top: 15px;
			/*right: 5px;*/
			font-weight: 300;
			padding: 7px 0;
			border: none;
			cursor: pointer;
			position: absolute;
		}
	
		.box_rosa h1{
			font-size: 30pt;
			line-height: 1.2em;
			padding: 75px 0 10px 50px;
		}

	
		.box_rosa p {
			font-size: 15pt;
			line-height: 1.5em;
			padding: 5px 0 50px 55px;
		}

	
		.box_rosa h1 .box_rosa{
			width: 380px;
			font-size: 35pt;
			font-weight: 300;
			line-height: 1.2em;
			padding: 30px 0 10px 0px;
		}

		.box_rosa p .box_rosa {
			width: 380px;
			font-size: 15pt;
			font-weight: 300;
			line-height: 1.5em;
			padding: 5px 0 30px 0px;
		}

	
		.podcast {
			height: 8.7em;
			position: inherit;
			margin-bottom: 180px;
		}


		.podcast img {
			width: 180px;
			border-radius: 10px;
			margin: 0 0 10px 25px;
			float:none;
		}


		.podcast p {
			position: inherit;
			font-size: 20px;
			line-height: 1.4em;
			padding: 10px 15px 20px 25px;
			top: 20%;
			text-align: left;
		}   


		.titulo_podcast {
			margin: 30px 0 30px 10px;
			padding-left: 30px;
			color: #ed1e79;
			font-size: 22px;
		}



	
		.titulo h2{
			font-size: 22px;
			padding: 20px 0 20px 10px;
		}

		.titulo p {
			font-size: 20px;
			line-height: 1.4em;
			padding-left: 50px ;
			margin-bottom: 15px;
			padding: 0px 15px 20px 25px;
		}
	


		.titulo img {
			padding-left: 60px;
			margin-bottom: 5px;
		}


		.video_container {
			width: auto;
		}

		.video{
			box-shadow: 0 0 0.3em #a3a3a3;
			width: 360px;
			height: 200px;
			border: 12px solid #ffffff;
			margin-top: 20px;
		}

		.legenda_video {
			font-size: 16px;
		}

	
		.atuacao {
			max-width: 360px;
		}

	
		.square {
			font-size: 20px;
}

	
	
		.depoimento {
			max-width: 380px;
			line-height: 1.4em;
			font-size: 22px;
			font-weight: 700;
		}
	
	
		.persona {
			font-size: 16px;
		}
	
	
		.box_rosa_corpo {
			width: 380px;
			padding: 30px 0 30px 0;
			margin: 0;
		}


		.box_rosa_corpo h2 .box_rosa_corpo {
			width: 380px;
			padding-left: 20px;
			margin: 0;
		}

		.box_rosa_corpo h2 {
			font-size: 22px;
		}

	
		.box_rosa_corpo p .box_rosa_corpo {
			font-size: 20px;
			width: 380px;
			padding: 0px 30px 10px 37px;
			margin: 0;
		}

	
		.box_rosa_corpo p {
			font-size: 20px;
		}

			
		.clientes img {
			width: 150px;
			margin: 20px;
		}
	
		.grid .clientes{
			display: flex;
			gap: 1.5em;
			align-items: center;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: center;
		  }

	
		 .texto_final {
			 font-size: 20px;
			 line-height: 1.4em;
			 padding: 50px;
		 }

	
		.rosa .box_rosa {
			width: 380px;
			margin: 0;
		}

	
		.contatos {
			width: 300px;
		}

	
		.contatos h2 {
			font-size: 18px;
		}
	
		.contatos h3 {
			font-size: 18px;
		}

		.contatos p{
			font-size: 16px;
		}
	}	