@charset "UTF-8";

/*
Theme Name: Pupila
Theme URI: https://pupila.com.br
Author: Avocado Design
Author URI: https://avocado.design/
Description: Tema desenvolvido exclusivamente pra Pupila
Version: 1.0
Text Domain: pupila
*/

/* ----------------- */
/* TRANSIÇÕES */

@keyframes slideUp {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}


@keyframes slideDireita {
  0% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0px);
  }
}


/* ----------------- */
/* ---- GERAIS  ---- */

*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  line-height: 1.3;
  transition: 1.25s;
  letter-spacing: .25px;
  transition-duration: 1s;
}

:root {
  --branco: rgba(250,250,250, 1);
  --preto: rgba(10,10,10,1);
  --transparente: rgba(250,250,250,0);
  --roxo: rgba(155,157,211,1);
  --verde: rgba(121,139,59,1);
  --laranja: rgba(255,85,36,1);
  --bege: rgba(250,248,235,1);
  --amarelo: rgba(244,183,0,1);
  --verde-escuro: rgba(3,101,115,1);
}

body {
  background-color: var(--verde-escuro);
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.overflow-hidden {
  overflow: hidden;
}

hr {
  height: 2px;
  color: var(--bege);
  opacity: 1;
}

h1, h2, h3, h4, h5, p, li, input {
  font-family: 'CeraRound', sans-serif;
  color: var(--bege);
}


h1 {
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2 {
  font-weight: 400;
  font-size: 1.5em;
}

h4 {
  font-weight: 600;
  font-size: 1.35em;
}

a {
  text-decoration: none;
  color: var(--bege);
  font-weight: 500;
  transition: 1s;
}

a:hover {
  color: var(--amarelo);
}

p, li, input {
  font-weight: 400;
  font-size: 1em;
}

li {
  padding: .25em 0;
}

ul {
  list-style: none;
  margin-left: -1em;
}

ul li::before {
  content: "\2022";  /* 2022 is the CSS Code/unicode for a bullet */
  color: var(--amarelo);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.destaque {
  font-size: 1.25em;
  font-weight: 500;
}

.logotipo {
  fill: var(--bege);
}



@media (max-width: 977px) {
  header .navbar, header .container-fluid {
    justify-content: center !important;
  }
  header li {
    display: block !important;
    text-align: center !important;
    font-size: 1em !important;
    padding: 10px 5px !important;
  }
}

.navbar-light .navbar-toggler {
  color: var(--bege);
  border-color: var(--bege);
}

#logotipo-link:hover .logotipo {
  fill: var(--amarelo);
}

.page-template-quem-somos #logotipo-link:hover .logotipo {
  fill: var(--verde);
}

.btn-outline-primary {
  font-family: 'CeraRound', sans-serif;
  text-transform: uppercase;
  border-color: var(--amarelo);
  border-radius: 1.5em;
  border-width: 2px;
  padding: .25em 2em;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: var(--amarelo);
  color: var(--verde-escuro);
  font-size: .95em;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:target {
  background-color: var(--laranja);
	border-color: var(--laranja);
	color: var(--verde-escuro);
  outline: none;
}

/* ----------------- */
/* HEADER */

header {
  z-index: 5;
}

header .menu-itens {
  margin: 2em;
}

header ul {
  margin-left: -2em;
  margin-bottom: .5em;
  margin-top: 1em;
}

header li::before {
  content: none;
}

header li {
  padding: 2px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: 1px;
  font-weight: 200;
}

header a {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}

header a:hover {
  color: var(--branco);
  transform: translateX(-4px);
}

header li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: var(--branco);
  transition: width 0.5s ease 0s, left 0.3s ease 0s;
  width: 0;
}
header li a:hover:after {
  width: 100%;
  left: 0;
}

header .current_page_item li a:after {
  width: 100%;
  left: 0;
}

header .wpp-div {
display: flex;
justify-content: center;
}

header .wpp-icone {
  transform: translateY(2px);
  padding: 0 1em;
  margin: auto;
  text-align: center;
}

header .wpp-icone svg {
  fill: var(--bege);
}

header .wpp-icone:hover {
  transform: translateY(0px);
  padding-left: 1em;
}

/* ----------------- */
/* FOOTER */

footer {
  background-color: var(--verde);
  color: var(--bege);
  padding: 2em 0;
  overflow: hidden;
  margin-top: auto;
}

footer #simbolo {
  max-width: 100%;
  width: 150px;
  padding-bottom: 2em;
}

footer a {
  font-weight: 400;
}

footer ul {
  margin-left: -2em;
}

footer li::before {
  content: none;
}

footer hr {
  margin: 6px 0;
}

footer .contato li {
  padding-bottom: .75em;
}

footer .midias-sociais a {
  padding-right: 5px;
}
footer .midias-sociais svg {
  width: 18px;
}

footer .midias-sociais .cls-1 {
  fill: var(--branco);
}

footer .midias-sociais a:hover .cls-1 {
  fill: var(--amarelo);
}

footer .elemento-3 {
  z-index: 0;
  height: 0 !important;
}
footer #elemento-3 {
  position: relative;
  height: 300px;
  top: 0px;
}

.direitos {
  margin-bottom: -1em;
  text-align: center;
  font-size: 14px;
  color: var(--bege);
  background-color: var(--laranja);
}
.direitos p {
  padding: 3px 0;
}

/* ----------------- */
/* HOMEPAGE */

.home .hero {
  min-height: 50vh;
  background-size: cover;
  background-position: center;
  z-index: -10;
  overflow: hidden;
}

.home .hero .row {
  min-height: 50vh;
  padding-bottom: 50px;
}

.home #tagline {
  position: relative;
  top: -100px;
  left: 70%;
  height: 250px;
  animation: slideDireita 2s ease-out;
}

.home .hero .frase {
  z-index: 10;
  animation: slideDireita 1s ease-out;
}
.home .hero h2 {
  font-weight: 600;
  padding-bottom: 100px;
  text-shadow: 2px 2px 2px rgba(0,0,0,.25);
}

.home .elemento-1 {
  z-index: 0;
  height: 0 !important;
}
.home #elemento-1 {
  position: relative;
  height: 300px;
  top: -200px;
  animation: slideUp 1s ease-out;
}

.home .elemento-2 {
  z-index: 0;
  height: 0 !important;
}
.home #elemento-2 {
  position: relative;
  height: 250px;
  top: -270px;
  left: 60%;
  animation: slideUp 1s ease-out;
}

.home section, .home header {
  background-color: var(--roxo);
}

.home .introducao {
  padding: 5em 0;
}

.home .introducao p {
  animation: slideDireita 1s ease-out;
}

.home .contato button, .home .contato button:active, .home .contato button:focus {
  padding: 0;
  border: none !important;
  outline: none !important;
}

.home .contato .esquerda, .home .contato .direita {
  padding: 4em 0;
  margin: auto;
  text-align: center;
  transition: 700ms ease;
  width: 100%;
}

.home .contato .esquerda {
  background-color: var(--laranja);
}

.home .contato .esquerda:hover {
  background-color: var(--bege);
}

.home .contato .esquerda h1, .home .contato .esquerda h4 {
  color: var(--bege);
  animation: slideUp 1.5s ease-out;
}

.home .contato .esquerda:hover h1, .home .contato .esquerda:hover h4 {
  color: var(--amarelo);
}

.home .contato .direita {
  background-color: var(--amarelo);
}

.home .contato .direita:hover {
  background-color: var(--verde-escuro);
}

.home .contato .direita h1, .home .contato .direita h4 {
  animation: slideUp 2s ease-out;
}

.link-contato {
  padding-left: 0;
  padding-right: 0;
}

/* ----------------- */
/* QUEM SOMOS */

.page-template-quem-somos {
  background-color: var(--amarelo);
}

.parte-1, .parte-2, .parte-3, .valores, .espaco .info {
  padding: 4em 0;
}

.page-template-quem-somos .parte-1 h2 {
  color: var(--bege);
  animation: slideDireita 1s ease-out;
}

.parte-2 {
  background-color: var(--bege);
  z-index: -2;
}

.parte-2 #acreditamos-img {
  max-width: 100%;
  width: 250px;
  border-radius: 50%;
  z-index: 5;
}

@media (max-width: 960px) {
  .parte-2 #acreditamos-img {
    display: none;
  }
}

.parte-2 .acreditamos-elemento-1 {
  z-index: 0;
  height: 0 !important;
}
.parte-2 #acreditamos-elemento-1 {
  position: relative;
  height: 200px;
  top: -80px;
  left: -50px;
  z-index: 0;
}

.parte-2 .acreditamos-elemento-2 {
  z-index: 0;
  height: 0 !important;
}
.parte-2 #acreditamos-elemento-2 {
  position: relative;
  height: 200px;
  top: -80px;
  left: 80px;
}

@media (max-width: 960px) {
  #acreditamos-elemento-1, #acreditamos-elemento-2 {
    display: none;
  }
}

.parte-2 h1, .espaco h1, .parceiros h1 {
  border-bottom: solid 1px var(--verde-escuro);
  padding-bottom: .25em;
  margin-bottom: 1em;
}

.parte-2 p, .parte-2 h1, .parte-2 h2, .parceiros h1 {
  color: var(--verde-escuro);
}

.parte-3 {
  background-color: var(--verde-escuro);
}

.parte-3 .acreditamos-elemento-3 {
  z-index: 0;
}
.parte-3 #acreditamos-elemento-3 {
width: 100%;
}

@media (max-width: 752px) {
  .parte-3 #acreditamos-elemento-3 {
  display: none;
  }
}

@media (min-width: 977px) {
  .parte-3 #acreditamos-elemento-3 {
  max-width: 250px;
  }
}

@media (min-width: 1200px) {
  .parte-3 #acreditamos-elemento-3 {
  max-width: 200px;
  }
}

.valores {
  background-color: var(--roxo);
  text-align: center;
}

.valores .setinha {
  width: 100%;
  text-align: center;
  padding: 1em 0 3em 0;
}
.valores .setinha img {
  width: 24px;
}

.valores .btn-valores {
  border: 1px solid var(--bege);
  color: var(--bege);
  font-size: 1em;
  border-radius: 1.15em;
  padding: 5px 25px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}

.valores .btn-valores:hover {
  background-color: var(--laranja);
  border: 1px solid var(--laranja);
}

.valores .valores-item {
  padding: 1em 0;
}

.valores .card p {
  color: var(--verde-escuro);
  padding: .25em;
  max-width: 500px;
  margin: auto;
}

.valores .card {
  background-color: var(--bege);
  border: none;
  padding: 1em;
}

.valores .elemento-1 {
  z-index: 0;
  height: 0 !important;
}
.valores #elemento-1 {
  position: relative;
  height: 500px;
  top: -200px;
  left: -500px;
  animation: slideUp 1s ease-out;
}

.valores .elemento-2 {
  z-index: 0;
  height: 0 !important;
}
.valores #elemento-2 {
  position: relative;
  height: 500px;
  top: -500px;
  right: -500px;
  animation: slideUp 1s ease-out;
}

.espaco {
  background-color: var(--bege);
}

@media (max-width: 960px) {
  .espaco .row {
    display: flex;
    flex-direction: column-reverse;
  }
}

.espaco .container-fluid {
  padding-left: 0 !important;
}

.espaco p, .espaco h1 {
  color: var(--verde-escuro);
    margin-left: 2em;
    margin-right: 4em;
}

.espaco .carousel button {
  background-color: var(--transparente);
  border: none;
}

.parceiros {
  background-color: var(--branco);
  padding: 4em 0 6em 0;
}

.parceiros img {
  max-width: 100%;
}

/* ----------------- */
/* O QUE FAZEMOS */

.page-template-o-que-fazemos .introducao {
  text-align: center;
  animation: slideUp 1s ease-out;
}

.page-template-o-que-fazemos .setinha {
  width: 100%;
  text-align: center;
  padding: 3em 0 0 0;
}
.page-template-o-que-fazemos .setinha img {
  width: 24px;
}

.nucleo {
  padding: 5em 0;
}

.nucleo p {
  padding: 1em 0;
}

.titulo::before {
  padding: 10px;
  border: solid 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: -55px;
  margin-right: 10px;
}

.titulo h2 {
  padding-left: 5px;
  position: relative;
  z-index: 5;
}

#titulo-01::before {
  content: '01';
}

#titulo-02::before {
  content: '02';
}

#titulo-03::before {
  content: '03';
}

@media (max-width: 832px) {
  .titulo::before {
    display: none;
  }
}

.nap {
  background-color: var(--bege);
}
.nap h2, .nap p, .nap .btn-outline-primary {
  color: var(--verde-escuro);
}

.nep {
  background-color: var(--roxo);
}

.nec {
  background-color: var(--verde-escuro);
}

.nucleo .imagem {
  margin: auto;
  height: 200px;
  width: 100%;
  max-width: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 3em;
  border: 6px solid;
}

.nap .imagem {
  border-color: var(--verde);
  position: relative;
  z-index: 5;
}
.nep .imagem {
  border-color: var(--amarelo);
  position: relative;
  z-index: 5;
}
.nec .imagem {
  border-color: var(--laranja);
  position: relative;
  z-index: 5;
}

.page-template-o-que-fazemos .elemento-1 {
  z-index: 0;
  height: 0 !important;
}
.page-template-o-que-fazemos #elemento-1 {
  position: relative;
  height: 300px;
  top: -300px;
  right: -900px;
}

.page-template-o-que-fazemos .elemento-2 {
  z-index: -5;
  height: 0 !important;
}
.page-template-o-que-fazemos #elemento-2 {
  position: relative;
  height: 300px;
  top: -300px;
  right: 000px;
}

.page-template-o-que-fazemos .elemento-3 {
  z-index: -5;
  height: 0 !important;
}
.page-template-o-que-fazemos #elemento-3 {
  position: relative;
  height: 300px;
  top: -75px;
  right: -75px;
}

.page-template-o-que-fazemos .elemento-4 {
  z-index: -5;
  height: 0 !important;
}
.page-template-o-que-fazemos #elemento-4 {
  position: relative;
  height: 300px;
  top: -200px;
  right: -150px;
}

/* ----------------- */
/* EDUCAÇÃO */

.page-template-educacao, .single-cursos-nep {
  background-color: var(--verde);
}

.page-template-educacao .intro {
  padding-bottom: 4em;
  text-align: center;
  position: relative;
  z-index: 5;
}

.page-template-educacao .setinha {
  width: 100%;
  text-align: center;
  padding: 2em 0 0 0;
}
.page-template-educacao .setinha img {
  width: 24px;
}

.page-template-educacao .elemento-1 {
  z-index: -5;
  height: 0 !important;
}
.page-template-educacao #elemento-1 {
  position: relative;
  height: 300px;
  top: -100px;
  left: -200px;
  animation: slideUp 1s ease-out;
}

.page-template-educacao .elemento-2 {
  z-index: -5;
  height: 0 !important;
}
.page-template-educacao #elemento-2 {
  position: relative;
  height: 300px;
  top: 200px;
  right: -80vw;
  animation: slideUp 1s ease-out;
}

.curso-item {
  position: relative;
  z-index: 10;
  background-color: var(--verde-escuro);
  padding: 5em;
  margin: .5em 0;
  border-radius: 2em;
  animation: slideDireita 1s ease-out;
}

.curso-item:hover {
  transform: translateX(-10px);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
  .curso-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.cursos-nep {
  padding: 4em 0;
}

.cursos-nec {
  background-color: var(--roxo);
  padding: 4em 0;
}

.single-cursos-nec {
  background-color: var(--roxo);
}

.single-cursos-nep .intro, .single-cursos-nec .intro {
  padding: 2em 1em;
}

.single-cursos-nep .conteudo, .single-cursos-nec .conteudo {
  padding: 1em 1em 2em 1em;
}

.single-cursos-nep .inscricao, .single-cursos-nec .inscricao {
  padding: 1em 0 4em 0;
}

.page-template-educacao .elemento-3 {
  z-index: -5;
  height: 0 !important;
}
.page-template-educacao #elemento-3 {
  position: relative;
  height: 400px;
  top: -100px;
  left: -150px;
  animation: slideUp 1s ease-out;
}

.breve {
  text-align: center;
  background-color: var(--bege);
  width: 500px;
  margin: auto;
  height: 50px;
  border-radius: 50px;
}

.breve h2 {
  color: var(--verde);
  padding: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2em;
  font-weight: 500;
  cursor: default;
}

/* ----------------- */
/* FORMULÁRIO */

.page-template-contato {
  background-color: var(--verde);
}

.page-template-contato .intro {
  text-align: center;
  padding: 3em;
  animation: slideUp 1s ease-out;
}

.page-template-contato .intro .titulo {
	text-transform: uppercase;
}

.formulario h1, .formulario h2, .formulario h3, .formulario p {
  color: var(--verde);
}

.formulario {
  background-color: var(--bege);
  padding: 3em;
}

.formulario .container {
  max-width: 900px;
}

input, select, textarea {
  width: 100%;
  color: var(--verde);
  padding: 5px 10px;
  border: 1px solid var(--verde);
  border-radius: 0;
  background-color: var(--transparente);
  resize: vertical;
  font-size: 1em;
}

input[type=checkbox] {
  width: auto;
  float: none;
}


.wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
  padding: 3px 0;
}

label {
  width: 100%;
  padding: 10px 5px;
  display: inline-block;
  color: var(--verde);
  font-family: 'CeraRound', sans-serif;
  font-size: .9em;
}

.wpcf7-checkbox label {
  padding: 3px 0px;
  font-size: 1em;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}


@media (min-width: 768px) {
  .col-25 {
    float: left;
    width: 25%;
  }

  .col-50 {
    float: left;
    width: 50%;
  }

  .col-75 {
    float: left;
    width: 75%;
  }

  .col-100 {
    float: left;
    width: 100%;
  }
}


/* ----------------- */
/* 404 */

.error404 header, .error404 footer, .error404 .direitos {
  display: none;
}

.error404 {
  background-color: var(--laranja) !important;
}

.error404 section {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aviso404 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error404 h2, .error404 p {
  text-align: center;
}

.error404 h2 {
  font-size: 3em;
}

.error404 a {
  margin: auto;
  width: 100%;
  text-align: center;
}
