body{

}
.contenedor1{
	/* The image used */
	background-image: url("../img/FONDO_1.png");

	/* Set a specific height */
	min-height: 400px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.video{
	border: 10px solid;
	border-radius: 30px;
	border-color: #b1270b;
}
.titulo h1{
	color: #fff;
}
.titulo2 h1{
	color: #4688c1;
	font-weight: bold;
}
.titulo3 h1{
	color: #337ab7;
	font-weight: bold;
}
.btn-outline-primary{
	color: #fff;
	background-color: #dd1b3d;
	border-radius: 30px;
	border:none;
	padding: 17px 0px;
	font-weight: bold;
}
.btn-outline-primary:hover, .btn-outline-primary:active{
	color: #dd1b3d !important;
	background-color: #fff !important;
	border:solid;
	border-color: #dd1b3d !important;
	border-radius: 30px;
	padding: 17px 0px;
}

.btn-outline-secondary{
	color: #fff;
	background-color: #dd1b3d;
	border-radius: 30px;
	border:none;
	padding: 17px;
	font-weight: bold;
}
.contenedor2{
	/* The image used */
	background-image: url("../img/FONDO_2.png");

	/* Set a specific height */
	min-height: 500px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contenedor4{
	/* The image used */
	background-image: url("../img/bibliabierta.jpg");

	/* Set a specific height */
	min-height: 500px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contenedor6{
	/* The image used */
	background-image: url("../img/img3.jpg");

	/* Set a specific height 
	min-height: 500px; */

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mascara{
	padding: 2rem;
	background-color: #ffffffad;
	background-size: cover;

}
.nombre{
	color: #4688c1;
	font-weight: bold;
	padding:1.2rem 0;
}