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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap');

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

body {
    overflow-x: hidden;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #211915;
    background: url('../img/bg-page.png') bottom right no-repeat;
    background-attachment: fixed;
}

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

.padding0 {
    padding: 0px;
}

.relative {
    position: relative;
}

.pointer {
    cursor: pointer;
}

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

/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ CONTEUDO ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    transition: all 0.5s ease;
    padding: 30px 0px;
    background: none;
}

header.scroll {
    background: #ffebed;
    border-bottom: 1px solid #ffebed;
}

.logo {
    transition: all 0.5s ease;
}

header.scroll .logo{
   max-width: 125px;
}

#header {
    position: relative;
}

.open-menu {
    padding: 20px;
}

.open-menu .icon-bar {
    width: 30px;
    height: 4px;
    margin-bottom: 3px;
    display: block;
    background: #211915;
}

#menu-mobile {
    display: none;
    width: 100%;
    position: absolute;
    top: 125px;
    left: 0px;
    max-height: 80vh;
    overflow: scroll;
    background: #ffebed;
}

.menu {
    margin: 0px;
    padding: 0px;
}

.menu li {
    list-style-type: none;
    padding: 15px 0px;
}

.menu li a {
	color: #211915;
	text-decoration: none !important;
    padding: 15px 20px;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.menu-superior {
    display: none;
}

#home {
    padding-top: 150px;
}

.content-banner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: rgba(60,60,60,0.8);
    color: #FFF;
    font-size: 1.4em;
}

.content-banner h2 {
    font-weight: 700;
}

.bloco {
    padding: 80px 0px;
    position: relative;
}

.bloco h3 {
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}

.bloco p, .bloco a {
    position: relative;
    z-index: 5;
}

.link-bloco {
    background: #ffebed;
    color: #FFF !important;
    border-radius: 10px;
    padding: 8px 20px 5px 20px;
    text-transform: uppercase;
    line-height: 1em;    
    transition: all 0.2s ease;
    display: table;
}

.link-bloco:hover {
    background: #623d4d;
    text-decoration: none;
}

.bloco img {
    margin-bottom: 25px;
}

.bloco-bg {
    margin: 3px 0px;
    background-attachment: fixed !important;
}

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

.servico {
    padding: 0px 15px;
    margin-bottom: 30px;
    display: block; 
}

.servico h4 {
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3em;
}

.page-kontext {
    padding-top: 250px;
    padding-bottom: 50px;    
    background-size: cover;
    background-attachment: fixed;
}

.page-kontext h2 {
    font-weight: 700;
    font-size: 2em;
    text-transform: uppercase;
    border-bottom: 5px solid #ffebed;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}


.bloco-page {
    border-bottom: 1px solid #2d3e50;
}

.bloco-page:last-child {
    border: none;
}

.bloco-page h4 {
    font-weight: 700;
}

#equipe {
    background: rgba(129,88,106,0.8);
    padding: 80px 0px;
    color: #FFF;
}

.profissional .nome {
    color: #FFF;
    font-weight: 700;
    font-size: 1.2em;
}

.profissional .funcao {
    color: #FFF;
    font-style: italic;
    padding: 10px 0px;
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    margin: 10px 0px;
}

#servicos-page .icone-servico {
    margin-bottom: 30px;
}


.noticia .data {
    background-color: #4a2d51;
    color: #FFF;
    text-align: center;
    padding: 10px;
    margin-right: 20px;
}

.data .dia {
    font-size: 2em;
    display: block;
    width: 100%;
}

.content-post {
    font-size: 1em;
    padding: 40px 0px;
    color: #000;
}

.sidebar h4 {
    color: #4a2d51;
    font-weight: bold;
}

.busca {
    margin-bottom: 30px;
}

.categorias {
    margin-bottom: 20px;
}

.categorias ul {
    margin:0px;
    padding-left: 0px;
}

.categorias li {
    list-style-type: none;
}

.post-recente {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.categorias li a, .posts-recentes a, #relacionados a {
    color: #444;
    font-weight: bold;
    display: block;
}

.categorias-single {
    font-size: 0.8em;
    color: #b5b5b5;
}

.categorias-single a {
    color: #b5b5b5;
}

.resultados-busca {
    font-size: 0.6em;
    font-weight: normal;
}

.navegacao {
    text-align: center;
    margin: 40px 0px;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
}

.wp-pagenavi a {
    padding:5px 10px !important;
    color:#4a2d51;
    font-weight: bold;
}

.wp-pagenavi span.current, .wp-pagenavi a:hover {
    background: #4a2d51;
    color:#FFF;
    padding:5px 10px !important;
}

.single-blog h3  {
    color: #352638;
    font-weight: bold;
    margin: 20px 0px 15px 0px;
    font-size: 1.2em;
}

.section-content {
    margin: 30px 0px 50px 0px; 
    padding: 50px 0px;
}

.section-content:nth-child(even), .case-archive:nth-child(even) {
    background: #f5f5f5;
}

.img-post {
    margin-bottom: 10px;
    display: block;
}

.noticia h3 a{
    color: #4a2d51 !important;
    font-weight: bold;
    margin-bottom: 15px;
}

.archive h2, .single-blog h2 {
    margin-bottom: 80px;
    padding-bottom: 20px;
}

.btn-archive {
    color: #FFF !important;
    text-decoration: none !important;
    text-align: center;
    padding: 10px 30px;
    font-weight: 700;
    margin: 20px 0px 60px 0px;
    font-size: 1.2em;
    display: inline-block;
    background: #816060;
    border-radius: 15px;
}

.foto-profissional {
    margin-bottom: 25px;
}

.content-post a {
    color: #a8777c;
}

footer {
    padding: 30px 0px;
    border-top: 2px solid #ffebed;
}

.logo-footer {
    margin-bottom: 25px;
}

.rede {
    color: #a8777c;
    font-size: 2.5em;
    padding: 0px 10px;
}

.rede:hover {
    color: #764a4e;
}


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

.input{
    background: rgba(255,255,255,0.6) !important;
    border: 1px solid #211915;
    padding: 5px 5px 0px 5px;
    margin: 10px 0px 5px 0px;
    color: #211915;
    width: 100%;
    font-size: 1.2em;
    line-height: 2em;
}

textarea {
    height: 180px;
    font-size: 1em;
    line-height: 2em !important;
    padding-right: 80px !important;
}

.input::-webkit-input-placeholder {
    color: #211915;
    font-size: 1em;
}

.input:-moz-placeholder {
    color: #211915;
    font-size: 1em;
}

.input::-moz-placeholder {
    color: #211915;
    font-size: 1em;
}

.input:-ms-input-placeholder {  
    color: #211915;
    font-size: 1em;
}

.wpcf7-submit {
    background: #e2b6ba;
    padding: 10px 50px;
    color: #FFF;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 1.5em;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    border-radius: 30px;
    margin: 0px auto;
    display: table;
}

.wpcf7-submit:hover {
    padding: 10px 80px;
}

.wpcf7-response-output {
    float:left;
    display:block;
    width:100%;
}

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

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

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

@media (min-width: 576px) { 


}

@media (min-width: 768px) {

    #servicos-page .servico:nth-child(even) {
        justify-content: flex-end;
    }

    .servico h4 {
        text-align: left;
        width: 100%;
    }

    .foto-profissional {
        padding-right: 25px;
        margin: 0px;
    }

}

@media (min-width: 992px) {    

    header {
        padding: 20px 0px 20px 0px;
    }

    .menu-superior {
        display: block;
    }

    .menu {
        margin: 20px 0px;
        padding: 0px;
        display: block;
    }

    .menu li {
        display: inline-block;
        list-style-type: none;
        border:none;
        padding: 0px;
    }  

    .menu li a {
        padding: 5px 20px;
        color: #211915;
    }

    .menu li a:hover {
        color: #81586b;
    }

    .logo {
        margin-top: -50px;
        position: absolute;
    }

    #home {
        margin-top: 0px;
    }

    #servicos-page {
        padding-top: 200px;
    }

    #servicos-page .servico {
        margin-top: -150px;
    }
    
}

@media (min-width: 1100px) {
   

}

@media (min-width: 1400px) { 

   
}