.subtitle{
    margin-left: 12px;
    height: 39px;
    letter-spacing: 0px;
    color: var(--15);
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300;
    justify-content: center;
    display: flex;
}

.subtitle_rodape{
    height: 39px;
    letter-spacing: 0px;
    color: var(--15);
    margin-top: 5px;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
}

.subtitle_2{
    margin-left: 12px;
    height: 39px;
    letter-spacing: 0px;
    color: var(--15);
    font-size: 14px;
    margin-top: 5px;
    font-weight: bolder;
    justify-content: center;
    display: flex;
}

.subtitle_5{
    letter-spacing: 0px;
    color: var(--15);
    font-size: 14px;
    margin-top: 5px;
    font-weight: bolder;
    justify-content: center;
    display: flex;
}

.titledocard{
    height: 33px;
    color: var(--15);
    font-size: 38px;
    justify-content: center;
    display: flex;
    margin-bottom: 29px;
    margin-top: 15px;
}

.cardstyle{
    margin-top: 100px;
    margin-left: 5px;
    margin-right: 6px;
    min-width: 200px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #E2E2E2;
    border: 1px solid #CDCDCD;
    border-radius: 10px;
    opacity: 1;
    position: relative;
    margin-bottom: 5px;
    cursor: auto;
}

.formstyle{
    display: flex;
    flex-direction: column;
    max-width: 97%;
    margin: auto;
    padding: 20px;
}

.input {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 5px;
    max-width: 264px;
    margin-right: 4px;
    margin-left: 4px;
    height: 36px;
} 

.input_2 {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 5px;
    margin-right: 4px;
    margin-left: 4px;
    height: 36px;
} 

.input_3 {
    font-size: 16px;
    width: 31%;
    margin-bottom: 10px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 5px;
    margin-right: 4px;
    margin-left: 4px;
    height: 36px;
} 

.input_4 {
    font-size: 16px;
    width: 63%;
    margin-bottom: 10px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 5px;
    margin-right: 4px;
    margin-left: 4px;
    height: 36px;
} 

.mid {
    justify-content: center;
    display: flex;
} 

.mid_2 {
    justify-content: flex-end;
    display: flex;
    width:62%;
} 

.left {
    width: 98%;
} 

.AbrirPopup {
    width: 630px;
    height: 63px;
    font-size: 20px;
    border-radius: 30px;
    background: #5dc35d;
    color: white;
    border: lightseagreen;
    font-size: 15px;
    transition: opacity 0.3s ease; /* Transição suave para o efeito de hover */
}

.AbrirPopup_2 {
    min-width: 145px;
    height: 40px;
    border-radius: 25px;
    color: #707070;
    transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    margin-right: 15px;
    border: 1px solid #C5C5C5;
    background: white;
    font-weight: 500;
}

.AbrirPopup_6 {
    min-width: 145px;
    height: 40px;
    border-radius: 25px;
    color: #707070;
    transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    margin-right: 15px;
    border: 1px solid #C5C5C5;
    background: white;
    font-weight: 500;
}

.AbrirPopup_3{
    width: 100%;
    height: 44px;
    border-radius: 25px;
    background: #D94738;
    color: white;
    border: #FF5342;
    font-size: 16px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.AbrirPopup:hover {
    opacity: 0.8; /* Reduz a opacidade ao passar o mouse */
}

.AbrirPopup_2:hover {
    opacity: 0.8; /* Reduz a opacidade ao passar o mouse */
    color: #FFFFFF; /* Cor da letra ao ser clicado */
    background-color: #010101; /* Cor de fundo ao ser clicado */
}

.AbrirPopup_6:hover {
    opacity: 0.8; /* Reduz a opacidade ao passar o mouse */
    color: #FFFFFF; /* Cor da letra ao ser clicado */
    background-color: #010101; /* Cor de fundo ao ser clicado */
}

.subtitle_3{
    height: 39px;
    letter-spacing: 0px;
    color: var(--15);
    font-size: 12px;
    margin-top: 50px;
    font-weight: 300;
}

.titledocard_2{
    height: 33px;
    color: var(--15);
    font-size: 38px;
    margin-top: 15px;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-content {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    top: 30px;
    left: 100px;
    transform: translateX(-50%);
    width: 400px;
    z-index: 10;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.tooltip-container:hover .tooltip-content {
    display: block;
}

.tooltip-container .tooltip-content.show {
    display: block;
}


.caixinha{
    max-width: 606px;
    height: 80px;
    background: var(--unnamed-color-f5f5f7) 0% 0% no-repeat padding-box;
    background: #F5F5F7 0% 0% no-repeat padding-box;
    border: 1px solid #D4D4D6;
    border-radius: 9px;
    opacity: 1;
    display: flex;
    align-items: center;
    gap: 10px; /* Espaçamento entre o toggle e o texto */
    margin-bottom: 70px;
}

.caixinha_2{
    color: #707070;
    font-size: 12px;
    order: 2;
    line-height: 10px;
}

.toggle-switch {
    order: 1; /* Mantém o toggle switch na posição correta */
}

.caixinha_2 b {
    display: block; /* Cada linha em uma nova linha */
}

.divide{
    justify-content: space-between;
    display: flex;
}

.subtitle_4{
    height: 39px;
    letter-spacing: 0px;
    color: var(--15);
    font-weight: 300;
}

.mid_3{
    justify-content: flex-end;
    display: flex;
}

.AbrirPopup_7 {
    margin-top: 20px;
    font-size: 15px;
    width: 320px;
    height: 55px;
    font-weight: bold;
    border-radius: 30px;
    background: #5dc35d;
    color: white;
    transition: opacity 0.3s ease;
    border: lightseagreen;
}

@media (max-width: 860px) {
    .divide {
        display: block;
    }

    .AbrirPopup_7 {
        margin-bottom: 50px;
    }
}

@media (max-width: 775px) {
    .titledocard {
        height: auto;
    }
}

@media (max-width: 500px) {
    .input_3 {
        width: 100%!important;
    }    
    .input_4 {
        width: 100%!important;
    }

    .titledocard_2 { 
        margin-bottom: 50px;
    }   

    .subtitle_2 {
        margin-top: 32px;
    }

    .mid_2{
        width: 100%;
        display: contents;
    }

    .tooltip-content{
        margin-left: 56px;
        width: 350px;
    }

    .AbrirPopup_3 {
        height: 64px;
    }

    .subtitle_4 {
        margin-bottom: 30px;
    }

    .mid_3{
        display: grid;
    }        


    .AbrirPopup_2{
        margin-bottom: 15px;
    }

    .AbrirPopup_6{
        height: 50px;
    }

    .caixinha{
        margin-top: 45px;
        margin-bottom: 30px;
    }

    .subtitle_rodape{
        height: auto;
        width: auto !important;
    }

    .toggle-switch{
        width: 100px;
    }
}
