.menu {
    background-color: #227c9d;
    color: #fef9ef;
    /* position: sticky; */
    /* top: 0; */
    /* z-index: 1000; */
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
}

.menu img {
    transition: all .35s ease-out;
}

.menu .nav-link {
    transition: all .35s ease-out;
}

.menu a {
    color: #fff;
}

.menu a.active {
    font-weight: 700;
}

.menu a.disabled {
    color: #f0f0f0;
}

.menu .navbar-toggler-icon {
    color: #fff;
}

.menu .navbar-toggler-icon::before {
    line-height: 1.5em;
}

.bg-menu {
    height: 100px;
}

.bg-menu img {
    width: 190px;
}

.bg-menu .nav-link {
    font-size: 1.3rem;
}

.sm-menu {
    height: 70px;
}

.sm-menu img {
    width: 120px;
}

.bg-lead {
    position: relative;
    height: calc(100vh - 100px);
    background-image: url('../img/bg-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -3;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.bg-lead h1 {
    font-weight: 600;
    color: #fff;
}

.bg-lead p {
    color: #fff;
}

.bg-lead::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100vh);
    margin-top: -4rem;
    background: linear-gradient(135deg, #227c9d, #17c3b2);
    opacity: .8;
    z-index: -2;
}

p {
    font-family: -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.scroll-top,
.btn-whatsapp {
    position: fixed;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.scroll-top:hover,
.btn-whatsapp:hover {
    color: #fff;
    right: 19px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 52px;
}

.scroll-top:hover {
    bottom: 29px;
}

.btn-whatsapp:hover {
    bottom: 99px;
    text-decoration: none;
}

.scroll-top {
    bottom: 30px;
    background-color: #227c9d;
}

.btn-whatsapp {
    bottom: 100px;
    background-color: #1ebea5;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    vertical-align: middle;
}

.btn-whatsapp::before {
    content: "\f232"
}

section:nth-child(odd) {
    background-color: #EEEFF0;
}

.container > h2::after {
    content: '';
    display: block;
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: #17c3b2;
    left: calc(50% - 75px);
    margin-top: 15px;
}

.feature-list {
    list-style: none;
    font-family: -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
    font-weight: 400;
    font-style: italic;
    font-size: 1.2rem;
}

.feature-list li {
    padding-top: 12px;
}

@media screen and (max-width: 767.98px) {
    .feature-list {
        max-width: 85%;
    }

    .feature-list li>[class*='fa-'] {
        color: #17c3b2;
        position: absolute;
        left: 48px !important;
        margin-top: 7px;
    }

    .price-card {
        margin-top: 3rem;
    }

    .btn-submit {
        width: 100% !important;
        height: 50px !important;
    }
}

.feature-list li > [class*='fa-'] {
    color: #17c3b2;
    position: absolute;
    left: 8px;
    margin-top: 7px;
}

.price-card .feature-list li>[class*='fa-'] {
    color: #17c3b2;
    position: absolute;
    left: 48px;
    margin-top: 7px;
}

.price-card {
    border: none;
    /* border-radius: ; */
    box-shadow: 1px 1px 8px 2px rgba(159, 160, 160, 0.247);
    max-width: 350px;

}

.price-card.best-option::before {
    position: absolute;
    top: -0.7rem;
    right: -10px;
    width: 130px;
    height: 1.7rem;
    line-height: 1.5rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 1.7rem;
    color: #fff;
    content: 'Melhor Opção';
    background: linear-gradient(135deg, #227c9d, #17c3b2);
}

.currency,
.period {
    font-size: 1.3rem;
}

.period {
    color: #17c3b2;
}

.btn-price {
    width: 150px;
    height: 50px;
    border-radius: 30px;
}

.btn-submit {
    width: 135px;
    height: 40px;
    border-radius: 30px;
}

.btn-price,
.btn-submit {
    background: linear-gradient(135deg, #227c9d, #17c3b2);
    border: none;
    color: #fff;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.btn-price:hover,
.btn-submit:hover {
    background: linear-gradient(170deg, #227c9d, #17c3b2);
    box-shadow: 0px 0px 5px #17c3b2;
    cursor: pointer;
}

.form-control {
    border-color: #227c9d;
    border-radius: 0;
    /* background-color: #f1f4f7; */
}

.form-control:focus {
    border-color: #17c3b2;
    box-shadow: 0 0 0 0.2rem rgba(23, 195, 178, 0.253);
}

.client-img {
    width: 150px;
}

.map {
    width: 100%;
    height: 600px;
}

.company-address img {
    width: 20px;
}

.footer {
    width: 100%;
    background-color: #343434;
    min-height: 200px;
}

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

.app-alert {
    width: 80%;
    height: auto;
    position: fixed;
    top: 110px;
    left: 10%;
    z-index: 9000000;
    opacity: 0;
    -webkit-transition: 2s all linear;
    -moz-transition: 2s all linear;
    -o-transition: 2s all linear;
    transition: 2s all linear;
}

.app-alert.hide {
    display: none;
    opacity: 0;
}

.app-alert.show {
    display: block;
    opacity: 1;
}