/* @font-face {
    font-family: 'SofiaPro';
    src: url('../font/SofiaProLight.otf'); 
    
  }
@font-face {
    font-family: 'SofiaProBold';
    src: url('../font/SofiaProMedium.otf');  
    
  } */
.logos-mobil {
    display: none;
}
* {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    /* font-family: Arial, sans-serif;
    font-family: 'SofiaPro', Arial, sans-serif; */
    font-family: 'Spartan', sans-serif;
    background-color: #F9F9F9;
    font-weight: 100;
}

strong, h3 {
    /* font-family: 'SofiaProBold', Arial, sans-serif; */
    font-family: 'Spartan', sans-serif;
    /* font-weight: bold; */
    font-weight: 500;

}
.container {
    max-width: 1440px;
    margin: 40px auto;
    position: relative;
    height: 100%;
    width: 98%;
}
.wrapper {
    width: 60%;
    padding: 60px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    height: 1000px;
}
header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
header .logotipo-durania img {
    width: 200px;
}
.contacto {
    display: flex;
    flex-direction: column;
    /* align-items: end; */
    text-decoration: none;
    align-items: baseline;
}
.contacto-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
}
.contacto-item +.contacto-item {
    margin-top: 10px;
}
.contacto-item img {
    margin-right: 5px;
}
.contacto-item span {
    font-size: 12px;
    color: #8C8E8F;
}
.box-section {
    height: 668px;
    overflow-y: auto;
    transition: .3s .3s ease;
}
section {
    margin-right: 30px;
}
section p:last-child {
    margin-top: 40px;
    /* line-height: 22px; */
}
section + section {
    margin-top: 100px;
}
section p, section h3 {
    font-size: 24px;
    line-height: 34px;
    color: #8C8E8F;
}
section h3 {
    margin-bottom: 60px;
}
section p + p {
    margin-top: 20px;
}
footer {
    padding: 40px 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
footer span {
    font-size: 16px;
    color: #8C8E8F;
    text-decoration: none;
    margin-left: 12px;
}

.aside {
    background-color: white;
    padding: 60px;
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    height: 1000px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
.aside-contents {
    margin-top: 100px;
}
.aside-contents p {
    color: #8C8E8F;
    font-size: 14.2px;
    text-align: center;
    margin-bottom: 20px;
}
.aside-contents p + p {
    /* font-size: 12.6px; */
}
.logos {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-top: 80px;
}
.logo-area {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: baseline;
    margin-top: 10px;
    justify-content: space-around;
}
.logo-area a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    color: #8C8E8F;
}
.logos a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    color: #8C8E8F;
}
.logo-trades {
    width: 80px;
}
.logo-bioser {
    width: 100px;
}
.logo-gsc {
    width: 150px;
}
.logo-foodissimo {
    width: 180px;
}
.logos a small {
    margin-top: 20px;
    font-size: 12px;
}
.direccion {
    font-size: 16px;
    line-height: 26px;
}
.direccion a {
    color: #8C8E8F;
    text-decoration: none;
}

.logo-area {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: baseline;
    margin-top: 10px;
    justify-content: space-around;
}
.logo-area a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #8C8E8F;
}
.logo-area .logo-trades {
    width: 50px;
}
.logo-area .logo-bioser {
    width: 90px;
}
.logo-area .logo-gsc {
    width: 120px;
}
.logo-area .logo-foodissimo {
    width: 120px;
}
.logo-area a small {
    margin-top: 10px
}

.box-aviso {
    max-width: 800px;
    width: 96%;
}

ul {
    padding-left: 20px;
}
ul li {
    font-size: 24px;
    line-height: 34px;
    color: #8C8E8F;
}
ul li + li {
    margin-top: 10px;
}


@media only screen and (max-width: 960px) {
    .logos-mobil {
        display:block;
    }
    .logos {
        display: none;
    }
    .container {
        margin: 0 auto;
    }
    .wrapper, aside {
        width: 100%;
        padding: 20px;
    }
    header {
        margin-bottom: 20px;
    }
    header .logotipo-durania img {
        width: 160px;
    }
    .contacto-item {
        flex-direction: column;
    }
    .contacto-item img {
        margin-right: 0px;
        margin-bottom: 8px;
    }
    .contacto-item span {
        font-size: 8px;
        display: none;
    }
    .contacto-item + .contacto-item {
        margin-top: 0px;
    }
    section p {
        font-size: 20px;
        line-height: 30px;
    }
    footer {
        display: none;
    }
    .aside-contents {
        margin-top: 0;
    }
    .aside-contents p, .aside-contents p + p {
        text-align: left;
        font-size: 8px;
        margin-bottom: 5px;
        margin-left: 16px;
    }
    .hide-m-br {
        display: none;
    }
    section + section {
        padding-bottom: 100px;
    }
    .aside {
        width: 100%;
        top: initial;
        right: initial;
        left: 0;
        position: fixed;
        bottom: 0;
        height: auto;
        z-index: 99;
        padding: 20px 10px 10px 10px;
    }
    .aside .logos {
        flex-direction: row;
        margin-top: 0;
        align-items: baseline;
        margin-top: 20px;
    }
    .aside .logos a  {
        margin-bottom: 10px;
        font-size: 8px;
    }
    .aside .logos a + a {
        margin-left: 15px;
    }
    .aside .logos a .logo-trades {
        width: 30px
    }
    .aside .logos a .logo-bioser {
        width: 50px
    }
    .aside .logos a .logo-gsc {
        width: 70px
    }
    .aside .logos a .logo-foodissimo {
        width: 82px
    }
    .aside .logos a small {
        margin-top: 10px;
        font-size: 8px;
        white-space: pre;
    }
}