/*Header*/
thead {
  border-bottom: none; }

header {
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #373737;
  position: fixed;
  z-index: 10001; }

nav {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 130px;
  /*line-height: 60px;*/
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }
nav ul a span{
  color: #fff;
}
nav ul li span{
  color: #fff;
}
nav ul a:hover > span{
  color: #AE1141;
}
nav .brand-logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

nav .brand-logo img {
  max-width: 250px; }

nav .cont-menu {
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

nav .cont-menu ul {
  padding: 0;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

nav .cont-menu ul.top-menu {
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

nav .cont-menu ul.top-menu li:nth-child(5) {
  padding: 0 10px; }

nav .cont-menu ul.top-menu li:nth-child(6) {
  padding: 0 10px; }

nav .cont-menu ul.top-menu li a:hover {
  background-color: transparent !important;
  color: #AE1141 !important; }

nav .cont-menu ul.top-menu li a {
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

nav .cont-menu ul a:hover {
  background-color: #AE1141; }

#primary_nav_wrap ul a {
  display: block; }

#primary_nav_wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer; }

#primary_nav_wrap ul li:hover {
  background-color: #AE1141; }

#primary_nav_wrap ul li:hover > ul {
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  top: 100%; }

#primary_nav_wrap ul ul {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: -100%;
  left: 0;
  background-color: #AE1141;
  padding: 0;
  z-index: 9;
  min-width: 125px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden; 
  z-index: -1;
}

#primary_nav_wrap ul ul li {
  float: none;
  width: auto;
  border-bottom: 1px solid #AE1141; }

#primary_nav_wrap ul ul li:hover > ul {
  top: 0 !important; }

#primary_nav_wrap ul ul ul {
  top: -100%;
  left: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden; }

#primary_nav_wrap ul ul li ul {
  height: auto;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  top: -100%; }

#primary_nav_wrap ul ul li ul li {
  float: none;
  width: 250px !important;
  border-bottom: 1px solid #8E1036; }

#primary_nav_wrap ul ul li:hover {
  background-color: #8E1036 !important; }

#primary_nav_wrap ul ul li a:hover {
  background-color: #8E1036 !important; }

#primary_nav_wrap ul ul a {
  line-height: 120%;
  padding: 10px 15.5px; }

nav .button-collapse {
  float: right;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 10px 18px;
  width: 50px; }

nav .button-collapse i {
  font-size: 3em !important; }

.menu-hide nav {
  height: 65px; }

.menu-hide nav .cont-menu .top-menu {
  display: none;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }
.text-uppercase{
  text-transform: uppercase !important;
}
.menu-hide nav .nav-wrapper .brand-logo img {
  max-width: 180px; }

.perfil_dropdown {
  background-color: #AE1141 !important; }

.dropdown-content {
  min-width: 160px;
  color: white !important;
  background-color: #AE1141 !important; }

.dropdown-content li > a {
  color: white !important; }

  .dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
    background-color: transparent;
}

nav .cont-menu ul.top-menu li a:hover > .circle_user {
  color: #fff; }

nav .cont-menu ul.top-menu li a.seleccion_menu:hover {
  min-width: 160px;
  color: white !important;
  background-color: #8E1036 !important; }

/*Footer*/
.page-footer .footer-copyright {
  font-weight: 300;
  font-size: .6em;
  padding: 20px 0px 0 !important; }

.page-footer {
  background-color: #1D1D1D !important; }

.page-footer h4 {
  font-size: 1.3em; }

.footer-copyright a {
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

.footer-copyright a:hover {
  text-decoration: underline !important; }

.ul-rs li {
  display: inline-block;
  padding: 0 15px; }

.ul-rs li a {
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  color: #CACACA !important; }

.ul-rs li a:hover {
  color: #666666 !important; }

.ul-rs li span {
  font-size: 1.5em; }

.page-footer input:not([type]), .page-footer input[type="text"]:not(.browser-default), .page-footer input[type="password"]:not(.browser-default), .page-footer input[type="email"]:not(.browser-default), .page-footer input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), .page-footer input[type="date"]:not(.browser-default), .page-footer input[type="datetime"]:not(.browser-default), .page-footer input[type="datetime-local"]:not(.browser-default), .page-footer input[type="tel"]:not(.browser-default), .page-footer input[type="number"]:not(.browser-default), .page-footer input[type="search"]:not(.browser-default), .page-footer textarea.materialize-textarea {
  background-color: #2C2C2C;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #2C2C2C;
  border-radius: 0;
  outline: none;
  height: 2.3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

input:not([type]):focus:not([readonly]), input[type="text"]:not(.browser-default):focus:not([readonly]), input[type="password"]:not(.browser-default):focus:not([readonly]), input[type="email"]:not(.browser-default):focus:not([readonly]), input[type="url"]:not(.browser-default):focus:not([readonly]), input[type="time"]:not(.browser-default):focus:not([readonly]), input[type="date"]:not(.browser-default):focus:not([readonly]), input[type="datetime"]:not(.browser-default):focus:not([readonly]), input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), input[type="tel"]:not(.browser-default):focus:not([readonly]), input[type="number"]:not(.browser-default):focus:not([readonly]), input[type="search"]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #2C2C2C;
  -webkit-box-shadow: 0 1px 0 0 #2C2C2C;
  box-shadow: 0 1px 0 0 #2C2C2C; }

.circle_user {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 15px;
  line-height: 30px; 
  overflow: hidden;
}

  .circle_user img {
    width: 100%;
}

/*Home*/
.bg_h_p {
  background-image: url("../images/home/banner_home.jpg");
  height: 100vh; }

/*Carrusel Colecciones*/
.tabs .indicator {
  display: none; }

.tab-coleccion {
  position: relative; }

.tab-coleccion .tab {
  line-height: 40px !important;
  height: 40px !important; }

.tab-coleccion ul {
  margin-bottom: 50px;
  width: 65%; }

.tab-coleccion ul li a {
  color: #ffffff !important; }

.tab-coleccion ul li a.active {
  color: #AE1141 !important;
  border: 1px solid #AE1141; }

.tab-coleccion .carousel {
  width: 85%;
  margin: 0 auto;
  background-image: url("../images/home/group4252.png");
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 500px; }

.tab-coleccion .carousel .carousel-item {
  width: 230px !important;
  height: 325px !important;
  text-align: center; }


.item-car {
  overflow: hidden; }

.item-car img {
  max-width: 200px; }

.item-car p {
  color: #ffffff;
  text-align: center; }

.item-zoom {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.n-prev, .n-next {
  position: absolute;
  top: 45%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #AE1141;
  color: #ffffff;
  cursor: pointer;
  z-index: 4; }

.n-prev {
  left: 3%; }

.n-next {
  right: 3%; }

/*Cards Exposiciones Temporales*/
.head-exp-temp {
  background-image: url("../images/expo_temporales/exposiciones_temporales.jpg");
  height: 400px; }

.card-h .card-content {
  min-height: 215px; }

/*.card-h .card-image {
  min-height: 300px;
  overflow: hidden;
  background-color: #000; }*/

.card-image {
  overflow: hidden; }

.card-image img {
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

.card-h .card-image img {
  width: 100%;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; 
  max-height: 275px;
}

.card:hover img {
  webkit-transform: scale(1.05);
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

/*Agenda*/
.tabs.tab-agenda {
  height: 60px;
  margin-bottom: 20px;
  background-image: url("../images/home/rectangle.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 400px 2px; 
  background-position: top center;
}

.tabs.tab-agenda .tab {
  line-height: normal;
  padding: 5px;
  width: 57px;
  height: 60px; }

.tabs.tab-agenda .tab:nth-child(1) {
  width: 140px;
  height: 50px;
  float: left;
  margin-right: 10px;
  margin-top: 5px; }

.tabs.tab-agenda .tab a {
  padding: 7px 0 !important;
  border-radius: 5px;
  color: #CACACA !important;
  background-color: #E5E5E5 !important;
  border: 0 !important; }

.tabs.tab-agenda .tab a.active {
  color: #1D1D1D !important;
  background-image: url("../images/home/subtraction.png");
  background-position: center top;
  background-size: 15px auto;
  background-repeat: no-repeat;
  border: 0 !important; }

.box-ag {
  padding: 0 !important; }

.slider.slider-agenda .slides {
  background-color: #000000 !important; }

.slider.slider-agenda .slides li img {
  max-height: 250px !important; }

.slider.slider-agenda .slides li .caption {
  color: #fff;
  position: absolute;
  top: 78%;
  left: 0;
  width: 100%;
  height: 70px;
  opacity: 0;
  padding: 10px; }

.slider.slider-agenda .slides li .caption h3 {
  margin: 0 !important; }

.slider.slider-agenda .slides li .caption p {
  font-size: 1.1em;
  margin: 0 !important; }

.box-calendar {
  position: relative; }

.header-box {
  overflow: hidden;
  padding: 12px 10px; }

.body-box {
  background-color: #E5E5E5; }

.body-box .item-box {
  padding: 7px 30px;
  color: #666666;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

.body-box .item-box a {
  color: #666666; }

.body-box .item-box:hover {
  background-color: #CACACA; }

.body-box .item-box h4 {
  margin: 0 0 3px; }

.body-box .item-box p {
  margin: 0; }

/*Pieza del Mes*/
.box-pza-mes {
  border: 1px solid #AE1141;
  overflow: hidden;
  -webkit-transition: all .25s linear !important;
  transition: all .25s linear !important; }

.box-pza-mes img {
  /*max-width: 300px;*/
  width: 100%;
  padding-bottom: 5px; }

.b-b-red {
  border-bottom: 1px solid #AE1141; }

.box-pza-mes h4, .box-pza-mes p {
  padding: 0 15px; }

.box-pza-mes p {
  font-size: 2em;
  margin-bottom: 3px; }

/*Divider Home*/
.divider_home {
  background-image: url("../images/home/back-divider.png");
  height: 300px; }

#round-home li {
  display: inline-block; }

.item-round {
  width: 150px;
  opacity: 0; }

.ico-round {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

.ico-round span {
  font-size: 4em; 
  color: #AE1141;
}

.ico-round:hover {
  background-color: #AE1141 !important; }

.ico-round:hover > span {
    color: #ffffff !important;
    font-size: 5em;
}

/*Informacion al visitante*/
.info-icons {
  float: left;
  font-size: 1.5em !important;
  width: auto;
  margin-right: 10px; }

.div-info {
  width: 75%;
  float: left; }

.div-info p, .div-info h4 {
  margin-top: 0; }

.more-txt {
  display: none; }


.more-txt2 {
  display: none; }

.show-more {
  cursor: pointer; }

.ul_info_gral li {
  margin-bottom: .7rem !important;
  font-family: 'Roboto', sans-serif;
  color: #373737; }

.f-contact textarea.materialize-textarea {
  background-color: #fff;
  border: 1px solid rgba(174, 16, 65, 0.5);
  border-bottom-width: medium;
  border-bottom-style: 1px solid rgba(174, 16, 65, 0.5);
  border-bottom-color: currentcolor;
  border-bottom-width: medium;
  border-bottom-style: 1px solid rgba(174, 16, 65, 0.5);
  border-bottom-color: currentcolor;
  border-bottom: 1px solid rgba(174, 16, 65, 0.5);
  border-radius: 5px;
  outline: none;
  height: 8rem;
  width: 100%;
  font-size: 1rem;
  margin: 1rem 0 2rem 0;
  padding: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.f-contact input:not([type]), .f-contact input[type="text"]:not(.browser-default), .f-contact input[type="password"]:not(.browser-default), .f-contact input[type="email"]:not(.browser-default), .f-contact input[type="url"]:not(.browser-default), .f-contact input[type="time"]:not(.browser-default), .f-contact input[type="date"]:not(.browser-default), .f-contact input[type="datetime"]:not(.browser-default), .f-contact input[type="datetime-local"]:not(.browser-default), .f-contact input[type="tel"]:not(.browser-default), .f-contact input[type="number"]:not(.browser-default), .f-contact input[type="search"]:not(.browser-default) {
  background-color: transparent;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid rgba(174, 16, 65, 0.5);
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.f-contact input:not([type]):focus:not([readonly]), .f-contact input[type="text"]:not(.browser-default):focus:not([readonly]), .f-contact input[type="password"]:not(.browser-default):focus:not([readonly]), .f-contact input[type="email"]:not(.browser-default):focus:not([readonly]), .f-contact input[type="url"]:not(.browser-default):focus:not([readonly]), .f-contact input[type="time"]:not(.browser-default):focus:not([readonly]), .f-contact input[type="date"]:not(.browser-default):focus:not([readonly]), .f-contact input[type="datetime"]:not(.browser-default):focus:not([readonly]), .f-contact input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), .f-contact input[type="tel"]:not(.browser-default):focus:not([readonly]), .f-contact input[type="number"]:not(.browser-default):focus:not([readonly]), .f-contact input[type="search"]:not(.browser-default):focus:not([readonly]), .f-contact textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid rgba(174, 16, 65, 0.5);
  -webkit-box-shadow: 0 1px 0 0 rgba(174, 16, 65, 0.5);
  box-shadow: 0 1px 0 0 rgba(174, 16, 65, 0.5); }

.f-contact label {
  color: #666666;
  position: relative !important; }

/*Agenda*/
.head-agenda {
  background-image: url("../images/agenda/header.jpg");
  height: 400px; }

.head-resultados {
  background-image: url("../images/resultados/header.jpg");
  height: 400px; }

.head_detalle_agenda {
  background-image: url("../images/agenda/h_agenda_d.png");
  height: 400px; }

.slider.s-agenda {
  background-color: #CACACA !important; }

.slider.s-agenda li img {
  background-size: 50% auto;
  background-position: center left;
  background-repeat: no-repeat; }

.slider.s-agenda li .caption {
  width: 50%;
  right: 0;
  left: 50%; }

/**Detalle Agenda**/
.head_detalle_agenda {
  background-image: url("../images/agenda/h_agenda_d.png");
  height: 400px; }

/*Colecciones*/
.head-colec {
  background-image: url("../images/colecciones/header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px; }

.head-academia {
  background-image: url("../images/academia/header_academia.jpg");
  height: 400px; }

.head-huellas {
  background-image: url("../images/huellas/titulo_huellas.jpg");
  height: 400px; }

.head-servicio-social {
  background-image: url("../images/servicio_social/header.jpg");
  height: 400px; }

.head-proyecto {
  background-image: url("../images/servicio_social/proyecto_digitalizacion.jpg");
  height: 400px; }

.head-proyecto2 {
  background-image: url("../images/servicio_social/proyecto_primera.jpg");
  height: 400px; }

.head-proyecto3 {
  background-image: url("../images/servicio_social/proyecto_segunda.jpg");
  height: 400px; }

.collapsible.filtro_col .collapsible-header {
  background-color: transparent !important;
  border-bottom: 1px solid #AE1141;
  background-image: url("../images/plus.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 15px auto; }

.collapsible.filtro_col .collapsible-header.active {
  background-image: url("../images/line_.png"); }

.collapsible.filtro_col {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  border: 0 !important; }

.collapsible-body {
  display: none;
  border-bottom: 1px solid #AE1141;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
  overflow: hidden; }

.bar-filter {
  width: 90%;
  margin: 10px auto;
  background-color: #AE1141; }

.div-bar-filt {
  background-color: #fff;
  border-radius: 10px;
  margin: 10px;
  padding: 10px 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.item-busq {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  display: inline-block;
  width: 45%;
  color: #AE1141;
  text-align: center; }

.item-busq.div-filt {
  width: 5%;
  display: inline-block; }

.noUi-connect {
  background: #AE1141;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
          box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.close-filt {
  top: 0;
  right: 0;
  width: 40px;
  height: 46px;
  z-index: 2;
  cursor: pointer; }

.top-filt span {
  font-size: 1.3em !important;
  cursor: pointer; }

.top-filt input {
  border: 1px solid rgba(174, 16, 65, 0.5) !important;
  border-radius: 5px !important;
  padding: 0 2.5rem !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  background-image: url("../images/ico-search.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 15px auto;
  height: 2.8rem !important; }

.top-filt input:not([type]):focus:not([readonly]), .top-filt input[type="text"]:not(.browser-default):focus:not([readonly]), .top-filt input[type="password"]:not(.browser-default):focus:not([readonly]), .top-filt input[type="email"]:not(.browser-default):focus:not([readonly]), .top-filt input[type="url"]:not(.browser-default):focus:not([readonly]), .top-filt input[type="time"]:not(.browser-default):focus:not([readonly]), .top-filt input[type="date"]:not(.browser-default):focus:not([readonly]), .top-filt input[type="datetime"]:not(.browser-default):focus:not([readonly]), .top-filt input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), .top-filt input[type="tel"]:not(.browser-default):focus:not([readonly]), .top-filt input[type="number"]:not(.browser-default):focus:not([readonly]), .top-filt input[type="search"]:not(.browser-default):focus:not([readonly]), .top-filt textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 0;
  -webkit-box-shadow: initial;
  box-shadow: initial; }

#filtLeft, #contFilt {
  -webkit-transition: width .4s;
  transition: width .4s; }

#filtLeft {
  width: 0;
  overflow: hidden;
  padding: 0; }

#filtLeft.w25 {
  padding: 0 0.75rem !important; }

.box-it {
  -webkit-transition: width 1.3s;
  transition: width 1.3s;
  position: relative; }

.box-it.w100 {
  border-bottom: 1px solid #CACACA;
  margin-bottom: 2rem;
  -webkit-transition: width 1.3s;
  transition: width 1.3s; }

.img-item{
  background-color: #000;
}
.img-item:hover > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  z-index: 9;
  height: calc(100% - 0rem); }

.img-item:hover > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  height: calc(100% - 0rem); }

.img-item.it-h:hover > a {
  height: calc(100% - .0rem); }

.box-it.w100 .img-item {
  float: left; 
  width: 30%;
}

.box-it.w100 .txt-colec {
  float: left;
  width: 65%; 
  text-align: left !important;
}

[type="checkbox"].filled-in:checked + label:after {
  border: 1px solid #AE1141;
  background-color: #AE1141; }

[type="checkbox"].filled-in:not(:checked) + label:after {
  border: 1px solid #AE1141; }

.checkbox-modal {
  padding-left: 25px !important; }

.checkbox-modal .ch-filter label {
  width: 80%; }

.hor-list {
  padding-right: 40px !important; }

.hor-list li {
  float: left;
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer; }

.title-culture {
  padding-left: 5px;
  font-size: 16px; }

.next_arrow {
  padding-top: 5px; }

/*Detalle Colecciones*/
.owl-item.center {
  text-align: left; }

.owl-detcol.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #303030; }

.owl-detcol.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 25%;
  width: 100%;
  text-align: left; }

.owl-detcol.owl-theme .owl-nav .owl-next {
  float: right; }

.owl-detcol.owl-theme .owl-nav [class*="owl-"] {
  color: transparent;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #A01C31;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px; }

.owl-detcol.owl-carousel .owl-nav .owl-prev {
  background-image: url("../images/nav-prev.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto; }

.owl-detcol.owl-carousel .owl-nav .owl-next {
  background-image: url("../images/nav-next.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto; }

.owl-detcol.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #A01C31;
  color: transparent;
  text-decoration: none; }

.owl-detcol.owl-carousel .owl-nav .owl-prev:hover {
  background-image: url("../images/nav-prev-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto; }

.owl-detcol.owl-carousel .owl-nav .owl-next:hover {
  background-image: url("../images/nav-next-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto; }

/*.titulo_detalle {
  color: white;
  bottom: 10px;
  left: 10%;
  text-align: left;
  z-index: 2; }*/
  .titulo_detalle {
    color: white;
    bottom: -80px;
    left: 0;
    text-align: left;
    z-index: 9;
    width: 100%;
    padding-left: 10%;
    background: linear-gradient(transparent, black);
    height: 250px;
    padding-top: 100px;
}

/*Exposiciones temporales*/
/*TAB*/
.exp-temp.tabs {
  width: 90%;
  margin-bottom: 3rem; }

.exp-temp.tabs .tab {
  margin: 0 .5rem  !important; }

.exp-temp.tabs .tab a {
  color: #373737;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .28s ease;
  transition: color .28s ease;
  border: 1px solid #fff; }

.exp-temp.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #AE1141 !important;
  border: 1px solid #AE1141 !important; }

.h-top {
  height: 25px; }

.c-expo .owl-item .item {
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

.c-expo .owl-item .item:hover > .hover-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 0); }

.c-expo .owl-theme .owl-nav {
  display: none !important; }

.c-expo .owl-item .item .hover-item img {
  width: 35px !important; }

/*El museo*/
.head-el_museo {
  background-image: url("../images/el_museo/header_elmuseo2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px; }

.museo_contenido p {
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 2.6em !important;
  font-family: Roboto;
  font-weight: 300;
  color: color_gray; }

.museo_contenido h6 {
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0 !important;
  font-family: Roboto;
  font-weight: 400; }

.la_institucion {
  font-family: Roboto;
  font-weight: 300; }

.historia {
  background-color: #F4F4F4;
  margin-bottom: 0px !important; }

.img-museo {
  margin-bottom: 3em !important; }

.img-museo2 {
  margin-bottom: 1em !important; }

.historia_titulo {
  font-family: 'Roboto Condensed';
  margin-top: 30px;
  color: #373737; }

.circle_action {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  cursor: pointer; }

.cont_obras {
  top: 25%;
  z-index: 2;
  width: 80%;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cont_obras2 {
  top: 19%;
  z-index: 2;
  width: 80%;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cont_actions {
  top: 55%;
  z-index: 2;
  width: 80%;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cont_obras button {
    background: #AE1141;
    color: #fff !important;
    border: 1px solid #AE1141 !important;
}

  .cont_obras2 button {
  background: #AE1141;
    color: #fff !important;
    border: 1px solid #AE1141 !important; }

/*Directorio*/
.head-directorio {
  background-image: url("../images/directorio/header_directorio.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px; }

.directorio {
  font-family: Roboto;
  font-weight: 300; }

.directorio_cont {
  text-align: center;
  font-family: Roboto;
  font-weight: 300;
  color: #666666; }

.directorio_cont div {
  margin-top: 40px;
  margin-bottom: 40px; }

.directorio_cont h6 {
  font-family: 'Roboto Condensed';
  color: #373737;
  font-size: 1.15em;
  margin-bottom: 10px;
  margin-top: 10px; }

.directorio_cont hr {
  margin-bottom: 10px; }

/*Patronato*/
.head-patronato {
  background-image: url("../images/patronato/patronato.jpg");
  height: 400px; }

.patronato_cont {
  text-align: center;
  font-family: Roboto;
  font-weight: 300;
  color: #666666; }

.patronato_cont div {
  margin-top: 40px;
  margin-bottom: 40px; }

.patronato_cont h6 {
  font-family: 'Roboto Condensed';
  color: #373737;
  font-size: 1.15em;
  margin-bottom: 10px;
  margin-top: 10px; }

.patronato_cont hr {
  margin-bottom: 10px; }

.mas_info {
  text-align: center !important;
  font-family: Roboto;
  font-weight: 400; }

input[type=text].input_buscador_red {
  border: 1px solid #AE1041;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../images/huellas/ico_search@2x.png"); }

.mostrar_huellas p {
  margin: 0px;
  font-size: 0.9rem; }

.resulados_div .select-wrapper input.select-dropdown {
  border: 1px solid rgba(174, 16, 65, 0.5);
  height: 2rem;
  line-height: 2rem;
  padding-left: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0px;
  border-radius: 5px; }

.resulados_div .select-wrapper span.caret {
  right: 10px;
  color: #ae1141; }

.table-huellas th, .table-huellas tbody tr > td:first-child {
  color: #A01C31;
  font-weight: 400;
  text-align: center; }

.table-huellas td {
  text-align: center;
  font-weight: 300; }

.table-huellas td {
  border: 0.3px solid #666666; }

.table-huellas tbody > tr:first-child td {
  border-top: 0px; }

.table-huellas th {
  border-top: 0.3px solid #A9B0B5; }

.txt-colec h4 {
  margin: 0.2rem 0px 0px;
  font-size: 1em;
}
.txt-colec.w50{
  text-align: left !important;
}

.txt-colec p {
  margin: 0px; }

.txt-colec {
  margin-bottom: 1rem; }

/*GABINETE DE LECTURA*/
.gabinete_lectura {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  text-align: left; }

/*ARCHIVO HISTORICO */
.head-arch-h {
  background-image: url("../images/archivo_historico/archivo_historico.jpg");
  height: 400px; }

.btn_gray {
  background: #2C2C2C;
  padding: 12px 18px; }

.arch_direc a {
  color: #666666; }

.line_gris_full {
  background-color: rgba(0, 0, 0, 0.27);
  width: 100%;
  height: 2px; }

a.hiper_navegacion {
  color: #666666;
  font-weight: 300;
  letter-spacing: 0.09rem;
  vertical-align: middle; }

a.hiper_navegacion img {
  height: 10px;
  vertical-align: middle;
  margin-bottom: 3px;
  padding: 0px 5px; }

.huellas .img-item {
    height: auto;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid #afafaf;
    background-color: transparent !important;
}

  .huellas .img-item img{
    webkit-transform: initial;
    -webkit-transform: initial;
    transform: initial;
    height: auto !important;
    
  }

.galeria .img-item {
  height: 200px;
  overflow: hidden;
  margin-bottom: 1rem; }

.owl-nav * {
  position: absolute;
  top: 30%; }

.owl-nav .owl-prev {
  left: 0px; }

.owl-nav .owl-next {
  right: 0px; }

div#fondo {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  z-index: 1000000;
  display: none; }

.popup {
  position: fixed;
  width: 100%;
  height: 80%;
  top: 10%;
  z-index: 1000001;
  display: none; }

.cerrarpop {
  height: 20px;
  width: 20px;
  cursor: pointer; }

.cont_popup {
  position: absolute;
  height: calc(100% - 40px);
  top: 40px;
  left: 0px;
  overflow: hidden;
  width: 100%; }

.cont_popup {
  position: absolute;
  height: calc(100% - 32px);
  top: 32px;
  left: 0px;
  overflow: hidden;
  width: 100%; }

.img-item-popup {
  position: relative;
  height: 100%;
  min-height: 100vh; }

.imagen_contenedor_popup {
  width: 65%;
  float: left;
  background-color: black;
  min-height: 60vh; }

.texto_contenedor_popup {
  float: right;
  width: 35%;
  background: white;
  min-height: 60vh;
  padding: 0px 2rem; }

.img-item-popup:after {
  content: "";
  clear: both;
  display: block;
  background-color: white; }

#owl-huella .owl-nav div, #owl-galeria .owl-nav div {
  background: none !important; }

#owl-huella .owl-nav div img, #owl-galeria .owl-nav div img {
  height: 35px; }

#owl-huella .owl-nav .owl-next, #owl-huella .owl-nav .owl-next {
  right: -5%; }

.bg_ah_rep {
  background-color: #F7F7F7; }

/*.imagen_academia img {
  height: 200px; }*/

.nomnbre_academia {
  margin: 0 auto;
  margin-top: 2rem;
  font-size: 1.2rem;
  margin-bottom: 0px;
  padding-bottom: 1rem;
  position: relative; }

.nomnbre_academia::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20%;
  height: 2px;
  background-color: #AE1141;
  bottom: -5%;
  left: 40%; }

.cont_academia {
  margin-top: 1rem;
  margin-bottom: 2rem; }

.cont_academia p, .txt_aca_pop p {
  margin: 0px;
  color: #666666; }

.cont_academia p a {
  color: #ae1141; }

.cont_aca_perfil {
  width: 30%;
  float: left;
  padding-right: 2rem; }

.cont_aca_texto {
  width: 70%;
  float: right; }

.cont_aca_texto article {
  width: 85%;
  margin: 0 auto; }

/*POLITICAS DE PRIVACIDAD*/
.fila_sin_mb {
  margin-bottom: 0px !important; }

.menu_galeria li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid transparent; }

.menu_galeria li.active, .menu_galeria li:hover {
  color: #A01C31;
  border: 1px solid #A01C31; }

/*COLECCIONES DETALLE V2*/
.back-palabras_clave {
  background-image: url(../images/home/back-divider.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: inherit;
  overflow: hidden;
  margin-left: 0px; }

/*MI PERFIL*/
.cambiar_perfil input {
  border: 1px solid #E4E4E4 !important;
  height: 30px !important;
  margin-bottom: 8px !important; }

.cambiar_perfil textarea {
  border: 1px solid #E4E4E4 !important;
  height: 100px !important; }

.btn_foto {
  color: #9e9e9e;
  font-size: 1rem;
  display: inline-block;
  background: none;
  border: none;
  letter-spacing: 1px; 
  padding: 0 .8rem;
  text-align: right;
}

.btn_action {
  border: none;
  height: 30px; }

.label_cont {
  display: block;
  position: relative;
  width: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 20px; }

.label_cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.label_cont .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: transparent;
  border: 1px solid #AE1041; }

.label_cont:hover input ~ .checkmark {
  background-color: #AE1041; }

.label_cont input:checked ~ .checkmark {
  background-color: #AE1041; }

.label_cont .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.label_cont input:checked ~ .checkmark:after {
  display: block; }

.label_cont .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.table_filtrar td {
  padding: 2px 5px;
  padding-bottom: 10px; }

.table_filtrar td p {
  margin: 0px; }

.table_filtrar tbody tr > td:last-child {
  text-align: right; }

article.resultado {
  border: 1px solid #E4E4E4;
  border-bottom: 0px;
  padding: 20px;
  position: relative; }

.resultados_cont > article:last-child {
  border-bottom: 1px solid #E4E4E4; }

article.resultado:after {
  content: "";
  clear: both;
  display: block; }

.image_resultado {
  float: left;
  padding-right: 2rem;
  width: 30%; }

a.hyper_abs {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #ae1141;
  text-decoration: underline; }

/*MIS COLECCIONES*/
.btn_edit_perfil {
  border: 1px solid #CACACA;
  background: none;
  color: #CACACA; }

.btn_seleccionado {
  border: 1px solid #AE1141;
  background: none;
  color: #AE1141; }

.btn_inactivo {
  border: none;
  background: none; }

.i-heart {
  cursor: pointer;
  z-index: 10;
  width: 35px; 
  display: inline-block;
}

.form-col input:not([type]), .form-col input[type="text"]:not(.browser-default), .form-col input[type="password"]:not(.browser-default), .form-col input[type="email"]:not(.browser-default), .form-col input[type="url"]:not(.browser-default), .form-col input[type="time"]:not(.browser-default), .form-col input[type="date"]:not(.browser-default), .form-col input[type="datetime"]:not(.browser-default), .form-col input[type="datetime-local"]:not(.browser-default), .form-col input[type="tel"]:not(.browser-default), .form-col input[type="number"]:not(.browser-default), .form-col input[type="search"]:not(.browser-default), .form-col textarea.materialize-textarea {
  background-color: #E4E4E4;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid rgba(149, 152, 154, 0.2);
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0;
  padding: 0 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.form-col2 input:not([type]), input[type="text"]:not(.browser-default), .form-col2 input[type="password"]:not(.browser-default), .form-col2 input[type="email"]:not(.browser-default), .form-col2 input[type="url"]:not(.browser-default), .form-col2 input[type="time"]:not(.browser-default), .form-col2 input[type="date"]:not(.browser-default), .form-col2 input[type="datetime"]:not(.browser-default), .form-col2 input[type="datetime-local"]:not(.browser-default), .form-col2 input[type="tel"]:not(.browser-default), .form-col2 input[type="number"]:not(.browser-default), .form-col2 input[type="search"]:not(.browser-default), .form-col2 textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid rgba(149, 152, 154, 0.2);
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 5px;
  padding: 0 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.form-col2 textarea.materialize-textarea {
  border: 1px solid #333;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333333;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #333;
  margin-top: 10px;
  padding: 5px 1rem; }

.form-col2 label {
  position: relative; }

/**Paginador*/
.pagination li.active {
  background-color: transparent; }

.pagination li.active a {
  color: #AE1041;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

.pagination li a:hover {
  text-decoration: underline; }

.h-cal:hover {
  text-decoration: underline; }

.div_buscador {
  background-color: rgba(0, 0, 0, 0.75);
  padding-bottom: 1rem; }

.search_head {
  background: white;
  position: relative;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 116px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.btn_buscar {
  background: transparent;
  width: 112px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px; }

.search_head img.responsive-img {
  position: absolute;
  right: 10px;
  width: 15px;
  z-index: 1;
  top: 13px;
  cursor: pointer;
  opacity: 0.8; }

.search_head img.responsive-img:hover {
  opacity: 1.0; }

.search_head input[type=text].form-control {
  height: 2.5rem; }

/*Comunicacion Educativa*/
.head-com-ed {
  background-image: url("../images/comunicacion_educativa/comunicacion_educativa.jpg");
  height: 400px; }

/*Gabinete de Lectura*/
.head-gabinete-lec {
  background-image: url("../images/gabinete_lectura/gabinete_lectura.jpg");
  height: 400px; }

/*Informacion General*/
.head-info-gral {
  background-image: url("../images/info_gral/informacion_general.jpg");
  height: 400px; }

/*Laboratorio*/
.head-laboratorio {
  background-image: url("../images/laboratorio_conservacion/laboratorio.jpg");
  height: 400px; }

.owl-theme .owl-dots, .owl-theme .owl-nav {
  margin-top: 20px; }

.rec-virt {
  position: absolute;
  right: 1rem;
  bottom: 2rem;
  z-index: 9; }

.carousel-slider.carousel .indicators {
  width: 60%;
  margin: 0 auto; }

.a-cards {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9; }

.card:hover * a {
  text-decoration: underline; }

.FadeIn {
  -webkit-animation: fadein .25s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
/* Opera < 12.1 */
a.txt-g_ul {
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

a.txt-g_ul:hover {
  color: #CACACA !important; }

.sel-anales .dropdown-content {
  min-width: 160px;
  background-color: #fff !important; }

.sel-anales .dropdown-content li > span {
  color: #AE1141 !important; }

#myVideo {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  background-color: #000; 
}

.cont-video {
  position: fixed;
  height: 100vh;
  z-index: -1;
  padding: 0 !important; }

.vh-100 {
  height: 100vh; }


  /*Mis Colecciones*/

.cont-img1{
  width: 100%;
}
.cont-img2{
  width: 49%;
  float: left;
}
.mr3por{
  margin-right: 2%;
}

.bx-m-col{
  transition: all .25s linear;
  cursor: pointer;
  background-color: #F4F4F4;
}
.bx-m-col:hover > .h-colec{
  display: block;
}
  .h-colec{
    transition: all .25s linear;
    display: none;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
  }
  .cont-h-c.row {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: .5rem 1rem;
    box-sizing: border-box;
    margin: 0;
}
.cont-h-c.row .col ul {
  margin: 0;
}
.cont-h-c.row .col ul li{
  display: inline-block;
  margin-right: .5rem;
}

.modal {
  z-index: 10;
}

.file-field{
  margin-bottom: 5px;
}
.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 0;
}
.file-field .btn, .file-field .btn-large {
    float: left;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.6rem;
}

.file-field .btn, .btn-large {
    text-decoration: none;
    color: #808080;
    background-color: #fff;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
}
.file-field .btn span {
    font-size: 1em;
    margin: 0;
}


 .file-field input[type="text"]:not(.browser-default){
    background-color: transparent;
    border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 0;
    border-radius: 0;
    outline: none;
    height: 2rem;
    width: 100%;
    font-size: 1rem;
    margin: 0;
    padding: 0 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}

.cargador {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    display: none;
}

.cargador .preloader-wrapper {
    margin: 0 auto;
}

.imagen_academia img {
    width: 100%;
}
.imagen_academia {
    /*width: 200px;*/
    margin: 0 auto;
    /*border-radius: 50%;*/
    /*height: 200px;*/
    overflow: hidden;
    cursor: pointer;
}

.f-ico-360{
  font-size: 4rem;
}

.hdir{
  height: 13rem;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.flag_lan{
  cursor: pointer;
  transition: all .25s linear;
}

.flag_lan:hover {
    color: #AE1141 !important;
}
.pagination li a {
    cursor: pointer;
}



.btn-nav-tab{
  position: absolute;
  cursor: pointer;
  top: 15px;
  color: #AE1141;
}

.btn-nav-tab.n-left{
  left: 2rem;
}


.btn-nav-tab.n-right{
  right: 2rem;
}


.btn_glect{
  width: 100%;
  height: 100%; 
  display: block;
}

.hand{
	cursor: pointer;
}

.owl_rel{
	
}
.item_rel{
	height: 220px;
	overflow: hidden;
	background-color: #000;
}
.item_rel a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.item_rel a img{
	height: 220px !important;
	margin: 0 auto;
}

.img_colect{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #95989A;
  background-color: transparent !important;
  
}
.img_colect img{
  transform: inherit !important;
}


.btn_down{
  position: absolute;
  z-index: 9;
  width: 10%;
  left: 45%;
  top: 88%;
  text-align: center;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation: down-arrow 2s infinite; /* Safari 4+ */
  -moz-animation:    down-arrow 2s infinite; /* Fx 5+ */
  -o-animation:      down-arrow 2s infinite; /* Opera 12+ */
  animation:         down-arrow 2s infinite; /* IE 10+, Fx 29+ */
}
.btn_down img{
  cursor: pointer;
}
@keyframes down-arrow {
  from{
    top: 88%;
  }
  to{
    top: 90%;
  }
}

.icon_open{
  background-color: #707070;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.bg_grad{
  width: 100%;
  height: 200px;
  background: linear-gradient(transparent, black);
  position: absolute;
  bottom: 0;
  z-index: 1;
}


.bg_gris_mna{
  background-color: #333333;
}

.carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 55px;
    margin: 0;
}

.MsoNormal{
  margin-left: 0!important;
  margin-bottom: .7rem !important;
  font-family: 'Roboto', sans-serif;
  color: #373737;
}

.img-mes{
  height: auto;
}
.img-mes img{
  margin: 0 auto;
}

.h-colec .delete-i{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
}

.ul-btns-col li{
	display: inline-block;
}

.desc_tab{
	background-color: transparent !important;
	border:1px solid #707070 !important;
	padding: .5rem !important;
	height: 4rem;
}
.card {
  overflow: hidden;
    background-color: #E5E5E5 !important;
}

.title_h{
  height: 4rem;
}

.car-huellas .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    height: 200px;
}

.h-expt{
  height: 230px;
}
.menu_galeria.tabs .tab a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease;
    transition: color .28s ease;
}

nav ul a {
    font-size: 16px;
}
.fondo_hed{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px;
  z-index: 1;
}
.zi_title{
  z-index: 2;
  position: relative;
}

.modal {
    width: 65%;
}

.alto_card{
  height: 270px;
}
.alto_card2{
  height: 555px;
}
.alto_card3{
  height: 285px;
}
.bg_img_card{
  background-size: cover; 
  background-position: center;
}

.wimgcard{
  width: 100%;
}

.h-mcol{
  height: 450px;
}



#owl-huella.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}

#historico_mes .box-pza-mes img{
  max-width:100% !important; 
}

.h_img_owl{
  height: 220px;
  overflow: hidden;
}

.slider_museo{
  height: 450px !important;
}
.slider.slider_museo .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden;
    text-align: center;
}
.slider.slider_museo .slides {
    background-color: transparent;
    margin: 0;
    height: 400px;
}
.slider.slider_museo .slides li img {
    height: auto !important;
    max-height: 450px !important;
    width: auto !important;
}


#historico_mes .box-pza-mes p {
    font-size: 1.3em;
    margin-bottom: 3px;
}

p{
  font-family: 'Roboto', sans-serif !important;
  /*color: #373737;
  font-size: 17px;*/
}
p span{
  font-family: 'Roboto', sans-serif !important;
  /*color: #373737;
  font-size: 17px;*/
}

ul li span{
  font-family: 'Roboto', sans-serif !important;
  /*color: #373737;*/
}

.mx-w-img{
  max-width: 400px;
}

p a{
  color: #AE1141 !important;
  transition: all .25s linear;
}
p a:hover{
  text-decoration: underline;
}

div.txt-w p {
  color: #fff;
}

.btn.back-d-gray{
  color: #fff !important;
}
.btn.back-d-gray > span{
  color: #fff !important;
}

.h-academia{
  height: 450px;
}

.contenido_textarea p, .contenido_textarea p span, .contenido_textarea span {
  font-family: 'Roboto', sans-serif !important;
  /*color: #373737 !important;
  font-size: 17px !important;
  font-weight: 300 !important;*/
}

.bread{
  font-size: 14px; 
  color: #373737 !important;
  text-transform: uppercase;
}
.bread a{
  color: #373737 !important;
  transition: all .25s linear;
}
.bread a:hover{
  color: #AE1141 !important;
}
.bread .active{
  color: #AE1141 !important;
}

.img-item-popup {background-color: #fff; min-height: 10vh;}
.cont_popup {width: auto;  min-height: 300px; height: 100%; overflow-y: auto; width: 100%}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  .container2{width: 70%; display: block; margin:auto;}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  .container2{width: 70%; display: block; margin:auto;}
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  .container2{width: 85%; display: block; margin:auto;}
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .container2{width: 85%; display: block; margin:auto;}
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  .imagen_contenedor_popup, .texto_contenedor_popup { width: 100%;  }
  .container2{width: 95%; display: block; margin:auto;}
  
.slider.s-agenda li .caption {
    width: 80%;
    right: 40px;
    left: 40px;
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  .imagen_contenedor_popup, .texto_contenedor_popup { width: 100%;  }
  
  .texto_contenedor_popup{padding: 0px 0.5rem; height: auto; overflow: auto;   }
  .cont_popup .container.h100{overflow: auto;}
  .img-item-popup {min-height: 10vh;}
  .container2{width: 95%; display: block; margin:auto;}
.w80 {width: 100% !important;}


.slider .slides li .caption {top:5px;}

.slider.s-agenda li .caption {
    width: 80%;
    right: 40px;
    left: 40px;
}
}
/*# sourceMappingURL=style.css.map */