/*

Landing Zero theme - A free landing page theme from BootstrapZero
http://www.bootstrapzero.com

*/

@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:700);

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: #ffffff;
    color: #d3d3d3;
    webkit-tap-highlight-color: #222;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #d4af37;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #9c27c1;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
}

p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    color: #574d41;
    background-color: #f3e8de;
}

.bg-dark {
    color: #eee;
    background-color: #dccbb5;
}

.cursive {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.container-fluid{
    background-color: #f3e8de;
    color:#000;
}

.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #d4af37;
}

.text-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 15px;
}

.no-padding {
    padding: 0;
}


/* .container-box {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 400px;
    margin: 0 auto;
    align-items: center;
    background-image: url('../assets/fundo_foto.jpg');
} */

.container-box {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 600px;
}

.btn-pix {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #d4af37;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.btn-pix:hover {
    background-color: #b89d30;
}

.mercadopago-button {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #009ee3;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.mercadopago-button:hover {
    background-color: #0085be;
}

.qr-code-section {
    /* margin: 20px 0; */
    margin: 0 auto;
}

.qr-code img {
    width: 150px;
    height: 150px;
    border: 5px solid #d4af37;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
}

.qr-code-section a {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #d4af37;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.qr-code-section a:hover {
    background-color: #b89d30;
}

/* Estilos para a seção de presentes */
#presentes {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.presente-box {
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.presente-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.presente-box img {
    border-radius: 10px;
    margin-bottom: 15px;
}

.presente-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.presente-box p {
    font-size: 16px;
    margin-bottom: 15px;
}

.btn-pix {
    background-color: #32bbad; /* Cor do PIX */
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-pix:hover {
    background-color: #2aa89d; /* Cor mais escura para o hover */
}

/* Estilos para o carrossel de presentes */
.carrossel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.carrossel {
    width: 100%;
    overflow: hidden;
}

.carrossel-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.carrossel-item {
    flex: 0 0 100%; /* Exibe 3 itens por vez */
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    min-width: 250px;
}

/* Responsividade */
@media (min-width: 768px) {
    .carrossel-item {
        flex: 0 0 50%;
    }
}

@media (min-width: 992px) {
    .carrossel-item {
        flex: 0 0 25%;
    }
}

.presente-box-carrossel {
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.presente-box-carrossel:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.presente-box-carrossel img {
    width: 100%;
    height: 200px; /* Altura fixa para todas as imagens */
    object-fit: contain; /* Garante que as imagens cubram o espaço sem distorcer */
    border-radius: 10px;
    margin-bottom: 15px;
}

.presente-box-carrossel h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.presente-box-carrossel p {
    font-size: 16px;
    margin-bottom: 15px;
}

.btn-pix {
    background-color: #32bbad; /* Cor do PIX */
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-pix:hover {
    background-color: #2aa89d; /* Cor mais escura para o hover */
}

.carrossel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.carrossel-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.carrossel-btn-prev {
    left: 10px;
}

.carrossel-btn-next {
    right: 10px;
}

header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-image: url('../assets/fundo_foto.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
header .background-content{
   background: rgba(0, 0, 0, 0.5);
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

/* Header Styles */
header {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
}

.header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/fundo_foto.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    z-index: 1;
    opacity: 1; /* Always visible */
}

.header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/fundo_foto.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    background-size: contain;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.header-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    text-align: center;
    color: white;
}


.header-date-top-right {
    position: absolute;
    top: 110px;
    right: 16%;
    z-index: 2;
    color: #fff;
    font-size: 2em;
    text-shadow: 0 4px 16px rgba(0,0,0,1), 0 2px 4px rgba(0,0,0,0.9), 0 1px 0 #000;
    /* font-family: 'Cursive', cursive; */
    letter-spacing: 1px;
    margin: 0;
    text-align: right;
    pointer-events: none;
}
@media (max-width: 768px) {
    .header-date-top-right {
        top: 60px;
        right: 10px;
        font-size: 1.2em;
        width: 28%;
    }
}

@media (min-width: 768px) {
    .header-title-top-right {
        font-size: 4em;
    }
}

/* For smaller screens where the image might not fill the space */
@media (max-aspect-ratio: 16/9) {
    .header-image {
        background-size: cover;
    }
    .header-blur {
        opacity: 0; /* Hide blur when image covers */
    }
}

#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

footer {
    color: #eee;
    background-color: #dccbb5;
}


/* PIX Modal Styles */
.pix-modal-content {
    text-align: center;
    padding: 20px;
}

#qrcode {
    margin: 20px auto;
    width: 200px;
    height: 200px;
}

.pix-info {
    margin: 15px 0;
    font-size: 16px;
}

.pix-chave {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    word-break: break-all;
    margin: 10px 0;
    font-weight: bold;
    color:#555
}

.pix-valor {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 10px 0;
}

.pix-instructions {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}

.copy-btn {
    margin: 10px 0;
    background: #d4af37;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.copy-btn:hover {
    background: #b89d30;
}

.copy-success {
    color: #000;
    font-size: 14px;
    display: none;
}

.modal-content {
    background: #dccbb5;
    color: #1d1d1d;
}

@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }

    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }

    section {
        min-height: 600px;
        padding: 100px 0;
    }

    .inicio-section {
        min-height: 450px;
    }

}

label {
    margin-bottom: 8px;
    color: #000000;
}

input, select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #36333d;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000; /* Texto claro */
}

input:focus, select:focus {
    border-color: #9c27b0;
    background-color: #ffffff;
}

/* Formulário de Confirmação */
form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    /*background-color: #222; /* Fundo ainda mais escuro */
    background-color: #ffffff; /* Fundo branco */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

button {
    padding: 10px 20px;
    background-color: #d4af37; /* Roxo principal */
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color .3s;
}

button:hover {
    background-color: #8b27b0; /* Roxo mais escuro */
}

/* .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: #36333d;
    background-image: none;
    border: 1px solid #36333d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
} */

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

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

.btn.btn-primary {
    background-color: transparent;
    border:1px solid #f0f0f0;
    border-color:#f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    border-radius: 290px;
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

/* Estilo para o iframe do mapa */
iframe {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin: 10px 0;
    border: 1px solid #ddd !important;
}

/* Melhora a responsividade */
@media (max-width: 768px) {
    iframe {
        height: 250px;
    }
}

.whatsapp-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.email-link {
    color: #d63384;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.email-link:hover {
    color: #a02664;
    text-decoration: none;
}

.copyright {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}

/* Responsividade */
@media (max-width: 768px) {
    .whatsapp-buttons {
        flex-direction: column;
    }
    
    .col-md-6 {
        margin-bottom: 25px;
    }
}

/* Fix for the white space issue */
body {
    overflow-x: hidden;
}

.navbar-fixed-top {
    right: 0;
    left: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.row.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

/* Gallery Image Container */
.gallery-item {
    width: 100%; /* Full width of the column */
    height: 300px; /* Fixed height for all images */
    overflow: hidden; /* Hide overflow to ensure cropping */
    position: relative;
    display: flex; /* Use flexbox for centering */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

/* Gallery Image */
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crop and resize the image to fit the container */
    transition: transform 0.3s ease; /* Smooth hover effect */
}

/* Hover Effect */
.gallery-item:hover img {
    transform: scale(1.1); /* Zoom in slightly on hover */
}

/* Gallery Caption */
.gallery-box-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    padding: 10px;
    opacity: 0; /* Hide caption by default */
    transition: opacity 0.3s ease; /* Smooth fade-in effect */
}

.gallery-item:hover .gallery-box-caption {
    opacity: 1; /* Show caption on hover */
}

/* Estilos para a imagem */
#galleryImage {
    display: block;
    margin: 0 auto;
}

/* Botões de navegação melhorados */
.modal-nav-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 1050;
}

.modal-nav-btn {
    pointer-events: auto;
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.modal-nav-btn:hover {
    background: rgba(0,0,0,0.8);
    transform: scale(1.1);
}

/* Button Container */
.button-container {
    text-align: center;
    margin-top: 20px;
}

.btn-pagamento {
    display: inline-block;
    width: 100%;
    max-width: 220px;
    margin: 8px auto 0 auto;
    padding: 12px 0;
    font-size: 1.1em;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    cursor: pointer;
    color: #fff;
    letter-spacing: 0.5px;
}

.btn-pagamento.btn-pix {
    background: #21c25e;
}

.btn-pagamento.btn-pix:hover {
    background: #17994a;
}

.btn-pagamento.btn-mercado-pago {
    background: #009ee3;
}

.btn-pagamento.btn-mercado-pago:hover {
    background: #007bbd;
}