
header{
    text-align: center;
    background-color: #deeaaf6b;
}
header a{
    margin: 0;
    padding-top: .5rem;
    display: block;
}
/* --- Formulario --- */

main{
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/fundo_gravura.fw.png)  center / cover no-repeat;
    height: calc(100vh - 120px - 83px - .5rem);
    width: 100%;
    min-height: 730px;
}
main .imagem{
    display: none;
}
h1{
    color: #007249;
    font-size: 2.3rem;
    text-align: center;
    margin-top: .5rem; 
    margin-bottom: 1rem;
}
h4{
    color: #007249;
    font-size: 1.2rem;
    padding: 0 1rem;
    text-align: center;
    font-weight: bold;
}
    /*
    *Formulario
    */
form{
    padding: 1rem;
}

hgroup h4>b{
    font-size: 1.4rem;
    color: #6E4D8B !important;
    text-transform: uppercase;
}
main .entrega img{
    width: 100%;
}

@media (max-width:601px){
    hgroup{
        padding: 0 .5rem;
    }
    main {
        padding-top: 7rem;
        margin-bottom: 7rem;
        

        }

}

form .campos{
    border: 1px solid #f6f4f1 !important;
    width: calc(100% - 8px) !important;
    padding-left: 8px !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
}
form textarea{
    margin-top:1rem;
    resize: none;
    min-height: 120px;
    outline:none;
    padding: .5rem 0 0 .5rem !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
}

form input:focus{
    box-shadow: none !important;
    border-bottom: 1px solid #CCC !important;
}
form button{
    width: 100%;
    background-color: #F44360;
    border: none;
    color: white;
    border-radius: 4px;
    font-size: 1.4rem;
    position: relative;
}
form button svg{
    position: absolute;
    right: 10px;
    top: 5px;
}
/* --- Footer --- */
footer{
    height: 100%;
    background-color: #275032;
    text-align: center;
    color: white;
    padding: .5rem 0;
    margin-top: .7rem;
}
footer .copyright{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
footer .copyright a{
    width: 50%;
    max-width: 160px;
    margin-left: 8px;
    
}
footer p{
    margin: 0;
}
footer img{
    width: 100%;
}
@media (min-width:601px){
    main {
        padding-top: 30rem;
        padding-bottom: 30rem;
    }
}
@media (min-width:993px){
    main .formulario:nth-child(1){
        width: 50%;
    }
    main .imagem{
        display: block;
    }
    main {
        padding-top: 30rem;
        padding-bottom: 30rem;
        position: relative;
    }
    main .imagem img{
        transform: rotateY(180deg) !important;
        position: absolute;
        bottom: -82px;
        width: 42%;
        max-width: 550px;
    }
}

.float {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

.float .btn-floating {
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    font-size: 1.5em !important;
    background-color: #34af23 !important;
    line-height: 50px;
    box-shadow: none !important;
}

.float p {
    font-size: .7em;
    margin: 0;
    line-height: 1.25em;
    margin-bottom: 0em;
    display: none;
}

.float strong {
    font-weight: normal !important;
    display: none;
}


    .float p,
    .float strong {
        display: block;
    }
    .float svg {
        float: left;
        margin-right: -5px;
        margin-top: 2px;
        margin-left: 10px;
    }
    .float .btn-floating {
        width: 200px !important;
        height: auto !important;
        border-radius: 30px !important;
        font-size: 1.1em !important;
        padding: 10px 20px;
        line-height: 20px;
        box-shadow: none !important;
    }
    main .imagem{
        width: 45%;
        z-index: -10;
        /*text-align: center;*/
    }
    main .fomulario{
        width: 50%;
    }
    main form{
        max-width: 800px;
    }

.btn, .btn-large{
    background-color: #006038;
}
.btn:hover, .btn-large:hover {
    background-color: #00884f;
}

/* --- Landing --- */
.info{
    display: flex;
    flex-direction: column;
    background-color: #f6f4f1;
}
.info figure{
    margin: 0;
}
.info article{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem 0;
}

.info article p{
    font-size: 1.3rem;
    text-align: center;
    padding: 0 .2rem;
    width: 70%;
}

.info article figure{
    width: 80%;
    max-width: 500px;
}

.info article img{
    width: 100%;
}
@media (min-width:993px){
    .info{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .info article{
        flex-direction: row;
        margin: 0 auto;
        margin-top: 2rem;
        margin-bottom: 2rem;
        max-width: 85%;
    }
    .info article p{
        text-align: left;
        padding: 1rem;
        
    }
    .info article.direita figure{
        order: 1;
    }

}
