
* {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth; 
}

body {
/*	font-family: 'Vesper Libre', serif;*/
	color: rgb(222, 140, 178);
}


.strapline-container {
	width: 92%;
	height: 95%;
	margin: auto auto;
	text-align: center;
	background-size: cover;
	background-position: center;
}

.main-strapline {
	font-size: 70px;
	text-transform: uppercase;
}


.section-title {
	text-align: center;
/*	font-family: 'Poppins', sans-serif;*/
	text-transform: uppercase;
	font-size: 240%;
/*	margin-bottom: 25px;*/

}

.container {
  position: relative;
/*  font-family: Arial;*/
}

.text-block {
  position: absolute;
  bottom: 10px;
  right: 10px;
/*  background-color: black;*/
  color: white;

  padding-right: 10px;

}

/*ENTRENAMIENTO*/

h4 h3{
	font-size: 150%;
	color: rgb(207, 19, 107);
}

/*MIEMBROS*/
.contact-section {
	width: 100vw;
	height: 25vh;
	text-align: center;
}
.contact-title {
	margin: 25px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 150%;
}


.contact-container {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}

.mem-div {
	width: 30%;
	text-align: center;
}








