/*
Theme Name: Tema Version - 3.0.0
Theme URI: https://nexweb.agency/
Author: Raijin
Author URI: https://nexweb.agency/
Description: Um tema WordPress personalizado.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meu-tema
*/

/* ====== LAYOUT PRINCIPAL ====== */

.header2 .menuoff button {
    color: #fff !important; /* Força o botão do menu a ter a cor branca */
}


#toggle-mensagem{    
    background: #ebebeb;
    padding: 20px;
    line-height: 19px;
    margin-bottom: 15px;
    margin-top:30px!important;
}

.homedesc button{
        background-color: transparent;
    border: none;
    position: absolute;
    top: -20px;
    right: 0;
    padding:0px;
}


.descdesc button  {
    background-color: red;
    color: #fff!important;
    padding: 0 10px;
    line-height: 26px;
    font-size: 14px;
    display: inline-block;
    text-transform:capitalize!important;
}

.descdesc button:hover  {
   border:none;
   background-color:#b72000;
   color:fff!important;
}

.single-post .homedesc span{
    color: #de2600;
}

.single-post .card {
    width: 16.66%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 3px;
}

/* Estilos para a seção de cabeçalho da categoria */
#category-header-info {
    margin-bottom: 25px;
}

#category-header-info h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
    text-align: left;
}

#category-header-info .breadcrumbs {
    margin-bottom: 20px;
    font-size: 0.9em;
    color: #666;
    text-align: left;
}

#category-header-info .breadcrumbs a {
    color: #de2600;
    text-decoration: none;
}

#category-header-info .breadcrumbs a:hover {
    text-decoration: underline;
}

#category-header-info .breadcrumbs span {
    margin: 0 5px;
}

#info {
    transition: height 0.3s ease-in-out;
    text-align: left;
    color: #555;
    line-height: 1.6;
}

#info p {
    margin: 0;
    padding: 0;
}

#info h2 {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333;
}

.fade-out {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
}

.prebot {
    display: block;
    margin-top: 20px;
    height: 25px;
    width: 100%;
    position: relative;
    border-top: 1px solid #eee;
}

.prebot button {
    color: #777;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 22px;
    border-radius: 2px;
    z-index: 1;
    top: -12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px;
    font-size: 11px;
    text-transform: uppercase;
}

.prebot button:hover {
    border-color: #999;
    color: #333;
}

.categoriaspag svg{
    width:14px!important;
}

.footer-title {
    background-color: #de2600;
    color: #fff;
    font-weight: 700;
    float: left;
    margin: 3px 3px 0px 0px;
    line-height: 16px;
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 5px 10px;
    font-family: 'arial';
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}


.titulo-limitado {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limita em 2 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: unset!important; /* sem os "..." */
    white-space: normal;
    height: auto;
    font-size: 16px!important;
    line-height: 1.3em;
    max-width: 93%;
    text-align: center;
    word-break: break-word;
    min-height: calc(1.3em * 2); /* altura mínima para 2 linhas */
    max-height: calc(1.3em * 2);
    margin-bottom:10px!important;
}

/* Para mobile também funcionar */
@media (max-width: 768px) {
 .titulo-limitado {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    text-overflow: unset!important;
    word-break: break-word;
  }
}




.menu-item a:hover{
    color:#de2600!important;
}

.category .videosprin {
    margin-top: 1em;
}

.uk-container{
    padding: 10px 15px!important;
   width:95%!important;
   max-width:1440px!Important;
}



.headercat li > a {
    text-decoration: none!important;
    transition: 1s;
    color: #fff!important;
    text-transform: uppercase!important;
}
.pagination a {
    display: inline-block;
    border-radius: 24px;
    margin: 2px 3px;
    border: 1px solid #ebebeb;
    font-size: 12px;
    padding: 0em!important;
   width: 34px;
    height: 34px;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: bold;
}

.pagination span  {
    display: inline-block;
    border-radius: 24px;
    margin: 2px 3px;
    border: 1px solid #ebebeb;
    padding: 0em!important;
    width: 34px;
    height: 34px;
    display: inline-flex!important;
    color: #fff;
    background: #de2600;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size:12px;
}

.uk-pagination span {
    display: inline;
    font-size: 12px;
    line-height: 10px;
    padding: 10px 15px;
    color: #fff;
    background-color: #c52200;
    margin-right: 0.2em;
}

.uk-list>*>ul, .uk-list>:nth-child(n+2) {
    margin-top: 0px!important;
    padding-top: 0px!important;
    border-top: 0px solid #e5e5e5!important;
}

.list-styles li {
    list-style: none;
    font-weight: bold;
    padding: 3px 6px;
    border: 1px solid #ccc;
    display: inline-block;
    zoom: 1;
    color: #000;
    border-width: 1px 1px 4px;
    text-decoration: none;
    font-size: 12px;
    font-family: 'arial';
    font-weight: 700;
    margin-right: 0.5em;
}

.list-styles li > a {
    color: #000;
}

.headercat li > a {
    text-decoration: none!important;
    transition: 1s;
    color: #fff!important;
}

a {
    text-decoration: none!important;
}


.uk-container {
    background: #fff;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.uk-list-divider>:nth-child(n+2) {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}
.header{
    background-color: #000;
    

}
.header .uk-container {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header .uk-container h2 {
    font-size: 26px!important;
    color: #fff;
    font-family: 'arial';
    font-weight: 700;
    margin-bottom: 0px;
}

.header span {
    color: #de2600;
}

.headercat ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    gap: 8px;
}

.headercat a {
    font-size: 12px;
    color: #fff;
    font-family: 'arial';
    font-weight: 700;
    text-decoration: none;
}

.headercat a:hover {
    color: #de2600;
}

.search1 {
    width: 420px;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.search1 input {
    width: 91%;
    border-radius: 24px 0 0 24px;
    border: none;
    padding: 0 12px;
    height: 35px;
    font-size: 16px;
}

.search1 a {
    background: #de2600;
    color: #fff;
    border-radius: 0 24px 24px 0;
    cursor: pointer;
    font-size: 18px;
    border: none;
    width: 40px;
    height: 35px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
}

.search1 svg {
    color: #fff;
}

.footercat ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.footercat a {
    float: left;
    margin: 3px 3px 3px 0px;
    line-height: 26px;
    font-size: 14px;
    background: #000;
    font-weight: 400;
    display: block;
    color: #fff;
    padding: 0 10px;
    font-family: 'arial';
    text-transform:capitalize;
}

.footercat a:hover {
    opacity: 0.7;
}

.cats {
    background: #de2600 !important;
    font-weight: 700;
    cursor: default;
    text-decoration: none !important;
}

.cats:hover {
    opacity: 1 !important;
}

.footer {
    border-top: 1px solid #ebebeb;
    padding: 15px 3%;
}

.footer p {
    font-size: 12px;
    font-family: 'arial';
    color: #202124;
    margin: 0px;
}

.videosprin {
    display: flex;
    justify-content:flex-start;
    margin: 5px;
    flex-wrap: wrap;
}

.card {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 3px;
}

.card .imga {
    margin: 0px 2px;
    
}

.card img {
    width: 100%;
   height: 160px;
object-fit: cover!important;

}
.card img:hover {
    filter: brightness(120%);
}

.card a {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    font-family: 'arial';
    margin-bottom: 5px;
}

.homedesc {
    border-bottom: 1px solid #ebebeb;
 position: relative;
    margin: 10px 5px 20px 5px;
}

.homedesc h2 {
    margin: 20px 0px;
    padding: 0;
    font-size: 18px!important;
    font-family:'Arial';
    line-height: 0px;
    font-weight: 700;
}

.homedesc svg {
    color: #fff;
    background-color: #de2600;
    width: 19px;
    cursor: pointer;
    padding: 3px;
}

.homedesc svg:hover{
    background-color:#000;
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px 20px 0px;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination a {
    display: inline-block;
    border-radius: 24px;
    margin: 2px 3px;
    border: 1px solid #ebebeb;
    font-size: 12px;
    padding: 6px 12px;
}

.pagination .uk-active {
    display: inline-block;
    border-radius: 24px;
    margin: 2px 3px;
    border: 1px solid #ebebeb;
    padding: 6px 12px;
    background: #de2600;
}

.pagination .uk-active span {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 0px;
}

.pagination a:hover {
    background: #de2600;
    color: #fff;
    font-weight: 600;
}

.uk-button-default {
    background-color: transparent;
    color: #333;
    border: none;
    padding: 0px;
    margin: 0px;
}

#modal-center h2 {
    font-size: 22px;
    font-family: 'arial';
    color: #202124;
    margin: 10px 0px;
}

#modal-center p {
    font-size: 14px;
    font-family: 'arial';
    color: #202124;
    margin: 10px 0px;
}

@media (min-width: 1000px) {
    .header3 {
        display: none;
    }
}

@media (max-width: 1000px) {
    
    .footer p {
        text-align:center!important;
    }
    
    
    .footercat ul{
        justify-content:center;
    }
    
    #toggle-mensagem {
    background: #ebebeb;
    padding: 20px;
    line-height: 19px;
    margin-bottom: 15px;
    margin-top: 0px!important;
}
    .card img {
    width: 100%!important;
    height: 130px!important;
}
    .uk-container{
        padding-left:10px!important;
        padding-right:10px!important;

    }
    
    
    .descvideo {
    width: 94%!important;
    margin: 0px!important;
    gap: 15px;
}

    
    .descimg{
        display:none;
    }
    
    
    .header {
        display: none;
    }

    .header3 {
        display: flex!important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background-color: #000;
        padding: 8px 0px;
    }

    .header3  h2 {
        margin: 0px;
        font-size: 24px;
        font-family: 'arial';
        font-weight: 700;
        width: 58%;
        color: #fff;
    }

    .header3  span {
        color: #de2600;
    }

    .header3  svg {
        width: 25px;
        height: 25px;
        color: #fff;
    }
    
    .menuoff1{
        padding-left:10px;
    }

    .menuoff1 button{
        padding:0px;
        border:none;
    }

    .search2 {
        width: 9%!important;
        display: flex;
        justify-content: flex-end;
        padding-right:10px;
    }

    .uk-offcanvas-bar {
        background-color: #000;
        display: flex;
        flex-direction: column;
    }

    .headercat ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0px;
        gap: 8px;
        flex-direction: column;
    }

    .headercat a:hover {
        color: #de2600;
    }

    .uk-offcanvas-close {
        width: 30px;
        height: 30px;
    }

    .card {
        width: 50%!important;
        align-items: stretch!important;
    }

    .homedesc h2 {
        font-size: 14px!important;
        line-height:18px!important;
    }

.headercat2 form{
       width: 400px!important;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .headercat2 li {
        float: left;
        color: #ffe200;
        background-color: #000;
        position: absolute;
        left: 0;
        width: 100% !important;
        display: flex;
        justify-content: center;
        padding: 10px 0;
        align-items: center;
        z-index: 2;
    }

    .search2 input {
        width: 80%;
        border-radius: 24px 0 0 24px;
        border: none;
        padding: 0 12px;
        height: 35px;
        font-size: 16px;
    }

    .sarchb11 {
        background: #de2600!important;
        color: #fff;
        border-radius: 0 24px 24px 0;
        cursor: pointer;
        font-size: 18px;
        border: none;
        width: 40px;
        height: 35px;
        display: inline-flex;
        justify-content: space-around;
        align-items: center;
    }

    .sarchb11 svg {
        width: 24px;
        margin-left: -2px;
    }
}



.homedesc h2 {
    font-size: 12px;
}


.headercat2 li {
    float: left;
    color: #ffe200;
    background-color: #000;
    position: absolute;
    left: 0;
    width: 100%!Important;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    align-items: center;
    z-index: 2;
}

.search2 input {
    width: 80%;
    border-radius: 24px 0 0 24px;
    border: none;
    padding: 0 12px;
    height: 35px;
    font-size: 16px;
}

.sarchb11 {
    background: #de2600;
    color: #fff;
    border-radius: 0 24px 24px 0;
    cursor: pointer;
    font-size: 18px;
    border: none;
    width: 40px;
    height: 35px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
}

.sarchb11 svg{
    width: 24px;
    margin-left: -2px;
}

.videosingle {
    width: 100%!important;
    height: 350px;
    margin: 20px 5px;
}

.descvideo {
    width: 100%;
    margin: 0px;
    gap: 15px;
}


.descdesc p {
    margin-top: 10px!important;
}


.descvideo{
    margin:0px!important;
}

.videosingle {
    margin: 20px 0px!important;
}

.categoriaspag ul {
    display: flex;
    align-items: center;
    gap:4px;
    margin-left: 5px;
    margin-bottom: 0px;

}
.categoriaspag li{
    background-color: red;
}
.categoriaspag a {
    display: flex;
    align-items: center;
    padding: 4px 10px;
    gap: 3px;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'arial';
    text-transform: capitalize;
}

.categoriaspag a:hover{
    color:#fff!important;
    background: #b72000!important;
}

.videosingle {
    width: 700px;
    height: 380px;
    margin: 20px 5px;
}

.descvideo {
    background: #ebebeb;
    display: block;
    padding: 10px;
    width: 680px;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.descvideo img{
    width: 100%;
    height: 175px;
}

.descimg {
    width: 100%;
}

.descvideo p{
    margin:0px;
}

.descdesc {
    width: 280%;
}

.descdesc a {
    font-size: 14px;
    font-family: 'arial';
    color: #202124;
    cursor: default;
    text-decoration: none;
}

.descdesc svg{
    margin-top: -3px;
    margin-right: 3px;
}

.descdesc p {
    font-size: 14px;
    font-family: 'arial';
    color: #202124;
    cursor: default;
    text-decoration: none;
}
