img[data-sizes="auto"] {
  display: block;
  min-width: auto;
}

:root {
  --purple: #b9a2e2;
  --graybk: #f0ede8;
  --darkblue: #0a2540;
  --lightgray: #888888;
  --lightblue: #DDDFE4;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

video.lazyload,
video.lazyloading {
  opacity: 1;
}

video.lazyloaded {
  transition: opacity 200ms;
}

::-moz-selection {
  color: #fff;
  background: #0a2540;
}
::selection {
  color: #fff;
  background: #0a2540;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #34384F;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

body,
html {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, Helvetica, Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

a {
  transition: all 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
p {
  padding: 0;
  margin: 0; 
}

p,
.article-title,
.article-snippet {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

p b {
  font-weight: 700;
}

h1 {
  font-size: 34px;
  line-height: 1.25;
}

h2 {
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
}

h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
}

h4 {
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
}

.flexy {
  display: flex;
  align-items: center;
}

.hero {
  width: 100%;
  height: 100vh;
  background-image: url("../img/background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; 
  display: flex;
  align-items: center;
}

.hero-content {
  margin-left: 55px;
  padding-top: 45px;
}

.hero-content .intro {
  padding-bottom: 16px;
}

.hero-content h1 span,
h2 span {
  font-weight: 500;  
}

.hero-content .button {
  margin-top: 40px;
}

.button {
  display: inline-block;
  background-color: #ffffff;
  color: #34384F;
  text-transform: uppercase;
  padding: 22px 28px;
  border-radius: 7px;
  letter-spacing: 1px;
  border: 1px solid #BBC0C9;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
}

.button:hover {
  background: var(--graybk);
  color: var(--darkblue) !important;
}

#home-sobre {
  margin: 80px 0;
}

#home-sobre p {
  margin: 30px 0 40px;
}

#instagram {
  background: var(--graybk);
  padding: 90px 0;
  text-align: center 
}

#instagram h3 {
  padding: 15px 0 50px;
}

#instagram h3 a {
  color: var(--lightgray);
  text-decoration: none;
}

.post {
  margin-bottom: 40px;
}

.post a {
  text-decoration: none;
  color: var(--darkblue);
}

.post .post-meta {
  padding-top: 15px;
  
}

.post-meta .category {
  font-weight: 700;
}

.post-meta .date {
  color: var(--lightgray);
  font-weight: 400;
}

.post-meta .separator {
  margin: 0 8px;
  color: #999;
}

.post-image {
  position: relative;
  width: 100%;
  aspect-ratio: 530 / 360; /* keeps exact proportion */
  overflow: hidden;
}

.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* fills container without distortion */
  object-position: center;
  display: block;
}


#home-blog {
  margin: 100px 0;
}

#home-blog h2 {
  padding-bottom: 50px;
  text-align: center;
}

#home-blog .button-center {
  text-align: center;
}

.article-title {
  padding: 12px 0;
  font-weight: 700;
}

.article-snippet {
  color: var(--lightgray);
}

#cta-agendar {
  width: 100%;
  background: var(--lightblue);
  padding: 120px 20px; 
}

#cta-agendar .cta-inner {
  margin: 0 auto;
  text-align: center;
}

#cta-agendar h2 {
  margin: 0 0 40px;
}

#intro-section {
  margin-top: 78px;
  text-align: center;
  width: 100%;
  padding: 135px 20px; 
  background: var(--lightblue);
}

#sobre-section-2 {
  padding: 100px 0;
  background: #F2F0EA;
}

#sobre-section-2 h2,
#sobre-section-3 h2 {
  padding-bottom: 30px;
}

#sobre-section-3 {
  padding: 80px 0;
}

#sobre-principios {
  background: color(srgb 0.867 0.875 0.894 / 0.75);
  padding: 100px 0;
  text-align: center;
}

#sobre-principios h3 {
  padding: 15px 0 80px;
}

#sobre-principios img {
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 185px;
}

#sobre-principios p {
  max-width: 285px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  font-size: 19px;
}

#pratica-text {
  padding: 120px 0 140px;
}

#pratica-text h2 {
  font-weight: 500;
}

#pratica-text h2 b {
  font-weight: 700;
}

.recursos-item .line {
  border-top: 1px solid #BBC0C9;
  border-bottom: 1px solid #BBC0C9;
  padding: 38px 0 40px;
}

.info-bar {
  display: flex;
  align-items: center;
  border-top: 1px solid #BBC0C9;
  border-bottom: 1px solid #BBC0C9;
  padding: 40px 0;
  margin-top: -1px;
}

.info-text {
  width: 80%;
}

.info-text h2 {
  margin: 0 0 10px 0; 
}

.info-text p {
  margin: 0;
}

.info-button {
  width: 20%;
  text-align: right;
}

#recursos {
  padding: 80px 0 100px;
}

.toggle {
  width: 100%;
  margin-top: -1px;
  border-top: 1px solid #BBC0C9;
  border-bottom: 1px solid #BBC0C9;
}

/* clickable header */
.toggle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  cursor: pointer;
}

.toggle-header h2 {
  margin: 0;
}

.toggle-icon {
  width: 45px;
  height: 45px;
  position: relative;
  flex-shrink: 0;
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

.toggle-icon::before {
  width: 45px;
  height: 1px;
}

.toggle-icon::after {
  width: 1px;
  height: 45px;
}

.toggle-content {
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
}

.toggle-content p {
  margin: 0;
  padding: 0 0 40px;
  width: 50%;
}

.toggle.is-open .toggle-content {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
}

.toggle.is-open .toggle-icon::after {
  opacity: 0;
}

footer {
  padding: 12px 0;
  background-color: #ECEEF1;
  font-size: 12px;
}

footer .align {
  text-align: right
}

#blog-roll {
  margin: 80px 0 60px;
}

#blog-post {
  padding: 40px 0 120px;
}

#blog-roll .row {
  display: flex;
  flex-wrap: wrap;
}

#blog-roll [class*="col-"] {
  display: flex;
}

#blog-roll .post {
  display: flex;
  flex-direction: column;
  height: 100%;
}


#contactos-form {
  padding: 80px 0 60px;
}

#contactos-form h2 {
  padding-bottom: 20px;
}

.consultorio {
  padding-top: 60px;
}

#contactos-form a {
  text-decoration: none;
  color: var(--darkblue);
}

#contactos-form a:hover {
  color: var(--lightgray);
}

#contactos-form h3 {
  font-weight: 700;
  font-size: 19px;
  padding-bottom: 15px;
}

article ul {
  padding-left: 14px;
}

article a {
  color: var(--darkblue);
  text-decoration: underline;
}