.elementor-2828 .elementor-element.elementor-element-0312ac5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-562f55a */.fundo-gradiente {
  background: radial-gradient(circle at top, #00005E 0%, #000020 80%);
  padding: 40px 0;
  color: white;
}

.iesgo-conteudo {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: white;
}

.titulo-principal {
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  margin: 40px 0; /* espaço acima e abaixo do título reduzido */
  font-weight: 900;
}

.bloco {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 70px; /* menor espaço entre blocos */
  flex-wrap: wrap;
}

.bloco.inverso {
  flex-direction: row-reverse;
}

.imagem img {
  max-width: 360px;
  width: 100%;
  border-radius: 40px;
  border: 8px solid #eee;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

.imagem img:hover {
  transform: scale(1.07);
}

.texto {
  flex: 1;
  max-width: 600px;
}

.texto p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Responsivo */
@media (max-width: 768px) {
  .bloco,
  .bloco.inverso {
    flex-direction: column;
    text-align: center;
  }

  .imagem img {
    max-width: 300px;
    margin-bottom: 24px;
  }

  .titulo-principal {
    font-size: 36px;
  }

  .texto p {
    font-size: 15px;
  }
/* BOTÃO ESTILO .btn-5 COM ANIMAÇÃO FLUIDA E VERMELHO */
}
.btn-5,
.btn-5 {
  position: relative;
  background-color: #e60000;
  color: white;
  border-radius: 99rem;
  border: 2px solid white;
  padding: 0.8rem 2.5rem;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  font-family: 'Segoe UI', sans-serif;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease-in-out;
}

.btn-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 99rem;
  transition: left 0.4s ease-in-out;
  z-index: 1;
}

.btn-5:hover::before {
  left: 0;
}

.btn-5 span,
.btn-5-text {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease-in-out;
}
/* MODO DELICADO E MENOR */
.ia-cta--fixed{
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* avatar menor e sombra suave */
.ia-cta--fixed .ia-avatar img{
  width: 80px;
  height: 80px;
  border-width: 4px;
  box-shadow: 0 8px 18px rgba(0,0,0,.14);
}

/* botão mais compacto e leve */
.ia-cta--fixed .btn-5{
  padding: .55rem 1.15rem;
  font-size: 13px;
  font-weight: 800;      /* pode baixar para 700 se quiser ainda mais leve */
  border: 1.5px solid #fff;
  border-radius: 999rem;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}
.ia-cta--fixed .btn-5-text{
  letter-spacing: .2px;
  white-space: nowrap;
}

/* mobile ainda mais discreto */
@media (max-width: 768px){
  .ia-cta--fixed{ right: 12px; bottom: 12px; gap: 6px; }
  .ia-cta--fixed .ia-avatar img{ width: 72px; height: 72px; border-width: 3px; }
  .ia-cta--fixed .btn-5{ padding: .5rem .9rem; font-size: 12px; border-width: 1.2px; }
}

/* opcional: em telas muito pequenas, só o botão (mais clean) */
/*
@media (max-width: 420px){
  .ia-cta--fixed .ia-avatar{ display:none; }
}
*/
/* Avatar circular garantido (corta pelo wrapper) */
.ia-cta--fixed .ia-avatar{
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;                 /* faz o recorte circular */
  border: 4px solid #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.14);
}

/* a imagem preenche o círculo */
.ia-cta--fixed .ia-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;    /* extra garantia contra CSS do tema */
  display: block;
}

/* mobile menor */
@media (max-width: 768px){
  .ia-cta--fixed .ia-avatar{ width: 72px; height: 72px; border-width: 3px; }
}


/* Se tiver barra de admin do WP, evita sobrepor */
body.admin-bar .ia-cta--fixed{
  bottom: 56px; /* ajuste fino se precisar */
}


/* Texto visível e legível no hover */
.btn-5:hover .btn-5-text {
  color: #e60000;
}/* End custom CSS */