@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;
}

#notification-container {
  position: fixed;
  bottom: 20px;
  right: 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: 80px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header .logotipo {
  display: block;
  width: 150px;
  height: 50px;
  background-image: url("../img/logo.png");
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.header .guia {
  display: block;
}
.header .guia ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .guia ul li {
  display: inline-block;
  margin-right: 20px;
}
.header .guia ul li a {
  width: 17px;
  height: 17px;
  position: relative;
  transition: transform 0.3s ease;
}
.header .guia ul li a:hover {
  transform: rotate(180deg);
}
.header .guia ul li svg {
  width: 17px;
  height: 17px;
  position: relative;
  top: 5px;
  transition: transform 0.3s ease;
}
.header .guia ul li svg:hover {
  transform: rotate(180deg);
}
.header .guia ul li a {
  text-decoration: none;
  color: #333;
  font-family: var(--font-secondary);
  font-weight: bolder;
  font-size: 14px;
  transition: color 0.3s ease;
  font-variant: all-small-caps;
}
.header .guia ul li a:hover {
  color: #636363;
}
.header .account {
  display: block;
}
.header .account ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .account ul li {
  display: inline-block;
  margin-right: 20px;
}
.header .account ul li svg {
  width: 11px;
  height: 11px;
  color: #24CA68;
  position: relative;
  top: 3px;
}
.header .account ul li .CreateAccount {
  border: 0;
  border-radius: 4px;
  background-color: #24CA68;
  cursor: pointer;
  color: #fff;
  padding: 5px 10px;
  font-family: var(--font-secondary);
  font-weight: bolder;
  font-size: 14px;
  transition: background-color 0.3s ease;
  font-variant: all-small-caps;
}
.header .account ul li .CreateAccount:hover {
  background-color: #18b459;
}
.header .account ul li a {
  text-decoration: none;
  color: #24CA68;
  font-family: var(--font-secondary);
  font-weight: bolder;
  font-size: 14px;
  transition: color 0.3s ease;
  font-variant: all-small-caps;
}
.header .account ul li a:hover {
  color: #18b459;
}

/****** HEADER *******/
/****** 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: 90%;
  height: auto;
  margin: 20px;
  border-radius: 10px;
}
.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;
}
.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 {
  width: 360px;
  height: 470px;
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.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;
}
.donate .perfil_donate img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 7px 20px 0 0;
  border: 1px solid #ccc;
  float: left;
}
.donate .perfil_donate h4 {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  float: left;
}
.donate .perfil_donate p {
  font-size: 10px;
  color: #666;
  float: left;
}
.donate .perfil_donate span {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin: 5px 0 0 65px;
}
.donate .perfil_donate a {
  text-decoration: none;
  color: #007bff;
  font-size: 12px;
  transition: color 0.3s ease;
  margin: 5px 0 0 65px;
  float: left;
}
.donate .perfil_donate a:hover {
  color: #0056b3;
}

.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: auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
}
.facebook .account {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px;
}
.facebook .account span {
  display: block;
  margin: 20px 0;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.facebook .account span:before {
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #F9F9F9;
  border-radius: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.facebook .perfil_FB {
  width: 100%;
  height: auto;
  position: relative;
  margin: 20px 0;
}
.facebook .perfil_FB img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.facebook .perfil_FB h5 {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 600;
  margin-left: 60px;
  color: rgb(54, 88, 153);
}
.facebook .perfil_FB p {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 20px;
  font-size: 14px;
  color: #333;
  margin-left: 60px;
}
.facebook .perfil_FB ul {
  display: inline-block;
  list-style-type: none;
}
.facebook .perfil_FB ul li {
  display: inline-block;
}
.facebook .perfil_FB ul li a {
  text-decoration: none;
  color: rgb(54, 88, 153);
  font-size: 14px;
  margin-right: 10px;
  transition: color 0.3s ease;
}
.facebook .perfil_FB ul li a:hover {
  color: rgba(0, 108, 224, 0.7960784314);
}
.facebook .perfil_FB span {
  text-decoration: none;
  color: rgb(54, 88, 153);
  font-size: 14px;
  margin-right: 10px;
  transition: color 0.3s ease;
}
.facebook .perfil_FB span:hover {
  color: rgba(0, 108, 224, 0.7960784314);
}
.facebook .perfil_FB .responde {
  width: 100%;
  height: auto;
  position: relative;
  left: 20px;
  border-left: 1px solid #e5e5e5;
  padding-left: 35px;
}
.facebook > span {
  width: 100%;
  display: block;
  margin: 20px auto;
  position: relative;
  text-align: center;
  color: #666;
}

/****** 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) {
  .info_target {
    justify-content: center;
  }
  .info_target .target_image_1 > span {
    white-space: normal;
  }
  .donate[target="1"] {
    display: none;
  }
  .donate[target="2"] {
    display: block;
    position: relative;
    width: 100%;
    height: auto !important;
    height: 200px;
    margin: 80px 0;
  }
  .donate[target="2"] h2, .donate[target="2"] h4 {
    display: inline-block;
  }
  .donate[target="2"] .perfil_donate {
    border: 0;
    margin: 0 0 45px 0;
  }
  .donate[target="2"] .perfil_donate h4 {
    float: none;
  }
  .donate[target="2"] p,
  .donate[target="2"] span {
    display: block;
    margin: 0 10px 0 0;
    float: none;
  }
}
@media screen and (max-width: 905px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile .logotipo {
    position: relative;
    top: 20px;
    left: 10px;
  }
  .mobile .menu svg {
    width: 30px;
    height: 30px;
    position: relative;
    top: 10px;
    left: -10px;
  }
  .sessionONE h2 {
    width: 700px;
    min-width: auto;
    font-size: 28px;
    padding: 0 20px;
  }
  .header .center {
    flex-direction: column;
    align-items: center;
  }
  .header .guia ul li {
    margin-right: 10px;
  }
  .header .account ul li {
    margin-right: 10px;
  }
  .sessionONE h2 {
    font-size: 32px;
    width: auto;
  }
  .sessionONE h3 {
    font-size: 14px;
  }
  .info_target {
    flex-direction: column;
  }
  .info_target .target_image_1 {
    width: 100%;
    height: 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 *******/
/****** ANIMATION *******/
@keyframes porcentANIMATION {
  from {
    width: 0%;
  }
  to {
    width: 35%;
  }
}
/****** ANIMATION *******//*# sourceMappingURL=style.css.map */