@charset "UTF-8";

hr{
  background-color: #00FF87 !important;
    border-top: 3px solid #00FF87 !important;
}

.navbar-logo img {
  border-radius: unset !important;
}

img.logo-light {
  border-radius: unset !important;
  height: 5.6rem;
  width: auto;
}

.cid-uM2cjYp2QU{
  padding-top: 4rem !important;  
}

.cid-uM27b3bdTW{
  padding-top: 4rem !important;
}

.cid-uM29GXKfog, .cid-uM2bzxq6eD, .cid-uM2b1UQBso {
  padding-top: 2rem !important;
}

.cid-uM1T4X1I5V{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.cid-uM24T09TyL{
  padding-top: 4rem !important;
}

.cid-uM27b3bdTW{
  background-color: unset !important;
}

.cid-uM27b3bdTW .container{
  background-color: #041e42 !important;
  border-radius: 30px !important;
}

.cid-uM27b3bdTW .item-wrapper{  
  background-color: #F2F2F2 !important;
  min-height: 11.5rem !important;
}

.cid-uM27b3bdTW img{
  width: auto !important;
  height: 3rem !important;
  border-radius: unset !important;
}

.embla_subtitle{
  background-color: #fff;
  position: absolute;
  bottom: 3rem;
  padding-top: 5px;
}

.cid-uM24T09TyL .embla__slide{
  min-width: 18rem !important;
  max-width: 18rem !important;
  border-radius: 20px !important;
  background-color: #F2F2F2 !important;
}

.cid-uM24T09TyL img{
  width: auto !important;
  height: 6rem !important;
}

.cid-uM1Sr99dkJ .mbr-form {
    background-color: #EFEFEF;
    border-radius: 2rem;
    max-height: 837px;
    height: 100%;
}

.cid-uM2cjYp2QU .embla__slide{
  min-width: 14rem !important;
  max-width: 14rem !important;
}

.cid-uM2cjYp2QU img, .cid-uM2cjYp2QU .item-img{
  height: 15rem !important;
  object-fit: contain !important;
}

.cid-uM28l09rWI p {
  font-size: 0.985rem;
  line-height: 1.2;
}

.cid-uM28l09rWI a{
  color: #ffffff !important;
  font-weight: 200 !important;
}

.cid-uM28l09rWI .list li {
  font-size: 0.985rem;
  /* line-height: 1.2; */
}

.cid-uM24Pd4n4y{
  padding-bottom: 2rem !important;
}

.cid-uM24Pd4n4y img{
  border-radius: unset !important;
}

.cid-uM24Pd4n4y .features-without-image .item-wrapper{
    background-color: #D9D9D9;
}

.cid-uM2bzxq6eD img,
.cid-uM247XuZM7 img {
  border-bottom-right-radius: unset !important;
  border-bottom-left-radius: unset !important;

}

.cid-uM2bzxq6eD .features-image,
.cid-uM247XuZM7 .features-image {
  filter: drop-shadow(0px 0px 4px #c0b5b5);
}

.cid-uM1T4X1I5V .mbr-section-title {
  text-align: start !important;
}
.cid-uM1T4X1I5V .form-control{
  border-radius: 15px !important;
  background-color: #F2F2F2C2 !important;
} 

.mbr-section-btn .btn:not(.btn-form) {
    border-radius: 15px !important;
}

.cid-uM1T7QqKC5 .card{
  border: 2px solid #041E42;
}

.item.features-without-image.features-border {
  border-bottom: 1px solid #6E6E6E;
}

.display-2{
  font-size: 1.725rem !important;
}

.display-7{
  font-size: 1.125rem !important;
}

.display-8 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.975rem;
  color: #86f49c;
  line-height: 1.5;
}

.navy-blue {
  color: #041E42 !important;
}

.white{
  color: #ffffff !important;
}

/* Botão do WhatsApp */
.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    text-decoration: none;
    cursor: pointer; 
}
.float-whatsapp:hover {
    transform: scale(1.1);
    color: #FFF;
}
.float-whatsapp svg {
    width: 35px;
    height: 35px;
    fill: currentColor;
}

/* Widget Customizado de Chat (Substitui o Modal) */
.whatsapp-widget {
    position: fixed;
    bottom: 165px; /* Altura calculada para ficar logo acima do botão */
    right: 30px;
    width: 320px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95); /* Começa um pouco abaixo e menor */
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Animação "elástica" de pop-up */
    overflow: hidden;
}
.whatsapp-widget.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.whatsapp-widget-header {
    background-color: #075e54; /* Cor clássica do topo do WhatsApp */
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.whatsapp-widget-header h5 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
}
.whatsapp-widget-header .btn-close-widget {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
}
.whatsapp-widget-header .btn-close-widget:hover {
    opacity: 1;
}
.whatsapp-widget-body {
    padding: 20px;
}
.whatsapp-widget-body p {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.4;
}
.modal-btn-whatsapp {
    background-color: #25d366 !important;
    color: #fff !important;
    font-weight: 600;
    border: none;
    border-radius: 6px;
}
.modal-btn-whatsapp:hover {
    background-color: #20ba59 !important;
}

/* Ajuste nativo de campos dropdown para Formulário B2B */
select.form-control {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    cursor: pointer;
    color: #555;
}
select.form-control:valid {
    color: #000;
}
option {
    color: #000;
}
.form-check-label {
    cursor: pointer;
    user-select: none;
}

/* Responsividade do Widget Mobile */
@media (max-width: 768px) {
    .float-whatsapp {
        bottom: 80px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    .float-whatsapp svg {
        width: 28px;
        height: 28px;
    }
    .whatsapp-widget {
        bottom: 140px;
        right: 20px;
        width: calc(100vw - 40px);
    }
}