@font-face {
    font-family: 'Alata';
    src: url('fonts/Alata-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Kufam';
    src: url('fonts/Kufam.ttf') format('truetype');
    font-style: normal;
}

html, body {
 /* overflow: hidden !important;*/
  height: 100%;
  margin: 0;
  padding: 0;
}


body {

    /*font-family: "Alata", sans-serif !important;
    font-weight: 400 !important;*/
    font-family: Kufam;
    font-style: normal !important;
    background-image: url("../imagens/site/bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.text-primary {
    color: #b40036 !important;
}

.header{
    position: relative;
    overflow: hidden;
}

.btn-primary {
  --bs-btn-color: #b40036;
  --bs-btn-bg: #ff8ccc;
  --bs-btn-border-color: #ff8ccc;
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-bg: #b40036;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff8ccc;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #b40036;
  --bs-btn-disabled-bg: #ff8ccc;
  --bs-btn-disabled-border-color: #ff8ccc;
}

.btn-outline-primary {
    --bs-btn-color: #b40036;
    --bs-btn-border-color: #b40036;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b40036;
    --bs-btn-hover-border-color: #b40036;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b40036;
    --bs-btn-active-border-color: #b40036;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #b40036;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #b40036;
    --bs-gradient: none;
}

/* Altera a cor de todos os títulos e dos textos dentro dos inputs */
h1, h2, h3, h4, h5, h6,input {
  color: #6f0b47 !important;
}

.form-floating label{
    color: #6f0b47 !important;
}
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label{
  color: rgba(var(--bs-body-color-rgb), .65) !important;
}


a{
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff3084;
    --bs-btn-border-color: #ff002f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff5daa;
    --bs-btn-hover-border-color: #ff002f;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff002f;
    --bs-btn-active-border-color: #ff5daa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff5daa;
    --bs-btn-disabled-border-color: #858585;
}


.container-h100 {
    height: 100% !important;
    width: 100%;
    min-height: 100vh !important;
    /*min-height: calc(100vh - 60px) !important;*/
}


.cortina-esq {
    background-image: url("../imagens/site/cortina-esq.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 990px auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-position 1.5s ease;
    z-index: 999;
}

.cortina-dir {
    background-image: url("../imagens/site/cortina-dir.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 1226px auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: background-position 1.5s ease;
    z-index: 999;
}

.lara-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 998;
}

.lara-logo img{
    width: 1700px;
}

.xv-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -87%);
    z-index: 997;
}

.xv-logo video{
    width: 1550px;
}

.xv-logo img{
    width: 1550px;
}


.seta-pra-baixo{
    position: absolute;
    bottom: 0;
}

.container-vip{
    min-height: 820px;
}

.container-whats{
    min-height: 820px;
}


.confirme{
    /*font-size: 1.5rem;*/
    background-image: url("../imagens/site/bg-lara-01.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 476px;
}

.vip{
    /*font-size: 1.5rem;*/
    background-image: url("../imagens/site/bg-lara-01.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 476px;
}

.loading {
    background-position: right 3px center; /* Posiciona o GIF à direita */
    background-image: url('../imagens/site/loading.gif');
    background-size: 45px 45px; /* Tamanho do GIF */
    background-repeat: no-repeat;  
    transition: background 0.3s ease-in-out;
}

.presence-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.presence-group label {
    margin-bottom: 0.5rem;
    text-align: center;
    border-radius: 0.4rem !important;
    height: 65px;
    align-content: center;
}

#menu .btn{
    height: 100px !important;
    align-content: center;
    font-size: 26px;
}

#menu .btn i{
    vertical-align: middle;
}

.lara-footer-img04{
    display: none;
}

.lara-footer-img06{
    display: none;
}

.lara-footer-img07{
    display: none;
}


.img-presente {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background-color: #fff;
-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.1);
box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.1);
}

.descricao-expandable {
    max-height: 110px;
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: relative;
}

.descricao-wrapper.expanded .descricao-expandable {
    max-height: 1000px; /* grande o suficiente para mostrar tudo */
}

.fade-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, transparent, #f9f9f9);
    pointer-events: none;
    transition: opacity 0.3s ease;
    border-bottom-right-radius: 10px;
}

.descricao-wrapper.expanded .fade-bottom {
    opacity: 0;
}

.btn-plus-div {
    position: relative;
    margin-top: -7px;
}

@media (max-width: 768px) {

    .lara-logo {
        transform: translate(-36%, -100%);
    }
    .lara-logo img{
        width: 725px;
    }

    .xv-logo{
        transform: translate(-40%, -120%);
    }
    .xv-logo video{
        width: 650px;
    }

    .xv-logo img{
        width: 520px;
    }

    /* Apenas para iOS */
    .ios-xv-logo {
         transform: translate(-37%, -73%) !important;
    }

    .ios-video {
        width: 520px !important;;
    }

    .container-vip{
        min-height: 411px;
    }

    .container-whats{
        min-height: 411px;
        margin-bottom: 50px;
    }

    .glass{
        background-color: rgba(255, 255, 255, 0.4);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        padding: 20px;
        border-radius: 10px;
    }

    .glass-whats{
        background-color: rgba(255, 255, 255, 0.6);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        padding: 20px;
        border-radius: 10px;
        margin-top: 115px;
    }

    .glass-vip{
        background-color: rgba(255, 255, 255, 0.4);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        padding: 20px;
        border-radius: 10px;
        margin-top: 115px;
    }

    .confirme {
        background-size: 279px !important;
    }
    .vip {
        background-size: 279px !important;
    }

    .lara-footer{
        position: relative !important;
        margin-top: -60px !important;
    }

    .lara-footer-img01{
        width: initial !important;
        max-width: 100%;
    }

    .lara-footer-img02{
        display: none;
    }

    .lara-footer-img03{
        display: none;
    }

    .lara-footer-img04{
        display: table;
        max-width: 100%;
    }

    .lara-footer-img06{
        display: table;
        max-width: 100%;
    }

    .lara-footer-img07{
        display: table;
        max-width: 100%;
    }

    #menu .btn{
        font-size: 18px;
    }
    #menu .btn i{
        vertical-align: middle;
    }

    .menu-group {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .menu-group a {
        margin-bottom: 0.5rem;
        text-align: center;
        border-radius: 0.4rem !important;
        height: 45px;
        align-content: center;
    }
    
    .descricao-expandable {
        max-height: 120px;
    }

}

.logo-mike{
    border-radius: 15px !important;
    background-color: #fff;
    border: solid 1px #f0f0f0;
    padding: 11px;
    -webkit-box-shadow: 0px 0px 6px 6px rgba(0,0,0,0.03);
    -moz-box-shadow: 0px 0px 6px 6px rgba(0,0,0,0.03);
    box-shadow: 0px 0px 6px 6px rgba(0,0,0,0.03);
}

footer{
    position: absolute;
    right: 0;
    margin-top: -45px;
    margin-right: 12px;
}