/* Safari cacheou isso. :( */

html, body{
    background-color: #EFEFEF;
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #151515;
}
header{
    width: 100%;
    height: 65px;
    background-color:#56B4F7;
}
.boxHeader{
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 11.9%;
}
.logoBox{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.wlcdNome{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-left: 20px;
    color: white;
}
main{
    margin-left: 11.9%;
    margin-right: 11.9%;
}
h1.crieSeuRoteiro{
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #56B4F7;
    margin-top: 50px;
}
p.goldenCircle{
    font-weight: regular;
    font-size: 16px;
    line-height: 28px;
    color: #151515;
    text-align: justify;
}
a.wikiFonte, a.wikiFonte:hover, a.wikiFonte:visited{
    color: #151515;
    text-decoration: none;
    font-weight: bold;
}
.tituloInput{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #151515;
    margin-bottom: 20px;
}
.inputCidade{
    width: 280px;
    height: 70px;
    border: 1px solid #D9D9D9;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cidade{
    width: 70px;
    height: 70px;
    border-radius: 9px 0 0 9px;
    margin-right: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.45);
}
.nomeCidade{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #56B4F7;
}
.nomePais{
    font-size: 12px;
    color: #808080;
}
.continenteLista{
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 600;
}

.opcaoDestino{
    width: calc(100% - 4px); 
    height: 60px; 
    border: 1px solid #D9D9D9; 
    margin-bottom: 15px;
    border-radius: 5px;
    display: flex;
    cursor: pointer;
}

.botao, .botao:visited{
    text-decoration: none;
    width: 360px;
    height: 70px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: #56B4F7;
    cursor: pointer;
}
.boxFotoDestino{
    width: 60px; 
    height: 60px; 
    border-radius: 4px 0 0 4px;
    background-color: rgba(0, 0, 0, 0.45);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
}
.setaBox{
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.setaAzul{
    background-image: url('imagens/seta-azul.png');
}
.setaBranca{
    background-image: url('imagens/seta-branca.png');
}
.logoBranca{
    background-image: url('imagens/wlcd-logo-white.png');
}
.logoAzul{
    background-image: url('imagens/wlcd-logo-blue.png');
}
.bgAzul{
    background-color: #56B4F7;
}
.bgBranco{
    background-color: white;
}
.corAzul{
    color: #56B4F7;
}
.corBranca{
    color: white;
}
.inputsCidades{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}
.tituloInput{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #151515;
    margin-bottom: 20px;
}
.origem{
    margin-right: 125px;
    cursor: pointer;
}
.inputCidade{
    width: 280px;
    height: 70px;
    border: 1px solid #D9D9D9;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cidade{
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 9px 0 0 9px;
    margin-right: 25px;
    mix-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.45);
}
.saoPaulo{
    background-image: url('destinos/saopaulo.jpg');
}
.novaYork{
    background-image: url('destinos/novayork.jpg');
}
.nomeCidade{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #56B4F7;
}
.nomePais{
    font-size: 12px;
    color: #808080;
}
.data{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #151515;
}
.boxCalendario{
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 9px 0 0 9px;
    margin-right: 25px;
    background-color: #56B4F7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.calendarioIcone{
    width: 40px;
    height: 40px;
    background-image: url('imagens/calendar-icon-white.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.tituloPreferencia{
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    color: #151515;
    margin-bottom: 20px;
    margin-block-start: 0;
    margin-block-end: 0;
}
.legendaPreferencia{
    margin-top: 10px;
    font-size: 16px;
    color: #151515;
    font-family: Raleway, sans-serif;
    font-weight: 300;
}
.secaoCardsViajantes{
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cardViajante{
    width: 30%; /* 350px */
    height: 525px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.headerCard{
    width: 100%;
    height: 75px;
    border-radius: 9px 9px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: white;
}
.viajanteAdicionado{
    background-color: #56B4F7;
}
.adicionarViajante{
    background-color: #D9D9D9;
}
.adicionarBotao{
    width: 320px;
    height: 50px;
    border-radius: 5px;
    font-weight: bold;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}
.boxBotaoAdicionar{
    width: 100%; display: flex; justify-content: center
}
.cardPreferencias{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;

}
.inputLabel{
    width: 250px;
    height: 40px;
    border: 1px solid #EFEFEF;
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.iconCategoria{
    width: 18px;
    height: 18px;
    margin-left: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.turistar{
    background-image: url('imagens/attractions-icon.png');
}
.compras{
    background-image: url('imagens/shopping-icon.png');
}
.arlivreenatureza{
    background-image: url('imagens/outdoors-and-nature-icon.png');
}
.historia{
    background-image: url('imagens/history-icon.png');
}
.entretenimento{
    background-image: url('imagens/entertainment-icon.png');
}
.curticaoegastronomia{
    background-image: url('imagens/enjoyment-and-gastronomy-icon.png');
}

/*  */
.categoria{
    width: 80%; 
    height: 100%;
    display: flex;
    align-items: center;
}
.grauDeInteresse{
    width: 100%; 
    height: 100%; 
    padding: 0; 
    margin: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: baseline;
    border: none; 
    text-align: center;
}
.interesseDesativado, .interesseDesativado::placeholder{
    color: #808080;
}
.interesseAtivado, .interesseAtivado::placeholder{
    color: #56B4F7;
}
.inputPreferenciasBox{
    width: 20%;
}
.thisBox{
    height: 100%; 
    width: 100%; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
#botaoCriarRoteiro{
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secaoCriarRoteiro{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 80px;   
}
.outrosCards{
    width: 360px;
    height: 267px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #151515;
}
.instagramIcone{
    width: 50px; height: 50px; background-image: url('imagens/instagram-icon-white.png');
    background-repeat: no-repeat; background-position: center; background-size: contain; margin-right: 25px;
}
.ctaInsta{
    font-weight: 700;
}
.nossoInsta{
    margin-top: 5px;
    font-size: 12px;
}
.boxFotoWanderlustcode{
    width: 50px;
    height: 50px;
    background-color: #56B4F7;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.boxLogo{
    width: 25px;
    height: 25px;
    background-image: url('imagens/wlcd-logo-white.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}
.logoPlataforma{
    width: 20px;
    height: 20px;
    background-color: #151515;
    border-radius: 2px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerCardWlcd{
    display: flex;
    flex-direction: row;
    height: 50px;
}
.boxTextoHeaderWlcd{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: justify;
}
.wanderlustcode{
    display: flex;
    font-weight: bold;   
}
.wanderlust{
    color: black;
}
.code{
    color:#56B4F7
}
.copyright{
    font-size: 12px;
    text-align: justify;
    font-family: Poppins, sans-serif;
    font-weight: 300;
}
.plataforma{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    margin-right: 5px;
}
.logoCrunchbase{
    background-image: url('imagens/crunchbase.png');
    width: 20px;
    height: 20px;
}
.logoLinkedin{
    background-image: url('imagens/linkedin.png');
    width: 10px;
    height: 10px;
}
.plataformaIcone{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.boxFotoGiancarlo{
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: justify;
    background-image: url('imagens/giancarlo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
a.linkPlataforma, a.linkPlataforma:hover, a.linkPlataforma:visited{
    text-decoration: none;
    color: #151515;
}
.tituloBasico{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px;
}

.conteudoCardHotel{
    display: flex;
    flex-direction: column;
}
.sobreHotel{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 20px;
}
.nomeHotel{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}
.descricaoHotel{
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    font-family: Poppins, sans-serif;
}
.bold{
    font-weight: 700;
    margin-top: 4px;
}
.aviao{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('imagens/aeronave-icon-gray.png');
}
.cidadesVoo{
    font-size: 12px;
}
.horariosDoVoo{
    display: flex;
    font-family: Poppins, sans-serif;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 5px;
}
.chegadaVoo{
    display: flex;
    justify-content: flex-end;
}
.partidaVoo{
    display: flex;
    justify-content: flex-start;
}
.dataVoo{
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #808080;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}
.horarioVoo{
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    color: #56B4F7;
}
.ciaAerea{
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #151515;
    line-height: 24px;
}
.ciaAereaLogo{
    background-image: url('ciasaereas/latam.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px; 
    height: 45px;
}
.precoPassagem{
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #151515;
}
.passagemPrincipal{
    display: flex; 
    flex-direction: column; 
    margin-left: 10px; 
    height: 100%; 
    align-items: flex-start; 
    justify-content: center;
}
.divisoriaDetalhes{
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    margin-top: 10px;
}
.textoDetalhesPassagem{
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #808080;
}
.tituloGuiaRoteiro{
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #151515;
}
.dataExtenso{
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #151515;
}
.headerGuia{
    margin-bottom: 30px;
}
.card{
    width: 248px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.45);
    background-blend-mode: multiply;
    border-radius: 4px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid #D9D9D9;
    margin-bottom: 30px;
}

.card-title {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.card-caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 300;
}
.uber{
    background-image: url('atividades/uber.png');
}
.fazer-as-malas{
    background-image: url('atividades/fazer-as-malas.jpg');
}
.embarque{
    background-image: url('atividades/embarque.jpg');
}
.desembarque{
    background-image: url('atividades/desembarque.png');
}
.checkinHotel{
    background-image: url('atividades/checkin-hotel.png');
}
.checkoutHotel{
    background-image: url('atividades/checkout-hotel.jpg');
}
.dormir{
    background-image: url('atividades/dormir-hotel.jpg');
}
.acordar{
    background-image: url('atividades/acordar-hotel.png');
}
.cafe-da-manha{
    background-image: url('atividades/cafe-da-manha-hotel.jpeg');
}
.decolagem{
    background-image: url('atividades/decolagem.jpg');
}
.pouso{
    background-image: url('atividades/pouso.jpg');
}
.cardAtividade{
    width: 248px;
    height: 145px;
    background-color: rgba(0, 0, 0, 0.45);
    background-blend-mode: multiply;
    border-radius: 4px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid #D9D9D9;
    margin-bottom: 30px;
}
.tipo-atividade{
    position: absolute;
    top: 35px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}
.precoAtividade{
    position: absolute;
    bottom: 35px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 300;
}
.noscriptBox{
    width: 100%; 
    height: 100%; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    flex-direction: column; 
    margin-top: -65px;
}
.noscriptTitulo{
    font-size: 32px; 
    font-weight: bold;
}
.noscriptLegenda{
    margin-top: 30px; 
    color: #151515;
    max-width: 330px; 
    text-align: center; 
    line-height: 24px; 
    font-size: 16px; 
    color: gray;
}

/* Botão Criar Roteiro do Index */
.areaBotaoCriarRoteiro{
    width: 100%; 
    height: auto; 
    display: flex; 
    justify-content: center; 
    margin-top: 50px; 
    margin-bottom: 130px;
}

.botaoCriarRoteiro, .botaoCriarRoteiro:visited{
    text-decoration: none;
    width: 350px; 
    height: 70px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    color: #56B4F7;
    cursor: pointer;
}

/* Cards Passagens Aéreas e Hotéis */
.cardsBasicos{
    width: 100%;
    margin-bottom: 75px;
    display: flex;
    justify-content: space-between;
}
.cardHotel{
    width: auto;
    height: auto;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background-color: white;
    padding: 15px;
    display: flex;
    flex-direction: row;
}
.fotoHotel{
    width: 130px;
    background-image: url('imagens/hotel-ritz-carlton-sf.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.cardPassagemAerea{
    width: auto;
    height: auto;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background-color: white;
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: space-between;
}
.boxCidadesVoo{
    width: 100%; 
    display: flex; 
    align-items: center; 
    justify-content: space-between;
}
.detalhesPassagemAerea{
    width: 100%;
    display: flex; 
    justify-content: space-between; 
    margin-top: 10px; 
}
.aeronave{
    display: flex; 
    flex-direction: column; 
    justify-content: flex-end; 
    text-align: right;
}

/* Cards Passagens Aéreas e Hotéis entre 1390 e 1081px */
@media screen and (max-width: 1390px) and (min-width: 1081px){

    .boxCidadesVoo{
        display: flex;
        flex-direction: column;
        align-items: space-between;
        margin-bottom: 10px;
    }
    .aviao{
        display: none;
    }
    .cidadesVoo{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .detalhesPassagemAerea{
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .aeronave{
        text-align: left;
        justify-content: flex-start; 
        margin-top: 15px;
    }

}

/* Cards Passagens Aéreas e Hotéis < 1080px */
@media screen and (max-width: 1080px){

    .cardsBasicos{
        width: 100%;
        display: flex;
        flex-direction: column;
        height: auto;
        margin-bottom: 45px;
    }
    .cardHotel{
        width: calc(100% - 40px);
        height: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        padding: 20px;
    }
    .cardPassagemAerea{
        margin-right: 0;
        padding: 20px;
        width: calc(100% - 40px);
        margin-bottom: 30px;
    }
    .fotoHotel{
        width: 40%;
    }
    .descricaoHotel{
        margin-top: 30px;
    }

}



/* Responsividade */
@media screen and (max-width: 768px){

    .boxHeader{
        justify-content: center;
        margin-left: 0;
    }
    .inputsCidades{
        width: 100%;
        flex-direction: column;
    }
    .inputCidade{
        width: 100%;
    }
    .destinoBox{
        margin-top: 30px;
    }
    .origem{
        margin-right: 0;
    }
    .dataVoltaBox{
        margin-top: 30px;
    }

    #botaoCriarRoteiro{
        width: 100%;
        padding-left: 0; 
        padding-right: 0;
    }

}


/* Responsividade dos Cards de Viajantes */
@media screen and (max-width: 1240px){

    .tituloPreferencia{
        line-height: 42px;
    }
    .secaoCardsViajantes{
        flex-direction: column;
    }
    .cardViajante{
        width: 100%;
        margin-bottom: 20px;
    }
    .cardPreferencias{
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
    }
    .adicionarBotao{
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        margin-bottom: 7.5%;
    }

}


/* Menu de botoões - Roteiro.php */
.botaoSolicitarRoteiro, .botaoSolicitarRoteiro:visited{
    width: 300px;
    height: 70px;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: #56B4F7;
    cursor: pointer;
}

.botaoCompartilharRoteiro, .botaoCompartilharRoteiro:visited{

    width: 300px;
    height: 70px;

    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: #56B4F7;
    cursor: pointer;
}

.botaoFeedback, .botaoFeedback:visited{
    
    width: 300px;
    height: 70px;

    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #D9D9D9;

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

    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;

    color: #56B4F7;
    cursor: pointer;
    
}

.menuBotoes{
    width: 100%; 
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1390px){

    .menuBotoes{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .botaoSolicitarRoteiro, .botaoSolicitarRoteiro:visited{
        width: calc(100% - 40px);
        text-align: center;
    }

    .botaoCompartilharRoteiro, .botaoCompartilharRoteiro:visited{
        width: calc(100% - 40px);
    }

    .botaoFeedback, .botaoFeedback:visited{
        width: calc(100% - 40px);
    }

    /* roteiro.php */
    .goldenCircle{
        width: 100%;
    }

}