@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;
}

body {
    background-color: #000131;
    font-family: "Roobert", Arial, Helvetica, sans-serif;
}

/* HEADER */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.90);
    z-index: 9999;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-90%, -50%);
    padding: 20px;
}
.modal-content img {
    width: 180%;
}
.header {
    position: fixed;
    width: 100%;
    background-color: #0045B5;
    box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.48);
    z-index: 10;
}
.container {
    display: flex;
    max-width: 1800px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
    padding: 24px 60px;
}
.logo img{
    width: 110px;
}
.header_menu ul{
    display: flex;
    gap: 40px;
}
.header_menu ul li a{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
.dest {
    background-color: #FFD100;
    padding: 12px 24px;
    border-radius: 12px;
    color: #0045B5 !important;
}
.img-header img{
    width: 100%;
    height: auto;
}
.bloco-a {
    z-index: 1;
}
.bnf {
    display: flex;
    margin: 0 auto;
}
.det {
    z-index: 1;
}
.uw {
    display: none;
}
.det-2 {
    position: relative;
    top: -200px;
    left: 845px;
    margin-bottom: -200px;
}
.bnf-text {
    margin: 80px 0 0 -20px;
}
.bnf-text h1 {
    font-size: 100px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    margin-bottom: 120px;
}
.bnf-text h1 span {
    color: #FFD100;
}
.bnf-text h2 {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 70px;
    text-align: left;
    padding-right: 440px;
}
.bnf-text h2 span {
    color: #FF8B00;
}
.pontos {
    background-color: #F5F5F5;
    width: 1090px;
    text-align: center;
    padding: 40px 64px;
    box-sizing: border-box;
    border-radius: 40px;
}
.pontos h3 {
    font-size: 60px;
    color: #0045B5;
    margin-bottom: 35px;
}
.pontos h3 b {
    color: #FF8B00;
}
.pontos p {
    font-size: 30px;
    color: #0045B5;
}
.vend {
    display: flex;
    justify-content: center;
    gap: 162px;
    margin-bottom: 160px;
}
.vend h2 {
    font-size: 80px;
    font-weight: 700;
    color: #FF8B00;
    margin-bottom: 24px;
}
.time {
    margin-top: -120px;
}
.time h3{
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
}
.user {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 60px;
}
.abert {
    text-align: left;
    font-size: 50px;
    color: #ffffff;
    margin: 18px 0 60px 0;
}
.abert b {
    color: #D842AC;
}
.cad {
    width: 1007px;
}
.icon {
    display: flex;
    gap: 32px;
}
.mb {
    display: none;
}
.icon h3 {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 24px;
}
.text-1 b {
    color: #FFD100;
}
.icon p {
    font-size: 25px;
    color: #ffffff;
    max-width: 50ch;
}
.text-2 {
    max-width: 34ch;
}
.text-2, .text-3 {
    padding-right: 80px;
}
.text-2 b {
    color: #D842AC;
}
.text-3 b{
    color: #FF8B00;
}
.btn-g {
    display: inline-block;
    background-color: #D842AC;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 18px;
    border: 4px solid #0045B5;
}
.detalhe-2 {
    background: url(https://bcd-kmv-novo.s3.amazonaws.com/lp/rock-in-rio-resumida/det-6.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 40px;
    margin-bottom: 260px;
}
.detalhe-2 h2 {
    font-size: 90px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    padding-top: 140px;
    max-width: 24ch;
}
.detalhe-2 h2 b {
    color: #D842AC;
}
.footer {
    background: url(https://bcd-kmv-novo.s3.amazonaws.com/lp/rock-in-rio-resumida/bg-footer.jpg);
    height: 1683px;
    background-size: cover;
    background-position: center;
}

@media (min-width: 1921px) {
    .introducao {
        height: 500px;
    }
    .det {
        display: none;
    }
    .uw {
        display: block;
        z-index: 1;
    }
    .det-2 {
        left: 1203px;
    }
    .bnf-text h2 {
        padding-right: 700px;
    }
    .vend {
        gap: 250px;
    }
    .detalhe-2 h2 {
        padding: 140px 610px 0 610px;
    }
    .footer {
        height: 2100px;
    }
}
/*Responsivo laptop*/
@media (max-width: 1440px) {
    .introducao {
        height: 300px;
    }
    .det {
        width: 340px;
    }
    .bnf-text {
        margin: 80px 0 0 -15px;
    }
    .bnf-text h1 {
        font-size: 72px;
        margin-bottom: 80px;
    }
    .bnf-text h1 img {
        width: 140px;
    }
    .bnf-text h2 {
        font-size: 40px;
        padding-right: 400px;
    }
    .pontos {
        width: 760px;
    }
    .pontos h3 {
        font-size: 40px;
    }
    .pontos p {
        font-size: 18px;
    }
    .det-2 {
        width: 600px;
        top: -140px;
        left: 608px;
        margin-bottom: -140px;
    }
    .vend {
        gap: 100px;
    }
    .vend h2 {
        font-size: 60px;
    }
    .time {
        margin-top: -80px;
    }
    .time h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .user {
        font-size: 18px;
    }
    .abert {
        font-size: 32px;
        margin: 12px 0 40px 0;
    }
    .clock {
        width: 70px;
    }
    .cad {
        width: 760px;
    }
    .icon img {
        width: 100px;
        margin-top: 0;
    }
    .icon h3 {
        font-size: 26px;
    }
    .icon p {
        font-size: 18px;
        margin: 18px 0;
    }
    .text-2, .text-3 {
        padding-right: 64px;
        padding-top: 20px;
    }
    .btn-g {
        font-size: 32px;
        margin-bottom: 0;
    }
    .detalhe-2 h2 {
        font-size: 72px;
        padding-top: 120px;
        
    }
}

@media (max-width: 600px) {
    .container {
        padding: 24px 0;
    }
    .header_menu ul {
        gap: 10px;
    }
    .header_menu ul li a {
        font-size: 12px;
        padding: 8px 16px;
        border-radius: 8px;
    }
    .logo img {
        width: 80px;
    }
    .img-header img {
        margin-top: 70px;
    }
    .bnf {
        flex-direction: column;
        align-items: center;
    }
    .det, .det-2 {
        display: none;
    }
    .bnf-text {
        margin: 0;
    }
    .bnf-text h1 {
        font-size: 32px;
        margin-bottom: 32px;
    }
    .bnf-text h1 img {
        width: 80px;
    }
    .bnf-text h2 {
        font-size: 16px;
        width: 276px;
        margin-bottom: 24px;
        text-align: left;
        padding-right: 0;
    }
    .pontos {
        width: 340px;
        padding: 28px;
        border-radius: 12px;
    }
    .pontos h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .vend {
        flex-direction: column;
        gap: 24px;
        margin: 20px 0 60px 0;
    }
    .time {
        text-align: center;
        margin-top: 0;
    }
    .vend h2 {
        font-size: 32px;
        margin-bottom: 0;
    }
    .clock {
        width: 40px;
    }
    .time h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .desco {
        max-width: 100%;
        margin-bottom: 12px;
    }
    .user {
        font-size: 8px;
        padding: 0 58px;
        margin-bottom: 24px;
    }
    .abv {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
    .abert {
        font-size: 16px;
        margin: 0;
    }
    .cad {
        width: 320px;
        text-align: center;
        margin: 0 auto;
    }
    .cad h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .bapp {
        color: #ffffff;
        margin-bottom: 32px;
    }
    .btn-g {
        display: inline-block;
        font-size: 18px;
        padding: 12px 24px;
        border-radius: 12px;
        border: 2px solid #0045B5;
        color: #0045B5;
        background-color: #FFD100;
        margin-bottom: 24px;
    }
    .lr {
        background-color: #FF8B00 ;
    }
    .app {
        display: flex;
        align-items: end;
        gap: 32px;
        margin-bottom: 24px;
    }
    .app img {
        margin-bottom: 12px;
    }
    .app p {
        font-size: 12px;
        color: #ffffff;
    }
    .app p a {
        color: #ffffff;
        text-decoration: underline;
    }
    .resv {
        display: flex;
        gap: 12px;
        margin-bottom: 24px;
    }
    .az {
        background-color: #78e6e9;
    }
    .resv p {
        color: #ffffff;
        text-align: left;
    }
    .deta-4 {
        background: url(https://bcd-kmv-novo.s3.amazonaws.com/lp/rock-in-rio-resumida/det-4.png) no-repeat;
        background-size: cover;
        background-position: center;
        height: 23px;
    }
    .deta-5 {
        background: url(https://bcd-kmv-novo.s3.amazonaws.com/lp/rock-in-rio-resumida/det-5.png) no-repeat;
        background-size: cover;
        background-position: center;
        height: 23px;
    }
    .pay {
        text-align: center;
    }
    .even {
        color: #ffffff;
        font-size: 15px;
        padding: 0 70px;
    }
    .pay-icon {
        display: flex;
        gap: 24px;
        text-align: center;
        padding: 0 44px;
        margin-bottom: 24px;
    }
    .pay-cont p {
        color: #ffffff;
        font-size: 14px;
    }
    .pay-cont p span {
        font-weight: 700;
    }
    .roxo {
        color: #D842AC;
    }
    .larn {
        color: #FF8B00;
    }
    .dkt {
        display: none;
    }
    .mb {
        display: block;
    }
    .text-2, .text-3 {
        padding-right: 0;
        padding-top: 0;
    }
    .text-3 {
        padding: 0 32px;
    }
    .detalhe-2 {
        height: 20px;
        margin-bottom: 80px;
        text-align: center;
    }
    .detalhe-2 h2 {
        font-size: 22px;
        max-width: 28ch;
        padding: 40px 0 0 0;
        margin-bottom: 24px;
    }
    .rx {
        color: #ffffff;
        background-color: #D842AC;
    }
    .footer {
        height: 450px;
    }
    .logo-ft {
        display: block;
        margin: 0 auto;
    }
}