@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-primary);
  font-family: var(--font-secondary);
}

:root {
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Lato", sans-serif;
}

html,
body {
  height: auto;
  background-color: rgba(241, 241, 241, 0.16);
}

.center {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.negrito {
  font-weight: bolder;
}

.donate[target="2"] {
  display: none;
}

.mobile {
  display: none;
}

.desktop {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.botaofixed {
  display: block;
  width: 200px;
  height: 50px;
  background-color: #24CA68;
  position: fixed;
  bottom: 45px;
  left: 45%;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bolder;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  z-index: 1001;
}

#notification-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
}

.notification {
  background-color: #333;
  color: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateX(120%);
  /* Escondido fora da tela */
  transition: transform 0.5s ease-in-out;
  opacity: 0;
}

.notification.show {
  transform: translateX(0);
  /* Posição visível */
  opacity: 1;
}

/****** HEADER *******/
.header {
  width: 100%;
  height: 140px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header .logotipo {
  display: block;
  width: 90px;
  height: 90px;
  background-image: url("../img/logo.png");
  background-size: cover;
  background-position: center;
  cursor: pointer;
  margin: 5px 0;
}
.header img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.header span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-top: 5px;
  white-space: nowrap;
  padding: 5px 0;
}

/****** HEADER *******/
/***** SLIDER ******/
.slider {
  width: 100%;
  height: 650px;
  position: relative;
}
.slider .imgs {
  width: 100%;
  height: 85%;
}
.slider .imgs div {
  width: 100%;
  position: absolute;
  transition: 0.6s;
}
.slider .imgs div img {
  width: 95%;
  height: 540px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
}
.slider .imgs div img:hover {
  animation: zoomIMG 0.5s forwards;
}
.slider .arrows {
  display: block;
  text-align: center;
}
.slider .arrows img {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

/***** SLIDER ******/
/****** SESSION ONE  *******/
.sessionONE {
  width: 100%;
  height: 100%;
}
.sessionONE > h3 {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  margin: 40px 0 10px 0;
  color: rgb(58, 54, 54);
}
.sessionONE > h2 {
  width: 900px;
  min-width: 800px;
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  margin: 15px auto 25px auto;
  color: rgb(71, 71, 71);
}
.sessionONE > span {
  display: block;
  text-align: center;
  padding: 20px 0;
  font-weight: 400;
  font-size: 11px;
  color: rgb(175, 175, 175);
}

.info_target {
  width: 100%;
  height: 200%;
  display: flex;
  margin: 20px 0;
  position: relative;
}
.info_target .target_image_1 {
  width: 73%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
}
.info_target .target_image_1 img {
  width: 95%;
  border-radius: 5px;
}
.info_target .target_image_1 .arrows img {
  width: 60px;
}
.info_target .target_image_1 > span {
  display: block;
  text-align: center;
  padding: 20px 0;
  font-weight: 400;
  font-size: 11px;
  white-space: nowrap;
  color: rgb(175, 175, 175);
}
.info_target .heart {
  width: 100%;
  height: auto;
  position: relative;
  top: -25px;
}
.info_target .heart span img {
  width: 35px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: absolute;
  top: 0;
  border-radius: 17px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}
.info_target .heart span img:hover {
  transform: scale(1.1);
}
.info_target .heart span img[type=crc1] {
  left: 0;
}
.info_target .heart span img[type=crc2] {
  left: 10px;
}
.info_target .heart span img[type=crc3] {
  left: 20px;
}
.info_target .heart span img[type=crc4] {
  left: 30px;
}
.info_target .heart span img[type=crc5] {
  left: 40px;
}
.info_target .heart span[type=crcPlusplus] {
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: absolute;
  top: 20px;
  left: 70px;
  border: 1px solid #c4c4c4;
  border-radius: 17px;
  background-color: #e4e4e4;
}
.info_target .heart span[type=crcPlusplus]:hover {
  transform: scale(1.1);
}
.info_target .heart span[type=crcPlusplus]:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  color: #333;
}
.info_target .heart p {
  display: inline-block;
  font-size: 13px;
  position: relative;
  top: 25px;
  left: 115px;
}
.info_target .heart p span {
  display: inline-block;
  color: green;
}

.donate[fixed] {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  max-width: 320px;
  width: 90vw;
}

.donate {
  width: 360px;
  height: 500px;
  position: sticky;
  top: 40px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  z-index: 1;
}
.donate .bars {
  width: 100%;
  height: 5px;
  background-color: #e4e4e4;
  border-radius: 5px;
}
.donate .bars .bars_porcent {
  width: 0%;
  height: 100%;
  background-color: #24CA68;
  border-radius: 3px;
  transition: width 0.3s ease;
  animation: porcentANIMATION 1s normal 0s forwards ease;
}
.donate h4:nth-of-type(1) {
  margin-top: 20px;
}
.donate h4:nth-of-type(2),
.donate h4:nth-of-type(3) {
  color: #7f7f7f;
  font-size: 17px;
}
.donate h4 {
  font-size: 18px;
  color: #333;
  margin: 10px 0 0 0;
}
.donate h2:nth-of-type(1) {
  font-size: 36px;
  color: #24CA68;
}
.donate h2:nth-of-type(2),
.donate h2:nth-of-type(3) {
  font-size: 22px;
  color: #7f7f7f;
}
.donate .btn_donate {
  display: block;
  width: 100%;
  height: 40px;
  margin: 15px 0;
  background-color: #24CA68;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bolder;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}
.donate .btn_donate:hover {
  background-color: #1fae5a;
}
.donate .perfil_donate {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
  padding: 20px;
}
.donate .perfil_donate img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 7px auto 0 auto;
  border: 1px solid #ccc;
}
.donate .perfil_donate h4 {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}

.target_information {
  width: 100%;
  height: auto;
  margin: 20px 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  position: relative;
}
.target_information .target_information_children {
  width: 100%;
  height: auto;
}
.target_information .target_information_children .sessionINFO {
  display: inline-block;
  margin: 0 10px;
}
.target_information .target_information_children .sessionINFO[active=true] > p {
  color: #24CA68;
  font-weight: 600;
}
.target_information .target_information_children .sessionINFO[active=true] > p:before {
  content: " ";
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #24CA68;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #333;
}
.target_information .target_information_children .sessionINFO[active=false] > p {
  color: #282828;
  font-weight: 300;
}
.target_information .target_information_children .sessionINFO[active=false] > p:before {
  content: " ";
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: rgb(235, 235, 235);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #333;
}
.target_information .target_information_children .sessionINFO > p {
  height: 40px;
  font-size: 20px;
  font-family: var(--font-primary);
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.target_information .bodyINFOR {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.target_information .bodyINFOR > span {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}
.target_information h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}
.target_information p {
  font-size: 14px;
  line-height: 1.5;
}

.facebook {
  width: 100%;
  height: 235px;
  position: relative;
}
.facebook .depoimentos {
  width: 96%;
  height: 180px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto 20px 10px;
  text-align: center;
  border: 1px solid #4CAF50;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.facebook .depoimentos img {
  display: block;
  width: 60px;
  border-radius: 50%;
  margin: 0 auto;
}
.facebook .depoimentos h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.facebook .depoimentos p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.facebook .arrows {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -15px;
  left: 0;
  text-align: center;
}
.facebook .arrows img {
  width: 45px;
  height: 45px;
  cursor: pointer;
}

/****** SESSION ONE  *******/
/****** FOOTER  *******/
.footer {
  background-color: #2e3032;
  /* Dark background color */
  color: #ffffff;
  padding: 40px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  font-size: 11px;
}

.footer-column {
  margin: 0 15px;
  min-width: 180px;
}

.footer-column h3 {
  color: #4CAF50;
  /* Green color for titles */
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #4CAF50;
}

.footer-social-icons a {
  color: #ffffff;
  font-size: 16px;
  margin-right: 15px;
  text-decoration: none;
}

.footer-social-icons {
  margin-bottom: 20px;
}

.footer-social-icons a svg {
  width: 19px;
  height: 19px;
  transition: transform 0.3s ease;
  fill: white;
  position: relative;
  top: 5px;
}

.footer-app-badges img {
  width: 130px;
  /* Adjust as needed */
  margin-bottom: 10px;
  display: block;
}

.footer-contact-info p {
  margin: 5px 0;
}

.footer-contact a {
  display: block;
  margin: 10px 0 15px 0;
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
  font-size: 14px;
}
.footer-contact a:hover {
  color: rgb(192, 192, 192);
}

.footer-security-seal {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-security-seal img {
  width: 100px;
  /* Adjust based on your icon size */
  margin-right: 10px;
}

.footer-bottom {
  background-color: #424242;
  /* Slightly lighter dark for the bottom bar */
  color: #cccccc;
  text-align: center;
  padding: 15px 20px;
  font-size: 12px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  height: 30px;
  /* Adjust logo size as needed */
}

/****** FOOTER  *******/
/****** MEDIA SCREEN *******/
@media screen and (max-width: 1140px) {
  .bars {
    width: 80%;
    margin: 0 auto;
  }
  .info_target {
    justify-content: center;
  }
  .info_target .target_image_1 > span {
    white-space: normal;
  }
  .info_target .target_image_1 img[alt=target_1] {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  .donate[target="1"] {
    display: none;
  }
  .donate h2:nth-of-type(1) {
    font-size: 22px !important;
  }
  .donate[target="2"] {
    display: block;
    position: relative;
    width: 100%;
    height: auto !important;
    height: 200px;
    margin: 10px 0 10px 0;
    text-align: left;
    top: 0;
    left: 0;
  }
  .donate[target="2"] h2, .donate[target="2"] h4 {
    margin: 5px 0 0 20px;
    display: inline-block;
  }
  .donate[target="2"] .perfil_donate {
    border: 0;
    margin: 0 0 45px 0;
  }
  .donate[target="2"] .perfil_donate h4 {
    display: block;
    float: none;
    text-align: center;
  }
  .donate[target="2"] p,
  .donate[target="2"] span {
    display: block;
    margin: 0 10px 0 0;
    float: none;
  }
}
@media screen and (max-width: 905px) {
  .sessionONE h2 {
    width: 700px;
    min-width: auto;
    font-size: 28px;
    padding: 0 20px;
  }
  .header .center {
    flex-direction: column;
    align-items: center;
  }
  .sessionONE h2 {
    font-size: 32px;
    width: auto;
  }
  .sessionONE h3 {
    font-size: 14px;
  }
  .info_target {
    flex-direction: column;
  }
  .info_target .target_image_1 {
    width: 95%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .donate[target="2"] {
    width: auto;
    height: auto !important;
    padding: 20px;
  }
  .donate[target="2"] h2:nth-of-type(1) {
    font-size: 28px;
  }
  .donate[target="2"] h2:nth-of-type(2), .donate[target="2"] h2:nth-of-type(3) {
    font-size: 18px;
  }
  .responde {
    left: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .slider {
    height: 485px;
  }
  .slider .imgs img {
    height: 400px !important;
  }
}
@media screen and (max-width: 600px) {
  .target_image_1 img {
    width: 95%;
    margin-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .slider {
    height: 420px;
  }
  .slider .imgs img {
    height: 320px !important;
  }
  .facebook {
    height: 260px;
  }
  .facebook .depoimentos {
    height: 190px;
  }
}
/****** MEDIA SCREEN *******/
/****** ANIMATION *******/
@keyframes porcentANIMATION {
  from {
    width: 0%;
  }
  to {
    width: 20.3555555556%;
  }
}
@keyframes SliderDOG {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIMG {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
/****** ANIMATION *******//*# sourceMappingURL=style.css.map */