.o-que-ehiperadrenocorticismo{
    margin-top: 164px;
    display: flex;
    flex-direction: column;
}

.white-section{
    display: flex;
    width: 100%;
    padding: 60px 0px;
    background: #fff;
    flex-direction: column;
}

.gray-section{
    display: flex;
    width: 100%;
    padding: 60px 0px;
    background: #EBEBEB;
    flex-direction: column;
}

.first-section{
    background: url("./../../../../default/img/top-o-que-e.jpg") no-repeat top center #fff;
}

.o-que-ehiperadrenocorticismo .white-section.first-section h1{
    margin-top: 80px;
    font-size: 48px;
    line-height: 55px;
    color: #000;
    display: inline-block;
    font-weight: 600;
}

.o-que-ehiperadrenocorticismo p{
    font-size: 21px;
    line-height: 30px;
    color: #999999;
    margin-top: 25px;
    font-weight: 400;
    display: inline-block;
}

.o-que-ehiperadrenocorticismo p.menor{
    font-size: 16px;
    line-height: 22px;
    color: #474747;
    margin-top: 25px;
    display: inline-block;
}

.o-que-ehiperadrenocorticismo p.menor.preto{
    color: #000;
}

.video-vetoryl{
    margin: 0 auto;
    width: 100%;
    max-width: 940px;
    margin-top: 35px;
}

.imagem-legenda-ciclo-1,
.imagem-legenda-ciclo-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.imagem-legenda-ciclo-1 img,
.imagem-legenda-ciclo-2 img{
    max-width: 100%;
}

.imagem-legenda-ciclo-1 .legenda{
    max-width: 320px;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    color: #999;
    margin-bottom: 0px;
}

.o-que-ehiperadrenocorticismo h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
}

.o-que-ehiperadrenocorticismo .p-anchor{
    font-weight: 600;
    text-decoration: underline;
    margin-top: 25px;
    display: block;
}

.imagem-legenda-ciclo-2 .legenda{
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    color: #999;
    margin-bottom: 0px;
}

.itens-sanfona{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
}

.itens-sanfona ul{
    list-style: none;
    width: 100%;
}

.itens-sanfona ul li{
    width: 100%;
    margin-top: 20px;
    border: 1px solid #C5C5C5;
}

.itens-sanfona .abre-fecha:after{
    content: ' ';
    position: absolute;
    top: 0px;
    right: 10px;
    height: 100%;
    width: 20px;
    background: url(./../../../../default/img/fechado.jpg) no-repeat center center;
}

.itens-sanfona .aberto .abre-fecha:after{
    background: url(./../../../../default/img/aberto.jpg) no-repeat center center;
}

.itens-sanfona ul li a{
    position: relative;
    width: 90%;
    color: #474747;
    display: block;
    padding: 10px 5%;
}

.itens-sanfona ul li.aberto a{
    border-bottom: 1px solid #C5C5C5;
}

.itens-sanfona ul li .texto p:first-child{
    margin: 0px;
}

.itens-sanfona ul li .texto{
    display: flex;
    flex-direction: column;
    width: 90%;
    
}

.itens-sanfona ul li .inner-texto{
    display: flex;
    flex-direction: column;
    padding: 25px 5%;
}

.itens-sanfona ul li .texto{
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.itens-sanfona .aberto .texto{
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    height: auto;
}

@media all and (max-width: 600px){
    .o-que-ehiperadrenocorticismo .white-section.first-section h1{
        font-size: 27px;
        line-height: 30px;
    }
    .o-que-ehiperadrenocorticismo p {
        font-size: 17px;
        line-height: 22px;
    }
    .video-vetoryl iframe{
        height: 210px;
    }
    .anterior-proxima .proxima{
        text-align: right;
    }
    .anterior-proxima .anterior{
        text-align: left;
    }
    .first-section {
        background: url(./../../../../default/img/top-o-que-e.jpg) no-repeat 30% -10% #fff;
    }
    .itens-sanfona ul li > a{
        width: 80%;
        padding: 10px 10%;
    }
}