


body {
  font-family: "Martel", serif;
  font-weight: 400;
  font-style: normal;
}

.portada{background-image: url(../imatges/fons.webp);background-size: cover;padding: 50px;}

.logo {
	color: #e8dcc7;
	font-size: 25px;
	text-align: left;
	font-weight: 600;
    position: relative;
    margin-bottom: 45px;
}

.logo::before {
	content: '';
    background-color:  #e8dcc7;
	width: 25px;
	text-align: left;
	height: 1%;
    position: absolute;
    top:-10px;left:0px
}

.text {
	color: #e8dcc7;
	font-size: 24px;
	text-align: right;
	font-weight: 700;
	border-right: 2px solid #e8dcc7;
	padding-right: 10px;
	margin: 20px 0px;
}
.text span{display: block;
	color: #e8dcc7;
	font-size: 18px;
	text-align: right;
	font-weight: 200;
}
a {color: #e8dcc7;text-decoration: none;}

.footer-custom{
    background:#74603c;
    color:#e8dcc7;
    font-size:1.1rem;
}

.footer-logo{
    max-width:180px;
}

.footer-contact{
    border-left:1px solid rgba(255,255,255,.4);
    padding-left:40px;
}

.footer-link,
.footer-links a,
.footer-bottom a{
    color:#e8dcc7;
    text-decoration:none;
    transition:opacity .3s;
}

.footer-link:hover,
.footer-links a:hover,
.footer-bottom a:hover{
    color:#fff;
    opacity:.8;
}

.footer-bottom{
    font-size:1rem;
}

@media (max-width: 768px){

    .footer-contact{
        border-left:none;
        padding-left:12px;
    }

    .footer-links{
        text-align:left !important;
        margin-top:20px;
    }
}