/*
.video-section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 4.375rem;
  background: black;
}

.video-container {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: inherit;
  z-index: 1;
}

.overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.content-video {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  color: white;
  z-index: 3;
  text-align: left;
}

.title-video {
  font-family: 'Adelle Sans ARA Regular', sans-serif;
  font-size: 8.3rem;
  font-weight: bold;
  margin: 0;
}

.subtitle-video {
  font-family: 'Adelle Sans ARA Regular', sans-serif;
  font-size: 5.5rem;
  margin: 0.625rem 0;
}

.inicio-texto-bajo-video-container {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding-top: 0.625rem;
}

.inicio-texto-bajo-video-descripcion {
  font-family: 'Adelle Sans Cnd Thin', sans-serif;
  font-size: 2.22rem;
  color: #ffffff;
  margin-bottom: 0.625rem;
  text-align: center;
}

.inicio-texto-bajo-video-descripcion2 {
  font-family: 'Adelle Sans ARA Regular', sans-serif;
  font-size: 3.1rem;
  color: #ffffff;
  margin-bottom: 0.625rem;
  text-align: center;
}


@media (min-width: 300px) and (max-width: 400px) {
  .video-container {
    height: 50vh;
  }
  
  .title-video {
    font-size: 4rem;
  }

  .subtitle-video {
    font-size: 2.8rem;
  }
  
    .inicio-texto-bajo-video-descripcion {
    font-size: 1.7rem;
  }

  .inicio-texto-bajo-video-descripcion2 {
    font-size: 2.1rem;
  }
}

@media (min-width: 401px) and (max-width: 600px) {
  .video-container {
    height: 50vh;
  }
  
  .title-video {
    font-size: 4rem;
  }

  .subtitle-video {
    font-size: 2.8rem;
  }
  
    .inicio-texto-bajo-video-descripcion {
    font-size: 1.7rem;
  margin-left: 5%;
  margin-right: 5%;
  }

  .inicio-texto-bajo-video-descripcion2 {
    font-size: 2.1rem;
  margin-left: 5%;
  margin-right: 5%;
  }
}

@media (min-width: 601px) and (max-width: 799px) {
  .video-container {
    height: 50vh;
  }
  
  .title-video {
    font-size: 4rem;
  }

  .subtitle-video {
    font-size: 2.8rem;
  }
  
    .inicio-texto-bajo-video-descripcion {
    font-size: 1.7rem;
  margin-left: 5%;
  margin-right: 5%;
  }

  .inicio-texto-bajo-video-descripcion2 {
    font-size: 2.1rem;
  margin-left: 5%;
  margin-right: 5%;
  }
}

@media (min-width: 800px) and (max-width: 1024px) {
  .video-container {
    height: 70vh;
  }
  
  .title-video {
    font-size: 6rem;
  }

  .subtitle-video {
    font-size: 4.2rem;
  }
  
    .inicio-texto-bajo-video-descripcion {
    font-size: 2rem;
  }

  .inicio-texto-bajo-video-descripcion2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .video-container {
    height: 70vh;
  }
  
  .title-video {
    font-size: 7rem;
  }

  .subtitle-video {
    font-size: 5rem;
  }
  
    .inicio-texto-bajo-video-descripcion {
    font-size: 2.3rem;
  }

  .inicio-texto-bajo-video-descripcion2 {
    font-size: 2.8rem;
  }
}

@media (min-width: 1441px) and (max-width: 1800px) {
  .video-container {
    height: 70vh;
  }
  
  .title-video {
    font-size: 7rem;
  }

  .subtitle-video {
    font-size: 5rem;
  }
  
    .inicio-texto-bajo-video-descripcion {
    font-size: 2.3rem;
  }

  .inicio-texto-bajo-video-descripcion2 {
    font-size: 2.8rem;
  }
}

@media (min-width: 1801px) and (max-width: 2200px) {
  .video-container {
    height: 70vh;
  }
  
  .title-video {
    font-size: 7rem;
  }

  .subtitle-video {
    font-size: 5rem;
  }
  
    .inicio-texto-bajo-video-descripcion {
    font-size: 2.3rem;
  }

  .inicio-texto-bajo-video-descripcion2 {
    font-size: 2.8rem;
  }
}

@media (min-width: 2201px) and (max-width: 2560px) {

}

@media (min-width: 2561px) and (max-width: 3560px) {
}
*/

.video-section {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 4.375rem;
	background: black;
}

.video-container {
	position: relative;
	width: 100%;
	height: 75vh;
	overflow: hidden;
}

.background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: inherit;
	z-index: 1;
}

.overlay-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.content-video {
	position: absolute;
	top: 50%;
	left: 6%;
	transform: translateY(-50%);
	color: white;
	z-index: 3;
	text-align: left;
}

.title-video {
	font-family: 'Adelle Sans ARA Regular', sans-serif;
	font-size: 8.3rem;
	font-weight: bold;
	margin: 0;
}

.subtitle-video {
	font-family: 'Adelle Sans ARA Regular', sans-serif;
	font-size: 5.5rem;
	margin: 0.625rem 0;
}

.inicio-texto-bajo-video-container {
	width: 100%;
	max-width: 100%;
	text-align: center;
	padding-top: 0.625rem;
}

.inicio-texto-bajo-video-descripcion {
	font-family: 'Adelle Sans Cnd Thin', sans-serif;
	font-size: 2.22rem;
	color: #ffffff;
	margin-bottom: 0.625rem;
	text-align: center;
}

.inicio-texto-bajo-video-descripcion2 {
	font-family: 'Adelle Sans ARA Regular', sans-serif;
	font-size: 3.1rem;
	color: #ffffff;
	margin-bottom: 0.625rem;
	text-align: center;
}


@media (min-width: 300px) and (max-width: 400px) {

	.video-container {
		height: 50vh;
	}

	.title-video {
		font-size: 4rem;
	}

	.subtitle-video {
		font-size: 2.8rem;
	}

	.inicio-texto-bajo-video-descripcion {
		font-size: 1.7rem;
	}

	.inicio-texto-bajo-video-descripcion2 {
		font-size: 2.1rem;
	}

}

@media (min-width: 401px) and (max-width: 600px) {

	.video-container {
		height: 50vh;
	}

	.title-video {
		font-size: 4rem;
	}

	.subtitle-video {
		font-size: 2.8rem;
	}

	.inicio-texto-bajo-video-descripcion {
		font-size: 1.7rem;
		margin-left: 5%;
		margin-right: 5%;
	}

	.inicio-texto-bajo-video-descripcion2 {
		font-size: 2.1rem;
		margin-left: 5%;
		margin-right: 5%;
	}

}

@media (min-width: 601px) and (max-width: 799px) {

	.video-container {
		height: 50vh;
	}

	.title-video {
		font-size: 4rem;
	}

	.subtitle-video {
		font-size: 2.8rem;
	}

	.inicio-texto-bajo-video-descripcion {
		font-size: 1.7rem;
		margin-left: 5%;
		margin-right: 5%;
	}

	.inicio-texto-bajo-video-descripcion2 {
		font-size: 2.1rem;
		margin-left: 5%;
		margin-right: 5%;
	}

}

@media (min-width: 800px) and (max-width: 1024px) {

	.video-container {
		height: 70vh;
	}

	.title-video {
		font-size: 6rem;
	}

	.subtitle-video {
		font-size: 4.2rem;
	}

	.inicio-texto-bajo-video-descripcion {
		font-size: 2rem;
	}

	.inicio-texto-bajo-video-descripcion2 {
		font-size: 2.5rem;
	}

}

@media (min-width: 1025px) and (max-width: 1440px) {

	.video-container {
		height: 70vh;
	}

	.title-video {
		font-size: 7rem;
	}

	.subtitle-video {
		font-size: 5rem;
	}

	.inicio-texto-bajo-video-descripcion {
		font-size: 2.3rem;
	}

	.inicio-texto-bajo-video-descripcion2 {
		font-size: 2.8rem;
	}

}

@media (min-width: 1441px) and (max-width: 1800px) {

	.video-container {
		height: 70vh;
	}

	.title-video {
		font-size: 7rem;
	}

	.subtitle-video {
		font-size: 5rem;
	}

	.inicio-texto-bajo-video-descripcion {
		font-size: 2.3rem;
	}

	.inicio-texto-bajo-video-descripcion2 {
		font-size: 2.8rem;
	}

}

@media (min-width: 1801px) and (max-width: 2200px) {

	.video-container {
		height: 70vh;
	}

	.title-video {
		font-size: 7rem;
	}

	.subtitle-video {
		font-size: 5rem;
	}

	.inicio-texto-bajo-video-descripcion {
		font-size: 2.3rem;
	}

	.inicio-texto-bajo-video-descripcion2 {
		font-size: 2.8rem;
	}

}

@media (min-width: 2201px) and (max-width: 2560px) {}

@media (min-width: 2561px) and (max-width: 3560px) {}