* {
  /*font*/
  margin: 0;
  padding: 0;
}

body {
  max-width: 100vm;
  display: flex;
  flex-direction: column;
  justify-self: center;
}
header,
.links {
  display: flex;
  justify-content: space-between;
  height: 120px;
  align-items: center;
}
nav {
  width: 100%;
}
.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: space-around;
}

.dir {
  position: relative;
}

.card {
  width: 10%;
  height: 100%;
}

.figura1 {
  top: -30px;
  left: -2px;
  display: flex;
  position: absolute;
  border-bottom: 125px solid #174c81;
  border-left: 0px solid transparent;
  border-right: 90px solid transparent;
  height: 0;
  width: 280px;
}

.figura2 {
  display: flex;
  position: absolute;
  top: -30px;
  border-bottom: 125px solid #0387fc;
  border-left: 0px solid transparent;
  border-right: 90px solid transparent;
  height: 0;
  width: 280px;
  left: 10px;
}

.img-logo {
  display: flex;
  /*TODO TIRAR DEPOIS*/
  background-color: #174c81;
  position: relative;
  margin-left: 30px;
  width: 70px;
  height: 60%;
}

.links_int {
  width: 30%;
  display: flex;
  justify-content: space-between;
}

.links_int_a {
  color: black;
  text-decoration: none;
}

.links_int_a:hover {
  color: black;
  text-decoration: 5px solid underline blue;
}

.links_ext {
  margin-right: 10px;
  width: 20%;
  display: flex;
  justify-content: space-between;
}

.icons {
  border: transparent;
  background-color: transparent;
}

#orcamento {
  height: 60%;
  display: flex;
  align-items: center;
}

.icone3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part,
.part1 {
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.part1 {
  width: 100%;
  height: 690px;
  background-image: url(../img/teste_orions.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* Paralax */
  background-size: cover;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

h2 {
  color: white;
}

.figura3 {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
}

.figura7 {
  display: flex;
  position: absolute;
  top: 499px;
  left: 0;
  border-bottom: 100px solid #4e6480;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 100%;
}

.figura4 {
  display: flex;
  position: absolute;
  top: 505px;
  left: 0;
  border-bottom: 186px solid #f3f3f3;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 100%;
}

.figura5 {
  display: flex;
  position: absolute;
  top: 532px;
  right: 0;
  border-bottom: 170px solid #274970;
  border-left: 160px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 145px;
}

.figura6 {
  display: flex;
  position: absolute;
  top: 532px;
  right: 0;
  border-bottom: 160px solid #426485;
  border-left: 160px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 150px;
}

.figura9 {
  display: flex;
  position: absolute;
  top: 435px;
  left: 1310px;
  border-top: 50px solid #4e6480;
  border-right: 42px solid transparent;
  height: 0;
  width: 5%;
  transform: rotate(-40deg);
}

.figura10 {
  display: flex;
  position: absolute;
  top: 464px;
  left: 1275px;
  border-top: 50px solid #4e6480;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  height: 0;
  width: 5%;
  transform: rotate(-40deg);
}

.figura11 {
  display: flex;
  position: absolute;
  top: 665px;
  left: 75%;
  border-top: 50px solid #f3f3f3;
  border-left: 55px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 5%;
  transform: rotate(-40deg);
}

.figura12 {
  display: flex;
  position: absolute;
  top: 625px;
  left: 78.5%;
  border-top: 50px solid #f3f3f3;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  height: 0;
  width: 5%;
  transform: rotate(140deg);
}

.figura13 {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0387fc;
  height: 30%;
  width: 50%;
}

.figura8 {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 345px;
  height: 100%;
  max-width: 345px;
  width: 100%;
}

.figura14 {
  display: flex;
  position: absolute;
  top: 30px;
  left: 0px;
  height: 100px;
}

.figura15 {
  display: flex;
  position: absolute;
  top: 0;
  left: -20px;
  border-top: 60px solid #e2eeff;
  border-bottom: 60px solid #e2eeff;
  border-left: 60px solid transparent;
  border-right: 30px solid transparent;
  height: 0;
  width: 150px;
}

.figura16 {
  display: flex;
  position: absolute;
  top: 0;
  left: 5px;
  border-top: 60px solid #fff;
  border-bottom: 60px solid #fff;
  border-left: 60px solid transparent;
  border-right: 30px solid transparent;
  height: 0;
  width: 150px;
}

.part-hor {
  display: flex;
  flex-direction: row;
}

.img-fundo {
  width: 100%;
  height: 100%;
}

.imgs {
  display: flex;
  width: 60%;
  position: relative;
}

.box-img,
.divpart_imgs1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.conheca {
  width: 65%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2%;
}

.sobre {
  display: flex;
  width: 100%;
}

.missao {
  width: 70px;
  height: 60px;
  margin-left: 10px;
}

.box {
  background-color: #e6f0ff;
}

.btn_missao,
.btn_enviar {
  background-color: #274970;
  width: 100%;
  border: none;
  color: white;
}

.btn_enviar {
  width: 30%;
}

.servicos {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.missao_hor {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.icones_vert {
  display: flex;
  flex-direction: column;
  padding: 5%;
  justify-content: center;
}

.icones_vert2 {
  display: flex;
  flex-direction: column;
  padding: 5%;
  justify-content: center;
}

.nossos_servicos {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.imagens {
  position: relative;
  width: 35%;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img1,
.img,
.icones {
  width: 100px;
}

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

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

.icone2 {
  margin: 10px;
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-inf {
  width: 90%;
  height: 43%;
  position: absolute;
  top: 53%;
}

.img-sup {
  width: 90%;
  height: 43%;
  position: absolute;
  top: 5%;
}

.balao2 {
  color: white;
  font-size: x-small;
  background: #274970;
  border-radius: 5px;
  width: 100%;
  height: 20px;
  top: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
.balao2:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #274970;
  top: -10px;
  left: 45%;
}

.imagem1 {
  width: 35%;
  height: 100%;
  padding-top: 40px;
}

.img5 {
  width: 100%;
  height: 90%;
}

.form1 {
  height: 500px;
  display: flex;
  flex-direction: row;
}

h3 {
  color: #0387fc;
}

.esq,
.dir {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.esq {
  padding-left: 5%;
  padding-top: 5%;
}

#contacto {
  margin-bottom: 10%;
}

.dir {
  padding-left: 5%;
  padding-top: 12%;
}

.mesg {
  width: 90%;
  height: 300px;
  display: flex;
  flex-direction: column;
  margin-top: 5%;
  margin-left: 5%;
  position: relative;
}

.txta {
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 30px;
}

#btnid {
  display: flex;
  justify-content: right;
  margin-top: 10%;
}

#btn {
  display: flex;
  justify-content: center;
  width: 40%;
  background-color: #274970;
  color: white;
  border-radius: 0;
  margin-left: 60%;
}

.form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
}

.form-personalizado {
  box-shadow: 0 0 0 0;
  border: 0 none;
  border-bottom: 1px solid gray;
  outline: 0;
  width: 80%;
}

#exampleFormControlTextarea1 {
  box-shadow: 0 0 0 0;
  border: 0 none;
  border: 1px solid gray;
  outline: 0;
}

label,
input {
  display: flex;
  width: 50%;
}

.labDir {
  display: flex;
  width: 50%;
  transform: translateY(25px);
}

input:focus {
  padding-top: 30px;
}

input:focus,
input:valid {
  transform: translateY(-18px);
  font-size: 0.8em;
}

footer {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
}
