@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin: 1rem; }
  body a {
    color: #316577; }

h2 {
  text-align: center;
  margin-bottom: 3rem;
  color: #316577;
  font-size: 3rem; }
  h2:after {
    content: " ";
    width: 80px;
    height: 2px;
    background-color: #f4d93a;
    display: block; }

.navegacion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 3%;
  display: flex;
  justify-content: space-between; }
  .navegacion a {
    color: #f2f2f2;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 1rem;
    font-size: .9rem; }

header {
  background-image: url(../img/portada.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  header p {
    width: 60%;
    color: #f2f2f2;
    text-align: center;
    margin-top: 2rem;
    border-top: 2px solid #f2f2f2;
    padding-top: 1rem; }
  header .bajar {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    margin-left: -15px; }

#intro {
    background-color: #84af39;
    padding: 3rem;
    text-align: center;
    color: #fff; }
  .intro p {
    text-align: center;
    font-size: 1.2rem; }
  .intro .ver_audio {
    background-color: #f4d93a;
    color: #316577;
    border: none;
    padding: 5px 10px;
    margin: 2rem;
    margin-bottom: 0;
    cursor: pointer;
    box-shadow: 10px 9px 0px -4px #b19b1e; }
  .intro .ver_metodologia {
    color: #f4d93a;
    background-color: transparent;
    border: none;
    padding: 5px 10px;
    margin-top: 3rem;
    cursor: pointer;
    font-weight: bold; }

.cifras {
  padding: 5rem; }
  .cifras .cifra {
    border-right: 1px solid #ccc;
    text-align: center;
    position: relative; }
    .cifras .cifra:last-child {
      border-right: none; }
      .cifras .cifra:last-child h3:after {
        display: none; }
      .cifras .cifra:last-child h3:before {
        display: none; }
    .cifras .cifra h3 {
      font-size: 4rem;
      margin-bottom: 1.5rem;
      font-weight: bold;
      color: #316577;
      margin-bottom: 0; }
      .cifras .cifra h3:before {
        content: " ";
        width: 230px;
        border-bottom: 1px dashed #316577;
        display: block;
        transform: translateX(115%); }
      .cifras .cifra h3:after {
        content: " ";
        width: 15px;
        height: 15px;
        background-color: #316577;
        display: block;
        transform: translateX(115%);
        border-radius: 50%;
        right: -120px;
        position: absolute;
        top: -8px; }
    .cifras .cifra label {
      color: #316577; }
  .cifras p, .cifras ol, .cifras ul {
    font-size: .9rem;
    color: #666; }
    .cifras p.title, .cifras ol.title, .cifras ul.title {
      font-weight: bold;
      text-align: center; }

.map {
  width: 100%; }
  .map .map_content {
    height: 100vh;
    width: 100%; }

.btn-vermas {
  background-color: #316577;
  color: #f2f2f2;
  border: none; }

#seccionMapa {
  position: relative; }
  #seccionMapa .ventana {
    position: absolute;
    top: 30px;
    right: 30px;
    height: calc(100vh - 60px);
    width: 50%;
    background-color: #84af39;
    z-index: 1000;}
    #seccionMapa .ventana .content-vent {
      padding: 2rem; }
      #seccionMapa .ventana .content-vent h2 {
        font-size: 1.8rem;
        font-weight: bold; }
        #seccionMapa .ventana .content-vent h2 span {
          font-size: 1.1rem; }
      #seccionMapa .ventana .content-vent img {
        width: 100%;
        height: auto;
        margin-top: 2rem; }
      #seccionMapa .ventana .content-vent h3 {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 0;
        text-align: center;
        letter-spacing: 1px;
        color: #fff; }
        #seccionMapa .ventana .content-vent h3 span {
          font-size: 1rem; }
      #seccionMapa .ventana .content-vent .header {
        margin-bottom: 2rem; }
  #seccionMapa .cifras_gene {
    display: flex; }
    #seccionMapa .cifras_gene .item__cifras_gene {
      flex-basis: 50%;
      text-align: center; }
      #seccionMapa .cifras_gene .item__cifras_gene h2 {
        font-size: 5rem;
        margin-bottom: 0;
        font-weight: bold;
        display: inline-block;
        position: relative; }
        #seccionMapa .cifras_gene .item__cifras_gene h2:after {
          display: none; }
      #seccionMapa .cifras_gene .item__cifras_gene.entre {
        background-color: #316577;
        color: #f2f2f2; }
        #seccionMapa .cifras_gene .item__cifras_gene.entre h2 {
          color: #f2f2f2; }
          #seccionMapa .cifras_gene .item__cifras_gene.entre h2:after {
            content: " ";
            display: block;
            width: 150px;
            border-top: 1px dashed #f2f2f2;
            border-right: 1px dashed #f2f2f2;
            height: 60px;
            background-color: transparent;
            position: absolute;
            right: -170px;
            top: 50%; }
          #seccionMapa .cifras_gene .item__cifras_gene.entre h2:before {
            content: " ";
            display: block;
            width: 150px;
            border-top: 1px dashed #f2f2f2;
            border-left: 1px dashed #f2f2f2;
            height: 60px;
            background-color: transparent;
            position: absolute;
            left: -170px;
            top: 50%; }
      #seccionMapa .cifras_gene .item__cifras_gene.grupos {
        background-color: #f4d93a;
        color: #316577; }
        #seccionMapa .cifras_gene .item__cifras_gene.grupos h2 {
          color: #316577; }
          #seccionMapa .cifras_gene .item__cifras_gene.grupos h2:after {
            content: " ";
            display: block;
            width: 150px;
            border-top: 1px dashed #316577;
            border-right: 1px dashed #316577;
            height: 60px;
            background-color: transparent;
            position: absolute;
            right: -170px;
            top: 50%; }
          #seccionMapa .cifras_gene .item__cifras_gene.grupos h2:before {
            content: " ";
            display: block;
            width: 150px;
            border-top: 1px dashed #316577;
            border-left: 1px dashed #316577;
            height: 60px;
            background-color: transparent;
            position: absolute;
            left: -170px;
            top: 50%; }
        #seccionMapa .cifras_gene .item__cifras_gene.grupos .item-cg {
          flex-basis: 50%; }
  #seccionMapa .cifras-g {
    padding: 0 4rem 1rem 4rem;
    display: flex; }
    #seccionMapa .cifras-g .item-cg {
      flex-basis: 33.333%;
      text-align: center; }
  #seccionMapa .grficas {
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 4rem;
    text-align: center; }
  #seccionMapa .instru-mapa {
    position: absolute;
    right: 5rem;
    top: 5rem;
    padding: 1.5rem;
    max-width: 250px;
    z-index: 999;
    background: #e8d042;}
    #seccionMapa .instru-mapa p {
      font-size: 1rem;
      margin-bottom: 0; }

#seecionHallazgos {
  padding-top: 4rem; }
  #seecionHallazgos .row {
    margin: 0; }
  #seecionHallazgos .item {
    padding: 0;
    margin: 0; }
    #seecionHallazgos .item img {
      width: 100%;
      height: auto; }
    #seecionHallazgos .item .btn-vermas {
      position: absolute;
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%); }
    #seecionHallazgos .item:before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(49, 101, 119, 0.65);
      width: 100%;
      height: 100%;
      transition: ease-out-in .3s; }
    #seecionHallazgos .item h3 {
      position: absolute;
      z-index: 100;
      top: 4rem;
      left: 4rem;
      width: 60%;
      text-emphasis-color: #555;
      cursor: pointer; }
    #seecionHallazgos .item mark {
      background-color: #f4d93a;
      color: #316577;
      line-height: 2.2rem; }
    #seecionHallazgos .item:hover:before {
      background-color: rgba(49, 101, 119, 0.1); }

#seccionParti {
  background-color: #316577;
  padding: 4rem;
  margin-top: 1rem; }
  #seccionParti h2 {
    color: #f2f2f2; }
    #seccionParti h2:after {
      content: " ";
      width: 80px;
      height: 2px;
      background-color: #f4d93a;
      display: block;
      margin: auto;
      margin-top: 2rem; }
  #seccionParti h3 {
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 3rem;
    font-size: 1.4rem; }
  #seccionParti mark {
    padding: 0 2px;
    background-color: #f4d93a;
    color: #316577; }
  #seccionParti p {
    color: #f2f2f2; }
  #seccionParti .col-md-12 {
    margin-bottom: 4rem; }
  #seccionParti a {
    color: #f4d93a; }

.modal.show .modal-content {
  border-radius: 0; }

.modal.show .modal-dialog {
  max-width: 75%;
  border-radius: 0; }
  .modal.show .modal-dialog .modal-body {
    padding: 3rem; }
    .modal.show .modal-dialog .modal-body h2 {
      font-size: 2.2rem; }
      .modal.show .modal-dialog .modal-body h2:before {
        display: none; }
    .modal.show .modal-dialog .modal-body h3 {
      text-align: center;
      margin: 3rem 0 2rem 0;
      color: #316577;
      font-size: 1.4rem; }
    .modal.show .modal-dialog .modal-body p, .modal.show .modal-dialog .modal-body ol, .modal.show .modal-dialog .modal-body ul {
      font-size: .9rem;
      color: #666; }
      .modal.show .modal-dialog .modal-body p.title, .modal.show .modal-dialog .modal-body ol.title, .modal.show .modal-dialog .modal-body ul.title {
        font-weight: bold;
        text-align: center; }
      .modal.show .modal-dialog .modal-body p.nota, .modal.show .modal-dialog .modal-body ol.nota, .modal.show .modal-dialog .modal-body ul.nota {
        font-size: .75rem;
        line-height: 1rem; }
    .modal.show .modal-dialog .modal-body ol, .modal.show .modal-dialog .modal-body ul {
      line-height: 1.8rem; }
    .modal.show .modal-dialog .modal-body .notas {
      margin-top: 3rem; }
  .modal.show .modal-dialog mark {
    padding: 0 2px;
    background-color: #f4d93a;
    color: #316577; }

#audio .modal-dialog {
  max-width: 600px;
  border-radius: 0; }
  #audio .modal-dialog .modal-body {
    padding: 2rem;
    background-color: #316577; }

#audio .logo-fipcast {
  margin-bottom: 2rem; }

#audio p {
  margin-top: 2rem;
  color: #f2f2f2; }

mark {
      padding: 0 2px;
    background-color: #84af39;
    color: #ffffff;}

.numero {
  position: absolute;
  font-size: 8rem;
  left: -100px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.360784);
  top: 0;
  line-height: 8rem; }

footer {
  padding: 2rem 0 4rem 0; }
  footer .logo-fip {
    margin-left: 2rem; }
  footer .discla {
    font-size: .7rem;
    color: #888; }

.cont-3 {
  max-width: 80%;
  margin: auto; }

blockquote {
  position: relative; }
  blockquote:before {
    content: "“";
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 11rem;
    font-family: time;
    font-weight: bold;
    color: rgba(244, 217, 58, 0.3);
    z-index: 1;
    line-height: 11rem; }
  blockquote:after {
    content: "”";
    position: absolute;
    right: 0;
    bottom: -70px;
    font-size: 11rem;
    font-family: time;
    font-weight: bold;
    color: rgba(244, 217, 58, 0.3);
    z-index: 1;
    line-height: 8rem; }

#venta {
  z-index: 999;
  display: none; }

.none {
  display: none; }

.block {
  display: block !important; }

.responsive {
  width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

#close {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  color: #84af39;
  cursor: pointer; }

.video{
  position: relative;
  position: 0;
}

.video img{
  margin: 0;
  display: block;
}

.video:before{
  content: " ";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3411764705882353);
    position: absolute;
    top: 0;
    left: 0;
}

.video:after{
  content: " ";
    width: 50px;
    height: 50px;
    background-image: url(../img/icon-play.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    border-radius: 50%;
}

.v-none{
  display: none;
}

.documentos{
  display: flex;
  flex-wrap: wrap;
}

.documentos .item:last-child{
  flex-basis: 60%;
  text-align: center;
  padding: .5rem 1rem;
  box-sizing: border-box;
}

.documentos .item:first-child{
  flex-basis: 40%;
  text-align: center;
  border-right: 1px dotted #fff;
  padding: .5rem 1rem;
  box-sizing: border-box;
}

.documentos .item a{
  color: #fff;
  font-size: .9rem;
}

.video-iframe{
  margin-top: 2rem;
}

.link-docu{
  display: inline-block;
  padding: .5rem 2rem;
  border: 1px solid #fff;
  color: #fff;
}

.link-docu:hover{
  background-color: #fff;
  color: #84af39;
}

.logos img{
    margin-right: 20px;
}

.logo-dct{
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 1000;
}
/*# sourceMappingURL=maps/styles.css.map */
