/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

:root{
    --azul: #0A6EB6;
    --azul-marinho: #131C3B;
    --bege: #F9EFE7;
    --marrom: #B76F51;
    --verde: #98AB56;
}

/* body font */
body{
    font-family: 'Cabin', sans-serif;
}

main{
    background-color: var(--bege);
    border-radius: 42px 42px 0 0;
}

h1{
    font-size: 54px;
    line-height: 120%;
    font-weight: 700;
    text-align: center;
}

h2{
    font-size: 46px;
    line-height: 140%;
    font-weight: 700;
    text-align: center;
}

h3{
    font-size: 34px;
    line-height: 150%;

    text-align: center;

    width: 90%;
    max-width: 860px;
    margin: auto;
}

h4{
    font-size: 30px;
}

h5{
    font-size: 28px;
}

h6{
    font-size: 26px;
    line-height: 150%;
}

p{
    font-size: 17px;
    line-height: 140%;
}

.legenda{
    font-size: 14px;
    color: #4b4b4b;
    margin: 6px 0;
}

.texto-marrom{
    color: var(--marrom);
}

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

.texto-verde{
    color: var(--verde);
}

.texto-centro{
    text-align: center;
}

/* links dao um pulinho pra baixo no hover */
a {
    /* Make the underline visible by default */
    text-decoration: underline;
    /* Set an initial small gap between the text and the line */
    text-underline-offset: 0.2em;
    /* Animate the change in the offset property */
    transition: text-underline-offset 300ms ease;
}

a:hover {
    /* Increase the gap on hover to create the "bump" effect */
    text-underline-offset: 0.4em;
}

/* Barra frpv */
.nav-frpv{
    background: linear-gradient(280.12deg, #F5F5F5 41.12%, #FFFFFF 100.31%);

    display: flex;
    width: 100%;
    height: 54px;
}

.nav-frpv img{
    justify-content: center;
    height: 54%;
    margin: auto;
}

/* logo repraça */
header{
    background-color: var(--azul);
    border-radius: 0 0 42px 42px;
}

.img-logo{
    width: 400px;
    margin: auto;
    padding: 40px 0;
    display: block;
}


/* Imagem fundo botao google play */
.header-cover{
    display: block; 
    width: 100%;
    height: 52vh;
    overflow: hidden;
    position: relative; /* used to center img */
    border: none;
    border-radius: 0;

    margin: -40px 0;
}

.header-cover > img {
    /* position: absolute; */
    /* top:-100%; left:0; right: 0; bottom:-100%; */
    /* margin: auto; */

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;

    /* filtro de desfoque */
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

/* google play */
.play-badge{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.play-badge a{
    width: 530px;
    height: 86px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;

    /* Degradê bege */
    background: linear-gradient(136.27deg, rgba(255, 255, 255, 0.95) 17.49%, rgba(254, 242, 224, 0.95) 103.91%), #B76F51;
    border-radius: 55px;

    /* drop shadow */
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);

    transition: 0.2s ease-out;
}

.play-badge a:hover{
    width: 580px;
}

.play-badge a img{
    transition: 0.2s ease-out;
}

.play-badge a:hover img{
    width: 220px;
}

.play-badge span{
    margin-right: 28px;
    font-size: 32px;
    font-weight: 700;
}

/* Foto da praça real */
.primeira-frase{
    padding: 52px 0;
}

.primeira-frase h3{
    max-width: 550px;
    margin: auto;
}

.primeira-frase h2 img{
    margin-right: 12px;
    margin-left: -12px;
}

.primeira-frase .legenda{
    margin-top: 34px;
    text-align: center;
}

.primeira-frase .grid-colet-img{
    margin-bottom: 94px;
}



/* Definicao de praça */
.definicao-praca > *{
    margin-bottom: 78px;
}

.definicao-praca .grid-elementos{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

    margin: 100px 0;
}

.definicao-praca .grid-elementos div img{
    width: 20vw;

    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-bottom: 16px;
}

.icone-mais{
    width: 7.55vw;
    height: 7.55vw;
    align-self: center;
}

.definicao-praca{
    margin-bottom: 150px;
}






.questao-inicial{
    display: grid;
    grid-template-columns: 50% 50%;
}

.questao-inicial img{
    width: 95%;
    max-width: 750px;
    border-radius: 42px 42px 42px 0;
}

.questao-inicial .pergunta{
    justify-self: center;
    align-self: center;
    max-width: 580px;
}

.questao-inicial .pergunta h2{
    text-align: left;
    font-size: 54px;
}

.questao-inicial h3{
    text-align: right;
}

.questao-inicial img:last-child{
    border-radius: 42px 42px 0 42px;
    margin-right: 0;
    margin-left: auto;
}


/* repraça anunciado */
.repraca-def{
    margin-top: 220px;
}
.repraca-def .icone-proj{
    display: block;
    margin: auto;
    margin-bottom: 28px;
}

.repraca-def .nome-proj{
    margin-bottom: 28px;
}

.repraca-def .first{
    margin-bottom: 178px;
}

.repraca-def .celular{
    width: 75%;
    max-width: 800px;
    display: block;
    margin: 104px auto;
}

.repraca-def .ideias-geradas{
    text-align: center;
    margin: 104px auto;
}

.repraca-def .ideias-geradas img{
    border-radius: 72px;
    margin: 0 16px;
}
 
.repraca-def .versus{
    margin: 84px auto;
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 900px;
}

.repraca-def .versus > span{
    font-size: 30px;
    margin: 160px 30px 0 30px;
}

.repraca-def .versus img{
    border-radius: 110px;
}

.repraca-def .logo-3r{
    margin-top: 126px;
    margin-bottom: 52px;

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

.repraca-def .logo-3r div h3{
    text-align: left;
    margin-left: 36px;
    line-height: 130%;
}

.repraca-def a img{
    display: block;
    margin: auto;
    margin-bottom: 160px;

    /* We specify 'box-shadow' and 'transform' for a slightly more performant transition */
    transition: filter 0.3s ease, transform 0.3s ease;
}

.repraca-def a img:hover{ /* botao disponivel no google play move no hover */
    transform: translateY(-3px); /* Moves the element up by 3 pixels */
    
    /* The values are: x-offset | y-offset | blur | color */
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}



/* imagens how to imaginar */
.imaginacao{
    text-align: center;
    width: 90%;
    margin: 64px auto;
}

.imaginacao h2{
    margin-bottom: 64px;
}



.imaginacao .separador{
    margin: 64px 0;
}

.imaginacao .mobiliario{
    width: 110%;
    position: relative;
    right: 100;
}

/* banners conteudo extra */
.extra-content{
    width: 90%;
    margin: auto;


    display: flex;
    flex-wrap: wrap;
    gap: 0 1.5rem;
    justify-content: center;
    align-items: center;
}

.extra-content .banner{
    border-radius: 36px;
    background-color: #F5F5F5;
    filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.25));

    padding: 42px 53px 42px 53px;

    text-align: center;
    flex-basis: calc(50% - 1.5rem); /* Duas colunas */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza a imagem se ela for mais estreita que o container */
}

.extra-content .banner h5{
    font-size: 20px;
    margin-bottom: 10px;
}

.extra-content .banner h2{
    color: var(--azul);
    max-width: 80%;
    margin: auto;

    font-size: 32px;
    line-height: 100%;
    margin-bottom: 16px;
}

.extra-content .banner p{
    margin: 16px 0;
}

.extra-content .banner p a{
    color: var(--azul);
}

.extra-content .banner div{
    margin-bottom: 32px;
}

.extra-content .banner img{
    border-radius: 12px;
}




/* banner antigo dos modelos 3d apenas na horizontal, caso volte a ser usado no futuro. html guardado tb */
/* .extra-content{
    width: 90%;
    margin: auto;
}

.extra-content .banner{
    border-radius: 36px;
    background-color: #F5F5F5;
    filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.25));

    padding: 33px 53px 33px 53px;
    display: flex;
    justify-content: space-between;
}

.extra-content .banner h2{
    color: var(--azul);
    font-size: 32px;
    text-align: left;
    line-height: 100%;
    margin-bottom: 16px;
}

.extra-content .banner img{
    height: auto;
    max-height: max-content;
    max-width: 50%;
    margin: auto 0 auto auto;
}

.extra-content .banner > div{
    width: 55%;
    max-width: 600px;
}

.extra-content .banner p{
    margin-top: 16px;;
}

.extra-content .banner p a{
    color: var(--azul);
} */


/* publi do arrasa quarteirao */
.arrasaquart{
    width: 90%;

    /* Degradê azul */
    background: linear-gradient(151.72deg, #92DBFF 8.3%, #57C4F9 46.4%, #57C4F9 84.5%);
    border-radius: 36px;

    padding: 64px;
    display: flex;
    justify-content: space-between;

    margin: 48px auto;
}

.arrasaquart > div{
    width: 55%;
    max-width: 600px;
}

.arrasaquart h2, .arrasaquart p{

    font-weight: 400;
    color: black;
}

.arrasaquart h2{
    font-size: 32px;
    text-align: left;
}

.arrasaquart .h-destaque{
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 18px;
}

.arrasaquart p{
    font-size: 24px;
    margin-bottom: 50px;
    line-height: 32px;
}

.arrasaquart a{
    font-size: 32px;
    font-weight: 400;
    background: #FFFFFF;
    border: 5px solid rgba(249, 137, 61, 0.7);
    text-decoration: none;
    color: #303030;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 364px;
    height: 72px;

    border-radius: 40px;

    transition: 0.2s ease-in-out;
}

.arrasaquart a:hover{
    width: 380px;
}

.arrasaquart a:hover img{
    width: 48px;
    margin-right: -30px;
    height: auto;
}

.arrasaquart a img{
    margin-left: 20px;
    margin-right: -20px;
    transition: .2s ease-in-out;
}

.arrasaquart .logo-prints{
    max-width: 500px;
    width: 43%;
}

.arrasaquart .print-1{
    display: block;
    margin-left: auto;

    transform: rotate(2.856deg);
    border-radius: 14px;
    border: 7px solid #FFF; 
}

.arrasaquart .print-2{
    display: block;
    margin-left: 20%;
    margin-top: -2%;

    transform: rotate(-3.21deg);
    border-radius: 14px;
    border: 7px solid #FFF;
}

.arrasaquart .logo-aq{
    display: block;
    margin-right: auto;

    margin-top: -60%;
    position: relative;
    z-index: 99;
}

/* Footer */
footer{
    border-radius: 42px 42px 0 0;
    margin-top: 3rem;
    font-weight: 300;

    background: linear-gradient(-40deg, #fcfcfc 70.12%, #FFFFFF 100.31%);
    text-align: center;
    padding: 3rem 0 3rem 0;
}

footer > div{
    margin-top: 26px;
}

.contato{
    line-height: 130%;
}

.contato a, footer a{
    color: black;
}

.github{
    padding-top: 10px;
}

.github a{
    color: black;
}

.termos-legais, .termos-legais p{
    font-size: 12px;
    line-height: 160%;
}
















/* ----------- Mobile ----------- */
@media screen and (max-width: 780px) {
    h1{
        font-size: 38px;
    }

    h2{
        font-size: 34px;
    }

    h3{
        font-size: 24px;
        width: 80%;
    }

    h6{
        font-size: 20px;
    }


    .nav-frpv{
        height: 46px;
    }
    
    .img-logo{
        width: 75%;
    }

    /* capa google play */
    .header-cover{
        height: 38vh;
    }

    .header-cover > img{
        height: 100%;
    }

    .play-badge a{
        width: 210px;
        height: 130px;

        flex-direction: column;
        border-radius: 20px;
    }

    .play-badge a span{
        font-size: 26px;
        margin-right: 0;
        margin-bottom: 6px;
    }

    .play-badge a:hover{
        width: 250px;
        height: 150px;
    }

    .play-badge a img{
        width: 170px;
    }

    /* Foto da praça real */
    .primeira-frase{
        padding: 38px 0;
    }

    .primeira-frase h2 img{
        width: 16px;
    }

    .primeira-frase .grid-colet-img{
        margin-bottom: 50px;
    }

    .definicao-praca{
        margin-bottom: 90px;
    }

    .definicao-praca .grid-elementos{
        flex-direction: column;

        margin: 50px 0;
    }

    .definicao-praca .grid-elementos div img{
        width: 200px;
    }

    .definicao-praca > * {
        margin-bottom: 42px;
    }

    .grid-elementos > * {
        margin-bottom: 32px;
    }

    .icone-mais{
        width: 60px;
        height: 60px;

        margin-right: -7px;
    }



    /* questao inicial */
    .questao-inicial{
        grid-template-columns: 100%;
    }
    .questao-inicial div{
        margin: 58px 0;
        padding: 0 20px;
    }

    .questao-inicial .pergunta{
        margin-bottom: 20px;
    }

    .questao-inicial .pergunta h2{
        text-align: center;
        font-size: 38px;
    }

    .questao-inicial h3{
        text-align: center;
        margin-bottom: 58px;
    }

    .questao-inicial img, .questao-inicial img:last-child{
        width: 86%;
        margin: auto;
        border-radius: 42px;
    }

    /* definicao repraça */
    .repraca-def .icone-proj{
        width: 140px;
    }

    .repraca-def .celular{
        margin: 84px auto;
    }
    
    .repraca-def .ideias-geradas{
        margin: 84px auto;
    }
    
    .repraca-def .ideias-geradas img{
        border-radius: 32px;
        width: 25%;
        margin: 0 8px;
    }

    .repraca-def .versus{
        width: 86%;
        margin-left: auto;
        margin-right: auto;
        align-items: flex-end;
    }

    .repraca-def .versus > span{
        font-size: 24px;
    }
    
    .repraca-def .versus img{
        border-radius: 52px;
    }

    .repraca-def .logo-3r img{
        width: 136px;
    }

    .repraca-def .logo-3r div h3{
        font-size: 28px;
        margin-left: 28px;
    }
  

    /* how to imaginar */
    .imaginacao h2{
        margin-bottom: 44px;
    }
    
    .legenda{
        font-size: 10px;
        margin: 4px 0;
    }

    .imaginacao .separador{
        width: 74px;
        margin: 44px 0;
    }

    /* banner conteudo extra */

    /* banners conteudo extra */
    .extra-content{
        width: 100%;
        gap: 1.5rem 0;
    }

    .extra-content .banner{
        flex-basis: 100%;

        padding: 44px;
    }

    .extra-content .banner h5{
        font-size: 17px;
        margin-bottom: 10px;
    }

    .extra-content .banner h2{
        max-width: 100%;

        font-size: 28px;
    }


    .extra-content .banner div{
        margin-bottom: 28px;
    }




    /* banner antigo dos modelos 3d apenas na horizontal, caso volte a ser usado no futuro. html guardado tb */
    /* .extra-content{
        width: 100%;
    }

    .extra-content .banner{
        flex-direction: column;
    }

    .extra-content .banner img{
        width: 90%;
        margin: 24px auto auto auto;
     
        max-width: 70%;
    }

    .extra-content .banner > div{
        width: 100%;
        max-width: 100%;

        padding-right: 0;
    } */

    /* arrasa quarteirao banner */
    .arrasaquart{
        width: 100%;
        padding: 60px 30px;
        flex-direction: column-reverse;
    }

    .arrasaquart a{
        width: 100%;
        height: 54px;
        margin: auto;
        font-size: 24px;
        border: 4px solid rgba(249, 137, 61, 0.7);
    }

    .arrasaquart a:hover{
        width: 100%;
    }

    .arrasaquart a:hover img{
        width: 36px;
    }

    .arrasaquart > div{
        width: 100%;
        max-width: 100%;
    }
    
    .arrasaquart a img{
        width: 30px;
    }

    .arrasaquart h2{
        font-size: 25px;
    }

    .arrasaquart p{
        font-size: 20px;
        line-height: auto;
    }

    .arrasaquart .logo-prints{
        width: 100%;
        margin-bottom: 40px;
        max-width: 100%;
    }
    
    .arrasaquart .print-1{
        width: 80%;
        margin: auto;
    }
    
    .arrasaquart .print-2{
        width: 70%;
        margin-right: auto;
        margin-top: -8%;
        margin-left: 0;
    }
    
    .arrasaquart .logo-aq{
        margin-left: auto;
        margin-right: 0;
        margin-top: -36%;
        width: 70%;

    }

    /* rodapé */
    .termos-legais{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}