
.repertorio_search_container .bck_white,
.repertorio_single_doc_header,
.repertorio_single_banner{
    background-color: #FFF;
    border-radius: 20px;
}
.bck_grey{
    background-color: #eee;
    padding: 30px 20px 30px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.repertorio_search_bar_title{
    color: #4977B8;
    font-family:"Mulish";
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 15px;
}
.repertorio_search_form_items{
    padding: 20px;
}
.repertorio_single_doc_header {
    margin-bottom: 3.2rem;
}
.repertorio_single_banner{margin-bottom: 5.2rem;}
.repertorio_search_bar_title{
    padding: 20px 20px 0 20px;
}
.repertorio_single_doc_header,
.repertorio_single_banner{padding: 20px 24px 40px 24px;}
.repertorio_search_items_key{
    display: flex;
    flex-direction: column;
    flex: 0 0 60%;
    margin-bottom: 20px;
}
.repertorio_search_form label{
    color: #FB6E58;
    font-family: "Mulish";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 15px;
}
.repertorio_search_form input,
.repertorio_search_form select{
    width: 100%;
    padding: 0.6rem;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
}
input::placeholder{
    color:#000;
    opacity: 0.7;
    font-family: "Open Sans";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}
.repertorio_search_buttons{
    display: flex;
    align-items: center;
    gap: 4rem;
}
.repertorio_search_buttons button.search-btn{
    width: 100%;
    min-height: 55px;
    padding: 0.5rem 3rem;
    border-radius: 100px;
    border: none;
    background: #FB6E58;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.repertorio_search_buttons button.toggle-advanced{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:1rem 2.4rem;
    border-radius: 10px;
    background-color: #F3F3F3;
    border:0;
    gap:1.4rem;
    color: #000;
    font-family: "Open Sans";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.repertorio_advanced_search  .col{display: flex;flex-direction: column;margin-bottom: 30px;}