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

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

body {
    overflow-x: hidden;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #ffa400 !important;
}

.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;
}

p {
    width: 100%;
}

section {
    overflow-x: hidden;
}



/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ HOME ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


.chamada {
    font-family: 'lemon_milklight';
    color: #FFF;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vaga {
    font-family: 'lemon_milkbold';
    color: #FFF;
    text-align: center;
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.descricao {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
}

.elipse {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.conteudo {
    position: relative;
    z-index: 2;
}

#form {
    background: #fcf4ec;
}
/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ FORMULARIO ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


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

input[type='radio'] {
  box-sizing: border-box;
  appearance: none;
  background: white;
  outline: 2px solid #333;
  border: none;
  width: 16px;
  height: 16px;
}

input[type='radio']:checked {
  background: #333;
}

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

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

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

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

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

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

.wpcf7-submit {
    background-image: linear-gradient(90deg, #ffa400 0%, #fcb83c 49%, #ffa400 80%, #fcb83c 100%);
    animation:slidebg 5s linear infinite;
    padding: 10px 40px;
    color: #FFF !important;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    text-decoration: none !important;
    text-align: center;
    font-family: 'lemon_milkbold';
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 1.2em;
    transition: all 0.3s ease;
    border: none;
    margin: 0px auto;
    display: table;
}

.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;
}


/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ FOOTER ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


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

/* Até Mobile */
@media  (max-width: 991px) {

    

}

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


    

}


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

    .chamada {
        font-size: 2em;
        text-transform: uppercase;
        letter-spacing: 5px;
    }

    .vaga {
        font-size: 5em;
    }
	
	.descricao {
	   margin-bottom: 100px !important;
	}
	
}


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

   
}

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



}



