/*=========================================================
FOOTER PREMIUM
=========================================================*/

.footer{

    background:#081C44;

    color:#FFFFFF;

    padding:80px 0 25px;

}

/*=========================================================*/

.footer-logo{

    width:230px;

    margin-bottom:25px;

}

/*=========================================================*/

.footer-text{

    color:rgba(255,255,255,.75);

    line-height:1.9;

    font-size:16px;

    margin-bottom:0;

}

/*=========================================================*/

.footer h4{

    color:#FFFFFF;

    font-size:22px;

    font-weight:700;

    margin-bottom:28px;

}

/*=========================================================*/

.footer ul{

    list-style:none;

    padding:0;

    margin:0;

}

/*=========================================================*/

.footer ul li{

    margin-bottom:16px;

    color:rgba(255,255,255,.78);

    font-size:16px;

}

/*=========================================================*/

.footer ul li i{

    color:#25D366;

    margin-right:10px;

}

/*=========================================================*/

.footer a{

    color:rgba(255,255,255,.78);

    text-decoration:none;

    transition:.35s;

}

/*=========================================================*/

.footer a:hover{

    color:#FFFFFF;

    padding-left:8px;

}

/*=========================================================*/

.footer-whatsapp{

     
    display:inline-flex;

    align-items:center;

    min-width:240px;

    justify-content:center;

    gap:10px;

    margin-top:25px;

    background:#25D366;

    color:#FFFFFF !important;

    padding:14px 24px;

    border-radius:50px;

    font-weight:700;

    transition:.35s;

}

/*=========================================================*/

.footer-whatsapp:hover{

    background:#1EBE5D;

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(37,211,102,.35);

}

/*=========================================================*/

.footer-whatsapp i{

    font-size:22px;

}

/*=========================================================*/

.footer hr{

    margin:55px 0 25px;

    border-color:rgba(255,255,255,.12);

}

/*=========================================================*/

.footer-bottom{

    text-align:center;

    color:rgba(255,255,255,.60);

    font-size:15px;

}

.footer-bottom{

    text-align:center;

    color:rgba(255,255,255,.65);

    font-size:15px;

    line-height:1.8;

}
/*=========================================================
DESARROLLADOR
=========================================================*/

/*=========================================================
DESARROLLADO POR
=========================================================*/

.developer{

    margin-top:12px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

}

.developer span{

    font-size:14px;

    color:rgba(255,255,255,.70);

    font-weight:500;

}

.developer a{

    display:inline-block;

    transition:all .35s ease;

}

.developer img{

    width:75px;

    height:auto;

    opacity:.95;

    transition:all .35s ease;

}

.developer a:hover img{

    opacity:1;

    transform:scale(1.08);

}