/* =========================================================
   FOOTER - TECNOLOGÍA ISRAEL
========================================================= */

.footer{
    background:#0B0F19;
    color:#fff;
    padding:42px 0 18px;
    margin-top:70px;
}

.footer-top{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:40px;
    align-items:start;
}

/* =========================================================
   MARCA
========================================================= */

.footer-brand{
    display:flex;
    align-items:flex-start;
    gap:18px;
}

.footer-symbol{
    width:62px;
    height:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.footer-symbol i{
    font-size:56px;
    color:#2463FF;
}

.footer-brand-text h3{
    margin:0 0 8px;
    font-size:24px;
    line-height:1.1;
    font-weight:700;
}

.footer-brand-text h3 span{
    display:block;
    color:#2463FF;
}

.footer-brand-text p{
    margin:0;
    color:#A8B1C3;
    font-size:14px;
    line-height:1.7;
    max-width:340px;
}

/* =========================================================
   TÍTULOS
========================================================= */

.footer-contact h4,
.footer-social h4{
    margin:0 0 14px;
    font-size:15px;
    font-weight:600;
}

/* =========================================================
   CONTACTO
========================================================= */

.footer-contact{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.footer-contact a,
.footer-contact span{
    display:flex;
    align-items:center;
    gap:10px;
    color:#A8B1C3;
    text-decoration:none;
    font-size:14px;
}

.footer-contact a:hover{
    color:#fff;
}

.footer-contact i{
    width:18px;
    text-align:center;
    color:#2463FF;
}

/* =========================================================
   REDES
========================================================= */

.social-icons{
    display:flex;
    gap:12px;
}

.social-icons a{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.06);
    color:#fff;
    text-decoration:none;
    transition:.25s;
}

.social-icons a:hover{
    background:#2463FF;
    transform:translateY(-3px);
}

/* =========================================================
   DIVISOR
========================================================= */

.footer-divider{
    height:1px;
    background:#1A2336;
    margin:28px 0 18px;
}

/* =========================================================
   PARTE INFERIOR
========================================================= */

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.footer-bottom>span{
    color:#8C96A8;
    font-size:13px;
}

.footer-badges{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.footer-badge{
    display:flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    border-radius:30px;
    background:rgba(36,99,255,.08);
    color:#BFD2FF;
    font-size:13px;
}

.footer-badge i{
    color:#2463FF;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px){

.footer-top{
grid-template-columns:1fr 1fr;
gap:30px;
}

.footer-brand{
grid-column:1/-1;
}

}

@media(max-width:576px){

.footer{
padding:34px 0 18px;
margin-top:50px;
}

.footer-top{
grid-template-columns:1fr;
gap:24px;
}

.footer-brand{
gap:14px;
}

.footer-symbol{
width:48px;
height:48px;
}

.footer-symbol i{
font-size:42px;
}

.footer-brand-text h3{
font-size:21px;
}

.footer-brand-text p{
font-size:13px;
}

.footer-bottom{
flex-direction:column;
text-align:center;
gap:12px;
}

.footer-badges{
justify-content:center;
}

.social-icons a{
width:40px;
height:40px;
}

}

.footer {
    margin-top: 0 !important;
}

.footer::before {
    display: none;
}