@charset "utf-8";
body{
    background-color: #D7BDA6;
}

.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light #navbarSupportedContent1 {
    margin-left: 316px;
}

.logo {
    margin-left: 39px;
}
.whatsapp-float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    transition: transform 0.3s ease;
}

.whatsapp-float img{
    width: 100%;
    height: auto;
}

.whatsapp-float:hover{
    transform: scale(1.1);
}
.piedepágina {
    width: 100%;
    height: 90px;
    bottom: fixed;
    clear: none;
    margin-top: 255px;
    background-color: #4A2C13;
    color: #D7BDA6;
    text-align: center;
    padding-top: 34px;
}
.iconos {
    width: 100%;
    margin-top: -13px;

	color: 
;     padding-top: 1px;
}
.iconos img {
    margin-left: 12px;
}
