/* line 1, src/scss/common/_fuentes.scss */
body {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 7, src/scss/common/_fuentes.scss */
h1, h3, h4, h5, h6, p {
  margin-bottom: 10px;
}

/* line 14, src/scss/common/_fuentes.scss */
h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, p::selection, li::selection, a::selection, span::selection, strong::selection, i::selection {
  color: black;
  background: blue;
}

/* line 19, src/scss/common/_fuentes.scss */
h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, p::-moz-selection, li::-moz-selection, a::-moz-selection, span::-moz-selection, strong::-moz-selection, i::-moz-selection {
  color: black;
  background: blue;
}

/* line 25, src/scss/common/_fuentes.scss */
b, strong {
  font-weight: bold;
}

/* line 28, src/scss/common/_fuentes.scss */
u {
  text-decoration: underline;
}

/* line 31, src/scss/common/_fuentes.scss */
i {
  font-style: italic;
}

@font-face {
  font-family: "FuentePruebas";
  src: url("../fonts/myfont.eot");
  src: url("../fonts/myfont.eot?#iefix") format("embedded-opentype"), url("../fonts/myfont.woff") format("woff"), url("../fonts/myfont.ttf") format("truetype"), url("../fonts/myfont.svg#FuentePruebas") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-style: normal;
  font-weight: normal;
}

/* line 1, src/scss/components/_especiales_apertura.scss */
#apertura_ituango {
  position: relative;
  min-height: 100vh;
  background: url("../images/apertura_d.jpg") center center/cover no-repeat;
}

/* line 6, src/scss/components/_especiales_apertura.scss */
#apertura_ituango.playing {
  background: black;
}

/* line 10, src/scss/components/_especiales_apertura.scss */
#apertura_ituango .abrir_v {
  position: absolute;
  width: 200px;
  height: 120px;
  top: 60%;
  left: 50%;
  transform: translate(-50%);
  background: url("../images/play_btn.png") 0 center/40% no-repeat;
  cursor: pointer;
}

/* line 20, src/scss/components/_especiales_apertura.scss */
#apertura_ituango .abrir_v.active_btn {
  display: none;
}

/* line 23, src/scss/components/_especiales_apertura.scss */
#apertura_ituango .abrir_v span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
  color: white;
}

/* line 35, src/scss/components/_especiales_apertura.scss */
#apertura_ituango .video_apertura #player {
  height: 100vh;
}

@media (max-width: 768px) {
  /* line 42, src/scss/components/_especiales_apertura.scss */
  #apertura_ituango {
    min-height: initial;
    height: 62vw;
    background: url("../images/apertura_m.jpg") center center/cover no-repeat;
  }
  /* line 46, src/scss/components/_especiales_apertura.scss */
  #apertura_ituango .abrir_v {
    width: 150px;
    height: 60px;
    background-size: 30%;
  }
  /* line 50, src/scss/components/_especiales_apertura.scss */
  #apertura_ituango .abrir_v span {
    font-size: 18px;
    font-family: "open_sansregular";
  }
  /* line 56, src/scss/components/_especiales_apertura.scss */
  #apertura_ituango .video_apertura #player {
    height: 62vw;
  }
}

/*# sourceMappingURL=maps/apertura_hidroituango.css.map */
