/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.cta-whatsapp{
  background:#009845;
  padding:15px;
  text-align:center;
  margin:15px 0;
  border-radius:10px;
}
.cta-whatsapp a{color:#fff;font-size:18px}

.social-icons{
  display:flex;
  gap:10px;
  list-style:none;
  padding:0;
}

.box-contato{
  background:#f7f7f7;
  padding:15px;
  border-radius:10px;
  margin:20px 0;
}

.galeria img{
  width:100px;
  height:100px;
  object-fit:cover;
  margin:5px;
}

.whatsapp-fixo{
  position:fixed;
  bottom:30px;
  right:30px;
  background:#25d366;
  color:#fff;
  padding:15px;
  border-radius:50%;
}


.ialink-wrapper {
    max-width: 1000px;
    margin: auto;
    padding: 40px 20px;
}

.ialink-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.ialink-gallery img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 12px;
}

.ialink-section {
    margin-top: 40px;
}

.ialink-redes a {
    margin-right: 15px;
}

.ialink-rating {
    margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
}

.ialink-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: #fff;
    padding: 18px;
    border-radius: 50%;
    font-size: 24px;
    text-decoration: none;
}

/* ===== BLOCO INFORMAÇÕES ===== */
.ialink-section {
    margin-top: 35px;
}

.ialink-info-box {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.ialink-info-box p {
    margin: 8px 0;
}

/* ===== BOTÕES ===== */
.ialink-btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 10px;
    font-weight: 500;
}

.btn-whatsapp {
    background: #25D366;
    color: #fff;
}

.btn-telefone {
    background: #0073e6;
    color: #fff;
}

.btn-site {
    background: #222;
    color: #fff;
}

/* ===== REDES ===== */
.ialink-redes a {
    display: inline-block;
    margin-right: 12px;
    font-weight: 500;
    text-decoration: none;
}

.ialink-rating {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.ialink-premium {
    display: inline-block;
    background: gold;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* ===== ARCHIVE ===== */

.ialink-archive-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px;
}

.ialink-archive-title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.ialink-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}

.ialink-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.ialink-card:hover {
    transform: translateY(-5px);
}

.ialink-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.ialink-card h2 {
    font-size: 18px;
    padding: 15px 15px 5px;
}

.ialink-card p {
    padding: 0 15px;
    font-size: 14px;
    color: #555;
}

.ialink-rating-mini {
    padding: 10px 15px;
    font-size: 14px;
}

.ialink-badge {
    position: absolute;
    background: gold;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    margin: 10px;
}

/* ===== ARCHIVE MODERNO ===== */

.ialink-archive-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
}

.ialink-archive-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.ialink-card-modern {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    overflow: hidden;
}

.ialink-card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.ialink-card-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 25px;
}

.ialink-card-left img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.ialink-card-right {
    margin-left: 25px;
    flex: 1;
}

.ialink-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ialink-card-header h2 {
    font-size: 20px;
    margin: 0;
}

.ialink-location {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.ialink-rating-modern {
    margin-top: 8px;
    font-weight: 600;
}

.ialink-rating-modern span {
    font-weight: normal;
    color: #666;
    font-size: 14px;
}

.ialink-badge-modern {
    background: linear-gradient(45deg, gold, orange);
    color: #000;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .ialink-card-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .ialink-card-right {
        margin-left: 0;
        margin-top: 15px;
    }
}

.ialink-map {
    margin-top: 30px;
    border-radius: 14px;
    overflow: hidden;
}


.ialink-grid {
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
    gap:12px;
    margin-bottom:25px;
}

.ialink-grid img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:8px;
    transition:0.3s ease;
}

.ialink-grid img:hover{
    transform:scale(1.05);
}

.ialink-faq details {
    background:#f7f7f7;
    margin-bottom:10px;
    padding:12px;
    border-radius:8px;
}

.ialink-faq summary {
    font-weight:bold;
    cursor:pointer;
}




.faq details{
background:#f5f5f5;
margin-bottom:8px;
padding:12px;
border-radius:6px;
}

.faq summary{
font-weight:bold;
cursor:pointer;
}

.adsense-box{
margin:30px 0;
text-align:center;
}

.horario-box{
background:#f9f9f9;
padding:15px;
border-radius:6px;
margin-top:15px;
}



/* CONTÊINER DA GALERIA */
.wp-galeria-scroll {
    display: flex;
    gap: 10px;            /* espaçamento entre imagens */
    overflow-x: auto;      /* ativa scroll horizontal */
    padding: 10px 0;
    scroll-snap-type: x mandatory;
}

/* CADA FIGURA */
.wp-galeria-scroll .gallery-item {
    min-width: 140px;      /* largura mínima de cada imagem */
    flex-shrink: 0;        /* impede que encolha */
    scroll-snap-align: start;
}

/* ESTILO DA IMAGEM */
.wp-galeria-scroll img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;    /* borda arredondada */
}



/* ========== GALERIA CARROSSEL ========== */


.pulse{animation:pulse 0.7s infinite;margin:0
auto;display:table;margin-top:50px;animation-direction:alternate;-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes
pulse{0%{-webkit-transform:scale(2);-webkit-filter:brightness(100%)}100%{-webkit-transform:scale(1.1);-webkit-filter:brightness(200%)}}@keyframes
pulse{0%{transform:scale(2);filter:brightness(100%)}100%{transform:scale(1.1);filter:brightness(200%)}}.pulse2{animation:pulse 0.7s infinite;animation-direction:alternate;-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes
pulse2{0%{-webkit-transform:scale(2);-webkit-filter:brightness(100%)}100%{-webkit-transform:scale(1.1);-webkit-filter:brightness(200%)}}@keyframes
pulse2{0%{transform:scale(2);filter:brightness(100%)}100%{transform:scale(1.1);filter:brightness(200%)}}.cell_3{display:none}



.ialink-wrapper{
max-width:900px;
margin:auto;
padding:20px;
}

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

.upgrade-box{
background:#f5f5f5;
padding:20px;
border-radius:10px;
text-align:center;
margin:40px 0;
}

.upgrade-box a{
display:inline-block;
margin:10px;
padding:12px 22px;
border-radius:6px;
text-decoration:none;
}

.btn-pix{
background:#009845;
color:#fff;
}

.btn-boleto{
background:#0066cc;
color:#fff;
}

.btn-paypal{
background:#0070ba;
color:#fff;
}


.qa-wrapper{
max-width:900px;
margin:auto;
padding:20px;
}

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

.upgrade-box{
background:#f5f5f5;
padding:20px;
border-radius:10px;
text-align:center;
margin:40px 0;
}

.paypal-btn{
background:#0070ba;
color:#fff;
padding:12px 22px;
border-radius:6px;
text-decoration:none;
}



.lista-empresas{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
margin-top:30px;
}

.empresa-card{
border:1px solid #eee;
padding:15px;
border-radius:8px;
background:#fff;
}

.empresa-card h3{
font-size:18px;
margin:0;
}

