html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon.eot?co1zc4");
  src:
    url("../assets/fonts/icomoon.eot?co1zc4#iefix") format("embedded-opentype"),
    url("../assets/fonts/icomoon.ttf?co1zc4") format("truetype"),
    url("../assets/fonts/icomoon.woff?co1zc4") format("woff"),
    url("../assets/fonts/icomoon.svg?co1zc4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart-plus:before {
  content: "\e907";
}
.icon-check-circle:before {
  content: "\e902";
}

.esconder {
  display: none;
}

.custom-line-through {
  text-decoration-color: red;
}

.button {
  background: linear-gradient(0deg, rgb(247, 207, 2), rgb(255, 252, 189));
  transition: all 0.2s linear;
}

.button:hover {
  background: rgb(253, 213, 14);
}

.scale {
  transition: all 0.2s linear;
}

.scale:hover {
  scale: 1.06;
}

.bg-gradient-yellow {
  background: linear-gradient(to top, #0292ad, #074b42);
}

.secondary-border {
  box-shadow:
    #0292ad 0px 0px 0px 4px inset,
    #074b42 0px 0px 10px 0px;
}

.primary-border {
  box-shadow:
    #285272 0px 0px 0px 4px inset,
    #074b42 0px 0px 10px 0px;
  border-radius: 6px;
}

.bg-customContent {
  background: radial-gradient(circle, #0292ad 0px, #074b42 100%);
}

.bg-secondary-customContent {
  background: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
}

.bg-secondary-customContent:hover {
  background: linear-gradient(to top, #ffd814 50%, #fccd15 51%);
}

@media screen and (min-width: 768px) {
  .shape-primary {
    background: linear-gradient(90deg, #0292ad, #074b42, #0292ad);
  }

  .shape-normal {
    background: #074b42;
  }

  .shape {
    clip-path: polygon(0% 0%, 0 70%, 50% 100%, 100% 70%, 100% 0%);
  }

  .bg-mdNoneContent {
    background: none;
  }
}

.yes-button {
  background: linear-gradient(1turn, rgb(255, 179, 1), rgb(255, 222, 0));
}

.button-primary {
  background: linear-gradient(
    to top,
    rgb(237, 103, 4) 50%,
    rgb(243, 122, 2) 51%
  );
  transition: all 0.2s linear;
}

.button-primary:hover {
  background: rgb(252, 205, 21);
  border-color: rgb(119, 153, 71);
}
