/* body {
    background: url('/static/img/solucoes/voz/voz-bg.png');
} */
section {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    padding: 3%;
}
.vpn {
    background-color: white;
}
.parallax {
    /* font-size: 24px; */
    /* background: url('/static/img/solucoes/voz/voz-bg.png'); */
    overflow-x: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.sip {
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.white {
    color: white;
}
.destaque {
    color: rgba(177, 201, 0, 1);
}
.text-end {
    text-align: end;
}
.content-end {
    display: flex;
    justify-content: end;
}
.aling-c {
    display: flex;
    align-items: center;
}
.servicos {
    color: white;
}
.internet-box {
    color: white;
}
.no-pad {
    padding: 0;
}
.fale {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100% auto;
}
.discador {
    background-color: white;
}
.fale {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    height: 100% auto;
}
.ligue {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.ligue .title {
    font-size: 32px;
}
.ligue .detail {
    font-size: 20px;
}
.ligue .tel {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 700;
}
.ligue button {
    background-color: #eb4702;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    color: white;
    margin: 10px auto;
    padding: 8px 22px;
}
.contents {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.contents .content-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contents .content-box .content-title {
    font-weight: 700;
    font-size: 24px;
    color: gray;
}
.contents .content-box .content {
    font-size: 1rem;
    text-align: justify;
    font-weight: 700;
}
.robo-pos {
    padding: 0;
    margin: 0;
}
.robo-row {
    display: flex;
    flex-direction: row;
    position: relative;
}
.robo {
    width: 300px;
    left: 0;
    bottom: 0;
    height: auto;
}

.menu-hide{
    display: none;
}

@media only screen and (min-width: 300px) and (max-width: 700px) {
    .tabs-link{
        display: none;
    }
    .menu-hide{
        display: block;
    }
    .invert {
        display: flex;
        flex-direction: column-reverse;
   }
    .wifi-img {
        display: none;
   }
    .robo-pos {
        display: none;
   }
    .robo-row {
        margin: 0;
        width: 100%;
   }
    .fale {
        justify-content: center;
        padding: 3%;
        width: 100%;
   }
}
dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}
dialog {
    border: none;
    border-radius: 10px;
}
dialog form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
dialog .gap-16 {
    gap: 16px;
}
dialog .small {
    font-size: 10px;
    margin: 0;
    padding: 0;
}
dialog h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
}
dialog button {
    width: 120px !important;
    margin: 0 !important;
}
dialog .close {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0px;
    right: 5px;
}
#modal-success {
    display: flex;
    flex-direction: column;
    text-align: center;
}
#modal-erro {
    display: flex;
    flex-direction: column;
    text-align: center;
}
@media only screen and (max-width: 959px) {
    dialog .img-box {
        display: none;
   }
}
/* parallax */
.box-tab {
    color: white;
    margin: 90px 0 30px 0;
    display: flex;
    flex-direction: row;
    background-color: transparent;
    position: relative;
}
.box-tab .box {
    background-color: #eb4702;
    height: auto;
    width: 40px;
}
.box-tab .tabs {
    display: flex;
    flex-direction: column;
    padding: 1%;
}
.box-tab .tabs .tab-title {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 64px;
    font-family: 'Inter Tight', sans-serif;
}
.box-tab .tabs .tabs-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.box-tab .tabs .tabs-link ul li {
    font-family: 'Inter Tight', sans-serif;
    padding: 0;
    margin: 0;
    margin: 0 30px 0 0;
}
.box-tab .tabs .tabs-link ul li a {
    color: white;
    text-decoration: none;
}
.active-link {
    text-decoration: underline !important;
}
section {
    width: 100%;
    background-color: transparent;
    padding: 3%;
    z-index: -10;
}
section .space {
    margin: 2%;
    width: 300px;
    height: 3px;
    background-color: #4b4b4b;
}
section .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 150px;
    height: 50px;
    border-radius: 50px;
    background-color: #c73500;
    border: none;
    box-shadow: 0px 5px 10px #525252;
    transition: 0.5s;
    transform: scale(1);
}
section .btn:hover {
    transform: scale(1.3);
    transition: 1s;
    box-shadow: 0px 40px 15px #525252;
}
.parallax {
    height: auto;
    overflow-x: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.gchat-1 .tabs-link a{
    color:gray !important;
}

.gchat-1 .tab-title {
    color:gray !important;
}

.navbar-fundo-escuro{
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.658) !important;
}

/* arquivo css do template */

.ferramenta{
    background-color: #F7F7F7;
}
.ferramenta .content{
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    font-weight: bold; 
}

.analise{
    background-color: #ffffff;
}
.analise .content{
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    font-weight: bold; 
}

.ia{
    background-color: #ffffff;
}
.ia .content{
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    font-weight: bold; 
}

.ia .content{
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: bold; 
}

.ia .content .item{
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: bold; 
    justify-content: start;
    margin: 0 0 0 15px;
}

.basic{
    background-color: #00415F;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gap-20{
    gap: 20px;
}
.f-72{ 
    font-family: 'Inter', sans-serif;
    font-size: 72px;
    font-weight: bold;
}

.f-79{
    font-family: 'Inter', sans-serif;
    font-size: 79px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 80px;
}

.f-36{ 
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: bold;
}

.c-bot{
    line-height: 80px;
    letter-spacing: -2px;
}

.f-92{
    font-family: 'Inter', sans-serif;
    font-size: 72px;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
    letter-spacing: -2px;

}

.f-60{
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 60px ;
    letter-spacing: -1.5px;

}

.t-c{
    text-align: center;
}
.f-20{
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight:500;
    align-items: center;
}
.f-16{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight:500;
    align-items: center;
}

.chat-bot{
    
}
.premier{
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    border: 2px solid black;
    border-radius: 30px;
    width: 210px;
    font-size: 16px !important;
}

.bg-azul{
    background-color:  #00415F;
}

.azul-gnew{
    color: #00415F;
}

.m-864{
    max-width: 864px;
}
.ferramenta .content p{
    padding: 0;
    margin: 0;
}

.laranja{
    color: #EB4702;
}
.flex-c{
    display: flex;
    flex-direction: column;
}
.gap-10{
    gap: 10px;
}
.gap-24{
    gap: 24px;
}

.gap-50{
    gap: 50px;
}
.pd-3{
    padding: 3%;
}
.w200{
    width: 200px;
}

.btn-laranja{
    background-color: #eb4702;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    color: white;
    padding: 8px 22px;
    margin-left: 15px;
}

.btn-out-laranja{
    background-color: white;
    border: 1px solid #eb4702;
    font-size: 15px;
    border-radius: 5px;
    color: #eb4702;
    width: auto;
    padding: 8px 22px;
}

.aling-cen {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.aling-h-cen {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.prime{
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    gap: 10px;
    flex-direction: row;
    text-align: center;
    align-items: center;
}

.contents-f {
    border: 5px solid #00415F;
    border-radius: 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contents-f .content-box .content {
    font-size: 1rem;
    font-size: 16px;
    text-align: justify;
    font-weight: 700;
}

.aling-c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.img-card{
    background-color: #F3F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
}

.card-group{
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.card-chat{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #eaedf04f;
    padding: 50px;
    border-radius: 20px;
}

.card-title{
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.card-content{
    text-align: center;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}

.porcento{
    background-color: #00415F;
    min-height: 200px;
}

.botton-f{
    background-color: #F3F7FA;
    /* position: relative; */
    padding-bottom: 0;
}

.botton-item{
    max-width: 400px;
    max-height: 532px;
    position: absolute;
    bottom: 0;
}

.dash-percent{
    color: white;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.dash-percent .title{
    font-size: 50px;
    font-weight: bold;
}

.dash-percent .label{
    font-size: 14px;
    font-weight: 500;
}

.drop-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.drop{
    padding: 15px;
}

.drop a{
    text-decoration: none;
    color: black;
}

.drop-content{
    color: gray;
    font-size: 16px;
    font-weight: normal;
    padding: 20px 20px 20px 0;
}


  /* Quando o botão está expandido, rotaciona o ícone */
svg[aria-expanded="true"] {
    transition: 0.5s;
    transform: rotate(180deg);
}

svg[aria-expanded="false"] {
    transition: 0.5s;
    transform: rotate(0deg);
}

#name-ativo{
    text-decoration: none;
    color: gray;
  }

  #name-ativo :active{
    text-decoration: none;
    color: gray;
  }

.bg-cel{
    min-height: 450px;
    background-image: url('/static/img/solucoes/gchat/img-07.png') !important;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
}

.show-t{
    display: none;
}
/* 
.navbar-fundo-escuro:has([aria-expanded="true"]) {
    background-color: #141414;
} */

@media only screen and (max-width: 700px) {
    dialog .img-box {
        display: none;
    }

    .colap span {
        font-size: 20px;
        color: gray !important;
        font-weight: bold;
      }
    
      .colap span a{
        font-size: 20px;
        color: gray;
        font-weight: bold;
      }

    .c-bot{
        line-height: 48px;
        letter-spacing: -1px;
        text-align: center;
    }

    h3{
        text-align: center;
    }

    .btn-laranja{
        margin: 0px 20px ;
        width: 100% !important;
    }

    .btn-out-laranja{
        margin: 0px 20px;
        width: 100% !important;
    }

    .contents-f .content-box .content {
        font-size: 1rem;
        font-size: 16px;
        text-align: center;
        font-weight: 700;
    }

    .f-20{
        text-align: center;
    }

    .row-prime{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .invert-i{
        display: flex;
        flex-direction: column-reverse !important;
        gap: 30px;
    }
    .none{
        display: none;
    }
    .text-l{
        text-align: left;
    }

    .w-200{
        width: 200px !important;
    }

    .show-t{
        display: block;
    }

    .im-dis{
        width: 200px;
    }

    .f-36{
        margin-top: 25px;
        text-align: left;
        font-size: 31px;
    }

    .basic{
        padding: 20px;
    }

    .mg-1{
        margin: 20px;
    }

    .botton-item{
        display: flex;
        justify-content: center;
        position: relative;
    }

    .ag-c{
        text-align: center;
        justify-content: center;
    }

    .pd-30{
        padding: 25px;
    }

    /* .bg-cel{
        min-height: 450px;
        width: 100%;
    } */

    .t-cen{
        justify-content: center;
        text-align: center;
    }

    .no-gap{
        gap: 0;
    }

    .fl-c{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .btn-c{
        justify-content: center;
    }

    .f-72{ 
        font-family: 'Inter', sans-serif;
        font-size: 46px;
        font-weight: bold;
    }
    
    .f-79{
        font-family: 'Inter', sans-serif;
        font-size:35px;
        font-weight: bold;
        letter-spacing: -2px;
        line-height: 40px;
    }
    
    .f-36{ 
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-size: 36px;
        font-weight: bold;
    }
    
    .c-bot{
        line-height: 48px;
        letter-spacing:-1px;
    }
    
    .f-92{
        font-family: 'Inter', sans-serif;
        font-size: 34px;
        font-weight: bold;
        text-align: center;
        line-height:48px;
        letter-spacing:-1px;
    
    }
    
    .f-60{
        font-family: 'Inter', sans-serif;
        font-size: 40px;
        font-weight: bold;
        line-height: 40px;
        letter-spacing: -1.5px;
    
    }

    .ferramenta .content{
        font-family: 'Inter', sans-serif;
        font-size:47px;
        font-weight: bold; 
    }

    .navbar-collapse {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
        text-align: center;
        height: 100vh;
        transition: 0.4s;
    }

    .navbar-fundo-escuro:has([aria-expanded="true"]){
        z-index: 10;
        transition: 0.1s;
        background-color: #141414 !important;
    }

    .navbar-fundo-escuro:has([aria-expanded="false"]){
        z-index: 10;
        transition: 0.1s;
        background-color: #1414149a !important;
    }

    
}