﻿@import '../assets-giro/css/fonts/fonts.css';

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 16px;
    font-family: Gotham-book, Arial, Arial, Helvetica, sans-serif;
    background: #1E1E1E;
}
#rockinrio .header {
    position: relative;
}
#rockinrio .header::after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #1E1E1E 0%, transparent 40%);
    position: absolute;
    pointer-events: none;
}
#rockinrio h2 {
    font-family: swis721_blkrnd_btblack, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #B4D800;
}
#rockinrio h3 {
    font-family: swis721_blkrnd_btblack, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 20px;
    margin-top: -15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #B4D800;
}
#rockinrio p {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0;
}

#rockinrio .header img {
    width: 100%;
    display: block;
	margin-top: -1px;
}
@media(max-width: 992px) {
    #rockinrio h2 {
        font-size: 24px;
    }

    #rockinrio h3 {
        font-size: 14px;
    }
}
#rockinrio .content {
    max-width: 970px;
    margin: 0 auto;
}

@media(max-width: 992px) {
    #rockinrio .content {
        padding: 0 30px;
    }
}
.is-desktop { 
    display: block !important;
}
.is-mobile {
    display: none !important;
}
@media(max-width: 992px) {
    .is-desktop {
        display: none !important;
    }

    .is-mobile {
        display: block !important;
    }
}
.info-basica {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.ida-e-volta {
    padding-top: 30px;
    padding-bottom: 30px;
}
.infos-uteis {
    padding-top: 30px;
    padding-bottom: 30px;
}
.faq {
    padding-top: 30px;
    padding-bottom: 30px;
}
.programacao {
    padding-top: 30px;
    padding-bottom: 30px;
}

.info-basica p.small {
    font-size: 12px !important;
    line-height: 16px !important;
}
@media(max-width: 992px) {
    .info-basica p.small {
        font-size: 14px !important;
        line-height: 18px !important;
    }
}

.area-linhas {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 40px;
}
    .area-linhas > li {
        flex: 1;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
        .area-linhas > li .linhas {
            display: flex;
            align-items: center;
            justify-content: center;
            column-gap: 5px;
            background: #004388;
            padding: 5px 25px;
            border-radius: 30px;
            font-family: 'swis721_blkrnd_btblack';
            text-transform: uppercase;
        }

    .area-linhas > li p {
        font-size: 12px !important;
        line-height: 16px !important;
        
    }

    .area-linhas > li img {
        width: 26px;
    }

    @media(max-width: 992px) {
        .area-linhas > li p {
            font-size: 14px !important;
            line-height: 18px !important;
        }
        .area-linhas {
            flex-direction: column;
        }
    }

    .columnas {
        display: flex;
        column-gap: 10px;
        row-gap: 10px;
        align-items: flex-start;
    }
    .columnas > div {
        flex: 1;
        padding: 10px;
        border-radius: 20px;
        background: #52525B;
        display: flex;
        row-gap: 10px;
        column-gap: 10px;
    }
        .columnas > div > .img {

        }

        .columnas > div > .img img {
            max-width: 50px;
        }

        .columnas > div > div:last-child {
            flex: 1;
        }
        .columnas > div > div:last-child p {
            font-size: 12px !important;
            line-height: 16px !important;
        }


        @media(max-width: 992px) {
            .columnas > div > div:last-child p {
                font-size: 14px !important;
                line-height: 18px !important;
            }
            .columnas {
                flex-direction: column;
            }
        }


.ida-e-volta {
   position: relative;
}

    .ida-e-volta >div{
        z-index: 999;
        position: relative;
    }

    .ida-e-volta::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: url(./bg-ida-volta.jpg) no-repeat center center;
        background-size: cover;
        opacity: 0.2;
        pointer-events: none;
    }

    .ida-e-volta:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: linear-gradient(#1E1E1E, transparent, #1E1E1E);
        background-size: cover;
        pointer-events: none;
    }
    .ida-e-volta .cards-3-col {
        display: flex;
        column-gap: 10px;
        row-gap: 10px;
    }
        .ida-e-volta .cards-3-col > div.cards {
            background: rgba(51, 51, 51, 0.65);
            border-radius: 20px;
            padding: 20px 10px;
            flex: 1;
            display: flex;
            column-gap: 5px;
        }
            .ida-e-volta .cards-3-col > div.cards > div:first-child {
                width: 45%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
                .ida-e-volta .cards-3-col > div.cards > div:first-child img {
                    max-width: 100%;
                }
            .ida-e-volta .cards-3-col > div.cards > div:last-child {
                flex: 1;
            }
                .ida-e-volta .cards-3-col > div.cards > div:last-child > strong {
                    margin-bottom: 10px;
                    display:block;
                }
                .ida-e-volta .cards-3-col > div.icon-reload {
                    width: 110px;
                    max-width: 10%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
        .ida-e-volta .cards-3-col > div.icon-reload img {
            max-width: 100%;
        }
        .ida-e-volta .cards-3-col > div.cards storng {
            font-size: 16px !important;
        }
        .ida-e-volta .cards-3-col > div.cards p {
            font-size: 12px !important;
            line-height: 18px !important;
        }
        .ida-e-volta .cards-3-col > div.cards ul {
            padding-left: 30px;
        }
        .ida-e-volta .cards-3-col > div.cards li {
            list-style: disc;
            font-size: 12px !important;
            line-height: 18px !important;
        }

        @media(max-width: 992px) {
            .ida-e-volta .cards-3-col > div.cards > div:first-child img {
                max-width: 70%;
            }
            .ida-e-volta .cards-3-col > div.cards {
                flex-direction: column;
            }
                .ida-e-volta .cards-3-col > div.cards > div:first-child,
                .ida-e-volta .cards-3-col > div.cards > div:last-child {
                    width: 100%;
                }
                    .ida-e-volta .cards-3-col > div.cards > div:last-child strong,
                    .ida-e-volta .cards-3-col > div.cards > div:last-child p {
                        text-align: center;
                        display: block;
                    }
                        .ida-e-volta .cards-3-col > div.cards > div:last-child p.subtitle {
                            text-align: center;
                            font-size: 14px !important;
                        }
                        .ida-e-volta .cards-3-col > div.cards > div:last-child p {
                            text-align: left;
                        }
                        .area-btn {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }
            .ida-e-volta .cards-3-col > div.icon-reload {
                max-width: 30%;
            }
            .ida-e-volta .cards-3-col {
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
        }

         .faq ul {
            margin-top: 30px;
        }
.faq li {
    padding: 15px 40px 15px 20px;
    border-radius: 10px;
    background: #F3F3F3;
    margin-bottom: 10px;
    position: relative;
}
    .faq li.open .body {
        
    }

    .faq li .bullet {
        background: url('./seta-direita-preta.png') no-repeat center center !important;
        transform: rotate(90deg);
        background-size: contain;
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        width: 24px;
        height: 24px;
        background: red;
        margin-top: -12px;
        cursor: pointer;
    }
    .faq li.open .bullet {
        transform: rotate(270deg);
    }
    .faq li .title {
        font-size: 12px;
        font-weight: bold;
        line-height: 18px;
        color: black;
        cursor: pointer;
    }
    .faq li .body {
        font-size: 12px;
        line-height: 18px;
        color: black;
        margin-top: 10px;
        display: none;
    }
.programacao {
    /*background: url(./bg-programacao.jpg) no-repeat center center;*/
    background-size: cover;
    position: relative;
}
    .programacao::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: url(./bg-programacao.jpg) no-repeat center center;
        background-size: cover;
        opacity: 0.2;
        pointer-events: none;
    }
    .programacao:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: linear-gradient(#1E1E1E, transparent, #1E1E1E);
        background-size: cover;
        pointer-events: none;
    }
.programacao > div {
     z-index: 333;
     position: relative;
}
    .programacao p {
        text-align: center;
    }
.btn.btn-branco {
    display: inline-flex;
    padding: 5px 20px;
    border-radius: 25px;
    height: auto;
    background: white;
    color: #B4D800;
    font-weight: bold;
    border: none;
    margin-top: 20px;
    column-gap: 10px;
    align-items: center;
    font-size: 12px;
    font-family: swis721_blkrnd_btblack, Arial, Helvetica, sans-serif;
    line-height: 30px;
}
.programacao .btn span {
    flex: 1;
}

.programacao .btn img {
    width: 30px;
    height: auto;
}
@media(max-width: 992px) {
    .programacao p {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .programacao .btn img {
        width: 20px;
        height: auto;
    }
    
}
