header{
    z-index: 150;
    width: 100%;
}

/* Logo style removed */

/* Page Header Moderno - Design atualizado para todas as páginas */
.page-header-modern {
    position: relative;
    padding: 180px 0 100px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);
    color: white;
    overflow: hidden;
    margin-bottom: 0;
}

.page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.1) 0%, transparent 50%);
    pointer-events: none;
}

.page-header-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.05) 0%, transparent 50%);
    pointer-events: none;
}

.page-header-content {
    position: relative;
    z-index: 2;
}

.page-breadcrumb {
    position: relative;
    z-index: 2;
}

.page-breadcrumb .breadcrumb {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    display: inline-flex;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.page-breadcrumb .breadcrumb-item a:hover {
    color: white;
    transform: translateX(2px);
}

.page-breadcrumb .breadcrumb-item.active {
    color: white;
    font-weight: 600;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: rgba(255, 255, 255, 0.6);
    padding: 0 0.75rem;
    font-weight: 300;
}

.page-icon-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.page-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: white;
    text-shadow: 0 2px 20px rgba(0,0,0,0.2);
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
}

.page-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.page-header-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 1;
}

.page-header-shape svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Ajuste de espaçamento para seções após o header moderno */
.page-header-modern + section {
    margin-top: -1px;
}

/* Compatibilidade com página antiga (manter temporariamente) */
.page-header {
    padding-top: 140px;
    padding-bottom: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);
    color: white;
    margin-bottom: 0;
    position: relative;
}

@media (max-width: 768px) {
    .page-header-modern {
        padding: 150px 0 80px;
    }
    
    .page-title {
        font-size: 2rem;
        line-height: 1.3;
    }
    
    .page-subtitle {
        font-size: 1rem;
    }
    
    .page-icon-badge {
        padding: 1rem;
    }
    
    .page-icon-badge i {
        font-size: 2rem !important;
    }
    
    .page-breadcrumb .breadcrumb {
        flex-wrap: wrap;
        padding: 0.5rem 1rem;
    }
    
    .page-header {
        padding-top: 120px;
        padding-bottom: 40px;
    }
    
    .page-header h1 {
        font-size: 2rem;
    }
}

h2{
    color: var(--primary-color);
    font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 800;
}

#contentHeader{

}

#sectionLocation iframe{
    width: 100%;
}

img{
    max-width: 100%;
}

header h2{
    font-size: 30px;
    color: #fff;
}

.bg-dark{
    color: #fff;
}

.bg-light{
    background-color: #fff;
}

.review{
    /* Font properties */
    font-size: 15px;
    font-style: normal;

    /* Box Model properties */
    border: none;
    padding: 15px;

    /* Background properties */
    background: #f4f4f4!important;

    /* Other properties */
    border-radius: 4px!important;
}

.review-header {
    position: relative;
}

.google-review .review-header:after {
    content: "";
    background-image: url('../icons/google.svg?nocache=2');
    background-size: 100% 100%;
    width: 20px; /* ajuste para o tamanho desejado */
    height: 20px; /* ajuste para o tamanho desejado */
    position: absolute;
    top: 0; /* ajuste para a posição desejada */
    right: 0; /* ajuste para a posição desejada */
}

.stars {
    display: flex;
}

.star {
    width: 15px;
    height: 15px;
    margin-right: 2px;
    background-image: url('../icons/star-empty.png');
    background-size: cover;
}

.star.filled {
    background-image: url('../icons/star-filled.svg?nocache=2');
}

.card.google-review .card-text{
    height: 100px;
    overflow: hidden;
}

.buttons-nav-owl span{
    cursor: pointer;
}

#main{
    max-height: 85vh;
    overflow: hidden;
}

#main.pg{
    max-height: 40vh;
}

.container-bg-video{
    padding-bottom: 100%;
}

.container-bg-video iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 190%;
    height: 100%;
    z-index: -1;
}

.container-bg-img{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    background-color: #000;
}

.container-bg-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 190%;
    opacity: 0.4;
}

@media (min-width: 992px) {
    .container-bg-video{
        padding-bottom: 56.25%
    }

    .container-bg-video iframe{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -65%);
        width: 100%;
        height: 100%;
        z-index: -1;
    }
}

.instagram-tab{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
    padding: 50px;
    border-radius: 20px;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

@media (max-width: 991px) {
    .instagram-tab{
        padding: 30px;
    }
}

.instagram-tab .ig-instagram{
    font-size: 24px;
    color: #fff;
}

.section-instagram .item-slide-instagram{
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.section-instagram .item-slide-instagram img{
    width: 100%;
    height: 250px;

    object-fit: cover;
    object-position: center;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.section-instagram .item-slide-instagram img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.section-instagram a.btn.btn-success{
    margin-top: 20px;
    border-radius: 20px;
}

.site-footer{
    color: rgba(255, 255, 255, 0.90);
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);
}

.site-footer p {
    color: rgba(255, 255, 255, 0.95) !important;
}

.site-footer .widget p {
    color: rgba(255, 255, 255, 0.95) !important;
}

.site-footer .widget .links li a{
    color: rgba(255, 255, 255, 0.85);
}

.site-footer .widget .links li a:hover {
    color: #fff;
}

.site-footer h3{
    color: #fff;
}

.site-footer .row.mt-3 p {
    color: rgba(255, 255, 255, 0.90) !important;
}