* {
    padding:0;
    margin:0;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: linear-gradient(to bottom right, #1565c0, #64b5f6); /* azul gradiente Flutter */
}
a {
    color: #1565c0; /* blue.shade700 */
}
a:hover {
    color: #64b5f6; /* blue.shade300 */
}
h1, h2, h3 {
    font-weight: 700;
    color: #ffffff; /* Destaque para títulos */
}
h4, h5 {
    font-weight:600;
    color: #64b5f6; /* tons mais claros de azul */
}
h6 {
    font-weight:500;
    color: #000;
}
.white {
    color:#ffffff !important;
}
.black {
    color:#212121;
}
.navbar {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: 50px;
    line-height: 50px;
    background: rgba(21, 101, 192, 0.7); /* Transparência azul escuro */
    z-index: 1030;
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.06);
}
.navbar .nav-link.active {
    color: #64b5f6 !important;
}

.navbar .navbar-brand {
    color: #ffffff;
}
.navbar .nav-item {
    margin: 0 5px;
    padding: 0;
}
.navbar .nav-item a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.navbar .nav-item a:hover {
    color: #64b5f6;
}
.navbar .nav-link {
    position: relative;
    padding: 0;
}
.navbar .navbar-toggler {
    cursor: pointer;
}
.navbar .navbar-toggler span {
    color: #000;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
    display: none;
}
.nav-scroll {
    background: #1565c0;
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.06);
    transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
    color: #e3f2fd; /* Azul muito claro */
}
.nav-scroll .navbar-brand img {
    transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
    cursor: pointer;
}
.nav-scroll .navbar-toggler span {
    color: #000;
}
.nav-scroll .nav-link:hover:after {
    background-color: #64b5f6;
}
.nav-scroll .active {
    position: relative;
}
.banner {
    background: linear-gradient(to left, #1565c0, #64b5f6);
    padding:100px 0px;
    position:relative;
}
.banner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/pattern.png);
}
.banner a.weblink {
    color:#1565c0;
    border-bottom:1px dotted #64b5f6;
}
.banner a:hover {
    text-decoration:none;
    color: #64b5f6;
}
.svg-wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.banner-text {
    padding-right:80px;
    margin:50px 0px 0px;
}
.banner-text p {
    margin:40px 0px;
    color: #e3f2fd;
}
.banner-text ul {
    list-style: none;
}
.banner-text ul li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
    display: block;
}
.banner-text ul li a img {
    width: 200px;
    border-radius: 7px;
}
.prelative {
    position:relative;
}
.section-padding {
    padding:80px 0px;
}
.sectioner-header {
    width:69%;
    margin:0 auto;
}
.line {
    height: 2px;
    width: 50px;
    background: #1565c0;
    display: block;
    margin: 20px auto 20px;
}
.line::after {
    content:"";
    position: absolute;
    left: 50%;
    width: 150px;
    height: 2px;
    border-bottom: 2px dashed #64b5f6;
    margin-left: -75px;
}
.sectioner-header p {
    color:#e3f2fd;
    font-size: 17px;
}
.section-content {
    margin-top: 80px;
}
.icon-box {
    margin-bottom:50px;
}
.icon-box i {
    display: block;
    position: relative;
    width: 135px;
    height: 135px;
    border-radius: 100px;
    background: linear-gradient(to left, #64b5f6, #1565c0);
    color: #ffffff;
    font-size: 50px;
    line-height: 135px;
    margin: 0 auto;
}
.icon-box h5 {
    margin-top:30px;
    color: #fff;
}
.icon-box p {
    color: #ffffff;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
}
.new-section {
    background: #1565c0;
    border-top: 1px solid #64b5f6;
}
.new-section-detail {
    margin-top: 40px;
}
.new-section-detail img {
    border-radius: 50%;
    width: 70%;
}
.about-btn {
    color: #ffffff;
    padding: 10px 40px;
    border: 2px solid #64b5f6;
    background: #1565c0;
    border-radius: 7px;
    margin-top: 30px;
    display: inline-block;
    font-size: 18px;
    transition: background 0.2s, color 0.2s;
}
.about-btn:hover {
    background: #64b5f6;
    color: #1565c0;
    text-decoration: none;
}
.video-section {
    background: url(images/video-bg.jpg) no-repeat fixed center;
    background-size: cover;
    overflow: hidden;
}
.video-overlay {
    background: linear-gradient(to left, #1565c0, #64b5f6);
}

.video-section h3 {
    font-weight: 600;
    font-size: 38px;
    color: #ffffff;
}

.video-section i {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background: #1565c0;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
    margin: 0 auto;
    cursor: pointer;
    transition: background 0.3s;
}

.video-section i:hover {
    background: #64b5f6;
    color: #0d47a1;
}

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(21, 101, 192, 0.5);
    display: none;
    align-items: center !important;
    justify-content: center !important;
}

.video-popup .video-src {
    position: relative;
    width: 700px;
    max-width: 80%;
}

.video-popup .iframe-src {
    width: 100%;
    height: 0;
    padding-top: 56.3%;
    position: relative;
    display: none;
}

.video-popup .iframe-src iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-feature {
    margin-bottom: 80px;
    margin-top: 40px;
}

.single-feature h5 {
    font-size: 16px;
    color: #fff;
}

.media-right-margin {
    margin-right:25px;
}

.single-feature p {
    font-size: 13px;
    color: #e3f2fd;
}

.contact {
    background-color: #0d47a1;
    color: #ffffff;
}

.contact .form-input {
    background-color: #1565c0;
    color: #ffffff;
    border: 1px solid #64b5f6;
    border-radius: 8px;
}

.contact .btn-grad {
    background: linear-gradient(to right, #1565c0, #64b5f6);
    color: #ffffff;
    border: none;
    border-radius: 20px;
    font-weight: 600;
    transition: all 0.3s;
}

.contact .btn-grad:hover {
    background: linear-gradient(to right, #64b5f6, #bbdefb);
    color: #0d47a1;
}

.contact .contact-info .text-white {
    color: #bbdefb;
}

.contact .contact-item p {
    color: #e3f2fd;
}

.icon-border span {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    color: #64b5f6;
    font-size: 18px;
    line-height: 50px;
    border: 1px solid #64b5f6;
}

.about {
    background-color: #1565c0;
    color: #ffffff;
}

.about .icon-box {
    color: #ffffff;
}

.team {
    background: #0d47a1;
    border-top: 1px solid #1565c0;
}

.feature {
    background-color: #1565c0;
    color: #ffffff;
}

.team-detail {
    margin-top: 40px;
}

.team-detail img {
    border-radius: 50%;
    width: 70%;
}

.team-detail h4 {
    color: #64b5f6;
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 0px;
}

.testimonial {
    background: linear-gradient(to left, #1565c0, #64b5f6);
    padding: 100px 0px;
    position: relative;
}

.testimonial::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/pattern.png);
}

.bx-prev {
    left: -90px !important;
    background: url(images/arrow-left.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.bx-next {
    right: -90px !important;
    background: url(images/arrow-right.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.bx-wrapper {
    border: none !important;
    background: rgba(255, 255, 255, 0.85) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.slider-item {
    padding: 20px;
}

.slider .test-img img {
    border: 12px solid #1565c0;
    border-radius: 50%;
    width: 300%;
    height: auto;
}

.test-img {
    float: left;
    width: 20%;
    margin-right: 5%;
}

.test-text {
    float: left;
    width: 75%;
}

.slider .title {
    margin: 0 0 20px;
    font-size: 1.125em;
    line-height: 1.25;
    color: #0d47a1;
}

.slider .title span {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    color: #1565c0;
}

.faq {
    background: #1565c0;
    border-bottom: 1px solid #64b5f6;
}

.faq-content {
    margin: 20px 0px;
}

.faq-content h4 {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
}

.faq-content p {
    color: #e3f2fd;
    font-weight: 300;
    margin-top: 15px;
}

#contact_form .form-input {
    border: 1px solid #64b5f6;
}

input, #contact_form textarea {
    height: 42px;
    padding: 1rem;
    background: #1565c0;
    border-radius: 30px;
    margin-bottom: 1rem;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease-in-out;
}

input:focus, #contact_form textarea:focus {
    background: #1e88e5;
    outline: none;
}
.btn-grad {
    padding: .7rem 2rem;
    display: inline-block;
    color: #ffffff;
    border-radius: 2rem;
    border: none;
    background: linear-gradient(to right, #1565c0, #64b5f6);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}
.btn-grad:hover {
    background: linear-gradient(to right, #64b5f6, #bbdefb);
    color: #0d47a1;
}

.contact-info {
    padding: 2rem 2rem 1rem;
    border-radius: 8px;
    background: linear-gradient(to left, #1565c0, #64b5f6);
    color: #ffffff;
}

.contact-item {
    margin: 23px 0px;
}
.contact-item i {
    font-size: 20px;
    color: #bbdefb;
}
.contact-item p {
    line-height: 20px;
    margin: 0;
    color: #e3f2fd;
}

.download {
    background: linear-gradient(to right, #1565c0, #64b5f6);
    padding: 100px 0px;
    position: relative;
}
.download::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/pattern.png);
}
.download ul {
    list-style: none;
}
.download ul li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}
.download ul li a {
    display: block;
}
.download ul li a img {
    width: 150px;
    border-radius: 7px;
    transition: transform 0.3s;
}
.download ul li a img:hover {
    transform: scale(1.05);
}

.footer-copy {
    background: #0d47a1;
    color: #e3f2fd;
    font-size: 13px;
    text-align: center;
    padding: 15px 0px;
}
.footer-copy p {
    margin-bottom: 0px;
}

/* ---------- RESPONSIVIDADE ---------- */

@media all and (max-width:991px) {
    .navbar .navbar-collapse {
        overflow: auto;
        background: linear-gradient(to right, #64b5f6, #bbdefb);
        color: #0d47a1 !important;
        text-align: center;
        padding: 10px 0;
    }
    .nav-scroll .navbar-collapse {
        background: #1565c0 !important;
    }
    #contact_form {
        margin-bottom: 20px;
    }
}

@media all and (max-width:768px) {
    .navbar-brand img, .nav-scroll .navbar-brand img {
        transform: scale(0.75) !important;
    }
    .banner-text {
        padding-right: 0px;
        margin: 10px 0px 0px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 23px;
    }
    .section-padding {
        padding: 40px 0px;
    }
    .banner-text p {
        margin: 25px 0px;
    }
    .banner-text ul li a img {
        width: 140px;
    }
    .sectioner-header {
        width: 90%;
    }
    .sectioner-header p {
        font-size: 14px;
    }
    .about-btn {
        padding: 5px 30px;
        font-size: 16px;
    }
    .single-feature {
        margin: 20px 0px;
    }
    .team-detail {
        margin-top: 20px;
    }
    .team-detail img {
        width: 50%;
    }
    .bx-controls {
        display: none;
    }
    .bx-wrapper {
        margin: 0px 20px !important;
    }
    .slider .test-img img {
        margin: 0 auto;
    }
    .test-img {
        float: none;
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }
    .test-text {
        float: none;
        width: 100%;
        text-align: center;
    }
    .section-content {
        margin-top: 40px;
    }
    .faq-content {
        margin: 10px 0px;
    }
    .faq-content h4 {
        font-size: 16px;
    }
    .faq-content p {
        font-size: 13px;
    }
    .contact-item {
        font-size: 12px;
    }
    .download ul li a img {
        width: 120px;
    }
    .footer-copy p {
        font-size: 10px;
    }
}

/* ---------- DETALHES FINAIS ---------- */

.logo-1 {
    width: 20%;
    height: auto;
}

.sectioner-header h3 {
    color: #fff;
}
.sectioner-header .app-title,
.sectioner-header .app-title2 {
    color: #0d47a1;
}
.sectioner-header p.white {
    color: #64b5f6;
}
.faq-content h4 {
    color: #000;
}

.new-section {
    background: #0d47a1;
    border-bottom: 1px solid #bbdefb;
    height: 600px;
}

.increased-size {
    width: 400%;
    height: auto;
    max-width: 30000%;
}
