.background {
    width: 100%;
    height: auto;
  	background-image: 
			radial-gradient(circle at 5% 5%, rgb(86, 7, 165) 15%, transparent 90%),
			radial-gradient(circle at 95% 30%, rgb(121, 34, 31) 55%, transparent 90%),
			radial-gradient(circle at 50% 100%, rgb(241, 149, 28) 30%, transparent 50%);

			/* other bottom tone: rgb(50, 0, 88)*/
}

.layout-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 4em;
    margin: 4px;
	  color: white;

    font-family: Lucida Sans;
}

.video-css {
  aspect-ratio: 16 / 9;
  width: 100% !important;
}

/*
.title {
	font-size: 80px;
	position: absolute;
	z-index: 1;
	display: flex;
	align-self: flex-start;
	justify-self: center;
	margin-top: 40px;
} */

.section-FirstView,
.section-Text1,
.section-Text2,
.section-CTA {
    border: none;
    align-items: center;
    justify-content: center;
    display: flex;
    width: auto;
    height: auto;
    margin: 0px 20px;
}

.section-Instructor,
.section-Instructor2,
.section-Recommendations,
.section-Benefits {
	border: none;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 300px;
  margin: 0px 20px;

	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); 
  	grid-auto-rows: repeat(auto-fit, minmax(180px, 1fr));

  
}
/* ARREGLOS ELEMENTALES */


/*VIDEO BACKGROUND*/
.section-FirstView {
	overflow: hidden;
	width: auto;
	position: relative;
	object-fit: contain;
	display: block;
}
.FirstView-video {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	object-fit: cover;
}

.section-FirstView p {
	z-index: 1;
	font-size: 80px;
	font-weight: 900;
	position: relative;
	margin-top: -80px;
}


.section-Instructor {
  grid-template-columns: 2;
  height: auto;
  align-items: center;
}
.instructor-info {
  display: flex;
  flex-direction: row;
}
.instructor-profile {
  padding-right: 20px;
  justify-items: center;
}
.instructor-info-photo {
  height: 270px;
  padding: 30px 0px 30px 0px;
}
.instructor-grid {
  padding: 24px 16px 24px 0px;
  display: grid;
  grid-template-columns: 1;
  grid-auto-rows: auto;
  gap: 3px;
  text-align: justify;
}
.instructor-heading {
  font-size: 36px;
  font-weight: bolder;
}
.instructor-subheading {
  font-style: italic;
}
.instructor-textbox {
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.instructor-text {
  padding: 4px 0px;
}

/*INSTRUCTOR 2 fix*/
.Instructor-video-container {
  width: 100%;
  max-width: 100%;
  text-align: center;
  align-content: center;
  font-size: 36px;
  font-weight: bolder;
}
.instructor-video-text {
  margin: 10px;
  padding-bottom: 3px;
}

/*TEXT SECTIONS*/
.section-Text1,
.section-Text2 {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 70px;
  text-align: justify;
}




/*BENEFITS SECTION*/
.section-Benefits {
  border: none;
  padding-bottom: 5em;
  padding-top: 1em;
  
}
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  justify-items: center;
  align-items: center;
}
.benefits-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center, space-between;
  text-align: justify;
  border: none;
  height: 400px;
}
.benefits-icon {
  height: 74px;
  padding-bottom: 10px;
  padding-top: 30px;
  display: flex;
}
.benefits-textbox {
  padding: 16px;
  height: 100%;
}
.benefits-heading-box {
  border: none;
  width: 100%;
  height: 40px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
.benefits-heading {
  text-align: center;
  font-style: italic;
  font-size: 20px;
}
.benefits-text {
  display: flex;
  font-size: 15px;
}


/*SECCIÓN VIDEOS*/
.section-Videos {
  height: auto-fit;
}
.Videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); 
  grid-auto-rows: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1em;
  justify-items: center;
  align-items: center;
}
.best-videos-box {
  font-size: 15px;
  width: 100%;
  height: 100%;
}
.best-videos-textbox-heading {
  font-size: 20px;
  margin-bottom: 3px;
}


/*CTA*/
.section-CTA {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: baseline;
  gap: 4em;
  padding: 40px 0px 40px 0px;
}
.CTA-text {
  text-align: justify;
  padding: 0px 60px 0px 60px;
  font-size: 24px;
}
.CTA-link {
  font-weight: bolder;
  font-size: 20px;
  text-align: left;
  align-self: center;
}


/*BOTTOM SECTION*/

.section-Bottom {
  border: none;
  align-items: center;
  justify-content: center;
  display: flex;
  width: auto;
  background-color: rgb(48, 26, 31);
  height: 60px;
  bottom: 0;
  right: 0;
  left: 0;
}