﻿html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto', 'Helvetica', arial, sans-serif;
}

.body-bg {
    -webkit-background-size: 90%;
    -moz-background-size: 90%;
    -o-background-size: 90%;
    background-image: url("../images/lines.png");
    background-position: center;
    background-size: 90%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #151c2c;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mlr-30 {
    margin: 5px 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.cp-100 {
    padding: 30px 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-50 {
    padding-bottom: 50px !important;
}

a.saiba-mais {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
}

    a.saiba-mais:hover {
        color: #d6ae5b;
        text-decoration: none;
    }

#sectionZero {
}

#nav-container {
    margin: 10px 50px 20px 50px;
}

.navbar-light, .navbar-nav, .nav-link, .roda-link {
    color: #fff !important;
    text-decoration: none;
}

    .navbar-light, .navbar-nav, .nav-link:hover, .roda-link:hover {
        color: #d6ae5b !important;
        text-decoration: none;
    }

.rodape-bg {
    background-color: #0C111D;
}

.logo {
    width: 160px;
}

h1.header-title {
    font-family: 'Roboto', 'Helvetica', arial, sans-serif;
    font-size: 52px;
    line-height: 58px;
}

.roda-color {
    color: #d6ae5b;
}

.btn-color {
    color: #d6ae5b;
}

    .btn-color:hover {
        color: #000;
    }

.card-mb-30 {
    margin-bottom: 30px;
}

.price-container {
    height: 180px;
}

.color-green {
    color: #198754 !important;
}

.color-gold {
    color: #d6ae5b !important;
}

.btn-price-green, .btn-price-green:active, .btn-price-green:visited {
    background-color: #198754 !important;
    color: #fff !important;
}

.btn-price-gold, .btn-price-gold:active, .btn-price-gold:visited {
    background-color: #d6ae5b !important;
    color: #fff !important;
}

.btn-price-black, .btn-price-black:active, .btn-price-black:visited {
    background-color: #4A4A4A !important;
    color: #fff !important;
}

.btn-price-green:hover, btn-price-gold:hover, btn-price-black:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.roda-select {
    max-width: 200px;
}

.roda-select-content {
    text-align: center;
}

.roda-select-inner {
    display: inline-block;
}

.borderless {
    border: none;
}

.carousel-container {
    text-align: center;
    height: 220px;
    padding: 30px 120px;
    background-color: #f2f2f2;
}

.carousel-container-inner {
    margin: 20px 40px;
}

input:focus, textarea:focus {
    background-color: #fbebc5 !important;
}

.text-gold {
    color: #d6ae5b;
}

.border-gold {
    border: 2px solid #d6ae5b;
}

.badge-gold-light {
    background-color: #FBF1DB;
}

.btn-outline-light:hover svg, .btn-outline-light:hover svg * {
    stroke: #151c2c;
}

.btn-light {
    border: 1px solid #f8f9fa;
}

.btn-light:hover {
    background-color: transparent;
    color: #f8f9fa;
}

.no-break-text {
    white-space: nowrap;
}

#print_one {
    max-height: 388px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px 15px 0 0;
}

.image-right {
    width: 100%;
    border-radius: 15px 0 0 15px;
    border: 4px solid #111;
    border-right: 0px;
    overflow: hidden;
    height: 60vh;
}

.image-right img {
    object-position: top left;
}

.image-left {
    width: 100%;
    border-radius: 0 15px 15px 0;
    border: 4px solid #111;
    border-left: 0px;
    overflow: hidden;
    height: 60vh;
}

.image-left img {
    object-position: top right;
}

.image-bottom {
    width: 100%;
    border-radius: 15px 15px 0 0;
    border: 4px solid #111;
    border-bottom: 0px;
    overflow: hidden;
}

#print_two, #print_three, #print_five {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#print_four, #print_six {
    height: 70vh;
    object-fit: cover;
    object-position: left;
}

#print_seven {
    max-height: 68vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.calendar-circle {
    padding: 0.8rem 1rem;
}

.btn-blue, .btn-outline-blue:hover {
    border: 2px solid #121B30;
    background-color: #121B30;
    color: #fff;
}

.btn-blue:hover, .btn-outline-blue {
    background-color: transparent;
    border: 2px solid #121B30;
    color: #121B30;
}

.icon-light {
    border: 1px solid #EAECF0;
    box-shadow: 0 1 2 #1018280D;
}

#iphone {
    object-fit: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 54vh;
}

.div-print-eight {
    margin-right: -25%;
    height: 75vh;
    border-radius: 15px;
    box-shadow: -1px 0px 4px #00000050;
    overflow: hidden;
}

#print_eight {
    object-fit: cover;
    width: 150%;
    height: 100%;
    object-position: top left;
}

.image-bottom-right {
    width: 100%;
    border-radius: 15px 0 0 0;
    border: 4px solid #111;
    border-bottom: 0px;
    border-right: 0px;
    overflow: hidden;
}

#print_nine {
    object-fit: cover;
    object-position: left;
    width: 150%;
    height: 115%;
}

.btn-gold, .btn-outline-gold:hover, .btn-outline-gold.active {
    border: 2px solid #B89753;
    background-color: #B89753;
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
}

.btn-gold:hover, .btn-gold.active, .btn-outline-gold {
    border: 2px solid #B89753;
    background-color: transparent;
    color: #B89753;
    padding-right: 20px;
    padding-left: 20px;
}

.btn-check:focus + .btn-gold, .btn-gold:focus, .btn-check:focus + .btn-outline-gold, .btn-outline-gold:focus {
    box-shadow: 0 0 0 .25rem #B8975335;
}

.btn-gold-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btn-gold-group .btn {
    border-radius: 0px;
    margin: 0;
}

.btn-gold-group .nav-item:first-child .btn {
    border-radius: 50rem 0 0 50rem;
}

.btn-gold-group .nav-item:last-child .btn{
    border-radius: 0 50rem 50rem 0;
}

.plan {
    border: 1px solid #00000033;
    border-radius: 20px;
    box-shadow: 0px 0px 6px #10182020;
}

.plan hr {
    margin: 0;
}

.plan .currency_symbol {
    font-size: 36px;
    font-weight: 600;
}

.plan .price {
    font-size: 60px;
    font-weight: 600;
    height: 32px;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    flex-direction: column;
}

.plan .per-user {
    font-size: 16px;
    font-weight: 500;
}

.pointer {
    cursor: pointer;
    user-select: none;
}

.number_users {
    width: 75px;
}

.number_users:focus {
    box-shadow: none;
    background-color: #fff !important;
}

.badge-success {
    background-color: #A4FFBB;
    border: 1px solid #34C759;
    color: #000;
}

.bagde-in-button {
    position: absolute;
    top: -35%;
    right: -30%;
}

.banner-blue {
    background-color: #273C6B;
    border-radius: 15px;
    height: 400px;
}

.text-blue-light {
    color: #99C4FF;
}

.text-blue {
    color: #334C8A;
}

.talk-with-esp {
    cursor: pointer;
}

.grecaptcha-badge {
    bottom: 96px!important;
}

@media (min-width: 768px) {
    .banner-blue {
        background-color: #273C6B;
        border-radius: 15px;
        background-image: url("../images/notebook.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        height: 480px;
    }
}