@font-face {
    font-family: 'Brandon Grotesque';
    src: local('Brandon Grotesque Medium'), local('BrandonGrotesque-Medium'),
      url('BrandonGrotesque-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  
  html {
      background-color: #101010;
    font-family: 'Brandon Grotesque' !important;
  }
  
  body {
    margin: 0; 
    background-color: #101010;
    /*font-weight: 500;*/
    /*font-family: 'HelveticaNeue';*/
    font-family: 'Brandon Grotesque' !important;
  }
  
  #navbar-primary .navbar-nav {
    width: 100%;
    text-align: center;
    position: fixed;
    background-color: #101010;
    z-index: 10;
  }
  
  #navbar-primary .navbar-nav > li {
    display: inline-block;
    float: none;
  }
  
  #navbar-primary .navbar-nav > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .nav > li > a:focus, .nav > li > a:hover {
      text-decoration: none;
      background-color: #111;
  }
  
  
  /* menu inicio */
  
  .navbar {
      background-color: #101010;
  }
  
  .nav > li > a:hover {
      text-decoration: none;
      background-color: #101010;
  }
  
  a {
      color: #cccccc;
      text-decoration: none;
  }
  
  a:focus, a:hover {
      color: #ffffff;
      text-decoration: underline;
  }
  
  .navbar-toggle {
      border: 1px solid #bbbbbb;
  }
  
  .navbar-toggle {
      position: fixed !important;
      z-index: 11;
  }
  
  
  .navbar-toggle .icon-bar {
      border: 1px solid #bbbbbb;
  }
  
  .pad-left-navbar {
      padding-left: 0px !important;
  }
  
  @media (max-width: 754px) {
      .pad-left-navbar {
          padding-left: 15px !important;
      }
  }
  
  [data-toggle~="collapse"] {
      cursor: pointer;
  }
  
  /* menu inicio */
  
  /* home principal */
  section {
    width: 100%;
    padding: 0 7%;
    display: table;
    margin: 0;
    max-width: none;
    background-color: #000000;
    height: 100vh;
  }
  /*section:nth-of-type(2n) {
    background-color: #FE4B74;
  }*/
  
  .intro {
    height: 90vh;
  }
  
  .home1 {
    width: 90%;
    /*background-image: url("../img/home/fondo-1.jpg");*/
    background-size: contain;
    display: table;
    margin-left: 5%;
    max-width: none;
    /*background-color: #373B44;*/
    height: 90vh;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  .content {
    display: table-cell;
    vertical-align: middle;
  }
  
  h1 {
    /*font-size: 3em;*/
    display: block;
    /*color: white;*/
    font-weight: 300;
  }
  
  .titulo-home {
      font-size: 5em;
    z-index: 7;
    position: relative;
  
  }
  
  @media (max-width: 480px) {
      .titulo-home {
          font-size: 2em !important;
      }
  }
  
  .titulo-menu1 {
    font-size: 5em;
    z-index: 7;
    position: relative;
    letter-spacing: 70px;
  }
  
  @media (max-width: 480px) {
      .titulo-menu1 {
          font-size: 2em !important;
          letter-spacing: 5px;
      }
  }
  
  .titulo-menu2 {
    font-size: 1.5em;
    z-index: 7;
    position: relative;
    letter-spacing: 5px;
  }
  
  @media (max-width: 480px) {
      .titulo-menu2 {
          font-size: 1em !important;
          letter-spacing: 3px;
      }
  }
  
  p {
    font-size: 14px;
    font-weight: 500;
    /*color: #C3CAD9;*/
  }
  
  ul.lista-iconos-inicio {
      position: absolute;
      top: 0;
      bottom: 0;
      /*left: 0;*/
      right: 0;
      margin: auto;
      /*height: 280px;*/
      height: 0px;
      width: 5%;
      padding: 0;
      text-align: center;
      list-style-type: none;
      z-index: 7;
  }
  
  @media (max-width: 700px) {
      ul.lista-iconos-inicio {
        width: 0px !important;
        
    }
  }
  
  .glyph {
      font-size: 16px;
      float: left;
      text-align: center;
      background: #eee;
      padding: .75em;
      margin: .75em 1.5em .75em 0;
      width: 7.5em;
      border-radius: .25em;
      box-shadow: inset 0 0 0 1px #f8f8f8, 0 0 0 1px #CCC;
      list-style-type: none; 
  }
  
  .fs1 {
      font-size: 2em;
      color: #ffffff !important;
  }
  
  @media (max-width: 480px) {
      .fs1 {
          font-size: 1.5em !important;
      }
  }
  
  .fs2 {
      font-size: 2em;
      color: #bf9b30 !important;
      list-style-type: none;
  }
  
  @media (max-width: 480px) {
      .fs2 {
          font-size: 1.5em !important;
      }
  }
  
  .footer-home {
      padding: 1% 5%;
      text-align: center;
      background-color: #101010;
      color: white;
      position: relative;
      z-index: 7;
  }
  
  /* home principal */
  
  /* elementos general */
  
  .texto-centro{
      text-align: center;
  }
  
  .color-amarillo {
      color: #bf9b30;
  }
  
  .color-blanco {
      color: #ffffff;
  }
  
  .color-gris {
      color: #6c6c6c;
  }
  
  .color-gris-2 {
    color: #555;
  }
  
  #mapa{
    height: 750px;
  }
  
  /*@media (max-width: 500px) {
    #mapa {
      height: 350px;
    }
  }
  */
  
  #mapa iframe {
    width: 100%;
    height: 100%;
  }
  
  .tv {
    /*position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;*/
    overflow: hidden;
  }
  .tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity .5s;
  }
  .tv .screen.active {
    opacity: 1;
  }
  
  .texto-shadow {
    text-shadow: 0 1px 2px rgba(0,0,0,1);;
  }
  
  /* margenes */
  
  .no-pad {
      padding: 0 0% !important;
  }
  
  .no-pad-left-right {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  
  .margen-centro {
      margin: 0 auto;
  }
  
  .margen-ubi {
      padding-top: 5vh;
      text-align: center;
  }
  
  .margen-contacto {
      padding-top: 35vh;
      text-align: center;
  }
  
  .margen-contacto-2 {
      padding-top: 25vh;
  }
  
  .margen-top-menos-30 {
    margin-top: -150px;
  }
  
  .margen-top-10 {
    margin-top: 10px;
  }
  
  .margen-top-30 {
      margin-top: 30px;
  }
  
  .padding-trip {
    padding-left: 15px;
    margin-top: 15px;
    color: #ffffff;
  }
  
  .margen-top-40 {
      margin-top: 40px;
  }
  
  .margen-top-barra {
    margin-top: -1px;
  }
  
  @media (max-width: 754px) {
    .margen-top-barra {
      margin-top: 4px;
    }
  }
  
  .no-pad-galeria {
      padding: 0 0;
  }
  
  .margen-titulo-gal {
      margin-top: 30px;
      margin-bottom: 50px;
  }
  
  .margen-a-footer-der {
    margin-right: 40px;
  }
  
  .no-margen-izq-der {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .display-a-footer {
    display: inline-flex;
    list-style-type: none;
  }
  
  .open-table-1 {
    margin-bottom: -10px;
    width: 156px;
  }
  
  .letra-12px {
    font-size: 12px !important;
  }
  
  .letra-9px {
    font-size: 9px !important;
  }
  
  .letra-24 {
    font-size: 24px;
  }
  
  .ver-ali {
    padding-top: 20px;
  }
  
  .ver-ali2 {
    padding-top: 10px;
  }
  
  /* margenes */
  
  .margen-bot-5 {
    margin-bottom: 5px;
  }
  
  .margen-bot-15 {
    margin-bottom: 15px;
  }
  
  .altura-auto {
    height: auto !important;
  }
  
  .fondo-ubi {
      background-image: url("../img/ubicacion/fondo-1.png");
      background-size: cover;
      /*height: 100vh;*/
  }
  
  .fondo-contacto {
      background-color: #ffffff;
      /*height: 100vh;*/
  }
  
  .fondo-galeria {
      background-color: #000000;
      margin-top: 35vh;
      text-align: right;
      z-index: 9;
      position: absolute;
  }
  
  @media (max-width: 754px) {
    .fondo-galeria {
      margin-top: 5vh;
      position: relative;
    }
  }
  
  .fondo-negro {
    background-color: #000000;
  }
  
  .fondo-blanco {
    background-color: #ffffff;
  }
  
  .fondo-gris-mapa {
    background-color: #141414;
  }
  
  .borde-amarillo {
      border-top: 1px solid #bf9b30;
      padding-top: 4px;
      border-bottom: 1px solid #bf9b30;
      padding-bottom: 4px;
  }
  
  .borde-amarillo2 {
      border-bottom: 1px solid #bf9b30;
      padding-bottom: 4px;
      width: 190px;
      /*text-align: center;
      margin: 0 auto;*/
  }
  
  .borde-amarillo3 {
      border-top: 5px solid #bf9b30;
  }
  
  .borde-amarillo4 {
    /*margin-bottom: 10px;*/
    border-bottom: solid #bf9b30;
    /* border-top: solid #000000; */
    width: 100px;
  }
  
  .borde-amarillo5 {
    border-bottom: 1px solid #bf9b30;
    padding-bottom: 4px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
  }
  
  .estilo-lista-gal {
      list-style-type: none;
      margin: 0;
      padding: 0;
  }
  
  .estilo-lista-no {
    list-style-type: none;
  }
  
  .lista-gal {
      display: inline-block;
  }
  
  .full-width {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  
  .display-galeria {
    display: contents;
  }
  
  .display-table {
    display: table;
  }
  
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
      color: #ffffff;
      cursor: default;
      background-color: transparent;
      border: transparent;
      border-bottom: 1px solid #bf9b30;
  }
  
  .nav-tabs > li > a {
      margin-right: 25px;
      line-height: 1.42857143;
      /*border: 1px 1px solid transparent;*/
      border-radius: 4px 4px 0 0;
      /*border-bottom: 1px solid #000000;*/
  }
  
  .nav-tabs > li > a:hover {
      border-color: transparent;
  }
  
  
  .nav > li > a {
      position: relative;
      display: block;
      padding: 0 0;
  }
  
  .nav > li > a:hover {
      text-decoration: none;
      background-color: transparent;
      border-bottom: 1px solid #000000;
  }
  
  .nav > li > a:focus, .nav > li > a:hover {
      background-color: transparent;
  }
  
  .float-galeria {
    float: right;
    margin-bottom: 30px;
  }
  
  @media (max-width: 754px) {
    .float-galeria {
      float: none;
      display: inline-flex;
    }
  }
  
  .float-titulo-gal {
    text-align: right;
  }
  
  @media (max-width: 754px) {
    .float-titulo-gal {
      text-align: left;
    }
  }
  
  footer {
    padding: 1% 5%;
    text-align:center;
    background-color: #000000;
    color: white;
    
    a {
      color: #FE4B74;
      font-weight: 500;
      text-decoration: none;
    }
  }
  
  /* elementos general */
  
  /*modal contacto*/
  
  @media (min-width: 768px) {
      .form-inline .form-control {
          display: inline-block;
          width: 100% !important;
          vertical-align: middle;
          background: #fafafa;
          margin-bottom: 27px;
      }
  }
  
  .form-inline .form-control {
      display: inline-block;
      width: 100% !important;
      vertical-align: middle;
      background: #fafafa;
      margin-bottom: 23px;
  }
  
  .table-display {
      display: table;
  }
  
  .botonazo-enviar {
      color: #ffffff;
      background-color: #bf9b30;
      border-color: #bf9b30;
      padding: 10px 70px;
  }
  
  .nav-tabs {
      border-bottom: none !important;
  }
  
  
  /*modal contacto*/
  
  /* menu */
  
  .estilo-lista-horizontal li {
      margin-left: 6px;
  }
  .estilo-lista-horizontal {
      display: inline-flex;
      list-style-type: none;
      padding: 0;
  }
  
  .estilo-lista-horizontal-chico li {
      margin-left: 0px;
  }
  .estilo-lista-horizontal-chico {
      display: inline-flex;
      list-style-type: none;
      padding: 0;
  }
  
  .progress {
      height: 11px;
      margin-top: 6px;
      overflow: hidden;
      border-radius: 0px;
      background-color: #9fa2a5;
      -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
      box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  }
  
  .progress-bar {
      float: left;
      width: 0;
      height: 100%;
      font-size: 12px;
      line-height: 20px;
      color: #fff;
      text-align: center;
      background-color: #ffffff;
      -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
      box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
      -webkit-transition: width .6s ease;
      -o-transition: width .6s ease;
      transition: width .6s ease;
  }
  
  /* SHADOW/GLOW TRANSITIONS */
  /* Glow */
  .hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
  }
  .hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
    box-shadow: 0 0px 40px rgba(0, 0, 0, 1);
    z-index: 999;
  }
  
  /************** front y back ***************/
  
  
  
  .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;
    /*background-color: rgba(75,75,75,0.7);*/
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
  }
  
  .hovereffect:hover .overlay {
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  .hovereffect img {
    display: block;
    position: relative;
  }
  
  .clicleable {
    cursor: pointer;
  }
  
  .hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  .hovereffect:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  
  .hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    /*border: 1px solid #fff;*/
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 2em;
    font-weight: normal;
    /*margin: -52px 0 0 0;
    padding: 62px 100px;*/
    border-top: solid #bf9b30;
    border-bottom: solid #bf9b30;
  }
  
  @media (max-width: 754px) {
    .hovereffect a.info {
      font-size: 1.5em;
    }
  }
  
  .hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-top: 40%;
  }
  
  @media (max-width:1005px) and (min-width:755px) {
  
    .hovereffect:hover a.info {
      margin-top: 30%;
    }
  }
  
  .hovereffect a.info:hover {
    /*box-shadow: 0 0 5px #fff;*/
  }
  
  .hovereffect:hover a.margen-top-5pct {
    margin-top: 5% !important;
  }
  
  .no-pad2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  .modal-lg-custom {
      width: 90% !important;
  }
  
  /* menu */
  
  /*mapa*/
  
  .i4ewOd-pzNkMb-haAclf {
      background-color: rgb(13,17,19) !important;
  }
  
  /*mapa*/
  
  /* video background */
  
  * { box-sizing: border-box; }
  .video-background {
    background: #000;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 1;
  }
  .video-foreground,
  .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  #vidtop-content {
    top: 0;
    color: #fff;
  }
  .vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
  .vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
  .vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); -webkit-transition: .6s background; transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
  @media (min-aspect-ratio: 16/9) {
    .video-foreground { height: 100%;/* top: -100%;*/ }
  }
  @media (max-aspect-ratio: 16/9) {
    .video-foreground { width: 100%;/* left: -100%; */}
  }
  @media all and (max-width: 600px) {
  .vid-info { width: 50%; padding: .5rem; }
  .vid-info h1 { margin-bottom: .2rem; }
  }
  @media all and (max-width: 500px) {
  .vid-info .acronym { display: none; }
  }
  
  /* video background final */
  
  .pad-top-bot-20 {
    padding: 20px 0;
  }
  
  .pad-bot-20 {
    padding-bottom: 20px;
  }
  
  .pad-idioma {
    padding: 0 20px;
    margin-top: -10px;
  }
  
  .titulo-msd {
    display: flex;
  }