@font-face {
    font-family: 'cooper_hewittbook';
    src: url('../fonts/cooperhewitt-book-webfont.eot');
    src: url('../fonts/cooperhewitt-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-book-webfont.woff2') format('woff2'),
         url('../fonts/cooperhewitt-book-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-book-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-book-webfont.svg#cooper_hewittbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cooper_hewittmedium';
    src: url('../fonts/cooperhewitt-medium-webfont.eot');
    src: url('../fonts/cooperhewitt-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-medium-webfont.woff2') format('woff2'),
         url('../fonts/cooperhewitt-medium-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-medium-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-medium-webfont.svg#cooper_hewittmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cooper_hewittlight_italic';
    src: url('../fonts/cooperhewitt-lightitalic-webfont.eot');
    src: url('../fonts/cooperhewitt-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cooperhewitt-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/cooperhewitt-lightitalic-webfont.woff') format('woff'),
         url('../fonts/cooperhewitt-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/cooperhewitt-lightitalic-webfont.svg#cooper_hewittlight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  background: #ffffff;
  color: #000;
  font: 16px/26px 'cooper_hewittbook', Arial, Helvetica, Sans-serif;
  font-style: normal;
  font-weight: normal;
}

.container {
  max-width: 970px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'cooper_hewittbook', Arial, Helvetica, Sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1, .h1 {
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-family: 'cooper_hewittmedium', Arial, Helvetica, Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

p {  
  margin-bottom: 25px; 
}

ul {  
  list-style-position: inside;
  margin-bottom: 1em; 
  padding: 0; 
}

b, strong {
  font-family: 'cooper_hewittmedium', Arial, Helvetica, Sans-serif;
  font-style: normal;
  font-weight: normal;
}

i {
  font-family: 'cooper_hewittlight_italic', Arial, Helvetica, Sans-serif;
  font-style: normal;
  font-weight: normal;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

.btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.imagenes{

width: 500px;

}

.imagenes img{

height: 100%;
    width: 150px;
padding: 10px;
}
/* HEADER 
------------------------------------------------------------------------------*/
#header {
  font-size: 14px;
  line-height: 17px;
  padding: 35px 0;
}

#header .container {
  padding: 0 !important;
  position: relative;
  max-width: 940px;
}

#header .navbar-default {
  background: transparent;
}

#header .navbar {
  border: none;
  margin: 0;
  padding: 0;
  border-radius:0; 
  z-index: 1;
}

#header .navbar-brand {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#header .navbar-brand:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#header .navbar-toggle {
  background: url(../images/mobile-menu.png) no-repeat 0 0;
  border: none;
  height: 18px;
  margin: 20px 20px 0 0;
  padding: 0;
  width: 15px;
  z-index: 10;
}

#header .navbar-toggle * {
  display: none;
}

#header .navbar-collapse {
  overflow: hidden;
  padding: 0;
}

/* MENU ------------------------------*/
#header .menu ul {
  float: right;
  margin-right: 0;
}

#header .menu a {
  background: none;
  font-size: 16px;
  line-height: 1em;
  margin-left: 65px;
  padding: 15px 0;
}
#header .menu li:first-child a {
  margin-left: 0;
}

#header .menu a:hover,
#header .menu .active-trail a,
#header .menu .active a {
  background: none;
  border-bottom: 1px solid #000;
}

/* LANGAGES --------------------------*/
#header .languages {
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  
  position: absolute;
  top: -37px;
  right: 0;
}

#header .contextual-links-wrapper {
  display: none;
}

#header .language-switcher-locale-url li {
  float: left;
  list-style: none outside none;
  margin: 0;
}

#header .language-switcher-locale-url a,
#header .language-switcher-locale-url span {
  color: #999;
  display: inline-block;
  border-bottom: none;
  border-right: 1px solid #E1E1E1;
  margin: 0;
  padding: 15px 10px 0 10px;
}
#header .language-switcher-locale-url li:last-child a,
#header .language-switcher-locale-url li:last-child span {
  border-right: none;
  padding-right: 0;
}

#header .language-switcher-locale-url a:hover,
#header .language-switcher-locale-url .active a {
  background: none;
  border-bottom: none;
  color: #000;
}

/*---------------------------------------------------------------------HEADER */


/* BANNER 
------------------------------------------------------------------------------*/
#banner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 480px;
  height: 480px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

#banner > img {
  height: 480px;
  width: auto;
  max-width: none;
}

#banner .caption {
  margin-top: -70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color=#000000)";/*IE 8*/
  text-shadow: 0px 1px 2px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color=#000000); /*IE 5.5-7*/
}

#banner .caption > span {
  border: 3px solid #fff;
  color: #fff;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
  
    -moz-border-radius: 50%;/*Firefox*/
  -webkit-border-radius: 50%;/*Safari, Chrome*/
  border-radius: 50%;
}

#banner .caption > span i {
  display: inline-block;
  font-size: 2em;
  line-height: 55px;
}

#banner .caption h1 {
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  margin: 45px 0 0 0;
  padding: 0;
}
/*-------------------------------------------------------------------- BANNER */


/* HOME SLIDESHOW 
------------------------------------------------------------------------------*/
#home-slideshow .carousel-inner > .item {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 480px;
  text-align: center;
  height: 480px;
  
  opacity: 0.5;
  filter: alpha(opacity=0.5);

  -webkit-transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
}

#home-slideshow .carousel-inner > .active {
  opacity: 1;
  filter: alpha(opacity=100);
}

#home-slideshow .carousel-inner > .item > img,
#home-slideshow .carousel-inner > .item > a > img {
  display: inline-block;
  height: 480px;
  text-align: center;
  max-width: none;
  width: auto;
}

#home-slideshow .carousel-caption {
  margin-top: -120px;
  top: 50%;
  bottom: auto;
}

#home-slideshow .carousel-caption > span {
  border: 3px solid #fff;
  color: #fff;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
  
    -moz-border-radius: 50%;/*Firefox*/
  -webkit-border-radius: 50%;/*Safari, Chrome*/
  border-radius: 50%;
}

#home-slideshow .carousel-caption > span i {
  display: inline-block;
  font-size: 2em;
  line-height: 55px;
}

#home-slideshow .carousel-caption h1 {
  line-height: 1em;
  margin: 40px 0 15px 0;
  padding: 0;
}

#home-slideshow .carousel-caption .btn {
  color: #000;
  font-size: 16px;
  line-height: 50px;
  padding: 0 45px;
  text-transform: uppercase;
  
    -moz-border-radius: 25px;/*Firefox*/
  -webkit-border-radius: 25px;/*Safari, Chrome*/
  border-radius: 25px;
}

#home-slideshow .carousel-indicators {
  bottom: 25px;
}

#home-slideshow .carousel-indicators li {
  margin: 1px 10px;
}

#home-slideshow .carousel-indicators li:hover,
#home-slideshow .carousel-indicators .active {
  background-color: #fff;
  height: 10px;
  width: 10px;
}
/*------------------------------------------------------------ HOME SLIDESHOW */


/* MAIN 
------------------------------------------------------------------------------*/
#main  {
  border-top: 1px solid #F0F0F0;
  padding: 40px 0 50px 0;
}

.main-container {
  position: relative;   
}


/*---------------------------------------------------------------------- MAIN */


/* BLOCKQUOTE 
------------------------------------------------------------------------------*/
blockquote {
  border-left: none;
  margin: -8px auto 40px auto;
  padding: 0;
  text-align: center;
  max-width: 520px; /* home */
  max-width: 600px; /* biografia */
  max-width: 720px; /* contacto */
  max-width: 620px; /* contacto */
}

blockquote p {
  font: 26px/36px 'cooper_hewittlight_italic', Arial, Helvetica, Sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0;
}

blockquote small {
  color: #000;
  font: 16px/36px 'cooper_hewittmedium', Arial, Helvetica, Sans-serif;
  font-style: normal;
  font-weight: normal;
}

blockquote small:before {
  content: "";
}
/*---------------------------------------------------------------- BLOCKQUOTE */


/* HOME (GALERIA) 
------------------------------------------------------------------------------*/
.home-gallery {
  margin-bottom: 50px;
}

.home-gallery .row > div {
  position: relative;
}

.home-gallery .caption {
  height: auto;
  max-height: none;
  margin-top: -50px;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 15px;
  
  display: none;
}

.home-gallery .row {
  margin-bottom: -20px;
}

.home-gallery .row > div {
  margin-bottom: 20px;
}

.home-gallery .row > div:hover img {
  opacity: 0.25;
  filter: alpha(opacity=25);  
}

.home-gallery .row > div:hover .caption {
  display: block;
}

.home-gallery .caption h2 {
  cursor: pointer;
  font-size: 32px;
  text-decoration: underline;
}

.home-gallery .caption p {
  font-family: 'cooper_hewittbook', Arial, Helvetica, Sans-serif;  
  cursor: pointer;
}
/*------------------------------------------------------------ HOME (GALERIA) */


/* BIOGRAFIA 
------------------------------------------------------------------------------*/
.node-somos {
  margin: -8px auto 40px auto;
  max-width: 620px;
}

.node-somos h6 {
  margin: 35px 0 10px;
}

.node-somos ul {
  list-style: none outside none;
}
/*----------------------------------------------------------------- BIOGRAFIA */


/* SERIES (GALERIA) 
------------------------------------------------------------------------------*/
.gallery .row {
  margin-left: -10px;
  margin-right: -10px;
}

.gallery .row > div {
  padding-left: 10px;
  padding-right: 10px;
}

.gallery img {
  max-width: 100%;
  height: auto;
}

.gallery .caption {
  height: 110px;
  max-height: 110px;
  overflow: hidden;
  text-align: center;
}

.gallery .caption h2 {
  line-height: 1em;
  margin: 20px 0 5px 0;
  text-align: center;
}

.gallery .caption p {
  font-family: 'cooper_hewittlight_italic', Arial, Helvetica, Sans-serif;
}
/*---------------------------------------------------------- SERIES (GALERIA) */


/* SERIES DETALLE 
------------------------------------------------------------------------------*/
.gallery-detail {
  margin-bottom: 30px;
}

.gallery-detail .row {
  margin-left: -20px;
  margin-right: -20px;
}

.gallery-detail .row > div {
  width: 67.34693878%;
  padding-left: 20px;
  padding-right: 20px;

}
.galeria-3-columnas{
  -webkit-columns: 3;
  -moz-columns: 3;
  padding-bottom: 1rem !important;
}
.gallery-detail .row > div:first-child {
  width: 32.65306122%;
}

.gallery-detail img {
 /* display: block;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;*/
    
    margin-bottom: 20px;
max-width: 32%;
height: auto;
padding: 10px;
    
}

.gallery-detail h1 {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.gallery-detail h1 + i {
  display: block;
  margin-bottom: 25px;
}
/*------------------------------------------------------------ SERIES DETALLE */


/* CONTACTO 
------------------------------------------------------------------------------*/
#contacto dl {
  margin: 85px auto 38px auto;
  max-width: 280px;
}

#contacto .dl-horizontal dt {
  font-weight: normal;
  margin-bottom: 5px;
  text-align: left;
  width: 115px;
}

#contacto .dl-horizontal dd {
  margin-bottom: 5px;
  margin-left: 115px;
}
/*------------------------------------------------------------------ CONTACTO */


/* SOCIAL 
------------------------------------------------------------------------------*/
#social {
  background: #f7f7f7;
  font-size: 16px;
  line-height: 26px;
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
}

#social .container {
  max-width: 510px;
}

#social .row > div a {
  display: block;
}

#social .row > div a i {
  border: 2px solid #000;
  display: inline-block;
  height: 35px;
  text-align: center;
  width: 35px;
  
  -moz-border-radius: 50%;/*Firefox*/
  -webkit-border-radius: 50%;/*Safari, Chrome*/
  border-radius: 50%;
}

#social .row > div a i:before {
  margin: 0;
  padding: 0;
}

#social .row > div a span {
  display: block;
  margin-top: 10px;
}
/*-------------------------------------------------------------------- SOCIAL */

/* FOOTER 
------------------------------------------------------------------------------*/
#footer {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  padding: 20px 0;
}
/*-------------------------------------------------------------------- FOOTER */