header {
    position: absolute;
    top: 0;
    left: 1rem;
}

header img {
    width: 200px;
    /* height: 216px; */
}

.section-1 {
    background-image: url("../images/banner.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
    min-height: 600px;
    max-height: 1200px;
}
.section-1 article {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    height: 100%;
    padding: 0 150px;
    padding-bottom: 11%;
}

.section-1 .title {
    width: 605px;
    padding: 26px 18px;
    background-color: var(--primary-transparent);
}

.section-1 .title h1 {
    font-family: "Montserrat";
    font-size: 35px;
    text-transform: uppercase;
    border-bottom: 5px solid var(--tertiary);
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 7.9px;
}

.section-1 .title p {
    font-size: 20px;
    padding: 0 6px;
    line-height: 21px;
}

.flechas {
    position: absolute;
    bottom: 0;
    right: 0;
    animation: pulse 1s infinite;
}

.section-2 {
    background-color: #fff;
    margin-bottom: 80px;
}

.section-2 article {
    display: flex;
}

.section-2 .rectangle {
    background-color: var(--primary);
    width: 250px;
    padding: 80px 32px 32px;
}
.section-2 .rectangle h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    margin-bottom: 60px;
    letter-spacing: 4px;
}

.section-2 .rectangle .line {
    width: 1px;
    height: 300px;
    background-color: #fff;
}

.section-2 .items {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.section-2 .item {
    text-align: center;
    width: 33%;
    min-height: 380px;
}

.section-2 img {
    margin-bottom: 20px;
}

.section-2 .item p {
    font-size: 20px;
    padding: 0 24px;
}

.section-3 {
    margin-bottom: 140px;
}

.section-3 article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 32px;
}

.section-3 img {
    border-left: 32px solid var(--secondary);
}

.section-3 .info {
    border-right: 24px solid var(--tertiary);
    padding: 2rem;
}
.section-3 .info p {
    color: var(--secondary);
    font-size: 18px;
    max-width: 488px;
    font-style: italic;
}

.section-3 .author {
    margin-top: 38px;
    text-align: right;
    color: var(--secondary);
    font-size: 18px;
}

.section-4 {
    background-color: var(--secondary);
    margin-bottom: 80px;
}

.section-4 article {
    padding: 50px 32px;
}

.section-4 .title h2 {
    color: var(--primary);
    font-size: 41px;
    text-transform: uppercase;
    letter-spacing: 11px;
    font-family: "Montserrat";
}

.section-5 {
    margin-bottom: 120px;
}

.section-5 .items {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    width: 100%;
    align-items: flex-start;
}

.section-5 .item {
    text-align: center;
    width: 33%;
    /* min-height: 487px; */
}

.section-5 img {
    margin-bottom: 24px;
}

.section-5 .item h3 {
    font-size: 22.55px;
    margin-bottom: 24px;
    color: #000;
    min-height: 56px;
}

.section-5 .item p {
    font-size: 18px;
    padding: 0 24px;
}

.section-6 {
    margin-bottom: 80px;
    position: relative;
}

.section-6 article {
    z-index: 1;
    position: relative;
}

.section-6::before {
    --radio: 382px;
    content: "";
    width: 0;
    height: 0;
    border-top: var(--radio) solid transparent;
    border-bottom: var(--radio) solid transparent;
    border-left: 170px solid var(--secondary);
    position: absolute;
    top: 0;
    left: 0;
}
.section-6::after {
    --radio: 120px;
    content: "";
    width: 0;
    height: 0;
    border-top: var(--radio) solid transparent;
    border-bottom: var(--radio) solid transparent;
    border-right: var(--radio) solid var(--secondary);
    position: absolute;
    bottom: 0;
    right: 0;
}

.section-6 article .title {
    margin-bottom: 40px;
    text-align: center;
}
.section-6 article .title h2 {
    font-family: "Montserrat";
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 7px;
    margin-bottom: 18px;
}

.section-6 article .title-2 {
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary);
}

.section-6 article .title-2 h2 {
    font-family: "Montserrat";
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 7px;
    margin-bottom: 18px;
}

.section-6 article .title p {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.2;
    font-size: 25px;
}

.section-6 .form {
    background-color: var(--primary-tint);
    width: 100%;
    max-width: 820px;
    margin: 0 auto 120px;
    padding: 42px;
}

.group-form {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.group-form.select::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    z-index: 1;
    transform: translateY(-50%);
    width: 35px;
    height: 20px;
    background: var(--primary);
    pointer-events: none;
}

.group-form.select::after {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 12px;
    z-index: 1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
    pointer-events: none;
}

.group-form label {
    font-size: 21px;
    text-transform: uppercase;
    width: 100%;
}
.group-form input {
    background-color: var(--primary);
    color: #fff;
    font-family: "Century Gothic";
    border: 0;
    font-size: 20px;
    width: 100%;
    border-radius: 20px;
    padding: 6px 16px;
}
.group-form select {
    background-color: var(--primary);
    color: #fff;
    font-family: "Century Gothic";
    border: 0;
    font-size: 20px;
    width: 100%;
    border-radius: 20px;
    padding: 6px 16px;
    cursor: pointer;
}

.group-form textarea {
    background-color: var(--primary);
    color: #fff;
    font-family: "Century Gothic";
    border: 0;
    font-size: 20px;
    width: 100%;
    border-radius: 20px;
    padding: 6px 16px;
    resize: vertical;
    min-height: 35px;
}

.buttons {
    text-align: center;
    padding-top: 8px;
}

.buttons .submit {
    background: var(--secondary);
    border: 0;
    color: #fff;
    font-size: 24px;
    font-family: "Montserrat";
    border-radius: 25px;
    width: 200px;
    height: 50px;
    text-transform: uppercase;
    cursor: pointer;
}

.buttons .submit:hover {
    background: var(--secondary-dark);
}

.section-7 {
    margin-bottom: 120px;
    position: relative;
}

.section-7::after {
    content: "";
    background-color: var(--primary);
    width: 100%;
    bottom: 0;
    height: 190px;
    position: absolute;
}

.section-7 article {
    z-index: 1;
    position: relative;
    padding-bottom: 20px;
}

.section-7 .items {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.section-7 .item {
    text-align: center;
    width: 33%;
}

.section-7 img {
    margin-bottom: 24px;
}

.section-7 .item h3 {
    font-family: "Montserrat";
    font-size: 27px;
    margin-bottom: 24px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 300;
}

.footer {
    background-color: #fff;
    margin-bottom: 30px;
}

.footer article {
    display: flex;
    align-items: center;
}

.footer .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: 40px;
}

.footer .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.footer .item a {
    text-align: center;
    color: #000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin: 10px; */
}

.footer .logo {
    width: 100%;
    max-width: 420px;
}

.footer .item span {
    font-size: 12px;
}

.output {
    display: none;
    text-align: center;
    background-color: var(--secondary);
    border-radius: 6px;
    margin-bottom: 32px;
    padding: 1rem;
    color: #fff;
}

.output.warning {
    background-color: var(--warning);
}

.output.show {
    display: block;
}

.submit:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
