header {
    min-width: 320px;
}

.hero nav img {
    margin-left: 8%;
    margin-top: 1%;
}
.hero-content {
    padding-left: 0;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

.hero h1 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3.2rem;
    margin-bottom: 10px;
}

.hero p {
    margin-bottom: 20px;
    padding-top: 1%;
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 2.4rem;
    color: var(--blanco-letra);
}
.btn {
    font-size: 1.6rem;
}
.buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.hero-card {
    position: relative;
    width: auto;
    height: 720px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}




