.contantMain {
    font-family: 'Merriweather Sans', sans-serif
}

.my-5 {
    margin: 3rem 0
}

.boxTabs {
    display: flex;
    justify-content: space-between
}

.btnTab {
    background-color: #efefef;
    text-align: center;
    border: 0;
    padding: 10px;
    border-radius: 25px;
    transition: .3s all ease-in-out;
    display: inline-grid;
    margin-bottom: 12px
}

.btnTab:focus,
.btnTab:hover {
    outline: 5px auto #f05e2c!important;
    text-decoration: none;
    color: #535353
}

.btnTab.active {
    background-color: #f05e2c;
    color: #fff;
    text-decoration: none
}

.containerTdah {
    display: none;
    padding: 30px 0
}

.accordionItemHeading,
.accordionItemHeading:hover {
    font-weight: 700;
    margin-top: 15px;
    color: #f05e2c;
    border-radius: 10px;
    font-size: 17px;
    z-index: 1;
    position: relative
}

.accordionItemHeading .icon-arrow-down {
    margin: -5px 5px 0 0
}

.open .accordionItemHeading .icon-arrow-down {
    transform: rotate(180deg);
    margin-top: 0
}

.close .accordionItemContent {
    height: 0;
    display: block;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.open .accordionItemContent {
    padding: 20px 0 20px 18px;
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    box-sizing: border-box
}

.accordionItemContent p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #363636;
    line-height: 25px
}

.accordionItem {
    margin-bottom: 15px
}

.text-underline {
    text-decoration: underline
}

a[name] {
    margin-top: -165px;
    display: block;
    height: 163px
}

.brTdah {
    font-size: 13px;
    color: gray;
    margin: 10px 0 20px;
    text-transform: uppercase
}

.boxInforTdah {
    padding: 20px 15px;
    margin-bottom: 60px;
    background: #efefef;
    font-size: 18px;
    text-align: center
}

.boxbiografia {
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #dad8d8
}

.boxbiografia p {
    font-size: 13px!important;
    color: grey;
    margin-bottom: 0
}

.list-group-tdah {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 15px;
    font-size: 15px
}

#boxEtapaTdah {
    grid-template-columns: 1fr 7fr;
    display: grid;
    border: 1px solid;
    align-items: stretch;
    margin: 15px 0
}

#boxEtapaTdah p {
    border: 1px solid;
    padding: 10px;
    margin: 0
}

.d-flex-center {
    display: flex
}

.d-flex-center {
    align-items: center
}

.d-flex-stretch {
    align-items: stretch
}

.boxBtnCerebro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.imgCerebro {
    background-image: url(../img/cerebro-humano.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    position: relative;
    max-width: 400px;
    margin: auto
}

.imgCerebro button {
    position: absolute;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px
}

.imgCerebro button div {
    position: absolute;
    display: none;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    color: #fff;
    box-shadow: 0 0 20px 0 grey
}

.imgCerebro button:hover div {
    display: block!important
}

.imgCerebro button:hover div::after {
    bottom: -15px;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent
}

.btn-lupa1 {
    background: #a13f5a;
    width: 350px;
    left: -78px;
    top: -150px
}

.btn-lupa1::after {
    content: '';
    border-top: 15px solid #a13f5a;
    left: 77px
}

.btn-lupa2 {
    background: #a2a2a2;
    width: 268px;
    left: -90px;
    top: -150px
}

.btn-lupa2::after {
    content: '';
    border-top: 15px solid #a2a2a2;
    left: 90px
}

.btn-lupa3 {
    background: #e39f64;
    width: 177px;
    right: -75px;
    top: -80px
}

.btn-lupa3::after {
    content: '';
    border-top: 15px solid #e39f64;
    left: 73px
}

.btn-lupa4 {
    background: #9db75e;
    width: 325px;
    right: -73px;
    top: 50px
}

.btn-lupa4::after {
    content: '';
    border-top: 15px solid #9db75e;
    right: 73px;
    top: -15px;
    bottom: auto!important;
    transform: rotate(180deg)
}

.diagnostico-item {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s
}

.diagnostico-item:after {
    content: '\002B';
    color: #fff;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

.diagnostico-item-active:after {
    content: "\2212"
}

.diagnostico-item-panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.d-block {
    display: block
}

.d-none {
    display: none
}

@media screen and (min-width:992px) {
    .d-reverse {
        flex-direction: row-reverse
    }
    .d-flex-stretch {
        display: flex
    }
}

@media screen and (max-width:991px) {
    .boxTabs {
        display: block;
        text-align: center
    }
    .boxTabs button {
        margin-bottom: 15px
    }
    .containerTdah {
        padding-top: 0
    }
    #boxEtapaTdah {
        grid-template-columns: 1fr 3fr
    }
    .open .accordionItemContent {
        padding: 20px 0
    }
}
