@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* reseta todo o arquivo */

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans','sans-serif;';
}

html,body{
    height: 100%;
}

/* fim do reset */

/* Estilo do preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff; /* Cor de fundo do preloader */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Mantém o preloader acima de tudo */
    background-color: rgb(220, 220, 220);
}

#preloader img {
    border-radius: 5px;
    width: 50%; /* Ajuste o tamanho da imagem */
    -webkit-box-shadow: 12px 8px 18px 0px rgba(242, 118, 73,0.75);
    -moz-box-shadow: 12px 8px 18px 0px rgba(242, 118, 73,0.75);
}

/* FIM do Estilo do preloader */


/* da uma suavidade ao clicar e ir para o conteudo */

html {
  scroll-behavior: smooth;
}

/* Efeito de fade-in para quando o site carregar*/
.fade-in {
    opacity: 0;
    animation: fadeInEffect 1s forwards; /* 1 segundo de duração */
}

@keyframes fadeInEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* fim do Efeito de fade-in para quando o site carregar*/

.topo_site{
    background: rgba(0, 0, 0, 0.7);
}

/*fim da suavidade*/


/*centro dos conteudo, todos os conteudos estão dentro do center*/
.center{
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 2%;
}

/*fim do centro de conteudo*/

/*espaçamento em branco*/
.clear{
    clear: both;
}

/* fim do espaçamento em branco */

/*inicio da div que contem a imagem da EMPRESA no fundo*/
section.main{
    position: relative;
    background-image: url('../images/b1.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 25px 0;
    min-height: 580px;
}

/*fim da div que contem a imagem da EMPRESA no fundo*/

/*mascara escura onde fica o bem-vindo*/
div.layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* fim do mascara escura onde fica o bem-vindo */

/* inicio do conteudo marcado na div header onde esta a logo o nome da empresa e o link nav */
section.main header{
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

.navbar-brand{
    display: flex;
    align-items: center;
    gap: 8px;
}

.img_logo_sistema{
    height: 50px;
    width: 50px;
}

.titulo_sistema{
    color: rgb(243, 118, 74);
    font-size: 26px;
    font-weight: lighter;
}

.navbar-toggler .navbar-toggler-icon {
    filter: invert(1);
}

.nav-link{
    color: white !important;
    font-size: 20px;
}

.nav-link:hover{
    color: rgb(243, 118, 74) !important;
    font-size: 20px;
}

.nav-link:active {
    color: rgb(243, 150, 100) !important; /* cor ao clicar */
    font-size: 20px;
}

.nav-link.active {
    color: rgb(243, 150, 100) !important; /* cor após o clique */
}

/* fim do conteudo marcado na div header */

/* inicio do conteudo de bem vindo a EMPRESA */
.content-header{
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 110px 0;
}

.title_boas_vindas {
    margin-top: 35px !important;
    font-size: 50px !important; /* Tamanho padrão para desktop */
}

.content-header h2 > span{
    color: rgb(242, 118, 73);
    font-weight: bold;
}

.content-header p{
    color: white;
    margin-top: 18px;
    font-size: 18px;
    font-weight: lighter;
    width: 70% !important;
    text-align: left;
    line-height: 1.6; /* Ajuste o valor conforme necessário */
    text-justify: inter-word; /* Ajusta o espaçamento entre as palavras */
}

/* fim do conteudo de bem vindo a EMPRESA */

/* inicio dos conteudos dos planos e porque ter um video*/

.chamada-planos{
    width: 100%;
    text-align: center;
    padding: 40px 2%;
    background-color: white;
}

/* inicio do titulo porque ter um plano?*/

.box-planos{
    padding: 40px;
    padding-top: 50px;
    margin-top: -10px;
}

.box-planos > .center{
    display: flex;
    flex-wrap: wrap;
}

.chamada-planos h2{
    display: inline-block;
    color: #292929;
    font-size: 25px;
    font-weight: lighter;
}

.card_pq_t_site{
    margin-top: 25px;
}

video{
    width: 100%; 
    max-width: 560px; 
    height: 100%;
    border-radius: 15px;
    object-fit: cover; /* Garante que a imagem se ajuste dentro do vídeo */
}

.titulo_pqs{
    font-size: 18px;
    text-align: left;
    color: rgb(243, 118, 74);
}
.pq_site {
    text-align: left;
    margin-top: 25px;
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
    line-height: 1.6; /* Ajuste o valor conforme necessário */
    text-justify: inter-word; /* Ajusta o espaçamento entre as palavras */
}

/* fim do titulo porque ter um site*/


/*inicio dos nossos serviços*/
.planos{
    background-color: rgb(220, 220, 220);
}

.chamada-planos-apt{
    margin-top: -40px;
    width: 100%;
    text-align: center;
    padding: 27px 2%;
}

.chamada-planos-apt h2{
    display: inline-block;
    color: black;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
}

.card_more_servicos {
    margin-bottom: 25px;
    min-height: 290px;
    background: linear-gradient(to bottom, rgb(243, 118, 74) 17%, white 20%);
    border-radius: 14px;
    -webkit-box-shadow: 12px 8px 18px 0px rgba(242, 118, 73,0.75);
    -moz-box-shadow: 12px 8px 18px 0px rgba(242, 118, 73,0.75);
}


.card-title_more_servico {
    text-align: center;
    display: block; /* Torna o título um bloco completo */
    width: 100%; /* Ocupa 100% da largura do contêiner */
    color: white;
    font-size: 20px;


}

.info_service {
    display: flex;
    align-items: center; /* Alinha verticalmente o texto ao centro do ícone */
    gap: 8px; /* Ajuste o espaçamento entre o ícone e o texto */
}

.pontos-planos{
    margin-top: 15px !important;
    font-size: 14px;
    padding: 25px;
}

/*Fim dos nossos serviços*/

/*inicio de sobre a empresa*/
section.parallax{
    position: relative;
    width: 100%;
    min-height: 300px;
    margin: 40px 0;
    background-image: url('../images/note-table.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 70px;
}

.overlay-parallax{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(20, 20, 20, 0.6);
}

section.parallax > .center{
    position: relative;
    z-index: 2;
    max-width: 960px;
    color: white;
    padding: 30px;
}

section.parallax h2{
    text-align: center;
    font-size: 25px;
}

section.parallax p{
    margin-top: 18px;
    text-align: left;
    text-justify: inter-word; /* Ajusta o espaçamento entre as palavras */
}

/*fim de sobre a empresa*/

/*inicio da seção sobre a equipe e contato*/

section.final-section{
    padding-top: 70px;
    padding-bottom: 70px;
}

.w50{
    float: left;
    width: 50%;
    padding: 0 40px;
    margin: 30px 0;
}

.w52{
    float: left;
    width: 100%;
    padding: 0 40px;
    margin: 30px 0;
}

.card_tipo_sistema {
    background-color: rgba(189, 189, 189, 0.8);
    border-radius: 10px;
    margin-top: 10px;
    margin-right: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2), -4px -4px 10px rgba(255, 255, 255, 0.4);
}

.card_tipo_sistema img{
    width: 100%; height: auto;
}

.card_tipo_sistema h5{
    font-size: 18px;
}

.card_tipo_sistema p{
    font-size: 12px;
}

section.final-section h2{
    text-align: center;
    margin-top: 5px;
    position: relative;
    color: #777777;
    font-size: 24px;
    font-weight: lighter;
}

#carouselExampleIndicators{
    -webkit-box-shadow: 12px 8px 18px 0px rgba(242, 118, 73,0.75);
    -moz-box-shadow: 12px 8px 18px 0px rgba(242, 118, 73,0.75);
    border-radius: 14px;
}
.card{
    border-radius: 14px;
    padding: 15px;
}

.card-img-top{
    width: 15rem;
    margin: 15px auto;
    border-radius: 15px;
}

.card-title{
    margin-top: -20px;
    text-align: center;
    font-size: 25px;
}

.card-title_sub{
    margin-top: -5px;
    text-align: center;
    font-size: 12px;
    color: rgb(243, 118, 74);
}

.card-text{
    margin-top: 15px;
    font-size: 14px;
    font-weight: lighter;
    text-align: left;
    text-justify: inter-word; /* Ajusta o espaçamento entre as palavras */
    line-height: 1.6; /* Ajuste o valor conforme necessário */
}

.custom-prev-icon,
.custom-next-icon {
    font-size: 50px; /* Tamanho da seta */
    color: rgb(242, 118, 73); /* Cor azul para a seta */
    font-weight: bold; /* Deixa a seta mais destacada */
}

.carousel-control-prev,
.carousel-control-next {
    background: none; /* Remove o fundo */
    border: none; /* Remove a borda */
    outline: none; /* Remove o contorno */
}

.card_contateme{
    margin-bottom: 20px;
    border-radius: 14px;
    margin-top: 20px;
}

#whatsapp{
    background-color: rgb(44, 211, 102);
}

#instagram{
    background: linear-gradient(45deg, 
        rgb(140, 2, 247), 
        rgb(140, 2, 247), 
        rgb(245, 10, 61), 
        rgb(245, 124, 1)
    );
}

#cal_celphone{
    background-color: rgb(66, 165, 245);
}

.card_contateme:hover{
    color: white;
}

.link_nav_contact{
    text-decoration: none;
    color: white;
}

.card-title_contateme{
    text-align: center;
}

.card-text_more{
    text-align: center;
}

/*fim da seção sobre a equipe e contato*/

/*INICIO do sistema de avaliação*/

.review-card {
    min-height: 330px;
    max-width: 300px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 15px;
    -webkit-box-shadow: 12px 8px 18px 0px rgba(242, 118, 73,0.75);
    -moz-box-shadow: 12px 8px 18px 0px rgba(242, 118, 73,0.75);
    font-family: Arial, sans-serif;
    color: #333;
    margin-bottom: 15px;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.user-info {
    display: flex;
    flex-direction: column;
}

.review-rating {
    color: #FFD700;
    font-size: 1.2rem;
    margin: 0;
}


.user-info h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
}

.verified {
    color: #1DA1F2;
    font-size: 0.8rem;
    margin-left: 5px;
}

.review-text {
    font-size: 0.95rem;
    margin: 10px 0;
}

/*FIM do sistema de avaliação*/

/* inicio do nosso cliente*/

.card_nosso_cliente{
    margin-top: 10px !important;
}


/* fim do nosso cliente*/

footer{
    margin-top: -38px;
    width: 100%;
    padding: 20px 2%;
    color: white;
    text-align: center;
    background-color: rgba(242, 118, 73, 0.7);
    margin-bottom: -3rem;
}

@media (min-width: 344px) {
    .content-header h2{
        margin-top: -80px;
        color: white;
        font-weight: lighter;
        font-size: 19px;
        width: 73%;
        text-align: center;
    }

    #h6_cont_cliente{
        margin-top: 20px;
        background-color: white; 
        width: 100%; 
        padding: 40px;
        text-align: center;
        font-weight: bold;
        font-size: 1em;
        font-weight: lighter;
    }
}

@media (min-width: 360px) {
    .content-header h2{
        margin-top: -80px;
        color: white;
        font-weight: lighter;
        font-size: 15px !important;
        width: 73%;
        text-align: center;
    }

    #h6_cont_cliente{
        margin-top: 20px;
        background-color: white; 
        width: 100%; 
        padding: 40px;
        text-align: center;
        font-weight: bold;
        font-size: 1em;
        font-weight: lighter;
    }
}

@media (min-width: 414px) {
    .content-header h2{
        margin-top: -80px;
        color: white;
        font-weight: lighter;
        font-size: 22px;
        width: 73%;
        text-align: center;
    }

    #h6_cont_cliente{
        margin-top: 20px;
        background-color: white; 
        width: 100%; 
        padding: 40px;
        text-align: center;
        font-weight: bold;
        font-size: 1em;
        font-weight: lighter;
    }
}

@media (min-width: 375px) {
    .content-header h2{
        margin-top: -80px;
        color: white;
        font-weight: lighter;
        font-size: 18px !important;
        width: 73%;
        text-align: center;
    }

    #h6_cont_cliente{
        margin-top: 20px;
        background-color: white; 
        width: 100%; 
        padding: 40px;
        text-align: center;
        font-weight: bold;
        font-size: 1em;
        font-weight: lighter;
    }

    .content-header p{
        width: 100%;
    }

    .title_boas_vindas{
        font-size: 18px !important;
    }
}

@media (min-width: 390px) {
    .content-header h2{
        margin-top: -80px;
        color: white;
        font-weight: lighter;
        font-size: 21px;
        width: 73%;
        text-align: center;
    }

    #h6_cont_cliente{
        margin-top: 20px;
        background-color: white; 
        width: 100%; 
        padding: 40px;
        text-align: center;
        font-weight: bold;
        font-size: 1em;
        font-weight: lighter;
    }
}

@media screen and (max-width: 768px){
    nav.mobile{
        display: block;
    }

    nav.desktop{
        display: none;
    }

    .w50{
        width: 100%;
    }

    .time > .w50{
        width: 100%;
        margin: 15px 0;
    }

    .box-planos-single{
        width: 100%;
        margin: 14px 0;
    }

    .content-header h2{
        margin-top: -80px;
        color: white;
        font-weight: lighter;
        font-size: 30px;
        width: 73%;
        text-align: center;
    }

    .card_more_servicos {
        margin-bottom: 25px;
        min-height: 450px;
        width: 100%px;
        background: linear-gradient(to bottom, rgb(243, 118, 74) 17%, white 20%);
        border-radius: 14px;
        -webkit-box-shadow: 12px 8px 18px 0px rgba(242, 118, 73,0.75);
        -moz-box-shadow: 12px 8px 18px 0px rgba(242, 118, 73,0.75);
    }

    .pontos-planos{
        width: 100%;
        margin-top: 15px !important;
        font-size: 14px;
        padding-top: 40px;
    }
}