/* ===========================================================
   Paleta Rener — versão clara (atualizada por RedCake)
   Fundo:            #f4f4f4
   Texto:            #2b2b2b
   Grafite (menu,
   selos, botões):   #333333  / hover/borda #232323
   Amarelo acento:   #f1cf4d
   Amarelo faixas:   #f3e08f
   =========================================================== */

body {
    font-family: 'Inter', sans-serif;
    color: #2b2b2b;
    background: #f4f4f4;
}

/* Títulos e elementos de UI em Montserrat (solidez/confiança) */
h1, h2, h3, h4, h5, h6,
#cssmenu > ul > li > a,
#cssmenu #menu-button,
.amarelo .item a.contrate,
.sobre-home a.btn-sobre,
.sobre-home a.btn-sobre-ghost,
.internas a.mais {
    font-family: 'Montserrat', sans-serif;
}

header {
    padding: 35px 0;
    background: #1a1512 url('../img/bkg-topo.jpg') no-repeat top center;
}

header .telefones {
    color: #fff;
    font-size: 24px;
    margin-top: 35px;
}

header .telefones span {
    color: #f1cf4d;
    font-size: 18px;
    display: block;
    font-weight: 700;
}

header .telefones li {
    padding: 0 0 0 65px;
    margin-left: 20px;
    background: url('../img/ico-telefone.png') no-repeat left;
}

header .telefones li a {
    text-decoration: none;
    color: #fff;
}

footer .telefones {
    color: #2b2b2b;
    font-size: 20px;
    margin-top: 35px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 30px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer .telefones span {
    color: #333;
    font-size: 18px;
    display: block;
    font-weight: 700;
}

footer .telefones li {
    padding: 0 0 0 65px;
    margin-left: 20px;
    background: url('../img/ico-telefone-p.png') no-repeat left;
}

footer .telefones li a {
    text-decoration: none;
    color: #2b2b2b;
}

.amarelo {
    margin-bottom: 60px;
    text-align: center;
    background: #2b2b2b;
    padding: 45px 0;
}

/* Espaçamento entre os cards do carrossel de serviços */
#owl-demo .owl-item {
    padding: 12px;
    box-sizing: border-box;
}

/* Card moderno */
.amarelo .item {
    position: static;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .10);
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}

.amarelo .item:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

/* Imagem (link que não é o botão) no topo do card */
.amarelo .item > a:not(.contrate) {
    order: 0;
    display: block;
    overflow: hidden;
}

.amarelo .item > a:not(.contrate) img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.amarelo .item:hover > a:not(.contrate) img {
    transform: scale(1.06);
}

/* Título */
.amarelo .item h2 {
    order: 1;
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 0;
    background: none;
    border-radius: 0;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    padding: 18px 14px 8px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
}

/* Botão */
.amarelo .item a.contrate {
    order: 2;
    position: static;
    bottom: auto;
    left: auto;
    width: auto;
    margin: 0 16px 18px;
    background: #f1cf4d;
    border-radius: 8px;
    color: #2b2b2b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 12px 0;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease;
}

.amarelo .item a.contrate:hover {
    background: #333333;
    color: #fff;
    text-decoration: none;
}

/* Bolinhas de navegação do carrossel (Owl v1) — sobre fundo grafite */
#owl-demo.owl-theme .owl-controls .owl-page span {
    background: rgba(255, 255, 255, .4);
    opacity: 1;
}

#owl-demo.owl-theme .owl-controls .owl-page.active span,
#owl-demo.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #f1cf4d;
}

h1 {
    color: #2b2b2b;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h2 {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.internas h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.internas a.mais {
    background: #f1cf4d none repeat scroll 0 0;
    color: #2b2b2b;
    display: inline-block;
    font-weight: 700;
    padding: 5px 20px;
    text-transform: uppercase;
}

.internas a.mais:hover {
    text-decoration: none;
    color: #fff;
    background: #333333;
}

/* ===== Seção "Sobre o Rener" — card moderno ===== */
.sobre-rener {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    padding: 30px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sobre-video a {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
}

.sobre-video a img {
    width: 100%;
    display: block;
    transition: transform .4s ease;
}

.sobre-video a:hover img {
    transform: scale(1.05);
}

/* Botão de play centralizado */
.sobre-video a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76px;
    height: 76px;
    margin: -38px 0 0 -38px;
    border-radius: 50%;
    background: rgba(51, 51, 51, .82);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
    z-index: 2;
    pointer-events: none;
    transition: background .25s ease, transform .25s ease;
}

.sobre-video a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -7px;
    border-style: solid;
    border-width: 14px 0 14px 23px;
    border-color: transparent transparent transparent #fff;
    z-index: 3;
    pointer-events: none;
    transition: border-color .25s ease;
}

.sobre-video a:hover::before {
    background: #f1cf4d;
    transform: scale(1.08);
}

.sobre-video a:hover::after {
    border-left-color: #2b2b2b;
}

.sobre-home {
    padding-left: 30px;
}

.sobre-home h1 {
    margin-bottom: 16px;
}

.sobre-home p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 22px;
}

.sobre-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sobre-home a.btn-sobre {
    display: inline-block;
    background: #333333;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease;
}

.sobre-home a.btn-sobre:hover {
    background: #f1cf4d;
    color: #2b2b2b;
    text-decoration: none;
}

.sobre-home a.btn-sobre-ghost {
    display: inline-block;
    background: transparent;
    color: #333333;
    padding: 10px 22px;
    border: 2px solid #333333;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease;
}

.sobre-home a.btn-sobre-ghost:hover {
    background: #333333;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .sobre-home {
        padding-left: 0;
        margin-top: 24px;
    }
    .sobre-actions {
        justify-content: center;
    }
    .sobre-home {
        text-align: center;
    }
}

/* ===== Lightbox de vídeo ===== */
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

.video-modal.open {
    display: block;
}

.video-modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .82);
    cursor: pointer;
}

.video-modal-box {
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: 8vh auto 0;
}

.video-modal-frame {
    position: relative;
    padding-top: 56.25%;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.video-modal-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-modal-close {
    position: absolute;
    top: -46px;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background: none;
    border: 0;
    color: #fff;
    font-size: 38px;
    line-height: 1;
    cursor: pointer;
}

.box-clientes h2 {
    background: url("../img/bkg-h1.png") repeat-x scroll 6px center;
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.box-clientes h2 span {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 20px;
}

#owl-demo2 .item {
    text-align: center;
    background: #fff;
}


/****************************************************/

.banner-internas {
    width: 100%;
    background: #2b2b2b;
    border-bottom: 3px solid #f1cf4d;
    box-sizing: border-box;
    padding: 36px 0;
    margin-bottom: 50px;
}

.banner-internas .banner-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.banner-internas h1 {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0;
    padding-left: 16px;
    font-size: 34px;
}

.banner-internas h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 72%;
    border-radius: 3px;
    background: #f1cf4d;
}

.breadcrumbs {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #b8b8b8;
}

.breadcrumbs a {
    color: #f1cf4d;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .sep {
    margin: 0 8px;
    color: #777;
}

.breadcrumbs .current {
    color: #fff;
}

@media (max-width: 768px) {
    .banner-internas h1 {
        font-size: 26px;
    }
}

.atuacao {
    margin-bottom: 60px;
    padding: 50px 0;
    color: #e8e8e8;
    font-size: 18px;
    background: #2b2b2b;
}

.atuacao .atuacao-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch;
}

.atuacao-map-wrap {
    flex: 1 1 340px;
}

#atuacao-map {
    height: 380px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .14);
    z-index: 1;
}

.atuacao-info {
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.atuacao h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.atuacao-info .lead {
    font-size: 16px;
    line-height: 1.6;
    color: #c7c7c7;
    margin-bottom: 22px;
}

.atuacao-regions {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.atuacao-regions li {
    background: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}

.atuacao-regions li svg {
    flex: 0 0 auto;
}

.atuacao-regions li span {
    font-size: 13px;
    color: #777;
    line-height: 1.4;
}

.atuacao-regions li strong {
    display: block;
    font-size: 15px;
    color: #2b2b2b;
}

/* Garante que os tiles do Leaflet não sofram com o img-responsive do tema */
.leaflet-container img {
    max-width: none;
}

/* Botões Bootstrap (.btn-danger) reaproveitados como CTA grafite */
.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:hover,
.btn-danger:active:focus {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    outline: none;
}

.btn-danger {
    font-family: 'Montserrat', sans-serif;
    background-color: #333333;
    border-color: #2a2a2a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 10px 26px;
    border-radius: 8px;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:hover {
    background-color: #f1cf4d;
    border-color: #f1cf4d;
    color: #2b2b2b;
}

.calendar-table {
    color: #000;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    box-sizing: content-box;
}

.gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

@media (max-width: 768px) {
    header {
        padding: 10px 0;
    }
    .logo {
        margin-bottom: 0;
    }
    .logo img {
        margin: 0 auto;
    }
    .telefones-topo {
        display: none;
    }
    #cssmenu > ul > li.menu-whatsapp {
        display: block;
    }
    .fluid_container {
        height: 160px;
    }
    #camera_wrap_4 {
        height: 160px;
    }
    footer {
        text-align: center;
        margin-bottom: 30px;
    }
    footer .text-right {
        text-align: center!important;
    }
    .atuacao {
        text-align: center;
    }
}


/******************/

.segura-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    padding-top: 56.25%;
}

.segura-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* ===== WhatsApp flutuante (canto inferior esquerdo) ===== */
.wpp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9998;
    font-family: 'Inter', sans-serif;
}

.wpp-botao {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: #25d366;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
    transition: transform .2s ease, background .2s ease;
    animation: wppPulse 2.4s ease-out infinite;
}

.wpp-botao:hover {
    background: #1ebe5b;
    transform: scale(1.05);
}

.wpp-botao svg {
    width: 34px;
    height: 34px;
}

@keyframes wppPulse {
    0%   { box-shadow: 0 6px 18px rgba(0,0,0,.25), 0 0 0 0 rgba(37,211,102,.5); }
    70%  { box-shadow: 0 6px 18px rgba(0,0,0,.25), 0 0 0 16px rgba(37,211,102,0); }
    100% { box-shadow: 0 6px 18px rgba(0,0,0,.25), 0 0 0 0 rgba(37,211,102,0); }
}

.wpp-opcoes {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 74px;
    width: 270px;
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .20);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.wpp-opcoes.aberto {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wpp-opcoes::after {
    content: "";
    position: absolute;
    right: 22px;
    left: auto;
    bottom: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .06);
}

.wpp-titulo {
    margin: 2px 4px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #2b2b2b;
}

.wpp-cidade {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    transition: background .15s ease;
}

.wpp-cidade + .wpp-cidade {
    margin-top: 4px;
}

.wpp-cidade:hover {
    background: #f1f7f2;
    text-decoration: none;
}

.wpp-cidade svg {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
}

.wpp-cidade span {
    font-size: 13px;
    line-height: 1.35;
    color: #777;
}

.wpp-cidade strong {
    display: block;
    font-size: 14px;
    color: #2b2b2b;
}

@media (max-width: 480px) {
    .wpp-opcoes {
        width: calc(100vw - 44px);
    }
}

/* Chamada acima do formulário de orçamento (/alugar) */
.alugar-intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 40px;
}

.internas .alugar-intro h2 {
    font-size: 28px;
    margin-bottom: 12px;
    color: #2b2b2b;
}

.alugar-intro p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* ===========================================================
   Galeria do WordPress ([gallery] e bloco) + Lightbox
   =========================================================== */
.internas .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 12px;
    margin: 26px 0;
}

.internas .gallery .gallery-item {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
}

.internas .gallery .gallery-icon {
    margin: 0;
}

.internas .gallery a,
.internas .wp-block-image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    cursor: pointer;
}

.internas .gallery img,
.internas .wp-block-gallery img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform .4s ease;
}

.internas .gallery a:hover img,
.internas .wp-block-image:hover img {
    transform: scale(1.07);
}

.internas .gallery a::after,
.internas .wp-block-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .3s ease;
    pointer-events: none;
}

.internas .gallery a:hover::after,
.internas .wp-block-image:hover::after {
    background: rgba(0, 0, 0, .18);
}

.internas .gallery-caption,
.internas .wp-element-caption {
    font-size: 12px;
    color: #777;
    margin-top: 4px;
}

/* ----- Lightbox ----- */
.glb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .9);
    align-items: center;
    justify-content: center;
}

.glb.aberto {
    display: flex;
}

.glb-img {
    max-width: 90%;
    max-height: 86vh;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}

.glb-close,
.glb-prev,
.glb-next {
    position: absolute;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
}

.glb-close:hover,
.glb-prev:hover,
.glb-next:hover {
    background: rgba(255, 255, 255, .25);
}

.glb-close {
    top: 22px;
    right: 22px;
    font-size: 30px;
}

.glb-prev {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.glb-next {
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 600px) {
    .glb-prev { left: 8px; }
    .glb-next { right: 8px; }
    .glb-close { top: 12px; right: 12px; }
}

/* Item "WhatsApp" no menu — verde de destaque */
#cssmenu > ul > li.menu-whatsapp > a {
    color: #25d366;
}

#cssmenu > ul > li.menu-whatsapp.has-sub > a::after {
    border-top-color: #25d366;
}

/* Responsivo: telefones no topo aparecem só no desktop;
   o item WhatsApp do menu aparece só no mobile. */
#cssmenu > ul > li.menu-whatsapp {
    display: none;
}