@font-face {
    font-family: 'Syne';
    font-display: swap;
    src: url('Syne-Bold.woff2') format('woff2'),
        url('Syne-Bold.woff') format('woff'),
        url('Syne-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Syne';
    font-display: swap;
    src: url('Syne-Italic.woff2') format('woff2'),
        url('Syne-Italic.woff') format('woff'),
        url('Syne-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Syne';
    font-display: swap;
    src: url('Syne-Regular.woff2') format('woff2'),
        url('Syne-Regular.woff') format('woff'),
        url('Syne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* -> cookie bar
================================ */
#cookie-bar {
	background: #000;
	height: auto;
	color: #fff;
	text-align: center;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 600;
    padding: 8px 20px;
    font-size: 16px;
}
#cookie-bar p {
	margin: 0;
	padding: 0;
}
#cookie-bar a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	background-color: transparent;
    padding: 10px 20px;
    line-height: 1;
    margin-left: 20px;
    border-radius: 5px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	border: 1px solid #fff;
}
#cookie-bar a:hover {
    background-color: #c4553a;
    border-color: #c4553a;
}
/*================================ */


/* Main */
/* ============================= */

body {
    font-family: "Syne"!important;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}

.transition{
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

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

a:hover {
    color: inherit;
    text-decoration: none;
}

h2{
   font-size: 60px;
   font-weight: 900;
   line-height: 72px; 
}

h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.pre-title{
    font-size: 1.2857142857rem;
    line-height: 1.22em;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #c4553a;
}

.btn {
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #FFFFFF!important;
    background-color: #000000;
    border-radius: 0;
    padding: 20px 25px;
}

    .btn:hover{
        color:#fff!important;
        background-color: #c4553a;
    }

.btn-alt {
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    background-color: #c4553a;
    border-radius: 0;
    padding: 20px 25px;
    cursor: pointer;
    border: none;
}

    .btn-alt:hover{
        color:#fff;
        background-color: #000;
    }

    .btn-alt.no-border{
        color: #fff!important;
        background-color: transparent;
    }

    .btn-alt.no-border:hover{
        background-color: transparent;
        cursor: default;
    }


#page-header{
    height: 370px;
    padding-top: 80px;
    background-image: url('https://www.sonsemtransito.com/carolina_deslandes/img/bio.jpg');
    background-position: top center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative;
}

#page-header:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #c4553a;
    opacity: 0.7;
}

    #page-header h1{
        z-index: 3;
        font-size: 80px;
        line-height: 80px;
    }


.page{
    padding: 100px 0px 150px;
} 
/*--------------------------------------------------*/


/*--------------------------------------------------*/
/* Menu */
.navbar{
    text-transform: uppercase;
    z-index: 998;
    height: auto;
    padding: 0 15px;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    
}

    .navbar .container-fluid{
        margin: 0px 50px;
        padding: 20px 0px;
        width: auto;
    }

.navbar.scrolled{
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
    box-shadow: 1px 1px 3px rgba(0,0,0,.1);
}

    .navbar.scrolled .container-fluid{
        margin: 0px 50px;
        padding: 10px 0px;
        width: auto;
    }

.navbar-nav {
    display: flex;
    align-items: center;
}

    .navbar-brand{
        margin-right: 0;
        padding: 0;
        color: #fff;
        font-size: 26px;
        font-weight: bold;
    }  

        .navbar-brand b{
            -webkit-text-stroke-width: 1px;
            color: transparent;
            -webkit-text-stroke-color: #FFFFFF;
        }

        .navbar-brand:hover{
            color: #fff;
        }

    .navbar.scrolled .navbar-brand{
        color: #000;
    }

        .navbar.scrolled .navbar-brand b{
            -webkit-text-stroke-color: #000;
        }


.menu-button{
    overflow: hidden;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    padding: 20px 0px;
    color: #fff;
}

    .navbar .menu-button svg{
        color: #fff;
        filter: invert(1);
    }

.navbar.scrolled .menu-button{
    color: #000;
}

.navbar.scrolled .menu-button svg{
    filter: invert(0);
}

    .menu-button rect {
        stroke-width: 0;
        transition: transform .6s cubic-bezier(.17,.64,.22,.94);
    }

    .menu-button rect:nth-of-type(1) {
        transition-delay: .2s;
    }

        .menu-button:hover rect:nth-of-type(1) {
            transition-delay: 0s;
            transform: translate3d(103%,0,0);
        }


    .menu-button rect:nth-of-type(2) {
        transition-delay: .35s;
        transform: translate3d(0,0,0);
    } 

        .menu-button:hover rect:nth-of-type(2) {
            transition-delay: .15s;
            transform: translate3d(103%,0,0);
        }

    .menu-button rect:nth-of-type(3) {
        transition-delay: .45s;
    }

        .menu-button:hover rect:nth-of-type(3) {
            transition-delay: .30s;
            transform: translate3d(103%,0,0);
        }
    
    .menu-button rect:nth-of-type(4) {
        transition-delay: 0s;
        transform: translate3d(-103%,0,0);
    }

        .menu-button:hover rect:nth-of-type(4) {
            transition-delay: .3s;
            transform: translate3d(0,0,0);
        }
    
    .menu-button rect:nth-of-type(5) {
        transition-delay: .15s;
        transform: translate3d(-103%,0,0);
    } 

        .menu-button:hover rect:nth-of-type(5) {
            transition-delay: .45s;
            transform: translate3d(0,0,0);
        }

    .menu-button rect:nth-of-type(6) {
        transition-delay: .30s;
        transform: translate3d(-103%,0,0);
    } 

        .menu-button:hover rect:nth-of-type(6) {
            transition-delay: .60s;
            transform: translate3d(0,0,0);
        }

#menu{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c4553a;
    overflow-x: hidden!important;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    cursor: url(https://www.sonsemtransito.com/carolina_deslandes/img/x.cur), move;
}

#menu.open{
    opacity: 1;
    visibility: visible;
}

    #menu ul{
        padding: 0;
        list-style: none;
    }

        #menu ul li{
            opacity: 0;
            transform: translate3d(55px,0,0);
            transition: opacity .5s cubic-bezier(.22,.61,.36,1),.8s transform cubic-bezier(.18,.79,.48,.99);
        }

        #menu.open ul li{
            
            opacity: 1;
            transform: translate3d(0,0,0);
        }

            #menu.open ul li:nth-child(1){
                transition-delay: .17s;
            }

            #menu.open ul li:nth-child(2){
                transition-delay: .34s;
            }

            #menu.open ul li:nth-child(3){
                transition-delay: .51s;
            }

            #menu.open ul li:nth-child(4){
                transition-delay: .68s;
            }

            #menu.open ul li:nth-child(5){
                transition-delay: .85s;
            }

            #menu.open ul li:nth-child(6){
                transition-delay: 1.02s;
            }

            #menu.open ul li:nth-child(7){
                transition-delay: 1.19s;
            }

            #menu ul li a{
                font-size: 57px;
                line-height: 1.192em;
                font-weight: 800;
                text-transform: uppercase;
                position: relative;
                display: inline-block;
                margin: 0;
                color: #fff;
                overflow: hidden;
                cursor: pointer;
                text-decoration: none;
                transition: color .4s ease .2s;
            }

                #menu ul li a:hover{
                    color: #fff;
                }

            #menu ul li a:before{
                content: '';
                position: absolute;
                background-color: #fff;
                height: 5px;
                width: 100%;
                transform: translateY(101%);
                transition: all .3s ease;
                bottom: 0;
            }

                #menu ul li a:hover:before{
                    transform: translateY(-101%);
                }

    #menu-close{
        position: absolute;
        right: 50px;
        top: 40px;
        cursor: pointer;
    }

        #menu-close img{
            width: 40px;
            filter: invert(1);
        }

        #menu-close:hover img{
            transform: rotate(90deg);
        }
/* --------------------------------------------------------- */




/* -> Intro
================================ */
#intro {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    min-height: 700px;
}

    #intro:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #000000;
        opacity: 0.5;
    }

    .caption{
        text-align: center;
        color: #fff;
        padding-bottom: 100px;
    }

        #intro h1{
            line-height: 110px;
            font-weight: bold;
            font-size: 110px;
            text-transform: uppercase;
        }

        #intro h1 b{
            -webkit-text-stroke-width: 2px;
            color: transparent;
            -webkit-text-stroke-color: #FFFFFF;
            display: block;
        }

        .caption p{
            font-size: 24px;
            line-height: 32px;
            max-width: 750px;
            margin: 15px auto;
        }
/* ============================= */

/* ->Videos
================================= */
#videos{

}

    .video-box{
        height: 500px;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

        .video-box:before{
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: #000;
            opacity: 0; 
            z-index: 2;
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
        }

            .video-box:hover:before{
                opacity: .7;
            }

        .video-box .btn{
            z-index: 3;
            opacity: 0;
        }

            .video-box .btn:focus {
                outline: none;
                box-shadow: none;
            }

            .video-box:hover .btn{
                opacity: 1;
            }
/* ============================= */



/* -> Bio
================================ */
#bio{
    position: relative;
    padding: 180px 0px;
}

    .bio-img{
        background-image: url('https://www.sonsemtransito.com/carolina_deslandes/img/bio.jpg');
        background-position: top center;
        background-size: cover;
        height: 100%;
    }
/* ============================= */


/* -> Schedule
================================ */
#schedule{
    padding: 200px 0px;
    background-color: #c4553a;
    position: relative;
    background-image: url('https://www.sonsemtransito.com/carolina_deslandes/img/social.jpg');
    background-size: cover;
    background-position: center;
}

    #schedule:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #c4553a;
        opacity: 0.7;
    }

    #schedule-list{
    }
    
        .schedule-item{
            font-size: 26px;
            line-height: 36px;
            min-height: 110px;
            border-bottom: 1px dashed #FFFFFF;
            padding: 0px 20px;
            font-weight: 700;
        }

        .schedule-item:nth-child(1){
            border-top: 1px dashed #FFFFFF;
        }

            .schedule-date{
                width: 150px;
                margin-right: 40px;
                text-transform: uppercase;
                display: flex;
                align-items: center;
                color: #fff;
            }

            .schedule-info{
                margin-right: auto;
                text-transform: uppercase;
                color: #fff;
            }
#schedule img{
    width: 250px;
    margin-top: 40px;
}
/* ============================= */


/* -> Albuns
================================ */
#discography{
    position: relative;
    padding: 180px 0px 110px;
}

    .album{
        margin-bottom: 40px;
    }

    .album:hover{
        color: #000;
    }

    .album-img{
        box-shadow: 0 0 22px 2px rgb(0 0 0 / 20%);
        overflow: hidden;
        position: relative;
    }

        .album-img:before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            background-color: rgba(0,0,0,.59);
            -webkit-transition: opacity .2s ease-in-out;
            -moz-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;
            z-index: 3;
        }

            .album-img:hover:before{
                opacity: 1;
            }

        .album-img img{
            width: 100%;
            transition: all .25s;
            z-index: 2;
        }
            
            .album-img:hover img{
                -webkit-transform: scale(1.07);
                -moz-transform: scale(1.07);
                transform: scale(1.07);
            }

        .album-img .button{
            width: 68px;
            height: 68px;
            margin: 0;
            transform: translate(-50%,-50%) scale(0.3,0.3);
            display: flex;
            justify-content: center;
            align-items: center;
            transition: 0.2s;
            border-radius: 50%;
            position: absolute;
            z-index: 10;
            top: 50%;
            left: 50%;
            opacity: 0;
            border: none;
            background-color: #c4553a;
            color: #fff;
            cursor: pointer;
        }

            .album-img:hover .button{
                transform: translate(-50%,-50%) scale(0.3,0.3);
                opacity: 1;
                transform: translate(-50%,-50%) scale(1,1);
            }

        .album-date{
            text-transform: uppercase;
            font-size: 15px;
            color: #B3B6B8;
        }
/* ============================= */


/* -> Newsletter
================================ */
#newsletter{
    background-color: #000;  
    text-align: center;
    padding: 150px 0px;
}

    #newsletter img{
        height: 70px;
    }

    #newsletter .form-input input{
        position: relative;
        width: 100%;
        margin: 0 0 48px;
        padding: 8px 5px 3px;
        font-family: inherit;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #fff;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        outline: 0;
        -webkit-appearance: none;
        box-sizing: border-box;
        -webkit-transition: border-color .2s ease-in-out;
        -moz-transition: border-color .2s ease-in-out;
        transition: border-color .2s ease-in-out; 
    }

        #newsletter ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #fff;
            opacity: 1; /* Firefox */
        }
        
        #newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #fff;
        }
        
        #newsletter ::-ms-input-placeholder { /* Microsoft Edge */
            color: #fff;
        }
/* ============================= */


/* -> Footer
================================ */
footer{
    color: #fff;
    width: 100%;
    padding: 170px 0px;
    bottom: 0;
    z-index: 0;
    background-color: #c4553a;
    line-height: 36px;
    border-top: 1px solid #030303;
}

    footer a{
        color: #fff;
    }

    #footer-logo{
        margin-right: 0;
        padding: 0;
        color: #fff;
        font-size: 28px;
        font-weight: bold;
    }  

        #footer-logo b{
            -webkit-text-stroke-width: 0.6px;
            color: transparent;
            -webkit-text-stroke-color: #FFFFFF;
        }

    #copyright{
        margin-top: 0px;
    }

    #footer-socials{
        margin-top: 10px;
    }

        #footer-socials a{
            display: inline-block;
            height: 30px;
            width: 30px;
            background-color: #fff; 
            border-radius: 25px;
            color: #c4553a;
            line-height: 32px;
            margin-right: 10px;
            text-align: center;
        }

            
    .contacts{
        text-align: center;
    }

        .contacts-info small{
            transform: translateY(-10px);
            display: block;
        }
/* ============================= */


/* -> Album Page
================================ */
.album-info span{
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1d1d;
}

    .album-info a{
        color: #4a4a4a;
        margin-left: 5px;
    }

        .album-info a:hover{
            color: #130dcf;
        }

.album-video{
    background-color: #eee;
    padding: 50px 0px;
}

.album-video iframe{
    height: 450px;
    width: 100%;
}

/* ============================= */


/* -> Autograph Page
================================ */
.autograph{
    background-color: #fff;
}

    .autograph-image{
        filter: invert(1);
        height: 200px;
    }

    .autograph-form{

    }

        .form-input{
            width: 100%;
        }

        .form-text.error{
            color: red;
        }

            .page .form-input input[type=text],
            .page .form-input input[type=email],
            .page .form-input textarea {
                position: relative;
                width: 100%;
                margin: 0 0 48px;
                padding: 8px 5px 3px;
                font-family: inherit;
                font-size: 16px;
                line-height: 20px;
                font-weight: 400;
                color: #000;
                background-color: transparent;
                border: 0;
                border-bottom: 1px solid #000;
                border-radius: 0;
                outline: 0;
                -webkit-appearance: none;
                box-sizing: border-box;
                -webkit-transition: border-color .2s ease-in-out;
                -moz-transition: border-color .2s ease-in-out;
                transition: border-color .2s ease-in-out; 
            }

            .page .form-input textarea {
                resize: vertical;
                height: 200px;
            }

            .page .form-input input[type=text].error,
            .page .form-input input[type=email].error {
                border-color: red;
            }

            .page ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
                color: #000000;
                opacity: 1; /* Firefox */
              }
              
              .page :-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: #000000;
              }
              
              .page ::-ms-input-placeholder { /* Microsoft Edge */
                color: #000000;
              }         
/* ============================= */