*{
    scroll-behavior: smooth;
}
section {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    padding: 3%;
}
.parallax {
    background-image: url('/static/img/solucoes/ti/backgroundTi.png');
    overflow-x: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.s-20{
    font-family: 'Inter', sans-serif;
    font-size: 20px;
}
section {
    padding: 3%;
}
.text-list{
    font-size: 14px;
    li{
        margin-top: 10px;
    }
}
.social {
    background-color: white;
    font-size: 24px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.row {
    margin: 0;
    padding: 0;
}
.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;
}
.white {
    color: white;
}
.collumn {
    font-size: 12px;
    display: flex;
    flex-direction: column;
}
.aling-c {
    display: flex;
    flex-direction: row;
    padding: 1%;
}
.img-h-100 {
    height: 100%;
    width: 100%;
}
.seg {
    padding: 70px;
    text-align: center;
    font-size: 20px;
}
.gns-grad {
    padding: 3%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    background: linear-gradient(90deg, #ece9e6 0%, #fff 100%);
}
.corp-grad {
    text-align: start;
    padding: 3%;
    display: flex;
    justify-content: flex-start;
    background: linear-gradient(90deg, #ece9e6 0%, #fff 100%);
}
.gns {
    background-color: #f7f7f7;
    font-size: 20px;
    padding: 70px;
}
.cloud {
    display: flex;
    text-align: start;
    justify-content: flex-end;
    color: #c2c2c2;
    padding: 3%;
    background: linear-gradient(90deg, #485563 0%, #29323c 100%);
}
.cloud2 {
    padding: 3%;
    color: #707070;
    background-color: #2d2d32;
}
.no-pad {
    padding: 0;
}
.wifi {
    display: flex;
    padding: 3%;
    background: linear-gradient(90deg, #ece9e6 0%, #fff 100%);
}
.wifi2 {
    padding: 3%;
    background-color: #f7f7f7;
}
.help {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    text-align: end;
    background: linear-gradient(90deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
    padding: 3%;
    color: white;
}

.planos {
   
    justify-content: flex-end !important;
   
}

.helpdesk {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 3%;
}
.divider {
    margin: 20px 0px;
}
.robo-pos {
    padding: 0;
    margin: 0;
}
.robo-row {
    display: flex;
    flex-direction: row;
    position: relative;
}

ul{
    list-style: none;
}
.robo {
    width: 300px;
    left: 0;
    bottom: 0;
    height: auto;
}
.collu-l {
    width: auto;
    border-left: 20px solid #eb4702;
    display: flex;
    flex-direction: column;
}
.collu-l .label {
    font-size: 10px;
}
.collu-l .value {
    font-size: 20px;
}
.collu-r {
    margin: 0;
    width: 100px;
    border-left: 20px solid #eb4702;
    display: flex;
    flex-direction: column;
}
.collu-r .label {
    font-size: 10px;
}
.collu-r .value {
    font-size: 20px;
}
.th {
    border-color: #b1c900;
}
.second {
    border-color: #00415f;
}
.card-foot .btn-orange {
    width: 167px;
    height: 45px;
    font-size: 20px;
    margin-bottom: 20px;
}
.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;
}

.btn-orange {
    background-color: #eb4702;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    color: white;
    margin: 10px auto;
    padding: 8px 22px;
}
.h2 {
    font-size: 24px;
}
@media only screen and (min-width: 300px) and (max-width: 959px) {
    .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;
}

.in-line{
    display: flex;
    flex-direction: row;
    align-items: center;
}
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;
}

.card-body ul{
    list-style: none;
}
.card{
    flex: 1;
    min-width: 300px;
    max-width: 340px;
    border-radius: 20px ;
    background: rgb(0,3,5);
    background: linear-gradient(6deg, rgba(0,3,5,1) 0%, rgba(0,65,95,1) 70%);
    color: white;
    height: auto;
    display: flex;
    flex-direction: column;
}
.content-item{
    font-family: 'Inter',sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #C3C3C3;
}
.label-item{
    font-family: 'Inter',sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #F2F2F2;
}
.card-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px;
}
.card-title{
    padding: 10px 0px;
    margin: 0;
    color: #ECE2D6;
    font-size: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border-bottom: 1px solid #ECE2D6;
}

.card-foot{
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body ul li{
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.card-body ul{
    margin: 0;
    padding: 0;
}

.icon-item svg{
    color: #B1C900;
}