:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: #777;
  background-color: #fff;
  font-family: Nunito, sans-serif;
  font-weight: 200;
}

.hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  height: 50vw;
  display: flex;
}

.hero-section.home {
  background-image: url('../images/Home-Hero-Namm-H-New.webp');
}

.hero-section.oi {
  background-image: url('../images/O-Model-I---Hero.webp');
}

.hero-section.about {
  background-image: url('../images/About-Hero-H.webp');
  height: 25vw;
}

.hero-section.contact {
  background-image: url('../images/Contact-Hero-H.webp');
  justify-content: flex-start;
  height: 25vw;
}

.hero-section.form-bg {
  background-image: url('../images/Contact-Form-H.webp');
  justify-content: flex-start;
}

.hero-section.oii {
  background-image: url('../images/O-Model-II---Hero.webp');
}

.hero-section.artists {
  background-image: url('../images/Artist-Hero-V.webp');
  height: 25vw;
}

.hero-section.oiii {
  background-image: url('../images/O-Model-III---Hero.webp');
}

.navbar, .navbar-menu {
  background-color: #fff;
}

.navbar-link {
  color: #777;
}

.navbar-link.w--current {
  color: #ddd;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35vw;
  display: flex;
}

.hero-wrapper.form-wrapper {
  background-color: #ffffffd9;
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero-wrapper.models {
  padding-top: 15%;
}

.namm-logo {
  background-image: url('../images/Hero-Namm-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45vw;
  height: 12vw;
  margin-bottom: 4vw;
}

.namm-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 200;
  line-height: 40px;
}

.navbar-logo {
  background-image: url('../images/O-Guitars-Logo-777250.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 80px;
  height: 60px;
}

.col-models-home {
  color: #777;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.3vw;
  height: 33.3vw;
  text-decoration: none;
  overflow: hidden;
}

.col-models-home.o-model-i {
  background-image: url('../images/O-Model-I-Home.jpg');
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.col-models-home.o-model-ii {
  background-image: url('../images/O-Model-II-Home.jpg');
}

.col-models-home.o-model-iii {
  background-image: url('../images/O-Model-III-Home.jpg');
}

.footer {
  background-image: url('../images/O-Guitars-Iso-Shape-F7885.png'), url('../images/O-Guitars-Iso-Shape2-F7-885.png');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 25vw, 25vw;
}

.models-section {
  justify-content: space-around;
  display: flex;
}

.col-footer-left {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.col-footer-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 40px;
  display: flex;
}

.col-footer-mid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-link {
  color: #777;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  text-decoration: none;
}

.footer-link.w--current {
  color: #bbb;
}

.footer-copyright {
  color: #bbb;
  text-align: center;
  height: 60px;
  font-size: 12px;
}

.models-home-txt {
  background-color: #ffffffd9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.models-home-h2 {
  text-align: center;
  font-weight: 400;
  line-height: 64px;
}

.models-home-sub {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}

.div-block {
  background-image: url('../images/lupa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-top: 70px;
}

.lang-button {
  opacity: .7;
  color: #777;
  background-color: #fff0;
  background-image: url('../images/world-icon.svg');
  background-position: 15px 48%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #999;
  border-radius: 21px;
  margin-top: 70px;
  padding-top: 11px;
  padding-left: 45px;
  transition: opacity .4s;
}

.lang-button:hover {
  opacity: 1;
}

.footer-logo {
  background-image: url('../images/O-Guitars-Logo-777250.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 100px;
  height: 110px;
}

.footer-social-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.footer-social {
  opacity: .5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-left: 16px;
  margin-right: 16px;
  transition: opacity .4s;
}

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

.footer-social.facebook {
  background-image: url('../images/oguitars-social-facebook.svg');
}

.footer-social.instagram {
  background-image: url('../images/oguitars-social-instagram.svg');
}

.footer-social.youtube {
  background-image: url('../images/oguitars-social-youtube.svg');
}

.model-h1 {
  color: #777;
  text-align: center;
  font-size: 48px;
  line-height: 72px;
}

.model-h1.white {
  color: #fff;
}

.model-h2 {
  color: #777;
  text-align: center;
  font-weight: 200;
  line-height: 48px;
}

.seccion {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph {
  color: #999;
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
  line-height: 30px;
}

.about-col {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 25vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
  padding-top: 22.5vw;
  display: flex;
}

.about-col.juan {
  background-image: url('../images/About-Juan-Ures.webp');
}

.about-col.ale {
  background-image: url('../images/About-Ale-Garro.webp');
}

.about-col.nika {
  background-image: url('../images/About-Nika-Aybar.webp');
}

.about-col.munir {
  background-image: url('../images/Artist-Munir-Hossn.webp');
}

.about-col.mat {
  background-image: url('../images/Artist-Mat-Alba.webp');
}

.about-col.pedro {
  background-image: url('../images/Artist-Pedro-Pasquale.webp');
}

.about-names {
  font-size: 20px;
}

.form {
  text-align: center;
  margin-top: 29px;
}

.form-field {
  border: 0 #000;
  border-radius: 12px;
  width: 25vw;
  height: 50px;
}

.form-area {
  border: 0 #000;
  border-radius: 10px;
  width: 25vw;
  min-height: 100px;
  max-height: 100px;
}

.field-label {
  padding-top: 10px;
}

.submit-button {
  background-color: #000;
  border-radius: 10px;
  height: 50px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading {
  margin-bottom: 0;
}

.features {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 35vw;
  display: flex;
}

.features._1st {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 40vw;
}

.features._1st.eq1 {
  background-image: url('../images/O-Model-I---EQ.webp');
}

.features._1st.hollow1 {
  background-image: url('../images/O-Model-I---Hollow.webp');
}

.features._1st.eq2 {
  background-image: url('../images/O-Model-II---EQ.webp');
}

.features._1st.hollow2 {
  background-image: url('../images/O-Model-II---Hollow.webp');
}

.features._1st.eq3 {
  background-image: url('../images/O-Model-III---EQ.webp');
}

.features._1st.hollow3 {
  background-image: url('../images/O-Model-III---Hollow.webp');
}

.features._2nd {
  background-color: #f7f7f7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40vw;
  justify-content: flex-end;
}

.features._2nd.frets1 {
  background-image: url('../images/O-Model-I---Frets.webp');
}

.features._2nd.headstock1 {
  background-image: url('../images/O-Model-I---Headstock.webp');
  background-position: 0 0;
}

.features._2nd.frets2 {
  background-image: url('../images/O-Model-II---Frets.webp');
}

.features._2nd.headstock2 {
  background-image: url('../images/O-Model-II---Headstock.webp');
}

.features._2nd.frets3 {
  background-image: url('../images/O-Model-III---Frets.webp');
}

.features._2nd.headstock3 {
  background-image: url('../images/O-Model-III---Headstock.webp');
}

.feature-text {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.feature-text.left {
  padding-left: 10vw;
}

.feature-text.right {
  padding-right: 10vw;
}

.ranges-section {
  text-align: center;
  background-color: #f7f7f7;
  padding: 60px 18vw;
}

.ranges-tabs {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px #00000026;
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.tab {
  color: #ddd;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 15vw;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  transition: all .75s;
}

.tab.w--current {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
}

.ranges-title {
  margin-bottom: 30px;
  font-weight: 400;
}

.list {
  text-align: left;
}

.tabs-content {
  padding: 30px 40px;
}

.range-item {
  font-size: 16px;
  line-height: 40px;
}

.modal-div {
  z-index: 1000;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: fixed;
  inset: 20px;
  box-shadow: 0 0 20px #0003;
}

.modal-button {
  color: #ddd;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 25px;
  margin-top: 50px;
  padding: 15px 40px;
  font-size: 16px;
  transition: all .4s;
}

.modal-button:hover {
  color: #777;
  border-color: #999;
}

.coming-soon-txt {
  display: none;
}

.conecta-logo {
  background-image: url('../images/Hero-Conecta-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45vw;
  height: 12vw;
  margin-bottom: 4vw;
}

.whatsapp {
  z-index: 9999;
  background-image: url('../images/whatsapp-icon.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 64px;
  height: 64px;
  position: fixed;
  inset: auto 24px 24px auto;
}

.namm-logo-noyear {
  background-image: url('../images/Hero-Namm-Logo-NoYear.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 45vw;
  height: 12vw;
  margin-bottom: 4vw;
}

.pre-sale-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 200;
  line-height: 40px;
}

.home-hero-spacer {
  border-top: 1px solid #fff;
  width: 100px;
  height: 50px;
}

@media screen and (max-width: 991px) {
  .menu-button, .menu-button.w--open {
    background-color: #fff;
  }

  .namm-text {
    font-size: 16px;
    line-height: 24px;
  }

  .pre-sale-text {
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .home-hero-spacer {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper {
    width: 33vw;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 120vw;
  }

  .hero-section.home {
    background-image: url('../images/Home-Hero-Namm-V.webp');
  }

  .hero-section.oi {
    background-image: url('../images/O-Model-I-Home.jpg');
    background-position: 50% 100%;
    background-size: 90vw;
    height: 150vw;
  }

  .hero-section.about {
    background-image: url('../images/About-Hero-V.webp');
    height: 60vw;
  }

  .hero-section.contact {
    background-image: url('../images/Contact-Hero-V.webp');
    height: 60vw;
  }

  .hero-section.oii {
    background-image: url('../images/O-Model-II-Home.jpg');
    background-position: 50% 100%;
    background-size: 90vw;
    height: 150vw;
  }

  .hero-section.artists {
    background-image: url('../images/Artist-Hero-V.webp');
    height: 60vw;
  }

  .hero-section.oiii {
    background-image: url('../images/O-Model-III-Home.jpg');
    background-position: 50% 100%;
    background-size: 90vw;
    height: 150vw;
  }

  .navbar-link.toplink {
    margin-top: 30px;
  }

  .navbar-link.bottomlink {
    margin-bottom: 30px;
  }

  .hero-wrapper {
    width: 100vw;
  }

  .hero-wrapper.models {
    padding-top: 0;
  }

  .namm-logo {
    width: 60vw;
    height: 16vw;
    margin-top: 8vw;
  }

  .namm-text {
    font-size: 20px;
    line-height: 20px;
  }

  .col-models-home {
    width: 100vw;
    height: 100vw;
  }

  .footer {
    background-size: 70vw, 70vw;
  }

  .models-section {
    flex-direction: column;
    align-items: center;
  }

  .col-footer-right {
    padding-top: 20px;
  }

  .model-h1 {
    font-size: 32px;
    line-height: 48px;
  }

  .model-h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph.bio {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.home-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-col {
    background-size: 75vw;
    margin-bottom: 50px;
    padding-top: 67.5vw;
  }

  .form {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-field, .form-area {
    width: 75vw;
  }

  .features {
    flex-direction: column;
    height: 150vw;
    padding-top: 40px;
  }

  .features._1st {
    background-position: 50% 100%;
    background-size: contain;
    height: 145vw;
  }

  .features._2nd {
    background-position: 50% 100%;
    background-size: contain;
    justify-content: flex-start;
    height: 140vw;
  }

  .feature-text {
    font-size: 15px;
    line-height: 22.5px;
  }

  .feature-text.left {
    padding-right: 10vw;
  }

  .feature-text.right {
    padding-left: 10vw;
  }

  .ranges-section {
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .tab {
    width: 50vw;
    font-size: 14px;
  }

  .ranges-title {
    font-size: 24px;
  }

  .list {
    padding-left: 0;
  }

  .tabs-content {
    padding-top: 0;
  }

  .range-item {
    line-height: 32px;
  }

  .modal-div {
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: auto;
  }

  .conecta-logo, .namm-logo-noyear {
    width: 60vw;
    height: 16vw;
    margin-top: 8vw;
  }

  .pre-sale-text {
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .home-hero-spacer {
    height: 20px;
  }
}


