@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700,900|Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Averia+Gruesa+Libre&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=IM+Fell+DW+Pica:400,400i");
@font-face {
  font-family: 'high';
  src: url("../high/highvoltage_rough-webfont.woff2") format("woff2"), url("../high/highvoltage_rough-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #f9f4ee url(../img/pattern-palid.jpg);
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 300;
  font-size: 18px;
  color: #6d6b6b;
}

body, html {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "high", sans-serif;
  font-weight: 200;
}

#loader-container {
  background: rgba(2, 5, 4, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
}

.loader:before, .loader:after, .loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  margin: 8em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}

.loader:before {
  left: -3.5em;
}

.loader:after {
  left: 3.5em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 0;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em #ffffff;
            box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0 #FFF;
            box-shadow: 0 2.5em 0 0 #FFF;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em #ffffff;
            box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0 #FFF;
            box-shadow: 0 2.5em 0 0 #FFF;
  }
}

/* Menu */
.navbar {
  height: 50px;
  padding: 0 1rem;
  background: #2c2b33 url(../img/pattern-morao.jpg);
}

.navbar .navbar-brand {
  padding: 0px;
}

.navbar .navbar-brand .logo-small {
  vertical-align: middle;
}

.navbar .navbar-brand .logo-small path {
  fill: white;
}

/* menuFive */
.menuFive {
  width: 35px;
  height: 22px;
  margin: 10px 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.menuFive span {
  background-color: #a67a11;
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 2px;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.menuFive:hover span {
  background-color: white;
}

.menuFive span:nth-child(1) {
  top: 0px;
  left: 0px;
}

.menuFive span:nth-child(2) {
  top: 10px;
  left: 0px;
}

.menuFive span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}

.clickMenuFive span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
}

.clickMenuFive span:nth-child(2) {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
}

.clickMenuFive span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
}

.share {
  padding: 0px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.share .share-icon {
  width: 50px;
  height: auto;
  padding: 0px 10px;
  vertical-align: bottom;
}

.share .share-icon path {
  fill: #a67a11;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.share:hover, .share:focus {
  outline: none;
}

.share:hover .share-icon path {
  fill: white;
}

#sidebar-wrapper {
  position: fixed;
  right: 0;
  top: 50px;
  width: 300px;
  margin-right: -300px;
  background: rgba(31, 30, 35, 0.95);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}

#sidebar-wrapper.active {
  right: 300px;
  width: 300px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#sidebar-wrapper ul.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#sidebar-wrapper ul.sidebar-nav li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}

#sidebar-wrapper ul.sidebar-nav li a {
  font-weight: 400;
  font-size: 17px;
  color: white;
  padding: 15px;
  display: block;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

#sidebar-wrapper ul.sidebar-nav li a:hover, #sidebar-wrapper ul.sidebar-nav li a:focus, #sidebar-wrapper ul.sidebar-nav li a:active {
  color: #a67a11;
  background-color: rgba(255, 255, 255, 0.1);
}

#sidebar-wrapper ul.sidebar-nav li a em {
  color: #a7a7a9;
}

.push-abajo {
  margin-top: 50px;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

a.custom-btn {
  border-radius: 30px;
  border: 2px solid #2c2b33;
  background: -webkit-gradient(linear, right top, left top, from(#3c394d), color-stop(#3c394d), color-stop(#1f1e23), to(#1f1e23));
  background: linear-gradient(270deg, #3c394d, #3c394d, #1f1e23, #1f1e23);
  background-position: 1% 50%;
  background-size: 300% 300%;
  color: white;
  padding: 15px 30px 10px;
  font-family: "high", sans-serif;
  font-size: 22px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a.custom-btn .arrow-down {
  width: 15px;
  height: 10px;
  margin-right: 5px;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

a.custom-btn .arrow-right {
  width: 10px;
  height: 25px;
  margin-left: 12px;
  vertical-align: top;
  -webkit-animation: bounce-right 2s infinite;
  animation: bounce-right 2s infinite;
}

@-webkit-keyframes bounce-right {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@keyframes bounce-right {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

a.custom-btn:hover {
  text-decoration: none;
  border: 2px solid #3c394d;
  background-position: 99% 50%;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
  color: white;
}

.header {
  position: relative;
  height: 500px;
}

.header:after {
  background: url(../img/border-after-palid.png) top left repeat-x;
  content: '';
  position: absolute;
  height: 90px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.header .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #2c2b33 url(../img/lines-pattern.png);
  opacity: .6;
}

.header .tittle h2 {
  color: #f9f4ee;
  font-weight: 100;
  line-height: 85px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .header .tittle h2 {
    font-size: 50px;
    line-height: 45px;
  }
}

.header .link-redes li a .social-icon {
  width: 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header .link-redes li a .social-icon path {
  fill: #f9f4ee;
}

.header .link-redes li a:hover .social-icon {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  opacity: .7;
}

.seccion-inner .left {
  float: left;
}

@media (max-width: 575.98px) {
  .seccion-inner .left .left {
    float: none;
  }
}

.seccion-inner .right {
  float: right;
}

@media (max-width: 575.98px) {
  .seccion-inner .right .right {
    float: none;
  }
}

.seccion-inner .featured-txt {
  color: #a67a11;
  font-size: 32px;
  line-height: 38px;
  font-family: "IM Fell DW Pica", serif;
}

@media (max-width: 575.98px) {
  .seccion-inner .featured-txt {
    font-size: 26px;
    line-height: 33px;
  }
}

@media (max-width: 1199.98px) {
  .seccion-inner .featured-img {
    width: 100%;
  }
}

.seccion-inner h3 {
  font-size: 46px;
}

.seccion-inner h2 {
  font-weight: 100;
  line-height: 85px;
}

@media (max-width: 575.98px) {
  .seccion-inner h2 {
    font-size: 50px;
    line-height: 45px;
  }
}

.seccion-inner .photo-module {
  background: #2c2b33;
}

.seccion-inner .photo-module .text h3 {
  color: #a67a11;
  font-size: 46px;
}

.seccion-inner .photo-module .text p {
  color: #f9f4ee;
}

.seccion-inner .owl-carousel .owl-nav .owl-prev, .seccion-inner .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.seccion-inner .owl-carousel .owl-nav .owl-prev:focus, .seccion-inner .owl-carousel .owl-nav .owl-next:focus {
  outline: none;
}

.seccion-inner .owl-carousel .owl-nav .owl-prev {
  left: 15px;
}

.seccion-inner .owl-carousel .owl-nav .owl-next {
  right: 15px;
}

.seccion-inner .blackq-module {
  background: white;
}

.seccion-inner .blackq-module .blockquote p {
  color: #a67a11;
  font-size: 32px;
  line-height: 38px;
  font-family: "IM Fell DW Pica", serif;
}

@media (max-width: 575.98px) {
  .seccion-inner .blackq-module .blockquote p {
    font-size: 26px;
    line-height: 33px;
  }
}

.seccion-inner .blackq-module .blockquote p span {
  color: #2c2b33;
}

.seccion-inner .blackq-module .blockquote .blockquote-footer {
  margin-top: 10px;
}

.seccion-inner .owl-carousel-photo-description .owl-nav .owl-prev, .seccion-inner .owl-carousel-photo-description .owl-nav .owl-next {
  top: 37%;
}

.seccion-inner .owl-carousel-photo-description .description {
  background: #2c2b33;
  padding: 30px 20px;
  height: 250px;
}

.seccion-inner .owl-carousel-photo-description .description h3 {
  color: #a67a11;
  font-size: 36px;
}

.seccion-inner .owl-carousel-photo-description .description p {
  color: #f9f4ee;
}

@media (max-width: 575.98px) {
  .seccion-inner .owl-carousel-photo-description .owl-nav .owl-prev, .seccion-inner .owl-carousel-photo-description .owl-nav .owl-next {
    top: 20%;
  }
  .seccion-inner .owl-carousel-photo-description .description {
    height: 300px;
  }
}

.thumb-video {
  position: relative;
  background: black;
}

.thumb-video .img img {
  width: 100%;
  opacity: .8;
}

.thumb-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.thumb-video .play-button a {
  cursor: pointer;
}

.thumb-video .play-button a svg {
  width: 100px;
  height: 100px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.thumb-video .play-button a svg path {
  fill: black;
}

@media (max-width: 575.98px) {
  .thumb-video .play-button a svg {
    width: 60px;
  }
}

.thumb-video .play-button a:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#box-video1, #box-video2, #box-video3, #box-video4 {
  width: 100%;
  background: black;
}

.ocultar {
  display: none;
}

.mostrar {
  display: block;
}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.interactivo {
  background-color: white;
  overflow: hidden;
}

.accordion {
  margin-bottom: 40px;
  width: 100%;
  clear: both;
}

.accordion .card {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}

.accordion .card .card-header {
  padding: .75rem 1.25rem;
  background-color: transparent;
  border-bottom: 1px solid #a67a11;
}

.accordion .card .card-header h5 button {
  white-space: normal;
  background: transparent;
  border: none;
  text-align: left;
  color: #1f1e23;
  font-size: 24px;
  cursor: pointer;
}

.accordion .card .card-header h5 button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .card .card-header h5 button:before {
  content: "-";
  position: absolute;
  left: 5px;
}

.accordion .card .card-header h5 button.collapsed:before {
  content: "+";
}

.link-redes li a .social-icon {
  width: 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.link-redes li a .social-icon path {
  fill: #1f1e23;
}

.link-redes li a:hover .social-icon {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  opacity: .7;
}

#social-sharing {
  background: rgba(31, 30, 35, 0.95);
}

#social-sharing .modal-dialog .modal-content {
  background: transparent;
  border: none;
}

#social-sharing .modal-dialog .modal-content .modal-body h3 {
  font-size: 48px;
}

#social-sharing .modal-dialog .modal-content .modal-body .close {
  color: #fff;
  text-shadow: none;
  position: absolute;
  top: 15px;
  right: 0px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

#social-sharing .modal-dialog .modal-content .modal-body .close span {
  font-family: "high", sans-serif;
  font-weight: 100;
  font-size: 60px;
}

#social-sharing .modal-dialog .modal-content .modal-body .close:hover, #social-sharing .modal-dialog .modal-content .modal-body .close:focus {
  outline: none;
}

#social-sharing .modal-dialog .modal-content .modal-body ul.link-redes {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#social-sharing .modal-dialog .modal-content .modal-body ul.link-redes li {
  display: inline-block;
}

#social-sharing .modal-dialog .modal-content .modal-body ul.link-redes li a {
  display: inline-block;
}

#social-sharing .modal-dialog .modal-content .modal-body ul.link-redes li a .social-icon {
  width: 100px;
  height: 60px;
}

#social-sharing .modal-dialog .modal-content .modal-body ul.link-redes li a .social-icon path {
  fill: #a67a11;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#social-sharing .modal-dialog .modal-content .modal-body ul.link-redes li a:hover .social-icon path {
  fill: white;
}

footer a {
  color: #a67a11;
  -webkit-transition: color .5s;
  transition: color .5s;
}

footer a:hover {
  text-decoration: none;
  color: #2c2b33;
}

footer .creditos, footer .dir {
  font-size: 1rem;
}

footer .creditos h3, footer .dir h3 {
  color: #a67a11;
}

footer .creditos p, footer .dir p {
  color: #2c2b33;
}

footer .creditos p span, footer .dir p span {
  color: #6d6b6b;
}

footer .creditos .agradecimientos, footer .dir .agradecimientos {
  border-top: 1px solid #a67a11;
  color: #a67a11;
  font-size: 18px;
  margin-top: 10px;
  padding-top: 10px;
}

footer .creditos .agradecimientos b, footer .dir .agradecimientos b {
  color: #2c2b33;
  font-size: 20px;
}

footer .logos-creditos .links-logos {
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  footer .logos-creditos .links-logos {
    display: block;
  }
  footer .logos-creditos .links-logos:nth-last-child(1) {
    margin-top: 10px;
  }
}

footer .logos-creditos .links-logos .logo-footer {
  width: 200px;
}

footer .logos-creditos .links-logos .logo-footer path {
  fill: #2c2b33 !important;
}

@media (max-width: 575.98px) {
  footer .logos-creditos {
    display: block !important;
  }
}

footer .social {
  margin-bottom: 0px;
}

footer .social li a .social-icon {
  width: 23px;
  height: 17px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
/*# sourceMappingURL=styles-inner.css.map */