/* Cor principal para botões */
@import "bootstrap-icons/font/bootstrap-icons.css";

:root {
    --primary-color: #E53439;
    --secondary-color: #FFFFFF;
    --bs-accordion-bg: rgba(255, 255, 255, 0) !important;
}

* {
    padding: 0;
    margin: 0;
}

.btn-principal {
    --primary-color: #E53439;
    color: #2F2F2F80;
    padding: 10px 18px 10px 18px;
    border-radius: 12px;
    border: none;
    opacity: 0px;

}

.btn-principal:disabled {

    background-color: #E7E8E9;
    color: #2F2F2F80;
    padding: 10px 18px 10px 18px;
    border-radius: 12px;
    border: none;
    opacity: 0px;
}

.btn-principal:enabled {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 10px 18px 10px 18px;
    border-radius: 12px;
    border: none;
    opacity: 1;
}

/* Texto com a cor principal */
.text-color-principal {
    color: var(--primary-color) !important;

}

.text-color-secondary {

    color: #2F2F2F80;

}

/* Fundo com a cor principal */
.bg-principal {
    background-color: var(--primary-color);
    color: var(--secondary-color);

}

.bg-secondary-color {
    background: var(--primary-color);
}

.bg-menu {
    background-color: #C22D32;
    color: var(--secondary-color);
}

/* Borda login  */
.border-principal {
    border-radius: 16px;


}

.form-control::placeholder {

    color: #2F2F2F80;

}

/* fontes */

.fs-6 {
    font-size: 6px !important;
}

.fs-8 {
    font-size: 8px;
}

.fs-10 {

    font-size: 10px;

}

.fs-12 {

    font-size: 12px;

}

.fs-11 {
    font-size: 11px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-24 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;

}

.fs-24-fw-normal {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.fs-40 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.bg-login-mobile {

    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;

}

.bg-login-container-mobile {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

.icon-back {
    color: var(--primary-color);

    font-size: 14px;
}

.icon-back-mobile {
    color: var(--secondary-color);
    font-size: 24px;
}

.password-placeholder::placeholder {

    letter-spacing: 3px;
    font-size: 28px;
}

.bg-color-terms {

    background-color: #E8E0E0;
}

.border-terms {

    color: var(--primary-color);
    padding: 6px;
    border-radius: 8px;
    width: 290px;
    height: 52px;
    gap: 8px;

}

.text-terms {
    color: #2F2F2F;
}

.terms {
    width: 200px;
    height: 40px;

    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;



}

.terms:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.custom-width {
    width: 80% !important;
    /* Ou qualquer outra porcentagem/tamanho */
    max-width: 460px;
    /* Defina um limite máximo, se necessário */
}

.bt-color {
    color: var(--secondary-color) !important;
    width: 126;
    height: 44;
    border-radius: 12px;
    border-width: 2px;
    padding: 10px 18px;
}

.bt-color:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color) !important;
}

.bt-color-register {
    background-color: var(--secondary-color) !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    border-radius: 12px;
    border-width: 2px;
    padding: 10px 18px;
}

.bt-color-register:hover {
    background-color: var(--primary-color) !important;
    color: var(--secondary-color) !important;    
}

.bt-color-secondary {
    color: var(--secondary-color) !important;
    width: 126;
    height: 44;
    border-radius: 12px;
    border-width: 2px;
    padding: 10px 18px;
    text-decoration: none;
}

.custom-checkbox:checked {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px var(--primary-color);



}

.advanced-filter {
    width: 25em;
    /* Largura fixa */
    max-height: 80vh;
    /* Altura máxima */
    overflow-y: auto;
    /* Scroll interno */
    border-radius: 16px;
    /* Bordas arredondadas */

}

.texto-filtro {
    transition: opacity 0.3s ease;

}

.fade-in {
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.text-search {
    color: black;

}

.text-search:hover {
    color: var(--primary-color);
}

.offcanvas-header {
    text-align: center;
}

.logo-center {
    max-width: 120px;
}

.offcanvas-title {
    text-align: center;
    width: 100%;
}

.carousel-indicators li.active {
    opacity: 1;
}

.carousel-indicators li:not(.active):hover {
    opacity: 0.8;
}

.custom-button {
    color: #2F2F2F80;
    background-color: #F9FAFB;
    border: 0;
    border-radius: 0.25rem;
    padding: 0.5rem;
    font-weight: bold;

}

.custom-button:hover {
    color: var(--primary-color);
    background-color: white;
}



.shadow-lg-purple {
    border: 2px solid #9523F6 !important;
    box-shadow: 0 1rem 3rem rgba(128, 0, 128, 0.5) !important;
}

.shadow-box-purple {

    box-shadow: 0px 4px 16px 0px #9523F642;

}

.font-faq {


    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24.8px;
    letter-spacing: 0%;



}

.font-about {

    font-family: Poppins !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24.8px;

}

.font-pre-footer {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0%;
}

.font-pre-footer-info {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;

}

.bg-pre-footer {
    background-color: #E53439;
}

.text-container {
    position: relative;
}

.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}

/* Ícones e numeração em preto por padrão */
.pagination .page-link i,
.pagination .page-link {
    color: #000;
    /* Preto */
}

/* Quando o mouse passar, as cores ficam vermelhas */
.pagination .page-link:hover i,
.pagination .page-link:hover {
    color: #E53439 !important;
    /* Vermelho (cor principal do seu site) */
}

/* Para ícones dentro da numeração */
.pagination .page-item.active .page-link i,
.pagination .page-item.active .page-link {
    color: #E53439;
    /* Vermelho para a página ativa */
}

.pagination .page-item.active .page-link {
    background-color: white;
    /* Cor de fundo branca */
    color: #333;
    /* Cor do texto */
    border-color: #ccc;
    /* Cor da borda */
}

.pagination .page-item.active .page-link:hover {
    background-color: #f0f0f0;
    /* Cor de fundo ao passar o mouse */
}

.arrow-custom {
    color: black;
    /* Vermelho (cor principal do seu site) */
}

.arrow-custom:hover {
    color: var(--primary-color) !important;
    /* Vermelho (cor principal do seu site) */
}



.verified-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: white;
    border-radius: 50%;
    padding: 3px;
}

.btn-profile {
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
}

.dashed-border {
    border: 2px dashed #A855F7;
    /* roxinho */
    border-radius: 16px;
    padding: 20px;
    background-color: #fff;

}

/* Dash Menu Styles */
.dash-menu-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
}

.dash-menu-container.show {
    display: block;
}

.dash-menu-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.dash-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 100%;
    background-color: var(--primary-color);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.dash-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 15px;
}

.dash-menu-logo {
    width: 130px;
}

.dash-menu-close {
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.dash-menu-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
}

.dash-menu-logout {
    margin-top: 20px;
    text-align: center;
    color: white;
}

.dash-menu-item {
    background-color: #C22D32;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.dash-menu-item:hover {
    border-color: white;
    color: white;
}

.dash-menu-item-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

.dash-menu-item-content {
    flex: 1;
}

.dash-menu-item-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.dash-menu-item-description {
    font-size: 12px;
    margin: 0;
    opacity: 0.9;
}

.dash-menu-item-title-up {
    color: #ffffff98;
}

.dash-menu-item-description-up {
    color: #ffffff98;
}

.dash-menu-item-icon-up {
    filter: opacity(0.4);
}

.dash-menu-footer {
    margin-top: 20px;
    text-align: center;
    color: white;
}

.dash-menu-footer-text {
    font-size: 14px;
    margin-bottom: 10px;
}

.dash-menu-social {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.dash-menu-social-item {
    color: white;
    font-size: 20px;
}

.dash-menu-social-item:hover {
    color: rgba(255, 255, 255, 0.8);
}

.btn-close.white-close {
    filter: invert(1); /* Inverte a cor para branco */
}

.border-primary-hover:hover {
    border-color: var(--primary-color) !important;
}

/* FAQ Accordion Styles */
.accordion-button:not(.collapsed) {
    background-color: white !important;
    color: #DC5F5F !important;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #DC5F5F;
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed) .bi-plus-circle::before {
    content: "\f272";
    /* bi-dash-circle */
}

.btn-home {
    background-color: var(--primary-color) !important;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    border-radius: 12px;
    border-color: var(--primary-color) !important;
    padding: 10px 18px;
}

/* Mobile optimizations for V1 registration pages */
@media (max-width: 767.98px) {
    .min-vh-100 {
        min-height: auto !important;
    }
    
    #login {
        min-height: auto !important;
        padding: 0.5rem 1rem 1rem 1rem !important;
        margin-top: 0 !important;
    }
    
    #snttas {
        min-height: auto !important;
        max-height: none !important;
        position: relative !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .bg-login-mobile {
        width: 100% !important;
        height: auto !important;        
        object-fit: cover !important;
        object-position: center top !important;
        display: block !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        vertical-align: top !important;
    }
    
    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 0 !important;
    }
    
    .row.g-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    /* Remove any top spacing from body and html */
    body {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Position back button over the image */
    .back-button-mobile {
        position: absolute !important;
        top: 1rem !important;
        left: 1rem !important;
        z-index: 10 !important;
        /* background: rgba(0, 0, 0, 0.3) !important; */
        border-radius: 50% !important;
        padding: 0.5rem !important;
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .back-button-mobile .icon-back-mobile {
        color: white !important;
        font-size: 18px !important;
    }
    
    /* Remove spacing between image and content */
    .col-md-4.order-2 {
        margin-top: -15px !important;
    }
    
    /* Remove any spacing from the image container */
    .col-md-8.order-1 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    /* Ensure consistent top positioning for all content */
    .col-md-4 > div:first-child {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Adjust title and step indicator positioning */
    .col-md-4 h3 {
        margin-top: 0 !important;
        margin-bottom: 0.75rem !important;
    }
    
    .col-md-4 p.mb-4 {
        margin-bottom: 0.75rem !important;
    }
    
    /* Ensure proper spacing on mobile */
    .col-md-4.p-3 {
        padding: 0.5rem 1rem 1rem 1rem !important;
    }
    
    /* Adjust form elements for mobile */
    .btn-principal {
        padding: 0.75rem 1.5rem !important;
        font-size: 1rem !important;
    }
    
    .form-control {
        padding: 0.75rem !important;
        font-size: 1rem !important;
    }
    
    /* Better mobile typography */
    
    .fs-16 {
        font-size: 0.95rem !important;
    }
    
    .fs-14 {
        font-size: 0.875rem !important;
    }
}
