body {
    background: linear-gradient(120deg, #237189 0%, #ffffff 100%);
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.img-slide {
    width: 100%;
    height: 100%;
    object-fit: cover; /* padrão para desktop */
    object-position: center;
}
h1 {
    text-align: center;
    color: #ffffff;
    margin: 40px 0 40px 0;
    font-size: 2.5rem;
    letter-spacing: 1px;
    font-family: 'Montserrat', Arial, sans-serif;
}
.btn-teste-gratis {
    background: linear-gradient(90deg, #F87501 0%, #e35315 100%);
    color: #fff;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 30px;
    font-size: 20px;
    display: inline-block;
    position: absolute;
    left: 40px;
    bottom: 40px; 
    z-index: 2;
}
.btn-teste-gratis:hover {
    background: linear-gradient(90deg, #e35315 0%, #F87501 100%);
    color: #fff;
}
.swiper-slide {
    position: relative;
}
.bg-holder {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #fff;
    color: #fff;
}
.theme-slider {
    min-height: 100%;
    max-height: 100%;
}
.containerCardServicos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}
.boxServico {
    min-height: 405px;
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px hsl(229, 6%, 66%);
    padding: 30px;
    margin: 20px;
    width: 480px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
}
.boxServico:hover {
    transform: scale(1.03);
    box-shadow: 0px 30px 40px -20px #23718987;
    border-color: #237189 !important;
}
.imgBoxServico {
    float: right;
    width: 80px;
    height: 80px;
}
.btnServico {
    width: 100%;
    align-self: flex-end;
    min-height: 50px;
    background-color: #ffffff;
    border: 2px solid #4c4e61;
    border-radius: 30px;
    box-shadow: #4c4e61 2px 3px 0 0;
    color: #4c4e61;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding: 0px 25px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    transition: 0.3s ease-in-out, transform 0.1s;
}
.btnServico:hover {
    background-color: #fff;
    border-color: #237189;
    box-shadow: #237189 2px 3px 0 0;
    color: #237189;
}
.btnServico:active {
    box-shadow: #422800 2px 2px 0 0;
    transform: translate(2px, 2px);
}
.wppFlutuante {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
    margin: 0px 30px 30px 0px;
    transition: 0.3s ease-in-out;
    transform: scale(0.9);
}
.wppFlutuante:hover {
    filter: hue-rotate(36deg);
    transform: scale(1.04);
}
.linkFooter {
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    color: #111;
}
.linkFooter:hover {
    color: #237189 !important;
    padding-left: 7px;
    font-weight: 600;
}
.iconeFooter {
    color: #24292e;
    transition: 0.3s;
}
.iconeFooter:hover {
    color: #237189;
}
.btnContOnline {
    background: #F87501;
    border-color: #F87501;
}
.card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 32px rgba(35,113,137,0.18);
    transition: 0.2s;
}
.cyan { border-top: 3px solid hsl(180, 62%, 55%); }
.red { border-top: 3px solid hsl(0, 78%, 62%); }
.blue { border-top: 3px solid hsl(212, 86%, 64%); }
.orange { border-top: 3px solid #ff9100; }
.painel-funcionalidades {
    min-height: 420px;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.painel-funcionalidades .panel-body {
    text-align: left;
    padding: 24px 32px 24px 32px;
    color: #237189 !important;
    background: #f5fafd;
}
.painel-funcionalidades .panel-heading {
    text-align: left;
    padding-left: 32px;
    border-radius: 12px 12px 0 0;
}
.painel-funcionalidades.panel:hover {
    color : #fff !important;
    background: #237189 !important;
    border: none !important;
    box-shadow: 0 2px 12px #23718922 !important;
}
.panel:not(.painel-funcionalidades):hover .panel-body,
.panel:not(.painel-funcionalidades):hover .panel-body ul li {
    color: #fff !important;
    background: #237189 !important;
}
.painel-funcionalidades,
#carousel-depoimentos {
    min-height: 160px;
    height: auto;
}
.panel-heading {
    background: #c6d1d0 !important;   /* fundo cinza claro */
    color: #237189 !important;        /* cor do texto */
    border-radius: 12px 12px 0 0;
    font-size: 1.15em;
    font-weight: 700;
    text-align: center;
    padding: 16px 0 12px 0;
    letter-spacing: 0.5px;
}
.panel-heading.ia-igerenciador {
    background: #F87501 !important;
    color: #fff !important;
    text-align: center !important;
}
.panel-heading.depoimentos {
    background: #237189 !important;
    color: #fff !important;
    text-align: center !important;
}
#carrossel-logos-container {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.scroll-logos {
    display: flex;
    gap: 20px;
    width: max-content;
}
#carrossel-planos .carousel-control-prev-icon,
#carrossel-planos .carousel-control-next-icon,
#carousel-depoimentos .carousel-control-prev-icon,
#carousel-depoimentos .carousel-control-next-icon {
    background-image: none;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #237189;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#carrossel-planos .carousel-control-prev-icon::after,
#carrossel-planos .carousel-control-next-icon::after,
#carousel-depoimentos .carousel-control-prev-icon::after,
#carousel-depoimentos .carousel-control-next-icon::after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-top: 0.25rem solid #fff;
    border-right: 0.25rem solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}
#carrossel-planos .carousel-control-prev-icon::after,
#carousel-depoimentos .carousel-control-prev-icon::after {
    transform: translate(-60%, -50%) rotate(-135deg);
}
#carrossel-planos .carousel-control-next-icon::after,
#carousel-depoimentos .carousel-control-next-icon::after {
    transform: translate(-40%, -50%) rotate(45deg);
}
.panel {
    border-radius: 18px !important;
    box-shadow: 0 2px 12px #23718922;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 8px;
    background: #fff;
}
.panel-heading {
    background: #c6d1d0 !important;
    color: #237189 !important;
    border-radius: 18px 18px 0 0 !important;
    font-size: 1.15em;
    font-weight: 700;
    text-align: center;
    padding: 16px 0 12px 0;
    letter-spacing: 0.5px;
}
.panel-body {
    border-radius: 0 0 18px 18px !important;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 5px;
}
.panel-body,
.panel-body ul,
.panel-body ul li {
    color: #237189 !important;
}
.panel-body ul li {
    margin-bottom: 9px;
    margin-top: 9px;
}
.planos-row {
    margin-left: -16px;
    margin-right: -16px;
}
.row.planos-row {
    gap: 32px;
}
.btn-contratar {
    background: linear-gradient(90deg, #F87501 0%, #e35315 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 18px;
    padding: 5px;
    margin: 12px;
    width: auto;
    min-width: 80px;
    max-width: 90%;
    font-size: 1em;
    border: none;
    transition: 0.2s;
    line-height: 1.2;
    display: block;
    box-shadow: 0 2px 8px #f8750133;
}
.btn-contratar:hover {
    background: #e67c00;
    color: #fff;
    transform: scale(1.05);
}
.navbar-toggler {
    border-color: #F87501 !important;
}
.navbar-toggler-icon {
    background-image: none !important;
    width: 1.5em;
    height: 1.5em;
    position: relative;
    display: inline-block;
}
.btn-on-demand {
    background: linear-gradient(90deg,#237189 0%,#5e838f 100%);
    color: #fff;
    border: none;
    border-radius: 32px;
    font-size: 1.15em;
    font-weight: 700;
    padding: 16px 36px;
    box-shadow: 0 2px 12px #f8750133;
    transition: 0.2s;
}
.btn-on-demand:hover, .btn-on-demand:focus {
    background: linear-gradient(90deg,#5e838f 0%,#237189 100%);
    color: #fff;
    transform: scale(1.06) translateY(-2px);
    box-shadow: 0 6px 24px #f8750177;
}
.responsive-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
@media (max-width: 425px) {
    .container {
        width: 95%;
    }
    .btn-teste-gratis {
        width: 200px;
        font-size: 13px;
        padding: 10px;
        left: 25%;
        bottom: 5px;
    }
}
@media (max-width: 768px) {
    .container {
        width: 95%;
    }
    .btn-teste-gratis {
        bottom: 5px;
        padding: 15px;
    }
}
