@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap');
body {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    background: #f6effb;
}

h2 {
    font-size: 50px;
    color: #9f2bcb;
    font-weight: 300;
    margin-bottom: 20px;
}

h2 strong {
    font-weight: 600;
}

h3 {
    font-size: 50px;
    color: #f5a534;
    font-weight: 700;
}

p, li {
    color: #949393;
}

a {
    transition: all 0.4s ease-in-out 0s;
}

.top-nav-collapse {
    background: #7966d8;
    padding: 15px;
    -webkit-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.76);
    -moz-box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.76);
    box-shadow: 0px 4px 12px -5px rgba(0, 0, 0, 0.76);
}

.navbar-brand img {
    transition: all 0.4s ease-in-out 0s;
    /* position: relative;
    top: 70px;
    left: 40px; */
}

.top-nav-collapse .navbar-brand img {
    top: 0;
}

.navbar-nav {
    margin-right: 0;
    margin-top: -25px;
    margin-bottom: -19px;
}

.nav-item .active {
    color: white;
    border-bottom: white solid 1px;
}

.navbar-dark .navbar-toggler {
    border: solid 1px #fff;
}

.navbar-dark .btn-small {
    font-weight: 400;
    position: relative;
    top: 8px;
    padding: 3px 34px;
    margin-left: 30px;
    margin-right: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

section {
    padding: 55px 0;
}

strong {
    font-weight: 700;
}

#home {
    background-image: url(/images/topo.svg);
    background-size: cover;
    position: relative;
    padding-bottom: 126px;
    background-position: 0 bottom;
    background-repeat: no-repeat;
}

#home h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 300;
}

    #home h1 strong {
        display: block;
    }

#home p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

#mobile-wrap {
    position: relative;
    right: 109px;
    top: 116px;
}

#mobile {
    position: relative;
    z-index: 2;
}

#screens {
    position: absolute;
    top: 20px;
    z-index: 1;
    left: 223px;
}

.btn-white {
    color: #032b85;
    background: #fff;
    padding: 16px 40px;
    font-weight: 400;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.6s ease-in-out 0s;
}

.btn-white:hover, .btn-white.active {
    background: #542b97;
    color: #fff;
}

    .btn-white.inactive {
        opacity:0.3;
    }

#home .btn-yellow {
    margin-top: 15px;
}

.nav-link {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

#features {
    padding: 110px 0 0 0;
    background: rgb(246, 239, 251);
    background: linear-gradient(180deg, rgba(246, 239, 251, 1) 0%, rgba(246, 239, 251, 1) 78%, rgba(121, 102, 216, 1) 78%);
}

.features-wrap {
    margin-top: 77px;
    position: relative;
    padding-bottom: 57px;
}

.feature {
    background: #fff;
    border-radius: 40px;
    padding: 45px 30px;
    -webkit-box-shadow: 0px 42px 59px -38px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 42px 59px -38px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 42px 59px -38px rgba(0, 0, 0, 0.47);
    min-height: 100%;
}

.feature p {
    font-size: 20px;
    color: #969595;
    text-align: center;
}

.feature img {
    width: 65px;
    margin-bottom: 40px;
}

#reinforcement {
    background: #7966d8;
    padding-top: 95px;
    position: relative;
    padding-bottom: 0;
}

#laptop {
    position: absolute;
    left: 0;
    top: 100px;
}

#reinforcement h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 300;
}

#reinforcement p {
    color: #fff;
    font-weight: 300;
}

ul.checklist {
    list-style: none;
    margin: 80px 65px 0 80px;
}

ul.checklist li {
    background: url(/images/check.png) no-repeat;
    background-size: 31px 28px;
    color: #fff;
    padding-left: 50px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
}

#pricing {
    background: #401c7a;
    background-image: url(/images/ornamento.svg);
    /* background-size: cover; */
    background-repeat: no-repeat;
    margin-top: -1px;
}

#pricing .container {
    margin-top: 130px;
}

#pricing h2 {
    color: #fff;
}

#pricing h3 {
    margin-bottom: 0;
}

#pricing h3 span {
    color: #fff;
    font-size: 20px;
    display: block;
    font-weight: 300;
}

#pricing p {
    color: #fff;
}

#pricing p.price {
    font-size: 25px;
    font-weight: 300;
}

#pricing p.price strong {
    font-weight: 700;
}

    #pricing ul {
        padding: 0;
        margin-top: 25px;
    }

.features ul {
    font-size: 0.9em;
    padding-left: 16px;
}

    #pricing ul li {
        color: #fff;
        list-style: none;
        padding-left: 30px;
        margin-bottom: 8px;
    }

.selected-price {
    position: absolute;
    bottom: 0px;
    right: 16px;
    font-size: 0.8em;
    margin-bottom: -15px;
}
    .selected-price .amount {
        font-size: 2.2em;
        font-weight: 700;
        color: white;
    }

.teams-sel .btn-light:not(:disabled):not(.disabled).active {
    color: #ffffff;
    background-color: #542b97;
    border-color: #542b97;
}

.features ul li {
    color: #212529;
    list-style: none;
    padding-left: 30px;
}

        #pricing ul li.yes, .features ul li.yes {
            background: url(/images/yes.png) no-repeat;
            background-size: 15px;
            background-position: 0 8px;
        }

        #pricing ul li.no, .features ul li.no {
            background: url(/images/no.png) no-repeat;
            background-size: 12px;
            background-position: 0 9px;
        }

        #pricing ul li.dot, .features ul li.dot {
            background: url(/images/dot.png) no-repeat;
            background-size: 10px;
            background-position: 0 10px;
        }

.btn-small {
    padding: 0px 50px;
    font-weight: 700;
}

#pricing .btn-small {
    margin-top: 20px;
}

.btn-small span {
    position: relative;
    top: -5px;
}

.btn-small span.asterisk {
    font-size: 30px;
    position: relative;
    top: 8px;
    font-weight: 300;
}

#pricing small {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 140%;
    display: block;
}

#pricing small span {
    font-size: 36px;
    position: relative;
    top: 15px;
    color: #07ebff;
}

#contact {
    padding-bottom: 100px;
    padding-top: 110px;
    background: #401c7a;
}
    #contact h2 span {
        color: #fff;
        font-size: 20px;
        display: block;
        font-weight: 300;
    }

#contact h2, #contact .button, #lblResponse {
    color: #fff;
}

#lblResponse {
    float: right;
}

form {
    margin-top: 30px;
}

::-webkit-input-placeholder {
    font-size: 13px;
}

::-moz-placeholder {
    font-size: 13px;
}

:-ms-input-placeholder {
    font-size: 13px;
}

::placeholder {
    font-size: 13px;
}

.form-control {
    border: none;
    border-radius: 15px;
    margin-bottom: 10px;
}

.btn-affiliate-action {
    background-color: #7966d8;
    cursor: pointer;
    color: #fff;
    padding: 8px 35px;
    border-radius: 25px;
    transition: all 300ms ease 0s, opacity 1s ease 0s;
}

    .btn-affiliate-action:hover {
        background-color: #8c7be1;
        color: #fff;
    }

input[type="button"].button, div.button.normal.signup {
    border: none;
    border-radius: 20px;
    padding: 8px 35px;
    background-repeat: no-repeat !important;
    background-position: center -50px;
}

    input[type="button"].button.normal, div.button.normal.signup {
        background-color: #7966d8;
        -webkit-animation: fade .5s;
        animation: fade .5s;
        font-size: 14px;
        cursor: pointer;
        transition: all 1s ease 0s, opacity 1s ease 0s;
    }

    input[type="button"].button.normal:hover, div.button.normal.signup:hover {
        background-color: #542b97;
        -webkit-animation: fade .5s;
        animation: fade .5s;
        font-size: 14px;
        cursor: pointer;
    }

input[type="button"].button.error-button {
    background: #A50606 url('images/icon-error.svg') center center;
    background-repeat: no-repeat !important;
    background-position: center center;
    width: 115px;
    padding: 0;
    height: 45px;
}

input[type="button"].button.send-email {
    background: #16ae56 url('images/icon-check.svg');
    background-repeat: no-repeat !important;
    background-position: center center;
    width: 115px;
    padding: 0;
    height: 45px;
}

div.button.normal.signup {
    color:#ffffff;
    text-align:center;
}

#response {
    position: absolute;
    left: 148px;
    top: 386px;
}

#response p {
    margin: 5px 0 0 0;
    color: orangered;
}

#credit {
    padding: 20px;
    background: #7966d8;
}

#footer_alerta_logo {
    float: left;
    margin-right: 10px;
}

#footer_alerta_logo img {
    width: 15px;
}

#credit p {
    margin-bottom: 0;
    color: #fff;
    font-size: 11px;
    margin-top: 6px;
}

#credit p a {
    color: #fff;
    font-size: 11px !important;
}

form #website {
    display: none;
}

.ui.rating .icon.partial {
    -webkit-background-clip: text !important;
}


/*===========RESPONSIVIDADE===========================*/
@media (max-width: 1200px) {
    /* 1200 pra baixo */
    #home {
        /* padding-bottom: 356px; */
    }
    #home h1 {
        color: #fff;
        font-size: 60px;
        font-weight: 300;
    }
    #laptop {
        left: -170px;
    }
    ul.checklist {
        margin: 80px 0px 0 80px;
    }
    #mobile-wrap {
        right: 219px;
    }
    .feature p {
        font-size: 17px;
    }
    .features-wrap {
        margin-top: 37px;
    }
}

/*===========CUSTOM===========================*/

@media (max-width: 1024px) {
    /* 1024 pra baixo */
    #laptop {
        left: -240px;
    }
    #reinforcement h2 {
        font-size: 36px;
    }
    ul.checklist {
        margin: 40px 0px 0 40px;
    }
}

/* MD *******************************************/

@media(max-width:991px) {
    /* 991 pra baixo */
    #credit {
        text-align: right;
        padding: 8px 10px;
    }
    #footer_alerta_logo {
        float: none;
        margin-right: 0px;
    }
    #credit p {
        float: right;
        margin-left: 10px;
    }
    .top-nav-collapse #navbarNav {
        background: transparent !important;
    }
    .top-nav-collapse .navbar-nav .nav-link {
        color: #fff !important;
    }
    #navbarNav {
        background: #fff;
        padding: 30px 0px 30px 30px;
        color: #9f2bcb;
    }

    .navbar-nav {
        margin-right: -15px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #9f2bcb;
    }
    .navbar-dark .navbar-nav .nav-link.active {
        color: #9f2bcb;
        font-weight: 700;
        border-bottom: none;
    }
    #reinforcement h2 {
        font-size: 29px;
    }
    ul.checklist li {
        font-size: 18px;
    }
    #navbarNav .btn {
        background: #9f2bcb;
        color: #fff;
    }
    #mobile-wrap {
        right: 189px;
    }
    #laptop {
        left: -240px;
    }
    #home h1 {
        font-size: 40px;
    }
    #home p {
        font-size: 28px;
    }
    .features-wrap .col-sm-6 {
        margin-bottom: 40px;
    }
    .feature {
        -webkit-box-shadow: 0px 42px 38px -38px rgba(0, 0, 0, 0.47);
        -moz-box-shadow: 0px 42px 38px -38px rgba(0, 0, 0, 0.47);
        box-shadow: 0px 42px 38px -38px rgba(0, 0, 0, 0.47);
        min-height: 100%;
        padding: 26px 28px;
    }
}

/* CUSTOM *******************************************/

@media(max-width:880px) {
    /* 880 pra baixo */
    #mobile-wrap {
        right: 260px;
    }
    #home {
        /*padding-bottom: 0;*/
        padding-top: 0;
    }
    #home h1 {
        font-size: 36px;
        padding-right: 50px;
    }
    #home p {
        font-size: 24px;
        /*padding-right: 50px;*/
    }
    /* #home .align-self-center {
        margin-top: 30px;
    } */
    #features {
        background: linear-gradient(180deg, rgba(246, 239, 251, 1) 0%, rgba(246, 239, 251, 1) 78%, rgba(121, 102, 216, 1) 78%);
    }
    #laptop {
        left: -300px;
        top: 0;
    }
    #pricing {
        background-image: url(/images/ornamento_sm.svg);
    }
    #reinforcement {
        padding-top: 0;
    }
}

/* SM *******************************************/

@media(max-width: 767px) {
    /* 767 pra baixo */
    #mobile-wrap {
        display: none;
    }
    #home {
        padding-top: 140px;
    }
    #laptop {
        /* display: none; */
        position: relative;
        top: 0;
        left: 0;
    }
}

@media(max-width:576px) {
    /* 576 pra baixo */
    #home {
        padding-top: 200px;
    }
    #home .container {
        position: relative;
        top: -80px;
    }
    #home h1 {
        font-size: 30px;
    }
    #home p {
        font-size: 18px;
    }
    .btn-white {
        padding: 13px 30px;
    }
    h2 {
        font-size: 30px;
    }
    .features-wrap {
        margin-top: 25px;
    }
    #reinforcement h2 {
        font-size: 26px;
    }
    #reinforcement {
        padding-top: 0px;
    }
    ul.checklist {
        margin: 40px 0px 0 0px;
    }
    #pricing {
        padding-bottom: 0;
    }
    #pricing .container {
        margin-top: 50px;
    }
    .btn-white {
        padding: 6px 45px;
    }
    .btn-group-lg>.btn, .btn-lg {
        font-size: 1.1rem;
    }
    h3 {
        font-size: 35px;
    }
    #pricing p.price {
        font-size: 22px;
    }
    #pricing .plan {
        margin-bottom: 40px;
    }
    #contact {
        padding-top: 20px;
    }
    #features {
        padding: 40px 0 0 0;
        background: linear-gradient(180deg, rgba(246, 239, 251, 1) 0%, rgba(246, 239, 251, 1) 87%, rgba(121, 102, 216, 1) 87%);
    }
    .features-wrap {
        padding-bottom: 17px;
    }
}

@media(max-width:390px) {
    /*390 pra baixo*/
}

@media(max-width:360px) {
    /*360 pra baixo*/
}