.fundo-section {
    min-height: 100vh;
    background-image: url(../../imgs/background//background-planos.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.efeito-container-form{
    visibility: hidden;
}

section.fundo-section .flex {
    min-height: 110vh;
    align-items: center;
    justify-content: center;
    background-position-x: 0%;
}

.fundo-section .container {
    height: 600px;
    width: 800px;

    background-color: rgba(10, 10, 10, 0.4);
    backdrop-filter: blur(4px);
    box-shadow: 4px 10px 20px #080808;
    border-radius: 25px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.opcao {
    font-size: 14px;
    font-family: Espiritu;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.opcao a {
    color: #fff;
}

.opcao input,
.opcao select {
    font-family: Poppins-Bold;
    border-radius: 10px;
    color: #1d1b1a;
    background-color: #d0804e;
    border: none;

    height: 30px;
    width: 200px;
    text-align: center;
    outline: none;
}

.opcao #hora option:hover{
    background-color: #3ca049;
}

.opcao #hora {
    overflow: hidden;
    overflow-y: scroll;
}

.opcao #hora::-webkit-scrollbar {
    width: 12px;
    background-color: #a76740;
    border-radius: 10px;
    border: 5%;
}

.opcao #hora::-webkit-scrollbar-thumb {
    background-color: #1d1b1a;
    border-radius: 10px;
}

.opcao-servico {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;

    width: 75%;
    min-height: 100px;
    padding: 10px 5%;
    border-radius: 18px;
    background-color: #1d1b1a;
}

.opcao-servico a.title {
    padding: 4px 4%;
    background-color: #d0804e;
    color: #1d1b1a;
    border-radius: 12px;

    font-size: 14px;
    font-family: Espiritu;
}

.opcao-servico a.desc {
    text-indent: 30px;
    color: rgb(202, 202, 202);
    font-size: 12px;
    text-align: justify;
    font-family: Poppins-Medium;
}

/* OPÇÃO DE BARBEIRO */
.form .content .esquerda{
    height: 100%;
}

.custom-select {
    background-color: transparent;
    border-radius: 5px;
    padding: 10px 8%;

    position: relative;
    
    min-width: 250px;
}

.barbeiro-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    padding: 5px 8%;
    
    border-radius: 12px;
    /*border-bottom: 1px solid #eaeaea;*/
    background-color: #ad6b41;
    border: solid 1px #6d442a;
    margin-bottom: 10px;
    
    cursor: pointer;
    transition: .3s;
}

.barbeiro-option .img-barbeiro.ok{
    border: solid 3px #815032;
}

.barbeiro-option.selected .img-barbeiro.ok{
    border: solid 3px #9b603c;
}

.barbeiro-option a{
    color: #1d1b1a;
}

.img-barbeiro {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    object-fit: cover;
}

.barbeiro-option:hover{
    background-color: #a76740;
    color: #fff;
    transform: scale(1.005);
    border: solid 1px #368d42;
    box-shadow: 0px 0px 10px #2b7034;
}

.barbeiro-option.selected {
    transform: scale(1.02);
    background-color: #f8975b;
    border: solid 1px #47bd57;
    box-shadow: 0px 0px 12px #3ca049;
}
/* FIM OPÇÃO DE BARBEIRO */

.form-container {
    background-color: transparent
        /*var(--main-bg-color)*/
    ;
    border-radius: 20px;

    width: 90%;
    height: 70vh;
    padding: 10px 4%;
    position: relative;
    left: 0;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;

    /*animation: aparecer-form .5s ease-out alternate;*/
}

.heading {
    color: #d0804e;
    font-size: 40px;
    font-weight: bolder;
    font-family: Espiritu Cond;
    text-align: center;
    margin-top: -5%;
    margin-bottom: 0%;
}

.form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.form .content{
    display: flex;
    align-items: center;

    padding: 10px 6%;
    gap: 25px;
}

.form .content .direita{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.finalizar-container {
    height: 80px;
    width: 500px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.finalizar-container h6 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: start;
}

.finalizar-container a {
    line-height: 1.2em;
    font-weight: 100;
    color: #d0804e;
    font-family: Poppins-ExtraBold;
    font-size: 18px;
}

.finalizar-container a.duracao {
    font-size: 14px;
}

#erroData {
    font-family: Poppins-Medium;
    color: #db3e3e;
    text-align: center;
    font-size: 14px;

    width: 65%;

    position: relative;
    top: -3px;
    display: none;
    margin: 10px;
}

.container span {
    color: #fff;
}

.form .passicon {
    cursor: pointer;
    font-size: 1.3rem;
    position: absolute;
    top: 6px;
    right: 8px;
}

.form .close {
    display: none;
}