html,
body {
    margin: 0;
    height: 100%
}

body.overflow {
    overflow: hidden
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 1s;
    z-index: 50
}

.preloader:before {
    content: "";
    position: absolute;
    left: 0;
    width: 51%;
    height: 100%;
    background: #4a67df;
    transition: 1s
}

.preloader.complete:before {
    left: -51%
}

.preloader:after {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #4a67df;
    transition: 1s
}

.menuPrincipal {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 13.6rem;
    background-color: transparent;
    position: relative;
    z-index: 10;
    top: 0
}

.menuPrincipal .ui-container {
    max-width: 1130px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 1.3rem;
    font-weight: 700;
    box-sizing: border-box
}

@media(max-width:1129px) {
    .menuPrincipal .ui-container {
        padding-right: 20px;
        padding-left: 20px
    }
}

.menuPrinpicpal .ui-container ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.menuPrincipal .ui-container ul li {
    margin-left: 35px;
    height: 1rem;
    color: #2e3d49
}

.loading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: absolute
}

.loading:after {
    position: absolute;
    content: "";
    -webkit-animation: Dots 2s cubic-bezier(0, .39, 1, .68) infinite;
    animation: Dots 2s cubic-bezier(0, .39, 1, .68) infinite
}

.preloader.complete:after {
    right: -51%
}

.preloader.complete {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.preloader.complete .icon-preloader {
    opacity: 0;
    transition: .4s
}

.icon-preloader {
    left: 46%;
    position: absolute;
    top: 40%;
    z-index: 2;
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.wrapper {
    float: left;
    width: 1030px;
    margin: 0 auto
}

.menu-mobile {
    background: #f00;
    z-index: 99;
    padding: 20px 0
}

.row {
    display: flex;
    justify-content: space-between
}

.aling-c {
    align-items: center
}

.background-1 {
    background: url(/images/background-slide-1.png)
}

.background-2 {
    background: url(/images/background-slide-3.png)
}

.background-3 {
    background: url(/images/background-slide-4.png)
}

.background-diferenciais {
    background: url(/images/background-diferenciais.svg);
    background-size: cover;
    filter: drop-shadow(0 -3px 12px rgba(1, 64, 78, .7))
}

.background-base {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%
}

.btn {
    text-decoration: none;
    transition: .2s;
    font-weight: 700;
    font-size: 13px
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.btn__animated {
    animation: moveInBottom .5 ease-out .75s;
    animation-fill-mode: backwards
}

.acessibilide-topo {
    background: #e5e8f2;
    z-index: 20;
    position: fixed;
    top: 0;
    width: 100%;
    height: 3.4rem
}

.row .col {
    width: 50%
}

.row .acessibilidade-col {
    width: 70%
}

.row .acessibilidade-col:last-child {
    width: 30%
}

.list-menu-acessibilidade {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.position-l {
    justify-content: flex-end
}

.list-menu-acessibilidade .list-menu-acessibilidade__item {
    display: flex;
    align-items: flex-end
}

.list-menu-acessibilidade .list-menu-acessibilidade__item-text {
    font-size: 11px;
    color: #557292;
    font-weight: 400;
    margin-right: 10px
}

.list-menu-acessibilidade .text-upcase {
    text-transform: uppercase
}

.list-menu-acessibilidade .acessibilidade__num {
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #557292
}

.list-menu-acessibilidade .link-acessibilidade {
    margin-right: 20px
}

.list-menu-acessibilidade .img-acessibilidade {
    margin-right: 5px;
    margin-bottom: 1px
}

.list-menu-acessibilidade .contraste-btn {
    cursor: pointer;
    margin-right: 30px;
    display: flex;
    align-items: center;
    color: #557292
}

.list-menu-acessibilidade .font-btn {
    padding: 10px 15px;
    border-left: 1px solid #d3d5e0;
    border-right: 1px solid #d3d5e0;
    font-size: 11px;
    cursor: pointer;
    color: #557292
}

.list-menu-acessibilidade .font-btn:last-child {
    border: none;
    padding-right: 0
}

.nav-logo-mobile {
    display: none
}

@media(max-width:1000px) {
    .acessibilide-topo {
        display: none
    }
}

.cabecalho {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 81px;
    margin-bottom: 70px;
    position: relative;
    z-index: 10;
    top: 0;
    background-color: #025a6e;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.cabecalho .wrapper {
    max-width: 1130px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cabecalho ol {
    display: inline-flex;
    align-items: center;
    justify-content: space-between
}

.cabecalho ol {
    display: inline-flex
}

.cabecalho ol li {
    margin-left: 35px;
    height: 1rem
}

.button {
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0%;
    color: #557292
}

.button2 {
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 1.3rem;
    cursor: pointer;
    padding: 0%;
    color: #fff
}

.button2:visited {
    color: #fff
}

.menu-hidden {
    position: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    display: none;
    justify-content: space-between;
    top: 0
}

.menu1 {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: all 1.1s cubic-bezier(.19, 1, .22, 1) !important
}

.spanburguer {
    position: relative;
    display: block;
    background: #fff;
    width: 3rem;
    height: .2rem;
    border-radius: .5rem;
    transition: .5s ease-in-out;
    height: 4px;
    border-radius: 5px;
    top: 6px
}

.spanburguer:before,
.spanburguer:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    display: block;
    transition: .5s ease-in-out;
    height: 4px;
    border-radius: 5px
}

.spanburguer:before {
    top: -1rem
}

.spanburguer::after {
    bottom: -1rem
}

.menu-hidden input:checked~label .spanburguer {
    transform: rotate(45deg);
    background-color: #f3f3f3
}

.menu-hidden input:checked~label .spanburguer:before {
    transform: rotate(90deg);
    background-color: #f3f3f3;
    top: 0
}

.menu-hidden input:checked~label .spanburguer:after {
    transform: rotate(90deg);
    background-color: #f3f3f3;
    bottom: 0
}

.nav-postion-btn {
    display: flex;
    justify-content: flex-end
}

.menu-hidden input:checked~label .menu1 {
    background-color: #01b69c
}

.menu-hamburg {
    display: block;
    position: relative;
    background-color: #4b5756;
    width: 3rem;
    height: .2rem;
    top: 2.9rem;
    left: 1.5rem;
    transition: .5s ease-in-out;
    border-radius: 5rem
}

.menu-hidden .mobile-botoes {
    width: 37rem;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: .25s .1s cubic-bezier(0, 1.07, 0, 1.02);
    z-index: 1000
}

.menu-hidden ul li {
    width: 100%;
    margin-bottom: 2.6rem;
    text-align: right;
    transition: .4s ease-in-out
}

.mobile-botoes li:hover a {
    color: #f3f3f3
}

.mobile-botoes li:hover {
    transform: translateY(-3px)
}

.menu-hidden .button {
    width: 100%;
    text-align: right;
    font-size: 2.2rem;
    font-weight: 700;
    color: #f3f3f3;
    border-radius: .5rem;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.menu-hamburg::before,
.menu-hamburg::after {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #4b5756;
    content: "";
    position: absolute;
    transition: .5s ease-in-out;
    border-radius: 5rem
}

.menu-hamburg::before {
    top: 1rem
}

.menu-hamburg::after {
    bottom: 1rem
}

.menu-hidden input {
    display: none
}

.menu-hidden input:checked~label .menu-hamburg {
    transform: rotate(45deg);
    background-color: #01b69c
}

.menu-hidden input:checked~label .menu-hamburg::before {
    top: 0;
    transform: rotate(90deg);
    background-color: #01b69c
}

.menu-hidden input:checked~label .menu-hamburg::after {
    bottom: 0;
    transform: rotate(90deg);
    background-color: #01b69c
}

.mobile-rede-social {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    top: 95%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    transition: .25s .1s cubic-bezier(0, 1.07, 0, 1.02);
    opacity: 0;
    transition: .4s ease-in-out
}

.menuposition {
    position: absolute
}

@media only screen and (max-width:1000px) {
    .menu-hidden {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        z-index: 100
    }
    .menu1 {
        display: block;
        top: 2.5rem !important;
        right: 2.5rem;
        z-index: 20
    }
    .menu-hidden input:checked~label .menu1 {
        box-shadow: 0 0 0 130vw #01b69c, 0 0 0 170vh #025a6e
    }
    .menu-hidden input:checked~ul {
        width: 90%;
        opacity: 1;
        z-index: 105;
        display: flex;
        margin-top: -22px
    }
    .menu-hidden mobile-botoes {
        top: 55%
    }
    .cabecalho {
        display: none
    }
    .acessibilidade {
        display: none
    }
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer
}

button:focus {
    outline: 0
}

@media(max-width:1440px) {
    .menuPrincipal .ui-container ul li {
        margin-left: 25px
    }
    .logoBv img {
        width: 80%
    }
}

@media(max-width:1024px) {
    #flutuante {
        top: 88%
    }
    .wrapper {
        width: 90%
    }
    .menuPrincipal ul li {
        margin-left: 3rem
    }
    .rodape nav h1 {
        width: 36.2rem
    }
}

@media(max-width:1000px) {
    .menuPrincipal ul {
        display: none
    }
    .menuPrincipal {
        height: 11.6rem
    }
}

@media(max-width:800px) {
    .menuPrincipal .ui-container {
        margin-top: 0
    }
}

@media(max-width:768px) {
    #flutuante button {
        width: 17rem
    }
    .rodape nav {
        width: 98%;
        height: 100%;
        margin: 0%;
        justify-content: space-around
    }
    .rodape nav h1 {
        display: none
    }
    .ul-interior {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: center;
        flex-flow: column;
        align-items: center
    }
    .copyright {
        justify-content: center !important;
        width: 100% !important
    }
    .rodape .listainline {
        width: 100% !important;
        justify-content: space-around !important;
        margin: 2rem 0
    }
    .rodape .listainline li a {
        margin-left: 1rem
    }
}

@media(max-width:700px) {
    #flutuante button {
        display: none
    }
    .downloadapp {
        width: 50rem
    }
}

.whiteunder a::after,
.whiteunder .active-color::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 4px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #7ce716;
    content: "";
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -moz-transition: opacity .3s, -moz-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px)
}

.whiteunder .active-color::after,
.whiteunder a:hover::after,
.whiteunder .active-color:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(15px)
}

@media(max-width:1030px) {
    .cabecalho .wrapper {
        max-width: 880px
    }
    .cabecalho ol li {
        margin-left: 20px
    }
}

.whiteunder a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    letter-spacing: 1px;
    padding-bottom: 5px;
    font-size: 14px
}

.whiteunder a:hover,
.whiteunder a:focus {
    outline: none;
    text-shadow: 0 0 8px rgba(0, 0, 0, .4)
}

.blueunder a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, .4);
    content: "";
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -moz-transition: opacity .3s, -moz-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px)
}

.blueunder a:hover::after,
.blueunder a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.blueunder {
    display: flex;
    color: #2e3d49;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.blueunder a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
    color: #2e3d49
}

.blueunder a:hover,
.blueunder a:focus {
    outline: none;
    text-shadow: 0 0 8px rgba(0, 0, 0, .15);
    cursor: pointer
}

.blueunder a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, .4);
    content: "";
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -moz-transition: opacity .3s, -moz-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px)
}

.blueunder a:hover::after,
.blueunder a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

a:hover {
    text-decoration: none
}

.blueunder a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px
}

.blueunder a:hover,
.blueunder a:focus {
    outline: none;
    text-shadow: 0 0 8px rgba(0, 0, 0, .15);
    cursor: pointer
}

@media(max-width:769px) {
    .slick-topo {
        padding-top: 60px
    }
    .nav-logo-mobile {
        width: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 15px;
        margin-left: 25px;
        position: absolute;
        z-index: 25
    }
}

.cicle-menu {
    z-index: 10;
    right: 0;
    width: 100px;
    height: 80px;
    border-radius: 0% 0 0 100%;
    background: #00c9ac;
    position: absolute
}

.wrapper2 {
    width: 112em;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: .625em;
    padding-left: .625em;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.aling-c {
    align-items: center
}

.acessibilide-topo {
    background: #e5e8f2;
    z-index: 20;
    position: fixed;
    top: 0;
    width: 100%
}

.button__home {
    height: 44px;
    padding: 20px;
    text-align: center;
    color: #025a6e;
    background-color: #7ce716;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, .16);
    transition: 500ms cubic-bezier(.85, .2, .41, 1.74)
}

.button__home:hover {
    transform: scale(1.02)
}

#altocontraste {
    display: flex
}

#altocontraste * {
    margin-right: .5rem
}

.row .col {
    width: 48%
}

.row .acessibilidade-col {
    width: 70%
}

.row .acessibilidade-col:last-child {
    width: 30%
}

.list-menu-acessibilidade {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.position-l {
    justify-content: flex-end
}

.list-menu-acessibilidade .list-menu-acessibilidade__item {
    display: flex;
    align-items: center
}

.list-menu-acessibilidade .list-menu-acessibilidade__item-text {
    font-size: 11px;
    color: #557292;
    font-weight: 400;
    margin-right: 10px
}

.list-menu-acessibilidade .text-upcase {
    text-transform: uppercase
}

.list-menu-acessibilidade .acessibilidade__num {
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #557292
}

.list-menu-acessibilidade .link-acessibilidade {
    margin-right: 20px
}

.list-menu-acessibilidade .img-acessibilidade {
    margin-right: 5px;
    margin-bottom: 1px
}

.list-menu-acessibilidade .contraste-btn {
    cursor: pointer;
    margin-right: 30px;
    display: flex;
    align-items: center;
    color: #557292
}

.list-menu-acessibilidade .font-btn {
    padding: 10px 15px;
    border-left: 1px solid #d3d5e0;
    border-right: 1px solid #d3d5e0;
    font-size: 11px;
    cursor: pointer;
    color: #557292
}

#flutuante {
    display: block;
    position: fixed;
    width: min-content;
    height: min-content;
    background-color: transparent;
    text-align: center;
    z-index: 6;
    bottom: 20px;
    transition: .7s
}

@media(min-width:1131px) {
    #flutuante {
        left: 80%
    }
}

@media(min-width:569px) and (max-width:1130px) {
    #flutuante {
        top: 90%
    }
}

@media(min-width:1025px) and (max-width:1130px) {
    #flutuante {
        left: 75%
    }
}

@media(max-width:1024px) {
    #flutuante {
        right: 30px
    }
}

#flutuante a {
    padding: 0;
    width: 21rem;
    height: 4.5rem;
    background-color: #0bcec1;
    color: #fff !important;
    border: none;
    border-radius: .5rem;
    cursor: pointer;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s
}

#flutuante a:hover {
    filter: brightness(105%)
}

#slick-topo {
    width: 100%;
    height: 570px;
    margin: 0;
    padding: 0;
    z-index: 5;
    margin-top: -85px
}

#slick-topo .row-jumbotrom .col {
    width: 58%
}

.info1 {
    width: 100%;
    display: flex
}

.info1 .wrapper {
    width: 120rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.info1 ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18.8rem;
    height: 18.8rem;
    background-image: linear-gradient(115deg, #2fc8d6, #4a67df);
    border-radius: 10rem;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    box-shadow: .5rem .5rem #7bf3eb
}

.info1 ul li:first-child {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 19.2rem;
    height: 19.2rem;
    background-image: none;
    color: #2e3d49;
    font-size: 3.4rem;
    font-weight: bold;
    box-shadow: none;
    text-align: left
}

.baloes {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.baloes p {
    font-size: 1.8rem;
    color: #fff
}

.balao1 {
    font-size: 3.4rem !important;
    line-height: 3.6rem;
    color: #666 !important
}

.balao1::after {
    content: ' 15 anos de história';
    color: #2fd6cb;
    font-size: 3.4rem
}

.balao2::before {
    display: block;
    content: '+8 MIL ';
    color: #7bf3eb;
    font-size: 2.5rem
}

.balao3::before {
    display: block;
    content: '+2.500.000 ';
    color: #7bf3eb;
    font-size: 2.5rem
}

.balao4::before {
    display: block;
    content: '+350 ';
    color: #7bf3eb;
    font-size: 2.5rem
}

.balao5::before {
    display: block;
    content: '+30 ';
    color: #7bf3eb;
    font-size: 2.5rem
}

.balao5 {
    width: min-content
}

.box-scroll {
    width: 100%;
    height: 60rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    background-image: url(../images/bg2-2.png);
    background-size: cover
}

.box-scroll-h1 {
    color: #fff;
    margin-top: 4rem
}

.box-scroll-h1::after {
    content: 'a Biblioteca Virtual?';
    display: block
}

#slick-info {
    width: 100%;
    height: 80%;
    margin: 0;
    padding: 0
}

.hpage {
    width: 100%;
    height: 40rem;
    display: flex !important;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    white-space: nowrap
}

.hpage ul {
    width: 28.7rem;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    white-space: normal
}

.hpage ul li:first-child {
    margin-bottom: 3.05rem
}

.hpage ul li {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.hpage ul li h1 {
    font-size: 2.7rem;
    color: #77f9f1
}

.hpage ul li p {
    width: 29rem;
    font-size: 1.6rem;
    color: #fff;
    line-height: 2rem
}

.info2 {
    width: 100%;
    height: 56.7rem;
    padding-top: 15rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f6f5f9
}

.info2 .wrapper {
    width: 120rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.info2 article {
    width: 54.5rem;
    height: 34.5rem;
    background-color: #4a67df;
    border-radius: .5rem;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff
}

.info2 article p {
    width: 41.6rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #fff
}

.head1 {
    color: #7bf3eb;
    margin-bottom: 2rem;
    font-size: 3.4rem;
    font-weight: bold
}

.head1::before {
    content: url(../images/Grupo-1818.png);
    display: block;
    margin-top: -16rem
}

.head2 {
    color: #7bf3eb;
    margin-bottom: 2rem;
    font-size: 3.4rem;
    font-weight: bold
}

.head2::before {
    content: url(../images/Grupo-1819.png);
    display: block;
    margin-top: -16rem
}

.info2 a {
    width: 31.8rem;
    height: 4.5rem;
    margin: 5rem 0 5rem 0;
    background-color: #4a67df;
    color: #fff;
    border: none;
    border-radius: .5rem;
    cursor: pointer;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s
}

.info2 a:hover {
    background-color: #1c36a5
}

.info3 {
    width: 100%;
    height: 64.6rem;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6.3rem
}

.info3 form {
    width: 79rem;
    height: 6rem;
    margin: 0%;
    padding: 0%
}

.info3 input {
    width: 100%;
    border: none
}

.info3 .wrapper2 input::placeholder {
    color: #666;
    font-size: 1.3rem
}

.info3 article {
    width: 49rem;
    height: 21.5rem;
    margin: 0;
    padding: 0
}

.info3 p {
    width: 42rem;
    font-size: 2rem;
    margin-top: 2rem
}

.info3 h1 {
    color: #2e3d49
}

.info3 ol {
    width: 55rem;
    height: 32.2rem;
    padding: 0%;
    margin-left: 5.7rem;
    display: inline-flex;
    justify-content: space-around;
    align-items: flex-start
}

.info3 ol li {
    width: 16rem;
    height: 5.2rem;
    font-size: 1.4rem
}

.info3 ol li p {
    width: 16rem;
    height: 5.2rem;
    font-size: 1.4rem
}

.wrapper2 a {
    width: 31.8rem;
    height: 4.3rem;
    color: #fff;
    background-color: #0bcec1;
    border: 0;
    border-radius: .5rem;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s
}

.wrapper2 a:hover {
    background-color: #23a59c
}

.info4 {
    width: 100%;
    height: 41.9rem;
    display: flex;
    background-color: #f6f5f9
}

.info4 .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.info4 .left {
    width: 53%;
    height: 41.9rem;
    background-image: url(../images/Grupo-1011816.png);
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.info4 .left div {
    background-image: url(../images/Grupo-de-máscara-101.png);
    width: 34.2rem;
    height: 34.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.info4 .left p {
    width: 15.2rem;
    color: #fff;
    font-size: 4.1rem;
    text-align: center;
    align-self: center
}

.info4 .left p::after {
    line-height: 3rem;
    content: ' Experimente!';
    color: #0bcec1;
    font-size: 1.8rem
}

.info4 .right {
    width: 43%;
    height: 41.9rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.info4 .right article {
    width: 42.2rem;
    display: flex;
    flex-wrap: wrap
}

.info4 .right article h1 {
    color: #4a67df;
    line-height: 3.5rem
}

.info4 .right article p {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    color: #666
}

.info4 .right a {
    width: 22.3rem;
    height: 4.5rem;
    color: #fff;
    background-color: #4a67df;
    border: 0;
    border-radius: .5rem;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s
}

.info4 .right a:hover {
    background-color: #1c36a5
}

.info5 {
    width: 100%;
    height: 72.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background: #fff
}

.info5 .wrapper {
    width: 120rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.info5 p a {
    height: 4.2rem;
    margin-top: 6.8rem;
    font-size: 2rem;
    color: #4a67df;
    font-weight: 700
}

.info5 p a i {
    margin-left: 10px;
    font-size: 2.2rem
}

.info5 p a:hover {
    text-decoration: underline
}

.info5 ul {
    width: 117rem;
    height: 50.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: flex-start
}

.info5 ul li {
    width: 35.2rem;
    height: 45rem;
    position: relative;
    display: flex;
    background-color: #f6f5f9;
    border-radius: .5rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-shadow: .2rem .2rem .5rem #c3c3c3
}

.info5 ul li img {
    border-radius: .5rem .5rem 0 0
}

.info5 ul li h2 {
    width: 28.1rem;
    color: #4a67df;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 1rem
}

.info5 ul li p {
    width: 28.1rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: .5rem
}

.info5 ul li a {
    width: 22.3rem;
    height: 4.5rem;
    position: absolute;
    bottom: -2.5rem;
    color: #fff;
    background-color: #4a67df;
    font-size: 1.3rem;
    border: 0;
    border-radius: .5rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s
}

.info5 ul li a:hover {
    background-color: #1c36a5
}

.rodape {
    width: 100%;
    height: 135px;
    padding-top: 64px;
    padding-bottom: 41px;
    background-color: #025a6e;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10
}

.rodape nav {
    box-sizing: border-box;
    max-width: 1130px;
    width: 100%;
    margin: 0 auto
}

.rodape__links {
    display: flex;
    justify-content: space-between
}

.rede-social .rede-social__link,
.mobile-rede-social .rede-social__link {
    margin-left: 7px;
    margin-right: 7px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    transition: 400ms ease-in-out;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.rede-social .rede-social__link:hover {
    transform: scale(1.04)
}

.rede-social__link i {
    color: #025a6e;
    font-size: 20px
}

.pointer--green {
    width: 8px;
    height: 8px;
    background-color: #a3f556;
    border-radius: 50%;
    margin-left: 13px;
    margin-right: 20px
}

.apps__download:last-child {
    margin-left: 12px
}

.rodape__infos {
    display: flex;
    justify-content: space-between
}

.ul-interior {
    width: 16rem;
    margin-bottom: 3rem
}

.ul-interior li h2 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: #2fd6cb;
    background-color: transparent;
    border: 0
}

.ul-interior li a {
    font-size: 1.6rem;
    line-height: 3.3rem;
    color: #fff;
    background-color: transparent;
    border: 0;
    transition: .3s all
}

.ul-interior li a:hover {
    text-decoration: none;
    color: #2fd6cb;
    cursor: pointer
}

.rede-social {
    height: 4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.rede-social li p:first-child {
    color: #2fd6cb;
    font-size: 1.6rem
}

.rede-social li a {
    transition: .4s ease-in-out
}

.rede-social li a:hover {
    cursor: pointer;
    opacity: .7
}

.rede-social li a img {
    transition: .4s ease-in-out
}

.downloadapp {
    width: 61rem;
    height: 4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.downloadapp li p:first-child {
    width: 23rem;
    color: #2fd6cb;
    font-size: 1.6rem;
    margin-right: 0;
    text-align: center
}

.downloadapp li:first-child {
    width: 23rem;
    color: #2fd6cb;
    font-size: 1.6rem
}

.downloadapp li {
    width: 13rem
}

.downloadapp li a {
    cursor: pointer;
    transition: .4s ease-in-out
}

.downloadapp li a:hover {
    cursor: pointer;
    opacity: .7
}

.rodape hr {
    height: 0;
    margin-top: 40px;
    margin-bottom: 30px
}

.copyright {
    display: flex;
    color: #00c9ac;
    font-size: 1.3rem;
    font-weight: bold
}

.rodape .listainline {
    display: flex
}

@media(max-width:640px) {
    .rodape .listainline {
        width: 100%;
        height: 10rem;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 20px
    }
}

@media(min-width:980px) {
    .rodape .listainline {
        width: 75%;
        align-items: flex-start
    }
}

@media(min-width:981px) {
    .rodape .listainline {
        justify-content: flex-end
    }
    .copyright {
        justify-content: flex-start
    }
}

@media(max-width:979px) {
    .rodape .listainline {
        justify-content: space-around;
        margin: 2rem 0
    }
}

@media(max-width:980px) {
    .rodape .listainline {
        justify-content: center
    }
    .copyright {
        justify-content: center
    }
}

.rodape .listainline li a {
    width: max-content;
    color: #fff;
    font-size: 1.3rem;
    margin-left: 4rem;
    transition: .3s all
}

.rodape .listainline li a:hover {
    color: #2fd6cb
}

@media only screen and (max-width:1200px) {
    .info2 article {
        width: 43.5rem;
        height: 28.5rem
    }
    .head1::before {
        margin-top: -10rem
    }
    .head2::before {
        margin-top: -10rem
    }
    .info3 ol {
        width: 55rem
    }
    .info4 {
        background-color: #f6f5f9
    }
    .info4 .left {
        background-image: url(../images/grupo-0118161.png);
        background-position: center;
        background-size: contain
    }
    .info5 ul {
        justify-content: space-evenly
    }
    .info5 ul li:last-child {
        display: none
    }
    .rodape nav {
        justify-content: center
    }
}

@media only screen and (max-width:1130px) {
    .info1 .wrapper {
        width: 100%
    }
    .info3 .wrapper2 {
        width: 100%
    }
    .info3 form {
        width: 97%;
        text-align: center
    }
    .info3 input {
        width: 70%
    }
    .info5 ul {
        width: 100%
    }
    .rodape nav {
        width: 100%;
        margin: 0%
    }
    .rodape nav h1 {
        width: 35rem
    }
    .rede-social {
        justify-content: center
    }
    .downloadapp {
        justify-content: center
    }
}

@media only screen and (max-width:1024px) {
    .info1 ul li {
        width: 16.8rem;
        height: 16.8rem
    }
    .info1 ul li:first-child {
        width: 16.2rem;
        height: 16.2rem;
        font-size: 2.4rem
    }
    .balao1::after {
        font-size: 2.4rem
    }
    .balao1 {
        font-size: 2.8rem !important;
        line-height: 3rem;
        color: #666 !important
    }
    .info3 {
        height: 85.5rem;
        padding-bottom: 7.8rem
    }
    .info3 ol {
        width: 80%;
        height: 32.2rem;
        margin-left: 0
    }
    .rodape nav h1 {
        width: 25rem
    }
    .right img,
    .right2 img .right3 img {
        width: 53.2rem;
        height: 48.6rem;
        object-fit: cover
    }
}

@media only screen and (max-width:980px) {
    .info2 {
        height: 100rem;
        flex-flow: column
    }
    .info2 article {
        width: 54.5rem;
        height: 34.5rem;
        margin-top: 3rem;
        margin-bottom: 7rem
    }
    .left {
        width: 35rem
    }
    .left2 {
        width: 75%
    }
    .left3 {
        width: 75%
    }
    .info5 h1 {
        width: 60rem
    }
    .ul-interior {
        margin-left: 0
    }
}

@media only screen and (max-width:768px) {
    .menu1 {
        top: 1.5rem;
        right: 2.5rem
    }
    .info1 {
        width: 100%;
        display: flex
    }
    .info2,
    .info4 {
        padding-bottom: 5rem
    }
    .info1 .wrapper,
    .info2 .wrapper,
    .info5 .wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }
    .info4 .wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center
    }
    .baloes {
        width: 100%;
        display: block;
        text-align: center
    }
    .info1 ul li:first-child {
        width: 100%;
        height: 4rem;
        text-align: center
    }
    .info1 ul li {
        margin-left: .5rem;
        margin-right: .5rem
    }
    .fundo1 p {
        width: 100%
    }
    .right {
        display: none
    }
    .right2 {
        display: none
    }
    .right3 {
        display: none
    }
    .fundo1 p,
    .fundo2 p,
    .fundo3 p {
        width: 100%
    }
    .left {
        width: 56rem;
        justify-content: center
    }
    .left2 {
        width: 70rem;
        height: 30rem;
        justify-content: center
    }
    .left3 {
        width: 62rem;
        height: 30rem;
        justify-content: center
    }
    .info3 form {
        width: 69rem
    }
    .info3 input {
        width: 65rem
    }
    .info5 h1 {
        width: 45rem
    }
    .info5 ul {
        width: 117rem;
        height: 50.5rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        align-items: flex-start
    }
    .info5 ul li {
        width: 35rem
    }
    .info5 ul li img {
        width: 35.81rem;
        height: 24.1rem;
        object-fit: cover;
        border-radius: .5rem
    }
    .info5 ul li:nth-child(2n) {
        display: none
    }
    .rodape nav {
        width: 98%;
        height: 95%;
        justify-content: center;
        align-items: flex-start
    }
    .rodape nav {
        width: 98%;
        height: 100%;
        margin: 0%;
        justify-content: space-evenly
    }
    .rodape nav h1 {
        display: none
    }
    .ul-interior {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: center;
        flex-flow: column;
        align-items: center
    }
    .rodape .listainline {
        justify-content: center
    }
    .rodape .listainline li a {
        margin-left: 1rem
    }
    .rodape hr {
        margin: 2rem 2rem 2rem 2rem
    }
}

.row-title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.row-seach {
    display: flex;
    justify-content: space-between;
    max-width: 73.6rem;
    width: 100%;
    height: 3.5rem;
    padding: 1% 3%;
    border-radius: .5rem;
    border: .1rem solid #ccc;
    align-items: center
}

.row-seach input {
    font-size: 13px;
    text-decoration: none;
    color: #666;
    font-weight: 300;
    border: none;
    background: transparent;
    width: 100%
}

.row-seach i {
    font-size: 23px;
    cursor: pointer
}

@media(max-width:1024px) {
    .row-seach {
        width: 93%
    }
}

.acervo-item {
    width: 100%;
    border-radius: 50%;
    transition: .4s;
    max-width: 170px
}

.acervo-item:first-child {
    max-width: 245px
}

.acervo-item .acervo-item__text {
    font-size: 34px;
    font-weight: 700;
    line-height: 46px;
    color: #2e3d49
}

.acervo-item .acervo-item__text span {
    color: #0bcec1;
    font-size: 34px
}

.acervo-item .cicle {
    background-image: url('../images/cicle-min.png');
    background-position: center;
    background-size: cover;
    width: 181px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.acervo-item .cicle-num {
    font-size: 32px
}

.acervo-item .cicle p {
    color: #7bf3eb;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    line-height: 32px;
    margin: 0
}

.acervo-item .cicle span {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    width: 160px;
    text-align: center;
    line-height: 18px
}

.acervo-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 50px 0
}

@media(max-width:1030px) {
    .acervo-row {
        flex-wrap: wrap;
        max-width: 880px;
        margin: 0 auto
    }
    .acervo-item:first-child {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    .acervo-item .cicle {
        width: 100%;
        height: 170px
    }
    .cabecalho ol li {
        margin-left: 20px
    }
}

.acess1 .navacess .navacess__item {
    color: #557292
}

size-img {
    height: 100%
}

.size-img .r-img {
    height: 100%
}

.fundo-container {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 100%
}

.slick-topo .slick-dots {
    width: 25%
}

#slick-topo .slick-dots>li:first-of-type {
    margin-left: 0
}

@media(max-width:1030px) {
    .fundo-container {
        max-width: 880px
    }
    .right2 {
        width: 100%
    }
    .fundo2 p {
        width: 100%;
        margin-bottom: 0
    }
}

.right2 img {
    margin-bottom: 70px
}

#slick-topo .slick-dots {
    left: 35rem
}

@media(max-width:1030px) {
    .fundo3 p {
        font-size: 3rem;
        line-height: 4rem
    }
    .fundo1 p {
        font-size: 3rem;
        line-height: 4rem
    }
    .fundo2 p {
        font-size: 3rem;
        line-height: 4rem;
        margin-bottom: 64px
    }
}

@media(max-width:2000px) {
    #slick-topo .slick-dots {
        left: 12rem
    }
}

@media(min-width:1367px) and (max-width:1440px) {
    #slick-topo .slick-dots {
        left: 10.75%;
        top: calc(100% - 150px);
        display: flex
    }
}

@media(min-width:1001px) and (max-width:1366px) {
    #slick-topo .slick-dots {
        left: 8.65%;
        top: calc(100% - 150px);
        display: flex
    }
}

@media(max-width:1025px) {
    #slick-topo .slick-dots {
        left: -6rem
    }
}

.porque-escolher {
    background-image: url('../images/bg-porque-escolher-min.png');
    background-size: cover;
    position: relative;
    width: 100%;
    margin: 0
}

.linha-pontilhada {
    background-image: url('../images/CurvaCima.png');
    position: relative;
    background-size: cover;
    height: auto
}

.porque-escolher .slick-slide {
    height: auto
}

.porque-escolher .title {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 7rem
}

.ui-container {
    box-sizing: border-box;
    max-width: 1130px;
    width: 100%;
    margin: 0 auto
}

.point-line {
    position: relative
}

.slick-escolher {
    height: 320px
}

.slick-escolher__item {
    max-width: 285px;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    padding: 0 3rem
}

.slick-escolher__item-2 {
    margin-top: 38px
}

.slick-escolher__item-3 {
    margin-top: 0
}

.slick-escolher__item-4 {
    margin-top: 30px
}

.slick-escolher__item-6 {
    margin-top: 30px
}

@media(max-width:2100px) {
    .slick-escolher__item-4 {
        margin-top: -20px
    }
    .slick-escolher__item-5 {
        margin-top: 85px
    }
    .slick-escolher__item-6 {
        margin-top: -20px
    }
}

@media(max-width:1700px) {
    .slick-escolher__item-4 {
        margin-top: 90px
    }
    .slick-escolher__item-5 {
        margin-top: -20px
    }
    .slick-escolher__item-6 {
        margin-top: 90px
    }
}

@media(max-width:1250px) {
    .slick-escolher__item-4 {
        margin-top: 16px
    }
    .slick-escolher__item-5 {
        margin-top: 34px
    }
    .slick-escolher__item-6 {
        margin-top: -2px
    }
    .slick-escolher__item-2 {
        margin-top: -4px
    }
    .slick-escolher__item-3 {
        margin-top: 19px
    }
}

@media(max-width:1230px) {
    .slick-escolher__item-3 {
        margin-top: 93px
    }
    .slick-escolher__item-4 {
        margin-top: -20px
    }
    .slick-escolher__item-6 {
        margin-top: 70px
    }
}

.slick-escolher__item-img {
    margin-bottom: 40px
}

.slick-escolher__item-title {
    font-weight: 700;
    font-size: 27px;
    color: #77f9f1;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase
}

.slick-escolher__item-desc {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-bottom: 60px
}

.init-line {
    position: relative
}

.grp-itens .grp-itens__item {
    display: flex;
    justify-content: space-between;
    position: relative
}

.line-progress-A {
    position: absolute;
    z-index: 1;
    left: 100px;
    top: 0
}

.grp-itens .line-progress-B {
    position: absolute;
    z-index: 1;
    left: 580px;
    top: 0
}

.row-jumbotrom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.row-jumbotrom .col {
    margin-top: 70px;
    width: 50%
}

.col .col-text-1 {
    margin-top: 43px
}

.row-jumbotrom .col .col__text {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 35px
}

.col__text--description {
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 26px !important
}

.row-jumbotrom .col .col__text strong {
    color: #7bf3eb;
    font-size: 40px;
    text-transform: uppercase
}

.btn__jumbotron {
    background: #2fd6cb;
    padding: 10px 20px;
    max-width: 320px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.row-jumbotrom .col .col-img-1 {
    height: auto
}

.row-jumbotrom .col-i-r {
    display: flex;
    justify-content: flex-end
}

.row-jumbotrom .col-img-1-margin {
    margin-left: 5rem
}

.row-jumbotrom .col .col-img-2 {
    height: 60%
}

.row-jumbotrom .col-i-c {
    display: flex;
    justify-content: center
}

@media(max-width:1030px) {
    .row-jumbotrom .col .col__text {
        font-size: 30px;
        line-height: 40px
    }
    .row-jumbotrom .col .col__text strong {
        font-size: 30px
    }
}

@media(max-width:800px) {
    .fundo-container {
        max-width: 650px
    }
    .row-jumbotrom .col .col-img-1 {
        display: none
    }
    .row-jumbotrom .col .col-img-2 {
        display: none
    }
    .row-jumbotrom {
        padding-top: 100px
    }
    .row-jumbotrom .col .col-text-1 {
        margin-bottom: 15px;
        line-height: 44px
    }
    .porque-escolher {
        height: 56rem
    }
    .row-jumbotrom {
        display: block;
        padding: 0 4rem
    }
    #slick-topo .slick-dots {
        left: 0;
        width: 100%
    }
    .acervo-item {
        max-width: 155px
    }
    .acervo-item .cicle {
        height: 155px;
        margin-bottom: 20px
    }
    .acervo-item .cicle:last-child {
        margin-bottom: 0
    }
    .acervo-row {
        max-width: 650px;
        width: 100%;
        justify-content: space-around
    }
}

.libr-m-t {
    margin-top: 0
}

@media(max-width:1030px) {
    .box-3 {
        margin-top: 60px
    }
    .box-5 {
        margin-top: 60px
    }
    .box-4 {
        margin-top: -40px
    }
}

#slick-escolher-mobile {
    display: none
}

.row {
    display: flex;
    justify-content: space-between
}

.nav-item-l {
    display: flex;
    justify-content: flex-start;
    width: 50%
}

.nav-item-r {
    display: flex;
    justify-content: flex-end;
    width: 50%
}

@media(max-width:800px) {
    #slick-escolher-desktop {
        display: none
    }
    #slick-escolher-mobile {
        display: block
    }
}

@media(max-width:800px) {
    #slick-escolher-desktop {
        display: none
    }
    #desktop-scroll {
        display: none
    }
    .scrollmagic-pin-spacer {
        display: none
    }
    #slick-escolher-mobile {
        display: block
    }
    .slick-escolher__item {
        max-width: 100%
    }
    .slick-escolher {
        height: 340px
    }
    .porque-escolher .title {
        font-size: 30px;
        padding: 4rem
    }
}

.btn2 {
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    transition: all .2s;
    position: relative;
    font-weight: 700;
    font-size: 13px
}

.btn2:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.ui-row {
    display: flex;
    justify-content: space-between
}

.ui-row .col-pesquisa {
    width: 47%
}

.sessao-pesquisa {
    padding: 60px 0;
    background: #fff
}

.pesquisa-title {
    color: #2e3d49;
    font-size: 34px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 30px
}

.pesquisa-subtitle {
    font-size: 20px;
    color: #666;
    line-height: 32px;
    font-weight: 400
}

.pesquisa-int {
    padding-top: 70px;
    margin-bottom: 50px
}

.pesquisa-list {
    display: flex;
    justify-content: space-between
}

.pesquisa-list .box-livro {
    display: flex;
    flex-direction: column;
    width: 160px
}

.pesquisa-list .box-livro .box-livro__img {
    background-position: top center;
    background-size: cover;
    height: 237px;
    margin-bottom: 10px
}

.pesquisa-list .box-livro .box-img__title {
    color: #777;
    font-size: 14px;
    font-weight: 600
}

.btn-green {
    background: #0bcec1;
    max-width: 318px;
    padding: 15px 0;
    width: 100%;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    font-weight: 700
}

.ui-center-itens {
    width: 100%;
    display: flex;
    justify-content: center
}

.aling-form-c {
    width: 100%;
    display: flex;
    justify-content: center
}

@media(max-width:1129px) {
    .acessibilide-topo .ui-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:959px) {
    .ui-container {
        max-width: 880px
    }
}

@media(max-width:800px) {
    .ui-container {
        max-width: 650px !important
    }
}

@media(max-width:1030px) {
    .ui-row {
        flex-wrap: wrap
    }
    .ui-row .col-pesquisa {
        width: 100%
    }
    .pesquisa-title {
        text-align: center
    }
    .pesquisa-subtitle {
        text-align: center;
        max-width: 100%;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 50px
    }
    .pesquisa-list {
        justify-content: space-around
    }
}

@media(max-width:800px) {
    .pesquisa-subtitle {
        width: 100%
    }
    .pesquisa-title {
        font-size: 25px;
        line-height: 35px
    }
    .pesquisa-subtitle {
        line-height: 25px
    }
    .pesquisa-int {
        padding-top: 35px
    }
}

.aling-c {
    align-items: center
}

.acessibilide-topo {
    background: #e5e8f2;
    z-index: 20;
    position: fixed;
    top: 0;
    width: 100%
}

.row .col {
    width: 50%
}

.row .acessibilidade-col {
    width: 70%
}

.row .acessibilidade-col:last-child {
    width: 30%
}

.list-menu-acessibilidade {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.position-l {
    justify-content: flex-end
}

.list-menu-acessibilidade .list-menu-acessibilidade__item {
    display: flex;
    align-items: center
}

.list-menu-acessibilidade .list-menu-acessibilidade__item-text {
    font-size: 11px;
    color: #557292;
    font-weight: 400;
    margin-right: 10px
}

.list-menu-acessibilidade .text-upcase {
    text-transform: uppercase
}

.list-menu-acessibilidade .acessibilidade__num {
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #557292
}

.list-menu-acessibilidade .link-acessibilidade {
    margin-right: 20px
}

.list-menu-acessibilidade .img-acessibilidade {
    margin-right: 5px;
    margin-bottom: 1px
}

.list-menu-acessibilidade .contraste-btn {
    cursor: pointer;
    margin-right: 30px;
    display: flex;
    align-items: center;
    color: #557292
}

.list-menu-acessibilidade .font-btn {
    padding: 10px 15px;
    border-left: 1px solid #d3d5e0;
    border-right: 1px solid #d3d5e0;
    font-size: 11px;
    cursor: pointer;
    color: #557292;
    list-style: none
}

#btnAumentar,
#btnDiminuir {
    color: #557292
}

.center-footer {
    display: flex;
    align-items: center;
    height: 100%
}

.analise-col {
    max-width: 355px
}

.analise {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
    margin-top: -110px;
    margin-bottom: -60px;
    height: 900px
}

.analise__circle-pink-atividades {
    position: absolute;
    left: -58px;
    top: 40px
}

.analise__atividades-img-pontinhos {
    position: absolute;
    left: 429px;
    top: 480px
}

.analise .ui-container {
    margin-top: 80px
}

.color--bg-orange {
    background-color: #ea7600
}

.color--bg-pink {
    background-color: #ea067f
}

.color--bg-purple {
    background-color: #9b0180
}

.analise header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 45px
}

.analise__title,
.experimente__title {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: bold
}

.analise__title {
    color: #025a6e
}

.experimente__title {
    color: #fff
}

.analise-box {
    border-radius: 30px;
    text-align: center;
    padding: 0 35px;
    padding-top: 95px;
    position: relative;
    transition: all .4s ease-in-out;
    box-shadow: 1px 1px 8px 1px rgba(2, 90, 110, .74);
    height: 100%;
    cursor: default;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: 300ms cubic-bezier(.84, .04, .76, 1.82)
}

.analise-box:hover {
    transform: scale(1.05)
}

.color--bg-purple .analise__box-image img {
    width: 76%
}

.analise-box-2 .analise__box-image img {
    width: 65%
}

.analise__footer,
.livros__footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    z-index: 999
}

@media(max-width:1030px) {
    .analise-box {
        padding: 0 10px
    }
}

@media(max-width:800px) {
    .analise-box {
        padding: 0 15px
    }
    .analise-col {
        width: 46%
    }
}

.analise-title {
    font-size: 24px;
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 20px
}

.analise-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 60px
}

.analise-title,
.analise-text {
    color: #fff
}

.analise__box-image {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -56px;
    left: 50%;
    margin-left: -63px;
    border-radius: 50%;
    background-color: #007fa2;
    display: flex;
    justify-content: center;
    align-items: center
}

.analise__box-image img {
    width: 70%;
    margin-top: 8px
}

.nossos-livros {
    background-image: url(/images/bg-home-nossos-livros-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    filter: drop-shadow(0 -3px 12px rgba(1, 64, 78, .16));
    width: 100%;
    height: 630px;
    z-index: 6;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -136px
}

.nossos-livros .livros-col-1 {
    width: 45%
}

.nossos-livros .livros-col-2 {
    width: 55%;
    align-items: flex-end;
    display: flex
}

.nossos-livros__title {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-left: 2px;
    margin-bottom: 20px
}

.nossos-livros__img {
    margin-bottom: 30px
}

.livros__box {
    max-width: 396px
}

.livros__box--description {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 24px
}

.livros__box--description:nth-child(1) {
    margin-bottom: 18px
}

.nossos-livros .ui-container {
    margin-top: 90px
}

.nossos-livros .books__container .books {
    border-radius: 15px;
    margin-right: 24px;
    transition: 500ms cubic-bezier(.42, 0, .09, 1.67);
    width: 135px
}

.nossos-livros .books__container .books:hover {
    transform: scale(1.06)
}

.nossos-livros .books__container .books:last-child {
    margin-right: 0
}

.conheca-bibot {
    background-image: url(/images/bg-home-conheca-o-bibot-min.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e4e4f2;
    width: 100%;
    height: 825px;
    margin-top: -85px;
    padding-top: 150px;
    position: relative
}

.robo__bibot {
    position: absolute;
    right: 50px;
    bottom: 95px;
    z-index: 1;
    width: 22%
}

.experimente-bibot {
    background: url(/images/bg-experimente-bibot.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 755px;
    margin-top: -390px;
    position: relative;
    display: flex;
    align-items: center
}

.experimente-bibot .row {
    justify-content: center;
    margin-top: 100px
}

.experimente-col {
    max-width: 362px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 150px
}

.experimente-bibot .description {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    line-height: 24px
}

.experimente-bibot .description:nth-child(2n) {
    margin-bottom: 35px
}

.experimente__img {
    margin-left: -22px
}

.scroll-slider {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.scroll-wrapper {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-top: 75px;
    width: 113rem;
    height: 100%
}

.scroll-slide {
    flex: 1 0 75vw;
    max-width: 35vw
}

.item {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.item-container {
    position: relative
}

.space-item-bb {
    text-align: center;
    padding: 0 4rem
}

.ui-container-slick {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto
}

@media(max-width:1440px) {
    .space-item-bb {
        text-align: center
    }
}

.porque-escolher .slider-item {
    display: inline-block !important;
    justify-content: center;
    align-items: center;
    background: #2e3d49;
    margin-right: 3.3rem;
    margin-top: 2.1rem;
    border-radius: 2%;
    font-size: 2rem;
    font-weight: bold;
    width: 25.6rem !important;
    height: 18rem;
    color: #8c9ea4;
    text-decoration: none
}

.porque-escolher .slick-slide {
    margin-top: 2rem
}

.porque-escolher .slider-principal .slick-slide>div {
    display: flex
}

.porque-escolher .slider-item:hover {
    color: #0bcec1
}

.porque-escolher .slider-text {
    display: flex;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100%;
    font-size: 2rem;
    padding: 1rem
}

.conheca-bibot .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important
}

.conheca-bibot .title {
    font-size: 35px;
    font-weight: bold;
    color: #025a6e;
    margin-bottom: 15px
}

.conheca-bibot .subtitle {
    font-size: 14px;
    color: #025a6e;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 25px
}

.conheca-bibot .col img {
    margin-bottom: 40px
}

.conheca-bibot__footer,
.experimente__footer {
    display: flex;
    justify-content: center
}

.experimente__footer .button__home {
    min-width: 166px
}

.conheca-bibot__footer {
    margin-top: 50px
}

.porque-escolher .slick-list {
    margin: 0
}

.porque-escolher .slick-dots {
    display: flex !important;
    width: 100% !important;
    justify-content: center
}

.porque-escolher .slick-dots li {
    display: inline-block;
    margin-right: .7rem;
    color: #cecece !important
}

.porque-escolher .slick-dots li button:before {
    color: #cecece
}

.porque-escolher .slick-dots li.slick-active button:before {
    color: #77f9f1;
    border: 0 solid #77f9f1
}

.porque-escolher .slick-initialized {
    overflow: hidden
}

.porque-escolher .slick-slide img {
    display: inline-flex
}

#rodape-redes-mobile {
    display: none
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    background-color: #01b69c
}

input:focus,
select:focus,
textarea:focus,
button:focus,
div:focus,
img:focus {
    outline: none !important
}

p {
    margin: 0
}

a {
    background-color: transparent;
    border: 0;
    cursor: pointer
}

a:focus {
    outline: 0
}

input:focus {
    outline: 0
}

h1 {
    font-size: 3.4rem
}

strong {
    font-weight: bold
}

.align-flex-start {
    align-items: flex-start !important
}

.noBorder {
    border: none !important
}

.wrapper1 {
    float: left;
    width: 112rem;
    margin: 0 auto
}

.wrapper2 {
    float: left;
    width: 102.4rem;
    margin: 0 auto
}

ul {
    padding-left: 0
}

figure {
    margin: 0
}

.paragraph-space {
    font-size: 1.6rem;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0;
    margin-inline-end: 0;
    line-height: 2.4rem !important
}

.title-blue_ligth {
    font-size: 2.4rem !important;
    font-weight: 700;
    color: #7bf3eb;
    padding-top: 1.2em !important
}

.letter-blue {
    font-size: 1.6rem !important;
    font-weight: 700;
    color: #4a67df;
    padding-top: 1em !important;
    padding-bottom: 1em !important
}

.title-big {
    font-size: 3.4rem;
    font-weight: bold;
    color: #26333d;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    line-height: 4.2rem
}

.header__topo-component {
    background-image: url(/images/bg-topo-component-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(0 -3px 12px rgba(1, 64, 78, .7));
    height: 465px;
    margin-top: -82px;
    padding-top: 65px;
    margin-bottom: -160px;
    z-index: 1;
    position: relative
}

.header__topo-component .m-top {
    margin-top: 15px
}

.header__topo-component .header__title,
.header__topo-component .header__description {
    color: #fff;
    text-align: center
}

.header__title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 28px
}

.header__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 700px;
    margin: 0 auto
}

.col-50 {
    width: 50%
}

.col-flex-end {
    display: flex;
    justify-content: flex-end
}

.title__big {
    font-size: 38px;
    color: #fff;
    line-height: 56px
}

.bg-color--green {
    background-color: #7ce716;
    color: #025a6e !important
}

.bg-color--orange {
    background-color: #ea7600
}

.bg-color--orange-inline {
    background-color: #ea7600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    height: 27px;
    margin-top: 20px
}

.bg-color-pink {
    background-color: #ea067f
}

@media(max-width:425px) {
    .bg-color--orange-inline {
        padding-bottom: 0;
        white-space: nowrap
    }
}

@media(max-width:320px) {
    .bibot-sobre .title__big {
        font-size: 21px
    }
}

.bg-color-pink {
    background-color: #ea067f
}

.bg-color-pink-inline,
.bg-color-pink-inline-2 {
    display: inline-flex;
    background-color: #ea067f;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    height: 21px
}

#slick-topo .bg-color-pink-inline {
    display: inline-flex;
    background-color: #ea067f;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px
}

.bg-color--purple {
    background-color: #9b0180
}

.inline-purple {
    padding-bottom: 10px;
    display: inline-flex;
    align-items: center;
    height: 30px;
    margin-top: 10px
}

.color-blue--primary {
    color: #025a6e !important
}

.text-bold {
    font-weight: bold
}

.box {
    width: 100%;
    min-height: 200px;
    display: flex
}

.footer__component {
    background-image: url(/images/bg-component-footer.png);
    background-color: #05708d;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 610px;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 55px;
    margin-top: -100px
}

.footer__logo {
    background-image: url(/images/logo-bibot-rodape.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 117px;
    height: 27px
}

.pqbibot.footer__component {
    background-image: url(/images/bg-component-footer-pq-bibot.png);
    background-color: transparent;
    background-position: center;
    background-size: cover;
    min-height: 520px
}

.pqbibot.footer__component .ui-container {
    margin-top: 0
}

.pqbibot.footer__component .col {
    margin-top: 145px
}

.footer__component .ui-container {
    margin-top: 240px
}

.footer__component .col {
    margin-left: 70px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer__title {
    max-width: 502px;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin-bottom: 45px
}

.footer__description {
    font-size: 16px;
    text-align: center;
    max-width: 364px;
    margin: 0 auto;
    margin-bottom: 40px;
    line-height: 24px
}

.footer__title,
.footer__description {
    color: #025a6e
}

.box__footer {
    display: flex;
    justify-content: center;
    width: 100%
}

.box__footer .button__home {
    min-width: 265px
}

.box-sucess {
    max-width: 50rem;
    width: 100%;
    border-radius: 15px;
    background-color: transparent !important;
    margin-left: 50px;
    margin-top: -100px
}

.box__success-child {
    max-width: 31.4rem;
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
    padding: 38px;
    display: flex;
    flex-direction: column
}

.success__child-title {
    margin: 2rem 0;
    font-size: 2rem;
    color: #007fa2;
    text-align: center
}

.box-success__messenger {
    line-height: 19px;
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: 1.4rem;
    color: #4a4a4a
}

.cabeca-robo-img {
    position: relative;
    top: 32px;
    left: calc(50% - 90px)
}

.btn--modal {
    width: 100%;
    max-width: 40rem;
    transition: all .3s ease-in-out
}

.btn--pink {
    background-color: #ea067f
}

.loading__box {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.loading__box .fa-spinner-third {
    font-size: 3rem;
    color: #025a6e
}

.presentation {
    background: rgba(74, 103, 223, 1);
    background: -moz-linear-gradient(-45deg, rgba(74, 103, 223, 1) 0%, rgba(47, 200, 214, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(74, 103, 223, 1)), color-stop(100%, rgba(47, 200, 214, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(74, 103, 223, 1) 0%, rgba(47, 200, 214, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(74, 103, 223, 1) 0%, rgba(47, 200, 214, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(74, 103, 223, 1) 0%, rgba(47, 200, 214, 1) 100%);
    background: linear-gradient(135deg, rgba(74, 103, 223, 1) 0%, rgba(47, 200, 214, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a67df', endColorstr='#2fc8d6', GradientType=1);
    width: 100%;
    height: 28.3rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.presentation h1 {
    color: #fff;
    animation: moveInBottom .5 ease-out 2s;
    animation-fill-mode: backwards
}

.presentation .wrapper1 {
    width: 35%
}

.box_bvInfo {
    width: 100%;
    height: 35.7rem;
    display: flex;
    background: #fff
}

.bvInfo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap
}

.bvInfo h1 {
    width: 45%;
    height: 55%
}

.bvInfo article {
    width: 45%;
    align-items: center
}

.boxDownload-cor {
    background-color: #f6f7fb;
    height: 49.2rem;
    display: flex
}

.boxDownload-cor .wrapper1 {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-self: flex-end
}

.boxDownload-cor article {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-content: center
}

.boxDownload-cor figure {
    width: 58%;
    margin: 0;
    align-self: flex-end
}

.boxDownload-cor figure>img {
    width: 100%
}

.boxDownload-cor h1 {
    margin-block-start: 0
}

.boxBenefit {
    width: 100%;
    height: 104.9rem;
    background-color: #4a67df;
    color: #fff;
    padding-top: 10px;
    display: flex
}

.boxBenefit h1 {
    color: #80f1e9;
    text-align: center
}

.boxBenefit p {
    text-align: center;
    font-size: 1.8rem !important;
    color: #fff
}

.benefitItens {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.items {
    border: 1px solid #fff;
    width: 22.5%;
    text-align: center;
    border-radius: 3%;
    height: 31rem;
    margin-top: 9.5rem;
    transition: all .4s ease-in-out
}

.items:hover {
    background: #f6f7fb;
    box-shadow: none;
    transition: all .4s ease-in-out;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.items:hover p {
    color: #333 !important;
    transition: all .2s;
    transform: translateY(-3px)
}

.items:hover h2 {
    color: #4a67df !important;
    transition: all .2s;
    transform: translateY(-3px)
}

.items figure {
    margin-top: -5.5rem
}

.items p {
    padding-left: 5%;
    padding-right: 5%
}

.category {
    text-align: center;
    height: 70.96rem;
    overflow-x: hidden;
    background: #fff
}

.category {
    margin-top: 4rem
}

.category .ui-container {
    max-width: 90%;
    padding: 0 20px
}

.two-rows {
    width: 200vh !important;
    margin: 0 1.3rem 0 1.3rem
}

.category .slider-item {
    justify-content: center;
    align-items: center;
    background: #2e3d49;
    margin-top: 2.1rem;
    border-radius: 2%;
    font-size: 2rem;
    font-weight: bold;
    width: 100%;
    height: 18rem;
    color: #8c9ea4;
    text-decoration: none
}

.category .slick-slide {
    height: 70% !important;
    margin-top: 2rem
}

.category .slider-principal .slick-slide>div {
    display: flex
}

.slider-principal {
    width: 100%
}

.category .slider-item:hover {
    background-color: #2e3d49;
    -webkit-animation-name: example;
    -webkit-animation-duration: .5s;
    animation-name: example;
    animation-duration: .5s;
    color: #0bcec1
}

@-webkit-keyframes example {
    from {
        background-color: #2e3d49
    }
    to {
        background-color: #8c9ea4
    }
}

@keyframes example {
    from {
        background-color: #2e3d49
    }
    to {
        background-color: #8c9ea4
    }
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

.category h1 {
    margin-block-end: .5rem !important
}

.category .slider-text {
    display: flex;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100%;
    font-size: 2rem;
    padding: 1rem
}

.category .slick-next {
    right: -5rem
}

.category .slick-prev {
    left: -6rem
}

.category .slick-prev,
.slick-next {
    top: 40%;
    cursor: pointer
}

.category .slick-prev::before {
    display: inline-block;
    line-height: 1;
    color: #2e3d49;
    font-family: "Font Awesome 5 Pro";
    opacity: .75;
    font-size: 6rem;
    content: "";
    right: 2rem;
    cursor: pointer
}

.category .slick-next::before {
    display: inline-block;
    line-height: 1;
    color: #2e3d49;
    opacity: .75;
    font-family: "Font Awesome 5 Pro";
    font-size: 6rem;
    content: "";
    cursor: pointer
}

.category .slick-prev,
.slick-next::before:hover {
    cursor: pointer;
    color: #0bcec1
}

.category .slick-dots {
    display: flex !important;
    width: 100% !important;
    justify-content: flex-end;
    bottom: 57px
}

.category .slick-dots li {
    display: inline-block;
    margin-right: .7rem;
    color: #cecece !important
}

.category .slick-dots li button:before {
    color: #cecece
}

.category .slick-dots li.slick-active button:before {
    color: #4a67df;
    border: 0 solid #4a67df
}

.btn-category {
    max-width: 31.8rem;
    background: #4a67df;
    color: #eee;
    font-size: 1.3rem;
    text-align: center;
    width: 100%;
    border: none;
    border-radius: .4rem;
    cursor: pointer;
    height: 3.6rem;
    margin-top: 1rem;
    font-weight: bold;
    transition: all .2s
}

.btn-category:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.btn__animated {
    animation: moveInBottom .5 ease-out .75s;
    animation-fill-mode: backwards
}

.btn__animated--home {
    background-color: #ea067f;
    border-radius: 15px;
    max-width: 26.5rem;
    font-weight: 600;
    height: 4.4rem;
    transition: transform cubic-bezier(.72, .15, .49, 1.73) 300ms;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width:769px) {
    .btn__animated--home {
        margin: 0 auto;
        margin-top: 25px
    }
}

.btn-category:hover {
    cursor: pointer;
    background-color: #1c36a5;
    animation: moveInBottom .5 ease-out .75s;
    animation-fill-mode: backwards;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.category button a {
    font-weight: bold;
    text-decoration: none;
    color: #fff
}

#loader {
    width: 100%
}

.loading-more {
    font-size: 13px;
    line-height: 18px;
    color: #777;
    text-align: center;
    font-size: 13px;
    color: #575757;
    margin-bottom: 30px
}

.loading-more i {
    margin-right: 5px
}

.box_nossoAcervo {
    width: 100%;
    display: flex;
    background: #f6f7fb
}

.box_search-site {
    background: rgba(74, 103, 223, 1);
    background: -moz-linear-gradient(-45deg, rgba(74, 103, 223, 1) 0%, rgba(47, 200, 214, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(74, 103, 223, 1)), color-stop(100%, rgba(47, 200, 214, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(74, 103, 223, 1) 0%, rgba(47, 200, 214, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(74, 103, 223, 1) 0%, rgba(47, 200, 214, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(74, 103, 223, 1) 0%, rgba(47, 200, 214, 1) 100%);
    background: linear-gradient(135deg, rgba(74, 103, 223, 1) 0%, rgba(47, 200, 214, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a67df', endColorstr='#2fc8d6', GradientType=1);
    width: 100%;
    height: 28.3rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center
}

.box_search-site h1 {
    color: #fff;
    margin-top: 5.2rem;
    animation: moveInBottom .5 ease-out 2s;
    animation-fill-mode: backwards
}

.box_search-site .ui-container {
    display: block;
    align-content: center;
    justify-content: center;
    height: 100%;
    width: 102rem
}

.box_nossoAcervo .ui-container {
    margin-top: -3.2rem;
    display: block;
    justify-content: center;
    width: 102rem
}

.box_search-site .input-search {
    font-size: 13px;
    width: 100%;
    position: relative;
    margin-top: 5.5rem
}

.box_search-site .input-search input {
    border: none;
    width: 100%;
    font-size: 14px;
    line-height: 4.5rem;
    background: #fff;
    padding: 0 0 0 2rem;
    box-sizing: border-box;
    color: #333 !important;
    border-radius: 5px;
    margin-bottom: 1rem;
    transition: ease-in .3s
}

@media(max-width:700px) {
    .box_nossoAcervo .ui-container {
        width: 95%
    }
    .box_search-site .ui-container {
        width: 95%
    }
}

.box_search-site .input-search input:-ms-input-placeholder {
    color: #afafaf;
    opacity: 1
}

.box_search-site .input-search input::placeholder {
    color: #afafaf;
    opacity: 1
}

.box_search-site .input-search input:-ms-input-placeholder {
    color: #afafaf
}

.box_search-site .input-search input::-ms-input-placeholder {
    color: #afafaf
}

.box_search-site .input-search i {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 1.8rem;
    color: #666;
    cursor: pointer;
    font-weight: 500
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-search:before {
    content: ""
}

.acervo__page {
    padding: 0 90px 60px;
    margin-top: -32px
}

.acervo__filter {
    height: 6.5rem;
    border-radius: 4px;
    padding: 15px;
    background: #fff;
    position: relative
}

.acervo__filter-button:last-child {
    width: 11.2rem;
    flex-grow: 0
}

@media(max-width:1000px) {
    .acervo__filter {
        height: auto
    }
    .acervo__filter-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .acervo__filter-button {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 10px
    }
    .filters__list-item:nth-child(2) {
        margin-top: 45px
    }
    .filters__list-item:nth-child(3) {
        margin-top: 90px
    }
    .filters__list-item:nth-child(4) {
        margin-top: 135px
    }
    .filters__list-item:nth-child(5) {
        margin-top: 180px
    }
    .filters__lista {
        font-size: 1.2rem
    }
    .filters__lista label {
        width: 100%;
        margin-bottom: 5px
    }
    .livros__item {
        width: 45% !important;
        margin-right: 0 !important
    }
}

.acervo__filter-label {
    font-size: 1.4rem;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: -29px;
    color: #fff;
    font-weight: 500
}

.acervo__filter-row {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.filters__list {
    position: absolute;
    left: 15px;
    top: 55px;
    width: calc(100% - 30px);
    z-index: 25
}

.livros__lista.opaco {
    position: relative
}

.filters__list-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding: 20px;
    display: none
}

.filters__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #47484a;
    margin-bottom: 20px
}

.filters__lista {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.filters__lista label input {
    display: none
}

.filters__apply {
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
    color: #025a6e;
    transition: .4s
}

.filters__apply:hover {
    color: #025a6e
}

.filters__lista label .label {
    width: 100%;
    font-size: 12px;
    color: #47484a;
    line-height: 20px;
    padding: 6px 10px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    cursor: pointer
}

.filters__lista label .deactive {
    color: #eee
}

.filters__lista label input:checked~.label .fa-times {
    display: block
}

.bookbox__button.active i {
    background-image: linear-gradient(to bottom left, #98cafd, #66b0fd);
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.filters__lista label input:checked~.label {
    background: #d4e9ff;
    color: #025a6e
}

.livros__lista.opaco::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246, 247, 251, .9);
    z-index: 10
}

.filters__lista label {
    width: calc(25% - 40.75px);
    margin-bottom: 10px;
    margin-right: 4rem
}

.filters__lista .label-star {
    width: calc(18% - 26.75px)
}

.filters__footer {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #cbcbcd
}

.filters__clear {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #aeafb3;
    cursor: pointer;
    transition: .4s
}

.filters__clear:hover {
    color: #333
}

.filters__lista label .label .fa-times {
    display: none
}

.acervo__filter-button:not(:last-child) {
    margin-right: 15px
}

.acervo__filter-button {
    width: 10px;
    height: 34px;
    line-height: 34px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 2;
    flex-grow: 2;
    border-radius: 4px;
    background: #efefef;
    color: #47484a;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: 0;
    padding: 0 15px;
    transition: .4s
}

.acervo__filter-button span {
    width: 10px;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-right: 10px;
    font-size: 1.2rem;
    display: flex
}

.acervo__filter-button.active {
    background: #afafaf;
    color: #fff
}

.acervo__filter-button .fa-sort-down {
    position: relative;
    top: -3px
}

.acervo__filter-button .fa-star.active {
    color: #fdc555
}

.acervo__list-info {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    margin-bottom: 30px
}

.acervo__exibindo {
    font-size: 13px;
    line-height: 20px;
    color: #777
}

.acervo__ordenacao {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.acervo__orderby {
    border: 1px solid #aeafb3;
    border-radius: 4px;
    font-size: 12px;
    height: 40px;
    font-weight: 600;
    width: 18rem;
    background-color: transparent;
    margin-left: 20px;
    text-indent: 15px;
    color: #000
}

.acervo__orderby option {
    margin: 2rem;
    font-size: 12px
}

.acervo__orderby:hover {
    color: #26333d
}

.acervo__page .livros__lista {
    padding: 0
}

.livros__lista {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    flex-wrap: wrap
}

@media(max-width:1000px) {
    .livros__lista {
        padding: 0 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.acervo__page .livros__item:not(:nth-child(4n)) {
    margin-right: 30px
}

.livros__item {
    width: calc(25% - 23px);
    margin: 30px 16px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
    position: relative;
    box-sizing: border-box
}

.livros__tag {
    position: absolute;
    left: 15px;
    top: 15px;
    height: 28px;
    line-height: 28px;
    padding: 0 22px;
    border-radius: 14px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(to right top, #2fd6cb, #d2ffe3)
}

.livros__like {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom left, #e8e9ec, #e8e9ec);
    font-size: 12px;
    color: #646464;
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: .4s
}

.list__box {
    position: absolute;
    right: 5px;
    top: 45px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .06);
    height: 19rem;
    overflow-y: auto;
    width: 18rem;
    z-index: 99
}

.list__box-remover {
    font-size: 1.2rem;
    font-weight: 400;
    list-style-type: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    background: #b0b1b5;
    color: #fff;
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer
}

.list__box-item {
    margin: 0 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    background: #fff;
    list-style-type: none;
    font-size: 1.2rem;
    font-weight: 400;
    border-bottom: 1px solid #cccfd5;
    cursor: pointer
}

.book__tabs-c .book__tab--active {
    border-bottom: 2px solid #025a6e;
    box-shadow: none
}

.list__box::-webkit-scrollbar {
    width: 7px
}

.list__box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #707070;
    border-radius: 10px
}

.list__box::-webkit-scrollbar-thumb {
    background: #025a6e;
    border-radius: 10px
}

.list__box-fixo {
    color: #025a6e
}

.list__box .select {
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #025a6e;
    color: #fff;
    border-bottom: 1px solid #025a6e
}

.livros__imagem {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.livros__imagem img {
    height: 180px;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16)
}

.livros__item .book__stars {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.book__stars {
    font-size: 12px;
    margin-right: 5px;
    color: #d9d9d9
}

.book__stars .active {
    color: #fdc555
}

.acervo__filter-button .fa-star {
    font-size: 10px;
    color: #d3d3d3
}

.book__stars .votos {
    font-weight: 600;
    font-size: 1.2rem;
    color: #666;
    margin-left: .5rem;
    font-style: normal
}

.livros__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #666;
    text-align: center;
    margin-top: 10px;
    display: block;
    text-decoration: none
}

.livros__author {
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #777;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    text-decoration: none
}

.acervo__page .livros__item:not(:nth-child(4n)) {
    margin-right: 30px
}

.livros__tag {
    position: absolute;
    left: 15px;
    top: 15px;
    height: 28px;
    line-height: 28px;
    padding: 0 22px;
    border-radius: 14px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(to right top, #2fd6cb, #d2ffe3)
}

.book__header-content {
    position: relative;
    z-index: 10
}

.header__back {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: .4s;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header__back .arrow-img {
    margin-right: 10px
}

.header__back:hover {
    color: #fdc555
}

.header__back i {
    margin-right: 5px
}

.book__header-info {
    padding-top: 30px;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: center;
    color: #fff
}

.book__header-info p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300 !important
}

.book__header-info strong {
    font-weight: 600 !important;
    font-size: 1.4rem !important
}

.book_textInfo {
    display: flex;
    width: 100%;
    justify-content: flex-start
}

.book_textInfo-item {
    margin-right: 15rem
}

.book_textInfo-item .paragraph-space {
    margin-block-start: 1.2rem !important;
    margin-block-end: 1.2rem !important
}

.book__thumb {
    width: 25%;
    margin-right: 30px;
    position: relative
}

.book__thumb img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .06)
}

.book__info {
    width: 10px;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.book__review {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #fff
}

.book__stars {
    font-size: 13px;
    margin-right: 5px;
    color: #d9d9d9
}

.book__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
    margin-block-start: 0 !important
}

.book__author {
    font-size: 1.6rem !important;
    line-height: 22px;
    color: #fff;
    margin-bottom: 25px
}

.book__action {
    display: block;
    width: 230px;
    display: -ms-flex;
    display: -ms-flexbox;
    font-family: "Open Sans", sans-serif;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
    transition: .4s;
    text-decoration: none
}

.book__action i.fa-play {
    font-size: 12px;
    background-image: linear-gradient(to bottom left, #a2f2ed, #2fd6cb)
}

.book__action i {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background-image: linear-gradient(to bottom left, #d4d4d4, #e1e1e1);
    color: #15637c;
    font-size: 14px;
    transition: .4s
}

.book__share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #f6f7fb;
    margin-top: 47px;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 1rem
}

.item-l {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.book__share a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin-left: 12px;
    color: #14607e;
    text-decoration: none;
    font-size: 12px;
    transition: .4s
}

.book__share a:not(.fa-facebook-f) {
    font-size: 14px
}

.book__share a:hover {
    background-color: transparent;
    color: #fff
}

.item-r .btn {
    max-width: 21.4rem;
    width: 100%;
    padding: 1.5rem 2rem;
    font-weight: 300;
    text-transform: none;
    transition: .4s
}

.item-r .btn:hover {
    background: #fff;
    color: #025a6e;
    box-shadow: none
}

.item-r .btn .carrinho {
    margin-right: 1.5rem;
    font-size: 1.4rem
}

.box_book-nossoacervo {
    background-image: url(../images/book-thumb.png)
}

.book__header-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    opacity: .3;
    filter: blur(12px);
    -webkit-filter: blur(12px)
}

.book__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 90px 3%;
    height: auto;
    display: block;
    background: #032d4a;
    position: relative
}

.destaques_nossoAcervo .btn {
    max-width: 21.4rem !important;
    background: #025a6e;
    color: #eee;
    font-size: 1.4rem;
    text-align: center;
    width: 81% !important;
    border: none;
    border-radius: .5rem;
    cursor: pointer;
    padding: 1.1rem 2rem !important
}

.btn i {
    margin-right: 11px
}

.destaques_nossoAcervo {
    display: flex;
    justify-content: center
}

.destaques_descricao {
    display: flex;
    background: #f6f7fb;
    width: 100%;
    height: auto
}

.destaques_descricao h2 {
    font-size: 1.4rem;
    color: #025a6e !important;
    font-weight: 700
}

.destaques_descricao p {
    font-size: 1.4rem
}

.destaques_nossoAcervo .wrapper1 {
    width: 100rem
}

.destaques_descricao .wrapper1 {
    width: 100rem
}

.item-descricao {
    margin-top: 4rem;
    margin-bottom: 6rem
}

.item-autor {
    background: #fff;
    padding: 4rem;
    margin-bottom: 6rem
}

.item-autor h2 {
    margin-block-start: 0 !important
}

.item-autor p {
    margin-block-end: 0 !important
}

@media(max-width:1024px) {
    .book__thumb {
        width: 32%
    }
}

@media(max-width:1000px) {
    .destaques_descricao .wrapper1 {
        width: 90%
    }
    .book__header-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }
    .book__thumb {
        margin-right: 0;
        margin-bottom: 20px;
        width: 40%
    }
    .book__info {
        width: 100%
    }
}

@media(max-width:600px) {
    .item-r {
        display: flex;
        width: 100%;
        margin-top: 3rem;
        justify-content: center
    }
    .item-r .btn {
        max-width: 100% !important;
        width: 100% !important
    }
    .book__thumb {
        width: 60%
    }
    .book_textInfo {
        display: block
    }
    .book__thumb {
        width: 50%
    }
    .book__header {
        padding: 24px 25px 3%
    }
    .book_textInfo-item {
        margin-right: 0
    }
}

.box_Fique-por-dentro {
    width: 100%;
    background: #f6f7fb;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}

.container-section {
    position: relative;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

@media(min-width:960px) and (max-width:1160px) {
    .container-section {
        padding-right: 20px;
        padding-left: 20px
    }
}

.grp-dicas {
    position: relative;
    width: 100%;
    margin: 6rem 0
}

@media(min-width:640px) {
    .grp-dicas {
        float: left
    }
}

@media(max-width:639px) {
    .grp-dicas {
        max-width: 352px;
        display: table;
        margin-right: auto;
        margin-left: auto
    }
}

@media(min-width:769px) and (max-width:959px) {
    .grp-dicas {
        padding-right: 87px;
        padding-left: 87px
    }
}

@media(min-width:640px) and (max-width:768px) {
    .grp-dicas {
        padding-right: 20px;
        padding-left: 20px
    }
}

.search-blog .ui-container {
    width: 102rem
}

.dicas_item {
    transition: .4s all;
    transform: scale(.98)
}

.dicas_item:nth-child(3n) {
    margin-right: 0
}

.dynamicContent {
    margin-top: 3.5rem
}

.dicas_item h1 {
    width: 102rem;
    height: 4.2rem;
    margin-top: 6.8rem;
    color: #2e3d49
}

section-blog {
    justify-content: space-between
}

.dicas_item a:hover {
    background-color: #1c36a5;
    box-shadow: .2rem .2rem .1rem #c3c3c3;
    transform: translateY(-3px)
}

.dicas_item:hover {
    transition: .4s all;
    transform: scale(1.03)
}

.grp-dicas:hover .dicas_item:not(:hover) {
    opacity: .8
}

.box-dicas {
    width: 100%;
    height: 50.5rem;
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: .1rem;
    flex-wrap: wrap
}

.dicas_item {
    min-height: 53rem;
    position: relative;
    float: left;
    background-color: #f6f5f9;
    border-radius: .5rem;
    box-shadow: .2rem .2rem .5rem #c3c3c3;
    display: flex;
    flex-direction: column;
    margin: 24px 0
}

.dicas_item img {
    border-radius: .5rem .5rem 0 0
}

.dicas__item-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(min-width:960px) {
    .dicas_item {
        width: 30%
    }
    .dicas_item:not(:nth-of-type(3n)) {
        margin-right: 5%
    }
}

@media(min-width:769px) and (max-width:959px) {
    .dicas_item {
        width: 45%
    }
    .dicas_item:not(:nth-of-type(2n)) {
        margin-right: 10%
    }
}

@media(min-width:640px) and (max-width:768px) {
    .dicas_item {
        width: 48%
    }
    .dicas_item:not(:nth-of-type(2n)) {
        margin-right: 4%
    }
}

.dicas_item img {
    max-width: 100%;
    margin-bottom: 2.5rem
}

.dicas_item h2 {
    color: #4a67df;
    font-size: 2rem;
    padding: 1.2rem 2.4rem;
    line-height: 2.7rem
}

.dicas_item p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 12px 24px
}

.dicas_item a {
    position: absolute;
    bottom: -2.5rem;
    color: #fff !important;
    background-color: #4a67df;
    font-size: 1.3rem;
    border: 0;
    border-radius: .5rem;
    cursor: pointer;
    font-weight: 700;
    left: 50%
}

@media(min-width:960px) {
    .dicas_item a {
        padding: 1.5rem 7rem;
        margin-left: -107.02px
    }
}

@media(max-width:959px) {
    .dicas_item a {
        padding: 1.5rem 4rem;
        margin-left: -78.02px
    }
}

@media(max-width:1440px) {
    .presentation .wrapper1 {
        width: 40%
    }
}

@media(max-width:1024px) {
    .wrapper1 {
        width: 90%
    }
    .items {
        width: 24%;
        height: 33rem
    }
    .presentation .wrapper1 {
        width: 60%
    }
    .boxDownload-cor figure {
        width: 70%
    }
}

@media(max-width:1000px) {
    .bvInfo {
        display: block
    }
    .bvInfo h1 {
        width: 100%;
        height: auto;
        text-align: center
    }
    .bvInfo article {
        width: 100%;
        font-size: .9rem
    }
    .boxDownload-cor .wrapper1 {
        display: inline-grid;
        text-align: center;
        align-content: flex-end
    }
    .boxDownload-cor article {
        width: 100%
    }
    .boxDownload-cor {
        height: 59.2rem
    }
    .boxDownload-cor p {
        width: 90%
    }
    .boxDownload-cor p {
        margin-block-start: 0 !important
    }
    .boxDownload-cor figure>img {
        width: 55%
    }
    .boxDownload-cor figure {
        width: 100%
    }
    .benefitItens {
        justify-content: space-around
    }
    .benefitItens .title-blue_ligth {
        padding-bottom: .5em !important
    }
    .items {
        width: 37%;
        height: 29rem
    }
    .boxBenefit {
        height: 182.5rem
    }
    .box_bvInfo {
        height: 35.7rem
    }
    .presentation .wrapper1 {
        width: 80%
    }
}

@media(max-width:600px) {
    .boxBenefit {
        height: 325.5rem
    }
    .items {
        width: 87%;
        height: 27rem
    }
    .presentation .wrapper1 {
        width: 90%
    }
    .box_bvInfo {
        height: 54.7rem
    }
    .two-rows {
        width: 88% !important
    }
    .category .ui-container {
        padding: 0 4px
    }
    .category .slick-prev {
        left: 0
    }
    .category .slick-next {
        right: 0
    }
}

.experimente {
    background: #f6f5f9
}

.container-text {
    max-width: 550px;
    width: 100%
}

.row-half {
    display: flex;
    justify-content: space-between
}

.row-half .col {
    width: 48%
}

.ui-title {
    font-size: 34px;
    font-weight: 700;
    color: #4a67df;
    line-height: 46px;
    margin: 60px 0
}

.ui-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #666
}

.ui-form {
    width: 100%
}

.ui-form .box-form {
    background: #fff;
    padding: 30px 20px;
    border-radius: 4px
}

.ui-form .ui-place {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.ui-form .ui-place .ui-label {
    font-size: 12px;
    font-weight: 400;
    color: #777;
    line-height: 26px;
    width: 100%
}

.ui-form .ui-place .ui-input {
    border: 1px solid #d5d5d5;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #26333d;
    margin-bottom: .5rem
}

.ui-form .ui-place .ui-select option {
    color: #26333d
}

.ui-form .ui-place .ui-input::-webkit-input-placeholder {
    color: #aeafb3
}

.ui-form .ui-place .phone_with_ddd::-webkit-input-placeholder {
    color: #aeafb3
}

.ui-form .ui-place .ui-select {
    border: 1px solid #d5d5d5;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #aeafb3;
    margin-bottom: .5rem
}

.ui-form .ui-place .phone_with_ddd {
    border: 1px solid #d5d5d5;
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #aeafb3;
    margin-bottom: .5rem
}

.ui-form .ui-place .ui-select option {
    font-size: 16px;
    font-weight: 400;
    color: #26333d
}

#option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0 2px 1px
}

.ui-form .form-btn {
    background: #4a67df;
    max-width: 223px;
    width: 100%;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 13px;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    margin-top: 50px;
    margin-bottom: 90px;
    cursor: pointer;
    transition: .4s
}

.form-corporativo .form-btn {
    background: #4a67df;
    width: 318.52px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 13px;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    margin-top: 33px;
    margin-bottom: 45px;
    cursor: pointer;
    transition: .4s
}

.form-btn:hover {
    cursor: pointer;
    animation: .5 ease-out .75s;
    animation-fill-mode: backwards;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.container-form .stepcard__cards-buttons {
    display: flex;
    width: 100%;
    justify-content: center
}

.ui-form .form-btn:hover {
    filter: brightness(120%)
}

.label-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    line-height: 27px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.label-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    transition: .4s
}

.label-check input:checked~.checkmark {
    background-color: #4a67df
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.label-check input:checked~.checkmark:after {
    display: block
}

.label-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.img-col {
    background-image: url("../images/img-col-experimente.png");
    min-height: 500px;
    background-attachment: fixed;
    background-position: left top;
    background-repeat: no-repeat
}

@media(max-width:1030px) {
    .img-col {
        background-image: url(../images/Grupo-0118161.png);
        background-position: left bottom
    }
}

.topo-gradient {
    width: 100%;
    height: 21.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(115deg, #2fc8d6, #4a67df);
    font-weight: 700;
    font-size: 3.4rem
}

.topo-gradient h1 {
    width: 62rem;
    text-align: center;
    color: #fff;
    padding: 0 1rem 0 1rem
}

.article-base {
    width: 103rem;
    margin: auto;
    text-align: left
}

.article-base ul {
    list-style-type: none
}

.article-base ul li {
    color: #666;
    font-size: 1.6rem;
    line-height: 3.2rem;
    list-style-type: disc;
    margin-left: 3.5rem
}

.article-base h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #26333d;
    margin: 4.7rem 0 1.2rem 0;
    line-height: 4rem !important
}

.article-base p {
    font-size: 1.6rem;
    color: #666;
    line-height: 2.5rem
}

.lista_format {
    list-style: none !important
}

@media(max-width:1050px) {
    .article-base {
        width: 97%
    }
}

.box-editoras-clientes {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-bottom: 10rem;
    background-color: #f6f7fb
}

.box-editoras-clientes .wrapper {
    width: 112rem;
    margin: auto;
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start
}

.box-editoras-clientes h1 {
    font-weight: 700;
    font-size: 3.4rem;
    color: #26333d;
    text-align: center;
    margin: 4.7rem 0 4.7rem 0
}

.box-editoras-clientes ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start
}

.box-editoras-clientes ul li {
    width: 20.1rem;
    height: 11.8rem;
    width: 20.1rem;
    height: 11.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
    transition: .4s ease-in-out
}

.box-editoras-clientes ul li img:hover {
    transform: scale(1.1, 1.1);
    box-shadow: #aeafb3 .3rem .3rem 1.5rem
}

.box-editoras-clientes ul li img {
    width: 20.1rem;
    transition: .4s ease-in-out
}

@media(max-width:1050px) {
    .box-editoras-clientes .wrapper {
        width: 90%
    }
}

.background-app {
    width: 100%;
    background-image: url(../images/bg_baixarApp.png);
    background-repeat: no-repeat;
    background-size: cover
}

.baixar-app {
    width: 112rem;
    padding-bottom: 5rem;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around
}

.baixar-app h1 {
    font-weight: 700;
    font-size: 3.45rem
}

.baixar-app h1,
.baixar-app p {
    padding: 0 1rem;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    color: #fff
}

.baixar-app p {
    width: 89%;
    font-size: 1.6rem
}

.baixar-app .left {
    width: 46.7rem;
    height: 42rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.baixar-app .right {
    width: 53.2rem;
    height: 40rem;
    padding-top: 3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start
}

.box-baixar-app {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 225px;
    justify-content: center;
    align-items: flex-start
}

.qcode {
    width: 15rem !important;
    height: 15rem !important;
    border-radius: 8px;
    margin-bottom: 3rem
}

.btn-baixar {
    width: 13.4rem !important;
    height: 3.9rem !important;
    object-fit: cover;
    transition: .4s ease-in-out
}

.btn-baixar:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
    transform: translateY(-3px)
}

@media(max-width:1200px) {
    .baixar-app {
        width: 100%
    }
}

@media(max-width:768px) {
    .baixar-app h1,
    .baixar-app p {
        text-align: center;
        margin-bottom: 1rem
    }
    .baixar-app .left {
        display: none
    }
}

.corporativo-1 {
    width: 100%;
    padding-bottom: 8rem
}

.corporativo-1 .left {
    width: 54.5rem;
    padding-top: 3rem
}

.corporativo-1 .right {
    width: 54.5rem;
    height: auto;
    padding-top: 2rem;
    flex-wrap: wrap
}

.corporativo-1 .left h1 {
    width: 49.5rem;
    color: #26333d;
    line-height: 4.5rem !important;
    text-align: left;
    font-weight: 700;
    font-size: 3.4rem
}

.corporativo-1 .left p {
    color: #666
}

.corporativo-1 .wrapper {
    width: 112rem;
    margin: auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around
}

.corporativo-2 {
    width: 100%;
    background-color: #f6f7fb
}

.corporativo-2 .wrapper {
    width: 120rem;
    margin: auto;
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around
}

.corporativo-2 .wrapper h1 {
    width: 71.2rem;
    height: 9rem;
    margin: 6rem 0 6rem 0;
    font-weight: 700;
    color: #4a67df;
    text-align: center
}

.corporativo-2 .wrapper h2 {
    font-weight: 700;
    color: #4a67df;
    text-align: center
}

.corporativo-2 p {
    font-size: 1.8rem;
    line-height: 2.5rem
}

.corporativo-2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.corporativo-2 ul li {
    width: 35.2rem;
    height: 29rem;
    margin: 0 1rem 10rem 0;
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: .1rem solid rgba(74, 103, 223, 1);
    text-align: center;
    padding: 1rem;
    background-color: #fff;
    transition: .4s ease-in-out
}

.corporativo-2 ul li * {
    margin-bottom: 2.5rem
}

.corporativo-2 h2 {
    font-size: 2.4rem
}

.corporativo-2 ul li:hover {
    color: #fff;
    border: .1rem solid #fff;
    background-color: #4563d9;
    transform: translateY(-3px)
}

.corporativo-2 ul li:hover h2 {
    color: #fff;
    transform: translateY(-3px)
}

.corporativo-2 ul li:hover p {
    transform: translateY(-3px)
}

.corporativo-2 ul li img {
    margin-top: -6.5rem
}

.corporativo-3 {
    background-color: #4a67df;
    padding: 3.5rem 0 6.5rem 0
}

.corporativo-3 .wrapper {
    width: 112rem;
    margin: auto;
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around
}

.corporativo-3 h1 {
    width: 77.5rem;
    color: #7bf3eb;
    font-weight: 700;
    text-align: center;
    font-size: 3.4rem;
    margin-bottom: 1rem
}

.corporativo-3 p {
    width: 90rem;
    color: #fff;
    font-size: 1.8rem;
    padding: 0 1rem 0 1rem;
    text-align: center
}

.container-form {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 2rem 0 2rem
}

.div-campo {
    width: 100%
}

.div-campo-minor {
    width: min-content
}

.div-campo-envio {
    width: 100%;
    display: flex;
    justify-content: center
}

.form-corporativo {
    width: 91rem;
    height: auto;
    padding: 2rem 1rem 1rem 1rem;
    background-color: #fff;
    border-radius: .5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem
}

.form-corporativo ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center
}

.form-corporativo .div-campo input:-ms-input-placeholder {
    color: #afafaf;
    opacity: 1
}

.form-corporativo .div-campo input::placeholder {
    color: #afafaf;
    opacity: 1
}

.form-corporativo .div-campo input:-ms-input-placeholder {
    color: #afafaf
}

.form-corporativo .div-campo input::-ms-input-placeholder {
    color: #afafaf
}

.form-corporativo .div-campo-minor input:-ms-input-placeholder {
    color: #afafaf;
    opacity: 1
}

.form-corporativo .div-campo-minor input::placeholder {
    color: #afafaf;
    opacity: 1
}

.form-corporativo .div-campo-minor input:-ms-input-placeholder {
    color: #afafaf
}

.form-corporativo .div-campo-minor input::-ms-input-placeholder {
    color: #afafaf
}

.list-label1 {
    width: 88%
}

.list-label2 {
    width: 38%
}

.corp-input1 {
    width: 99% !important
}

.form-corporativo input {
    width: 37rem;
    height: 4.8rem;
    margin: 1rem 0 2rem 0;
    padding: .5rem 2rem;
    font-size: 1.6rem;
    border-radius: .5rem;
    border: .1rem solid #eee;
    box-sizing: border-box
}

.form-corporativo label {
    height: 1.7rem
}

.form-corporativo textarea {
    resize: none;
    width: 97.5%;
    height: 10.8rem;
    margin-top: 1rem;
    padding: 2rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    border-radius: .5rem;
    border-radius: .5rem;
    border: .1rem solid #eee
}

.form-corporativo textarea:focus {
    outline: 0
}

.form-corporativo input[type="submit"] {
    width: 30.6rem;
    height: 3.3rem;
    margin: 3.5rem 0 3.5rem 0;
    background-color: #4a67df;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    border: .1rem solid #4a67df;
    cursor: pointer;
    transition: .4s ease-in-out
}

.form-corporativo input[type="submit"]:hover {
    background-color: #1c36a5;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.ui-itens-name .ui-itens {
    width: 100% !important
}

.corporativo-3 .form-fconosco {
    width: 82.25%;
    padding: 5rem 6.4rem;
    margin: 3rem 0 5rem
}

.form-corporat .btn-enviar {
    background-color: #ea067f;
    border-radius: 15px;
    max-width: 26.5rem;
    font-weight: 600;
    height: 4.4rem;
    margin: 20px auto 0;
    transition: transform cubic-bezier(.72, .15, .49, 1.73) 300ms
}

.form-corporat .btn-enviar:hover {
    background-color: #c41070;
    transform: scale(1.03)
}

.btn-center {
    width: 100%;
    display: flex;
    justify-content: center
}

.corporativo-3 .box-form {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center
}

@media(max-width:1025px) {
    .corporativo-1 .wrapper,
    .corporativo-2 .wrapper,
    .corporativo-3 .wrapper {
        width: 100%
    }
    .corporativo-1 .left {
        margin: 3rem 0
    }
    .corporativo-1 .right {
        padding-top: 0;
        text-align: center
    }
    .form-corporativo {
        width: 95%
    }
    .corporativo-1 .left h1 {
        text-align: center
    }
    .corporativo-3 p {
        text-align: center
    }
}

@media(max-width:769px) {
    .corporativo-1 .wrapper {
        width: 95%
    }
    .corporativo-1 .right {
        display: flex
    }
    .corporativo-1 .left h1 {
        width: 95%
    }
    .container-form {
        justify-content: flex-start
    }
    .div-campo {
        width: 100%
    }
    .div-campo-minor {
        width: min-content
    }
    .corp-input1 {
        width: 98% !important
    }
    .form-corporativo textarea {
        width: 96.5%
    }
}

@media(max-width:569px) {
    .corporativo-1 .left h1 {
        line-height: 3.5rem !important
    }
    .form-corporativo input {
        width: 37rem
    }
}

.section-lado1 {
    width: 100%;
    height: 36.2rem;
    background-image: url(/images/bg_recursos2.png)
}

.recurso-content {
    width: 144rem;
    height: auto;
    margin: auto
}

.celular_represent {
    height: 70%
}

.sec2,
.sec5,
.sec7 {
    z-index: 1;
    position: relative
}

.sec3,
.sec6,
.sec8 {
    z-index: 2;
    position: relative
}

.section-lado1 .wrapper {
    width: 112rem;
    height: 100%;
    margin: auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row
}

.section-lado1 h2 {
    color: #666;
    font-size: 2.4rem;
    font-weight: 700
}

.section-lado1 article {
    width: 64rem
}

.section-lado2 {
    width: 100%;
    height: 35.6rem;
    background-image: url(/images/bg_recursos1-1.png);
    background-position: -.3rem
}

.section-lado2 .wrapper {
    width: 112rem;
    height: 100%;
    margin: auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row
}

.section-lado2 h2 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700
}

.section-lado2 article {
    width: 64rem
}

.section-lado2 article p {
    color: #fff
}

@media(max-width:1201px) {
    .recurso-content {
        width: 100%;
        height: auto;
        margin: auto
    }
    .section-lado1 {
        width: 100%;
        height: 36.2rem;
        background-image: url(/images/bg_recursos2.png);
        background-position: -10rem
    }
    .section-lado2 {
        width: 100%;
        height: 35.6rem;
        background-image: url(/images/bg_recursos1.png);
        background-position: -10.2rem
    }
    .section-lado2 article {
        margin-left: 2rem
    }
}

@media(max-width:1025px) {
    .section-lado1 {
        background-image: none;
        background-color: #f6f5f9
    }
    .section-lado2 {
        background-image: none;
        background-color: #4a67df
    }
    .section-lado1 .wrapper {
        width: 100%;
        justify-content: space-around
    }
    .section-lado2 .wrapper {
        background-image: linear-gradient(90deg, #4a67df, #6dacff);
        width: 100%;
        justify-content: space-around
    }
    .section-lado1 article {
        width: 50%;
        margin-left: 0
    }
    .section-lado2 article {
        width: 50%;
        margin-left: 0
    }
}

@media(max-width:835px) {
    .section-lado2 article,
    .section-lado1 article {
        width: 40%
    }
    .notebook_represent img {
        width: 100%
    }
    figure.notebook_represent,
    figure.celular_represent {
        width: 40%
    }
    .celular_represent img {
        width: 96%
    }
    .celular_represent {
        height: 67%
    }
}

@media(max-width:600px) {
    figure {
        display: none
    }
    .section-lado2 .wrapper {
        background-color: #4a67df;
        background-image: none
    }
    .section-lado2 article,
    .section-lado1 article {
        width: 80%
    }
}

.section-suporte {
    width: 100%;
    background-color: #f6f7fb
}

.section-suporte p {
    font-size: 1.6rem;
    color: #777;
    font-weight: 400;
    padding: 0 1rem
}

.section-suporte .wrapper {
    width: 92.8rem;
    margin: auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}

.section-suporte h1 {
    width: 100%;
    margin: 4.6rem 0 .9rem;
    color: #1d3544;
    font-weight: 600;
    line-height: 4rem !important;
    text-align: center
}

.duvidas__frequentes {
    max-width: 780px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: -195px;
    margin-bottom: 95px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .16);
    padding: 57px 88px;
    z-index: 99;
    position: relative
}

.duvidas a {
    text-decoration: none;
    color: #575757
}

.duvidas .input-search input:-ms-input-placeholder {
    color: #aeafb3;
    opacity: 1
}

.duvidas .input-search input::placeholder {
    color: #aeafb3;
    opacity: 1
}

.duvidas .input-search input:-ms-input-placeholder {
    color: #aeafb3
}

.duvidas .input-search input::-ms-input-placeholder {
    color: #aeafb3
}

.section-suporte h1 {
    animation: moveInBottom .5 ease-out 2s;
    animation-fill-mode: backwards
}

.section-suporte .wrapper p {
    text-align: center;
    animation: moveInBottom .5 ease-out 2s;
    animation-fill-mode: backwards
}

.duvidas ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 3.3rem;
    padding-bottom: 4.4rem;
    border-bottom: 1px solid #e4e4f2
}

.duvidas ul:last-of-type {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.duvidas ul li {
    font-size: 1.6rem;
    line-height: 3.2rem;
    list-style-type: disc;
    list-style: disc;
    margin-left: 2rem;
    color: #4a4a4a
}

.title-lista {
    color: #025a6e !important;
    font-size: 2rem !important;
    font-weight: bold;
    margin-bottom: 3.6rem;
    list-style: none !important;
    list-style-type: none;
    margin-left: 0 !important
}

@media(max-width:1025px) {
    .section-suporte .wrapper {
        width: 100%
    }
    .duvidas {
        width: 95%
    }
    .duvidas input {
        width: 90%
    }
    .duvidas ul {
        width: auto
    }
    .duvidas ul li {
        margin-bottom: 1.5rem
    }
}

@media(max-width:769px) {
    .duvidas>ul {
        padding: 0 3rem 0 3rem
    }
}

@media(max-width:569px) {
    .duvidas>ul {
        padding: 0 2rem 0 2rem
    }
}

.box-form .ui-itens input:hover {
    color: #26333d
}

.fale-conosco {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f7fb;
    text-align: center
}

.fale-conosco .wrapper {
    width: 92.8rem
}

.fale-conosco h1 {
    color: #1d3544;
    font-weight: 700;
    margin: 6rem 0 4rem
}

.form-fconosco {
    max-width: 92%;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 auto 14rem;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
    border-radius: 15px;
    z-index: 9
}

.form-fconosco .box-form {
    width: 85%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 47px;
}

.g-recaptcha {
    margin: 0 auto;
    margin-bottom: 33px;
    margin-top: 33px
}

.box-form--footer {
    width: 100% !important;
    height: 9rem;
    background-color: #e4e4f2;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.form--p {
    margin-bottom: 15px
}

.form__footer--p,
.form--p {
    font-size: 1.2rem;
    color: #4a4a4a;
    line-height: 2rem
}

.form__footer--link {
    color: #025a6e;
    font-weight: bold
}

.form-fconosco .paragraph-space {
    display: flex;
    color: #0b0b0b
}

.box-form .ui-place {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.6rem
}

.box-form .ui-itens {
    width: 100%
}

.box-form .ui-itens-name {
    width: 100%
}

.box-form .ui-itens input,
.box-form .ui-itens select {
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
    padding: 0 3.2rem;
    box-sizing: border-box;
    margin-top: 1rem;
    background-color: #fafbff;
    border: 1px solid #e4e4f2;
    border-radius: 15px
}

.box-form .ui-itens input,
.box-form .ui-itens input:hover,
.box-form .ui-itens select,
.box-form .ui-itens select option,
.box-form .ui-place label {
    color: #4a4a4a
}

.box-form .ui-msg {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 2.4rem
}

.box-form .ui-place label {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 20px
}

.box-form .ui-itens input:-ms-input-placeholder {
    color: #707070;
    opacity: 1
}

.box-form .ui-itens input::placeholder {
    color: #707070;
    opacity: 1
}

.box-form .ui-itens input:-ms-input-placeholder {
    color: #707070
}

.box-form .ui-itens input::-ms-input-placeholder {
    color: #707070
}

.btn-enviar {
    max-width: 17.6rem;
    height: 4.8rem;
    background: #025a6e;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    border: none;
    border-radius: .4rem;
    cursor: pointer;
    height: 3.6rem;
    margin-top: 1rem;
    font-weight: 500;
    transition: all .2s;
    display: flex;
    justify-content: center
}

.ui-itens select option {
    font-size: 1.6rem
}

textarea::-webkit-input-placeholder {
    color: #aeafb3
}

textarea:-moz-placeholder {
    color: #aeafb3
}

textarea::-moz-placeholder {
    color: #aeafb3
}

textarea:-ms-input-placeholder {
    color: #aeafb3
}

select option {
    color: #1d3544
}

select .selectbox__label {
    color: #aeafb3
}

@media(max-width:800px) {
    .fale-conosco .wrapper {
        width: 90%
    }
}

@media(max-width:700px) {
    .box-form .ui-itens {
        width: 100% !important;
        margin-bottom: 2rem
    }
    .box-form .ui-place {
        margin-bottom: 0
    }
    .experimente .box-form .ui-place {
        margin-bottom: 2rem
    }
}

.box-dicasestudos {
    position: relative;
    width: 100%;
    height: 52.8rem;
    margin: 0;
    background: #032d4a
}

.bg-dicas_sobre {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    opacity: .3;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    background-image: url(https://staticbv.bvirtual.com.br/conteudos/68/22FlashCardsBVirtual2.jpg)
}

.dicas_sobre {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.bg-dicas_sobre .paragraph-space {
    font-style: italic
}

.box-dicasestudos .wrapper1 {
    display: block;
    justify-content: center;
    position: absolute;
    padding: 2.1rem
}

.box-dicasestudos article {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-top: 4rem
}

.bg-dicas_sobre article {
    animation: moveInBottom .5 ease-out .1s;
    animation-fill-mode: backwards
}

.box_info-dicas p a {
    font-style: italic;
    font-size: 1.2rem;
    color: #666
}

.box-dicasestudos .paragraph-space i {
    font-size: 1.6rem
}

.info-dicas {
    background: #fff;
    width: 80%;
    padding: 3.1rem;
    border-radius: .5rem;
    margin-top: -9rem;
    position: relative
}

.info-dicas h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4a67df;
    margin-bottom: 25px;
    margin-top: 25px
}

.info-dicas h3 strong {
    font-weight: inherit
}

.box_info-dicas {
    display: flex;
    justify-content: center;
    background: #f6f7fb
}

.box_info-dicas .wrapper1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.box_info-dicas .grp-dicas {
    width: 100%;
    margin-bottom: 4.86rem
}

.box_info-dicas .info-dicas .info-dicas_day {
    margin-bottom: 10px
}

.box_info-dicas .info-dicas p:not(.info-dicas_day) {
    font-size: 1.5rem;
    margin-block-end: 1em;
    line-height: 2.5rem
}

.dicas__content {
    margin-top: 35px
}

@media(max-width:599px) {
    .dicas__content img {
        height: 298px !important;
        width: 198px !important
    }
}

@media(min-width:600px) and (max-width:900px) {
    .dicas__content img {
        height: 396px !important;
        width: 264px !important
    }
}

.dicas-compartilhe {
    padding-top: 3rem;
    border-top: 1px solid #d5d5d5;
    margin-top: 4rem;
    margin-bottom: 1rem;
    display: flex;
    float: right;
    justify-content: flex-start;
    width: 100%
}

.dicas-compartilhe button {
    font-size: 1.3rem !important;
    font-weight: bold !important;
    color: #2e3d49 !important
}

.dicas-compartilhe i {
    font-size: 1.7rem;
    margin-right: .9rem
}

.dicas-compartilhe button:hover {
    color: #4a67df !important;
    cursor: pointer;
    transition: all .4s ease-in-out
}

.dicas-compartilhe button:hover i {
    color: #4a67df;
    transform: translateY(-1px);
    transition: all .4s ease-in-out
}

.dicas-compartilhe a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #2e3d49;
    border-radius: 50%;
    margin-left: .6rem;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: .4s
}

.dicas-compartilhe .item-l p {
    font-size: 1.3rem;
    font-weight: bold;
    color: #2e3d49;
    margin-right: 1rem;
    margin-block-end: 0 !important
}

.dicas-compartilhe a:not(.fa-facebook-f) {
    font-size: 14px
}

.dicas-compartilhe a:hover {
    background-color: transparent;
    color: #2e3d49
}

.dicas-compartilhe button:nth-child(2) {
    display: none;
    color: #4a67df !important
}

.info-dicas_day {
    font-weight: 600 !important;
    font-size: 1.2rem !important
}

.info-dicas .paragraph-space {
    margin-block-start: 1.5em !important;
    margin-block-end: 1.5em !important
}

.info-dicas p a i {
    color: #2e3d49
}

.box-dicasestudos .title-big {
    display: flex;
    justify-content: center;
    color: #4ff2e8;
    width: 60.5rem;
    margin-top: 8rem;
    animation: moveInBottom .9 ease-out .75s;
    animation-fill-mode: backwards;
    margin-bottom: 0
}

.box-dicasestudos .paragraph-space {
    color: #fff;
    font-size: 1.6rem !important;
    width: 60.5rem;
    animation: moveInBottom .9 ease-out .75s;
    animation-fill-mode: backwards
}

@media(max-width:1025px) {
    .duvidas .input-search i {
        left: 7%
    }
}

.category .slick-next.slick-disabled::before {
    opacity: 0
}

.category .slick-prev.slick-disabled::before {
    opacity: 0
}

.box-sucess__title {
    font-size: 24px;
    line-height: 32px;
    color: #0b0b0b;
    margin: 35px 0
}

.book__tabs-select .box-sucess .btn-modal {
    width: 100%;
    max-width: 100%
}

.box-sucess .login__form-form-group {
    margin-bottom: 55px
}

.login__form-form-group .border-red {
    border: 1px solid #ed6a6a !important
}

.fancybox-container * {
    box-sizing: border-box
}

.box-sucess .btn-backpage {
    color: #707070;
    font-size: 1.4rem;
    text-transform: uppercase;
    background: transparent;
    border: none;
    cursor: pointer
}

.box-sucess .btn-backpage i {
    margin-right: 1rem;
    font-size: 1.2rem
}

.box-sucess .fa-check-circle {
    font-size: 12rem;
    color: #31d68f;
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
    margin-top: 6rem
}

.box-sucess .fa-times-circle {
    font-size: 12rem;
    color: #f5365c;
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
    margin-top: 6rem
}

.box-sucess__messenger {
    font-weight: 100;
    margin-bottom: 4rem;
    text-align: center;
    font-size: 1.6rem;
    color: #707070;
    font-weight: 2.6rem;
    text-align: center
}

.box-sucess__messenger strong {
    font-size: 3rem
}

.box-sucess__messenger .paragraph-space {
    line-height: 3.4rem !important
}

.btn--modal {
    width: 100%;
    max-width: 30rem
}

.box-sucess .btn {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    padding: 1.5rem 0;
    border: none;
    border-radius: 15px;
    cursor: pointer
}

.alert {
    color: #fbff00 !important;
    width: 100%;
    font-size: 1.2rem !important;
    font-weight: 600;
    text-align: start !important;
    display: none;
    opacity: 1 !important
}

.alert-red {
    color: #ed6a6a !important;
    margin-top: 5px;
    opacity: 1
}

.border-red {
    border: 1px solid #ed6a6a !important
}

.duvidafaq {
    background-color: #fff !important
}

.duvidas__frequentes .duvida-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #025a6e;
    line-height: 3.2rem;
    margin-bottom: 4rem;
    text-align: center
}

.duvidas__frequentes .duvida-text {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #4a4a4a;
    padding-bottom: 4.4rem;
    border-bottom: .1rem solid #e4e4f2;
    margin-bottom: 3.2rem
}

.duvidas__frequentes--footer button {
    color: #025a6e;
    font-size: 1.4rem;
    font-weight: bold
}

.duvidas__frequentes--footer button i {
    margin-right: 1.5rem
}

.duvidafaq .duvida-footer .grpbtn-text {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    width: 50%
}

.duvidafaq .duvida-footer .grpbtn {
    display: flex;
    justify-content: space-between;
    width: 50%
}

.duvidafaq .duvida-footer .grpbtn .btn-green {
    background: #31d68f;
    max-width: 76px;
    font-weight: 600;
    text-transform: uppercase
}

.duvidafaq .duvida-footer .grpbtn .btn-red {
    background: #fd5555;
    max-width: 76px;
    font-weight: 600;
    text-transform: uppercase
}

.duvidafaq .duvida-text {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccfd5;
    margin-bottom: 20px
}

.topo-gradient_corpora {
    height: 28.3rem
}

@media(max-width:1024px) {
    .box_search-site.search-blog .ui-container {
        width: 80%
    }
}

.dicas_item .dicas_img {
    height: 241px
}

.sugestoes .slider-books .slide-item-box.epub:after,
.livros__item.epub:after {
    display: block
}

.book__thumb.epub:after {
    display: block;
    top: 70%
}

.sugestoes .slider-books .slide-item-box:after,
.livros__item:after,
.book__thumb:after {
    content: "EPUB";
    position: absolute;
    top: 181px;
    right: 0;
    width: 60px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    padding-left: 17px;
    font-size: 1rem;
    font-family: sans-serif;
    letter-spacing: .1em;
    background: #56a8fe;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: none
}

.errorpage {
    background-image: url("../images/bg-livros.png");
    background-repeat: no-repeat;
    background-size: 100% 470px;
    width: 100%;
    height: 470px;
    display: flex;
    align-items: center;
    flex-direction: column
}

.errorpage__boxsmile {
    width: 115px;
    height: 115px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 40px
}

.errorpage__boxsmile--smile {
    color: #025a6e;
    font-size: 60px
}

.errorpage__h1 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 30px
}

.errorpage__descricao {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    width: 40%;
    text-align: center
}

@media(max-width:426px) {
    .errorpage {
        background-size: 100% 525px;
        height: 525px
    }
}

.sobre__box {
    height: 450px
}

.sobre__box .title__big {
    max-width: 498px;
    width: 100%
}

.conheca-mascote__box .title__big {
    max-width: 367px;
    width: 100%
}

.title__big span {
    font-weight: 400
}

.p__description {
    font-size: 16px;
    color: #fff;
    margin-bottom: 38px;
    line-height: 26px
}

.p__description--big {
    font-size: 30px;
    line-height: 45px;
    position: relative
}

.bg__sobre {
    background-image: url(/images/bg-bibot-sobre.png);
    background-size: cover;
    height: 780px;
    display: flex;
    align-items: center
}

.bibot-sobre .bg__sobre {
    height: 730px
}

.bg__sobre .p__description--big span {
    font-weight: 300
}

.bg__sobre .row {
    align-items: center;
    justify-content: flex-end
}

.bg__sobre .p__description--big::before {
    position: absolute;
    top: -30px;
    left: -46px;
    background: url(/images/sobre-eletronic-1.svg);
    background-size: cover;
    content: "";
    width: 78px;
    height: 46px
}

.bg__sobre .p__description--big::after {
    position: absolute;
    right: -15px;
    bottom: -43px;
    background: url(/images/sobre-eletronic-2.svg);
    background-size: cover;
    content: "";
    width: 151px;
    height: 48px
}

.sobre__box--parceiros {
    background: url(/images/bg-sobre-nossos-parceiros.svg);
    background-size: cover;
    height: 1110px;
    margin-top: -310px
}

.bibot-sobre .sobre__box--parceiros {
    height: 970px
}

.sobre__box--parceiros .row {
    padding-top: 462px
}

.box__info-parceiros {
    padding-right: 65px
}

.sobre__box--parceiros .p__description {
    margin-top: 30px;
    max-width: 463px;
    width: 100%
}

.box__img--sobre {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.bibot-sobre .sobre__box.sobre__box--parceiros figure.box__img--sobre img {
    display: none
}

.list--parceiros {
    display: grid;
    grid-template-columns: repeat(2, minmax(265px, 1fr));
    gap: 32px
}

.list--parceiros .box--img-parceiro {
    width: 100%;
    height: 151px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.box__acerto .row {
    align-items: center;
    flex-direction: column
}

.box__acerto .row__search .title__big {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 21px
}

.box__acerto .input-search {
    max-width: 562px;
    width: 100%;
    height: 50px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fafbff;
    border: 1px solid #e4e4f2;
    border-radius: 15px;
    z-index: 99;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .16)
}

.input-search input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent
}

.input-search input::placeholder {
    color: #aeafb3
}

.input-search .fa-search {
    font-size: 16px;
    color: #025a6e;
    padding: 8px;
    padding-right: 0;
    cursor: pointer
}

.page__nossos-livros .header__title {
    margin-top: 0
}

.page__nossos-livros .header__topo-component {
    margin-bottom: -170px
}

.nossos__livros {
    background-image: url(/images/bg-lista-livros.png);
    padding-bottom: 110px;
    height: auto;
    position: relative;
    margin-top: 15px
}

.nossos__livros-shape {
    position: absolute;
    top: -65px;
    left: 0
}

.nossos__livros .list__livros {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin: 0 auto;
    margin-top: -30px
}

@media(min-width:1001px) and (max-width:1200px) {
    .nossos__livros .list__livros {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(min-width:799px) and (max-width:1000px) {
    .nossos__livros .list__livros {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(min-width:599px) and (max-width:798px) {
    .nossos__livros .list__livros {
        grid-template-columns: repeat(2, 1fr)
    }
}

.nossos__livros .livros__item {
    max-width: 216px;
    width: 100%;
    margin: 0;
    min-height: 321px;
    border-radius: 15px;
    padding: 35px 30px;
    position: relative;
    z-index: 9
}

.nossos__livros .livros__item img {
    width: 90%;
    height: 90%
}

.nossos__livros .livros__title {
    margin-top: 28px
}

.box__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px
}

.box__loading p {
    font-size: 14px;
    color: #fff;
    z-index: 1;
    margin-left: 15px
}

.input-search .twitter-typeahead {
    width: 100%
}

.conheca-mascote__box .button__home {
    max-width: 288px
}

.conheca-mascote__box .p__description {
    margin-top: 40px
}

.book__details--header {
    background-image: url(/images/bg-header-component-book-detail.png);
    background-position: center;
    background-size: contain;
    background-color: #fafbff;
    height: 960px;
    display: flex;
    align-items: center;
    margin-top: -280px
}

.book__details--header .ui-container {
    margin-top: -150px
}

.book__details--header .row,
.box__book--description .row {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-start;
    position: relative
}

.row__header--description {
    max-width: 463px;
    width: 100%;
    color: #fff;
    margin-left: 66px
}

.header__description--title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 24px;
    font-weight: bold
}

.box__description--info {
    margin-top: 60px
}

.header__description--name-author {
    font-size: 14px;
    font-weight: bold;
    color: #01b69c;
    margin-top: 20px;
    margin-bottom: 40px
}

.p--info {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px
}

.p--info span {
    font-weight: normal
}

.header__topo--back {
    font-weight: 600;
    color: #fff;
    transition: .4s;
    display: flex;
    align-items: center;
    position: absolute
}

.header__topo--img {
    width: 200px;
    height: 290px;
    border-radius: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3)
}

.header__topo--back a {
    text-decoration: none
}

.header__topo--back i {
    margin-right: 15px
}

.header__topo--back i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    font-size: 17px;
    color: #007fa2;
    transition: .4s
}

.header__topo--back i:hover {
    background-color: #007fa2;
    color: #fff
}

.box__book--description {
    margin-top: -23px;
    position: relative;
    z-index: 9
}

.box__book--description .ui-container {
    margin-top: -100px
}

.box__book--description .analise__circle-pink-atividades {
    top: -105px
}

.book__description--title {
    font-size: 40px;
    font-weight: bold;
    color: #025a6e;
    margin-bottom: 42px
}

.book__description--p,
.book__description--about-author {
    font-size: 16px;
    line-height: 26px;
    color: #4a4a4a
}

.book__description--p {
    margin-bottom: 25px
}

.book__description--about-author {
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 40px
}

.main-conteudo .ui-container {
    max-width: 956px
}

.text-center {
    text-align: center
}

.pqbibot__box.experimente-pqbibot {
    background: url(/images/BG_experimente_bibot_large.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 740px;
    display: flex;
    align-items: center
}

.pqbibot__box.experimente-pqbibot .col.text-center {
    margin-top: 5%
}

.pqbibot__box .title__big {
    line-height: 40px
}

.p__title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px
}

.pqbibot__box .row {
    align-items: center
}

.pqbibot__box .col-text {
    width: 44% !important
}

.pqbibot__box .col-text .title__big {
    margin-bottom: 35px;
    font-weight: bold
}

figure.box__img--sobre img {
    max-width: 115%
}

.font_verde_limao {
    color: #a3f556
}

.font_navy {
    color: #025a6e
}

.pqbibot__box:nth-child(4) {
    margin-top: -100px;
    margin-bottom: -80px
}

.pqbibot__box:nth-child(6) {
    margin-top: -40px;
    margin-bottom: -50px
}

.pqbibot__box:nth-child(8) {
    margin-top: -20px;
    margin-bottom: 60px
}

.pqbibot__box .col-40 {
    width: 40% !important
}

.col.text-center a.button__home {
    max-width: 171px;
    margin: auto
}

h2.font_navy,
h2.font_verde_limao {
    font-size: 33px
}

.col.text-center {
    width: 512px
}

.pqbibot__box.pqbibot__box--shape {
    background: url(/images/bg-porquebibot-shade.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px
}

.pqbibot__box .pqbibot__box--shape .ui-container .row .col {
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap
}

.bibot__box,
.bibot__box .col-flex-end {
    position: relative
}

.bibot__box .p__title {
    width: 75%
}

.bibot__box .title__big {
    margin-bottom: 40px
}

.bibot__box .p__strong {
    font-weight: bold
}

.bibot__box .img__garoto {
    position: absolute;
    left: 0
}

.bibot__box .img__circulos {
    position: absolute;
    top: 38px;
    right: 0
}

.recaptcha__google {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.header__topo-component .p__title {
    width: 53%
}

.main-conteudo .ui-container .article-base {
    width: 100%
}

.main-conteudo .ui-container .article-base h2 {
    font-size: 3rem;
    text-align: center;
    color: #025a6e;
    margin-bottom: 6rem;
    font-family: Open Sans;
    font-weight: bold
}

.main-conteudo .ui-container .article-base p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 4rem
}

@media(max-width:768px) {
    .main-conteudo .ui-container .article-base {
        padding: 5rem 2rem 13rem 2rem
    }
}

.sobre__box .button__home {
    width: 50%
}

.box__info-parceiros .button__home {
    margin-bottom: 55px
}

.bibot__naescola .header__topo-component .header__title .bg-color-pink-inline {
    padding-top: 3px
}

.main-conteudo .article-base .section-conteudo ul li {
    margin-bottom: 35px
}

.main-conteudo .article-base .section-conteudo h3 {
    color: #025a6e;
    font-size: 2rem;
    font-weight: bold
}

main.bibot-sobre .bg__sobre .col {
    width: 52%
}

main.bibot-sobre .title__big {
    line-height: 45px;
    padding: 0
}

@media(max-width:1024px) {
    main.bibot-sobre .sobre__box.sobre__box--parceiros .list--parceiros {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px
    }
    main.bibot-sobre .sobre__box.sobre__box--parceiros {
        height: auto
    }
    main.bibot-sobre .sobre__box.sobre__box--parceiros.sobre__box--parceiros .row {
        display: flex;
        justify-content: center;
        padding-top: 300px
    }
    main.bibot-sobre .sobre__box.sobre__box--parceiros .col {
        width: 96%
    }
    main.bibot-sobre .box--img-parceiro {
        width: 220px
    }
    main.bibot-sobre .title__big.color-blue--primary {
        max-width: 100%
    }
    main.bibot-sobre .box__info-parceiros {
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center
    }
    main.bibot-sobre .p__description.color-blue--primary {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 50px
    }
    main.bibot-sobre .bg__sobre .p__description--big::after {
        right: 0
    }
    main.bibot-sobre .sobre__box .title__big {
        margin-bottom: 50px
    }
}

@media(max-width:768px) {
    main.bibot-sobre {
        text-align: center
    }
    main.bibot-sobre .bg-color-pink-inline-2 {
        display: inline;
        font-size: inherit;
        font-weight: 400
    }
    main.bibot-sobre .button__home {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 50px
    }
    main.bibot-sobre .conheca-mascote__box .title__big {
        max-width: 100%
    }
    main.bibot-sobre .bg__sobre .ui-container {
        padding-top: 30px
    }
    main.bibot-sobre .sobre__box.sobre__box--parceiros.sobre__box--parceiros .row {
        padding-top: 410px
    }
}

@media(max-width:600px) {
    .bibot-sobre .title__big {
        font-size: 30px;
        line-height: 35px !important
    }
    .sobre__box .title__big .bg-color--orange-inline {
        margin-top: 10px
    }
    .sobre__box .title__big .bg-color--orange-inline:first-of-type {
        margin-top: 8px
    }
}

.main-detalhe {
    background: #fafbff
}

.main-detalhe .ui-container {
    margin-bottom: 80px
}

.main-detalhe .box.box__book--description {
    background: transparent
}

.main-detalhe .header__topo-component {
    filter: none
}

.main-detalhe .footer__component {
    margin-top: -150px
}

.row.box-descricao {
    margin-top: -90px
}

main.main-detalhe .header__topo--img {
    width: 200px;
    height: 290px
}

main.main-detalhe .header__topo-component .ui-container .row {
    padding-bottom: 60px
}

main.main-detalhe .box__description--info {
    margin-top: 0
}

@media(max-width:596px) {
    .main-detalhe .footer__component {
        margin-top: 0
    }
}

@media(max-width:375px) {
    .bibot-sobre .title__big {
        font-size: 21px
    }
    main.bibot-sobre .bg__sobre .p__description--big::after {
        right: -50px
    }
}

.main-detalhe {
    background: #fafbff
}

.main-detalhe .box.box__book--description {
    background: transparent
}

.main-detalhe .header__topo-component {
    filter: none
}

.main-detalhe .footer__component {
    margin-top: -150px
}

.row.box-descricao {
    margin-top: -90px
}

main.main-detalhe .header__topo--img {
    width: 200px;
    height: 290px
}

main.main-detalhe .header__topo-component .ui-container .row {
    padding-bottom: 60px
}

main.main-detalhe .box__description--info {
    margin-top: 0
}

@media(max-width:596px) {
    .main-detalhe .footer__component {
        margin-top: 0
    }
}

@media(max-width:768px) {
    main.main-detalhe {
        text-align: center
    }
    main.main-detalhe .row__header--description {
        margin-left: 0
    }
}

@media(max-width:768px) {
    main.bibot-sobre .bg__sobre .ui-container {
        padding-top: 30px
    }
}

main.page__nossos-livros {
    background: #05708d
}

main.page__nossos-livros .footer__component {
    background-color: transparent;
    margin-top: -275px;
    position: relative;
    z-index: 1
}

.box-form--footer .form__footer--p {
    text-align: center;
    padding: 0 10px
}

.analise header {
    opacity: 1;
    position: relative;
    top: 0;
    transition: 1s cubic-bezier(.84, .04, .76, 1.82)
}

.analise.scrolled header {
    opacity: 1;
    top: 0
}

.analise__footer,
.livros__footer,
.conheca-bibot__footer {
    position: relative;
    bottom: -50px;
    transition: 1s cubic-bezier(.84, .04, .76, 1.82);
    opacity: 0
}

.analise__footer.active,
.livros__footer.active,
.conheca-bibot__footer.active {
    opacity: 1;
    bottom: 0
}

.analise-box {
    opacity: 0;
    transition: 1s cubic-bezier(.84, .04, .76, 1.82);
    position: relative
}

.analise-box.color--bg-orange {
    left: -80px
}

.analise-box.color--bg-purple {
    right: -80px
}

.analise-box.color--bg-purple.active {
    right: 0
}

.analise-box.color--bg-orange.active {
    left: 0
}

.analise-box.active {
    opacity: 1
}

.livros-col-1 {
    position: relative;
    left: -80px;
    opacity: 0;
    transition: 1s cubic-bezier(.85, .2, .41, 1.74)
}

.livros-col-1.active {
    opacity: 1;
    left: 0
}

.nossos-livros .books__container .books {
    opacity: 0;
    right: -80px;
    position: relative
}

.nossos-livros .books__container .books.active {
    right: 0;
    opacity: 1
}

.conheca-bibot .col img {
    display: block;
    margin: 0 auto 40px
}

.conheca-bibot__header {
    top: -50px;
    position: relative;
    transition: 1s cubic-bezier(.85, .2, .41, 1.74);
    opacity: 0
}

.conheca-bibot__header.active {
    opacity: 1;
    top: 0
}

#ytplayer {
    opacity: 0;
    transition: 1s cubic-bezier(.85, .2, .41, 1.74)
}

#ytplayer.active {
    opacity: 1
}

.experimente-col {
    position: relative;
    top: -60px;
    opacity: 0;
    transition: 1s cubic-bezier(.84, .04, .76, 1.82)
}

.experimente-col.active {
    opacity: 1;
    top: 0
}

h1.header__title,
.header__description {
    position: relative;
    top: -30px;
    opacity: 0;
    transition: 1s cubic-bezier(.84, .04, .76, 1.82)
}

h1.header__title.active,
.header__description.active {
    opacity: 1;
    top: 0
}

.sobre__box .title__big {
    position: relative;
    left: -60px;
    opacity: 0;
    transition: 1s cubic-bezier(.84, .04, .76, 1.82)
}

.sobre__box .title__big.active {
    left: 0;
    opacity: 1
}

.sobre__box .p__description {
    position: relative;
    right: -60px;
    opacity: 0;
    transition: 1s cubic-bezier(.84, .04, .76, 1.82)
}

.sobre__box .p__description.active {
    right: 0;
    opacity: 1
}

.bg__sobre .p__description--big {
    position: relative;
    right: -60px;
    opacity: 0;
    transition: 1s cubic-bezier(.84, .04, .76, 1.82)
}

.bg__sobre .p__description--big.active {
    right: 0;
    opacity: 1
}

.button__home {
    position: relative;
    bottom: -30px;
    opacity: 0;
    transition: 1s cubic-bezier(.84, .04, .76, 1.82)
}

.button__home.active {
    bottom: 0;
    opacity: 1
}

ul.list--parceiros {
    position: relative;
    right: -60px;
    opacity: 0;
    transition: 1s cubic-bezier(.84, .04, .76, 1.82)
}

ul.list--parceiros.active {
    right: 0;
    opacity: 1
}

.p__title.p__description {
    position: relative;
    top: -30px;
    opacity: 0;
    transition: 1s cubic-bezier(.84, .04, .76, 1.82)
}

.p__title.p__description.active {
    top: 0;
    opacity: 1
}

.pqbibot__box .col:first-child {
    position: relative;
    opacity: 0;
    left: -30px;
    transition: 1s cubic-bezier(.84, .04, .76, 1.82)
}

.pqbibot__box .col:first-child.active {
    left: 0;
    opacity: 1
}

.pqbibot__box .col:nth-child(2) {
    position: relative;
    opacity: 0;
    right: -30px;
    transition: 1s cubic-bezier(.84, .04, .76, 1.82)
}

.pqbibot__box .col:nth-child(2).active {
    opacity: 1;
    right: 0
}

.analise .button__home,
.nossos-livros .button__home,
.conheca-bibot .button__home,
.experimente-bibot .button__home {
    opacity: 1;
    bottom: 0
}

#slick-topo .slick-dots {
    width: 100%;
    max-width: 1130px;
    left: 50% !important;
    bottom: 20%;
    transform: translateX(-50%);
    display: flex
}

@media(max-width:600) {
    #slick-topo .slick-dots {
        justify-content: center
    }

    .description-text {
        margin: 60px auto 5rem !important;
    }
}

@media(min-width:1800px) {
    #slick-topo {
        height: 630px
    }
    section.nossos-livros {
        margin-top: -160px;
        padding-top: 50px
    }
    .experimente-bibot {
        padding-top: 250px;
        margin-top: -460px
    }
    .header__topo-component {
        margin-bottom: -50px
    }
    .sobre__box.conheca-mascote__box {
        padding-top: 50px
    }
    .sobre__box--parceiros {
        padding-top: 120px
    }
    #slick-topo {
        height: 650px !important
    }
    .nossos-livros {
        background-image: url(/images/bg-home-nossos-livros-2-big-screen.png) !important
    }
    .bg__sobre {
        background-image: url(/images/bg-bibot-sobre-big-screen.png) !important
    }
}

.cookie-alert-container {
    display: flex;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 24px;
    position: fixed;
    bottom: 10px !important;
    z-index: 10000 !important;
    background: #fff;
    border-radius: 5px;
    box-shadow: 5rem 2rem 15rem #050505;
    padding: 5px;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column
}

.cookie-alert {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    gap: 24px;
    align-items: center;
    justify-content: center
}

.cookie-alert a {
    font-weight: bold;
    color: #4a67df
}

.cookie-alert-text {
    width: 100%
}

.cookie-dismiss-alert {
    color: #f00;
    cursor: pointer;
    font-weight: bolder;
    margin-right: 1rem;
    align-self: flex-end;
    padding: .25rem;
    align-self: flex-end;
    font-size: 16px;
    color: #808080;
    position: absolute;
    padding: 8px 12px !important;
    border-radius: 50%;
    border-style: hidden !important;
    background: #e5e8f2
}

@media only screen and (min-width:1920px) {
    .cookie-dismiss-alert {
        margin-right: 2rem
    }
}

.cookie-button-area {
    width: 100%
}

#cookie-politica-privacidade {
    color: #025a6e
}

.btn-cookies {
    background: #025a6e;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    color: #fff;
    font-weight: bold
}

.btn-cookies:not(:last-child) {
    margin-bottom: 8px
}

.cookie-alert p {
    margin-left: 50px
}

@media(min-width:1025px) {
    .cookie-alert-container {
        width: 90%;
        right: 5%;
        flex-direction: column;
        justify-content: space-evenly !important
    }
    .cookie-alert {
        flex-direction: row
    }
    .cookie-button-area {
        width: 10%;
        margin: 0 60px
    }
    .cookie-dismiss-alert {
        padding: 0
    }
}

@media only screen and (max-width:1024px) {
    .cookie-alert p {
        margin-left: 50px;
        margin-right: 50px
    }
    .cookie-dismiss-alert {
        margin-top: -80px
    }
}

@media only screen and (max-width:640px) {
    .cookie-dismiss-alert {
        margin-top: 0;
        position: absolute;
        top: 15px
    }
}

.contrast,
.contrast nav,
.contrast div,
.contrast li,
.contrast ol,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article {
    background: #000 !important;
    color: #fff !important;
    transition: all .1s ease
}

.contrast section.header-logo {
    background: #2d2d2d !important;
    transition: all .1s ease
}

.contrast section.header-logo div {
    background: #2d2d2d !important;
    transition: all .1s ease
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast q,
.contrast i,
.contrast b,
.contrast u,
.contrast span {
    color: #fff !important;
    transition: all .1s ease
}

.contrast a {
    color: #ffd800 !important;
    transition: all .1s ease
}

.contrast button,
.contrast input[type=button],
.contrast input[type=reset],
.contrast input[type=submit] {
    background: #000 !important;
    color: #fff !important;
    transition: all .1s ease;
    border: .1rem solid #fff
}

.contrast img.on-contrast-force-gray {
    filter: grayscale(100%) contrast(120%);
    transition: all .1s ease
}

.contrast img.on-contrast-force-white {
    filter: brightness(0) invert(1);
    transition: all .1s ease
}

.contrast input[type=text],
.contrast input[type=password],
.contrast input[type=url],
.contrast input[type=search],
.contrast input[type=email],
.contrast input[type=tel],
.contrast input[type=date],
.contrast input[type=month],
.contrast input[type=week],
.contrast input[type=datetime],
.contrast input[type=datetime-local],
.contrast textarea,
.contrast input[type=number] {
    background: #000 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    transition: all .1s ease
}

.contrast .acessibilide-topo,
.contrast .acessibilide-topo * {
    background-color: #2d2d2d !important
}

.contrast #flutuante {
    color: #fff !important
}

.contrast .btn__jumbotron {
    border: .1rem solid #fff !important
}

.contrast .col .btn__jumbotron {
    color: #fff;
    border: none
}

.contrast .info5 ul li a {
    color: #fff !important
}

.contrast .acervo__orderby {
    color: #fff
}

.contrast .livros__imagem {
    border: .1rem solid #fff;
    border-radius: .5rem;
    margin-bottom: 1rem
}

.contrast .corporativo-3 .form-fconosco {
    background-color: #000;
    border: .1rem solid #fff;
    border-radius: 1rem
}

.contrast .section-lado1 {
    border-top: .1rem solid #fff;
    border-bottom: .1rem solid #fff;
    display: flex;
    align-items: center
}

.contrast .section-lado2 {
    display: flex;
    align-items: center
}

.contrast .section-lado1 .wrapper {
    height: 97%
}

.contrast .section-lado2 .wrapper {
    height: 97%
}

.contrast .background-app {
    background-color: #151414 !important
}

.contrast .background-app * {
    background-color: #151414 !important
}

.contrast .menuPrincipal .ui-container {
    height: auto
}

.contrast .form-fconosco {
    background-color: #000;
    border: .1rem solid #fff;
    border-radius: 1rem
}

.contrast .box-form .ui-itens select {
    background-color: #000;
    color: #fff
}

.contrast .category .slick-prev,
.category .slick-next {
    border: none
}

.contrast .category .slider-text {
    border: .1rem solid #fff;
    border-radius: .5rem
}

.contrast .analise-box {
    border: .1rem solid
}

.contrast .box-livro {
    border: .1rem solid #fff;
    border-radius: .5rem;
    text-align: center;
    padding: .2rem
}

.contrast .duvidas {
    border: .1rem solid #fff
}

.contrast .ui-form {
    border: .1rem solid #fff;
    border-radius: 4px
}

.contrast .ui-select {
    background-color: #000
}

.contrast .stepcard__cards-buttons button {
    border: .1rem solid #fff;
    border-radius: 1rem
}

.contrast .ui-form .stepcard__cards-buttons {
    text-align: center
}

.contrast .font-btn button {
    border: none
}

.contrast .analise-box:hover p {
    color: #fff !important;
    transition: all .2s;
    transform: translateY(-3px)
}

.contrast .analise-box:hover h2 {
    color: #fff !important;
    transition: all .2s;
    transform: translateY(-3px)
}

.contrast .items:hover p {
    color: #fff !important;
    transition: all .2s;
    transform: translateY(-3px)
}

.contrast .items:hover h2 {
    color: #fff !important;
    transition: all .2s;
    transform: translateY(-3px)
}

.contrast .btn__jumbotron {
    color: #fff !important;
    background: #000;
    border: .1rem solid #fff
}

.contrast .info5 ul li a {
    border: .1rem solid #fff;
    background-color: #000;
    color: #fff
}

.contrast .info5 ul li a:hover {
    border: .1rem solid #fff;
    background-color: #000;
    color: #fff
}

.contrast .dicas_item a {
    border: .1rem solid #fff;
    background-color: #000;
    color: #fff
}

.contrast .dicas_item a:hover {
    border: .1rem solid #fff;
    background-color: #000;
    color: #fff
}

@media only screen and (max-width:568px) {
    .cabecalho {
        display: none
    }
    .acessibilidade {
        display: none
    }
    .menu-hidden ul li {
        width: 100%;
        text-align: right
    }
    .menu-hidden input:checked~label .menu1 {
        box-shadow: 0 0 0 130vw #01b69c, 0 0 0 170vh #025a6e
    }
    .logoBv img {
        margin-left: 2.5rem;
        width: 70% !important
    }
    .menu1 {
        right: 2.5rem !important;
        z-index: 20
    }
}

@media only screen and (max-width:320px) {
    .cabecalho {
        display: none
    }
    .acessibilidade {
        display: none
    }
    .menu-hidden mobile-botoes {
        width: 32rem;
        top: 55%
    }
    .menu-hidden button {
        font-size: 2.5rem
    }
}

@media only screen and (max-width:426px) {
    .rodape {
        align-items: flex-start
    }
    .rodape nav {
        width: 98%;
        height: 100%;
        justify-content: center;
        align-items: flex-start
    }
    .rodape nav h1 {
        display: none
    }
    .rede-social {
        height: 10rem;
        margin-top: 2rem;
        justify-content: center;
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap
    }
    .downloadapp {
        justify-content: center;
        height: 16rem;
        flex-flow: column
    }
    .rodape .listainline {
        width: 100%;
        height: 10rem;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center
    }
    .rodape .listainline li {
        margin-top: 1rem
    }
    .rodape .listainline li button {
        margin-left: 0
    }

    #slick-topo .slick-dots {
        display: block;
    }

    .description-text {
        margin: 60px auto 5rem !important;
    }
}

@media(min-width:569px) and (max-width:1130px) {
    #flutuante {
        top: 90%
    }
}

@media(max-width:568px) {
    #flutuante {
        display: none
    }
}

@media(min-width:427px) and (max-width:568px) {
    #flutuante {
        top: 80%
    }
}

@media(max-width:426px) {
    #flutuante {
        top: 90%
    }
}

@media only screen and (max-width:426px) {
    .menu1 {
        top: 1.5rem;
        right: 2.5rem
    }
    .info1 {
        width: 100%;
        display: flex
    }
    .baloes {
        display: block;
        text-align: center
    }
    .info1 ul li:first-child {
        width: 100%;
        height: 4rem;
        text-align: center
    }
    .info1 ul li {
        margin-left: .5rem;
        margin-right: .5rem
    }
    .fundo1 p {
        width: 100%
    }
    .right,
    .right2,
    .right3 {
        display: none
    }
    .fundo1 p,
    .fundo2 p,
    .fundo3 p {
        width: 100%;
        text-align: center;
        margin: .5rem
    }
    .fundo1 p,
    .fundo2 p,
    .fundo3 p {
        font-size: 3rem;
        line-height: 3.5rem
    }
    .fundo1 p br,
    .fundo2 p br,
    .fundo3 p br {
        display: block
    }
    .left {
        width: 100%;
        height: 32rem
    }
    .left a,
    .left2 a,
    .left3 a {
        width: 25.8rem
    }
    .left2 {
        width: 100%;
        height: 30rem;
        justify-content: center
    }
    .left3 {
        width: 100%;
        height: 29.3rem;
        justify-content: center
    }
    .info2 {
        height: 110rem;
        padding-top: 7rem
    }
    .info2 article {
        width: 98%;
        height: 38.5rem
    }
    .info2 a {
        width: 25.8rem
    }
    .info2 article p {
        width: 98%
    }
    .head1::before {
        margin-top: -14rem
    }
    .head2::before {
        margin-top: -13rem
    }
    .wrapper2 {
        width: 100%;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center
    }
    .info3 {
        height: 150rem;
        padding-bottom: 0
    }
    .info3 form {
        width: 100%;
        height: 5rem
    }
    .info3 input {
        width: 93%
    }
    .info3 article {
        width: 100%;
        height: 30.5rem;
        text-align: center
    }
    .info3 p {
        width: 100%
    }
    .info3 ol {
        width: 98%;
        height: 95.2rem;
        margin: 5rem 0 5rem 0;
        display: flex;
        flex-flow: column;
        align-items: center
    }
    .info3 ol li {
        width: 16rem;
        height: 35.2rem
    }
    .wrapper2 a {
        width: 25.8rem
    }
    .info4 .left div {
        background-repeat: no-repeat;
        background-size: contain
    }
    .info4 .right article {
        width: 97%
    }
    .info5 h1 {
        width: 80%;
        text-align: center
    }
    .info5 ul {
        width: 100%
    }
    .info5 ul li {
        width: 29.8rem
    }
    .info5 ul li img {
        width: 29.81rem;
        height: 24.1rem;
        object-fit: cover;
        border-radius: .5rem
    }
    .info5 ul li:nth-child(2n) {
        display: none
    }
    .info5 p a {
        margin-top: 0
    }
    .rodape {
        align-items: flex-start
    }
    .rodape nav {
        width: 98%;
        height: 100%;
        justify-content: center;
        align-items: flex-start
    }
    .rodape nav h1 {
        display: none
    }
    .rede-social {
        height: 10rem;
        margin-top: 2rem;
        justify-content: center;
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap
    }
    .downloadapp {
        justify-content: center;
        height: 13rem;
        flex-flow: column;
        margin-bottom: 20px;
        padding-bottom: 20px
    }
    .downloadapp li:first-child {
        margin-bottom: 3rem
    }
    .rodape .listainline li {
        margin-top: 1rem
    }
    .rodape .listainline li a {
        margin-left: 0
    }
}

@media only screen and (max-width:400px) {
    .baloes {
        width: 90%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .info1 ul li:first-child {
        width: 100%;
        height: 12rem;
        text-align: center
    }
}

@media(max-width:370px) {
    .row-title {
        align-items: flex-start
    }
    .info5 p a {
        margin-top: 0;
        font-size: 20px
    }
    .info5 p a i {
        margin-left: 5px;
        font-size: 20px
    }
}

@media(max-width:400px) {
    .acervo-row {
        max-width: 350px
    }
    .acervo-item {
        margin-bottom: 10px
    }
}

@media(max-width:380px) {
    .acervo-row {
        justify-content: center
    }
}

@media(max-width:568px) {
    #flutuante {
        display: none
    }
}

@media(min-width:427px) and (max-width:568px) {
    #flutuante {
        top: 80%
    }
}

@media(max-width:426px) {
    #flutuante {
        top: 90%
    }
}

@media only screen and (max-width:568px) {
    .menu1 {
        top: 1.5rem;
        right: 2.5rem
    }
    .info1 {
        width: 100%;
        display: flex
    }
    .info1 ul li {
        margin: 1rem
    }
    .left,
    .left2,
    .left3 {
        width: 53rem
    }
    .info2 {
        padding-top: 3rem
    }
    .info2 article {
        width: 43.5rem;
        height: 28.5rem
    }
    .head1::before {
        margin-top: -10rem
    }
    .head2::before {
        margin-top: -10rem
    }
    .info3 form {
        width: 48rem
    }
    .info3 input {
        width: 45rem
    }
    .info3 ol {
        width: 98%;
        height: 32.2rem;
        margin-left: 0
    }
    .info4 {
        width: 100%;
        height: 80.9rem;
        display: flex;
        flex-direction: column
    }
    .info4 {
        background-color: #f6f5f9
    }
    .info4 .left {
        width: 100%;
        height: 41.9rem;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .info4 .left div {
        background-image: url(../images/Grupo-de-máscara-101.png);
        width: 34.2rem;
        height: 34.2rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .info4 .right {
        width: 100%;
        height: 41.9rem;
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap
    }
    .info5 h1 {
        width: 35rem
    }
    .rodape .listainline li a {
        margin-left: 2rem
    }
}

@media(max-width:425px) {
    #slick-topo .slick-dots {
        width: 100%;
        left: 0
    }
}

@media(max-width:330px) {
    .fundo-container {
        max-width: 300px
    }
    .btn__jumbotron {
        font-size: 10px
    }
}

@media(max-width:330px) {
    .acervo-row {
        justify-content: center
    }
}

@media(max-width:425px) {
    .porque-escolher {
        height: 54.8rem
    }
    .space-item-bb {
        text-align: center;
        padding: 0 3rem
    }
    .porque-escolher .title {
        padding: 4rem 2rem
    }
    .porque-escolher .slick-dots {
        margin-bottom: 4rem !important
    }
}

@media(max-width:320px) {
    .porque-escolher {
        height: 58.8rem
    }
    .porque-escolher .slick-dots {
        margin-bottom: 5rem !important
    }
    .slick-escolher__item {
        padding: 0 2rem
    }
}

@media(max-width:320px) {
    .box_search-site .input-search input {
        padding: 0 0 0 .5rem
    }
}

@media(max-width:425px) {
    .filters__lista {
        margin: 0 17px !important;
        margin-left: 1.5rem !important
    }
}

@media(max-width:320px) {
    .filters__lista {
        margin: 0 8px;
        margin-left: -10px
    }
}

@media(max-width:425px) {
    .grp-dicas {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(max-width:480px) {
    .category .ui-container {
        padding: 0
    }
    .two-rows {
        width: 71% !important;
        margin: 0 5.3rem 0 5.3rem
    }
}

@media(max-width:425px) {
    .box_bvInfo {
        height: 56.7rem
    }
    .bvInfo h1 {
        height: 30%
    }
    .boxDownload-cor figure>img {
        width: 80.5%
    }
    .boxDownload-cor {
        height: 65.2rem
    }
    .category h1 {
        margin-block-start: 0
    }
}

@media(max-width:375px) {
    .items {
        height: 29rem
    }
    .boxBenefit {
        height: 347.5rem
    }
    .box_bvInfo {
        height: 57rem
    }
    .boxDownload-cor figure>img {
        width: 90.5%
    }
    .boxDownload-cor {
        height: 66.2rem
    }
}

@media(max-width:320px) {
    .box_bvInfo {
        height: 67rem
    }
    .boxDownload-cor {
        height: 65.2rem
    }
    .btn-category {
        width: 85%
    }
    .bvInfo h1 {
        height: 35%
    }
    .boxBenefit {
        height: 32rem
    }
    .boxBenefit {
        height: 375.5rem
    }
    .items {
        height: 32rem
    }
}

@media(max-width:568px) {
    .article-base {
        width: 95%
    }
}

@media(max-width:426px) {
    .topo-gradient h1 {
        width: 100%;
        padding: 0 1rem 0 1rem;
        font-size: 3rem
    }
}

@media(max-width:361px) {
    .topo-gradient h1 {
        font-size: 2.5rem
    }
}

@media(max-width:568px) {
    .box-editoras-clientes .wrapper {
        width: 82%
    }
}

@media(max-width:426px) {
    .box-editoras-clientes ul {
        justify-content: center
    }
}

@media(max-width:568px) {
    .baixar-app .right {
        background-image: none;
        background-color: #4380dc;
        height: auto;
        padding-bottom: 3rem
    }
    .baixar-app {
        padding-bottom: 0
    }
}

@media(max-width:361px) {
    .baixar-app h1 {
        font-size: 3rem
    }
}

@media(max-width:426px) {
    .corporativo-1 .wrapper,
    .corporativo-2 .wrapper,
    .corporativo-3 .wrapper {
        width: 95%
    }
    .corporativo-2 ul li {
        width: 100%;
        margin: 0 0 10rem 0
    }
    .corporativo-2 .wrapper h1 {
        margin: 6rem 0 10rem 0
    }
    form-corporativo {
        width: 91%
    }
    .corporativo-1 .left {
        width: 54.5rem;
        height: auto
    }
    .form-corporativo input {
        width: 32.5rem
    }
    .form-corporativo textarea {
        width: 96%
    }
}

@media(max-width:376px) {
    .form-corporativo input {
        width: 28.5rem
    }
    .form-corporativo textarea {
        width: 94%
    }
}

@media(max-width:321px) {
    .form-corporativo input {
        width: 24rem
    }
    .corporativo-2 .wrapper h1 {
        margin-bottom: 15rem
    }
}

@media(max-width:426px) {
    .section-lado1 .wrapper {
        align-items: center
    }
    .section-lado1 article {
        margin-bottom: 0
    }
    .section-lado2 .wrapper {
        align-items: center
    }
    .section-lado2 article {
        margin-bottom: 0
    }
}

@media(max-width:426px) {
    .duvidas>ul {
        padding: 0 1rem 0 1rem
    }
    .corporativo-1 p,
    .corporativo-2 p,
    .corporativo-3 p {
        text-align: center
    }
    .corporativo-1 h1,
    .corporativo-2 h1,
    .corporativo-3 h1 {
        text-align: center
    }
    .corporativo-1 h2,
    .corporativo-2 h2,
    .corporativo-3 h2 {
        text-align: center
    }
}

@media(max-width:361px) {
    .section-suporte h1 {
        font-size: 2.5rem
    }
}

@media(max-width:520px) {
    .dicas-compartilhe.item-l {
        margin-top: 2rem
    }
}

@media(max-width:425px) {
    .corporativo-3 .form-fconosco {
        padding: 5rem 2.4rem
    }
}

@media(max-width:799px) {
    .analise__atividades-img-pontinhos {
        display: none
    }
}

@media(max-width:1000px) {
    .button__home {
        font-size: 14px;
        height: 50px;
        line-height: 18px
    }
    .analise__circle-pink-atividades {
        display: none
    }
    .ui-container {
        padding: 0;
    }
    #slick-topo {
        margin-top: 0 !important;
        height: 620px;
        margin-bottom: 40px
    }
    #slick-topo .slick-dots {
        left: -3rem
    }
    .fundo-container {
        max-width: 700px
    }
    .analise-col {
        max-width: 220px;
        width: 100%;
        margin-bottom: 90px
    }
    .row .analise-col:nth-child(3) {
        margin-bottom: 0
    }
    .row {
        justify-content: center;
        align-items: center
    }
    .analise-box {
        padding: 0 35px;
        padding-top: 95px
    }
    .analise__box-image {
        top: -60px
    }
    .nossos-livros {
        margin-top: -70px;
        background-size: cover;
        height: 850px
    }
    .nossos-livros::before {
        top: 0
    }
    .livros-col-2 .books__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end
    }
    .nossos-livros .books__container .books {
        width: 30%;
        margin-left: 18px;
        margin-bottom: 14px
    }
    .nossos-livros .books__container .books:last-child {
        margin-right: 18px
    }
    .experimente-bibot {
        align-items: center;
        background-size: cover;
        margin-top: -400px;
        padding-top: 50px
    }
    .rodape {
        height: auto
    }
    #rodape-redes-mobile {
        display: none
    }
    .rodape__links {
        flex-wrap: wrap;
        justify-content: center
    }
    .rodape__infos {
        flex-direction: column;
        margin-top: 45px
    }
    .rede-social {
        margin-top: 55px;
        width: 100%
    }
    .rodape__infos {
        align-items: center
    }
    .rodape .listainline {
        max-width: 80%;
        flex-direction: column;
        align-items: center;
        width: 100%;
        justify-content: space-between
    }
    .rodape .listainline li {
        margin-top: 30px
    }
    .rodape .listainline li a {
        margin-left: 0
    }
    .header__topo-component {
        margin-top: 0;
        background-size: cover;
        height: 640px
    }
    .header__topo-component .header__title {
        margin-top: 40px;
        margin-bottom: 30px;
        line-height: 40px
    }
    .sobre__box {
        height: auto
    }
    .sobre__box .row {
        flex-direction: column
    }
    .sobre__box .col {
        width: 80%
    }
    .sobre__box .title__big {
        width: 100%;
        text-align: center;
        margin-bottom: 28px
    }
    .bg__sobre {
        background-position: right
    }
    .bg__sobre .ui-container {
        margin-top: 90px
    }
    .bg__sobre .row {
        justify-content: center
    }
    .sobre__box--parceiros {
        background-position: right;
        padding-bottom: 80px
    }
    .sobre__box--parceiros .p__description {
        margin-top: 50px
    }
    .sobre__box--parceiros .box__img--sobre {
        display: none
    }
    .list--parceiros {
        margin-top: 25px;
        grid-template-columns: repeat(4, 1fr);
        gap: 22px
    }
    .list--parceiros .box--img-parceiro {
        width: auto
    }
    .nossos__livros::before {
        display: none
    }
    .nossos__livros {
        padding-top: 130px
    }
    .nossos__livros .row {
        max-width: 800px;
        width: 100%;
        margin: 0 auto
    }
    .nossos__livros .livros__item {
        width: 100% !important;
        padding: 25px 30px;
        min-height: 290px
    }
    .nossos__livros .list__livros {
        margin-top: -85px
    }
    .analise {
        filter: none;
        height: auto;
        margin-top: -145px
    }
    .analise header {
        margin-top: 180px
    }
    .analise .row {
        justify-content: space-between
    }
    .analise .row .analise-box {
        min-height: auto;
        padding-top: 80px
    }
    .analise-title {
        font-size: 22px;
        line-height: 28px
    }
    .analise__footer {
        margin-top: -20px;
        margin-bottom: 80px
    }
    .nossos-livros {
        background-image: url(/images/bg-home-nossos-livros-mobile.svg);
        max-height: 850px;
        height: 100%
    }
    .nossos-livros::before {
        background-image: none
    }
    .header__topo--back {
        position: inherit;
        max-width: 760px;
        width: 100%;
        margin: 0 auto
    }
    .header__topo--img {
        width: 30%;
        margin-top: 20px
    }
    .header__topo--back a {
        margin-left: 22px
    }
    .box__book--description .analise__circle-pink-atividades {
        display: none
    }
    .bibot__box .row {
        flex-direction: column
    }
    .bibot__box .col {
        width: 100%
    }
    .bibot__box .p__title {
        margin-top: -80px;
        width: 100%
    }
    .bibot__box .img__circulos {
        display: none
    }
    .form-fconosco {
        max-width: 100%
    }
    .bibot__box .img__garoto {
        width: 100%
    }
    .g-recaptcha {
        transform: scale(.75)
    }
    .form__footer--p {
        width: 80%;
        text-align: center;
        font-size: 1.3rem
    }
    .box-form--footer {
        height: 13rem
    }
    .bibot__naescola .header__topo-component .p__title {
        width: 80%;
        margin: 55px auto 0;
    }
    .faq__page .header__topo-component {
        height: 400px
    }
    .duvidas__frequentes {
        max-width: 600px;
        margin-top: 0
    }
    .bibot__box .col .title__big,
    .bibot__box .col .p__description {
        text-align: center
    }
    #slick-topo .row-jumbotrom .col {
        width: 100%
    }
}

@media(max-width:799px) {
    .book__details--header .row,
    .box__book--description .row {
        width: 520px !important;
        width: 100%;
        margin: 0 auto;
        justify-content: center
    }
    .book__details--header {
        height: 1150px;
        background-color: #fafbff
    }
    .analise .row {
        flex-direction: column;
        max-width: 355px;
        margin: 0 auto
    }
    .analise-col {
        max-width: 355px
    }
    .analise__footer {
        margin-top: 40px
    }
    .footer__component .row {
        margin-top: 45px
    }
    .pqbibot__box.pqbibot__box--shape {
        min-height: 900px
    }
    .pqbibot__box:first-of-type {
        min-height: 100vh
    }
    .pqbibot__box .row {
        flex-direction: column
    }
    .pqbibot__box .col {
        width: 100% !important
    }
    .pqbibot__box .col-38 {
        width: 100% !important
    }
    .pqbibot__box figure.box__img--sobre img {
        width: 70%;
        margin-bottom: 25px
    }
    .pqbibot__box.com_bg1 .ui-container .row .col,
    .pqbibot__box.com_bg2 .ui-container .row .col {
        justify-content: center
    }
    .pqbibot__box .title__big {
        margin-bottom: 50px;
        text-align: center
    }
    .pqbibot__box .p__description {
        text-align: center
    }
    .page__pqbibot .header__topo-component {
        height: 650px
    }
    .page__pqbibot .header__topo-component .p__title {
        width: 80%;
        margin-top: 55px
    }
    .header__topo-component .header__title {
        margin-top: 80px
    }
    .faq__page .header__topo-component {
        height: 400px
    }
    .duvidas__frequentes {
        padding: 37px 18px;
        margin-left: 12px;
        margin-right: 12px;
        margin-top: -40px
    }
    .duvidas .title-lista {
        font-size: 1.8rem !important
    }
    .duvidas ul li {
        font-size: 1.2rem
    }
    .duvidas__frequentes .duvida-title {
        font-size: 1.8rem
    }
    .duvidas__frequentes .duvida-text {
        font-size: 1.4rem
    }
    .page__nossos-livros .header__topo-component {
        height: 800px
    }
    .nossos-livros {
        height: 815px
    }
    .nossos-livros .row {
        margin-top: 80px
    }
    .livros__footer {
        margin-top: 40px
    }
    .nossos-livros__title,
    .conheca-bibot .title {
        line-height: 40px
    }
    .conheca-bibot {
        height: 920px
    }
    #slick-topo .row-jumbotrom .col {
        margin-top: 46%
    }
    .analise__title,
    .experimente__title,
    .conheca-bibot .title,
    .experimente__title {
        line-height: 42px
    }
}

@media(min-width:600px) and (max-width:799px) {
    .nossos__livros-shape {
        top: -60px
    }
    .robo__bibot {
        bottom: 13px
    }
}

@media(min-width:320px) and (max-width:599px) {
    #slick-topo .slick-dots {
        left: 0
    }
    .jumbotron {
        height: 1000px
    }
    .row-jumbotrom .col {
        width: 100%;
        margin-top: 40%
    }
    .row-jumbotrom .col img {
        display: none
    }
    .row-jumbotrom .col .col__text {
        text-align: center
    }
    .background-base {
        background-position: top left
    }
    .analise {
        padding-top: 85px;
        padding-bottom: 0
    }
    .nossos-livros {
        height: auto;
        background-image: url(/images/bg-home-nossos-livros-mobile.svg);
        background-position: center;
        padding-top: 100px;
        padding-bottom: 120px;
        max-height: initial
    }
    .nossos-livros .ui-container {
        margin-top: 0
    }
    .nossos-livros .row {
        flex-direction: column;
        width: 100%
    }
    .nossos-livros .livros-col-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px
    }
    .nossos-livros .livros-col-1,
    .nossos-livros .livros-col-2 {
        width: 100%
    }
    .nossos-livros .livros__box {
        max-width: 100%
    }
    .livros__box--description {
        text-align: center
    }
    .livros-col-2 .books__container {
        justify-content: center
    }
    .nossos-livros .books__container {
        margin-top: 25px
    }
    .nossos-livros .books__container .books {
        width: 65%;
        margin-top: 15px
    }
    .rodape {
        width: 100%;
        max-width: 599px
    }
    .rodape .ui-container {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .rede-social {
        flex-wrap: wrap;
        justify-content: center
    }
    .rodape hr {
        margin-left: 0;
        margin-right: 0
    }
    .rodape .listainline {
        height: auto
    }
    .listainline li {
        margin-top: 22px
    }
    .header__topo-component {
        background-position: center
    }
    .header__title {
        font-size: 26px
    }
    .header__description {
        width: 80%
    }
    .list--parceiros {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px
    }
    .title__big {
        font-size: 23px;
        line-height: 40px
    }
    .p__description--big {
        font-size: 22px;
        line-height: 38px
    }
    .sobre__box--parceiros {
        background-position: center
    }
    .box__info-parceiros {
        padding-right: 0
    }
    .sobre__box--parceiros .title__big.color-blue--primary,
    .sobre__box--parceiros .p__description {
        text-align: center;
        width: 100%
    }
    .list--parceiros,
    .nossos__livros .list__livros {
        grid-template-columns: repeat(1, 1fr);
        gap: 28px
    }
    .nossos__livros .list__livros .livros__item {
        justify-self: center;
        width: 220px !important
    }
    .header__title {
        margin-left: 12px;
        margin-right: 12px
    }
    .box__acerto .input-search {
        width: 100%
    }
    .footer__component,
    .pqbibot.footer__component {
        background-position: center;
        background-image: url(/images/bg-component-footer-mobile.png);
        min-height: 100px;
        max-height: 500px;
        margin-top: 0;
        padding-bottom: 75px
    }
    .footer__component .ui-container {
        padding: 0;
        margin-top: 0
    }
    .footer__component .row .col {
        width: 80%;
        margin-left: 0
    }
    .footer__component .footer__title {
        margin: 28px 0;
        font-size: 28px
    }
    .footer__component .footer__description {
        margin: 0;
        margin-bottom: 35px
    }
    .footer__component .footer__title,
    .footer__component .footer__description {
        text-align: center
    }
    .conheca-bibot {
        background-image: none;
        margin-top: -140px
    }
    .conheca-bibot iframe {
        min-width: 300px;
        width: 80%
    }
    .robo__bibot {
        bottom: 45px
    }
    .book__details--header .row,
    .box__book--description .row {
        width: 80% !important
    }
    .header__description--name-author {
        margin-bottom: 40px
    }
    .row__header--description div {
        margin-left: 0
    }
    .header__topo--img {
        width: 100%
    }
    .analise__title {
        width: 320px
    }
    .analise__title,
    .nossos-livros__title,
    .conheca-bibot .title,
    .experimente__title {
        text-align: center
    }
    .analise {
        margin-top: -210px;
        position: relative;
        z-index: 9
    }
    .analise header {
        margin-top: 100px
    }
    .analise-box {
        padding: 0 22px
    }
    .nossos-livros {
        position: relative;
        z-index: 1;
        margin-top: -160px
    }
    .sobre__box .button__home {
        width: 100%
    }
    .sobre__box .col {
        width: 100%
    }
    .bg__sobre .col {
        width: 80%;
        margin-left: 25px
    }
    .pqbibot__box figure.box__img--sobre img {
        width: 90%
    }
    .pqbibot__box:nth-child(4) {
        margin-top: 0
    }
    .pqbibot__box:nth-child(5),
    .pqbibot__box:nth-child(7) {
        padding-top: 70px
    }
    .pqbibot.footer__component .ui-container {
        margin-top: -100px;
        margin-bottom: 50px
    }
    .footer__logo {
        width: 90px
    }
    .page__nossos-livros .header__topo-component {
        height: 650px
    }
    .p--info {
        line-height: 22px
    }
    .bibot__naescola .header__topo-component {
        height: 500px
    }
    .duvidas__frequentes {
        width: 62%;
        margin: 0 auto !important;
        max-width: 600px;
        margin-bottom: 60px !important;
        margin-top: 90px !important
    }
    .page__politica .header__topo-component,
    .faq__page .header__topo-component,
    .page__termos .header__topo-component {
        height: 460px
    }
    .duvidas__frequentes .ui-container {
        padding: 0
    }
    .main-conteudo .ui-container .article-base {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0
    }
    .main-conteudo .ui-container .article-base h2 {
        font-size: 2.2rem;
        line-height: 30px
    }
    .main-conteudo .article-base .section-conteudo h3 {
        font-size: 1.8rem
    }
    .main-conteudo .ui-container .article-base p,
    .main-conteudo .article-base .section-conteudo ul li {
        font-size: 1.2rem
    }
    .article-base ul li {
        margin-left: 1.5rem
    }
    .book__details--header .ui-container {
        margin-top: -280px
    }
}

@media(max-width:420px) {
    #rodape-redes {
        display: none
    }
    #rodape-redes-mobile {
        display: flex
    }
    #rodape-redes-mobile div {
        display: flex
    }
    #rodape-redes-mobile div:first-child {
        margin-bottom: 20px
    }
    .rodape nav {
        width: 100%
    }
    .listainline li {
        margin-top: 26px
    }
    .box__book--description .ui-container {
        margin-bottom: 65px
    }
}

@media only screen and (max-width:600px) {
    .bibot-sobre .sobre__box--parceiros {
        height: 1600px
    }
}

.description-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    max-width: 900px;
    margin: 0px auto 10rem;
}

.card-choice-plan {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0, 0.16);
    padding: 60px 10px 10px;
    margin: 60px auto 14rem;
    width: 100%;
    max-width: 900px;
}

.card-choice-plan > header {
    margin-bottom: 30px;
    text-align: center;
}

.card-choice-plan .title {
    color: #025A6E;
    font-weight: 700;
    font-size: 22px;
}

.card-choice-plan p {
    color: #4A4A4A;
    font-size: 16px;
    line-height: 1.5;
    color: #4A4A4A;
    margin: 15px 0;
}

.option-list {
    margin: 45px 75px;
    justify-content: space-between;
    display: flex;
}

.option-list .card-option {
    width: 48%;
    text-align: center;
    background: white;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.16);
}

.option-list .card-option .card-option-header {
    background: #E4E4F2;
    padding: 30px;
}

.option-list .card-option .card-option-container {
    padding: 40px;
}

.price-text {
    color: #025A6E;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.5;
    position: relative;
}

.price-text span {
    font-weight: 400;
    font-size: 24px;
}

.price-text span:first-child {
    position: relative;
    top: -20px;
}

.btn-action-pink {
    background-color: #EA067F;
    color: #ffffff;
    border-radius: 15px;
    border: 0;
    cursor: pointer;
    max-width: 280px;
    width: 100%;
    height: 40px;
    transition: all 0.4s ease;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.btn-action-pink:hover {
    opacity: 0.8;
}

.option-list .card-option .card-option-container .btn-action-pink {
    margin-top: 50px;
}

.option-list .card-option .card-option-container h3.title {
    margin-top: 45px;
}

@media (max-width: 1100px) {
    .card-choice-plan {
        width: auto;
        padding: 100px 40px 40px;
    }
    .option-list .card-option {
        width: 100%;
        margin-bottom: 25px;
    }
    .option-list {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 700px) {
    .option-list .card-option .card-option-container {
        padding: 25px;
    }
    .btn-action-pink {
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    .bibot__naescola .header__topo-component {
        height: 600px;
    }
    .btn-action-pink {
        font-size: 15px;
    }
}