* {
    font-family: Google Sans, sans-serif;
}

h1 {
    font-size: 1em;
}

a {
    text-decoration: none;
}

.section {
    text-align: center;
    font-size: 2em;
    color: #fff;
}

.section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    width: 100%;
    max-width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px;
}

/* Estilo para o container dos botões do centro à direita */
.main-container {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(0%, -50%);
    text-align: left;
}

@media only screen and (max-width: 768px) {

    .main-container { 
        left: 0%;
        padding: 10%;
        text-align: center;
    }
    
}

small {
    color: RGBA(255,255,255,0.7);
    font-size: 0.5em;
    line-height: 1.2; /* Ajuste do espaçamento entre linhas */
    margin-bottom: 0; /* Remove a margem inferior */
    margin-top: 0; /* Remove a margem superior */
    max-width: 80vw;
    text-align: left;
    max-width: 550px; 
}

.section-container-descricao-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Número de linhas visíveis */
    -webkit-box-orient: vertical;
}

.section-container-descricao-limit.expanded {
    -webkit-line-clamp: initial;
    display: block;
}

.show-more {
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
    display: none;
}

/* Estilo para o container dos botões do centro à direita */
.main-buttons-container {
    display: inline-flex;
    flex-direction: column;
    margin-top: 8px;
    margin-bottom: 15px;
}

.main-buttons-container button, .main-buttons-container a {
    width: 100%;
}

.main-buttons-container button img, .main-buttons-container a img {
    object-fit: cover;
}

/* Estilo para o container do botão inferior */
.bottom-button-container {
    position: absolute;
    bottom: 80px; /* ajusta a posição conforme necessário */
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}

.bottom-button-container .btn {
    color: white; 
    border: solid white 2px; 
    background: none;
    white-space: nowrap;
}

.bottom-button-container .btn:hover {
    color: #333; border: transparent; background: white;
}

/* Estilo para os botões */
.btn {
    background-color: #A5393B; /* cor de fundo do botão */
    color: white; /* cor do texto do botão */
    padding: 15px 30px; /* ajusta o tamanho do botão */
    margin: 10px; /* ajusta o espaçamento entre os botões */
    border: none;
    border-radius: 25px; /* ajusta a curvatura das bordas do botão */
    cursor: pointer;
    font-size: 16px; /* ajusta o tamanho da fonte */
    text-align: center;
    position: relative;
}

/* Estilo para os botões */
.btn:hover {
    background-color: #943335; /* cor de fundo do botão */
}

/* Estilo para os botões de navegação */
.pp-nav-home-page {
    z-index: 10;
    position: absolute;
    top: 10px;
    left: 10px;
}

.pp-nav-home-page img {
    width: 80px;
    height: auto;
}    

.pp-nav-prev,
.pp-nav-next {
    position: absolute;
    z-index: 10;
    background: transparent; /* Cor de fundo do botão */
    color: white; /* Cor do texto do botão */
    padding: 10px 20px; /* Ajuste o tamanho do botão */
    border: none;
    border-radius: 5px; /* Ajuste a curvatura das bordas do botão */
    cursor: pointer;
    font-size: 16px; /* Ajuste o tamanho da fonte */
}

.pp-nav-prev {
    top: 20px; /* Posição do botão no topo */
    left: 50%;
    transform: translateX(-50%);
}

.pp-nav-next {
    bottom: 20px; /* Posição do botão na base */
    left: 50%;
    transform: translateX(-50%);
}

.pp-nav-up svg,
.pp-nav-down svg {
    width: 100%; /* Largura do SVG */
    height: auto;
}

.pp-nav-up:hover svg line,
.pp-nav-down:hover svg line {
    stroke: #943335;
}

.gallery-carousel {
    width: 100%;
    max-width: 420px;
    max-height: 250px;
    margin: 0 auto;
}
.gallery-carousel img {
    width: 120px;
    height: 100px;
    object-fit: cover;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
    
    .pp-nav-next {
        bottom: 20px; /* Posição do botão na base */
    }
    
    /* Estilo para o container do botão inferior */
    .bottom-button-container {
        bottom: 80px; /* ajusta a posição conforme necessário */
    }
    
}

html, body, #pagepiling, #pagepiling .section, .fancybox-container {
    max-width: 100vw !important;
    max-height: 100dvh !important;
}

html, body, #pagepiling {
    overflow: hidden !important;
    padding: 0px !important;
    margin: 0px !important;
}