/*
Theme Name: Tema Marcel Van Hattem
Author: Igor Sousa - SOZZA DEV
Version: 1.0.0
Description: Tema customizado de alta performance, desenvolvido por Igor Sousa da SOZZA DEV.
*/

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.layout-container {
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
}

.custom-logo {
  width: 150px;
  height: auto;
}

/* Swiper - O que Marcel já fez */
.js-marcel-ja-fez::part(button-prev),
.js-marcel-ja-fez::part(button-next) {
	width: 40px;
	height: 40px;

	color: #ffe600;
}
/* Utils */
.bg-gradient-orange {
  background: linear-gradient(107.71deg, #FFAA00 0%, #FF5600 100%);
}
.bg-gradient-blue {
  background: linear-gradient(107.71deg, #1D4A94 0%, #14318E 100%);
}
.bg-gradient-green {
  background: linear-gradient(137.8deg, #D1D43D 0.28%, #40B47D 73.76%);
}
 
.bg-radial-gradient-green {
  background: radial-gradient(73.37% 103.44% at 50% 0%, #B1D870 0%, #00993B 100%);
}

/* Sessão Sobre */
#quem-e {
  background-image: url('assets/images/bg-blur-mobile.png');

  @media screen and (min-width: 1024px) {
    background-image: url('assets/images/bg-blur-2.png');
  }
}

/* Single post */
.entry-content {
  width: 100%;
}

.entry-content > * {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content > * + * {
  margin-top: 40px;
}

.entry-content p {
  font-size: 22px;
  line-height: 1.75;
  color: #151515;
}

.entry-content > p:first-child {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.55;
}

.entry-content h2 {
  margin-top: 48px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #164598;
}

.entry-content h3 {
  margin-top: 40px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  color: #164598;
}

.entry-content blockquote {
  margin: 40px 0;
  padding: 30px 40px 30px 48px;
  border-left: 8px solid #f45a08;
  border-radius: 16px;
  background: #ffffff;
}

.entry-content blockquote p {
  margin: 0;
  color: #164598;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}

.entry-content blockquote cite {
  display: block;
  margin-top: 16px;
  color: #6f6f6f;
  font-size: 18px;
  font-style: normal;
}

.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 28px;
  font-size: 22px;
  line-height: 1.75;
}

.entry-content a {
  color: #164598;
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .entry-content p {
    font-size: 20px;
  }

  .entry-content > p:first-child {
    font-size: 24px;
  }

  .entry-content h2 {
    font-size: 36px;
  }

  .entry-content blockquote p {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .entry-content p {
    font-size: 18px;
    line-height: 1.65;
  }

  .entry-content > p:first-child {
    font-size: 21px;
  }

  .entry-content h2 {
    font-size: 30px;
  }

  .entry-content blockquote {
    padding: 24px;
    border-left-width: 5px;
  }

  .entry-content blockquote p {
    font-size: 22px;
  }
}