/* 404 | Obrigado */
.page-default{
    background-color: #04dbff;
}

html { scroll-behavior: smooth; }

.page-default h1{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}
  
.page-default-message{
    margin: 60px 0;
    padding: 0 16px;
}
  
.page-default-message h2{
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}

/* Páginação Padrão */
.paginationDefault,
.paginationDefault .nav-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.paginationDefault .current{
    border: 1px solid #000000 !important;
    display: block;
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    background: transparent;
}

.paginationDefault .page-numbers:hover{
    text-decoration: none;
    color: #191919;
    background-color: transparent;
    border: 1px solid #000000;
}
  
.paginationDefault .page-numbers{
    margin: 0 0.4rem;
    border: none;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-weight: 600;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #191919;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
  
/* Search */
.searchContent{
    padding: 1rem 0;
    background-color: #04dbff;
    margin-top: 5.5rem;
}
  
.searchContent h1{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
  
.search-none{
    margin-top: 40px;
    padding: 0 16px;
}
  
.search-none h2{
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 60px;
}

.paginationSearch,
.paginationSearch .nav-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 4rem;
}
  
.paginationSearch .current{
    border: none;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    background: #04dbff !important;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: backgroun 0.3s;
}

.paginationSearch .page-numbers:hover{
    text-decoration: none;
    color: #f8f8f8;
    background: #04dbff;
}
  
.paginationSearch .page-numbers{
    margin: 0 0.4rem;
    border: none;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #04dbff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

/* Política de privacidade */
.politica-de-privacidade p{
    margin-bottom: 1rem;
}

/* Formulário de contato */
.inputContactForm {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 0.875rem;
    color: #000000;
    outline: none;
    width: 100%;
    transition: all 150ms;
}

.inputContactForm::placeholder {
    color: #64748b;
}

.inputContactForm:focus {
    border-color: #04dbff;
}

.textareaContactForm{
    height: 70px !important;
    resize: none;
}

.btnContactForm {
    margin-top: 12px !important;
    /* border-radius: 50px !important; */
    border: 0 !important;
    background-color: #04dbff !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    color: #000000 !important;
    width: 100% !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    transition: background-color 150ms ease-in-out !important;
}

.btnContactForm:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Singles */
.postDefault p{
    margin-bottom: 1rem;
}

.postDefault p a{
    font-weight: 700;
    text-decoration: underline;
    font-style: italic;
}

.postDefault p a:hover{
    color: #04dbff;
}

.postDefault img{
    border-radius: 10px;
}

.postDefault .wp-block-list{
    margin: 1rem 0;
    list-style-type: disc !important;
}

.postDefault .wp-block-list li {
    position: relative;
    padding-left: 30px;
}

.postDefault .wp-block-list li::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 5px;
    height: 5px;
    background: black;
    border-radius: 50%;
}
  
.postDefault h1 {
    font-size: 2.25rem;
    line-height: 1.25;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.postDefault h2 {
    font-size: 1.875rem;  
    line-height: 1.28;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.postDefault h3 {
    font-size: 1.5rem;    
    line-height: 1.3;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.postDefault h4 {
    font-size: 1.25rem;   
    line-height: 1.35;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.postDefault h5 {
    font-size: 1.125rem;  
    line-height: 1.4;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.postDefault h6 {
    font-size: 1rem;      
    line-height: 1.4;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

/* Comentários */
.comments-title{
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 700;
    color: #191919;
}

.comment-body{
    position: relative;
}

.rjs-comments-list li{
    list-style: none;
}

.comment{
    margin-top: 24px;
}

.comment-author{
    position: relative;
}

.comment-author .comment-body{
    margin: 15px 0;
}

.comment-author .avatar{
    width: 50px;
    height: 50px;
    border-radius: 9999px;
}

.comment-author .author{
    color: #191919;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 4.5rem;
}
  
.comment-author .date{
    color: #191919;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 4.5rem;
}   

.comment-details .comment-text{
    color: #191919;
    font-size: 18px;
    list-style: 22px;
    margin: 1rem;
    margin-left: 4.5rem;
}

.comment-details .reply a{ 
    font-size: 15px;
    color: #191919;
    font-weight: 700;
    margin-left: 4.5rem;
}

.comment-details .reply a:hover{
    color: #04dbff;
}

@media (min-width: 992px){
    .comment-details .reply a{ 
        font-size: 18px;
        color: #191919;
        font-weight: 700;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.children{
    margin-left: 50px;
    margin-top: 24px;
    border-top: 1px solid #EAEDF0;
    border-bottom: 1px solid #EAEDF0;
    padding: 20px 0;
}

.children li{
    list-style: none;
}

.comment-respond{
    margin-top: 4rem;
}

.comment-reply-title{
    margin-bottom: 1rem;
}

.comment-reply-title small{
    color: #04dbff;
    margin-left: 1rem;
}

.comment-reply-title small:hover{
    color: #191919;
}

.comment-form-comment textarea{
    width: 100% !important;
    padding: 10px 16px !important;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: 14px;
    resize: none;
}
  
.comment-form input{
    width: 100% !important;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.25); 
    margin-bottom: 20px;
}
  
.form-submit input[type = "submit"]{
    background-color: #191919 !important;
    border: none;
    border-radius: 8px !important;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff !important;
    cursor: pointer;
    transition: opacity 0.5s;
    width: auto !important;
}
  
.form-submit input[type = "submit"]:hover{
    opacity: 0.8;
}

#reply-title{
    font-size: 24px;
}

/* Outros */
.rounded-none{
    border-radius: inherit;
}

.lwptoc .lwptoc_i{
    border-radius: 5px;
}

@media (min-width: 992px){
    .imageDefault{
        max-height: 190px;
    }

    .imagePostBlog{
        height: 190px !important;
    }

    .d-block{
        display: block !important;
    }
}

.order2{
    order: 1 !important;
} 

@media (min-width: 992px) {
    .order1{
        order: 1 !important;
    } 
}