* {
    margin: 0;
    padding: 0;
}

:root {
    --poligon: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
    --bg-red-linear: linear-gradient(to bottom, #981321, #8d131f, #81141d, #76131b, #6b1319);
}

@font-face {
    font-family: "Gilroy";
    src: url(fonts/Gilroy-Regular.ttf);
    font-style: normal;
}

@font-face {
    font-family: "Gilroy";
    src: url(fonts/Gilroy-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "Gilroy";
    src: url(fonts/Gilroy-Light.ttf);
    font-weight: 300;
}

body {
    height: 100vh;
    width: 100vw;
    display: flex;
    font-family: Gilroy;
}

.container-1 {
    height: 100%;
    width: 40%;
}

.preco-1,
.preco-2 {
    height: 50%;
    width: 100%;
}

.preco-1 {
    background: url(img/banner-5.jpg) no-repeat center;
    background-size: cover;
}

.preco-2 {
    background: url(img/banner-3.jpg) no-repeat center;
    background-size: cover;
}

.preco-1 .cartao {
    margin-left: 30px;
}

.preco-2 .cartao {
    float: right;
    margin-right: 30px;
}

.cartao {
    height: 350px;
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: var(--bg-red-linear);
    clip-path: var(--poligon);
}

.cartao p {
    width: auto;
    font-size: 55px;
    color: #fff;
    font-weight: bold;
}

.cartao p~p {
    font-size: 55px;
    color: #fff;
    font-weight: 300;
}

.container {
    height: 100px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120px;
    font-weight: bold;
    color: #fff;
}

.container span {
    display: flex;
    flex-direction: column;
    height: 100px;
    width: fit-content;
}

.container span p {
    font-size: 45px;
    font-weight: bold;
    line-height: 50px;
}

/* ############################################################################## */

.container-2 {
    overflow: hidden;
    height: 100%;
    width: 60%;
    display: flex;
    background: url(img/menu-tv-airton-lateral.png) no-repeat center;
    background-size: cover;
}

.col-1 {
    position: relative;
    width: calc(100%/3);
    height: 610px;
    filter: drop-shadow(20px 0px 35px black);
}

.col-1 img {
    height: 100%;
    width: 100%;
}

.img {
    height: 40%;
}

.cartao-2 {
    position: absolute;
    bottom: 0;
    height: 60%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    clip-path: var(--poligon);
}

.cartao-2 p {
    width: auto;
    font-size: 55px;
    color: #6b1319;
    font-weight: bold;
}

.cartao-2 p~p {
    font-size: 55px;
    color: #6b1319;
    font-weight: 300;
}

.texto-2 {
    height: 100px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120px;
    font-weight: bold;
    color: #6b1319;
}

.texto-2 span {
    display: flex;
    flex-direction: column;
    height: 100px;
    width: fit-content;
}

h3 {
    font-size: 100px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 50px;
    right: 100px;
}

.img::before,
.cartao-2:before {
    content: '';
    height: 86%;
    width: 5px;
    position: absolute;
    right: -1px;
    background-color: #6b1319;
}

@media(max-width: 720px) {
    body {
        flex-direction: column;
    }

    .container-1,
    .container-2 {
        width: 100%;
    }

    .col-1 {
        height: auto;
    }

    .texto-2 {
        font-size: 40px;
    }
}

@media(max-width: 1080px) {
    body {
        flex-direction: column;
    }

    .container-1,
    .container-2 {
        width: 100%;
    }
}

@media(max-width: 1280px) {
    h3 {
        font-size: 50px;
    }

    .col-1 {
        height: 520px;
    }

    .cartao {
        height: 200px;
        width: 200px;
    }

    .container {
        height: 80px;
        font-size: 80px;
    }

    .container span {
        height: 65px;
    }

    .container span p,
    .container span p~p {
        font-size: 30px;
        line-height: 30px;
    }

    .texto-2 span p {
        font-size: 40px;
        line-height: 45px;
        font-weight: bold;
    }

    .preco-1 .cartao {
        margin-left: 10px;
    }

    .preco-2 .cartao {
        margin-right: 10px;
    }

    .cartao p,
    .cartao p~p {
        font-size: 40px;
    }
}

@media(max-width: 960px) {
    body {
        flex-direction: row;
    }
    .cartao {
        height: 150px;
        width: 150px;
    }

    .cartao p, .cartao p~p {
        font-size: 24px;
    }

    .container {
        height: 50px;
        font-size: 50px;
    }

    .cartao-2 p {
        font-size: 32px;
    }

    .cartao-2 p~p {
        font-size: 32px;
    }

    .texto-2 {
        font-size: 60px;
    }

    .col-1 {
        height: 350px;
    }
    
    .texto-2 span p {
        font-size: 30px;
    }

}

@media(max-width: 540px) {
    .cartao-2 p {
        font-size: 28px;
    }

    .cartao-2 p~p {
        font-size: 28px;
    }

    .texto-2 {
        font-size: 40px;
    }

    .texto-2 span p {
        font-size: 25px;

    }
}
