/* Principal Styles */
.navbar{
	height: auto;
}
h1{
font-size: 40px;
margin-top: 0;
padding-top: 0;
margin-bottom: 5rem;
}
a {
  text-decoration: none;
  color: #000000
}
a:hover {
  color: #B38E5D;
  text-decoration: none
}
h4 {
  margin-bottom: 1.2em
}
.cGeneral {
  background-color: #FFF;
  overflow: hidden;
}
ol {
  margin: 10px;
}
/* Navbar Styles */
.sub-navbar {
  background: #A57F18;
}
.sub-navbar .navbar-collapse {
  background-color: #A57F18;
}
.tList.dropdown ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.navbar-right .dropdown-menu {
  left: 0 !important;
  right: auto;
}
.gray .navbar-nav > li > a {
  color: #fff;
  font-weight: 500;
}

.gray .navbar-nav > li > a:hover{
color: #fff;

}
.text-preguntas{
  line-height: 1.5;
}
.text-preguntas h5{
  margin-top: 4rem;
  line-height: 1.5;
}
.text-preguntas h5:first-child{
  margin-top: 0rem;
}
.gray .navbar-inverse .navbar-nav > li > a:hover {
  background-color: rgba(255, 255, 255, .15);
  color: red;
  text-decoration: none;
}
.gray .dropdown-menu > li > a {
  font-size: 12px;
  color: #848280;
  padding: 10px 25px;
}
/* Owl Carousel CSS */
.owl-carousel .owl-wrapper {
  display: flex !important;
}
.owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  /* object-fit: cover;*/
  max-width: initial;
}
/* Slider Section  */
.banner {
  margin-top: 74px;
  position: relative;
}
.carousel-caption {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.text-center {
  text-align: center;
}
/* Sections */
section + section {
  margin: 0 0 60px 0;
  /*margin: 80px 0 80px 0;*/
}
/* Intro Section */
.mb-5 {
  margin-bottom: 3rem !important;
}
.mt-8 {
  margin-top: 60px
}
.logo-chapu {
  margin-left: auto;
  margin-right: auto;
  width: 25%
}
.logo {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  z-index: 15;
  background-color: #ffffff;
}
.logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
/* Oferta Cultural Section */
.title hr {
  border-top: 2px solid #D4C19C !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.title hr:nth-child(3) {
  margin-bottom: 50px;
}
.title h2 {
  font-weight: normal;
}
.title h3 {
  font-weight: normal;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #6B9060;
}
.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hovereffect:hover img {
  opacity: 0.1;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  /* background-color: rgba(75,75,75,0.3);*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect span {
  font-size: 15px;
  color: #fff;
}
.hovereffect h2 {
  text-transform: uppercase;
  filter: drop-shadow(2px 4px 6px black);
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}
.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*estilo Ejes*/
.hovereffect2 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect2 img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hovereffect2:hover img {
  opacity: 0.1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #1BD0A3;
}
.hovereffect2 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect2 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}
.hovereffect2 h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.hovereffect2:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect2 a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  margin-top: 15px;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.hovereffect2:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Prensa Section */
.pt-5 {
  padding-top: 3rem;
}
.pb-5 {
  padding-bottom: 3rem;
}
.fecha-prensa {
  color: #6B9060;
  font-size: 15px;
  font-weight: bold;
}
.tit-prensa {
  font-size: 1em
}
.tit-prensa a {
  color: #000;
  font-weight: bold;
}
.tit-prensa a:hover {
  color: #B38E5D;
  text-decoration: none;
}
.txt-prensa {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.txt-prensa .cont-item{
  display: inline-block;
  padding: 2rem 0;
}

.txt-prensa h1 {
  padding: 0px;
  margin: 0px;
}
.txt-prensa h1 a {
  font-size: 18px;
  color: #000;
  line-height: 18px;
}
.txt-prensa h1 a:hover {
  font-size: 18px;
  color: #1BD0A3;
  line-height: 18px;
}
.btn-mas {
  border: 2px solid #611232;
  color: #611232;
  text-transform: uppercase;
  transition: all .5s ease;
  max-width: 100%;
  font-weight: bold;
}
.btn-mas a  {
  word-break:break-all;
}
.btn-mas:hover {
  background-color: #B38E5D;
  border-color: #B38E5D;
  color: #fff;
}
.btn-mas:visited {
  
}

.btn-mas-white {
  border: 1px solid #FFF;
  color: #FFFF;
  text-transform: uppercase;
  transition: all .5s ease;
}
.btn-mas-white:hover {
border-color: #FFF;
  color: #fff!important;
	background-color: #6B9060;
	
	
}
.btn-mas-white:visited {
  color: #FFF;
}




/* Galería Section */
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.gallery {
  text-align: center;
}
.gallery .col-md-2 {
  padding-bottom: 15px;
}
/* Footer Section */
.logoGob img {
  width: 55%;
}
.redes-sc ul {
  list-style: none;
  text-align: right;
}
.redes-sc ul li {
  display: inline;
  margin-left: .5rem;
}
.redes-sc ul a {
  color: #777;
}
/* ----------------- */
/* OFERTA PAGE CSS  */
/* --------------- */
/* Module Header */
.headerImage {
  position: relative;
}
.imgHeader {
  background-color: rgba(0, 0, 0, 0.8);
  filter: brightness(0.5);
  margin-top: 74px;
  height: 35vh;
  background-image: url('https://www.cultura.gob.mx/Propuestas/chapultepec/images/ban.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.headerText {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: transparent;
  z-index: 50;
}
.headerText h2 {
  font-weight: normal;
}
/* Module Information */
.social-media hr {
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 2px solid #CFCFCF;
}
.social-media ul {
  list-style: none;
  text-align: right;
  font-size: 30px;
  color: #611232;
}
.social-media ul li {
  display: inline;
  margin-left: 1rem;
  margin-right: 1rem;
}
.social-media ul li a {
  text-decoration: none;
  color: #611232;
}
.social-media ul li a:hover {
  color: #B38E5D;
}
.info-image {
  width: 360px;
  height: 300px;
}
.info-image img {
  width: 100%;
  height: auto;
}
.gColor {
  color: #539886;
}
/* Module Espacios */
.space-cards .title {
  font-size: 17px;
}
.space-cards .subtitle {
  color: #A7ADB3;
  font-size: 14px;
}
.activity-cards .title {
  font-size: 17px;
}
.activity-cards .subtitle2 p {
  margin: 0 0 4px !important;
}
.activity-cards .subtitle {
  font-size: 16px;
  color: #6B9060;
  margin-bottom: 0px;
}
.activity-cards .subtitle2 {
  color: #A7ADB3;
  font-size: 13px;
}
.activity-cards p a {
  text-decoration: none;
  color: #545454;
}
.activity-cards p a:hover {
  color: #B38E5D;
}
.space-cards .thumbnail {
  border: 0;
  background-color: transparent;
}
.space-cards p a {
  text-decoration: none;
  color: #545454;
}
.space-cards p a:hover {
  color: #00D0B2;
}
.activity-cards .row {
  background-color: #fff;
}
.activity-cards .thumbnail {
  border: 0;
  background-color: transparent;
}
/* Module Mapas */
.info-oferta .col-md-6 {
  padding: 15px;
}
.info-oferta div + div {
  margin-bottom: 15px;
}
.txtMaps .gColor {
  font-size: 15px;
  font-weight: 500;
}
.subMaps {
  color: #A7ADB3;
  font-size: 13px;
}
.subMaps p {
  margin-bottom: 5px;
}
.subMaps p a {
  text-decoration: none;
  color: #545454;
}
.subMaps p a:hover {
  color: #00D0B2;
}
/* clearfix */
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.openseadragon {
  width: 100%;
  min-height: 300px;
  height: 600px;
}
/* Media Queries */
/* (320x480) iPhone (Original, 3G, 3GS) */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .sub-navbar .navbar-brand {
    top: -10px;
  }
  .thumbnail-prensa {
    min-height: 100% !important;
    width: 100% !important;
  }
  
  .container-ejes {
    margin-bottom: 15px;
    padding: 10px;
  }
  .hovereffect {
    overflow: hidden;
    position: relative;
    height: 320px;
    width: 100%;
    margin-bottom: 12px;
  }
  .hovereffect img {
    position: absolute;
  }
  .logo-chapu {
    width: 70%;
  }
  /*.hovereffect img{ height: 350px;}*/
  .logo {
    width: 70px;
    height: 70px;
  }
  .logo img {
    width: 60px;
    height: 70px;
  }
  .tList.dropdown ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .logoGob img {
    width: 80%;
  }
  .carousel-caption {
    top: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .carousel-caption h1 {
    font-size: 14px;
  }
  .carousel-caption h5 {
    font-size: 8px;
  }
  .openseadragon {
    width: 100%;
    min-height: 360px;
    height: 360px;
  }
}
/* Medias Predeterminadas Gob */
@media (max-width: 768px) {
  .sub-navbar .navbar-brand {
    top: 0px;
    font-size: 13px;
  }
  .navbar-brand{
  padding: 15px 10px;
  }
  .detalle-ejes img {
    width: 35% !important;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-toggle .icon-bar.Gray {
    background-color: #fff;
  }
  .openseadragon {
    width: 100%;
    min-height: 300px;
    height: 300px;
  }
}
/* (320x480) Smartphone, Portrait */
@media only screen and (device-width: 320px) and (orientation: portrait) {}
/* (320x480) Smartphone, Landscape */
@media only screen and (device-width: 480px) and (orientation: landscape) {}
/* (480x800) Android */
@media only screen and (min-device-width: 480px) and (max-device-width: 800px) {
  .navbar-inverse .navbar-toggle .icon-bar.Gray {
    background-color: #fff;
  }
}
/* (640x960) iPhone 4 & 4S */
@media only screen and (min-device-width: 640px) and (max-device-width: 960px) {}
.navbar-inverse .navbar-toggle .icon-bar.Gray {
  background-color: #fff;
}

/* (720x1280) Galaxy Nexus, WXGA */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
	.thumbnail-prensa{
		min-height: 100px!important;
	}
	.info-image{width: 100%}
	
	#informacion{
		padding-bottom: 3%;
	}
}
/* (720x1280) Galaxy Nexus, Landscape */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) and (orientation: landscape) {

}
/* (1024x768) iPad 1 & 2, XGA */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  h1 {
    font-size: 30px
  }
  .carousel-caption {
    bottom: -140px
  }
  .hovereffect h2 {
    font-size: 25px;
  }
}
/* (768x1024) iPad 1 & 2, Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .navbar-inverse .navbar-toggle .icon-bar.Gray {
    background-color: #848280;
  }
}
/* (1024x768) iPad 1 & 2, Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}
/* (2048x1536) iPad 3 */
@media only screen and (min-device-width: 1536px) and (max-device-width: 2048px) {}
/* (1280x720) Galaxy Note 2, WXGA */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {}
/* (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {}
/* (1280x1024) SXGA Display */
@media screen and (max-width: 1280px) {}
/* (1440x900) WXGA+ Display */
@media screen and (max-width: 1440px) {}
/* (1680x1050) WSXGA+ Display */
@media screen and (max-width: 1680px) {}
/* (1920x1080) Full HD Display */
@media screen and (max-width: 1920px) {}
/* (1600x900) HD+ Display */
@media screen and (max-width: 1600px) {}
.page_link a.current {
  background-color: #F2F2F2;
}
.page_link a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #12C;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.thumbnail {
  min-height: 500px;
  overflow: hidden;
  display: block
}
.thumbnail2 {
  max-height: 300px;
  overflow: hidden;
  display: block;
}
.thumbnail-prensa {
  overflow: hidden;
  display: block;
  /*border: solid 1px #ccc;*/
  line-height: 1.428571429;
  margin-bottom: 18px;
}
.thumbnail-prensa a{
  height: 320px;
  width: 100%;
  display: inline-block;
  position: relative;
  display: flex;
  align-items: end;
}
.thumbnail-prensa a > img, .thumbnail-prensa > img {
  max-height: 300px;
}
.thumbnail-prensa a > img, .thumbnail-prensa > img {
  /* display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; */
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
/*efecto lupa imagenes galeria */
.thumbnail2-border {
  border: 1px solid #ccc;
  padding: 5px
}
.efectolupa {
  cursor: pointer;
  position: relative;
}
.efectolupa img:hover {
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
}
.efectolupa:after {
  content: '\f002';
  position: absolute;
  color: #FFF;
  width: 30px;
  height: 30px;
  bottom: 0px;
  right: 0px;
  font-family: FontAwesome;
  font-style: normal;
  /*opacity: 0.8;*/
  font-size: 18px;
  padding: 5px;
  transform: translate(-60%, -10%);
}
.pie {
  font-size: 12px;
  font-weight: 600;
  color: #6B9060;
  padding-top: 7px;
}
.prensa-box {
  margin-top: 10px;
}
.breadcrumb {
  font-size: 14px
}
.thumbnail a > img, .thumbnail > img {
  max-height: 300px
}
.destacado {
  color: #539886
}
/*class Seguir leyendo>*/
#morecss-trigger-toggle {
  cursor: pointer;
}
#morecss-element-toggle {
  display: none;
}
#morecss-element-toggle:not(:checked) ~ #morecss-toggled-element {
  display: none;
}
#morecss-element-toggle:not(:checked) ~ #morecss-trigger-toggle .lesslink {
  display: none;
}
#morecss-element-toggle:checked ~ #morecss-abstract {
  display: none;
}
#morecss-element-toggle:checked ~ #morecss-trigger-toggle .morelink {
  display: none;
}
#morecss .morelink, #morecss .lesslink {
  display: block;
  cursor: pointer;
  color: #539886;
  font-size: 14px;
}
#morecss .morelink:hover, #morecss .lesslink:hover {
  text-decoration: underline;
}
/*class Ejes>*/
.thumb-ejes {
  overflow: hidden;
  display: block;
  padding-top: 10px;
}
.container-ejes {
  position: relative;
  min-height: 380px;
  /*width: 50%;*/
  -webkit-box-shadow: 2px 1px 5px 0px rgba(156, 151, 156, 1);
  -moz-box-shadow: 2px 1px 5px 0px rgba(156, 151, 156, 1);
  box-shadow: 2px 1px 5px 0px rgba(156, 151, 156, 1);
}
.image-ejes {
  display: block;
  width: 100%;
  height: auto;
}
.overlay-ejes {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #6B9060;
  cursor: pointer;
}
.container-ejes:hover .overlay-ejes {
  opacity: 1;
}
.text-ejes {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.box-ejes {
  background-color: #f4f4f4;
}
input[id^="spoiler"] {
  display: none;
}
input[id^="spoiler"] + label {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 5px 20px;
  background: #e1a;
  color: #fff;
  text-align: center;
  font-size: 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .6s;
}
input[id^="spoiler"]:checked + label {
  color: #333;
  background: #ccc;
}
input[id^="spoiler"] ~ .spoiler {
  width: 90%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 10px auto 0;
  padding: 10px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all .6s;
}
input[id^="spoiler"]:checked + label + .spoiler {
  height: auto;
  opacity: 1;
  padding: 10px;
}
.btn-primary {
  border: 2px solid #B38E5D;
  box-shadow: 0 0 0 0 #B38E5D;
  color: #000;
  background-color: transparent;
}
.btn-primary:hover {
  border: 2px solid #B38E5D;
  box-shadow: 0 0 0 0 #B38E5D;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #DFD9CD;
  border-color: #B38E5D;
  transition: all .5s ease;
}
.btn-primary.focus, .btn-primary:focus {
  color: #FFFFFF;
  background-color: #FFF;
  border-color: #B38E5D;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #FFF;
  border-color: #B38E5D;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: dotted thin;
  color: #B38E5D;
  outline-offset: -2px;
}
/* Icon when the collapsible content is shown */
.btn2:after {
  font-family: "Glyphicons Halflings";
  content: "\e113";
  float: right;
  margin-left: 3px;
  color: #B38E5D;
  transition: all .5s ease;
}
.btn-mas:focus {
  color: #FFF;
  text-decoration: none;
}
/* Icon when the collapsible content is hidden */
.btn2.collapsed:after {
  content: "\e114";
  color: #B38E5D;
}
.ejes .thumbnail {
  cursor: pointer;
}
.detalle-ejes {
  margin-top: 3%;
  box-shadow: 2px 1px 5px 0px rgba(156, 151, 156, 1);
  color: #000;
  display: inline-block;
  padding: 30px;
  text-align: left;
  opacity: 0;
  width: 100%;
}
.detalle-ejes.active {
  opacity: 1;
}
.detalle-ejes img {
  width: 10%;
  margin: 0 20px 20px 0;
}
.detalle-ejes > div {
  display: none;
}
.detalle-ejes > div.active {}
.detalle-ejes h4 {
  color: #B38E5D;
}
.list-inline > li {
  padding-left: 20px;
  margin-bottom: 20px;
}
.donde {
  font-weight: bold;
  color: #6B9060;
  font-size: 18px;
}
.consulta {
  color: #000;
  font-size: 13px;
}
.consulta a {
  font-weight: bold;
  color: #6B9060;
}
.consulta a:hover {
  font-weight: bold;
  color: #000;
}
#cerrar-eje {
  position: absolute;
  right: 30px;
  font-size: 24px;
  color: #666;
  z-index: 999;
}
.info-text li {
  list-style: none;
  font-variant: small-caps;
}
.sumario {
  line-height: 30px;
  /*background-color: #F4F4F4;*/
  padding: 1%;
  margin: 2%;
}
.slider-galeria .efectolupa {
  margin: 0 5px;
}
.col-md-3.col-sm-6.col-6.efectolupa {
  margin-bottom: 3rem;
}
#actividades .activity-cards .thumbnail {
  min-height: 0;
}
#actividades .activity-cards > .row {
  background-color: #fff;
  display: flex;
  flex-flow: wrap;
}
.info-oferta > div > .row > .col-md-6 {
  margin-bottom: 0;
  padding-bottom: 0px;
}
.info-oferta > div > .row {
  display: flex;
  flex-wrap: wrap;
}
.full-banner {
  width: 100%;
  background-image: url(../images/fondo-bosque2.jpg);
  background-size: cover;
}
.full-banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 90%;
  margin-top: 34px;
}

.full-banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 90%;
  margin-top: 34px;
  color: #ffffff;
  font-size: 4rem;
  text-align: center;
}

.full-banner a {
  position: absolute;
  bottom: 25px;
  left: 50%;
  font-size: 32px;
  opacity: .7;
  color: #fff;
  transform: translateX(-50%);
  transition: all .3s ease;
  border: 3px solid #fff;
  border-radius: 100%;
  display: flex;
  width: 35px;
  height: 35px;
  justify-content: center;
}
.full-banner a:hover {
  opacity: 1;
}
a:focus, a:hover {
  text-decoration: none;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
#this-timeline section + section {
  margin: inherit;
}
#this-timeline .content p {
  margin-top: 10px;
}
.complejo-lp {
  border-bottom: 15px solid #B38E5D;
  background-image: url(../images/lospinos-back.jpg);
  background-size: cover;
  background-position: center;
  padding: 70px 17px;
  color: #fff;
}
.complejo-lp img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}
.complejo-lp h3 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 24px;
}
.fondo-gallery {
  background-color: #6B9060;
  padding-top: 35px;
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom: 10px solid #B38E5D;
}
.title span {
  font-size: 2.5rem;
}
.tit-head {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
#footer .instituciones, #footer .fotografo{
	color: #9D2449;
} 
#footer .instituciones a, #footer .fotografo a{
	color: #9D2449;
} 
#footer .flex-wrap {
	width: 100%;
    align-items: end;
	font-size: 15px;
	border-top: 1px solid #ccc;
	padding-top: 25px;
}
.vertical-buffer a{
	color: #FFF;
}
.vertical-buffer a:hover{
	color: #B38E5D;
}
 #aarriba{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #D4C19C ;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#aarriba:hover {
  background-color: #555;
}
.directorio section .row div.col-md-3{
	margin-bottom: 2rem;
}
