/* PALETA DE COLORES */
/* ESTILOS GENERALES */
p,
.gta-content p {
  font-size: 18px;
}

/* HEADER */
/* 
.header-style-1 .navigation {
    background-color: rgba($color_morado_100, 0.9); 
}

@media screen and (min-width: 992px) {
    .site-header .sticky-header #navbar>ul>li>a {
        color: #fff;
    }
    .site-header .sticky-header .site-logo a {
        color: #fff;
    }
}

@media (max-width: 991px) {
    .site-header .site-logo a {
        color: #fff;
    }
}
*/
/* HOME */
.ej-main-logo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide-inner-2 {
  background: url(../img/fotos/civil-1920x1000.jpg) no-repeat center center/cover;
  height: 850px;
}

/***** COUNTDOWN ******/
.count-down-area {
  background: url(../img/fotos/countdown.jpg) no-repeat left top/cover;
}

/***** COMO LLEGAR *******/
.ej-mapa__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ej-mapa {
  width: 100%;
  height: 450px;
}

/***** INFO ADICIONAL ****/
/*
.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}
*/
.event-tabs {
  overflow: hidden;
}

.event-tabs__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event-tabs__m0 {
  margin: 0;
}

.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-tabs > .event-content > a {
  margin-right: 25px;
  margin-left: 25px;
}

@media only screen and (max-width: 590px) {
  .nav-tabs > .event-content > a {
    margin-right: 5px;
    margin-left: 5px;
  }
}

/***** FOTOS ******/
.gallery-section .section-title {
  margin-bottom: 100px;
}

/***** MESA REGALOS *****/
#mesa-regalos {
  padding-bottom: 80px;
}

/* FOOOOTER ******/
.site-footer {
  background: url(../img/fotos/foto4-blanco-negro.png) center center/cover no-repeat local;
}
/*# sourceMappingURL=styles.css.map */