.footer{

    background:#0F2F57;

    padding:90px 0 0;
   

}

.footer-grid{

    display:grid;

    grid-template-columns:40% 60%;

    gap:70px;

    align-items:start;

}

.footer-left h2{

    font-family:"Playfair Display",serif;

    font-size:42px;

    color:#F8F5EF;

    margin-bottom:18px;

}

.footer-left p{

    color:#E9DDCA;

    font-size:17px;

    line-height:1.8;

    margin-bottom:40px;

}

.footer-link{

    display:flex;

    align-items:center;

    gap:18px;

    text-decoration:none;

    color:#F8F5EF;

    margin-bottom:22px;

    transition:.35s;

}

.footer-link i{

    width:46px;

    height:46px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    font-size:18px;

    transition:.35s;

}

.footer-link span{

    font-size:17px;

    font-weight:500;

}

.footer-link:hover{

    transform:translateX(8px);

}

.footer-link:hover i{

    background:#D9C5A1;

    color:#1E3558;

}

.footer-right h2{

    font-family:"Playfair Display",serif;

    font-size:42px;

    color:#F8F5EF;
	
    margin-bottom:25px;
	
	text-align:center;
}

.footer-map{

    width:100%;

    height:380px;

    border-radius:22px;

    overflow:hidden;

    

}

.footer-bottom{

    margin-top:70px;

    border-top:1px solid rgba(255,255,255,.15);

    text-align:center;

    padding:28px 20px;

    color:#E9DDCA;

    font-size:15px;

    letter-spacing:.5px;
    
    position:relative;

}
.footer-bottom::before{

    content:"";

    position:absolute;

    top:0;

    left:50%;

    transform:translateX(-50%);

    width:140px;

    height:2px;

    background:#D9C5A1;

}
/* WHATSAPP */

.footer-link.whatsapp:hover i{

    background:#25D366;

    color:white;

}

/* TELEFONO */

.footer-link.phone:hover i{

    background:#555555;

    color:white;

}

/* EMAIL */

.footer-link.email:hover i{

    background:#7B1E2B;

    color:white;

}

/* BOOKING */

.footer-link.booking:hover i{

    background:#D9C5A1;

    color:white;

}


.footer-map iframe{

    width:100%;
    height:100%;

    border:0;

    display:block;

    border-radius:22px;

}

.footer-address{

    margin-top:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    color:#F8F5EF;

}

.footer-address a{

    color:#F8F5EF;

    text-decoration:none;

    transition:.3s;

}

.footer-address a:hover{

    color:#D9C5A1;

}