/*--- grid ---*/
.grid-container {
  max-width: 1408px !important;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: 2rem;
  padding: 0 4rem;
  box-sizing: content-box;
  margin: 0 auto !important;
  grid-template-rows: max-content;
  grid-row-gap: inherit;
}

/* Layout tablet */
@media (max-width: 1279px) and (min-width: 600px) {
    .grid-container {
		padding: 0 2rem;
        grid-template-columns: repeat(8, minmax(0, 1fr));
		grid-column-gap: 2rem;
    }
}

/* Layout mobile */
@media (max-width: 599px) {
    .grid-container {
		padding: 0 1rem;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-column-gap: 1rem;
    }
}

/* breadcrumb */
.breadcrumb ul {
  color: var(--wp--preset--color--custom-blu);
}

.breadcrumb li a {
  color: var(--wp--preset--color--custom-blu);
}

/* section 1*/
#section-1 .page-title {
  grid-column: 1 / 11;
    grid-row: 1;
    margin: 4rem 0 3rem;
    hyphens: none;
}

.show-mobile {
  display: none;
}

#section-1 .icon-wrapper {
  grid-column: 11 / 13;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#section-1 .icon-container.ipicon {
  align-self: end;
  margin-bottom: 3rem;
  text-align: right;
  width: 100%;
  font-size: clamp(3.5rem, 3.105rem + 1.974vw, 5rem);
  color: var(--wp--preset--color--custom-blu);
}

#section-1 hr {
    grid-column: 1 / 13;
    width: 100%;
    height: 1px;
    border: none;
    background-color: var(--wp--preset--color--custom-blu);
    grid-row: 2;
}

#section-1 .paragrafo-1-1, #section-1 .paragrafo-1-2 {
  grid-column: 1 / 8;
  width: 100%;
}

#section-1 .paragrafo-1-1 {
  grid-row: 3;
  margin: 3rem 0 1rem;
}

#section-1 .paragrafo-1-2 {
  grid-row: 4;
  margin: 1rem 0 3rem;
}

/* section 2 */
#section-2 {
  padding: 8rem 0 4rem;
}

#section-2 .track-wrapper {
  margin-bottom: 3rem;
}

/* section 3 */
#section-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#section-3 .section-title-1 {
  grid-column: 1 / 7;
  width: 100%;
  margin: 3rem 0 2rem;
}

#section-3 .section-subtitle-1 {
  grid-column: 1 / 11;
  width: 100%;
  margin: 1rem 0 2rem;
}

#section-3 .paragrafo-1, #section-3 .paragrafo-2, #section-3 .paragrafo-3 {
  grid-column: 1 / 8;
  width: 100%;
  margin: 1rem 0;
}

#section-3 .icon-wrapper {
  grid-column: 1 / 8;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 2rem 0;
}

/*#section-3 .icon-container.ipicon {
  text-align: center;
  font-size: 4.5rem;
  color: var(--wp--preset--color--custom-base);
  background-color: var(--wp--preset--color--custom-blu);
  border-radius: 5rem;
  width: 9rem;
  height: 9rem;
  line-height: 9rem;
  display: block;
  border: 1px solid var(--wp--preset--color--custom-base);
}*/

#section-3 .icon-container.ipicon {
  text-align: center;
  font-size: clamp(3rem, 2.605rem + 1.974vw, 4.5rem);
  color: var(--wp--preset--color--custom-base);
  background-color: var(--wp--preset--color--custom-blu);
  border-radius: 5rem;
  width: clamp(6rem, 5.211rem + 3.947vw, 9rem);
  height: clamp(6rem, 5.211rem + 3.947vw, 9rem);
  line-height: clamp(6rem, 5.211rem + 3.947vw, 9rem);
  display: block;
  border: 1px solid var(--wp--preset--color--custom-base);
}

#section-3 .contact-container {
  grid-column: 1 / 8;
  width: 100%;
}

#section-3 .wpgcb-contact-block.wpgcb-tooltip-bottom.cagne, #section-3 .wpgcb-contact-block.wpgcb-tooltip-bottom.gasperini {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 700;
  margin-bottom: 1rem;
}

#section-3 .paragrafo-4 {
  margin-bottom: 1rem;
}

#section-3 .wpgcb-contact-link {
  border-bottom: 2px solid var(--wp--preset--color--custom-blu);
  text-underline-offset: 6.5px !important;
  transition: border-color 300ms ease, text-decoration 300ms ease;
}

#section-3 .wpgcb-contact-link:hover {
  border-color: transparent;
  text-decoration: none;
}

#section-3 .section-img {
  grid-column: 10 / 13;
  align-self: end;
  grid-row: 3 / 8;
}

#section-3 .contact-container, #section-3 .section-img {
  margin: 0 0 3rem;
}

/* Media query */
/* Layout tablet */
@media (max-width: 1279px) and (min-width: 600px) {
/* section 1 */
#section-1  .icon-wrapper {
  grid-column: 7 / 9;
  grid-row: 1;
  margin: 2rem 0 0;
}

#section-1 .icon-container.ipicon {
  margin: 0;
}

#section-1 .page-title {
  grid-column: 1 / 9;
    grid-row: 2;
    margin: 2rem 0;
    hyphens: none;
}

#section-1 hr {
  grid-column: 1 / 9;
    grid-row: 3;
}

#section-1 .paragrafo-1-1 {
  grid-row: 3;
  margin: 3rem 0 1rem;
}

#section-1 .paragrafo-1-1, #section-1 .paragrafo-1-2  {
  grid-column: 1 / 7;
}

#section-1 .paragrafo-1-1 {
  margin: 2rem 0 1rem;
}

#section-1 .paragrafo-1-2 {
  margin: 0 0 2rem;
}

/* section 2 */

/* section 3 */
#section-3 .section-subtitle-1 {
  grid-column: 1 / 9;
}

#section-3 .paragrafo-1, , #section-3 .paragrafo-2 {
  grid-column: 1 / 7;
}

#section-3 .icon-wrapper {
  grid-column: 1 / 5;
}

#section-3 .paragrafo-3 {
  grid-column: 1 / 5;
}

#section-3 .contact-container {
  grid-column: 1 / 5;
  flex-wrap: wrap;
}

#section-3 .section-img {
  grid-column: 5 / 9;
  grid-row: 5 / 8;
}

}

/* Layout mobile */
@media (max-width: 599px) {
/* section 1 */
#section-1  .icon-wrapper {
  grid-column: 1 / 5;
  grid-row: 1;
  margin: 2rem 0 0;
}

#section-1 .icon-container.ipicon {
  margin: 0;
}

#section-1 .page-title {
  grid-column: 1 / 5;
    grid-row: 2;
    margin: 2rem 0;
    hyphens: manual;
}

#section-1 hr {
  grid-column: 1 / 5;
    grid-row: 3;
}

#section-1 .paragrafo-1-1 {
  grid-row: 3;
  margin: 3rem 0 1rem;
}

#section-1 .paragrafo-1-1, #section-1 .paragrafo-1-2  {
  grid-column: 1 / 5;
}

#section-1 .paragrafo-1-1 {
  margin: 2rem 0 1rem;
}

#section-1 .paragrafo-1-2 {
  margin: 0 0 1rem;
}

/* section 2 */

/* section 3 */
#section-3 .section-title-1, #section-3 .section-subtitle-1, #section-3 .paragrafo-1, #section-3 .paragrafo-2, #section-3 .icon-wrapper, #section-3 .paragrafo-3, #section-3 .section-img {
  grid-column: 1 / 5;
}

#section-3 .section-title-1 {
  margin: 0 0 2rem;
}

#section-3 .section-subtitle-1 {
	margin: 0 0 1rem;
}

#section-3 .icon-wrapper {
	margin: 1rem 0;
}

#section-3 .contact-container {
  grid-column: 1 / 4;
  flex-wrap: wrap;
}

#section-3 .section-img {
	margin: 0;
    grid-row: 8 / 9;
}

}

footer.wp-block-template-part {
  background-color: var(--wp--preset--color--custom-base);
}