
.parallax {
    background-image: url('/static/img/solucoes/pbx/tel.png');
    overflow-x: hidden;
    min-height: 300px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

section{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    padding: 3%;
}

.collu-l {
    border-left: 20px solid #eb4702;
    display: flex;
    flex-direction: column;
}

.collu-l .label {
    font-size: 10px;
}

.collu-l .value {
    font-size: 20px;
}

.collu-r {
    border-right: 20px solid #eb4702;
    display: flex;
    flex-direction: column;
}
.collu-r .label {
    font-size: 10px;
}
.collu-r .value {
    font-size: 20px;
}
.robo-pos {
    padding: 0;
    margin: 0;
}
.robo-row {
    display: flex;
    flex-direction: row;
    position: relative;
}
.robo {
    width: 300px;
    left: 0;
    bottom: 0;
    height: auto;
}
.white {
    color: white;
}
.text-end {
    text-align: end;
}
.content-end {
    display: flex;
    justify-content: end;
}
.aling-c {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 24px; */
}
.solucao-integrada {
    color: white;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.8);
}
.text-mut {
    color: rgba(154, 154, 154, 1);
}
.grad-end {
    text-align: end;
    padding: 3%;
    display: flex;
    justify-content: flex-end;
}
.row {
    margin: 0;
    padding: 0;
}
.grad {
    width: 100%;
    text-align: start;
    padding: 3%;
    display: flex;
    justify-content: flex-end;
}
.discador_pbx {
    background: linear-gradient(90deg, #ece9e6 0%, #fff 100%);
}
.fale {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100% auto;
}
.ligue {
    display: flex;
    flex-direction: column;
    text-align: start;
}
.ligue .title {
    line-height: normal;
    text-shadow: 0 2px 3px gray;
    font-size: 64px;
    font-weight: 700;
}
.ligue .detail {
    font-size: 20px;
    font-weight: 700;
}
.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: 24px 0;
    width: 201px;
    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;
}
@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 {
    font-weight: 700;
    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;
}
