@font-face {
    font-family: "Roobert";
    src: url(https://bcd-kmv-novo.s3.amazonaws.com/lp/rock-in-rio/fonts/Roobert-Regular.otf);
    src: url(../fonts/Roobert-Regular.woff);
    font-weight: 400;
}
@font-face {
    font-family: "Roobert";
    src: url(https://bcd-kmv-novo.s3.amazonaws.com/lp/rock-in-rio/fonts/Roobert-Medium.otf);
    src: url(../fonts/Roobert-Medium.woff);
    font-weight: 500;
}
@font-face {
    font-family: "Roobert";
    src: url(https://bcd-kmv-novo.s3.amazonaws.com/lp/rock-in-rio/fonts/Roobert-SemiBold.otf);
    src: url(../fonts/Roobert-SemiBold.woff);
    font-weight: 600;
}
@font-face {
    font-family: "Roobert";
    src: url(https://bcd-kmv-novo.s3.amazonaws.com/lp/rock-in-rio/fonts/Roobert-Bold.otf);
    src: url(../fonts/Roobert-Bold.woff);
    font-weight: 700;
}
@font-face {
    font-family: "Ipiranga";
    src: url(../fonts/IpirangaTextos-Regular.woff);
    font-weight: 400;
}
@font-face {
    font-family: "Ipiranga";
    src: url(../fonts/IpirangaTextos-Medium.woff);
    font-weight: 500;
}
@font-face {
    font-family: "Ipiranga";
    src: url(../fonts/IpirangaTextos-Bold.woff);
    font-weight: 700;
}
@font-face {
    font-family: "Ipiranga";
    src: url(../fonts/IpirangaTextos-ExtraBold.woff);
    font-weight: 800;
}
@font-face {
    font-family: "Ipiranga";
    src: url(../fonts/IpirangaTextos-Black.woff);
    font-weight: 900;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    background-color: #FFD100;
    text-align: center;
}
.container {
    max-width: 1920px;
    margin: 0 auto;
    background: #FFD100;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.menu {
    background-color: #0045B5;
    padding: 32px 0;
}
.section {
    padding: 15px;
    text-align: left;
}
.header {
    display: flex;
    align-items: center;
    justify-content: end;
    background: url(https://image.newskmdevantagens.com.br/lib/fe3111717164057f7c1c70/m/1/22e5bf40-7bb0-43ea-b00c-55596edd62bf.jpg) no-repeat center;
    height: 854px;
    padding: 0 63px;
    border-bottom: 4px solid #0045B5;
    border-radius: 0 0 120px 120px;
}
.header h1 {
    color: #ffffff;
    font-family: "Ipiranga", Arial, Helvetica, sans-serif;
    font-size: 75px;
    font-weight: bold;
    text-align: right;
    max-width: 24ch;
}
.header h1 span {
    color: #FFD100;
}
.am {
    background-color: #FFD100;
    margin: 0 136px;
}
.nova-mecanica {
    padding: 120px 0;
}
.nova-mecanica h2 {
    font-family: "Ipiranga", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 90px;
    color: #FF6900;
    margin: 0;
}
.nova-mecanica p {
    font-family: "Ipiranga", Arial, Helvetica, sans-serif;
    font-size: 55px;
    color: #0045B5;
    margin: 0;
}
.destaque-laranja {
    background-color: #FF6900;
    color: #ffffff;
}
.az {
    background-color: #0045B5;
    border-radius: 120px;
    position: relative;
}
.pontos {
    margin: 0 136px;
}
.pontos h2 {
    font-size: 75px;
    font-family: "Ipiranga", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 140px;
}
.pontos .destaque-laranja {
    font-weight: 900;
}
.pontos .destaque-am {
    color: #FFD100;
}
.highlight {
    color: #0069FF;
    font-weight: 900;
}
.list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 160px;
    padding-bottom: 170px;
    z-index: 1;
}
.flex {
    display: flex;
    align-items: center;
    gap: 65px; 
}
.flex p {
    font-family: "Ipiranga", Arial, Helvetica, sans-serif;
    font-size: 49px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}
.font-am {
    color: #FFD100;
}
.detalhe {
    display: block;
    position: absolute;
    width: 96%;
    top: 50%;
    left: 4%;
    z-index: 0;
}
.item-01 {
    padding-right: 50px;
}
.item-02 {
    padding-right: 280px;
}
.item-03 {
    padding-right: 280px;
}
.kmv {
    text-align: center;
    border-bottom: 3px dashed #0045B5;
    margin-bottom: 120px;
}
.kmv h2 {
    font-size: 90px;
    font-family: 'Ipiranga', Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: #FF6900;
}
.kmv p {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Ipiranga', Arial, Helvetica, sans-serif;
    color: #0045B5;
    padding: 0 200px;
    margin: 110px 0;
}
.promocional {
    width: 80% !important;
}
.parceiros h2 {
    font-size: 52px;
    font-weight: 900;
    font-family: 'Ipiranga', Arial, Helvetica, sans-serif;
    color: #0069FF;
}
.parceiros h2 span {
    background-color: #FF6900;
    color: #ffffff;
}
.carousel-container {
    position: relative;
    width: 80%;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}
.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.carousel-item {
    flex: 0 0 calc(100% / 2);
    padding: 0 5px;
}
.carousel-item img {
    width: 100%;
    border-radius: 24px;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FF8B00;
    color: #0045B5;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    margin: 0;
    width: 40px;
    height: 40px;
}
.prev { left: 10px; }
.next { right: 10px; }
.dots {
    text-align: center;
    margin-top: 10px;
}
.dot {
    width: 10px;
    height: 10px;
    background: #FF8B00;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
.active { background: #0045B5; }
.cta-button {
    display: inline-block;
    background: #0045B5;
    color: #FFD100;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 24px;
    margin: 20px 0 80px 0;
    font-size: 40px;
    font-family: 'Ipiranga', Arial, Helvetica, sans-serif;
}
.cta-button:hover {
    background: #002080;
}
@media (max-width: 1440px) {
    .list {
        gap: 120px;
        padding-bottom: 80px;
    }
    .flex img {
        width: 180px;
    }
    .flex p {
        font-size: 30px;
    }
    .item-01 {
        padding-right: 60px;
    }
    .item-02 {
        padding-right: 240px;
    }
    .item-03 {
        padding-right: 220px;
    }
    .detalhe {
        top: 61.5%;
    }
    .pontos h2 {
        margin-bottom: 80px;
    }
    .kmv h2 {
        font-size: 60px;
    }
    .kmv p {
        font-size: 24px;
        margin-bottom: 80px;
    }
}

@media (max-width:600px) {
    .menu {
        padding: 18px 0;
    }
    .menu img{
        width: 200px;
    }
    .header {
        background: url(https://image.newskmdevantagens.com.br/lib/fe3111717164057f7c1c70/m/1/22e5bf40-7bb0-43ea-b00c-55596edd62bf.jpg) no-repeat center;
        background-size: 800px;
        height: 300px;
        border-radius: 0 0 24px 24px;
        padding: 0 20px;
    }
    .header h1 {
        font-size: 32px;
    }
    .am {
        margin: 0 20px;
    }
    .nova-mecanica {
        padding: 40px 0;
    }
    .nova-mecanica h2 {
        font-size: 32px;
    }
    .nova-mecanica p {
        font-size: 16px;
    }
    .az {
        border-radius: 24px;
    }
    .pontos {
        margin: 0 20px;
    }
    .pontos h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 32px;
    }
    .list {
        gap: 32px;
        padding-bottom: 24px;
    }
    .flex {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    .flex img {
        width: 70px;
    }
    .flex p {
        font-size: 16px;
    }
    .item-01, .item-02, .item-03 {
        margin: 0;
        padding: 0;
    }
    .flex.item-02 {
        flex-direction: column-reverse;
    }
    .detalhe {
        visibility: hidden;
    }
    .kmv {
        margin-bottom: 40px;
    }
    .kmv h2 {
        font-size: 32px;
    }
    .kmv h2 img {
        width: 70px;
    }
    .kmv p {
        font-size: 12px;
        padding: 0;
        margin: 24px 0;
    }
    .promocional {
        width: 90% !important;
    }
    .carousel-container {
        margin: 0 auto;
        width: 90%;
    }
    .parceiros h2 {
        font-size: 20px;
        padding: 0 40px;
    }
    .carousel-item { flex: 0 0 100%; }
    .arrow {
        top: 40%;
        width: 24px;
        height: 24px;
    }
    .cta-button {
        margin: 20px 0 40px 0;
        font-size: 24px;
    }
    .carousel-item {
        flex: 0 0 100%;
    }
    .prev { left: 5px; }
    .next { right: 5px; }
}
.image-placeholder {
    width: 100%;
    border-radius: 8px;
}