/* @font-face {
  font-family: "Kumbh Sans Regular";
  src: url("fonts/Kumbh_Sans/KumbhSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Kumbh Sans Bold";
  src: url("fonts/Kumbh_Sans/KumbhSans-Bold.ttf") format("truetype");
} */

body,
html {
  /* font-family: "Kumbh Sans Bold"; */
  height: 100%;
  margin: 0;
  transition: al 0.5s ease;
}
.bg {
  background-image: url("../../images/elementos-pagina-entrada/logoPEDRINHAS.png");

  height: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}


.btnLink {
  cursor: pointer;
  z-index: 11;
}

a:hover {
  text-decoration: none;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.cl-white {
  color: white;
}

.sobreNosBox .center-center {
  top: 52% !important;
}
.contatosBox .center-center {
  top: 53% !important;
}

.candidaturasBox .center-center {
  left: 45% !important;
  top: 54% !important;
}
.pedrinharBox .center-center {
  left: 52% !important;
  top: 46% !important;
}
.projetosBox .center-center {
  left: 45% !important;
  top: 54% !important;
}

.center-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dflex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxImage h3 {
  text-transform: uppercase;
  font-size: 1.25rem;
}

.mainBox {
  height: 80vh;
  width: 80vw;
}

.sobreNosBox {
  width: 401px;
  height: 400px; /* 
  left: 20px;
  bottom: 320px; */
  left: 10%;
  bottom: 45%; /* 
  -webkit-transform-origin: center;
  transform-origin: center; */
  transform: translate (-50%, -50%);
}
@-webkit-keyframes lojinhaSolidariaAnimation {
  from {
    transform: scale(0.4, 0.4);
    opacity: 0;
    left: 55%;
    bottom: 50%;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
    left: 71%;
    bottom: 65%;
  }
}

@keyframes lojinhaSolidariaAnimation {
  from {
    transform: scale(0.4, 0.4);
    opacity: 0;
    left: 55%;
    bottom: 50%;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
    left: 71%;
    bottom: 65%;
  }
}
@-webkit-keyframes projetosAnimation {
  from {
    transform: scale(0.4, 0.4);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes projetosAnimation {
  from {
    transform: scale(0.4, 0.4);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes pedrinharAnimation {
  from {
    transform: scale(0.4, 0.4);
    opacity: 0;
    left: 50%;
    bottom: 0%;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
    left: 56%;
    bottom: 0%;
  }
}

@keyframes pedrinharAnimation {
  from {
    transform: scale(0.4, 0.4);
    opacity: 0;
    left: 50%;
    bottom: 0%;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
    left: 56%;
    bottom: 0%;
  }
}
@-webkit-keyframes contatosAnimation {
  from {
    transform: scale(0.4, 0.4);
    opacity: 0;
    left: 66%;
    bottom: 10%;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
    left: 56%;
    bottom: 38%;
  }
}

@keyframes contatosAnimation {
  from {
    transform: scale(0.4, 0.4);
    opacity: 0;
    left: 66%;
    bottom: 10%;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
    left: 56%;
    bottom: 38%;
  }
}
@-webkit-keyframes ajudarAnimation {
  from {
    transform: scale(0.4, 0.4);
    opacity: 0;
    left: 29%;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
    left: 39%;
    bottom: 16%;
  }
}

@keyframes ajudarAnimation {
  from {
    transform: scale(0.4, 0.4);
    opacity: 0;
    left: 29%;
    bottom: 16%;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
    left: 39%;
    bottom: 16%;
  }
}
@-webkit-keyframes sobreNosAnimation {
  from {
    transform: scale(0.4, 0.4);
    opacity: 0;
    bottom: 20%;
    left: 20%;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
    bottom: 45%;
    left: 10%;
  }
}

@keyframes sobreNosAnimation {
  from {
    transform: scale(0.4, 0.4);
    opacity: 0;
    bottom: 20%;
    left: 20%;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
    bottom: 45%;
    left: 10%;
  }
}

@-webkit-keyframes candidaturasAnimation {
  from {
    transform: scale(0.4, 0.4);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes candidaturasAnimation {
  from {
    transform: scale(0.4, 0.4);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.mainBox .boxText {
  text-shadow: 1px 1px 2px black;
}

@keyframes showTextAnimation {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes showTextAnimation {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.sobreNosImg {
  /* 
  -webkit-transform: scale(0.7); */
  transform: scale(
    0.7
  ); /* 
 -webkit-transform-origin: center;
  transform-origin: center; */
}

.candidaturasBox {
  width: 301px;
  height: 301px;
  /* 
  left: 20px;
  bottom: 0; */ /* 
  -webkit-transform: translate (-50%, -50%);
  transform: translate (-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center; */
  left: 12%;
  bottom: 0%;
}
.candidaturasImg {
  transform: scale(1);
}
.projetosBox {
  width: 401px;
  height: 400px; /* 
  left: 180px;
  bottom: 120px; */
  transform: translate (-50%, -50%);
  left: 20%;
  bottom: 17%;
}

.projetosImg {
  transform: scale(0.8);
  /*   width:100%;
  height:100%; */
}

.ajudarBox {
  /* 
  left:460px;
  bottom: 100px; */
  width: 401px;
  height: 400px;
  left: 39%;
  bottom: 16%;
  transform: translate (-50%, -50%);
}
.ajudarImg {
  transform: scale(0.7);
}
.contatosBox {
  width: 401px;
  height: 400px; /* 
  left: 680px;
  bottom: 260px; */
  left: 56%;
  bottom: 38%;
  transform: translate (-50%, -50%);
}

.contatosImg {
  transform: scale(0.8);
}

.pedrinharBox {
  width: 401px;
  height: 400px;
  /*   left: 800px;
  bottom: 0; */
  left: 56%;
  bottom: 0%;
  transform: translate (-50%, -50%);
}

.pedrinharImg {
  transform: scale(0.8);
}

.lojinhaSolidariaBox {
  width: 301px;
  height: 301px; /* 
  left: 900px;
  bottom: 470px; */
  left: 71%;
  bottom: 65%;
  transform: translate (-50%, -50%);
}

.lojinhaSolidariaImg {
  transform: scale(0.8);
}

.bold {
  font-weight: bold;
}
.boxImage a {
  display: inline-block;
}

@media screen and (max-width: 1500px), screen and (max-height: 840px) {
  .projetosBox .center-center {
    left: 50% !important;
    top: 50% !important;
  }

  .lojinhaSolidariaImg {
    transform: scale(0.5);
  }
  .contatosImg {
    transform: scale(0.5);
  }
  .ajudarImg {
    transform: scale(0.5);
  }
  .pedrinharImg {
    transform: scale(0.5);
  }
  .projetosImg {
    transform: scale(0.5);
  }
  .sobreNosImg {
    transform: scale(0.5);
  }
  .candidaturasImg {
    transform: scale(0.7);
  }
  .boxImage h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1190px), screen and (max-height: 650px) {
  .lojinhaSolidariaImg {
    transform: scale(0.4);
  }
  .contatosImg {
    transform: scale(0.4);
  }
  .ajudarImg {
    transform: scale(0.4);
  }
  .pedrinharImg {
    transform: scale(0.4);
  }
  .projetosImg {
    transform: scale(0.4);
  }
  .sobreNosImg {
    transform: scale(0.4);
  }
  .candidaturasImg {
    transform: scale(0.6);
  }
  .boxImage h3 {
    font-size: 0.8rem;
  }
}
@media (min-width: 1090px) {

  header nav {
    display: none !important;
  }
  .mainBox .boxText {
    opacity: 0;
    -webkit-animation: 5s ease 0s normal forwards 1 showTextAnimation;
    animation: 5s ease 0s normal forwards 1 showTextAnimation;
  }
  .sobreNosBox {
    animation: sobreNosAnimation 4s normal;
    -webkit-animation: sobreNosAnimation 4s normal;
  }
  .candidaturasBox {
    animation: candidaturasAnimation 4s normal;
    -webkit-animation: candidaturasAnimation 4s normal;
  }
  .projetosBox {
    animation: projetosAnimation 4s normal;
    -webkit-animation: projetosAnimation 4s normal;
  }
  .ajudarBox {
    animation: ajudarAnimation 4s normal;
    -webkit-animation: ajudarAnimation 4s normal;
  }
  .contatosBox {
    animation: contatosAnimation 4s normal;
    -webkit-animation: contatosAnimation 4s normal;
  }
  .pedrinharBox {
    animation: pedrinharAnimation 4s normal;
    -webkit-animation: pedrinharAnimation 4s normal;
  }

  .lojinhaSolidariaBox {
    animation: lojinhaSolidariaAnimation 4s normal;
    -webkit-animation: lojinhaSolidariaAnimation 4s normal;
  }
}

@media (max-width: 1090px), screen and (max-height: 550px) {
  .mainBox {
    /*  display: flex; 
    align-items: center;
    flex-direction: column; */
    display: none;
  }
  .mainBox > div {
    position: relative !important;
  }

  .boxImage {
    left: 0%;
    top: 0;
    width: 201px;
    height: 200px;
    transform: scale(1);
  }
  .boxImage img {
    transform: scale(1);
  }
  .boxImage a {
    display: inline-block;
  }
}
