h3 {
    font-size: 1.25rem;
}

.section-header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: #4F5B93;
    /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10); */
    border: none;
}

h1 {
    margin: -15px 0px 0px;
    color: white;
}
.lead {
    color: white;
}

hr {
    margin: 30px 0px;
}

.navbar{
    background: #4F5B93;
  }
.presentation {
    background-color: #fff;
    color: #373a3c;
    font-size: 1.25rem;
    max-width: 842px;
    margin: 60px auto 25px;
    float: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    border-radius: 4px;
}

.presentation h2 {
    color: #373a3c;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 7%;
    font-size: 2rem;
}

.box-right-presentation {
    text-align: left;
}

.box-left-presentation {
    padding: 15px;
}

.box-right-presentation {
    padding: 30px;
}

.box-right-presentation button {
    background: #10B191;
    border: none;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    margin: 8% auto 0px auto;
    float: none;
    position: relative;
    display: block;
}

.box-right-presentation button:hover {
    background: #0f8a71;
}

.box-right-presentation a:link {
    color: #fff;
    text-decoration: none;
}

.box-right-presentation a:hover {
    color: #fff;
}

.box-right-presentation a:visited {
    color: #fff;
}

span.logo-blue {
    text-transform: none;
    color: #5381c6;
    font-weight: 500;
    font-size: 2rem;
}

span.logo-yellow {
    color: #ffd532;
    text-transform: none;
    font-weight: 500;
    font-size: 2rem;
}

span.logo-number {
    font-size: 1.7rem;
}

.thead-inverse th {
    background-color: #418BCA;
    text-transform: uppercase;
    font-weight: 500;
}

.table th.sub-category {
    background-color: #EBF3F9;
    font-weight: 500;
    text-transform: uppercase;
}

.table th {
    font-weight: 400;
}

table.table {
    font-weight: 300;
    margin-bottom: 50px;
}

h2.page-header.valores {
    margin: 20px 0px 35px;
}

section#tabela-precos {
    margin-bottom: 20px;
}

#tabela-precos td.min-width {
    width: 11%;
}

.table thead th {
    vertical-align: middle;
}

#inscricao input {
    padding: 15px;
    font-size: 1.5rem;
}

p.asteristico {
    color: #e58686;
    font-size: 14px;
    float: right;
    position: absolute;
    margin-top: -75px;
    right: 20px;
}

span.asteristico {
    color: #e58686;
}

/*--BUTTON--*/
.btn-video,
.btn-exemplo {
    padding: 7px 15px;
    margin: 10px 0px 5px;
    outline: none;
    font-weight: 300;
}

.btn-exemplo {
    padding-left: 40px;
    margin-left: 15px;
}

.btn-exemplo i:before {
    font-size: 1.5rem;
    position: absolute;
    color: rgba(255, 255, 255, 0.48);
}

.btn-video:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    /*margin-right: 10px;*/
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid rgba(255, 255, 255, 0.25);
    position: relative;
    float: left;
}

ul.special-list li.normal-list:before {
    content: "";
}

ul.special-list li.normal-list ul li:before {
    content: "";
}

ul.special-list li.normal-list ul li {
    list-style-type: circle !important;
}

/*--FIM-BUTTON--*/
/*------MENU------*/
#nav-icon1 {
    width: 40px;
    height: 27px;
    position: relative;
    margin-top: 9px 0px 0px 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 100;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #5381c6;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1.open span {
    background: #FFD532
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 11px;
}

#nav-icon1 span:nth-child(3) {
    top: 22px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, width .35s;
    z-index: 50;
}

.overlay.open {
    opacity: 0.95;
    visibility: visible;
    height: 100%;
}

.overlay.open:before {
    left: 0;
}

.overlay:before {
    content: '';
    background: #ffffff;
    left: -55%;
    top: 0;
    width: 50%;
    height: 125%;
    position: absolute;
    transition: left .35s ease;
}

.overlay.open:after {
    right: 0;
}

.overlay:after {
    content: '';
    background: #ffffff;
    right: -55%;
    top: 0;
    width: 50%;
    height: 125%;
    position: absolute;
    transition: all .35s ease;
}

.overlay.open h4 {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .65s;
}

.overlay h4 {
    margin-top: 150px;
    color: #ffd532;
    font-weight: 300;
    font-size: 21px;
    text-transform: uppercase;
    opacity: 0;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    font-size: 21px;
    left: 0;
    width: 100%;
    margin-top: -205px;
}

.overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}

.overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
}

.overlay.open {
    opacity: 0.95;
    visibility: visible;
    height: 100%;
}

.overlay nav {
    position: relative;
    height: 100%;
    font-weight: 400;
    text-align: center;
    z-index: 100;
    overflow-y: auto;
}

.overlay.open ul li,
.overlay.open h4 {
    opacity: 1;
}

.overlay.open ul li a {
    color: #354961
}

/*------FIM-MENU------*/
@media (max-width: 1199px) {
    .section-features .row.right img {
        margin-left: 0px !important;
    }

    .section-features .item .img-wrap img {
        width: 100% !important;
    }

    .flexslider {
        width: 100% !important;
    }

    img {
        width: 100% !important;
    }

    .section-features .row.left img {
        margin-left: 0px !important;
    }

    .btn {
        white-space: normal !important;
    }

    .btn-video,
    .btn-exemplo {
        width: 100%;
    }

    .btn-video:before {
        left: 2%;
    }

    .btn-exemplo {
        margin-left: 0px;
    }

    .btn-exemplo i:before {
        left: 0px;
        top: 0px;
    }

    .btn-exemplo i {
        position: absolute;
        left: 2.2rem;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    img.img-fluid {
        width: 1024px;
        height: 586px;
    }

    .frame {
        width: 771px !important;
        height: 485px !important;
        top: 29px !important;
    }

    .macbook img.img-fluid {
        width: 1024px !important;
        height: 586px;
    }

    .row.item.left.hidden-xs-down .flexslider {
        margin-left: 0px;
    }

    .flex-direction-nav a:before {
        opacity: .3;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .frame {
        width: 588px !important;
        height: 380px !important;
        top: 29px !important;
    }

    .macbook img.img-fluid {
        width: 768px !important;
        height: 439px;
    }

    .row.item.left.hidden-xs-down .flexslider {
        margin-left: 0px;
    }

    .flex-direction-nav a:before {
        opacity: .3;
    }
}

@media (width: 768px) {
    .botao-cta {
        display: block;
        margin-bottom: 20px;
    }

    .arrow-down {
        text-align: center;
        width: 100%;
        margin: 0px !important;
    }
}

@media (max-width: 767px) {
    section.section.section-howtoworks {
        text-align: center !important;
    }

    section.section.section-hero .section-hero .btn-getstarted {
        margin-top: 30px !important;
    }

    .thumbnail {
        margin-top: 0px !important;
    }

    .section-features h2 {
        margin: 20px 0 10px;
    }

    .section-features .item {
        margin: 25px 0;
    }

    .section-howtoworks i {
        left: -8px;
        top: 4px;
    }

    .section-banner .nine,
    .section-banner .content {
        display: block;
    }

    #banner h2,
    #banner p.lead {
        text-align: center;
    }

    #banner .btn.btn-lg.btn-outline-white {
        width: 100%;
        margin-top: 10px;
    }

    .section-footer a.btn.btn-sm.btn-primary {
        width: 100%;
        padding: 15px;
        margin-top: 15px;
    }

    .section.section-footer {
        padding: 20px 0;
    }

    .section-footer .bg-gray {
        margin-top: 25px;
    }

    .section-banner {
        padding: 30px 0;
    }

    .section {
        padding: 15px 0;
    }

    .display-4 {
        font-size: 3rem;
    }

    a.btn.btn-lg.btn-primary.btn-getstarted {
        margin-top: 0px !important;
    }

    .section.section-features {
        padding-bottom: 0px;
    }

    .section.section-header .pull-xs-left {
        float: left !important;
    }

    .center-xs {
        text-align: center;
    }

    .section {
        padding: 15px 0;
    }

    .section-features i {
        left: 0px;
        margin-bottom: 15px;
    }

    .section-features .row {
        margin-top: 0px;
    }

    h1.display-4 {
        margin-top: 75px;
    }

    .thumbnail .frame {
        position: relative !important;
        top: 30px !important;
        width: 100% !important;
        height: 100% !important;
    }

    .thumbnail {
        position: relative !important;
        padding-top: 210px !important;
    }

    .section-banner .table {
        display: table;
        text-align: center;
    }

    header {
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 9999;
        box-shadow: 0px -4px 10px #888888;
    }

    .flex-direction-nav .flex-next,
    .flex-direction-nav a.flex-prev {
        opacity: .2;
    }

    .btn-exemplo i:before {
        left: 2.2rem;
    }

    .flex-control-nav.flex-control-paging {
        display: none;
    }

    .flexslider {
        margin: 0px;
    }

    .arrow-down {
        text-align: center;
        width: 100%;
        margin: 0px !important;
    }

    .botao-cta {
        font-size: 1rem;
        display: block;
        margin-bottom: 15px;
    }

    .button-section .container {
        padding: 30px 15px;
        margin-top: 0px !important;
    }

    .steps img {
        width: 125px !important;
    }

    .btn.btn-danger.btn-video.btn-lg {
        width: 100% !important;
        margin: 20px 0px 26px !important;
    }

    h1 {
        margin-bottom: 20px !important;
    }

    .container .lead.center img {
        width: 100px !important;
        margin-top: 15px;
    }

    .thumbnail img {
        display: none;
    }

    .thumbnail .frame {
        height: 350px !important;
    }

    .section-hero .thumbnail {
        padding: 140px 0 50px !important;
    }

    .section-features i {
        left: 0px;
        margin-bottom: 15px;
        float: none !important;
    }

    .note p {
        max-width: 100% !important;
    }
}

.left {
    float: left;
}

.arrow-down {
    transform: rotate(90deg) !important;
    position: relative;
    float: right;
    font-size: 3rem;
    margin: -49px -41px 0px 0px;
}

img {
    width: 100%;
}

.botao-cta {
    color: #fff !important;
}

.center {
    text-align: center;
}

.steps {
    margin: 30px 0px;
}

hr {
    clear: both;
    margin: 0px;
}

.link-cta {
    margin: 0px auto 0px;
    display: table;
    font-size: 1.4rem;
}

.fa.fa-check {
    font-size: 18px;
    left: 22px;
    position: absolute;
    margin-top: 9px;
}

h1 {
    margin-bottom: 30px;
    text-align: center;
}

.btn-lg {
    cursor: pointer;
}

.depo .lead {
    font-size: 1rem;
    font-weight: 300;
    clear: both;
    font-style: italic;
}

p.author-depoimento {
    margin-bottom: 0px;
}

.livechatlink {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background: url(../../../assets/images/scriptcase9/conversao/icon-chat.png) no-repeat;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    height: 70px;
    width: 70px;
    text-indent: -50000px;
    background-size: 100%;
}

.conversao-chat {
    position: fixed;
    right: 11px;
    bottom: 95px;
    width: 82px;
    text-align: center;
    height: 69px;
    background-color: #0275d8;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.conversao-chat img {
    position: fixed;
    right: 81px;
    bottom: 51px;
    width: 42px !important;
    transform: rotate(17deg);
}

.aspas-right {
    float: right;
    transform: rotate(180deg) !important;
}

.thumbnail .btn-outline-white {
    margin: auto;
    float: none;
    display: block;
    text-decoration: none;
}

.thumbnail .btn-outline-white:hover {
    color: #3db3c4 !important;
}

a.btn-lg.btn-primary.botao-cta {
    clear: both;
    width: 100% !important;
    display: inline-grid;
    margin-bottom: 15px;
}

.white {
    background: #fff !important;
}

.nota {
    max-width: 900px;
    float: none;
    border: 1px dashed #ccc;
    display: grid;
    padding: 15px 25px;
    margin: 70px auto !important;
    clear: both;
    top: 36px;
    background: #fbfbfb;
}

nav.menu-desktop {
    float: right;
    margin: 0px;
}		

.section-hero .thumbnail .macbook {
    top: -150px;
}

.section-howtoworks i,
.section-features i {
    float: left;
}

.btn-exemplo {
    padding-left: 0px;
}

span.steps-number {
    background: #0275d8;
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 25px;
}

p.left.steps-text {
    padding-left: 40px;
    padding-top: 6px;
}

.img-step {
    text-align: center;
}

hr {
    clear: both;
    margin: 0px;
    margin: 50px 0px 30px;
}

.php-73 {
    font-family: 'Merriweather', serif;
    color: #3F5AF1;
    font-size: 6rem;
    margin-top: 1rem;
}

h1 span {
    font-size: 3rem;
    font-weight: 400;
}

.text-center {
    text-align: center
}

.img-step img {
    max-width: 100%;
    width: auto;
}

small,
.small {
    font-weight: inherit;
}

.section-hero {
    background: url(img/bg-elephant.png) #4F5B93 !important;
    background-size: 50px !important;
    background-repeat: repeat;
}

.note {
    font-weight: 100;
    border: 1px dashed #cecece;
    padding: 22px;
    margin-top: 15px;
    max-width: 50%;
    margin: auto;
    text-align: center;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.section-faq .card {
    border: none;
    background: none;
}

.section-faq .card-header {
    background: none;
    padding: 0.25rem 1.25rem;
}

.section-faq .btn {
    padding: 0.375rem 0px;
}

.section-faq button.btn.btn-link.collapsed {
    text-transform: uppercase;
    font-size: 0.8rem;
}

.section-faq button.btn.btn-link {
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
}

.section-faq .card-body {
    border-bottom: 2px solid #ccc;
    padding-top: 0px;
    margin-top: -1px;
}

.section-faq section#faq {
    border-top: 1px solid #ccc;
    background: #eaedf2;
}