@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Story+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Petemoss&display=swap');





















/* icones */
.fa-envira{
	color: #336600;
}

/* index banner amor e arte */
.index-andressa-amor-e-arte{
	background-image: url( "profile-banner.jpg");
	background-position: center;
	background-size: cover;
	height: 601px;
	
}
.index-andressa-amor-e-arte-description-box{
	padding-top: 180px;
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.index-andressa-amor-e-arte-description-card{
	width: 35%;
	padding: 8px;
	background: #2A7B9B;
background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(71, 36, 5, 0.48) 0%, rgba(84, 51, 4, 0.48) 100%);
	border: 2px solid #e6ccb3;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-radius: 20px 60px;
}
.index-andressa-amor-e-arte-description-card li{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
	margin: 5px;
	background: #2A7B9B;
background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(0, 0, 0, 0.67) 0%, rgba(5, 5, 5, 0.64) 100%);
	border-radius: 20px 60px;
	padding: 8px;
}
.index-andressa-amor-e-arte-description-card a {
	color: hotpink;
	font-size: 52px;
	 font-family: "Petemoss", cursive;
  font-weight: 400;
  font-style: normal;
	
}
.index-andressa-amor-e-arte-description-card a:hover{
	text-decoration-line: none;
	text-decoration: none;
}
.index-andressa-amor-e-arte-description-card p{
	text-align: center;
	color: white;
	font-size: 19px;
	  
}

.index-andressa-amor-e-arte-description-card h1{
text-align: center;
	color: white;
}

.index-andressa-amor-e-arte-button-styleground{
	height: auto;
	background-color: #f2e6d9;
	padding: 8px;
}
.index-andressa-amor-e-arte-button-styleground-fl{
	margin-top: 5px;
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.index-andressa-amor-e-arte-button-card{
	padding: 8px;
	margin: 5px;
}
.index-andressa-amor-e-arte-button-card a{
	font-size:40px;
	font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-style: normal;
	color: black;
}
.index-andressa-amor-e-arte-button-card a:hover{
	text-decoration: none;
	text-decoration-line: none;
}
/* index banner amor e arte */



/* xxxxxxx  andressa index profile xxxxxxxx */
.andressa-index-perfil-section{
	height: auto;
	background-color: #ecd9c6;
}
.andressa-index-perfil-section-midset{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.andressa-social-media-index{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.andressa-social-media-index li{
	display: inline;
	background-color: #f2f2f2;
	padding: 8px;
	margin: 5px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	
}
.andressa-index-perfil-section-card{
	width: 45%;
	height: auto;
	background-color: white;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	padding: 15px;
		
}
.andressa-index-perfil-box{
		display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
	padding: 8px;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	background-image: url( "../designer/capa-fotografia/7754955082_293b79204e_b.jpg");
	background-position: center;
	background-size: cover;
	
}



.andressa-index-perfil-box-card-nome-autora{
	width: 65%;
	height: 190px;
	padding: 8px;
	text-align: center;
	color: white;
	background: #2A7B9B;
background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(23, 22, 22, 0.6) 0%, rgba(46, 43, 43, 0.67) 100%);
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	
}
.andressa-index-perfil-box-card-nome-autora li{
	display: inline;
	margin:1px;
	
	
}


.andressa-site-link-index{
	margin: 5px;
	color: hotpink;
	font-size: 15px;
}
.andressa-index-perfil-box-card-nome-autora a:hover{
	text-decoration-line: none;
}
.andressa-index-perfil-box-card-autora-img{
	width: 190px;
	height: 190px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color: hotpink;
	margin: 5px;
	padding: 8px;
	
	
}
.andressa-index-perfil-box-card-autora-img-figure{
	background-image: url( "../designer/capa-fotografia/perfil.jpg");
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	border: 1px solid purple;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.andressa-index-perfil-box-card-nome-autora h2{
	text-align: center;
	font-size: 17px;
	color: hotpink;
	
}
.andressa-index-perfil-box-card-nome-autora a{
	color: hotpink;
	font-size: 30px;
}
.andressa-index-perfil-box-card-nome-autora p{
	text-align: center;
	color: white;
	font-size: 19px;
}/* xxxxxxx  andressa index profile xxxxxxxx */


