/**
Theme Name: BLUESIGN DIGITAL-SHOP
Author: Bluesign Digital
Author URI: https://www.bluesign.pt
Description: BLUESIGN DIGITAL-SHOP
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: BLUESIGN DIGITAL-SHOP
*/

@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("../fonts/Poppins/Poppins-Regular.woff") format("woff"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("../fonts/Poppins/Poppins-Medium.woff") format("woff"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("../fonts/Poppins/Poppins-Bold.woff") format("woff"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 800; font-display: swap;
  src: url("../fonts/Poppins/Poppins-ExtraBold.woff") format("woff"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 900; font-display: swap;
  src: url("../fonts/Poppins/Poppins-Black.woff") format("woff"); }

/* ========================================================================================================================
<=«=»=>|<=«=»=>|<=«=»=>|<=«=»=>|<=«=»=>|<=«=»=>      GERAIS      <=«=»=>|<=«=»=>|<=«=»=>|<=«=»=>|<=«=»=>|<=«=»=>
======================================================================================================================== */
:root {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#f3d614' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
body { font-family: "Poppins", sans-serif; font-weight: 400; padding-top: 0; }
body.sticky-active { padding-top: 100px !important; }
body p { font: 16px/1.6 "Poppins", sans-serif; color: #00344d; }
h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 25px 0;
  color: #00344d;
}
h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0;
  color: #00344d;
}
h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin: 10px 0;
  color: #00344d;
}
h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin: 5px 0;
  color: #00344d;
}
h5 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  color: #00344d;
}
a { text-decoration: none; color: #00344d; }
html { overflow-x: hidden; }
label, legend { font-size: 14px; font-weight: 500; line-height: 40px; color: #00344d; }
b, strong { font-weight: 700; }