/* Importando tipografia Baloo da 2 */
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2&display=swap');

/* Importaciones de estilos para layout */
@import url('layout/navbar.css');
@import url('layout/footer.css');

/*Importaciones de estilos*/
@import 'home.css';

body{
    font-family: 'Baloo Da 2', cursive, sans-serif;
    background-image: url(../img/punto-bg-arqui-gaviota.svg);
}

#btn-whatsapp{
    position: fixed;
    bottom: 10px;
    right: 10px;
}
