@import url("https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Radio Canada Big", sans-serif;
}

body {
  font-family: "Radio Canada Big", sans-serif;
  background-color: #f2f2f2;
}

html {
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 0.8em;
}
p {
  margin-bottom: 1.5rem;
}

.header {
  background-image: url(../assets/banner-01.jpg);
  background-size: cover;
  height: 100vh;
  z-index: 102;
}

.header-section {
  width: 30%;
  background-color: #3c4141;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 101;
}

.header-section h1 {
  margin-top: 25%;
  font-size: 8rem;
  color: #f2f2f2;
  margin-left: 92%;
  line-height: 120px;
  text-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  z-index: 101;
}

.header-section div {
  margin-top: 5%;
  background-color: #f2f2f2;
  width: 625px;
  padding: 25px 50px 25px 25px;
  margin-left: 93%;
  font-size: 1.5rem;
  color: #3c4141;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  z-index: 101;
}

.header-setas {
  position: absolute;
  width: 70%;
  z-index: 99;
  right: 0;
  bottom: -25%;
  display: flex;
  justify-content: end;
  align-items: end;
  clip-path: inset(0 0 50% 0);
}

.nav-logo {
  position: fixed;
  width: 30%;
  background-color: #e65b20;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
}

.nav {
  right: 0px;
  position: fixed;
  z-index: 200;
  background-color: rgba(65, 65, 65, 0.5);
  height: 15vh;
  color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
}

.nav ul {
  color: #fff;
  font-weight: 400;
  opacity: 1;
}

.nav ul {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  color: #f2f2f2;
  opacity: 1;
}

.nav ul li {
  margin: 0 1rem;
}

.nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  opacity: 1;
  align-items: center;
  justify-content: center;
}

.previsao {
  background-image: url(../assets/banner-08.jpg);
  background-size: cover;
  height: 254px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  text-align: center;
}

.previsao p {
  color: #f2f2f2;
  font-size: 22px;
}

.previsao span {
  font-size: 36px;
  color: #f2f2f2;
}

.tradicao-renovada {
  background-image: url(../assets/banner-02.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}

.tradicao-white-box {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100vh;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 40px;
}

.tradicao-white-box-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 0 auto;
  z-index: 9;
  margin-left: 20%;
  width: 60%;
}

.tradicao-white-box-text p {
  font-size: 5.2rem;
  color: #3c4141;
  font-weight: 600;
  margin-top: 20%;
  line-height: 80px;
}

.tradicao-white-box-text span {
  color: #3c4141;
  font-weight: 500;
  line-height: 25px;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-align: justify;
  text-justify: inter-word;
  margin-top: 10%;
  width: 100%;
}

.tradicao-white-box img {
  position: absolute;
  top: 20px;
}

.tradicao-img {
  margin-top: 50px;
  right: 0px;
  width: 300px;
}

.acesso-facilitado {
  background-image: url(../assets/banner-04.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}

.acesso-orange-box {
  position: relative;
  width: 30%;
  height: 100vh;
  background-color: #e65b20;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}

.acesso-orange-box-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 0 auto;
  z-index: 9;
  margin-left: 15%;
}

.acesso-orange-box-text img {
  width: 92px;
}

.acesso-orange-box-text p {
  font-size: 4.2rem;
  color: #3c4141;
  font-weight: 700;
}

.acesso-orange-box-text span {
  color: #ffffff;
  font-weight: 500;
  line-height: 50px;
  font-size: 20px;
}

.acesso-orange-box-img img {
  position: absolute;
}

.acesso-img-dir {
  top: 0px;
  right: 0px;
}

.acesso-img-esq {
  bottom: 0px;
  left: 0px;
}

.perfil-social {
  background-image: url(../assets/banner-05.jpg);
  height: 959px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.perfil-social p {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #e2e2e2;
  margin-bottom: 15%;
  letter-spacing: 4px;
}

.perfil-social-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.perfil-social-div div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-img {
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f2f2f2;
}

.area-img p {
  font-size: 32px;
  font-weight: 600;
  color: #3c4141;
  text-align: center;
}

.area-img img {
  width: 1200px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  display: block;
}

.area-total {
  background-image: url(../assets/banner-08.jpg);
  background-size: cover;
  height: 254px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contato {
  background-image: url(../assets/banner-07.jpg);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.form-contato {
  background-image: url(../assets/textura.png);
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 700px;
  height: 959px;
  width: 90%;
}

.form-contato h2 {
  font-size: 42px;
  margin-top: 10%;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20%;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-group textarea {
  height: 150px;
  resize: none;
  border-radius: 25px;
  padding: 10px 20px;
}

button {
  background: #ff6a28;
  color: white;
  font-size: 18px;
  border: none;
  padding: 15px;
  border-radius: 25px;
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
  margin-top: 10px;
  font-weight: 600;
}

button:hover {
  background: #e65b20;
}

footer {
  background: #3c4141;
  color: #fff;
  padding: 2rem 5rem;
  display: flex;
  justify-content: center;
}

.div1-footer {
  display: flex;
  flex-direction: column;
  padding: 20px 100px;
  justify-content: end;
}

.div2-footer {
  display: flex;
  flex-direction: column;
  padding: 20px 100px;
  align-items: center;
  justify-content: end;
}

.div1-footer img {
  padding: 10px;
}

.div2-footer img {
  padding: 10px;
  width: auto;
}
@media screen and (max-width: 1400px) {
  .header-section {
    width: 30%;
  }

  .header-section h1 {
    font-size: 6rem;
    margin-left: 100%;
    line-height: 100px;
  }

  .header-section div {
    width: 500px;
    font-size: 1.3rem;
    margin-left: 100%;
    padding: 20px 40px;
  }

  .header-setas {
    width: 80%;
    bottom: -30.5%;
  }

  .nav-logo {
    width: 30%;
    height: 15vh;
  }

  .nav-logo img {
    width: 150px;
  }

  .nav {
    width: 70%;
    height: 15vh;
  }

  .tradicao-white-box {
    width: 50%;
    padding: 30px;
  }
  .tradicao-white-box img {
    width: 150px;
  }

  .tradicao-white-box-text {
    width: 60%;
    margin-left: 15%;
  }

  .tradicao-white-box-text p {
    font-size: 4.5rem;
    line-height: 70px;
  }
  .tradicao-white-box-text span {
    font-size: 0.8rem;
    margin-top: 0;
  }

  .acesso-orange-box {
    position: relative;
    width: 30%;
    height: 100vh;
    background-color: #e65b20;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
  }

  .acesso-orange-box-text {
    margin-left: 10%;
  }

  .acesso-orange-box-text p {
    font-size: 3.5rem;
  }

  .acesso-orange-box-text span {
    font-size: 18px;
    line-height: 40px;
  }

  .perfil-social p {
    font-size: 22px;
    margin-bottom: 10%;
  }

  .perfil-social-div {
    gap: 70px;
  }

  .area-img {
    height: 800px;
  }

  .area-img img {
    width: 1000px;
  }

  .form-contato {
    max-width: 600px;
    padding: 30px;
  }

  .form-contato h2 {
    font-size: 36px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 14px;
    padding: 8px;
  }

  button {
    font-size: 16px;
    padding: 12px;
  }

  footer {
    padding: 2rem 3rem;
  }

  .div1-footer,
  .div2-footer {
    padding: 15px 80px;
  }
}

@media screen and (max-width: 480px) {
  .header-setas {
    /* width: 100%;
        bottom: -8.8%; 
        clip-path: inset(0 0 50% 0);
        position: absolute; */
    z-index: -1;
  }

  .header-section {
    width: 100%;
    background-image: url(../assets/banner-01.jpg);
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .header-section h1 {
    text-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    margin-top: 10%;
    font-size: 4rem;
    color: #f2f2f2;
    text-align: center;
    line-height: 60px;
    margin-left: 0;
  }

  .header-section div {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    margin-top: 5%;
    background-color: #f2f2f2;
    width: 95%;
    max-width: 300px;
    padding: 15px;
    font-size: 0.8rem;
    color: #3c4141;
    text-align: center;
    margin-left: 0;
  }

  .nav-logo {
    position: fixed;
    width: 100%;
    background-color: #e65b20;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 200;
  }

  .nav-logo img {
    width: 150px;
  }

  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background-color: rgba(65, 65, 65, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.5s ease-in-out;
    z-index: 200;
  }

  .nav ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    text-align: center;
  }

  .nav ul li {
    margin: 1rem 0;
  }

  .nav ul li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
  }

  .menu-toggle {
    position: fixed;
    top: 0.8rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    background-color: #e65b20;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    z-index: 210;
    padding: 10px;
    border-radius: 25px;
  }

  .menu-toggle div {
    width: 20px;
    height: 2px;
    background-color: white;
  }

  .nav.active {
    right: 0;
  }

  .previsao {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    height: 30vh;
  }

  .previsao-box {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .previsao p {
    color: #f2f2f2;
    font-size: 18px;
  }

  .previsao span {
    font-size: 28px;
    color: #f2f2f2;
  }

  .tradicao-renovada {
    background-image: url(../assets/banner-02.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
  }

  .tradicao-white-box {
    position: absolute;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
  }

  .tradicao-white-box-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 0 auto;
    z-index: 9;
    width: 80%;
  }

  .tradicao-white-box-text p {
    font-size: 3rem;
    color: #3c4141;
    font-weight: 600;
    margin-top: 10%;
    line-height: 40px;
  }

  .tradicao-white-box-text span {
    color: #3c4141;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: justify;
    text-justify: inter-word;
    margin-top: 10%;
    width: 100%;
  }

  .tradicao-white-box img {
    position: absolute;
    top: 10px;
    width: 105px;
  }

  .tradicao-img {
    margin-top: 0px;
    width: 5px;
  }

  .acesso-orange-box {
    width: 100%;
    height: 100vh;
    padding: 20px;
    align-items: center;
    justify-content: center;
  }

  .acesso-orange-box-text {
    text-align: left;
    width: 90%;
  }

  .acesso-orange-box-text p {
    font-size: 2.8rem;
  }

  .acesso-orange-box-text span {
    font-size: 18px;
    line-height: 35px;
  }

  .acesso-img-dir {
    top: 0px;
    right: 00px;
  }

  .acesso-img-esq {
    bottom: 0px;
    left: 0px;
  }

  .perfil-social {
    height: auto;
    padding: 15px;
    background-size: cover;
    background-position: center;
  }

  .perfil-social p {
    font-size: 1rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }

  .perfil-social-div {
    flex-direction: column;
    gap: 20px;
  }

  .perfil-social-div img {
    max-width: 130px;
    height: 130px;
  }

  .area-img {
    height: auto;
  }

  .area-img p {
    margin-top: 5%;
    font-size: 1rem;
    text-align: center;
  }

  .area-img img {
    width: 100%;
    border-radius: 0px;
  }

  .area-total {
    height: auto;
    padding: 30px;
    display: flex;
    background-size: cover;
    align-items: center;
    gap: 30px;
    justify-content: left;
    flex-direction: column;
  }

  .area-total img {
    width: 180px;
  }

  .contato {
    flex-direction: column;
    padding: 20px;
  }

  .form-contato {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 20px;
  }

  .form-contato h2 {
    font-size: 28px;
    margin-top: 5%;
  }

  .form {
    gap: 10px;
    margin-top: 10%;
  }

  .form-row {
    flex-direction: column;
    gap: 10px;
  }

  .form-group input,
  .form-group textarea {
    font-size: 14px;
    padding: 8px;
  }

  button {
    font-size: 16px;
    padding: 12px;
    width: 100%;
  }

  footer {
    padding: 15px;
    height: 30vh;
  }

  .div1-footer img,
  .div2-footer img {
    width: 100px;
  }

  .div1-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    justify-content: center;
  }

  .div2-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    justify-content: center;
  }

  .div2-footer img {
    margin-bottom: 10px;
  }
}
