/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ GERAL ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

._marketing-by, ._form-label, .form-sr-only {
	display: none !important;
}

body {
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.center-box {
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%); 
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%); 
    transform:translate(-50%, -50%);
}

.aligncenter {
    margin:0px auto;
    display: table;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.relative {
    position: relative;
}

.pointer {
    cursor: pointer;
}

.img-bg {
    width: 100%;
    height: auto;
}

section {
    width: 100%;
    padding: 0px 15px;
}

p {
    width: 100%;
}

header, footer {
    padding: 30px;
}

#intro {
    font-size: 1.5em;
    padding: 50px;
}

.item-trc {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    border-left: 5px solid #ff8200;
    padding-left: 10px;
    margin-bottom: 20px;
    color: #272727;
}

#form {
    margin-top: 80px;
    padding: 80px 20px;
    background: url('../img/bg-right.png') no-repeat top right #272727;
    background-size: auto 100%;
    color: #FFF;
    font-size: 1.2em;
}

#social {
    padding: 80px 20px;
    background: #ff8200;
    color: #FFF;
    font-size: 1.5em;
}

#social .rede {
    padding: 20px;
    font-size: 2.2em;
    color: #FFF !important;
}

#rumo {
    background: #76797a;
    padding: 20px;
}

#missao {
    padding: 80px 20px;
    background: url('../img/bg-missao.png') no-repeat right bottom;
    background-size: auto 100%;
    color: #272727;
    font-size: 1.2em;
}

#missao h4 {
    width: 100%;
    color: #ff8200;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
}

footer .rede {
    padding: 20px;
    font-size: 2em;
    color: #FFF !important;
}

.copyright {
    font-size: 0.8em;
    color: #a8a8a8;
}

#single-post {
    color: #272727;
}

#single-post h2 {
    color: #ff8200;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    margin: 30px 0px 50px 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a8a8a8;
}

#single-post h4 {
    color: #272727;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    margin: 10px 0px 15px 0px;
}

#single-post a {
    color: #ff8200;
}

#noticias {
    background: #a8a8a8;
    padding: 80px 0px;
}

#noticias h3 {
    color: #272727;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    margin: 30px 0px 50px 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a8a8a8;
    width: 100%;
}

.noticia {
    padding: 15px;
}

.noticia a {
    text-decoration: none;
}

.noticia .title {
    color: #FFF !important;
    font-size: 1.1em;
    line-height: 1.1em;
    border-left: 5px solid #ff8200;
    margin: 150px 0px 10px 10px;
    padding-left: 15px;
    z-index: 2;
}

.foto-noticia {
    position: relative;
}

.alpha-noticia {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#banner-single {
    width: 100%;
    height: 40vh;
}

/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ FORMULARIO ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


.input {
    background: rgba(255, 255, 255, 0.1);
    border:1px solid #ff8200;
    padding: 0px 5px 0px 5px;
    margin: 0px 0px;
    color: #CCC;
    font-size: 1em;
    line-height: 2em;
    font-weight: 400;
    font-style: normal;
    width: 100% !important;
}

.wpcf7-list-item {
    font-weight: 400;
    font-style: normal;
    color: #CCC;
    font-size: 0.9em;
    margin: 0px !important;
}

textarea {
    height: 183px;
    padding-right: 80px !important;
}

.input::-webkit-input-placeholder {
    color: #CCC;
}

.input:-moz-placeholder {
    color: #CCC;
}

.input::-moz-placeholder {
    color: #CCC;
}

.input:-ms-input-placeholder {  
    color: #CCC;
}

.wpcf7-submit{
    background: #ff8200;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 1em;
    text-decoration: none !important;
    padding: 10px 20px;
    margin-bottom: 50px;
    transition: all 0.3s ease;
    border: none;
    margin: 10px auto;
    display: table;
    width: 100%;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.wpcf7-submit:hover {
    transform: scale(1.1);
}

.wpcf7-response-output {
    float:left;
    display:block;
    width:100%;
    color: #000;
    background: #ffb900;
}

.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    font-weight: bold;
    color: #FFF;
}

span.wpcf7-not-valid-tip {
    color: #000 !important;
    font-size: 1em;
    display: block;
    background: #f00;
    padding: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #FFF;
}

.tel-invalido {
    color: #000 !important;
    font-size: 1em;
    display: none;
    background: #f00;
    padding: 5px;
}



/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ RESPONSIVO ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */



@media (min-width: 768px) { /* Breakpoint MD */



}

@media (min-width: 992px) { /* Breakpoint LG */


    #missao {
        background: url('../img/bg-missao.png') no-repeat left bottom;
    }


}

@media (min-width: 1100px) { /* Breakpoint XL */



}


@media (min-width: 1400px) { /* Breakpoint XXL */



}





