/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

 /* Reset Styles
***********************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q demo
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('../fonts/webfonts/flexslider-icon.eot');
  src:url('../fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/webfonts/flexslider-icon.woff') format('woff'),
    url('../fonts/webfonts/flexslider-icon.ttf') format('truetype'),
    url('../fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

 #main{
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
 }
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  /*width: 100%;*/
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  background: #f4f4f2;
  /*border: 4px solid #fff;*/
  position: relative;
  zoom: 1;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.flex-direction-nav a:before {
  font-family: 'flexslider-icon';
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: 'flexslider-icon';
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: center;
  z-index: 5;
}
.flex-control-nav li {
  margin: 0 35px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 20px;
  height: 20px;
  display: block;
  background: #AAA;
  border: 1px solid #AAA;
  /*background: rgba(0, 0, 0, 0.5);*/
  cursor: pointer;
  text-indent: -9999px;
  /*-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #777;
  border: 1px solid #777;
}
.flex-control-paging li a.flex-active {
  background: #c52e37;
  border: 1px solid #c52e37;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flex-caption {
    position: absolute;
    width: 35%;
    padding: 3%;
    left: 0;
    top: 25%;
    right: 0;
    background: rgba(189,158,76,.9);
    color: #FFF;
    outline: 1px solid #FFF;
    outline-offset: -10px;
    /* text-shadow: 0 -1px 0 rgba(0,0,0,.3); */
    line-height: 18px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
}
li.css a {
    border-radius: 0;
}
.flex-caption span{
  font-weight: bold;
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}
.flex-caption img{
  margin: 10px auto 0;
  width: 105px;
  text-align: center;
}
/* ====================================================================================================================
 * AUDIO
 * ====================================================================================================================*/
  #wrapper{
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 10px;
  }
 #wrapper p{
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
  color: #bd9e4c;
  margin: 0 0 10px 40px;
 }
 #wrapper span{
  font-size: 11px;
  color: #bd9e4c;
  margin-left: 40px;
  width: 250px;
  display: block;
  line-height: 1.2;
 }
.audioplayer{
  width: 250px;
  height: 2.5em; /* 40 */
  color: #bd9e4c;
  border: none;
  position: relative;
  z-index: 1;
  font-size: 12px;
}
  .audioplayer-mini{
    width: 2.5em; /* 40 */
    margin: 0 auto;
  }
  .audioplayer > div{
    position: absolute;
  }
  .audioplayer-playpause{
    width: 2.5em; /* 40 */
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0;
  }
    /*.audioplayer:not(.audioplayer-mini) .audioplayer-playpause
    {
      border-right: 1px solid #bd9e4c;
    }*/
    .audioplayer-mini .audioplayer-playpause
    {
      width: 100%;
    }
    /*.audioplayer-playpause:hover,
    .audioplayer-playpause:focus
    {
      background-color: #7c6532;
    }*/
    .audioplayer-playpause a
    {
      display: block;
    }
    .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a{
      width: 0;
      height: 0;
      border: 1em solid transparent; /* 8 */
      border-right: none;
      border-left-color: #bd9e4c;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -0.5em 0 0 -0.25em; /* 8 4 */
    }
    .audioplayer-playing .audioplayer-playpause a
    {
      width: 1em; /* 12 */
      height: 1.5em; /* 12 */
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -0.375em 0 0 -0.375em; /* 6 */
    }
      .audioplayer-playing .audioplayer-playpause a:before,
      .audioplayer-playing .audioplayer-playpause a:after
      {
        width: 40%;
        height: 100%;
        background-color: #bd9e4c;
        content: '';
        position: absolute;
        top: 0;
      }
      .audioplayer-playing .audioplayer-playpause a:before
      {
        left: 0;
      }
      .audioplayer-playing .audioplayer-playpause a:after
      {
        right: 0;
      }
  .audioplayer-time
  {
    width: 4em; /* 70 */
    height: 100%;
    line-height: 2.375em; /* 38 */
    text-align: center;
    z-index: 2;
    top: 0;
  }
    .audioplayer-time-current
    {
      /*border-left: 1px solid #111;
      border-left-color: rgba( 0, 0, 0, .25 );*/
      border: none;
      left: 2.5em; /* 40 */
    }
    .audioplayer-time-duration
    {
      border: none;
      right: 2.5em;
    }
      .audioplayer-novolume .audioplayer-time-duration
      {
        border-right: 0;
        right: 0;
      }
  .audioplayer-bar
  {
    height: 0.8em; /* 14 */
    /*background-color: #7c6532;*/
    cursor: pointer;
    z-index: 1;
    top: 25%;
    right: 6.5em; /* 110 */
    left: 6.5em; /* 110 */
    margin-top: 0; /* 7 */
  }
    .audioplayer-novolume .audioplayer-bar
    {
      right: 4.375em; /* 70 */
    }
    .audioplayer-bar div
    {
      width: 0;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
    }
    .audioplayer-bar-loaded
    {
      background: none;
      border: 1px solid #bd9e4c;
      z-index: 1;
    }
    .audioplayer-bar-played
    {
      background: #bd9e4c;
      border: 1px solid #bd9e4c;
      z-index: 2;
    }
  .audioplayer-volume
  {
    width: 2.5em; /* 40 */
    height: 100%;
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25 );
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0;
    display: none;
  }
    .audioplayer-volume:hover,
    .audioplayer-volume:focus
    {
      background-color: #222;
    }
    .audioplayer-volume-button
    {
      width: 100%;
      height: 100%;
    }
      .audioplayer-volume-button a
      {
        width: 0.313em; /* 5 */
        height: 0.375em; /* 6 */
        background-color: #fff;
        display: block;
        position: relative;
        z-index: 1;
        top: 40%;
        left: 35%;
      }
        .audioplayer-volume-button a:before,
        .audioplayer-volume-button a:after
        {
          content: '';
          position: absolute;
        }
        .audioplayer-volume-button a:before
        {
          width: 0;
          height: 0;
          border: 0.5em solid transparent; /* 8 */
          border-left: none;
          border-right-color: #fff;
          z-index: 2;
          top: 50%;
          right: -0.25em;
          margin-top: -0.5em; /* 8 */
        }
        .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after
        {
          /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
          width: 0.313em; /* 5 */
          height: 0.313em; /* 5 */
          border: 0.25em double #fff; /* 4 */
          border-width: 0.25em 0.25em 0 0; /* 4 */
          left: 0.563em; /* 9 */
          top: -0.063em; /* 1 */
          -webkit-border-radius: 0 0.938em 0 0; /* 15 */
          -moz-border-radius: 0 0.938em 0 0; /* 15 */
          border-radius: 0 0.938em 0 0; /* 15 */
          -webkit-transform: rotate( 45deg );
          -moz-transform: rotate( 45deg );
          -ms-transform: rotate( 45deg );
          -o-transform: rotate( 45deg );
          transform: rotate( 45deg );
        }
    .audioplayer-volume-adjust
    {
      height: 6.25em; /* 100 */
      cursor: default;
      position: absolute;
      left: 0;
      right: -1px;
      top: -9999px;
      background: #222;
      background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
      background: -webkit-linear-gradient( top, #444, #222 );
      background: -moz-linear-gradient( top, #444, #222 );
      background: -ms-radial-gradient( top, #444, #222 );
      background: -o-linear-gradient( top, #444, #222 );
      background: linear-gradient( top, #444, #222 );
      -webkit-border-top-left-radius: 2px;
      -webkit-border-top-right-radius: 2px;
      -moz-border-radius-topleft: 2px;
      -moz-border-radius-topright: 2px;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
    }
      .audioplayer-volume:not(:hover) .audioplayer-volume-adjust
      {
        opacity: 0;
      }
      .audioplayer-volume:hover .audioplayer-volume-adjust
      {
        top: auto;
        bottom: 100%;
      }
      .audioplayer-volume-adjust > div
      {
        width: 40%;
        height: 80%;
        background-color: #222;
        cursor: pointer;
        position: relative;
        z-index: 1;
        margin: 30% auto 0;
      }
        .audioplayer-volume-adjust div div
        {
          width: 100%;
          height: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          background: #007fd1;
          background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
          background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
          background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
          background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
          background: -o-linear-gradient( bottom, #007fd1, #c600ff );
          background: linear-gradient( bottom, #007fd1, #c600ff );
        }
    .audioplayer-novolume .audioplayer-volume
    {
      display: none;
    }

  /*.audioplayer-play,
  .audioplayer-pause,
  .audioplayer-volume a
  {
    -webkit-filter: drop-shadow( 1px 1px 0 #000 );
    -moz-filter: drop-shadow( 1px 1px 0 #000 );
    -ms-filter: drop-shadow( 1px 1px 0 #000 );
    -o-filter: drop-shadow( 1px 1px 0 #000 );
    filter: drop-shadow( 1px 1px 0 #000 );
  }*/
  /*.audioplayer-bar,
  .audioplayer-bar div,
  .audioplayer-volume-adjust div
  {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .audioplayer-bar,
  .audioplayer-volume-adjust > div
  {
    -webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
    -moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
    box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
  }
  .audioplayer-volume-adjust div div,
  .audioplayer-bar-played
  {
    -webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
    -moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
    box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
  }
  .audioplayer-volume-adjust
  {
    -webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
    -moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
    box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
  }
  .audioplayer *,
  .audioplayer *:before,
  .audioplayer *:after
  {
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  }*/


/* ====================================================================================================================
 * TOOLTIP
 * ====================================================================================================================*/
.tooltip {
  position: absolute;
  z-index: 10;
  width: 81px;
  height: 80px;
  cursor: pointer;
  top: 70%;
  left: 12%;
  background: url(../images/btn-judiciales.png);
  background-position: 0 0;
}
.tooltip:hover {
  background-position: 0 -80px;
}
.tooltip-item {
  left: 50%;
  top: 50%;
  margin: 0;
  position: absolute;
  display: block;
}
.tooltip:hover .tooltip-item {
  border-color: #FFF;
}
/*.tooltip:first-child {
  top: 15%;
  left: 35%;
}*/
.tooltip:nth-child(2) {
  background: url(../images/btn-legislativas.png);
  top: 25%;
  left: 12%;
  background-position: 0 0;
}
.tooltip:nth-child(2):hover {
  background-position: 0 -80px;
}
.tooltip:nth-child(3) {
  background: url(../images/btn-exteriores.png);
  top: 30%;
  left: 55%;
  background-position: 0 0;
}
.tooltip:nth-child(3):hover {
  background-position: 0 -80px;
}
.tooltip:nth-child(4) {
  background: url(../images/btn-defensa.png);
  top: 45%;
  left: 70%;
  background-position: 0 0;
}
.tooltip:nth-child(4):hover {
  background-position: 0 -80px;
}
.tooltip:nth-child(5) {
  background: url(../images/btn-ejecutiva.png);
  top: 50%;
  left: 10%;
  background-position: 0 0;
}
.tooltip:nth-child(5):hover {
  background-position: 0 -80px;
}
/* Tooltip */
.tooltip-content {
  font-family: 'Roboto Slab', serif;
  position: absolute;
  z-index: 9999;
  width: 300px;
  bottom: 0px;
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  background: rgba(189,158,76,.9);
  color: #FFF;
  outline: 1px solid #FFF;
  outline-offset: -10px;
  font-size: 15px;
  line-height: 1.3;
}
.tooltip-content b{
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.tooltip-west .tooltip-content {
  left: 6em;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
}
.tooltip-east .tooltip-content {
  right: 6em;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
}
.tooltip:hover .tooltip-content {
  opacity: 1;
  pointer-events: auto;
}

.tooltip2 {
  position: absolute;
  z-index: 10;
  width: 81px;
  height: 80px;
  cursor: pointer;
  top: 50%;
  left: 85%;
  background: url(../images/btn-camarlengo.png);
  background-position: 0 0;
}
.tooltip2:hover {
  background-position: 0 -80px;
}
.tooltip2-item {
  left: 50%;
  top: 50%;
  margin: 0;
  position: absolute;
  display: block;
}
.tooltip2:hover .tooltip2-item {
  border-color: #FFF;
}
/*.tooltip:first-child {
  top: 15%;
  left: 35%;
}*/
.tooltip2:nth-child(2) {
  background: url(../images/btn-conclave.png);
  top: 20%;
  left: 55%;
  background-position: 0 0;
}
.tooltip2:nth-child(2):hover {
  background-position: 0 -80px;
}
.tooltip2:nth-child(3) {
  background: url(../images/btn-colegio.png);
  top: 30%;
  left: 65%;
  background-position: 0 0;
}
.tooltip2:nth-child(3):hover {
  background-position: 0 -80px;
}
.tooltip2:nth-child(4) {
  background: url(../images/btn-cardenales.png);
  top: 40%;
  left: 75%;
  background-position: 0 0;
}
.tooltip2:nth-child(4):hover {
  background-position: 0 -80px;
}

/* Tooltip */
.tooltip2-content {
  font-family: 'Roboto Slab', serif;
  position: absolute;
  z-index: 9999;
  width: 300px;
  bottom: 0px;
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  background: rgba(189,158,76,.9);
  color: #FFF;
  outline: 1px solid #FFF;
  outline-offset: -10px;
  font-size: 15px;
  line-height: 1.3;
}
.tooltip2-content b{
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.tooltip2-west .tooltip2-content {
  left: 6em;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
}
.tooltip2-east .tooltip2-content {
  right: 6em;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
}
.tooltip2:hover .tooltip2-content {
  opacity: 1;
  pointer-events: auto;
}

/* ====================================================================================================================
 * INTRO
 * ====================================================================================================================*/
 *, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{background: #F4F4F2;}
body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}
.window{
  max-width: 1200px;
  margin: 0 auto;
  background: url(../images/back-intro.jpg) 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding: 9.5em 2em;
}
.cd-section {
  font-family: 'Roboto Slab', serif;
  padding: 2em 3em;
  text-align: center;
}
.cd-section p {
  color: #BD9E4C;
  margin: 15px auto;
  width: 50%;
  font-size: 16px;
  line-height: 1.6;
}
.cd-section p span {
  display: block;
}
.cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}
.cd-modal::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  background: #F4F4F2;
}
.cd-modal .cd-modal-content {
  height: 100%;
  width: 100%;
  padding: 0;
  text-align: left;
  overflow-y: auto;
}
.cd-modal p {
  color: #FFF;
  line-height: 1.6;
  margin: 2em 0;
}
.modal-is-visible .cd-modal {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}
.modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}
.cd-modal-action {
  position: relative;
}
.cd-modal-action .btn, .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: auto;
  background-color: none;
}
.cd-modal-action .btn {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  width: 203px;
  height: 61px;
  color: #FFF;
  background: url(../images/btn-intro.png) 0 -61px;
  padding: 25px 0 0;
  /*white-space: nowrap;*/
  /*-webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;*/
}
.cd-modal-action .btn:hover{
  background: url(../images/btn-intro.png) 0 0;
}
/*.cd-modal-action .btn.to-circle {
  width: 0em;
  color: transparent;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}*/
.cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 4em;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.1s 0s, visibility 0s 0.1s, opacity 0.1s 0s;
  -moz-transition: -moz-transform 0.1s 0s, visibility 0s 0.1s, opacity 0.1s 0s;
  transition: transform 0.1s 0s, visibility 0s 0.1s, opacity 0.1s 0s;
}
.cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}
.cd-modal-close {
  position: fixed;
  z-index: 5;
  top: 1%;
  right: 1%;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: url(../images/web-page-home.svg) no-repeat center center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.modal-is-visible .cd-modal-close:hover {opacity: 0.5;}

.cd-section .redes{
  width: 150px;
  margin: 10px auto;
}
.cd-section .redes li{
  display: inline-block;
  margin: 0 10px;
}
.cd-section .redes .facebook{
  background: url(../images/facebook.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
}
.cd-section .redes .facebook:hover {opacity: 0.5;}

.cd-section .redes .twitter{
  background: url(../images/twitter.svg) no-repeat center center;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
}
.cd-section .redes .twitter:hover {opacity: 0.5;}

.cd-section .redes .google{
  background: url(../images/google.svg) no-repeat center center;
  width: 30px;
  height: 20px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
}
.cd-section .redes .google:hover {opacity: 0.5;}

.cd-section .fuente{
  font-family: 'Open Sans', sans-serif;
  padding: 40px 0 0;
  font-size: 11px;
  color: #BD9E4C;
}
.cd-section .fuente ul li{margin: 5px 0;}
.cd-section .fuente ul li a{color: #BD9E4C;}
.cd-section .fuente ul li a:hover{text-decoration: none;}

.slider .txt-gobierno{
  font-family: 'Roboto Slab', serif;
  color: #BD9E4C;
  padding: 15px;
  font-size: 15px;
  position: absolute;
  right: 200px;
  top: 0px;
  width: 450px;
  line-height: 1.3;
}
.slider .txt-gobierno span{
  font-weight: bold;
}