/* Configurações Padrões */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap");

*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

*::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #f0f0f0;
}

*::-webkit-scrollbar-track:hover {
  background-color: #f0f0f0;
}

*::-webkit-scrollbar-track:active {
  background-color: #f0f0f0;
}

*::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #1e6b9d;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #1e5477;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #1e5477;
}

body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins;
}

main {
  margin: 5vh 7vw 5vh;
}

h2 {
  text-transform: uppercase;
}

img {
  user-select: none;
}

.bold {
  font-weight: bold;
}

/* Block 1 */
.block1 {
  background: linear-gradient(#165075b2, #165075b2),
    url(../assets/images/contatoLgpd.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 15vh 0px;
  flex-direction: column;
}

.containerTextBlock1 {
  width: 55vw;
}

.containerTextBlock1 h2 {
  font-size: 3.5vh;
}

.blockTitle {
  margin-bottom: 3vh;
}

.subtitle {
  font-size: 2vh;
}

.subtitle a {
  text-decoration: underline;
}

.logoLgpd {
  height: 8vh;
  margin-bottom: 2vh;
}

main h2 {
  text-align: center;
  font-size: 1.7vw;
  margin-bottom: 5vh;
}

form#f1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.containerInput {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vh 0px;
  margin-bottom: 0.8vh;
  width: 100%;
}

.containerInputsBlock {
  gap: 2vh;
}

.containerInput div {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 50%;
  font-size: 1.8vh;
}

.containerInput input,
.containerInput textarea,
.containerInput select {
  background-color: #f2f2f2;
  color: black;
  padding: 1.5vh 1vw;
  border: 1px solid #f2f2f2;
  font-size: 1.5vh;
  border-radius: 1vh;
  resize: none;
  outline: none;
  width: 50%;
}

.containerInput textarea {
  height: 15vh;
}

div.drop-area {
  width: 50%;
  height: 15vh;
  border: 0.15vw dashed #989898;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #a6a6a6;
  cursor: pointer;
  border-radius: 0.5vw;
  background-color: #efefef;
}

#file-name {
  color: #a6a6a6 !important;
}

.drop-area img {
  height: 3vh;
}

.drop-area.hover {
  background-color: #f0f0f0;
  border-color: #666;
}

.containerInput input:focus,
.containerInput textarea:focus,
.containerInput select:focus {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(30, 84, 119, 0.8);
  -moz-box-shadow: 0px 0px 5px 0px rgba(30, 84, 119, 0.8);
  box-shadow: 0px 0px 5px 0px rgba(30, 84, 119, 0.8);
}

.containerCheck {
  display: flex;
  align-items: start;
  justify-content: start;
  cursor: pointer;
  width: 50%;
  margin: 2vh 0px;
}

div.captcha div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.containerCheck input {
  border: 0;
  clip: rect(1px, 10em, 3rem, 2ch);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.containerCheck label {
  position: relative;
  padding-left: 2.2em;
  font-size: 1.8vh;
  display: inline-block;
}
.containerCheck label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  border-radius: 0.2vw;
  width: 1em;
  background: #fff;
  margin-right: 0.5em;
  border: 1px solid #999;
  /* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); */
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.containerCheck label::after {
  content: "\2713";
  position: absolute;
  top: 50%;
  left: 0.75em;
  transform: translate(-50%, -50%);
  font-size: 1.3vh;
  color: #fff;
  opacity: 0;
  transition: all 0.2s ease;
}
.containerCheck label:focus::before,
.containerCheck label:hover::before {
  background: #ddd;
}
.containerCheck input:checked + label::before {
  background: #187cb4;
  border-color: #187cb4;
}
.containerCheck input:checked + label::after {
  opacity: 1;
}

a {
  color: white;
}

.containerInput button {
  cursor: pointer;
  font-size: 1.8vh;
  background-color: #005f9b;
  color: white;
  border: none;
  width: 50%;
  border-radius: 0.5vw;
  padding: 0.5vw 0vw;
}

.contactInformation {
  margin-top: 15vh;
  display: flex;
  width: 100%;
  position: relative;
}

div.containerCC {
  width: 10vw;
}

.contactInformation div.containerCC img {
  position: absolute;
  right: -4vw;
  transform: rotate(-9deg);
  height: 60vh;
  user-select: none;
}

.containerCardContact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2vw;
  gap: 2vw 0px;
}

.cardContact {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 1vw;
}

.cardContact a {
  color: black;
  text-decoration: none;
}

.cardContact a:hover {
  text-decoration: underline;
}

.cardContact img {
  height: 5vh;
  margin-right: 0.5vw;
}
footer {
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 1.5rem 2rem;
  margin-top: auto;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-text {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.5;
}

.footer-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.footer-link {
  color: #6b7280;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
  position: relative;
}

.footer-link:hover {
  color: #374151;
}

.footer-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #9ca3af;
  transition: width 0.2s ease;
}

.footer-link:hover::after {
  width: 100%;
}

@media (max-width: 640px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }

  .footer-links {
    gap: 1.5rem;
  }
}

@media only screen and (orientation: portrait) {
  nav {
    margin: 0;
  }

  main {
    margin: 2vh 2vw 2vh;
  }

  .menu {
    display: flex;
    cursor: pointer;
    height: 3vh;
  }

  .containerMenuHamburguer {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 100vh;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
    overflow: hidden;
  }

  .containerMenuHamburguer ul {
    position: relative;
    background-color: #1e6b9d;
    width: 60vw;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 2vw;
    list-style: none;
  }

  .containerMenuHamburguer.showHamburguer {
    transform: translateX(0);
  }

  .close {
    position: absolute;
    z-index: 123;
    top: 5%;
    background-color: #1e6b9d;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5vh;
    width: 5vh;
    border-radius: 50%;
    left: -8%;
  }

  .close img {
    height: 2vh;
    transform: scaleX(-1);
  }

  .overlayMenu {
    background-color: #00000080;
    height: 100vh;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
  }

  .overlayMenu.active {
    opacity: 1;
    width: 40vw;
    visibility: visible;
  }

  .containerAssist {
    padding: 5vw 5vw 0px;
    margin: 3vh 0px;
  }

  .assist {
    padding-bottom: 3vh;
    border-bottom: 1px solid #cac4d0;
    color: white;
    font-size: 1.5vh;
  }

  .containerItensMenu {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 5vw;
    padding: 5vw;
    height: 60%;
  }

  .containerItensMenu li a {
    font-size: 1.5vh;
    color: white;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 1vw;
  }

  .containerItensMenu li a img {
    width: 2vh;
    filter: invert(0);
  }

  .containerItensMenu li a:hover {
    color: #e7e7e7;
  }

  .logo {
    height: 5vh;
  }

  .contact {
    font-size: 1.7vh;
    padding: 1vw 0;
    width: 70%;
    border-radius: 10vw;
  }

  .containerIconsShow,
  .containerSobre,
  .containerLinks {
    display: none;
  }

  .contact {
    margin-top: 5%;
    width: 60%;
  }

  .containerCardContact {
    flex-direction: column;
    gap: 5vw 0px;
  }

  .cardContact {
    width: 100%;
  }

  .cardContact div h4,
  .cardContact div a,
  .cardContact div p {
    font-size: 2vh;
  }

  .cardContact img {
    height: 4vw;
    margin-right: 1vw;
  }

  .overlayCompany {
    font-size: 1.7vh;
  }

  .containerCheck {
    width: 80%;
  }

  .containerInput input,
  .containerInput textarea,
  .containerInput select {
    width: 80%;
  }

  .containerInput div {
    width: 80%;
  }

  .containerInput button {
    width: 80%;
  }

  .containerTextBlock1 {
    width: 80%;
  }

  main h2 {
    font-size: 2.6vw;
  }
}
