.section-title {
  margin: 0;
  padding: 0; }
  .section-title .title {
    text-align: center;
    font-family: "Nanum Brush Script", cursive;
    color: #fafafa;
    background-image: url("../../img/wood.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 5px 5px 5px #757474;
    margin: 0;
    padding: 0.75rem 0rem; }
  .section-title .title-resume {
    font-size: 2.5rem; }
  .section-title .title-icon {
    margin: 0;
    text-align: center; }
    .section-title .title-icon .title-icon-i {
      color: #d4bdb8;
      text-align: center;
      font-size: 2.5rem;
      margin: 1rem 0rem 1.5rem 0rem;
      animation: tada;
      animation-duration: 2.5s;
      animation-iteration-count: infinite; }

@media screen and (min-width: 768px) {
  .section-title .title-resume {
    font-size: 3rem; } }

.block-about .about-me {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 1rem 1rem; }
  .block-about .about-me .about-me-img {
    flex-basis: 100%;
    margin-bottom: 1rem; }
    .block-about .about-me .about-me-img img {
      border-radius: 25px;
      box-shadow: 0px 0px 15px #b1a8a5;
      width: 100%; }
    .block-about .about-me .about-me-img .first-img {
      border-radius: 50%; }
  .block-about .about-me .about-me-text {
    flex-basis: 100%; }
    .block-about .about-me .about-me-text p {
      color: #626567;
      font-size: 0.9rem;
      text-align: center; }

@media screen and (min-width: 400px) {
  .block-about .about-me .about-me-img {
    flex-basis: 100%; }
    .block-about .about-me .about-me-img img {
      display: block;
      width: 60%;
      margin: 0 auto; } }

@media screen and (min-width: 576px) {
  .block-about .about-me .about-me-img {
    flex-basis: 50%; }
    .block-about .about-me .about-me-img img {
      display: block;
      width: 80%; } }

@media screen and (min-width: 992px) {
  .block-about .about-me {
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: center;
    margin: 4rem 1rem; }
    .block-about .about-me .about-me-img {
      flex-basis: 30%; }
      .block-about .about-me .about-me-img img {
        width: 80%;
        margin: 0 2rem; }
    .block-about .about-me .about-me-text {
      flex-basis: 40%;
      padding: 0rem 1rem; }
      .block-about .about-me .about-me-text p {
        font-size: 1.1rem; } }

.block-amigurumis {
  margin: 2rem 0rem; }
  .block-amigurumis .amig {
    background-image: url(../../img/amigurumi.jpg);
    background-size: cover;
    height: 400px; }
    .block-amigurumis .amig p {
      height: 400px;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: center;
      background-color: rgba(25, 25, 25, 0.5);
      padding: 0rem 1rem;
      text-align: center;
      color: #fafafa;
      font-family: "Pangolin", cursive;
      font-weight: 500; }

@media screen and (min-width: 992px) {
  .block-amigurumis .amig {
    height: 500px; }
    .block-amigurumis .amig p {
      padding: 0rem 6rem;
      font-size: 1.5rem;
      height: 500px; } }

.products {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-evenly;
  margin: 1.5rem 0rem;
  padding: 0; }
  .products .card-products {
    margin: 0.75rem 0.5rem;
    width: 10rem;
    border: 1px solid #c8c5bd;
    border-radius: 5px;
    background-color: rgba(200, 197, 189, 0.3);
    box-shadow: 3px 3px 5px #c8c5bd; }
    .products .card-products .card-img-top {
      width: 100%;
      align-self: center;
      border-radius: 5px 5px 0px 0px; }
    .products .card-products .card-body {
      font-size: 0.9rem;
      color: #626567;
      padding: 0.5rem 0rem;
      text-align: center;
      position: relative; }
      .products .card-products .card-body .card-title {
        margin-bottom: 0.5rem;
        font-weight: 600;
        font-size: 1.1rem; }
      .products .card-products .card-body .card-text {
        margin-bottom: 0.5rem; }
      .products .card-products .card-body .btn-purchase {
        background-color: #292929;
        color: white;
        font-family: "Pangolin", cursive;
        font-size: 0.8rem;
        border: 1px solid #292929;
        letter-spacing: 2px;
        position: relative;
        overflow: hidden; }
        .products .card-products .card-body .btn-purchase:hover {
          background-color: #191919; }
        .products .card-products .card-body .btn-purchase:after {
          content: "";
          background: #d7ccc8;
          display: block;
          position: absolute;
          padding-top: 300%;
          padding-left: 450%;
          margin-left: -220px;
          margin-top: -120%;
          border-radius: 50%;
          opacity: 0;
          transition: all 0.8s; }
        .products .card-products .card-body .btn-purchase:active:after {
          padding: 0;
          margin: 0;
          opacity: 1;
          transition: 0s; }
      .products .card-products .card-body .btn-modal {
        border: none;
        border-radius: 50%;
        background-color: rgba(200, 197, 189, 0.7);
        position: absolute;
        top: -40px;
        right: 2px;
        width: 40px;
        height: 40px; }
        .products .card-products .card-body .btn-modal i {
          color: #191919;
          font-size: 0.9rem; }

@media screen and (min-width: 576px) {
  .products {
    margin: 0; } }

@media screen and (min-width: 992px) {
  .products {
    justify-content: center; }
    .products .card-products {
      width: 15rem;
      margin: 1rem 1rem;
      transition: all 0.3s; }
      .products .card-products:hover {
        box-shadow: 0px 0px 10px #292929;
        border: none; }
      .products .card-products .card-body {
        font-size: 1.1rem;
        padding: 1rem 0rem; }
        .products .card-products .card-body .card-title {
          font-size: 1.3rem; }
        .products .card-products .card-body .btn-purchase {
          font-size: 0.9rem;
          width: 50%; }
        .products .card-products .card-body .btn-modal {
          position: absolute;
          top: -50px;
          right: 2px;
          width: 50px;
          height: 50px; }
          .products .card-products .card-body .btn-modal i {
            font-size: 1.1rem;
            transition: all 0.2s; }
          .products .card-products .card-body .btn-modal:hover {
            background-color: rgba(25, 25, 25, 0.7); }
            .products .card-products .card-body .btn-modal:hover i {
              color: #dbdbd8;
              font-size: 1.3rem; } }

.modalDetails {
  background-image: url(../../img/img-bg.jpg);
  background-size: cover; }
  .modalDetails .modal-header {
    background-color: rgba(219, 219, 216, 0.6);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .modalDetails .modal-header .modal-title {
      font-weight: 600;
      font-family: "Pangolin", cursive;
      font-variant: small-caps;
      font-size: 1.7rem;
      color: rosybrown;
      padding-left: 2rem;
      line-height: 40px; }
    .modalDetails .modal-header .close {
      color: rosybrown;
      font-size: 2rem; }
  .modalDetails .modal-body {
    text-align: center; }
    .modalDetails .modal-body .modal-img {
      border-radius: 5px;
      width: 100%;
      box-shadow: 0px 0px 15px #191919;
      margin-bottom: 1rem; }
    .modalDetails .modal-body .subtitle {
      font-weight: 700;
      letter-spacing: 3px;
      margin-bottom: 0px;
      margin-top: 1rem; }
    .modalDetails .modal-body .btn-purchase-modal {
      width: 150px;
      background-color: #292929;
      font-family: "Pangolin", cursive;
      font-size: 1.1rem;
      color: white;
      font-size: 0.8rem;
      border: 1px solid #292929;
      letter-spacing: 2px;
      margin-top: 0.5rem;
      position: relative;
      overflow: hidden; }
      .modalDetails .modal-body .btn-purchase-modal:hover {
        background-color: #191919; }
      .modalDetails .modal-body .btn-purchase-modal:after {
        content: "";
        background: #d7ccc8;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -120px;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s; }
      .modalDetails .modal-body .btn-purchase-modal:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s; }
  .modalDetails .modal-footer {
    padding-top: 0;
    padding-bottom: 0; }
    .modalDetails .modal-footer .btn-footer-modal {
      background-color: rgba(200, 197, 189, 0.7);
      font-family: "Pangolin", cursive;
      color: #191919;
      font-size: 0.9rem;
      font-weight: 600;
      border: 2px solid #191919;
      letter-spacing: 2px; }
      .modalDetails .modal-footer .btn-footer-modal:hover {
        background-color: rgba(177, 168, 165, 0.7); }

.search-boxes {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
  font-family: "Pangolin", cursive;
  color: #626567;
  height: 90px;
  align-content: space-between; }
  .search-boxes .size-filter .title-option-filter {
    font-size: 1rem;
    display: inline-block; }
  .search-boxes .size-filter .option-select {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.1rem;
    height: calc(1.5em + .75rem + 2px);
    color: #495057;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 0rem 0.75rem; }
    .search-boxes .size-filter .option-select:focus {
      outline-color: #d4bdb8; }
  .search-boxes .searchInput .searchInput-input {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem; }
    .search-boxes .searchInput .searchInput-input:focus {
      outline-color: #d4bdb8; }

@media screen and (min-width: 768px) {
  .search-boxes {
    height: 70px; } }

.no-products-search {
  background-color: rgba(177, 168, 165, 0.5);
  text-align: center;
  margin: 3rem 0 6rem 0;
  padding: 0.5rem 2rem;
  font-weight: 600; }

.btnTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: 3px solid white;
  outline: none;
  background-color: rgba(188, 143, 143, 0.9);
  color: white;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 50%;
  font-size: 2rem; }
  .btnTop:focus {
    background-color: rgba(98, 101, 103, 0.8); }

@media screen and (min-width: 992px) {
  .btnTop:hover {
    background-color: rgba(98, 101, 103, 0.8); } }

.producto-agregar {
  display: none;
  width: 250px;
  border-radius: 15px;
  margin-top: 0rem;
  margin-left: 0rem;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(250, 250, 250, 0.9); }

.agregado {
  border: 3px solid #89c4ad;
  box-shadow: inset 0px 0px 20px #89c4ad; }
  .agregado .cartel {
    padding: 1.75rem;
    margin: 0;
    font-family: "Pangolin", cursive;
    text-align: center;
    color: #495057; }

.unidad {
  border: 3px solid #fbf988;
  box-shadow: inset 0px 0px 20px #fbf988; }
  .unidad .cartel-unidad {
    padding: 1.75rem;
    margin: 0;
    font-family: "Pangolin", cursive;
    text-align: center;
    color: #495057; }

.unidad-max {
  border: 3px solid #fb9f88;
  box-shadow: inset 0px 0px 20px #fb9f88; }
  .unidad-max .cartel-unidad {
    padding: 1.25rem;
    margin: 0;
    font-family: "Pangolin", cursive;
    text-align: center;
    color: #495057; }

@media screen and (min-width: 768px) {
  .producto-agregar {
    width: 300px; } }

.animation-contact {
  animation: backInUp;
  animation-duration: 1s; }

.contact-block .contact-text {
  margin-bottom: 0.5rem;
  color: #626567;
  font-family: "Open Sans Condensed", sans-serif;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 24px; }
  .contact-block .contact-text span {
    background-color: #fafafa;
    border-radius: 50%; }
    .contact-block .contact-text span .icon-whatsapp {
      vertical-align: top;
      color: #626567;
      font-size: 1.5rem; }

.contact-block .contact-icons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 1rem 0rem; }
  .contact-block .contact-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #b1a8a5;
    transition: all 0.3s; }
    .contact-block .contact-icons a i {
      color: white;
      font-size: 1.2rem; }
    .contact-block .contact-icons a:hover {
      background-color: #d4bdb8;
      box-shadow: 0px 0px 10px #757474; }
      .contact-block .contact-icons a:hover i {
        color: #191919; }

@media screen and (min-width: 992px) {
  .contact-block .contact-text {
    margin-top: 4rem;
    font-size: 1.1rem; }
    .contact-block .contact-text span .icon-whatsapp {
      font-size: 1.7rem; }
  .contact-block .contact-icons a {
    margin: 1rem 2rem;
    width: 60px;
    height: 60px; }
    .contact-block .contact-icons a i {
      font-size: 1.5rem; } }

.mensajeSuccess {
  background-image: url(../../img/img-bg.jpg);
  background-size: cover;
  width: 300px;
  text-align: center;
  margin: 5rem auto 3rem auto;
  padding: 1.5rem 1rem;
  box-shadow: 0px 0px 10px #626567;
  border-radius: 15px; }
  .mensajeSuccess p {
    margin: 1rem 0; }

.mensaje {
  margin-top: 3rem; }
  .mensaje .mensaje-title {
    font-size: 1.3rem;
    font-family: "Nunito", sans-serif;
    font-variant: small-caps;
    color: #89c4ad;
    text-shadow: 5px 5px 3px #d1f2eb;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600; }
  .mensaje form .boxes {
    color: #626567;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px; }
    .mensaje form .boxes .obligatorio {
      color: #ad1a1a; }
    .mensaje form .boxes input {
      font-size: 0.9rem;
      border: none;
      border-bottom: 1px solid #dbdbd8;
      border-radius: 0px; }
    .mensaje form .boxes small {
      letter-spacing: 0px; }
  .mensaje form .mensajeBtn {
    display: block;
    background-color: #292929;
    margin: 1rem auto;
    width: 50%;
    color: white;
    font-family: "Pangolin", cursive;
    letter-spacing: 2px; }
    .mensaje form .mensajeBtn:hover {
      background-color: #191919; }

.block-alert {
  text-align: center;
  height: 50px; }
  .block-alert p {
    margin-bottom: 0rem; }

@media screen and (min-width: 768px) {
  .mensajeSuccess {
    width: 600px; }
  .mensaje {
    margin-top: 3rem; }
    .mensaje .mensaje-title {
      font-size: 1.5rem; }
    .mensaje form {
      width: 60%;
      margin: 0rem auto; }
      .mensaje form .boxes {
        font-size: 1rem; }
        .mensaje form .boxes input {
          font-size: 1rem; }
      .mensaje form .mensajeBtn {
        width: 30%;
        font-size: 1rem; }
  .block-alert {
    font-size: 1.1rem; } }

.row-prod {
  width: 100%;
  display: block;
  margin: 0 auto; }
  .row-prod .row {
    background-color: rgba(117, 116, 116, 0.1);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    color: #626567;
    font-size: 1.1rem; }
    .row-prod .row p {
      margin: 0;
      text-align: center; }
    .row-prod .row .row-name {
      flex-basis: 20%; }
    .row-prod .row .row-quantity {
      flex-basis: 25%;
      font-family: "Open Sans Condensed", sans-serif;
      display: flex;
      justify-content: center; }
      .row-prod .row .row-quantity .quantity {
        background-color: white;
        border-radius: 14px; }
        .row-prod .row .row-quantity .quantity .operador {
          padding: 0px;
          color: #757474;
          background-color: transparent;
          border-color: transparent; }
          .row-prod .row .row-quantity .quantity .operador .operador-icon {
            padding-top: 5px;
            padding-left: 3px;
            padding-right: 3px;
            font-size: 20px; }
        .row-prod .row .row-quantity .quantity .input-box-cantidad {
          display: inline-block; }
          .row-prod .row .row-quantity .quantity .input-box-cantidad .input-cantidad {
            border-color: transparent;
            background-color: transparent;
            color: #626567;
            text-align: center;
            width: 20px;
            margin: 0;
            display: inline-block;
            font-size: 1rem; }
    .row-prod .row .row-price {
      flex-basis: 15%;
      margin: 0; }
    .row-prod .row .row-img {
      flex-basis: 20%; }
      .row-prod .row .row-img img {
        width: 80%;
        border-radius: 50%;
        display: block;
        margin: 0 auto; }
    .row-prod .row .row-removeItem {
      flex-basis: 10%;
      font-size: 1.2rem; }
      .row-prod .row .row-removeItem:hover, .row-prod .row .row-removeItem:active {
        color: #a00a0a; }
    .row-prod .row:hover {
      background-color: rgba(117, 116, 116, 0.2);
      color: #191919; }

@media screen and (min-width: 576px) {
  .row-prod .row {
    justify-content: space-evenly; }
    .row-prod .row .row-img img {
      width: 50%; } }

@media screen and (min-width: 768px) {
  .row-prod {
    width: 80%; }
    .row-prod .row .row-name {
      flex-basis: 20%; }
    .row-prod .row .row-price {
      flex-basis: 20%; }
    .row-prod .row .row-quantity {
      flex-basis: 25%; }
      .row-prod .row .row-quantity .quantity {
        background-color: white;
        border-radius: 14px; }
        .row-prod .row .row-quantity .quantity .operador {
          padding: 3px 6px; }
          .row-prod .row .row-quantity .quantity .operador .operador-icon {
            padding-top: 0px;
            line-height: 24px;
            display: inline-flex;
            vertical-align: top; }
        .row-prod .row .row-quantity .quantity .input-box-cantidad .input-cantidad {
          text-align: center;
          width: 40px;
          font-size: 1rem; }
    .row-prod .row .row-img {
      flex-basis: 20%; }
      .row-prod .row .row-img img {
        width: 40%; }
    .row-prod .row .row-removeItem {
      flex-basis: 15%; } }

.total-compra {
  width: 250px;
  margin: 1.5rem auto;
  text-align: center;
  padding: 0;
  font-family: "Pangolin", cursive;
  color: #626567;
  border: 2px solid #626567;
  border-radius: 10px; }
  .total-compra .total-compra-precio {
    margin: 0;
    padding: 0.5rem 0rem; }

.botones-compra {
  margin: 1rem 0;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .botones-compra .btn {
    flex-basis: 30%;
    margin: 0 0.5rem;
    height: 62px;
    font-family: "Pangolin", cursive;
    font-size: 0.9rem;
    color: white;
    transition: all 0.2s; }
    .botones-compra .btn p {
      margin: 0; }
    .botones-compra .btn:hover {
      box-shadow: 0px 8px 10px -6px #191919; }
  .botones-compra .btn-continue {
    background-color: #89c4ad;
    display: flex;
    align-items: center;
    justify-content: center; }
  .botones-compra .btn-endShop {
    background-color: #3b6ea5;
    display: flex;
    align-items: center;
    justify-content: center; }
  .botones-compra .btn-vaciar {
    background-color: #a00a0a; }

@media screen and (min-width: 992px) {
  .botones-compra {
    margin: 2rem 4rem;
    justify-content: center; }
    .botones-compra .btn {
      flex-basis: 21%;
      margin: 0 2rem;
      font-size: 1rem; } }

.no-products {
  width: 80%;
  margin: 0 auto; }
  .no-products .no-products-info {
    background-color: rgba(219, 219, 216, 0.5);
    text-align: center;
    margin: 0;
    margin-top: 2rem;
    padding: 0.5rem 2rem;
    font-weight: 600; }
  .no-products .btn-products {
    width: 250px;
    display: block;
    margin: 2rem auto 6rem auto;
    padding: 0.5rem 2rem;
    background-color: #89c4ad;
    color: white;
    font-family: "Pangolin", cursive;
    font-size: 1.3rem; }
    .no-products .btn-products span {
      display: inline-block;
      position: relative;
      transition: 0.3s; }
      .no-products .btn-products span:after {
        content: '\00bb';
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: 600;
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.3s; }
    .no-products .btn-products:hover {
      box-shadow: 0px 5px 10px #626567; }
      .no-products .btn-products:hover span {
        padding-right: 25px; }
        .no-products .btn-products:hover span:after {
          opacity: 1;
          right: 0; }

@media screen and (min-width: 768px) {
  .no-products .no-products-info {
    width: 500px;
    margin-left: auto;
    margin-right: auto; } }

.swal2-title {
  font-family: "Pangolin", cursive;
  font-size: 1.5rem;
  font-weight: 400; }

.swal2-html-container {
  font-family: "Nunito", sans-serif;
  font-weight: 400; }

.swal2-confirm {
  margin-right: 1.2rem;
  font-family: "Pangolin", cursive; }

.swal2-cancel {
  margin-left: 1.2rem;
  font-family: "Pangolin", cursive; }

.swal2-popup {
  background-color: #191919; }

.swal2-shown .swal2-styled {
  background-color: #89a2c4; }

.resume {
  width: 100%;
  display: block;
  margin: 0 auto; }
  .resume .row {
    background-color: rgba(117, 116, 116, 0.1);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    color: #626567;
    font-size: 1.1rem; }
    .resume .row p {
      margin: 0;
      text-align: center;
      font-weight: 600; }
    .resume .row .row-name-title {
      flex-basis: 50%; }
    .resume .row .row-img {
      flex-basis: 30%; }
      .resume .row .row-img img {
        width: 60%;
        border-radius: 15px;
        display: block;
        margin: 0 auto; }
    .resume .row .row-name {
      flex-basis: 20%; }
      .resume .row .row-name p {
        text-align: left; }
    .resume .row .row-quantity {
      flex-basis: 25%;
      font-family: "Open Sans Condensed", sans-serif; }
    .resume .row .row-price {
      flex-basis: 25%;
      margin: 0; }
  .resume .row-total {
    justify-content: space-evenly;
    letter-spacing: 2px;
    background-color: #626567;
    color: white; }
  .resume .row-title {
    background-color: rgba(212, 189, 184, 0.4); }

@media screen and (min-width: 576px) {
  .resume .row {
    justify-content: space-evenly; }
    .resume .row .row-img img {
      width: 50%; } }

@media screen and (min-width: 768px) {
  .resume {
    width: 80%; }
    .resume .row .row-img img {
      width: 40%; } }

.button-mp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem; }
  .button-mp .img-mp {
    width: 20%;
    margin-right: 1rem; }
  .button-mp .btn-compra-mp {
    font-size: 1.1rem;
    padding: 0.5rem 1.5rem;
    margin-left: 1rem;
    font-weight: 600; }

@media screen and (min-width: 576px) {
  .button-mp .img-mp {
    width: 15%; } }

@media screen and (min-width: 768px) {
  .button-mp .img-mp {
    width: 9%; } }

@media screen and (min-width: 992px) {
  .button-mp .img-mp {
    width: 6%; } }

.compra-exitosa {
  display: block;
  width: 300px;
  margin: 4rem auto;
  padding: 2rem 1rem;
  border: 3px solid #c8c5bd;
  border-radius: 15px;
  box-shadow: 0px 0px 15px #757474;
  text-align: center; }
  .compra-exitosa .icon-compra {
    color: #89c4ad;
    font-size: 4rem;
    margin: 0; }
  .compra-exitosa .icon-compra-not-ok {
    color: #a00a0a; }
  .compra-exitosa .text-compra {
    font-size: 1.5rem;
    font-family: "Pangolin", cursive;
    color: #757474;
    margin: 0; }
  .compra-exitosa .text-compra-not-ok {
    color: #191919; }

@media screen and (min-width: 768px) {
  .compra-exitosa {
    width: 50%; } }

.btn-success-home {
  width: 250px;
  background-color: #292929;
  border: 1px solid #292929;
  box-shadow: 0px 0px 15px #757474;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4rem auto; }
  .btn-success-home:hover {
    background-color: #191919;
    box-shadow: 0px 0px 15px #292929; }
  .btn-success-home .btn-text {
    color: white;
    font-family: "Pangolin", cursive;
    letter-spacing: 2px;
    padding: 0.5rem 1.5rem;
    margin: 0; }

html {
  scroll-behavior: smooth; }

body {
  background-color: #fafafa;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.1rem;
  color: #626567;
  margin: 0;
  padding: 0;
  position: relative; }

::-moz-selection {
  background-color: #d4bdb8;
  color: black; }

::selection {
  background-color: #d4bdb8;
  color: black; }

a:visited, a:link {
  text-decoration: none;
  color: inherit;
  font-weight: inherit; }

.nav-principal {
  background-color: #fafafa;
  box-shadow: 0px -15px 10px -15px #191919 inset; }
  .nav-principal .navbar {
    padding: 0rem;
    margin-right: 5px;
    display: inline-flex;
    width: 75%; }
    .nav-principal .navbar .navbar-brand {
      width: 30%; }
      .nav-principal .navbar .navbar-brand img {
        margin-left: 1rem;
        width: 70%;
        border-radius: 50%;
        box-shadow: 0px 0px 10px #b4ac9f; }
    .nav-principal .navbar .navbar-collapse .navbar-nav {
      padding-top: 1rem;
      height: 100vh;
      width: 100vw;
      background-color: rgba(200, 197, 189, 0.3); }
      .nav-principal .navbar .navbar-collapse .navbar-nav .nav-link {
        margin: 0.75rem auto;
        padding: 0.25rem 0rem;
        color: #626567;
        font-family: "Pangolin", cursive;
        font-size: 1.2rem;
        background-color: white;
        box-shadow: 0px 0px 8px #626567;
        border: 1px solid white;
        border-radius: 5px;
        width: 70%;
        text-align: center; }
        .nav-principal .navbar .navbar-collapse .navbar-nav .nav-link:active {
          box-shadow: 0px 0px 5px #626567; }
  .nav-principal .shop-button {
    background-color: #b1a8a5;
    border: 1px solid #b1a8a5;
    box-shadow: 0px 0px 5px #d7dbdd;
    border-radius: 5px;
    font-family: "Pangolin", cursive;
    font-size: 1.1rem;
    padding: 0.4rem 0.2rem;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    width: 75px; }
    .nav-principal .shop-button .item-amount {
      display: inline-block;
      color: #b1a8a5;
      background-color: white;
      margin: 0;
      border-radius: 50%;
      width: 27px;
      text-align: center; }
      .nav-principal .shop-button .item-amount .item-amount-number {
        display: inline-block;
        line-height: 10px;
        font-size: 0.8rem;
        font-weight: 600; }
    .nav-principal .shop-button .shop-cart {
      color: white; }
    .nav-principal .shop-button:hover, .nav-principal .shop-button:active {
      background-color: rosybrown;
      border: 1px solid rosybrown;
      box-shadow: 0px 0px 5px #b1a8a5; }
      .nav-principal .shop-button:hover .item-amount, .nav-principal .shop-button:active .item-amount {
        color: rosybrown; }

@media screen and (min-width: 420px) {
  .nav-principal .navbar {
    width: 80%; }
    .nav-principal .navbar .navbar-brand img {
      width: 50%;
      margin-left: 1rem; } }

@media screen and (min-width: 576px) {
  .nav-principal .navbar {
    width: 85%; }
    .nav-principal .navbar .navbar-brand img {
      width: 40%;
      margin-left: 1rem; } }

@media screen and (min-width: 768px) {
  .nav-principal .navbar {
    width: 88%; }
    .nav-principal .navbar .navbar-brand img {
      width: 30%;
      margin-left: 2rem; } }

@media screen and (min-width: 992px) {
  .nav-principal .navbar {
    width: 90%; }
    .nav-principal .navbar .navbar-brand img {
      width: 25%;
      margin-left: 2rem; }
    .nav-principal .navbar .navbar-collapse {
      position: relative; }
      .nav-principal .navbar .navbar-collapse .navbar-nav {
        padding-top: 0rem;
        height: unset;
        width: unset;
        position: absolute;
        right: 0;
        background-color: #fafafa; }
        .nav-principal .navbar .navbar-collapse .navbar-nav .nav-link {
          margin: 0.5rem 1rem;
          padding: 0.4rem 0rem;
          width: 120px;
          border: none;
          box-shadow: 0px 0px 5px #d7dbdd;
          font-size: 1.1rem;
          transition: all 0.2s; }
          .nav-principal .navbar .navbar-collapse .navbar-nav .nav-link:hover, .nav-principal .navbar .navbar-collapse .navbar-nav .nav-link:active {
            box-shadow: 0px 0px 10px #b1a8a5; } }

.home-ppal-img {
  position: relative;
  background-color: #191919; }
  .home-ppal-img .home-img img {
    width: 100%; }
  .home-ppal-img .home-img-title {
    z-index: 1;
    position: absolute;
    top: 15%;
    left: 7%;
    color: #fafafa;
    font-family: "Nanum Brush Script", cursive; }
    .home-ppal-img .home-img-title h1 {
      font-size: 3rem;
      margin: 0rem;
      padding: 0rem;
      text-shadow: 5px 5px 5px #191919; }
    .home-ppal-img .home-img-title p {
      font-size: 1.3rem;
      text-shadow: 5px 5px 5px #292929;
      margin: 0; }

@media screen and (min-width: 992px) {
  .home-ppal-img .home-img {
    height: 650px;
    width: 100%; }
    .home-ppal-img .home-img img {
      width: 100%;
      height: inherit; }
  .home-ppal-img .home-img-title {
    position: absolute;
    top: 30%;
    left: 7%; }
    .home-ppal-img .home-img-title h1 {
      font-size: 5rem; }
    .home-ppal-img .home-img-title p {
      font-size: 2.5rem;
      text-shadow: 5px 5px 5px #292929; } }

.amigurumi-block .block {
  align-self: center;
  margin: 1rem 0rem 1rem 0rem;
  padding: 3rem 1rem;
  text-align: center;
  background-image: linear-gradient(to right, #efebe9, #fafafa); }
  .amigurumi-block .block .top-text {
    font-family: "Pangolin", cursive;
    color: rosybrown;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 5px 5px 5px #c8c5bd;
    margin-bottom: 1rem; }
  .amigurumi-block .block .title {
    text-align: center;
    font-family: "Nanum Brush Script", cursive;
    color: #626567;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 5px 5px 5px #c8c5bd;
    font-size: 2rem; }
  .amigurumi-block .block p {
    font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    color: #626567;
    font-style: oblique;
    margin-bottom: 0; }
    .amigurumi-block .block p .resaltar {
      font-weight: bold; }

@media screen and (min-width: 992px) {
  .amigurumi-block .block {
    align-self: center;
    margin: 2rem auto;
    padding: 2rem 2rem;
    width: 70%;
    border-radius: 10px; }
    .amigurumi-block .block .top-text {
      font-size: 1.3rem; }
    .amigurumi-block .block .title {
      font-size: 3rem; }
    .amigurumi-block .block p {
      font-size: 1.1rem; } }

.home-products {
  margin: 1rem 0rem;
  padding: 1rem 0rem; }
  .home-products .title-prod {
    text-align: center;
    font-family: "Nanum Brush Script", cursive;
    color: #626567;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 5px 5px 5px #c8c5bd;
    margin: 0; }
  .home-products i {
    display: block;
    color: rosybrown;
    text-align: center;
    margin-bottom: 0.5rem; }
  .home-products .productos-index {
    margin: 0rem 1rem;
    padding: 1rem 0rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly; }
    .home-products .productos-index img {
      width: 100%;
      border-radius: 50%;
      box-shadow: 0px 0px 15px #b1a8a5; }
    .home-products .productos-index .home-prod-btn {
      font-family: "Pangolin", cursive;
      background-color: #b1a8a5;
      border: 2px solid #d7ccc8;
      display: block;
      margin: 0.5rem auto;
      color: white;
      font-size: 1rem;
      letter-spacing: 2px;
      font-weight: 600;
      padding: 0.75rem 2rem;
      box-shadow: 5px 5px 5px #757474; }
      .home-products .productos-index .home-prod-btn:hover, .home-products .productos-index .home-prod-btn:active {
        background-color: white;
        color: #b1a8a5;
        border: 2px solid #d7ccc8; }

@media screen and (min-width: 420px) {
  .home-products .productos-index img {
    width: 70%; } }

@media screen and (min-width: 576px) {
  .home-products .productos-index img {
    width: 50%; }
  .home-products .home-prod-btn a {
    font-size: 1.2rem; } }

@media screen and (min-width: 992px) {
  .home-products .title-prod {
    font-size: 3rem; }
  .home-products i {
    font-size: 2rem; }
  .home-products .productos-index {
    margin: 0rem 0rem;
    padding: 2rem 2rem;
    background-color: rgba(239, 235, 233, 0.8);
    justify-content: space-evenly; }
    .home-products .productos-index img {
      flex-basis: 30%; }
    .home-products .productos-index .home-prod-btn {
      flex-basis: 40%;
      display: block;
      margin: 0.5rem 0rem;
      padding: 1.5rem 2rem; }
      .home-products .productos-index .home-prod-btn a {
        font-size: 1.3rem; } }

.block-contact-text .title-contact {
  margin: 0;
  text-align: center;
  font-family: "Nanum Brush Script", cursive;
  color: #626567;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-shadow: 5px 5px 5px #c8c5bd;
  text-shadow: none; }

.block-contact-text p {
  text-align: center;
  margin: 0;
  color: #b4dacb;
  font-size: 1.3rem; }

@media screen and (min-width: 992px) {
  .block-contact-text {
    margin: 0 auto;
    background-image: linear-gradient(to left, #efebe9, #fafafa);
    width: 70%;
    border-radius: 10px;
    padding: 2rem 0; }
    .block-contact-text .title-contact {
      font-size: 3rem; }
    .block-contact-text p {
      font-size: 1.5rem; } }

/*FOOTER*/
footer {
  margin: 2rem 0px 0px 0px;
  padding: 1.5rem 0rem 0.5rem 0rem;
  background-color: #d4bdb8;
  position: relative;
  bottom: 0;
  left: 0; }
  footer .footer-text .title {
    text-align: center;
    font-family: "Nanum Brush Script", cursive;
    color: #626567;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 5px 5px 5px #c8c5bd;
    color: #626567;
    text-shadow: 5px 5px 5px #757474;
    font-weight: 400;
    margin: 0; }
  footer .footer-text .text {
    margin-bottom: 0.5rem;
    color: #626567;
    font-family: "Open Sans Condensed", sans-serif;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 24px; }
  footer .footer-text .subtitle {
    font-size: 1.2rem;
    font-family: "Nanum Brush Script", cursive;
    font-weight: 400; }
  footer .media-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin: 1rem 0rem; }
    footer .media-container a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 1rem;
      width: 50px;
      height: 50px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      footer .media-container a i {
        color: white;
        font-size: 1.3rem; }
    footer .media-container .icon-facebook {
      background-color: #3B5998; }
    footer .media-container .icon-instagram {
      background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
    footer .media-container .icon-mail {
      background-color: #BD3518; }
  footer .footer-copyright p {
    margin: 0;
    font-size: 0.6rem;
    color: #626567;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px; }
