/* line 1, ../sass/_layout.sass */
.basic-animate {
  -moz-transition: all 0.3s ease, margin 0.3s ease;
  -webkit-transition: all 0.3s ease, margin 0.3s ease;
  -o-transition: all 0.3s ease, margin 0.3s ease;
  -ms-transition: all 0.3s ease, margin 0.3s ease;
  transition: all 0.3s ease, margin 0.3s ease;
}

/* line 9, ../sass/_layout.sass */
.basic-animate-childs > * {
  -moz-transition: all 0.3s ease, margin 0.3s ease;
  -webkit-transition: all 0.3s ease, margin 0.3s ease;
  -o-transition: all 0.3s ease, margin 0.3s ease;
  -ms-transition: all 0.3s ease, margin 0.3s ease;
  transition: all 0.3s ease, margin 0.3s ease;
}

/* line 15, ../sass/_layout.sass */
.basic-animate-05s {
  -moz-transition: all 0.5s ease, margin 0.5s ease;
  -webkit-transition: all 0.5s ease, margin 0.5s ease;
  -o-transition: all 0.5s ease, margin 0.5s ease;
  -ms-transition: all 0.5s ease, margin 0.5s ease;
  transition: all 0.5s ease, margin 0.5s ease;
}

/* line 21, ../sass/_layout.sass */
.basic-animate-1s {
  -moz-transition: all 1s ease, margin 1s ease;
  -webkit-transition: all 1s ease, margin 1s ease;
  -o-transition: all 1s ease, margin 1s ease;
  -ms-transition: all 1s ease, margin 1s ease;
  transition: all 1s ease, margin 1s ease;
}

/* line 27, ../sass/_layout.sass */
.basic-animate-1-5s {
  -moz-transition: all 1.5s ease, margin 1.5s ease;
  -webkit-transition: all 1.5s ease, margin 1.5s ease;
  -o-transition: all 1.5s ease, margin 1.5s ease;
  -ms-transition: all 1.5s ease, margin 1.5s ease;
  transition: all 1.5s ease, margin 1.5s ease;
}

/* line 33, ../sass/_layout.sass */
.basic-animate-2s {
  -moz-transition: all 2s ease, margin 2s ease;
  -webkit-transition: all 2s ease, margin 2s ease;
  -o-transition: all 2s ease, margin 2s ease;
  -ms-transition: all 2s ease, margin 2s ease;
  transition: all 2s ease, margin 2s ease;
}


body {
  margin: 0;
}

.body-bg {
  background: url('../img/elnogal11.jpg') no-repeat center center;
  background-size: cover;
  /* Full height */
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
  opacity: 0.3;
}


.container-fluid {
  padding: 0;
  display: flex;
  flex: 1;
}

.flexslider {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.flexslider .slides {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
}

.flexslider .slides > li {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  /*display: block;*/
}
.flexslider .slides > li.flex-active-slide {
  display: block !important;
}
.flexslider .slides img {
    width: auto;
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.deco-comunicado {
  position: absolute;
  left: 70%;
  width: 30%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.img-logo-deco-comunicado {
  margin-bottom: 40px;
  width: 100%;
  max-width: 80%;
  height: auto;
}
.text-deco-comunicado {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.text-deco-comunicado p {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: fantasy;
}

.comunicado-video {
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}







































































