* {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

:root {
    --main-blue: #1BAFBA;
    --dark-blue: #134B5A;
    --main-organe: #E7601D;
    --main-red: #CC0814;
    --suport-red: #FEE3E3;
    --ok-green: #66991A;

}

header {
    background-color: #FFFF;
    padding: 0.75rem 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    z-index: 3
}
@media(max-width: 992px){
    header{
        position: relative;
        top: inherit;
        left: inherit;
    }
}

header .phone-controler p i {
    margin-right: 10px;
}

header .phone-controler a {
    margin: auto 0;
    color: #134B5A;
    width: 100%;
    text-decoration: none;
}
header .phone-controler a:hover{
    text-decoration: underline;

}

header .phone-controler a:last-of-type {
    text-align: right;
}

header .phone-controler {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 100%;
    width: 100%;
}

header img {
    width: 100%;
}

@media(max-width: 992px){
    header img {
        width: 60%;
    }
    header .phone-controler{
        padding:0.5rem 0;
    }
}

body {
    background-color: #F2FAFB;
}

#login {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
}

@media(max-width: 992px){
    #login {
        height: fit-content;
    }
}


.background-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 60vw;
    height: 100vh;
    overflow: hidden;
    background-image: url(../img/login-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width: 992px) {
    .background-cover {
        display: none
    }
}

#login .container{
    margin-top: auto ;
    margin-bottom: auto ;
}

#login .col-md-4 {
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
}
@media(max-width: 992px) {
    #login .col-md-4 {
        justify-content: inherit;
        padding: 0 calc(var(--bs-gutter-x) * .5) ;
    }
    #login .container{
        margin-top: 2rem ;
        margin-bottom: auto ;
    }
}

#login .col-md-4 p {
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

#login .col-md-4 h1 {
    font-size: 25px;
    color: var(--main-blue);
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 500;
}

#login .col-md-4 button {
    font-size: 16px;
    background-color: var(--main-blue);
    color: #ffffff;
    border-radius: 500px;
    padding: 0.75rem;
    text-align: center;
    width: 100%;
    display: block;
    border: 0px solid transparent;
    ;
}

#login form {
    display: flex;
    flex-direction: column;
}

#login form .alet-msg {
    margin: 0.75rem 0 1.5rem 0;
    border-radius: 4px;
    background-color: var(--suport-red);
    padding: 0.75rem;
    font-size: 14px;
    color: var(--main-red);
    font-weight: 300;
}

#login form .form-group {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

#login form .form-group label {
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0.25rem;
}

#login form .form-group input {
    background-color: #fff;
    padding:0.5rem;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    color:#999999 ;
}

@media(max-width: 992px) {
    #login .col-md-4 h1 {
        font-size: 21px;
    }
    #login form .alet-msg{
        font-size: 13px; 
    }
}

/* cliente */

#customer-area {
    width: 100%;
    margin-top: 100px;
    padding: 2rem 0;

}
@media (max-width: 992px){
    #customer-area {
        margin-top: 0;
        padding:1rem 0;
    }
}

#customer-area h1{
    position:relative;
    width: 100%;
    display:block;
    margin-bottom:1.5rem;
    font-size:36px;
    color: #707070;
    font-weight:600;
}
#customer-area h1::after,
#customer-area h1::before{
    height:5px;
    position: absolute;
    background-color: #E5E5E5;
    content: "";
    width:100%;
    bottom: -12px;
    left:0;
    z-index: 0;
}
#customer-area h1::after{
    width: 220px;
    z-index: 1;
    background-color:var(--main-blue)
}
#customer-area p.subtitle{
    font-size:26px;
    color:#999999;
    font-weight:600;
    margin-bottom: 2rem;
}
@media (max-width: 992px){
    #customer-area h1 {
        font-size:32px
    }
    #customer-area p.subtitle{
        font-size:20px;
    }
    #customer-area h1::after{
        width: 20%;
    }
}
#customer-area .card-customer{
    border-radius: 8px;
    padding: 2rem;
    display:flex;
    flex-direction:column;
    background-color: #fff;
    width:100%;
    height: fit-content;
    margin:1rem 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media(max-width: 992px){
    #customer-area .card-customer{
        border-radius: 6px;
        padding: 1rem;
    }
}

#customer-area .card-customer h2 img{
    margin-right: 8px;
    height: 80%;
    width: auto;
    display:block;
}

#customer-area .card-customer h2 span{
    border-radius:4px;
    background-color:#DEF3F5;
    padding: 0.5rem;
    text-align:center;
    font-size: 14;
    font-weight:400;
    color:var(--dark-blue);
    margin-left:0.5rem;
}
@media(max-width: 992px){
    #customer-area .card-customer h2 span{
        display:block;
    }
}

h2.modal-title,
#customer-area .card-customer h2{
    position:relative;
    width: 100%;
    display:flex;
    flex-direction: row;
    margin-bottom:0.75rem;
    font-size:26px;
    color: var(--main-blue);
    font-weight:600;
}
h2.modal-title::after,
h2.modal-title::before,
#customer-area .card-customer h2::after,
#customer-area .card-customer h2::before{
    height:2px;
    position: absolute;
    background-color: #E5E5E5;
    content: "";
    width:100%;
    bottom: -8px;
    left:0;
    z-index: 0;
}
h2.modal-title .btn-close{
    height: 20px;
    width: 20px;
    padding: 0;
    margin: auto 0 auto auto;
}
h2.modal-title::after,
#customer-area .card-customer h2::after{
    width: 220px;
    z-index: 1;
    background-color:var(--main-blue)
}

@media(max-width: 992px){
    #customer-area .card-customer h2{
        font-size: 22px;
    }
}

#customer-area .card-customer .info-money .text{
    display:flex;
    flex-direction: column;
    padding-left:1rem;
}
#customer-area .card-customer .info-money .text .money{
    font-size: 38px;
    font-weight: 700;
    line-height:27px
}
#customer-area .card-customer .info-money .text .title{
    font-size: 25px;
    margin-bottom: 0;
    color:#999999;
}
#customer-area .card-customer .info-money img{
    float:right;
    display:block;
}
#customer-area .card-customer .info-money.blue .text .money{color: var(--main-blue);}
#customer-area .card-customer .info-money.green .text .money{color: var(--ok-green);}
#customer-area .card-customer .info-money.red .text .money{color: var(--main-red);}
#customer-area .card-customer .info-money{
    display:flex;
    flex-direction: row;
    margin-bottom:0.75rem;
}
#customer-area .card-customer p.localiza span{
    border-radius:4px;
    background-color:#DEF3F5;
    padding:0.25rem 1rem;
    color:var(--dark-blue);
    display:block;
    width: fit-content;
    margin-left:0.5rem;
    font-weight: 600;
}
#customer-area .card-customer p.localiza{
    font-size: 30px;
    color: #707070; 
    display:flex;
    flex-direction:row;
    line-height:30px;
    margin-top: 1.5rem;

}
@media(max-width: 992px){
    #customer-area .card-customer p.localiza{
        font-size: 20px;
        color: #707070; 
        display:flex;
        flex-direction:column;
        line-height:inherit;
    }
    #customer-area .card-customer p.localiza span{
        width:100%;
        padding:0.5rem;
        text-align: center;
        line-height:initial;
        margin-left:0rem;
        margin-top:0.25rem
     }
}
#customer-area .card-customer button.triggerPay{
    border-radius: 500px;
    border: 0px solid transparent;
    background-color: var(--main-blue);
    color: #fff;
    font-size: 16px;
    font-weight:500;
    padding: 0.75rem 1rem;
    width: 100%;
    margin: auto 0;
}

#modalPagament .modal-header{
    border-bottom:0px solid transparent;
    padding-bottom: 0;
}


#modalPagament .modal-footer{
    border-top:0px solid transparent;
    padding-top: 0;
}

#modalPagament .modal-footer a{
    border-radius: 500px;
    border: 0px solid transparent;
    background-color: var(--main-blue);
    color: #fff;
    font-size: 16px;
    font-weight:500;
    padding: 0.75rem 1rem;
    width: fit-content;
    text-decoration: none;
}
p.grafic-label{
    margin: 0 auto;
    display:block;
    text-align:center;
    width: 90%;
}

.table.table-striped.custom thead th{
    background-color: #E5E5E5;
}

.table.table-striped.custom>tbody>tr{
    --bs-table-accent-bg :#F5F5F5
}
.table.table-striped.custom>tbody>tr:nth-of-type(odd){
    --bs-table-accent-bg:#ffffff!important
}

.table.table-striped.custom>:not(caption)>*>*{
    border:none;
}
.controltable {
    overflow:scroll;
    display:flex;
    flex-direction:column;
}
p.infotable i{
    font-size: 14px;
    margin-right: 0.5rem;
}
p.infotable{
    margin: 1rem 0;
    font-size: 16px;
    color: #999999;
    display: none;
}
@media (max-width: 992px){
    p.infotable{
        display:block;
    }
}


.table.table-striped.custom.travelers tbody td:last-of-type,
.table.table-striped.custom.travelers thead th:last-of-type{
    text-align: right;
}
.table.table-striped.custom tbody td{
    color: #999999!important;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;

}
.table.table-striped.custom thead th{
    color: #134B5A;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}

.table.table-striped.custom td.money i{
    color: #999999!important;

}
.table.table-striped.custom td.money{
    color:var(--ok-green)!important;
    text-align: right;
    font-weight: 600;
}

.table.table-striped.custom thead th.money{
    text-align: right;
    padding-right:30px
}

.bg-midel-decor{
    width: 100%;
    height: 40vh;
    background-image: url(../img/login-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
}

.container.negative{
    margin-top:-10vh;
}

span.faker{
    font-size: 38px;
    color: #707070;
    text-transform: uppercase;
    display:block;
    margin-bottom: 0.75rem;
    font-weight: 600;
}
@media(max-width:992px){
    span.faker{
        font-size: 28px;   
    }
}


p.title{
    font-size: 16px;
    color: #999999;
    margin-bottom: 0rem;
    margin-top: 1rem
}
p.info{
    margin-top: -0.5rem;
    font-size: 18px;
    color:var(--dark-blue);
    font-weight: 600;
    /* line-height:16px */
}