/*--------------------Tipografies---------------------*/

@font-face {
    font-family: grotesk;
    src: url('fonts/Akzidenz-Grotesk-BQ-Light_2831.ttf');
    font-weight: 500;
}
@font-face{
    font-family: grotesk;
    src: url('fonts/AkzidenzGroteskBE-Light.otf');
    font-weight: 100;
}
@font-face{
    font-family: grotesk;
    src: url('fonts/AkzidenzGroteskBE-Bold.otf');
    font-weight: 900;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
 }

.cos{
    font-family: grotesk !important;
    font-weight: 100 !important;
    font-size: 12pt !important;
}

/*--------------------Yamm---------------------*/

.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static !important;
}

.yamm .container {
  position: relative !important;
}

.yamm .dropdown-menu {
  left: auto !important;
  border: none !important;
  height: auto;
  display: block !important;
  transition: all .5s;
}

.dropdown-menu a{
    text-decoration: none !important;
    color: #A1A1A1 !important;
    font-family: grotesk !important;
    font-size: 10pt !important;
    text-transform: uppercase !important;
    opacity: 0;
    transition: all .2s;
}

.dropdown-menu a:hover{
    opacity: 0.5 !important;
}

.dropdown-menu.actiu{
    display: block;
}

.dropdown-menu{
    width:100%;
    border:0!important;
    border-radius: 0!important;
    top:56px!important;
    background-color: #EBEBEB !important;
}

.dropdown-menu-spec{
    position: fixed !important;
    display: block !important;
    z-index: 99 !important;
    top: 82px !important;
}

.dropdown-menu-spec a{
    font-family: grotesk !important;
    font-weight: 100 !important;
    text-transform: uppercase !important;
    font-size: 10pt !important;
    color: #A1A1A1 !important;
    opacity: 1 !important;
    margin-left: 6.8%;
}
.dropdown-menu-spec a:hover{
    opacity: 1 !important;
}

.grid-demo .row{
    flex-wrap: wrap;
}
.grid-demo .row > div{
    width:100%;
}
@media (min-width:992px){
    .grid-demo .row{
        flex-wrap:nowrap;
    }
    .grid-demo .row > div{
        width:auto;
    }
}
.yamm .yamm-content {
  padding: 1rem !important;
}

.yamm .dropdown.yamm-fw .dropdown-menu,
.yamm .dropup.yamm-fw .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}

.dropdown-toggle::after{
    display: none !important;
}

/*--------------------Header---------------------*/
header{
    position: fixed;
    z-index: 100;
}
.navbar-nav.navbar-center, .navbar-toggle {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}
.navbar-brand{
    font-family: grotesk !important;
    font-size: 16pt;
    font-weight: 900;
    color: #303030 !important;
    text-transform: uppercase;
    padding: 5px 0 !important;
}
nav ul li{
    padding: 0 8px;
}
.menu{
    display: inline-table!important;
    margin: 0 !important;
    padding: 0 !important;
}
.menu li{
    display: inline-block !important;
    float: none !important;
    font-family: grotesk !important;
    font-size: 12pt;
    text-transform: uppercase;
    margin-top: 35px !important;
    margin-left: 1%;
    margin-right: 1%;
}
.menu li a{
    color: #A1A1A1 !important;
}
.menu-fons{
    background: linear-gradient(180deg, #F3F3F3 100%, #EBEBEB 0%);
    padding: 13px 10px !important;
}
.submenu a{
    margin: 0 20px !important;
    cursor: pointer;
    transition: all 0.2s;
}
.submenu a:hover{
    opacity: 0.5 !important;
}
.submenu a::selection{
    font-weight: 900 !important;
    color: black !important;
}
.link-header a{
    padding: 0 20px;
    margin-top: 0px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    align-self: center;
    width: 30px !important;
    height: 2px !important;
}
.hamburger-inner:before {
    top: -7px !important;
}
.hamburger-inner:after {
    bottom: -7px !important;
}
.hamburger-box{
    height: 14px !important;
}
.boto-menu{
    width: 30px !important;
    height: 30px !important;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    background-color: #CCCCCC !important;
}

.xxss span{
    position: relative;
    font-family: grotesk;
    font-weight: 100;
    display: block;
    margin-top: 9.5px !important;
    float: right;
    margin: 0 10px;
    padding: 0 8px;
    border: 0;
    font-size: 14px;
    background: none;
    transition: all 0.2s !important;
    cursor: pointer;
}
.xxss span:hover{
    opacity: 0.5 !important;
}

/*--------------------Index---------------------*/
.carousel-caption{
    width: 200px;
    left: 8% !important;
    padding-bottom: 100px !important;
}
.carousel-item{
    display: block;
}
.carousel-item h6 {
    color: black;
    font-family: grotesk !important;
    text-transform: uppercase;
    font-size: 10pt;
    text-align: left;
}
.carousel-inner{
    width: 100vw !important;
}
.temporada{
    font-weight: 900 !important;
}
  
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-indicators{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    height:20px;
    right:-10% !important;
    left: auto !important;
    width:auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.carousel-indicators li{
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
    margin: 0px 5px !important;
    background-color: #808080 !important;
}

/*--------------------Footer---------------------*/

.home footer {
    display: none !important;
}
.site-footer p{
    font-family: grotesk !important;
}
.contingut-footer{
    width: 100%;
    margin-left: 0 !important;
}
.titol-footer{
    height: 65px;
    background-color: #EBEBEB;
}
.titol-footer h1{
    font-family: grotesk !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 16pt;
    text-align: center;
    margin-top: 22px;
}
.columna-footer{
    box-sizing: border-box;
}
.columna-footer h1{
    font-family: grotesk !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 16pt;
    text-align: center;
    margin-top: 50px;
}
.columna-footer p{
    font-family: grotesk !important;
    font-weight: 100 !important;
    font-size: 12pt;
    padding: 20px 40px;
}
.c-01 p{
    text-align: right;
}
.c-02 p{
    text-align: left;
}
.contingut-footer-2{
    background-color: #EBEBEB;
}
.contingut-footer-2 h3{
    font-family: grotesk !important;
    font-size: 14pt;
    font-weight: 100 !important;
    text-transform: uppercase;
    color: #303030 !important;
    padding: 20px 10px;
    text-align: center;
    margin: 10px 0;
}
.contingut-footer-2 img{
    margin: 25px 15px;
    transition: 0.3s;
}
.contingut-footer-2 img:hover{
    opacity: 0.6;
}
.contingut-footer-2 .mail-form{
    margin: 20px 0px;
    padding: 0px 40px;
}
.rights p{
    margin: 0px 50px;
    margin-top: 25px;
}
.contingut-footer input, .contingut-footer button{
    font-size: 14pt;
    font-family: grotesk !important;
    font-weight: 100 !important;
    height: 40px;
    padding-top: 8px !important;
}

/*--------------------Designers---------------------*/

.designers-mostra{
    position: relative !important;
    text-align: center !important;
    transition: all .5s;
}
.designers-mostra h1{
    display: block;
    opacity: 0;
    transition: all .2s;
}
.designers-mostra:hover h1{
    opacity: 1;
}
.designers-mostra img{
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    transition: 0.4s;
}
.designers-mostra-h1{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.img-effect img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.artist-form{
    margin: 70px 0px;
}
.artist-form input, .artist-form textarea{
    padding: 12px !important;
    margin: 10px 0;
    background-color: #EBEBEB !important;
    border: none !important;
    font-family: grotesk !important;
    font-size: 12pt;
    font-weight: 100 !important;
}
.artist-form a{
    text-decoration: none;
    font-family: grotesk !important;
    font-weight: 100;
    font-size: 12pt;
    text-transform: uppercase;
    color: #A1A1A1 !important;
    clear: both !important;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.3s;
}
.artist-form a:hover{
    opacity: 0.7;
}

/*--------------------Exhibitions---------------------*/

.slider-midscreen{
    box-sizing: content-box !important;
    height: 100vh !important;
}
.slider-midscreen img{
    vertical-align: middle;
}
.description-midscreen{
    height: 40vh;
    width: 100% !important;
}
.description-midscreen div{
    box-sizing: border-box;
    padding: 50px 20px;
}
.description-midscreen h2{
    font-family: grotesk !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 16pt;
}
.description-midscreen h6{
    font-family: grotesk !important;
    font-weight: 100 !important;
    font-size: 14pt;
    text-transform: uppercase;
    line-height: 24px;
    padding: 20px 0;
}
.description-midscreen a{
    font-family: grotesk !important;
    font-weight: 100 !important;
    font-size: 12pt;
    text-transform: uppercase;
    color: #A1A1A1 !important;
    cursor: pointer;
    transition: 0.3s;
}
.description-midscreen a:hover{
    color: black !important;
}
.description-midscreen p{
    font-family: grotesk !important;
    font-weight: 100 !important;
    font-size: 12pt;
}
.description-midscreen-01{
    padding-left: 100px !important;
}
@media (max-width: 600px) {
    .description-midscreen-01, .description-midscreen-02 {
      padding-left: 50px !important;
    }
}
.links-web{
    padding-right: 100px !important;
}
.links-web a{
    font-family: grotesk !important;
    font-weight: 100;
    font-size: 12pt;
    text-transform: uppercase;
    color: #A1A1A1 !important;
    float: right;
    clear: both !important;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.links-web span:hover{
    color: black !important;
}

/*--------------------News---------------------*/

.news-mostra{
    text-align: left;
}
.news-img{
    width: 100%;
    box-sizing: content-box !important;
}
.news-img::after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.news-img-content{
    position: absolute;
    width: 100% !important;
    text-align: center !important;
}
.news-img-content img{
    max-width: inherit !important;
    display: inline-block !important;
}
.news-mostra img{
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    transition: 0.4s;
}
.news-text{
    padding: 50px 55px;
    font-family: grotesk !important;
    text-decoration: none;
}
.news-text h1{
    color: #333333;
    font-size: 16pt;
    font-weight: 900 !important;
    text-transform: uppercase;
    transition: 0.4s;
}
.news-text h2{
    color: #4D4D4D;
    font-size: 14pt;
    text-transform: uppercase;
}
.news-text a{
    transition: 0.4s;
}
.info-news{
    color: #A1A1A1 !important;
    display: inline-block;
    padding: 20px 0px;
    text-transform: uppercase;
    cursor: pointer;
}
.news-text a:hover{
    color: #333333 !important;
    text-decoration: none;
}
.news-text h1:hover{
    color: #A1A1A1 !important;
}

/*--------------------Stories---------------------*/

.stories-row{
    width: 100%;
}
.stories-col .news-text{
    padding: 50px 55px !important;
}
.stories-img{
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 100%;
}

/*--------------------Gallery---------------------*/

.info-gallery-casavells, .info-gallery-barcelona, .info-gallery-poblenou{
    padding: 70px 0;
    font-family: grotesk;
    font-size: 12pt;
    display: none;
}

/*--------------------Article---------------------*/

.entry-title{
    position: absolute !important;
}

/*--------------------Single---------------------*/

.cita h6{
    font-family: grotesk !important;
    font-size: 18pt !important;
    font-weight: 600 !important;
    line-height: 24pt;
}

.news-img-content a h1{
    display: block !important;
    text-decoration: none !important;
    font-family: grotesk;
    font-size: 18pt !important;
    font-weight: 900 !important;
    color: #4D4D4D;
    text-transform: uppercase;
    letter-spacing: 2pt;
    transition: all 0.3s;
}
.news-img-content a h1:hover{
    color: white;
}

.description-midscreen-02{
    padding-left: 100px !important;
}

.description-midscreen-02 h6{
    font-family: grotesk !important;
    font-weight: 100 !important;
    text-transform: none !important;
    font-size: 14pt;
    line-height: 24px;
    padding: 20px 0;
}


.worksworks{
    margin-top: 94px;
}