:root{
    --gnew-azul: #00415F;
    --gnew-laranja: #EB4702;
    --cinza-escuro: #2D2D32;
}

.section{
    margin-top:100px;
    /* padding: 50px; */
}

section h1{
    font-family: 'Inter',sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: var(--gnew-laranja);
}
.btn-orange {
    background-color: #eb4702;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    color: white;
    margin: 10px auto;
    padding: 8px 22px;
}
.contrat-btn{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 250px !important;
    height: 45px !important;
}

.card-body ul{
    list-style: none;
}
.card{
    flex: 1;
    min-width: 300px;
    max-width: 340px;
    border-radius: 20px ;
    background: rgb(0,3,5);
    background: white;
    color: white;
    height: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 3px gray;
}
.card-price{
   padding: 0px 50px ;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
}

.card-price .time{
    font-family: 'Inter',sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: var(--gnew-azul);
}
.card-price .price{
    font-family: 'Inter',sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: var(--gnew-laranja);
}

.content-item{
    font-family: 'Inter',sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--cinza-escuro);
}
.label-item{
    font-family: 'Inter',sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: var(--cinza-escuro);
}
.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: var(--gnew-azul);
    font-size: 26px;
    font-weight: bold;
    text-shadow: 0px 2px 2px gray;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border-bottom: 1px solid var(--gnew-azul);
}

.card-foot{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: justify;
}

.card-foot p{
    color: var(--cinza-escuro);
}

.card-body ul li{
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.card-body ul{
    margin: 0;
    padding: 0;
}

.icon-item svg{
    color: #B1C900;
}

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

.gap-50{
    margin-left: 20px;
    margin-top: 20px;
    
}

.left{
    padding: 0 8%;
    
    justify-content: flex-start;
    text-align: start;
}

.row-price{
    justify-content: start;
    align-items: center;
    flex-direction: row;
    padding: 0;
}

.pd-0{
    padding: 0;
}

.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;
}

.robo-pos {
    padding: 0;
    margin: 0;
}
.robo-row {
    display: flex;
    flex-direction: row;
    position: relative;
}
.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;
}

.f-20{
    font-size: 20px;
}

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