/* NAVEGADOR */
header {

  padding-top: 2rem;
}

nav {
  color: #3B464F;
  font-family: Nunito Sans;
  font-weight: 400;
  text-decoration: justify;
}

.nav-link:hover {
  border-bottom: 2px solid #3B464F;
}

.nav-link {
  float: right;
}

/* div.logo {
  padding-left: 20px;
} */

div.header-content-left h1.vision {
  font-family: Nunito Sans;
  font-weight: 200;
  color: #3B464F;
  font-size: 40px;
  align-items: flex-start;
}

div.header-content-left p {
  font-family: Source Sans Pro;
  font-weight: 400;
  color: #3B464F;
  font-size: 20px;
}

div.header-content-left p span.Gordillo {
  font-family: Source Sans Pro;
  font-weight: 600;
  color: #3B464F;
  font-size: 20px;
}

div.header-content-left {
  float: left;
  position: relative;
  text-align: left;
  margin-left: 6rem !important;
  margin-top: 3rem !important;
}

div.header-content-right {
  float: right;
  position: relative;
}

button.contacto {
  border: #EAE0C5 2px solid;
  border-radius: 5px;
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 13px;
  padding: 13px;
  background-color: #ffffff;
}

/* css anto */
.navbar-nav {
  align-items: flex-end;
}

.navbar-light .navbar-nav .nav-link {
  color: #3B464F;
}

header .navbar-light .navbar-toggler,
header .navbar-light .navbar-toggler:hover,
header .navbar-light .navbar-toggler:active,
header .navbar-light .navbar-toggler:focus {
  border: none;
}

@media (min-width: 768px) {

  .itemsNavegacion {
    display: flex;
    justify-content: space-around;
    width: 25rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1280px) {
  button.contacto {
    margin-right: 5rem;
  }

  header .navbar-nav {
    padding-left: 3rem;
  }

  .itemsNavegacion {
    width: 42rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1440px) {
  header .navbar-light .navbar-nav .nav-link {
    padding-left: 4rem;
  }
}

/*
/
/
/
/
/
/
/
*/