/*MACROS*/

* {
    transition: 0s;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}


input
{
    border: 2px solid #6a9ed9 !important;
    border-radius: 0px !important;
    padding: 10px 15px !important;
}

html,
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

b,p,h1,h2,h3,h4,h5,h6 {
    margin: 0px;
    padding: 0px;
    display: inline;
}

input {
    width: 100%;
    border-radius: 10px;
    padding: 10px 10px;
    border: 2px solid #e6e6e6;
    color: #524d4d !important;
    margin-bottom: 10px;
}

strong {
    color: #5f5f5f;
}

.row {
    margin: 0px !important;
}

.centraliza-itens {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.centraliza-itens-sem-text {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.centraliza {
    display: block;
    margin: 0 auto;
}

.text-center {
    text-align: center !important;
}

.margin-mobile {
    margin-top: 10px;
}

.voltar
{
    border: 2px solid #61ace0;
    font-weight: bold;
    color: #61ace0;
    text-transform: uppercase;
    padding: 10px 0px;
    font-size: 1.2em;
    background-color: transparent;
    display: inline-block;
    width: 80%;
    margin-bottom: 25px;
    border-radius: 40px;
}

.continuar
{
    border: 2px solid #00a82a;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0px;
    width: 80%;
    font-size: 1.2em;
    background-color: #00a82a;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 40px;


}

/*TOPO*/
.contador-timer {
    position: fixed;
    height: auto;
    width: 100%;
    background-color: #861316;
    z-index: 999;
    padding: 6px 0px;
    top: 0;
}

.contador-timer p {
    color: #fff;
    font-weight: 900;
    font-size: 25px;
}

.contador-timer b {
    color: #f9e600;
    font-weight: 900;
}

.ponto-maior {
    font-size: 80px;
    line-height: 0px;
    position: relative;
    top: -4px;
}

/*BANNER*/

.banner-principal {
    margin-top: 50px;
    background-image: url("../img/banner.png");
    height: 62vw;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    cursor: pointer;
    max-height: 700px;
}

.banner-cadastro
{
    margin-top: 50px;
    background-image: url("../img/banner-cadastro.png");
    height: 200px;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

/*BTN QUERO APROVEITAR*/

@keyframes shadow-pulse {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.08);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

.btn-quero-aproveitar {
    background-color: #c3100a;
    font-size: 20px;
    border-radius: 35px;
    font-weight: 900;
    padding: 15px 20px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 120px;
    box-shadow: 0px 0px 50px 10px #7d080452;
    text-decoration: none !important;
}

/* .btn-quero-aproveitar:hover {
    color: #fff;
    animation: none;
} */


/*ICONES*/

.icones {
    padding: 30px 0px;
}

.icones img
{
    width: 20px;
    padding-bottom: 5px;
}

.icones b
{
    color: #2152cf;
    font-size: 17px;
    font-weight: 900;
}

.icones p
{
    font-weight: 500;
    color: #808080;
}

.icones .row
{
    margin-bottom: 30px !important;
}

.oportunidade{
    color: #FFFFFF;
    padding: 30px 0px;
    background-color: #0096d4;
}

.oportunidade .aproveite{
    font-weight: 900;
    font-size: 30px;
    line-height: 25px;
}

.oportunidade .n-livros{
    display: block;
    margin-top: 10px;
    font-weight: 400;
}

.oportunidade .acesso-gratis{
    font-weight: 800;
    font-size: 24px;
}


.celular-aplicativo {
    max-width: 320px
}

.titulo-facilidades {
    font-size: 40px;
    color: #668ecd;
    font-weight: 900;
}

.img-icones-facilidades {
    width: 50px
}

.descricao-icones {
    color: #4a4a4a;
    font-weight: 300;
}

.card-facilidade {
    height: 200px;
    background-color: #f9f7f7bd;
    margin-bottom: 25px;
    box-shadow: 10px 20px 20px 10px #f1f1f1;
    padding: 20px
}

.margin-10 {
    margin-top: 10px !important;
}

.svg-facilidade {
    fill: #668ecd;
    width: 50px;
}

.perfis {
    width: 80px
}


/*VIDEO*/

.titulo-video p {
    color: #fff;
    font-weight: 900;
    font-size: 35px;
    line-height: 35px;
}

.titulo-video b {
    color: #f9e600;
}

.banner-video {
    background-image: url("../img/curva.svg");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    padding: 60px 0px;
}

.thumb-video {
    background-image: url("../../../../hotsite/lp/img/video-thumb-play.png");
    width: 100%;
    height: 500px;
    margin-top: 25px;
    margin-bottom: -200px;
    background-repeat: no-repeat;
    border: 10px solid #fff;
    background-position: top;
    border-radius: 25px;
    position: relative;
    top: -110px;
}

.bg-cinza {
    background-color: #dedede;
    margin-top: 60px;
    margin-bottom: 130px;
}

.espaco-video {
    height: auto;
}

/*CURSOS*/

.bg-cursos
{
    background-image: url("../img/bg-cursos.png");
    height: 450px;
}

.bg-cursos b
{
    color: #fff;
    font-weight: 900;
    font-size: 30px;
}

.bg-cursos p
{
    color: #fff;
    font-weight: 300;
    letter-spacing: 5px;
    font-size: 30px;
}

.slide-cursos
{
    background-image: url("../img/slide-curso.png");
    background-position: left top;
    background-repeat: repeat-x;

    height: 266px;
    width: 100%;

    animation-name: example;
    animation-duration: 500s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/*LIVROS*/

.bg-livros
{
    background-image: url("../img/bg-livros.png");
    height: 450px;
}

.bg-livros b
{
    color: #fff;
    font-weight: 900;
    font-size: 30px;
}

.certificado
{
    max-width: 100%;
    max-height: 500px;
}

@keyframes example {
    from {background-position-x: 0px;}
    to {background-position-x: calc((9 * 1101px) * -1);}
}

/*O QUE FALAM BOOKPLAY*/
.o-que-falam
{
    background-color: #f4f4f4;
    width: 100%;
    height: 250px;
}

.margin-testemunha
{
    margin-top: 15px;
    margin-bottom: 25px;
}

.titulo-bookplay
{
    color: #4495d1;
    text-align: center;
    font-weight: 900;
}

.bg-cinza-claro
{
    margin-top: 20px;
    width: 100%;
    background-color: #f4f4f4;
    height: 250px;
}

/*TESTEMUNHOS*/
.bg-testemunhas
{
    height: 400px;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 25px;
    margin-bottom: 25px;
    transition: all 0.5s;
}

.bg-testemunhas:hover
{
    background-size: 130% !important;
}

.opacity
{
    background-color: #000000a8;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    transition: all 0.5s;
}

.bg-testemunhas:hover .opacity
{
   background-color: transparent;
}

.lg-backdrop
{
    background-color: #000000c2 !important;
}

/*BTN EU QUERO*/


.btn-eu-quero {
    background-color: #c3100a;
    font-size: 20px;
    border-radius: 35px;
    font-weight: 900;
    padding: 15px 20px;
    letter-spacing: 1px;
    color: #fff;
    margin: 15px 0px;
    box-shadow: 0px 0px 50px 10px #7d080452;
    text-decoration: none !important;
    width: 250px;
}

/* .btn-eu-quero:hover {
    color: #fff;
    animation: none;
} */


/*FOOTER*/

.footer {
    height: auto;
    padding-bottom: 50px;
    padding: 30px 0px;
}

.footer b {
    color: #0096d4;
    font-weight: 900;
    font-size: 15px;
}

.footer a {
    font-weight: 900;
    color: #0096d4;
    font-size: 15px;
}

.footer p {
    color: #0096d4;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer div {
    color: #0096d4;
    font-weight: 400;
}

.footer img {
    margin-bottom: 15px
}

.logo-rodape {
    fill: #fff;
    width: 200px;
}

.whats-rodape {
    width: 20px;
    vertical-align: text-top;
}


/*LIVROS ANIMADOS*/

.titulo-livros p {
    font-size: 25px;
    font-weight: 900;
    color: #7d0804
}

.titulo-livros b {
    font-weight: 500;
    margin-bottom: 25px
}

.titulo-livros img {
    width: 300px;
    margin-top: 10px;
}


/*DEPOIMENTOS*/

.quem-bookplay {
    font-size: 50px;
    font-weight: 900;
    color: #668ecd;
    line-height: 45px;
    margin-bottom: 30px;
}

.card-depoimentos {
    height: 250px;
    background-color: #f9f9f9;
    margin-bottom: 25px;
    box-shadow: 10px 0px 25px 10px #f1f1f1;
    padding: 20px
}

.depoimento-nome {
    color: #274b84;
    font-size: 18px;
    font-weight: 900;
    text-align: left !important;
}

.depoimento-nome b {
    font-weight: 300;
    font-style: italic;
}

.depoimento-profissao {
    color: #274b84;
    font-size: 18px;
}

.depoimento-descricao {
    color: #5f5f5f;
    font-size: 18px;
}


/*FORMULÁRIO*/

.titulo-oferta {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin-top: 50px
}

.subtitulo-oferta {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-top: -15px;
    position: relative;
    top: -12px;
}

.pegar-oferta {
    background-color: #c3100a;
    font-size: 20px;
    border-radius: 35px;
    font-weight: 900;
    padding: 15px 20px;
    letter-spacing: 1px;
    color: #fff;
    animation: shadow-pulse 3s infinite;
    box-shadow: 0px 0px 50px 10px #7d080452;
    text-decoration: none !important;
    margin-top: 20px;
    border: 0px
}

.btn-pegar-oferta:hover {
    color: #fff;
    animation: none;
}

.contador-form {
    margin-top: -10px;
    height: auto;
    border-radius: 20px;
    background-color: #c3100a;
    width: 80%;
    margin-left: 10%;
    padding: 10px
}

.contador-form p {
    color: #fff;
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 35px
}

.contador-form b {
    color: #f9e600;
    font-weight: 900;
    display: block;
    font-size: 45px;
}

.faixa-vermelha {
    background-color: #c3100a;
    padding: 50px
}

#form-contato label {
    float: left !important;
}


/*PERGUNTAS*/

.titulo-perguntas {
    font-size: 50px;
    font-weight: 900;
    color: #668ecd;
    margin-top: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}

.icone-faq {
    margin-right: 15px;
    vertical-align: baseline;
}

.pergunta {
    color: #5f5f5f;
    font-size: 20px;
    display: inline;
}

.resposta {
    color: #5f5f5f;
    font-size: 20px;
    display: inline;
    margin-top: 25px;
    margin-bottom: 25px;
}

.btn-duvidas {
    background-color: #274b84;
    font-size: 15px;
    font-weight: 900;
    padding: 15px 20px;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none !important;
    border: 0px
}

.btn-duvidas:hover {
    color: #fff;
    animation: none;
}

.tirar-duvidas h3 {
    font-size: 50px;
    font-weight: 900;
    color: #668ecd;
    margin-top: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}

.tirar-duvidas p {
    font-size: 20px;
    font-weight: 900;
    color: #5f5f5f;
    margin-top: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}

.icone-google {
    width: 135px;
}

.icone-app-store {
    width: 119.7px
}


/*BTN WHATS*/

.btn-whats {
    width: 100% !important;
    padding: 10px;
    color: #fff;
    background-color: #4ca63a;
    border-radius: 40px;
    font-weight: 900;
    font-size: 18px;
}
/*
.btn-whats:hover {
    color: #4ca63a;
    background-color: #fff;
    border: 5px solid #4ca63a;
} */

.btn-compra {
    width: 50% !important;
    padding: 5px;
    color: #fff;
    background-color: #861316;
    border-radius: 40px;
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
}

/* .btn-compra:hover {
    color: #861316;
    background-color: #fff;
    border: 2px solid #861316;
} */

.btn-quero {
    width: 50% !important;
    padding: 5px 35px;
    color: #fff;
    background-color: #861316;
    border-radius: 40px;
    font-weight: 700;
    font-size: 20px;
}
/*
.btn-quero:hover {
    color: #861316;
    background-color: #fff;
    border: 2px solid #861316;
} */

/*MODAL VIDEO*/

iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay {
    z-index: 0;
    background: rgba(0, 0, 0, 0.71);
    /* overlay color */
    opacity: 0.0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);
    /* 16:9 calc */
}

.close-video-modal {
    display: block;
    position: absolute;
    left: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.show-video-modal .video-modal {
    opacity: 1.0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
    opacity: 1.0;
}

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}


/*RESPONSIVO*/

@media (min-width:1025px) {
    .mb-2{
        padding-left: 90px;
        padding-right: 90px;
    }
}
@media (min-width:1281px) {
    .mb-2{
        padding-left: 90px;
        padding-right: 90px;
    }
}

@media (max-width: 1200px) {

    .contador-timer p
    {
        font-size: 25px;
    }

    .ponto-maior
    {
        font-size: 60px;
    }

    .card-depoimentos {
        height: auto;
    }
}

@media (max-width: 990px) {

    .contador-timer p
    {
        font-size: 18px;
    }

    .ponto-maior
    {
        font-size: 55px;
    }

    .btn-quero-aproveitar {
        margin-top: 20px
    }
    .banner-livros {
        height: 260px;
        margin-top: -35px
    }
    /* .banner-principal {
        height: 50vw
    } */
}

@media (max-width: 768px) {

    .contador-timer p
    {
        font-size: 16px;
    }

    .margin-icones {
        margin: 20px 20px;
    }
    .center-mobile {
        text-align: center !important;
    }
    .banner-livros {
        background-image: url("../img/livros-de-enfermagem-livros-de-medicinas-livros-de-pedagogia-768.png");
        height: 120px !important;
        margin-bottom: -25px !important;
        margin-top: 15px
    }
    .btn-duvidas {
        width: 100%;
        margin-bottom: 25px;
    }
    .btn-quero-aproveitar {
        margin-top: 40px
    }
    /* .banner-principal {
        height: auto;
        height: 50vw
    } */
}

@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
    }
}

@media (max-width: 425px) {

    .banner-cadastro
    {
        background-position-x: 21%;
    }
    .btn-whats
    {
        font-size: 15px;
    }

    .btn-compra
    {
        font-size: 15px;
    }

    .bg-testemunhas
    {
        height: 200px;
    }

    .bg-testemunhas img
    {
        width: 50px;
    }


    .bg-cursos b
    {
        font-size: 23px;
    }

    .bg-cursos p
    {
        font-size: 23px;
    }

    .contador-timer p
    {
        font-size: 15px !important;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .ponto-maior
    {
        font-size: 40px !important;
        top: -2px !important;
    }

    #form-contato {
        padding: 0px 15px;
    }
    .icone-google {
        width: 150px !important;
    }
    .icone-app-store {
        width: 150px !important;
    }
    .tirar-duvidas p {
        font-size: 14px;
    }
    .banner-livros {
        background-image: url("../img/livros-de-enfermagem-livros-de-medicinas-livros-de-pedagogia-365.png");
        background-size: contain !important;
        height: 180px !important;
        margin-top: -25px
    }
    .logo {
        margin-top: -200px
    }
    .titulo-oferta {
        font-size: 45px;
        line-height: 35px;
    }
    .subtitulo-oferta {
        top: 0px;
    }
    .faixa-vermelha {
        padding: 10px
    }
    .espaco-livros {
        margin-top: -180px
    }
    .contador-timer p {
        font-size: 20px
    }
    .banner-principal {
        background-image: url(../img/banner-mobile.png);
        height: 580px;
        position: relative;
        top: 30px;
    }
    .banner-principal h1 {
        font-size: 30px
    }
    .banner-principal p {
        font-size: 16px
    }
    .card-facilidade {
        margin-bottom: 10px;
        padding: 10px;
        height: 220px
    }
    .espaco-facilidades {
        margin-top: 25px
    }
    .thumb-video {
        background-image: url("../../../../hotsite/lp/img/video-thumb-mini-play.png");
        background-size: cover;
        height: 270px;
    }
    .margin-mobile {
        margin-top: -75px
    }
}

@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);
        /* 16:9 calc */
    }
}

.mensagem-sucesso-sms{
    color: #4495d1;
    text-align: center;
    font-weight: 900;
    display: block;
    font-size: 25px;
    line-height: 30px;
}

.label-ajuda{
    display: block;
    color: #9b9b9b;
    margin: 12px;
}

.icones .check{
    width: 100px;
    margin-bottom: 10px;
}

.hidden{
    display: none;
}