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;
    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{
    text-transform: uppercase;
    font-family: 'Oswald';
    font-size: 14px;
    z-index: 1030;
    height: auto;
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar.estica.page-nav{
    position: relative;
}

.navbar.estica {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100px;
  padding: 0 30px 0 75px;
}

.navbar.estica.nav-scroll{
  height: 70px;
}

    .navbar .navbar-brand{
        margin: 0;
        position: relative;
        padding: 0 40px;
        display: none;
    }  

    .navbar.estica .navbar-brand{
        display: block;
    }  

    .navbar.estica .navbar-brand-mobile{
        display: none;
    }

        .navbar .navbar-brand > img{
            width: 100px;
            height: auto;
        }

        .navbar.estica.nav-scroll .navbar-brand > img{
            width: 90px;
        }

        .navbar .navbar-brand-mobile > img{
            height: 40px;
        }

  .estica .navbar-toggler {
    display: none;
  }

  .estica .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }  

    .navbar .navbar-nav {
      margin: 0;
      background-color: transparent;
      text-align: center;
    } 

    .navbar .navbar-nav:first-child{
        padding-top: 10px;
    }    

    #nav-1{
        margin-left: auto;
    }

    #nav-3{
        margin-right: auto;
    }

    .navbar.estica .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 0;
      margin: 0;
      border: none;
    }

      .navbar .nav-item{
        padding: 5px 0px;
      }

      .navbar.estica .nav-item{
        padding: 0 20px;
      }

      .navbar .navbar-socials .nav-item{
        padding: 0 10px;
      }

        .navbar .nav-item .nav-link{
          padding: 2px 0;
          position: relative;
          display: inline-block;
        }  

        .navbar .nav-item .nav-link:before{
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            height: 1px;
            background: #3d3d3d;   
            opacity: 0;
        }

        .navbar.estica .navbar-collapse .nav-item .nav-link{
          color: #3d3d3d;
        }

        .navbar.nav-scroll .navbar-collapse .nav-item .nav-link, .navbar.page-nav .navbar-collapse .nav-item .nav-link{
          color: #333;
        } 

        .navbar .navbar-collapse .nav-item.active .nav-link:before, .navbar .navbar-collapse .nav-item .nav-link:hover:before{
            opacity: 1;
        } 

        .navbar.estica .nav-item .nav-link{
          display: block;
        }

        .navbar.estica .navbar-socials .nav-item .nav-link{
          font-size: 16px;
        }

    .estica .navbar-nav .dropdown-menu {
      position: absolute;
    }

      .estica .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
      }

  .navbar-toggler {
    padding: 10px;
    border: none;
    display: block;
    background: transparent;
    border-radius: 3px;
    position: absolute;
    left: 15px;
    top: 15px;
  }

    .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 4px
    }

    .navbar-toggler .icon-bar {
      display: block;
      width: 26px;
      height: 3px;
      transition: all .2s;
      background-color: #3d3d3d;
    }

    .navbar-toggler .icon-bar.top-bar{
        width: 20px;
    }
    
    .navbar-toggler .icon-bar.middle-bar{
        width: 23px;
    }

      .navbar-toggler[aria-expanded=true] .top-bar {
        transform: translate(4px,1px) rotate(45deg);
        transform-origin: 5px -1px;
        width: 26px;
      }

      .navbar-toggler[aria-expanded=true] .middle-bar {
        opacity: 0;
      }

      .navbar-toggler[aria-expanded=true] .bottom-bar {
        transform: translate(4px,1px) rotate(-45deg);
        transform-origin: 0px 100%
      }

      .navbar-toggler .middle-bar {
        opacity: 1;
      }

.nav-lang{
    position: absolute;
    top: 0;
    right: 30px;
    height: 70px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar.estica .nav-lang{
    height: 99px;
}

.navbar.estica.nav-scroll .nav-lang{
    height: 70px;
}

#home{
    width: 100%;
    height: 100vh;
    background-size: cover; 
    background-position: center;
    font-family: "Oswald";
    padding: 195px 0 125px;
}

    #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;
        }

            .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: 100px 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;
}


