/* -> Slick Slider
================================ */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

#testimonials .slick-track {
	display: flex;
	align-items: center;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	outline: none;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	position: absolute;
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-disabled{
	opacity: 0;
	visibility: hidden;
}

/*Portefolio Arrows*/
/*Portefolio Arrows*/
.slick-prev,
.slick-next{
	text-decoration: none;
    width: 85px;
    height: 85px;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
    font-size: 0;
    color: #fff;
    background-color: rgba(255,255,255,0.2);
    opacity: 1;
    text-align: center;
    border: none;
    border-radius: 0px;
    transition: all 0.2s ease-in-out 0s;
    outline: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
}

.slick-prev{
    left: 40px;
}

	.slick-prev:hover,
	.slick-next:hover{
       background-color: #3d3d3d;
    }

.slick-next{
    right: 40px;
}

	.slick-prev:before,
    .slick-next:before{
		font-family: "Font Awesome 5 Free";
        font-weight: 900;
		font-size: 18px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
	}

    .slick-prev:before{
		content: "\f0a8";
	}

    .slick-next:before{
		content: "\f0a9";
    }
    
.slick-dots {
    position: absolute;
    left: 80px;
    top: calc(50% + 45px);
    transform: translateY(-50%);
    right: auto;
    text-align: center;
    display: block;
    padding: 0;
    list-style: none;
    z-index: 4;
    margin-top: 10px;
}

    .slick-dots li{
        position: relative;
        display: block;
        width: 5px;
        height: 20px;
        margin: 5px 0px 5px 0;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button{
            font-size: 0;
            line-height: 0;
            display: block;
            width: 5px;
            height: 20px;
            border-radius: 5px;
            cursor: pointer;
            color: transparent;
            background-color: transparent;
            outline: none;
            border: none;
            background-color: #fff;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            opacity: 1;
            padding: 0;
        }

        .slick-dots li button:hover,
        .slick-dots li.slick-active button{
            opacity: 1;
            background-color: #3d3d3d;
        }

.slick-disabled{
	opacity: 0;
	visibility: hidden;
}
/*================================ */

body{
    font-family: 'Open Sans';
    font-size: 16px;
    background-image: url('../img/bg.png');
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
    color: #3d3d3d;
}

.transition{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a{
    color: inherit;
}

    a:hover{
        color: inherit;
    }

section{
    padding: 100px 0;
}

.section-title{
    font-family: "Oswald";
    position: relative;
    margin-bottom: 60px; 
    display: block;
}

    .section-title-text{
        position: relative;
        font-size: 60px;
        z-index: 10;
    }

.section-subtitle{
    display: block;
    font-size: 20px;
}

.btn{
    font-family: "Oswald";
    background: #3d3d3d;
    padding: 14px 40px;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 15px;
    letter-spacing: 0.5px;
}

    .btn:hover{
        background: #222;
        color: #fff;
    }

    .section-btn{
        margin-top: 35px;
    }

    
#cookie-bar{background:rgba(255, 255, 255, 0.9);border-top: 1px solid rgba(255, 255, 255, 1);height:auto;color:#3d3d3d;text-align:center;position:fixed;width:100%;bottom:0px;z-index:1500;padding: 25px 15px;}
#cookie-bar.fixed{top:0px;bottom:auto;}
#cookie-bar p{margin:0;padding:0;}
#cookie-bar a{  
    background: #3d3d3d;
    padding: 14px 35px;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    margin-left: 30px; 
    letter-spacing: 0.5px;
    font-family: "Oswald";
}
#cookie-bar a:hover{      
    background: #222;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

/*Navbar*/
.navbar {
    padding: 20px 70px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.navbar.scrolled{
    padding: 10px 70px;
}
    .navbar-brand{
    }

        .navbar-brand img{
            height: 45px;
        }

        .navbar ul li{
            position: relative;
            margin: 0px 20px;
        }


            .navbar ul > li > a{
                color: #3d3d3d;
                position: relative;
                padding: 0px!important;
                display: inline-block;
                font-size: 14px;
                line-height: 25px;
                font-family: "Oswald", sans-serif;
                text-transform: uppercase;
                font-weight: 500;
            }
            
            .navbar ul > li > a:before{
                content: ""!important;
                display: block!important;
                position: absolute;
                z-index: 1;
                top: 100%;
                bottom: 0px;
                left: 0;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                width: 0;
                height: 2px;
                -webkit-transition: all .2s ease;
                -ms-transition: all .2s ease;
                transition: all .2s ease;
                background-color: #3d3d3d;
            }

                .navbar ul > li > a.active:before,
                .navbar ul > li > a:hover:before{
                    width: 100%;
                }

            .navbar ul > li > a::after{
                transform: translateY(3px);
            }

#slideshow{
    padding: 0;
}

.home{
    width: 100%;
    height: calc(100vh);
    background-size: cover; 
    background-position: center;
    font-family: "Oswald";
}

    .home .home-text-wrapper{
        padding-left: 10px;
    }

    .home .home-text-wrapper p{
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.9);
        background-color: rgba(255, 255, 255, 0.9);
        box-decoration-break: clone;
        line-height: 2.3;
        font-size: 40px;
        font-weight: 500;
        display: inline;
    }

    .home .btn{
        margin-top: 5px;
    }

/* biografia */
#about{
    padding: 0;
}

    #about > .container-fluid > .row{
        background: rgba(255, 255, 255, 0.3)
    }

    .about-image{
        padding-left: 0;
    }

        .about-image > div{
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 100%;
            min-height: 700px;
        }

    #about .section-title{
        margin-bottom: 25px;
    }
    
        #about .section-title-text{
            font-size: 50px;
        }

    #about .section-btn{
        margin-top: 10px;
    }

/*Eventos*/
.event-item{
    padding: 25px 20px;  
}

.event-item:nth-child(odd){
    background-color: rgba(255, 255, 255, 0.5);
}
.event-item:nth-child(even){
    background-color: rgba(255, 255, 255, 0.3);
}

    .event-date > div{
        float: left;
    }

        .event-item .event-day, .event-item .event-month{
            display: block;
            text-align: center;
            font-weight: 500;
        }

        .event-item .event-day{
            font-size: 34px;
            line-height: 34px;
        }

        .event-item .event-month{
            font-size: 20px;
            line-height: 20px;
        }
    
    .event-year{
        display: flex;
        writing-mode: vertical-lr;
        min-height: 45px;
        vertical-align: middle;
        justify-content: right;
        letter-spacing: 2px;
        font-weight: 500;
        float: left;
        margin-left: 2px;
        margin-top: 5px;
    }

    .event-location > div > span{
        display: block
    }

    .event-location .event-city{
        font-weight: 600;
    }

    .event-ticket > a{
        padding: 4px 13px;
        border: 1px solid #3d3d3d;
        background: transparent;
        text-transform: uppercase;
        font-size: 13px;
        cursor: pointer;
    }

        .event-ticket > a:hover{
            text-decoration: none;
        }

/* discografia */
    .discography-item{
        position: relative;
    }

        .discography-item > div{
            position: relative;
            z-index: 2;
            overflow: hidden;
        }

            .discography-item span{
                display: block;
            }

            .discography-album-title{
                margin-top: 15px;
                margin-bottom: 5px;
            }
            
            .discography-album-year{
                font-size: 14px;
            }

            .discography-item:hover > div > img{
                transform: translateY(35%);
            }

            .discography-item.no-cd:hover > div > img{
                transform: translateY(0);
            }
            
        .discography-item > img{
            position: absolute;
            left: 50%;
            top: 30px;
            transform: translateX(-50%);
            width: calc(100% - 30px);
            height: auto;
            z-index: 1;
        }

        .discography-item:hover > img{
            top: 0;
        }
        
        .discography-item.no-cd:hover > img{
            top: 30px;
        }

/* galeria */
#gallery{
    background: rgba(255, 255, 255, 0.3);
}

    #gallery-wrapper{
        position: relative;
    }

        .gallery-item{
            margin-bottom: 15px;
            height: 300px;
            background-position: center;
            background-size: cover;
        }

            .gallery-item.gallery-title .section-title{
                margin-bottom: 0;
            }
        
        .gallery-item .btn{
            display: block;
            margin-top: 15px;
        }

        .gallery-item.image{
            cursor: pointer;
        }

        .gallery-item.video:before{
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0);
            width: 68px;
            height: 50px;
            background-image: url('../img/play.png');
            background-repeat: no-repeat;
            background-size: contain;
            z-index: 2;
        }        
        
        .gallery-item.video:after{
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
            z-index: 1;
        }

/* contactos */
    #contacts .section-title{
        margin-bottom: 35px;
        padding: 0;
    }

        #contacts .section-title-text{
            font-size: 50px;
        }

            #contacts .contacts-item > *{
                display: block;
            }
            
            #contacts .contacts-item:last-child{
                margin-top: 15px;
            }

        .newsletter-wrapper > div{
            background: rgba(255, 255, 255, 0.3)
        }

        .newsletter-wrapper h3{
            margin-bottom: 25px;
            font-size: 35px;
            font-family: "Oswald";
        }

        .newsletter-wrapper .newsletter-input{
            display: block;
            border: 0;
            width: 100%;
            background: transparent;
            font-size: 15px;
            padding: 12px 14px 12px 0;
            border-bottom: 2px solid #3d3d3d;
        }

        .newsletter-wrapper .newsletter-input[type="email"]{
            margin-left: 5px;
        }

        .newsletter-wrapper .newsletter-policy{
            display: block;
            font-size: 12px;
            margin-top: 15px;
        }    

        .newsletter-wrapper .newsletter-policy a{
            text-decoration: underline;
        }

        .newsletter-wrapper .newsletter-submit{
            margin-top: 15px;
            cursor: pointer;
        } 

footer{
    position: relative;
    padding: 50px 0 35px;
    background-color: rgba(255, 255, 255, 0.3);
}

    footer > .go-up{
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(255, 255, 255, 0.3);
        padding: 15px 25px 0;
        line-height: 0;
        font-size: 30px;
        color: #3d3d3d;
    }

        footer > .go-up > i.fas{
            line-height: 20px;
        }

    .footer-menu{
        margin-bottom: 25px;
    }

        .footer-menu > ul{
            list-style: none;
        }    
        
            .footer-menu > ul > li{
                display: inline-block;
                padding: 0 15px;
            }
    
    footer img{
        width: 150px;
        margin-bottom: 25px;
    }

    .footer-social{
        margin-bottom: 25px;
    }

        .footer-social .social-item{
            padding: 0 10px;
            font-size: 22px;
            color: #3d3d3d;
        }

            .footer-social .social-item:hover{
                text-decoration: none;
            }

/* paginas */
.page-header{
    padding: 150px 0 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .page-header .section-title{
        margin-bottom: 0;
    }

.page-section{
    padding: 75px 0 100px;
}

.page-section-title{
    display: block;
    font-family: "Oswald";
    font-size: 26px;
    margin-bottom: 15px;
}

/* pagina discografia */
#discography-page .discography-item{
    margin-bottom: 65px;
}

/* pagina album */
.album-title{
    margin-top: 50px;
    margin-bottom: 0px;
}

    .album-title .section-title-text {
        font-size: 50px;
    }
    
    .album-title .section-subtitle{
        font-size: 25px;
        margin-top: 5px;
    }

.album-links{
    margin-top: 20px;
}

    .album-links a{
        padding: 4px 13px;
        border: 1px solid #3d3d3d;
        background: transparent;
        text-transform: uppercase;
        font-size: 14px;
        margin: 5px 2px 0;
        display: inline-block;
    }

        .album-links a:hover{
            text-decoration: none;
        }


.album-description{
    margin-top: 25px;
}

.album-cd{
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 700;
}

.album-songs{
    margin-top: 50px;
}

.album-song > div{
    border: 0;
    padding: 25px 35px;
    color: inherit;
    background: none;
}

.album-song:nth-child(odd) > div{
    background-color: rgba(255, 255, 255, 0.5);
}
.album-song:nth-child(even) > div{
    background-color: rgba(255, 255, 255, 0.3);
}

.album-song-button{
    padding: 4px 13px;
    border: 1px solid #3d3d3d;
    background: transparent;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
}
    
.album-song-player{
    display: none;
}
.album-song-player.active{
    display: block;
    margin-top: 10px;
}

.album-song-lyrics-wrapper{
    margin-top: 10px;
    font-size: 14px;
    padding-top: 10px; 
    padding-bottom: 10px;
    display: none; 
    position: relative;
}
.album-song-lyrics-wrapper.active{
    display: block;
}

    .album-song-lyrics-wrapper .album-song-lyrics-close{
        position: absolute;
        top: 20px;
        right: 15px;
        background: transparent;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: #3d3d3d;
    }


/* pagina biografia */
.biography-page-text-wrapper{
    background: rgba(255, 255, 255, 0.3);
    padding: 50px;
}



/* pagina biografia */
.wine-img{
    float: left;
    width: 50%;
    margin-right: 20px;
}

.wine-media{
    height: 300px;
    background-position: center;
    background-size: cover;
}


