/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/*
Azzurro: var(--bricks-border-color);
*/

/* TESTI BASE */
h1 {
  font-size: clamp(32px, 6vw, 70px);
  line-height: 1.1;
  font-weight: 600;
}
h2 {
  font-size: clamp(28px, 5vw, 55px);
  line-height: 1.15;
  font-weight: 600;
}
h3 {
  font-size: clamp(20px, 4vw, 26px);
  line-height: 1.2;
  font-weight: 500;
}
h4 {
  font-size: clamp(20px, 3vw, 20px);
  line-height: 1.3;
  font-weight: 500;
}

h5 {
  font-size: clamp(23px, 3vw, 35px);
  line-height: 1.3;
  font-weight: 500;
}

h6 {
  font-size: clamp(22px, 3vw, 22px);
  line-height: 1.3;
  font-weight: 400;
  color: var(--bricks-color-apejqi);
  text-transform: uppercase;

}

/* PARAGRAFO */
p {
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.6;
}

.p16 p {
  font-size: clamp(16px, 2vw, 16px);
  line-height: 1.6;
}
.p14 p {
  font-size: clamp(14px, 2vw, 14px);
  line-height: 1.6;
}


/* Pulsante scarica cheda tecnica */
.brxe-bdoijm.brxe-shortcode:hover {
  background: var(--bricks-border-color) !important;
  color: #000 !important;
}

/* Blocco immagine pagina le linee con download scheda tecnica */
.brxe-hjurui {
  height: 300px;
  overflow: hidden;
}

.brxe-hjurui img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
