body {
	text-align: left;
	background-color: #f5f5f5;
}

.m-menu.navbar-dark .navbar-brand {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
	font-family: "Noto Sans", sans-serif;
	text-align: left;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	border-bottom: 1px solid #DDC9A3;
	padding-bottom: 10px;
	margin-top: 0;
}

h3 {
	margin-bottom: 30px;
}

h3 a {
	text-decoration: none;

	color: #444;
	font-size: 22px;
	font-weight: 400;

}

h3 a:hover {
	color: #611232;
	text-decoration: none;
}

.notas .cont-img {
	height: 250px;
	background: #f0eded;
	background: linear-gradient(138deg, rgba(240, 237, 237, 1) 0%, rgba(204, 204, 204, 1) 80%);
}

.notas .cont-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.notas .item {
	margin-bottom: 30px;
}

.notas .item .txt {
	background-color: #fff;
	padding: 10px 20px 25px;
}

.notas time {
	display: block;
	text-align: right;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}

.notas .txt p {
	font-weight: 400;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 600;
}

.boton1 {
	color: #611232;
	padding: 5px 10px;
	border: 2px solid #611232;
	border-radius: 5px;
	text-decoration: none;
	transition: all .3s ease;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
}

.boton1:hover {
	background-color: #611232;
	color: #fff;
	text-decoration: none;
}

.boton2 {
	background-color: #611232;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	transition: color .3s ease;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	border: 0;
	padding: 8px 20px;
}

.boton2:hover {
	background-color: #490923;
	color: #fff;
	text-decoration: none;
}

.cont-btn {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	background-color: #fff;
	margin-top: 30px;
}

.img-slider {
	height: 420px;
	text-align: center;
	background-color: #1b1b1b;
	padding: 20px 0;
}

.img-slider img {
	height: 100%;
	object-fit: contain;
}

.fotos {
	margin-top: 30px;
}

.fotos .swiper {
	margin-bottom: 60px;
	padding-bottom: 60px;
	margin-top: 30px;
}

.fotos .swiper-slide {
	background-color: #cccccc;
	display: flex;
}

.fotos .swiper .txt {
	padding: 0 20px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.fotos .swiper .txt h3 {
	color: #000;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.fotos .swiper .txt p {
	color: #000;
	font-size: 16px;
	font-weight: 300;
}

.fotos .swiper-button-next,
.fotos .swiper-button-prev {
	height: 30px;
	background-color: rgba(256, 256, 256, .3);
	padding: 5px 0;
	border-radius: 30px;
	width: 30px;
	color: #611232;
}

.swiper-pagination-bullet-active {
	background: #611232;
}

.side-menu {
	margin-bottom: 20px;
}

.sidebar h2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}

.side-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: column;
	background-color: #fff;
	padding: 25px;
}

.side-menu a {
	display: block;
	padding: 7px 10px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	transition: all .3s ease;
	width: 100%;
	display: flex;
	flex-flow: row;
	align-items: baseline;
}

.side-menu a:hover {
	background-color: #e9e9e9;
	text-decoration: none;
}

.side-menu a img {
	margin-right: 10px;
}

.side-menu p {
	margin-bottom: 0;
}

.calendario {
	margin-bottom: 30px;
}

.sidebar p.side-text {
	padding: 15px;
	font-style: italic;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
}

.sidebar p.side-text a {
	color: #611232;
	text-decoration: none;
}

.sidebar p.side-text a:hover {
	text-decoration: underline;
}

.input-group.fila {
	display: flex;
	flex-flow: row;
}

.buscador button {
	border: 1px solid #9d9d9d;
	border-radius: 0 6px 6px 0;
	background-color: #fff;
	z-index: 9;
	font-size: 16px;
	padding: 0 8px;
	transition: all .3s ease;
}

.buscador button:hover {
	background-color: #9d9d9d;
	color: #fff;
}

.calendario tbody tr {
	font-size: 15px;
}

.calendario tbody tr:first-child {
	color: #611232;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #DDC9A3;

}

.calendario tbody tr:first-child td {
	padding-bottom: 5px;
}

#contenedor_agenda {
	padding: 25px;
	background-color: #fff;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;

}

.calendario input[type="submit"] {
	padding: 3px 0;
	transition: all .3s ease;
	border-radius: 15px;
	border: 0;
	background-color: #fff;
}

.calendario input[type="submit"]:hover {
	background-color: #611232 !important;
	color: #fff;

}

div#contenedor_agenda select {
	margin: 10px 10px;
}

.kit .col-12 {
	padding: 25px;
	background-color: #fff;
}

.kit h3 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 20px;

}

.kit ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	margin-bottom: 10px;
}

.kit li {
	font-size: 14px;
	font-weight: 400;
}

.kit li.cat {
	width: 60%;
	margin-right: 10px;
	border-right: 1px solid #DDC9A3;
}

.kit li.fecha {
	width: 40%;
	text-align: right;

}

.kit .img_muestra {
	width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* 16:9 aspect ratio */
	overflow: hidden;
	max-width: 1280px;
	margin: auto;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.vids-gal {
	max-height: 400px;
	overflow-y: auto;
}

.multimedia {
	background-color: #1b1b1b;
	padding: 60px 0;
}

.multimedia h2 {
	color: #e4e4e4;
	margin-bottom: 60px;
	margin-top: 0;
	border-bottom-color: #474747;
}

.multimedia h3 {
	color: #e4e4e4;
	font-size: 22px;
	padding: 30px;
	text-align: center;
	margin-top: 0;
	line-height: 1.6;

}

.vids-gal .item img {
	width: 100px;
	height: auto;

}

.vids-gal .item {
	display: flex;
	flex-flow: row;
	text-decoration: none;
	padding: 15px 10px;
	transition: all .3s ease;
	align-items: start;
	border-bottom: 1px solid #636363;
}

.vids-gal .item:hover {
	background-color: #383838;
	color: #fff;
}

.vids-gal p {
	color: #e4e4e4;
	margin-left: 20px;
	font-size: 15px;

}

.zp {
	background-color: #fff;
	padding: 25px;
	margin: 0 0 30px 0;

}

.botonera-pag {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    padding: 20px 0;
    margin-bottom: 60px;
    border-top: 3px solid #DDC9A3;
}

h1 hr {
	margin-top: 10px;
}
.busqueda .results .item{
	display: flex;
    flex-flow: row;
    align-items: start;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-right: 30px;
}
.busqueda .results .item:nth-child(10){
	border-bottom: 0;
}
.busqueda .results .item img{
	max-width: 20%;
	width: 100px;
	height: auto;
}
.busqueda .results .item .txt{
	display: flex;
	flex-flow: column wrap;
	margin-left: 20px;
}
.paginador-contenedor {
    margin: 25px 0;
    text-align: center;
	padding: 20px 0;
    margin-bottom: 60px;
    border-top: 3px solid #DDC9A3;
}

.btn-paginacion {
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    color: #333;
    padding: 6px 12px;
    margin: 0 2px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s ease;
}
.num-pagina {
    background-color: transparent;
    border: 0;
    color: #242424;
    padding: 6px 12px;
    margin: 0 2px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s ease;
	font-weight: 400;
}

.num-pagina:hover{
    background-color: #cccccc;
}

.num-pagina.activa {
    color: #691c32;;
    font-weight: bold;
	font-size: 15px;
}
.num-pagina.activa:hover {
    background-color: transparent;
	cursor:default;
}
.sidebar{
	margin-bottom: 60px;
}

@media (max-width: 740px) {
	.fotos .swiper-slide {
		background-color: #cccccc;
		display: inline-block;
	}


}

@media (max-width: 992px) {
	.fotos .swiper {
		padding-bottom: 0;

	}
}

@media (min-width: 1200px) {
	.m-menu.navbar-dark .navbar-brand {
		margin-right: 0 !important;
	}
}