@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 15vh;
  font-family: "Oswald", sans-serif;
}
header h2 {
  font-weight: 700;
  font-size: 2.5rem;
}
header nav {
  width: 50%;
}
header ul {
  display: flex;
  justify-content: space-evenly;
}
header ul li, header ul a {
  display: inline-block;
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: 500;
  color: #5b5b5b;
  transition: all 300ms ease-in-out;
}
header ul li a:hover, header ul a a:hover {
  color: #000000;
  transform: scale(0.9);
  letter-spacing: 0.001em;
}

@media (min-width: 200px) and (max-width: 500px) {
  header {
    height: 30vh;
  }
  header h2 {
    display: none;
  }
  header ul {
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.container-background-image {
  display: flex;
  justify-content: center;
  height: 85vh;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  background-image: url("./imagens/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container-background-image article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80vw;
}
.container-background-image article h1 {
  font-weight: 700;
  font-size: 6rem;
}
.container-background-image article h2 {
  font-weight: 300;
  font-size: 2rem;
}
.container-background-image article button {
  background-color: #0016DF;
  width: 10vw;
  color: #ffffff;
  border-radius: 5px;
  padding: 0.62rem;
  border: none;
  font-weight: 700;
  font-size: 1.5rem;
  cursor: pointer;
  margin-top: 1.25rem;
  transition: all 300ms ease-in-out;
}
.container-background-image article button:hover {
  background-color: #0012b6;
}

@media (min-width: 501px) and (max-width: 1280px) {
  .container-background-image article button {
    width: 20vw;
  }
}
@media (min-width: 200px) and (max-width: 500px) {
  .container-background-image {
    height: 40vh;
  }
  .container-background-image article {
    align-items: center;
  }
  .container-background-image article h1 {
    font-size: 2.25rem;
  }
  .container-background-image article h2 {
    font-size: 1rem;
  }
  .container-background-image article button {
    font-size: 1rem;
    width: 40vw;
  }
}
.container-gestao-portuaria {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
}
.container-gestao-portuaria article {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30vw;
  height: 60vh;
  font-family: "Roboto", sans-serif;
}
.container-gestao-portuaria article h2 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0017E9;
  font-family: "Oswald", sans-serif;
}
.container-gestao-portuaria article h3 {
  width: 17ch;
  font-weight: 800;
  font-size: 2rem;
}
.container-gestao-portuaria article p {
  font-weight: 400;
  font-size: 1.5rem;
  color: #000000;
}
.container-gestao-portuaria article a {
  font-weight: 400;
  font-size: 1.5rem;
  color: #0017E9;
  cursor: pointer;
  text-decoration: none;
}
.container-gestao-portuaria img {
  width: 30vw;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 501px) and (max-width: 1280px) {
  .container-gestao-portuaria article {
    height: 70vh;
    width: 40vw;
  }
  .container-gestao-portuaria img {
    width: 40vw;
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 501px) and (max-width: 1200px) {
  .container-gestao-portuaria {
    justify-content: space-around;
    flex-direction: column;
    height: 100vh;
  }
  .container-gestao-portuaria article {
    height: 50vh;
    justify-content: space-evenly;
    width: 90vw;
  }
  .container-gestao-portuaria article h2 {
    font-size: 1.5rem;
  }
  .container-gestao-portuaria article h3 {
    font-size: 2rem;
  }
  .container-gestao-portuaria article p {
    font-size: 1.5rem;
  }
  .container-gestao-portuaria article a {
    font-size: 1.8rem;
  }
  .container-gestao-portuaria img {
    width: 90vw;
    height: 40vh;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 200px) and (max-width: 500px) {
  .container-gestao-portuaria {
    justify-content: space-around;
    flex-direction: column;
    height: 100vh;
  }
  .container-gestao-portuaria article {
    height: 50vh;
    justify-content: space-evenly;
    width: 90vw;
  }
  .container-gestao-portuaria article h2 {
    font-size: 1rem;
  }
  .container-gestao-portuaria article h3 {
    font-size: 1.5rem;
  }
  .container-gestao-portuaria article p {
    font-size: 0.87rem;
  }
  .container-gestao-portuaria article a {
    font-size: 1.25rem;
  }
  .container-gestao-portuaria img {
    width: 90vw;
    height: 40vh;
    margin-bottom: 1.25rem;
  }
}
.container-solucoes-portuaria {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100vh;
  background-color: #D8D8D8;
  font-family: "Oswald", sans-serif;
}
.container-solucoes-portuaria h2 {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0017E9;
}
.container-solucoes-portuaria h3 {
  font-weight: 500;
  font-size: 1.5rem;
}
.container-solucoes-portuaria .container-list {
  width: 90vw;
  height: 75vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.container-solucoes-portuaria .container-list figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20vw;
  min-width: 10vw;
  height: 60vh;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 6, 0.5882352941);
}
.container-solucoes-portuaria .container-list figure img {
  width: 20vw;
}
.container-solucoes-portuaria .container-list figure figcaption {
  display: flex;
  flex-direction: column;
  width: 15vw;
  height: 25vh;
}
.container-solucoes-portuaria .container-list figure figcaption h4 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.5rem;
  height: 30%;
}
.container-solucoes-portuaria .container-list figure figcaption p {
  display: flex;
  align-items: center;
  font-weight: 200;
  font-size: 1.5rem;
  height: 70%;
}

@media (min-width: 1001px) and (max-width: 1300px) {
  .container-solucoes-portuaria {
    justify-content: center;
    height: 100vh;
  }
  .container-solucoes-portuaria .container-list {
    width: 90vw;
    height: 75vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .container-solucoes-portuaria .container-list figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 10vw;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 6, 0.5882352941);
    height: 55vh;
    width: 25vw;
  }
  .container-solucoes-portuaria .container-list figure img {
    width: 25vw;
  }
  .container-solucoes-portuaria .container-list figure figcaption {
    display: flex;
    flex-direction: column;
    width: 20vw;
    height: 25vh;
  }
  .container-solucoes-portuaria .container-list figure figcaption h4 {
    display: flex;
    align-items: center;
    font-weight: 500;
    height: 30%;
    font-size: 1.2rem;
  }
  .container-solucoes-portuaria .container-list figure figcaption p {
    display: flex;
    align-items: center;
    font-weight: 200;
    height: 70%;
    font-size: 1.2rem;
  }
}
@media (min-width: 501px) and (max-width: 1000px) {
  .container-solucoes-portuaria {
    height: 120vh;
    justify-content: center;
  }
  .container-solucoes-portuaria .container-list {
    height: 110vh;
    flex-wrap: wrap;
  }
  .container-solucoes-portuaria .container-list figure {
    width: 35vw;
    min-width: 10vw;
    height: 45vh;
  }
  .container-solucoes-portuaria .container-list figure img {
    width: 35vw;
  }
  .container-solucoes-portuaria .container-list figure figcaption {
    width: 35vw;
    height: 60vh;
  }
  .container-solucoes-portuaria .container-list figure figcaption h4 {
    font-size: 1.5rem;
  }
  .container-solucoes-portuaria .container-list figure figcaption p {
    height: 50%;
    font-size: 1.2rem;
  }
}
@media (min-width: 200px) and (max-width: 500px) {
  .container-solucoes-portuaria {
    height: 160vh;
    justify-content: center;
  }
  .container-solucoes-portuaria .container-list {
    height: 140vh;
    flex-direction: column;
  }
  .container-solucoes-portuaria .container-list figure {
    width: 60vw;
    min-width: 10vw;
    height: 40vh;
  }
  .container-solucoes-portuaria .container-list figure img {
    width: 60vw;
  }
  .container-solucoes-portuaria .container-list figure figcaption {
    width: 50vw;
  }
  .container-solucoes-portuaria .container-list figure figcaption h4 {
    font-size: 0.87rem;
  }
  .container-solucoes-portuaria .container-list figure figcaption p {
    height: 50%;
    font-size: 0.77rem;
  }
}
.container-contato {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100vh;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.container-contato .container-atendimento {
  height: 75vh;
  width: 35vw;
  display: flex;
  flex-direction: column;
  gap: 4.3rem;
}
.container-contato .container-atendimento div {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.container-contato .container-atendimento div h2 {
  font-weight: 500;
  font-size: 2rem;
  color: #0017E9;
}
.container-contato .container-atendimento div h3 {
  font-weight: 500;
  font-size: 1.5rem;
}
.container-contato .container-atendimento ul {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 585px;
}
.container-contato .container-atendimento ul li > figure > img:hover {
  transition: all 300ms ease-in-out;
  transform: scale(0.9);
}
.container-contato .container-atendimento ul li > figure > figcaption {
  font-weight: 500;
  font-size: 1.5rem;
}
.container-contato .container-fale-conosco {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 75vh;
  font-family: "Oswald", sans-serif;
}
.container-contato .container-fale-conosco div {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.container-contato .container-fale-conosco div legend {
  font-weight: 500;
  font-size: 2rem;
  color: #0017E9;
}
.container-contato .container-fale-conosco div h3 {
  font-weight: 500;
  font-size: 1.5rem;
}
.container-contato .container-fale-conosco form {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 65vh;
  width: 20vw;
}
.container-contato .container-fale-conosco form fieldset {
  display: flex;
  flex-direction: column;
  border: none;
}
.container-contato .container-fale-conosco form fieldset ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.container-contato .container-fale-conosco form fieldset ul li {
  display: flex;
  flex-direction: column;
}
.container-contato .container-fale-conosco form fieldset ul li label {
  font-weight: 300;
  font-size: 1.25rem;
}
.container-contato .container-fale-conosco form fieldset ul li input {
  width: 17vw;
  height: 5.19vh;
  border: 2px solid #000000;
  padding: 10px 15px;
}
.container-contato .container-fale-conosco form fieldset ul li textarea {
  width: 17vw;
  height: 11.53vh;
  border: 2px solid #000000;
  padding: 10px 15px;
}
.container-contato .container-fale-conosco form button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.19vh;
  padding: 1.25rem;
  background-color: #0017E9;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  width: 17vw;
  font-family: "Oswald", sans-serif;
  transition: all 300ms ease-in-out;
}
.container-contato .container-fale-conosco form button:hover {
  background-color: #0012b6;
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .container-contato .container-atendimento {
    width: 50vw;
  }
  .container-contato .container-fale-conosco form {
    width: 20vw;
  }
  .container-contato .container-fale-conosco form fieldset ul li input {
    width: 20vw;
  }
  .container-contato .container-fale-conosco form fieldset ul li textarea {
    width: 20vw;
  }
  .container-contato .container-fale-conosco form button {
    width: 20vw;
  }
  .container-contato .container-fale-conosco form button:hover {
    background-color: #0012b6;
  }
}
@media (min-width: 501px) and (max-width: 1199px) {
  .container-contato {
    height: 100%;
    flex-direction: column;
    justify-content: start;
  }
  .container-contato .container-atendimento {
    gap: 2rem;
    align-items: center;
    width: 90vw;
    height: 100%;
    justify-content: center;
    margin: 1.25rem 0rem;
  }
  .container-contato .container-atendimento div h2 {
    font-size: 1.25rem;
  }
  .container-contato .container-atendimento div h3 {
    font-size: 0.93rem;
  }
  .container-contato .container-atendimento ul {
    flex-direction: column;
    justify-content: center;
  }
  .container-contato .container-atendimento ul li > figure > img {
    width: 40vw;
  }
  .container-contato .container-atendimento ul li > figure > figcaption {
    font-size: 0.68rem;
  }
  .container-contato .container-fale-conosco {
    align-items: center;
    height: 100%;
    margin: 1.25rem 0rem;
  }
  .container-contato .container-fale-conosco div {
    text-align: center;
  }
  .container-contato .container-fale-conosco div legend {
    font-size: 1.25rem;
  }
  .container-contato .container-fale-conosco div h3 {
    font-size: 0.93rem;
  }
  .container-contato .container-fale-conosco form {
    width: 80vw;
    align-items: center;
    justify-content: space-around;
  }
  .container-contato .container-fale-conosco form fieldset ul li {
    gap: 0.4rem;
  }
  .container-contato .container-fale-conosco form fieldset ul li label {
    font-size: 0.81rem;
  }
  .container-contato .container-fale-conosco form fieldset ul li input {
    height: 5.19vh;
    width: 60vw;
  }
  .container-contato .container-fale-conosco form fieldset ul li textarea {
    height: 11.53vh;
    width: 60vw;
  }
  .container-contato .container-fale-conosco form button {
    font-size: 0.81rem;
    width: 60vw;
  }
}
@media (min-width: 200px) and (max-width: 500px) {
  .container-contato {
    height: 100%;
    flex-direction: column;
    justify-content: start;
  }
  .container-contato .container-atendimento {
    gap: 2rem;
    align-items: center;
    width: 90vw;
    height: 100%;
    justify-content: center;
    margin: 1.25rem 0rem;
  }
  .container-contato .container-atendimento div h2 {
    font-size: 1.25rem;
  }
  .container-contato .container-atendimento div h3 {
    font-size: 0.93rem;
  }
  .container-contato .container-atendimento ul {
    flex-direction: column;
    justify-content: center;
  }
  .container-contato .container-atendimento ul li > figure > img {
    width: 40vw;
  }
  .container-contato .container-atendimento ul li > figure > figcaption {
    font-size: 0.68rem;
  }
  .container-contato .container-fale-conosco {
    align-items: center;
    height: 100%;
    margin: 1.25rem 0rem;
  }
  .container-contato .container-fale-conosco div {
    text-align: center;
  }
  .container-contato .container-fale-conosco div legend {
    font-size: 1.25rem;
  }
  .container-contato .container-fale-conosco div h3 {
    font-size: 0.93rem;
  }
  .container-contato .container-fale-conosco form {
    width: 80vw;
    align-items: center;
    justify-content: space-around;
  }
  .container-contato .container-fale-conosco form fieldset ul li {
    gap: 0.4rem;
  }
  .container-contato .container-fale-conosco form fieldset ul li label {
    font-size: 0.81rem;
  }
  .container-contato .container-fale-conosco form fieldset ul li input {
    height: 5.19vh;
    width: 60vw;
  }
  .container-contato .container-fale-conosco form fieldset ul li textarea {
    height: 11.53vh;
    width: 60vw;
  }
  .container-contato .container-fale-conosco form button {
    font-size: 0.81rem;
    width: 60vw;
  }
}
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  background-color: #D8D8D8;
  height: 6.7vh;
}
footer p, footer a {
  text-decoration: none;
  font-weight: 700;
  color: #001C43;
  font-size: 0.87rem;
}

@media (min-width: 200px) and (max-width: 500px) {
  footer p, footer a {
    font-size: 0.68rem;
  }
}/*# sourceMappingURL=style.css.map */