/*
Theme Name: Educacional Perfil Brasil - PNLD.
Theme URI: https://www.educacional.perfilcombrasil.com.br/pnld
Author: Victor Araújo
Description: Hotsite PNLD dentro do site Perfil Educacional.
Version: 1.0
*/

body {
  font-family: 'Roca One', sans-serif;
  background-color: #eff0f3;
  color: #2a2a2a;
}

.cabecalho-pnld {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff8e3c;
    padding: 40px 20px;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;           
    margin: 0;              
    box-sizing: border-box; 
}
html, body {
    margin: 0;
    padding: 0;
	overflow-x: hidden;
}


.cabecalho-pnld .logo {
  height: 160px;
  width: auto;
}

.cabecalho-pnld .textos {
  color: #0d0d0d;
  text-align: center;
}

.cabecalho-pnld .textos h1 {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #0d0d0d;
}

.cabecalho-pnld .textos p {
  margin: 5px 0 0;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cabecalho-pnld {
    flex-direction: column;
  }

  .cabecalho-pnld .logo {
    height: 80px;
  }
}

.bloco-livro {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 20px;
  margin-top: 40px;
}

.coluna.esquerda img {
  width: 280px;
  max-width: 100%;
  transform: rotate(-2deg);
  background-color: transparent;
  transition: transform 0.3s ease;
  box-shadow: none;       
  border-radius: 0;       
  padding: 0;
  margin: 0;
}

.coluna.esquerda img:hover {
  transform: rotate(0deg) scale(1.02);
}

.coluna.direita {
  max-width: 650px;
  flex: 1;
}

.coluna.direita h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #0d0d0d;
}

.coluna.direita .ficha {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.coluna.direita .ficha li {
  margin-bottom: 5px;
  font-size: 18px;
  color: #2a2a2a;
}

.coluna.direita .descricao {
  font-size: 18px;
  color: #2a2a2a;
  line-height: 1.6;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .bloco-livro {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .coluna.direita {
    padding: 0 10px;
  }
}

.rodape-pnld {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  background-color: #ffffff;
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 60px;
}

.rodape-pnld p {
  margin: 5px 0;
}

.rodape-pnld a {
  color: #0d0d0d;
  text-decoration: none;
  font-weight: bold;
}

.rodape-pnld a:hover {
  text-decoration: underline;
}

/* Sobre Perfil */
.sobre-perfil {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px 40px;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.sobre-perfil .coluna-logo img {
  width: 150px;
  height: auto;
}

.sobre-perfil .coluna-texto {
  max-width: 600px;
}

.sobre-perfil .coluna-texto h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #0d0d0d;
}

.sobre-perfil .coluna-texto p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  justify-content: center;
  color: #2a2a2a;
}

@media screen and (max-width: 768px) {
  .sobre-perfil {
    flex-direction: column;
    text-align: center;
  }

  .sobre-perfil .coluna-texto {
    padding: 0 10px;
  }
}

.titulo-faixa {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 30px;
  color: #0d0d0d;
}

.descricao-com-imagem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px 60px;
  flex-wrap: nowrap;
}

.descricao-com-imagem .texto {
  flex: 1 1 60%;
  min-width: 280px;
  font-size: 18px;
  line-height: 1.7;
  color: #2a2a2a;
}

.descricao-com-imagem .imagem img {
  max-width: 100%;
  height: auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .descricao-com-imagem {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .descricao-com-imagem .imagem img {
    max-width: 100%;
  }
}

.botao-personalizado {
  background-color: #ff8e3c;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.botao-personalizado:hover {
  background-color: #e27a25;
}
