/* --------------------------------------------------
   Style
   -------------------------------------------------- */

.container-fluid {
    max-width: 1155px;
    padding: 0 5px;
}

.secaoPrincipal {
    background: var(--cor-pretoTV);
    color: white;
    /* height: 731px; */
}

.secaoPrincipal.last {
    margin-bottom: 40px;
}

.secaoPrincipal.last .container-fluid {
    padding: 72px 20px;
}

.secaoPrincipal h4 {
    color: white;
}

.secaoPrincipal p {
    font-size: 18px;
}

.secaoPrincipal .col-lg-12 {
    padding: 0;
    justify-content: space-between;
}

.secaoPrincipal .col-lg-5 {
    background-size: cover !important;
}

.secaoPrincipal .container-fluid {
    padding: 72px 0;
}

.secaoSecundaria {
    padding: 32px 0;
}

/*
.secaoSecundaria .col-lg-12 .card {
    margin-bottom: 72px;
}
*/

.secaoSecundaria .ancora {
    height: 80px;
    display: block;
}

.secaoSecundaria .col-lg-12 .card:nth-child(even) {
    flex-direction: row-reverse !important;
}

.secaoSecundaria .col-lg-12 .card div {
    position: relative;
}

.secaoSecundaria .card hr:first-child {
    border: none;
    border-top: 1px solid var(--cor-cinza-JD);
    width: 60%;
    height: 1px;
    display: block;
    position: absolute;
}

.secaoSecundaria hr {
    border: none;
    border-top: 1px solid var(--cor-cinza-JD);
    display: block;
    height: 1px;
    width: 100%;
    margin: 30px 0;
}

.descricaoItemServico {
    padding: 36px 0;
}

.secaoBanner {
    color: white !important;
    padding-top: 30px;
    background: linear-gradient(to right, #F0AB00 63%, transparent 63%) no-repeat right !important;
    position: relative;
    min-height: 420px;
    margin:40px 0 60px 0;
}

.secaoBanner img {
    position: relative;
    z-index: 2;
    width: 500px;
}

.secaoBanner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 35%;
    width: 50px;
    height: 100%;
    background: url('../images/label_bg_2.png') no-repeat center;
    background-size: cover;
    z-index: 1;
}

.secaoBanner .banner-card {
    display: flex;
    color: var(--cor-pretoTV);
}

.secaoBanner .banner-card .banner-content {
    width: 662px;
}

.secaoBanner p {
    margin-bottom: 34px;
}

.secaoBanner a {
    background: var(--cor-amarelo-secundaria-clara);
    color: #FFF;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.page-template-servicos-01 #mapa_display h4 {
    padding-top: 34px;
}



.nossas-lojas #mapa_display {
    min-height: auto !important;
    padding-bottom: 0 !important;
}

.etapasProdutivas {
    justify-content: space-around;
    margin-bottom: 60px;
}

.beneficio,
.utilizacao {
    display: flex;
    gap: 1rem;
    margin-top: 25px;
}

.secaoPrincipal h5 {
    color: #FFF;
}

.secaoPrincipal h6 {
    color: white !important;
    margin-bottom: 30px;
}

.secaoPrincipal p {
    color: white !important;
    margin: 10px 0;
}

.contato-wrapper .dado-contato {
    display: flex;
    align-items: center;
    gap: 20px;
}

.frase {
    height: 320px;
    display: flex;
    align-items: center;
}

.secaoPrincipal .row {
    gap: 1rem;
    flex-wrap: nowrap;
}

.page-template-servicos-02 .secaoSecundaria h4 {
    text-transform: uppercase;
}

.page-template-servicos-02 .secaoSecundaria .col-lg-12 div {
    margin-bottom: 30px;
}

.page-template-servicos-02 .secaoSecundaria .col-lg-12 div.jdprotectcol {
    margin-bottom: 0;
}

.etapasProdutivas img {
    width: auto;
    margin-bottom: 16px;
    margin-top: 66px;
}

.etapasProdutivas .etapa {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.linha_marrom {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	bottom: 0;
	background: rgb(159,110,47);
	background: -moz-radial-gradient(circle, rgba(159,110,47,1) 0%, rgba(229,184,99,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(159,110,47,1) 0%, rgba(229,184,99,1) 100%);
	background: radial-gradient(circle, rgba(159,110,47,1) 0%, rgba(229,184,99,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9f6e2f",endColorstr="#e5b863",GradientType=1);
}

.titulo_linha {
    width: 160px;
    height: 10px;
    display:block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 23px;
    background: var(--cor-amarela-primaria);
}

#banner ul.slick-dots {
     display: none !important;
}

#lista_prod {
    position: relative;
    padding-top: 40px;
    padding-bottom: 70px;
    background: #F0AB00;
    background: -moz-linear-gradient(0deg, #F0AB00 0%, #F0AB0028 100%);
    background: -webkit-linear-gradient(0deg, #F0AB00 0%, #F0AB0028 100%);
    background: linear-gradient(0deg, #F0AB00 0%, #F0AB0028 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0AB00",endColorstr="#F0AB00",GradientType=1);
}


#lista_prod:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 635px;
    height: 745px;
    background-image: url('../images/icons/tv-icon-bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.lista__itens img {
    width: 55px;
    height: 55px;
}

.lista__itens .flex {
    align-items: center;
    gap: 1rem;
}

.lista__itens .flex div p:first-child {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--cor-pretoTV);
}

.lista__itens .flex div p:last-child {
    margin-top: 0;
}

.listagem_produtos {
    justify-content: flex-start;
    max-width: 1115px;
    margin: 0 auto;
}

.card_prod {
    padding: 10px;
    position: relative;
}

.card_prod a {
    background: #ffffff;
    display: block;
    height: 370px;
    padding: 11px;
}


.card_prod img {
    transition: opacity 0.3s ease;
    margin-bottom: 30px;
    object-fit: cover;
    min-height: 193px;
}

.card_prod:hover img {
    opacity: 0.5;
}

.prod_bloco__titulo {
    color: var(--cor-pretoTV);
    display: block;
    font-size: 20px;
    text-align: center;
}

.prod_btn {
    display: block;
    position: absolute;
    bottom: 30px;
    font-size: 18px;
    left: 50%;
    transform: translateX(-50%);
}


.btn_verde {
    background-color: var(--cor-amarela-primaria);
    color: var(--cor-light);
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 18px;
    border-radius: 3px;
}

.btn_verde:hover {
    color: var(--cor-amarela-primaria);
    background: var(--cor-light);
}

#mini_banners {
    height: 230px;
    background: linear-gradient(0deg, #E5E6E6 0%, #E5E6E6 35%, #F0AB00 35%, #F0AB00 100%);
    padding-top: 60px;
}

.mini_banner {
    max-height: 160px;
    position: relative;
}

.banner_content {
    width: 100%;
    height: 160px;
    color: #fff;
    position: absolute;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    font-size: 30px;
}

.banner_content strong,
.mapa_content strong {
    font-size: 20px;
}


/* produts listagem cat interna */
.card_prod_cat a {
    height: 215px;
}

.card_prod_cat_img {
    width: 240px;
    padding-right: 10px;
}

.card_prod_cat_img img {
    margin-bottom: 0;
}

.card_prod_cat_content {
    width: calc(100% - 240px);
    position: relative;
}

.card_prod_cat_content .prod_bloco__titulo {
    text-align: left;
    min-height: 168px;
}

.card_prod_cat_content .prod_bloco__titulo strong {
    border-bottom: 1px solid var(--cor-cinza-JD);
    display: block;
    padding-bottom: 18px;
    margin-bottom: 18px;
}


.card_prod_cat_content .prod_btn {
    bottom: 0;
    left: 0;
    transform: none;
}

.card_prod_cat_content .btn_verde {
    background: var(--cor-sucess);
    padding: 9px 29px;
}

.card_prod_cat_content .btn_verde:hover {
    background: white;
}

.prod_bloco_links a.btn_verde:hover {
    color: var(--cor-verde-primaria-escura);
    background: white !important;
}

.page-template-servicos-02 .secaoPrincipal {
    height: auto !important;
    margin-bottom: 30px;
}

.card_prod_post {
    text-align: left;
    padding: 10px;
}

.card_prod_content {
    background: var(--cor-light);
    height: 500px;
    padding: 11px;
    position: relative;
}

.card_prod_content:hover img {
    opacity: 0.5;
}


.card_prod_content .noimage {
    width: auto;
    max-height: 187px;
}

.card_prod_content .prod_bloco__titulo {
    text-align: left;
    padding: 16px 0 20px 0;
    border-bottom: 1px solid var(--cor-cinza-JD);
}

.card_prod_content .prod_bloco_links {
    position: absolute;
    bottom: 11px;
}

.card_prod_content .prod_bloco_links a {
    display: block;
    margin-top: 25px;
}

.prod_bloco_links a.prod_link,
.prod_bloco_links a.prod_link:visited {
    color: var(--cor-verde-primaria);
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
}

.prod_bloco_links a.prod_link:hover {
    text-decoration: none;
}

.prod_bloco_links a.btn_verde {
    padding: 9px 29px;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--cor-light);
}


/* tabela comparativa */

#tabela_comparativa {
        background: #fff;
        padding: 40px 0;
}

.tabelaTV table td {
    border: 0 !important;
}

.tabelaTV table td a {
    font-weight: bold;
    text-decoration: underline;
}

.tabelaTV table td:last-child {
    width: 35px;
}

.tabelaTV table td:last-child a {
    color: var(--cor-light) !important;
    width: 26px;
    height: 26px;
    background: var(--cor-sucess);
    display: block;
    font-size: 12px;
    padding-top: 2px;
    text-decoration: none;
}

.tabelaTV table tr {
    border-bottom: 2px solid var(--cor-verde-primaria) !important;
}

.tabelaTV table tr p {
    line-height: 22px;
}


.produto_content {
    margin-bottom: 50px;
}


.line-gray {
    border-bottom: 1px solid var(--cor-cinza-JD);
    max-width: 280px;
    padding-top: 15px;
    margin-bottom: 15px;
    display: block;
}

.prod_destaque {
    display: block;
    max-width: 380px;
    margin-bottom: 30px;
}

.produto_content .btn_verde {
    background: var(--cor-sucess);
}

.btnLightbox {
    background: #00000060;
    padding: 17px 60px;
	 font-size: 12px;
	 font-weight: bold;
	 text-transform: uppercase;
	 color: #fff;
	 cursor: pointer;
	 position: absolute;
	 bottom: 0;
	 left: 50%;
    transform: translateX(-50%);
}

#prod_info_content {
    margin-bottom: 50px;
}

#prod_info_content .row:first-child {
    margin-bottom: 35px;
}

#prod_info_content img {
    width: auto;
}

#tabela_prod {
    margin: 20px 0 40px 0;
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid var(--cor-cinza-JD);
}

#tabela_prod tr {
    height: 40px;
}

#tabela_prod tr td {
    padding: 5px 15px;
}

#tabela_prod tr td:first-child {
    font-weight: bold;
    width: 205px;
    border-right: 1px solid var(--cor-cinza-JD);
}

#tabela_prod tr:nth-child(even) {
    background-color: var(--cor-cinza-JD);
}

/* institucional */
.videoTV {
    background: var(--cor-cinza-JD);
    padding: 50px 0 40px 0;
}

.videoBlock {
    background: var(--cor-pretoTV);
    padding: 75px 0;
    color: var(--cor-light);
    font-size: 18px;
}

.videoBlock h4 {
    color: var(--cor-light);
}

.vblock_content span {
    padding: 20px 0;
    display: block;
}

.btn_amarelo {
    background-color: var(--cor-amarelo-secundaria);
    color: var(--cor-pretoTV) !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 18px;
    border-radius: 3px;
}

.btn_amarelo:hover {
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.4);
}

.historiaTV {
    padding: 55px 0;
    background: var(--cor-cinza-JD);
}

#historiaTVslider .slider {
    height: 680px;
}

#historiaTVslider .slick-prev,
#historiaTVslider .slick-next {
    width: 26px;
    height: 57px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 57"><path d="M15.5905 28.4101L0 4.35043L6.7137 0L25.1232 28.4101L6.7137 56.8201L0 52.4697L15.5905 28.4101Z" fill="white"/></svg>');
    filter: invert(54%) sepia(87%) saturate(440%) hue-rotate(2deg) brightness(102%) contrast(103%);
}

#historiaTVslider .slick-prev {
    margin-left: -3% !important;
    margin-top: -30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    transform: rotate(180deg);
}

#historiaTVslider .slick-next {
    margin-right: -3% !important;
}

#historiaTVslider .slick-disabled {
    cursor: auto;
    filter: invert(15%) sepia(3%) saturate(113%) hue-rotate(22deg) brightness(99%) contrast(89%);
}

#historiaTVslider .slick-dots {
    bottom: -28px;
    display: none;
}

#historiaTVslider .slick-dots li button {
    display: none !important;
}


.compromissoTV {
    background: url('/wp-content/themes/terraverdemaquinas/dist/images/compromisso_terraverdemaquinas.jpg') center bottom no-repeat;
    background-size: cover;
    color: var(--cor-pretoTV);
    padding: 40px 0 65px 0;
}

/*
.compromissoTV h3,
.compromissoTV h4,
.compromissoTV h6 {
    color: var(--cor-light);
}
    */

.compromissoTV h4,
.compromissoTV h6  {
    padding-top: 16px;
    text-transform: uppercase;
}

.compromissoTV h6 {
    padding-bottom: 5px;
}

.compromissoTV .diretorTV {
    margin: 0px;
}


/* pos-vendas // bloco repeater */

.bloco-repeater .repeater-col {
    margin-bottom: 38px;
    padding-bottom: 38px;
    border-bottom: 2px dashed var(--cor-cinza-JD);
}

.bloco-repeater .repeater-col:last-child {
    border:0;
    margin-bottom: 0;
}

.bloco-repeater h4 {
    padding-top: 35px;
}

.bloco-repeater .col-icon {
    max-width: max-content;
    height: auto;
}

.bloco-repeater .btn_verde {
    background: var(--cor-sucess);
    color: var(--cor-light);
    margin-bottom: 25px;
    display: inline-block;
}

.bloco-repeater .col-block {
    background: var(--cor-cinza-JD);
    padding: 25px 45px;
}


/* mapa */

#mapa_display {
    min-height: 600px;
    background: var(--cor-cinza-JD);
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-template-page-mapa #mapa_display {
    padding-top: 0;
}

.mapa_display_interna {
    padding-top: 45px;
}

.mapafull {
    position: relative;
}


.mapa_content {
    background: var(--cor-amarela-primaria) url('../images/label_bg.png') repeat-y right top;
    position: absolute;
    color: var(--cor-pretoTV);
    text-align: left;
    padding: 35px;
    left: 0;
    bottom: 55px;
    font-size: 30px;
    padding-right: 178px;
}


.page-template-page-mapa #mapa_display {
    background: none;
    margin-bottom: 25px;
}

.unidades {
    padding: 20px 0;
    background: var(--cor-cinza-JD);
}

.lista_unidadesTV {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    flex-direction: row;
}

.lista_unidadesTV .card_unidadeTV {
    width: 24%;
    min-height: unset;
    margin: 5px;
    overflow: hidden;
}

.lista_unidadesTV .card_unidadeTV .card_content {
    padding: 20px;
    background: #fff;
    min-height: 400px;
}

.lista_unidadesTV .card_unidadeTV .card_content span {
    display: block;
    width: 100%;
}

.lista_unidadesTV .card_unidadeTV .unidade_cidade {
    color: var(--cor-verde-primaria);
    text-transform: uppercase;
}


.lista_unidadesTV .card_unidadeTV .unidade_icon {
    width: 14px;
    height: auto;
    position: relative;
    top: -4px;
    margin-left: 10px;
}

.lista_unidadesTV .card_unidadeTV a,
.lista_unidadesTV .card_unidadeTV a:visited {
    text-decoration: underline;
    font-weight: bold;
    color: var(--cor-verde-primaria);
}

.lista_unidadesTV .card_unidadeTV .unidade_tel .unidade_icon,
.lista_unidadesTV .card_unidadeTV .unidade_email .unidade_icon {
    margin-left: 0;
    margin-right: 10px;
}

.footer_atencao {
    margin-bottom: 10px;
}

#img_destaque {
    width: 100%;
    max-height: 410px;
    overflow: hidden;
}

#img_destaque img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

#img_destaque.bg {
    /*height: 410px;*/
    background-size: cover;
}

#img_destaque .img_conteudo {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 410px;
}

#img_destaque .img_conteudo h4 {
    font-weight: 500;
    color: #fff;
}

#icon_destaque {
    max-width: 157px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

/* Contato + CF7 */

.icon_contato {
    width: 55px;
    height: auto;
}

.page-template-page-contato h3 {
    text-align: left;
}

.page-template-page-contato .titulo_linha {
    margin-left: 0;
}

.page-template-page-contato .unidade_icon {
    width: 14px;
    height: auto;
    position: relative;
    top: -7px;
    margin-left: 10px;
}

.contato_content { text-transform: uppercase;}
.contato_content strong { color: var(--cor-verde-primaria);}

.contato_content a {
    text-decoration: underline;
    font-size: 16px;
}


.form_contato {
    padding: 20px;
    background: var(--cor-amarela-primaria-clara);
    font-size: 14px;
    color: var(--cor-pretoTV);
}

.wpcf7-form label {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.wpcf7-form label span {
    margin-top: 8px;
    display: block;
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    padding: 15px 17px;
    background: #fff;
    border: 1px solid var(--cor-cinza-JD);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.wpcf7-form textarea {
    height: 150px;
}
.wpcf7-form .row div {
    padding: 0;
}

.wpcf7-form .row label {
    width: 98%;
}

.wpcf7-form .row .form_select_estado {
    height: 48px;
}

.wpcf7-form input::placeholder,
.wpcf7-form input::-moz-placeholder,
.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form input::-ms-input-placeholder {
    color: #B0B0AF;
    opacity: 1;
}

.wpcf7-form .wpcf7-acceptance {
    display: block;
    width: 100%;
}

.wpcf7-form .wpcf7-acceptance input {
    width: unset;
    padding: unset;
}

.wpcf7-form .wpcf7-acceptance label span {
    margin-top: unset;
    display: unset;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .wpcf7-submit {
    border: 0;
    background: var(--cor-sucess);
    color: var(--cor-pretoTV);
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 5px -4px rgba(97,97,97,0.65);
    -moz-box-shadow: 0px 4px 5px -4px rgba(97,97,97,0.65);
    box-shadow: 0px 4px 5px -4px rgba(97,97,97,0.65);
    font-weight: bold;
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: #e1ff00;
}

.wpcf7-form .wpcf7-response-output {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #ffff00;
}

.ctt .row {
    align-items: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 1024px) {
    #mapa_display {
        min-height: unset;
        max-height: 500px;
    }

    .page-template-servicos-01 #mapa_display,
    .page-template-servicos-02 #mapa_display {
        max-height: 530px;
    }
        .unidades {
        padding: 20px 10px;
    }

    .tabelaTV table td:last-child a {
        color: unset !important;
        width: auto;
        background: unset;
    }

    .lista_unidadesTV .card_unidadeTV {
        width: calc(25% - 1rem);
    }

}


@media (max-width: 768px) {


    .video-container {
        height: auto; /* Para dispositivos móveis */
        padding-bottom: 56.25%; /* Proporção 16:9 */
        width: 90vw;
      }

    .lista_unidadesTV .card_unidadeTV {
        width: calc(33% - 1rem) !important;
    }

    .secaoPrincipal .container-fluid {
        padding: 72px 16px !important;
    }

    .secaoSecundaria .card .col-sm-12 {
        padding: 0;
        margin-bottom: 20px;
    }

    .secaoBanner {
        height: auto;
    }

    .btn_amarelo {
        font-size: 14px;
    }

    .btnLightbox {
        padding: 7px 30px;
    }
    .produto_content div:first-child {
        margin-bottom: 20px;
    }
    .lista_unidadesTV .card_unidadeTV {
        width: 48%;
    }

    #img_destaque.bg {
        background-size: cover !important;
    }

    #img_destaque .img_conteudo {
        height: 300px;
    }

    


}

@media (max-width: 425px) {
    .lista_unidadesTV .card_unidadeTV {
        width: 100% !important;
    }

    #img_destaque .img_conteudo {
        height: 150px;
    }

    .footer_marcas .card_marcasTV {
        width: 145px !important;
    }

}


@media (max-width: 375px) {
    .produto_content div:first-child {
        width: 100%;
    }

    .card_prod_cat_content .prod_bloco__titulo strong {
        padding-bottom: 0;
        margin-bottom: 0;
        font-size: 15px;
    }

    #img_destaque .img_conteudo {
        height: 130px;
    }

}














/* --------------------------------------------------
   FOOTER
   --------------------------------------------------*/

footer {
    width: 100%;
    background: var(--cor-cinza-JD);
    padding-top: 55px;
}


.footer_infos {
    margin-bottom: 145px;
}

.col_logotv__footer img {
    max-width: 250px;
}
.footer__content-menu {
    margin-top: 20px;
}

.footer_menu ul.sub-menu li {
    display: none !important;
}

.col_redes_sociais {
    text-align: right;
}

ul#redes_sociais {
   width: auto;
   margin-top: 25px;
}

ul#redes_sociais li {
    list-style: none;
    display: inline-block;
    margin-right: 13px;
}

ul#redes_sociais li:last-child {
    margin:0;
}

ul#redes_sociais img {
    width: 28px;
    height: 28px;
}

ul#redes_sociais img:hover {
    opacity: 0.75;
}


.footer_marcas {
    background: #ffffff;
    position: relative;
    min-height: 230px;
    margin-bottom: 60px;
}

.footer_marcas .linha_marrom {
    bottom: unset;
    top: 0;
}

.footer_marcas .marca_grupo {
    padding: 55px 0 65px 0;
}

.footer_marcas .card_marca {
    flex: 1;
    text-align: right;
    padding: 3px;
}

.footer_marcas .card_marca:last-child {
    text-align: left;
}

.footer_marcas .card_marca img {
    max-width: 127px;
}

.footer_marcas .marcas_terraverde {
    padding-bottom: 55px;
    max-width: 1055px;
    margin: 0 auto;
}

.footer_marcas .card_marcasTV {
    padding: 10px 16px;
    width: 14.2%;
}

.footer_marcas .modal_header {
    display: none;
}


.footer_rodape {
    text-align: left;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pos-vendas #mapa_display h4,
.page-template-servicos-02 #mapa_display h4 {
    padding-top: 40px;
}

.footer_rodape a,
.footer_rodape a:visited {
    text-transform: uppercase;
    color: var(--cor-pretoTV);
    padding: 0 6px;
    font-weight: bold;
}

.footer_rodape a:hover {
    color: var(--cor-verde-primaria-escura);
}

.footer_rodape .copyright {
    text-align: right;
    position: relative;
    top: 1px;
}

.footer_rodape .copyright img {
    width: 65px;
}

.footer_linha {
    width: 100%;
    height: 10px;
    background: rgb(244,151,18);background: linear-gradient(90deg,  
        #F0AB00 0%,  
        #F0AB00 48%,  
        #F49712 48%,  
        #F49712 62%,  
        #F0AB00 62%,  
        #F0AB00 85%,  
        #FAB700 85%,  
        #FAB700 100%  
    );
}

/* --------------------------------------------------
   Grupo TV Modal
   -------------------------------------------------- */

a.modal_open,
a.modal_open:visited {
    color: var(--cor-pretoTV);
}

.modalGrupoTV .marca_grupo { display: none;}
.modalGrupoTV .footer_marcas { margin-bottom: 0;}

.modalGrupoTV .modal_header {
    display: block;
    text-align: center;
    padding: 17px 0 50px 0;
}

.modalGrupoTV .modal_header h4 {
    font-weight: 500;
    padding-top: 50px;
    color: #1D1D1B;
}

.modalGrupoTV {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: -30px;
    transform: scale(0.8);
    -webkit-transition: opacity 400ms ease-in, transform 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in, transform 400ms ease-in-out;
    transition: opacity 400ms ease-in, transform 400ms ease-in-out;
    z-index: -1;
    display: none;
}
.modalGrupoTV:target {
    display: block;
    opacity: 1;
    pointer-events: auto;
    z-index: 99999;
    transform: scale(1);
}
.modalGrupoTV .modal {
    height: 100%;
    position: relative;
    margin: 0 auto;
    /*padding: 3em;*/
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
}

.modalGrupoTV .modal > iframe,
.modalGrupoTV .modal > div {
    border: none;
    max-width: 100%;
    height: 100%;
}
.modalGrupoTV a.close,
.modalGrupoTV a.close:visited {
    color: var(--cor-pretoTV);
    text-align: center;
    text-decoration: none;
    transition: transform 200ms ease-in-out;
    -webkit-transition: transform 200ms ease-in-out;
    -moz-transition: transform 200ms ease-in-out;
 }

@media (min-width: 960px) {
    .modalGrupoTV .modal {
      height: 75%;
      /*margin: 5% auto;*/
      height: auto;
      max-width: 1155px;
      width: 85%;
      margin-top: 70px;
    }
}

@media (max-width: 768px) {
    .modalGrupoTV  {
      top: 40px;
    }

    .modalGrupoTV .modal {
        padding: 0 5%;
    }

}




/* --------------------------------------------------
   Cookie Modal
   -------------------------------------------------- */
.cookie-info-banner,
.cookie-info-banner a,
.cookie-info-banner a:visited {
	font-family: sans-serif;
	font-size: 13px;
}

.cookie-info-banner {
	position: fixed;
	bottom: 20px;
	left: 50%;
    transform: translateX(-50%);
	right: 10%;
	max-width: 1124px;
    width: 100%;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	border: 1px solid rgb(0 0 0 / 13%);
	display: flex;
	justify-content: space-between;
    z-index: 9999999;
}


.cookie-info-banner :is(div):is(button):not(a) {
	display: flex;
}

.cookie-info-banner button {
	height: 20px;
	margin-left: 10px;
	background-color: #777;
	border: none;
	color: white;
	border-radius: 2px;
	cursor: pointer;
}

.cookie-info-banner button:hover {
	background-color: #ccc;
}


/* --------------------------------------------------
   Youtube Lite
   -------------------------------------------------- */

section.video lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}

/* gradient */
section.video lite-youtube::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    top: 0;
    /* Pixel-perfect port of YT's gradient PNG, using https://github.com/bluesmoon/pngtocss plus optimizations */
    background-image: linear-gradient(180deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 54%) 14%, rgb(0 0 0 / 15%) 54%, rgb(0 0 0 / 5%) 72%, rgb(0 0 0 / 0%) 94%);
    height: 99px;
    width: 100%;
    font-family: "YouTube Noto", Roboto, Arial, Helvetica, sans-serif;
    color: hsl(0deg 0% 93.33%);
    text-shadow: 0 0 2px rgba(0, 0, 0, .5);
    font-size: 18px;
    padding: 25px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

@media (max-width: 375px) {
    section.video lite-youtube::before {
        position: relative;
        width: 325px;
        height: 60px;
    }

    section.video lite-youtube>.lty-playbtn {
        top: 0;
    }
}

section.video lite-youtube:hover::before {
    color: white;
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
section.video lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}

section.video lite-youtube>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    }

/* play button */
section.video lite-youtube>.lty-playbtn {
    display: block;
    /* Make the button element cover the whole area for a large hover/click target… */
    width: 100%;
    height: 100%;
    /* …but visually it's still the same size */
    background: no-repeat center/68px 48px;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    position: absolute;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}

section.video lite-youtube:hover>.lty-playbtn,
section.video lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
section.video lite-youtube.lyt-activated {
    cursor: unset;
}

section.video lite-youtube.lyt-activated::before,
section.video lite-youtube.lyt-activated>.lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

section.video .lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.etapasProdutivas {
    align-items: baseline;
}

/* Estilo lista com vários n´veis */
.wp-block-list {
    padding-left: 0;
  }
  
  .wp-block-list li {
    margin-bottom: 10px;
  }
  
  .wp-block-list em {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 5px;
    list-style: disc;
  }
  
  .wp-block-list ul {
    padding-left: 20px;
  }
  
  .wp-block-list ul li {
    margin-bottom: 5px; 
    color: #555;
  }

.secao-wirtgen-background {
    background: var(--cor-amarela-primaria);
    padding: 0px;
}
  
.secao-wirtgen {
    background: var(--cor-pretoTV);
    padding: 0px 35px;
    width: 1125px;
}

.secao-wirtgen h4 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 67px;
    margin-bottom: 18px;
    color: white;
}

.secao-wirtgen p {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 60px;
    color: white;
}
 
.secao-wirtgen a {
    background-color: var(--cor-amarelo-secundaria);
    margin-bottom: 66px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
}

.secao-wirtgen a:hover {
    color: var(--cor-amarela-primaria);
    background: var(--cor-light);
}

.secao-wirtgen img {
    height: 331px;
    object-fit: cover;
    margin: 77px 0px;
}


/* --------------------------------------------------
   Responsivo
   -------------------------------------------------- */

@media (max-width: 1024px) {
    .secaoBanner {
        height: 100%;
    }
    .secaoBanner::before {
        right: 32.1%;
    }

    .footer .container-fluid {
        padding: 0 20px;
    }

    .footer .footer_menu {
        display: none;
    }

    .secao-wirtgen {
        width: auto;
    }
}



@media (max-width: 768px) {

    #mapa_display h4 {
        padding-top: 40px;
    }

    #lista_prod:before {
        content: unset;
    }

    #mini_banners  {
        height: 470px;
        background: var(--cor-verde-primaria-clara);
    }

    #mini_banners .mini_banner {
        margin-bottom: 75px;
    }

    #mini_banners .mini_banner .banner_content {
        height: 214px;
    }

    .mapa_content {
        padding: 25px;
        bottom: 25px;
        padding-right: 100px;
        font-size: 20px;
    }

    .footer_marcas .marcas_terraverde {
        justify-content: center;
    }

    #historiaTVslider .slider {
        height: 445px;
    }

    .secaoPrincipal .row {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .ctt .row .row {
        flex-direction: row;
    }

    .secaoBanner {
        background: var(--cor-amarela-primaria) !important;
        height: auto;
    }

    .secaoBanner .banner-card {
        flex-direction: column;
    }

    .secaoBanner .banner-card .banner-content {
        width: 100%;
    }

    .secaoBanner img {
        width: 100%;
    }

    .secaoBanner::before {
        display: none;
    }

    .footer_rodape .copyright {
        top: -1px;
    }

    .secao-wirtgen img {
        width: 100%;
        height: auto;
        margin: 40px 0px;
    }
}

@media (max-width: 465px) {

    #mini_banners  {
        height: 280px;
        background: var(--cor-verde-primaria-clara);
    }

    #mini_banners .mini_banner {
        margin-bottom: 10px;
    }

    #mini_banners .mini_banner .banner_content {
        height: 116px;
    }

    .produto_content,
    #prod_info_content,
    #prod_info_tabelas {
        padding: 0 10px;
    }

    .default_content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .card_prod_cat_img {
        width: 150px;
    }

    .card_prod_cat_content {
        width: calc(100% - 150px);
    }

    .mapa_content {
        font-size: 20px;
        padding: 10px;
        bottom: 25px;
        padding-right: 48px;
    }

    .mapa_content strong {
        font-size: 12px;
    }

    #historiaTVslider .slider {
        height: 287px;
    }

    #historiaTVslider .slick-arrow { display: none !important;}


    #historiaTVslider .slick-dots li button {
        background: var(--cor-gold);
        display: block !important;
    }

    #historiaTVslider .slick-dots li button:hover,
    #historiaTVslider .slick-dots .slick-active button {
        background-color: var(--cor-verde-primaria-clara);
    }

    .footer .col_logotv__footer img {
        max-width: 180px;
    }

    .footer_rodape .footer_info_links {
        text-align: center;
    }

    .footer_rodape .copyright {
        text-align: center;
        margin-top: 3px;
        top: 0px;
    }

    .ctt .row .row {
        display: grid;
        grid-template-columns: auto 1fr; /* A primeira coluna se ajusta ao ícone, a segunda ocupa o restante */
        align-items: center;
        gap: 10px;
        word-break: break-word;
    }

    .footer_rodape {
        justify-content: center;
        gap: 1rem;
        flex-direction: column;
    }

    .secao-wirtgen {
        padding: 0px 5px;
    }
}

@media (max-width: 375px) {
    #historiaTVslider .slider {
        height: 250px;
    }

    #mini_banners .mini_banner .banner_content {
        font-size: 20px;
    }

    .footer_infos {
        flex-direction: column !important;
        align-items: center;
    }

    .secao-wirtgen {
        padding: 0px 15px;
    }
}


@media (max-width: 320px) {
    #historiaTVslider .slider {
        height: 205px;
    }
}