/***************
*PAGINA CONTATO*
***************/
.page-contact {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 5% 15%;
    background-color: black;
    color: white;
}
.wpcf7 {
    display: flex;
    justify-content: center;
    width: 70%;
}
.wpcf7-form-control-wrap {
    position: relative;
    max-width: 100%;
    display: flex;
}
.wpcf7-form p {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.wpcf7-form label {
    padding: 1%;
    width: 49.5%;
    overflow: hidden;
}
.wpcf7-form input,
.wpcf7-form textarea {
    padding: 15px;
    border: none;
    background: #2b2b2b;
    color: white;
    flex-grow: 1;
    overflow: hidden;
}
#enviar {
    max-width: 30%;
    margin: 0 calc(50% - 15%);
    color: #FFF12D;
    transform: skew(-20deg);
    border: 2px solid #FFF12D;
    text-align: center;
    background-color: black;
    font-size: 16px;
    cursor: pointer;
    padding: 0.5vw;
    
}
span.wpcf7-not-valid-tip {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
}
.page-contact h1 {
    font-size: 3.3em;
    text-align: center;
    margin-bottom: 1%;
    text-transform: uppercase;
}
.resumo-contato {
    font-size: 0.8em;
    font-style: italic;
    display: flex;
    justify-content: center;
    width: 70%;
    text-align: center;
    margin-bottom: 20px;
}
#email,
#mensagem {
    width: 100%;
    margin-top: 5px;
}
#topo-titulo {
    width: 5%;
}
h2 {
    font-size: 1.5em;
    text-align: center;
    padding: 20px;
}
/**********
*FORMPOPUP*
**********/
#rainmaker_form_170 form {
    width: 70%;
}
#rainmaker_form_170 {
    width: 100%;
    display: flex;
    justify-content: center;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: white;
}
#rainmaker_form_170 form input {
    padding: 15px;
    border: none;
    background: #00226b;
    color: white;
}
.rm_form_el_button {
    text-align: center !important;
}
.rm_form_el_button input {
    width: 50% !important;
    border-radius: 150px !important;
    background-color: white !important;
    color: #00226b !important;
    cursor: pointer;
}
@media screen and (max-width: 526px) {
    /******
    *HISTORIA*
    ******/
    .page-contact {
        padding: 30% 5%;
    }
    .page-contact h1 {
        font-size: 2.3em;
    }
    .page-contact p {
        font-size: .8em;
    }
    .resumo-contato {
        font-size: 0.6em;
    }
    /********
    *CONTATO*
    ********/
    .wpcf7 {
        width: 90%;
    }
}
@media screen and (max-width: 670px) {
    .wpcf7 {
        width: 100%;
    }
}