.tabs-studies {
    /* border: 2px solid #007EBB; */
    /* border-radius: 15px; */
    /* padding: 10px; */
    overflow: hidden;
    padding-top: 15px;
}
.title-tab {
    display: flex;
    /* background-color: #007EBB; */
    color: #fff;
    /* padding: 3px 3px 0; */
    /* width: max-content; */
    margin-left: auto;
    border-radius: 20px 20px 0 0;
}
.title-tab p:not(.title-tab p:last-child) {
    margin-right: 5px;
}
.title-tab p {
    margin-bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 22px 30px 38px;
    border-radius: 25px 25px 0 0;
    /* color: #012639; */
    /* margin-bottom: -2px; */
    /* margin-right: -1px; */
    background-color: #04C7C0;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}
.tabs:not(.active-tab) {
    border-bottom: 2px solid #007EBB;
}
#container-serach-est {
    background-color: #fff;
}
/*.tabs:hover {
	background-color: #04C7C0;
	color: #fff;
	cursor: pointer;
}*/
.content-tab {
    /* padding: 2px 10px; */
    /* border: 2px solid #007EBB; */
    /* border-radius: 15px 0 15px 15px; */
    overflow: hidden;
}
.container-tab{
	display:none;
}
.active-container{
	display:block;
}
