body {
    font-family: 'Oswald', sans-serif;
    margin: 0;
    color: #333333
}

h1,h2,h3,p {
    margin: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

.subtitulo {
    font-family: Russo One, sans-serif;
    font-size: 6rem;
    line-height: 1;
    text-transform: uppercase;
}

.subtitulo-footer {
    font-family: Russo One, sans-serif;
    font-size: 6rem;
    line-height: 1;
    text-transform: uppercase;
    word-break: keep-all
    max-width: 4ch

}
@media (max-width: 800px) {
    .reboque-titulo {
        font-size:3rem;
        text-transform: capitalize;
        max-width: initial!important
    }
}

.header {
    padding: 40px 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #883B51;

}

.header-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center
}

.header-menu a {
    font-size: 1.125rem;
    line-height: 1.3;
    padding: 10px 20px;
    text-decoration: none;
    color: #FFF;
    display: block
}

@media (max-width: 800px) {
    .header {
        flex-direction:column;
        gap: 40px;
        padding: 20px
    }

    .header a {
        background: #f5f5f5;
        border-radius: 4px;
        color: #333333;
    }
}

.home {
    padding: 90px 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 100px;
    align-items: center;
    background-image: url(/images/fundo-perira.png);
    background-size: cover; /* Redimensiona a imagem para cobrir todo o elemento */
    background-position: center; /* Centraliza a imagem */
    height: 360px;

}

.home h1 {
    font-size: 4.5rem;
    line-height: 1.125;
    margin-bottom: 30px;
    position: relative
}

.home h1::before {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    position: absolute;
    top: -15px;
    left: -40px;
    z-index: -1
}

.home p {
    font-size: 1.5rem;
    color: #fff
}

.home div{
    position: relative;
    top: -140px;

}

@media (max-width: 1000px) {
    .home h1 {
        font-size:3rem
    }
}

@media (max-width: 800px) {
    .home {
        grid-template-columns:1fr 1fr;
        gap: 40px
    }

    .home h1 {
        font-size: 2rem
    }

    .home h1::before {
        width: 30px;
        height: 10px;
        left: 0
    }
}

@media (max-width: 400px) {
    .home {
        grid-template-columns:1fr
    }

    .home div {
        order: -1;

    }
}

.como-alugar {
    padding: 40px 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 100px;
    background-color: #883B51;
}

.como-alugar .subtitulo {
    color: #e0e0e0

}

.como-alugar-texto {
    font-size: 1.5rem;
    line-height: 1.33;
    max-width: 40ch;
    margin-bottom: 60px;
    color: #fff
}

.como-alugar-texto strong {
    color: #141414
}

.documentos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    padding: 20px;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative
}

.documentos::before {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background: linear-gradient(#b6f829,#67dd0a);
    position: absolute;
    top: 20px;
    left: -4px
}

.documentos-ano {
    position: absolute;
    top: 22px;
    left: -100px;
    text-align: right;
    width: 80px;
    color: #525252;
    font-size: .875rem
}

.documentos-titulo {
    font-size: 1.125rem;
    line-height: 1.1;
    font-weight: 700
}

.documentos-titulo-importante {
    font-size: 1.125rem;
    line-height: 1.1;
    font-weight: 700;
    color: #CF0E0E;
}

.documentos-texto {
    font-size: .875rem;
    line-height: 1.4;
    color: #525252
}

.documentos-texto-importante {
    font-size: .875rem;
    line-height: 1.4;
    color: #333333;
}

@media (max-width: 800px) {
    .como-alugar {
        grid-template-columns:1fr;
        gap: 40px
    }

    .como-alugar .subtitulo {
        max-width: 3ch;
        font-size: 4rem;
    }

    .como-alugar-texto {
        font-size: 1.25rem
    }

    .documentos-ano {
        position: initial;
        order: 1;
        width: initial;
        text-align: left
    }
}

@media (max-width: 400px) {
    .documentos {
        grid-template-columns:1fr
    }
}

.valores {
    background: #141414;
    color: #fff
}

.valores-container {
    padding: 120px 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 100px;
    position: relative
}

.valores-container::after {
    content: "";
    display: block;
    width: 130px;
    height: 100px;
    background: url("../img/detalhe.svg") no-repeat center;
    position: absolute;
    bottom: -50px;
    left: 20px
}

.valores .subtitulo {
    color: #333;
}

.valores-texto {
    font-size: 1.5rem;
    line-height: 1.33;
    max-width: 40ch;
    margin-bottom: 60px;
    color: #a3a3a3
}

.valores-texto strong {
    color: #fff
}

.reboque-lista {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px
}

.reboque {
    flex: 1;
    background: #333;
    padding: 20px;
    border-radius: 4px;
    display: flex;
    flex-direction: column
}

.reboque-tamanho {
    font-size: .875rem;
    text-transform: uppercase;
    color: #a3a3a3;
    margin-bottom: 10px
}

.reboque-medida {
    flex: 1;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 40px;
    position: relative
}

.reboque-medida::before {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background: linear-gradient(#b6f829,#67dd0a);
    position: absolute;
    left: -24px
}

.reboque-valor {
    font-size: 1.125rem;
    color: #a3a3a3
}

.medidas {
    margin-bottom: 60px
}

.valores-extra h3 {
    font-size: .875rem;
    line-height: 1.4;
    color: #8f8f8f;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative
}

.valores-extra h3::before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: -36px;
    top: -4px
}

.medidas h3::before {
    background: url("../img/medidas.svg") no-repeat center center
}

.valores-extra li {
    font-size: 1.125rem;
    line-height: 1.1;
    margin-bottom: 20px
}

.valores-extra span {
    color: #8f8f8f
}

.medidas li {
    display: flex;
    justify-content: space-between
}

@media (max-width: 800px) {
    .valores-container {
        grid-template-columns:1fr;
        padding: 60px 20px;
        gap: 40px
    }

    .valores .subtitulo {
        color: #fff
    }

    .valores-texto {
        font-size: 1.25rem
    }

    .valores-extra h3::before {
        position: initial;
        margin-bottom: 10px
    }
}

.footer {
    background: #333333
}

.footer-container {
    padding: 120px 20px 60px 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
    background-color: #883B51;

}

.footer-texto {
    font-size: 1.5rem;
    line-height: 1.33;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin: 0;

}

.footer-texto li {
    margin: 10px;


}


@media (max-width: 800px) {
    .footer-container {
        grid-template-columns:1fr;
        gap: 40px
    }

    .footer-contato li {
        font-size: 1.5rem
    }
}

.social-link {
    color: inherit; /* Mantém a cor original do texto */
    text-decoration: none; /* Remove o sublinhado */
    cursor: pointer;
}

.social-link:hover {
    text-decoration: underline; /* Adiciona sublinhado ao passar o mouse */
}
