#imatge_portada {
    height: 470px;
    margin: 0px;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 2800px;
    margin: 0 auto;
}

#imatge_portada>div{ 
    margin-right: 0px;
}

#imatge_portada>.min-area img {
    width: 62%;
}


#imatge_portada>.slide{
    position: absolute; 
    top: 0; 
    left: 0; 
    display: none;
}

#imatge_portada>.slide:first-child, #imatge_portada>.slide.active {
    display: block;
}

a.link_portada{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}

.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0px;
    position:absolute;
    color:white;
    width: 460px;
    z-index:2;
    text-align: left;
    margin-left: 230px;
}

#imatge_portada .banner-title, #imatge_portada .banner-text{
    position: relative;
    text-shadow: none;
}

#imatge_portada .banner-title, #imatge_portada .banner-text, .cos_portada .titol_petit {
    font-family:"Source Sans Pro",sans-serif;
    text-transform: none;
}

.banner-title {
    font-size:45px;
    display:block;
    text-align:left;
    min-height: 50px;
    font-weight: bold;
    text-shadow: 1px 2px 2px #000;
    color: var(--stk-body-color);
    line-height: 1.2;
}

.banner-text {
    font-size:32px;
    text-align:left;
    display:block;
    min-height: 25px;
    font-weight: normal;
    text-shadow: 1px 2px 2px #000;
    color: var(--stk-body-color);
    margin-top: 20px;
}

.banner-button {
    border:1px solid var(--stk-body-color);
    font-weight: normal;
    display:inline-block;
    color:var(--stk-body-color);
    font-size:24px;
    text-decoration:none;
    padding:10px 50px 10px 50px;
    border-radius:5px;
    cursor:pointer;
    width: fit-content;
    margin-top: 25px;
}
.banner-button:hover {
    color:#FFF;
    text-decoration:none;
    background-size: auto 100%; -webkit-background-size: auto 100%; -moz-background-size: auto 100%; -ms-background-size: auto 100%; -o-background-size: auto 100%;
    background-color:#4B4B4A;
    opacity: 1;
}
.banner-button:active {
    border-style:inset;
    background-color:#4B4B4A;
    opacity: 1;
}

.banner_img_centered {
    display: flex;
    justify-content: center;
    width: 100%;
}

#imatge_portada .slide img, #imatge_portada .slide source {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

#imatge_portada .dots {
    position: absolute;
    bottom: 20px;
    text-align:center;
    width: 100%;
    display: none;
}

#imatge_portada .dots li {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 4px;
    background-color: #666;
    text-indent: -999em;
    border: 2px solid #666;
    border-radius: 6px;
    cursor: pointer;
}

#imatge_portada .dots li.active {
    background: #fff;
    border: 2px solid #fff;
    opacity: 1;
}

.dots .dot {
    background: #fff none repeat scroll 0 0 !important;
    border: 2px solid #a7a7a7;
    height: 11px;
    width: 11px;
    position: relative;
    top: 2px;
    border-radius: 40px;
}

.dots .dot.active, .dots .dot:hover {
    background: #a7a7a7 none repeat scroll 0 0 !important;
    border: 2px solid #a7a7a7;
}

.dots .dot {
  border: 1px solid #666; background-color: #666;
  width: 10px; height: 10px;
  display: inline-block;
  margin-left: 10px;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}  
.dots .dot.active {
  border: 1px solid white; background-color: white
}
.dots .dot:hover {
  border: 1px solid white; background-color: white
}

@media (max-width: 900px) {    
    
    #imatge_portada{
        height: 510px;
    }
    
    .banner-content {
        align-self: flex-start;
        top: auto !important;
        align-items: center;
        width: 365px;
        margin-left: 0px;
        margin-top: 25px;
    }
    
    .dots {
        bottom: 27px !important;
    }
    
    .banner-title {
        font-size: 32px;
        text-align: center;

    }

    .banner-text {
        font-size:27px;
        text-align: center;
        margin-top: 10px;
    }

    .banner-button {
        font-size: 22px;
        text-align: center;
    }
    
    .banner_img_centered{
        display: flex;
        align-items: flex-end;
        height: 520px;
    }
    
    
    #imatge_portada .slide img, #imatge_portada .slide source {
        height: 295px;
        object-fit: cover;
    }
    
    a.link_portada{
        justify-content: center;
    }
    
    #flprev_slide, #flnext_slide{
        display: none !important;
    }
}

@media (max-width:400px) and (min-width:900px) {
    .banner_img_centered {
        height: calc(512px + 6vw);
    }
}

@media (max-width: 600px) {
    #imatge_portada{
        width: 100%;
    }
    
    #imatge_portada {
        height: 510px;
    }
    
    .banner-content {
        max-width: 100% !important;  
    }
    
    .banner-button {
        margin-top: 10px;
    }
    
    #imatge_portada .dots {
        left: 5px;
        display: none;
    }
    
    .dots {
        bottom: 20px !important;
    }
}

@media (max-width: 400px) {
    
    
    
    #imatge_portada .slide img, #imatge_portada .slide source {
        height: 255px;
    }
    
    .banner_img_centered{
        height: 510px;
    }
}