@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Gotham-Book.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Gotham-Book.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Gotham-Book.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Gotham-Book.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Gotham-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Gotham-Medium.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Gotham-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Gotham-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Berling-Nova';
    src: url('../fonts/BerlingNovaSansPro.eot'); /* IE9 Compat Modes */
    src: url('../fonts/BerlingNovaSansPro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/BerlingNovaSansPro.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/BerlingNovaSansPro.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/BerlingNovaSansPro.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/BerlingNovaSansPro.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


  .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#mantiene {
  position:relative;
  height:80px;
  width:450px;
  margin:0 auto;
}

#mantiene img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#mantiene img.top:hover {
  opacity:0;
}


#hace {
  position:relative;
  height:90px;
  width:450px;
  margin:0 auto;
}

#hace img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#hace img.top:hover {
  opacity:0;
}

#regula {
  position:relative;
  height:80px;
  width:450px;
  margin:0 auto;
}

#regula img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#regula img.top:hover {
  opacity:0;
}

#responsable {
  position:relative;
  height:70px;
  width:450px;
  margin:0 auto;
}

#responsable img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#responsable img.top:hover {
  opacity:0;
}

#emite {
  position:relative;
  height:90px;
  width:450px;
  margin:0 auto;
}

#emite img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#emite img.top:hover {
  opacity:0;
}

a:link {
  color: #A5A3A4;
}

/* visited link */
a:visited {
  color: #8D8B8C;
}

/* mouse over link */
a:hover {
  color: #666;
  text-decoration: none;
}

/* selected link */
a:active {
  color: #8D8B8C;
}

.heading-title{
  font-family: 'Berling-Nova',Fallback,sans-serif;
  font-size: 30px;
  font-weight: bold;
}

.cuerpo{
  font-family: 'Gotham-Book',Fallback,sans-serif;
}

.text-bold{
  font-weight: bold;
}

/*Paneles*/




.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: "FontAwesome";
    content: "\f0d8";
    float: left;
    line-height: 1;
    font-size: 20px;
    font-weight: 400;
    margin-right: 1px;

}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f0d7";    /* adjust as needed, taken from bootstrap.css */
}



.panel-heading {
  padding: 0;
  border:0;
}
.panel-title>a, .panel-title>a:active{
  display:block;
  padding:15px;
  color:#555;
  background-color: #dcd9d9a8;
  font-size:16px;
  font-weight:bold;
  /*text-transform:uppercase;*/
  letter-spacing:1px;
  word-spacing:3px;
  text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
} 