/* Font / Color */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Bevan);
body, h1, h2, h3, p, a {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased; }

h1 {
  color: #FFF;
  font-size: 45px;
  font-weight: 300;
  text-align: center; }

h2 {
  font-size: 25px;
  font-weight: 500;
  color: #808080;
  text-align: center;
  margin-bottom: 50px; }

/* Delay */
.s2 {
  -webkit-animation-delay: 0.3s;
  /* Chrome, Safari, Opera */
  -moz-font-smoothing: 0.3s;
  animation-delay: 0.3s; }

.s3 {
  -webkit-animation-delay: 0.5s;
  /* Chrome, Safari, Opera */
  -moz-font-smoothing: 0.5s;
  animation-delay: 0.5s; }

.s4 {
  -webkit-animation-delay: 0.7s;
  /* Chrome, Safari, Opera */
  -moz-font-smoothing: 0.7s;
  animation-delay: 0.7s; }

.s5 {
  -webkit-animation-delay: 0.9s;
  /* Chrome, Safari, Opera */
  -moz-font-smoothing: 0.9s;
  animation-delay: 0.9s; }

/* General */
body {
  overflow-x: hidden; }

a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* Header */
.header {
  background-color: #7E0B12;
  padding: 30px 0;
  text-align: center; }
  .header .logo {
    text-align: left; }
    .header .logo img {
      margin-top: 15px; }
  .header .bbcl {
    float: right;
    width: 171px;
    height: 52px;
    background-image: url("../img/bbcl.png"); }

/* GT */
.gt {
  padding: 35px 0;
  /* Titular */
  /* Noticas */
  /* Fin Noticas */
  /* Lateral */ }
  .gt .titular .pic {
    height: 400px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 15px; }
    .gt .titular .pic a {
      display: block;
      position: relative;
      height: 100%;
      background-image: url("../img/bg_.png"); }
    .gt .titular .pic .txt {
      position: absolute;
      width: 90%;
      margin: 0 auto;
      bottom: 15px;
      left: 15px; }
      .gt .titular .pic .txt h1 {
        font-size: 28px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 7px; }
      .gt .titular .pic .txt .date {
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px; }
  .gt .noticias {
    /* Nota */
    /* Fin Nota */ }
    .gt .noticias .nota {
      margin-bottom: 10px;
      /* Imagen */
      /* Fin Imagen */
      /* Fecha */
      /* Fin Fecha */
      /* Titulo */
      /* -- */ }
      .gt .noticias .nota > a {
        display: block;
        border-bottom: 1px dotted #eaeaea;
        padding-bottom: 7px; }
      .gt .noticias .nota .pic {
        width: 110px;
        height: 70px;
        background-color: #999;
        float: left;
        margin-right: 10px; }
        .gt .noticias .nota .pic a {
          background: none; }
      .gt .noticias .nota .date {
        font-weight: 600;
        font-size: 12px;
        color: #808080;
        line-height: 1; }
      .gt .noticias .nota h3 {
        font-size: 15px;
        line-height: 1;
        padding-left: 120px;
        height: 60px;
        font-weight: 500; }
        .gt .noticias .nota h3 a {
          color: #000; }
  .gt .lateral {
    position: relative;
    /* Botones */
    /*Caja Estandar*/
    /* Video */ }
    .gt .lateral .btn {
      font-size: 15px;
      font-weight: 600;
      display: block;
      background-color: #BA0A10;
      text-align: center;
      padding: 10px 0;
      margin-bottom: 17px;
      color: #FFF; }
      .gt .lateral .btn:hover {
        background-color: rgba(0, 0, 0, 0.8);
        color: #FFF; }
    .gt .lateral .caja-lateral {
      /* Titulo */ }
      .gt .lateral .caja-lateral .caja-titulo {
        color: #FFF;
        font-weight: 700;
        font-size: 15px;
        padding: 5px 10px; }
    .gt .lateral .video .caja-titulo {
      background-color: #071F4C;
      margin-bottom: 2px; }
    .gt .lateral .video .player {
      background-color: #000;
      height: 250px; }

/* Diferencias */
.diferencias {
  height: 150px;
  background-color: #e9e9e9; }
  .diferencias .row {
    max-width: 100%; }
    .diferencias .row .columns {
      padding: 0;
      background-size: cover;
      background-position: center center;
      height: 150px; }
      .diferencias .row .columns a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative; }
        .diferencias .row .columns a h3 {
          width: 70%;
          font-size: 35px;
          font-weight: 300;
          color: #FFF;
          position: absolute;
          left: 30px;
          bottom: -9px;
          font-family: 'Bevan', cursive; }
  .diferencias .mapa {
    background-image: url("../img/mapa.jpg");
    opacity: 0; }
  .diferencias .peru {
    background-image: url("../img/peru.jpg");
    opacity: 0; }

/* Crono */
.crono {
  padding: 50px 0 0 0; }
  .crono h2 span {
    font-size: 13px;
    display: block;
    text-decoration: underline;
    color: rebeccapurple; }
  .crono iframe {
    border: 0;
    width: 100%;
    height: 650px; }

/*# sourceMappingURL=haya.css.map */
