.mg0{margin:0px !important;}
.pd0{padding:0px !important;}
.pd5{padding:5px !important;}
.pd20{padding:20px !important;}
.bg-dark{background-color:#00457c !important}
.bgcinza{background-color:#efefef;}
.bgcinza2{background-color:#cccccc;}
.bgazulclaro{background-color:#e2f2ff;}
.btradius{border-radius:0px 10px 0px 10px;}
.btradius2{border-radius:10px;}
.borda{border:1px solid #c0c0c0;}
.borda2{
	border:1px solid #c0c0c0;
	margin-right:5px;
}
.fontblack{color:#000;}
h1{font-family: 'Rubik', sans-serif;}

.text-left{text-align:left;}
.text-justify{text-align: justify;}
.divisor {
    height: 1px;
    background: #ddd;
    margin: 0px 18px 20px 18px;
}
.modsegmentos i{font-size:20px;}
.modprodutos img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.service-item .service-icon2 {
    margin-bottom: 55px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-item .service-icon2 img {
	width:100px;
}
.titulo-container {
  font-family: 'Fira Sans', sans-serif;
  text-align: center;
  position: relative;
  z-index: 1;
}
.titulo-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #06A3DA;
  z-index: -1; /* Garante que a linha fique atr�s */
}
.titulo-container span {
  background-color: #fff; /* Deve ser a mesma cor de fundo da sua p�gina */
  padding: 0 15px; /* Espa�o para afastar a linha das laterais do texto */
}
.card-segmento {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: visible;
    height: 100%;
    background: #fff;
}
.segmento-imagem {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.segmento-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.segmento-icone {
    position: relative;
    width: 58px;
    height: 58px;
    margin: -29px auto 0 auto;
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.segmento-icone i {
    font-size: 25px;
    color:#c51230;
}
.card-segmento .card-body {
    padding: 10px 15px 18px;
}
.segmento-titulo {
    margin: 5px 0 5px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}
.segmento-descricao {
    font-size: 13px;
    line-height: 1.5;
    color: #444;
    min-height: 58px;   
}
.segmento-beneficios {
    text-align: left;
    padding-left: 18px;
    margin: 0px 0 0;
    font-size: 12px;
    line-height: 1.7;
    color: #333;    
}
.segmento-beneficios li {
    margin-bottom: 2px;
}
.solucoes{}
.solucoes i{font-size:50px;}

.processo-locacao {
    position: relative;
    padding: 50px 0 40px;
    background: #fff;
}

.processo-locacao .container {
    position: relative;
}

/* Linha horizontal */
.processo-linha {
    position: absolute;

    top: 18px;
    left: 8%;
    right: 8%;

    height: 4px;
    background: #1476c7;

    z-index: 1;
}

/* Cada coluna */
.processo-item {
    position: relative;
    text-align: center;
    z-index: 2;
}


.processo-item::after {
    content: "";

    position: absolute;

    top: 3px;
    left: calc(50% - 5px);

    width: 10px;
    height: 10px;

    background: #e52620;

    border-radius: 50%;

    z-index: 3;
}
/* C�rculo do �cone */
.processo-icone {
    width: 110px;
    height: 110px;

    margin: 0 auto 15px;

    border-radius: 50%;

    background: #183d6d;

    border: 5px solid #fff;

    box-shadow: 0 0 0 2px #eee;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

/* Arco vermelho */
.processo-icone::after {
    content: "";

    position: absolute;

    width: 126px;
    height: 126px;

    border-radius: 50%;

    border: 4px solid transparent;
    border-bottom-color: #1476c7;

    transform: rotate(-35deg);
}

/* �cone */
.processo-icone i {
    color: #fff;
    font-size: 42px;

    position: relative;
    z-index: 2;
}

/* T�tulo */
.processo-item h4 {
    font-size: 16px;
    font-weight: 700;

    color: #000;

    margin: 10px 0 8px;

    min-height: 38px;
}

/* Pequena linha vermelha */
.processo-separador {
    width: 38px;
    height: 3px;

    background: #e52620;

    margin: 0 auto 12px;
}

/* Texto */
.processo-item p {
    font-size: 13px;
    line-height: 1.5;

    color: #333;

    margin: 0 auto;

    max-width: 170px;
}
@media (max-width: 767px) {

    .processo-linha {
        display: none;
    }

    .processo-item {
        margin-bottom: 35px;
    }

    .processo-icone {
        width: 90px;
        height: 90px;
    }

    .processo-icone::after {
        width: 104px;
        height: 104px;
    }

    .processo-icone i {
        font-size: 32px;
    }

}

.modalidades-locacao {
    padding: 20px 0;
    background: #fff;
}

/* CARD */

.modalidade-card {
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: all .25s ease;
}

.modalidade-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

/* CABEÇALHO */
.modalidade-header {
    padding: 18px 18px 14px;
}

/* TÍTULO */
.modalidade-titulo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.modalidade-icone {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;

    border-radius: 50%;

    background: #27b9fd;

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

.modalidade-mensal .modalidade-icone {
    background: #084d85;
}

.modalidade-icone i {
    font-size: 20px;
}

.modalidade-titulo h3 {
    margin: 0;

    font-size: 20px;
    font-weight: 800;

    color: #222;
}

.modalidade-titulo span {
    display: block;

    margin-top: 2px;

    font-size: 13px;
    color: #555;
    font-weight: 600;
}


/* DESCRIÇÃO */

.modalidade-descricao {
    margin: 0;

    font-size: 13px;
    line-height: 1.5;

    color: #333;

    width: 100%;
}


/* LINHA */

.modalidade-divisor {
    height: 1px;
    background: #ddd;
    margin: 20px 18px;
}


/* CORPO */

.modalidade-body {
    display: flex;

    min-height: 155px;
}


/* BENEFÍCIOS */

.modalidade-beneficios {
    width: 70%;

    padding: 15px 10px 15px 18px;
}

.modalidade-beneficios ul {
    list-style: none;

    padding: 0;
    margin: 0;
}

.modalidade-beneficios li {
    font-size: 13px;
    line-height: 1.7;

    color: #222;

    margin-bottom: 3px;
}

.modalidade-beneficios li i {
    color: #27b9fd;

    font-size: 13px;

    margin-right: 5px;
}

.modalidade-mensal .modalidade-beneficios li i {
    color: #084d85;
}


/* IMAGEM */

.modalidade-imagem {
    width: 30%;

    min-height: 155px;

    overflow: hidden;
}

.modalidade-imagem img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}
.modalidade-footer {
    font-size:13px;
    padding:15px;
    color:#222;
    text-align: justify;
}
.lista-check {
    font-size: 14px;
    color:#202020;
    list-style: none; /* Remove a bolinha padrão */
    padding-left: 0;   /* Remove o recuo padrão */
  }

  .lista-check li {
    position: relative;
    padding-left: 25px; /* Abre espaço para o check */
    margin-bottom: 10px;
  }

  .lista-check li::before {
    content: "\f058";        /* Inserir o símbolo de check */
    
    /* Define a fonte do Font Awesome (versão 6 Free) */
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; /* Obrigatório para ícones solid funcionarem */
    
    position: absolute;
    left: 0;
    top: 2px;
    color: #084d85; /* Cor verde do ícone */
  }

/* ========================================
   TÍTULOS PEQUENOS
======================================== */
.titulo-pequeno {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.titulo-pequeno span {
    width: 25px;
    height: 2px;
    background: #09a7f5;
    display: inline-block;
}
.titulo-azul {
    color: #14233b;
}
/* ========================================
   SEÇÃO SERVIÇOS
======================================== */
.servicos-manutencao {
    position: relative;
    padding: 30px 0 30px;
    background:
        linear-gradient(
            90deg,
            rgba(4, 45, 82, 0.98) 0%,
            rgba(7, 54, 94, 0.95) 50%,
            rgba(7, 54, 94, 0.72) 100%
        ),
        url("../img/radio-manutencao.png") right top / cover no-repeat;
    color: #ffffff;
    overflow: hidden;
}
.servicos-texto h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 12px;
    color:#27b9fd;
}
.servicos-texto p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
}
/* Separador */
.separador-vertical {
    width: 1px;
    height: 140px;
    background: rgba(32, 173, 240, 0.65);
    margin: auto;
}
/* Lista */
.lista-servicos {
    padding-left: 10px;
    padding-top: 30px;
}
.item-servico {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 14px;
}
.item-servico:last-child {
    margin-bottom: 0;
}
.item-servico i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    border-radius: 50%;
    background: #08a5ed;
    color: #ffffff;
    font-size: 9px;
}
/* ========================================
   VANTAGENS
======================================== */
.vantagens-manutencao {
    background: #ffffff;
    padding: 18px 0 25px;
    color: #101d31;
}
.vantagens-manutencao h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 18px;
    color:#27b9fd;
}
.vantagens-lista {
    margin: 0;
}
.vantagem-item {
    min-height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px;
}
.vantagens-lista > div:not(:last-child) {
    border-right: 1px solid #e5e9ee;
}
/* Ícone */
.icone-vantagem {
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e7f5fd;
    color: #073e78;
    font-size: 41px;
    margin-bottom: 6px;
}
/* Texto */
.vantagem-item h3 {
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0;
    color: #14233b;
}


/* ========================================
   RESPONSIVO
======================================== */

@media (max-width: 991px) {

    .servicos-manutencao {
        padding: 35px 0;
    }

    .servicos-texto {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .lista-servicos {
        padding-left: 0;
    }

    .vantagens-manutencao {
        padding: 25px 0;
    }

}


@media (max-width: 767px) {

    .servicos-texto h2 {
        font-size: 25px;
    }

    .servicos-texto p {
        font-size: 13px;
    }

    .item-servico {
        font-size: 12px;
    }

    .vantagens-lista > div {
        margin-bottom: 20px;
    }

    .vantagens-lista > div:nth-child(2) .vantagem-item::after,
    .vantagens-lista > div:nth-child(4) .vantagem-item::after {
        display: none;
    }

    .vantagem-item::after {
        height: 60px !important;
    }

}


@media (max-width: 575px) {

    .vantagens-manutencao h2 {
        font-size: 21px;
    }

    .vantagem-item {
        padding: 0 5px;
    }

}