@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;400;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
}

.brown{background-color:#d4b4a4}
.container,.container-fluid{width:100%;margin:auto;padding:10px;margin-bottom:60px;}
.container{max-width:960px}
.hidden{display:none}
form #website{display:none;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

body {
  min-width: 320px;
  max-width: 2560px;
  margin: auto;
}

.logo img {
  max-height: 145px;
  margin: 30px 0;
}

.nav {
  margin-bottom: 0;
}

nav {
  text-align: center;
}

nav li {
  display: inline-block;
  list-style: none;
  padding: 5px 10px;
  margin: 5px 0;
  width: 100%;
}

nav li a {
  text-decoration: none;
  color: black !important;
  font-size: 14px;
}

.headline {
  text-align: center;
  color: white;
  padding: 100px 0;

}

.headline h1, .headline h2 {
  font-weight: 400;
}

.headline h1 {
  font-size: 40px;
  margin: 20px 0;
}

.headline h2 {
  font-size: 18px;
  margin: 30px 0 50px;
}

.headline img {
  max-width: 1200px;
  width: 100%;
  height: auto;
}

.contact>div>h2 {
  color: #d4b4a4;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
}

.contact>div>form {
  overflow: hidden;
}

.contact>div>form>input, .contact>div>form>textarea, .contact>div>form>button {
  width: 100%;
  margin: 10px 0;
  border: none;
}

.contact>div>form>input, .contact>div>form>textarea {
  border-bottom: 1px solid black;
  padding: 10px;
}

.contact>div>form>button {
  color: white;
  background-color: black;
  padding: 14px 0;
  font-size: 18px;
  border: none;
}

.aboutme {
  overflow: hidden;
  margin-bottom: 60px;
}

.aboutme-pic, .aboutme-description {
  padding: 10px
}

.aboutme img {
  width: 100%;
  box-shadow: 15px 15px;
}

.aboutme-description {
  margin-top: 20px;
}

.aboutme-description h2 {
  color: #d4b4a4;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
}

.aboutme-description p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.4px;
}

.trayectoria {
  text-align: center;
  color: white;
  padding: 80px 10px;
}

.trayectoria h1 {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 400;
}

.trayectoria p {
  font-size: 12px;
}

.job-card {
  margin-bottom: 70px;
}

.card-title {
  margin-bottom: 30px;
}

.card-icon {
  font-size: 40px;
  text-align: center;
  margin-bottom: 15px;
}

.card-icon i, .card-icon svg, .card-title h2 {
  color: #d4b4a4;
  font-weight: 400;
}

.card-icon svg {
  fill: #d4b4a4;
  width: 1em;
  height: 1em;
}

.card-title {
  text-align: center;
}

.card-title h2 {
  font-size: 21px;
}

.card-title p {
  font-size: 14px;
}

.card-description {
  font-size: 13px;
}

.card-description ul {
  padding-left: 20px;
}

.footer {
  padding: 80px 0;
  text-align: center;
}

.badges {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}

.badge {
  background-color: #d4b4a4;
  padding: 20px 15px;
  margin: 10px;
  font-size: 11px;
}

.reseña {
  text-align: center;
}

.reseña .quotes {
  font-size: 40px;
  -webkit-text-stroke: 3px #d4b4a4;
  color: white;
  margin: 50px 0;
}

.reseña .quotes svg {
  fill: white;
  stroke: #d4b4a4;
  stroke-width: 30;
  paint-order: stroke fill;
  width: 1em;
  height: 1em;
}

.reseña .reseña-body {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 50px;
}

.see-more {
  display: block;
  margin: 50px auto 0;
  text-align: center;
  padding: 15px;
  width: 150px;
  border-radius: 8px;
  background-color: #d4b4a4;
  color: white;
  cursor: pointer;
}

@media (min-width: 425px) {
  nav li {
    width: auto;
    margin: 15px 0 35px;
  }

  .md-50 {
    float: left;
    width: 49% !important;
  }
  .md-50:nth-child(odd) {
    margin-right: 2% !important;
  }

  .trayectoria h1 {
    font-size: 25px;
  }

  .trayectoria p {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .headline h1 {
    font-size: 50px;
  }

  .aboutme {
    overflow: hidden;
  }

  .aboutme-pic {
    float: right;
    width: 50%;
  }

  .aboutme-description {
    float: left;
    width: 50%;
    margin-top: 100px;
  }

  .aboutme img {
    width: 100%;
    box-shadow: 15px 15px;
  }

  .trayectoria {
    padding: 120px 10px;
  }

  .trayectoria h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .job-card {
    overflow: hidden;
  }

  .job-card>div {
    float: left;
  }

  .card-icon {
    width: 55px;
    padding: 0 5px;
    margin-right: 25px;
  }

  .card-title {
    width: 240px;
    margin-right: 25px;
    text-align: left;
  }

  .card-description {
    width: calc(100% - 345px);
  }

  .badges {
    grid-template-columns: repeat(2, 1fr);
  }

  .badge {
    padding: 50px;
    font-size: 14px;
  }
}

@media (min-width: 960px) {

}
