/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #1bb1dc;
}

a:hover, a:active, a:focus {
    color: #0a98c0;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #246695;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 70px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    padding: 0 0 5px 0;
    font-size: 14px;
    transition: all 0.5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

#topbar .social-links {
    text-align: right;
    padding-top: 8px;
}

#topbar .social-links a {
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    font-size: 24px;
}

#topbar .social-links a:hover {
    color: #1bb1dc;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 110px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-scrolled, #header.header-pages {
    height: 70px;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(136, 167, 242, 0.3);
}

#header.header-scrolled a {
    color: #959595 !important;
}

#header.header-scrolled a:hover {
    color: #1bb1dc !important;
}

#header .drop-down a:hover {
    color: #fff !important;
}

#header.header-scrolled .logo img {
    margin: 0;
}

#header.header-scrolled #topbar, #header.header-pages #topbar {
    display: none;
}

#header .logo img {
    padding: 0;
    margin: 8px 0;
    max-height: 62px;
}

.main-pages {
    margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    height: 70vh;
    position: relative;
    background-image: url("../img/bg-comofunciona2.webp");
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

#intro destaque-span {
    font-weight: 700;
}

#intro .intro-info h2 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 66px;
    font-weight: 300;
    justify-content: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px #00000054;
}

#intro .intro-info .btn-get-started, #intro .intro-info .btn-produtos {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #1bb1dc;
    color: #fff;
}

#intro .intro-info .btn-get-started:hover, #intro .intro-info .btn-produtos:hover {
    background: #006d8d;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
    /* Drop Down */
    /* Deep Drop Down */
    letter-spacing: 1px;
}

.main-nav, .main-nav * {
    margin: 0;
    padding: 4px 0;
    list-style: none;
}

.main-nav, .main-nav i {
    font-size: 12px;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.main-nav .btn-cliente {
    font-size: 14px;
    background-color: #1bb1dc;
    color: #fff;
    border-radius: 4px;
    padding: 4px 6px;
    border: 0;
    margin-right: 14px;
    font-weight: 600;
}

.main-nav .btn-cliente:hover {
    background-color: #4ce197;
    color: #fff;
}

#header.header-scrolled a {
    color: #959595 !important;
}

#header.header-scrolled a:hover {
    color: #1bb1dc !important;
}

#header .drop-down ul li>a:hover {
    color: #fff !important;
}

.main-nav a:hover, .main-nav .active>a, .main-nav li:hover>a {
    color: #1bb1dc;
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    border-radius: 8px;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #065e77;
}

.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active>a, .main-nav .drop-down ul li:hover>a {
    color: #fff;
    background-color: #1bb1dc;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-dawn i {
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(22, 215, 255, 0.8);
    transition: 0.4s;
}

.mobile-nav button{
    border: 0;
    background-color: #45f0ff;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    padding: 2px 5px;
    margin: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.mobile-nav button:hover{
    background-color: #40f4ce;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {
    color: #31fffc;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #000;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(70, 70, 70, 0.6);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
    font-size: 46px;
    text-align: center;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #353535;
    width: 70%;
}

/*********************** FORM LOGIN CENTRAL CLIENTE 
/************************/

#modalLogin .modal-content{
    /* width: 50%; */
    color: #797979;
}

#modalLogin .modal-content label,
#modalLogin .modal-content i
{
    font-size: .9rem;
}

#modalLogin .modal-dialog{
    /* margin-left: 1250px;
    margin-top: 100px; */
    position: absolute;
    top: 30%;
    left: 80%;
    transform: translate(-50%, -50%);
}

#modalLogin .btn-form{
    text-align: center;
}

#modalLogin #btnEntrar{
    width: 100%;
    text-align: center;
    background-color: #1bb1dc;
    border-color: #1bb1dc;
}

#modalLogin #btnEntrar:hover{
    background-color: #1693b6;
}

#modalLogin input{
    margin-bottom: 10px;
}

.modal-backdrop {
    z-index: initial;
}

#modalLogin .modal-header img{
    width: 90%;
    opacity: .5;
    margin: 0 auto;
}

/* Section with background
--------------------------------*/

.section-bg {
    background: #f5f8fd;
}

/* etapas Us Section
--------------------------------*/

#etapas {
    padding: 150px 0;
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.4;
}

#etapas .etapas-right {
    padding: 0 40px;
}

#etapas .etapas-content h2 {
    font-size: 38px;
    margin: 36px 0;
    color: #646464;
    font-weight: 700;
}

#etapas .etapas-content h3 {
    color: #8c8c8c;
    font-size: 22px;
    font-style: italic;
}

#etapas .etapas-content p {
    color: #000;
}

#etapas .bg-entenda {
    background-image: url(../img/trio-bus.webp);
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
    position: relative;
    padding: 80px 0;
    margin: 70px 0 180px 0;
    background-image: url(../img/bg-call-to-action.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.overlay-call-to-action {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #075e54;
    opacity: 0.8;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

#call-to-action .cta-text {
    color: #fff;
    width: 70%;
    font-size: 1.10rem;
}

#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 20px;
    transition: 0.5s;
    margin: 10px;
    color: #1d5b25;
    background-color: #fff;
    text-transform: uppercase;
}

#call-to-action .cta-btn:hover {
    color: #fff;
    background: #075e54;
    border: 2px solid #99ffa6;
    transform: scale(1.05);
}

#call-to-action .imagem-iphone {
    position: absolute;
    bottom: -200px;
    left: 600px;
    height: 56vh;
}

/* Features Section
--------------------------------*/

#features {
    padding-bottom: 150px;
}

#features img {
    opacity: .8;
    border-radius: 8px;
}

#features h4 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#features p {
    line-height: 30px;
}

#features .features-right {
    margin-top: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.02);
}

#features .features-left {
    margin-top: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.02);
}

#features strong {
    color: #2d81bd;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    padding: 0 0 30px 0;
    font-size: 16px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/paisagem.webp');
}

#footer .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3a4d99;
}

#footer .footer-top {
    padding: 90px 0;
}

#footer .btn-footer a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 38px;
    border-radius: 20px;
    transition: 0.3s;
    margin: 10px;
    color: #1bb1dc;
    background-color: #fff;
    text-transform: uppercase;
}

#footer .btn-footer a:hover {
    color: #fff;
    background-color: #33daf1;
}

#footer .footer-top .social-links a {
    font-size: 24px;
    display: inline-block;
    background: #fff;
    color: #1bb1dc;
    line-height: 1;
    padding: 6px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #33daf1;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 1.5px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #dedede;
}

#footer .footer-top .footer-links ul a:hover {
    color: #33daf1;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-size: 15px;
}

#footer .credits {
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
    color: #797979;
}

#footer .credits a {
    color: #1bb1dc;
}

#footer .credits a:hover {
    color: #0a98c0;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
    #call-to-action .cta-btn-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    #intro .intro-info {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    #topbar {
        display: none;
    }
    #header {
        height: 70px;
        padding: 15px 0;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #header .logo img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
        margin: 0;
    }
    .mobile-nav-toggle i {
        color: #1bb1dc;
        margin: 22px 18px 0 0;
    }
    #call-to-action .cta-text {
        width: 100%;
    }
    #call-to-action .cta-btn {
        font-size: 18px;
        padding: 18px 50px;
        margin: 50px 0;
    }
    #features {
        padding-top: 150px;
    }
    #features .imagem-iphone {
        display: none;
    }
    #footer .footer-left {
        display: none;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        display: none !important;
    }
    #modalLogin .modal-dialog {
        left: 50%;
    }
}

@media (max-width: 767px) {
    #intro {
        height: auto;
        padding: 80px 0 60px 0;
    }
    #intro .container {
        height: auto !important;
    }
    #intro .intro-img {
        width: 80%;
    }
    #intro .intro-info {
        text-align: center;
        padding-top: 40px;
    }
    #intro .intro-info h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .section-header p {
        width: 100%;
    }
}

@media (max-width: 574px) {
    #etapas {
        padding: 50px 0;
    }
    .section-header h3 {
        font-size: 30px;
    }
    #features {
        padding-bottom: 120px;
        text-align: center;
    }
    #features h4 {
        text-align: center;
    }
    #features .features-right {
        margin-top: 50px;
    }
    #features .img-fluid {
        max-width: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    #call-to-action {
        margin: 0;
    }
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
    #footer .footer-top {
        display: none;
    }
}