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


#loop {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 65px);
}

#div_nome_usuario input{
    width: 50%;
    border: 1px solid #CCC;
    outline: 0;
    border-bottom: 2px solid #ccc;
    height: 48px;
    border-radius: 40px;
    text-align: center;
    font-size: 22px;
}

.numero_moradores {
    width: 30%;
    border: 1px solid #CCC;
    outline: 0;
    border-bottom: 2px solid #ccc;
    height: 48px;
    border-radius: 40px;
    text-align: center;
    font-size: 22px;
}

.form_img {
    width: 40%;
}
.form_img_visitas {
    width: 35%;
}
.form_p {
    font-size: 22px;
	font-weight: 600;
}

.etapas {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 50%;
    align-items: center;
    text-align: center;
}

#page_1,
#div_apresentacao,
#div_nome_usuario,
#div_numeros_moradores {
    height: auto;
}

#container {
    height: 100%;
}

.botoes_troca {
    display: flex;
    justify-content: center;
    gap: 400px;
    user-select: none;
    align-items: center;
}

.sabermais {
    gap: 150px;
}
.botoes_troca span{
    font-size: 48px;
    font-family: 'Nanum Gothic Coding', monospace;
    padding: 15px 2px!important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

#terreo, #sobrado, #terreno_condominio, .fachada_escolhida, .muro_frontal{
    margin-left: -40%;
}

#visitas_form div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#div_numero_moradores {
    max-width: 40%;
}

.saber_mais {
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #FFF!important;
    color: #333!important;
}
.saber_mais:hover{
    filter: brightness(.95);
    transform: scale(1.05);
}

#div_envio {
    width: 50%;
    padding: 12px;
}

#email_whats {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: 60%;
}

#link_projeto {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    max-width: 70%;
}

#email_whats input{
    box-shadow: 4px 3px 15px rgba(0, 0, 0, .6);
    border: none;
    outline: 0;
    height: 55px;
    width: 100%;
    border-radius: 50px;
    padding: 16px;
    font-size: 16px;
}

#nota_projeto, #nota_navegacao, #pesquisa_comentario {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

#nota_projeto .estrelas_projeto input[type=radio] {
    display: none;
}
#nota_projeto .estrelas_projeto label i.fa:before {
    content:'\f005';
    color: #FC0;
    font-size: 32px;
    cursor: pointer;
    margin-left: 12px;
}
#nota_projeto .estrelas_projeto input[type=radio]:checked ~ label i.fa:before {
    color: #CCC;
}

#nota_navegacao {
    width: 80%;
}

#nota_navegacao .estrelas_navegacao input[type=radio] {
    display: none;
}
#nota_navegacao .estrelas_navegacao label i.fa:before {
    content:'\f005';
    color: #FC0;
    font-size: 32px;
    cursor: pointer;
    margin-left: 12px;
}
#nota_navegacao .estrelas_navegacao input[type=radio]:checked ~ label i.fa:before {
    color: #CCC;
}
#pesquisa_comentario .botoes_pesquisa{
    display: flex;
    justify-content: center;
    gap: 24px;
}
#pesquisa_comentario .botoes_pesquisa .bot{
    width: 140px;
}
.text_pesquisa {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.text_pesquisa textarea {
    width: 100%;
    min-width: 600px;
    height: 150px;
    font-size: 16px;
    resize: none;
    padding: 12px;
    outline: none;
    border-radius: 10px;
}

.text_pesquisa .bot {
    width: 140px;
}

.text_pesquisa div {
    display: flex;
    gap: 24px;
}


@media only screen and (max-width: 850px) {
    #vire_celular {
        display: none;
    }
    #falando{
        display: none!important;
    }
    #arqueline{
        width: 150px!important;
        right: 0!important;
    }
    #arqueline_olho{
        bottom: 193px!important;
        right: 46px!important;
        width: 53px!important;
    }
    #arqueline_boca {
        bottom: 150px!important;
        right: 46px!important;
        width: 53px!important;
    }
    #div_nome_usuario{
        margin-top: 30%;
    }
    #div_numero_moradores {
        justify-content: flex-start!important;
    }

    .form_img{
        width: 25%;
    }
    #terreo, #sobrado, #terreno_condominio, .fachada_escolhida, .muro_frontal {
        margin-left: -25%;
    }

    #div_visitas{
        gap: 0;
    }
    .form_img_visitas {
        width: 25%;
    }
    #div_arquitetura {
        height: 100%;
    }
    .owl-carousel .owl-item img {
        width: 20%!important;
        margin-left: 42%;
    }
    .item h4 {
        width: 100vw;
    }
    .center div {
        gap: 30px!important;
    }
    .img_form_carousel {
        width: 35vw!important;
    }
    .center img{
        margin-top: -3%!important;
    }
    #div_condominio h2{
        font-size: 30px;
    }
}

@media only screen and (max-width: 450px) {
    #vire_celular {
        display: flex;
    }
    #div_envio {
        width: 100%;
        padding: 12px;
    }
    #email_whats {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        width: 100%;
    }
    #email_whats input{
        box-shadow: 4px 3px 15px rgba(0, 0, 0, .6);
        border: none;
        outline: 0;
        height: 55px;
        width: 100%;
        border-radius: 50px;
        padding: 16px;
        font-size: 16px;
    }
    .hideMobile {
		display: none!important;
	}
    #loop {
        padding: 0 5px;
    }
    #div_nome_usuario input {
        width: 100%;
    }
    .form_img {
        width: 70%;
        margin: auto;
    }

    #arqueline{
        width: 50%!important;
        right: 0!important;
        width: 100px!important;
    }

    #arqueline_boca{
        bottom: 100px!important;
        right: 31px!important;
        width: 35px!important;
    }

    #arqueline_olho{
        bottom: 128px!important;
        right: 31px!important;
        width: 35px!important;
    }

    #div_numero_moradores {
        max-width: 90%;
    }
    
    .botoes_troca {
        margin-top: 50px;
        gap: 150px;
    }

    .owl-nav {
        gap: 150px;
    }

    .sabermais {
        gap: 15px;
    }
    #pavimento_terreo, #pavimento_sobrado {
        display: flex;
        flex-direction: column;
    }
    #terreo, #sobrado, #terreno_condominio, .fachada_escolhida, .muro_frontal{
        margin: auto;
        margin-top: -50%
    }
    .form_img_visitas {
        width: 75%;
    }
    .img_form_carousel {
        width: 150vw!important;
    }
    .margin_especial {
        margin-left: 7px!important;
    }
    .bot {
        font-size: 14px!important;
    }
    .center img {
        margin-top: 15%!important;
    }

    .owl-carousel .owl-item img {
        width: 100%!important;
        margin-left: 0!important;
    }
    .center div {
        gap: 80px!important;
    }
    #div_arquitetura {
        height: 100%;
    }
    #comentarioPesquisa {
        width: 100%;
        min-width: 0;
        height: 230px;
    }
}
