.body {
    background: #e7ded8;
    padding: 100px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.logo {
    background: #ff6600;
}

.logo img {
    align-content: center;
    width: 170px;
    height: 60px;
    margin-top: 10px;
}

.enlacenav {
    display: inline-block;
    background-color: #ff6600;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.enlacenav:hover {
    background: #ee9b63;
}

nav {
    background: #ff6600;
    padding: 10px;
    display: flex;
    justify-content: center;
}

@media (max-width: 600px) {
    nav {
        display: none;
        flex-direction: column;
    }

    .enlacenav {
        margin: 10px 0;
    }
}

footer {
    background: #f3ab7b;
    padding: 10px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}

.column {
    width: 20%;
    display: inline-block;
    vertical-align: sub;
    padding: 0;
    box-sizing: border-box;
}

.column h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.column p {
    font-size: 14px;
    line-height: 1.4;
}

.form {
    margin-right: 25%;
}

.form button {
    align-content: center;
    margin-left: 50px;
}

h1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 70px;
    text-align: center;
}

#titulo {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    z-index: 9999;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33),
        -1px 0px 2px rgba(255, 255, 255, 0);
}

.nosotros {
    color: black;
    padding: 40px;
  }

  .nosotros img {
    height: 100%;
    clip-path: circle();
}

.nosotros h3{
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.nosotros p {
    text-align: justify;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .card {
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    box-shadow: -7px -7px 20px rgba(0, 0, 0, 0.2),
                 7px  7px 20px rgba(0, 0, 0, 0.2)
  }

  .circle {
    background-color: transparent;
    border:3px solid #ff6600;
    height:90px;
    position: relative;
    top: -30px;
    left: 120px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:90px;
}
