* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

/* Header menu */

#Inicio .menu {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  background-color: #65c9b6;
}

#Inicio .menu img {
  width: 250px;
  height: auto;
  margin-top: 10px;
  margin-left: 200px;
  object-fit: cover;
}

#Inicio .menu ul {
  float: right;
}

#Inicio .menu ul li {
  display: inline-block;
  line-height: 60px;
  padding: 10px;
  margin-top: 8px;
}

#Inicio .menu ul li a {
  position: relative;
  color: #fff;
  font-size: 20px;
  padding-bottom: 8px;
  right: 200px;
}

#Inicio .menu ul li a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #1b1b28;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s linear;
}

#Inicio .menu ul li a:hover {
  color: #1b1b28;
  transition: transform 0.4s;
}

#Inicio .menu ul li a:hover:before {
  transform: scaleX(1);
  transform-origin: center;
}

/*caroussel da empresa */

/* divisão*/

.primeiro {
  margin-top: 500px;
  margin-bottom: 20px;
}

/* nossa empresa*/

.historia {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.historia svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.historia h2 {
  position: relative;
  text-align: center;
  top: -50px;
  font-size: 28px;
  color: #fff;
}

.historia p {
  text-align: justify;
  font-size: 22px;
  padding: 0px 200px;
  color: #444444;
}

/*3 Pilares*/

.mvs {
  display: flex;
  width: auto;
  height: auto;
  padding: 0px 160px;
}

.mvs .missão,
.visão,
.valores {
  width: 640px;
}

.missão {
  height: 220px;
  margin-right: 20px;
}

.missão svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.missão h2 {
  position: relative;
  color: #fff;
  text-align: center;
  top: -50px;
  font-size: 30px;
}

.missão p {
  text-align: justify;
  font-size: 22px;
  padding: 0px 40px;
  color: #444444;
  /*
  border-left-style: solid;
  border-left-width: thick;
  border-left-color: #65c9b6;*/
}

.visão {
  height: 220px;
  margin-right: 20px;
}

.visão svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.visão h2 {
  position: relative;
  color: #fff;
  text-align: center;
  top: -50px;
  font-size: 30px;
}

.visão p {
  text-align: justify;
  font-size: 22px;
  padding: 0px 40px;
  color: #444444;
}

.valores svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.valores h2 {
  position: relative;
  color: #fff;
  text-align: center;
  top: -50px;
  font-size: 30px;
}

.valores p {
  text-align: justify;
  font-size: 22px;
  padding: 0px 50px;
  color: #444444;
}

.valores strong {
  color: #65c9b6;
}

.imagem1 {
  width: 975px;
  height: 390px;
  margin-top: -300px;
  margin-left: 200px;
  margin-bottom: 30px;
  padding: 0px 180px;
  border-style: solid;
  border-width: thin;
  border-color: #65c9b6;
}

.imagem1 img {
  display: block;
  width: 600px;
  height: 500px;
  margin-top: -50px;
}

/*segunda divisão*/

hr {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*fundadora*/

.fundadora {
  width: auto;
  height: auto;
}

.fundadora img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fundadora .titulo {
  position: relative;
  text-align: center;
  font-size: 28px;
  top: -50px;
  color: #fff;
}

.fundadora div {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}

.fundadora div .perfil,
.sobre {
  width: 960px;
  height: auto;
}

.fundadora .sobre p {
  width: 500px;
  font-size: 22px;
  text-align: justify;
  color: #444444;
}

.fundadora .perfil {
  display: block;
  width: auto;
  height: auto;
}

.perfil img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100%;
  border: 4px solid #65c9b6;
}

.perfil h4 {
  display: block;
  text-align: center;
  color: #1b1b28;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: bold;
}

/* navera significado*/

.instituto {
  width: auto;
  height: auto;
}

.instituto img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.instituto h2 {
  position: relative;
  text-align: center;
  font-size: 28px;
  color: #fff;
  top: -50px;
}

.instituto .cont {
  margin-top: 30px;
  display: flex;
  height: auto;
}

.instituto .cont .navera,
.barco {
  width: 960px;
  height: auto;
  padding: 30px;
}

.instituto .cont .navera {
  padding-left: 200px;
}

.instituto .cont .navera h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
}

.instituto .cont .navera p {
  text-align: center;
  font-size: 22px;
  color: #444444;
}

.instituto .cont .barco .navio {
  width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  -webkit-box-shadow: 0px 10px 13px -7px #000000,
    5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000b9, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

/*equipe navera*/

.equipe {
  margin-bottom: 80px;
}

.equipe img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.equipe h2 {
  position: relative;
  text-align: center;
  font-size: 28px;
  color: #fff;
  top: -50px;
}

.equipe p {
  text-align: justify;
  padding: 5px 200px;
  font-size: 22px;
  color: #444444;
}

/* rodaé footer*/

.Footer {
  background-color: #65c9b6;
  line-height: 1.5;
}

.Footer .Container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 200px;
}

.Footer .Container .Row {
  display: flex;
  flex-wrap: wrap;
}

.Footer .Container .Row .Footer-col ul {
  list-style: none;
  margin-bottom: 30px;
}

.Footer .Container .Row .Footer-col {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px 100px;
}

.Footer .Container .Row .Footer-col h3 {
  width: 180px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
  padding-top: 30px;
}

.Footer .Container .Row .Footer-col h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #1b1b28;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.Footer .Container .Row .Footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.Footer .Container .Row .Footer-col ul li a {
  font-size: 16px;
  width: 40px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 0.3s ease;
}

.Footer .Container .Row .Footer-col ul li .Etica {
  width: 250px;
}

.Footer .Container .Row .Footer-col ul li a:hover {
  color: #1b1b28;
  padding-left: 8px;
}

.Footer .Container .Row .Footer-col .Social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.205);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.Footer .Container .Row .Footer-col .Social-links a:hover {
  color: #fff;
  background-color: #1b1b28;
}
