@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Satisfy);



@media screen and (max-width: 767px) {
    fieldset#contato {
        box-shadow: none;
        border: none;

    }

    div#direita-contato {
        visibility: hidden;
        width: 0;

    }

    div#formulario {
        max-height: 100%;
        border: none;
    }

    div#conteudo {
        max-height: 550px;

    }

    div#zap {
        padding-top: 30px;
        max-width: 50%;
        margin: 0 auto;
        text-align: center;
    }

}

@media screen and (min-width: 767px) {
    fieldset#contato {
        border-radius: 8px;
        box-shadow: 0 0 5px #996600;
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding-top: 8px;
        border: none;
    }

    div#conteudo {
        background-image: none;
    }

    div#zap {
        padding-top: 30px;
        max-width: 50%;
        margin: 0 auto;
        text-align: center;
    }

}

@media screen and (max-width: 400px) {

    div#direita-contato {
        visibility: hidden;
    }

    fieldset#contato {
        box-shadow: none;
        border: none;
        max-height: 100%;

    }

    div#formulario {
        max-height: 100%;
        font-size: 0.8em;

    }

    div#conteudo {
        max-height: 480px;
        padding: 4px;
        position: relative;

    }

    div#zap {
        padding-top: 30px;
        max-width: 50%;
        margin: 0 auto;
        text-align: center;
    }


}

div#pContato.cContato {
    max-width: 100%;
    font-size: 1em;
    background-color: #eedd82;
    padding: 0.5% 8% 15% 8%;
    border-radius: 8px 8px 8px 8px;
}

div#conteudo {
    max-width: 100%;
    min-height: 100%;
    background: url("../_images/fundo.jpg") no-repeat bottom;
    -webkit-box-shadow: 0px 0px 8px 2px rgb(153, 102, 0);
    -moz-box-shadow: 0px 0px 8px 2px rgb(153, 102, 0);
    box-shadow: 0px 0px 8px 2px rgb(153, 102, 0);
    background-size: 100% 100%;
    margin-top: 4px;
}

div#zap {
    padding-top: 30px;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}

div#formulario {
    max-width: 100%;
    width: 300px;
    float: left;
    min-height: 100%;
    padding: 4px;

}

div#direita-contato {
    max-width: 20%;
    min-height: 100%;
    float: right;
    text-align: left;
    margin: 4px;
    position: relative;
}

div#formulario p {
    display: block;
    float: none;
}

form {
    max-width: 100%;
    display: block;
}

input,
textarea {
    margin-top: 1px;
    font-family: sans-serif;
    padding: 2px;
    font-size: 1.5em;
    font-weight: normal;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #996600;
}

input:hover,
textarea:hover {
    box-shadow: 0 0 8px #996600;
}

p {
    margin-top: 0;
    margin-bottom: 1px;
    padding-bottom: 2px;
}

fieldset#contato legend {

    color: #996600;
    font-weight: bold;
    font-family: sans-serif;
}

fieldset#promo legend {
    font-size: 1em;
}

fieldset#contato input#tNome {

    width: 90%;
}

fieldset#contato textarea#cMsg {

    width: 90%;
}

fieldset#contato input#tTelefone {

    width: 60%;
}

fieldset#contato input#tEmail {

    width: 90%;
}

fieldset#contato input#datepicker {
    width: 60%;

}

fieldset#contato input#datepicker-1 {
    width: 60%;

}

fieldset#contato input#tAdultos {
    width: 60%;
}

fieldset#contato input#tCriancas {
    width: 60%;

}

fieldset#contato label {
    color: #996600;
    font-family: sans-serif;
}

div.ui-datepicker {
    font-size: 80%;

}

fieldset#contato p.promocao {

    font-size: 1.0em;
    margin-top: 4px;
}

.reservas {
    font-size: 1em;
    color: #996600;
    text-align: right;
    box-shadow: 0 0 10px #996600;
}

.titulo {
    font-family: 'Pacifico', serif;
    font-size: 3em;
    font-weight: bold;
    text-align: right;
    color: #996600;
}

div#direita-contato p span {

    font-size: 2em;
    font-weight: bold;
}

.reservas-central {

    text-align: right;
    color: #996600;
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

.reservas-end {

    text-align: right;
    color: #996600;
    font-family: sans-serif;
    font-size: 1em;
}

.titulo-telefone {

    text-align: right;
    color: #996600;
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

.reservas-telefones {

    text-align: right;
    color: #996600;
    font-family: sans-serif;
    font-size: 1em;
}

.enviar {
    width: 70px;
    background: url('../_images/botao-enviar.png') no-repeat center;
    height: 20px;
    cursor: pointer;
    float: right;
    margin-right: 3px;
    border-radius: 8px 8px 8px 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8em;

}

.limpar {
    width: 70px;
    background: url("../_images/botao-enviar.png") no-repeat center;
    height: 20px;
    cursor: pointer;
    float: right;
    border-radius: 8px 8px 8px 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8em;

}