.secao-topo-especial{
    margin-top: 125px;
    height: 500px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 80px;
}
.caixa-texto-topo{
    margin-top: 71px;
}
.caixa-texto-topo h1{
    width: 610px;
    display: block;
    margin: 0 auto;
    color: var(--brancofff);
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
.abre-especial{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: var(--brancofff);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
.caixa-corpo-especial{
    margin-top: 80px;
}
.caixa-corpo-especial p{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: var(--preto2727);
}
.separador{
    position: relative;
    height: 54px;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}
.img-separador-texto{
    background-position: center;
    background-size: cover;
    height: 54px;
    position: absolute;
    width: 1030px;
    left: -100px;
}
.subtitulo{
    font-size: 24px;
    line-height: 40px;
    color: var(--cinza707070);
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.titulo-especial-interna{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.caixa-imagens-modal{
    width: 1030px;
    display: block;
    margin: 50px auto 0px auto;
}
.image-modal-especial{
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.image-modal-especial li {
    width: 505px;
    height: auto;
    display: block;
    position: relative;
}
.image-modal-especial li::before{
    position: absolute;
    content: url(../img/icon-ampliar.png);
    background-color: var(--cinzaeeeeee);
    width: 51px;
    height: 51px;
    right: 25px;
    top: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 12px 12px 12px;
    padding-top: 18px;
}
.image-modal-especial li a{
    text-decoration: none;
}
.image-modal-especial li figure{
    width: 505px;
    height: 350px;
}
.image-modal-especial li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.titulo-modal-especial{
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 10px;
    display: block;
    text-align: center;
    color: var(--preto2727)
}
.subtitulo-modal-especial{
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    display: block;
    text-align: center;
    color: var(--preto2727)
}
.tamanho-modal-especial{
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    display: block;
    text-align: center;
    color: var(--cinza999);
}
.caixa-corpo-especial p img{
    width: 400px;
    height: 503px;
    text-align: left;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.secao-topo-especial::before{
    display: block;
    content: ' ';
    background: var(--especial);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.caixa-topo-especial{
    position: relative;
    z-index: 4;
}

/* =============== BOTÃO FLUTUANTE ============== */
html{
    scroll-behavior:smooth;
}
.menuToggleChapter {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    z-index: 9;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 1px #00000029;
	transition: .5s;
}
.bt-chapter-mob {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 38px;
    background-color: var(--especial);
	border-radius: 50%;
	box-shadow: 0 3px 1px #00000029;
	transition: .5s;
    text-align: center;
    font-size: 1.2em;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}
.bt-chapter-mob path {
    fill: #fff;
    stroke: #fff;
}
.bt-chapter-mob.active {
    background-color: var(--cinzaeeeeee);
}
.bt-chapter-mob.active path {
    fill: var(--especial);
    stroke: var(--especial);
}
.bt-chapter-mob svg {
    width: 30px;
    margin-top: 13px;
}
.bt-chapter-mob.active:hover{
    background-color: var(--especial);
}
.bt-chapter-mob.active:hover path{
    fill: var(--brancofff);
    stroke: var(--brancofff);
}
.menu-flutuante {
    display: none;
    position: absolute;
    list-style: none;
    padding: 12px;
    text-align: left;
    border-radius: 6px;
    background: #EEEEEE;
    box-shadow: 0 1px 8px rgba(0,0,0,0.06);
    right: 70px;
    bottom: 0px;
    width: 400px;
    transition: .5s;
}
.menu-flutuante p {
    color: #272727;
    font-size: 20px;
}
.menu-flutuante li a {
    padding: 5px;
    color: var(--especial);
    border-radius: 6px;
    text-decoration: none;
    transition: all .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 14px;
}
.menu-flutuante li a:hover {
    text-decoration: underline;
}
/* =============== /BOTÃO FLUTUANTE ============== */
@media(max-width: 1200px) {
    .caixa-imagens-modal {
        width: 960px;
    }
    .image-modal-especial li, .image-modal-especial li figure {
        width: 470px;
    }
}
@media(max-width: 1024px){
    .img-separador-texto{
        width: 100%;
        left: 0px;
    }
    .caixa-corpo-especial p img{
        width: 345px;
        height: 433px;
        float: none;
        display: block;
        text-align: center;
        margin: 50px auto;
    }
    .image-modal-especial li figure{
        width: 280px;
        height: 194px;
    }
    .image-modal-especial li{
        width: 280px;
    }
    .image-modal-especial li::before{
        display: none;
    }
    .caixa-imagens-modal{
        width: 576px;
    }
    .image-modal-especial{
        gap: 15px;
    }
    .caixa-texto-topo h1{
        font-size: 30px;
        line-height: 40px;
        width: 280px;
    }
    .abre-especial{
        font-size: 16px;
        line-height: 20px;
    }
    .caixa-corpo-especial p{
        font-size: 16px;
        line-height: 22px;
    }
    .subtitulo{
        font-size: 20px;
        line-height: 40px;
    }
    .titulo-especial-interna{
        font-size: 30px;
        line-height: 40px;
    }
}
@media(max-width: 800px){
    .secao-topo-especial {
        margin-top: 110px;
    }
}
@media(max-width: 768px){
    .caixa-imagens-modal {
        width: 540px;
    }
    .img-separador-texto{
        width: 100%;
        left: 0px;
    }
    .caixa-corpo-especial p img{
        width: 345px;
        height: 433px;
        float: none;
        display: block;
        text-align: center;
        margin: 50px auto;
    }
    .image-modal-especial li figure{
        width: 263px;
        height: 194px;
    }
    .image-modal-especial li{
        width: 263px;
    }
    .image-modal-especial li::before{
        display: none;
    }
    .caixa-imagens-modal{
        width: 576px;
    }
    .image-modal-especial{
        gap: 15px;
    }
    .caixa-texto-topo h1{
        font-size: 30px;
        line-height: 40px;
        width: 280px;
    }
    .abre-especial{
        font-size: 16px;
        line-height: 20px;
    }
    .caixa-corpo-especial p{
        font-size: 16px;
        line-height: 22px;
    }
    .subtitulo{
        font-size: 20px;
        line-height: 40px;
    }
    .titulo-especial-interna{
        font-size: 30px;
        line-height: 40px;
    }
}
@media(max-width: 600px) {
    .image-modal-especial li{
        width: 345px;
    }
    .image-modal-especial li figure{
        width: 345px;
        height: 240px;
    }
    .caixa-imagens-modal{
        width: 343px;
    }
}
@media(max-width: 475px){
    .secao-topo-especial {
        margin-top: 50px;
    }
}
@media(max-width: 425px){
    .secao-topo-especial{
        height: 626px;
    }
    .menu-flutuante {
        width: 250px;
    }
}
