#formPlanosFunerarios  {
    padding: 20px;
    max-width: 600px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



#formPlanosFunerarios h3 {
    font-weight: bold;
    color: #004E4C;
    margin: 30px 0 15px;
    font-size: 16px;
    text-align: center;
}


#formPlanosFunerarios input {
    height: 35px;
    border-radius: 6px;
    -webkit-appearance: none;
    border: 1px solid #d3cdca;
    padding: 5px;
    background: #eeebea;
    color: #004E4C;
}

#formPlanosFunerarios select {
    height: 35px;
    border-radius: 6px;
    -webkit-appearance: none;
    border: 1px solid #d3cdca;
    padding: 5px;
    background: #eeebea;
    color: #004E4C;
}

#formPlanosFunerarios label {
    font-size: 16px;
    line-height: 24px; 
}


#formPlanosFunerarios button {
    background-color: #00995d;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 0;
    border-radius: 16px 16px 16px 16px;
    padding: 12px 40px 12px 40px;
}




.header_title {
    padding: 0 30px;
    border-radius: 20px;
    height: 30px;
    display: flex;
    width: auto !important;
    align-items: center;
    color: #fff;
    background: #004E4C;
    margin-bottom: 16px;
    display: inline-grid

}

.titular_description {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1rem;
}

.titular_title {
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: var(--text-color);
    border-top: 1px solid #d3cdca;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}


#dependentesCampos  {
    width: 100%;
}

#dependentesCampos > div {
    width: 100%;
}


.servicos-opcoes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.servico-item-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.servico-item {
    background: #eee;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}
.servico-item .divcheck {
    width: 18px;
    height: 18px;
    padding: 2px;
    border-radius: 50%;
    background: #e2dedc;
    border: 2px solid #fff;
	display: none;
}
.servico-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 5px;
}
.servico-item.active {
    border-color: #00995D;
    background-color: #00995D;
}
.servico-item.active span{
	font-family: "Poppins", Sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}
.servico-item span {
    font-size: 12px;
    color: #333;
}





.plano-card {
	width: 353px;
    background-color: #FFFFFF;
    display: flex;
    gap: 10px 10px;
    row-gap: 10px;
    column-gap: 10px;
    border-radius: 24px 24px 24px 24px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    flex-direction: column;
}


#planoRecomendadoNome h2 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: 600;
    color: #004e4c;
    font-size: 28px;
    line-height: 28px;
}

#planoRecomendadoNome h6 {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

#planoRecomendadoBeneficios ul {
        padding: 0;
}

#planoRecomendadoBeneficios ul li {
        list-style-type: none;
}

#planoRecomendadoBeneficios ul li {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 400;
}


#planoRecomendadoBeneficios svg {
    width: 14px;
}


p.preco {
    font-family: "Poppins", Sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: #00995d;
}



.campo_data_dependentes {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px
}

.campo_dependentes {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 20px;
}



@media(max-width: 780px){
.campo_data_dependentes {flex-direction: column;}
.campo_dependentes { flex-direction: column;}
}










.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #28a745;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    display: inline-block;
}
@keyframes spin {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}


#global-loader-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;


    background: rgba(255, 255, 255, 0.608);
    backdrop-filter: blur(1px);


  }
  .global-loader-content {
    text-align: center;
  }

  .global-loader-content svg {
    color: #86B227;
    fill: #86B227;
  }
