body {
  font-family: "Circular Std", sans-serif;
  color: #fff;
  margin: 0;
  overflow-x: hidden;
}

/* NavBar */

header {
  background: #492f72;
  padding: 20px 25px 20px 50px;
  font-size: larger;
}

.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.logo {
  margin-left: -5vw;
}

.options-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 2vw;
}

.dropdown {
  float: right;
  overflow: hidden;
  width: 174px;
  margin-left: 3vw;
  margin-right: -2vw;
}

.dropdown .dropbtn {
  font-size: 20px;
  border: none;
  outline: none;
  text-align: center;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 0 0 10px 10px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-left: 0;
}

.dropdown-content a:hover {
  background-color: #dddddd;
}

.dropdown:hover .dropdown-content {
  display: block;
  border-radius: 0 0 10px 10px;
}

a {
  color: #fff;
  text-decoration: none;
  margin-left: 5vw;
}

/* Landing Section */

#landing-section {
  background-color: #492f72;
  margin-top: -20px;
  height: 30vw;
}

.landing-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  justify-items: center;
  align-items: center;
  height: 25vw;
}

.title h1 {
  font-size: 3.2vw;
  font-weight: 350;
}

.title h1 strong {
  font-weight: 900;
}

.title p {
  margin-top: -1vw;
  font-size: 1.3vw;
  font-weight: 350;
}

.title a {
  margin-left: 0;
  margin-top: 1vw;
}

.title a button {
  padding: 15px;
  width: 10vw;
  height: 3.9vw;
  font-size: 1.5vw;
  font-weight: 900;
  font-family: "Circular Std", sans-serif;
  color: #3a7f84;
  background-color: #fff;
  border: 0px;
  border-radius: 10px;
  cursor: pointer;
}

.title {
  margin-left: 15vw;
  width: 23vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.landing-image {
  margin-right: 10vw;
}

.landing-image img {
  width: 30vw;
  border-radius: 10px;
}

/* Values Section */

.section1,
.section2,
.section3,
.section4,
.section5 {
  width: 10%;
  height: 30vh;
  padding-top: 5px;
  padding-right: 5%;
  padding-bottom: 5px;
  padding-left: 5%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  text-align-last: center;
}

.section1,
.section2,
.section3,
.section4,
.section5 {
  background-color: #3a7f84;
  color: #fff;
}

.container-flex {
  height: 5vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.textovalores {
  width: 100%;
  height: 10vh;
  padding-top: 10px;
  padding-right: 80%;
  padding-bottom: 5px;
  padding-left: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  text-align-last: center;
}
.textovalores {
  background-color: #3a7f84;
  color: #fff;
}

.valores strong {
  font-weight: 600;
}

.valores {
  font-family: "Circular Std", sans-serif;
  font-size: 1.9vw;
}

.mision {
  font-family: "Circular Std", sans-serif;
  font-size: 1.5vw;
}

.mision i {
  font-size: 5vw;
}

/* Footer */

footer {
  margin-top: 10vw;
  background-color: #492f72;
  height: 14vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: larger;
  text-align: center;
}

footer img {
  padding-top: 1vw;
  margin-bottom: 1vw;
  width: 12vw;
}
