body {
  min-height: 100vh;
  background-color: white;
  font-family: "Sweden Sans";
  position: relative;
  padding-top: 91px;
}

body::before {
  content: "";
  width: 100%;
  height: 320px;
  background-color: #1d1d1b;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (min-width: 992px) {
  body::before {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  body::before {
    content: none;
  }
}

body * {
  outline: none !important;
}

body a:hover,
body a:focus,
body a:active,
body a {
  color: inherit;
  text-decoration: none;
}

body .m5 {
  margin-bottom: 5px;
}

body .m10 {
  margin-bottom: 10px;
}

body .m15 {
  margin-bottom: 15px;
}

body .m20 {
  margin-bottom: 20px;
}

body .m30 {
  margin-bottom: 30px;
}

body .m40 {
  margin-bottom: 40px;
}

body .m50 {
  margin-bottom: 50px;
}

body .m60 {
  margin-bottom: 60px;
}

body .m70 {
  margin-bottom: 70px;
}

body .m80 {
  margin-bottom: 80px;
}

body .m90 {
  margin-bottom: 90px;
}

body .m100 {
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
  body .m-md-5 {
    margin-bottom: 5px;
  }
  body .m-md-10 {
    margin-bottom: 10px;
  }
  body .m-md-15 {
    margin-bottom: 15px;
  }
  body .m-md-20 {
    margin-bottom: 20px;
  }
  body .m-md-30 {
    margin-bottom: 30px;
  }
  body .m-md-40 {
    margin-bottom: 40px;
  }
  body .m-md-50 {
    margin-bottom: 50px;
  }
  body .m-md-60 {
    margin-bottom: 60px;
  }
  body .m-md-70 {
    margin-bottom: 70px;
  }
  body .m-md-80 {
    margin-bottom: 80px;
  }
  body .m-md-90 {
    margin-bottom: 90px;
  }
  body .m-md-100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 992px) {
  body .m-lg-5 {
    margin-bottom: 5px;
  }
  body .m-lg-10 {
    margin-bottom: 10px;
  }
  body .m-lg-15 {
    margin-bottom: 15px;
  }
  body .m-lg-20 {
    margin-bottom: 20px;
  }
  body .m-lg-30 {
    margin-bottom: 30px;
  }
  body .m-lg-40 {
    margin-bottom: 40px;
  }
  body .m-lg-50 {
    margin-bottom: 50px;
  }
  body .m-lg-60 {
    margin-bottom: 60px;
  }
  body .m-lg-70 {
    margin-bottom: 70px;
  }
  body .m-lg-80 {
    margin-bottom: 80px;
  }
  body .m-lg-90 {
    margin-bottom: 90px;
  }
  body .m-lg-100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1200px) {
  body .m-xl-5 {
    margin-bottom: 5px;
  }
  body .m-xl-10 {
    margin-bottom: 10px;
  }
  body .m-xl-15 {
    margin-bottom: 15px;
  }
  body .m-xl-20 {
    margin-bottom: 20px;
  }
  body .m-xl-30 {
    margin-bottom: 30px;
  }
  body .m-xl-40 {
    margin-bottom: 40px;
  }
  body .m-xl-50 {
    margin-bottom: 50px;
  }
  body .m-xl-60 {
    margin-bottom: 60px;
  }
  body .m-xl-70 {
    margin-bottom: 70px;
  }
  body .m-xl-80 {
    margin-bottom: 80px;
  }
  body .m-xl-90 {
    margin-bottom: 90px;
  }
  body .m-xl-100 {
    margin-bottom: 100px;
  }
}

body .w-60 {
  width: 60% !important;
}

body .w-65 {
  width: 65% !important;
}

body .w-70 {
  width: 70% !important;
}

body .w-80 {
  width: 80% !important;
}

body .w-85 {
  width: 85% !important;
}

body .w-90 {
  width: 90% !important;
}

body .w-95 {
  width: 95% !important;
}

body .w-98 {
  width: 98% !important;
}

body .w-100 {
  width: 100% !important;
}

body .w-auto {
  width: auto !important;
}

@media screen and (min-width: 576px) {
  body .w-sm-60 {
    width: 60% !important;
  }
  body .w-sm-65 {
    width: 65% !important;
  }
  body .w-sm-70 {
    width: 70% !important;
  }
  body .w-sm-80 {
    width: 80% !important;
  }
  body .w-sm-85 {
    width: 85% !important;
  }
  body .w-sm-90 {
    width: 90% !important;
  }
  body .w-sm-95 {
    width: 95% !important;
  }
  body .w-sm-98 {
    width: 98% !important;
  }
  body .w-sm-100 {
    width: 100% !important;
  }
  body .w-sm-auto {
    width: auto !important;
  }
}

@media screen and (min-width: 768px) {
  body .w-md-60 {
    width: 60% !important;
  }
  body .w-md-65 {
    width: 65% !important;
  }
  body .w-md-70 {
    width: 70% !important;
  }
  body .w-md-80 {
    width: 80% !important;
  }
  body .w-md-85 {
    width: 85% !important;
  }
  body .w-md-90 {
    width: 90% !important;
  }
  body .w-md-95 {
    width: 95% !important;
  }
  body .w-md-98 {
    width: 98% !important;
  }
  body .w-md-100 {
    width: 100% !important;
  }
  body .w-md-auto {
    width: auto !important;
  }
}

@media screen and (min-width: 992px) {
  body .w-lg-60 {
    width: 60% !important;
  }
  body .w-lg-65 {
    width: 65% !important;
  }
  body .w-lg-70 {
    width: 70% !important;
  }
  body .w-lg-80 {
    width: 80% !important;
  }
  body .w-lg-85 {
    width: 85% !important;
  }
  body .w-lg-90 {
    width: 90% !important;
  }
  body .w-lg-95 {
    width: 95% !important;
  }
  body .w-lg-98 {
    width: 98% !important;
  }
  body .w-lg-100 {
    width: 100% !important;
  }
  body .w-lg-auto {
    width: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  body .w-xl-60 {
    width: 60% !important;
  }
  body .w-xl-65 {
    width: 65% !important;
  }
  body .w-xl-70 {
    width: 70% !important;
  }
  body .w-xl-80 {
    width: 80% !important;
  }
  body .w-xl-85 {
    width: 85% !important;
  }
  body .w-xl-90 {
    width: 90% !important;
  }
  body .w-xl-95 {
    width: 95% !important;
  }
  body .w-xl-98 {
    width: 98% !important;
  }
  body .w-xl-100 {
    width: 100% !important;
  }
  body .w-xl-auto {
    width: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  body .w12 {
    max-width: 1280px;
  }
}

@media screen and (min-width: 768px) {
  body {
    padding-top: 0px;
  }
  body .container {
    width: 70%;
  }
}

body .decoracion-fija {
  position: absolute;
  top: 500px;
  left: 10%;
  z-index: 1;
}

body .loading {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 200;
  background-color: #ffffff;
}

body .btn.btn-negro {
  background-color: #1d1d1b;
  color: #ffffff;
}

body .modal .modal-content {
  border-radius: 0px;
  border: none;
}

body .modal .modal-content::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1d1d1b;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  body .modal .modal-content::before {
    width: 50%;
  }
}

body .modal .modal-content .close {
  color: #ffffff;
  text-shadow: none;
  font-size: 28px;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  body .modal .modal-content .close {
    color: #000000;
  }
}

body .modal .modal-content .modal-header,
body .modal .modal-content .modal-body,
body .modal .modal-content .modal-footer {
  position: relative;
  z-index: 2;
}

body .modal .modal-content .modal-header {
  color: #ffffff;
  border: none;
  border-radius: 0px;
}

body .modal .modal-content .modal-body {
  position: relative;
  z-index: 1;
}

body .modal .modal-content .modal-body input.in.form-control {
  border: none;
  border-bottom: 2px solid #3457bb;
  border-radius: 0px;
  background-color: #1d1d1b;
  color: #ffffff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

body .modal .modal-content .modal-body input.in.form-control::-webkit-input-placeholder {
  color: #ffffff;
}

body .modal .modal-content .modal-body input.in.form-control:-ms-input-placeholder {
  color: #ffffff;
}

body .modal .modal-content .modal-body input.in.form-control::-ms-input-placeholder {
  color: #ffffff;
}

body .modal .modal-content .modal-body input.in.form-control::placeholder {
  color: #ffffff;
}

body .modal .modal-content .modal-body textarea.tx.form-control {
  border: none;
  border-bottom: 2px solid #3457bb;
  border-radius: 0px;
  background-color: #1d1d1b;
  color: #ffffff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  resize: none;
}

body .modal .modal-content .modal-body textarea.tx.form-control::-webkit-input-placeholder {
  color: #ffffff;
}

body .modal .modal-content .modal-body textarea.tx.form-control:-ms-input-placeholder {
  color: #ffffff;
}

body .modal .modal-content .modal-body textarea.tx.form-control::-ms-input-placeholder {
  color: #ffffff;
}

body .modal .modal-content .modal-body textarea.tx.form-control::placeholder {
  color: #ffffff;
}

body .modal .modal-content .modal-body label.lb {
  color: #ffffff;
}

body .modal .modal-content .modal-body .text-muted {
  color: #ffffff;
  opacity: .8;
}

body .modal .modal-content .modal-body img {
  max-width: 272px;
}

@media screen and (min-width: 768px) {
  body .modal .modal-content .modal-body img {
    max-width: initial;
  }
}

body .modal .modal-content .modal-body::after {
  content: "";
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 250px;
  background-color: #ffffff;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  body .modal .modal-content .modal-body::after {
    content: none;
  }
}

body .modal .modal-content .modal-footer {
  border: none;
  border-radius: 0px;
}

body .modal .modal-content .modal-footer .btn.btn-negro {
  background-color: #1d1d1b;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0px;
}

body .modal .modal-content .modal-footer .btn.cancelar {
  color: crimson;
}

body .alertify .ajs-dialog,
body .alertify .ajs-footer {
  background-color: #3457bb;
  color: #ffffff;
}

body .alertify .ajs-header {
  background-color: #ffffff;
  color: #1d1d1b;
}

body .alertify button.ajs-ok {
  background-color: #ffffff;
  color: #1d1d1b;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

@media screen and (min-width: 768px) {
  body {
    padding-bottom: 375px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

nav.menu {
  background-color: #1d1d1b;
  padding: 45px 0px;
  position: relative;
  z-index: 100;
}

nav.menu .menu-list {
  position: absolute;
  top: 0px;
  right: -80px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  z-index: 10;
}

nav.menu .menu-list li {
  color: #ffffff;
  font-family: "Akkurat Pro";
  width: 100%;
  letter-spacing: 2px;
}

nav.menu .menu-list li.hover-azul {
  margin-bottom: 4px;
  font-size: 14px;
}

nav.menu .menu-list li.hover-azul a {
  position: relative;
}

nav.menu .menu-list li.hover-azul a::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #3457bb;
  position: absolute;
  bottom: -2px;
  left: 0px;
  opacity: 0;
}

nav.menu .menu-list li.hover-azul a:hover::after {
  opacity: 1;
}

nav.menu .menu-list li.idioma {
  font-size: 18px;
}

nav.menu .menu-list li.idioma a {
  text-decoration: underline;
}

nav.menu .menu-list li.redes {
  color: #000000;
  font-size: 24px;
}

@media screen and (min-width: 1200px) {
  nav.menu .menu-list {
    right: -140px;
    top: 25px;
  }
}

@media screen and (max-width: 767px) {
  nav.menu .menu-list {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  nav.menu {
    padding: 65px 0px;
    padding-bottom: 10px;
  }
}

nav.menu2 {
  background-color: #1d1d1b;
  padding: 25px 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 25px 0px;
}

nav.menu2 img.logo {
  width: 150px;
}

nav.menu2 .hamburger {
  padding: 0px;
}

nav.menu2 .hamburger .hamburger-inner {
  background-color: #fff;
}

nav.menu2 .hamburger .hamburger-inner::after {
  background-color: #fff;
}

nav.menu2 .hamburger .hamburger-inner::before {
  background-color: #fff;
}

nav.menu2 .hamburger.is-active .hamburger-inner,
nav.menu2 .hamburger.is-active .hamburger-inner:after,
nav.menu2 .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}

nav.menu2 .menu-list {
  width: 100%;
  background-color: #1d1d1b;
  padding-top: 5px;
  color: #ffffff;
  font-size: 14px;
  display: none;
  position: absolute;
  top: 90px;
  left: 0px;
  z-index: -1;
}

nav.menu2 .menu-list.active {
  display: block;
}

nav.menu2 .menu-list ul {
  list-style: none;
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  max-width: 400px;
}

nav.menu2 .menu-list ul li {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  nav.menu2 .menu-list ul li {
    font-size: 16px;
  }
}

nav.menu2 .menu-list .idiomas {
  font-size: 18px;
}

nav.menu2 .menu-list .redes {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  nav.menu2 {
    display: none;
  }
  nav.menu2.active {
    display: block;
  }
}

footer {
  background-color: #3457bb;
  padding: 75px 0px;
  width: 100%;
}

footer p {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}

footer ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

footer ul li {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
  }
}

.section-selecion-tipo-mosaico {
  padding: 40px 0px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.section-selecion-tipo-mosaico h3 {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .section-selecion-tipo-mosaico h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .section-selecion-tipo-mosaico h3 {
    font-size: 28x;
  }
}

.section-selecion-tipo-mosaico img {
  width: 100px;
}

.section-selecion-tipo-mosaico img[data-tipo="2"] {
  width: 115px;
}

@media screen and (min-width: 992px) {
  .section-selecion-tipo-mosaico img {
    width: auto;
  }
  .section-selecion-tipo-mosaico img[data-tipo="2"] {
    width: auto;
  }
}

.section-selecion-tipo-mosaico .container {
  background-color: #ffffff;
}

.section-interaccion h4 {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .section-interaccion h4 {
    font-size: 24px;
  }
}

@media screen and (min-width: 992px) {
  .section-interaccion h4 {
    font-size: 24px;
  }
}

.section-interaccion .seleccion-modelo {
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.section-interaccion .seleccion-modelo .container {
  background-color: #ffffff;
}

.section-interaccion .seleccion-modelo ul {
  background-color: #edeef0;
  min-height: 350px;
  list-style: none;
  padding-left: 0px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  padding: 20px;
  max-height: 450px;
  overflow: auto;
}

.section-interaccion .seleccion-modelo ul li {
  width: 33.33%;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  cursor: pointer;
}

.section-interaccion .seleccion-modelo ul li .pantalla {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  background-color: #edeef0c9;
  font-weight: 400;
  color: #3457bb;
  letter-spacing: 0.6px;
  font-size: 14px;
  opacity: 0;
}

@media screen and (pointer: fine) {
  .section-interaccion .seleccion-modelo ul li .pantalla {
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
  }
  .section-interaccion .seleccion-modelo ul li .pantalla:hover {
    opacity: 1;
  }
}

.section-interaccion .seleccion-modelo ul li svg {
  width: 100%;
}

.section-interaccion .seleccion-modelo ul li.deshabilitado {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .4;
  pointer-events: none;
  cursor: not-allowed;
}

@media screen and (min-width: 768px) {
  .section-interaccion .seleccion-modelo ul li {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .section-interaccion .seleccion-modelo ul {
    width: 49%;
  }
}

@media screen and (min-width: 768px) {
  .section-interaccion .seleccion-modelo .btn-reiniciar {
    position: absolute;
    top: -42px;
    right: 0px;
    z-index: 1;
  }
}

.section-interaccion .seleccion-colores {
  background-color: #edeef0;
  padding: 40px 0px;
}

.section-interaccion .seleccion-colores ul.listado-colores {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  padding: 20px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.section-interaccion .seleccion-colores ul.listado-colores li {
  width: 23.5%;
  margin-bottom: 0px;
  text-align: center;
  cursor: pointer;
}

.section-interaccion .seleccion-colores ul.listado-colores li svg {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .section-interaccion .seleccion-colores ul.listado-colores li {
    height: 51px;
    width: 63px;
    margin-bottom: 8px;
  }
}

.section-interaccion .seleccion-colores ul.listado-colores li .pantalla {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  background-color: #edeef0c9;
  font-weight: 400;
  color: #3457bb;
  letter-spacing: 0.6px;
  font-size: 14px;
  opacity: 0;
}

@media screen and (pointer: fine) {
  .section-interaccion .seleccion-colores ul.listado-colores li .pantalla {
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
  }
  .section-interaccion .seleccion-colores ul.listado-colores li .pantalla:hover {
    opacity: 1;
  }
}

.section-interaccion .seleccion-colores #mosaicoPersonalizar img, .section-interaccion .seleccion-colores #mosaicoPersonalizar svg {
  width: 100%;
  max-width: 295px;
  max-height: 295px;
}

@media screen and (min-width: 768px) {
  .section-interaccion .seleccion-colores {
    padding: 60px 0px;
  }
}

.section-interaccion .armado-grid {
  padding: 40px 0px;
  background-color: #ffffff;
}

.section-interaccion .armado-grid #base-grid-tipo[data-tipo="1"] {
  width: 261px;
}

.section-interaccion .armado-grid #base-grid-tipo[data-tipo="1"] svg {
  width: 50px !important;
  height: 50px !important;
}

@media screen and (min-width: 768px) {
  .section-interaccion .armado-grid #base-grid-tipo[data-tipo="1"] svg {
    width: 100px !important;
    height: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  .section-interaccion .armado-grid #base-grid-tipo[data-tipo="1"] {
    width: 505px;
  }
}

.section-interaccion .armado-grid #base-grid-tipo[data-tipo="2"] {
  width: 261px;
  padding-bottom: 28px;
  padding: 38px 0px;
  padding-left: 62px;
  padding-right: 0px;
}

.section-interaccion .armado-grid #base-grid-tipo[data-tipo="2"] svg {
  float: left;
}

@media screen and (min-width: 768px) {
  .section-interaccion .armado-grid #base-grid-tipo[data-tipo="2"] svg {
    margin-top: -37px;
    height: 144px;
    width: 125px;
  }
}

.section-interaccion .armado-grid #base-grid-tipo[data-tipo="2"] svg:nth-child(5),
.section-interaccion .armado-grid #base-grid-tipo[data-tipo="2"] svg:nth-child(13) {
  margin-left: -62px;
}

@media screen and (max-width: 767px) {
  .section-interaccion .armado-grid #base-grid-tipo[data-tipo="2"] {
    left: -10px;
  }
}

@media screen and (min-width: 768px) {
  .section-interaccion .armado-grid #base-grid-tipo[data-tipo="2"] {
    width: calc(505px + 62px);
  }
}

.section-interaccion .armado-grid #base-grid-tipo svg {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .section-interaccion .armado-grid {
    padding: 60px 0px;
  }
}
/*# sourceMappingURL=interactivo.css.map */