body {
    font-family: Montserrat,Verdana;
    font-size: 19px;
    font-weight: lighter;
    height: 100%;
    margin: 0;
    text-align: center;
    width: 100%;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
body > header, body > footer {
        display: flex;
        justify-content: center
}
.body {
    margin: 40px 0 40px 0;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}
.portada {
/*    margin: 0 0 40px 0;  */  
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
header {
    block-size: fit-content;
}
.yuppi {
    margin: 30px 0 30px 0;
}
.marcas, .horario {
    font-weight: bold;
    font-size: 20px;
    color: black;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: lightgrey;
    p{
        margin: 30px 0 30px 0;
    }
}
/*.marcas-list > p:hover {
    font-weight: bold;
    color: darkslategrey;
}*/
#columnas {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 30px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: lightgrey;
}
#columnas > div {
    column-count: 4;
    text-align: left;
    p {
        margin: 0 0 30px 0;
      }
}
.ubicacio {
    background-color: black;
    color: white;
    text-align: left;
    width: 50%;
    max-height: fit-content;
    p, a {
         margin: 30px 0 30px 30px;
    }
}

iframe {
    height: 298px;
    width:50%;
    border: 0;
}

.models img {
    width:50%;
}
a {
    color: white;
    text-align: left;
    font-weight: lighter;
}
footer {
    font-family: Montserrat;
    font-size: 10pt;
    color:white;
}
#footer-logo-yuppi {
    width:135px;
    height:27px;
    margin: 0 0 0 30px;
}

.botiga {
    z-index: -1;
    width: 100%;
    position: relative
}

.fiftyears {
    position:absolute;
    z-index: 1;
    width: 30%;
    right: 10%;
    margin: 0 0 2.5% 0;
}

@media screen and (max-width: 800px) {
    #columnas > div {
        column-count: 2;
        font-size: 14px;
        text-align: left;
        p{
            margin: 0 0 30px 0;
        }

}
    body{
        font-size:14px;
    }
.bloc-ubicacio {
    flex-direction: column;
    iframe

{
    width:100%;
}
}
/*iframe {
    display: none;
}*/
.ubicacio {
    width: 100%
}
footer{
    resize:both;
}
}
