/* ============================= */
/* PAGINA SOBRE GABRIEL */
/* ============================= */

.page-sobre-gabriel{
  background: #F4F4F5;
}

body.page-template-page-sobre-gabriel,
body.page-template-page-sobre-gabriel-php{
  margin: 0;
  padding: 0;
  background: #18181B;
}

.page-id-8 .site-header{
  position: relative;
  background: #18181B;
}

.page-id-8 .site-header::after{
  content: none;
}

/* ============================= */
/* HERO */
/* ============================= */

.sobre-gabriel-hero{
  background: #F4F4F5;
}

.sobre-gabriel-hero__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 820px;
  align-items: stretch;
}

.sobre-gabriel-hero__media{
  position: relative;
  min-height: 820px;
  overflow: hidden;
}

.sobre-gabriel-hero__media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sobre-gabriel-hero__content{
  position: relative;
  min-height: 820px;
  padding: 0 104px 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sobre-gabriel-hero__arrow{
  position: absolute;
  top: 40px;
  right: 40px;
}

.sobre-gabriel-hero__arrow img{
  width: 36px;
  height: auto;
  display: block;
  opacity: 0.6;
}

.sobre-gabriel-hero__copy{
  max-width: 532px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sobre-gabriel-hero__copy h1{
  margin: 0;
  max-width: 532px;
  font-size: 26px;
  line-height: 130%;
  color: #171717;
}

.sobre-gabriel-hero__copy p{
  margin: 0;
  max-width: 532px;
  font-size: 18px;
  line-height: 150%;
  color: #404040;
}

/* ============================= */
/* BIO */
/* ============================= */

.sobre-gabriel-bio{
  background: #F4F4F5;
  padding: 120px 0;
}

.sobre-gabriel-bio__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.sobre-gabriel-bio__text{
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sobre-gabriel-bio__text p{
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #3F3F46;
}

.sobre-gabriel-bio__media img{
  width: 100%;
  height: auto;
  display: block;
}

/* ============================= */
/* PERFIL */
/* ============================= */

.sobre-gabriel-profile{
  background: #F4F4F5;
  padding: 40px 0 120px;
}

.sobre-gabriel-profile__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.sobre-gabriel-profile__media img{
  width: 100%;
  border-radius: 12px;
  display: block;
}

.sobre-gabriel-profile__text{
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sobre-gabriel-profile__text p{
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #3F3F46;
}

/* ============================= */
/* LIBRO */
/* ============================= */

.sobre-gabriel-book{
  background: #F4F4F5;
  padding: 0 0 120px;
}

/* ============================= */
/* FOOTER */
/* ============================= */

body.page-template-page-sobre-gabriel-pereyra .site-footer,
body.page-template-page-sobre-gabriel-pereyra-php .site-footer{
  background: #18181B;
}

/* ============================= */
/* HOVERS — SOBRE GABRIEL */
/* ============================= */

body.page-template-page-sobre-gabriel-pereyra-php .sobre-gabriel-hero__media img,
body.page-template-page-sobre-gabriel-pereyra-php .sobre-gabriel-bio__media img,
body.page-template-page-sobre-gabriel-pereyra-php .sobre-gabriel-profile__media img,
body.page-template-page-sobre-gabriel-pereyra-php .sobre-gabriel-bio__text,
body.page-template-page-sobre-gabriel-pereyra-php .sobre-gabriel-profile__text{
  transition:
    transform 0.32s ease,
    opacity 0.24s ease,
    color 0.24s ease;
}

/* HERO IMAGE */
body.page-template-page-sobre-gabriel-pereyra-php .sobre-gabriel-hero__media:hover img{
  transform: scale(1.015);
}

/* BIO TEXT */
body.page-template-page-sobre-gabriel-pereyra-php .sobre-gabriel-bio__text:hover{
  transform: translateY(-4px);
}

/* BIO IMAGE */
body.page-template-page-sobre-gabriel-pereyra-php .sobre-gabriel-bio__media:hover img{
  transform: translateY(-4px) scale(1.015);
}

/* PROFILE IMAGE */
body.page-template-page-sobre-gabriel-pereyra-php .sobre-gabriel-profile__media:hover img{
  transform: scale(1.015);
}

/* PROFILE TEXT */
body.page-template-page-sobre-gabriel-pereyra-php .sobre-gabriel-profile__text:hover{
  transform: translateY(-4px);
}