:root {
  --dark-slate-gray: #262c46;
  --silver: rgba(194, 190, 179, .59);
  --dark-slate-gray-2: rgba(49, 43, 61, .89);
  --light-sea-green: #1abc9c;
}

body {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: url('../images/fans-black.jpg');
  background-size: cover;
  padding-top: 126px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #2d3338;
  text-shadow: none;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  text-shadow: none;
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  width: 100%;
  height: 54px;
  margin-left: -1px;
  padding: 4px 29px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: block;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.subtitle {
  color: #0f8f2e;
  text-shadow: none;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  overflow: visible;
}

.field {
  color: #262c46;
  text-align: center;
  text-transform: uppercase;
  border: 0 solid #000;
  height: 54px;
  margin-bottom: 19px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  transition: box-shadow .15s;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #00caf2;
}

.sign-up-form {
  width: 415px;
  margin: 35px auto 66px;
  display: block;
}

.social-widget {
  float: left;
  width: 100px;
  transition: opacity .3s;
}

.social-widget.full-opacity {
  opacity: 1;
}

.social-widget-wrapper {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: block;
}

.social-widget-wrapper.thank-you {
  width: 216px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  display: block;
}

.success-message {
  background-color: #737373;
  border-radius: 2px;
  padding: 20px;
  transition: all .3s;
}

.spread-word {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.error-message {
  background-color: #5c3245;
  border-radius: 2px;
  padding-bottom: 5px;
}

.content-wrapper {
  width: 60%;
  display: inline-block;
}

.header-section {
  text-align: center;
  background-color: #e0ddd7;
  height: 100%;
  padding-top: 104px;
}

.footer-section {
  color: #7e7c87;
  background-color: rgba(0, 0, 0, .18);
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.copyright {
  color: rgba(255, 255, 255, .52);
  text-align: left;
}

.bars-wrapper {
  background-color: #1abc9c;
  height: 7px;
}

.bar {
  float: left;
  background-color: #1abc9c;
  width: 14.285%;
  height: 7px;
}

.bar._2 {
  background-color: #f2ca27;
}

.bar._3 {
  background-color: #e67e22;
}

.bar._4 {
  background-color: #16a085;
}

.bar._5 {
  background-color: #2980b9;
}

.bar._6 {
  background-color: #e74c3c;
}

.bar._7 {
  background-color: #a366bc;
}

.container {
  display: block;
}

.image-crop {
  height: 260px;
  overflow: hidden;
}

.social-section {
  text-align: center;
  padding-top: 58px;
  padding-bottom: 58px;
}

.share-btn {
  width: 61px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-wrapper {
  margin-top: 32px;
}

.refer {
  color: rgba(255, 255, 255, .59);
}

.align-right {
  text-align: right;
}

.social-btn {
  opacity: .44;
  margin-left: 17px;
  transition: all .2s;
}

.social-btn:hover {
  opacity: 1;
}

.logo {
  color: #fff;
  letter-spacing: 8px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px 0 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
  font-weight: 700;
  display: none;
  overflow: visible;
}

.logo.nombre {
  color: #0f8f2e;
  border-bottom: 4px solid #0f8f2e;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.about {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

.join {
  float: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: none;
  width: 40%;
  margin-top: -12px;
  margin-bottom: 15px;
  font-size: 22px;
  display: block;
}

.beta-line {
  float: left;
  background-color: rgba(255, 255, 255, .36);
  width: 30%;
  height: 1px;
}

.bodyprincipal {
  background-image: linear-gradient(rgba(2, 2, 2, .19), rgba(2, 2, 2, .19)), url('../images/floorWEB.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 25px;
}

.danaylink {
  margin-top: 15px;
  margin-bottom: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo4ta {
  margin-top: 25px;
  margin-bottom: 25px;
  display: none;
}

.linkd {
  color: #fff;
  background-image: linear-gradient(#000, #000);
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.textolinkdanay {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  text-decoration: none;
  display: inline-block;
}

.logocontainer {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.formulariolink {
  color: #fff;
  text-decoration: none;
}

.cuerpo {
  background-image: linear-gradient(rgba(43, 24, 21, .09), rgba(43, 24, 21, .09));
  overflow: visible;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  display: block;
}

.brandnavbar {
  opacity: 1;
  position: static;
}

.brandnavbar:hover {
  opacity: 1;
}

.navmenu {
  margin-top: 5px;
}

.slide-1 {
  background-image: url('../images/Aserradero-Estelí-Nicaragua.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mask {
  background-image: none;
}

.slide-2 {
  background-image: url('../images/cabañaWEB.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.separador {
  color: #fff;
  background-image: linear-gradient(#fff, #fff);
}

.slide-3 {
  background-image: url('../images/Muebles-de-cocina-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/Muebles-de-cocina.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/maderaWEB.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/tucasWEB.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slideconteiner {
  margin-top: 25px;
  margin-bottom: 25px;
}

.botonlink {
  opacity: .65;
  background-color: #012c61;
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.botonlink:hover {
  opacity: 1;
  font-size: 24px;
  font-weight: 700;
}

.botonlink.contacto {
  text-align: center;
}

.botonlink.contacto:hover {
  opacity: 1;
}

.botonlink.pedido, .botonlink.pedido:hover {
  background-color: #008438;
}

.informacion {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.informacion.formparrafo {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 15px;
}

.contactarform {
  z-index: 2000;
  opacity: 1;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/ParedMaderaWEB.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 300px;
  height: 100%;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 25px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1.2);
}

.formcontainer {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  padding: 15px;
  display: block;
}

.enviarboton {
  letter-spacing: 0;
  text-transform: none;
  background-color: #262c46;
  width: 100%;
  font-family: Changa One, Impact, sans-serif;
  display: block;
}

.cerrar {
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 5px;
  font-family: Bitter, serif;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}

.divform {
  color: #000;
  background-image: linear-gradient(#fff, #fff);
  max-width: 350px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: block;
}

.titulo2 {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.navlink {
  color: #b6c900;
  border-radius: 15px;
  margin-top: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.navlink:hover {
  background-image: linear-gradient(#0f8f2e, #0f8f2e);
}

.slide-7 {
  background-image: url('../images/Camión-Madera-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/serchas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9 {
  background-image: url('../images/Madera-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.linktelefono {
  color: #fff;
  padding-bottom: 1px;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.columna2 {
  overflow: hidden;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
}

.recorteroy {
  text-align: left;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
}

.video {
  text-align: left;
  background-image: url('../images/Recorte-Roy.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 150px;
  max-height: 500px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.imagenprincipal {
  max-height: 500px;
}

.columna1 {
  margin-bottom: 15px;
}

.linkgaleria {
  text-decoration: none;
  display: block;
}

.slider-2 {
  height: 600px;
}

.section {
  background-image: linear-gradient(#fff, #fff);
}

.heading {
  color: #000;
  text-align: left;
  font-size: 60px;
  line-height: 56px;
}

.list-item, .list-item-2, .list-item-3 {
  color: #000;
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.list-item-4 {
  color: #000;
  text-align: left;
  font-size: 32px;
  line-height: 40px;
}

.column {
  padding-top: 25px;
}

.image, .image-2 {
  margin-top: 45px;
}

.image-3 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.image-4 {
  margin-top: 25px;
}

.image-5 {
  margin-bottom: 25px;
}

.image-6 {
  margin-top: 15px;
}

.image-7 {
  margin-bottom: 10px;
}

.column-2 {
  color: #000;
  text-align: justify;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 25px;
}

.heading-2 {
  color: #000;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

.unordered-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-2 {
  margin-bottom: 10px;
  font-size: 22px;
  display: block;
}

.button-2:hover {
  background-image: linear-gradient(#14802b, #14802b);
}

.paragraph {
  color: #000;
  text-align: justify;
  margin-top: 10px;
  font-size: 22px;
  font-style: normal;
  line-height: 35px;
}

.list-item-5, .list-item-6 {
  color: #000;
  text-align: left;
}

.list-item-7 {
  color: #000;
  text-align: justify;
  font-size: 18px;
  line-height: 25px;
}

.unordered-list-2 {
  font-size: 18px;
  line-height: 25px;
}

.important-text, .important-text-2 {
  color: #fff;
}

.list-item-8 {
  color: #000;
  text-align: justify;
  font-size: 18px;
}

.list-item-9 {
  color: #000;
  text-align: justify;
  font-size: 18px;
  line-height: 25px;
}

.div-block {
  width: 45%;
  display: inline-block;
}

.heading-3 {
  text-align: left;
  width: 45%;
  margin-left: 3px;
  padding-left: 3px;
  display: inline-block;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.heading-4 {
  color: #000;
  margin-top: 5px;
  display: inline-block;
}

html.w-mod-js [data-ix="aparicion"], html.w-mod-js [data-ix="aparicion-2"] {
  opacity: 0;
}

html.w-mod-js [data-ix="aparicion-3"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="sube"], html.w-mod-js [data-ix="sube-2"] {
  opacity: 0;
  transform: translate(0, 67px);
}

html.w-mod-js [data-ix="sube-sin-aparecer"] {
  transform: translate(0, 150px);
}

html.w-mod-js [data-ix="inscripciones"] {
  opacity: .1;
  transform: scale(.5);
}

html.w-mod-js [data-ix="abrirformulario"] {
  transform: translate(100px);
}

html.w-mod-js [data-ix="abrirformulario-2"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="baja"] {
  opacity: 0;
  transform: translate(0, -100px);
}

@media screen and (max-width: 991px) {
  .subtitle {
    text-shadow: none;
  }

  .content-wrapper {
    width: 81%;
  }

  .container {
    padding-left: 57px;
    padding-right: 57px;
  }

  .social-btn {
    transition: all .2s;
  }

  .social-btn:hover {
    opacity: .8;
  }

  .logo {
    font-size: 40px;
    overflow: visible;
  }

  .logo.nombre {
    font-size: 50px;
  }

  .join {
    text-shadow: none;
    width: 50%;
    font-size: 21px;
  }

  .beta-line {
    width: 25%;
  }

  .iconmenu {
    color: #012c61;
  }

  .slider-2 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 65px;
  }

  .subtitle {
    text-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 43px;
  }

  .sign-up-form {
    margin-bottom: 64px;
  }

  .content-wrapper {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-section {
    padding-top: 37px;
  }

  .footer-section {
    background-color: rgba(0, 0, 0, .49);
    padding-top: 23px;
    padding-bottom: 23px;
    position: static;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .logo {
    text-shadow: none;
    font-size: 35px;
  }

  .join {
    text-shadow: none;
  }

  .iconmenu {
    color: #012c61;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    font-size: 20px;
  }

  .button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
    margin-left: 0;
  }

  .subtitle {
    text-shadow: none;
    padding-bottom: 25px;
  }

  .field {
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
  }

  .sign-up-form {
    width: 100%;
    margin-top: 22px;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    width: 221px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .copyright {
    text-align: center;
    margin-bottom: 16px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-crop {
    height: auto;
    margin-bottom: 40px;
  }

  .social-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .align-right {
    text-align: center;
  }

  .social-btn {
    margin-right: 17px;
  }

  .logo {
    text-shadow: none;
    font-size: 14px;
  }

  .join {
    letter-spacing: 4px;
    text-shadow: none;
    width: 75%;
    font-size: 19px;
    line-height: 22px;
  }

  .beta-line {
    width: 12%;
  }

  .bodyprincipal {
    padding-top: 25px;
  }

  .navmenu {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(1, 44, 97, .89), rgba(1, 44, 97, .89));
  }

  .informacion {
    display: inline-block;
  }

  .iconmenu {
    color: #008438;
  }

  .navbuton.w--open {
    background-color: rgba(0, 132, 56, .55);
  }

  .slider-2 {
    height: auto;
  }
}


