@import url("./overflow-indicators.css");
@import url("./mobile-experience.css");
@import url("./responsive-menu.css");

body {
    font-family: "Roboto", sans-serif;
    background: #fff;
}

main {
    padding-bottom: 0;
    overflow: hidden;
}

header {
    padding: 0;
}

header.collapsed .navigation {
    background-color: #00000064;
    padding: 20px 0;
}

header .navigation {
    padding: 16px 0 40px;
    max-width: 100%;
}

.header-container {
    width: 90%;
    margin: 0 auto;
}

.navigation .menu-cabecalho {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.navigation .menu-cabecalho > div {
    display: flex;
    align-items: center;
    gap: 36px;
}

.navigation .menu-cabecalho a.text {
    font: 400 18px "Roboto", sans-serif;
    color: white;
    text-decoration: none;
    /*margin-left: 40px;*/
    margin-right: 4px;
}

.navigation .menu-cabecalho a.text:first-child {
    margin-left: 0;
}

.navigation .menu-cabecalho a.baixe-agora-link {
    margin-right: 25px;
}

.btn-menu {
    border: 0;
    background: #672412;
    border-radius: 30px;
    padding: 18px 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: -5px;
    color: #fff;
    text-decoration: none;
    font: 14px "Roboto", sans-serif;
    text-align: center;
}

.btn-baixe-agora {
    background: #672412;
    text-align: center;
}

.btn-versao-web {
    background: #c24700;
    padding: 18px 32px;
    text-align: center;
}

.btn-versao-web img {
    margin-right: 5px;
}

#content-menu-mob .menu-logo {
    width: 50%;
    background-repeat: no-repeat;
    background-image: url(../img/logo-universal.png);
    height: 35px;
}

@media screen and (max-width: 892px) {
    #content-menu-mob .menu-logo {
        position: unset;
    }
}

#main-block .header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
    flex-wrap: wrap;
}

#main-block .header-menu .universal-logo-header {
    margin-right: 310px;
}

@media screen and (max-width: 1100px) {
    #main-block .header-menu .universal-logo-header {
        margin-right: 0;
    }
}

#main-block .header-menu span {
    font: 400 18px "Roboto", sans-serif;
    color: #fff;
}

#main-block .header-menu span.como-funciona {
    margin-right: 40px;
}

#main-block .header-menu span.novas-funcionalidades {
    margin-right: 40px;
}

#main-block .header-menu a.baixe-agora-link {
    margin-right: 25px;
}

#main-block {
    background: url(../img/bg-transparent.png) no-repeat;
    background-size: cover;

    color: #fff;
    border-radius: 0 0 5rem 5rem;
    padding-bottom: 10px;
}

#main-block .hero {
    padding-bottom: 3rem;
}

#main-block h1,
#main-block h2 {
    font-weight: 800;
    letter-spacing: -1.1%;

    margin-bottom: 8px;
    margin-top: 0;
}

#main-block h1 {
    font-size: 10rem;
}

#main-block h2 {
    font-size: 4.2rem;
}

#main-block .bishop-reference {
    font-family: "Dancing Script", cursive;
    font-size: 3.2rem;
    margin-bottom: 21px;
}

#main-block .description {
    margin-bottom: 21px;
    color: rgb(234, 234, 234);
}

#main-block .btn-try-bible {
    margin-bottom: 3.2rem;
}

#main-block .btn-try-bible img {
    max-width: 386px;
}

#main-block .baixe-agora-group {
    width: 90%;

    display: flex;
    justify-content: space-between;

    margin: 0 auto;
    padding-top: 160px;
}

#main-block .group_buttons_store {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

#main-block .group_buttons_store .button_download {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    background: white;
    text-decoration: none;
    color: #1A1A1A;
    padding: 12.4px 22px;
    border-radius: 100px;
    line-height: 0;
}

@media (max-width: 1199px) {
    #main-block .baixe-agora-group {
        padding-top: 0;
    }
}

@media (max-width: 1024px) {
    #main-block .baixe-agora-group {
        flex-direction: column;
    }
}

#main-block .baixe-agora-group .text-buttons {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*width: 170px;*/
    margin-right: 20px;
    margin-top: 16px;
}

@media (min-width: 1200px) and (max-width: 1360px) {
    #main-block .baixe-agora-group .text-buttons {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    #main-block .baixe-agora-group .text-buttons {
        margin-right: 0;
    }
}

#main-block .baixe-agora-group .text-buttons .google-apple-buttons {
    display: flex;
    flex-direction: row;
    gap: 22px;
}

#main-block .baixe-agora-group .text-buttons .google-apple-buttons a {
    flex: 1;
}

#main-block .baixe-agora-group .text-buttons .google-apple-buttons img {
    max-width: 177px;
}

#main-block .baixe-agora-group .biblia-phones {
    max-width: 600px;
    margin-right: 10vw;
    position: relative;
    z-index: 1;
    margin-bottom: -10rem;
    margin-top: -2rem;
}

@media screen and (max-width: 1410px) {
    #main-block .baixe-agora-group .biblia-phones {
        margin-right: 2vw;
    }
}

@media screen and (max-width: 1263px) {
    #main-block .baixe-agora-group .biblia-phones {
        margin-right: 0;
    }

    #main-block .group_buttons_store {
        flex-direction: column;
    }

    #main-block .group_buttons_store .button_download {
        width: 253px;
        height: 44px;
    }
}

@media screen and (max-width: 1023.99px) {
    #main-block .baixe-agora-group {
        align-items: center;
    }

    #main-block .baixe-agora-group .biblia-phones {
        margin-top: 3rem;
    }

    #main-block .group_buttons_store {
        flex-direction: row;
    }

    #main-block .group_buttons_store .button_download {
        width: 253px;
        height: 44px;
    }
}

@media screen and (max-width: 582.99px) {
    #main-block .group_buttons_store {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
}

@media screen and (max-width: 449.99px) {
    #main-block .btn-try-bible{
        margin-left: auto;
        margin-right: auto;
    }

    #main-block .group_buttons_store {
        align-items: center;
    }
}


#main-block .baixe-agora-group .biblia-phones {
    transition-duration: 0.2s;
}

#main-block .baixe-agora-group .bible-image {
    position: absolute;
    top: 0;
    left: 5%;
}

#main-carousel .glide__slide > img {
    width: 100%;
}

#main-carousel .glide__slide > img.responsive {
    display: none;
}

#main-carousel .glide__slide {
    position: relative;
}

#main-carousel .glide__slide .carousel-banner-content {
    position: absolute;
    bottom: 0;
    left: 10rem;
    display: flex;
    width: 100%;
    align-items: flex-end;
    gap: 4.5rem;
}

#main-carousel .glide__slide .carousel-banner-content h1 {
    color: #672412;
    font-family: Roboto, serif;
    font-weight: 900;
    font-size: 10rem;
}

#main-carousel .glide__slide .carousel-banner-content h2 {
    color: #672412;
    font-family: "Dancing Script", sans-serif;
    font-size: 4.2rem;
}

#main-carousel .glide__slide .carousel-banner-content img {
    height: 100%;
}

#main-carousel .glide__arrow {
    box-shadow: none;
    border: none;
    font-size: 6rem;
    width: 6rem;
    height: 6rem;
    padding: 0;
    color: #672412;
}

#main-carousel .glide__arrow--left {
    left: 1rem;
}

#main-carousel .glide__arrow--right {
    right: 1rem;
}

#footer {
    background-color: #ce8e46;
    color: #ffffff;
    padding: 3.6rem 10rem;
    padding-bottom: 8.6rem;
}

#footer .footer-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

#footer .footer-group img.universal-logo-footer {
    height: 89px;
    width: 139px;
    /*filter: grayscale(100%) brightness(200%);*/
}

#footer .footer-group .links-group {
    display: flex;
    gap: 15px;
}

#footer .footer-group .links-group a {
    color: #9A611C;
    background-color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    width: 3rem;
    height: 3rem;
}

#footer .footer-group .links-group a i {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    line-height: 1;
}

@media (max-width: 768px) {
    #main-carousel .glide__slide > img:not(.responsive) {
        display: none;
    }

    #main-carousel .glide__slide > img.responsive {
        display: block;
    }

    #footer .footer-group img.universal-logo-footer {
        margin-right: 0px;
    }

    #footer .footer-group p {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.icon-space a {
    margin-right: 20px;
}

.icon-space a:last-child {
    margin-right: initial;
}

main .row .josue-15 {
    max-width: 90%;
    margin: 0 auto;
    font: 24px "Roboto", sans-serif;
    font-weight: 400;
    min-height: 255px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

main .row .josue-15 .verse {
    display: flex;
    min-height: 50px;
}

main .row .josue-15 .verse div {
    display: flex;
}

main .row .josue-15 .verse div img {
    width: 40px;
    min-height: 30px;
}

main .row .josue-15 .verse div.quote_start {
    align-items: flex-start;
}

main .row .josue-15 .verse div.quote_end {
    align-items: flex-end;
}

main .row .josue-15 .verse p {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
    color: #672412;
}

main .row .josue-15 .book {
    text-align: center;
    margin-top: 30px;
}

main .row .josue-15 .book h3 {
    font: 500 24px "Roboto", sans-serif;
    color: #c24700;
    margin: 0;
}

.biblia-dramatizada {
    padding: 0 10% 0 5%;

    background: url(../img/bg-biblia-dramatizada.png) no-repeat;
    background-size: cover;

    display: flex;
    justify-content: space-between;
    gap: 3rem;
    align-items: stretch;
}

.biblia-dramatizada .phone-content-opened,
.biblia-dramatizada .phone-content {
    flex: 1;
    display: flex;
    align-items: center;
    margin: -5rem 0 -10rem;
}

.biblia-dramatizada .phone-content > img {
    height: 550px;
}

.biblia-dramatizada .phone-content-opened {
    margin-top: -7rem;
    margin-bottom: -5rem;
    display: none;
}

.biblia-dramatizada .phone-content-opened > img {
    height: 600px;
}

.biblia-dramatizada .play-experience {
    margin-top: 50px;
}

.biblia-dramatizada .play-experience img {
    cursor: pointer;
    margin-bottom: 5px;
}

.biblia-dramatizada .play-experience p {
    font-size: 1.6rem;
    color: #9a611c;
    font-weight: 500;
}

.biblia-dramatizada .text-content {
    text-align: right;
    padding: 5rem 0;
}

.biblia-dramatizada .text-content h2 {
    margin-bottom: 8px;

    color: #1a1a1a;
    font-weight: bolder;
    font-size: 3.6rem;
}

.biblia-dramatizada .text-content h3 {
    margin-bottom: 3.2rem;

    font-weight: bold;
    font-size: 2.4rem;
    color: #323232;
}

.biblia-dramatizada .biblia-dramatizada-features > div {
    margin-bottom: 3.2rem;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5rem;
}

.biblia-dramatizada .biblia-dramatizada-feature {
    color: #1a1a1a;
    font-size: 2rem;
    font-weight: bold;
}

.biblia-dramatizada .description {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #323232;
}

.bar {
    text-align: center;
    width: 70px;
    min-height: 8px;
    background: #672412;
}

.muito-mais {
    background-color: #fbf1e5;
    padding: 60px 0;
}

.muito-mais .muito-mais-titulo-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;

    margin-bottom: 3.2rem;
    color: #672412;
}

.muito-mais .muito-mais-titulo {
    line-height: 1.1;
}

.muito-mais .bar {
    margin-top: 1.6rem;
}

.muito-mais .texto-muito {
    font-size: 3.2rem;
}

.muito-mais .texto-mais {
    font-size: 5.2rem;
    font-weight: bolder;
}

.muito-mais .features {
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
    position: relative;
}

.muito-mais .features-inner > div img {
    margin-bottom: 2.2rem;
}

.muito-mais .features-inner > div h4 {
    margin-bottom: 1.6rem;
    color: #672412;
    font-size: 2.2rem;
    font-weight: bold;
}

.muito-mais .features-inner > div p {
    font-size: 1.4rem;
    color: #333333;
}

.biblia-fiel {
    width: 100%;
    padding: 50px 10%;

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

.biblia-fiel .biblia-fiel-content {
    margin-right: 20%;
}

.biblia-fiel img {
    height: 512px;
    border-radius: 30px;
}

.biblia-fiel h2 {
    font-size: 4.8rem;
    line-height: 5.8rem;
    letter-spacing: -1%;
    font-weight: bolder;
}

.biblia-fiel p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #313131;
    margin-bottom: 3rem;
}

.biblia-fiel .btn-baixar-agora {
    padding: 2rem 4.8rem;

    border-radius: 30px;
    background-color: #672412;

    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;

    transition-duration: 0.3s;
}

.biblia-fiel .btn-baixar-agora:hover {
    background-color: #C24700;
}

.how-it-works-mobile-version {
    display: none;
}

.como-funciona {
    background: url(../img/bg-transparent.png) no-repeat;
    background-size: cover;
    border-radius: 30px;

    padding: 8.2rem 0;
}

.como-funciona h2 {
    color: #ffffff;
    font-size: 4.8rem;
    font-weight: bolder;

    margin-bottom: 5rem;
    text-align: center;
}

.como-funciona .features {
    width: 80%;
    margin: 0 auto;

    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

.como-funciona .feature {
    flex: 1;
    color: #fff;
}

.como-funciona .feature img {
    margin-bottom: 2.1rem;
}

.como-funciona .feature h4 {
    margin-bottom: 1.7rem;
    font-size: 2.2rem;
    font-weight: bold;
}

.como-funciona .feature p {
    font-size: 1.4rem;
}

.download-app {
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.download-app .download-app-phones-container {
    /*flex: 1;*/
}

.download-app .download-app-phones {
    max-height: 591px;
    /*width: 100%;*/
    min-width: 400px;
    max-width: 651px;
    flex: 1;
    aspect-ratio: 651 / 591
}

.download-app .text-content {
    flex: unset;
    max-width: 540px;
    min-width: 540px;
}

.download-app .text-content h3 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: bolder;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.download-app .text-content p {
    color: #313131;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 3rem;
}

.download-app .store-download-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.download-app .store-download-buttons .button_download {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    background: #672412;
    text-decoration: none;
    color: white;
    padding: 12.4px 22px;
    border-radius: 100px;
    line-height: 0;
}

@media screen and (max-width: 1349.99px) {
    .download-app .download-app-phones {
        width: 100%;
    }
}

@media screen and (max-width: 1199.99px) {
    .download-app{
        gap: 50px;
    }
    .download-app .download-app-phones {
        max-height: 590px;
        width: 100%;
        min-width: 400px;
        flex: 1;
    }

    .download-app .text-content {
        flex: unset;
        max-width: 400px;
        min-width: 400px;
    }

    .download-app .store-download-buttons{
        flex-direction: column;
        align-items: center;
    }

    .download-app .store-download-buttons .button_download {
        width: 255px;
        height: 44px;
    }
}

@media (min-width: 1920px) {
    #main-carousel {
        margin: 5rem 0;
    }

    #main-carousel .glide {
        border-radius: 3rem;
        overflow: hidden;
    }

    .header-container,
    section,
    footer {
        padding-left: calc((100% - 1600px) / 2) !important;
        padding-right: calc((100% - 1600px) / 2) !important;
    }
}

#verse {
    padding: 9rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

#verse .verse {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    font-size: 2.4rem;
    color: #672412;
    font-weight: 500;
    gap: 5rem;
}

#verse .verse .quote_end {
    margin-top: 3rem;
}

#verse .book {
    color: #C24700;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 3rem;
}

#biblia-dramatizada {
    border-radius: 5rem;
    margin-bottom: -5rem;
    position: relative;
}

.muito-mais {
    padding: 60px 0;
    padding-top: calc(60px + 5rem);
}

.btn-try-bible button,
.btn-try-bible a {
    display: flex;
    align-items: center;
    gap: 1.6rem;

    padding: 2rem 4.8rem;

    background-color: #672412;
    border-radius: 4.8rem;

    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;

    transition-duration: 0.3s;
}

.btn-try-bible button:hover,
.btn-try-bible a:hover {
    background-color: #C24700;
}

.btn-try-bible a {
    display: none;
}

@media screen and (max-width: 576px) {
    .btn-try-bible a {
        display: flex;
        font-size: 14px;
    }

    .btn-try-bible button {
        display: none;
    }
}

#footer .footer-group .links-group #privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: unset;
    width: unset;
    height: unset;
}

#footer .footer-group .links-group #privacy:active,
#footer .footer-group .links-group #privacy:focus,
#footer .footer-group .links-group #privacy:visited,
#footer .footer-group .links-group #privacy:hover {
    color: white !important;
}

@media screen and (max-width: 900px) {
    #footer .footer-group .links-group {
        flex-wrap: wrap;
        justify-content: center;
    }

    #footer .footer-group .links-group #privacy {
        width: 100%;
    }
}