* {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.header-background {
    padding: 0;
    background-image: url('https://image.e.bridgestone.com.br/lib/fe38117171640474741572/m/1/db3ab0ad-3623-4978-be26-9508faeacb5c.jpg');
    background-size: cover;
    background-position-x: right;
    background-repeat: no-repeat;
    box-shadow: 2px 0px 2px 1px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid red;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.header-text {
    font-family: 'Hoefler-Bold';
    color: black;
}

.header-text div:first-child {
    flex-direction: column;
    align-items: center;
}

.header-text .header-title {
    color: #ec1e2f;
    font-size: 2em;
    position: relative;
    display: inline-block;
}

.header-text .spdcn-promo p {
    font-size: 1.2em;
    font-weight: 700;
}

.spdcn-promo span {
    font-family: 'Hoefler-Light';
}


.header-text .header-subtext {
    font-size: 2em;
    font-family: 'Hoefler-Light';
    text-align: center;
}

.header-text .header-buttons {
    justify-content: center;
}

.btn {
    padding: 0.5em 1em;
    border-radius: 15px;
    background-color: #2aa81a;
    font-family: 'Hoefler-Light';
    font-size: 1.5em;
    color: #fff;
}

.btn:hover {
    background-color: #2ba81a94;
    border: 1px solid #ff141e;
    color: white;
    border-radius: 15px;
    box-sizing: border-box;
}

.btn i {
    font-size: 1.4em;
    color: #fff;
}

.btn:hover i {
    color: #fff;
}

.header-buttons .header-buttons-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 1em auto;
}

.header-buttons .header-buttons-images .logo {
    height: 2.3em;
    width: auto;
}

.header-buttons-images p {
    margin: 1em auto;
    font-family: 'Hoefler-Light';
    font-size: 1.2em;
}

.container .whatsapp-title h2 {
    color: #ec1e2f;
    font-family: 'Hoefler-Bold';
    letter-spacing: 0.8px;
}

.container .whatsapp-title p {
    color: #000;
    font-family: 'Hoefler-Light';
    font-size: 1em;
    text-align: left;
}

.container .whatsapp h3 {
    font-family: 'Hoefler-Bold';
    font-size: 2em;
    color: #000;
    letter-spacing: 0.8px;
}

.whatsapp .address {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin: 1em 0em;
    padding-bottom: 1em;
}


.whatsapp .address::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    /* Centraliza a borda */
    width: 90%;
    /* Define o tamanho da borda */
    border-bottom: 2px dashed #ccc;
    /* Estilo tracejado */
    transform: translateX(-50%);
    /* Ajusta para ficar centralizado */
}

.address .icon {
    max-width: 55px;
    height: auto;
}

.address h4 {
    font-family: 'Hoefler-Bold';
    font-size: 1.3em;
}

.address p {
    font-family: 'Hoefler-Light';
    font-size: 0.9em;

}

.section-2 {
    align-items: center;
    justify-content: center;
}

.section-2 .section-title {
    color: #ec1e2f;
    font-family: 'Hoefler-Bold';
    font-size: 2.3em;
}

.separator {
    width: 0em;
    padding: 1px;
    height: 20em;
    background-color: #ec1e2f;
    transform: rotate(15deg);
    margin: 0;
}

.legal-text p {
    font-size: 1em;
    text-align: justify;
    font-family: 'Hoefler-Light';
    margin: 0;
}

.promo-regras p {
    font-family: 'Hoefler-Light';
    text-align: justify;
    margin-top: 2em;
}

.footer {
    background-color: black;
    color: #fff;
    font-size: 'Hoefler-Light';
}

.footer div:first-child {
    justify-content: center;
    align-items: baseline;
}

.footer p {
    margin: 0;
    padding: 1em;
}

.footer .footer-img {
    height: 2em;
    width: auto;
}


/* CSS RESPONSIVE  */

@media screen and (min-width:320px) and (max-width:480px) {

    .header-background {
        display: none;
        border: none;
        clip-path: none;
    }

    .header-text .header-title {
        font-size: 1.5em;
    }

    .header-title::before,
    .header-title::after {
        width: 20px;
    }

    .header-title::before {
        left: -25px;
        /* Ajusta a distância à esquerda */
    }

    .header-title::after {
        right: -25px;
        /* Ajusta a distância à direita */
    }

    .header-text .spdcn-promo p {
        font-size: 1em;
        font-weight: 700;
    }


    .header-text .header-subtitle {
        font-size: 1.3em;
    }

    .header-text .header-subtext {
        font-size: 1em;
    }

    .btn {
        font-size: 1em;
    }

    .btn i {
        font-size: 1em;
    }

    .header-buttons .header-buttons-images {
        display: flex;
        flex-direction: column;
    }

    .header-buttons .header-buttons-images .logo {
        height: auto;

    }

    .section-2 div:first-child {
        text-align: center;
    }

    .section-2 .section-title {
        font-size: 1.5em;
    }

    .separator {
        display: none;
    }

    .promo-regras p {
        font-size: 1em;
    }


}


@media screen and (min-width:481px) and (max-width:576px) {

    .header-background {
        display: none;
        border: none;
        clip-path: none;
    }

    .header-text .header-title {
        font-size: 2.5em;
    }

    .header-title::before,
    .header-title::after {
        width: 20px;
    }

    .header-title::before {
        left: -25px;
        /* Ajusta a distância à esquerda */
    }

    .header-title::after {
        right: -25px;
        /* Ajusta a distância à direita */
    }


    .header-text .header-subtitle {
        font-size: 1.8em;
    }

    .header-text .header-subtext {
        font-size: 1.5em;
    }

    .btn {
        font-size: 1.5em;
    }

    .btn i {
        font-size: 1.3em;
    }

    .header-buttons .header-buttons-images .logo {
        height: 1.8em;
        width: auto;
    }

    .section-2 div:first-child {
        text-align: center;
    }

    .section-2 .section-title {
        font-size: 1.7em;
    }

    .separator {
        display: none;
    }

}


@media screen and (min-width:577px) and (max-width:767px) {

    .header-background {
        min-height: 30em;
        clip-path: none;
    }

    .header-text .header-title {
        font-size: 2.5em;
    }

    .header-title::before,
    .header-title::after {
        width: 20px;
    }

    .header-title::before {
        left: -25px;
        /* Ajusta a distância à esquerda */
    }

    .header-title::after {
        right: -25px;
        /* Ajusta a distância à direita */
    }


    .header-text .header-subtitle {
        font-size: 1.8em;
    }

    .header-text .header-subtext {
        font-size: 1.5em;
    }

    .btn {
        font-size: 1.5em;
    }

    .btn i {
        font-size: 1.3em;
    }

    .header-buttons .header-buttons-images .logo {
        height: 1.8em;
        width: auto;
    }

    .section-2 div:first-child {
        text-align: center;
    }

    .section-2 .section-title {
        font-size: 1.7em;
    }

    .separator {
        display: none;
    }

}


@media screen and (min-width:768px) and (max-width:991px) {

    .header-background {
        min-height: 35em;
        clip-path: none;
    }

    .address h4 {
        font-size: 1em;
    }

    .section-2 div:first-child {
        text-align: center;
    }

    .section-2 .section-title {
        font-size: 2em;
    }

    .separator {
        display: none;
    }

}

@media screen and (min-width:992px) and (max-width:1400px) {

    .header-background {
        background-position-x: right;
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    }

    .header-text .header-title {
        font-size: 1.5em;
    }

    .header-text .header-subtitle {
        font-size: 1.5em;
    }

    .header-text .header-subtext {
        font-size: 1.5em;
    }

    .section-2 .section-title {
        font-size: 2em;
    }

    .btn {
        font-size: 1em;
    }

    .header-buttons .header-buttons-images .logo {
        height: 1.5em;
        width: auto;
    }

}