* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}

img {
    display: block;
    width: 100%;
}

body {
    margin: 0;
    font-family: "Poppins",
        sans-serif;

}

header {
    background-color: #202943;
    padding: 10px 0;
}

/* Container principal */
#menu_nav {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Estilo do menu desktop */
#desktop ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
}

/* Itens do menu */
.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0D3E66;
    font-size: 14px;
    text-align: center;
}

.menu-item img {
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
}

/* Separadores laranja ✻ */
.separator {
    color: #ec6c34;
    font-size: 18px;
    margin: 0 5px;
}

/* Logo central */
#logo-center img {
    height: 60px;
}

/* Links */
nav a {
    color: #DD530C;
    text-decoration: none;
    font-family: sans-serif;
}

nav a:hover {
    color: white;
}




#bigmac {
    display: none;

    width: 40px;
    height: 28px;

    position: relative;

    z-index: 30;

    cursor: pointer;
}

#bigmac .linha {
    position: absolute;
    height: 4px;
    width: 100%;


    background-color: #DD530C;
    border-radius: 9px;

    opacity: 1;
    left: 0;

    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
}


#bigmac .linha:nth-child(1) {
    top: 0px;
}

#bigmac .linha:nth-child(2) {
    top: 12px;
}

#bigmac .linha:nth-child(3) {
    top: 12px;
}

#bigmac .linha:nth-child(4) {
    top: 24px;
}

#bigmac.open .linha:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#bigmac.open .linha:nth-child(2) {
    transform: rotate(45deg);
}

#bigmac.open .linha:nth-child(3) {
    transform: rotate(-45deg);
}

#bigmac.open .linha:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


nav#mobile {
    display: none;

}






a {
    display: block;
}

#estadia {

    padding-bottom: 100px;
}

.centro {
    max-width: 1240px;
    margin: auto;
    width: 80%;

}

.lado_lado {
    display: flex;

}

.lado_lado_gap {
    display: flex;
    gap: 30px;
}

#estadia .lado_lado {
    display: flex;
    gap: 30px;
}

.duas_col {
    width: 50%;
    background-color: #212A43;
    border: #DD530C solid 1px;
    border-radius: 16px;
}

.duas_col img {
    padding: 20px 20px 0 20px;
    border-radius: 15px;
}




#opcoes p {
    border-bottom: #DD530C solid 1px;
}

#estadia h3 {
    color: #DD530C;
    font-size: 25px;
    width: 200px;
    padding: 10px 20px;

}

#estadia p {
    color: #ffffff;
    padding: 10px 20px;

}



#estadia_titulo {
    margin-bottom: 70px;
    text-align: center;
    color: #DD530C;
}

.titulo_grande {
    font-size: 90px;
    font-family: 'PolygraphW00-Bold';
}

.titulo_tendas {
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'PolygraphW00-Bold';

}

.titulo {
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'PolygraphW00-Bold';

}

.titulo_fino {
    font-family: 'PolygraphW00-Bold';
}

.subtitulo {
    font-size: 25px;
    font-family: "Poppins", sans-serif;

}

.subtitulo2 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}

.texto {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.texto_pequeno {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}

.medio {
    font-weight: 600;

}

#entrada {
    background-image: url(imagens/tenda\ .jpg);
    height: 95vh;
    background-repeat: no-repeat;
}

#entrada p {
    color: #0F182D;
    text-align: center;

}

#entrada h1 {
    padding-top: 10%;
    text-align: center;
    color: #DD530C;
    text-transform: lowercase;
}

#estadia_gratuita h1 {
    text-align: center;
    color: #DD530C;
    margin-top: 100px;
}

#estadia_gratuita h2 {
    margin-top: 10px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 70px;
}



#tendas {

    padding-bottom: 7%;
}

#tendas .duas_col {

    background-color: #0F182D;
}

#tendas_boom {
    padding: 7% 0 2% 0;
    margin: auto;
    text-align: center;

}

#tendas_boom h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

#tendas_boom p {
    color: #DD530C;
}



.cartao {
    padding: 20px;
    border-radius: 16px 0 0 16px;

}

.cartao2 {
    border-radius: 0 16px 16px 0;

}

.cartao2 h3 {
    color: #ffffff;
}

.cartao h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;


}

.fino {
    font-weight: lighter;

}


.cartao h4 {
    color: #DD530C;
    margin-bottom: 50px;
    width: 450px;

}

.cartao p {
    color: #ffffff;
    width: 400px;

}
#reservar .botao {
   
  margin-top: 5%;
    padding: 12px 20px 10px 20px;
    background-color: #ffffff;
    border-radius: 10px;


}
#reservar .botao a {


    color: #DD530C;

    text-align: center;
    text-decoration: none;
    display: block;

}
.botao2 a{
    color: #ffffff;
    
        text-align: center;
        text-decoration: none;
        display: block;
}
.botao2{
    margin-left: auto;
        padding: 12px 25px 10px 25px;
        background-color: #0D3E66;
        border-radius: 10px;
     
}


.botao a {


    color: #ffffff;

    text-align: center;
    text-decoration: none;
    display: block;

}

.botao {
    margin-right: 20px;
    margin-left: auto;
    padding: 12px 20px 10px 20px;
    background-color: #0D3E66;
    border-radius: 10px;


}
.botao3 {
    padding: 12px 25px 10px 25px;
    background-color: #0D3E66;
    border-radius: 10px;
    position: absolute;
    margin-left: 26%;
margin-top: 1%;

}
.botao3 a {
    padding: 10px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;

}
.botao1 {
    margin-left: auto;
        padding: 12px 25px 10px 25px;
        background-color: #0D3E66;
        border-radius: 10px;
        position: absolute;
        right: 11.5%;

margin-top: 1%;
}

.botao1 a {
    color: white;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        display: flex;
        align-items: center;
        padding: 10px;

}



.col_dimensoes {
    width: 55%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.col_capacidade {
    width: 45%;
    padding-left: 20px;
    padding-bottom: 25px;
    border-left: #DD530C solid 1px;
    padding-right: 20px;
}

.col_dimensoes img,
.col_capacidade img {
    width: 30px;
    margin-top: 20px;
    margin-left: auto;

}

.dimensoes {
    color: #DD530C;

    padding-bottom: 25px;
}


.col_dimensoes h4 {
    color: #DD530C;
    padding-top: 20px;

}

.col_dimensoes p {
    text-align: left;
    color: #DD530C;
}

.col_capacidade p {
    color: #DD530C;
    text-align: center;
    padding-right: 20px;

}

.col_capacidade h4 {
    color: #DD530C;
    padding-top: 20px;

}


.colunas {
    border-top: #DD530C solid 1px;

}


.problema {
    padding: 0px 0px 20px 20px;
    color: #DD530C;
}

#tenda_cartao {
    padding: 20px 20px 20px 20px;
}

.tendas .lado_lado {
    padding-top: 15px;
}

.tendas {
    border-radius: 16px;
}

#acampamento_1 {

    padding: 100px 0 100px 0;
    background-repeat: no-repeat;
}

.minimo {
    color: #DD530C;


}

.maximo {
    color: #DD530C;
    margin-left: 65px;

}

.bold {
    font-weight: bold;
    margin-bottom: 5px;
}

.margem {
    margin-top: 20px;
}

.centrar {
    text-align: center;
}

.col_capacidade .centrar {
    text-align: center;
}

#numero {
    font-size: 20px;
    font-weight: bold;

}

.lado_lado_gap .cartao2 {
    border-radius: 16px;

}



.cor {
    margin-bottom: 40px;

}

.cor h3 {
    color: white;
    width: 320px;
    font-weight: lighter;

}

.cor h4 {
    color: #DD530C;
    width: 400px;
    margin-top: 15px;

}








#acampamento_2 {

    padding: 7% 0 background-repeat: no-repeat;
}



.justifica {
    align-items: center;

}






#mapa {
    background-color: 0D3E66;
    padding-top: 7%;
    padding-bottom: 7%;

}

.duas_col_3 {
    width: 50%;
}

.duas_col_3 h6 {
    color: #DD530C;
}

#mapa_intro h3 {
    color: #DD530C;
    border-bottom: solid 1px #DD530C;
    margin-bottom: 1%;
}

#mapa_intro h5 {
    color: white;
    margin-bottom: 5%;
}

#mapa_intro p {
    color: white;
    margin-bottom: 2%;
    width: 35vw;
}

.duas_col_3 {}

.duas_col_3 h6 {
    margin-top: 82px;
    width: 30vw;
    text-transform: uppercase;
    border-bottom: #DD530C 1px solid;
}






.tres_col {
    width: 33.33%;
}

.icone {
    width: 40%;
    padding: 20px;
    border: #DD530C 1px solid;
    border-radius: 16px 0 0 16px;
    background-color: #0F182D;

    display: flex;
    justify-content: center;
    align-items: center;

}

.tres_col img {
    width: 80%;

}

.tres_col p {

    background-color: #0F182D;
    border: #DD530C 1px solid;
    padding: 20px;
    width: 60%;

    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0 16px 16px 0;
}


#essenciais .lado_lado {
    gap: 5px;
}

#essenciais .lado_lado_gap {
    justify-content: space-between;
    margin-bottom: 80px;


}

#essenciais {
    background-color: #0D3E66;
    padding-top: 8%;
    padding-bottom: 8%;
}

#essenciais .centrar {
    margin-bottom: 50px;
}

#essenciais .centrar h3 {
    color: #ffffff;
    margin-bottom: 25px;
}

#essenciais .centrar p {
    color: #DD530C;
    width: 600px;
    text-align: center;
    margin: auto;
}



.quatro_col {
    width: calc(100%/4);
    text-align: center;
}

.quatro_col img {
    width: 70px;
    padding: 10px;
    background-color: #DD530C;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
}

.quatro_col h5 {
    color: white;
    margin: 15px auto 0 auto;
    width: 90%;

}

.quatro_col p {
    color: #DD530C;
    margin: 20px auto 50px auto;
    width: 230px;
}

#regras {
    padding-top: 8%;
    padding-bottom: 8%;
}

#intro_regras {
    margin: 20px 0 70px 0;
    text-align: center;
}

#intro_regras h3 {
    color: #ffffff;
}

#intro_regras p {
    color: #DD530C;
    margin: 25px auto 0 auto;
    width: 950px;
}




.cartao2 {
    border-radius: 0 16px 16px 0;

    display: flex;
    flex-direction: column;
}

.cartao2>div {
    flex: 1;

}

.border_topo {
    border-top: #DD530C solid 1px;

}


/* ############*/
/*HOME PAGE/*
/* ############*/



body {
    background-image: url(imagens/fundo\ estadia\ 1.png);
    background-attachment: fixed;
}

#hero {
    background-image: url(imagens/BOOM_HERO.jpg);
    width: 100%;
    height: 820px;
    background-repeat: no-repeat;
}

#hero_intro {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 80vh;
    justify-content: center;

}


#hero h1 {
    color: #ffff;
}

#hero a {
    color: #0F182D;
    width: 250px;
    background-color: #DD530C;
    text-decoration: none;
    padding: 15px;
    margin: 0 auto 0 auto;
    border-radius: 16px;
    font-weight: 600;
    margin-top: 5%;
}



.duas_col_2 {
    width: 50%;

}

.duas_col_2 img {

    margin: auto;
}

#prog_intro {
    text-align: center;
    margin: 0 auto 6% auto;
    width: 50vw;
}

#programacao h3 {
    color: #DD530C;
    margin-top: 100px;
    text-align: center;
    margin: 7% auto 3% auto;
    width: 50vw
}

#bold {
    width: 80vw;
    margin: auto;
    color: white;

}

#dance_temple {
    margin-bottom: 50px;
}


#programacao h4 {
    margin-top: 10px;
    color: #DD530C;
}

#nao {
    margin-bottom: 5%;
}


#dance_temple h4 {
    margin-top: -7px;
}

#programacao p {
    color: white;

}

#prog_intro #laranja {
    color: #DD530C;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

#programacao .duas_col_2 {
    margin-bottom: 100px;
}






.tres_col_2 {
    width: 33.3%;

    padding: 20px;
    border-radius: 16px;
    text-align: center;
    margin: auto;

}

.tres_col_2 img {
    width: 100%;

}


#icone {
    width: 30px;
    margin: 15px auto 10px auto;
}

#alem {
    background-color: #0D3E66;
    padding: 8%;
}

#alem h5 {
    margin-bottom: 10px;
    color: #0F182D;
}

#alem .tres_col_2 {
    background-color: #DD530C;
}

#alem_intro {
    text-align: center;

}

#mais {
    padding: ;
}

#alem_intro h3 {
    color: #DD530C;

}

#alem_intro p {
    color: white;
    margin: 10px auto 50px auto;
    width: 650px;
}



#estadia_2 {
    margin-top: 100px;
    margin-bottom: 100px;
}

#estadia_intro {
    text-align: center;
    margin: auto;
}

#estadia_intro h3 {
    color: #DD530C;
}

#estadia_intro h5 {
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 20px;

}

#estadia_intro p {

    margin-bottom: 50px;

}

#estadia_2 .tres_col_2 {
    background-color: #0F182D;
}

#estadia_2 h4 {
    color: #DD530C;
    text-transform: uppercase;
    width: 200px;
    margin: auto;
    margin-bottom: 10px;
}

#estadia_2 img {

    margin-bottom: 20px;
}

#estadia_2 p {
    color: #ffffff;

}

.lado_lado_gap2 {
    gap: 200px;
    display: flex;
    justify-content: space-between;

}

footer {
    padding: 7% 0;
    background-color: #13192A;
}

footer .lado_lado_gap {
    justify-content: space-between;
}

.newsletter span {
    font-size: 35px;
    font-weight: bold;
    color: white;
    font-family: 'PolygraphW00-Bold';
}

.newsletter .centro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.newsletter input {
    padding: 10px;
    border: none;
    border-radius: 15px;
    width: 40vw;
}

.newsletter {
    background-color: #d94e1f;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#logo_footer {
    width: 40%;
}

.tres_col_3 {
    width: 20%;

    display: flex;
    flex-direction: column;
    gap: 25px;
}

.tres_col_3 h6 {
    color: #f15a24;
    margin-bottom: 10px;
    font-size: 16px;
}

.tres_col_3 a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 6px;
}

/* ############*/
/*  BOOM BUS */
/* ############*/



#hero_bus {
    background-image: url(imagens/hero\ boom\ bus.png);
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    padding-bottom: 8%;
}

#hero_bus h1 {
    color: #DD530C;
    width: 50vw;
}

#hero_bus h5 {
    color: #ffffff;
}

#hero_bus p {
    color: #ffffff;
    text-align: center;
}

#intro_bus {
    text-align: left;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 80vh;
}





#porque {
    padding: 8%;
}

#porque h3 {
    color: #DD530C;
    margin-bottom: 10%;
    text-align: center;
}

.quatro_col_2 {
    background-color: #0F182D;
    border-radius: 16px;
    width: calc(100%/4);
    padding: 20px;
    border: #DD530C solid 1px;
}

.quatro_col_2 img {
    width: 50%;
    margin: auto;
}

.quatro_col_2 p {
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}



#tabela {
    padding: 7%;
}

#tabela h3 {
    color: #DD530C;
    text-align: center;
    width: 50vw;
    margin: auto;
}

#tabela p {
    color: #ffffff;
    text-align: center;
    margin-top: 1%;

}

#escuro {
    background-color: #1B2237;
}

#escuro1 {
    background-color: #0F182D;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 5% 0;
    font-size: 14px;
}

thead {
    background-color: #0D3E66;
    color: #ffffff;
}

thead th {
    padding: 20px 12px;
    text-transform: uppercase;
}

tbody tr {
    background-color: #212A43;
    border-top: 3px solid #1e2432;
}

tbody tr:nth-child(even) {
    background-color: #14203E;
}

td {
    padding: 18px 12px;
    color: white;
}

.bold {
    font-weight: bold;
}




#reservar {
    background-color: #0D3E66;
    padding: 10%;
}

.cinco_col {
    width: calc(100%/5);

}

.cinco_col>p {
    text-align: center;
    color: #ffffff;
    margin-top: 8%;
}

#numero_2 {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}

#numero_2 p {
    background-color: #DD530C;
    padding: 20px;
    border-radius: 50%;
    color: #ffffff;
    width: 40%;
    justify-content: center;
    align-items: center;
    display: flex;
}

#reservar_intro {
    margin-bottom: 10%;
    text-align: center;

}

#reservar_intro h3 {
    color: #DD530C;
    margin-bottom: 1%;
}

#reservar_intro p {
    color: #ffffff;
}


#bagagem {
    padding: 7%;

}

#bagagem_intro {
    text-align: center;
    margin-bottom: 10%;

}

#bagagem_intro h3 {
    color: #DD530C;
    margin-bottom: 1%;
}

#bagagem_intro p {
    color: #ffffff;
    margin: 0 auto 0 auto;
    width: 60vw;
}

#bagagem .duas_col_2 img {
    width: 30%;
    margin: auto;
}

#bagagem .duas_col_2 p {
    color: #DD530C;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5%;

}

#bagagem h5 {
    color: #ffffff;
    margin-top: 7%;
}








/* ############*/
/*  RESPONSIVO */
/* ############*/


@media (max-width:800px) {

    header {
        width: 100%;

        position: fixed;
        top: 0;
        z-index: 9999;
    }

    #menu_nav {
        width: 95%;
    }

    #bigmac {
        display: block;
    }

    h1 {
        margin: 0;
        text-align: center;
        padding: 20px 0;
    }

    nav#desktop {
        display: none;

    }

    nav#mobile {
        display: block;
        position: fixed;


        z-index: 20;
        width: 100%;
        left: -100vw;
        top: 70px;
        transition: .3s linear;

        background-color: #0F182D;
    }


    nav#mobile.menu_abre {
        left: 0;
    }

    nav#mobile ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    nav#mobile li {
        width: 100%;
        padding: 20px 0;
        text-align: center;
        height: 80px;
    }

    .titulo {
        font-size: 30px;
    }

    .titulo_grande {
        font-size: 50px;
    }

    .centro {
        width: 95%;
        min-width: 600px;
        margin: auto;

    }

    .lado_lado_gap {
        flex-direction: column;
    }

    .quatro_col_2 {
        background-color: #0F182D;
        border-radius: 16px;
        width: 90%;
        padding: 20px;
        border: #DD530C solid 1px;
    }

    .quatro_col_2 img {
        width: 50%;
        margin: auto;
    }

    .quatro_col_2 p {
        color: #ffffff;
        text-align: center;
        margin-top: 20px;
    }
}
