/* 
    By _gabe.cc

    font-family: 'Bebas Neue', cursive;
    font-family: 'Dosis', sans-serif;
    font-family: 'Teko', sans-serif;
*/

.header-logo{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 1.1rem;
    /* border-bottom: 0.1rem solid #e8e8e8; */
}

.header-logo a{
    text-align: left;
}


.header-nav {
    background-color: #7A871E;
    /* background-image:linear-gradient(90deg, #2E2D2C, #F46833); */
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    border-bottom: 0.5rem solid #2E2D2C;
    /* box-shadow: 0rem 0rem 2rem #2E2D2C; */
}


.header-nav ul{
    box-shadow: none;
    border-bottom: none;
    border-top: none;
    background-image: none;
}


.header-nav ul a{
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 3rem;
    padding: 0 2rem;
    color: #2E2D2C;
}


.header-nav a:hover{
    text-shadow: 0 0 1rem #3f3f3faf;
}


#sobre-nos, #app-map{
    display: flex;
    flex-flow: column;
    justify-content: center;
}





#mapa, #mapa2{
    display: flex;
    visibility: hidden;
    flex-flow: column;
    justify-content: center;
}


.close-map{
    display: flex;
    transform: translate(96%, 25%);
}


.close-map #close-map-buttom{
    width: 3rem;
    font-size: 7rem;
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color:#c2c2c2;
}


#close-map-buttom:hover{
    text-shadow: 0 0 0.4rem #98adce;
    transition: all 300ms ease-in-out;
}


.mapa-content, .app-map-content{
    display: flex;
}


.sobre-content{
    display: flex;
    align-items: center;
    justify-content: center;
}


.sobre-content .sobre-text, .app-map-content .app-map-text{
    padding: 0 10rem;
}

.button-container{
    display: flex;
    flex-flow: row;
    justify-content: center;
}

#app-map-button{
    font-size: 3rem;
    padding: 1rem 3rem;
    font-family: 'Bebas Neue', cursive;
    border: 0.6rem solid #495464;
    background-color: #e8e8e8;
    color: #495464;
    transition: all 300ms ease-in-out;
    border-radius: 2rem;
    margin: 1rem 1rem 0 1rem;
    cursor: pointer;
}


#app-map-button:hover{
    background-color: #495464;
    color: #f4f4f2;
    border: 0.6rem solid #f4f4f2;
}


.sobre-text h1, .app-map-text h1{
    color: #E55B13;
    padding-bottom: 1rem;
}


.sobre-text p, .app-map-text p{
    font-family: 'Dosis', sans-serif;
    font-size: 2.3rem;
    font-weight: 500;
    padding-bottom: 1rem;
    color: #2b2b2b;
}


#map{
    width: 90vw;
    height: 90vh;
    border-radius: 2rem;
    border: 1rem solid #3b3b3b;
    margin: 0 auto;
    box-shadow: 0 0 3rem black;
    padding: 5rem 3rem;
}


#info-box{
    font-weight: 500;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.8);
    border: 0.5rem solid #3b3b3b;
    border-radius: 1rem;
    opacity: 0.92;
}

#info-box .legend{
    box-shadow: 0 0 2rem rgba(0,0,0,0.35);
    background: rgba(255,255,255,0.8);
    border: 0.5rem solid #3b3b3b;
    border-radius: 0.5rem;
    width: fit-content;
    height: 2.8rem;
    margin: 1rem auto;
}

#info-box h4{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    padding: 0.5rem 1rem;
    background-color: #3b3b3b;
    text-align: center;
}


#info-box p{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 1rem;
    font-size: 18px;
    color: #3b3b3b;
}

.legend i {
    width: 18px;
    height: 18px;
    float: left;
    box-shadow: 0 0 1.5rem rgba(0,0,0,0.2);
}

/* #addr-box{
    background-color: #e8e8e8;
    margin: 3.5rem 0;
    z-index: 1000;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 1.5rem black;
    border-radius: 1rem;
    text-align: center;
    opacity: 0.92;
    border: 0.5rem solid #3b3b3b;
    max-width: 50rem;
    visibility: hidden;

} */

#addr-box h6{
    padding-bottom: 0.6rem;
    font-family: 'Dosis', sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    background-color: #3b3b3b;
    color: white;
}

#addr-info{
    padding: 1rem 1.5rem 1.5rem;
    font-family: 'Dosis', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #3b3b3b;
}

#shadow-pop{
    width: auto;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}


.header-contato{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10rem;
    padding-left: 0;
    padding-bottom: 4rem;
}


.header-contato-img{
    display: flex;
    flex: 1 1 auto;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}


.header-contato h1{
    color: #E55B13;
    padding-bottom: 1rem;
}


.header-contato p{
    font-family: 'Dosis', sans-serif;
    font-size: 2.3rem;
    font-weight: 500;
    padding-bottom: 1rem;
    color: #2b2b2b;
}


.form-contato .grid-contato{
    display: flex;
    flex-flow: row wrap;
    border: none;
    gap: 3rem;
    font-size: 3.5rem;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
}


.grupo-infos{
    flex: 1 1 40rem;
}


.larg-max{
    width: 100%;
    flex: 1 1 100%;
}


.grupo-infos label{
    display: block;
    padding-bottom: 1rem;
}


.grupo-infos input, .grupo-infos textarea{
    width: 100%;
    font-size: 2.3rem;
    padding: 2rem;
    border-radius: 2rem;
    border: 0.2rem solid #495464;
}


.grupo-infos input:focus, .grupo-infos textarea:focus{
    background-color: #f4f4f2;
}


.form-contato{
    grid-column: span 2;
}


.form-contato legend{
    font-style: italic;
    padding-bottom: 1rem;
    font-size: 2rem;
}


.form-contato button{
    font-size: 3rem;
    padding: 1.5rem 3rem;
    font-family: 'Bebas Neue', cursive;
    border: 0.6rem solid #495464;
    background-color: #e8e8e8;
    color: #495464;
    transition: all 300ms ease-in-out;
    border-radius: 2rem;
    cursor: pointer;
}


.form-contato button:hover{
    background-color: #495464;
    color: #f4f4f2;
    border: 0.6rem solid #f4f4f2;
}


.footer{
    background-color: #f4f4f2;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.1rem;
    text-align: center;
}


.footer a{
    font-family: 'Teko', sans-serif;
    font-size: 6rem;
    font-weight: 600;
    text-decoration: none;
    color: #49546410;
    padding: 0;
    margin: 0;
}


.footer .insta{
    font-family: 'Dosis', sans-serif;
    font-size: 2.6rem;
    text-decoration: none;
    font-weight: 600;
    color: #495464;
    padding-bottom: 2rem;
}


.footer a img{
    width: 60%;
}


@media (max-width: 1200px){
    .header-contato{
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        padding-left: 0;
        gap: 0;
        padding-bottom: 4rem;
    }

    .header-contato-img{
        display: block;
        padding-bottom: 2rem;
        width: 90%;
    }
    .app-map-map{
        width: 25rem;
        padding-bottom: 2rem;
    }
}

@media(max-width: 1000px){
    .sobre-content{
        flex-flow: column wrap;
        align-items: center;
    }

    .app-map-content{
        flex-flow: column wrap;
        align-items: center;
    }


    .sobre-content .sobre-text{
        padding: 0;
    }

    .grupo-infos input, .grupo-infos textarea{
        font-size: 2rem;
    }

    .grupo-infos label{
        padding-bottom: 0.5rem;
    }

    .form-contato label{
        font-size: 3rem;
    }

    .form-contato button{
        font-size: 2.5rem;
        padding: 1rem 2.5rem;
        margin: 0 auto;
    }
}