@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@400;500;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



:root {
    --azul-primario: #005EB8;
    --azul-dark: #0024A9;
    --azul-vivo: #3B4AFF;
    --text: #1D242B;
    --branco: #fff;
}

/******Padrão*******/

body, button{
    font-family: 'Alegreya Sans', sans-serif;
}

a{
    text-decoration: none;
}


/******Tipografia*******/

h1{
    font-size: 64px;
}

h2{
    font-size: 32px;
}

h3{
    font-size: 24px;
}

h4{
    font-size: 1.3rem;
}



/******CORES*******/

.text{
    color: var(--text);
}

.azul-vivo{
    color: var(--azul-vivo);
}

.azul-dark{
    color: var(--azul-dark);
}

/******Botões*******/

.btn-azul{
    background-color: var(--azul-vivo);
    font-size: 1.5rem;
    color: var(--branco);
    padding: 25px 55px;
    border-radius: 200px;
    display: block;
    text-align: center;
}

.btn-outline{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--branco);
    height: 60px;
    width: initial;
    border: 1px solid var(--azul-vivo);
    border-radius: 200px;
    font-size: 1.5rem;
    color: var(--azul-vivo);
}


/******Utilidades*******/

.txt-center{
    text-align: center;
}


.container{
    padding: 80px;
}



.bg-azul-home{
    background-color: #001fae;
    color: var(--branco);
    display: flex;
    flex-direction: column;
    gap: 15%;
}






/**************************************/
/*************   HOME   ***************/
/**************************************/
.header-home{
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 30vh; */
    background-image: url(images/fundo-topo.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 80px;
}

.mosaico-home{
    width: 100%;
    margin-top: 150px;
}

.logo-home{
    width: 20%;
}

.logo-home img{
    width: 100%;
}

.logo-evento{
    display: flex;
    justify-content: center;
    width: 100%;
}

.logo-evento img{
    width: 70%;
}

.botoes-home{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    margin: 100px 0;
}

.botoes-home .btn {
    background-color: var(--azul-vivo);
    padding: 32px 70px;
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--branco);
    border-radius: 100px;
    text-align: center;
    font-weight: 500;
}

.botoes-home .ou{
    font-size: 20px;
    color: var(--text);
    border-radius: 30px;
    background-color: white;
    padding: 15px;
}



/**************************************/
/*************   Header   ***************/
/**************************************/


header{
    display: flex;
    justify-content: space-between;
    height: 120px;
    background-color: var(--branco);
    border-bottom: 1px solid var(--azul-primario);
    padding: 30px;
}


header .botoes{
    display: flex;
    gap: 30px ;
}

header .btn-home-header{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--branco);
    height: 60px;
    width: 60px;
    border: 1px solid var(--azul-vivo);
    border-radius: 200px;
}

header .btn-home-header .material-symbols-outlined{
    color: var(--azul-vivo);
}

header .btn-voltar{
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 65px; */
    border: 1px solid var(--azul-vivo);
    border-radius: 200px;
    font-size: 1.5em;
    color: var(--azul-vivo);
    padding: 0 1.5em ;
}



/**************************************/
/*************   Listagem destinos   ***************/
/**************************************/

.grid-listagem-roteiros{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 5rem;
    margin-top: 60px;
}

.grid-listagem-roteiros div {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
}

.grid-listagem-roteiros img{
    width: 100%;
    border-radius: 10px;
}



/**************************************/
/*************   FILTRO   ***************/
/**************************************/


.filtro .header{
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.filtro .header h1{
    width: 80%;
    text-align: center;
    font-size: 50px;
}

.box-filtro{
    border: 1px solid var(--azul-vivo);
    padding: 67px;
    border-radius: 30px;
}


.box-filtro .pergunta {
    background-color: var(--azul-vivo);
    display: flex;
    justify-content: center;
    padding: 25px;
    font-size: 3rem !important;
    color: white;
    position: relative;
    transform: skew(-7deg, 0deg);
}


.box-filtro .numero {
    position: absolute;
    top: -32px;
    left: 13px;
}

.box-filtro .numero img{
    width: 120%;
    transform: skew(12deg, 0deg);
}

.box-filtro span {
    font-size: 1.2rem;
    margin: 15px 0;
    display: block;
    text-align: center;
}

.passo-2{
    margin-top: 80px;
}

.grupo-btns{
display: flex;
justify-content: center;
flex-wrap: wrap;
column-gap: 5px;
row-gap: 5px;
margin: 80px 0;
}

.passo-2 .grupo-btns{
    margin-bottom: 0px;
}

.grupo-btns div {
    display: flex;
    position: relative;
}

.grupo-btns div label{
    position: relative;
    cursor: pointer;
}

.grupo-btns div label input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.grupo-btns div label input[type="radio"]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}



.grupo-btns div label span {
    position: relative;
    background-color: #ffffff;
    border: 1px solid var(--azul-vivo);
    border-radius: 200px;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
    font-size: 1.6rem;
    transition: all 0.3s;
    margin: 5px;
}

.grupo-btns div label input[type="checkbox"]:checked ~ span{
    background-color: var(--azul-vivo);
    color: var(--branco);
    border: 5px solid #E3F897;
    transition: all 0.3s;
}

.grupo-btns div label input[type="radio"]:checked ~ span{
    background-color: var(--azul-vivo);
    color: var(--branco);
    border: 5px solid #E3F897;
    transition: all 0.3s;
}
.grupo-btns div label input[type="checkbox"]:disabled ~span{
    background-color: #dddddd;
    color: #555555;
    opacity: .5;
    border: none;
}


.btn-buscar{
    font-size: 2rem;
    text-transform: uppercase;
    background-color: var(--azul-vivo);
    color: var(--branco);
    height: 100px;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    width: 400px;
    margin: 80px auto 0 auto;
    cursor: pointer;
    border: none;
}


/**************************************/
/*************   Página interna   ***************/
/**************************************/

.box-info-destino {
    border: 1px solid var(--azul-vivo);
    border-radius: 30px;
    padding: 65px 65px 120px 65px;
    margin-top: 60px;
}

.box-info-destino .conteudo-destino{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.box-info-destino .conteudo-destino .image{
    flex-basis: 40%;
}

.box-info-destino .conteudo-destino .image img {
    width: 100%;
    border-radius: 10px;
}

.box-info-destino .conteudo-destino .infos{
    flex-basis: 50%;
}

.box-info-destino .conteudo-destino .infos h3 {
    font-size: 3rem;
    color: var(--azul-vivo);
    margin-bottom: 40px;
}

.box-info-destino .conteudo-destino .infos p {
    font-size: 1.2rem;
    color: var(--text);
    line-height: 150%;
    margin-bottom: 40px;
}


.box-info-destino .msg-pronto {
    width: 60%;
    margin: 60px auto;
}

.info-qrcode {
    background-color: var(--azul-vivo);
    width: 30%;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    /* margin-top:-125px; */
}

.mao-qrcode{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
    margin-bottom: 10px;
}

.qrcode {
    width: 200px;
}

.qrcode img {
    width: 100%;
}

.msg-footer-qr{
    margin: 30px auto;
    width: 60%;
    text-align: center;
}

.download-mobile{
    display: none;
}



/**************************************/
/*********   Obrigado   ***************/
/**************************************/


img.fundo-obrigado {
    margin-top: 110px;
    margin-bottom: 150px;
    width: 100%;
}
img.fundo-obrigado2 {
    margin-top: 200px;
    margin-bottom: 80px;
    width: 100%;
}

img.img-obrigado {
    display: block;
    margin: 0 auto;
}

.box-msg-obrigado {
    width: 70%;
    border: 1px solid #333;
    border-radius: 30px;
    margin: 0 auto;
    padding: 170px;
    margin-top: -70px;
}

.box-msg-obrigado a.btn-outline {
    margin: 0 auto;
    margin-top: 60px;
}

.box-msg-obrigado a.btn-outline span{
    color: var(--azul-vivo);
    margin-right: 10px;
}


/**************************************/
/*********   Resultado Filtro   ***************/
/**************************************/

.header-filtro {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e1e1e1;
}

.header-filtro h3{
    color: #797979;
    font-weight: 100;
}

.header-filtro .result-filtro {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    padding: 30px 0;
}

.tagfiltros {
    display: flex;
    gap: 60px;
    margin: 0 70px;
}

.tagfiltros h3{
    font-weight: 100;
    color: var(--azul-vivo);
    text-transform: uppercase;
    font-size: 1.2rem;
    background-color: #e5e5e5;
    padding: 5px 15px;
    border-radius: 151px;
    display: inline-block;
}



/* responsive */
@media screen and (max-width: 480px) {

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    header {
        align-items: center;
        padding: 11px;
    }

    .header-home {
        margin-top: 45px;
    }
    .logo-home {
        width: 30%;
    }
    .mosaico-home {
        width: 150%;
        margin-top: 36px;
    }

    .botoes-home {
        margin: 35px 0;
        gap: 20px;
    }

    .botoes-home .btn {
        padding: 17px 70px;
        font-size: 20px;
    }

    .logo-sebrae-header{
        display: none;
    }

    .logo-evento-header{
        width: 90%;
    }

    header .btn-home-header {
        height: 50px;
        width: 50px;
    }

    header .btn-voltar {
        height: 50px;
        font-size: 1.2em;
        padding: 0 1.5em;
    }

    header .botoes {
        display: flex;
        gap: 9px;
    }

    .container {
        padding: 30px;
    }

    .grid-listagem-roteiros {
        grid-template-columns: 1fr 1fr;
        column-gap: 1rem;
    row-gap: 4rem;
    }

    .btn-azul {
        font-size: 1.2rem;
        padding: 10px 15px;
    }

    .box-info-destino {
        border: 1px solid var(--azul-vivo);
        border-radius: 20px;
        padding: 35px;
        margin-top: 16px;
    }

    .box-info-destino .conteudo-destino {
        display: flex;
        justify-content: space-between;
        gap: 60px;
        flex-direction: column;
    }

    .box-info-destino .conteudo-destino .infos h3 {
        text-align: center;
        font-size: 30px;
    }

    .box-info-destino .conteudo-destino .infos p {
        text-align: center;
    }

    .msg-pronto {
        display: none;
    }

    .mao-qrcode {
        display: none;
    }

    .info-qrcode {
        display: none;
    }

    p.msg-footer-qr {
        display: none;
    }

    .download-mobile{
        padding: 30px;
        display: block;
    }

    .download-mobile h2{
        font-size: 30px;
    }

    .btn-download{
        background-color: var(--azul-vivo);
    font-size: 1.5rem;
    color: var(--branco);
    padding: 25px 55px;
    border-radius: 200px;
    display: block;
    text-align: center;
    margin-top: 30px;
    }

    .filtro .header h1 {
        font-size: 30px;
    }

    .box-filtro {
        padding: 40px;
    }

    .box-filtro .pergunta {
        font-size: 1.5rem !important;
    }

    .box-filtro .numero {
        position: absolute;
        top: -30px;
        left: -23px;
        width: 36px;
    }

    .box-filtro span {
        font-size: 1rem;
    }

    .grupo-btns {
        margin: 18px 0;
    }

    .grupo-btns div label span {
        height: 2.5rem;
        font-size: 1.1rem;
        padding: 0 16px;
    }

    .btn-buscar {
        font-size: 1.5rem;
        height: 56px;
        padding: 31px;
        border-radius: 200px;
        width: 100%;
        margin: 28px auto 0 auto;
    }

    img.fundo-obrigado {
        margin-top: 43px;
        margin-bottom: 65px;
        width: 100%;
    }

    img.img-obrigado {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    .box-msg-obrigado {
        width: 70%;
        border: 1px solid #333;
        border-radius: 30px;
        margin: 0 auto;
        padding: 100px 30px 30px 30px;
        margin-top: -49px;
    }

    img.fundo-obrigado2 {
        margin-top: 59px;
        margin-bottom: 39px;
        width: 100%;
    }

    .btn-outline {
        font-size: 1.1rem;
        padding: 15px;
    }

}