.elementor-44248 .elementor-element.elementor-element-cfe1aad{--display:flex;--min-height:850px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:45px;--padding-bottom:45px;--padding-left:20px;--padding-right:20px;}.elementor-44248 .elementor-element.elementor-element-a1f8eb7{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-44248 .elementor-element.elementor-element-4fcc785 img{width:68%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-44248 .elementor-element.elementor-element-66b80d4{text-align:center;}.elementor-44248 .elementor-element.elementor-element-66b80d4 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:48px;font-weight:700;color:#A99B6E;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-44248 .elementor-element.elementor-element-8475b38{text-align:center;font-family:"Raleway", Sans-serif;font-size:20px;font-weight:400;}.elementor-44248 .elementor-element.elementor-element-8475b38 p{margin-block-end:0px;}@media(max-width:1024px){.elementor-44248 .elementor-element.elementor-element-29809ea{width:var( --container-widget-width, 435px );max-width:435px;--container-widget-width:435px;--container-widget-flex-grow:0;}.elementor-44248 .elementor-element.elementor-element-29809ea.elementor-element{--align-self:center;}}@media(min-width:768px){.elementor-44248 .elementor-element.elementor-element-cfe1aad{--content-width:1300px;}}@media(max-width:767px){.elementor-44248 .elementor-element.elementor-element-cfe1aad{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}.elementor-44248 .elementor-element.elementor-element-a1f8eb7{--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-44248 .elementor-element.elementor-element-4fcc785 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-44248 .elementor-element.elementor-element-4fcc785 img{width:38%;}.elementor-44248 .elementor-element.elementor-element-66b80d4 .elementor-heading-title{font-size:42px;}.elementor-44248 .elementor-element.elementor-element-8475b38{font-size:14px;}.elementor-44248 .elementor-element.elementor-element-29809ea > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for heading, class: .elementor-element-66b80d4 */strong {
color: #796A4D;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29809ea *//* CONTAINER */
.action-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 24px;
}

/* BOTÃO BASE */
.btn-action {
  position: relative;
  padding: 24px 30px;
  border-radius: 18px;
  text-decoration: none !important;
  color: #ffffff !important;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1rem;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  backdrop-filter: blur(10px);
  overflow: hidden;

  transform: translateY(30px);
  opacity: 0;
  animation: fadeSlideUp 0.8s ease forwards;
  transition: all 0.35s ease;
}

/* BLINDAGEM TOTAL CONTRA WORDPRESS */
.btn-action,
.btn-action:visited,
.btn-action:hover,
.btn-action:active,
.btn-action:focus {
  color: #ffffff !important;
}

.btn-action span {
  color: #ffffff !important;
}

/* Delay escalonado */
.btn-action:nth-child(1){ animation-delay: .2s; }
.btn-action:nth-child(2){ animation-delay: .4s; }
.btn-action:nth-child(3){ animation-delay: .6s; }

/* CORES INDIVIDUAIS */

.btn-pdf {
  background: linear-gradient(135deg, #796A4D, #c8b281);
  box-shadow: 0 10px 35px rgba(0,0,0,.25);
}

.btn-waze {
  background: linear-gradient(135deg, #c8b281, #796A4D);
  box-shadow: 0 10px 35px rgba(0,119,255,.25);
}

.btn-maps {
  background: linear-gradient(135deg, #796A4D, #c8b281);
  box-shadow: 0 10px 35px rgba(15,157,88,.25);
}

/* ÍCONES */
.btn-action img {
  width: 34px;
  height: 34px;
  transition: transform .3s ease;
}

/* HOVER SOFISTICADO */
.btn-action:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 45px rgba(0,0,0,.3);
}

.btn-action:hover img {
  transform: scale(1.12);
}

/* EFEITO LUZ SUAVE */
.btn-action::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,0.25);
  transform: skewX(-25deg);
  transition: .7s;
}

.btn-action:hover::before {
  left: 130%;
}

/* MICRO ANIMAÇÃO */
@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVO */
@media (max-width: 480px) {
  .btn-action {
    font-size: .95rem;
    padding: 20px;
  }
}

/* WHATSAPP LUXO */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
  z-index: 999;
  transition: all .3s ease;
  animation: pulse 2.5s infinite;
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* PULSE SOFISTICADO */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
  70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}/* End custom CSS */