/* @import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;700&display=swap');
 */

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

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

:root {
  --mainGreen: #72c4c0;
  --mainOrange: #f28f30;
  --mainBlack: #3e3e3e;
  --normal-font-size: 1rem;
}
/* 
html, body {
    height: 100%!important;
} */
* {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Kumbh Sans Regular";
  overflow-x: hidden !important;
  font-size: 16px;
  height: auto !important;
  /* 
  font-family: "Poppins", sans-serif;  */ /* 
  padding-top: calc(45vh + 100px + 65px + 50px); */
  /* transition: padding-top 0.5s ease; */
}

.font-family-regular {
  font-family: "Kumbh Sans Regular" !important;
  font-weight: 400;
}

.font-family-light {
  font-family: "Kumbh Sans Light" !important;
  font-weight: 300;
}

.font-family-bold {
  font-family: "Kumbh Sans Bold" !important;
  font-weight: 700;
}

dl,
ol,
ul {
  margin-bottom: 0 !important;
}

ul {
  list-style: none;
}

a:hover {
  text-decoration: none;
}
.w-80 {
  width: 80% !important;
}

.z-index-minus-1 {
  z-index: -1;
}
.z-index-minus-2 {
  z-index: -2;
}
.z-index-2 {
  z-index: 2;
}

.border-radius-20 {
  border-radius: 20px;
}
.border-radius-10 {
  border-radius: 10px;
}

.obj-cover {
  object-fit: cover;
}

.d-inline-block {
  display: inline-block;
}

.center-center {
  object-position: center center;
}

.max-w-100 {
  max-width: 100%;
}
.max-h-100 {
  max-height: 100%;
}

.box-shadow {
  -webkit-box-shadow: 0 4px 12px -10px #222;
  -moz-box-shadow: 0 4px 12px -10px #222;
  box-shadow: 0 4px 12px -10px #222;
}

.box-shadow-bigger {
  -webkit-box-shadow: 0 -3px 15px 6px rgb(52 58 64 / 50%);
  -moz-box-shadow: 0 -3px 15px 6px rgb(52 58 64 / 50%);
  box-shadow: 0 -3px 15px 6px rgb(52 58 64 / 50%);
}

header {
  width: 100%;
  /* height: 45vh; */
  /* background: #e88300; */
  text-align: center;
  top: 0;
  position: fixed;
  /*   overflow: hidden; */
  padding-top: 55px;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.8);

  z-index: 9999;
}

header.noPadding {
  padding-top: 0 !important;
}

body.sticky-header .slider img {
  height: 0 !important;
}

.slider img {
  transition: all 0.5s ease;
}

.d-inline-block {
  display: inline-block;
}

.orange {
  color: var(--main-orange);
}

.no-padding {
  padding: 0 !important;
}

@media (max-width: 550px) {
  .ml-responsive-0 {
    margin-left: 0 !important;
  }
}

.center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* .nav-bar  ul li ul li, .nav-bar  ul li ul li a{
    background-color: var(--mainGreen);
} */

.logo {
  max-height: 100px;
  vertical-align: center;
  margin-top: -10px;
}
.padding-top-menu {
  padding-top: 150px;
}

.nav-bar {
  background: transparent;
  /*  opacity: 0.9; */
}
.nav-bar ul {
  background: transparent;
  /*  opacity: 0.9; */
}
.nav-bar ul li,
.nav-bar li a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;

  /* padding: 0 1.3rem; */
}

.nav-bar ul li {
  padding: 0 1.3rem;
}

/** responsive menu ***/
@media (max-width: 1090px) {
  .ham-btn,
  .times-btn {
    position: relative;
    padding: 5px;
  }

  .times-btn {
    display: none;
  }

  .nav-bar {
    background: #fff;
    height: 0;
    overflow: hidden;
    width: 100%;
  }

  header .show-nav {
    height: calc(100vh - 88px);
    max-height: calc(100vh - 88px);
    overflow-y: auto;
  }

  header.noPadding .show-nav {
    height: 100vh !important;
    max-height: 100vh !important;
  }

  header .show-nav .candidaturas a,
  header .show-nav .loja a {
    display: inline-block;
    padding: 0 1rem;
  }

  header .show-nav .candidaturas a:hover {
    color: white;
    background-color: var(--mainOrange);
  }

  header .show-nav .loja a:hover {
    color: white;
    background-color: var(--mainGreen);
  }

  .nav-bar ul li {
    text-align: center;
    display: block;
    /*   color: #7c695a; */
  }

  .nav-bar ul li:hover,
  .nav-bar ul li:hover a {
    background: var(--main-orange);
    /*  color: white; */
  }

  /* .nav-bar ul li:hover li a {
    color: white;
  } */

  .nav-bar ul li > a.directLink,
  .nav-bar ul li.contatos > a {
    color: black;
    text-transform: uppercase;
    font-weight: 600;
  }

  .nav-bar ul li {
    margin: 10px;
  }

  .nav-bar ul li ul li a {
    color: #7c695a;
    text-transform: uppercase;
    font-weight: 200;
    display: none;
  }

  .equipaPedrinhasticaText {
    display: none;
  }
}
@media (min-width: 1600px) {
  .imgCaoEspinhoso {
    top: 50px !important;
    right: 950px !important;
    width: 400px !important;
    max-width: 400px !important;
  }

  .imgPedrinhoFoto {
    top: 0 !important;
    right: 200px !important;
    width: 900px !important;
    max-width: 900px !important;
  }

  .imgPedraOPedrinho {
    top: 600px !important;
    right: 150px !important;
    width: 700px !important;
    max-width: 700px !important;
  }

  .imgPedraAzulOPedrinho {
    top: 500px !important;
    right: -100px !important;
    width: 600px !important;
    max-width: 600px !important;
  }
}

@media (min-width: 1090px) {
  /* nav */
  .ham-btn,
  .times-btn {
    display: none !important;
  }

  header nav {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    line-height: 30px;
    width: 100%;
    /*     background: white;
    opacity:0.9; */
  }
  nav ul {
    font-size: 0;
    list-style-type: none;
    /*    background: white;
    opacity: 0.9; */
  }
  nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
  }

  nav ul li,
  nav ul li a {
    /*  font-family: "Open Sans", sans-serif; */
    font-size: 1rem;
    padding: 0 10px;
    font-weight: 400;
    color: #434343;
    /*   color: var(--main-orange); */
  }
  nav ul li a {
    display: inline-block; /* 
      border:1px solid black; */
    width: 100%;
    /* height: 100%; */
  }

  nav ul li ul {
    padding-top: 10px;
    padding-bottom: 20px;
    display: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  nav ul li:hover > a.directLink,
  nav ul li.active > a.directLink,
  nav ul li:hover,
  nav ul li.active,
  .contatos.active > a,
  .contatos:hover > a {
    cursor: pointer;
    color: var(--mainGreen) !important;
  }

  nav ul li:hover ul {
    display: block;
    width: auto;
    white-space: nowrap;
    left: 0;
    position: absolute;
    background-color: var(--mainGreen);
  }

  nav ul li:hover ul li {
    display: block;
  }
  nav ul li:hover ul li a {
    font-weight: 400;
    font-size: 0.8rem;
    padding: 0px 2px 0 0px;
    text-transform: none;
    color: white;
    opacity: 0.8;
  }
  nav ul li:hover ul li {
    /*   color: #7c695a; */
    /* background-color: white; */
    /*   padding: 1px 15px; */
    text-align: left;
    line-height: 2rem;
    border-radius: 3px; /* 
    border-bottom: 1px solid var(--main-orange);
    background-color: var(--mainGreen); */
  }
  nav ul li:hover ul li:hover {
    /*     color: #7c695a;
    background-color: #e0e0e0; */
    cursor: pointer;
  }

  nav ul li:hover ul li a:hover {
    /* color: #7c695a; */
    color: white;
    opacity: 1;
    cursor: pointer;
  }
  /* 
    .nav-bar {
      flex: 1 0 auto;
      height: 100%;
      background: transparent;
    }
  
    .nav-bar nav ul {
      display: flex;
      justify-content: center;
    }
    .nav-bar nav ul li {
      padding-right: 30px;
    }
  
    .nav-bar nav ul li:hover {
      background: none;
    } */
}

.candidaturas a {
  display: block;
  border-radius: 20px;
  color: white;
  background: var(--mainOrange);
  padding: 0.2rem 0.7rem 0.05rem 0.7rem;
}
.loja a {
  display: block;
  border-radius: 20px;
  color: white;
  background: var(--mainGreen);
  padding: 0.2rem 0.7rem 0.05rem 0.7rem;
}
.candidaturas a:hover,
.loja a:hover {
  color: white;
}

/************* SObre nos ***************/

/* #about,
#missao,
#oPedrinho,
#pedrinhongos,
#equipaPedrinhastica,
#entidadesParceiras {
  overflow-x: hidden !important;
  height: auto !important;
  width: 100%;
} */

.directLink {
  padding: 0;
  margin: 0;
}

.height-auto {
  height: auto !important;
}

.overflow-y-100 {
  /* height: 100% !important; */
  overflow-y: visible !important;
  /* overflow-x: hidden !important; */
}

/* tava a meter scroll y */
/* #oPedrinho {
  height: 160% !important;
  overflow-y: hidden !important;
} */

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

.titleImage img {
  /*  transform: scale(0.5); */
  height: 313px;
  width: 555px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.titleImage h4 {
  color: var(--mainBlack);
}

.margin-0 {
  margin: 0 !important;
}

/* .sobre-nos-texto p {
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
} */

.textos p {
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  color: var(--mainBlack);
}

.left-images-about {
  left: 0;
}

.left-images-about img:nth-child(1) {
  left: -240px;
}
.left-images-about img:nth-child(2) {
  left: -180px;
  top: -40px;
  transform: scale(0.5);
  z-index: -1;
}
.left-images-about img:nth-child(3) {
  left: -140px;
  top: 250px;
  transform: scale(0.7);
  z-index: -1;
}

.right-images-about {
  right: 0;
}

.right-images-about img:nth-child(1) {
  right: -40px;
  top: 0px;
  transform: scale(0.8);
  z-index: -1;
}
.right-images-about img:nth-child(2) {
  right: -170px;
  top: 90px;
  transform: scale(0.7);
  z-index: -1;
}

.aboutImage {
  margin-top: 100px;
}

.aboutImage img:nth-child(1) {
  border-radius: 10px;
}
.aboutImage img:nth-child(2) {
  left: -210px;
  bottom: -150px;
  transform: scale(0.6);
  z-index: 1;
}
.imgMonstro {
  right: 0px;
  bottom: 40px;
  /* 
  transform: scale(0.2); */
  /*  width:653;
  height: 490px; */
  z-index: 1;
}

.imgPedra {
  right: 0px;
  bottom: 40px;
  transform: scale(0.9) translate(30%, 90%);
  /* -webkit-transform-origin: center;
  transform-origin: center; */
  z-index: -1;
}

.tresPedras {
  transform: scale(0.7);
}

.equipaPedrinhasticaText {
  margin-top: 20px;
  position: absolute;
  left: 55%;
  transform: translateX(-50%);
  text-transform: uppercase;
  color: var(--mainGreen);
  font-size: 2rem;
}

.minus-left {
  margin-left: -100px;
}
.minus-top {
  margin-top: -100px;
}

.m-b-100 {
  margin-bottom: 100px;
}
.paddingRight {
  padding: 2rem 2rem 3rem 6rem !important;
}

.paddingLeft {
  padding: 3rem 4rem 3rem 3rem !important;
}

/* .tresPedras .imagesHover .popupLeft {
  right: 60% !important;
} */
.rightDifferent1 {
  right: 60% !important;
}
.rightDifferent {
  right: 80% !important;
}

.leftDifferent {
  left: 80% !important;
}
/************* missao *****************/

.missao {
  margin-top: 250px;
}

.title h4 {
  text-transform: uppercase;
  color: var(--mainBlack);
}

.title-pequeno h4 {
  color: var(--mainBlack);
}

.left-images-missao img:nth-child(1) {
  transform: scale(0.8) translate(-30%, -25%);
  z-index: -1;
}
.left-images-missao img:nth-child(2) {
  transform: translate(-10%, -40%);
  z-index: -1;
}
.right-images-missao img:nth-child(1) {
  right: -350px;
  top: 320px;
  z-index: -1;
}

.missaoContainer {
  margin-top: 100px;
}

.missaoContainer img {
  border-radius: 10px;
  object-fit: cover;
  max-height: 359px;
  height: 359px;
  width: 100%;
}

/*************** o pedrinho ****************/

.oPedrinho {
  margin-top: 250px;
}

.imgPedra2 {
  right: -180px;
  top: -320px;
  transform: scale(0.8);
}

.imgPlanta {
  right: -190px;
  top: -100px;
}

.mt-6 {
  margin-top: 5rem !important;
}

.mb-6 {
  margin-bottom: 5rem !important;
}

.imgDragao {
  margin-top: -200px;
  left: -500px;
  width: calc(100% + 500px);
  max-width: calc(100% + 500px);
  height: auto; /* 
  width: 1609px;  */
  z-index: -2;
}

.imgCaoEspinhoso {
  top: 50px;
  right: 650px;
  width: 250px;
  max-width: 250px;
  height: auto;
  z-index: -1;
}

.imgPedrinhoFoto {
  top: 0;
  right: 100px;
  width: 700px;
  max-width: 700px;
  height: auto;
  z-index: -1;
}

.imgPedraOPedrinho {
  top: 450px;
  right: 50px;
  width: 500px;
  max-width: 500px;
  height: auto;
  z-index: -1;
}

.imgPedraAzulOPedrinho {
  top: 350px;
  right: -100;
  width: 400px;
  max-width: 400px;
  height: auto;
  z-index: -1;
}

.imagesOPedrinho2 img:nth-child(1) {
  left: -240px;
  transform: scale(0.8);
  top: -240px;
  z-index: -1;
}

.imagesOPedrinho3 img:nth-child(1) {
  left: -500px;
  transform: scale(1);
  top: -420px;
}

.imagesOPedrinho3 img:nth-child(2) {
  left: -200px;
  transform: scale(1);
  top: -550px;
}

.imagesOPedrinho4 img:nth-child(1) {
  right: -200px;
  transform: scale(0.8);
  top: -820px;
}

.imagesOPedrinho4 img:nth-child(2) {
  right: -200px;
  transform: scale(1);
  top: -150px;
}

.imagesEquipaPedrinhastica1 img:nth-child(1) {
  left: -300px;
  transform: scale(0.7);
  top: -120px;
}
.imagesEquipaPedrinhastica2 img:nth-child(1) {
  right: -350px;
  transform: scale(0.8);
  top: -120px;
}
.imagesEquipaPedrinhastica2 img:nth-child(2) {
  right: -300px;
  transform: scale(0.5);
  top: -280px;
}
.imagesEquipaPedrinhastica3 img:nth-child(1) {
  right: -200px;
  transform: scale(0.8);
  top: -280px;
}
.imagesEquipaPedrinhastica3 img:nth-child(2) {
  right: -150px;
  transform: scale(0.5);
  top: -280px;
}

.imagesEquipaPedrinhastica4 img:nth-child(1) {
  left: -200px;
  transform: scale(0.8);
  top: -480px;
}

.imagesEquipaPedrinhastica4 img:nth-child(2) {
  left: -80px;
  transform: scale(0.8);
  top: -220px;
}

.imagesEquipaPedrinhastica4 img:nth-child(3) {
  left: -250px;
  transform: scale(0.8);
  top: -20px;
}

.imagesEquipaPedrinhastica4 img:nth-child(4) {
  left: -250px;
  transform: scale(0.8);
  top: -220px;
}
.imagesEquipaPedrinhastica5 img:nth-child(1) {
  left: -650px;
  transform: scale(0.8);
  top: -120px;
}
.imagesEquipaPedrinhastica6 img:nth-child(1) {
  right: -650px;
  transform: scale(0.7);
  top: 0px;
}

.imagesEntidadesParceiras1 img:nth-child(1) {
  left: -650px;
  transform: scale(0.7);
  top: 0px;
}

.imagesEntidadesParceiras2 img:nth-child(1) {
  right: -550px;
  transform: scale(0.7);
  top: 0px;
}

.imagesTresPedrasBack img:nth-child(1) {
  left: 310px;
  transform: scale(3);
  top: 150px;
}

/* .imagesOPedrinho img:nth-child(2) {
   
  left: -600px;
  top: 100px;
}
.imagesOPedrinho img:nth-child(3) {
  left: -260px;
  top: -50px;
  transform: scale(0.8);
} */

/************* footer ******************/

.footer div p {
  color: var(--mainGreen);
  font-size: 1.2rem;
}
.sub-footer a img {
  width: 100%;
  max-width: 100px;
  max-height: 20px;
}
.bg-green {
  background-color: var(--mainGreen);
}

.social-icons li {
  padding: 0.8rem 1rem;
}

.social-icons a i {
  font-size: 2rem;
  color: white;
}

.links-footer ul li {
  padding: 0.8rem 1rem;
}

.links-footer ul li a {
  padding: 0.8rem 1rem;
  color: #5c5c5c;
  font-size: 0.8rem;
}

.sub-footer {
  padding: 1.5rem 0 0.4rem 0;
}

.slider {
  margin: 150px 0;
}
/****carousel stuff **********/
.slickSlider .slick-slide:not(.slick-center) img,
.projetosSlider .slick-slide:not(.slick-center) img,
.humorSlider .slick-slide:not(.slick-center) img {
  transform: scale(0.8);
  height: auto;
  width: auto;
  opacity: 0.5;
  transition: all 300ms ease 0s;
}
.projetosSlider .slick-slide:not(.slick-center) img,
.humorSlider .slick-slide:not(.slick-center) img {
  opacity: 1;
}
/* .slickSlider .slick-slide:not(.slick-current) img{
  
 
} */
.slickSlider .slick-current img {
  transform: scale(1.2);
  transition: all 300ms ease 0s;
}
.slick-slide {
  height: auto;
}
.slick-prev {
  left: 130px;
  z-index: 2;
}
.slick-next {
  right: 130px;
}
.slick-prev:before {
  content: "\f053";
  color: white;
  font-size: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.slick-next:before {
  content: "\f054";
  color: white;
  font-size: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/*********** candidatura ***********/
.candidatura-inputs label,
.contatos-inputs label {
  font-weight: 600;
  padding: 1rem 0;
}
.candidatura-inputs input,
.candidatura-inputs textarea,
.contatos-inputs input,
.contatos-inputs textarea {
  border-width: 1 px;
  border-radius: 20px;
  padding: 1.4rem;
}

.candidatura-inputs input,
.candidatura-inputs textarea {
  border-color: var(--mainOrange);
}

.contatos-inputs input,
.contatos-inputs textarea {
  border-color: var(--mainGreen);
}
.candidatura-inputs button {
  background: var(--mainOrange);
}

.contatos-inputs button {
  background: var(--mainGreen);
}
.candidatura-inputs button,
.contatos-inputs button {
  color: white;
  padding: 1rem 5rem;
  margin-right: 0;
  text-align: right;
  float: right;
  border-radius: 2rem;
}

.left-images-candidatura1 img:nth-child(1) {
  top: 0;
  left: -240px;
  transform: scale(0.8);
  z-index: -1;
}
/******** scrool to top button *********/
#scroolTopButton {
  display: inline-block;
  background-color: white;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 14px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  /*   transition: background-color 0.3s, opacity 0.5s, visibility 0.5s; */
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-box-shadow: 0 0 9px 6px rgb(52 58 64 / 15%);
  -moz-box-shadow: 0 0 9px 6px rgb(52 58 64 / 15%);
  box-shadow: 0 0 9px 6px rgb(52 58 64 / 15%);
  transition: all 300ms ease 0s;
  z-index: 1001;
}
#scroolTopButton::after {
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 2em;
  line-height: 50px;
  color: var(--mainGreen);
}
#scroolTopButton:hover {
  cursor: pointer;
  transform: translateY(-5px);
}

#scroolTopButton.show {
  opacity: 1;
  visibility: visible;
}

/************ contatos ***************/

.contactoInfo .contactoInfoDiv p {
  text-align: center !important;
  font-size: 13px;
}

.contactoInfo .contactoInfoDiv i {
  font-size: 40px;
  color: var(--mainGreen);
  margin-bottom: 10px;
}

.contactoInfo .contactoInfoDiv h3 {
  font-weight: 700;
  font-size: 15px;
}

.left-images-contatos1 img:nth-child(1) {
  top: 0;
  left: -240px;
  transform: scale(0.8);
  z-index: -1;
}
.right-images-contatos1 img:nth-child(1) {
  top: -300px;
  right: -140px;
  z-index: -1;
  transform: scale(0.8);
}

.left-images-contatos2 img:nth-child(1) {
  top: -600px;
  left: -240px;
  transform: scale(0.8);
  z-index: -1;
}

/************ projetos *************/

.right-images-projetos {
  right: 0;
}

.right-images-projetos img:nth-child(1) {
  right: -150px;
  top: -150px;
  transform: scale(0.7);
  z-index: -1;
}

.humorSlider img {
  border-radius: 10px;
}

.projetosSlider img {
  border-radius: 10px;
  object-fit: cover;
}

.left-images-projetos {
  left: 0;
}

.left-images-projetos img:nth-child(1) {
  top: 200px;
  left: -240px;
  transform: scale(0.8);
}
.left-images-projetos-umCastelo {
  left: 0;
}
.left-images-projetos-umCastelo img:nth-child(1) {
  top: -300px;
  left: -240px;
  transform: scale(0.5);
}
.right-images-projetos-umCastelo {
  right: 0;
}

.right-images-projetos-umCastelo img:nth-child(1) {
  top: -250px;
  right: -140px;
  transform: scale(0.8);
}

.left-images-projetos-pedrinhasPedrinhongos {
  left: 0;
}

.left-images-projetos-pedrinhasPedrinhongos img:nth-child(1) {
  top: -350px;
  left: -140px;
  transform: scale(0.8);
}

.right-images-projetos-pedrinhaPedrinhongo {
  right: 0;
}
.right-images-projetos-pedrinhaPedrinhongo img:nth-child(1) {
  top: -650px;
  right: -140px;
  transform: scale(0.8);
  z-index: -1;
}
.left-images-projetos-pedrinhaPedrinhongo {
  left: 0;
}

.left-images-projetos-pedrinhaPedrinhongo img:nth-child(1) {
  top: -250px;
  left: -170px;
  transform: scale(0.6);
}

.right-images-atividades {
  right: 0;
}

.right-images-atividades img:nth-child(1) {
  top: -350px;
  right: -280px;
  transform: scale(0.6);
  z-index: -1;
}

.left-images-atividades-humor {
  left: 0;
}

.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}

.left-images-atividades-humor img:nth-child(1) {
  top: -350px;
  left: -280px;
  transform: scale(0.6);
  z-index: -1;
}

.color-green {
  color: var(--mainGreen);
}

.color-yellow {
  color: #f7c984 !important;
}
.color-orange {
  color: var(--mainOrange) !important;
}
/************* pedrinhar **************/

.acoesEEventos {
  margin-top: 200px;
}

.left-images-pedrinhar {
  left: 0;
}
.left-images-pedrinhar img:nth-child(1) {
  top: 200px;
  left: -240px;
  transform: scale(0.8);
}

.right-images-pedrinharios img:nth-child(1) {
  top: -250px;
  right: -140px;
  transform: scale(0.8);
}

.left-images-projetos-pedrinharios img:nth-child(1) {
  top: -350px;
  left: -140px;
  transform: scale(0.8);
  z-index: -1;
}
.pedrinharSlider .slick-slide:not(.slick-center) img,
.campanhasSlider .slick-slide:not(.slick-center) img {
  transform: scale(1);
  height: auto;
  width: auto;
  opacity: 1;
  transition: all 300ms ease 0s;
}
.pedrinharSlider img,
.campanhasSlider img {
  object-fit: cover;
}

.pedrinharSlider .slick-center img,
.campanhasSlider .slick-center img {
  transform: scale(1);
  transition: all 300ms ease 0s;
}
.pedrinharSlider .slick-slide {
  height: auto;
  margin: 0 25px;
}

.campanhasSlider .slick-slide {
  height: auto;
  margin: 0 50px;
}
.pedrinharSlider .slick-list {
  padding: 0 25% 0 25% !important;
}

/**************** ajudar *****************/

.pedra img {
  height: 200px;
  max-height: 200px;
  width: auto;
  position: absolute;
  top: -40px;
  left: -100px;
}
.pedra .box {
  width: 100%;
  height: 120px;
  border-radius: 50px;
}

.pedra .box h5 {
  padding-left: 20%;
  font-size: 1.6rem;
  font-weight: 300;
}

.back-orange {
  background-color: #fdeee0;
}

.back-green {
  background-color: #e9f6f5;
}

.back-yellow {
  background-color: #fff5e0;
}
.w-60 {
  width: 60%;
}

.mbWayImg {
  height: 70px;
}

.m-t-200 {
  margin-top: 200px;
}

.m-t-50 {
  margin-top: 100px;
}

.m-t-100 {
  margin-top: 100px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-t-150 {
  padding-top: 150px;
}

.m-t-150 {
  margin-top: 150px;
}
.orangeBtn {
  background-color: var(--mainOrange);
  border-radius: 50px;
  padding: 0.6rem 2rem 0.6rem 2rem;
  color: white;
  line-height: 1.5rem;
  font-size: 1.2rem;
  font-weight: 300;
  transition: all 300ms ease 0s;
  display: inline-block;
}

.greenBtn {
  background-color: var(--mainGreen);
  border-radius: 50px;
  padding: 1.3rem 2rem;
  color: white;
  line-height: 2rem;
  font-size: 1.2rem;
  transition: all 300ms ease 0s;
  font-weight: 300;
}
.greenBtn:hover,
.orangeBtn:hover {
  transform: translateY(-5px);
  color: white;
}

.quatroPedras {
  transform: scale(0.7);
}

.imagesHover .popup {
  position: absolute;
  font-size: 1.6rem;
  color: rgb(146, 139, 131);
  width: 500px;
  z-index: -1;
  border-radius: 80px;
  opacity: 0;
  font-weight: 400;
  line-height: 2rem;
}

.imagesHover .popupLeft {
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
  /* background-color: rgb(251, 220, 190); */
  padding: 3rem 2rem 3rem 3rem;
}

.imagesHover .popupRight {
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
  /*  background-color: rgb(254, 236, 194); */
  padding: 3rem 2rem 3rem 10rem;
}
.imagesHover:hover .popup {
  opacity: 1;
}

.textPedra {
  position: absolute;
  color: white;
  font-size: 1.7rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  font-weight: 600;
}

.size-paragraph {
  font-size: 1.2rem;
}
.right-images-ajudar img:nth-child(1) {
  top: -100px;
  right: -140px;
  transform: scale(0.8);
}
.left-images-donativo-material img:nth-child(1) {
  top: -350px;
  left: -140px;
  transform: scale(0.8);
  z-index: -1;
}
.right-images-ajudar img:nth-child(1) {
  top: -450px;
  right: -140px;
  transform: scale(0.8);
  z-index: -1;
}

.right-images-parceria img:nth-child(1) {
  top: -600px;
  right: -350px;
  transform: scale(0.6);
  z-index: -1;
}

.left-images-evento img:nth-child(1) {
  top: -350px;
  left: -140px;
  transform: scale(0.8);
  z-index: -1;
}

.right-images-ajudar-evento img:nth-child(1) {
  top: -750px;
  right: -140px;
  transform: scale(0.8);
  z-index: -1;
}

.left-images-ajudar-evento img:nth-child(1) {
  top: -350px;
  left: -240px;
  transform: scale(0.5);
}
.left-images-ajudar-evento img:nth-child(2) {
  top: -200px;
  left: -240px;
  transform: scale(0.8);
}

.right-images-voluntario img:nth-child(1) {
  top: 50px;
  right: -240px;
  transform: scale(0.8);
}

/***** parcerias ***/
.single-brand {
  text-align: center;
  margin: 0.9rem 0;
  padding: 1rem;
  transition: transform 0.4s ease;
  height: 250px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 9px 6px rgb(52 58 64 / 8%);
  -moz-box-shadow: 0 0 9px 6px rgb(52 58 64 / 8%);
  box-shadow: 0 0 9px 6px rgb(52 58 64 / 8%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-brand a img {
  width: 100%;
  height: auto;
  max-height: 220px;
  /* object-fit: cover;   */
}
.single-brand:hover {
  transform: scale(1.1);
}

/***************** inicio ***************/

.right-images-inicio-projetos img:nth-child(1) {
  top: -650px;
  right: -140px;
  transform: scale(0.8);
  z-index: -1;
}
.left-images-inicio-projetos img:nth-child(1) {
  top: -50px;
  left: -140px;
  transform: scale(0.8);
}

.left-images-inicio img:nth-child(1) {
  top: 200px;
  left: -240px;
  transform: scale(0.8);
}

.right-images-counter-stars img:nth-child(1) {
  top: -250px;
  right: -140px;
  transform: scale(0.8);
}

.inicioSlider .slick-slide:not(.slick-center) img {
  transform: scale(1);
  height: auto;
  width: auto;
  opacity: 1;
  transition: all 300ms ease 0s;
  object-fit: cover;
}

.fixed-height-projetos,
.fixed-height-pedrinhar,
.fixed-height-noticias {
  height: 412px;
  max-height: 412px;
  object-fit: cover;
}

.fixed-height-orgaos-sociais {
  width: 100%;
  height: 296px;
  max-height: 296px;
  object-fit: cover;
}

.fixed-height-pedrinhar-page {
  height: 352px;
  max-height: 352px;
  object-fit: cover;
}

.fixed-height-sobreNos {
  width: 100%;
  height: 480px;
  max-height: 480px;
  object-fit: cover;
}

.fixed-height-sobreNos-2 {
  height: 405px;
  max-height: 405px;
  object-fit: cover;
}
/* .inicioSlider {
  height:100%;
}

.inicioSlider  .slick-track
{
    display: flex !important;
}

.inicioSlider  .slick-slide
{
    height: auto !important;
}   */
.inicioSlider .slick-center img {
  transform: scale(1);
  transition: all 300ms ease 0s;
  object-fit: cover;
}
.inicioSlider .slick-slide {
  height: auto;
  margin: 0 25px;
}

.inicioSlider .slick-slide {
  height: auto;
  margin: 0 10px;
}
.inicioSlider .slick-list {
  padding: 0 31% 0 31% !important;
}

.spaceWords {
  word-spacing: 15px;
  font-size: 1rem;
  font-weight: 500;
}

section#counter-stats {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.stats {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.stats .counting {
  font-size: 3rem;
}

.stats h5 {
  text-transform: uppercase;
}

.stats .fa {
  color: #008080;
  font-size: 60px;
}

/*/ end count stats /*/

.hover-grey:hover {
  color: #707071;
}

.color-grey {
  color: #707071;
}

.color-white {
  color: white;
}

.font-700 {
  font-weight: 700;
}

.font-500 {
  font-weight: 500;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
#ajudarFazDiferenca {
  background-color: var(--mainGreen);
}

.font-big {
  font-size: 2rem;
}

.newsBox div {
  /* position: absolute;  */
  transform: translateY(-100%);
  height: 205px;
  /* width: 540px; */
}
.back-mainOrange {
  background-color: var(--mainOrange);
}

.back-mainGreen {
  background-color: var(--mainGreen);
}

/*********** loja ******************/

.menuLoja h4 {
  margin-bottom: 0 !important;
}

.buttonsLoja {
  margin-left: 200px;
}

.buttonsLoja a i {
  font-size: 1.5rem;
}
@media (max-width: 800px) {
  .buttonsLoja {
    margin-left: 40px !important;
  }
}
@media (max-width: 480px) {
  .buttonsLoja a i {
    font-size: 1rem;
  }
  .menuLoja h4 {
    font-size: 1rem !important;
  }
}

@media (max-width: 380px) {
  .buttonsLoja a:nth-child(2) {
    margin-left: 0 !important;
  }

  .menuLoja {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
@media (max-width: 355px) {
  .buttonsLoja a:nth-child(2) {
    margin-top: 15px;
  }
}
.buttonsLoja a:hover {
  color: white;
}

.b-r-40 {
  border-radius: 40px;
}

.p-t-200 {
  padding-top: 200px;
}

.lojaSlider .slick-slide {
  height: auto;
  margin: 0 10px;
}
.lojaSlider .slick-list {
  padding: 0 30% 0 30% !important;
}

.fonte-2 {
  font-size: 0.8rem;
}

.product-image {
  height: 300px;
}

.cursor-pointer {
  cursor: pointer;
}

.price {
  font-size: 1.5rem;
}

.buttonWishList {
  background-color: white;
  color: var(--mainOrange);
  border-radius: 10px;
  padding: 10px;
  top: 10px;
  right: 75px;
  transition: 0.2s all ease;
}

.buttonWishList a {
  color: var(--mainOrange);
}

.btnWishList.active i {
  color: lightgray !important;
}

.buttonWishList:hover,
.addToCartStyle:hover {
  transform: scale(1.1);
}
.addToCartStyle {
  transition: 0.2s all ease;
}
.addToCartStyle:hover {
  color: white;
}

.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  z-index: 2;
  background-image: url("../images/em_construcao_loja.png");
  background-position: center center;
  background-repeat: repeat-y;
  background-size: contain;
}

/************* cart *************/

.min-height {
  min-height: calc(100vh - 237px);
}

.yellowBtn {
  background-color: #fbbf32;
  border-radius: 50px;
  padding: 0.6rem 3rem 0.8rem;
  color: white;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all 300ms ease 0s;
}

.yellowBtn:hover {
  color: white;
  transform: scale(1.1);
} /* 
.translateY:hover {
  color: white;
} */
.translateY {
  transition: 0.2s all ease;
}
.translateY:hover {
  transform: translateY(-5px);
  color: white;
}
.scaleY {
  transition: 0.2s all ease;
}
.scaleY:hover {
  transform: scale(1.1);
  color: white;
}

/************** prdutos detalhes **************/
/* 
.detailsImgBox, */
.addToCartDetailsStyle {
  background-color: #ef9922;
  white-space: nowrap;
}

.addToCartDetailsStyle {
  padding: 1rem 4rem;
}
.addToCartDetailsStyle:hover {
  color: white;
}

@media (max-width: 768px) {
  .detailsImgBox img {
    max-height: 350px;
    object-fit: cover;
  }

  .priceDetails {
    margin-bottom: 15px;
  }

  .addToCartDetailsStyle {
    padding: 1rem 2rem;
    font-size: 0.7rem;
  }
}

._p-qty > span {
  color: black;
  margin-right: 15px;
  font-weight: 500;
}
._p-qty .value-button {
  display: inline-flex;
  margin: 0px;
  width: 50px;
  justify-content: center;
  align-items: center;
  background: #fbcb5d;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
}

._p-qty input#number {
  text-align: center;
  border: none; /* 
  border-top: 1px solid #fbcb5d;
  border-bottom: 1px solid #fbcb5d; */
  margin: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 50px;
  height: 35px;
  font-size: 14px;
  box-sizing: border-box;
}
._p-qty input#number:focus {
  border: none;
  outline: none;
}
._p-add-cart {
  margin-left: 0px;
  margin-bottom: 15px;
}

._p-qty {
  -webkit-box-shadow: 0 0 9px 6px rgb(52 58 64 / 15%);
  -moz-box-shadow: 0 0 9px 6px rgb(52 58 64 / 15%);
  box-shadow: 0 0 9px 6px rgb(52 58 64 / 15%);
}

._p-qty input#number::-webkit-outer-spin-button,
._p-qty input#number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
._p-qty input#number [type="number"] {
  -moz-appearance: textfield;
}

.opacity:hover {
  opacity: 0.8;
}

/*---------------------
  Shopping Cart
-----------------------*/
.shopping__cart__table {
  margin-bottom: 30px;
}
.shopping__cart__table table {
  width: 100%;
}
.shopping__cart__table table thead {
  border-bottom: 1px solid #f2f2f2;
}
.shopping__cart__table table thead tr th {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.shopping__cart__table table tbody tr {
  border-bottom: 1px solid #f2f2f2;
}
.shopping__cart__table table tbody tr td {
  padding-bottom: 30px;
  padding-top: 30px;
}
/* .shopping__cart__table table tbody tr td.product__cart__item {
  width: 400px;
} */
.shopping__cart__table
  table
  tbody
  tr
  td.product__cart__item
  .product__cart__item__pic {
  float: left;
  margin-right: 30px;
  width: 150px;
  height: auto;
}

@media (max-width: 430px) {
  .product__cart__item__pic,
  .product__cart__item__pic img {
    width: 100px !important;
    height: auto !important;
  }
}

@media (max-width: 540px) {
  .product__cart__item__text {
    font-size: 0.7rem;
  }
  .cartIcons i,
  .priceCartIndividual h5,
  .cart__total ul li {
    font-size: 0.9rem !important;
  }

  .cart__total {
    margin-left: 0 !important;
  }
  .cart__total h6,
  .sub-footer p,
  .cart__total ul li.totalPrice span {
    font-size: 0.9rem !important;
  }
}
.shopping__cart__table
  table
  tbody
  tr
  td.product__cart__item
  .product__cart__item__pic
  img {
  width: 150px;
  height: auto;
}
.shopping__cart__table
  table
  tbody
  tr
  td.product__cart__item
  .product__cart__item__text {
  overflow: hidden;
  padding-top: 21px;
}
.product__cart__item__text {
  padding-top: 0 !important;
}

.shopping__cart__table
  table
  tbody
  tr
  td.product__cart__item
  .product__cart__item__text
  h6 {
  color: #111111;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.shopping__cart__table
  table
  tbody
  tr
  td.product__cart__item
  .product__cart__item__text
  h5 {
  color: #111111;
  font-weight: 600;
  font-size: 16px;
}
.shopping__cart__table table tbody tr td.quantity__item {
  width: 175px;
}
.shopping__cart__table table tbody tr td.quantity__item .quantity .pro-qty {
  width: 90px;
}
.shopping__cart__table
  table
  tbody
  tr
  td.quantity__item
  .quantity
  .pro-qty
  input {
  width: 50px;
  border: none;
  /*  text-align: right; */
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}
.shopping__cart__table
  table
  tbody
  tr
  td.quantity__item
  .quantity
  .pro-qty
  .qtybtn {
  font-size: 16px;
  color: #888888;
  width: 10px;
  cursor: pointer;
  font-weight: 500;
}
.shopping__cart__table table tbody tr td.cart__price,
.shopping__cart__table table tbody tr td.cart__price_local {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  width: 140px;
}
.shopping__cart__table table tbody tr td.cart__close span,
.shopping__cart__table table tbody tr td.cart__price_local span {
  font-size: 18px;
  display: inline-block;
  color: #111111;
  height: 40px;
  width: 40px;
  background: #f2f2f2;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
}

.removeFromCartBtn i {
  color: #aaa9a8;
  font-size: 1.5rem;
}

.continue__btn.update__btn {
  text-align: right;
}
.continue__btn.update__btn a {
  color: #ffffff;
  background: #111111;
  border-color: #111111;
}
.continue__btn.update__btn a i {
  margin-right: 5px;
}
.continue__btn a {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  padding: 14px 35px;
  display: inline-block;
}

.cart__discount {
  margin-bottom: 60px;
}
.cart__discount h6 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.cart__discount form {
  position: relative;
}
.cart__discount form input {
  font-size: 14px;
  color: #444444;
  height: 50px;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
}
.cart__discount form input::-webkit-input-placeholder {
  color: #444444;
}
.cart__discount form input::-moz-placeholder {
  color: #444444;
}
.cart__discount form input:-ms-input-placeholder {
  color: #444444;
}
.cart__discount form input::-ms-input-placeholder {
  color: #444444;
}
.cart__discount form input::placeholder {
  color: #444444;
}
.cart__discount form button {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #111111;
  padding: 0 30px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.cart__total {
  background: #f3f3f3;
  padding: 35px 40px 40px;
  /* opacity:0.7; */
}
.cart__total h6 {
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.cart__total ul {
  margin-bottom: 25px;
}
.cart__total ul li {
  list-style: none;
  font-size: 1.2rem;
  color: #444444;
  font-weight: 400;
  line-height: 3rem;
  overflow: hidden;
}
.cart__total ul li span {
  font-weight: 400;
  float: right;
}
.cart__total ul li.totalPrice,
.cart__total ul li.totalPrice span {
  font-size: 1.2rem;
  color: #111111;
  font-weight: 700;
}

.cart__total .primary-btn {
  display: block;
  background: #111111;
  color: #ffffff;
  padding: 12px 10px;
  text-align: center;
  letter-spacing: 2px;
}

.back-yellow2 {
  background-color: #fbbf32;
}

.carrinhoBtn {
  width: 300px;
  display: inline-block;
  text-align: center;
  padding: 0.7rem 0;
  font-weight: 500;
}

.carrinhoBtn:hover {
  color: white;
}

.border-radius-50 {
  border-radius: 50px;
}

/**************** pagamento***************/

.checkout__input input {
  height: 50px;
  width: 100%;
  border: 1px solid #9d9b9a;
  font-size: 14px;
  color: #9d9b9a;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.radio-custom-label {
  color: #9d9b9a;
}

.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.pag-custom-radio {
  opacity: 1;
  position: relative;
}
.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label,
.pag-custom-radio,
.pag-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label,
.pag-custom-label {
  position: relative;
}

.pag-custom-radio {
  width: 30px;
  height: 30px;
  border: 2px solid #ddd;
  background: #fff;
  margin-right: 10px;
  text-align: center;
}
.pag-custom-radio:checked:after {
  content: "";
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ccc !important;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
/* 
.pag-custom-radio {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #fff;
}*/ /* 
.pag-custom-radio:checked {
  background: #ccc !important;
}  */

.checkbox-custom:checked + .checkbox-custom-label:before {
  background: rebeccapurple;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  background: #ccc;
  box-shadow: inset 0px 0px 0px 1px #fff;
}

.boxMetodoPagamento {
  display: inline-block;
  border: 1px solid #9d9b9a;
  width: 300px;
  margin: 0.6rem 0;
}

.confirmBtn {
  display: block;
  width: 300px;
  margin: 0.6rem 0;
}

/**************** confirm dialog remove cart item ************/

.example {
  padding: 20px;
}
/* 
input[type="button"] {
  padding: 5px 10px;
  margin: 10px 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #ddd;
  border: 1px solid #ccc;
}
input[type="button"]:hover {
  background: #ccc;
} */

.confirm,
.confirmOkBox {
  display: none;
}
.confirm > div:first-of-type,
.confirmOkBox > div:first-of-type {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  top: 0px;
  left: 0px;
}

.confirm > div:last-of-type {
  height: 300px;
}

.confirm > div:last-of-type,
.confirmOkBox > div:last-of-type {
  z-index: 9999;
  width: 500px;
  background: white;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.confirmOkBox > div:last-of-type {
  height: 200px;
}

/* .confirmError > div:last-of-type {
  background-color: #f70c20;
} */

.confirm > div:last-of-type div:first-of-type,
.confirmOkBox > div:last-of-type div:first-of-type {
  display: block;
  text-align: center;
  color: white;
  font-size: 1.5rem;
  font-family: "Kumbh Sans Bold" !important;
  font-weight: 700;
}

.confirm > div:last-of-type div:first-of-type {
  padding: 4rem 2rem 3rem 2rem;
}

.confirmOkBox > div:last-of-type div:first-of-type {
  padding: 2rem 2rem 3rem 2rem;
}

.confirm > div:last-of-type div:last-of-type,
.confirmOkBox > div:last-of-type div:last-of-type {
  text-align: center;
}
.confirm > div input,
.confirmOkBox > div input {
  padding: 0.7rem 4rem;
  border-radius: 20px;
}
#confirmYes,
.confirmOk {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
#confirmNo {
  background-color: white;
  border: 1px solid white;
  color: #f5a85f;
}

/*****************  ****************/

@media (max-width: 1090px) {
  #video-pedrinhas {
    min-height: 400px !important;
    height: 400px !important;
  }
  /********* inicio *********/

  /*********** ajudar **********/

  .pedra {
    display: flex;
    flex-direction: column;
  }
  .pedra img {
    width: auto;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
  }
  .pedra .box {
    height: auto;
  }
  .pedra .box h5 {
    font-size: 1.2rem;
    padding: 30px;
  }

  .quatroPedras > div {
    display: flex;
    flex-direction: column;
  }

  .pedraIndividual {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* .popupRight {
    padding: 3rem 2rem 3rem 3rem !important;
  } */
  /********* sobre nos ************/
  .imagesOPedrinho2 {
    display: none;
  }
  .imagesOPedrinho3 img:nth-child(1) {
    display: none;
  }

  .imagesOPedrinho3 img:nth-child(1) {
    display: none;
  }
  .imagesOPedrinho4 img:nth-child(1),
  .imagesOPedrinho4 img:nth-child(2) {
    display: none;
  }
  .imagesEquipaPedrinhastica1 img:nth-child(1) {
    display: none;
  }
  .imagesEquipaPedrinhastica2 img:nth-child(1),
  .imagesEquipaPedrinhastica2 img:nth-child(2) {
    display: none;
  }

  .imagesEquipaPedrinhastica3 img:nth-child(1),
  .imagesEquipaPedrinhastica3 img:nth-child(2) {
    display: none;
  }

  .imagesEquipaPedrinhastica4 img:nth-child(1),
  .imagesEquipaPedrinhastica4 img:nth-child(2),
  .imagesEquipaPedrinhastica4 img:nth-child(3),
  .imagesEquipaPedrinhastica4 img:nth-child(4) {
    display: none;
  }

  .imagesEquipaPedrinhastica5 img:nth-child(1) {
    display: none;
  }
  .imagesEquipaPedrinhastica6 img:nth-child(1) {
    display: none;
  }

  .imagesEntidadesParceiras1 img:nth-child(1) {
    display: none;
  }

  .imagesEntidadesParceiras2 img:nth-child(1) {
    display: none;
  }
  .imagesTresPedrasBack img:nth-child(1) {
    display: none;
  }
  .titleImage img {
    transform: scale(0.7);
  }
  .left-images-about img:nth-child(1) {
    transform: scale(0.8);
    display: none;
  }
  .left-images-about img:nth-child(2) {
    top: 40px;
    transform: scale(0.3);
    display: none;
  }
  .left-images-about img:nth-child(3) {
    transform: scale(0.5);
    display: none;
  }
  .right-images-about img:nth-child(1) {
    right: -80px;
    top: 0px;
    transform: scale(0.6);
    display: none;
  }
  .right-images-about img:nth-child(2) {
    transform: scale(0.5);
    display: none;
  }
  .imgMonstro {
    right: -140px;
    bottom: -10px;
    transform: scale(0.7);
    z-index: 1;
    display: none;
  }
  .imgPedra {
    right: -200px;
    bottom: -500px;
    transform: scale(0.6);
    display: none;
  }
  .left-images-missao img:nth-child(1) {
    transform: scale(0.6) translate(-60%, -25%);
    display: none;
  }
  .left-images-missao img:nth-child(2) {
    transform: scale(0.8) translate(-40%, -40%);
    display: none;
  }
  .imgDragao {
    left: -400px;
    /* width: 1609px; */
  }
  .imgPedra2 {
    right: -240px;
    top: -320px;
    transform: scale(0.6);
    display: none;
  }
  .imgPlanta {
    right: -250px;
    transform: scale(0.8);
    top: -100px;
    display: none;
  }
  .imagesOPedrinho3 img:nth-child(1) {
    left: -550px;
    transform: scale(0.8);
    display: none;
  }
  .imagesOPedrinho3 img:nth-child(2) {
    display: none;
  }
  .imagesOPedrinho4 img:nth-child(1),
  .imagesOPedrinho4 img:nth-child(2) {
    display: none;
  }
  .imagesEquipaPedrinhastica2 img:nth-child(1),
  .imagesEquipaPedrinhastica2 img:nth-child(2) {
    display: none;
  }
  .imagesEquipaPedrinhastica1 img:nth-child(1) {
    display: none;
  }
  .imagesEquipaPedrinhastica3 img:nth-child(1),
  .imagesEquipaPedrinhastica3 img:nth-child(2) {
    display: none;
  }
  .imagesEquipaPedrinhastica4 img:nth-child(1),
  .imagesEquipaPedrinhastica4 img:nth-child(2),
  .imagesEquipaPedrinhastica4 img:nth-child(3),
  .imagesEquipaPedrinhastica4 img:nth-child(4) {
    display: none;
  }
  .imagesEquipaPedrinhastica5 img:nth-child(1) {
    display: none;
  }
  .imagesEquipaPedrinhastica6 img:nth-child(1) {
    display: none;
  }
  .imagesEntidadesParceiras1 img:nth-child(1) {
    display: none;
  }
  .imagesEntidadesParceiras2 img:nth-child(1) {
    display: none;
  }
  .imagesTresPedrasBack img:nth-child(1) {
    display: none;
  }
  .slickSlider .slick-list,
  .projetosSlider .slick-list,
  .humorSlider .slick-list {
    padding: 0 25% 0 25% !important;
  }

  .pedrinharSlider .slick-list,
  .campanhasSlider .slick-list,
  .inicioSlider .slick-list,
  .testemunhosSlider .slick-list {
    padding: 0 0% 0 0% !important;
  }
  .pedrinharSlider .slick-slide,
  .inicioSlider .slick-slide,
  .testemunhosSlider .slick-slide {
    height: auto;
    margin: 0;
  }

  .flex-responsive-column {
    flex-direction: column;
  }
  .minus-left {
    margin-left: 0;
  }
  .single-brand a img {
    max-height: 190px;
  }
  /******* projetos *******/
  .right-images-projetos img:nth-child(1) {
    right: -350px;
    top: -150px;
    transform: scale(0.4);
    display: none;
    z-index: -1;
  }
  .left-images-projetos img:nth-child(1) {
    top: 200px;
    left: -240px;
    transform: scale(0.6);
    display: none;
  }
  .right-images-projetos-umCastelo img:nth-child(1) {
    top: -250px;
    right: -240px;
    transform: scale(0.6);
    display: none;
  }
  .left-images-projetos-umCastelo img:nth-child(1) {
    top: -300px;
    left: -400px;
    transform: scale(0.3);
    display: none;
  }
  .left-images-projetos-pedrinhasPedrinhongos img:nth-child(1) {
    top: -350px;
    left: -240px;
    transform: scale(0.6);
    display: none;
  }
  .right-images-projetos-pedrinhaPedrinhongo img:nth-child(1) {
    top: -550px;
    right: -240px;
    transform: scale(0.6);
    display: none;
    z-index: -1;
  }
  .left-images-projetos-pedrinhaPedrinhongo img:nth-child(1) {
    top: -250px;
    left: -320px;
    transform: scale(0.4);
    display: none;
  }
  .right-images-atividades img:nth-child(1) {
    top: -350px;
    right: -380px;
    transform: scale(0.4);
    display: none;
  }
  .left-images-atividades-humor img:nth-child(1) {
    top: -350px;
    left: -380px;
    transform: scale(0.4);
    display: none;
  }

  /******* pedrinhar ************/
  .left-images-pedrinhar img:nth-child(1) {
    top: 200px;
    left: -340px;
    transform: scale(0.6);
    display: none;
  }
  .right-images-pedrinharios img:nth-child(1) {
    top: -250px;
    right: -240px;
    transform: scale(0.6);
    display: none;
  }
  .left-images-projetos-pedrinharios img:nth-child(1) {
    top: -350px;
    left: -240px;
    transform: scale(0.6);
    display: none;
  }

  .right-images-ajudar,
  .right-images-parceria,
  .left-images-donativo-material,
  .left-images-evento,
  .left-images-ajudar-evento,
  .right-images-ajudar-evento,
  .right-images-voluntario {
    display: none;
  }

  /**** candidatura *****/
  .left-images-candidatura1 {
    display: none;
  }

  /********* contatos *********/
  .left-images-contatos1,
  .right-images-contatos1,
  .left-images-contatos2 {
    display: none;
  }

  /** inicio ********/
  .left-images-inicio,
  .right-images-counter-stars,
  .left-images-inicio-projetos,
  .right-images-inicio-projetos,
  .left-images-inicio-projetos {
    display: none;
  }

  .newsBox > div {
    position: relative !important;
    transform: translateY(-10%);
  }
}

@media (max-width: 1100px) {
  .imgCaoEspinhoso {
    top: 100px !important;
    right: 450px !important;
    width: 200px !important;
    max-width: 200px !important;
  }

  .imgPedrinhoFoto {
    top: 30px !important;
    right: 100px !important;
    width: 450px !important;
    max-width: 450px !important;
  }

  .imgPedraOPedrinho {
    top: 300px !important;
    right: 50px !important;
    width: 350px !important;
    max-width: 350px !important;
  }

  .imgPedraAzulOPedrinho {
    top: 250px !important;
    right: -50px !important;
    width: 250px !important;
    max-width: 250px !important;
  }
}

@media (max-width: 900px) {
  .imgCaoEspinhoso {
    top: 100px !important;
    right: 450px !important;
    width: 150px !important;
    max-width: 150px !important;
  }

  .imgPedrinhoFoto {
    top: 30px !important;
    right: 100px !important;
    width: 400px !important;
    max-width: 400px !important;
  }

  .imgPedraOPedrinho {
    top: 300px !important;
    right: 50px !important;
    width: 300px !important;
    max-width: 300px !important;
  }

  .imgPedraAzulOPedrinho {
    top: 250px !important;
    right: -50px !important;
    width: 200px !important;
    max-width: 200px !important;
  }
  /***** ajudar ******/

  /********* sobre nos ************/
  /*  .tresPedras {
    transform: scale(0.5);
  } */
  .imagesHover {
    margin-bottom: 150px;
  }
  .left-10 {
    left: -10% !important;
  }
  .reponsiveCenter {
    position: relative;
    padding: 3rem 2rem 3rem 3rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50% !important;
    transform: translate(-50%, -20%) !important;
  }
  .imagesHover .popupRight,
  .imagesHover .popupLeft {
    top: 105%;
    left: -10%;
    overflow-x: hidden;
    width: 100% !important; /* 
    text-align: center; */
    /* bottom: 0;
    left: 60%;
    transform: translateY(-50%);
    background-color: rgb(254, 236, 194);
    padding: 3rem 2rem 3rem 10rem; */
  }
  .imagesHover .popup {
    opacity: 1;
  }
  .minus-top {
    margin-top: 0px;
  }
  .topDifferent {
    top: 120% !important;
  }
  .tresPedras {
    transform: scale(0.8);
  }
}
@media (max-width: 770px) {
  /*********** ajudar **********/

  .pedra {
    width: 90%;
  }
  /********* sobre nos ************/
  .imgCaoEspinhoso {
    display: none;
  }

  .imgPedrinhoFoto {
    display: none;
  }

  .imgPedraOPedrinho {
    display: none;
  }

  .imgPedraAzulOPedrinho {
    display: none;
  }
  .titleImage img {
    transform: scale(0.5);
  }
  .left-images-about img:nth-child(1) {
    transform: scale(0.45);
    display: none;
  }
  .left-images-about img:nth-child(2) {
    top: 80px;
    transform: scale(0.3);
    display: none;
  }
  .left-images-about img:nth-child(3) {
    left: -180px;
    transform: scale(0.3);
    display: none;
  }
  .right-images-about img:nth-child(1) {
    right: -120px;
    top: 60px;
    transform: scale(0.3);
    display: none;
  }
  .right-images-about img:nth-child(2) {
    transform: scale(0.3);
    display: none;
  }
  .single-brand a img {
    height: 273px;
  }
  .imgMonstro {
    right: -160px;
    bottom: -70px;
    transform: scale(0.4);
    z-index: 1;
    display: none;
  }
  .imgPedra {
    right: -200px;
    bottom: -450px;
    transform: scale(0.4);
    display: none;
  }
  .aboutImage img:nth-child(2) {
    left: -190px;
    bottom: -150px;
    transform: scale(0.4);
    display: none;
  }
  .right-images-missao img:nth-child(1) {
    right: -350px;
    top: 320px;
    transform: scale(0.8);
    z-index: -1;
    display: none;
  }
  .left-images-missao img:nth-child(1) {
    transform: scale(0.4) translate(-100%, -55%);
    display: none;
  }
  .left-images-missao img:nth-child(2) {
    transform: scale(0.5) translate(-70%, -60%);
    display: none;
  }
  .imgPedra2 {
    right: -240px;
    top: -370px;
    transform: scale(0.4);
    display: none;
  }
  .imgPlanta {
    right: -250px;
    transform: scale(0.6);
    top: -150px;
    display: none;
  }
  .imgDragao {
    left: -200px;
    width: calc(100% + 200px);
    margin-top: -50px;
    display: none;
  }
  .single-brand a img {
    height: auto;
  } /******* projetos *******/
  .right-images-projetos img:nth-child(1) {
    right: -350px;
    top: -250px;
    transform: scale(0.2);
    display: none;
  }
  .left-images-projetos img:nth-child(1) {
    top: 200px;
    left: -340px;
    transform: scale(0.4);
    display: none;
  }
  .right-images-projetos-umCastelo img:nth-child(1) {
    top: -250px;
    right: -340px;
    transform: scale(0.4);
    display: none;
  }
  .left-images-projetos-umCastelo img:nth-child(1) {
    top: -300px;
    left: -500px;
    transform: scale(0.2);
    display: none;
  }
  .left-images-projetos-pedrinhasPedrinhongos img:nth-child(1) {
    top: -350px;
    left: -340px;
    transform: scale(0.4);
    display: none;
  }
  .right-images-projetos-pedrinhaPedrinhongo img:nth-child(1) {
    top: -550px;
    right: -300px;
    transform: scale(0.4);
    display: none;
  }
  .left-images-projetos-pedrinhaPedrinhongo img:nth-child(1) {
    top: -250px;
    left: -320px;
    transform: scale(0.4);
    display: none;
  }
  .right-images-atividades img:nth-child(1) {
    top: -350px;
    right: -450px;
    transform: scale(0.2);
    display: none;
  }
  .left-images-atividades-humor img:nth-child(1) {
    top: -350px;
    left: -450px;
    transform: scale(0.2);
    display: none;
  }
  /******* pedrinhar ************/
  .left-images-pedrinhar img:nth-child(1) {
    top: 200px;
    left: -440px;
    transform: scale(0.4);
    display: none;
  }
  .right-images-pedrinharios img:nth-child(1) {
    top: -250px;
    right: -340px;
    transform: scale(0.4);
    display: none;
  }
  .left-images-projetos-pedrinharios img:nth-child(1) {
    top: -350px;
    left: -340px;
    transform: scale(0.4);
    display: none;
  }
}
@media (max-width: 764px) {
  .slick-prev {
    left: 30px;
    z-index: 2;
  }
  .slick-next {
    right: 30px;
  }
}

@media (max-width: 600px) {
  .imagesOPedrinho2 img:nth-child(1) {
    left: -280px;
    transform: scale(0.4);
    top: -240px;
    display: none;
  }
  .slickSlider .slick-list,
  .projetosSlider .slick-list,
  .humorSlider .slick-list {
    padding: 0 0 0 0 !important;
  }
}
@media (max-width: 460px) {
  .left-images-about img:nth-child(1) {
    transform: scale(0.35);
    display: none;
  }
  .left-images-about img:nth-child(2) {
    top: 160px;
    transform: scale(0.2);
    display: none;
  }
  .left-images-about img:nth-child(3) {
    left: -180px;
    transform: scale(0.2);
    display: none;
  }
  .titleImage img {
    /* transform: scale(0.3); */
    width: 277px;
    height: auto;
  }
  .imgMonstro {
    right: -220px;
    bottom: -90px;
    transform: scale(0.25);
    z-index: 1;
    display: none;
  }
  .imgPedra {
    right: -250px;
    bottom: -450px;
    transform: scale(0.25);
    display: none;
  }
  .aboutImage img:nth-child(2) {
    left: -160px;
    bottom: -150px;
    transform: scale(0.2);
    display: none;
  }
  .left-images-missao img:nth-child(1) {
    transform: scale(0.3) translate(-140%, -115%);
    display: none;
  }
  .left-images-missao img:nth-child(2) {
    transform: scale(0.4) translate(-90%, -100%);
    display: none;
  }
  .imagesOPedrinho2 img:nth-child(1) {
    left: -300px;
    transform: scale(0.3);
    top: -240px;
    display: none;
  }
  .single-brand a img {
    height: 270px;
  }
  .h4,
  h4 {
    font-size: 1.2rem;
  }
  .size-paragraph {
    font-size: 1rem;
  }
  .textos p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

@media (max-width: 350px) {
  .missaoContainer img {
    height: auto;
  }
  .single-brand a img {
    height: 205px;
  }
  .h4,
  h4 {
    font-size: 1.2rem;
  }
  .size-paragraph {
    font-size: 1rem;
  }
  .textos p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.modal {
  top: 10%;
}

button:focus {
  outline: none;
  outline: none;
}

@media (min-width: 1090px) and (max-width: 1600px) {
  .imagesOPedrinho4 img:nth-child(1) {
    right: -400px !important;
    transform: scale(0.5) !important;
    top: -820px !important;
  }

  .imagesOPedrinho4 img:nth-child(2) {
    right: -200px !important;
    transform: scale(0.6) !important;
    top: -150px !important;
  }
  .imagesEquipaPedrinhastica1 img:nth-child(1) {
    left: -400px;
    transform: scale(0.5);
    top: -120px;
  }
  .imagesEquipaPedrinhastica2 img:nth-child(1) {
    right: -350px;
    transform: scale(0.5);
    top: -120px;
  }
  .imagesEquipaPedrinhastica2 img:nth-child(2) {
    right: -400px;
    transform: scale(0.3);
    top: -280px;
  }
  .imagesEquipaPedrinhastica3 img:nth-child(1) {
    right: -200px;
    transform: scale(0.6);
    top: -230px;
  }
  .imagesEquipaPedrinhastica3 img:nth-child(2) {
    right: -250px;
    transform: scale(0.4);
    top: -280px;
  }
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .imagesEquipaPedrinhastica5 img:nth-child(1) {
    left: -550px;
    transform: scale(0.6);
    top: -170px;
  }
}
@media (max-width: 1300px) {
  .imagesEquipaPedrinhastica5 img:nth-child(1) {
    left: -450px;
    transform: scale(0.4);
    top: -170px;
  }
}

@media (max-width: 1200px) {
  .equipaPedrinhasticaText {
    /* margin-top: 20px;
    position: absolute; */
    left: 65%; /* 
    transform: translateX(-50%);
    text-transform: uppercase;
    color: var(--mainGreen);*/
    font-size: 1.5rem;
  }
}

/***** politica privacidade **********/

.politicaPrivacidadeList li {
  list-style: circle;
}
.black-color {
  color: black;
}

.owl-item.active:not(.center) {
  transform: scale(0.9, 0.9);
}
.btn-submit:disabled {
  opacity: 0.4;
}

.loja-slider-img {
  height: 508px;
  max-height: 508px;
}

.badge {
  width: 16px;
  height: 16px;
  line-height: 12px;
  display: block;
  font-size: 10px;
  font-family: "RobotoDraft";
  color: #fff;
  text-align: center;
  /*   background: #f7aa58; */
  background-color: var(--mainOrange);
  position: absolute;
  top: -10px;
  right: -10px;
}

.badge--round {
  border-radius: 8px;
  background-clip: padding-box;
}
.modal { 
  z-index: 9999;
}
/*  .has-badge:after {
  position: absolute;
  right: 10%;
  top: 8%;
  content: attr(data-count);
  font-size: 40%;
  padding: 0.2em;
  border-radius: 50%;
  line-height: 1em;
  color: white;
  background: rgba(255, 0, 0, 0.85);
  text-align: center;
  min-width: 1em;
} */
