@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
	margin: 0px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	/*color: gray;*/
}

.profileHeader h1, .profileHeader h2, .profileHeader h3, .profileHeader h4, .profileHeader h5
.formDivider h1, .formDivider h2, .formDivider h3, .formDivider h4, .formDivider h5
 {
  line-height: 1.5;
  font-weight: 400;
  /*font-family: "Poppins", Arial, sans-serif!important;*/
  font-family: 'Raleway', sans-serif!important;
  /*color: #000;*/ 
}

.profileHeader h1, .profileHeader h2, .profileHeader h3, .profileHeader h4, .profileHeader h5 {
	transform: scale(1,1.05);
}

.pageContent {
  /*width: 100%;
  min-height: 100vh;*/
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transition: 0s padding ease-out;

}

.pageContent, .profileHeader {
	padding: 0px 40px;
	/*overflow: hidden;*/
}

.pageContent.centered {
	display: table;
	margin: 0 auto!important;
	/*width: fit-content;
	min-width: 900px;*/
	
	/*width: 1985px;*/
	width: fit-content;
	max-width: 100%;
}

.profileHeader {
	height: 200px;
	width: 100%;
	display: table;
	border-bottom: 1px dashed rgba(41,41,41,0.1);
	
	margin-bottom: 20px;
	overflow: hidden;
	/*position: relative;*/
	
}

.profileHeader .profileHeaderText {
	/*text-align: center;
	font-weight: 100;*/
	font-size: 50px;
}

.profileHeader .profileHeaderText h2,
.profileHeader .profileHeaderText h1,
.profileHeader .profileHeaderText h3 {
	font-size: inherit!important;
	font-weight: inherit!important;
}

.profileHeader .headerSpacer {
	margin: 0 auto;
}

.profileHeaderMin {
	height: 120px!important;
}

.headerButtons {
	line-height: 1.2;
}

.headerButton {
	/*color: gray;*/
	font-size: 20px;
}

.profileHeader:not(.headerCurso) {
	background-color: white;
}

.profileHeader.headerCurso {
	/*background: rgb(254,163,170);
	background: linear-gradient(90deg, rgba(254,163,170,1) 17%, rgba(255,192,149,1) 100%);*/
	
	/*background: rgb(255,151,151);
background: linear-gradient(90deg, rgba(255,151,151,1) 0%, rgba(255,192,149,1) 100%);*/

	background-image: url("../img/parallaxBGHeaderInvert.png");
	background-repeat: repeat;
	background-size: 50px 50px;

}

.headerDecal {
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0px;
	transform: rotate(30deg);
}

.profileHeader.headerCurso,
.orangeDecal {
	/*background-color: rgb(190, 133, 231);*/
	/*background-color: #fccfba;*/
	/*background-color: #e49c7b;*/
	background: rgb(205,0,242);
background: linear-gradient(90deg, rgba(205,0,242,1) 0%, rgba(84,0,172,1) 78%);
	box-shadow: inset 0 -15px 15px -15px rgba(41,41,41,0.3);
}

.profileHeader:not(.headerCurso) .orangeDecal {
	background: white!important;
}

.profileHeader:not(.headerCurso) .redDecal {
	background-color: #ff6961!important;
}

.orangeDecal {
	/*background-color: #ffc095;*/
	/*background: #9a00f2!important;*/
	background: #5400ac!important;
	right: -220px;
	z-index: 9;
}

.redDecal {
	/*background-color: #ff6961;*/
	/*background-color: rgb(255, 170, 220);*/
	/*background-color: #d9503c;*/
	/*background-color: #0500ac!important;*/
	background: #ad00f2!important;
	right: -170px;
	z-index: 8;
}

.profileHeader.headerCurso {
	color: white;
}

.headerCursoButtons .headerCursoButtonsList {
	line-height: 1.25;
	margin-bottom: 0px!important;
}

.headerCursoButtons .headerCursoButtonsList li {
	display: inline-block;
	width: auto!important;
	font-size: 30px;
}

.headerCursoButtons .headerCursoButtonsList li > a {
	margin-right: 5px;
	padding: 5px 10px;
	border-bottom: 2px solid transparent;
}

.headerCursoButtons .headerCursoButtonsList li > a:hover {
	border-bottom: 2px solid white;
}

.headerCursoButtons .headerCursoButtonsList li:last-child > a{
	margin-right: 0px!important;
}

.profileHeader.headerCurso .headerCursoButtons .headerCursoButtonsList li a {
	color: white;
}

.profileHeader.headerCurso .headerCursoButtons .headerCursoButtonsList li a:hover {
	
}

.headerButton, .videoCursoStats span {
	margin-right: 10px;
}

.headerButton i, .headerButton svg, .temaTitle i, .temaTitle svg,
.temaButton i, .temaButton svg, .temaButton,
.temaContenidos i, .temaContenidos svg,
.videoCursoStats i, .videoCursoStats svg,
.marginRightFA i, .marginRightFA svg {
	margin-right: 8px;
}

.marginLeftFA i, .marginLeftFA svg {
	margin-left: 8px;
}

.marginRightFALarge i, .marginRightFALarge svg {
	margin-right: 12px;
}

.headerButton span {
	/*width: 30px;*/
	display: inline-block;
}

.headerButton:hover {
	cursor: pointer;
}

.spacer {
	display: block;
	position: relative;
	float: none;
}

.headerSpacer {
	width: 100px;
	
	border-bottom: 5px solid #6c757d;
	border-radius: 2.5px;
	
	margin-bottom: 20px;
}

.profileHeader.headerCurso .headerSpacer {
	border-bottom: 5px solid white;
}

.formSpacer {
	width: 35px;
	
	border-bottom: 3px solid #6c757d;
	border-radius: 1.5px;
	
	margin-bottom: 20px;
}

.profileHeader .profileHeaderText {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.profileHeader .profileHeaderText > h2 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto!important;
	max-width: 80%;
}

.profileHeaderText h2, .formDivider h2 {
	margin: 0px!important;
}

/* FORM DIVIDER */

.formDivider h2 {
	font-size: 21px;
}

/* FORM DIVIDER END */