/*Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --main-color: #283066;
  --primmary-color: #428dbf;
  --secondary-color: #49a8b0;
  --orange-color: #ef5534;
  --red-color: #f22b0c;
  --light-orange-color: #f4b538;
  --green-color: #91a35f;
  --black-color: #000000;
  --white-color: #ffffff;
  --gray-color: #808080;
  --light-gray-color: #d3d3d3;
  --font-family: "Open Sans", sans-serif;
  --blue-extra: #0089df;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-family);
}

html,
body {
  overflow-x: hidden;
}

/*Header Styles*/
.header {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg-grey.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: -1;
}

.header-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  position: relative;
  z-index: 1;
}

.logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.logo {
  height: 10rem;
  width: auto;
}

/*Main Styles*/
.video {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  object-fit: cover;
  border-radius: 0.5rem;
  margin-bottom: 50px;
}

.ctaLaranja {
  background-image: url("../images/orange-cta.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  position: relative;
  z-index: 2;
  text-align: center;
  min-height: 500px;

}

.ctaLaranja p {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.625;
}

.ctaLaranja p br {
  display: none;
}

/* Button */
.btn-doe {
  background-color: var(--primmary-color);
  color: var(--white-color);
  border: none;
  padding: 12px 24px;
  border-radius: 39px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 5px 8px 4.8px 0 var(--blue-extra) inset;
}

.btn-doe:hover {
  background-color: var(--primmary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/bg-laranja.png");
  color: white;
  padding: 8rem 2rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.hero-content {
  max-width: 56rem;
  margin: 0 auto;
}

.hero-text {
  font-size: 1.125rem;
  line-height: 1.625;
  margin-bottom: 2rem;
}

.hero-text br {
  display: none;
}

.hero-button {
  background-color: #3b82f6;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  box-shadow: inset 5px 8px 4.8px 0 rgba(59, 130, 246, 0.3);
  border: none;
  text-decoration: none;
}

.hero-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* About Section */
.about-section {
  margin-top: 2.5rem;
  text-align: center;
  background: transparent;
  padding: 2.5rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.about svg {
  width: 40%;
  margin-bottom: 20px;
  stroke-width: 1px;
  stroke: #ef5534;
  margin-top:0px;
}

.title-container {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title {
  position: relative;
  font-size: 2.25rem;
  font-weight: 600;
  color: #ef4444;
  background-color: white;
  padding: 1rem 2rem;
  margin-top: 2rem;
}

.content-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  justify-content: center;
}

.hand-left {
  display: block;
  position: absolute;
  left: -25%;
  bottom: -1rem;
  z-index: -1;
  opacity: 0.8;
  width: 40%;
}

.hand-left img {
  width: 20%;
  height: auto;
}

.hand-right img {
  width: 80%;
  height: auto;
}

.hand-right {
  display: block;
  position: absolute;
  right: -9%;
  top: -11rem;
  z-index: -1;
  opacity: 1;
}

.hand-mobile {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.3;
  width: 8rem;
  height: auto;
}

.about-image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.text-container {
  max-width: 42rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.about-text {
  width: 90%;
  color: black;
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: justify;
}

.about-text p {
  margin-bottom: 1rem;
}

.about-button {
  background-color: var(--primmary-color);
  color: var(--white-color);
  border: none;
  padding: 12px 24px;
  border-radius: 39px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  align-self: start;
  box-shadow: 5px 8px 4.8px 0 var(--blue-extra) inset;
}

.about-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Our Projects Section */
.our-projects-section {
  margin-top: 50px;
}

.header-our-projects-section {
  height: 56px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../images/header-our-projects.png");
}

.title-our-projects-section {
  margin-top: -15px;
  padding-top: 20px;
  display: flex;
  align-items: end;
  justify-content: center;
  color: var(--white-color);
  background: var(--blue-extra);
}

.title-our-projects-section h2 {
  font-size: 36px;
}

.card-container {
  margin-top: -2px;
  height: 684px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../images/container-our-projects.png");
  position: relative;
  overflow: hidden;
}

.cards-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 100%;
  position: relative;
}

.card {
  width: 381px;
  display: flex;
  flex-direction: column;
}

.card img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.info-container {
  height: 286px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: var(--white-color);
}

.info-container h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--primmary-color);
  font-family: "Open Sans";
  font-size: 1.4rem;
}

.info-container p {
  width: 90%;
  height: 100px;
  font-family: Helvetica;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.info-container button {
  margin-top: 20px;
  width: 326px;
  height: 52px;
  padding: 15px 30px;
  cursor: pointer;
  border: none;
  color: var(--white-color);
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
  border-radius: 39px;
  background: var(--blue-extra);
  box-shadow: 5px 8px 4.8px 0 rgba(255, 255, 255, 0.25) inset;
}

.info-container button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.arrow-left,
.arrow-right {
  display: none;
}


.text-container h2 {
  font-size: 20px;
}

.text-contact-container p {
  font-size: 15px;
}





.contact-container {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 59px;
  padding: 40px;
  background-color: #fff;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}


.hand-left-contact {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.3;
  width: 150px;
  z-index: 0;
}

.hand-right-contact {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.3;
  width: 100px;
  z-index: 0;
}

.hand-left-contact img,
.hand-right-contact img {
  width: 100%;
  height: auto;
}


.text-container-programs {
  width: 548px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.text-container-programs h2 {
  color: var(--blue-extra);
  font-size: 30px;
  margin-bottom: 15px;
}

.text-container-programs p {
  font-size: 18px;
  line-height: 1.5;
}



.text-contact-container .contact-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  margin-top: 30px;

}

.text-contact-container img {
  width: 20px;
}

.text-contact-container p {
  color: var(--red-color);
  margin-top: 10px;

}


.form-container {
  display: grid;
  gap: 15px;
}


.form-inline {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;

}

.form-inline div {
  display: flex;
  flex-direction: column;
}

.form-group {
  display: flex;
  flex-direction: column;
}


input,
textarea {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 0.9rem;
}

input:focus,
textarea:focus {
  border-color: #0089DF;
  outline: none;
}

.btn-enviar {
  background-color: #0089DF;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
}



.btn-enviar:hover {
  background-color: #0074C2;
}

footer {
  background-color: var(--orange-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

}

footer .footer-container {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.tshirts{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px;
}
.tshirts h2{
  margin-bottom: 20px;
  color: var(--blue-extra);
}
.tshirts-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tshirts-grid img{
  display: flex;
  flex-direction: column;
  width: 300px;
  height: auto;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}


/* Mobile Styles */
@media (max-width: 768px) {
  .header {
    width: 100%;
  }

  .video-section {
    width: 100%;
  }

  .video {
    width: auto;
  }

  .ctaLaranja {
    padding: 6rem 1.5rem;
    margin: 0;
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }

  .hero-button {
    font-size: 0.9rem;
  }

  .title {
    font-size: 1.125rem;
    padding: 0.75rem 1.5rem;
  }

  .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }



  .about-image {
    width: 100%;
    padding: 2rem;
    margin-top: -130px;
  }

  .about-text {
    font-size: 1rem;
    line-height: 1.6;
  }

  .about-button {
    margin-top: 30px;
    font-size: 0.9rem;
    padding: 10px;
    align-self: center;
    display: flex;
    text-align: center;
    justify-content: center;

  }



  .text-container {
    margin-top: 1rem;
  }

  .hand-left {
    display: block;
    position: absolute;
    left: -25%;
    bottom: -1rem;
    z-index: -1;
    opacity: 0.8;
    width: 10%;
  }

  .hand-left img {
    width: 20%;
    height: auto;
  }

  .hand-right img {
    width: 30%;
    height: auto;
  }

  .hand-right {
    display: block;
    position: absolute;
    right: -10%;
    top: -11rem;
    z-index: 1;
    opacity: 0.3;
  }

  .title {
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    color: #ef4444;
    background-color: white;
    padding: 1rem 2rem;
    text-align: center;
  }

  .header {
    height: auto;
    padding: 1rem;
  }

  .logo-container {
    margin-bottom: 1rem;
  }

  .logo {
    max-width: 90%;
    height: auto;
  }

  .video {
    width: 100%;
    height: auto;
    max-height: 50vh;
    margin-bottom: 0;
  }



  .text-container h2 {
    font-size: 20px;
    text-align: left;
  }

  .text-container p {
    font-size: 16px;

  }

  .text-contact-container .contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 30px;

  }

  .text-contact-container img {
    width: 20px;
  }

  .form-inline {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .form-group,
  .form-inline div {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }


  .hand-left-contact {
    position: absolute;
    right: 0;
    opacity: 0.3;
    width: 50px;
    z-index: 0;
  }

  .hand-right-contact {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.3;
    width: 100px;
    z-index: 0;
  }
  .about svg {
    width: 20%;
    margin-bottom: 20px;
    stroke-width: 1px;
    stroke: #ef5534;
  }

}

/* Responsividade */
@media (min-width: 1268px) {
  .header-our-projects-section {
    height: 60px;
  }
}

@media (min-width: 1488px) {
  .header-our-projects-section {
    height: 66px;
  }
}

@media (max-width: 1224px) {
  .card {
    width: 320px;
  }

  .info-container button {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .header {
    height: auto;
    /* deixa a altura flexível em tablets */
  }

  .logo {
    height: 7rem;
  }

  .video {
    max-height: 60vh;
  }

  .card-container {
    position: relative;
    overflow: hidden;
  }

  .cards-wrapper {
    position: relative;
    width: 380px;
    height: 500px;
  }

  .card {
    position: absolute;
    min-width: 300px;
    transition: transform 0.5s ease, opacity 0.5s ease, z-index 0.5s ease;
  }

  .arrow-left,
  .arrow-right {
    position: absolute;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 50%;
  }

  .arrow-left {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }

  .arrow-right {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .form-container{
    width: 100%;
  }

}

@media (max-width: 480px) {
  .logo {
    height: 3.5rem;
  }

  .video {
    max-height: 40vh;
  }

  .title-our-projects-section h2 {
    font-size: 26px;
  }

  .card-container {
    align-items: center;
    height: 584px;
  }

  .card {
    width: 80%;
  }

  .arrow-left {
    left: 2px;
  }

  .arrow-right {
    right: 2px;
  }
}