.container {
    margin-right: auto;
    margin-left: auto;
}
.text-center
{text-align:center}
@media screen and (min-width: 1200px) 
{
	.container{width: 1170px;}
	.col-lg-2 {width: 16.666666%; float: left;}
	.col-lg-3 {width: 25%; float: left;}
	.col-lg-4 {width: 33.333333%; float: left;}
	.col-lg-6 {width: 50%; float: left;}
	.col-lg-8 {width: 66.666666%; float: left;}
	.col-lg-12 {width: 100%; float: left;}
}
@media screen and (min-width: 992px) and (max-width: 1199px)
{
	.container{width: 940px;}
	.col-md-12 {width: 100%; float: left;}
	.col-lg-8 {width: 66.666666%; float: left;}
	.col-md-6 {width: 50%; float: left;}
	.col-md-4 {width: 33.333333%; float: left;}
	.col-md-2 {width: 16.666666%; float: left;}
	.col-md-3 {width: 25%; float: left;}
}
@media screen and (min-width: 768px) and (max-width: 991px)
{
	.container{width: 728px;}
	.col-sm-12 {width: 100%; float: left;}
	.col-sm-8 {width: 66.666666%; float: left;}
	.col-sm-6 {width: 50%; float: left;}
	.col-sm-4 {width: 33.333333%; float: left;}
	.col-sm-2 {width: 16.666666%; float: left;}
}
@media screen and (max-width: 767px)
{
	.col-sx-12 {width: 100%; float: left;}
	.col-sx-6 {width: 50%; float: left;}
	.col-sx-4 {width: 33.333333%; float: left;}
	.col-sx-2 {width: 16.666666%; float: left;}
	.textCenter-sx{text-align:center !important;}
	.invisible-sx{display:none !important}
}
.nuevo-menu
{
	text-align: center;
}
.nuevo-menu ul
{
	list-style: none;
	margin: 0;
}
.nuevo-menu li
{
	list-style: none; 
	float: left; 
	/*margin-left: 50px; */
}
.nuevo-menu a
{
	color:#3b3e37;
	font-size: 22px;
    margin-right: 30px;
}
.nuevo-menu a:hover
{
	color: #d41027;
}

.slider
{
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.slider ul {
	display: flex;
	padding: 0;
	width:400%;
	animation: cambio 20s infinite alternate;
	margin-bottom: 0;
	margin-top: 0;
}
.slider li {
	width: 100%;
	list-style: none;
}
@keyframes cambio
{
	0% { margin-left: 0;}
	20% { margin-left: 0;}
	
	25% { margin-left: -100%;}
	45% { margin-left: -100%;}
	
	50% { margin-left: -200%;}
	70% { margin-left: -200%;}
	
	75% { margin-left: -300%;}
	100% { margin-left: -300%;}
}
.img-secone img
{
	width: 100%;
}
.sec-dos
{
	background-color: #3b3e37;
    padding: 25px 0; 
	margin-top: -7px;
}
.sec-dos p
{
	text-align: left !important;
	padding: 0 15px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}
.sec-tres
{
	background-color: #d2d2d2d2;
    padding: 50px 0; 
}
.sec-tres img
{
	width: 100%;
	border-radius: 15px 0 0 0;
}
.titulo-colecciones
{
	padding: 35px 0 15px 0;
}
.coleccion a:hover 
{
	font-size: 15px
}
.coleccion1
{
	background-image: url('/themes/bigpicture/img/esculturas/Legado.jpg');
	background-size: cover;
	color: #fff;
	min-height: 250px;
	border-radius: 25px 0 0 0;
}
.coleccion1 a
{
	color: #fff
}
.coleccion1 a:hover
{
	font-size: 15px
}
.coleccion2
{
	background-image: url('/themes/bigpicture/img/esculturas/Archivo2.jpg');
	background-size: cover;
	color: #fff;
	min-height: 250px;
	border-radius: 25px 0 0 0;
}
.coleccion2 a
{
	color: #fff
}
.coleccion2 a:hover
{
	font-size: 15px
}
.coleccion3
{
	background-image: url('/themes/bigpicture/img/esculturas/Biblioteca2.jpg');
	background-size: cover;
	color: #fff;
	min-height: 250px;
	border-radius: 25px 0 0 0;
}
.coleccion3 a
{
	color: #fff
}
.coleccion3 a:hover
{
	font-size: 15px
}
.secciones
{
	padding: 0 10px;
}
.footer-area1
{
	color: #fff;
	padding-top: 10px;
}
.footer-area2
{
	color: white; 
	padding-top: 10px; 
	text-align: right;
}
#site-title img {
    max-height: 120px !important; 
}
header {
    height: 150px;
}
.admin-bar.items.show.gallery .flex {
    padding-top: calc(41px + 151px) !important;
}
.search-toggle:before, .menu-toggle:before
{
	color: black;
}
.next a
{
	color: #d71f35;
}
.previous a
{
	color: #d71f35;
}
h3 a
{
	color: #d71f35;
}
.secondary-nav a
{
	color: #000;
}
#sort-links-list a 
{
	color: #000;
}
.element-text p > a
{
	color: #d71f35;
}
#item-tags a
{
	color: #d71f35;
}
.records .item-meta {
    text-transform: none !important;
}

/* --- Seccion tree collection --- */
.fondo-tree
{
	width: 100%;
    height: 200px;
}
#header-tree {
	margin:auto;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}

ul, ol {
	list-style:none;
}

.nav-tree {
	width: 100%;/*Le establecemos un ancho*/
	margin:0 auto; /*Centramos automaticamente*/
    padding: 0;
}

.nav-tree > li {
	/*float:left;*/
}

.nav-tree li a {
	background-color:#0000009e;
	color:#fff;
	text-decoration:none;
	padding:5px 12px;
	display:block;
    font-size: 17px;
}

.nav-tree li a:hover {
	background-color:#434343;
}

.nav-tree li ul {
	display:none;
	position:absolute;
	min-width:140px;
	margin-top: 0;
}

.nav-tree li:hover > ul {
	display:block;
}

.nav-tree li ul li {
	position:relative;
}

.nav-tree li ul li ul {
	right:-140px;
	top:0px;
}