.elementor-304 .elementor-element.elementor-element-873204c{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-3b632a8 *//* =========================================
   FOOTER
========================================= */

.footer{
  position:relative;

  padding:90px 20px 35px;

  background:#051923;

  overflow:hidden;

  font-family:"Inter",sans-serif;
}

.footer *{
  box-sizing:border-box;
}

/* GLOW */

.footer .footer-glow{
  position:absolute;

  width:600px;
  height:600px;

  background:rgba(0,100,148,.14);

  border-radius:50%;

  top:-250px;
  right:-180px;

  filter:blur(100px);

  pointer-events:none;
}

/* CONTAINER */

.footer .footer-container{
  max-width:1280px;

  margin:auto ;

  position:relative;
  z-index:2;
}

/* =========================================
   TOP
========================================= */

.footer .footer-top{
  display:flex;
  justify-content:space-between;

  gap:60px;

  padding-bottom:50px;

  border-bottom:1px solid rgba(255,255,255,.08);

  margin-bottom:45px;
}

/* BRAND */

.footer .footer-brand{
  display:flex;

  max-width: 250px;
}

/* LOGO */

.footer .footer-logo{
  width:32px !important;
  height:32px !important;

  min-width:32px !important;

  border-radius:24px;

  background:linear-gradient(
    135deg,
    #003554,
    #006494
  );

  display:flex;
  align-items:center;
  justify-content:center;

  color:#fff;

  font-size:2rem;
  font-weight:700;

  box-shadow:0 15px 30px rgba(0,0,0,.18);
}

/* TEXT */

.footer .footer-brand-text h3{
  color:#fff;

  font-size:2rem;

  margin-bottom:16px;
}

.footer .footer-brand-text p{
  color:rgba(255,255,255,.68);

  line-height:1.9;

  font-size:1rem;
}

/* =========================================
   MENU
========================================= */

.footer .footer-menu{
  display:grid;

  grid-template-columns:repeat(2,auto);

  gap:16px 40px;

  align-content:flex-start;
}

.footer .footer-menu a{
  position:relative ;

  width:fit-content;

  color:rgba(255,255,255,.68);

  text-decoration:none;

  font-size:.97rem;

  transition:.3s ease;
}

.footer .footer-menu a::after{
  content:"";

  position:absolute;

  left:0;
  bottom:-6px;

  width:0%;
  height:2px;

  background:#0582ca;

  transition:.3s ease;
}

.footer .footer-menu a:hover{
  color:#fff;
}

.footer .footer-menu a:hover::after{
  width:100%;
}

/* =========================================
   INFO
========================================= */

.footer .footer-info{
  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:22px;

  margin-bottom:45px;
}

/* CARD */

.footer .footer-card{
  display:flex;
  align-items:center;

  gap:18px;

  padding:24px;

  border-radius:28px;

  background:rgba(255,255,255,.04);

  border:1px solid rgba(255,255,255,.06);

  backdrop-filter:blur(14px);

  transition:.4s ease;
}

.footer .footer-card:hover{
  transform:translateY(-6px);

  border-color:rgba(255,255,255,.12);

  background:rgba(255,255,255,.06);

  box-shadow:0 18px 35px rgba(0,0,0,.18);
}

/* ICON */

.footer .footer-icon{
  width:62px;
  height:62px;

  min-width:62px;

  border-radius:20px;

  background:linear-gradient(
    135deg,
    #003554,
    #006494
  );

  display:flex;
  align-items:center;
  justify-content:center;
}

.footer .footer-icon i{
  color:#fff;

  font-size:22px;
}

/* TEXT */

.footer .footer-card-text span{
  display:block;

  color:rgba(255,255,255,.55);

  margin-bottom:6px;

  font-size:.92rem;
}

.footer .footer-card-text strong{
  color:#fff;

  font-size:1rem;

  line-height:1.6;
}

/* =========================================
   BOTTOM
========================================= */

.footer .footer-bottom{
  padding-top:35px;

  border-top:1px solid rgba(255,255,255,.08);

  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:25px;

  flex-wrap:wrap;
}

/* COPY */

.footer .footer-copy{
  color:rgba(255,255,255,.58);

  font-size:.95rem;

  line-height:1.7;
}

/* =========================================
   DEV
========================================= */

.footer .footer-dev{
  display:flex;
  align-items:center;

  gap: 18px;

  flex-wrap:wrap;
}

.footer .footer-dev span{
  color:rgba(255,255,255,.58);

  font-size:.95rem;
}

/* BOX */

.footer .footer-dev-box{
  display:flex;
  align-items:center;

  gap:14px;

  padding:14px 18px;

  border-radius:20px;

  background:rgba(255,255,255,.04);

  border:1px solid rgba(255,255,255,.08);

  text-decoration:none;

  transition:.35s ease;
}

.footer .footer-dev-box:hover{
  transform:translateY(-4px);

  background:rgba(255,255,255,.07);

  border-color:rgba(255,255,255,.14);

  box-shadow:0 16px 30px rgba(0,0,0,.18);
}

/* IMG */

.footer .footer-dev-box img{
  width:134px;
  height: auto;

  object-fit:contain;
}

/* NAME */

.footer .footer-dev-box strong{
  color:#fff;

  font-size:.95rem;

  font-weight:600;
}

/* =========================================
   RESPONSIVO
========================================= */

@media(max-width:980px){

  .footer .footer-top{
    flex-direction:column;
  }

  .footer .footer-info{
    grid-template-columns:1fr;
  }

}

@media(max-width:768px){

  .footer{
    padding:70px 20px 30px;
  }

  .footer .footer-brand{
    flex-direction:column;
  }

  .footer .footer-brand-text h3{
    font-size:1.8rem;
  }

  .footer .footer-menu{
    grid-template-columns:1fr;
  }

  .footer .footer-bottom{
    flex-direction:column;

    align-items:flex-start;
  }

}

/* =========================================
   MENU
========================================= */

.footer .footer-menu{
  display:grid;

  grid-template-columns:repeat(1,auto);

  gap:20px;

  align-content: center !important;
  margin-right: 0px !important;
  text-align: center !important;
  align-items: center !important;
}

.footer .footer-menu a{
  position:relative ;

  width:fit-content;

  color:rgba(255,255,255,.68);

  text-decoration:none;

  font-size:.97rem;

  transition:.3s ease;
}

.footer .footer-menu a::after{
  content:"";

  position:absolute;

  left:0;
  bottom:-6px;

  width:0%;
  height:2px;

  background:#0582ca;

  transition:.3s ease;
}

.footer .footer-menu a:hover{
  color:#fff;
}

.footer .footer-menu a:hover::after{
  width:100%;



/* =========================================
   LOGO EMPRESA
========================================= */

.footer .footer-logo-box{
  width:250px !important;
  height: auto !important;

  min-width:110px;

  border-radius:30px;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding-left: 40px !important;
  transition:.35s ease;
}

/* IMG */

.footer .footer-logo-img{
  width:100%;
  height:100%;

  object-fit:contain;

  filter:drop-shadow(0 8px 18px rgba(0,0,0,.15));
}

/* AJUSTE TEXTO */

.footer .footer-brand-text{
  display:flex;
  align-items:center;
}

/* RESPONSIVO */

@media(max-width:768px){

  .footer .footer-logo-box{
    width:90px;
    height:90px;

    min-width:90px;

    border-radius:24px;
  }

}/* End custom CSS */