/*
Theme Name: Netcloud
Theme URI: http://exemplo.com/seu-tema
Author: BNH Web Systems
Author URI: http://bnhwebsystems.com
Description: Tema personalizado para Netcloud
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
/* Reset CSS */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", serif;
    line-height: 1.5;
    background-color: #fff;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
    margin: 0;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

table {
    border-collapse: collapse;
}

img, picture, video {
    max-width: 100%;
    height: auto;
}

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    background: none;
    border: none;
    cursor: pointer;
}

button:focus {
    outline: none;
}
a:focus {
    outline: none;
}
iframe {
    border: 0;
}
html, body {
    overflow-x: hidden;
}

h1{
    font-size: 64px;
}
h2{
    font-size: 48px;
}
h3{
    font-size: 40px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 16px;
}
p{
    font-size: 14px;
}
.container{
    width: 1200px;
    display: block;
    margin: auto;
}
.flex{
    display: flex;
}
.flex-between{
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 286px;
}
.navbar{
    width: 347px;
    display: flex;
    justify-content: space-between;   
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.navbar ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
header{
    position: fixed;
    width: 100%;
    background-color: #000000e4;
    color: #fff;
    height: 100px;   
    z-index: 999;
}
header .flex{
    height: 100px;
}
.btn-login{
    width: 197px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    font-weight: bold;
}
.hero{
    background-image: url(img/banner.png);
    height: 1016px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 300px;
}
.hero h1{
    color: #fff;
    text-align: center;
    width: 860px;
    margin: auto;
    margin-bottom: 2rem;
    font-weight: bold;
}
.hero .flex{
    justify-content: center;
    gap: 1rem;
}
.btn{
    width: 305px;
    height: 64px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    display: flex;
}
.btn-orcamento{
    background: linear-gradient(45deg, #00CCFF, #1874FF);
    color: #fff;
}
.btn-plano{
    background-color: #fff;
    color: #000;
}
.bg-destaque{
    background: linear-gradient(45deg, #1884FF, #0989E4);
    width: 1400px;
    height: 550px;
    margin: auto;
    position: relative;
    top: -200px;
    text-align: center;
    padding-top: 60px;
    border-radius: 10px;
}
.bg-destaque h2, .bg-destaque h5{
    color: #fff;
    position: relative;
    margin-bottom: 1rem;
}
.bg-destaque h5::after{
    width: 247px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 27px;
    content: "";
    margin: auto;
    left: 0;
    right: 0;
}
.bg-destaque .flex{
    justify-content: space-between;
}
.card-destaque{
    width: 32%;
    background-color: #fff;
    text-align: center;
    padding: 64px 20px;
    padding-top: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.card-destaque:hover{
    transform: scale(1.05);
}
.card-destaque h5{
    font-weight: bold;
    color: #000;
}

#sobre{
    background-image: url(img/bg-sobre.png);
    padding: 86px 0;
    height: 592px;
    color: #fff;
    background-size: cover;
}
#sobre .flex{
    justify-content: space-between;
}
#sobre h4{
    margin-bottom: 40px;
    position: relative;
}
#sobre h4::after{
    width: 180px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 30px;
    content: "";
    margin: auto;
    left: 0;
}
.img-sobre{
    width: 49%;
}
.text-sobre{
    width: 49%;
}
.text-sobre p{
    font-size: 18px;
}

#solucoes{
    background-color: #F1F1F1;
    padding: 60px 0;
}
#solucoes h2{
    color: #0989E4;
    text-align: center;
}
#solucoes .flex{
    justify-content: space-between;
    margin-top: 2rem;
}
.card-solucoes{
    width: 24%;
    height: 508px;
    background-color: #fff;
    text-align: center;
    padding: 64px 20px;
    padding-top: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;   
    margin: 0 .5rem;
}
.card-solucoes h5{
    margin: 1rem 0;
}
#planos{
    background-color: #1884FF;
    padding: 60px 0;
}
#planos h2{
    color: #fff;
    text-align: center;
}
#planos .flex{
    justify-content: space-between;
    margin-top: 40px;
}
.card-plano{
    background-color: #F1F1F1;
    padding: 33px 40px;
    width: 32%;
    height: 641px;
    text-align: center;
    position: relative;
    border-radius: 10px;
}
.card-plano h4{
    margin-bottom: .5rem;
}
.card-plano h5{
    font-size: 14px;
}
.card-plano p{
    text-align: left;
    width: 287px;
    margin: auto;
    margin-top: 1rem;
    font-size: 12px;
}
.card-plano p span {
    display: block;
    position: relative;
}
.card-plano p span::before {
    content: "✔";
    color: green;
    font-size: 16px;
    position: absolute;
    left: -20px; 
    top: 0; 
    margin-top: 4px;
  }
.card-plano p.line-t{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.card-plano p.line-t::after {
    content: "✖";
    color: red;
    font-size: 16px;
    position: absolute;
    left: -20px;
    top: 0;
    margin-top: 4px;
  }
#parceiros{
    padding: 60px 0;
}
#parceiros h2{
    text-align: center;
    color: #0989E4;
    margin-bottom: 2.5rem;
}
#parceiros .flex{
    justify-content: space-between;
    align-items: center;
}

#contato{
    background-color: #F1F1F1;
    padding: 60px 0;
}
#contato h2{
    color: #0989E4;
    text-align: center;
}
#contato form{
    margin-top: 60px;
}
#contato form input, #contato form textarea{
    height: 65px;
    border-radius: 10px;
    border: 0;
    background-color: #fff;
    color: #000;
    width: 600px;
    margin-bottom: 1rem;
    padding: 20px;
    font-weight: bold;
    font-size: 14px;
}
#contato form textarea{
    height: 108px;
}
#contato form button{
    color: #fff;
    background: linear-gradient(45deg, #00CCFF, #1874FF);
    height: 65px;
    text-align: center;
    font-weight: bold;
    display: block;
    width: 600px;
    border-radius: 10px;
}

footer{
    background-color: #1E1E1E;
    padding: 40px 0;
}
.footer-logo{
    width: 50%;
}
.footer-logo img{
    width: 286px;
}
.footer-link h5{
    color: #fff;
    font-size: 15px;
    margin-bottom: 1.5rem;
    position: relative;
}
.footer-link h5::after{
    width: 120px;
    height: 2px;
    background: linear-gradient(45deg, #00CCFF, #1874FF);
    position: absolute;
    top: 25px;
    content: "";
    margin: auto;
    left: -2px;
}
.footer-link a {
    color: #fff;
    display: block;
    font-size: 15px;
}
.footer-link {
    width: 25%;
}
.footer-link .flex{
    display: inline-block;
}
.footer-link .flex a{
    display: inline-block;
    margin-right: 1rem;
}
.footer-link:last-of-type {
    padding-left: 100px;
}
.rodape{
    padding: 18px 0;
}
.rodape .flex{
    justify-content: space-between;
    align-items: center;
}
.rodape a{
    display: flex;
}
.rodape a span{
    font-weight: bold;
    margin-left: .3rem;
}
.rodape a img{
    margin-left: .3rem;
}
.rodape .copy{
    font-weight: 600;
    font-size: 15px;
}
.slick-slide img{
    margin: auto;
}
.slick-dots{
    bottom: -50px;
}
.slick-dots li{
    margin: 0;
}
.slick-dots li button:before{
    color: #D9D9D9;
    opacity: 1;
    font-size: 10px;
}
.slick-dots li.slick-active button:before{
    color: #1874FF;
    opacity: 1;
}
.slick-prev:before, .slick-next:before{
    font-size: 50px;
    color: #0989E4;
    opacity: 1;
}
.slick-prev {
    left: -50px;
}
.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#bg-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero .container {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    padding: 0 20px;
}
.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.wpforms-container .wpforms-field{
    padding: 0 !important;
}
.page-content{
    padding: 50px 0;
}
.hero.hero-page{
    height: 200px;
    padding: 130px;
}
#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
#whatsapp-button img {
    width: 60px;
    height: 60px;
    transition: all 0.3s ease-in-out;
}

#whatsapp-button:hover img {
    transform: scale(1.1);
}
@media (max-width: 1200px) { 
    .container { 
        width: 100%; 
        padding: 0 15px; 
    }
    .flex{
        flex-wrap: wrap;
    }
    .bg-destaque{
        width: 90%;
        height: 480px;
        top: -200px;
    }
}
@media (max-width: 768px) { 
    .container { 
        width: 100%; 
        padding: 0 15px; 
    }
    .flex{
        flex-wrap: wrap;
    }
    .navbar{
        display: none;
    }
    .navbar.open{
        position: absolute;
        display: block;
        width: 100%;
        background: #000;
        top: 100px;
        left: 0;
        padding: 10px 20px;
    }
    .navbar ul{
        display: block;
    }
    .navbar.open a {
        display: block;
        margin-top: 1rem;
    }
    .btn-login{
        display: none;
    }
    .btn-nav { 
        display: flex; 
        flex-direction: column; 
        justify-content: space-around; 
        width: 30px; 
        height: 22px; 
        cursor: pointer; 
    } 
    .btn-nav span { 
        display: block; 
        width: 100%; 
        height: 4px; 
        background-color: #fff; 
        border-radius: 2px; 
        transition: background-color 0.3s, transform 0.3s; 
    } 
    .btn-nav.open span { 
        background-color: #0989E4;
    } 
    .btn-nav span:nth-child(1) { 
        transform: translateY(-4px); 
    } 
    .btn-nav span:nth-child(3) { 
        transform: translateY(4px); 
    }
    .btn-nav.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .btn-nav.open span:nth-child(2) {
        opacity: 0;
    }
    
    .btn-nav.open span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    .hero{
        padding-top: 150px;
        height: 850px;
    }
    .hero h1{
        width: 100%;
        font-size: 42px;
    }
    .bg-destaque{
        width: 90%;
        height: 480px;
        top: -100px;
    }
    .bg-destaque h2{
        font-size: 1.6rem;
    }
    #sobre{
        height: auto;
    }
    .img-sobre{
        width: 100%;
    }
    .text-sobre{
        width: 100%;
    }
    #parceiros a img{
        margin: auto;
    }
    .card-plano{
        height: auto;
    }
    .card-plano p.line-t{
        position: relative;
        bottom: 0;
    }
    #contato form input, #contato form textarea, #contato form button {
        width: 100%;
    }
    .rodape .flex{
        justify-content: center;
    }
    .footer-link:last-of-type {
        padding-left: 0;
    }
    footer .flex div{
        width: 100%;
        margin-bottom: 1rem;
    }
}