@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@400;600&display=swap");
*,
:after,
:before {
  box-sizing: border-box; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  background-color: #000000;
  color: #fcfcfc;
  font-family: 'Lato', 'Montserrat', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh; }

ul,
ol,
dl {
  margin: 0;
  padding: 0; }

a {
  transition: color .4s ease, background-color .4s ease;
  text-decoration: none;
  color: inherit; }

.page-wrapper {
  position: relative;
  transition: transform .3s ease-in-out;
  scroll-behavior: smooth;
  width: 100%; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

header {
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  user-select: none; }
  header #header-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 16px; }
    @media (max-width: 640px) {
      header #header-wrap {
        padding-top: 8px; } }
    header #header-wrap .image-top {
      display: flex;
      flex: 1 1 100%;
      justify-content: center;
      align-items: center;
      height: 120px; }
      @media (max-width: 640px) {
        header #header-wrap .image-top {
          height: 72px; } }
      header #header-wrap .image-top a {
        display: block;
        width: auto;
        height: 120px;
        padding: 16px; }
        @media (max-width: 640px) {
          header #header-wrap .image-top a {
            padding: 8px 0;
            height: 72px; } }
        header #header-wrap .image-top a img {
          height: 100%;
          width: auto; }
    header #header-wrap #menu-btn {
      display: none; }
      @media (max-width: 640px) {
        header #header-wrap #menu-btn:checked ~ #primary-menu {
          max-height: 240px;
          padding-bottom: 20px; } }
      header #header-wrap #menu-btn:checked ~ .menu-icon .navicon {
        background: transparent; }
        header #header-wrap #menu-btn:checked ~ .menu-icon .navicon:before {
          transform: rotate(-45deg); }
        header #header-wrap #menu-btn:checked ~ .menu-icon .navicon:after {
          transform: rotate(45deg); }
      header #header-wrap #menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, header #header-wrap #menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0; }
    header #header-wrap .menu-icon {
      display: none;
      position: absolute;
      top: 7px;
      right: 0;
      cursor: pointer;
      padding: 28px 20px;
      user-select: none; }
      @media (max-width: 640px) {
        header #header-wrap .menu-icon {
          display: flex; } }
      header #header-wrap .menu-icon .navicon {
        background: #ffffff;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px; }
        header #header-wrap .menu-icon .navicon:before, header #header-wrap .menu-icon .navicon:after {
          background: #ffffff;
          content: '';
          display: block;
          height: 100%;
          position: absolute;
          transition: all .2s ease-out;
          width: 100%; }
        header #header-wrap .menu-icon .navicon:before {
          top: 5px; }
        header #header-wrap .menu-icon .navicon:after {
          top: -5px; }
    header #header-wrap #primary-menu {
      display: flex;
      flex: 1 1 100%;
      justify-content: center;
      align-items: center; }
      @media (max-width: 640px) {
        header #header-wrap #primary-menu {
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
          max-height: 0;
          transition: max-height .3s ease-out;
          overflow: hidden; } }
      header #header-wrap #primary-menu .menu-item {
        position: relative;
        display: flex;
        align-items: center;
        width: auto;
        padding: 0 16px;
        font-size: 16px;
        line-height: 18px;
        user-select: none; }
        @media (max-width: 640px) {
          header #header-wrap #primary-menu .menu-item {
            padding: 0 16px;
            margin-bottom: 6px;
            font-size: 18px;
            line-height: 23px; } }
        @media (max-width: 640px) {
          header #header-wrap #primary-menu .menu-item:first-of-type {
            margin-top: 4px; } }
        @media (max-width: 640px) {
          header #header-wrap #primary-menu .menu-item:last-of-type {
            margin-bottom: 4px; } }
        header #header-wrap #primary-menu .menu-item a {
          height: 100%; }
        header #header-wrap #primary-menu .menu-item#link-inicio {
          display: none; }
          @media (max-width: 640px) {
            header #header-wrap #primary-menu .menu-item#link-inicio {
              display: flex; } }
        header #header-wrap #primary-menu .menu-item.link-image {
          height: 120px; }
          @media (max-width: 640px) {
            header #header-wrap #primary-menu .menu-item.link-image {
              display: none; } }
          header #header-wrap #primary-menu .menu-item.link-image img {
            height: 100%;
            width: auto; }
        header #header-wrap #primary-menu .menu-item.link-text :before {
          content: '';
          position: absolute;
          bottom: -6px;
          width: calc( 100% - 16px);
          height: 2px;
          margin: 0 -8px;
          transition: all .3s ease-out; }
          @media (max-width: 640px) {
            header #header-wrap #primary-menu .menu-item.link-text :before {
              bottom: -1px;
              width: calc( 100% - 30px);
              margin: 0 -1px; } }
        header #header-wrap #primary-menu .menu-item.link-text:hover :before {
          background-color: #ffffff; }
        header #header-wrap #primary-menu .menu-item.link-text.actual-page :before {
          content: '';
          background-color: #3cbeef; }

#footer {
  display: flex;
  flex: 1 1 100%;
  min-height: 100px;
  background-color: #259dca;
  color: #000000;
  margin: 0 auto; }
  #footer .footer-container {
    display: flex;
    flex: 1 1 100%;
    justify-content: space-between;
    align-items: center;
    max-width: 960px;
    margin: 0 auto; }
    @media (max-width: 640px) {
      #footer .footer-container {
        padding: 0 16px;
        font-size: 12px; } }
    #footer .footer-container .redes-footer {
      display: flex;
      flex-direction: row; }
      #footer .footer-container .redes-footer a {
        margin: 0 6px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000;
        border-radius: 4px; }
        #footer .footer-container .redes-footer a:hover {
          color: #259dca;
          background-color: #000000; }
        #footer .footer-container .redes-footer a i {
          font-size: 17px; }
    #footer .footer-container .datos-footer {
      display: flex;
      flex-direction: column; }
      #footer .footer-container .datos-footer > * {
        margin: 2px 6px; }
        @media (max-width: 640px) {
          #footer .footer-container .datos-footer > * {
            font-size: 14px;
            line-height: 18px; } }
      #footer .footer-container .datos-footer a:hover {
        text-decoration: underline; }
      #footer .footer-container .datos-footer i {
        min-width: 15px;
        margin-right: 2px; }

#inicio {
  display: block;
  width: 100%; }
  #inicio .main-block {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
    min-height: calc(100vh - 356px); }
    @media (max-width: 839px) and (min-width: 641px) {
      #inicio .main-block {
        flex-wrap: wrap; } }
    @media (max-width: 640px) {
      #inicio .main-block {
        flex-wrap: wrap;
        min-height: calc(100vh - 220px); } }
    #inicio .main-block .block-link {
      display: flex;
      width: 50%;
      position: relative; }
      @media (max-width: 839px) and (min-width: 641px) {
        #inicio .main-block .block-link {
          width: 100%; } }
      @media (max-width: 640px) {
        #inicio .main-block .block-link {
          width: 100%; } }
      #inicio .main-block .block-link .block-frame {
        display: flex;
        align-items: center;
        height: auto;
        max-width: 100%;
        overflow: hidden;
        user-select: none; }
        #inicio .main-block .block-link .block-frame img {
          width: 100%;
          height: auto;
          transition: -webkit-transform .6s ease-out;
          transition: transform .6s ease-out;
          transition: transform .6s ease-out,-webkit-transform .6s ease-out; }
      #inicio .main-block .block-link:hover .block-frame img {
        transform: scale(1.02); }
      #inicio .main-block .block-link .block-text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.25);
        user-select: none; }
        #inicio .main-block .block-link .block-text .center-text {
          position: relative;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
          #inicio .main-block .block-link .block-text .center-text a {
            position: absolute;
            border: 1px solid #ffffff;
            padding: 1vh 4vw;
            font-size: 36px;
            font-family: 'Montserrat', 'Lato', Helvetica, Arial, sans-serif;
            letter-spacing: -.75px;
            font-weight: 600; }
            #inicio .main-block .block-link .block-text .center-text a:hover {
              background-color: #00000033; }
            @media (max-width: 839px) and (min-width: 641px) {
              #inicio .main-block .block-link .block-text .center-text a {
                font-size: 28px; } }
            @media (max-width: 640px) {
              #inicio .main-block .block-link .block-text .center-text a {
                font-size: 28px; } }

#instrumentos-container {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  padding: 0 16px;
  margin: 48px auto 32px auto;
  max-width: 960px; }
  #instrumentos-container .instrumento {
    display: flex;
    flex-direction: row;
    flex: 1 1 100%;
    flex-wrap: wrap;
    margin-bottom: 72px; }
    @media (max-width: 640px) {
      #instrumentos-container .instrumento {
        flex-direction: row-reverse; } }
    #instrumentos-container .instrumento .instr-info {
      display: flex;
      flex: 1 1 50%;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 640px) {
        #instrumentos-container .instrumento .instr-info {
          flex-basis: 100%;
          justify-content: flex-start;
          order: 1; } }
      #instrumentos-container .instrumento .instr-info .instr-titulo {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px; }
        @media (max-width: 640px) {
          #instrumentos-container .instrumento .instr-info .instr-titulo {
            font-size: 20px;
            margin-top: 16px; } }
      #instrumentos-container .instrumento .instr-info .instr-especificaciones {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px; }
        #instrumentos-container .instrumento .instr-info .instr-especificaciones .specs-title {
          color: #ffffff;
          font-size: 14px;
          line-height: 16px;
          font-weight: 600;
          text-transform: uppercase;
          margin-bottom: 8px; }
          @media (max-width: 640px) {
            #instrumentos-container .instrumento .instr-info .instr-especificaciones .specs-title {
              font-size: 16px; } }
        #instrumentos-container .instrumento .instr-info .instr-especificaciones .specs-list {
          font-size: 14px;
          line-height: 16px;
          color: #e9e9e9;
          list-style: none; }
          @media (max-width: 640px) {
            #instrumentos-container .instrumento .instr-info .instr-especificaciones .specs-list {
              font-size: 15px; } }
          #instrumentos-container .instrumento .instr-info .instr-especificaciones .specs-list li {
            line-height: 22px; }
    #instrumentos-container .instrumento .instr-multimedia {
      display: flex;
      flex: 1 1 50%; }
      @media (max-width: 640px) {
        #instrumentos-container .instrumento .instr-multimedia {
          flex-basis: 100%; } }
      #instrumentos-container .instrumento .instr-multimedia .instr-imagen {
        display: block;
        text-align: center;
        width: 100%; }
        #instrumentos-container .instrumento .instr-multimedia .instr-imagen img {
          width: 100%;
          height: auto; }
          @media (max-width: 640px) {
            #instrumentos-container .instrumento .instr-multimedia .instr-imagen img {
              height: auto;
              width: 100%;
              max-width: 40vh; } }

#accesorios-container {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  padding: 0 16px;
  margin: 48px auto 32px auto;
  max-width: 960px; }
  #accesorios-container .accesorio {
    display: flex;
    flex-direction: row;
    flex: 1 1 100%;
    flex-wrap: wrap;
    margin-bottom: 72px; }
    @media (max-width: 640px) {
      #accesorios-container .accesorio {
        flex-direction: row-reverse; } }
    #accesorios-container .accesorio .acces-info {
      display: flex;
      flex: 1 1 50%;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 640px) {
        #accesorios-container .accesorio .acces-info {
          flex-basis: 100%;
          justify-content: flex-start;
          order: 1; } }
      #accesorios-container .accesorio .acces-info .acces-titulo {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px; }
        @media (max-width: 640px) {
          #accesorios-container .accesorio .acces-info .acces-titulo {
            font-size: 20px; } }
      #accesorios-container .accesorio .acces-info .acces-especificaciones {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px; }
        #accesorios-container .accesorio .acces-info .acces-especificaciones .specs-title {
          color: #ffffff;
          font-size: 14px;
          line-height: 16px;
          font-weight: 600;
          text-transform: uppercase;
          margin-bottom: 8px; }
          @media (max-width: 640px) {
            #accesorios-container .accesorio .acces-info .acces-especificaciones .specs-title {
              font-size: 16px; } }
        #accesorios-container .accesorio .acces-info .acces-especificaciones .specs-list {
          font-size: 14px;
          line-height: 16px;
          color: #e9e9e9;
          list-style: none; }
          @media (max-width: 640px) {
            #accesorios-container .accesorio .acces-info .acces-especificaciones .specs-list {
              font-size: 15px; } }
          #accesorios-container .accesorio .acces-info .acces-especificaciones .specs-list li {
            line-height: 22px; }
    #accesorios-container .accesorio .acces-multimedia {
      display: flex;
      flex: 1 1 50%; }
      @media (max-width: 640px) {
        #accesorios-container .accesorio .acces-multimedia {
          flex-basis: 100%; } }
      #accesorios-container .accesorio .acces-multimedia .acces-imagen {
        display: block;
        text-align: center;
        width: 100%; }
        #accesorios-container .accesorio .acces-multimedia .acces-imagen img {
          width: 100%;
          height: auto; }
          @media (max-width: 640px) {
            #accesorios-container .accesorio .acces-multimedia .acces-imagen img {
              height: auto;
              width: 100%;
              max-width: 40vh; } }

#galeria-container {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  padding: 0 16px;
  margin: 48px auto 32px auto;
  max-width: 960px; }
  #galeria-container .instr-galeria {
    margin-bottom: 32px;
    max-width: 960px;
    width: 100%; }
    #galeria-container .instr-galeria .galery-title {
      display: flex;
      flex: 1 1 100%;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 20px; }
    #galeria-container .instr-galeria .siema {
      position: relative; }
      #galeria-container .instr-galeria .siema .controls:nth-child(2) {
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 100;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #249dca;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../images/arrow_left.svg);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center; }
      #galeria-container .instr-galeria .siema .controls:nth-child(3) {
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 100;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #249dca;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../images/arrow_right.svg);
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center; }
      #galeria-container .instr-galeria .siema img {
        width: 100%; }

.btn.js-* {
  opacity: 0; }

#contacto-container {
  min-height: calc(100vh - 396px); }
  @media (max-width: 640px) {
    #contacto-container {
      min-height: calc(100vh - 220px); } }
  #contacto-container .message {
    max-width: 580px;
    margin: auto;
    margin-top: 40px;
    padding: 16px;
    line-height: 18px;
    background-color: #ff252573;
    border-radius: 3px; }
    #contacto-container .message.success {
      background-color: #1b7090; }
    #contacto-container .message.alert {
      background-color: #ff252573; }
  #contacto-container .form-contacto {
    max-width: 580px;
    margin: auto;
    margin-top: 40px;
    padding: 16px; }
    #contacto-container .form-contacto .form-header {
      color: #ffffff;
      font-size: 22px;
      line-height: 28px;
      font-weight: 600;
      margin-bottom: 32px; }
    #contacto-container .form-contacto form {
      margin: 0;
      padding: 0;
      line-height: inherit; }
      #contacto-container .form-contacto form fieldset {
        border: 0px;
        padding: 0;
        margin: 0; }
        #contacto-container .form-contacto form fieldset input, #contacto-container .form-contacto form fieldset select, #contacto-container .form-contacto form fieldset textarea {
          border-radius: 0;
          border: 0;
          resize: vertical;
          display: block;
          border: 3px solid transparent;
          background: rgba(255, 255, 255, 0.15);
          padding: 8px;
          line-height: 18px;
          width: 100%;
          font-size: 14px;
          font-family: 'Lato', 'Montserrat', Helvetica, Arial, sans-serif;
          color: #ffffff;
          outline: none;
          margin-bottom: 18px;
          transition: border .25s ease-in,background-color .25s ease-in,color .25s ease-in;
          -webkit-transition: border .25s ease-in,background-color .25s ease-in,color .25s ease-in;
          -moz-transition: border .25s ease-in,background-color .25s ease-in,color .25s ease-in;
          -ms-transition: border .25s ease-in,background-color .25s ease-in,color .25s ease-in; }
          #contacto-container .form-contacto form fieldset input:hover, #contacto-container .form-contacto form fieldset select:hover, #contacto-container .form-contacto form fieldset textarea:hover {
            background: rgba(255, 255, 255, 0.2); }
          #contacto-container .form-contacto form fieldset input:focus, #contacto-container .form-contacto form fieldset select:focus, #contacto-container .form-contacto form fieldset textarea:focus {
            background: rgba(101, 101, 101, 0.2); }
        #contacto-container .form-contacto form fieldset label {
          display: block;
          font-size: 0;
          color: rgba(0, 0, 0, 0);
          height: 2px;
          margin-top: -2px;
          width: 0;
          position: relative;
          z-index: 1;
          background-color: #146987;
          transition: width .2s ease-in-out; }
      #contacto-container .form-contacto form .btn-submit {
        margin-top: 16px;
        margin-bottom: 32px; }
        #contacto-container .form-contacto form .btn-submit #btn_send {
          color: white;
          background-color: #259dca;
          text-align: center;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 600;
          line-height: 18px;
          padding: 8px 12px;
          transition: background-color .3s ease-in-out;
          cursor: pointer;
          font-family: 'Montserrat', 'Lato', Helvetica, Arial, sans-serif;
          outline: none;
          border: none;
          user-select: none; }
          #contacto-container .form-contacto form .btn-submit #btn_send:hover {
            background-color: #1b7090; }

/*# sourceMappingURL=style.css.map */
