@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

:root {
    --menu-speed: 0.75s;
}

html {
    background: white;
    overflow-x: hidden;
    /* scroll-behavior: smooth; */
}

body {
    padding: 0;
    margin: 0;
    background: white;
    overflow: hidden;
}

/* FONTS */

@font-face {
    font-family: 'Distrob';
    src: url('../fonts/distrob_-webfont.woff2') format('woff2'), url('../fonts/distrob_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.h1, h1 {
    font-family: 'Distrob', sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 3.5rem;
    margin: 0;
    padding: 0;
}

.h2, h2 {
    font-family: 'Distrob', sans-serif;
    font-size: 1.87rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.h3, h3 {
    font-family: 'Distrob', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.h4, h4 {
    font-family: 'Distrob', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.h5, h5 {
    font-family: 'Distrob', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.h6, h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.p, p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 0.87rem;
    margin: 0;
    padding: 0;
}

.font-menu {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

/* DISPLAYS */

.d-block {
    display: block;
}

.d-none {
    display: none;
}

/* MARGINS */

.mt-1 {
    margin-top: 0.5rem;
}

.mt-2 {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: 2rem;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 2rem;
}

.ml-1 {
    margin-left: 0.5rem;
}

.ml-2 {
    margin-left: 1rem;
}

.ml-3 {
    margin-left: 2rem;
}

.mr-1 {
    margin-right: 0.5rem;
}

.mr-2 {
    margin-right: 1rem;
}

.mr-3 {
    margin-right: 2rem;
}

/* PADDINGS */

.pt-1 {
    padding-top: 0.5rem;
}

.pt-2 {
    padding-top: 1rem;
}

.pt-3 {
    padding-top: 2rem;
}

.pb-1 {
    padding-bottom: 0.5rem;
}

.pb-2 {
    padding-bottom: 1rem;
}

.pb-3 {
    padding-bottom: 2rem;
}

.pl-1 {
    padding-left: 0.5rem;
}

.pl-2 {
    padding-left: 1rem;
}

.pl-3 {
    padding-left: 2rem;
}

.pr-1 {
    padding-right: 0.5rem;
}

.pr-2 {
    padding-right: 1rem;
}

.pr-3 {
    padding-right: 2rem;
}

/* COLORS */

.color-darkgrey {
    color: 303030;
}

.color-white {
    color: white;
}

.color-azul {
    color: #1E4651;
}

.color-cyan {
    color: #49A3BD;
}

.color-roxo {
    color: #64529E;
}

.color-laranja {
    color: #EC6046;
}

.color-verde {
    color: #49B487;
}

.bg-color-azul {
    background-color: #1E4651;
}

.bg-color-cyan {
    background-color: #49A3BD;
}

.bg-color-laranja {
    background-color: #EC6046;
}

.bg-color-amarelo {
    background-color: #FFE78C;
}

.bg-color-branco {
    background-color: white;
}

.bg-color-roxo {
    background-color: #64529E;
}

.bg-color-verde {
    background-color: #49B487;
}

.txt-center {
    text-align: center;
}

.gradient {
    background-image: radial-gradient( #4BB0CD, #2C6070);
}

/* ________________________________________________________________ */

/* HEADER */

.header-container-main {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #1E4651;
    z-index: 50;
}

/* @media(max-width:768px){
    .header-container-main {
        top: 70px;
    }
} */

.header-logos {
    position: absolute;
    top: 0;
    left: 1rem;
    height: 40px;
}

#header-logo-ddh {
    position: absolute;
    top: 1rem;
    left: 1rem;
    height: 50px;
}

#header-logo-ftd {
    position: absolute;
    top: 1.3rem;
    left: 12rem;
    height: 40px;
}

.header-logo-bncc {
    position: absolute;
    top: -1.5rem;
    right: 0;
    width: 10px;
    height: 10px;
}

.header-acessos {
    display: none;
}

.btn-acesso-pais {
    background-color: #183C46;
    width: 250px;
    height: 30px;
    border-radius: 20px;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
}

.btn-acesso-pais a{
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    color: white;
    text-decoration: none;
    transition: color .3s;
}

.btn-acesso-pais a:hover{
    color: orange;
}

@media (min-width: 768px) {
    .header-acessos {
        display: flex;
        position: absolute;
        top: 1.5rem;
        right: 1rem;
        height: 40px;
        padding-left: 1rem;
    }
    .header-acesso-pai {
        position: absolute;
        top: 1rem;
        right: 1rem;
        height: 40px;
    }
    .header-acesso-professor {
        position: absolute;
        top: 1.3rem;
        right: 1rem;
        height: 40px;
    }
    .btn-acesso-pais {
        background-color: #202020;
        width: 200px;
        height: 30px;
        border-radius: 20px;
        text-align: center;
        line-height: 28px;
        margin-left: 1rem;
    }
    
    .btn-acesso-pais a{
        font-family: "Roboto", sans-serif;
        font-size: 0.8rem;
        color: white;
        text-decoration: none;
        transition: color .3s;
    }
    
    .btn-acesso-pais a:hover{
        color: orange;
    }
}

.header-menus {
    display: none;
}

@media (min-width: 768px) {
    .header-menus {
        display: block;
        position: absolute;
        top: 5rem;
        background-color: #183C46;
        width: 100vw;
        height: 3.8rem;
        box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        padding-top: 17px;
    }
    ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
    ul li {
        color: white;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 300;
        margin-right: 2rem;
        list-style-type: none;
    }
    ul li a {
        text-decoration: none;
        color: white;
    }
    ul li a:hover {
        color: #3CC1C8;
        transition: color .3s;
    }
    .btn-quero-escola {
        background-color: orange;
        width: 200px;
        height: 30px;
        border-radius: 20px;
        text-align: center;
        line-height: 30px;
    }
    .btn-quero-escola:hover{
        color:white;
    }

}



/* ________________________________________________________________ */

/* HERO */

.hero-container-main {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /* display: block; */
}

/* @media(max-width:768px){
    .hero-container-main {
        top: 70px;
    }
} */

#hero-logo-aprender {
    position: relative;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    max-width: 400px;
    object-fit: cover;
    overflow: hidden;
    z-index: 3;
}

#hero-star-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
}

@media (min-width: 768px) {
    #hero-logo-aprender {
        position: relative;
        top: 7rem;
        left: 0rem;
        transform: translateX(70%);
        width: 20%;
        max-width: 250px;
        object-fit: cover;
        overflow: hidden;
        z-index: 3;
    }
}

@media (min-width: 1024px) {
    #hero-logo-aprender {
        position: relative;
        top: 7rem;
        left: 0rem;
        transform: translateX(100%);
        width: 200px;
        max-width: 250px;
        min-width: 200px;
        object-fit: cover;
        overflow: hidden;
        z-index: 3;
    }
}

@media (min-width: 1440px) {
    #hero-logo-aprender {
        position: relative;
        top: 8rem;
        left: 1rem;
        transform: translateX(100%);
        width: 250px;
        max-width: 280px;
        min-width: 250px;
        object-fit: cover;
        overflow: hidden;
        z-index: 3;
    }
}

#hero-star-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
}

@media (min-width: 768px) {
    #hero-star-left {
        position: absolute;
        top: 50px;
        left: 0;
        height: 300px;
    }
}

#hero-star-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
}

@media (min-width: 768px) {
    #hero-star-right {
        position: absolute;
        top: 50px;
        right: 0;
        height: 150px;
    }
}

@media (min-width: 1024px) {
    #hero-star-right {
        position: absolute;
        top: 45px;
        right: 0;
        height: 180px;
    }
}

#hero-star-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 600px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .hero-title {
        position: relative;
        top: 100px;
        left: 1rem;
        width: 90%;
        height: auto;
        z-index: 4220;
    }

    .hero-title p {
        font-family: 'Distrob', sans-serif;
        font-size: 1.4rem;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .hero-title {
        position: absolute;
        top: 8rem;
        left: 66%;
        width: 25%;
        height: auto;
        z-index: 4220;
    }

    .hero-title p {
        font-family: 'Distrob', sans-serif;
        font-size: 1.4rem;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        position: absolute;
        top: 8rem;
        left: 66%;
        width: 25%;
        height: auto;
        z-index: 4220;
    }

    .hero-title p {
        font-family: 'Distrob', sans-serif;
        font-size: 1.5rem;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 1440px) {
    .hero-title {
        position: absolute;
        top: 8rem;
        left: 66%;
        width: 25%;
        height: auto;
        z-index: 4220;
    }
    .hero-title p {
        font-family: 'Distrob', sans-serif;
        font-size: 1.6rem;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }
}

.hero-title button {
    position: relative;
    background: #1E4651;
    color: white;
    border-radius: 50px;
    border: 0;
    left: 0;
    top: 1rem;
    padding: 5px 15px;
}

.hero-title button:hover {
    opacity: 0.8;
    transition: opacity .3s;
}

#hero-garota-mobile {
    position: relative;
    top: 7rem;
    left: 0;
    width: 100%;
    max-width: 103%;
    min-width: 103%;
    padding-bottom: 60px;
}

#hero-garota {
    display: none;
}

@media (min-width: 768px) {
    #hero-garota {
        display: flex;
        position: relative;
        top: 0;
        transform: translate(0px, -40px);
        left: 0;
        max-width: 100%;
        height: 500px;
        padding-bottom: 20px;
        object-fit: cover;
    }
    #hero-garota-mobile {
        display: none;
    }
}

@media (min-width: 1024px) {
    .garota-container {
        width: 100%;
        height: 577px;
    }
    #hero-garota {
        position: relative;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -75px);
        max-width: 1938px;
        height: 460px;
    }
    #hero-garota-mobile {
        display: none;
    }
}

@media (min-width: 1440px) {
    .garota-container {
        width: 100%;
        height: 577px;
    }
    #hero-garota {
        position: relative;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -75px);
        max-width: 1938px;
        height: 460px;
    }
    #hero-garota-mobile {
        display: none;
    }
}

/* ________________________________________________________________ */

/* SEU ALUNO COMO PROTAGONISTA */

.protagonista-container-main {
    width: 100%;
    position: relative;
    display: block;
}

.protagonista-content {
    width: 95%;
    position: relative;
    display: block;
    margin: auto;
}

.protagonista-title {
    position: relative;
    top: 2rem;
    left: 1rem;
    width: 90%;
    height: auto;
}

.protagonista-personagem {
    position: relative;
    left: 50%;
    bottom: 0;
    width: 100%;
    margin-top: 4rem;
    transform: translateX(-50%);
    object-fit: cover;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .protagonista-content {
        width: 90%;
        height: 286px;
        position: relative;
        display: block;
        margin: auto;
    }

    .protagonista-title {
        position: absolute;
        top: 0;
        left: 2rem;
        width: 50%;
        height: auto;
    }
    .protagonista-image-container {
        height: 330px;
    }
    .protagonista-personagem {
        position: relative;
        right: 0;
        bottom: 0;
        width: 350px;
        min-width: 350px;
        transform: translate(0px, -100px);
        object-fit: cover;
        overflow-x: hidden;
    }
}

@media (min-width: 1024px) {
    .protagonista-content {
        width: 70%;
        height: 170px;
        position: relative;
        display: block;
        margin: auto;
    }

    .protagonista-title {
        position: absolute;
        top: 0;
        left: 2rem;
        width: 50%;
        transform: translateY(-130px);
        height: auto;
    }
    .protagonista-image-container {
        height: 257px;
    }
    .protagonista-personagem {
        position: relative;
        right: 0;
        bottom: 0;
        width: 370px;
        min-width: 370px;
        transform: translate(21px, -232px);
        object-fit: cover;
        overflow-x: hidden;
    }
}

@media (min-width: 1440px) {
    .protagonista-content {
        width: 70%;
        height: 270px;
        position: relative;
        display: block;
        margin: auto;
    }

    .protagonista-title {
        position: absolute;
        top: 0;
        left: 2rem;
        width: 60%;
        transform: translateY(-90px);
        height: auto;
    }
    .protagonista-title h3 {
        font-size: 2rem !important;
    }
    .protagonista-title h6 {
        font-size: 1.5rem !important;
    }
    .protagonista-title p {
        font-size: 1.2rem !important;
    }
    .protagonista-image-container {
        height: 257px;
    }
    .protagonista-personagem {
        position: relative;
        right: 0;
        bottom: 0;
        width: 500px;
        min-width: 500px;
        transform: translate(140px, -253px);
        object-fit: cover;
        overflow-x: hidden;
    }
}

/* ________________________________________________________________ */

/* COMO O PROJETO FUNCIONA */

.projeto-container-main {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.projeto-container-caixas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 2rem;
}

@media (min-width: 1024px) {
    .projeto-container-caixas {
        width: 85%;
        max-width: 85%;
        margin: auto;
    }
}

@media (min-width: 1440px) {
    .projeto-container-caixas {
        width: 85%;
        max-width: 85%;
        margin: auto;
    }
}

.projeto-caixas-base {
    display: block;
    padding: 10px;
    border-radius: 10px;
    margin: auto;
    margin-top: 3rem;
    position: relative;
    padding-top: 50px;
    min-height:210px;
}

@media(max-width:425px){
    .projeto-caixas-base {
        flex: 80%;
        margin: 10%;
    }
}
@media (min-width: 768px) {
    .projeto-caixas-base {
        width: 30%;
        max-width: 220px;
        
    }
}

@media (min-width: 1024px) {
    .projeto-caixas-base {
        width: 18%;
    }
}

@media (min-width: 1440px) {
    .projeto-caixas-base p {
        font-size: 1.1rem;
    }
}

.projeto-caixas-base-indice {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    padding-top: 7px;
}
.projeto-caixas-base-indice .caixa-azul{
    line-height: 51px;
}
/* ________________________________________________________________ */

/* ALINHADO COM A BNCC */

.bncc-container-main {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    border-radius: 0 0 20px 20px;
    padding-bottom: 3rem;
}

#bncc-clouds {
    position: absolute;
    top: 0;
    left: 0;
}

#bncc-logo-bncc {
    position: absolute;
    top: 2rem;
    right: 30px;
}

#bncc-titulo {
    margin-top: 5rem;
    width: 70%;
    margin: auto;
}

@media (min-width: 768px) {
    #bncc-titulo {
        margin-top: 1rem;
        width: 70%;
        margin: auto;
    }
}

@media (min-width: 1024px) {
    #bncc-titulo {
        margin-top: 1rem;
    }
}

.bncc-items {
    position: relative;
}

.bncc-item {
    justify-content: center;
}

@media (min-width: 768px) {
    .bncc-items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 60%;
        max-width: 1100px;
        justify-content: space-around;
        margin: auto;
    }
    .bncc-item {
        width: 40%;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .bncc-items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 70%;
        max-width: 1100px;
        justify-content: space-between;
        margin: auto;
    }
    .bncc-item {
        width: 25%;
        justify-content: center;
    }
}

#bncc-icones {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 1rem 0 0.5rem 0;
}

/* ________________________________________________________________ */

/* PROPOSTA PEDAGÓGICA */

.autores-container-main {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

#autores-title {
    margin-top: 5rem;
}

@media (min-width: 768px) {
    #autores-title {
        width: 60%;
        margin: auto;
        padding-top: 2rem;
    }
}

.autores-items {
    position: relative;
    width: 100%;
    margin: auto;
}

.autores-item {
    position: relative;
}

@media (min-width: 768px) {
    .autores-items {
        width: 80%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .autores-item {
        width: 30%;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .autores-items {
        width: 70%;
    }
}

@media (min-width: 1440px) {
    .autores-items {
        width: 70%;
    }
}

#autores-icones {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 1rem 0 0.5rem 0;
}

/* ________________________________________________________________ */

/* 03 HISTÓRIAS INCRÍVEIS */

.historias-container-main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 3rem 0 3rem 0;
}

@media (min-width: 1440px) {
    .historias-container-main {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }
}

#historias-title {
    margin-top: 5rem;
}

.historias-container-main h3 {
    font-size: 1.2rem !important;
}

.historias-item:not(:first-of-type) {
    position: relative;
    width: 100%;
    /* margin-top: 3rem; */
    justify-content: center;
}

@media (min-width: 1024px) {
    .historias-item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 2rem;
        justify-content: center;
    }
}

@media (min-width: 1440px) {
    .historias-item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 2rem;
        width: 80%;
        margin: auto;
        justify-content: center;
    }
}

/* LIVROS */

#historias-livro01 {
    width: 300px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2rem;
}

@media (min-width: 1440px) {
    #historias-livro01 {
        width: 400px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 2rem;
        padding-top: 2rem;
    }
}

#historias-description {
    padding: 0;
}

@media (min-width: 768px) {
    #historias-description {
        padding: 0 1rem;
    }
}

@media (min-width: 1024px) {
    #historias-description {
        padding: 0 1rem;
        width: 59%;
        transform: translateY(-2px);
    }
}

@media (min-width: 1440px) {
    #historias-description {
        padding: 0 1rem;
        width: 55%;
        transform: translateY(50px);
    }
}

.historias-container-tema {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0 1rem 1rem;
    justify-content: space-between;
}

@media (min-width: 1440px) {
    .historias-container-tema {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        padding: 1rem 0;
        justify-content: space-between;
    }
}

#historias-tema {
    width: 40%;
    padding: 0 1rem 1rem 0;
}

@media (min-width: 768px) {
    #historias-tema {
        width: 20%;
        padding: 0 1rem 1rem 0;
    }
}

@media (min-width: 1440px) {
    #historias-tema {
        width: 20%;
        padding: 0 1rem 0 1rem;
    }
}

#historias-autor {
    width: 40%;
    padding: 0 1rem 1rem 0;
}

@media (min-width: 768px) {
    #historias-autor {
        width: 20%;
        padding: 0 1rem 1rem 0;
    }
}

.historias-btn-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.historias-btn {
    display: block;
    position: relative;
    width: 160px;
    height: 30px;
    border-radius: 50px;
    border: 0;
    cursor: pointer;
    margin-right: 1rem;
}

.historias-btn:hover {
    opacity: 0.8;
    transition: opacity .3s;
}

/* ________________________________________________________________ */

/* EXPERIÊNCIA LÚDICA */

.ludica-container-main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
}

#ludica-clouds {
    height: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-60px);
}

@media (min-width: 768px) {
    #ludica-clouds {
        height: 7rem;
    }
}

@media (min-width: 1024px) {
    #ludica-clouds {
        left: 2rem;
        height: 10rem;
    }
}

#ludica-title {
    padding: 4rem 1rem 2rem 1rem;
}

@media (min-width: 768px) {
    #ludica-title {
        padding: 3rem 3rem 1rem 3rem;
    }
}

@media (min-width: 1024px) {
    .ludica-container-items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
    }
}

@media (min-width: 1440px) {
    /* .ludica-container-main h3 {
        font-size: 1rem;
    } */
    .ludica-container-items {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 80%;
        margin: auto;
    }
}

.ludica-items {
    position: relative;
    padding: 1rem 1rem 1rem 1rem;
}

@media (min-width: 1024px) {
    .ludica-items {
        position: relative;
        padding: 1rem 1rem 1rem 1rem;
        width: 30%;
    }
    .ludica-items h5 {
        font-size: 1.2rem;
    }
}

@media (min-width: 1440px) {
    .ludica-items {
        position: relative;
        padding: 1rem 1rem 1rem 1rem;
        width: 30%;
    }
    .ludica-items h5 {
        font-size: 1.2rem;
    }
}

#ludica-icones {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 1rem 0 0.5rem 0;
}

/* ________________________________________________________________ */

/* EXPERIÊNCIA COMPLETA ALUNOS E PROFESSORES */

.experiencia-container-main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
}

@media (min-width: 1440px) {
    .experiencia-container-main h3 {
        font-size: 2rem;
    }
}

#experiencia-clouds {
    height: 5rem;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(-10px);
}

@media (min-width: 768px) {
    #experiencia-clouds {
        height: 8rem;
    }
}

#experiencia-title {
    position: relative;
    z-index: 20;
    padding: 4rem 1rem 2rem 1rem;
}

@media (min-width: 768px) {
    #experiencia-title {
        padding: 3rem 3rem 2rem 3rem;
    }
}

.experiencia-items {
    position: relative;
    padding: 1rem 1rem 1rem 1rem;
}

#experiencia-icones {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 1rem 0 0.5rem 0;
}

#experiencia-livro {
    width: 300px;
    max-width: 400px;
    position: relative;
    top: 0;
    left: 50%;
    margin-top: 2rem;
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    #experiencia-livro {
        width: 450px;
        max-width: 450px;
    }
}

.experiencia-caixas-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.experiencia-caixas-base {
    position: relative;
    display: block;
    width: 80%;
    height: auto;
    padding-bottom: 1rem;
    border-radius: 10px;
    margin: auto;
    margin-top: 3rem;
    box-shadow: 0 0 15px 7px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
    .experiencia-caixas-base {
        width: 32%;
        max-width: 340px;
        height: auto;
    }
    .experiencia-caixas-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 90%;
        max-width: 1200px;
        margin: auto;
    }
}

.experiencia-caixas-base-indice {
    display: block;
    width: 100%;
    /* height: 75px; */
    border-radius: 10px 10px 0 0;
    text-align: left;
}

.experiencia-caixas-titulo {
    line-height: 1.8rem;
    padding: 15px;
}

/* ________________________________________________________________ */

/* LEVE O PROJETO PARA SUA ESCOLA */

.form-container-main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    /* padding-bottom: 3rem; */
}

@media (min-width: 1440px) {
    .form-container-main h3 {
        font-size: 2rem;
    }
}

#form-clouds {
    height: 5rem;
    position: absolute;
    top: 0;
    right: 0;
}

@media (min-width: 768px) {
    #form-clouds {
        height: 8rem;
    }
}

#form-title {
    position: relative;
    padding: 4rem 1rem 2rem 1rem;
    z-index: 300;
}

form {
    position: relative;
    width: 90%;
    height: auto;
    margin:0 auto;
}

input {
    width: 100%;
    padding: 30px 40px;
    border-radius: 50px;
    background-color: #f9f9f9;
    border: 1px solid rgb(186, 186, 186);
    margin-bottom: 1rem;
    padding-left: 1rem;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
}

select {
    position: relative;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* 
    
    border-radius: 50px;
    background-color: #f9f9f9;
    border: 1px solid rgb(186, 186, 186);
    margin-bottom: 1rem;
    padding-left: 1rem;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: 300; */
    /* padding: 30px 40px; */
    width: 95%;
    border: none;
    height: 85px;
    background-color: transparent;
    font-size:16px !important;
    font-family: 'Roboto', sans-serif;
}

.form-group.select{
    width: 100%;
    height: 85px;
    border-radius: 50px;
    background-color: #f9f9f9;
    border: 1px solid rgb(233, 149, 149);
    margin-bottom: 1rem;
    padding-left: 1rem;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
}

@media (min-width: 1024px) {
    input, select {
        font-size: 1rem;
    }
}

input:hover, input:focus,
select:hover, select:focus {
    outline: none;
}

textarea {
    position: relative;
    /* left: 50%;
    transform: translateX(-50%); */
    width: 100%;
    border-radius: 50px;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-top: 2rem;
    background-color: #f9f9f9;
    border: 1px solid rgb(186, 186, 186);
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 300;
}

textarea:hover, textarea:focus {
    outline: none;
}

.form-inputs {
    position: relative;
    width: 100%;
}


.form-inputs input{
    width: 90%;
    position: relative;
    left: 50%;
}

.form-inputs select{
    width: 95%;
    position: relative;
    left: 50%;
}

@media (min-width: 768px) {
    .form-inputs {
        position: relative;
        width: 100%;
    }
    
    .form-inputs input{
        width: 33%;
        position: relative;
        left: 21.5%;
    }
    
    .form-inputs select{
        width: 18%;
        position: relative;
        left: 15%;
    }
}

form button {
    display: block;
    position: relative;
    background: #1E4651;
    color: white;
    width: 160px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid rgb(186, 186, 186);
    cursor: pointer;
    left: 1%;
}

@media (max-width: 768px) {
    form button {
        margin:0 auto;
    }
}

.historias-btn:hover {
    opacity: 0.8;
    transition: opacity .3s;
}

#form-greenfields {
    position: relative;
    width: 100%;
    max-width: 100%;
    transform: translate(-600px, 5px);
}

@media (min-width: 768px) {
    #form-greenfields {
        position: relative;
        width: 100%;
        max-width: 100%;
        transform: translate(-400px, 5px);
    }
    #form-greenfields img {
        position: relative;
        left: 0;
        width: 100vw;
        max-width: 100vw;
        transform: translate(400px, 5px);
    }
}

@media (min-width: 1024px) {
    #form-greenfields {
        position: relative;
        left: 0;
        width: 100%;
        max-width: 100%;
        transform: translate(-200px, 5px);
    }
    #form-greenfields img {
        position: relative;
        left: 0;
        width: 100vw;
        max-width: 100vw;
        transform: translate(200px, 5px);
    }
}

@media (min-width: 1440px) {
    #form-greenfields {
        position: relative;
        left: 0;
        width: 100%;
        max-width: 100%;
        transform: translateX(0);
        transform: translateY(5px);
    }
    #form-greenfields img {
        position: relative;
        left: 0;
        width: 110vw;
        max-width: 110vw;
        transform: translateX(0);
        transform: translateY(5px);
    }
}

/* ________________________________________________________________ */

/* PERGUNTAS FREQUENTES */

.perguntas-container-main {
    position: relative;
    display: block;
    width: 100%;
    /* height: 30rem; */
    background-color: #fff;
    padding-bottom: 3rem;
    padding-top: 2rem;
}

@media (min-width: 1440px) {
    .perguntas-container-main h3 {
        font-size: 2rem;
    }
}

#perguntas-title {
    padding: 3rem 1rem 2rem 1rem;
}

/* ________________________________________________________________ */

/* NÃO ENCONTROU O QUE PROCURAVA */

.necnontrou-container-main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
    margin-top: 2rem;
}

@media (min-width: 1440px) {
    .necnontrou-container-main h3 {
        font-size: 2rem;
    }
}

#necnontrou-title {
    padding: 3rem 1rem 2rem 1rem;
}

/* ________________________________________________________________ */

/* FOOTER */

.footer-container {
    position: relative;
    display: block;
    flex-direction: row;
    width: 100%;
    margin: auto;
}

@media (min-width: 768px) {
    .footer-container {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 1440px) {
    .footer-container {
        position: relative;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin: auto;
    }
}

.footer-container-left {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding: 1rem 0 1rem 1rem;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    color: #202020;
}

.footer-container-left div p:first-of-type {
    margin-bottom: 0.5rem;
}

.footer-container-left--text {
    position: relative;
    width: 45%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .footer-container-left--text {
        width: 45%;
    }
}

@media (min-width: 1024px) {
    .footer-container-left--text {
        width: 45%;
    }
}

.footer-container-left--social {
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: 2rem;
}

.footer-container-right {
    position: relative;
    right: 0;
    top: 1.2rem;
    width: 300px;
    height: 100px;
    margin-left: 1rem;
}

@media (min-width: 768px) {
    .footer-container-right {
        position: absolute;
        right: 0;
        top: 1.2rem;
        width: 300px;
        height: 100px;
    }
}

.footer-container-right-left {
    position: absolute;
    display: block;
    width: 20%;
    height: inherit;
    top: 0;
    left: 0;
}

.footer-container-right-left img {
    margin-right: 1rem;
}

.footer-container-right-right {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: inherit;
    top: 0;
    right: 0;
    background-color: orchid;
}

.footer-container-right-right img {
    margin: 1rem 1rem 0 1rem;
}

.footer-container-bottom {
    position: relative;
    width: 100%;
    margin:0 !important;
    /* height: 150px; */
    /* background: #DEE1E6; */
}



@media (min-width: 768px) {
    .footer-container-bottom {
        /* height: 60px; */
    }
}

.footer-container-bottom-left {
    position: relative;
    
    height: inherit;
   
    background: #DEE1E6;
    padding-top: 20px;
}

@media (min-width: 769px) {
    /* .footer-container-bottom-left {
        position: relative;
        width: 50%;
        height: inherit;
        top: 17px;
        left: 0;
    } */
}

.footer-container-bottom-left ul li a {
    font-family: 'Roboto';
    font-size: 12px;
    color: #303030;
    line-height: 30px;
    padding: 0;
    display: block;
    position: relative;
    list-style-type: none !important;
}

@media (min-width: 768px) {
    .footer-container-bottom-left ul{
        padding-left: 0px;
    }

    .footer-container-bottom-left ul li a {
        font-family: 'Roboto';
        font-size: 12px;
        color: #303030;
        line-height: 30px;
        padding: 0;
        display: flex;
        position: relative;
        margin-right: 0;
        list-style-type: none !important;
    }
}

@media (min-width: 768px) {
    .footer-container-bottom-left ul li {
        font-family: 'Roboto';
        font-size: 12px;
        color: #303030;
        line-height: 30px;
        padding: 0;
        display: flex;
        position: relative;
        margin-right: 0;
        padding-right: 1rem;
        list-style-type: none !important;
    }
}

.footer-container-bottom-left ul li a:hover {
    color: #3CC1C8;
}

.footer-container-bottom-right {
    position: relative;
    /* width: 100%;
    top: 0;
    left: 0; */
    font-family: 'Roboto';
    font-size: 12px;
    color: #303030;
    text-align: center;
    padding-top: 25px;
    /* padding: 0px 15px;
     */
}

@media (min-width: 768px) {
    .footer-container-bottom-right {
        position: relative;
        height: inherit;
        /* width: 50%;
        top: -7px;
        left: 1rem; */
        text-align: left;
        /* line-height: 60px; */
        font-family: 'Roboto';
        font-size: 12px;
        color: #303030;
        background: #DEE1E6;
        text-align: right;
    }
}

/* @media (min-width: 1024px) {
    .footer-container-bottom-right {
        position: relative;
        width: 50%;
        height: inherit;
        top: -7px;
        left: 1rem;
        text-align: left;
        line-height: 60px;
        font-family: 'Roboto';
        font-size: 12px;
        color: #303030;
    }
}

@media (min-width: 1440px) {
    .footer-container-bottom-right {
        position: absolute;
        width: 50%;
        height: inherit;
        top: 0;
        left: 47%;
        text-align: right;
        line-height: 60px;
        font-family: 'Roboto';
        font-size: 12px;
        color: #303030;
    }
} */

/* Preview */

.list-mobile {
    width: 100%;
    overflow-x: scroll;
    text-align: left;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.mini-cover {
    display: inline-block;
    max-width: 312px;
    position: relative;
    width: 100%;
    text-align: left;
}

.modal-content{
    background-color: transparent !important;
    border: 0px !important;
}

.modal-dialog {
    width:90% !important;
    max-width:90% !important;
}

.block-preview-mobile{
    display: none;
    opacity: 0;
}

.close {
    float: right;
    font-size: 2.5rem !important;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: 1 !important;
}

.close:hover{
    color: #fff !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: 1 !important;
}


.card{
    background-color: transparent !important;
    border:none !important;
}

.card-header{
    background-color: transparent !important;
    border:none !important;
    font-size: 26px;
    font-weight: 700;
    color: #68596e;
    margin-left: 10px;
    border-bottom: 1px solid #fee617 !important;
}

.card-header:first-child{
    border-top: 1px solid #fee617 !important;
}

.card-header:last-child{
    border-bottom: 1px solid #fee617 !important;
}

.card-header .btn{
    background-color: transparent !important;
    border:none !important;
    font-size: 26px;
    font-weight: 700;
    color: #005d99;
    margin-left: 10px;
    text-align: left;
}

.card-header:before{
    content: '+';
    color: #ffc700;
    position: absolute;
    left: 0px;
    font-size: 30px;
    top: 7px;
}

.card-body ul li{
    color:#000 !important;
}

#success-label{
    display: none;
    width:100%;

    color: green;
    margin-bottom: 20px;
}

.dedication-text{
    max-width: 220px;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 6px 10px;
    border-radius: 10px;
    color: #fff;
    margin: 0 auto;
}

#exampleModal {
    overflow-y: hidden;
}

.flipbook-viewport{
    opacity: 0;
}

.flipbook-viewport .page{
	width:461px;
	height:600px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.flipbook-viewport .even .gradient-loading{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background:-webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.2)));
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}

.flipbook-viewport .odd .gradient-loading{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	background:-webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,0.15)));
	background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}

.loading-bg {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.65;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #42cda1;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 0.6s linear infinite;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

@media(max-width:768) {
    .loader {
        border: 6px solid #f3f3f3;
        border-top: 6px solid #42cda1;
        width: 40px;
        height: 40px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.controls {
    margin: 0 auto;
    display: block;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

@media(max-width:768px){
    .controls {
        display: none;
    }
}
.controls  button {
    display: inline-block;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 15px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 15px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 15px -8px rgba(0, 0, 0, 0.75);
    height: 47px;
    width: 47px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    border: none;
}

.controls .info-space {
    display: inline-block;
    margin: 0px 12px;
    font-size: 10px;
    font-weight: 900;
    color: #fff;
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    top: 9px;
}
  
.controls .current-pages {
    width: 60px;
    white-space: nowrap;
    line-height: 1;
    overflow: hidden;
    transition: all 0.5s ease;
}
.controls .current-pages .list {
    position: relative;
    transition: all 0.5s ease;
}

.controls .current-pages  span {
    width: 30px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}
.controls .current-pages  span:first-child {
    margin: 0px 15px;
}

.controls .current-pages  span:last-child {
    margin: 0px 15px;
}

.controls button{
    color: #afa2ba;
}

/* .modal-dialog{
    max-width: 100% !important;
    width: 100% !important;
    margin:0px !important;
}
      
.flipbook-viewport .container{
    max-width: 100%;
} */


.flipbook.auto{
    margin:0 auto !important;
} 


.loading-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    z-index: 9999;
    text-align: center;
    background: white;
    max-height: 150px;
    margin: auto;
    max-width: 385px;
    padding: 20px;
    border-radius: 20px;
}

.loading-box  #loading {
      display: inline-block;
      border: 8px solid #f3f3f3;
      border-top: 8px solid #42cda1;
      border-radius: 50%;
      width: px-size("lg", 60px);
      height: px-size("lg", 60px);
      animation: spin 0.6s linear infinite;
}

.loading-box small {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 20px;
}

.loading-box h4 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 400;
}

.modal{
    background-color: rgba(0, 0, 0, 0.65)
}

.card-header .btn-link{
    width: 100%;
}