@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700&display=swap');

:root {
    --clr-white: #fff;
    --clr-white-bg: #f0f0f1;
    --clr-facebook: #3b5998;
    --clr-google: #4285F4;
    --clr-black: #141414;
    --clr-red: #b90505;
    --clr-span-color: #4e0101;
    --clr-border: #CCC;
    --clr-gray: #2a2a2a;
    --clr-gray-clear: #343a3e;
}

/* Global */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.links-lojas {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content:space-around;
    width: 100%;
    gap: 10px;
}

.titleApps {
    padding: 20px;
}

.titleApps h4 {
    font-weight: bold;
}

.list {
    padding: 20px;
    font-weight: normal !important;
}

.heading {
    padding: 30px;
}

.heading h2 {
    font-size: 40px;
    font-weight: 800;
    color: var(--clr-span-color);
    text-align: center;
}

.overlay-login {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /* background-color: transparent; */
    background-color: #1414144b;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
}

.container-login {
    background-color: var(--clr-white);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    max-width: 450px;
    width: 100%;
    text-align: center;
}

.cont-btn-fechar {
    display: flex;
    justify-content: flex-end;
}

.btn-fechar {
    background-color: var(--clr-red);
    color: var(--clr-white);
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.btn-fechar:hover {
    background-color: var(--clr-span-color);
}

.top-header header {
    color: var(--clr-red-02);
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
}

.input-field {
    position: relative;
    margin-bottom: 15px;
}

.input-field .input {
    width: 100%;
    height: 45px;
    padding: 0 0 0 42px;
    border-radius: 5px;
    color: var(--clr-black);
    outline: none;
    border: 1px solid #ccc; 
    transition: border-color 0.3s ease, box-shadow 0.3s ease; 
    
}

.input-field i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #7a7a7a;
}

.input-field .input:focus {
    border-color: #f03131; 
    box-shadow: 0 0 8px rgba(240, 49, 49, 0.5); 
    outline: none; 
}

.buttons {
    margin-top: 15px;
}

.submit{
    width: 100%;
    padding: 10px;
    background-color: var(--clr-red);
    color: var(--clr-white);
    border: none;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.submit:hover {
    background-color: var(--clr-red-hover);
    box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.2);
}

.DivAcessos {
    margin-top: 20px;
}

.social-icons i {
    font-size: 50px;
    margin: 0 10px;
    cursor: pointer;
}

.bxl-facebook-circle {
    color: var(--clr-facebook);
}

.bxl-google {
    color: var(--clr-google);
}

/* Estilos para o prompt de registro */
.register-prompt {
    margin-top: 15px;
    font-size: 13px;
    text-align: left;
}

.register-link {
    color: var(--clr-red-02);
    font-weight: 400;
    text-decoration: none;
    margin-left: 5px;
    transform: 0.3s linear;
}

.register-link:hover {
    text-decoration: none;
    color: #343a3e;
    letter-spacing: 0.1px;
}

.recuperarsenha {
    color: var(--clr-red-02);
    font-weight: 400;
    text-decoration: none;
    margin-left: 5px;
    transform: 0.3s linear;
}

.recuperarsenha:hover {
    text-decoration: none;
    color: #343a3e;
    letter-spacing: 0.1px;
}

/* Responsividade */
@media (max-width: 768px) {
    .container-login {
        padding: 20px;
        max-width: 90%;
    }

    .btn-fechar {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .container-login {
        padding: 15px;
        max-width: 100%;
    }

    .btn-fechar {
        width: 35px;
        height: 35px;
    }
}

#toggleSenha{
    cursor: pointer;
    width: 20px;
    color: #7a7a7a;
    justify-self: right;
    right: 10px;
}

.acessecom {
    border-top: 1px solid #ddd;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.acessecom i {
    cursor: pointer;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

.acessecom i:hover {
    opacity: 0.8;
}

.acessecom-title {
    background-color: #fff;
    font-size: 12px;
    color: #7a7a7a;
    width: 30%;
    margin-top: -10px;
}

.tickets-page .ticket-carousel {
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
}

.tickets-page .ticket-carousel .ticket-item {
    width: 100%;
    height: 45rem;
    min-height: 35rem !important;
}



.tickets-page .ticket-item {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease, box-shadow 0.3s ease;
    background-color: #4e0101;
    background: rgba(0, 0, 0, 0.192) url(/assets/images/plano-bg.png) center/cover no-repeat;
    background-blend-mode: overlay;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    height: 100%;
  }
  
  
  /* Títulos */
  .tickets-page .ticket-item h4 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
  }
  
  /* Estilização da área de Preço */
  .tickets-page .ticket-item .price {
    color: #fff;
    font-weight: 700;
    padding: 30px 10px;
    display: inline-block;
  }
  
  .tickets-page .ticket-item .price em {
    font-size: 55px;
  }
  
  .tickets-page .ticket-item .price #reais, #validade {
    font-size: 15px;
  }
  
.tickets-page .owl-carousel .owl-nav {
    display: flex !important; 
    justify-content: space-between; 
    position: absolute; 
    top: 50%;
    width: 110%;
    transform: translateY(-50%); 
    font-size: 50px !important;
    background-color: transparent; 
    pointer-events: none; 
}

.tickets-page .owl-carousel .owl-nav button {
    color: var(--clr-gray-clear) !important;
    border: none; 
    padding: 10px;
    border-radius: 50%; 
    pointer-events: auto;
    outline: none;
}

.tickets-page .owl-carousel .owl-nav button.owl-prev {
    left: 10px; 
}

.tickets-page .owl-carousel .owl-nav button.owl-next {
    right: 10px; 
}
